diff --git a/Updated_Cms/.editorconfig b/Updated_Cms/.editorconfig
new file mode 100644
index 0000000000..1671c9b9d9
--- /dev/null
+++ b/Updated_Cms/.editorconfig
@@ -0,0 +1,18 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.{yml,yaml}]
+indent_size = 2
+
+[docker-compose.yml]
+indent_size = 4
diff --git a/Updated_Cms/.env.example b/Updated_Cms/.env.example
new file mode 100644
index 0000000000..016078e5d4
--- /dev/null
+++ b/Updated_Cms/.env.example
@@ -0,0 +1,128 @@
+APP_NAME=Laravel
+APP_ENV=local
+APP_KEY=
+APP_DEBUG=true
+APP_URL=http://localhost
+
+LOG_CHANNEL=stack
+LOG_DEPRECATIONS_CHANNEL=null
+LOG_LEVEL=debug
+
+# Change those to match your database settings
+DB_CONNECTION=mysql
+DB_HOST=127.0.0.1
+DB_PORT=3306
+DB_DATABASE=atomcms
+DB_USERNAME=root
+DB_PASSWORD=password
+
+BROADCAST_DRIVER=log
+CACHE_DRIVER=file
+FILESYSTEM_DISK=local
+QUEUE_CONNECTION=sync
+SESSION_DRIVER=database
+SESSION_LIFETIME=120
+
+MEMCACHED_HOST=127.0.0.1
+
+REDIS_HOST=127.0.0.1
+REDIS_PASSWORD=null
+REDIS_PORT=6379
+
+MAIL_MAILER=smtp
+MAIL_HOST=mailhog
+MAIL_PORT=1025
+MAIL_USERNAME=null
+MAIL_PASSWORD=null
+MAIL_ENCRYPTION=null
+MAIL_FROM_ADDRESS="hello@example.com"
+MAIL_FROM_NAME="${APP_NAME}"
+
+AWS_ACCESS_KEY_ID=
+AWS_SECRET_ACCESS_KEY=
+AWS_DEFAULT_REGION=us-east-1
+AWS_BUCKET=
+AWS_USE_PATH_STYLE_ENDPOINT=false
+
+PUSHER_APP_ID=
+PUSHER_APP_KEY=
+PUSHER_APP_SECRET=
+PUSHER_HOST=
+PUSHER_PORT=443
+PUSHER_SCHEME=https
+PUSHER_APP_CLUSTER=mt1
+
+VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
+VITE_PUSHER_HOST="${PUSHER_HOST}"
+VITE_PUSHER_PORT="${PUSHER_PORT}"
+VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
+VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
+
+## Custom variables
+RCON_HOST=127.0.0.1
+RCON_PORT=3001
+
+# Find retros settings
+FINDRETROS_NAME=
+FINDRETROS_ENABLED=false
+
+# Recaptcha settings
+GOOGLE_RECAPTCHA_SITE_KEY=
+GOOGLE_RECAPTCHA_SECRET_KEY=
+
+# Turnstile
+TURNSTILE_SITE_KEY=
+TURNSTILE_SECRET_KEY=
+
+# If set to true, Atom will rename any colliding table names when migration the first time around
+RENAME_COLLIDING_TABLES=false
+
+# Flash client settings
+FLASH_CLIENT_ENABLED=false
+EMULATOR_IP=127.0.0.1
+EMULATOR_PORT=3000
+SWF_BASE_PATH=client/flash
+HABBO_SWF=Habbo.swf
+PRODUCTION_FOLDER=gordon/PRODUCTION
+EXTERNAL_FURNIDATA=gamedata/furnidata.xml
+EXTERNAL_FIGUREMAP=gamedata/figuremap.xml
+EXTERNAL_FIGUREDATA=gamedata/figuredata.xml
+EXTERNAL_PRODUCTDATA=gamedata/productdata.txt
+EXTERNAL_TEXTS=gamedata/external_flash_texts.txt
+EXTERNAL_VARIABLES=gamedata/external_variables.txt
+EXTERNAL_OVERRIDE_TEXTS=gamedata/override/external_flash_override_texts.txt
+EXTERNAL_OVERRIDE_VARIABLES=gamedata/override/external_override_variables.txt
+
+# Only enable if you come from a CMS like RevCMS
+# This will only work if your password is hashed using md5
+# By default Atom CMS uses bcrypt, this is purely used to ease the process, when switching from a CMS using md5
+CONVERT_PASSWORDS=false
+
+# Enable this if your site is running through https, but you're experiencing issues with requests being made to "http"
+FORCE_HTTPS=false
+
+# Default language for the site
+APP_LOCALE=en
+
+# Enter the time in minutes that a password reset token can be valid
+PASSWORD_RESET_TOKEN_TIME=15
+
+# General paypal options
+PAYPAL_MODE='sandbox'
+PAYPAL_PAYMENT_ACTION='Order'
+PAYPAL_CURRENCY='USD'
+PAYPAL_NOTIFY_URL=
+PAYPAL_LOCALE='en_US'
+PAYPAL_VALIDATE_SSL=true
+
+#PayPal Setting & API Credentials - sandbox
+PAYPAL_SANDBOX_CLIENT_ID=
+PAYPAL_SANDBOX_CLIENT_SECRET=
+PAYPAL_SANDBOX_APP_ID=
+
+#PayPal Setting & API Credentials - live
+PAYPAL_LIVE_CLIENT_ID=
+PAYPAL_LIVE_CLIENT_SECRET=
+PAYPAL_LIVE_APP_ID=
+
+FORTIFY_PREFIX=
diff --git a/Updated_Cms/.env.testing.example b/Updated_Cms/.env.testing.example
new file mode 100644
index 0000000000..52e0da8ce9
--- /dev/null
+++ b/Updated_Cms/.env.testing.example
@@ -0,0 +1,41 @@
+APP_NAME=Atom
+APP_ENV=testing
+APP_KEY=base64:GENERATE_NEW_KEY_HERE
+APP_DEBUG=true
+APP_URL=http://localhost
+
+LOG_CHANNEL=stack
+LOG_DEPRECATIONS_CHANNEL=null
+LOG_LEVEL=debug
+
+DB_CONNECTION=mariadb
+DB_HOST=127.0.0.1
+DB_PORT=3306
+DB_DATABASE=testing
+DB_USERNAME=docker
+DB_PASSWORD=password
+
+BROADCAST_DRIVER=log
+CACHE_DRIVER=array
+FILESYSTEM_DISK=local
+QUEUE_CONNECTION=sync
+SESSION_DRIVER=array
+SESSION_LIFETIME=120
+
+MAIL_MAILER=array
+
+# Testing specific settings
+BCRYPT_ROUNDS=4
+TELESCOPE_ENABLED=false
+
+# Disable CAPTCHA for testing
+GOOGLE_RECAPTCHA_ENABLED=0
+CLOUDFLARE_TURNSTILE_ENABLED=0
+
+# Cloudflare Turnstile (test keys)
+TURNSTILE_SITE_KEY=1x00000000000000000000AA
+TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
+
+# Google reCAPTCHA (dummy values for testing)
+GOOGLE_RECAPTCHA_SITE_KEY=dummy_site_key
+GOOGLE_RECAPTCHA_SECRET_KEY=dummy_secret_key
\ No newline at end of file
diff --git a/Updated_Cms/.gitattributes b/Updated_Cms/.gitattributes
new file mode 100644
index 0000000000..7dbbf41a4b
--- /dev/null
+++ b/Updated_Cms/.gitattributes
@@ -0,0 +1,11 @@
+* text=auto
+
+*.blade.php diff=html
+*.css diff=css
+*.html diff=html
+*.md diff=markdown
+*.php diff=php
+
+/.github export-ignore
+CHANGELOG.md export-ignore
+.styleci.yml export-ignore
diff --git a/Updated_Cms/.gitignore b/Updated_Cms/.gitignore
new file mode 100644
index 0000000000..2beb5534d8
--- /dev/null
+++ b/Updated_Cms/.gitignore
@@ -0,0 +1,25 @@
+/node_modules
+/public/build
+/public/hot
+/public/client
+/public/storage
+/storage/*.key
+/storage/app/public
+/storage/framework/*
+/vendor
+/public/static
+.env
+.env.backup
+.env.testing
+.phpunit.result.cache
+Homestead.json
+Homestead.yaml
+auth.json
+npm-debug.log
+yarn-error.log
+yarn.lock
+/.idea
+/.vscode
+/public/assets/images/generated-logos
+CLAUDE.md
+.phpunit.cache
diff --git a/Updated_Cms/CODEOWNERS b/Updated_Cms/CODEOWNERS
new file mode 100644
index 0000000000..43bceaebd7
--- /dev/null
+++ b/Updated_Cms/CODEOWNERS
@@ -0,0 +1,4 @@
+# These owners will be the default owners for everything in
+# the repo. Unless a later match takes precedence, the owners will be requested for
+# review when someone opens a pull request.
+* @ObjectRetros
diff --git a/Updated_Cms/LICENSE b/Updated_Cms/LICENSE
new file mode 100644
index 0000000000..924a625a81
--- /dev/null
+++ b/Updated_Cms/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright 2023 ObjectRetros
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/Updated_Cms/README.md b/Updated_Cms/README.md
new file mode 100644
index 0000000000..cefe530de1
--- /dev/null
+++ b/Updated_Cms/README.md
@@ -0,0 +1,299 @@
+
+
+
+A modern, community-driven Retro CMS built with Laravel 12.x
+
+[](https://discord.gg/pP6HyZedAj)
+[](https://laravel.com)
+[](https://php.net)
+
+[Live Demos](#-live-preview) • [Installation](#-installation) • [Documentation](https://github.com/atom-retros/atomcms/wiki) • [Contributing](#-contributing)
+
+
+
+>[!NOTE]
+>Disclaimer: Educational Use Only
+>
+> Atom CMS is provided as an educational resource for learning purposes only. The creators and contributors are not responsible for any misuse or unintended consequences arising from its use. By using Atom CMS, you agree to take full responsibility for your actions and ensure compliance with all applicable laws and regulations in your jurisdiction.
+
+
+## 🎯 About
+
+Atom CMS is a modern, community-driven CMS designed to provide a flexible and user-friendly platform for retro hotel management. Built on Laravel 12.x with a focus on extensibility and ease of use, Atom CMS features a built-in theme system that allows you to use any CSS framework or create fully customized vanilla designs.
+
+### Built With
+
+- **[Laravel 12.x](https://laravel.com/docs/11.x)** - Elegant PHP framework powering the backend
+- **[Vite](https://vitejs.dev/)** - Next-generation frontend tooling for blazing-fast builds
+- **[TailwindCSS](https://tailwindcss.com/)** - Utility-first CSS framework for responsive design
+
+---
+
+## ✨ Features
+
+- 🎨 **Built-in Theme System** - Use any CSS framework or create custom themes
+- 🔐 **Secure Authentication** - Laravel-powered authentication and authorization
+- 🌍 **Multi-language Support** - Built-in localization for global audiences
+- 📊 **Integrated Housekeeping** - Comprehensive admin panel
+- 🔄 **Rcon System** - Real-time server communication
+- 📱 **Responsive Design** - Mobile-first approach with TailwindCSS
+- 🚀 **Modern Stack** - Latest PHP 8.2+ features
+
+---
+
+## 👀 Live Preview
+
+Experience Atom CMS with our official themes:
+
+- **Dusk Theme**: [https://dusk.atomcms.dev](https://dusk.atomcms.dev)
+- **Atom Theme**: [https://atom.atomcms.dev](https://atom.atomcms.dev)
+
+---
+
+## 🚧 Requirements
+
+| Requirement | Version |
+|------------|---------|
+| PHP | 8.2 or higher |
+| MySQL | 8.x or higher |
+| MariaDB | 10.x or higher |
+| Composer | v2 |
+| Node.js | LTS |
+| Database | [Arcturus Morningstar](https://github.com/ObjectRetros/retro-hotel-files/blob/main/arcturus-3-5-3-database.sql) |
+
+### Required PHP Extensions
+
+Ensure the following extensions are enabled in your `php.ini`:
+
+```ini
+extension=curl
+extension=fileinfo
+extension=gd
+extension=mbstring
+extension=openssl
+extension=pdo_mysql
+extension=sockets
+extension=intl
+```
+
+**Note:** Remove the semicolon (`;`) prefix if the extension is commented out.
+
+---
+
+## 📦 Installation
+
+### Windows Setup
+
+```bash
+# Clone the repository
+git clone https://github.com/ObjectRetros/atomcms.git
+cd atomcms
+
+# Configure environment
+copy .env.example .env
+# Edit .env and update your database credentials
+
+# Install dependencies
+composer install
+npm install
+
+# Set up database and generate key
+php artisan migrate --seed
+php artisan key:generate
+
+# Build assets
+npm run build:atom
+# For development: npm run dev:atom
+```
+
+#### IIS Configuration
+
+Point your IIS site to the `public` folder inside the `atomcms` directory.
+
+#### Required Permissions
+
+Grant "Full control" to both `IUSR` and `IIS_IUSRS` for the atomcms folder.
+
+**Visual guide:** [Permission setup tutorial](https://gyazo.com/7d5f38525a762c1b26bbd7552ca93478)
+
+#### Troubleshooting cURL SSL Errors
+
+If you encounter cURL 60 errors:
+
+1. Download the latest [cacert.pem](https://curl.se/docs/caextract.html)
+2. Place it in `C:/`
+3. Edit `php.ini` and update:
+ ```ini
+ curl.cainfo = "C:/cacert-2025-09-09.pem"
+ ```
+4. Restart your web server
+
+#### Complete Windows Tutorial
+
+New to retro hotel setup? Follow our comprehensive three-part series:
+
+- [Part 1: Basic Setup](https://devbest.com/threads/how-to-set-up-a-retro-in-2022-iis-nitro-html5-part-1.92532/)
+- [Part 2: Configuration](https://devbest.com/threads/how-to-set-up-a-retro-in-2022-iis-nitro-html5-part-2.92533/)
+- [Part 3: Finalization](https://devbest.com/threads/how-to-set-up-a-retro-in-2022-iis-nitro-html5-part-3.92543/)
+
+---
+
+### Linux Setup
+
+```bash
+# Clone the repository
+git clone https://github.com/ObjectRetros/atomcms.git
+cd atomcms
+
+# Configure environment
+cp .env.example .env
+# Edit .env and update your database credentials
+
+# Install dependencies
+composer install
+npm install
+
+# Set up database and generate key
+php artisan migrate --seed
+php artisan key:generate
+
+# Build assets
+npm run build:atom
+# For development: npm run dev:atom
+```
+
+#### Set Permissions
+
+```bash
+sudo chown -R $USER:www-data storage
+sudo chown -R $USER:www-data bootstrap/cache
+chmod -R 775 storage
+chmod -R 775 bootstrap/cache
+```
+
+#### NGINX Configuration
+
+For NGINX setup, refer to Laravel's [deployment documentation](https://laravel.com/docs/12.x/deployment#nginx).
+
+#### Complete Linux Tutorial
+
+Need help setting up your retro hotel on Linux? Follow our comprehensive Ubuntu tutorial:
+
+- [Complete Ubuntu Setup Guide](https://git.krews.org/duckietm/ubuntu-tutorial) - Step-by-step instructions for Ubuntu
+
+---
+
+## ⚙️ Configuration
+
+### Production Environment
+
+Update these variables in your `.env` file for production:
+
+```dotenv
+APP_ENV=production
+APP_DEBUG=false
+FORCE_HTTPS=true # If using Cloudflare's "Always use HTTPS"
+```
+
+### Cloudflare Turnstile Captcha
+
+Protect your site from bots:
+
+1. Visit [Cloudflare Turnstile](https://www.cloudflare.com/products/turnstile/)
+2. Sign in and select your site
+3. Copy the site and secret keys to your `.env` file
+
+### Important: Disable Rocket Loader
+
+Atom CMS uses JavaScript that conflicts with Cloudflare's Rocket Loader. To disable:
+
+1. Go to your Cloudflare dashboard
+2. Navigate to **Speed** → **Optimization**
+3. Find **Rocket Loader™** and disable it
+
+### Migrating from Another CMS
+
+If migrating from Cosmic CMS or similar platforms:
+
+Set `RENAME_COLLIDING_TABLES=true` in your `.env` file. Atom CMS will automatically handle table conflicts.
+
+**Note:** We recommend proper manual cleanup, but this feature helps avoid common migration issues.
+
+---
+
+## 🧪 Testing
+
+Atom CMS includes a growing test suite using Pest.
+
+### Run Tests
+
+```bash
+# Using Pest
+vendor/bin/pest
+
+# Using Artisan
+php artisan test
+```
+
+---
+
+## 📚 Documentation
+
+For detailed documentation, addons, tips, and tricks, visit our [official wiki](https://github.com/atom-retros/atomcms/wiki).
+
+### Learning Laravel
+
+New to Laravel? These free resources will help:
+- [Official bootcamp & course](https://learn.laravel.com) - Official Laravel bootcamp & course
+- [Laravel 11 from Scratch](https://laracasts.com/series/30-days-to-learn-laravel-11) - Official Laracasts course
+---
+
+## 🤝 Contributing
+
+We welcome contributions! To maintain code quality and streamline reviews, please read our [contribution guidelines](https://github.com/ObjectRetros/atomcms/wiki/0.-Contribution-guidelines) before submitting a pull request.
+
+---
+
+## 🏆 Credits
+
+Atom CMS is made possible by our amazing community:
+
+### Core Contributors
+
+- **Kasja** - Design direction, Dusk theme, ideas & graphics
+- **INicollas** - Dark mode, Turbolinks, article reactions, user sessions, PT-BR translations, Orion Housekeeping
+- **Kani** - Rcon system, FindRetros API, Atom CMS v2 creator/maintainer
+- **DuckieTM** - Badge drawer, bugfixes, housekeeping features
+- **EntenKoeniq** - Auto language registration, color scheme selection, various page fixes
+
+### Contributors
+
+- **Dominic** - Performance improvements, user sessions
+- **Beny** - FindRetros API fixes, Cloudflare fixes
+- **Live** - French translations, bugfixes
+- **MisterDeen** - Custom Discord widget
+- **DamienJolly**, **Danbo**, **Diddy/Josh** - Various bugfixes and improvements
+- **Sonay** - Material theme inspiration
+- **Raizer** - Circinus
+
+### Translations
+
+- **Oliver** - Finnish
+- **Damue & EntenKoeniq** - German
+- **Talion** - Turkish
+- **CentralCee, Rille & Tuborgs** - Swedish
+- **Yannick** - Dutch
+- **Gedomi** - Spanish
+- **Lorenzune** - Italian
+- **Twana** - Norwegian
+- **Plow** - French
+
+---
+
+
+
+**[⬆ Back to Top](#atom-cms)**
+
+Made with ❤️ by the Atom CMS Community
+
+
diff --git a/Updated_Cms/app/Actions/Fortify/Controllers/TwoFactorAuthenticatedSessionController.php b/Updated_Cms/app/Actions/Fortify/Controllers/TwoFactorAuthenticatedSessionController.php
new file mode 100644
index 0000000000..86beeb01ea
--- /dev/null
+++ b/Updated_Cms/app/Actions/Fortify/Controllers/TwoFactorAuthenticatedSessionController.php
@@ -0,0 +1,58 @@
+guard = $guard;
+ }
+
+ /**
+ * Attempt to authenticate a new session using the two factor authentication code.
+ */
+ public function store(TwoFactorLoginRequest $request): TwoFactorLoginResponse
+ {
+ $user = $request->challengedUser();
+
+ if ($code = $request->validRecoveryCode()) {
+ $user->replaceRecoveryCode($code);
+
+ event(new RecoveryCodeReplaced($user, $code));
+ } elseif (! $request->hasValidCode()) {
+ throw ValidationException::withMessages([
+ 'code' => __('Invalid Two Factor Authentication code'),
+ ]);
+ }
+
+ $this->guard->login($user, $request->remember());
+
+ $request->session()->regenerate();
+
+ $user->update([
+ 'ip_current' => $request->ip(),
+ ]);
+
+ return app(TwoFactorLoginResponse::class);
+ }
+}
diff --git a/Updated_Cms/app/Actions/Fortify/CreateNewUser.php b/Updated_Cms/app/Actions/Fortify/CreateNewUser.php
new file mode 100644
index 0000000000..2fd1909ad1
--- /dev/null
+++ b/Updated_Cms/app/Actions/Fortify/CreateNewUser.php
@@ -0,0 +1,158 @@
+ __('Registration is disabled.'),
+ ]);
+ }
+
+ $ip = request()?->ip();
+ if (! filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4 | FILTER_FLAG_IPV6)) {
+ throw ValidationException::withMessages([
+ 'registration' => __('Your IP address seems to be invalid'),
+ ]);
+ }
+
+ $matchingIpCount = User::query()
+ ->where('ip_current', '=', $ip)
+ ->orWhere('ip_register', '=', $ip)
+ ->count();
+
+ if ($matchingIpCount >= (int) (setting('max_accounts_per_ip') ?: 99)) {
+ throw ValidationException::withMessages([
+ 'registration' => __('You have reached the max amount of allowed account'),
+ ]);
+ }
+
+ $this->validate($input);
+
+ $user = User::create([
+ 'username' => $input['username'],
+ 'mail' => $input['mail'],
+ 'password' => Hash::make($input['password']),
+ 'account_created' => time(),
+ 'last_login' => time(),
+ 'motto' => setting('start_motto') ?: 'Welcome to the hotel!',
+ 'look' => setting('start_look') ?: 'hr-100-61.hd-180-1.ch-210-66.lg-270-110.sh-305-62',
+ 'credits' => setting('start_credits') ?: 1000,
+ 'ip_register' => $ip,
+ 'ip_current' => $ip,
+ 'auth_ticket' => '',
+ 'home_room' => (int) (setting('hotel_home_room') ?: 0),
+ ]);
+
+ $user->update([
+ 'referral_code' => sprintf('%s%s', $user->id, Str::random(8)),
+ ]);
+
+ if (setting('requires_beta_code') !== '' && setting('requires_beta_code') !== '0') {
+ WebsiteBetaCode::where('code', '=', $input['beta_code'])->update([
+ 'user_id' => $user->id,
+ ]);
+ }
+
+ // Referral
+ if (isset($input['referral_code'])) {
+ $referralUser = User::query()
+ ->where('referral_code', '=', $input['referral_code'])
+ ->first();
+
+ if (is_null($referralUser)) {
+ return redirect(RouteServiceProvider::HOME);
+ }
+
+ // If same IP skip referral incrementation
+ if ($referralUser->ip_current == $user->ip_current || $referralUser->ip_register == $user->ip_register) {
+ return redirect(RouteServiceProvider::HOME);
+ }
+
+ $referralUser->referrals()->updateOrCreate(['user_id' => $referralUser->id], [
+ 'referrals_total' => $referralUser->referrals != null ? $referralUser->referrals->referrals_total += 1 : 1,
+ ]);
+
+ $referralUser->userReferrals()->create([
+ 'referred_user_id' => $user->id,
+ 'referred_user_ip' => $ip,
+ ]);
+ }
+
+ if (setting('enable_discord_webhook') === '1') {
+ $this->sendDiscordWebhook($user->username, $user->ip_register, $user->mail);
+ }
+
+ return $user;
+ }
+
+ private function validate(array $inputs): array
+ {
+ $rules = [
+ 'username' => ['required', 'string', sprintf('regex:%s', setting('username_regex') ?: '/^[a-zA-Z0-9_.-]+$/'), 'max:25', Rule::unique('users'), new WebsiteWordfilterRule],
+ 'mail' => ['required', 'string', 'email', 'max:255', Rule::unique('users')],
+ 'password' => $this->passwordRules(),
+ 'beta_code' => ['sometimes', 'string', new BetaCodeRule],
+ 'terms' => ['required', 'accepted'],
+ 'g-recaptcha-response' => ['sometimes', 'string', new GoogleRecaptchaRule],
+ 'cf-turnstile-response' => [app(Turnstile::class)],
+ ];
+
+ $messages = [
+ 'g-recaptcha-response.required' => __('The Google recaptcha must be completed'),
+ 'g-recaptcha-response.string' => __('The google recaptcha was submitted with an invalid type'),
+ ];
+
+ return Validator::make($inputs, $rules, $messages)->validate();
+ }
+
+ private function sendDiscordWebhook(string $username, string $ip, string $email): void
+ {
+ if (setting('discord_webhook_url') === '') {
+ Log::error('Discord webhook url not provided', ['Please provide a discord webhook url before being able to send any webhook requests.']);
+
+ return;
+ }
+
+ $request = Http::asJson()->post(setting('discord_webhook_url'), [
+ 'username' => sprintf('%s Bot', setting('hotel_name')),
+ 'content' => "User: {$username} has just registered, with the IP: {$ip} and E-mail: {$email}",
+ ]);
+
+ // Log the error in-case webhook wasn't sent
+ if (! $request->successful()) {
+ Log::error('Failed to send Discord webhook notification', [
+ 'username' => $username,
+ 'ip' => $ip,
+ 'email' => $email,
+ 'response_status' => $request->status(),
+ 'response_body' => $request->body(),
+ ]);
+ }
+ }
+}
diff --git a/Updated_Cms/app/Actions/Fortify/DisableTwoFactorAuthentication.php b/Updated_Cms/app/Actions/Fortify/DisableTwoFactorAuthentication.php
new file mode 100644
index 0000000000..274ecf990f
--- /dev/null
+++ b/Updated_Cms/app/Actions/Fortify/DisableTwoFactorAuthentication.php
@@ -0,0 +1,16 @@
+forceFill([
+ 'two_factor_secret' => null,
+ 'two_factor_recovery_codes' => null,
+ 'two_factor_confirmed' => false,
+ ])->save();
+ }
+}
diff --git a/Updated_Cms/app/Actions/Fortify/RedirectIfTwoFactorAuthenticatable.php b/Updated_Cms/app/Actions/Fortify/RedirectIfTwoFactorAuthenticatable.php
new file mode 100644
index 0000000000..17837dd031
--- /dev/null
+++ b/Updated_Cms/app/Actions/Fortify/RedirectIfTwoFactorAuthenticatable.php
@@ -0,0 +1,194 @@
+guard = $guard;
+ $this->limiter = $limiter;
+ }
+
+ /**
+ * Handle the incoming request.
+ *
+ * @return mixed
+ */
+ public function handle(Request $request, callable $next)
+ {
+ $user = $this->validateCredentials($request);
+
+ if (Fortify::confirmsTwoFactorAuthentication()) {
+ if ($user?->two_factor_secret &&
+ ! is_null($user?->two_factor_confirmed_at) &&
+ in_array(TwoFactorAuthenticatable::class, class_uses_recursive($user))) {
+ return $this->twoFactorChallengeResponse($request, $user);
+ } else {
+ return $next($request);
+ }
+ }
+
+ if ($user?->two_factor_secret &&
+ in_array(TwoFactorAuthenticatable::class, class_uses_recursive($user))) {
+ return $this->twoFactorChallengeResponse($request, $user);
+ }
+
+ return $next($request);
+ }
+
+ /**
+ * Attempt to validate the incoming credentials.
+ *
+ * @return mixed
+ */
+ protected function validateCredentials(Request $request)
+ {
+ if (Fortify::$authenticateUsingCallback) {
+ return tap(call_user_func(Fortify::$authenticateUsingCallback, $request), function ($user) use ($request): void {
+ if (! $user) {
+ $this->fireFailedEvent($request);
+
+ $this->throwFailedAuthenticationException($request);
+ }
+ });
+ }
+
+ $model = $this->guard->getProvider()->getModel();
+
+ return tap($model::where(Fortify::username(), $request->{Fortify::username()})->first(), function ($user) use ($request): void {
+ // Update the users password to bcrypt, if they previously used md5
+ if ($user && config('habbo.site.convert_passwords')) {
+ $this->convertUserPassword($user, $request->input('password'));
+ }
+
+ if (! $user || ! $this->guard->getProvider()->validateCredentials($user, ['password' => $request->password])) {
+ $this->fireFailedEvent($request, $user);
+
+ $this->throwFailedAuthenticationException($request);
+ }
+
+ $this->validate($request);
+
+ $user = User::select('id', 'password', 'rank')
+ ->where('username', '=', $request->input('username'))
+ ->first();
+
+ if (setting('maintenance_enabled') === '1' && setting('min_maintenance_login_rank') > $user->rank) {
+ throw ValidationException::withMessages([
+ 'username' => __('Only staff can login during maintenance!'),
+ ]);
+ }
+ });
+ }
+
+ /**
+ * Throw a failed authentication validation exception.
+ *
+ *
+ * @throws ValidationException
+ */
+ protected function throwFailedAuthenticationException(Request $request): void
+ {
+ $this->limiter->increment($request);
+
+ throw ValidationException::withMessages([
+ Fortify::username() => [trans('auth.failed')],
+ ])->errorBag('login');
+ }
+
+ /**
+ * Fire the failed authentication attempt event with the given arguments.
+ */
+ protected function fireFailedEvent(Request $request, ?Authenticatable $user = null): void
+ {
+ event(new Failed(config('fortify.guard'), $user, [
+ Fortify::username() => $request->{Fortify::username()},
+ 'password' => $request->password,
+ ]));
+ }
+
+ /**
+ * Get the two factor authentication enabled response.
+ *
+ * @param mixed $user
+ */
+ protected function twoFactorChallengeResponse(Request $request, $user): Response
+ {
+ $request->session()->put([
+ 'login.id' => $user->getKey(),
+ 'login.remember' => $request->filled('remember'),
+ ]);
+
+ event(new \Laravel\Fortify\Events\TwoFactorAuthenticationChallenged($user));
+
+ return $request->wantsJson()
+ ? response()->json(['two_factor' => true])
+ : to_route('two-factor.login');
+ }
+
+ private function convertUserPassword(User $user, string $password)
+ {
+ if ($user->password == md5($password)) {
+ $user->update([
+ 'password' => Hash::make($password),
+ ]);
+ }
+ }
+
+ private function validate(Request $request): array
+ {
+ $rules = [];
+
+ if (setting('google_recaptcha_enabled') !== '' && setting('google_recaptcha_enabled') !== '0') {
+ $rules['g-recaptcha-response'] = ['required', 'string', new GoogleRecaptchaRule];
+ }
+
+ if (setting('cloudflare_turnstile_enabled') !== '' && setting('cloudflare_turnstile_enabled') !== '0') {
+ $rules['cf-turnstile-response'] = ['required', app(Turnstile::class)];
+ }
+
+ $messages = [
+ 'g-recaptcha-response.required' => __('The Google reCAPTCHA must be completed'),
+ 'g-recaptcha-response.string' => __('The Google reCAPTCHA was submitted with an invalid type'),
+ 'cf-turnstile-response.required' => __('The Cloudflare Turnstile response is required'),
+ ];
+
+ return Validator::make($request->all(), $rules, $messages)->validate();
+ }
+}
diff --git a/Updated_Cms/app/Actions/Fortify/RedirectIfTwoFactorConfirmed.php b/Updated_Cms/app/Actions/Fortify/RedirectIfTwoFactorConfirmed.php
new file mode 100644
index 0000000000..e32b96cc9b
--- /dev/null
+++ b/Updated_Cms/app/Actions/Fortify/RedirectIfTwoFactorConfirmed.php
@@ -0,0 +1,10 @@
+ $this->passwordRules(),
+ ])->validate();
+
+ $user->forceFill([
+ 'password' => Hash::make($input['password']),
+ ])->save();
+ }
+}
diff --git a/Updated_Cms/app/Actions/Fortify/Rules/PasswordValidationRules.php b/Updated_Cms/app/Actions/Fortify/Rules/PasswordValidationRules.php
new file mode 100644
index 0000000000..7e0fac17a6
--- /dev/null
+++ b/Updated_Cms/app/Actions/Fortify/Rules/PasswordValidationRules.php
@@ -0,0 +1,16 @@
+ ['required', 'string', 'current_password:web'],
+ 'password' => $this->passwordRules(),
+ ], [
+ 'current_password.current_password' => __('The provided password does not match your current password.'),
+ ])->validateWithBag('updatePassword');
+
+ $user->forceFill([
+ 'password' => Hash::make($input['password']),
+ ])->save();
+ }
+}
diff --git a/Updated_Cms/app/Actions/Fortify/UpdateUserProfileInformation.php b/Updated_Cms/app/Actions/Fortify/UpdateUserProfileInformation.php
new file mode 100644
index 0000000000..d325d3bf6e
--- /dev/null
+++ b/Updated_Cms/app/Actions/Fortify/UpdateUserProfileInformation.php
@@ -0,0 +1,57 @@
+ ['required', 'string', 'max:255'],
+
+ 'email' => [
+ 'required',
+ 'string',
+ 'email',
+ 'max:255',
+ Rule::unique('users')->ignore($user->id),
+ ],
+ ])->validateWithBag('updateProfileInformation');
+
+ if ($input['email'] !== $user->email &&
+ $user instanceof MustVerifyEmail) {
+ $this->updateVerifiedUser($user, $input);
+ } else {
+ $user->forceFill([
+ 'name' => $input['name'],
+ 'email' => $input['email'],
+ ])->save();
+ }
+ }
+
+ /**
+ * Update the given verified user's profile information.
+ *
+ * @param mixed $user
+ */
+ protected function updateVerifiedUser($user, array $input): void
+ {
+ $user->forceFill([
+ 'name' => $input['name'],
+ 'email' => $input['email'],
+ 'email_verified_at' => null,
+ ])->save();
+
+ $user->sendEmailVerificationNotification();
+ }
+}
diff --git a/Updated_Cms/app/Actions/SendCurrency.php b/Updated_Cms/app/Actions/SendCurrency.php
new file mode 100644
index 0000000000..b500968884
--- /dev/null
+++ b/Updated_Cms/app/Actions/SendCurrency.php
@@ -0,0 +1,38 @@
+rcon->isConnected) {
+ match ($type) {
+ 'credits' => $this->rcon->giveCredits($user, $amount),
+ 'duckets' => $this->rcon->giveDuckets($user, $amount),
+ 'diamonds' => $this->rcon->giveDiamonds($user, $amount),
+ 'points' => $this->rcon->giveGotw($user, $amount),
+ default => false,
+ };
+ } else {
+ match ($type) {
+ 'credits' => $user->increment('credits', $amount),
+ 'duckets' => $user->currencies()->where('type', CurrencyTypes::Duckets)->increment('amount', $amount),
+ 'diamonds' => $user->currencies()->where('type', CurrencyTypes::Diamonds)->increment('amount', $amount),
+ 'points' => $user->currencies()->where('type', CurrencyTypes::Points)->increment('amount', $amount),
+ default => false,
+ };
+ }
+
+ return null;
+ }
+}
diff --git a/Updated_Cms/app/Actions/SendFurniture.php b/Updated_Cms/app/Actions/SendFurniture.php
new file mode 100644
index 0000000000..b0a2d565cd
--- /dev/null
+++ b/Updated_Cms/app/Actions/SendFurniture.php
@@ -0,0 +1,28 @@
+rcon->isConnected) {
+ for ($i = 0; $i < $furni['amount']; $i++) {
+ $this->rcon->sendGift($user, $furni['item_id'], 'Thank you for supporting ' . setting('hotel_name'));
+ }
+ } else {
+ for ($i = 0; $i < $furni['amount']; $i++) {
+ $user->items()->create([
+ 'item_id' => $furni['item_id'],
+ ]);
+ }
+ }
+ }
+ }
+}
diff --git a/Updated_Cms/app/Actions/UserActions.php b/Updated_Cms/app/Actions/UserActions.php
new file mode 100644
index 0000000000..d5756fc00a
--- /dev/null
+++ b/Updated_Cms/app/Actions/UserActions.php
@@ -0,0 +1,34 @@
+update([
+ 'username' => $username,
+ ]);
+ }
+
+ public function updateEmail($user, $email): void
+ {
+ $user->update([
+ 'mail' => $email,
+ ]);
+ }
+
+ public function updateMotto($user, $motto): void
+ {
+ $user->update([
+ 'motto' => $motto,
+ ]);
+ }
+
+ public function updateField($user, string $field, ?string $value): void
+ {
+ $user->update([
+ $field => $value,
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Console/Commands/AtomSetupCommand.php b/Updated_Cms/app/Console/Commands/AtomSetupCommand.php
new file mode 100644
index 0000000000..91c9ea02e9
--- /dev/null
+++ b/Updated_Cms/app/Console/Commands/AtomSetupCommand.php
@@ -0,0 +1,148 @@
+info(sprintf('Step %s/13', $step));
+ $this->newLine();
+ }
+
+ public function handle(): void
+ {
+ Artisan::call('db:seed --class=WebsiteSettingsSeeder');
+
+ if ($this->option('auto') === 'false') {
+ $step = 1;
+
+ $this->progressInfo($step);
+ $step++;
+
+ $hotelName = $this->ask('Enter your hotel name');
+ WebsiteSetting::where('key', '=', 'hotel_name')->update([
+ 'value' => empty($hotelName) ? 'Hotel' : $hotelName,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $colorMode = $this->choice('Enter your preferred CMS color mode', ['light', 'dark'], 0);
+ WebsiteSetting::where('key', '=', 'cms_color_mode')->update([
+ 'value' => $colorMode,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $startCredits = $this->ask('Enter the amount of credits new users should start with: (default is 5000)');
+ WebsiteSetting::where('key', '=', 'start_credits')->update([
+ 'value' => empty($startCredits) ? '5000' : $startCredits,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $startDuckets = $this->ask('Enter the amount of credits new users should start with: (default is 5000)');
+ WebsiteSetting::where('key', '=', 'start_duckets')->update([
+ 'value' => empty($startDuckets) ? '5000' : $startDuckets,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $startDiamonds = $this->ask('Enter the amount of diamonds new users should start with: (default is 100)');
+ WebsiteSetting::where('key', '=', 'start_diamonds')->update([
+ 'value' => empty($startDiamonds) ? '100' : $startDiamonds,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $startPoints = $this->ask('Enter the amount of points new users should start with (default is 0)');
+ WebsiteSetting::where('key', '=', 'start_points')->update([
+ 'value' => empty($startPoints) ? '0' : $startPoints,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $maxAccountsPerIP = $this->ask('Enter the amount of accounts a user can register per IP address (default is 2)');
+ WebsiteSetting::where('key', '=', 'max_accounts_per_ip')->update([
+ 'value' => empty($maxAccountsPerIP) ? '2' : $maxAccountsPerIP,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $recaptchaEnabled = $this->choice('Google ReCaptcha enabled: (Do not forget to add your keys to your .env file in-case you set this to 1)', ['0', '1'], 0);
+ WebsiteSetting::where('key', '=', 'google_recaptcha_enabled')->update([
+ 'value' => $recaptchaEnabled,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $wordfilterEnabled = $this->choice('CMS wordfilter enabled', ['0', '1'], 1);
+ WebsiteSetting::where('key', '=', 'website_wordfilter_enabled')->update([
+ 'value' => $wordfilterEnabled,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $requiredBetaCode = $this->choice('Requires beta code to register', ['0', '1'], 0);
+ WebsiteSetting::where('key', '=', 'requires_beta_code')->update([
+ 'value' => $requiredBetaCode,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $registrationDisabled = $this->choice('Disable registration (Can be re-enabled later inside website_settings table if set to 1)', ['0', '1'], 0);
+ WebsiteSetting::where('key', '=', 'disable_registration')->update([
+ 'value' => $registrationDisabled,
+ ]);
+
+ $this->progressInfo($step);
+ $step++;
+
+ $giveHC = $this->choice('Give all new users HC automatically', ['0', '1'], 0);
+ WebsiteSetting::where('key', '=', 'give_hc_on_register')->update([
+ 'value' => $giveHC,
+ ]);
+
+ $this->progressInfo($step);
+
+ $maxCommentArticles = $this->ask('Enter the amount of comments each user can post per article (default is 2)');
+ WebsiteSetting::where('key', '=', 'max_comment_per_article')->update([
+ 'value' => empty($maxCommentArticles) ? '2' : $maxCommentArticles,
+ ]);
+ }
+
+ $seeders = [
+ 'WebsiteLanguageSeeder',
+ 'WebsiteArticleSeeder',
+ 'WebsitePermissionSeeder',
+ 'WebsiteWordfilterSeeder',
+ 'WebsiteTeamSeeder',
+ 'WebsiteRuleCategorySeeder',
+ 'WebsiteRuleSeeder',
+ ];
+
+ foreach ($seeders as $seeder) {
+ Artisan::call(sprintf('db:seed --class=%s', $seeder));
+ }
+
+ $this->info('The setup was successful!');
+ }
+}
diff --git a/Updated_Cms/app/Console/Commands/ImportAdsData.php b/Updated_Cms/app/Console/Commands/ImportAdsData.php
new file mode 100644
index 0000000000..97ae9b10d4
--- /dev/null
+++ b/Updated_Cms/app/Console/Commands/ImportAdsData.php
@@ -0,0 +1,88 @@
+getOrDefault('ads_path_filesystem');
+
+ if (! $this->validatePath($adsPath)) {
+ return;
+ }
+
+ $files = $this->getImageFiles($adsPath);
+
+ if ($files === []) {
+ $this->warn('No valid image files found in the ads directory.');
+
+ return;
+ }
+
+ $this->processFiles($files);
+
+ $this->info('Ads data import completed successfully.');
+ }
+
+ private function validatePath(?string $adsPath): bool
+ {
+ if (in_array($adsPath, [null, '', '0'], true)) {
+ $this->error('Ads path is not configured in website_settings.');
+
+ return false;
+ }
+
+ if (! is_dir($adsPath)) {
+ $this->error("The ads path '{$adsPath}' does not exist in the filesystem.");
+
+ return false;
+ }
+
+ return true;
+ }
+
+ private function getImageFiles(string $adsPath): array
+ {
+ return array_filter(scandir($adsPath), function ($file) use ($adsPath) {
+ $filePath = $adsPath . DIRECTORY_SEPARATOR . $file;
+
+ return is_file($filePath) &&
+ in_array(strtolower(pathinfo($file, PATHINFO_EXTENSION)), self::ALLOWED_EXTENSIONS);
+ });
+ }
+
+ private function processFiles(array $files): void
+ {
+ // Get existing images to avoid duplicates
+ $existingImages = WebsiteAd::pluck('image')->toArray();
+
+ $newFiles = Collection::make($files)
+ ->filter(fn ($file) => ! in_array($file, $existingImages))
+ ->map(fn ($file) => ['image' => $file])
+ ->values();
+
+ $skippedCount = count($files) - $newFiles->count();
+ if ($skippedCount > 0) {
+ $this->warn("Skipped {$skippedCount} existing files.");
+ }
+
+ $newFiles->chunk(self::CHUNK_SIZE)->each(function ($chunk): void {
+ WebsiteAd::insert($chunk->toArray());
+ $this->info('Processed ' . $chunk->count() . ' files.');
+ });
+ }
+}
diff --git a/Updated_Cms/app/Console/Commands/ImportBadgeData.php b/Updated_Cms/app/Console/Commands/ImportBadgeData.php
new file mode 100644
index 0000000000..570f107e86
--- /dev/null
+++ b/Updated_Cms/app/Console/Commands/ImportBadgeData.php
@@ -0,0 +1,94 @@
+settingsService->getOrDefault('nitro_external_texts_file');
+
+ if (! $this->validateJsonFile($jsonPath)) {
+ return;
+ }
+
+ try {
+ $this->processBadgeData($jsonPath);
+ $this->info('Badge data imported successfully.');
+ } catch (Exception $e) {
+ Log::error('Failed to import badge data: ' . $e->getMessage());
+ $this->error('Failed to import badge data. Check the logs for details.');
+ }
+ }
+
+ private function validateJsonFile(?string $jsonPath): bool
+ {
+ if (in_array($jsonPath, [null, '', '0'], true)) {
+ $this->error('The JSON file path is not configured in the website settings.');
+
+ return false;
+ }
+
+ if (! file_exists($jsonPath)) {
+ $this->error('The JSON file does not exist at the specified path: ' . $jsonPath);
+
+ return false;
+ }
+
+ return true;
+ }
+
+ private function processBadgeData(string $jsonPath): void
+ {
+ $jsonData = File::json($jsonPath);
+
+ // Extract badge names and descriptions
+ $badgeNames = Collection::make($jsonData)
+ ->filter(fn ($value, $key) => str_starts_with((string) $key, 'badge_name_'))
+ ->mapWithKeys(fn ($value, $key) => [str_replace('badge_name_', '', $key) => $value]);
+
+ $badgeDescriptions = Collection::make($jsonData)
+ ->filter(fn ($value, $key) => str_starts_with((string) $key, self::BADGE_PREFIX))
+ ->mapWithKeys(fn ($value, $key) => [str_replace(self::BADGE_PREFIX, '', $key) => $value]);
+
+ // Combine badge names and descriptions
+ $badgeData = $badgeNames->map(fn ($name, $key) => [
+ 'badge_key' => $key, // Use only the badge name (e.g., 14X12, 14XR1)
+ 'badge_name' => $name,
+ 'badge_description' => $badgeDescriptions->get($key, 'No description available'),
+ ])->values();
+
+ // Upsert the combined data in chunks
+ $badgeData->chunk(self::CHUNK_SIZE)->each(function ($chunk): void {
+ WebsiteBadge::upsert(
+ $chunk->toArray(),
+ ['badge_key'],
+ ['badge_name', 'badge_description'],
+ );
+
+ $this->info('Processed ' . $chunk->count() . ' badges.');
+ });
+ }
+}
diff --git a/Updated_Cms/app/Console/Kernel.php b/Updated_Cms/app/Console/Kernel.php
new file mode 100644
index 0000000000..ab95470bd0
--- /dev/null
+++ b/Updated_Cms/app/Console/Kernel.php
@@ -0,0 +1,29 @@
+command('inspire')->hourly();
+ }
+
+ /**
+ * Register the commands for the application.
+ */
+ #[\Override]
+ protected function commands(): void
+ {
+ $this->load(__DIR__ . '/Commands');
+
+ require base_path('routes/console.php');
+ }
+}
diff --git a/Updated_Cms/app/Enums/AchievementCategory.php b/Updated_Cms/app/Enums/AchievementCategory.php
new file mode 100644
index 0000000000..d9c6c41390
--- /dev/null
+++ b/Updated_Cms/app/Enums/AchievementCategory.php
@@ -0,0 +1,31 @@
+ self::Credits,
+ 'duckets' => self::Duckets,
+ 'diamonds' => self::Diamonds,
+ 'points' => self::Points,
+ default => null,
+ };
+ }
+
+ public function getImage(): string
+ {
+ return match ($this->value) {
+ CurrencyTypes::Credits->value => asset('assets/images/currencies/credits.gif'),
+ CurrencyTypes::Duckets->value => asset('assets/images/currencies/duckets.png'),
+ CurrencyTypes::Diamonds->value => asset('assets/images/currencies/diamonds.png'),
+ CurrencyTypes::Points->value => asset('assets/images/currencies/points.png'),
+ };
+ }
+
+ public static function toInput(): array
+ {
+ $allCurrencies = self::cases();
+
+ return array_combine(
+ array_column($allCurrencies, 'value'),
+ array_column($allCurrencies, 'name'),
+ );
+ }
+}
diff --git a/Updated_Cms/app/Exceptions/Handler.php b/Updated_Cms/app/Exceptions/Handler.php
new file mode 100644
index 0000000000..28c7d817a4
--- /dev/null
+++ b/Updated_Cms/app/Exceptions/Handler.php
@@ -0,0 +1,49 @@
+, \Psr\Log\LogLevel::*>
+ */
+ protected $levels = [
+ //
+ ];
+
+ /**
+ * A list of the exception types that are not reported.
+ *
+ * @var array>
+ */
+ protected $dontReport = [
+ //
+ ];
+
+ /**
+ * A list of the inputs that are never flashed to the session on validation exceptions.
+ *
+ * @var array
+ */
+ protected $dontFlash = [
+ 'current_password',
+ 'password',
+ 'password_confirmation',
+ ];
+
+ /**
+ * Register the exception handling callbacks for the application.
+ */
+ #[\Override]
+ public function register(): void
+ {
+ $this->reportable(function (Throwable $e): void {
+ //
+ });
+ }
+}
diff --git a/Updated_Cms/app/Exceptions/MigrationFailedException.php b/Updated_Cms/app/Exceptions/MigrationFailedException.php
new file mode 100644
index 0000000000..8483ffa54e
--- /dev/null
+++ b/Updated_Cms/app/Exceptions/MigrationFailedException.php
@@ -0,0 +1,7 @@
+schema([
+ DatePicker::make("{$name}_from"),
+ DatePicker::make("{$name}_until"),
+ ])
+ ->query(function (Builder $query, array $data) use (&$name): Builder {
+ return $query
+ ->when(
+ $data["{$name}_from"],
+ fn (Builder $query, $date): Builder => $query->whereDate($name, '>=', $date),
+ )
+ ->when(
+ $data["{$name}_until"],
+ fn (Builder $query, $date): Builder => $query->whereDate($name, '<=', $date),
+ );
+ });
+ }
+}
diff --git a/Updated_Cms/app/Filament/Pages/BadgePage.php b/Updated_Cms/app/Filament/Pages/BadgePage.php
new file mode 100644
index 0000000000..9619683800
--- /dev/null
+++ b/Updated_Cms/app/Filament/Pages/BadgePage.php
@@ -0,0 +1,315 @@
+user()->can('view::admin::' . static::$roleName);
+ }
+
+ #[\Override]
+ public function getTitle(): string|Htmlable
+ {
+ return __(
+ sprintf('filament::resources.resources.%s.navigation_label', static::$translateIdentifier),
+ );
+ }
+
+ public function form(Schema $schema): Schema
+ {
+ return $schema
+ ->components([
+ Section::make(__('filament::resources.tabs.Main'))
+ ->schema([
+ TextInput::make('code')
+ ->label(__('filament::resources.inputs.badge_code'))
+ ->helperText(__('filament::resources.helpers.badge_code_helper'))
+ ->afterStateUpdated(function (?string $state, Set $set): void {
+ $set('code', strtoupper($state));
+ })
+ ->suffixAction(fn (): PageAction => PageAction::make('search')->icon('heroicon-o-magnifying-glass')->action(fn () => $this->searchBadgesByCode()),
+ ),
+
+ TextInput::make('image')
+ ->label(__('filament::resources.inputs.badge_image'))
+ ->placeholder('...')
+ ->autocomplete()
+ ->visible(fn (Get $get) => isset($this->data['image']) ?? false)
+ ->prefixAction(
+ fn (?string $state): PageAction => PageAction::make('visit')
+ ->icon('heroicon-s-arrow-top-right-on-square')
+ ->tooltip(__('filament::resources.common.Open link'))
+ ->url($state)
+ ->visible(fn () => ! in_array($state, [null, '', '0'], true))
+ ->openUrlInNewTab(),
+ ),
+ ]),
+
+ Section::make('Nitro Texts')
+ ->collapsible()
+ ->visible(fn () => isset($this->data['nitro']) && ! empty($this->data['nitro']))
+ ->schema([
+ TextInput::make('nitro.title')
+ ->label(__('filament::resources.inputs.badge_title'))
+ ->placeholder('...')
+ ->visible(fn () => isset($this->data['nitro']['title']) ?? false),
+
+ TextInput::make('nitro.description')
+ ->label(__('filament::resources.inputs.badge_description'))
+ ->placeholder('...')
+ ->visible(fn () => isset($this->data['nitro']['description']) ?? false),
+ ]),
+
+ Section::make('Flash Texts')
+ ->collapsible()
+ ->visible(fn () => isset($this->data['flash']) && ! empty($this->data['flash']))
+ ->schema([
+ TextInput::make('flash.title')
+ ->label(__('filament::resources.inputs.badge_title'))
+ ->placeholder('...')
+ ->visible(fn () => isset($this->data['flash']['title']) ?? false),
+
+ TextInput::make('flash.description')
+ ->label(__('filament::resources.inputs.badge_description'))
+ ->placeholder('...')
+ ->visible(fn () => isset($this->data['flash']['description']) ?? false),
+ ]),
+ ])
+ ->statePath('data');
+ }
+
+ private function searchBadgesByCode(): void
+ {
+ $badgeCode = $this->form->getState()['code'] ?? null;
+
+ if (empty($badgeCode)) {
+ $this->notify('danger', __('filament::resources.notifications.badge_code_required'));
+
+ return;
+ }
+
+ $badgeData = app(ExternalTextsParser::class)->getBadgeData($badgeCode);
+ $this->badgeWasPreviouslyCreated = is_array($badgeData['nitro']) || is_array($badgeData['flash']);
+
+ if ($this->badgeWasPreviouslyCreated) {
+ Notification::make()
+ ->icon('heroicon-o-check-circle')
+ ->iconColor('success')
+ ->color('success')
+ ->title(__('filament::resources.notifications.badge_found'))
+ ->send();
+
+ $this->data = [
+ 'code' => $badgeCode,
+ ...$this->getDefaultDataBehavior(
+ $badgeData['image'] ?? null,
+ $badgeData['nitro']['title'] ?? null,
+ $badgeData['nitro']['description'] ?? null,
+ $badgeData['flash']['title'] ?? null,
+ $badgeData['flash']['description'] ?? null,
+ ),
+ ];
+
+ return;
+ }
+
+ Notification::make()
+ ->color('success')
+ ->icon('heroicon-o-check-circle')
+ ->iconColor('success')
+ ->title(__('filament::resources.notifications.create_badge'))
+ ->send();
+
+ $this->data = [
+ 'code' => $badgeCode,
+ ...$this->getDefaultDataBehavior(),
+ ];
+ }
+
+ private function getDefaultDataBehavior(
+ ?string $badgeImageUrl = null,
+ ?string $nitroTitle = null,
+ ?string $nitroDesc = null,
+ ?string $flashTitle = null,
+ ?string $flashDesc = null,
+ ): array {
+ return [
+ 'image' => $badgeImageUrl ?? '',
+ 'nitro' => [
+ 'title' => $nitroTitle ?? '',
+ 'description' => $nitroDesc ?? '',
+ ],
+ 'flash' => [
+ 'title' => $flashTitle ?? '',
+ 'description' => $flashDesc ?? '',
+ ],
+ ];
+ }
+
+ public function create()
+ {
+ $nitroEnabled = config('hotel.client.nitro.enabled');
+ $flashEnabled = config('hotel.client.flash.enabled');
+
+ // image and code fields are required when creating a new badge
+ if (! $this->badgeWasPreviouslyCreated && (empty($this->data['image']) || empty($this->data['code']))) {
+ $notificationTitle = empty($this->data['image']) ?
+ __('filament::resources.notifications.badge_image_required') :
+ __('filament::resources.notifications.badge_code_required');
+
+ Notification::make()
+ ->icon('heroicon-o-exclamation-triangle')
+ ->iconColor('danger')
+ ->color('danger')
+ ->title($notificationTitle)
+ ->send();
+
+ return;
+ }
+
+ $externalTextsParser = app(ExternalTextsParser::class);
+
+ if ((empty($this->data['nitro']) && $nitroEnabled) || (empty($this->data['flash']) && $flashEnabled)) {
+ Notification::make()
+ ->icon('heroicon-o-exclamation-triangle')
+ ->iconColor('danger')
+ ->color('danger')
+ ->title(__('filament::resources.notifications.badge_texts_required'))
+ ->send();
+
+ return;
+ }
+
+ try {
+ $this->uploadBadgeImage($externalTextsParser);
+
+ if (! empty($this->data['nitro']) && $nitroEnabled) {
+ $externalTextsParser->updateNitroBadgeTexts($this->data['code'], ...$this->data['nitro']);
+ }
+ if (! empty($this->data['flash']) && $flashEnabled) {
+ $externalTextsParser->updateFlashBadgeTexts($this->data['code'], ...$this->data['flash']);
+ }
+ } catch (Throwable $exception) {
+ Log::channel('badge')->error('[ORION BADGE RESOURCE] - ERROR: ' . $exception->getMessage());
+
+ Notification::make()
+ ->icon('heroicon-o-exclamation-triangle')
+ ->iconColor('danger')
+ ->color('danger')
+ ->title(__('filament::resources.notifications.badge_update_failed'))
+ ->send();
+
+ return;
+ }
+
+ $this->data['image'] = $externalTextsParser->getBadgeImageUrl($this->data['code']);
+ $this->badgeWasPreviouslyCreated = true;
+
+ Notification::make()
+ ->icon('heroicon-o-check-circle')
+ ->iconColor('success')
+ ->color('success')
+ ->title(__('filament::resources.notifications.badge_updated'))
+ ->send();
+ }
+
+ protected function uploadBadgeImage(ExternalTextsParser $parser): void
+ {
+ if (empty($this->data['image']) || ! filter_var($this->data['image'], FILTER_VALIDATE_URL)) {
+ return;
+ }
+
+ if ($this->data['image'] == $parser->getBadgeImageUrl($this->data['code'])) {
+ return;
+ }
+
+ $image = Http::get($this->data['image']);
+
+ if (! $image->successful()) {
+ return;
+ }
+
+ $contentType = $image->header('content-type');
+
+ $gdImage = match ($contentType) {
+ 'image/png' => imagecreatefrompng($this->data['image']),
+ 'image/gif' => imagecreatefromgif($this->data['image']),
+ 'image/jpeg' => imagecreatefromjpeg($this->data['image']),
+ default => false
+ };
+
+ if ($gdImage === false) {
+ Notification::make()
+ ->icon('heroicon-o-exclamation-triangle')
+ ->iconColor('danger')
+ ->color('danger')
+ ->title(__('filament::resources.notifications.badge_image_upload_failed'))
+ ->send();
+
+ return;
+ }
+
+ $uploadPath = public_path(sprintf('%s%s%s.gif',
+ rtrim((string) config('hotel.client.flash.relative_files_path'), '\//'),
+ '/c_images/album1584/',
+ $this->data['code'],
+ ));
+
+ imagegif($gdImage, $uploadPath);
+ }
+
+ /**
+ * @return array<\Filament\Actions\Action|ActionGroup>
+ */
+ protected function getHeaderActions(): array
+ {
+ return [
+ PageAction::make('save')
+ ->label(__('filament::resources.common.Update'))
+ ->action(fn () => $this->create())
+ ->color('primary')
+ ->visible(fn () => isset($this->data['code']) && $this->badgeWasPreviouslyCreated),
+
+ PageAction::make('create')
+ ->label(__('filament::resources.common.Create'))
+ ->action(fn () => $this->create())
+ ->color('success')
+ ->visible(fn () => isset($this->data['code']) && ! $this->badgeWasPreviouslyCreated),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Pages/Dashboard.php b/Updated_Cms/app/Filament/Pages/Dashboard.php
new file mode 100644
index 0000000000..b55ba826c7
--- /dev/null
+++ b/Updated_Cms/app/Filament/Pages/Dashboard.php
@@ -0,0 +1,26 @@
+user()->can('view::admin::' . static::$roleName);
+ }
+}
diff --git a/Updated_Cms/app/Filament/Pages/Login.php b/Updated_Cms/app/Filament/Pages/Login.php
new file mode 100644
index 0000000000..d3e02bdf06
--- /dev/null
+++ b/Updated_Cms/app/Filament/Pages/Login.php
@@ -0,0 +1,109 @@
+rateLimit(5);
+ } catch (TooManyRequestsException $exception) {
+ Notification::make()
+ ->title(__('filament-panels::pages/auth/login.notifications.throttled.title', [
+ 'seconds' => $exception->secondsUntilAvailable,
+ 'minutes' => ceil($exception->secondsUntilAvailable / 60),
+ ]))
+ ->body(array_key_exists('body', __('filament-panels::pages/auth/login.notifications.throttled') ?: []) ? __('filament-panels::pages/auth/login.notifications.throttled.body', [
+ 'seconds' => $exception->secondsUntilAvailable,
+ 'minutes' => ceil($exception->secondsUntilAvailable / 60),
+ ]) : null)
+ ->danger()
+ ->send();
+
+ return null;
+ }
+
+ $data = $this->form->getState();
+
+ if (! Filament::auth()->attempt($this->getCredentialsFromFormData($data), $data['remember'] ?? false)) {
+ $this->throwFailureValidationException();
+ }
+
+ $user = Filament::auth()->user();
+
+ if (
+ ($user instanceof FilamentUser) &&
+ (! $user->canAccessPanel(Filament::getCurrentOrDefaultPanel()))
+ ) {
+ Filament::auth()->logout();
+
+ $this->throwFailureValidationException();
+ }
+
+ session()->regenerate();
+
+ return app(LoginResponse::class);
+ }
+
+ protected function throwFailureValidationException(): never
+ {
+ throw ValidationException::withMessages([
+ 'data.username' => __('filament-panels::pages/auth/login.messages.failed'),
+ ]);
+ }
+
+ protected function getFormSchema(): array
+ {
+ return [
+ TextInput::make('username')
+ ->label(__('filament::login.fields.username.label'))
+ ->required()
+ ->autocomplete(),
+ TextInput::make('password')
+ ->label(__('filament::login.fields.password.label'))
+ ->password()
+ ->required(),
+ Checkbox::make('remember')
+ ->label(__('filament::login.fields.remember.label')),
+ ];
+ }
+
+ #[\Override]
+ protected function getEmailFormComponent(): Component
+ {
+ return TextInput::make('username')
+ ->label(__('filament::login.fields.username.label'))
+ ->required()
+ ->autocomplete()
+ ->autofocus()
+ ->extraInputAttributes(['tabindex' => 1]);
+ }
+
+ /**
+ * @param array $data
+ *
+ * @return array
+ */
+ #[\Override]
+ protected function getCredentialsFromFormData(array $data): array
+ {
+ return [
+ 'username' => $data['username'],
+ 'password' => $data['password'],
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/Articles/ArticleResource.php b/Updated_Cms/app/Filament/Resources/Atom/Articles/ArticleResource.php
new file mode 100644
index 0000000000..b0bac48467
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/Articles/ArticleResource.php
@@ -0,0 +1,227 @@
+components(static::getForm());
+ }
+
+ public static function getForm(): array
+ {
+ return [
+ Tabs::make('Main')
+ ->tabs([
+ Tab::make(__('filament::resources.tabs.Home'))
+ ->icon('heroicon-o-home')
+ ->schema([
+ TextInput::make('title')
+ ->label(__('filament::resources.inputs.title'))
+ ->required()
+ ->autocomplete()
+ ->maxLength(255)
+ ->columnSpan('full'),
+
+ TextInput::make('short_story')
+ ->label(__('filament::resources.inputs.description'))
+ ->required()
+ ->maxLength(255)
+ ->autocomplete()
+ ->columnSpan('full'),
+
+ FileUpload::make('image')
+ ->label(__('filament::resources.inputs.image'))
+ ->directory('website_news_images')
+ ->visibility('public'),
+
+ RichEditor::make('full_story')
+ ->label(__('filament::resources.inputs.content'))
+ ->required()
+ ->columnSpan('full'),
+
+ Hidden::make('user_id')
+ ->default(fn () => auth()->check() ? auth()->user()->id : null),
+ ]),
+
+ Tab::make(__('filament::resources.tabs.Configurations'))
+ ->icon('heroicon-o-cog')
+ ->schema([
+ Toggle::make('is_visible')
+ ->label(__('filament::resources.inputs.visible'))
+ ->onIcon('heroicon-s-check')
+ ->offIcon('heroicon-s-x-mark')
+ ->default(true)
+ ->live()
+ ->afterStateUpdated(function (string $operation, $state, $record): void {
+ if ($operation !== 'edit' || is_null($record)) {
+ return;
+ }
+
+ try {
+ if ($state) {
+ $record->restore();
+ } else {
+ $record->delete();
+ }
+ } catch (Exception $e) {
+ report($e);
+ }
+ })
+ ->formatStateUsing(function ($record) {
+ if (is_null($record)) {
+ return true;
+ }
+
+ return is_null($record->deleted_at);
+ }),
+
+ Toggle::make('can_comment')
+ ->onIcon('heroicon-s-check')
+ ->label(__('filament::resources.inputs.allow_comments'))
+ ->default(true)
+ ->offIcon('heroicon-s-x-mark'),
+ ]),
+ ])->columnSpanFull(),
+ ];
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'desc')
+ ->poll('60s')
+ ->columns(static::getTable())
+ ->filters([
+ TrashedFilter::make(),
+ ])
+ ->recordActions([
+ ViewAction::make(),
+ EditAction::make(),
+ DeleteAction::make(),
+ RestoreAction::make(),
+ ForceDeleteAction::make(),
+ ])
+ ->toolbarActions([
+ DeleteBulkAction::make(),
+ RestoreBulkAction::make(),
+ ForceDeleteBulkAction::make(),
+ ]);
+ }
+
+ public static function getTable(): array
+ {
+ return [
+ TextColumn::make('id')
+ ->label(__('filament::resources.columns.id')),
+
+ ImageColumn::make('image')
+ ->circular()
+ ->extraAttributes(['style' => 'image-rendering: pixelated'])
+ ->size(50)
+ ->label(__('filament::resources.columns.image')),
+
+ TextColumn::make('title')
+ ->label(__('filament::resources.columns.title'))
+ ->searchable()
+ ->limit(50),
+
+ TextColumn::make('user.username')
+ ->searchable()
+ ->label(__('filament::resources.columns.by')),
+
+ ToggleColumn::make('is_visible')
+ ->label(__('filament::resources.columns.visible'))
+ ->onIcon('heroicon-s-check')
+ ->toggleable()
+ ->state(fn ($record) => is_null($record->deleted_at))
+ ->disabled(),
+
+ ToggleColumn::make('allow_comments')
+ ->label(__('filament::resources.columns.allow_comments'))
+ ->onIcon('heroicon-s-check')
+ ->toggleable()
+ ->disabled(),
+ ];
+ }
+
+ #[\Override]
+ public static function getEloquentQuery(): Builder
+ {
+ return parent::getEloquentQuery()->withoutGlobalScopes([
+ SoftDeletingScope::class,
+ ]);
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ TagsRelationManager::class,
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListArticles::route('/'),
+ 'create' => CreateArticle::route('/create'),
+ 'view' => ViewArticle::route('/{record}'),
+ 'edit' => EditArticle::route('/{record}/edit'),
+ ];
+ }
+
+ public static function getGlobalSearchEloquentQuery(): Builder
+ {
+ return parent::getGlobalSearchEloquentQuery()->withTrashed();
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/Articles/Pages/CreateArticle.php b/Updated_Cms/app/Filament/Resources/Atom/Articles/Pages/CreateArticle.php
new file mode 100644
index 0000000000..2020419305
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/Articles/Pages/CreateArticle.php
@@ -0,0 +1,24 @@
+getRecord();
+
+ if (! $articleCreated || ! $articleCreated->visible) {
+ return;
+ }
+
+ $articleCreated->createFollowersNotification();
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/Articles/Pages/EditArticle.php b/Updated_Cms/app/Filament/Resources/Atom/Articles/Pages/EditArticle.php
new file mode 100644
index 0000000000..e06ac4cbce
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/Articles/Pages/EditArticle.php
@@ -0,0 +1,19 @@
+label(__('Send notifications'))
+ ->color('gray')
+ ->visible(fn (Model $record) => $record->user_id === Auth::id())
+ ->requiresConfirmation()
+ ->action(function (Model $record): void {
+ $record->createFollowersNotification();
+ }),
+
+ EditAction::make(),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/Articles/RelationManagers/TagsRelationManager.php b/Updated_Cms/app/Filament/Resources/Atom/Articles/RelationManagers/TagsRelationManager.php
new file mode 100644
index 0000000000..e8f87ce20f
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/Articles/RelationManagers/TagsRelationManager.php
@@ -0,0 +1,59 @@
+components([
+ TextInput::make('name')
+ ->required()
+ ->maxLength(255),
+ ]);
+ }
+
+ public function table(Table $table): Table
+ {
+ return $table
+ ->columns(TagResource::getTable())
+ ->modifyQueryUsing(fn ($query) => $query->latest())
+ ->filters([
+ //
+ ])
+ ->headerActions([
+ CreateAction::make()
+ ->schema(TagResource::getForm()),
+
+ AttachAction::make()->preloadRecordSelect(),
+ ])
+ ->recordActions([
+ ViewAction::make(),
+ DetachAction::make(),
+ ])
+ ->toolbarActions([
+ DetachBulkAction::make(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/CameraWebs/CameraWebResource.php b/Updated_Cms/app/Filament/Resources/Atom/CameraWebs/CameraWebResource.php
new file mode 100644
index 0000000000..d180dbbce3
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/CameraWebs/CameraWebResource.php
@@ -0,0 +1,93 @@
+components([
+ Toggle::make('visible')
+ ->label(__('Visible'))
+ ->default(true),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'desc')
+ ->columns([
+ TextColumn::make('id')
+ ->label(__('filament::resources.columns.id'))
+ ->sortable(),
+ TextColumn::make('user_id')
+ ->label(__('filament::resources.columns.user_id')),
+ TextColumn::make('room_id')
+ ->label(__('filament::resources.columns.room_id')),
+ TextColumn::make('timestamp')
+ ->label(__('filament::resources.columns.created_at'))
+ ->dateTime(),
+ ImageColumn::make('url')
+ ->label(__('filament::resources.columns.image'))
+ ->extraAttributes(['style' => 'image-rendering: pixelated'])
+ ->size(125),
+ ToggleColumn::make('visible')
+ ->label(__('Visible')),
+ ])
+ ->recordActions([
+ DeleteAction::make(),
+ ])
+ ->toolbarActions([
+ DeleteBulkAction::make(),
+ ]);
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListCameraWeb::route('/'),
+ 'edit' => EditCameraWeb::route('/{record}/edit'),
+ ];
+ }
+
+ public static function canCreate(): bool
+ {
+ return false;
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/CameraWebs/Pages/EditCameraWeb.php b/Updated_Cms/app/Filament/Resources/Atom/CameraWebs/Pages/EditCameraWeb.php
new file mode 100644
index 0000000000..5b4d712298
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/CameraWebs/Pages/EditCameraWeb.php
@@ -0,0 +1,19 @@
+components([
+ Section::make()
+ ->schema([
+ TextInput::make('key')
+ ->label(__('filament::resources.inputs.key'))
+ ->maxLength(50)
+ ->autocomplete()
+ ->unique(ignoreRecord: true)
+ ->required(),
+
+ TextInput::make('value')
+ ->label(__('filament::resources.inputs.value'))
+ ->required()
+ ->maxLength(255)
+ ->autocomplete(),
+
+ TextInput::make('comment')
+ ->label(__('filament::resources.inputs.comment'))
+ ->nullable()
+ ->maxLength(255)
+ ->autocomplete()
+ ->columnSpanFull(),
+ ])
+ ->columns([
+ 'sm' => 2,
+ ]),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'desc')
+ ->columns([
+ TextColumn::make('key')
+ ->label(__('filament::resources.columns.key'))
+ ->searchable(),
+
+ TextColumn::make('value')
+ ->label(__('filament::resources.columns.value'))
+ ->searchable()
+ ->limit(30),
+
+ TextColumn::make('comment')
+ ->label(__('filament::resources.columns.comment'))
+ ->toggleable()
+ ->searchable()
+ ->tooltip(function (TextColumn $column): ?string {
+ $state = $column->getState();
+
+ if (strlen($state) <= $column->getCharacterLimit()) {
+ return null;
+ }
+
+ return $state;
+ })
+ ->limit(60),
+ ])
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ EditAction::make(),
+ DeleteAction::make(),
+ ])
+ ->toolbarActions([
+ // ...
+ ]);
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ManageCmsSettings::route('/'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/CmsSettings/Pages/ManageCmsSettings.php b/Updated_Cms/app/Filament/Resources/Atom/CmsSettings/Pages/ManageCmsSettings.php
new file mode 100644
index 0000000000..87abb290ec
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/CmsSettings/Pages/ManageCmsSettings.php
@@ -0,0 +1,24 @@
+components(HelpQuestionResource::getForm(true));
+ }
+
+ public function table(Table $table): Table
+ {
+ return $table->columns(HelpQuestionResource::getTable())
+ ->modifyQueryUsing(fn ($query) => $query->latest())
+ ->filters([
+ //
+ ])
+ ->headerActions([
+ AttachAction::make(),
+ ])
+ ->recordActions([
+ DetachAction::make(),
+ ])
+ ->toolbarActions([
+ DetachBulkAction::make(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/HelpQuestionResource/Pages/CreateHelpQuestion.php b/Updated_Cms/app/Filament/Resources/Atom/HelpQuestionResource/Pages/CreateHelpQuestion.php
new file mode 100644
index 0000000000..ee3c1da3ff
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/HelpQuestionResource/Pages/CreateHelpQuestion.php
@@ -0,0 +1,11 @@
+components(HelpQuestionCategoryResource::getForm());
+ }
+
+ public function table(Table $table): Table
+ {
+ return $table->columns(HelpQuestionCategoryResource::getTable())
+ ->modifyQueryUsing(fn ($query) => $query->latest('id'))
+ ->filters([
+ //
+ ])
+ ->headerActions([
+ CreateAction::make(),
+ AttachAction::make(),
+ ])
+ ->recordActions([
+ EditAction::make(),
+ DetachAction::make(),
+ ])
+ ->toolbarActions([
+ DetachBulkAction::make(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/HousekeepingPermissions/HousekeepingPermissionResource.php b/Updated_Cms/app/Filament/Resources/Atom/HousekeepingPermissions/HousekeepingPermissionResource.php
new file mode 100644
index 0000000000..1a8acd8aee
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/HousekeepingPermissions/HousekeepingPermissionResource.php
@@ -0,0 +1,119 @@
+components([
+ Section::make()
+ ->schema([
+ TextInput::make('permission')
+ ->label(__('filament::resources.inputs.permission'))
+ ->maxLength(50)
+ ->autocomplete()
+ ->unique(ignoreRecord: true)
+ ->required(),
+
+ TextInput::make('min_rank')
+ ->label(__('filament::resources.inputs.min_rank'))
+ ->required()
+ ->maxLength(255)
+ ->autocomplete(),
+
+ TextInput::make('description')
+ ->label(__('filament::resources.inputs.description'))
+ ->nullable()
+ ->maxLength(255)
+ ->autocomplete()
+ ->columnSpanFull(),
+ ])
+ ->columns([
+ 'sm' => 2,
+ ]),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'asc')
+ ->columns([
+ TextColumn::make('permission')
+ ->label(__('filament::resources.columns.permission'))
+ ->searchable(),
+
+ TextColumn::make('min_rank')
+ ->label(__('filament::resources.columns.min_rank'))
+ ->searchable()
+ ->limit(30),
+
+ TextColumn::make('description')
+ ->label(__('filament::resources.columns.description'))
+ ->toggleable()
+ ->searchable()
+ ->tooltip(function (TextColumn $column): ?string {
+ $state = $column->getState();
+
+ if (strlen($state) <= $column->getCharacterLimit()) {
+ return null;
+ }
+
+ return $state;
+ })
+ ->limit(60),
+ ])
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ EditAction::make(),
+ DeleteAction::make(),
+ ])
+ ->toolbarActions([
+ //
+ ]);
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ //
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListHousekeepingPermissions::route('/'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/HousekeepingPermissions/Pages/ListHousekeepingPermissions.php b/Updated_Cms/app/Filament/Resources/Atom/HousekeepingPermissions/Pages/ListHousekeepingPermissions.php
new file mode 100644
index 0000000000..2e78f3d228
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/HousekeepingPermissions/Pages/ListHousekeepingPermissions.php
@@ -0,0 +1,19 @@
+components([
+ TextInput::make('label')
+ ->label(__('filament::resources.inputs.label'))
+ ->columnSpanFull()
+ ->required()
+ ->maxLength(255),
+
+ TextInput::make('slug')
+ ->label(__('filament::resources.inputs.slug')),
+
+ TextInput::make('order')
+ ->numeric()
+ ->minValue(0)
+ ->default(0)
+ ->label(__('filament::resources.columns.order')),
+
+ Toggle::make('visible')
+ ->label(__('filament::resources.columns.visible')),
+
+ Toggle::make('new_tab')
+ ->label(__('filament::resources.columns.new_tab')),
+ ])
+ ->columns([
+ 'sm' => 2,
+ ]);
+ }
+
+ public function table(Table $table): Table
+ {
+ return $table
+ ->columns([
+ TextColumn::make('label'),
+
+ TextColumn::make('slug')
+ ->label(__('filament::resources.columns.slug')),
+
+ ToggleColumn::make('visible')
+ ->label(__('filament::resources.columns.visible')),
+
+ ToggleColumn::make('new_tab')
+ ->label(__('filament::resources.columns.new_tab')),
+
+ TextColumn::make('order')
+ ->label(__('filament::resources.columns.order')),
+ ])
+ ->reorderable('order')
+ ->filters([
+ //
+ ])
+ ->headerActions([
+ CreateAction::make(),
+ // Tables\Actions\AssociateAction::make(),
+ ])
+ ->recordActions([
+ EditAction::make(),
+ DissociateAction::make(),
+ DeleteAction::make(),
+ ])
+ ->toolbarActions([
+ DissociateBulkAction::make(),
+ DeleteBulkAction::make(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/Permissions/Pages/CreatePermission.php b/Updated_Cms/app/Filament/Resources/Atom/Permissions/Pages/CreatePermission.php
new file mode 100644
index 0000000000..a0bfaf85ac
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/Permissions/Pages/CreatePermission.php
@@ -0,0 +1,11 @@
+ ToggleButtons::make($name)
+ ->label(function () use ($name) {
+ $translationKey = "filament::resources.permissions.{$name}";
+ $translation = __($translationKey);
+
+ if ($translationKey == $translation) {
+ return $name;
+ }
+
+ return $translation;
+ })
+ ->options(function () use ($needsSecondOption) {
+ $options = [
+ '0' => __('filament::resources.options.no'),
+ '1' => __('filament::resources.options.yes'),
+ ];
+
+ if ($needsSecondOption) {
+ $options['2'] = __('filament::resources.options.rights');
+ }
+
+ return $options;
+ })
+ ->icons(['0' => 'heroicon-o-check', '1' => 'heroicon-o-x-mark', '2' => 'heroicon-o-sparkles'])
+ ->colors(['0' => 'danger', '1' => 'success'])
+ ->grouped();
+
+ return $schema
+ ->components([
+ Tabs::make('Main')
+ ->tabs([
+ Tab::make(__('filament::resources.tabs.General Information'))
+ ->schema([
+ TextInput::make('rank_name')
+ ->label(__('filament::resources.inputs.name'))
+ ->maxLength(25)
+ ->required(),
+
+ TextInput::make('badge')
+ ->label(__('filament::resources.inputs.badge_code'))
+ ->maxLength(12)
+ ->required(),
+
+ TextInput::make('level')
+ ->label(__('filament::resources.inputs.level'))
+ ->required(),
+
+ TextInput::make('room_effect')
+ ->label(__('filament::resources.inputs.room_effect'))
+ ->required(),
+ ]),
+
+ Tab::make(__('filament::resources.tabs.In-game Permissions'))
+ ->schema([
+ Section::make(__('filament::resources.sections.permissions.title'))
+ ->description(new HtmlString(__('filament::resources.sections.permissions.description')))
+ ->schema([
+ Grid::make()
+ ->columns([
+ 'sm' => 2,
+ 'md' => 3,
+ 'lg' => 3,
+ ])
+ ->schema(function () use ($groupedToggleButton) {
+ $columns = Schema::getColumns('permissions');
+
+ $arcturusPermissions = collect($columns)->filter(function (array $column) {
+ $columnName = $column['name'] ?? null;
+
+ if (! $columnName) {
+ return false;
+ }
+
+ return str_starts_with($columnName, 'cmd')
+ || str_starts_with($columnName, 'acc')
+ || str_ends_with($columnName, 'cmd');
+ })->values();
+
+ return $arcturusPermissions->map(function (array $column) use ($groupedToggleButton) {
+ $columnName = $column['name'];
+ $needsSecondOption = $column['type_name'] == 'enum' && str_ends_with((string) $column['type'], "'2')");
+
+ return $groupedToggleButton($columnName, $needsSecondOption);
+ })->toArray();
+ }),
+ ]),
+
+ ]),
+
+ Tab::make(__('filament::resources.tabs.Configurations'))
+ ->schema([
+ Grid::make(['default' => 2])
+ ->schema([
+ Select::make('log_commands')
+ ->label(__('filament::resources.inputs.log_commands'))
+ ->columnSpanFull()
+ ->options([
+ '0' => __('filament::resources.options.no'),
+ '1' => __('filament::resources.options.yes'),
+ ]),
+
+ TextInput::make('prefix')
+ ->label(__('filament::resources.inputs.prefix'))
+ ->maxLength(5)
+ ->required(),
+
+ ColorPicker::make('prefix_color')
+ ->label(__('filament::resources.inputs.prefix_color'))
+ ->required(),
+
+ Toggle::make('hidden_rank')
+ ->label(__('filament::resources.inputs.is_hidden'))
+ ->columnSpanFull(),
+
+ Section::make()
+ ->schema([
+ Grid::make()
+ ->columns([
+ 'md' => 2,
+ ])
+ ->schema([
+ TextInput::make('auto_credits_amount')
+ ->columnSpan(1)
+ ->label(__('filament::resources.inputs.auto_credits_amount'))
+ ->required(),
+
+ TextInput::make('auto_pixels_amount')
+ ->label(__('filament::resources.inputs.auto_pixels_amount'))
+ ->required(),
+
+ TextInput::make('auto_gotw_amount')
+ ->label(__('filament::resources.inputs.auto_gotw_amount'))
+ ->required(),
+
+ TextInput::make('auto_points_amount')
+ ->label(__('filament::resources.inputs.auto_points_amount'))
+ ->required(),
+ ]),
+ ]),
+ ]),
+ ]),
+ ])
+ ->columnSpanFull()
+ ->persistTabInQueryString(),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'desc')
+ ->columns([
+ TextColumn::make('id')
+ ->label(__('filament::resources.columns.id')),
+
+ HabboBadgeColumn::make('badge')
+ ->alignCenter()
+ ->label(__('filament::resources.columns.image')),
+
+ TextColumn::make('rank_name')
+ ->label(__('filament::resources.columns.name'))
+ ->description(fn (Model $record) => Str::limit($record->description, 40))
+ ->tooltip(function (Model $record): ?string {
+ $description = $record->description;
+
+ if (strlen($description) <= 40) {
+ return null;
+ }
+
+ return $description;
+ })
+ ->searchable(),
+
+ TextColumn::make('prefix')
+ ->label(__('filament::resources.columns.prefix'))
+ ->description(fn (Model $record) => $record->prefix_color)
+ ->searchable(),
+
+ ToggleColumn::make('hidden_rank')
+ ->label(__('filament::resources.columns.is_hidden')),
+ ])
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ ViewAction::make(),
+ EditAction::make(),
+ ])
+ ->toolbarActions([
+ ]);
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ //
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListPermissions::route('/'),
+ 'create' => CreatePermission::route('/create'),
+ 'view' => ViewPermission::route('/{record}'),
+ 'edit' => EditPermission::route('/{record}/edit'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/Tags/Pages/CreateTag.php b/Updated_Cms/app/Filament/Resources/Atom/Tags/Pages/CreateTag.php
new file mode 100644
index 0000000000..a592136ca6
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/Tags/Pages/CreateTag.php
@@ -0,0 +1,11 @@
+components(ArticleResource::getForm());
+ }
+
+ public function table(Table $table): Table
+ {
+ return $table
+ ->columns(ArticleResource::getTable())
+ ->modifyQueryUsing(fn ($query) => $query->latest())
+ ->filters([
+ //
+ ])
+ ->headerActions([
+ AttachAction::make()
+ ->preloadRecordSelect(),
+ ])
+ ->recordActions([
+ ViewAction::make(),
+ DetachAction::make(),
+ ])
+ ->toolbarActions([
+ DetachBulkAction::make(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/Tags/TagResource.php b/Updated_Cms/app/Filament/Resources/Atom/Tags/TagResource.php
new file mode 100644
index 0000000000..72efa4bf41
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/Tags/TagResource.php
@@ -0,0 +1,125 @@
+components(static::getForm());
+ }
+
+ public static function getForm(): array
+ {
+ return [
+ Tabs::make('Main')
+ ->tabs([
+ Tab::make(__('filament::resources.tabs.Home'))
+ ->icon('heroicon-o-home')
+ ->schema([
+ TextInput::make('name')
+ ->label(__('filament::resources.inputs.name'))
+ ->required()
+ ->maxLength(255)
+ ->autocomplete()
+ ->columnSpan('full'),
+
+ ColorPicker::make('background_color')
+ ->label(__('filament::resources.inputs.background_color'))
+ ->required()
+ ->columnSpan('full'),
+ ]),
+ ])->columnSpanFull(),
+ ];
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'desc')
+ ->columns(static::getTable())
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ ViewAction::make(),
+ EditAction::make(),
+ ])
+ ->toolbarActions([
+ DeleteBulkAction::make(),
+ ]);
+ }
+
+ public static function getTable(): array
+ {
+ return [
+ TextColumn::make('id')
+ ->label(__('filament::resources.columns.id')),
+
+ TextColumn::make('name')
+ ->label(__('filament::resources.columns.name'))
+ ->searchable()
+ ->limit(50),
+
+ ColorColumn::make('background_color')
+ ->label(__('filament::resources.columns.background_color'))
+ ->searchable()
+ ->copyable()
+ ->copyMessage(__('filament::resources.common.Sucessfull'))
+ ->copyMessageDuration(1500),
+ ];
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ ArticlesRelationManager::class,
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListTags::route('/'),
+ 'create' => CreateTag::route('/create'),
+ 'view' => ViewTag::route('/{record}'),
+ 'edit' => EditTag::route('/{record}/edit'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/Teams/Pages/CreateTeam.php b/Updated_Cms/app/Filament/Resources/Atom/Teams/Pages/CreateTeam.php
new file mode 100644
index 0000000000..5be49423ae
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/Teams/Pages/CreateTeam.php
@@ -0,0 +1,11 @@
+components([
+ Section::make()
+ ->schema([
+ TextInput::make('rank_name')
+ ->autofocus()
+ ->maxLength(255)
+ ->required()
+ ->label(__('filament::resources.inputs.name')),
+
+ TextInput::make('job_description')
+ ->maxLength(255)
+ ->label(__('filament::resources.inputs.description')),
+
+ TextInput::make('badge')
+ ->maxLength(255)
+ ->label(__('filament::resources.inputs.badge_code'))
+ ->required(),
+
+ Toggle::make('hidden_rank')
+ ->label(__('filament::resources.inputs.is_hidden')),
+ ]),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'desc')
+ ->columns([
+ TextColumn::make('id')
+ ->label(__('filament::resources.columns.id')),
+
+ HabboBadgeColumn::make('badge')
+ ->label(__('filament::resources.columns.badge')),
+
+ TextColumn::make('rank_name')
+ ->label(__('filament::resources.columns.name')),
+
+ TextColumn::make('job_description')
+ ->label(__('filament::resources.inputs.description')),
+
+ IconColumn::make('hidden_rank')
+ ->label(__('filament::resources.columns.is_hidden'))
+ ->icon(fn (Model $record) => $record->hidden_rank ? 'heroicon-o-check-circle' : 'heroicon-o-x-circle')
+ ->colors([
+ 'danger' => false,
+ 'success' => true,
+ ]),
+ ])
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ EditAction::make(),
+ ])
+ ->toolbarActions([
+ DeleteBulkAction::make(),
+ ]);
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ //
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListTeams::route('/'),
+ 'create' => CreateTeam::route('/create'),
+ 'edit' => EditTeam::route('/{record}/edit'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/WebsiteDrawBadges/Pages/EditWebsiteDrawBadge.php b/Updated_Cms/app/Filament/Resources/Atom/WebsiteDrawBadges/Pages/EditWebsiteDrawBadge.php
new file mode 100644
index 0000000000..000095b0ba
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/WebsiteDrawBadges/Pages/EditWebsiteDrawBadge.php
@@ -0,0 +1,11 @@
+components([
+ TextInput::make('badge_name')
+ ->label(__('Badge Name'))
+ ->nullable()
+ ->maxLength(24)
+ ->autocomplete(false),
+ TextInput::make('badge_desc')
+ ->label(__('Badge Description'))
+ ->nullable()
+ ->maxLength(255)
+ ->autocomplete(false)
+ ->columnSpanFull(),
+ Toggle::make('published')
+ ->label(__('Published'))
+ ->default(false),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'desc')
+ ->columns([
+ TextColumn::make('id')
+ ->label(__('ID'))
+ ->sortable(),
+ TextColumn::make('user_id')
+ ->label(__('User ID')),
+ TextColumn::make('user.username')
+ ->label(__('Username'))
+ ->sortable()
+ ->searchable(),
+ TextColumn::make('badge_name')
+ ->limit(8)
+ ->label(__('Badge Name')),
+ TextColumn::make('badge_desc')
+ ->label(__('Badge description'))
+ ->limit(35)
+ ->tooltip(function (TextColumn $column): ?string {
+ $state = $column->getState();
+ if (strlen($state) <= $column->getCharacterLimit()) {
+ return null;
+ }
+
+ return $state;
+ }),
+ TextColumn::make('created_at')
+ ->label(__('Created At'))
+ ->dateTime(),
+ ImageColumn::make('badge_url')
+ ->label(__('Badge'))
+ ->getStateUsing(fn ($record) => config('app.url') . $record->badge_url)
+ ->extraAttributes(['style' => 'image-rendering: pixelated'])
+ ->size(40),
+ ToggleColumn::make('published')
+ ->label(__('Published')),
+ ])
+ ->recordActions([
+ DeleteAction::make()
+ ->before(function (DeleteAction $action, WebsiteDrawBadge $record): void {
+ $badgeCode = pathinfo($record->badge_path, PATHINFO_FILENAME);
+
+ // Remove the badge from any user before deleting it.
+ if ($record->published) {
+ DB::table('users_badges')
+ ->where('user_id', $record->user_id)
+ ->where('badge_code', $badgeCode)
+ ->delete();
+ }
+
+ // Remove from JSON
+ $filePath = DB::table('website_settings')->where('key', 'nitro_external_texts_file')->value('value');
+
+ if ($filePath && file_exists($filePath) && is_writable($filePath)) {
+ $json = json_decode(file_get_contents($filePath), true);
+ unset($json["badge_name_{$badgeCode}"]);
+ unset($json["badge_desc_{$badgeCode}"]);
+ file_put_contents($filePath, json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
+ }
+
+ // Delete the badge file from the filesystem
+ $badgePath = $record->badge_path;
+ if ($badgePath && file_exists($badgePath)) {
+ unlink($badgePath);
+ }
+ }),
+ ])
+ ->toolbarActions([
+ DeleteBulkAction::make()
+ ->before(function (DeleteBulkAction $action, $records): void {
+ foreach ($records as $record) {
+ $badgeCode = pathinfo((string) $record->badge_path, PATHINFO_FILENAME);
+
+ // Remove the badge from any user before deleting it.
+ if ($record->published) {
+ DB::table('users_badges')
+ ->where('user_id', $record->user_id)
+ ->where('badge_code', $badgeCode)
+ ->delete();
+ }
+
+ $filePath = DB::table('website_settings')->where('key', 'nitro_external_texts_file')->value('value');
+
+ if ($filePath && file_exists($filePath) && is_writable($filePath)) {
+ $json = json_decode(file_get_contents($filePath), true);
+ unset($json["badge_name_{$badgeCode}"]);
+ unset($json["badge_desc_{$badgeCode}"]);
+ file_put_contents($filePath, json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
+ }
+
+ $badgePath = $record->badge_path;
+ if ($badgePath && file_exists($badgePath)) {
+ unlink($badgePath);
+ }
+ }
+ }),
+ ]);
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListWebsiteDrawBadge::route('/'),
+ 'edit' => EditWebsiteDrawBadge::route('/{record}/edit'),
+ ];
+ }
+
+ public static function canCreate(): bool
+ {
+ return false;
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Atom/WriteableBoxResource/Pages/ManageWriteableBoxes.php b/Updated_Cms/app/Filament/Resources/Atom/WriteableBoxResource/Pages/ManageWriteableBoxes.php
new file mode 100644
index 0000000000..7bf5895f30
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Atom/WriteableBoxResource/Pages/ManageWriteableBoxes.php
@@ -0,0 +1,19 @@
+query(UserOrder::latest())
+ ->paginated([3, 5, 8])
+ ->columns(ShopOrderResource::getTable())
+ ->recordActions([
+ ViewAction::make()->schema(ShopOrderResource::getForm()),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/DashboardResource/Widgets/OrdersAggregateChart.php b/Updated_Cms/app/Filament/Resources/DashboardResource/Widgets/OrdersAggregateChart.php
new file mode 100644
index 0000000000..6befbd7a21
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/DashboardResource/Widgets/OrdersAggregateChart.php
@@ -0,0 +1,79 @@
+between(start: now()->startOfMonth(), end: now()->endOfMonth())
+ ->perDay()
+ ->count();
+
+ $cancelledOrder = Trend::query(UserOrder::cancelled())
+ ->between(start: now()->startOfMonth(), end: now()->endOfMonth())
+ ->perDay()
+ ->count();
+
+ $completedOrder = Trend::query(UserOrder::completed())
+ ->between(start: now()->startOfMonth(), end: now()->endOfMonth())
+ ->perDay()
+ ->count();
+
+ $datasets = [
+ $this->getDataset($pendingOrder, __('filament::resources.stats.orders_chart.pending'), '#fbbf24', '#f59e0b'),
+ $this->getDataset($cancelledOrder, __('filament::resources.stats.orders_chart.cancelled'), '#dc2626', '#b91c1c'),
+ $this->getDataset($completedOrder, __('filament::resources.stats.orders_chart.completed'), '#10b981', '#059669'),
+ ];
+
+ $data = $pendingOrder->map(fn (TrendValue $value) => $value->date)->merge(
+ $cancelledOrder->map(fn (TrendValue $value) => $value->date),
+ )->merge(
+ $completedOrder->map(fn (TrendValue $value) => $value->date),
+ )->unique()->sort()->flatten();
+
+ return [
+ 'datasets' => $datasets,
+ 'labels' => $data,
+ ];
+ }
+
+ protected function getDataset($data, $label, string $backgroundColor, string $borderColor): array
+ {
+ return [
+ 'label' => $label,
+ 'data' => $data->map(fn (TrendValue $value) => $value->aggregate),
+ 'backgroundColor' => $backgroundColor,
+ 'borderColor' => $borderColor,
+ ];
+ }
+
+ protected function getType(): string
+ {
+ return 'bar';
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/Achievements/AchievementResource.php b/Updated_Cms/app/Filament/Resources/Hotel/Achievements/AchievementResource.php
new file mode 100644
index 0000000000..50c0fe0ff3
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/Achievements/AchievementResource.php
@@ -0,0 +1,176 @@
+components([
+ Tabs::make('Main')
+ ->tabs([
+ Tab::make(__('filament::resources.tabs.Home'))
+ ->icon('heroicon-o-home')
+ ->schema([
+ TextInput::make('name')
+ ->label(__('filament::resources.inputs.name'))
+ ->required()
+ ->maxLength(64)
+ ->autocomplete()
+ ->columnSpan('full'),
+
+ TextInput::make('level')
+ ->label(__('filament::resources.inputs.level'))
+ ->numeric()
+ ->required()
+ ->autocomplete()
+ ->columnSpan('full'),
+
+ Select::make('category')
+ ->native(false)
+ ->label(__('filament::resources.inputs.category'))
+ ->options(AchievementCategory::toInput()),
+ ]),
+
+ Tab::make(__('filament::resources.tabs.Configurations'))
+ ->icon('heroicon-o-cog')
+ ->schema([
+ Select::make('visible')
+ ->native(false)
+ ->label(__('filament::resources.inputs.visible'))
+ ->options([
+ '1' => __('filament::resources.common.Yes'),
+ '0' => __('filament::resources.common.No'),
+ ]),
+
+ Select::make('reward_type')
+ ->native(false)
+ ->label(__('filament::resources.inputs.reward_type'))
+ ->options(CurrencyTypes::toInput()),
+
+ TextInput::make('reward_amount')
+ ->label(__('filament::resources.inputs.reward_amount'))
+ ->numeric()
+ ->required(),
+
+ TextInput::make('points')
+ ->label(__('filament::resources.inputs.points'))
+ ->helperText(__('filament::resources.helpers.achievement_points'))
+ ->numeric()
+ ->required(),
+
+ TextInput::make('progress_needed')
+ ->label(__('filament::resources.inputs.progress_needed'))
+ ->helperText(__('filament::resources.helpers.achievement_progress_needed'))
+ ->numeric()
+ ->required(),
+ ]),
+ ])->columnSpanFull(),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'desc')
+ ->columns([
+ TextColumn::make('id')
+ ->label(__('filament::resources.columns.id')),
+
+ HabboBadgeColumn::make('badge')
+ ->label(__('filament::resources.columns.badge')),
+
+ TextColumn::make('name')
+ ->label(__('filament::resources.columns.name'))
+ ->searchable(),
+
+ TextColumn::make('level')
+ ->label(__('filament::resources.columns.level')),
+
+ TextColumn::make('category')
+ ->badge()
+ ->searchable()
+ ->label(__('filament::resources.columns.category'))
+ ->toggleable(),
+
+ ToggleColumn::make('visible')
+ ->label(__('filament::resources.columns.visible'))
+ ->disabled()
+ ->toggleable(),
+ ])
+ ->filters([
+ SelectFilter::make('visible')
+ ->options([
+ '1' => __('filament::resources.common.Yes'),
+ '0' => __('filament::resources.common.No'),
+ ])
+ ->label(__('filament::resources.columns.visible'))
+ ->placeholder(__('filament::resources.common.All')),
+
+ SelectFilter::make('category')
+ ->options(AchievementCategory::toInput())
+ ->label(__('filament::resources.columns.category'))
+ ->placeholder(__('filament::resources.common.All')),
+ ])
+ ->recordActions([
+ ViewAction::make(),
+ EditAction::make(),
+ ])
+ ->toolbarActions([]);
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ //
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListAchievements::route('/'),
+ 'create' => CreateAchievement::route('/create'),
+ 'view' => ViewAchievement::route('/{record}'),
+ 'edit' => EditAchievement::route('/{record}/edit'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/Achievements/Pages/CreateAchievement.php b/Updated_Cms/app/Filament/Resources/Hotel/Achievements/Pages/CreateAchievement.php
new file mode 100644
index 0000000000..478e62f84e
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/Achievements/Pages/CreateAchievement.php
@@ -0,0 +1,11 @@
+components([
+ TextInput::make('badge_key')
+ ->required()
+ ->label('Badge Key - Expl. ATOM101')
+ ->placeholder('This is the badge code'),
+ TextInput::make('badge_name')
+ ->required()
+ ->label('Badge Name')
+ ->placeholder('This is the name of the badge: Expl. The ATOM Badge'),
+ Textarea::make('badge_description')
+ ->required()
+ ->label('Badge Description')
+ ->placeholder('Please add a description for the badge.'),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ $settingsService = app(SettingsService::class);
+ $badgesPath = $settingsService->getOrDefault('badges_path', '/gamedata/c_images/album1584/');
+
+ return $table
+ ->columns([
+ ImageColumn::make('badge_key')
+ ->label('Badge Image')
+ ->getStateUsing(function ($record) use ($badgesPath) {
+ $badgeName = str_replace('badge_desc_', '', $record->badge_key);
+
+ return asset($badgesPath . $badgeName . '.gif');
+ })
+ ->width(50)
+ ->height(50),
+ TextColumn::make('badge_name')
+ ->label('Badge Code & Name')
+ ->formatStateUsing(fn ($record) => $record->badge_key . ' : ' . $record->badge_name)
+ ->searchable(query: function ($query, $search): void {
+ $query->where('badge_key', 'like', "%{$search}%")
+ ->orWhere('badge_name', 'like', "%{$search}%");
+ })
+ ->sortable(),
+ TextColumn::make('badge_description')
+ ->label('Badge Description')
+ ->getStateUsing(fn ($record) => Str::limit($record->badge_description, 65))
+ ->searchable(),
+ ])
+ ->filters([])
+ ->defaultSort('badge_key', 'asc')
+ ->recordActions([
+ EditAction::make(),
+ DeleteAction::make(),
+ ]);
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListBadgeTextEditors::route('/'),
+ 'create' => CreateBadgeTextEditor::route('/create'),
+ 'edit' => EditBadgeTextEditor::route('/{record}/edit'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/BadgeTextEditors/Pages/CreateBadgeTextEditor.php b/Updated_Cms/app/Filament/Resources/Hotel/BadgeTextEditors/Pages/CreateBadgeTextEditor.php
new file mode 100644
index 0000000000..01b7500b22
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/BadgeTextEditors/Pages/CreateBadgeTextEditor.php
@@ -0,0 +1,11 @@
+getCode() === '23000') {
+ Log::error('Duplicate badge key error: ' . $e->getMessage());
+
+ Notification::make()
+ ->title('Duplicate Badge Key')
+ ->body('The badge key already exists. Please use a unique badge key.')
+ ->danger()
+ ->persistent()
+ ->send();
+
+ return $record;
+ }
+ throw $e;
+ }
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/BadgeTextEditors/Pages/ListBadgeTextEditors.php b/Updated_Cms/app/Filament/Resources/Hotel/BadgeTextEditors/Pages/ListBadgeTextEditors.php
new file mode 100644
index 0000000000..e267fefe21
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/BadgeTextEditors/Pages/ListBadgeTextEditors.php
@@ -0,0 +1,153 @@
+label('Add Badge')
+ ->color('info')
+ ->modalHeading('Add a New Badge')
+ ->modalButton('Create Badge')
+ ->after(function (): void {
+ Notification::make()
+ ->title('Badge Created')
+ ->body('The badge was successfully created.')
+ ->success()
+ ->send();
+ }),
+ Action::make('export')
+ ->label('Export to ExternalTexts')
+ ->action('exportToJson'),
+ Action::make('backup')
+ ->label('Create Backup of ExternalTexts')
+ ->color('success')
+ ->action('createBackup'),
+ ];
+ }
+
+ public function exportToJson(SettingsService $settingsService)
+ {
+ $jsonPath = $settingsService->getOrDefault('nitro_external_texts_file');
+
+ if ($jsonPath === '' || $jsonPath === '0') {
+ Notification::make()
+ ->title('Export Failed')
+ ->body('The JSON file path is not configured in the website settings.')
+ ->danger()
+ ->send();
+
+ return;
+ }
+
+ if (! file_exists($jsonPath)) {
+ Notification::make()
+ ->title('Export Failed')
+ ->body('The JSON file does not exist at the specified path.')
+ ->danger()
+ ->send();
+
+ return;
+ }
+
+ $jsonData = json_decode(file_get_contents($jsonPath), true);
+
+ $badges = WebsiteBadge::all();
+ $badgeKeys = $badges->pluck('badge_key')->toArray();
+
+ foreach ($jsonData as $key => $value) {
+ if (
+ (str_starts_with((string) $key, 'badge_desc_') || str_starts_with((string) $key, 'badge_name_')) &&
+ ! in_array(str_replace(['badge_desc_', 'badge_name_'], '', $key), $badgeKeys)
+ ) {
+ unset($jsonData[$key]);
+ }
+ }
+
+ foreach ($badges as $badge) {
+ $jsonData['badge_desc_' . $badge->badge_key] = $badge->badge_description;
+ $jsonData['badge_name_' . $badge->badge_key] = $badge->badge_name;
+ }
+
+ try {
+ $result = file_put_contents(
+ $jsonPath,
+ json_encode($jsonData, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES),
+ );
+
+ if ($result === false) {
+ throw new Exception('Failed to write to the JSON file.');
+ }
+
+ Notification::make()
+ ->title('Export Successful')
+ ->body('Badge data exported successfully.')
+ ->success()
+ ->send();
+ } catch (Exception $e) {
+ Log::error('Failed to export badge data: ' . $e->getMessage());
+
+ Notification::make()
+ ->title('Export Failed')
+ ->body('Failed to export badge data. Please check file permissions or contact your administrator.')
+ ->danger()
+ ->send();
+ }
+ }
+
+ public function createBackup(SettingsService $settingsService)
+ {
+ $jsonPath = $settingsService->getOrDefault('nitro_external_texts_file');
+
+ if ($jsonPath === '' || $jsonPath === '0') {
+ Notification::make()
+ ->title('Backup Failed')
+ ->body('The JSON file path is not configured in the website settings.')
+ ->danger()
+ ->send();
+
+ return;
+ }
+
+ if (! file_exists($jsonPath)) {
+ Notification::make()
+ ->title('Backup Failed')
+ ->body('The JSON file does not exist at the specified path.')
+ ->danger()
+ ->send();
+
+ return;
+ }
+
+ $backupPath = dirname($jsonPath) . '/ExternalTexts_' . time() . '.json';
+
+ if (copy($jsonPath, $backupPath)) {
+ Notification::make()
+ ->title('Backup Successful')
+ ->body('A backup of the JSON file has been created: ' . basename($backupPath))
+ ->success()
+ ->send();
+ } else {
+ Notification::make()
+ ->title('Backup Failed')
+ ->body('Failed to create a backup of the JSON file.')
+ ->danger()
+ ->send();
+ }
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/BadgeUploads/BadgeUploadResource.php b/Updated_Cms/app/Filament/Resources/Hotel/BadgeUploads/BadgeUploadResource.php
new file mode 100644
index 0000000000..1b78f84f6d
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/BadgeUploads/BadgeUploadResource.php
@@ -0,0 +1,69 @@
+components([
+ FileUpload::make('badge_file')
+ ->label('Upload Badge')
+ ->disk('local')
+ ->directory(setting('badge_path_filesystem'))
+ ->required()
+ ->getUploadedFileNameForStorageUsing(
+ fn (TemporaryUploadedFile $file): string => strtolower(str_replace([' ', '-', 'æ', 'ø', 'å'], ['_', '_', 'ae', 'oe', 'aa'], $file->getClientOriginalName())),
+ ),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->columns([
+ TextColumn::make('filename')
+ ->label('File Name')
+ ->sortable(),
+ TextColumn::make('path')
+ ->label('File Path'),
+ ])
+ ->filters([]);
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ManageBadgeUploads::route('/'),
+ ];
+ }
+
+ public static function getFiles(): array
+ {
+ $badgePath = env('BadgePath', 'badges');
+ $files = Storage::disk('local')->files($badgePath);
+
+ return collect($files)->map(fn ($file) => [
+ 'filename' => basename($file),
+ 'path' => $file,
+ ])->toArray();
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/BadgeUploads/Pages/ManageBadgeUploads.php b/Updated_Cms/app/Filament/Resources/Hotel/BadgeUploads/Pages/ManageBadgeUploads.php
new file mode 100644
index 0000000000..c9d8dc14ec
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/BadgeUploads/Pages/ManageBadgeUploads.php
@@ -0,0 +1,48 @@
+form->fill([]);
+ }
+
+ protected function getFormSchema(): array
+ {
+ return [
+ FileUpload::make('badge_file')
+ ->label('Upload Badge')
+ ->disk('badges')
+ ->preserveFilenames()
+ ->acceptedFileTypes(['image/gif'])
+ ->rules(['mimes:gif'])
+ ->required(),
+ ];
+ }
+
+ public function save(): void
+ {
+ $this->form->getState();
+
+ Notification::make()
+ ->title('Badge uploaded successfully!')
+ ->success()
+ ->send();
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/CatalogPages/CatalogPageResource.php b/Updated_Cms/app/Filament/Resources/Hotel/CatalogPages/CatalogPageResource.php
new file mode 100644
index 0000000000..5153a4f02c
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/CatalogPages/CatalogPageResource.php
@@ -0,0 +1,180 @@
+components([
+ TextInput::make('parent_id')
+ ->required()
+ ->integer(),
+
+ TextInput::make('caption_save')
+ ->required(),
+
+ TextInput::make('caption')
+ ->required(),
+
+ TextInput::make('page_layout')
+ ->required(),
+
+ TextInput::make('icon_color')
+ ->required()
+ ->integer(),
+
+ TextInput::make('icon_image')
+ ->required()
+ ->integer(),
+
+ TextInput::make('min_rank')
+ ->required()
+ ->integer(),
+
+ TextInput::make('order_num')
+ ->required()
+ ->integer(),
+
+ TextInput::make('visible')
+ ->required(),
+
+ TextInput::make('enabled')
+ ->required(),
+
+ TextInput::make('club_only')
+ ->required(),
+
+ TextInput::make('vip_only')
+ ->required(),
+
+ TextInput::make('page_headline')
+ ->required(),
+
+ TextInput::make('page_teaser')
+ ->required(),
+
+ TextInput::make('page_special'),
+
+ TextInput::make('page_text1'),
+
+ TextInput::make('page_text2'),
+
+ TextInput::make('page_text_details'),
+
+ TextInput::make('page_text_teaser'),
+
+ TextInput::make('room_id')
+ ->integer(),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->columns([
+ TextColumn::make('parent_id'),
+
+ TextColumn::make('caption_save'),
+
+ TextColumn::make('caption')
+ ->searchable()
+ ->sortable(),
+
+ TextColumn::make('page_layout'),
+
+ TextColumn::make('icon_color'),
+
+ ImageColumn::make('icon_image'),
+
+ TextColumn::make('min_rank'),
+
+ TextColumn::make('order_num'),
+
+ TextColumn::make('visible'),
+
+ TextColumn::make('enabled'),
+
+ TextColumn::make('club_only'),
+
+ TextColumn::make('vip_only'),
+
+ TextColumn::make('page_headline'),
+
+ TextColumn::make('page_teaser'),
+
+ TextColumn::make('page_special'),
+
+ TextColumn::make('page_text1'),
+
+ TextColumn::make('page_text2'),
+
+ TextColumn::make('room_id'),
+
+ TextColumn::make('includes'),
+ ])
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ EditAction::make(),
+ DeleteAction::make(),
+ ])
+ ->toolbarActions([
+ BulkActionGroup::make([
+ DeleteBulkAction::make(),
+ ]),
+ ]);
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListCatalogPages::route('/'),
+ 'create' => CreateCatalogPage::route('/create'),
+ 'edit' => EditCatalogPage::route('/{record}/edit'),
+ ];
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ CatalogItemsRelationManager::class,
+ ];
+ }
+
+ public static function getGloballySearchableAttributes(): array
+ {
+ return ['caption'];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/CatalogPages/Pages/CreateCatalogPage.php b/Updated_Cms/app/Filament/Resources/Hotel/CatalogPages/Pages/CreateCatalogPage.php
new file mode 100644
index 0000000000..2ecb70f4f6
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/CatalogPages/Pages/CreateCatalogPage.php
@@ -0,0 +1,18 @@
+components([
+ Select::make('item_ids')
+ ->label('Furniture Item')
+ ->relationship(
+ name: 'itemBase',
+ titleAttribute: 'item_name',
+ modifyQueryUsing: fn (Builder $query) => $query->orderBy('item_name'),
+ )
+ ->searchable()
+ ->required()
+ ->preload()
+ ->createOptionForm([
+ TextInput::make('sprite_id')
+ ->label('Sprite ID')
+ ->numeric()
+ ->default(0),
+ TextInput::make('public_name')
+ ->maxLength(56),
+ TextInput::make('item_name')
+ ->required()
+ ->maxLength(70),
+ TextInput::make('type')
+ ->default('s')
+ ->maxLength(3),
+ Grid::make(3)
+ ->schema([
+ TextInput::make('width')
+ ->numeric()
+ ->default(1),
+ TextInput::make('length')
+ ->numeric()
+ ->default(1),
+ TextInput::make('stack_height')
+ ->numeric()
+ ->default(0.00),
+ ]),
+ Grid::make(3)
+ ->schema([
+ Toggle::make('allow_stack')
+ ->default(true),
+ Toggle::make('allow_sit')
+ ->default(false),
+ Toggle::make('allow_lay')
+ ->default(false),
+ ]),
+ Grid::make(3)
+ ->schema([
+ Toggle::make('allow_walk')
+ ->default(false),
+ Toggle::make('allow_gift')
+ ->default(true),
+ Toggle::make('allow_trade')
+ ->default(true),
+ ]),
+ Grid::make(3)
+ ->schema([
+ Toggle::make('allow_recycle')
+ ->default(false),
+ Toggle::make('allow_marketplace_sell')
+ ->default(false),
+ Toggle::make('allow_inventory_stack')
+ ->default(true),
+ ]),
+ TextInput::make('interaction_type')
+ ->default('default')
+ ->maxLength(500),
+ Grid::make(2)
+ ->schema([
+ TextInput::make('interaction_modes_count')
+ ->numeric()
+ ->default(1),
+ TextInput::make('vending_ids')
+ ->default('0')
+ ->maxLength(255),
+ ]),
+ Grid::make(2)
+ ->schema([
+ TextInput::make('multiheight')
+ ->default('0')
+ ->maxLength(50),
+ TextInput::make('customparams')
+ ->maxLength(256),
+ ]),
+ Grid::make(2)
+ ->schema([
+ TextInput::make('effect_id_male')
+ ->numeric()
+ ->default(0),
+ TextInput::make('effect_id_female')
+ ->numeric()
+ ->default(0),
+ ]),
+ TextInput::make('clothing_on_walk')
+ ->maxLength(255),
+ ])
+ ->columnSpanFull(),
+
+ TextInput::make('catalog_name')
+ ->label('Catalog Name')
+ ->required()
+ ->maxLength(100)
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+
+ Grid::make(2)
+ ->schema([
+ TextInput::make('cost_credits')
+ ->label('Cost Credits')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? '')
+ ->default(3),
+
+ TextInput::make('cost_points')
+ ->label('Cost Points')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? '')
+ ->default(0),
+ ]),
+
+ Grid::make(2)
+ ->schema([
+ TextInput::make('points_type')
+ ->label('Points Type')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? '')
+ ->default(0),
+
+ TextInput::make('amount')
+ ->label('Amount')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? '')
+ ->default(1),
+ ]),
+
+ Grid::make(2)
+ ->schema([
+ Toggle::make('limited_stack')
+ ->label('Limited Stack')
+ ->dehydrateStateUsing(fn ($state) => $state ? '1' : '0'),
+
+ Toggle::make('limited_sells')
+ ->label('Limited Sells')
+ ->dehydrateStateUsing(fn ($state) => $state ? '1' : '0'),
+ ]),
+
+ Grid::make(3)
+ ->schema([
+ TextInput::make('order_number')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? '')
+ ->default(1),
+
+ TextInput::make('offer_id')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+
+ TextInput::make('song_id')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? '')
+ ->default(0),
+ ]),
+
+ Textarea::make('extradata')
+ ->label('Extra Data')
+ ->maxLength(500)
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+
+ Grid::make(2)
+ ->schema([
+ Toggle::make('have_offer')
+ ->label('Have Offer')
+ ->default(true)
+ ->dehydrateStateUsing(fn ($state) => $state ? '1' : '0'),
+
+ Toggle::make('club_only')
+ ->label('Club Only')
+ ->default(false)
+ ->dehydrateStateUsing(fn ($state) => $state ? '1' : '0'),
+ ]),
+ ]);
+ }
+
+ public function table(Table $table): Table
+ {
+ return $table
+ ->recordTitleAttribute('catalog_name')
+ ->columns([
+ ImageColumn::make('icon')
+ ->getStateUsing(fn ($record) => url($record->itemBase?->icon()))
+ ->size('25px')
+
+ ->label('Icon')
+ ->circular(),
+
+ TextColumn::make('itemBase.item_name')
+ ->label('Furniture Name')
+ ->sortable()
+ ->searchable(),
+
+ TextColumn::make('catalog_name')
+ ->label('Catalog Name')
+ ->sortable()
+ ->searchable(),
+
+ TextColumn::make('cost_credits')
+ ->label('Credits')
+ ->sortable(),
+
+ TextColumn::make('cost_points')
+ ->label('Points')
+ ->sortable(),
+
+ IconColumn::make('limited_stack')
+ ->label('Limited')
+ ->boolean(),
+
+ IconColumn::make('club_only')
+ ->label('HC Only')
+ ->boolean(),
+
+ TextColumn::make('itemBase.type')
+ ->label('Type')
+ ->toggleable(isToggledHiddenByDefault: true),
+
+ TextColumn::make('itemBase.width')
+ ->label('Width')
+ ->toggleable(isToggledHiddenByDefault: true),
+
+ TextColumn::make('itemBase.length')
+ ->label('Length')
+ ->toggleable(isToggledHiddenByDefault: true),
+
+ TextColumn::make('order_number')
+ ->label('Order')
+ ->sortable()
+ ->toggleable(isToggledHiddenByDefault: true),
+ ])
+ ->filters([
+ SelectFilter::make('type')
+ ->query(fn (Builder $query, array $data): Builder => empty($data['values'])
+ ? $query
+ : $query->whereHas('itemBase', function (Builder $query) use ($data): void {
+ $query->whereIn('type', $data['values']);
+ }))
+ ->options(
+ fn () => ItemBase::query()
+ ->select('type')
+ ->distinct()
+ ->orderBy('type')
+ ->pluck('type', 'type')
+ ->toArray(),
+ )
+ ->multiple()
+ ->searchable()
+ ->preload(),
+
+ TernaryFilter::make('club_only')
+ ->label('HC Only'),
+
+ TernaryFilter::make('limited_stack')
+ ->label('Limited'),
+ ])
+ ->defaultSort('order_number')
+ ->headerActions([
+ CreateAction::make(),
+ ])
+ ->recordActions([
+ EditAction::make()->label('Edit Catalog Item'),
+
+ Action::make('editItemBase')
+ ->label('Edit Item base')
+ ->icon('heroicon-m-cube')
+ ->modalWidth('3xl')
+ ->modalHeading('Edit Item Base')
+ ->fillForm(function ($record) {
+ $itemBase = $record->itemBase;
+ if (! $itemBase) {
+ return [];
+ }
+
+ return [
+ 'sprite_id' => $itemBase->sprite_id,
+ 'public_name' => $itemBase->public_name,
+ 'item_name' => $itemBase->item_name,
+ 'type' => $itemBase->type,
+ 'width' => $itemBase->width,
+ 'length' => $itemBase->length,
+ 'stack_height' => $itemBase->stack_height,
+ 'allow_stack' => $itemBase->allow_stack,
+ 'allow_sit' => $itemBase->allow_sit,
+ 'allow_lay' => $itemBase->allow_lay,
+ 'allow_walk' => $itemBase->allow_walk,
+ 'allow_gift' => $itemBase->allow_gift,
+ 'allow_trade' => $itemBase->allow_trade,
+ 'allow_recycle' => $itemBase->allow_recycle,
+ 'allow_marketplace_sell' => $itemBase->allow_marketplace_sell,
+ 'allow_inventory_stack' => $itemBase->allow_inventory_stack,
+ 'interaction_type' => $itemBase->interaction_type,
+ 'interaction_modes_count' => $itemBase->interaction_modes_count,
+ 'vending_ids' => $itemBase->vending_ids,
+ 'multiheight' => $itemBase->multiheight,
+ 'customparams' => $itemBase->customparams,
+ 'effect_id_male' => $itemBase->effect_id_male,
+ 'effect_id_female' => $itemBase->effect_id_female,
+ 'clothing_on_walk' => $itemBase->clothing_on_walk,
+ ];
+ })
+ ->schema([
+ TextInput::make('sprite_id')
+ ->label('Sprite ID')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ TextInput::make('public_name')
+ ->label('Public Name')
+ ->maxLength(56)
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ TextInput::make('item_name')
+ ->label('Item Name')
+ ->required()
+ ->maxLength(70),
+ TextInput::make('type')
+ ->maxLength(3)
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ Grid::make(3)
+ ->schema([
+ TextInput::make('width')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ TextInput::make('length')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ TextInput::make('stack_height')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ ]),
+ Grid::make(3)
+ ->schema([
+ Toggle::make('allow_stack'),
+ Toggle::make('allow_sit'),
+ Toggle::make('allow_lay'),
+ ]),
+ Grid::make(3)
+ ->schema([
+ Toggle::make('allow_walk'),
+ Toggle::make('allow_gift'),
+ Toggle::make('allow_trade'),
+ ]),
+ Grid::make(3)
+ ->schema([
+ Toggle::make('allow_recycle'),
+ Toggle::make('allow_marketplace_sell'),
+ Toggle::make('allow_inventory_stack'),
+ ]),
+ TextInput::make('interaction_type')
+ ->maxLength(500)
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ Grid::make(2)
+ ->schema([
+ TextInput::make('interaction_modes_count')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ TextInput::make('vending_ids')
+ ->maxLength(255)
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ ]),
+ Grid::make(2)
+ ->schema([
+ TextInput::make('multiheight')
+ ->maxLength(50)
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ TextInput::make('customparams')
+ ->maxLength(256)
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ ]),
+ Grid::make(2)
+ ->schema([
+ TextInput::make('effect_id_male')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ TextInput::make('effect_id_female')
+ ->numeric()
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ ]),
+ TextInput::make('clothing_on_walk')
+ ->maxLength(255)
+ ->nullable()
+ ->dehydrateStateUsing(fn ($state) => $state ?? ''),
+ ])
+ ->action(function (array $data, $record): void {
+ // Transform any null or empty values to empty strings
+ $data = collect($data)->map(function ($value) {
+ if ($value === null || $value === '') {
+ return '';
+ }
+ if (is_bool($value)) {
+ return $value ? '1' : '0';
+ }
+
+ return $value;
+ })->toArray();
+
+ $record->itemBase->forceFill($data)->save();
+ })
+ ->visible(fn ($record) => $record->itemBase !== null),
+ DeleteAction::make(),
+ ])
+ ->toolbarActions([
+ BulkActionGroup::make([
+ DeleteBulkAction::make(),
+ ]),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/ChatlogPrivates/ChatlogPrivateResource.php b/Updated_Cms/app/Filament/Resources/Hotel/ChatlogPrivates/ChatlogPrivateResource.php
new file mode 100644
index 0000000000..6ecb5d3fca
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/ChatlogPrivates/ChatlogPrivateResource.php
@@ -0,0 +1,96 @@
+components([
+ TextInput::make('sender')
+ ->disabled()
+ ->formatStateUsing(fn ($record) => $record->sender?->username)
+ ->label(__('filament::resources.inputs.sender')),
+
+ TextInput::make('receiver')
+ ->disabled()
+ ->formatStateUsing(fn ($record) => $record->receiver?->username)
+ ->label(__('filament::resources.inputs.receiver')),
+
+ Textarea::make('message')
+ ->label(__('filament::resources.inputs.message'))
+ ->columnSpanFull()
+ ->disabled(),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('timestamp', 'desc')
+ ->columns(self::getTable())
+ ->filters([])
+ ->recordActions([
+ ViewAction::make(),
+ ])
+ ->toolbarActions([]);
+ }
+
+ public static function getTable(): array
+ {
+ return [
+ TextColumn::make('sender.username')
+ ->label(__('filament::resources.columns.sender'))
+ ->toggleable()
+ ->searchable(isIndividual: true),
+
+ TextColumn::make('receiver.username')
+ ->label(__('filament::resources.columns.receiver'))
+ ->toggleable()
+ ->searchable(isIndividual: true),
+
+ TextColumn::make('message')
+ ->label(__('filament::resources.columns.message'))
+ ->limit(40)
+ ->searchable(isIndividual: true),
+
+ TextColumn::make('timestamp')
+ ->label(__('filament::resources.columns.executed_at'))
+ ->dateTime('Y-m-d H:i')
+ ->toggleable(),
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ManageChatlogPrivates::route('/'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/ChatlogPrivates/Pages/ManageChatlogPrivates.php b/Updated_Cms/app/Filament/Resources/Hotel/ChatlogPrivates/Pages/ManageChatlogPrivates.php
new file mode 100644
index 0000000000..0aaea3e36e
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/ChatlogPrivates/Pages/ManageChatlogPrivates.php
@@ -0,0 +1,16 @@
+components([
+ TextInput::make('room')
+ ->label(__('filament::resources.inputs.room'))
+ ->formatStateUsing(fn ($record) => $record->room?->name)
+ ->columnSpanFull()
+ ->disabled(),
+
+ TextInput::make('sender')
+ ->label(__('filament::resources.inputs.sender'))
+ ->formatStateUsing(fn ($record) => $record->sender?->username)
+ ->disabled(),
+
+ TextInput::make('receiver')
+ ->label(__('filament::resources.inputs.receiver'))
+ ->formatStateUsing(fn ($record) => $record->receiver?->username)
+ ->disabled(),
+
+ Textarea::make('message')
+ ->label(__('filament::resources.inputs.message'))
+ ->columnSpanFull()
+ ->disabled(),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('timestamp', 'desc')
+ ->columns(self::getTable())
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ ViewAction::make(),
+ ])
+ ->toolbarActions([]);
+ }
+
+ public static function getTable(): array
+ {
+ return [
+ TextColumn::make('room.name')
+ ->label(__('filament::resources.columns.room'))
+ ->toggleable()
+ ->searchable(isIndividual: true),
+
+ TextColumn::make('sender.username')
+ ->label(__('filament::resources.columns.sender'))
+ ->toggleable()
+ ->searchable(isIndividual: true),
+
+ TextColumn::make('receiver.username')
+ ->label(__('filament::resources.columns.receiver'))
+ ->toggleable()
+ ->searchable(isIndividual: true),
+
+ TextColumn::make('message')
+ ->label(__('filament::resources.columns.message'))
+ ->limit(40)
+ ->searchable(isIndividual: true),
+
+ TextColumn::make('timestamp')
+ ->label(__('filament::resources.columns.executed_at'))
+ ->dateTime('Y-m-d H:i')
+ ->toggleable(),
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ManageChatlogRooms::route('/'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/ChatlogRooms/Pages/ManageChatlogRooms.php b/Updated_Cms/app/Filament/Resources/Hotel/ChatlogRooms/Pages/ManageChatlogRooms.php
new file mode 100644
index 0000000000..8ed6c4c707
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/ChatlogRooms/Pages/ManageChatlogRooms.php
@@ -0,0 +1,16 @@
+components([]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('timestamp', 'desc')
+ ->columns([
+ TextColumn::make('user.username')
+ ->label(__('filament::resources.columns.username'))
+ ->searchable(),
+
+ TextColumn::make('command')
+ ->label(__('filament::resources.columns.command'))
+ ->searchable(),
+
+ TextColumn::make('succes')
+ ->badge()
+ ->color(fn (string $state): string => match ($state) {
+ 'yes' => 'primary',
+ 'no' => 'warning'
+ })
+ ->label(__('filament::resources.columns.success'))
+ ->formatStateUsing(fn (string $state): string => __("filament::resources.options.{$state}")),
+
+ TextColumn::make('timestamp')
+ ->label(__('filament::resources.columns.executed_at'))
+ ->dateTime('Y-m-d H:i')
+ ->searchable(),
+ ])
+ ->filters([
+ SelectFilter::make('succes')
+ ->label(__('filament::resources.filters.success'))
+ ->options([
+ 'yes' => __('filament::resources.options.yes'),
+ 'no' => __('filament::resources.options.no'),
+ ]),
+ ])
+ ->recordActions([])
+ ->toolbarActions([]);
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ManageCommandLogs::route('/'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/CommandLogs/Pages/ManageCommandLogs.php b/Updated_Cms/app/Filament/Resources/Hotel/CommandLogs/Pages/ManageCommandLogs.php
new file mode 100644
index 0000000000..b076207bb9
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/CommandLogs/Pages/ManageCommandLogs.php
@@ -0,0 +1,21 @@
+query());
+ }
+
+ #[\Override]
+ public function get($columns = ['*']): Collection
+ {
+ return collect(); // Return an empty collection
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/EmulatorSettings/EmulatorSettingResource.php b/Updated_Cms/app/Filament/Resources/Hotel/EmulatorSettings/EmulatorSettingResource.php
new file mode 100644
index 0000000000..ed3f158ad0
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/EmulatorSettings/EmulatorSettingResource.php
@@ -0,0 +1,93 @@
+components([
+ Section::make()
+ ->schema([
+ TextInput::make('key')
+ ->label(__('filament::resources.inputs.key'))
+ ->required()
+ ->maxLength(100)
+ ->unique(ignoreRecord: true),
+
+ TextInput::make('value')
+ ->label(__('filament::resources.inputs.value'))
+ ->required()
+ ->maxLength(512),
+ ]),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->columns([
+ TextColumn::make('key')
+ ->label(__('filament::resources.columns.key'))
+ ->searchable(),
+
+ TextColumn::make('value')
+ ->label(__('filament::resources.columns.value'))
+ ->searchable(),
+ ])
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ ViewAction::make(),
+ EditAction::make(),
+ ])
+ ->toolbarActions([]);
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ //
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListEmulatorSettings::route('/'),
+ 'create' => CreateEmulatorSetting::route('/create'),
+ 'edit' => EditEmulatorSetting::route('/{record}/edit'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/EmulatorSettings/Pages/CreateEmulatorSetting.php b/Updated_Cms/app/Filament/Resources/Hotel/EmulatorSettings/Pages/CreateEmulatorSetting.php
new file mode 100644
index 0000000000..a8513e4a09
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/EmulatorSettings/Pages/CreateEmulatorSetting.php
@@ -0,0 +1,11 @@
+components([
+ TextInput::make('key')
+ ->label(__('filament::resources.inputs.key'))
+ ->required()
+ ->maxLength(100)
+ ->unique(ignoreRecord: true),
+
+ TextInput::make('value')
+ ->label(__('filament::resources.inputs.value'))
+ ->required()
+ ->maxLength(512),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->columns([
+ TextColumn::make('key')
+ ->label(__('filament::resources.columns.key'))
+ ->searchable(),
+
+ TextColumn::make('value')
+ ->label(__('filament::resources.columns.value'))
+ ->searchable(),
+ ])
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ EditAction::make(),
+ ])
+ ->toolbarActions([
+ BulkActionGroup::make([
+ DeleteBulkAction::make(),
+ ]),
+ ]);
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ //
+ ];
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ManageEmulatorTexts::route('/'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/EmulatorTexts/Pages/ManageEmulatorTexts.php b/Updated_Cms/app/Filament/Resources/Hotel/EmulatorTexts/Pages/ManageEmulatorTexts.php
new file mode 100644
index 0000000000..a3e1f5da0b
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/EmulatorTexts/Pages/ManageEmulatorTexts.php
@@ -0,0 +1,24 @@
+components([
+ Select::make('permission_id')
+ ->label('Rank')
+ ->relationship('permission', 'rank_name')
+ ->required()
+ ->searchable()
+ ->preload()
+ ->unique(ignoreRecord: true)
+ ->placeholder('Select a rank'),
+ Textarea::make('description')
+ ->label('Position Description')
+ ->required()
+ ->maxLength(65535)
+ ->columnSpanFull(),
+ DateTimePicker::make('apply_from')
+ ->label('Application Start Date')
+ ->nullable(),
+ DateTimePicker::make('apply_to')
+ ->label('Application End Date')
+ ->nullable(),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->columns([
+ TextColumn::make('permission.rank_name')
+ ->label('Rank')
+ ->sortable()
+ ->searchable(),
+ TextColumn::make('description')
+ ->label('Description')
+ ->limit(50)
+ ->searchable(),
+ TextColumn::make('apply_from')
+ ->label('Apply From')
+ ->dateTime()
+ ->sortable(),
+ TextColumn::make('apply_to')
+ ->label('Apply To')
+ ->dateTime()
+ ->sortable(),
+ TextColumn::make('created_at')
+ ->label('Created')
+ ->dateTime()
+ ->sortable(),
+ ])
+ ->filters([
+ ])
+ ->recordActions([
+ EditAction::make(),
+ DeleteAction::make()
+ ->requiresConfirmation()
+ ->modalHeading('Delete Open Position')
+ ->modalDescription('This will also delete all related staff applications. Are you sure?')
+ ->modalSubmitActionLabel('Yes, delete')
+ ->successNotification(
+ Notification::make()
+ ->success()
+ ->title('Open Position Deleted')
+ ->body('The open position and its related staff applications have been deleted successfully.'),
+ ),
+ ])
+ ->toolbarActions([
+ DeleteBulkAction::make()
+ ->requiresConfirmation()
+ ->modalHeading('Delete Open Positions')
+ ->modalDescription('This will also delete all related staff applications for the selected positions. Are you sure?')
+ ->modalSubmitActionLabel('Yes, delete')
+ ->successNotification(
+ Notification::make()
+ ->success()
+ ->title('Open Positions Deleted')
+ ->body('The selected open positions and their related staff applications have been deleted successfully.'),
+ ),
+ ]);
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListOpenPositions::route('/'),
+ 'create' => CreateOpenPosition::route('/create'),
+ 'edit' => EditOpenPosition::route('/{record}/edit'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/OpenPositions/Pages/CreateOpenPosition.php b/Updated_Cms/app/Filament/Resources/Hotel/OpenPositions/Pages/CreateOpenPosition.php
new file mode 100644
index 0000000000..532e5b52e1
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/OpenPositions/Pages/CreateOpenPosition.php
@@ -0,0 +1,11 @@
+components([
+ Select::make('user_id')
+ ->relationship('user', 'username')
+ ->required()
+ ->searchable(),
+ Select::make('rank_id')
+ ->relationship('rank', 'rank_name')
+ ->required()
+ ->searchable(),
+ Textarea::make('content')
+ ->required()
+ ->columnSpanFull(),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->columns([
+ TextColumn::make('user.username')
+ ->label('User')
+ ->sortable()
+ ->searchable(),
+ TextColumn::make('rank.rank_name')
+ ->label('Rank')
+ ->sortable()
+ ->searchable(),
+ TextColumn::make('content')
+ ->limit(50)
+ ->sortable(),
+ TextColumn::make('created_at')
+ ->dateTime()
+ ->sortable(),
+ TextColumn::make('updated_at')
+ ->dateTime()
+ ->sortable(),
+ ])
+ ->filters([
+ // Add filters if needed
+ ])
+ ->recordActions([
+ EditAction::make(),
+ DeleteAction::make(),
+ ])
+ ->toolbarActions([
+ DeleteBulkAction::make(),
+ ]);
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListStaffApplications::route('/'),
+ 'edit' => EditStaffApplication::route('/{record}/edit'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/WebsiteAds/Pages/CreateWebsiteAd.php b/Updated_Cms/app/Filament/Resources/Hotel/WebsiteAds/Pages/CreateWebsiteAd.php
new file mode 100644
index 0000000000..17365019ac
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/WebsiteAds/Pages/CreateWebsiteAd.php
@@ -0,0 +1,11 @@
+label('Create new ADS')
+ ->color('success'),
+ Action::make('importAdsData')
+ ->label('Import ADS Images from folder')
+ ->color('info')
+ ->action(function (): void {
+ Artisan::call('import:ads-data');
+ session()->flash('success', 'ADS data imported successfully!');
+ })
+ ->requiresConfirmation()
+ ->modalHeading('Import ADS Data')
+ ->modalDescription('Are you sure you want to import ADS data? This action cannot be undone.')
+ ->modalButton('Yes, import data'),
+ Action::make('emptyTable')
+ ->label('Empty Database Table')
+ ->color('danger')
+ ->action(function (): void {
+ WebsiteAd::truncate();
+ session()->flash('success', 'The table has been emptied successfully!');
+ })
+ ->requiresConfirmation()
+ ->modalHeading('Empty Table')
+ ->modalDescription('Are you sure you want to empty the table? This action cannot be undone and will delete all records.')
+ ->modalButton('Yes, empty table'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/WebsiteAds/WebsiteAdResource.php b/Updated_Cms/app/Filament/Resources/Hotel/WebsiteAds/WebsiteAdResource.php
new file mode 100644
index 0000000000..100fb401ab
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/WebsiteAds/WebsiteAdResource.php
@@ -0,0 +1,81 @@
+components([
+ FileUpload::make('image')
+ ->label('Image')
+ ->disk('ads')
+ ->preserveFilenames()
+ ->image()
+ ->rules(['required', 'image', 'mimes:jpeg,png,jpg,gif'])
+ ->validationMessages([
+ 'required' => 'Please upload an image.', 'image' => 'The file must be a valid image.', 'mimes' => 'Only JPEG, PNG, JPG, and GIF images are allowed.'])
+ ->required()
+ ->getUploadedFileNameForStorageUsing(
+ fn (TemporaryUploadedFile $file): string => strtolower(str_replace([' ', '-', 'æ', 'ø', 'å'], ['_', '_', 'ae', 'oe', 'aa'], $file->getClientOriginalName())),
+ ),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->columns([
+ Stack::make([
+ ImageColumn::make('image_url')
+ ->label('')
+ ->extraAttributes(['style' => 'image-rendering: pixelated'])
+ ->size(125),
+ TextColumn::make('image')
+ ->label('')
+ ->alignCenter()
+ ->searchable(),
+ ]),
+ TextColumn::make('created_at')
+ ->dateTime(),
+ ])
+ ->filters([
+ ])
+ ->recordActions([
+ DeleteAction::make(),
+ ])
+ ->searchable();
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListWebsiteAds::route('/'),
+ 'create' => CreateWebsiteAd::route('/create'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/Hotel/WordFilters/Pages/ManageWordFilters.php b/Updated_Cms/app/Filament/Resources/Hotel/WordFilters/Pages/ManageWordFilters.php
new file mode 100644
index 0000000000..ff960bb2dc
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/Hotel/WordFilters/Pages/ManageWordFilters.php
@@ -0,0 +1,19 @@
+components([
+ TextInput::make('key')
+ ->label(__('filament::resources.inputs.key'))
+ ->maxLength(256)
+ ->unique('wordfilter', 'key', ignoreRecord: true)
+ ->required(),
+
+ TextInput::make('replacement')
+ ->label(__('filament::resources.inputs.replacement'))
+ ->maxLength(16)
+ ->required(),
+
+ Select::make('hide')
+ ->native(false)
+ ->label(__('filament::resources.inputs.hideable'))
+ ->default('0')
+ ->options([
+ '0' => __('filament::resources.options.no'),
+ '1' => __('filament::resources.options.yes'),
+ ]),
+
+ Select::make('report')
+ ->native(false)
+ ->label(__('filament::resources.inputs.reportable'))
+ ->default('0')
+ ->options([
+ '0' => __('filament::resources.options.no'),
+ '1' => __('filament::resources.options.yes'),
+ ]),
+
+ TextInput::make('mute')
+ ->label(__('filament::resources.inputs.mute_time'))
+ ->columnSpanFull()
+ ->default(0),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->columns([
+ TextColumn::make('key')
+ ->label(__('filament::resources.columns.key'))
+ ->searchable(),
+
+ TextColumn::make('replacement')
+ ->label(__('filament::resources.columns.replacement'))
+ ->searchable(),
+
+ IconColumn::make('hide')
+ ->label(__('filament::resources.columns.hideable'))
+ ->icon(fn (string $state): string => $state === '0' ? 'heroicon-o-x-circle' : 'heroicon-o-check-circle')
+ ->colors([
+ 'danger' => '0',
+ 'success' => '1',
+ ]),
+
+ IconColumn::make('report')
+ ->label(__('filament::resources.columns.reportable'))
+ ->icon(fn (string $state): string => $state === '0' ? 'heroicon-o-x-circle' : 'heroicon-o-check-circle')
+ ->colors([
+ 'danger' => '0',
+ 'success' => '1',
+ ]),
+
+ TextColumn::make('mute')
+ ->label(__('filament::resources.columns.mute_time'))
+ ->searchable(),
+ ])
+ ->filters([
+
+ ])
+ ->recordActions([
+ EditAction::make(),
+ DeleteAction::make(),
+ ])
+ ->toolbarActions([
+ DeleteBulkAction::make(),
+ ]);
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ManageWordFilters::route('/'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/User/Bans/BanResource.php b/Updated_Cms/app/Filament/Resources/User/Bans/BanResource.php
new file mode 100644
index 0000000000..5b919a800d
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/User/Bans/BanResource.php
@@ -0,0 +1,144 @@
+components([
+ Textarea::make('ban_reason')
+ ->label(__('filament::resources.inputs.reason'))
+ ->columnSpanFull(),
+
+ Select::make('type')
+ ->native(false)
+ ->label(__('filament::resources.inputs.type'))
+ ->columnSpanFull()
+ ->options([
+ 'account' => __('filament::resources.common.Account'),
+ 'ip' => __('filament::resources.common.IP'),
+ 'machine' => __('filament::resources.common.Machine'),
+ 'super' => __('filament::resources.common.Super'),
+ ]),
+
+ DateTimePicker::make('ban_expire')
+ ->native(false)
+ ->label(__('filament::resources.inputs.expires_at'))
+ ->displayFormat('Y-m-d H:i')
+ ->format('U')
+ ->columnSpanFull(),
+ ]);
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'desc')
+ ->columns([
+ TextColumn::make('id')
+ ->label(__('filament::resources.columns.id')),
+
+ UserAvatarColumn::make('avatar')
+ ->toggleable()
+ ->pointer('user.look')
+ ->label(__('filament::resources.columns.avatar'))
+ ->options('&size=m&head_direction=3&gesture=sml&headonly=1'),
+
+ TextColumn::make('user.username')
+ ->label(__('filament::resources.columns.username'))
+ ->searchable(),
+
+ TextColumn::make('staff.username')
+ ->label(__('filament::resources.columns.by'))
+ ->searchable(),
+
+ TextColumn::make('ban_reason')
+ ->label(__('filament::resources.columns.reason'))
+ ->tooltip(function (TextColumn $column): ?string {
+ $state = $column->getState();
+
+ if (strlen($state) <= $column->getCharacterLimit()) {
+ return null;
+ }
+
+ return $state;
+ })
+ ->limit(15)
+ ->searchable(),
+
+ TextColumn::make('type')
+ ->badge()
+ ->label(__('filament::resources.columns.type'))
+ ->formatStateUsing(fn (string $state): string => match ($state) {
+ 'account' => __('filament::resources.common.Account'),
+ 'ip' => __('filament::resources.common.IP'),
+ 'machine' => __('filament::resources.common.Machine'),
+ 'super' => __('filament::resources.common.Super'),
+ })
+ ->color(fn (string $state): string => match ($state) {
+ 'account' => 'primary',
+ 'ip' => 'success',
+ 'machine' => 'primary',
+ 'super' => 'danger',
+ }),
+
+ TextColumn::make('timestamp')
+ ->label(__('filament::resources.columns.banned_at'))
+ ->date('Y-m-d H:i'),
+
+ TextColumn::make('ban_expire')
+ ->label(__('filament::resources.columns.expires_at'))
+ ->formatStateUsing(fn (string $state): string => $state == 0 ? __('filament::resources.common.Never') : date('Y-m-d H:i', $state)),
+ ])
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ EditAction::make(),
+ DeleteAction::make(),
+ ])
+ ->toolbarActions([
+ DeleteBulkAction::make(),
+ ]);
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ManageBans::route('/'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/User/Bans/Pages/ManageBans.php b/Updated_Cms/app/Filament/Resources/User/Bans/Pages/ManageBans.php
new file mode 100644
index 0000000000..9dd64ec062
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/User/Bans/Pages/ManageBans.php
@@ -0,0 +1,18 @@
+getRecord(),
+ $data,
+ );
+ }
+
+ public static function getEloquentQuery(): Builder
+ {
+ return static::getModel()::query()->with(['currencies', 'settings']);
+ }
+
+ /**
+ * @throws Halt
+ */
+ protected function beforeSave(): void
+ {
+ $user = $this->getRecord();
+ $data = $this->form->getState();
+
+ if ($data['rank'] > auth()->user()->rank) {
+ Notification::make()
+ ->danger()
+ ->title(__('You cannot edit this user!'))
+ ->body(__('You cannot edit users with a higher rank than yours.'))
+ ->send();
+
+ $this->halt();
+ }
+
+ $rcon = app(RconService::class);
+
+ if (! $user->online) {
+ DB::transaction(function () use ($user, $data): void {
+ $this->treatChangedCurrenciesWithoutRcon($user, $data);
+ });
+
+ return;
+ }
+
+ if ($user->online && ! $rcon->isConnected()) {
+ Notification::make()
+ ->danger()
+ ->title(__('RCON is not enabled!'))
+ ->body(__('You cannot edit users because RCON is not enabled and the user is online.'))
+ ->send();
+
+ $this->halt();
+ }
+
+ DB::transaction(function () use ($user, $data, $rcon): void {
+ if ($data['credits'] != $user->credits) {
+ $rcon->giveCredits($user, -$user->credits + $data['credits']);
+ }
+
+ $this->checkUsernameChangedPermission($user, $data, $rcon);
+ $this->treatChangedCurrencies($user, $data);
+ $this->treatChangedUserRank($user, $data, $rcon);
+ $this->treatChangedUserMotto($user, $data, $rcon);
+ });
+ }
+
+ private function treatChangedCurrenciesWithoutRcon(Model $user, array $data): void
+ {
+ $user->currencies->each(function (UserCurrency $currency) use ($data, $user): void {
+ $updatedCurrencyAmount = $data["currency_{$currency->type}"] ?? $currency->amount;
+ if ($updatedCurrencyAmount == $currency->amount) {
+ return;
+ }
+
+ $updated = $user->currencies()->where('type', $currency->type)->update(['amount' => $updatedCurrencyAmount]);
+
+ if ($updated) {
+ activity()
+ ->performedOn($currency)
+ ->withProperties(['old_amount' => $currency->amount, 'new_amount' => $updatedCurrencyAmount, 'user_id' => $user->id, 'type' => $currency->type])
+ ->event('updated')
+ ->log("Currency updated for user {$user->username}");
+
+ } else {
+ activity()
+ ->withProperties(['user_id' => $user->id, 'type' => $currency->type])
+ ->event('failed_update')
+ ->log("Failed to update currency for user {$user->username}");
+ }
+ });
+
+ $user->settings->update(['can_change_name' => $data['allow_change_username'] ? '1' : '0']);
+ }
+
+ private function checkUsernameChangedPermission(Model $user, array $data, RconService $rcon): void
+ {
+ if ($data['allow_change_username'] == $user->settings->can_change_name) {
+ return;
+ }
+
+ if (! $rcon->isConnected()) {
+ Notification::make()
+ ->danger()
+ ->title(__('RCON is not enabled!'))
+ ->body(__('You cannot edit users because RCON is not enabled and the user is online.'))
+ ->send();
+
+ $this->halt();
+ }
+
+ $rcon->disconnectUser($user);
+ $user->settings->update(['can_change_name' => $data['allow_change_username'] ? '1' : '0']);
+ }
+
+ private function treatChangedCurrencies(Model $user, array $data): void
+ {
+ $user->currencies->each(function (UserCurrency $currency) use ($data, $user): void {
+ $updatedCurrencyAmount = $data["currency_{$currency->type}"] ?? $currency->amount;
+ $currencyType = match ($currency->type) {
+ CurrencyTypes::Duckets => 'duckets',
+ CurrencyTypes::Diamonds => 'diamonds',
+ CurrencyTypes::Points => 'points',
+ };
+
+ if ($updatedCurrencyAmount == $currency->amount) {
+ return;
+ }
+
+ app(SendCurrency::class)->execute($user, $currencyType, -$currency->amount + $updatedCurrencyAmount);
+ });
+ }
+
+ private function treatChangedUserRank(Model $user, array $data, RconService $rcon): void
+ {
+ if ($data['rank'] == $user->rank) {
+ return;
+ }
+ if ($data['rank'] > auth()->user()->rank) {
+ return;
+ }
+
+ if ($user->online && ! $rcon->isConnected()) {
+ Notification::make()
+ ->danger()
+ ->title(__('RCON is not enabled!'))
+ ->body(__('You cannot edit users because RCON is not enabled and the user is online.'))
+ ->send();
+
+ $this->halt();
+ }
+
+ if (! $user->online) {
+ $user->update(['rank' => $data['rank']]);
+
+ return;
+ }
+
+ $rcon->alertUser($user, __('You have been disconnected because your rank has been changed. Please re-enter the hotel.'));
+ \Illuminate\Support\Sleep::sleep(2);
+
+ $rcon->disconnectUser($user);
+ $rcon->setRank($user, $data['rank']);
+ }
+
+ private function treatChangedUserMotto(Model $user, array $data, RconService $rcon): void
+ {
+ if ($data['motto'] == $user->motto) {
+ return;
+ }
+
+ if ($user->online && ! $rcon->isConnected()) {
+ Notification::make()
+ ->danger()
+ ->title(__('RCON is not enabled!'))
+ ->body(__('You cannot edit users because RCON is not enabled and the user is online.'))
+ ->send();
+
+ $this->halt();
+ }
+
+ if (! $user->online) {
+ $user->update(['motto' => $data['motto']]);
+
+ return;
+ }
+
+ $rcon->setMotto($user, $data['motto']);
+ $rcon->alertUser($user, __('Your motto has been changed by a staff member.'));
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/User/Users/Pages/ListUsers.php b/Updated_Cms/app/Filament/Resources/User/Users/Pages/ListUsers.php
new file mode 100644
index 0000000000..5a3875cb0f
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/User/Users/Pages/ListUsers.php
@@ -0,0 +1,84 @@
+modal()
+ ->color('gray')
+ ->modalHeading(__('filament::resources.actions.send_notifications'))
+ ->icon('heroicon-o-bell')
+ ->schema([
+ Select::make('users')
+ ->label(__('filament::resources.inputs.users'))
+ ->searchable()
+ ->getSearchResultsUsing(fn (string $search): array => User::where('username', 'like', "%{$search}%")->limit(50)->pluck('username', 'id')->toArray())
+ ->multiple()
+ ->native(false)
+ ->nullable(),
+
+ TextInput::make('message')
+ ->label(__('filament::resources.inputs.message'))
+ ->maxLength(100)
+ ->required(),
+
+ TextInput::make('url')
+ ->label(__('filament::resources.inputs.url'))
+ ->nullable(),
+
+ Toggle::make('as_staff')
+ ->label(__('filament::resources.inputs.as_staff'))
+ ->default(false),
+ ])
+ ->action(function (array $data): void {
+ $notifications = collect();
+ $allUsersId = collect($data['users'])->values();
+ $senderId = $data['as_staff'] ? null : auth()->id();
+
+ if ($allUsersId->isEmpty()) {
+ $allUsersId = User::select('id')->get()->pluck('id');
+ }
+
+ $allUsersId->each(function ($userId) use ($senderId, $data, $notifications): void {
+ $notifications->push([
+ 'sender_id' => $senderId,
+ 'recipient_id' => $userId,
+ 'type' => NotificationType::HousekeepingCustomMessage,
+ 'message' => $data['message'],
+ 'url' => $data['url'] ?? null,
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ]);
+ });
+
+ UserNotification::insert($notifications->toArray());
+
+ Notification::make()
+ ->body(__('Notification sent successfully.'))
+ ->icon('heroicon-o-check-circle')
+ ->iconColor('success')
+ ->send();
+ }),
+
+ CreateAction::make(),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/User/Users/Pages/ViewUser.php b/Updated_Cms/app/Filament/Resources/User/Users/Pages/ViewUser.php
new file mode 100644
index 0000000000..eadc03b048
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/User/Users/Pages/ViewUser.php
@@ -0,0 +1,20 @@
+getRecord(),
+ $data,
+ );
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/BadgesRelationManager.php b/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/BadgesRelationManager.php
new file mode 100644
index 0000000000..312bc5ca91
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/BadgesRelationManager.php
@@ -0,0 +1,132 @@
+components([
+ TextInput::make('badge_code')
+ ->label(__('filament::resources.inputs.badge_code'))
+ ->required()
+ ->maxLength(255)
+ ->columnSpanFull(),
+ ]);
+ }
+
+ public function table(Table $table): Table
+ {
+ return $table
+ ->modifyQueryUsing(fn ($query) => $query->latest('id'))
+ ->columns([
+ TextColumn::make('id')
+ ->label(__('filament::resources.columns.id')),
+
+ HabboBadgeColumn::make('badge')
+ ->alignCenter()
+ ->label(__('filament::resources.columns.image')),
+
+ TextColumn::make('badge_code')
+ ->label(__('filament::resources.columns.badge_code'))
+ ->searchable(),
+
+ IconColumn::make('slot_id')
+ ->label(__('filament::resources.columns.equipped'))
+ ->icon(fn ($record) => $record->slot_id > 0 ? 'heroicon-o-check-circle' : 'heroicon-o-x-circle')
+ ->colors([
+ 'success' => fn (string $state) => $state > 0,
+ 'danger' => fn (string $state) => $state <= 0,
+ ]),
+ ])
+ ->filters([
+ //
+ ])
+ ->headerActions([
+ CreateAction::make()
+ ->before(function (CreateAction $action, RelationManager $livewire): void {
+ $user = $livewire->getOwnerRecord();
+ $hasRconEnabled = config('hotel.rcon.enabled');
+
+ if (! $user->online) {
+ return;
+ }
+
+ if (! $hasRconEnabled) {
+ Notification::make()
+ ->danger()
+ ->title('RCON is not enabled!')
+ ->body("You can't send badges to online users if RCON is not enabled.")
+ ->persistent()
+ ->send();
+ } else {
+ $rcon = app(RconService::class);
+ $data = $action->getFormData();
+
+ $rcon->sendSafelyFromDashboard('sendBadge', [$user, $data['badge_code']], 'RCON: Failed to send the badge');
+ }
+
+ $action->cancel();
+ }),
+ ])
+ ->recordActions([
+ DeleteAction::make()
+ ->before(fn (DeleteAction $action, RelationManager $livewire) => self::onDeleteBadgeAction($action, $livewire)),
+ ])
+ ->toolbarActions([
+ DeleteBulkAction::make()
+ ->before(fn (DeleteBulkAction $action, RelationManager $livewire) => self::onDeleteBadgeAction($action, $livewire)),
+ ]);
+ }
+
+ public static function onDeleteBadgeAction(DeleteAction|DeleteBulkAction $action, RelationManager $livewire): void
+ {
+ $user = $livewire->getOwnerRecord();
+ $hasRconEnabled = config('hotel.rcon.enabled');
+
+ if (! $user->online) {
+ return;
+ }
+
+ if (! $hasRconEnabled) {
+ Notification::make()
+ ->danger()
+ ->title('RCON is not enabled!')
+ ->body("You can't remove badges to online users if RCON is not enabled.")
+ ->persistent()
+ ->send();
+ } else {
+ $rcon = app(RconService::class);
+ $badge = $action instanceof DeleteAction
+ ? $action->getRecord()?->badge_code
+ : $action->getRecords()->map(fn ($record) => $record->badge_code)->join(';');
+
+ $rcon->sendSafelyFromDashboard('removeBadge', [$user, $badge], 'RCON: Failed to remove the badge');
+ }
+
+ $action->cancel();
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/ChatLogPrivateRelationManager.php b/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/ChatLogPrivateRelationManager.php
new file mode 100644
index 0000000000..aa03f37f91
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/ChatLogPrivateRelationManager.php
@@ -0,0 +1,26 @@
+columns(ChatlogPrivateResource::getTable())
+ ->defaultSort('timestamp', 'desc');
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/ChatLogRelationManager.php b/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/ChatLogRelationManager.php
new file mode 100644
index 0000000000..5634076acb
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/ChatLogRelationManager.php
@@ -0,0 +1,26 @@
+columns(ChatlogRoomResource::getTable())
+ ->defaultSort('timestamp', 'desc');
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/SettingsRelationManager.php b/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/SettingsRelationManager.php
new file mode 100644
index 0000000000..20bdc26128
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/User/Users/RelationManagers/SettingsRelationManager.php
@@ -0,0 +1,184 @@
+components([
+ Tabs::make('Settings')
+ ->schema([
+ Tab::make(__('filament::resources.tabs.Account Data'))
+ ->schema([
+ TextInput::make('achievement_score')
+ ->label(__('filament::resources.inputs.achievement_score'))
+ ->disabled()
+ ->required(),
+
+ TextInput::make('respects_received')
+ ->label(__('filament::resources.inputs.respects_received'))
+ ->disabled()
+ ->required(),
+
+ Select::make('can_trade')
+ ->native(false)
+ ->label(__('filament::resources.inputs.can_trade'))
+ ->options([
+ '0' => __('filament::resources.common.No'),
+ '1' => __('filament::resources.common.Yes'),
+ ])
+ ->required(),
+
+ Select::make('block_following')
+ ->native(false)
+ ->label(__('filament::resources.inputs.block_following'))
+ ->options([
+ '0' => __('filament::resources.common.No'),
+ '1' => __('filament::resources.common.Yes'),
+ ])
+ ->required(),
+
+ Select::make('block_friendrequests')
+ ->native(false)
+ ->label(__('filament::resources.inputs.block_friendrequests'))
+ ->options([
+ '0' => __('filament::resources.common.No'),
+ '1' => __('filament::resources.common.Yes'),
+ ])
+ ->required(),
+
+ Select::make('block_roominvites')
+ ->native(false)
+ ->label(__('filament::resources.inputs.block_roominvites'))
+ ->options([
+ '0' => __('filament::resources.common.No'),
+ '1' => __('filament::resources.common.Yes'),
+ ])
+ ->required(),
+
+ TextInput::make('max_rooms')
+ ->label(__('filament::resources.inputs.max_rooms'))
+ ->numeric()
+ ->required(),
+
+ TextInput::make('max_friends')
+ ->label(__('filament::resources.inputs.max_friends'))
+ ->numeric()
+ ->required(),
+ ])
+ ->columns(['sm' => 2]),
+
+ Tab::make(__('filament::resources.tabs.Extra Settings'))
+ ->schema([
+ Select::make('old_chat')
+ ->native(false)
+ ->label(__('filament::resources.inputs.old_chat'))
+ ->options([
+ '0' => __('filament::resources.common.No'),
+ '1' => __('filament::resources.common.Yes'),
+ ])
+ ->required(),
+
+ Select::make('block_camera_follow')
+ ->native(false)
+ ->label(__('filament::resources.inputs.block_camera_follow'))
+ ->options([
+ '0' => __('filament::resources.common.No'),
+ '1' => __('filament::resources.common.Yes'),
+ ])
+ ->required(),
+
+ Select::make('ignore_bots')
+ ->native(false)
+ ->label(__('filament::resources.inputs.ignore_bots'))
+ ->options([
+ '0' => __('filament::resources.common.No'),
+ '1' => __('filament::resources.common.Yes'),
+ ])
+ ->required(),
+
+ Select::make('ignore_pets')
+ ->native(false)
+ ->label(__('filament::resources.inputs.ignore_pets'))
+ ->options([
+ '0' => __('filament::resources.common.No'),
+ '1' => __('filament::resources.common.Yes'),
+ ])
+ ->required(),
+ ])->columns(['sm' => 2]),
+ ])->columnSpanFull(),
+ ]);
+ }
+
+ public function table(Table $table): Table
+ {
+ return $table
+ ->columns([
+ TextColumn::make('achievement_score')
+ ->label(__('filament::resources.columns.achievement_score'))
+ ->toggleable(),
+
+ TextColumn::make('respects_received')
+ ->label(__('filament::resources.columns.respects_received'))
+ ->toggleable(),
+
+ TextColumn::make('online_time')
+ ->label(__('filament::resources.columns.online_time'))
+ ->formatStateUsing(fn (string $state) => __(':m minutes', ['m' => round(CarbonInterval::seconds($state)->totalMinutes)]))
+ ->toggleable(),
+
+ IconColumn::make('can_trade')
+ ->label(__('filament::resources.columns.can_trade'))
+ ->icon(fn (string $state) => $state === '1' ? 'heroicon-o-check-circle' : 'heroicon-o-x-circle')
+ ->colors([
+ 'success' => '1',
+ 'danger' => '0',
+ ]),
+
+ IconColumn::make('can_change_name')
+ ->label(__('filament::resources.columns.can_change_name'))
+ ->icon(fn (string $state) => $state === '1' ? 'heroicon-o-check-circle' : 'heroicon-o-x-circle')
+ ->colors([
+ 'success' => '1',
+ 'danger' => '0',
+ ]),
+ ])
+ ->filters([
+ //
+ ])
+ ->headerActions([
+ Action::make('helper')
+ ->label('Settings Tip')
+ ->icon('heroicon-o-exclamation-triangle')
+ ->tooltip('You can only change the offline user settings.')
+ ->extraAttributes(['style' => 'cursor: default !important']),
+ ])
+ ->recordActions([
+ EditAction::make()
+ ->disabled(fn (RelationManager $livewire) => $livewire->getOwnerRecord()->online),
+ ])
+ ->toolbarActions([]);
+ }
+}
diff --git a/Updated_Cms/app/Filament/Resources/User/Users/UserResource.php b/Updated_Cms/app/Filament/Resources/User/Users/UserResource.php
new file mode 100644
index 0000000000..2fe36cc951
--- /dev/null
+++ b/Updated_Cms/app/Filament/Resources/User/Users/UserResource.php
@@ -0,0 +1,298 @@
+components([
+ Tabs::make('Main')
+ ->tabs([
+ Tab::make(__('filament::resources.tabs.General Information'))
+ ->schema([
+ TextInput::make('username')
+ ->label(__('filament::resources.inputs.username'))
+ ->required()
+ ->disabled()
+ ->unique(ignoreRecord: true)
+ ->maxLength(25),
+
+ TextInput::make('motto')
+ ->label(__('filament::resources.inputs.motto'))
+ ->required()
+ ->maxLength(127),
+
+ Select::make('gender')
+ ->native(false)
+ ->label(__('filament::resources.inputs.gender'))
+ ->options([
+ 'M' => __('filament::resources.common.Male'),
+ 'F' => __('filament::resources.common.Female'),
+ ])
+ ->required(),
+
+ DateTimePicker::make('account_created')
+ ->native(false)
+ ->displayFormat('Y-m-d H:i:s')
+ ->dehydrateStateUsing(fn (Model $record) => $record->account_created)
+ ->disabled()
+ ->label(__('filament::resources.inputs.created_at')),
+
+ DateTimePicker::make('last_login')
+ ->native(false)
+ ->displayFormat('Y-m-d H:i:s')
+ ->dehydrateStateUsing(fn (Model $record) => $record->last_login)
+ ->disabled()
+ ->label(__('filament::resources.inputs.last_login')),
+
+ DateTimePicker::make('last_online')
+ ->native(false)
+ ->displayFormat('Y-m-d H:i:s')
+ ->dehydrateStateUsing(fn (Model $record) => $record->last_online)
+ ->disabled()
+ ->label(__('filament::resources.inputs.last_online')),
+
+ TextInput::make('ip_register')
+ ->label(__('filament::resources.inputs.ip_register'))
+ ->disabled(),
+
+ TextInput::make('ip_current')
+ ->label(__('filament::resources.inputs.ip_current'))
+ ->disabled(),
+
+ TextInput::make('referral_code')
+ ->label(__('filament::resources.inputs.referral_code'))
+ ->disabled(),
+
+ TextInput::make('referrer_code')
+ ->label(__('filament::resources.inputs.referrer_code'))
+ ->nullable()
+ ->maxLength(15),
+
+ Select::make('team_id')
+ ->native(false)
+ ->label(__('filament::resources.inputs.team_id'))
+ ->options(WebsiteTeam::all()->pluck('rank_name', 'id'))
+ ->columnSpanFull(),
+ ])->columns(['sm' => 2]),
+
+ Tab::make(__('filament::resources.tabs.Currencies'))
+ ->schema([
+ TextInput::make('credits')
+ ->label(__('filament::resources.common.Credits'))
+ ->numeric()
+ ->minValue(0)
+ ->columnSpanFull(),
+
+ TextInput::make('currency_0')
+ ->label(__('filament::resources.common.Duckets'))
+ ->numeric()
+ ->minValue(0)
+ ->columnSpanFull(),
+
+ TextInput::make('currency_5')
+ ->label(__('filament::resources.common.Diamonds'))
+ ->numeric()
+ ->minValue(0)
+ ->columnSpanFull(),
+
+ TextInput::make('currency_101')
+ ->label(__('filament::resources.common.Points'))
+ ->numeric()
+ ->minValue(0)
+ ->columnSpanFull(),
+ ])
+ ->columns(['sm' => 2]),
+
+ Tab::make(__('filament::resources.tabs.Security'))
+ ->schema([
+ Section::make(__('filament::resources.tabs.Change Username'))
+ ->description(__('filament::resources.helpers.change_username_description'))
+ ->schema([
+ Toggle::make('allow_change_username')
+ ->label(__('filament::resources.inputs.allow_change_username')),
+ ])->collapsible()->collapsed(),
+
+ Section::make(__('filament::resources.tabs.Change Email'))
+ ->schema([
+ TextInput::make('mail')
+ ->label(__('filament::resources.inputs.email'))
+ ->email()
+ ->required(),
+ ])->collapsible()->collapsed(),
+
+ Section::make(__('filament::resources.tabs.Change Password'))
+ ->description(__('filament::resources.helpers.change_password_description'))
+ ->schema([
+ TextInput::make('password')
+ ->label(__('filament::resources.inputs.new_password'))
+ ->dehydrateStateUsing(fn ($state) => Hash::make($state))
+ ->dehydrated(fn ($state) => filled($state))
+ ->password()
+ ->confirmed(),
+
+ TextInput::make('password_confirmation')
+ ->label(__('filament::resources.inputs.new_password_confirmation'))
+ ->dehydrated(false)
+ ->password(),
+ ])->collapsible()
+ ->columns(['sm' => 2])
+ ->collapsed(),
+
+ Section::make(__('filament::resources.tabs.Change Rank'))
+ ->schema([
+ Select::make('rank')
+ ->native(false)
+ ->label(__('filament::resources.inputs.rank'))
+ ->options(Permission::where('id', '<', auth()->user()->rank)->get()->pluck('rank_name', 'id')),
+
+ Toggle::make('is_hidden')
+ ->label(__('filament::resources.inputs.is_hidden'))
+ ->default(false),
+ ])->collapsible()
+ ->collapsed(),
+ ]),
+ ])->columnSpanFull(),
+ ]);
+ }
+
+ #[\Override]
+ public static function getEloquentQuery(): Builder
+ {
+ return static::getModel()::query();
+ }
+
+ #[\Override]
+ public static function table(Table $table): Table
+ {
+ return $table
+ ->defaultSort('id', 'desc')
+ ->columns([
+ TextColumn::make('id')
+ ->label(__('filament::resources.columns.id'))
+ ->searchable(),
+
+ UserAvatarColumn::make('avatar')
+ ->toggleable()
+ ->label(__('filament::resources.columns.avatar'))
+ ->options('&size=m&head_direction=3&gesture=sml&headonly=1'),
+
+ TextColumn::make('username')
+ ->label(__('filament::resources.columns.username'))
+ ->searchable(),
+
+ TextColumn::make('mail')
+ ->label(__('filament::resources.columns.email'))
+ ->toggleable()
+ ->searchable()
+ ->limit(50),
+
+ TextColumn::make('motto')
+ ->label(__('filament::resources.columns.motto'))
+ ->toggleable()
+ ->limit(30)
+ ->searchable(),
+
+ IconColumn::make('online')
+ ->label(__('filament::resources.columns.online'))
+ ->icon(fn (Model $record) => $record->online ? 'heroicon-o-check-circle' : 'heroicon-o-x-circle')
+ ->colors([
+ 'danger' => false,
+ 'success' => true,
+ ]),
+
+ TextColumn::make('account_created')
+ ->toggleable()
+ ->date('Y-m-d H:i')
+ ->label(__('filament::resources.columns.created_at')),
+ ])
+ ->filters([
+ //
+ ])
+ ->recordActions([
+ ViewAction::make(),
+ EditAction::make(),
+ ])
+ ->toolbarActions([]);
+ }
+
+ #[\Override]
+ public static function getRelations(): array
+ {
+ return [
+ SettingsRelationManager::class,
+ BadgesRelationManager::class,
+ ChatLogRelationManager::class,
+ ChatLogPrivateRelationManager::class,
+ ];
+ }
+
+ public static function fillWithOutsideData(Model $record, array $formData): array
+ {
+ $formData['currency_0'] = $record->currency('duckets');
+ $formData['currency_5'] = $record->currency('diamonds');
+ $formData['currency_101'] = $record->currency('points');
+
+ if ($record->settings) {
+ $formData['allow_change_username'] = $record->settings->can_change_name;
+ }
+
+ return $formData;
+ }
+
+ public static function getPages(): array
+ {
+ return [
+ 'index' => ListUsers::route('/'),
+ 'create' => CreateUser::route('/create'),
+ 'view' => ViewUser::route('/{record}'),
+ 'edit' => EditUser::route('/{record}/edit'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Filament/Tables/Columns/HabboBadgeColumn.php b/Updated_Cms/app/Filament/Tables/Columns/HabboBadgeColumn.php
new file mode 100644
index 0000000000..15f15064a3
--- /dev/null
+++ b/Updated_Cms/app/Filament/Tables/Columns/HabboBadgeColumn.php
@@ -0,0 +1,33 @@
+getRecord();
+
+ if (! method_exists($record, 'getBadgePath')) {
+ return '';
+ }
+
+ return $record->getBadgePath();
+ }
+
+ public function getBadgeName(): string
+ {
+ $record = $this->getRecord();
+
+ if (! method_exists($record, 'getBadgeName')) {
+ return '';
+ }
+
+ return $record->getBadgeName();
+ }
+}
diff --git a/Updated_Cms/app/Filament/Tables/Columns/UserAvatarColumn.php b/Updated_Cms/app/Filament/Tables/Columns/UserAvatarColumn.php
new file mode 100644
index 0000000000..af8fdd731e
--- /dev/null
+++ b/Updated_Cms/app/Filament/Tables/Columns/UserAvatarColumn.php
@@ -0,0 +1,47 @@
+getRecord();
+ $figureImagerUrl = setting('avatar_imager');
+
+ if ($figureImagerUrl === '' || $figureImagerUrl === '0') {
+ return '';
+ }
+
+ $figure = $this->figurePointer
+ ? data_get($record, $this->figurePointer)
+ : $record->look;
+
+ return "{$figureImagerUrl}{$figure}{$this->avatarOptions}";
+ }
+
+ public function options(string $avatarOptions): UserAvatarColumn
+ {
+ $this->avatarOptions = $avatarOptions;
+
+ return $this;
+ }
+
+ /**
+ * Used to reference the user's figure string through relationships in a Laravel model. By default it will take the look property of the main class.
+ */
+ public function pointer(string $figurePointer): UserAvatarColumn
+ {
+ $this->figurePointer = $figurePointer;
+
+ return $this;
+ }
+}
diff --git a/Updated_Cms/app/Filament/Traits/TranslatableResource.php b/Updated_Cms/app/Filament/Traits/TranslatableResource.php
new file mode 100644
index 0000000000..8d6399702e
--- /dev/null
+++ b/Updated_Cms/app/Filament/Traits/TranslatableResource.php
@@ -0,0 +1,39 @@
+between(
+ start: now()->startOfMonth(),
+ end: now()->endOfMonth(),
+ )
+ ->perDay()
+ ->count();
+
+ $label = __('filament::resources.stats.articles_chart.label');
+
+ return [
+ 'datasets' => [
+ [
+ 'label' => $label,
+ 'data' => $data->map(fn (TrendValue $value) => $value->aggregate),
+ ],
+ ],
+ 'labels' => $data->map(fn (TrendValue $value) => $value->date),
+ ];
+ }
+
+ protected function getType(): string
+ {
+ return 'line';
+ }
+}
diff --git a/Updated_Cms/app/Filament/Widgets/TopDashboardOverview.php b/Updated_Cms/app/Filament/Widgets/TopDashboardOverview.php
new file mode 100644
index 0000000000..d99588799e
--- /dev/null
+++ b/Updated_Cms/app/Filament/Widgets/TopDashboardOverview.php
@@ -0,0 +1,54 @@
+getLocale()))
+ ->description(__('filament::resources.stats.users_count.description'))
+ ->chart([20, 20])
+ ->descriptionIcon('heroicon-m-user-group', IconPosition::Before)
+ ->color('success'),
+
+ Stat::make(__('filament::resources.stats.furniture_count.title'), Number::format(ItemDefinition::count(), '0', '1', app()->getLocale()))
+ ->description(__('filament::resources.stats.furniture_count.description'))
+ ->descriptionIcon('heroicon-m-cube', IconPosition::Before)
+ ->chart([20, 20])
+ ->color('success'),
+
+ Stat::make(__('filament::resources.stats.rooms_count.title'), Number::format(Room::count(), '0', '1', app()->getLocale()))
+ ->description(__('filament::resources.stats.rooms_count.description'))
+ ->descriptionIcon('heroicon-m-building-storefront', IconPosition::Before)
+ ->chart([20, 20])
+ ->color('success'),
+
+ Stat::make(__('filament::resources.stats.photos_count.title'), Number::format(CameraWeb::count(), '0', '1', app()->getLocale()))
+ ->description(__('filament::resources.stats.photos_count.description'))
+ ->descriptionIcon('heroicon-m-camera', IconPosition::Before)
+ ->chart([20, 20])
+ ->color('success'),
+
+ Stat::make(__('filament::resources.stats.badge_count.title'), Number::format(WebsiteBadge::count(), '0', '1', app()->getLocale()))
+ ->description(__('filament::resources.stats.badge_count.description'))
+ ->descriptionIcon('heroicon-m-gif', IconPosition::Before)
+ ->chart([20, 20])
+ ->color('success'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Helpers/helper.php b/Updated_Cms/app/Helpers/helper.php
new file mode 100644
index 0000000000..19eafa0662
--- /dev/null
+++ b/Updated_Cms/app/Helpers/helper.php
@@ -0,0 +1,76 @@
+getOrDefault($setting);
+ }
+}
+
+if (! function_exists('hasPermission')) {
+ function hasPermission(string $permission): string
+ {
+ return app(PermissionsService::class)->getOrDefault($permission);
+ }
+}
+
+if (! function_exists('hasHousekeepingPermission')) {
+ function hasHousekeepingPermission(string $permission): string
+ {
+ return app(HousekeepingPermissionsService::class)->getOrDefault($permission);
+ }
+}
+
+if (! function_exists('strLimit')) {
+ function strLimit(string $string, int $limit, string $replacement = '...'): string
+ {
+ return Str::limit($string, $limit, $replacement);
+ }
+}
+
+if (! function_exists('findMigration')) {
+ function findMigration(string $tableName): string
+ {
+ foreach (glob(database_path('migrations/*.php')) as $filename) {
+ $content = file_get_contents($filename);
+ if ($content !== false && str_contains($content, "Schema::create('$tableName'")) {
+ return basename($filename);
+ }
+ }
+ return '';
+ }
+}
+
+if (! function_exists('columnExists')) {
+ function columnExists(string $table, string $column): bool
+ {
+ return Schema::hasColumn($table, $column);
+ }
+}
+
+if (! function_exists('dropForeignKeyIfExists')) {
+ function dropForeignKeyIfExists(string $table, string $column): void
+ {
+ $connection = Schema::getConnection();
+ $tableWithPrefix = $connection->getTablePrefix() . $table;
+
+ $foreignKeys = collect($connection->select('SELECT CONSTRAINT_NAME
+ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE
+ WHERE TABLE_SCHEMA = DATABASE()
+ AND TABLE_NAME = ?
+ AND COLUMN_NAME = ?', [$tableWithPrefix, $column]))
+ ->pluck('CONSTRAINT_NAME');
+
+ foreach ($foreignKeys as $foreignKey) {
+ if (! empty($foreignKey)) {
+ $connection->statement("ALTER TABLE {$table} DROP FOREIGN KEY {$foreignKey}");
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Updated_Cms/app/Http/Controllers/Api/HotelApiController.php b/Updated_Cms/app/Http/Controllers/Api/HotelApiController.php
new file mode 100644
index 0000000000..ef7b3efbdc
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Api/HotelApiController.php
@@ -0,0 +1,29 @@
+userApiService->fetchUser($username, $columns));
+ }
+
+ public function onlineUsers($columns = ['username', 'motto', 'look'], bool $randomOrder = true): OnlineUsersResource
+ {
+ return new OnlineUsersResource($this->userApiService->onlineUsers($columns, $randomOrder));
+ }
+
+ public function onlineUserCount(): OnlineUserCountResource
+ {
+ return new OnlineUserCountResource($this->userApiService->onlineUserCount());
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Articles/ArticleController.php b/Updated_Cms/app/Http/Controllers/Articles/ArticleController.php
new file mode 100644
index 0000000000..00656d2d7c
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Articles/ArticleController.php
@@ -0,0 +1,46 @@
+articlesService->getArticles(true);
+
+ return view('community.articles', [
+ 'articles' => $articles,
+ ]);
+ }
+
+ public function show(WebsiteArticle $article): View
+ {
+ return view('community.article', [
+ 'article' => $article,
+ 'otherArticles' => WebsiteArticle::whereNot('slug', $article->slug)->latest('id')->take(15)->get(),
+ 'myReactions' => Auth::check() ? $article->reactions->where('user_id', Auth::id())->pluck('reaction') : [],
+ 'articleReactions' => collect($article->reactions)->groupBy('reaction', true),
+ ]);
+ }
+
+ public function toggleReaction(WebsiteArticle $article, Request $request): JsonResponse
+ {
+ $response = $this->reactionService->toggleReaction($article, Auth::user(), $request);
+
+ return response()->json($response);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Articles/WebsiteArticleCommentsController.php b/Updated_Cms/app/Http/Controllers/Articles/WebsiteArticleCommentsController.php
new file mode 100644
index 0000000000..7971297ada
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Articles/WebsiteArticleCommentsController.php
@@ -0,0 +1,29 @@
+commentService->store($request->get('comment'), $article);
+
+ return back()->with('success', __('You comment has been posted!'));
+ }
+
+ public function destroy(WebsiteArticleComment $comment): RedirectResponse
+ {
+ $this->commentService->destroy($comment);
+
+ return back()->with('success', __('You comment has been deleted!'));
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Badge/BadgeController.php b/Updated_Cms/app/Http/Controllers/Badge/BadgeController.php
new file mode 100644
index 0000000000..c6f8920a77
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Badge/BadgeController.php
@@ -0,0 +1,124 @@
+getOrDefault('drawbadge_currency_value', 150);
+ $currencyType = $settingsService->getOrDefault('drawbadge_currency_type', 'credits');
+ $badgesPath = $settingsService->getOrDefault('badge_path_filesystem');
+
+ $folderError = false;
+ $errorMessage = '';
+
+ if ($badgesPath === '' || $badgesPath === '0') {
+ $folderError = true;
+ $errorMessage = 'Badges path not configured.';
+ } elseif (! file_exists($badgesPath)) {
+ $folderError = true;
+ $errorMessage = 'Badges path not configured.';
+ } elseif (! is_writable($badgesPath)) {
+ $folderError = true;
+ $errorMessage = 'Badges folder does not have write access.';
+ }
+
+ return view('draw-badge', ['cost' => $cost, 'currencyType' => $currencyType, 'folderError' => $folderError, 'errorMessage' => $errorMessage]);
+ }
+
+ public function buy(Request $request, SendCurrency $sendCurrency, SettingsService $settingsService)
+ {
+ $user = Auth::user();
+ $cost = (int) $settingsService->getOrDefault('drawbadge_currency_value', 150);
+ $currencyType = $settingsService->getOrDefault('drawbadge_currency_type', 'credits');
+
+ $currentAmount = match ($currencyType) {
+ 'credits' => $user->credits ?? 0,
+ 'duckets' => $user->currencies()->where('type', CurrencyTypes::Duckets)->value('amount') ?? 0,
+ 'diamonds' => $user->currencies()->where('type', CurrencyTypes::Diamonds)->value('amount') ?? 0,
+ 'points' => $user->currencies()->where('type', CurrencyTypes::Points)->value('amount') ?? 0,
+ default => 0,
+ };
+
+ if ($currentAmount < $cost) {
+ return response()->json(['success' => false, 'message' => 'Insufficient ' . $currencyType . '.'], 400);
+ }
+
+ $result = $sendCurrency->execute($user, $currencyType, -$cost);
+
+ if ($result === false) {
+ return response()->json(['success' => false, 'message' => 'Failed to deduct ' . $currencyType . '.'], 500);
+ }
+
+ $badgeData = $request->input('badge_data');
+ if (! $badgeData) {
+ return response()->json(['success' => false, 'message' => 'No badge data provided.'], 400);
+ }
+
+ $badgeData = preg_replace('#^data:image/\w+;base64,#i', '', (string) $badgeData);
+ $decoded = base64_decode((string) $badgeData, true);
+
+ if ($decoded === false) {
+ return response()->json(['success' => false, 'message' => 'Invalid base64 data.'], 400);
+ }
+
+ $info = @getimagesizefromstring($decoded);
+ if (
+ $info === false ||
+ $info['mime'] !== 'image/gif' ||
+ $info[0] !== self::BADGE_WIDTH ||
+ $info[1] !== self::BADGE_HEIGHT
+ ) {
+ return response()->json(['success' => false, 'message' => 'Invalid GIF image or incorrect dimensions.'], 400);
+ }
+
+ if (strlen($decoded) > self::MAX_BADGE_SIZE_BYTES) {
+ return response()->json(['success' => false, 'message' => 'Image file too large.'], 400);
+ }
+
+ $image = @imagecreatefromstring($decoded);
+ if ($image === false) {
+ return response()->json(['success' => false, 'message' => 'Failed to process image.'], 400);
+ }
+
+ $badgesPath = $settingsService->getOrDefault('badge_path_filesystem');
+ if ($badgesPath === '' || $badgesPath === '0') {
+ return response()->json(['success' => false, 'message' => 'Badges path not configured.'], 500);
+ }
+
+ $filename = $user->id . '_' . time() . '.gif';
+ $fullPath = rtrim($badgesPath, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR . $filename;
+
+ if (! imagegif($image, $fullPath)) {
+ return response()->json(['success' => false, 'message' => 'Failed to save badge file.'], 500);
+ }
+
+ $baseUrl = $settingsService->getOrDefault('badges_path', '/badges/');
+ $badgeUrl = rtrim($baseUrl, '/') . '/' . $filename;
+
+ WebsiteDrawBadge::create([
+ 'user_id' => $user->id,
+ 'badge_path' => $fullPath,
+ 'badge_url' => $badgeUrl,
+ 'badge_name' => $request->input('badge_name'),
+ 'badge_desc' => $request->input('badge_description'),
+ ]);
+
+ return response()->json(['success' => true, 'badge_path_filesystem' => $fullPath]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Client/FlashController.php b/Updated_Cms/app/Http/Controllers/Client/FlashController.php
new file mode 100644
index 0000000000..da15c4e6b8
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Client/FlashController.php
@@ -0,0 +1,21 @@
+update([
+ 'ip_current' => request()->ip(),
+ ]);
+
+ return view('client.flash', [
+ 'sso' => Auth::user()->ssoTicket(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Client/NitroController.php b/Updated_Cms/app/Http/Controllers/Client/NitroController.php
new file mode 100644
index 0000000000..8734b01169
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Client/NitroController.php
@@ -0,0 +1,21 @@
+update([
+ 'ip_current' => request()->ip(),
+ ]);
+
+ return view('client.nitro', [
+ 'sso' => Auth::user()->ssoTicket(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Community/LeaderboardController.php b/Updated_Cms/app/Http/Controllers/Community/LeaderboardController.php
new file mode 100644
index 0000000000..6cbee37b15
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Community/LeaderboardController.php
@@ -0,0 +1,56 @@
+staffIds = $this->staffService->fetchEmployeeIds();
+ }
+
+ public function __invoke(): View
+ {
+ $topCredits = User::query()
+ ->whereNotIn('id', $this->staffIds)
+ ->orderByDesc('credits')
+ ->take(9)
+ ->get();
+
+ $getUserCurrency = fn ($type) => UserCurrency::query()
+ ->whereNotIn('user_id', $this->staffIds)
+ ->where('type', $type)
+ ->orderByDesc('amount')
+ ->take(9)
+ ->with('user:id,username,look')
+ ->get();
+
+ return view('leaderboard', [
+ 'credits' => $topCredits,
+ 'duckets' => $getUserCurrency(0),
+ 'diamonds' => $getUserCurrency(5),
+ 'mostOnline' => $this->retrieveSettings('online_time'),
+ 'respectsReceived' => $this->retrieveSettings('respects_received'),
+ 'achievementScores' => $this->retrieveSettings('achievement_score'),
+ ]);
+ }
+
+ private function retrieveSettings($column)
+ {
+ return UserSetting::select('user_id', $column)
+ ->whereNotIn('user_id', $this->staffIds)
+ ->orderByDesc($column)
+ ->take(9)
+ ->with('user:id,username,look')
+ ->get();
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Community/PhotosController.php b/Updated_Cms/app/Http/Controllers/Community/PhotosController.php
new file mode 100644
index 0000000000..a822ce4b13
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Community/PhotosController.php
@@ -0,0 +1,19 @@
+ $this->cameraService->fetchPhotos(true),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Community/RoomController.php b/Updated_Cms/app/Http/Controllers/Community/RoomController.php
new file mode 100644
index 0000000000..f9b10555b9
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Community/RoomController.php
@@ -0,0 +1,17 @@
+ $room->load('owner:id,username,look'),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Community/Staff/StaffApplicationsController.php b/Updated_Cms/app/Http/Controllers/Community/Staff/StaffApplicationsController.php
new file mode 100644
index 0000000000..b0df3752ab
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Community/Staff/StaffApplicationsController.php
@@ -0,0 +1,47 @@
+ $this->staffApplicationService->fetchOpenPositions(),
+ ]);
+ }
+
+ public function show(WebsiteOpenPosition $position)
+ {
+ return view('community.staff-applications-apply', [
+ 'position' => $position->load('permission'),
+ ]);
+ }
+
+ public function store(WebsiteOpenPosition $position, StaffApplicationFormRequest $request): RedirectResponse
+ {
+ if ($this->staffApplicationService->hasUserAppliedForPosition($request->user(), $position->permission->id)) {
+ return back()->withErrors([
+ 'message' => __('You have already applied for this position.'),
+ ]);
+ }
+
+ if (! $this->staffApplicationService->isPositionOpenForApplication($position)) {
+ return back()->withErrors([
+ 'message' => __('You cannot apply for this position.'),
+ ]);
+ }
+
+ $this->staffApplicationService->storeApplication($request->user(), $position->permission->id, $request->input('content'));
+
+ return to_route('staff-applications.index')->with('success', __('Your application has been submitted!'));
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Community/Staff/StaffController.php b/Updated_Cms/app/Http/Controllers/Community/Staff/StaffController.php
new file mode 100644
index 0000000000..9baf1226a9
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Community/Staff/StaffController.php
@@ -0,0 +1,21 @@
+staffService->fetchStaffPositions();
+
+ return view('community.staff', [
+ 'employees' => $employees,
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Community/Staff/WebsiteTeamsController.php b/Updated_Cms/app/Http/Controllers/Community/Staff/WebsiteTeamsController.php
new file mode 100644
index 0000000000..be45eb1664
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Community/Staff/WebsiteTeamsController.php
@@ -0,0 +1,21 @@
+teamService->fetchTeams();
+
+ return view('community.teams', [
+ 'employees' => $employees,
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Community/WebsiteRareValuesController.php b/Updated_Cms/app/Http/Controllers/Community/WebsiteRareValuesController.php
new file mode 100644
index 0000000000..1ab1cc2a2c
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Community/WebsiteRareValuesController.php
@@ -0,0 +1,81 @@
+ $this->valueCategoriesService->fetchCategoriesByPriority(),
+ 'categoriesNav' => $this->valueCategoriesService->fetchAllCategories(),
+ ]);
+ }
+
+ public function category(int $id): View|RedirectResponse
+ {
+ $category = $this->valueCategoriesService->fetchCategoryById($id);
+
+ if (! $category instanceof \App\Models\Community\RareValue\WebsiteRareValueCategory) {
+ return back()->withErrors([
+ 'message' => __('The entered category does not exist'),
+ ]);
+ }
+
+ return view('rare-values', [
+ 'categories' => $category,
+ 'categoriesNav' => $this->valueCategoriesService->fetchAllCategories(),
+ ]);
+ }
+
+ public function search(RareSearchFormRequest $request): View|RedirectResponse
+ {
+ $searchTerm = $request->input('search');
+
+ $categories = $this->valueCategoriesService->searchCategories($searchTerm);
+
+ if ($categories->isEmpty()) {
+ return back()->withErrors([
+ 'message' => __('It seems like there were no rares matching your search input'),
+ ]);
+ }
+
+ return view('rare-values', [
+ 'categories' => $categories,
+ 'categoriesNav' => WebsiteRareValueCategory::has('furniture')->get(),
+ ]);
+ }
+
+ public function value(WebsiteRareValue $value): View
+ {
+ $items = Item::with(['user:id,username,look'])
+ ->where('item_id', $value->item_id)
+ ->get();
+
+ $itemsPerUser = $items->groupBy('user_id')->map(fn ($group) => [
+ 'user' => $group->first()->user,
+ 'item_count' => $group->count(),
+ ]);
+
+ if ((bool) setting('enable_caching')) {
+ Cache::remember('allItems_' . $value->id, setting('cache_timer'), fn () => $items);
+ }
+
+ return view('value', [
+ 'value' => $value,
+ 'items' => $itemsPerUser,
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Controller.php b/Updated_Cms/app/Http/Controllers/Controller.php
new file mode 100644
index 0000000000..77ec359ab4
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Controller.php
@@ -0,0 +1,12 @@
+ WebsiteHelpCenterCategory::orderBy('position')->get(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Help/TicketController.php b/Updated_Cms/app/Http/Controllers/Help/TicketController.php
new file mode 100644
index 0000000000..8ce4e54152
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Help/TicketController.php
@@ -0,0 +1,120 @@
+with([
+ 'message' => __('You cannot access this page'),
+ ]);
+ }
+
+ return view('help-center.tickets.index', [
+ 'tickets' => WebsiteHelpCenterTicket::orderBy('open')->with('user:id,username')->paginate(15),
+ ]);
+ }
+
+ public function create()
+ {
+ return view('help-center.tickets.create', [
+ 'categories' => WebsiteHelpCenterCategory::get(),
+ 'openTickets' => WebsiteHelpCenterTicket::where('open', true)->where('user_id', Auth::id())->get(),
+ ]);
+ }
+
+ public function store(WebsiteTicketFormRequest $request)
+ {
+ Auth::user()->tickets()->create($request->validated());
+
+ return back()->with('success', __('Ticket submitted!'));
+ }
+
+ public function edit(WebsiteHelpCenterTicket $ticket)
+ {
+ if (! $ticket->canManageTicket()) {
+ return back()->with([
+ 'message' => __('You cannot manage others tickets.'),
+ ]);
+ }
+
+ $ticket->load([
+ 'user:id,username,look',
+ 'category',
+ 'replies.user:id,username,look',
+ ]);
+
+ return view('help-center.tickets.edit', [
+ 'ticket' => $ticket,
+ 'categories' => WebsiteHelpCenterCategory::get(),
+ 'openTickets' => WebsiteHelpCenterTicket::where('open', true)->where('id', '!=', $ticket->id)->where('user_id', Auth::id())->get(),
+ ]);
+ }
+
+ public function update(WebsiteHelpCenterTicket $ticket, WebsiteTicketFormRequest $request)
+ {
+ if (! $ticket->canManageTicket()) {
+ return back()->with([
+ 'message' => __('You cannot manage others tickets.'),
+ ]);
+ }
+
+ $ticket->update($request->validated());
+
+ return to_route('help-center.ticket.show', $ticket)->with('success', __('Ticket updated!'));
+ }
+
+ public function show(WebsiteHelpCenterTicket $ticket)
+ {
+ if (! $ticket->canManageTicket()) {
+ return back()->with([
+ 'message' => __('You cannot view others tickets.'),
+ ]);
+ }
+
+ $ticket->load([
+ 'user:id,username,look',
+ 'category',
+ 'replies.user:id,username,look',
+ ]);
+
+ return view('help-center.tickets.show', [
+ 'ticket' => $ticket,
+ 'openTickets' => WebsiteHelpCenterTicket::where('open', true)->where('id', '!=', $ticket->id)->where('user_id', Auth::id())->get(),
+ ]);
+ }
+
+ public function destroy(WebsiteHelpCenterTicket $ticket)
+ {
+ if (! $ticket->canDeleteTicket()) {
+ return back()->with([
+ 'message' => __('You cannot delete others tickets.'),
+ ]);
+ }
+
+ $ticket->delete();
+
+ return to_route('me.show')->with('success', __('The ticket has been deleted!'));
+ }
+
+ public function toggleTicketStatus(WebsiteHelpCenterTicket $ticket)
+ {
+ if (! $ticket->canManageTicket()) {
+ return back()->with([
+ 'message' => __('You manage others tickets.'),
+ ]);
+ }
+
+ $ticket->open ? $ticket->update(['open' => false]) : $ticket->update(['open' => true]);
+
+ return back()->with('success', __('The ticket status has been changed!'));
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Help/TicketReplyController.php b/Updated_Cms/app/Http/Controllers/Help/TicketReplyController.php
new file mode 100644
index 0000000000..ffcfab4b39
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Help/TicketReplyController.php
@@ -0,0 +1,47 @@
+isOpen()) {
+ return back()->with([
+ 'message' => __('You cannot reply to the ticket as it has been closed.'),
+ ]);
+ }
+
+ if (! $ticket->canManageTicket()) {
+ return back()->with([
+ 'message' => __('You cannot reply to others tickets.'),
+ ]);
+ }
+
+ $data = $request->validated();
+ $ticket->replies()->create([
+ 'user_id' => $request->user()->id,
+ 'content' => $data['content'],
+ ]);
+
+ return back()->with('success', __('The reply has been submitted!'));
+ }
+
+ public function destroy(WebsiteHelpCenterTicketReply $reply)
+ {
+ if (! $reply->canDeleteReply()) {
+ return back()->with([
+ 'message' => __('You do not have permission to delete this reply.'),
+ ]);
+ }
+
+ $reply->delete();
+
+ return back()->with('success', __('The reply has been deleted!'));
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Help/WebsiteRulesController.php b/Updated_Cms/app/Http/Controllers/Help/WebsiteRulesController.php
new file mode 100644
index 0000000000..ca5ce1f1a6
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Help/WebsiteRulesController.php
@@ -0,0 +1,17 @@
+ WebsiteRuleCategory::with('rules')->get(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Miscellaneous/HomeController.php b/Updated_Cms/app/Http/Controllers/Miscellaneous/HomeController.php
new file mode 100644
index 0000000000..ec22a340ad
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Miscellaneous/HomeController.php
@@ -0,0 +1,27 @@
+ WebsiteArticle::latest('id')
+ ->take(4)
+ ->has('user')
+ ->with('user:id,username,look')
+ ->get(),
+ 'photos' => CameraWeb::latest('id')
+ ->take(4)
+ ->where('visible', true)
+ ->with('user:id,username,look')
+ ->get(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Miscellaneous/InstallationController.php b/Updated_Cms/app/Http/Controllers/Miscellaneous/InstallationController.php
new file mode 100644
index 0000000000..805be24630
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Miscellaneous/InstallationController.php
@@ -0,0 +1,119 @@
+validate([
+ 'installation_key' => ['required', 'string', 'max:255', new ValidateInstallationKeyRule],
+ ]);
+
+ WebsiteInstallation::first()->update([
+ 'step' => 1,
+ 'user_ip' => $request->ip(),
+ ]);
+
+ return to_route('installation.show-step', 1);
+ }
+
+ public function showStep($currentStep)
+ {
+ $settings = $this->getSettingsForStep((int) $currentStep);
+
+ return view('installation.step-' . $currentStep, [
+ 'settings' => $settings,
+ ]);
+ }
+
+ public function saveStepSettings(Request $request)
+ {
+ $this->updateSettings($request);
+
+ WebsiteInstallation::increment('step');
+
+ return to_route('installation.show-step', WebsiteInstallation::first()->step);
+ }
+
+ public function previousStep()
+ {
+ WebsiteInstallation::decrement('step');
+
+ return to_route('installation.show-step', WebsiteInstallation::first()->step);
+ }
+
+ public function restartInstallation()
+ {
+ WebsiteInstallation::first()->update([
+ 'step' => 0,
+ 'installation_key' => Str::uuid(),
+ 'user_ip' => null,
+ ]);
+
+ WebsiteSetting::where('key', 'theme')->update([
+ 'value' => 'atom',
+ ]);
+
+ return to_route('installation.index');
+ }
+
+ public function completeInstallation()
+ {
+ WebsiteInstallation::latest()->first()->update([
+ 'completed' => true,
+ ]);
+
+ if (Cache::has('website_permissions')) {
+ Cache::forget('website_permissions');
+ }
+
+ if (Cache::has('website_settings')) {
+ Cache::forget('website_settings');
+ }
+
+ return to_route('welcome');
+ }
+
+ private function updateSettings(Request $request)
+ {
+ foreach ($request->except('_token') as $key => $value) {
+ WebsiteSetting::where('key', '=', $key)->update([
+ 'value' => $value ?? '',
+ ]);
+ }
+ }
+
+ private function getSettingsForStep(int $step)
+ {
+ $settingsData = array_chunk(WebsiteSetting::all()->pluck('key')->toArray(), ceil(WebsiteSetting::count() / 4));
+
+ $settings = match ($step) {
+ 1 => $settingsData[0] ?? [],
+ 2 => $settingsData[1] ?? [],
+ 3 => $settingsData[2] ?? [],
+ 4 => $settingsData[3] ?? [],
+ 5 => [], // Completion step has no settings
+ default => throw new Exception('Step does not exist'),
+ };
+
+ return WebsiteSetting::query()
+ ->whereIn('key', $settings)
+ ->select(['key', 'value', 'comment'])
+ ->get();
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Miscellaneous/LocaleController.php b/Updated_Cms/app/Http/Controllers/Miscellaneous/LocaleController.php
new file mode 100644
index 0000000000..9cc627594b
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Miscellaneous/LocaleController.php
@@ -0,0 +1,24 @@
+exists()) {
+ return back()->withErrors(['message' => __('The language selected is not supported')]);
+ }
+
+ App::setLocale($locale);
+ Session::put('locale', $locale);
+
+ return back();
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Miscellaneous/LogoGeneratorController.php b/Updated_Cms/app/Http/Controllers/Miscellaneous/LogoGeneratorController.php
new file mode 100644
index 0000000000..c6e0cc3151
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Miscellaneous/LogoGeneratorController.php
@@ -0,0 +1,40 @@
+with([
+ 'message' => __('You do not have permission to do this.'),
+ ]);
+ }
+
+ return view('logo-generator');
+ }
+
+ public function store(Request $request)
+ {
+ $request->validate(['logo' => ['required', 'image']]);
+ $file = $request->file('logo');
+ $filename = $file->getClientOriginalName();
+ $path = '/assets/images/generated-logos';
+
+ $file->move(public_path($path), $filename);
+
+ $setting = WebsiteSetting::where('key', 'cms_logo')->first();
+
+ $setting->update([
+ 'value' => sprintf('%s/%s', $path, $filename),
+ ]);
+
+ return response()->json(['success' => true, 'message' => 'Logo updated!']);
+
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Miscellaneous/MaintenanceController.php b/Updated_Cms/app/Http/Controllers/Miscellaneous/MaintenanceController.php
new file mode 100644
index 0000000000..a725765ade
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Miscellaneous/MaintenanceController.php
@@ -0,0 +1,17 @@
+ WebsiteMaintenanceTask::with('user:id,username,look')->simplePaginate(5),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Shop/PaypalController.php b/Updated_Cms/app/Http/Controllers/Shop/PaypalController.php
new file mode 100644
index 0000000000..85ab50ae07
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Shop/PaypalController.php
@@ -0,0 +1,145 @@
+provider = new PayPalClient;
+ $this->provider->setApiCredentials(config('habbo.paypal'));
+ $this->provider->getAccessToken();
+ }
+
+ public function process(AccountTopupFormRequest $request): Response|RedirectResponse
+ {
+ $amount = $request->integer('amount');
+ $orderData = [
+ 'intent' => 'CAPTURE',
+ 'application_context' => [
+ 'return_url' => route('paypal.successful-transaction'),
+ 'cancel_url' => route('paypal.cancelled-transaction'),
+ 'brand_name' => setting('hotel_name'),
+ 'landing_page' => 'BILLING',
+ 'shipping_preference' => 'NO_SHIPPING',
+ 'user_action' => 'CONTINUE',
+ ],
+ 'purchase_units' => [
+ 0 => [
+ 'amount' => [
+ 'currency_code' => config('habbo.paypal.currency'),
+ 'value' => (string) $amount,
+ ],
+ ],
+ ],
+ ];
+
+ $response = $this->provider->createOrder($orderData);
+
+ if (isset($response['id']) === false) {
+ Log::error('Error creating order', ['response' => $response]);
+
+ return to_route('shop.index')->withErrors(
+ ['message' => $response['message'] ?? __('Something went wrong')],
+ );
+ }
+
+ foreach ($response['links'] as $links) {
+ if ($links['rel'] === 'approve') {
+ $request->user()->transactions()->create([
+ 'transaction_id' => $response['id'],
+ 'amount' => 0,
+ ]);
+
+ return redirect()->away($links['href']);
+ }
+ }
+
+ return to_route('shop.index')->withErrors(
+ ['message' => $response['message'] ?? __('Something went wrong')],
+ );
+ }
+
+ public function successful(Request $request): Response
+ {
+ $request->validate([
+ 'token' => ['required'],
+ ]);
+
+ $user = $request->user();
+
+ $transaction = $user->transactions()->where('transaction_id', $request['token'])->first();
+ if ($transaction === null) {
+ return to_route('shop.index')->withErrors(['message' => __('Something went wrong, please try again later')]);
+ }
+
+ $response = $this->provider->capturePaymentOrder($request['token']);
+ $paymentDetails = $response['purchase_units'][0]['payments']['captures'][0];
+
+ if (! isset($response['status'], $paymentDetails)) {
+ Log::error('Invalid response from PayPal', ['response' => $response]);
+
+ return to_route('shop.index')->withErrors(['message' => __('Something went wrong, please try again later')]);
+ }
+
+ if (($response['status'] ?? null) === null) {
+ $details = $response['error']['details'][0];
+ $transaction->update([
+ 'status' => $response['name'],
+ 'description' => sprintf('%s - %s', $details['issue'], $details['description']),
+ 'amount' => 0,
+ ]);
+
+ return to_route('shop.index')->withErrors(['message' => __('Something went wrong, please check your paypal account to make sure nothing was deducted and try again')]);
+ }
+
+ $paymentDetails = $response['purchase_units'][0]['payments']['captures'][0];
+
+ $transaction->update([
+ 'status' => $paymentDetails['status'],
+ 'amount' => $paymentDetails['amount']['value'],
+ 'currency' => $paymentDetails['amount']['currency_code'],
+ ]);
+
+ if ($response['status'] !== self::STATUS_COMPLETED) {
+ return to_route('shop.index')->withErrors(
+ ['message' => $response['message'] ?? __('Something went wrong')],
+ );
+ }
+
+ $user->increment('website_balance', $paymentDetails['amount']['value']);
+
+ return to_route('shop.index')->with('success', __('Transaction successful'));
+ }
+
+ public function cancelled(Request $request): Response
+ {
+ $request->validate([
+ 'token' => ['required'],
+ ]);
+
+ $transaction = $request->user()->transactions()->where('transaction_id', $request['token'])->first();
+ if ($transaction !== null) {
+ $transaction->update([
+ 'status' => self::STATUS_CANCELLED,
+ 'description' => 'The user cancelled the transaction',
+ ]);
+ }
+
+ return to_route('shop.index')->withErrors(
+ ['message' => __('You have canceled the transaction')],
+ );
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Shop/ShopController.php b/Updated_Cms/app/Http/Controllers/Shop/ShopController.php
new file mode 100644
index 0000000000..9d0c518ec5
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Shop/ShopController.php
@@ -0,0 +1,142 @@
+exists) {
+ $packages = $category->articles()->orderBy('position');
+ }
+
+ return view('shop.shop', [
+ 'articles' => $packages->with(['rank:id,rank_name', 'features'])->get(),
+ 'categories' => WebsiteShopCategory::whereHas('articles')->get(),
+ ]);
+ }
+
+ private function giveBadges(User $user, string $badges)
+ {
+ $badgeList = explode(';', $badges);
+ $ownedBadges = $user->badges()->pluck('badge_code')->toArray();
+
+ foreach ($badgeList as $badge) {
+ if (in_array($badge, $ownedBadges)) {
+ continue;
+ }
+
+ if ($this->rconService->isConnected) {
+ $this->rconService->giveBadge($user, $badge);
+
+ continue;
+ }
+
+ $user->badges()->updateOrCreate([
+ 'user_id' => $user->id,
+ 'badge_code' => $badge,
+ ]);
+ }
+ }
+
+ public function purchase(WebsiteShopArticle $package, Request $request, SendCurrency $sendCurrency): Response
+ {
+ $user = Auth::user();
+
+ if ($request->has('receiver')) {
+ if (! $package->is_giftable) {
+ return to_route('shop.index')->withErrors(
+ ['message' => __('This package is not giftable')],
+ );
+ }
+
+ $user = User::where('username', $request->input('receiver'))->first();
+
+ if (! $user) {
+ return to_route('shop.index')->withErrors(
+ ['message' => __('Recipient not found')],
+ );
+ }
+
+ }
+
+ if ($package->give_rank && $user->rank >= $package->give_rank) {
+ $message = __('You are already this or a higher rank');
+
+ if ($user->username !== Auth::user()->username) {
+ $message = __('The recipient is already this or a higher rank');
+ }
+
+ return to_route('shop.index')->withErrors(
+ ['message' => $message],
+ );
+ }
+
+ if (! $this->rconService->isConnected && $user->online === '1') {
+ return to_route('shop.index')->withErrors(
+ ['message' => __('Please logout before purchasing a package')],
+ );
+ }
+
+ if (Auth::user()->website_balance < $package->price()) {
+ return to_route('shop.index')->withErrors(
+ ['message' => __('You need to top-up your account with another $:amount to purchase this package', ['amount' => ($package->price() - Auth::user()->website_balance)])],
+ );
+ }
+
+ Auth::user()?->decrement('website_balance', $package->price());
+
+ $sendCurrency->execute($user, 'credits', $package->credits);
+ $sendCurrency->execute($user, 'duckets', $package->duckets);
+ $sendCurrency->execute($user, 'diamonds', $package->diamonds);
+
+ if ($package->give_rank) {
+ if ($this->rconService->isConnected) {
+ $this->rconService->setRank($user, $package->give_rank);
+ $this->rconService->disconnectUser($user);
+ } else {
+ $user->update([
+ 'rank' => $package->give_rank,
+ ]);
+ }
+ }
+
+ if ($package->badges) {
+ $this->giveBadges($user, $package->badges);
+ }
+
+ if ($package->furniture) {
+ $this->handleFurniture(json_decode($package->furniture, true));
+ }
+
+ $message = __('You have successfully purchased the package :name', ['name' => $package->name]);
+
+ if ($user->username !== Auth::user()->username) {
+ $message = __('You have successfully purchased the package :name for :username', ['name' => $package->name, 'username' => $user->username]);
+ }
+
+ return to_route('shop.index')->with('success', $message);
+ }
+
+ public function handleFurniture(array $furniture)
+ {
+ $sendFurniture = app(SendFurniture::class);
+
+ $sendFurniture->execute(Auth::user(), $furniture);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/Shop/ShopVoucherController.php b/Updated_Cms/app/Http/Controllers/Shop/ShopVoucherController.php
new file mode 100644
index 0000000000..d5a9f17043
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/Shop/ShopVoucherController.php
@@ -0,0 +1,44 @@
+user();
+ $voucher = WebsiteShopVoucher::where('code', $request->string('code'))->first();
+
+ if (is_null($voucher) || ($voucher->expires_at && $voucher->expires_at->lte(now()))) {
+ return back()->withErrors([
+ 'message' => __('No active voucher with the given code was found'),
+ ]);
+ }
+
+ if ($user->usedShopVouchers()->where('voucher_id', $voucher->id)->exists()) {
+ return back()->withErrors([
+ 'message' => __('You can only use each shop voucher once'),
+ ]);
+ }
+
+ $user->usedShopVouchers()->create([
+ 'voucher_id' => $voucher->id,
+ ]);
+
+ $user->increment('website_balance', $voucher->amount);
+
+ $voucher->increment('use_count');
+
+ if ($voucher->max_uses && $voucher->use_count >= $voucher->max_uses) {
+ $voucher->update([
+ 'expires_at' => now(),
+ ]);
+ }
+
+ return back()->with('success', __('Your balance has been increased by $:amount', ['amount' => $voucher->amount]));
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/User/AccountSettingsController.php b/Updated_Cms/app/Http/Controllers/User/AccountSettingsController.php
new file mode 100644
index 0000000000..05a035fc1b
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/User/AccountSettingsController.php
@@ -0,0 +1,69 @@
+ Auth::user()->load('settings:allow_name_change'),
+ ]);
+ }
+
+ public function sessionLogs(Request $request): View
+ {
+ $sessions = $this->sessionService->fetchSessionLogs($request);
+
+ return view('user.settings.session-logs', [
+ 'logs' => $sessions,
+ ]);
+ }
+
+ public function update(AccountSettingsFormRequest $request): RedirectResponse
+ {
+ $user = Auth::user();
+
+ if ($user === null) {
+ return back()->withErrors('User not found');
+ }
+
+ // $allowedNameChange = $user->settings?->allow_name_change && $user->username !== $request->input('username');
+
+ if (! $this->rconService->isConnected() && Auth::user()->online === '1') {
+ return back()->withErrors('You must be offline to change your account settings');
+ }
+
+ /** if ($allowedNameChange) {
+ $this->rconService->disconnectUser($user);
+ $this->userService->updateField($user, 'username', $request->input('username'));
+ } **/
+ if ($user->mail !== $request->input('mail')) {
+ $this->userService->updateField($user, 'mail', $request->input('mail'));
+ }
+
+ if ($user->motto !== $request->input('motto')) {
+ $this->rconService->setMotto($user, $request->input('motto'));
+ $this->userService->updateField($user, 'motto', $request->input('motto'));
+ }
+
+ return to_route('settings.account.show')->with('success', __('Your account settings has been updated'));
+ }
+
+ public function twoFactor(): View
+ {
+ return view('user.settings.two-factor');
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/User/BannedController.php b/Updated_Cms/app/Http/Controllers/User/BannedController.php
new file mode 100644
index 0000000000..cbafb8a31b
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/User/BannedController.php
@@ -0,0 +1,23 @@
+ip())
+ ->where('ban_expire', '>', time())
+ ->orderByDesc('id')
+ ->first();
+
+ return view('banned', [
+ 'ban' => $ipBan ?? Auth::user()->ban,
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/User/ForgotPasswordController.php b/Updated_Cms/app/Http/Controllers/User/ForgotPasswordController.php
new file mode 100644
index 0000000000..098f900eb3
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/User/ForgotPasswordController.php
@@ -0,0 +1,78 @@
+validate([
+ 'mail' => ['required', 'email'],
+ ]);
+
+ // Do not tell the user that this email does not exist to prevent possible attacks
+ if (User::where('mail', $request->mail)->exists()) {
+ $token = Str::uuid();
+ PasswordResetToken::create([
+ 'email' => $request->mail,
+ 'token' => $token,
+ ]);
+
+ Mail::send('email.forgetPassword', ['token' => $token], function ($message) use ($request): void {
+ $message->to($request->mail);
+ $message->subject('Reset Password');
+ });
+ }
+
+ return back()->with('success', __('We have e-mailed your password reset link!'));
+ }
+
+ public function showResetPassword(Request $request, string $token)
+ {
+ $prt = PasswordResetToken::select('token', 'created_at')->where('token', $token)->first();
+ if ($prt === null) {
+ return to_route('forgot.password.get')->withErrors('message', __('This token has expired!'));
+ }
+ $tokenExpiration = \Illuminate\Support\Facades\Date::now()->subMinutes(config('habbo.password_reset_token_time'));
+ if ($prt->created_at->gte($tokenExpiration)) { // gte = greater than or equals
+ $prt->delete();
+
+ return to_route('forgot.password.get')->withErrors('message', __('This token has expired!'));
+ }
+
+ return view('auth.passwords.reset', [
+ 'token' => $token,
+ ]);
+ }
+
+ public function submitResetPassword(Request $request, string $token)
+ {
+ $request->validate([
+ 'password' => ['required', 'min:8', 'confirmed'],
+ 'password_confirmation' => ['required'],
+ ]);
+
+ $prt = PasswordResetToken::select('email', 'token')->where('token', $token)->first();
+ if ($prt === null) {
+ return to_route('forgot.password.get')->withErrors('message', __('This token has expired!'));
+ }
+
+ $prt->user->changePassword($request->password);
+ $prt->delete();
+
+ return to_route('login')->with('success', __('Your password has been successfully reset!'));
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/User/GuestbookController.php b/Updated_Cms/app/Http/Controllers/User/GuestbookController.php
new file mode 100644
index 0000000000..0ba51d27a2
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/User/GuestbookController.php
@@ -0,0 +1,54 @@
+validateGuestbookPost($user, $request);
+
+ $user->profileGuestbook()->create([
+ 'user_id' => Auth::id(),
+ 'message' => $request->input('message'),
+ ]);
+
+ return back()->with('success', __('Your message has been posted.'));
+ }
+
+ public function destroy(User $user, WebsiteUserGuestbook $guestbook)
+ {
+ if ($guestbook->user_id !== Auth::id() && $guestbook->profile_id !== $user->id && Auth::user()->rank < (int) setting('min_staff_rank')) {
+ return back()->withErrors([
+ 'message' => __('Do do not have permission to delete this message'),
+ ]);
+ }
+
+ $guestbook->delete();
+
+ return back()->with('success', __('Your message has been deleted.'));
+ }
+
+ private function validateGuestbookPost(User $user, GuestbookFormRequest $request)
+ {
+ if ($user->id === $request->user()->id) {
+ return $this->redirectWithError(__('You cannot post a message on your own profile.'));
+ }
+
+ $maxAllowedPostCount = in_array(setting('max_guestbook_posts_per_profile'), ['', '0'], true) ? 3 : (int) setting('max_guestbook_posts_per_profile');
+ if ($user->profileGuestbook()->where('user_id', $request->user()->id)->count() >= $maxAllowedPostCount) {
+ return $this->redirectWithError(__('You have already posted :count messages on this profile.', ['count' => $maxAllowedPostCount]));
+ }
+ }
+
+ private function redirectWithError($message)
+ {
+ return back()->withErrors(['message' => $message]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/User/MeController.php b/Updated_Cms/app/Http/Controllers/User/MeController.php
new file mode 100644
index 0000000000..d2a2bd9522
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/User/MeController.php
@@ -0,0 +1,21 @@
+ Auth::user()?->getOnlineFriends(),
+ 'user' => Auth::user()?->load('permission:id,rank_name'),
+ 'articles' => WebsiteArticle::whereHas('user')->with('user:id,username,look')->latest()->take(5)->get(),
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/User/PasswordSettingsController.php b/Updated_Cms/app/Http/Controllers/User/PasswordSettingsController.php
new file mode 100644
index 0000000000..959f71f9b7
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/User/PasswordSettingsController.php
@@ -0,0 +1,27 @@
+update([
+ 'password' => Hash::make($request->input('password')),
+ ]);
+
+ return to_route('settings.password.show')->with('success', __('Your password has been changed!'));
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/User/ProfileController.php b/Updated_Cms/app/Http/Controllers/User/ProfileController.php
new file mode 100644
index 0000000000..eb96489f5b
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/User/ProfileController.php
@@ -0,0 +1,65 @@
+loadUserRelations($user);
+
+ $friends = $this->getUserFriends($user->id);
+ $groups = $this->getUserGroups($user->id);
+
+ return view('user.profile', [
+ 'user' => $user,
+ 'friends' => $friends,
+ 'groups' => $groups,
+ 'guestbook' => $user->profileGuestbook()->with('user')->latest()->limit(5)->get(),
+ 'photos' => $user->photos()->limit(3)->get(),
+ ]);
+ }
+
+ private function loadUserRelations(User $user): User
+ {
+ return $user->load([
+ 'badges' => function ($badges): void {
+ $badges->where('slot_id', '>', '0')
+ ->orderBy('slot_id')
+ ->take(5);
+ },
+ 'rooms' => function ($rooms): void {
+ $rooms->select('id', 'owner_id', 'name', 'users')
+ ->orderByDesc('users')
+ ->orderBy('id');
+ },
+ ]);
+ }
+
+ private function getUserFriends(int $userId)
+ {
+ return MessengerFriendship::select('user_two_id')
+ ->where('user_one_id', '=', $userId)
+ ->whereHas('user')
+ ->with('user:id,username,look')
+ ->inRandomOrder()
+ ->take(12)
+ ->get();
+ }
+
+ private function getUserGroups(int $userId)
+ {
+ return GuildMember::query()
+ ->select(['guilds_members.id', 'guilds_members.guild_id', 'guilds_members.user_id', 'guilds.name', 'guilds.badge'])
+ ->where('guilds_members.user_id', '=', $userId)
+ ->join('guilds', 'guilds_members.guild_id', '=', 'guilds.id')
+ ->inRandomOrder()
+ ->take(6)
+ ->get();
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/User/ReferralController.php b/Updated_Cms/app/Http/Controllers/User/ReferralController.php
new file mode 100644
index 0000000000..bb6d7ae7fd
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/User/ReferralController.php
@@ -0,0 +1,33 @@
+referrals || $user->referrals->referrals_total < setting('referrals_needed')) {
+ return back()->withErrors([
+ 'message' => __('You do not have enough referrals to claim your reward'),
+ ]);
+ }
+
+ // Decrease the total amount of referrals with the amount needed to claim reward
+ $user->referrals->decrement('referrals_total', setting('referrals_needed'));
+
+ $rcon->giveDiamonds($user, setting('referral_reward_amount'));
+
+ // Log the claim
+ $user->claimedReferralLog()->create([
+ 'ip_address' => request()->ip(),
+ ]);
+
+ return back()->with('success', __('Woah! You have successfully claimed your reward - Keep up the good work!'));
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/User/TwoFactorAuthenticationController.php b/Updated_Cms/app/Http/Controllers/User/TwoFactorAuthenticationController.php
new file mode 100644
index 0000000000..05c571e3cf
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/User/TwoFactorAuthenticationController.php
@@ -0,0 +1,42 @@
+user());
+
+ return to_route('settings.two-factor')->with('success', __('Two-factor authentication has been enabled. Please scan the QR code to continue.'));
+ }
+
+ public function verify(Request $request): RedirectResponse
+ {
+ $confirmed = $request->user()->confirmTwoFactorAuthentication($request->input('code'));
+ if (! $confirmed) {
+ return back()->withErrors('Invalid Two Factor Authentication code');
+ }
+
+ return to_route('settings.two-factor')->with('success', __('Two-factor authentication has been confirmed.'));
+ }
+
+ public function destroy(Request $request, DisableTwoFactorAuthentication $disable): RedirectResponse
+ {
+ $disable($request->user());
+
+ return to_route('settings.two-factor')->with('success', __('Two-factor authentication has been disabled.'));
+ }
+}
diff --git a/Updated_Cms/app/Http/Controllers/User/UserReferralController.php b/Updated_Cms/app/Http/Controllers/User/UserReferralController.php
new file mode 100644
index 0000000000..e0a4dcfd30
--- /dev/null
+++ b/Updated_Cms/app/Http/Controllers/User/UserReferralController.php
@@ -0,0 +1,18 @@
+firstOrFail();
+
+ return view('auth.register', [
+ 'referral_code' => $referralCode,
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Http/Kernel.php b/Updated_Cms/app/Http/Kernel.php
new file mode 100644
index 0000000000..a5cd56bd30
--- /dev/null
+++ b/Updated_Cms/app/Http/Kernel.php
@@ -0,0 +1,110 @@
+
+ */
+ protected $middleware = [
+ // \App\Http\Middleware\TrustHosts::class,
+ RealClientIpMiddleware::class,
+ TrustProxies::class,
+ HandleCors::class,
+ PreventRequestsDuringMaintenance::class,
+ ValidatePostSize::class,
+ TrimStrings::class,
+ ConvertEmptyStringsToNull::class,
+ SetThemeMiddleware::class,
+ InstallationMiddleware::class,
+ ];
+
+ /**
+ * The application's route middleware groups.
+ *
+ * @var array>
+ */
+ protected $middlewareGroups = [
+ 'web' => [
+ EncryptCookies::class,
+ AddQueuedCookiesToResponse::class,
+ StartSession::class,
+ ShareErrorsFromSession::class,
+ VerifyCsrfToken::class,
+ SubstituteBindings::class,
+ LocalizationMiddleware::class,
+ ],
+
+ 'api' => [
+ EnsureFrontendRequestsAreStateful::class,
+ ThrottleRequests::class . ':api',
+ SubstituteBindings::class,
+ ],
+ ];
+
+ /**
+ * The application's middleware aliases.
+ *
+ * Aliases may be used to conveniently assign middleware to routes and groups.
+ *
+ * @var array
+ */
+ protected $middlewareAliases = [
+ 'auth' => Authenticate::class,
+ 'auth.basic' => AuthenticateWithBasicAuth::class,
+ 'auth.session' => AuthenticateSession::class,
+ 'cache.headers' => SetCacheHeaders::class,
+ 'can' => Authorize::class,
+ 'guest' => RedirectIfAuthenticated::class,
+ 'password.confirm' => RequirePassword::class,
+ 'signed' => ValidateSignature::class,
+ 'throttle' => ThrottleRequests::class,
+ 'verified' => EnsureEmailIsVerified::class,
+ 'maintenance' => MaintenanceMiddleware::class,
+ 'check.ban' => BannedMiddleware::class,
+ 'findretros.redirect' => FindRetrosMiddleware::class,
+ 'vpn.checker' => VPNCheckerMiddleware::class,
+ 'log.viewer' => LogViewerMiddleware::class,
+ 'force.staff.2fa' => ForceStaffTwoFactorMiddleware::class,
+ ];
+}
diff --git a/Updated_Cms/app/Http/Middleware/Authenticate.php b/Updated_Cms/app/Http/Middleware/Authenticate.php
new file mode 100644
index 0000000000..28d3ce1d4d
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/Authenticate.php
@@ -0,0 +1,18 @@
+expectsJson() ? null : route('login');
+ }
+}
diff --git a/Updated_Cms/app/Http/Middleware/BannedMiddleware.php b/Updated_Cms/app/Http/Middleware/BannedMiddleware.php
new file mode 100644
index 0000000000..6142dbe8eb
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/BannedMiddleware.php
@@ -0,0 +1,48 @@
+ip())
+ ->where('ban_expire', '>', time())
+ ->whereIn('type', ['ip', 'machine'])
+ ->orderByDesc('id')
+ ->exists();
+
+ if ($request->is('logout')) {
+ return $next($request);
+ }
+
+ if (! $authenticated && ! $ipBan && $request->is('banned')) {
+ return to_route('login');
+ }
+
+ if ($ipBan && ! $request->is('banned')) {
+ return to_route('banned.show');
+ }
+
+ if ($authenticated) {
+ $accountBan = $request->user()?->ban;
+
+ if ($accountBan && ! $request->is('banned')) {
+ return to_route('banned.show');
+ }
+
+ if (! $ipBan && ! $accountBan && $request->is('banned')) {
+ return to_route('me.show');
+ }
+ }
+
+ return $next($request);
+ }
+}
diff --git a/Updated_Cms/app/Http/Middleware/EncryptCookies.php b/Updated_Cms/app/Http/Middleware/EncryptCookies.php
new file mode 100644
index 0000000000..867695bdcf
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/EncryptCookies.php
@@ -0,0 +1,17 @@
+
+ */
+ protected $except = [
+ //
+ ];
+}
diff --git a/Updated_Cms/app/Http/Middleware/FindRetrosMiddleware.php b/Updated_Cms/app/Http/Middleware/FindRetrosMiddleware.php
new file mode 100644
index 0000000000..36dd4e9213
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/FindRetrosMiddleware.php
@@ -0,0 +1,23 @@
+checkHasVoted()) {
+ return redirect($findRetrosService->getRedirectUri());
+ }
+
+ return $next($request);
+ }
+}
diff --git a/Updated_Cms/app/Http/Middleware/ForceStaffTwoFactorMiddleware.php b/Updated_Cms/app/Http/Middleware/ForceStaffTwoFactorMiddleware.php
new file mode 100644
index 0000000000..d1451ac53d
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/ForceStaffTwoFactorMiddleware.php
@@ -0,0 +1,30 @@
+user();
+ $urls = [
+ 'user/settings/two-factor',
+ 'user/settings/2fa-verify',
+ ];
+
+ if (($user->rank >= setting('min_staff_rank') && ! $user->two_factor_confirmed) && ! in_array(request()->path(), $urls)) {
+ return to_route('settings.two-factor');
+ }
+
+ return $next($request);
+ }
+}
diff --git a/Updated_Cms/app/Http/Middleware/InstallationMiddleware.php b/Updated_Cms/app/Http/Middleware/InstallationMiddleware.php
new file mode 100644
index 0000000000..3a9b581af1
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/InstallationMiddleware.php
@@ -0,0 +1,159 @@
+ensureInstallationTableExists();
+
+ $installation = $this->getInstallation();
+
+ if ($installation && $installation->completed && $request->is('installation*')) {
+ Cache::rememberForever('app_installed', fn () => true);
+
+ return to_route('welcome');
+ }
+
+ $isInstallationStepHandled = $this->handleInstallationSteps($request, $installation);
+
+ if (! $isInstallationStepHandled) {
+ return $this->redirectIfNotCompleted($installation);
+ }
+
+ return $next($request);
+ }
+
+ private function ensureInstallationTableExists()
+ {
+ if (! Schema::hasTable('website_installation')) {
+ Artisan::call('migrate', ['--path' => 'database/migrations/' . findMigration('website_installation')]);
+
+ if (! Schema::hasTable('website_installation')) {
+ throw new MigrationFailedException('website_installation');
+ }
+ }
+
+ if (! Schema::hasTable('sessions')) {
+ Artisan::call('migrate', ['--path' => 'database/migrations/' . findMigration('sessions')]);
+ }
+ }
+
+ private function getInstallation()
+ {
+ try {
+ $installation = WebsiteInstallation::query()->first();
+
+ if (! $installation) {
+ return WebsiteInstallation::create([
+ 'step' => 0,
+ 'completed' => false,
+ 'installation_key' => Str::uuid(),
+ 'user_ip' => request()?->ip(),
+ ]);
+ }
+
+ return $installation;
+ } catch (Exception $e) {
+ Log::error('Error fetching or creating WebsiteInstallation: ' . $e->getMessage());
+ abort(500, 'An error occurred while setting up the installation.');
+ }
+ }
+
+ private function handleInstallationSteps(Request $request, WebsiteInstallation $installation)
+ {
+ if ($installation->completed) {
+ return true;
+ }
+
+ if ($this->isWelcomeStep($request, $installation)) {
+ return true;
+ }
+
+ if ($this->isRedirectToWelcome($request, $installation)) {
+ return false;
+ }
+
+ if ($this->isInvalidAccess($request, $installation)) {
+ abort(403);
+ }
+
+ if ($this->isInvalidStep($request)) {
+ return false;
+ }
+
+ return ! $this->isMismatchedStep($request, $installation);
+ }
+
+ private function isWelcomeStep(Request $request, WebsiteInstallation $installation)
+ {
+ return $installation->step === 0 && $request->getRequestUri() === '/installation';
+ }
+
+ private function isRedirectToWelcome(Request $request, WebsiteInstallation $installation)
+ {
+ return $installation->step === 0 && $request->getRequestUri() !== '/installation' && $request->method() !== 'POST';
+ }
+
+ private function isInvalidAccess(Request $request, WebsiteInstallation $installation)
+ {
+ return $installation->step > 0 && $request->ip() !== $installation->user_ip;
+ }
+
+ private function isInvalidStep(Request $request)
+ {
+ return ! $this->isValidStep($request) && $this->isNonPostRequest($request);
+ }
+
+ private function isMismatchedStep(Request $request, WebsiteInstallation $installation)
+ {
+ return $this->getCurrentStep($request) !== $installation->step && $this->isNonPostRequest($request);
+ }
+
+ private function isValidStep(Request $request)
+ {
+ $step = $this->getCurrentStep($request);
+
+ return filter_var($step, FILTER_VALIDATE_INT) !== false;
+ }
+
+ private function isNonPostRequest(Request $request)
+ {
+ return $request->method() !== 'POST' || $request->is('restart-installation');
+ }
+
+ private function getCurrentStep(Request $request)
+ {
+ return (int) Str::after($request->path(), 'step/');
+ }
+
+ private function redirectToStep(int $step)
+ {
+ return to_route('installation.show-step', $step);
+ }
+
+ protected function redirectIfNotCompleted(WebsiteInstallation $installation)
+ {
+
+ if ($installation->step === 0) {
+ return to_route('installation.index');
+ }
+
+ return $this->redirectToStep($installation->step ?: 1);
+ }
+}
diff --git a/Updated_Cms/app/Http/Middleware/LocalizationMiddleware.php b/Updated_Cms/app/Http/Middleware/LocalizationMiddleware.php
new file mode 100644
index 0000000000..66e89a30ac
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/LocalizationMiddleware.php
@@ -0,0 +1,50 @@
+doesntExist()) {
+ $defaultCountry = config('habbo.site.default_language');
+
+ App::setLocale($defaultCountry);
+ Session::put('locale', $defaultCountry);
+
+ return $next($request);
+ }
+
+ // Zet de gedetecteerde taal
+ App::setLocale($countryCode);
+ Session::put('locale', $countryCode);
+
+ return $next($request);
+ }
+}
\ No newline at end of file
diff --git a/Updated_Cms/app/Http/Middleware/LogViewerMiddleware.php b/Updated_Cms/app/Http/Middleware/LogViewerMiddleware.php
new file mode 100644
index 0000000000..0b51abc62d
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/LogViewerMiddleware.php
@@ -0,0 +1,24 @@
+method() === 'POST';
+ $isMaintenanceRequest = $request->is('maintenance');
+ $maintenanceEnabled = setting('maintenance_enabled');
+
+ $fortify2faRoutes = [
+ 'two-factor.login',
+ 'two-factor.confirm',
+ ];
+
+ if ($maintenanceEnabled && $isPostRequest && ! Auth::check()) {
+ return $next($request);
+ }
+
+ $isFortify2faRoute = in_array($request->route()?->getName(), $fortify2faRoutes, true);
+ if ($maintenanceEnabled && $isFortify2faRoute) {
+ return $next($request);
+ }
+
+ if (Auth::check() && Auth::user()->rank >= setting('min_maintenance_login_rank')) {
+ if ($isMaintenanceRequest) {
+ return to_route('me.show');
+ }
+
+ return $next($request);
+ }
+
+ if (Auth::check() && Auth::user()->rank >= setting('min_maintenance_login_rank') && $isMaintenanceRequest) {
+ return to_route('me.show');
+ }
+
+ if ($maintenanceEnabled && ! $isMaintenanceRequest && ! $isPostRequest) {
+ return to_route('maintenance.show');
+ }
+
+ if (! $maintenanceEnabled && $isMaintenanceRequest && ! $isPostRequest) {
+ return to_route('welcome');
+ }
+
+ if ($maintenanceEnabled && ! $isMaintenanceRequest && Auth::check() && Auth::user()->rank < setting('min_maintenance_login_rank')) {
+ return to_route('maintenance.show');
+ }
+
+ return $next($request);
+ }
+}
diff --git a/Updated_Cms/app/Http/Middleware/PreventRequestsDuringMaintenance.php b/Updated_Cms/app/Http/Middleware/PreventRequestsDuringMaintenance.php
new file mode 100644
index 0000000000..74cbd9a9ea
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/PreventRequestsDuringMaintenance.php
@@ -0,0 +1,17 @@
+
+ */
+ protected $except = [
+ //
+ ];
+}
diff --git a/Updated_Cms/app/Http/Middleware/RealClientIpMiddleware.php b/Updated_Cms/app/Http/Middleware/RealClientIpMiddleware.php
new file mode 100644
index 0000000000..0b89f6eb80
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/RealClientIpMiddleware.php
@@ -0,0 +1,47 @@
+server->set('REMOTE_ADDR', $ip);
+ break;
+ }
+ }
+ }
+
+ // Special handling for REMOTE_ADDR with multiple IPs
+ $remoteAddr = \Illuminate\Support\Facades\Request::server('REMOTE_ADDR') ?? '';
+ if (! empty($remoteAddr) && str_contains((string) $remoteAddr, ',')) {
+ [$ip] = explode(',', (string) $remoteAddr);
+ $ip = trim($ip);
+ if (filter_var($ip, FILTER_VALIDATE_IP)) {
+ $request->server->set('REMOTE_ADDR', $ip);
+ }
+ }
+
+ return $next($request);
+ }
+}
diff --git a/Updated_Cms/app/Http/Middleware/RedirectIfAuthenticated.php b/Updated_Cms/app/Http/Middleware/RedirectIfAuthenticated.php
new file mode 100644
index 0000000000..3f9ba02ff7
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/RedirectIfAuthenticated.php
@@ -0,0 +1,35 @@
+check()) {
+ if ($request->expectsJson()) {
+ return response()->json();
+ }
+
+ return redirect(RouteServiceProvider::HOME);
+ }
+ }
+
+ return $next($request);
+ }
+}
diff --git a/Updated_Cms/app/Http/Middleware/SetThemeMiddleware.php b/Updated_Cms/app/Http/Middleware/SetThemeMiddleware.php
new file mode 100644
index 0000000000..e28a6f78f3
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/SetThemeMiddleware.php
@@ -0,0 +1,22 @@
+
+ */
+ protected $except = [
+ 'current_password',
+ 'password',
+ 'password_confirmation',
+ ];
+}
diff --git a/Updated_Cms/app/Http/Middleware/TrustHosts.php b/Updated_Cms/app/Http/Middleware/TrustHosts.php
new file mode 100644
index 0000000000..398aaca033
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/TrustHosts.php
@@ -0,0 +1,21 @@
+
+ */
+ #[\Override]
+ public function hosts(): array
+ {
+ return [
+ $this->allSubdomainsOfApplicationUrl(),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Middleware/TrustProxies.php b/Updated_Cms/app/Http/Middleware/TrustProxies.php
new file mode 100644
index 0000000000..3391630ecc
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/TrustProxies.php
@@ -0,0 +1,28 @@
+|string|null
+ */
+ protected $proxies;
+
+ /**
+ * The headers that should be used to detect proxies.
+ *
+ * @var int
+ */
+ protected $headers =
+ Request::HEADER_X_FORWARDED_FOR |
+ Request::HEADER_X_FORWARDED_HOST |
+ Request::HEADER_X_FORWARDED_PORT |
+ Request::HEADER_X_FORWARDED_PROTO |
+ Request::HEADER_X_FORWARDED_AWS_ELB;
+}
diff --git a/Updated_Cms/app/Http/Middleware/VPNCheckerMiddleware.php b/Updated_Cms/app/Http/Middleware/VPNCheckerMiddleware.php
new file mode 100644
index 0000000000..116d048cf3
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/VPNCheckerMiddleware.php
@@ -0,0 +1,81 @@
+ip())->exists()) {
+ return $next($request);
+ }
+
+ // Restrict user if IP is blacklisted
+ if (WebsiteIpBlacklist::where('ip_address', $request->ip())->exists()) {
+ return to_route('me.show')->withErrors([
+ 'message' => __('Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.'),
+ ]);
+ }
+
+ // Instantiate the necessary things to look up the visitor IP
+ $ipService = new IpLookupService(setting('ipdata_api_key'));
+ $userIp = $request->ip();
+ $apiResponse = $ipService->ipLookup($userIp);
+
+ $asn = $apiResponse['asn']['asn'] ?? '';
+ $asnWhitelisted = WebsiteIpWhitelist::where('asn', $asn)
+ ->where('whitelist_asn', '=', '1')
+ ->exists();
+
+ if ($asnWhitelisted) {
+ return $next($request);
+ }
+
+ // Fetch all blacklisted ASNs
+ $asnBlacklisted = WebsiteIpBlacklist::where('asn', $asn)
+ ->where('blacklist_asn', '=', '1')
+ ->exists();
+
+ // Restrict the user if their ASN is within the blacklist table
+ if ($asnBlacklisted) {
+ return to_route('me.show')->withErrors([
+ 'message' => __('Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.'),
+ ]);
+ }
+
+ if (isset($apiResponse['threat']) && is_array($apiResponse['threat'])) {
+ $filteredThreats = array_diff_key($apiResponse['threat'], array_flip(['blocklists', 'is_icloud_relay', 'is_datacenter', 'is_tor', 'is_proxy']));
+
+ if (in_array(true, $filteredThreats, true)) {
+ WebsiteIpBlacklist::create([
+ 'ip_address' => $userIp,
+ 'asn' => null,
+ ]);
+
+ return to_route('me.show')->withErrors([
+ 'message' => __('Your IP has been restricted - If you think this is a mistake, you can contact us on our Discord.'),
+ ]);
+ }
+ }
+
+ return $next($request);
+ }
+}
diff --git a/Updated_Cms/app/Http/Middleware/ValidateSignature.php b/Updated_Cms/app/Http/Middleware/ValidateSignature.php
new file mode 100644
index 0000000000..093bf64af8
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/ValidateSignature.php
@@ -0,0 +1,22 @@
+
+ */
+ protected $except = [
+ // 'fbclid',
+ // 'utm_campaign',
+ // 'utm_content',
+ // 'utm_medium',
+ // 'utm_source',
+ // 'utm_term',
+ ];
+}
diff --git a/Updated_Cms/app/Http/Middleware/VerifyCsrfToken.php b/Updated_Cms/app/Http/Middleware/VerifyCsrfToken.php
new file mode 100644
index 0000000000..9e86521722
--- /dev/null
+++ b/Updated_Cms/app/Http/Middleware/VerifyCsrfToken.php
@@ -0,0 +1,17 @@
+
+ */
+ protected $except = [
+ //
+ ];
+}
diff --git a/Updated_Cms/app/Http/Requests/AccountSettingsFormRequest.php b/Updated_Cms/app/Http/Requests/AccountSettingsFormRequest.php
new file mode 100644
index 0000000000..a5abff49cd
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/AccountSettingsFormRequest.php
@@ -0,0 +1,28 @@
+ ['sometimes', 'string', sprintf('regex:%s', setting('username_regex')), 'min:3', 'max:25', Rule::unique('users')->ignore($this->user()->id), new WebsiteWordfilterRule],
+ 'mail' => ['required', 'email', Rule::unique('users')->ignore($this->user()->id), new WebsiteWordfilterRule],
+ 'motto' => ['nullable', 'string', 'max:127', new WebsiteWordfilterRule],
+ 'g-recaptcha-response' => [new GoogleRecaptchaRule],
+ 'cf-turnstile-response' => [app(Turnstile::class)],
+ ];
+ }
+
+ public function authorize(): bool
+ {
+ return true;
+ }
+}
diff --git a/Updated_Cms/app/Http/Requests/AccountTopupFormRequest.php b/Updated_Cms/app/Http/Requests/AccountTopupFormRequest.php
new file mode 100644
index 0000000000..c7b8ad8d59
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/AccountTopupFormRequest.php
@@ -0,0 +1,15 @@
+ ['required', 'integer', 'min:1', 'max:250'],
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Requests/ArticleCommentFormRequest.php b/Updated_Cms/app/Http/Requests/ArticleCommentFormRequest.php
new file mode 100644
index 0000000000..6c041d55f0
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/ArticleCommentFormRequest.php
@@ -0,0 +1,21 @@
+ ['required', 'string', 'min:2', 'max:255', new WebsiteWordfilterRule],
+ ];
+ }
+
+ public function authorize(): bool
+ {
+ return true;
+ }
+}
diff --git a/Updated_Cms/app/Http/Requests/GuestbookFormRequest.php b/Updated_Cms/app/Http/Requests/GuestbookFormRequest.php
new file mode 100644
index 0000000000..892fe0309d
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/GuestbookFormRequest.php
@@ -0,0 +1,16 @@
+ ['required', 'string', 'max:32', new WebsiteWordfilterRule],
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Requests/PasswordSettingsFormRequest.php b/Updated_Cms/app/Http/Requests/PasswordSettingsFormRequest.php
new file mode 100644
index 0000000000..c57356df18
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/PasswordSettingsFormRequest.php
@@ -0,0 +1,24 @@
+ ['required', 'string', new CurrentPasswordRule],
+ 'password' => $this->passwordRules(),
+ 'g-recaptcha-response' => [new GoogleRecaptchaRule],
+ 'cf-turnstile-response' => [app(Turnstile::class)],
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Requests/RareSearchFormRequest.php b/Updated_Cms/app/Http/Requests/RareSearchFormRequest.php
new file mode 100644
index 0000000000..58f21804f3
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/RareSearchFormRequest.php
@@ -0,0 +1,20 @@
+ ['required', 'string', 'min:1', 'max:255'],
+ ];
+ }
+
+ public function authorize(): bool
+ {
+ return true;
+ }
+}
diff --git a/Updated_Cms/app/Http/Requests/RegisterFormRequest.php b/Updated_Cms/app/Http/Requests/RegisterFormRequest.php
new file mode 100644
index 0000000000..1dae173c81
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/RegisterFormRequest.php
@@ -0,0 +1,38 @@
+ ['required', 'string', sprintf('regex:%s', setting('username_regex')), 'max:25', Rule::unique('users')],
+ 'mail' => ['required', 'string', 'email', 'max:255', Rule::unique('users')],
+ 'password' => ['required', 'string', 'confirmed', 'min:8'],
+ 'terms' => ['required', 'accepted'],
+ 'g-recaptcha-response' => [new GoogleRecaptchaRule],
+ 'cf-turnstile-response' => [app(Turnstile::class)],
+ ];
+ }
+
+ public function authorize(): bool
+ {
+ return true;
+ }
+
+ #[\Override]
+ public function messages(): array
+ {
+ return [
+ 'g-recaptcha-response.required' => __('The Google recaptcha must be completed'),
+ 'g-recaptcha-response.string' => __('The google recaptcha was submitted with an invalid type'),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Requests/ShopVoucherFormRequest.php b/Updated_Cms/app/Http/Requests/ShopVoucherFormRequest.php
new file mode 100644
index 0000000000..179d67700e
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/ShopVoucherFormRequest.php
@@ -0,0 +1,19 @@
+ ['required', 'string'],
+ 'g-recaptcha-response' => [new GoogleRecaptchaRule],
+ 'cf-turnstile-response' => [app(Turnstile::class)],
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Requests/StaffApplicationFormRequest.php b/Updated_Cms/app/Http/Requests/StaffApplicationFormRequest.php
new file mode 100644
index 0000000000..c5c1a80d96
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/StaffApplicationFormRequest.php
@@ -0,0 +1,19 @@
+ ['required', 'string'],
+ 'g-recaptcha-response' => [new GoogleRecaptchaRule],
+ 'cf-turnstile-response' => [app(Turnstile::class)],
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Requests/WebsiteTicketFormRequest.php b/Updated_Cms/app/Http/Requests/WebsiteTicketFormRequest.php
new file mode 100644
index 0000000000..3bee110739
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/WebsiteTicketFormRequest.php
@@ -0,0 +1,18 @@
+ ['required', 'integer', Rule::exists('website_help_center_categories', 'id')],
+ 'title' => ['required', 'string', 'min:10', 'max:255'],
+ 'content' => ['required', 'string', 'min:10', 'max:65000'],
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Requests/WebsiteTicketReplyFormRequest.php b/Updated_Cms/app/Http/Requests/WebsiteTicketReplyFormRequest.php
new file mode 100644
index 0000000000..8b156055a6
--- /dev/null
+++ b/Updated_Cms/app/Http/Requests/WebsiteTicketReplyFormRequest.php
@@ -0,0 +1,15 @@
+ ['required', 'string', 'min:10', 'max:65000'],
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Resources/OnlineUserCountResource.php b/Updated_Cms/app/Http/Resources/OnlineUserCountResource.php
new file mode 100644
index 0000000000..b71d9ef019
--- /dev/null
+++ b/Updated_Cms/app/Http/Resources/OnlineUserCountResource.php
@@ -0,0 +1,23 @@
+ $this->resource,
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Resources/OnlineUsersResource.php b/Updated_Cms/app/Http/Resources/OnlineUsersResource.php
new file mode 100644
index 0000000000..7ced825da2
--- /dev/null
+++ b/Updated_Cms/app/Http/Resources/OnlineUsersResource.php
@@ -0,0 +1,24 @@
+ $this->paginate(10),
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Http/Resources/UserResource.php b/Updated_Cms/app/Http/Resources/UserResource.php
new file mode 100644
index 0000000000..cf8245e4cf
--- /dev/null
+++ b/Updated_Cms/app/Http/Resources/UserResource.php
@@ -0,0 +1,23 @@
+ $this->resource ?: 'No user found',
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Models/Achievement.php b/Updated_Cms/app/Models/Achievement.php
new file mode 100644
index 0000000000..51ba7bf76b
--- /dev/null
+++ b/Updated_Cms/app/Models/Achievement.php
@@ -0,0 +1,23 @@
+getBadgeName());
+ }
+
+ public function getBadgeName(): string
+ {
+ return sprintf('%s%s', $this->name, (string) $this->level);
+ }
+}
diff --git a/Updated_Cms/app/Models/Article.php b/Updated_Cms/app/Models/Article.php
new file mode 100644
index 0000000000..85d29c6a56
--- /dev/null
+++ b/Updated_Cms/app/Models/Article.php
@@ -0,0 +1,147 @@
+user_id = Auth::id();
+ $article->slug = Str::slug($article->title);
+ $article->predominant_color = getPredominantImageColor($article->image);
+ });
+
+ static::updating(function (Article $article): void {
+ $article->slug = Str::slug($article->title);
+
+ if ($article->isDirty('image')) {
+ $article->predominant_color = getPredominantImageColor($article->image);
+ }
+ });
+ }
+
+ public function syncPaginatedComments(): void
+ {
+ $this->setRelation('comments',
+ $this->comments()->defaultRelationships()->paginate(10)->fragment('comments'),
+ );
+ }
+
+ public static function fromIdAndSlug(string $id, string $slug, bool $withDefaultRelationships = true): Builder
+ {
+ return Article::valid()
+ ->when($withDefaultRelationships, fn ($query) => $query->defaultRelationships())
+ ->whereId($id)
+ ->whereSlug($slug);
+ }
+
+ public static function getLatestValidArticle(bool $withDefaultRelationships = true): ?Article
+ {
+ $article = Article::valid()
+ ->when($withDefaultRelationships, fn ($query) => $query->defaultRelationships())
+ ->latest()
+ ->first();
+
+ if (! $article) {
+ return null;
+ }
+
+ $article->syncPaginatedComments();
+
+ return $article;
+ }
+
+ public static function forIndex(int $limit): Builder
+ {
+ return Article::valid()
+ ->with(['user:id,username,look,avatar_background'])
+ ->select(['id', 'user_id', 'title', 'slug', 'is_promotion', 'image', 'description', 'promotion_ends_at', 'created_at', 'fixed'])
+ ->limit($limit)
+ ->latest();
+ }
+
+ #[\Illuminate\Database\Eloquent\Attributes\Scope]
+ protected function valid(Builder $query): void
+ {
+ $query->whereVisible(true);
+ }
+
+ #[\Illuminate\Database\Eloquent\Attributes\Scope]
+ protected function defaultRelationships(Builder $query): void
+ {
+ $query->with([
+ 'user:id,username,look,gender',
+ 'tags',
+ 'reactions' => fn ($query) => $query->defaultRelationships(),
+ 'user.followers',
+ ]);
+ }
+
+ public function comments(): HasMany
+ {
+ return $this->hasMany(ArticleComment::class)->defaultBehavior();
+ }
+
+ public function reactions(): HasMany
+ {
+ return $this->hasMany(ArticleReaction::class)->defaultBehavior();
+ }
+
+ public function user()
+ {
+ return $this->belongsTo(User::class);
+ }
+
+ public function tags()
+ {
+ return $this->morphToMany(Tag::class, 'taggable');
+ }
+
+ protected function titleColor(): Attribute
+ {
+ return new Attribute(
+ get: fn () => isDarkColor($this->predominant_color) ? '#fff' : '#000',
+ );
+ }
+
+ public function createFollowersNotification(): void
+ {
+ $this->user->followers()
+ ->with('user:id,username')
+ ->each(fn (AuthorNotification $follower) => $follower->user->notify($this->user, NotificationType::ArticlePosted, $this->getNotificationUrl()),
+ );
+ }
+ protected function casts(): array
+ {
+ return [
+ 'visible' => 'boolean',
+ 'fixed' => 'boolean',
+ 'allow_comments' => 'boolean',
+ 'is_promotion' => 'boolean',
+ 'promotion_ends_at' => 'datetime',
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Models/Articles/Tag.php b/Updated_Cms/app/Models/Articles/Tag.php
new file mode 100644
index 0000000000..2c5f2e0c6c
--- /dev/null
+++ b/Updated_Cms/app/Models/Articles/Tag.php
@@ -0,0 +1,18 @@
+morphedByMany(WebsiteArticle::class, 'taggable');
+ }
+}
diff --git a/Updated_Cms/app/Models/Articles/WebsiteArticle.php b/Updated_Cms/app/Models/Articles/WebsiteArticle.php
new file mode 100644
index 0000000000..5d7e7ebee7
--- /dev/null
+++ b/Updated_Cms/app/Models/Articles/WebsiteArticle.php
@@ -0,0 +1,65 @@
+generateSlugsFrom('title')
+ ->saveSlugsTo('slug')
+ ->usingSeparator('-')->allowDuplicateSlugs();
+ }
+
+ public function user(): BelongsTo
+ {
+ return $this->belongsTo(User::class);
+ }
+
+ public function reactions(): HasMany
+ {
+ return $this->hasMany(WebsiteArticleReaction::class, 'article_id')
+ ->whereActive(true);
+ }
+
+ public function comments(): HasMany
+ {
+ return $this->hasMany(WebsiteArticleComment::class, 'article_id');
+ }
+
+ public function userHasReachedArticleCommentLimit(): bool
+ {
+ return $this->comments()->where('user_id', '=', Auth::id())->count() >= (int) setting('max_comment_per_article');
+ }
+
+ #[\Override]
+ protected static function boot()
+ {
+ parent::boot();
+
+ static::saving(function ($model): void {
+ if (empty($model->image)) {
+ $model->image = '';
+ }
+ });
+ }
+
+ public function tags()
+ {
+ return $this->morphToMany(Tag::class, 'taggable');
+ }
+}
diff --git a/Updated_Cms/app/Models/Articles/WebsiteArticleComment.php b/Updated_Cms/app/Models/Articles/WebsiteArticleComment.php
new file mode 100644
index 0000000000..e1c390bf89
--- /dev/null
+++ b/Updated_Cms/app/Models/Articles/WebsiteArticleComment.php
@@ -0,0 +1,28 @@
+belongsTo(WebsiteArticle::class, 'article_id');
+ }
+
+ public function user(): BelongsTo
+ {
+ return $this->belongsTo(User::class);
+ }
+
+ public function canBeDeleted(): bool
+ {
+ return $this->user_id === Auth::id() || hasPermission('delete_article_comments');
+ }
+}
diff --git a/Updated_Cms/app/Models/Articles/WebsiteArticleReaction.php b/Updated_Cms/app/Models/Articles/WebsiteArticleReaction.php
new file mode 100644
index 0000000000..cf86dfa5fe
--- /dev/null
+++ b/Updated_Cms/app/Models/Articles/WebsiteArticleReaction.php
@@ -0,0 +1,50 @@
+where('article_id', $articleId)
+ ->where('reaction', $reaction)
+ ->first();
+ }
+
+ #[\Override]
+ public static function boot()
+ {
+ parent::boot();
+
+ static::creating(function ($model): void {
+ $model->user_id = auth()->id();
+ });
+ }
+
+ public function article(): BelongsTo
+ {
+ return $this->belongsTo(WebsiteArticle::class, 'article_id');
+ }
+
+ public function user(): BelongsTo
+ {
+ return $this->belongsTo(User::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/ChatlogPrivate.php b/Updated_Cms/app/Models/ChatlogPrivate.php
new file mode 100644
index 0000000000..a2d9ded115
--- /dev/null
+++ b/Updated_Cms/app/Models/ChatlogPrivate.php
@@ -0,0 +1,28 @@
+belongsTo(User::class, 'user_from_id');
+ }
+
+ public function receiver(): BelongsTo
+ {
+ return $this->belongsTo(User::class, 'user_to_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/ChatlogRoom.php b/Updated_Cms/app/Models/ChatlogRoom.php
new file mode 100644
index 0000000000..66b728fcbd
--- /dev/null
+++ b/Updated_Cms/app/Models/ChatlogRoom.php
@@ -0,0 +1,35 @@
+belongsTo(Room::class);
+ }
+
+ public function sender()
+ {
+ return $this->belongsTo(User::class, 'user_from_id');
+ }
+
+ public function receiver()
+ {
+ return $this->belongsTo(User::class, 'user_to_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/CommandLog.php b/Updated_Cms/app/Models/CommandLog.php
new file mode 100644
index 0000000000..80373b49b3
--- /dev/null
+++ b/Updated_Cms/app/Models/CommandLog.php
@@ -0,0 +1,31 @@
+belongsTo(User::class);
+ }
+ protected function casts(): array
+ {
+ return [
+ 'timestamp' => 'datetime',
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Models/Community/RareValue/WebsiteRareValue.php b/Updated_Cms/app/Models/Community/RareValue/WebsiteRareValue.php
new file mode 100644
index 0000000000..a89c61e3a7
--- /dev/null
+++ b/Updated_Cms/app/Models/Community/RareValue/WebsiteRareValue.php
@@ -0,0 +1,38 @@
+ 'integer',
+ ];
+ }
+
+ public function category(): BelongsTo
+ {
+ return $this->belongsTo(WebsiteRareValueCategory::class, 'category_id');
+ }
+
+ public function item(): BelongsTo
+ {
+ return $this->belongsTo(CatalogItem::class, 'item_id', 'item_ids');
+ }
+
+ public function isLimitedEdition(): bool
+ {
+ if (is_null($this->item)) {
+ return false;
+ }
+
+ return $this->item->limited_stack > 0;
+ }
+}
diff --git a/Updated_Cms/app/Models/Community/RareValue/WebsiteRareValueCategory.php b/Updated_Cms/app/Models/Community/RareValue/WebsiteRareValueCategory.php
new file mode 100644
index 0000000000..37ca846119
--- /dev/null
+++ b/Updated_Cms/app/Models/Community/RareValue/WebsiteRareValueCategory.php
@@ -0,0 +1,16 @@
+hasMany(WebsiteRareValue::class, 'category_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Community/Staff/WebsiteOpenPosition.php b/Updated_Cms/app/Models/Community/Staff/WebsiteOpenPosition.php
new file mode 100644
index 0000000000..873cd21123
--- /dev/null
+++ b/Updated_Cms/app/Models/Community/Staff/WebsiteOpenPosition.php
@@ -0,0 +1,55 @@
+permission_id)->delete();
+ });
+ }
+
+ public function permission()
+ {
+ return $this->belongsTo(Permission::class, 'permission_id', 'id');
+ }
+
+ public function applications()
+ {
+ return $this->hasMany(WebsiteStaffApplications::class, 'rank_id', 'permission_id');
+ }
+
+ #[\Illuminate\Database\Eloquent\Attributes\Scope]
+ protected function canApply($query)
+ {
+ return $query->where('apply_from', '<=', now())->where('apply_to', '>', now());
+ }
+ protected function casts(): array
+ {
+ return [
+ 'apply_from' => 'datetime',
+ 'apply_to' => 'datetime',
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Models/Community/Staff/WebsiteStaffApplications.php b/Updated_Cms/app/Models/Community/Staff/WebsiteStaffApplications.php
new file mode 100644
index 0000000000..e6b766875e
--- /dev/null
+++ b/Updated_Cms/app/Models/Community/Staff/WebsiteStaffApplications.php
@@ -0,0 +1,31 @@
+belongsTo(Permission::class, 'rank_id');
+ }
+
+ public function user(): BelongsTo
+ {
+ return $this->belongsTo(User::class, 'user_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Community/Staff/WebsiteTeam.php b/Updated_Cms/app/Models/Community/Staff/WebsiteTeam.php
new file mode 100644
index 0000000000..bc30a59e9b
--- /dev/null
+++ b/Updated_Cms/app/Models/Community/Staff/WebsiteTeam.php
@@ -0,0 +1,27 @@
+hasMany(User::class, 'team_id', 'id');
+ }
+
+ public function getBadgePath(): string
+ {
+ return sprintf('%s%s.gif', setting('badges_path'), $this->getBadgeName());
+ }
+
+ public function getBadgeName(): string
+ {
+ return $this->badge ?: '';
+ }
+}
diff --git a/Updated_Cms/app/Models/Compositions/HasBadge.php b/Updated_Cms/app/Models/Compositions/HasBadge.php
new file mode 100644
index 0000000000..a87ebe1d7e
--- /dev/null
+++ b/Updated_Cms/app/Models/Compositions/HasBadge.php
@@ -0,0 +1,10 @@
+id, $this->slug]);
+ }
+}
diff --git a/Updated_Cms/app/Models/EmulatorSetting.php b/Updated_Cms/app/Models/EmulatorSetting.php
new file mode 100644
index 0000000000..6c1121a4d8
--- /dev/null
+++ b/Updated_Cms/app/Models/EmulatorSetting.php
@@ -0,0 +1,16 @@
+belongsTo(ItemBase::class, 'item_ids', 'id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Furniture/CatalogPage.php b/Updated_Cms/app/Models/Game/Furniture/CatalogPage.php
new file mode 100644
index 0000000000..7959156953
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Furniture/CatalogPage.php
@@ -0,0 +1,18 @@
+hasMany(CatalogItem::class, 'page_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Furniture/Item.php b/Updated_Cms/app/Models/Game/Furniture/Item.php
new file mode 100644
index 0000000000..57093ea87d
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Furniture/Item.php
@@ -0,0 +1,19 @@
+belongsTo(User::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Furniture/ItemBase.php b/Updated_Cms/app/Models/Game/Furniture/ItemBase.php
new file mode 100644
index 0000000000..998bc6b2a5
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Furniture/ItemBase.php
@@ -0,0 +1,25 @@
+item_name);
+ }
+
+ public function catalogItems(): HasMany
+ {
+ return $this->hasMany(CatalogItem::class, 'item_ids', 'id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Guild/Guild.php b/Updated_Cms/app/Models/Game/Guild/Guild.php
new file mode 100644
index 0000000000..169f10571d
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Guild/Guild.php
@@ -0,0 +1,18 @@
+hasMany(GuildMember::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Guild/GuildMember.php b/Updated_Cms/app/Models/Game/Guild/GuildMember.php
new file mode 100644
index 0000000000..6883f8042a
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Guild/GuildMember.php
@@ -0,0 +1,20 @@
+hasMany(Guild::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Permission.php b/Updated_Cms/app/Models/Game/Permission.php
new file mode 100644
index 0000000000..f1c5d5d879
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Permission.php
@@ -0,0 +1,43 @@
+hasMany(User::class, 'rank', 'id');
+ }
+
+ public function roles(): HasMany
+ {
+ return $this->hasMany(PermissionRole::class);
+ }
+
+ public function staffApplications(): HasMany
+ {
+ return $this->hasMany(StaffApplication::class, 'rank_id');
+ }
+
+ public function getBadgePath(): string
+ {
+ return sprintf('%s%s.gif', setting('badges_path'), $this->getBadgeName());
+ }
+
+ public function getBadgeName(): string
+ {
+ return $this->badge;
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Player/MessengerFriendship.php b/Updated_Cms/app/Models/Game/Player/MessengerFriendship.php
new file mode 100644
index 0000000000..91b851debe
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Player/MessengerFriendship.php
@@ -0,0 +1,15 @@
+belongsTo(User::class, 'user_two_id', 'id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Player/UserBadge.php b/Updated_Cms/app/Models/Game/Player/UserBadge.php
new file mode 100644
index 0000000000..9c3b1b97e2
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Player/UserBadge.php
@@ -0,0 +1,23 @@
+belongsTo(User::class, 'id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Player/UserCurrency.php b/Updated_Cms/app/Models/Game/Player/UserCurrency.php
new file mode 100644
index 0000000000..33d5df3ee0
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Player/UserCurrency.php
@@ -0,0 +1,23 @@
+belongsTo(User::class, 'user_id', 'id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Player/UserSetting.php b/Updated_Cms/app/Models/Game/Player/UserSetting.php
new file mode 100644
index 0000000000..9aded77977
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Player/UserSetting.php
@@ -0,0 +1,21 @@
+belongsTo(User::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Player/UserSubscription.php b/Updated_Cms/app/Models/Game/Player/UserSubscription.php
new file mode 100644
index 0000000000..faaf6e3eff
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Player/UserSubscription.php
@@ -0,0 +1,19 @@
+belongsTo(User::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/Game/Room.php b/Updated_Cms/app/Models/Game/Room.php
new file mode 100644
index 0000000000..cd6cc76b1c
--- /dev/null
+++ b/Updated_Cms/app/Models/Game/Room.php
@@ -0,0 +1,24 @@
+hasOne(Guild::class, 'room_id');
+ }
+
+ public function owner(): BelongsTo
+ {
+ return $this->belongsTo(User::class, 'owner_id', 'id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Help/WebsiteHelpCenterCategory.php b/Updated_Cms/app/Models/Help/WebsiteHelpCenterCategory.php
new file mode 100644
index 0000000000..e3a1db4a83
--- /dev/null
+++ b/Updated_Cms/app/Models/Help/WebsiteHelpCenterCategory.php
@@ -0,0 +1,12 @@
+belongsTo(User::class);
+ }
+
+ public function category(): BelongsTo
+ {
+ return $this->belongsTo(WebsiteHelpCenterCategory::class);
+ }
+
+ public function replies(): HasMany
+ {
+ return $this->hasMany(WebsiteHelpCenterTicketReply::class, 'ticket_id');
+ }
+
+ public function canDeleteTicket()
+ {
+ return $this->user_id === Auth::id() || hasPermission('delete_website_tickets');
+ }
+
+ public function canManageTicket()
+ {
+ return $this->user_id === Auth::id() || hasPermission('manage_website_tickets');
+ }
+
+ public function canCloseTicket()
+ {
+ return $this->user_id === Auth::id() || hasPermission('manage_website_tickets');
+ }
+
+ public function isOpen()
+ {
+ return $this->open || hasPermission('manage_website_tickets');
+ }
+
+ protected function content(): \Illuminate\Database\Eloquent\Casts\Attribute
+ {
+ return \Illuminate\Database\Eloquent\Casts\Attribute::make(get: fn($value) => Purify::clean($value));
+ }
+}
diff --git a/Updated_Cms/app/Models/Help/WebsiteHelpCenterTicketCategories.php b/Updated_Cms/app/Models/Help/WebsiteHelpCenterTicketCategories.php
new file mode 100644
index 0000000000..b28e8cb1d2
--- /dev/null
+++ b/Updated_Cms/app/Models/Help/WebsiteHelpCenterTicketCategories.php
@@ -0,0 +1,10 @@
+belongsTo(WebsiteHelpCenterTicket::class, 'ticket_id');
+ }
+
+ public function user(): BelongsTo
+ {
+ return $this->belongsTo(User::class, 'user_id');
+ }
+
+ public function canDeleteReply()
+ {
+ return $this->user_id === Auth::id() || hasPermission('delete_website_ticket_replies');
+ }
+
+ protected function content(): \Illuminate\Database\Eloquent\Casts\Attribute
+ {
+ return \Illuminate\Database\Eloquent\Casts\Attribute::make(get: fn($value) => Purify::clean($value));
+ }
+}
diff --git a/Updated_Cms/app/Models/Help/WebsiteHelpCenterTicketStatus.php b/Updated_Cms/app/Models/Help/WebsiteHelpCenterTicketStatus.php
new file mode 100644
index 0000000000..5e2980a9d4
--- /dev/null
+++ b/Updated_Cms/app/Models/Help/WebsiteHelpCenterTicketStatus.php
@@ -0,0 +1,10 @@
+belongsTo(WebsiteRuleCategory::class, 'category_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Help/WebsiteRuleCategory.php b/Updated_Cms/app/Models/Help/WebsiteRuleCategory.php
new file mode 100644
index 0000000000..9744d5d44b
--- /dev/null
+++ b/Updated_Cms/app/Models/Help/WebsiteRuleCategory.php
@@ -0,0 +1,16 @@
+hasMany(WebsiteRule::class, 'category_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/ItemDefinition.php b/Updated_Cms/app/Models/ItemDefinition.php
new file mode 100644
index 0000000000..1abefed77f
--- /dev/null
+++ b/Updated_Cms/app/Models/ItemDefinition.php
@@ -0,0 +1,20 @@
+hasMany(UserItem::class, 'item_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Miscellaneous/CameraWeb.php b/Updated_Cms/app/Models/Miscellaneous/CameraWeb.php
new file mode 100644
index 0000000000..8545804f39
--- /dev/null
+++ b/Updated_Cms/app/Models/Miscellaneous/CameraWeb.php
@@ -0,0 +1,70 @@
+where('timestamp', '>=', \Illuminate\Support\Facades\Date::today()->timestamp);
+ }
+
+ if ($period == 'last_week') {
+ $query->whereBetween('timestamp', [now()->subWeek()->timestamp, now()->timestamp]);
+ }
+
+ if ($period == 'last_month') {
+ $query->whereBetween('timestamp', [now()->subMonth()->timestamp, now()->timestamp]);
+ }
+ }
+
+ public function user(): BelongsTo
+ {
+ return $this->belongsTo(User::class);
+ }
+
+ public function room(): BelongsTo
+ {
+ return $this->belongsTo(Room::class);
+ }
+
+ public function likes(): HasMany
+ {
+ return $this->hasMany(CameraLike::class);
+ }
+
+ public function views(): HasMany
+ {
+ return $this->hasMany(CameraView::class);
+ }
+
+ protected function formattedDate(): Attribute
+ {
+ return new Attribute(
+ get: fn () => \Illuminate\Support\Facades\Date::parse($this->timestamp)->format('Y-m-d H:i'),
+ );
+ }
+ protected function casts(): array
+ {
+ return [
+ 'timestamp' => 'datetime',
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Models/Miscellaneous/WebsiteBetaCode.php b/Updated_Cms/app/Models/Miscellaneous/WebsiteBetaCode.php
new file mode 100644
index 0000000000..b4a90126a8
--- /dev/null
+++ b/Updated_Cms/app/Models/Miscellaneous/WebsiteBetaCode.php
@@ -0,0 +1,17 @@
+belongsTo(User::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/Miscellaneous/WebsiteInstallation.php b/Updated_Cms/app/Models/Miscellaneous/WebsiteInstallation.php
new file mode 100644
index 0000000000..eb15de5d94
--- /dev/null
+++ b/Updated_Cms/app/Models/Miscellaneous/WebsiteInstallation.php
@@ -0,0 +1,12 @@
+belongsTo(User::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/Miscellaneous/WebsitePermission.php b/Updated_Cms/app/Models/Miscellaneous/WebsitePermission.php
new file mode 100644
index 0000000000..a69a6dc00e
--- /dev/null
+++ b/Updated_Cms/app/Models/Miscellaneous/WebsitePermission.php
@@ -0,0 +1,10 @@
+belongsTo(User::class, 'email', 'mail');
+ }
+ protected function casts(): array
+ {
+ return [
+ 'created_at' => 'date',
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Models/Room.php b/Updated_Cms/app/Models/Room.php
new file mode 100644
index 0000000000..4442538d23
--- /dev/null
+++ b/Updated_Cms/app/Models/Room.php
@@ -0,0 +1,57 @@
+belongsTo(User::class, 'owner_id');
+ }
+
+ public function items(): HasMany
+ {
+ return $this->hasMany(UserItem::class);
+ }
+
+ public function replicateForUser(User $user): self
+ {
+ $replicatedRoom = $this->replicate();
+
+ $replicatedRoom->owner_id = $user->id;
+ $replicatedRoom->owner_name = $user->username;
+ $replicatedRoom->score = 0;
+ $replicatedRoom->guild_id = 0;
+ $replicatedRoom->is_public = '0';
+ $replicatedRoom->is_staff_picked = '0';
+
+ $replicatedRoom->save();
+
+ $items = [];
+
+ foreach ($this->items as $item) {
+ $replicatedItem = $item->replicate();
+
+ $replicatedItem->user_id = $user->id;
+ $replicatedItem->room_id = $replicatedRoom->id;
+
+ $items[] = $replicatedItem;
+ }
+
+ $replicatedRoom->items()->saveMany($items);
+
+ return $replicatedRoom;
+ }
+}
diff --git a/Updated_Cms/app/Models/Session.php b/Updated_Cms/app/Models/Session.php
new file mode 100644
index 0000000000..0cf61d206c
--- /dev/null
+++ b/Updated_Cms/app/Models/Session.php
@@ -0,0 +1,12 @@
+belongsTo(User::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/Shop/WebsiteShopArticle.php b/Updated_Cms/app/Models/Shop/WebsiteShopArticle.php
new file mode 100644
index 0000000000..fe22e6f949
--- /dev/null
+++ b/Updated_Cms/app/Models/Shop/WebsiteShopArticle.php
@@ -0,0 +1,46 @@
+furniture) {
+ return collect();
+ }
+
+ $furniture = json_decode($this->furniture, true);
+ $furnitureIds = array_column($furniture, 'item_id');
+
+ return ItemBase::whereIn('id', $furnitureIds)->get();
+ }
+
+ public function rank(): HasOne
+ {
+ return $this->hasOne(Permission::class, 'id', 'give_rank');
+ }
+
+ public function features(): HasMany
+ {
+ return $this->HasMany(WebsiteShopArticleFeature::class, 'article_id', 'id');
+ }
+
+ public function price(): float|int
+ {
+ if ($this->costs < 100) {
+ return 1;
+ }
+
+ return $this->costs / 100;
+ }
+}
diff --git a/Updated_Cms/app/Models/Shop/WebsiteShopArticleFeature.php b/Updated_Cms/app/Models/Shop/WebsiteShopArticleFeature.php
new file mode 100644
index 0000000000..9551d3adce
--- /dev/null
+++ b/Updated_Cms/app/Models/Shop/WebsiteShopArticleFeature.php
@@ -0,0 +1,16 @@
+belongsTo(WebsiteShopArticle::class, 'article_id', 'id');
+ }
+}
diff --git a/Updated_Cms/app/Models/Shop/WebsiteShopCategory.php b/Updated_Cms/app/Models/Shop/WebsiteShopCategory.php
new file mode 100644
index 0000000000..cb5af56dd2
--- /dev/null
+++ b/Updated_Cms/app/Models/Shop/WebsiteShopCategory.php
@@ -0,0 +1,16 @@
+hasMany(WebsiteShopArticle::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/Shop/WebsiteShopVoucher.php b/Updated_Cms/app/Models/Shop/WebsiteShopVoucher.php
new file mode 100644
index 0000000000..b4cac193cf
--- /dev/null
+++ b/Updated_Cms/app/Models/Shop/WebsiteShopVoucher.php
@@ -0,0 +1,17 @@
+ 'datetime',
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Models/Shop/WebsiteUsedShopVoucher.php b/Updated_Cms/app/Models/Shop/WebsiteUsedShopVoucher.php
new file mode 100644
index 0000000000..83e6ec010b
--- /dev/null
+++ b/Updated_Cms/app/Models/Shop/WebsiteUsedShopVoucher.php
@@ -0,0 +1,16 @@
+hasMany(WebsiteUsedShopVoucher::class, 'voucher_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/User.php b/Updated_Cms/app/Models/User.php
new file mode 100644
index 0000000000..7fdfaa28eb
--- /dev/null
+++ b/Updated_Cms/app/Models/User.php
@@ -0,0 +1,300 @@
+ 'datetime',
+ 'password' => 'hashed',
+ 'hidden_staff' => 'boolean',
+ 'online' => 'boolean',
+ ];
+ }
+
+ public function currencies(): HasMany
+ {
+ return $this->hasMany(UserCurrency::class, 'user_id');
+ }
+
+ public function sessions()
+ {
+ return $this->hasMany(Session::class);
+ }
+
+ public function currency(string $currency)
+ {
+ if (! $this->relationLoaded('currencies')) {
+ $this->load('currencies');
+ }
+
+ $type = match ($currency) {
+ 'duckets' => 0,
+ 'diamonds' => 5,
+ 'points' => 101,
+ };
+
+ return $this->currencies->where('type', $type)->first()->amount ?? 0;
+ }
+
+ public function permission(): HasOne
+ {
+ return $this->hasOne(Permission::class, 'id', 'rank');
+ }
+
+ public function articles(): HasMany
+ {
+ return $this->hasMany(WebsiteArticle::class);
+ }
+
+ public function referrals(): HasOne
+ {
+ return $this->hasOne(UserReferral::class);
+ }
+
+ public function userReferrals(): HasMany
+ {
+ return $this->hasMany(Referral::class);
+ }
+
+ public function claimedReferralLog(): HasMany
+ {
+ return $this->hasMany(ClaimedReferralLog::class);
+ }
+
+ public function badges(): HasMany
+ {
+ return $this->hasMany(UserBadge::class);
+ }
+
+ public function rooms(): HasMany
+ {
+ return $this->hasMany(Room::class, 'owner_id');
+ }
+
+ public function friends(): HasMany
+ {
+ return $this->hasMany(MessengerFriendship::class, 'user_one_id');
+ }
+
+ public function referralsNeeded()
+ {
+ $referrals = 0;
+
+ if (! is_null($this->referrals)) {
+ $referrals = $this->referrals->referrals_total;
+ }
+
+ return setting('referrals_needed') - $referrals;
+ }
+
+ public function ban(): HasOne
+ {
+ return $this->hasOne(Ban::class, 'user_id')->where('ban_expire', '>', time())->whereIn('type', ['account', 'super']);
+ }
+
+ public function settings(): HasOne
+ {
+ return $this->hasOne(UserSetting::class);
+ }
+
+ public function ssoTicket(): string
+ {
+ $sso = sprintf('%s-%s', Str::replace(' ', '', setting('hotel_name')), Str::uuid());
+
+ if (User::where('auth_ticket', $sso)->exists()) {
+ return $this->ssoTicket();
+ }
+
+ $this->update([
+ 'auth_ticket' => $sso,
+ ]);
+
+ return $sso;
+ }
+
+ public function betaCode(): HasOne
+ {
+ return $this->hasOne(WebsiteBetaCode::class);
+ }
+
+ public function team(): BelongsTo
+ {
+ return $this->belongsTo(WebsiteTeam::class, 'team_id');
+ }
+
+ public function applications(): HasMany
+ {
+ return $this->hasMany(WebsiteStaffApplications::class, 'user_id');
+ }
+
+ public function hcSubscription(): HasOne
+ {
+ return $this->hasOne(UserSubscription::class);
+ }
+
+ public function articleComments(): HasMany
+ {
+ return $this->hasMany(WebsiteArticleComment::class);
+ }
+
+ public function transactions(): HasMany
+ {
+ return $this->hasMany(WebsitePaypalTransaction::class);
+ }
+
+ public function usedShopVouchers(): HasMany
+ {
+ return $this->hasMany(WebsiteUsedShopVoucher::class);
+ }
+
+ public function items(): HasMany
+ {
+ return $this->hasMany(Item::class, 'user_id');
+ }
+
+ public function tickets(): HasMany
+ {
+ return $this->hasMany(WebsiteHelpCenterTicket::class);
+ }
+
+ public function photos(): HasMany
+ {
+ return $this->hasMany(CameraWeb::class);
+ }
+
+ public function profileGuestbook(): HasMany
+ {
+ return $this->hasMany(WebsiteUserGuestbook::class, 'profile_id');
+ }
+
+ public function guestbook(): HasMany
+ {
+ return $this->hasMany(WebsiteUserGuestbook::class, 'user_id');
+ }
+
+ public function chatLogs()
+ {
+ return $this->hasMany(ChatlogRoom::class, 'user_from_id');
+ }
+
+ public function chatLogsPrivate()
+ {
+ return $this->hasMany(ChatlogPrivate::class, 'user_from_id');
+ }
+
+ public function getOnlineFriends(int $total = 10)
+ {
+ return $this->friends()
+ ->select(['user_two_id', 'users.id', 'users.username', 'users.look', 'users.motto', 'users.last_online'])
+ ->join('users', 'users.id', '=', 'user_two_id')
+ ->where('users.online', '1')
+ ->inRandomOrder()
+ ->limit($total)
+ ->get();
+ }
+
+ public function confirmTwoFactorAuthentication($code)
+ {
+ $codeIsValid = app(TwoFactorAuthenticationProvider::class)
+ ->verify(decrypt($this->two_factor_secret), $code);
+
+ if (! $codeIsValid) {
+ return false;
+ }
+
+ $this->update([
+ 'two_factor_confirmed' => true,
+ ]);
+
+ return true;
+ }
+
+ public function hasAppliedForPosition(int $rankId)
+ {
+ return $this->applications()->where('rank_id', '=', $rankId)->exists();
+ }
+
+ public function changePassword(string $newPassword)
+ {
+ $this->password = Hash::make($newPassword);
+ $this->save();
+ }
+
+ public function getFilamentName(): string
+ {
+ return $this->username ?? 'Guest';
+ }
+
+ public function canAccessPanel(Panel $panel): bool
+ {
+ return hasHousekeepingPermission('can_access_housekeeping');
+ }
+
+ public function getActivitylogOptions(): LogOptions
+ {
+ return LogOptions::defaults()
+ ->logOnly(['id', 'username', 'motto', 'rank', 'credits'])
+ ->logOnlyDirty()
+ ->dontSubmitEmptyLogs();
+ }
+
+ #[\Override]
+ public function save(array $options = [])
+ {
+ if (! $this->isDirty()) {
+ return false;
+ }
+
+ return parent::save($options);
+ }
+}
diff --git a/Updated_Cms/app/Models/User/Ban.php b/Updated_Cms/app/Models/User/Ban.php
new file mode 100644
index 0000000000..e1e26b0e7d
--- /dev/null
+++ b/Updated_Cms/app/Models/User/Ban.php
@@ -0,0 +1,34 @@
+belongsTo(User::class);
+ }
+
+ public function staff(): BelongsTo
+ {
+ return $this->belongsTo(User::class, 'user_staff_id');
+ }
+
+ public function getActivitylogOptions(): LogOptions
+ {
+ return LogOptions::defaults()
+ ->logOnly(['user_id', 'ip', 'ban_expire', 'ban_reason', 'type']);
+ }
+}
diff --git a/Updated_Cms/app/Models/User/ClaimedReferralLog.php b/Updated_Cms/app/Models/User/ClaimedReferralLog.php
new file mode 100644
index 0000000000..c565341cb2
--- /dev/null
+++ b/Updated_Cms/app/Models/User/ClaimedReferralLog.php
@@ -0,0 +1,17 @@
+belongsTo(User::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/User/Referral.php b/Updated_Cms/app/Models/User/Referral.php
new file mode 100644
index 0000000000..95c778df0a
--- /dev/null
+++ b/Updated_Cms/app/Models/User/Referral.php
@@ -0,0 +1,10 @@
+belongsTo(User::class);
+ }
+}
diff --git a/Updated_Cms/app/Models/User/WebsiteUserGuestbook.php b/Updated_Cms/app/Models/User/WebsiteUserGuestbook.php
new file mode 100644
index 0000000000..5528e42f8a
--- /dev/null
+++ b/Updated_Cms/app/Models/User/WebsiteUserGuestbook.php
@@ -0,0 +1,22 @@
+belongsTo(User::class, 'profile_id');
+ }
+
+ public function user(): BelongsTo
+ {
+ return $this->belongsTo(User::class, 'user_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/WebsiteAd.php b/Updated_Cms/app/Models/WebsiteAd.php
new file mode 100644
index 0000000000..9d7c49f724
--- /dev/null
+++ b/Updated_Cms/app/Models/WebsiteAd.php
@@ -0,0 +1,67 @@
+ $settingsService->getOrDefault('ads_picture_path'));
+ if (! str_starts_with((string) $adsPicturePath, 'http')) {
+ $adsPicturePath = rtrim((string) config('app.url'), '/') . '/' . ltrim((string) $adsPicturePath, '/');
+ }
+ return rtrim((string) $adsPicturePath, '/') . '/' . $this->image;
+ });
+ }
+
+ #[\Override]
+ protected static function booted()
+ {
+ static::deleting(function ($websiteAd): void {
+ try {
+ $websiteAd->configureAdsDisk();
+
+ logger()->info('Attempting to delete image file:', ['file' => $websiteAd->image]);
+
+ if ($websiteAd->image && Storage::disk('ads')->exists($websiteAd->image)) {
+ Storage::disk('ads')->delete($websiteAd->image);
+ logger()->info('Image file deleted:', ['file' => $websiteAd->image]);
+ } else {
+ logger()->warning('Image file not found:', ['file' => $websiteAd->image]);
+ }
+ } catch (Exception $e) {
+ logger()->error('Failed to delete image file:', [
+ 'file' => $websiteAd->image,
+ 'error' => $e->getMessage(),
+ ]);
+ }
+ });
+ }
+
+ protected function configureAdsDisk(): void
+ {
+ $settingsService = app(SettingsService::class);
+
+ $adsPath = Cache::remember('ads_path_filesystem', 3600, fn () => $settingsService->getOrDefault('ads_path_filesystem'));
+
+ config(['filesystems.disks.ads' => [
+ 'driver' => 'local',
+ 'root' => $adsPath,
+ ]]);
+ }
+}
diff --git a/Updated_Cms/app/Models/WebsiteBadge.php b/Updated_Cms/app/Models/WebsiteBadge.php
new file mode 100644
index 0000000000..ac6e646a6b
--- /dev/null
+++ b/Updated_Cms/app/Models/WebsiteBadge.php
@@ -0,0 +1,17 @@
+belongsTo(User::class, 'user_id');
+ }
+}
diff --git a/Updated_Cms/app/Models/WebsiteHousekeepingPermission.php b/Updated_Cms/app/Models/WebsiteHousekeepingPermission.php
new file mode 100644
index 0000000000..ea9ee08105
--- /dev/null
+++ b/Updated_Cms/app/Models/WebsiteHousekeepingPermission.php
@@ -0,0 +1,10 @@
+logAll();
+ }
+}
diff --git a/Updated_Cms/app/Observers/UserObserver.php b/Updated_Cms/app/Observers/UserObserver.php
new file mode 100644
index 0000000000..b1d7de948f
--- /dev/null
+++ b/Updated_Cms/app/Observers/UserObserver.php
@@ -0,0 +1,27 @@
+settings()->create([
+ 'last_hc_payday' => $isHcEnabled ? now()->addYears(10)->unix() : 0,
+ ]);
+
+ if ($isHcEnabled) {
+ $user->hcSubscription()->insert([
+ 'user_id' => $user->id,
+ 'subscription_type' => 'HABBO_CLUB',
+ 'timestamp_start' => now()->unix(),
+ 'timestamp_expire' => now()->addYears(10)->unix(),
+ ]);
+ }
+ }
+}
diff --git a/Updated_Cms/app/Observers/WebsiteDrawBadgeObserver.php b/Updated_Cms/app/Observers/WebsiteDrawBadgeObserver.php
new file mode 100644
index 0000000000..17671a303c
--- /dev/null
+++ b/Updated_Cms/app/Observers/WebsiteDrawBadgeObserver.php
@@ -0,0 +1,69 @@
+wasChanged() || ! $websiteDrawBadge->badge_path) {
+ return;
+ }
+
+ $badgeCode = pathinfo($websiteDrawBadge->badge_path, PATHINFO_FILENAME);
+
+ if (! $websiteDrawBadge->published) {
+ DB::table('users_badges')
+ ->where('user_id', $websiteDrawBadge->user_id)
+ ->where('badge_code', $badgeCode)
+ ->delete();
+
+ // Remove from JSON
+ $this->updateExternalTexts(false, $badgeCode);
+
+ return;
+ }
+
+ $exists = DB::table('users_badges')
+ ->where('user_id', $websiteDrawBadge->user_id)
+ ->where('badge_code', $badgeCode)
+ ->exists();
+
+ if (! $exists) {
+ DB::table('users_badges')->insert([
+ 'user_id' => $websiteDrawBadge->user_id,
+ 'slot_id' => 0,
+ 'badge_code' => $badgeCode,
+ ]);
+ }
+
+ // Add to JSON
+ $this->updateExternalTexts(true, $badgeCode, $websiteDrawBadge->badge_name, $websiteDrawBadge->badge_desc);
+ }
+
+ protected function updateExternalTexts(bool $add, string $badgeCode, ?string $name = null, ?string $desc = null): void
+ {
+ $filePath = DB::table('website_settings')->where('key', 'nitro_external_texts_file')->value('value');
+
+ if (! $filePath || ! file_exists($filePath) || ! is_writable($filePath)) {
+ return;
+ }
+
+ $json = json_decode(file_get_contents($filePath), true);
+
+ if ($add) {
+ $json = array_merge($json, [
+ "badge_name_{$badgeCode}" => $name,
+ "badge_desc_{$badgeCode}" => $desc,
+ ]);
+ } else {
+ unset($json["badge_name_{$badgeCode}"]);
+ unset($json["badge_desc_{$badgeCode}"]);
+ }
+
+ file_put_contents($filePath, json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
+ }
+}
diff --git a/Updated_Cms/app/Policies/AchievementPolicy.php b/Updated_Cms/app/Policies/AchievementPolicy.php
new file mode 100644
index 0000000000..1d5fa946e7
--- /dev/null
+++ b/Updated_Cms/app/Policies/AchievementPolicy.php
@@ -0,0 +1,30 @@
+app->bind(
+ Vite::class,
+ ViteService::class,
+ );
+
+ $this->app->singleton(
+ SettingsService::class,
+ fn () => new SettingsService,
+ );
+
+ $this->app->singleton(
+ PermissionsService::class,
+ fn () => new PermissionsService,
+ );
+
+ $this->app->singleton(
+ RconService::class,
+ fn () => new RconService,
+ );
+ }
+
+ /**
+ * Bootstrap any application services.
+ */
+ public function boot(): void
+ {
+ if (config('habbo.site.force_https')) {
+ URL::forceScheme('https');
+ }
+
+ Table::configureUsing(function (Table $table): void {
+ $table->paginated([10, 25, 50]);
+ });
+
+ $settingsService = app(SettingsService::class);
+ $badgePath = $settingsService->getOrDefault('badge_path_filesystem', '/var/www/gamedata/c_images/album1584');
+ Config::set('filesystems.disks.badges.root', $badgePath);
+
+ $adsPath = $settingsService->getOrDefault('ads_path_filesystem', '/var/www/gamedata/custom');
+ Config::set('filesystems.disks.ads.root', $adsPath);
+
+ WebsiteDrawBadge::observe(WebsiteDrawBadgeObserver::class);
+ }
+}
diff --git a/Updated_Cms/app/Providers/AuthServiceProvider.php b/Updated_Cms/app/Providers/AuthServiceProvider.php
new file mode 100644
index 0000000000..9a46369f64
--- /dev/null
+++ b/Updated_Cms/app/Providers/AuthServiceProvider.php
@@ -0,0 +1,29 @@
+
+ */
+ protected $policies = [
+ // 'App\Models\Model' => 'App\Policies\ModelPolicy',
+ Activity::class => ActivityPolicy::class,
+ ];
+
+ /**
+ * Register any authentication / authorization services.
+ */
+ public function boot(): void
+ {
+ //
+ }
+}
diff --git a/Updated_Cms/app/Providers/BroadcastServiceProvider.php b/Updated_Cms/app/Providers/BroadcastServiceProvider.php
new file mode 100644
index 0000000000..2be04f5d9d
--- /dev/null
+++ b/Updated_Cms/app/Providers/BroadcastServiceProvider.php
@@ -0,0 +1,19 @@
+>
+ */
+ protected $listen = [
+ Registered::class => [
+ SendEmailVerificationNotification::class,
+ ],
+ ];
+
+ protected $observers = [
+ User::class => [UserObserver::class],
+ ];
+
+ /**
+ * Register any events for your application.
+ */
+ #[\Override]
+ public function boot(): void {}
+
+ /**
+ * Determine if events and listeners should be automatically discovered.
+ */
+ #[\Override]
+ public function shouldDiscoverEvents(): bool
+ {
+ return false;
+ }
+}
diff --git a/Updated_Cms/app/Providers/Filament/AdminFilamentPanelProvider.php b/Updated_Cms/app/Providers/Filament/AdminFilamentPanelProvider.php
new file mode 100644
index 0000000000..3773447779
--- /dev/null
+++ b/Updated_Cms/app/Providers/Filament/AdminFilamentPanelProvider.php
@@ -0,0 +1,60 @@
+default()
+ ->id('housekeeping')
+ ->path('housekeeping')
+ ->login()
+ ->colors([
+ 'primary' => Color::Amber,
+ ])
+ ->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
+ ->discoverPages(in: app_path('Filament/Pages'), for: 'App\\Filament\\Pages')
+ ->pages([
+ Dashboard::class,
+ ])
+ ->discoverWidgets(in: app_path('Filament/Widgets'), for: 'App\\Filament\\Widgets')
+ ->widgets([
+ AccountWidget::class,
+ FilamentInfoWidget::class,
+ ])
+ ->middleware([
+ EncryptCookies::class,
+ AddQueuedCookiesToResponse::class,
+ StartSession::class,
+ AuthenticateSession::class,
+ ShareErrorsFromSession::class,
+ VerifyCsrfToken::class,
+ SubstituteBindings::class,
+ DisableBladeIconComponents::class,
+ DispatchServingFilamentEvent::class,
+ ])
+ ->authMiddleware([
+ Authenticate::class,
+ ])
+ ->plugins([]);
+ }
+}
diff --git a/Updated_Cms/app/Providers/FortifyServiceProvider.php b/Updated_Cms/app/Providers/FortifyServiceProvider.php
new file mode 100644
index 0000000000..321363a143
--- /dev/null
+++ b/Updated_Cms/app/Providers/FortifyServiceProvider.php
@@ -0,0 +1,95 @@
+app->singleton(
+ \Laravel\Fortify\Actions\DisableTwoFactorAuthentication::class,
+ DisableTwoFactorAuthentication::class,
+ );
+ }
+
+ /**
+ * Bootstrap any application services.
+ */
+ public function boot(): void
+ {
+ Fortify::createUsersUsing(CreateNewUser::class);
+
+ RateLimiter::for('login', fn (Request $request) => Limit::perMinute(5)->by($request->input('username') . $request->ip()));
+
+ RateLimiter::for('two-factor', fn (Request $request) => Limit::perMinute(5)->by($request->session()->get('login.id')));
+
+ Fortify::loginView(fn () => view(\Illuminate\Auth\Events\Login::class, [
+ 'articles' => WebsiteArticle::latest('id')
+ ->take(4)
+ ->has('user')
+ ->with('user:id,username,look')
+ ->get(),
+ 'photos' => CameraWeb::latest('id')
+ ->take(4)
+ ->with('user:id,username,look')
+ ->get(),
+ ]));
+
+ Fortify::registerView(function (Request $request) {
+ if (setting('disable_registration') === '1') {
+ return to_route('welcome')->withErrors([
+ 'register' => __('Registration is currently disabled.'),
+ ]);
+ }
+
+ return view('auth.register', [
+ 'referral_code' => $request->route('referral_code'),
+ 'articles' => WebsiteArticle::latest('id')
+ ->take(4)
+ ->has('user')
+ ->with('user:id,username,look')
+ ->get(),
+ 'photos' => CameraWeb::latest('id')
+ ->take(2)
+ ->with('user:id,username,look')
+ ->get(),
+ ]);
+ });
+
+ Fortify::confirmPasswordView(fn () => view('auth.passwords.confirm'));
+
+ Fortify::twoFactorChallengeView(fn () => view('auth.two-factor-challenge'));
+
+ $this->authenticate();
+ }
+
+ private function authenticate()
+ {
+ Fortify::authenticateThrough(fn () => array_filter([
+ config('fortify.limiters.login') ? null : EnsureLoginIsNotThrottled::class,
+
+ Features::enabled(Features::twoFactorAuthentication()) ? RedirectIfTwoFactorConfirmed::class : null,
+ AttemptToAuthenticate::class,
+ PrepareAuthenticatedSession::class,
+ ]));
+ }
+}
diff --git a/Updated_Cms/app/Providers/RouteServiceProvider.php b/Updated_Cms/app/Providers/RouteServiceProvider.php
new file mode 100644
index 0000000000..f71b6f6a6a
--- /dev/null
+++ b/Updated_Cms/app/Providers/RouteServiceProvider.php
@@ -0,0 +1,47 @@
+configureRateLimiting();
+
+ $this->routes(function (): void {
+ Route::middleware('api')
+ ->prefix('api')
+ ->group(base_path('routes/api.php'));
+
+ Route::middleware('web')
+ ->group(base_path('routes/web.php'));
+ });
+ }
+
+ /**
+ * Configure the rate limiters for the application.
+ */
+ protected function configureRateLimiting(): void
+ {
+ RateLimiter::for('api', fn (Request $request) => Limit::perMinute(60)->by($request->user()?->id ?: $request->ip()));
+ }
+}
diff --git a/Updated_Cms/app/Rules/BetaCodeRule.php b/Updated_Cms/app/Rules/BetaCodeRule.php
new file mode 100644
index 0000000000..c2f02aba61
--- /dev/null
+++ b/Updated_Cms/app/Rules/BetaCodeRule.php
@@ -0,0 +1,17 @@
+whereNull('user_id')->doesntExist()) {
+ $fail(__('The beta code is invalid.'));
+ }
+ }
+}
diff --git a/Updated_Cms/app/Rules/CurrentPasswordRule.php b/Updated_Cms/app/Rules/CurrentPasswordRule.php
new file mode 100644
index 0000000000..b1e7e4b519
--- /dev/null
+++ b/Updated_Cms/app/Rules/CurrentPasswordRule.php
@@ -0,0 +1,21 @@
+password)) {
+ $fail('It seems like your current password is wrong.');
+ }
+ }
+}
diff --git a/Updated_Cms/app/Rules/GoogleRecaptchaRule.php b/Updated_Cms/app/Rules/GoogleRecaptchaRule.php
new file mode 100644
index 0000000000..38a8f8a63b
--- /dev/null
+++ b/Updated_Cms/app/Rules/GoogleRecaptchaRule.php
@@ -0,0 +1,38 @@
+request(
+ 'POST', 'https://www.google.com/recaptcha/api/siteverify', [
+ 'form_params' => [
+ 'secret' => config('habbo.site.recaptcha_secret_key'),
+ 'response' => $value,
+ 'remoteip' => request()->ip(),
+ ],
+ ],
+ );
+
+ if ($response->getStatusCode() !== 200) {
+ $fail(__('The Google recaptcha was not successful.'));
+ }
+
+ $body = json_decode((string) $response->getBody());
+
+ return $body->success;
+ }
+}
diff --git a/Updated_Cms/app/Rules/Password.php b/Updated_Cms/app/Rules/Password.php
new file mode 100644
index 0000000000..4bc10cdc31
--- /dev/null
+++ b/Updated_Cms/app/Rules/Password.php
@@ -0,0 +1,180 @@
+requireUppercase && Str::lower($value) === $value) {
+ return false;
+ }
+
+ if ($this->requireNumeric && ! preg_match('/\d/', $value)) {
+ return false;
+ }
+
+ if ($this->requireSpecialCharacter && ! preg_match('/[\W_]/', $value)) {
+ return false;
+ }
+
+ return Str::length($value) >= $this->length;
+ }
+
+ /**
+ * Get the validation error message.
+ */
+ public function message(): string
+ {
+ if ($this->message) {
+ return $this->message;
+ }
+
+ return match (true) {
+ $this->requireUppercase
+ && ! $this->requireNumeric
+ && ! $this->requireSpecialCharacter => __(
+ 'The :attribute must be at least :length characters and contain at least one uppercase character.',
+ [
+ 'length' => $this->length,
+ ],
+ ),
+ $this->requireNumeric
+ && ! $this->requireUppercase
+ && ! $this->requireSpecialCharacter => __(
+ 'The :attribute must be at least :length characters and contain at least one number.',
+ [
+ 'length' => $this->length,
+ ],
+ ),
+ $this->requireSpecialCharacter
+ && ! $this->requireUppercase
+ && ! $this->requireNumeric => __(
+ 'The :attribute must be at least :length characters and contain at least one special character.',
+ [
+ 'length' => $this->length,
+ ],
+ ),
+ $this->requireUppercase
+ && $this->requireNumeric
+ && ! $this->requireSpecialCharacter => __(
+ 'The :attribute must be at least :length characters and contain at least one uppercase character and one number.',
+ [
+ 'length' => $this->length,
+ ],
+ ),
+ $this->requireUppercase
+ && $this->requireSpecialCharacter
+ && ! $this->requireNumeric => __(
+ 'The :attribute must be at least :length characters and contain at least one uppercase character and one special character.',
+ [
+ 'length' => $this->length,
+ ],
+ ),
+ $this->requireUppercase
+ && $this->requireNumeric
+ && $this->requireSpecialCharacter => __(
+ 'The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.',
+ [
+ 'length' => $this->length,
+ ],
+ ),
+ $this->requireNumeric
+ && $this->requireSpecialCharacter
+ && ! $this->requireUppercase => __(
+ 'The :attribute must be at least :length characters and contain at least one special character and one number.',
+ [
+ 'length' => $this->length,
+ ],
+ ),
+ default => __('The :attribute must be at least :length characters.', [
+ 'length' => $this->length,
+ ]),
+ };
+ }
+
+ /**
+ * Set the minimum length of the password.
+ */
+ public function length(int $length)
+ {
+ $this->length = $length;
+
+ return $this;
+ }
+
+ /**
+ * Indicate that at least one uppercase character is required.
+ */
+ public function requireUppercase(): static
+ {
+ $this->requireUppercase = true;
+
+ return $this;
+ }
+
+ /**
+ * Indicate that at least one numeric digit is required.
+ */
+ public function requireNumeric(): static
+ {
+ $this->requireNumeric = true;
+
+ return $this;
+ }
+
+ /**
+ * Indicate that at least one special character is required.
+ */
+ public function requireSpecialCharacter(): static
+ {
+ $this->requireSpecialCharacter = true;
+
+ return $this;
+ }
+
+ /**
+ * Set the message that should be used when the rule fails.
+ */
+ public function withMessage(string $message): static
+ {
+ $this->message = $message;
+
+ return $this;
+ }
+}
diff --git a/Updated_Cms/app/Rules/TurnstileCheck.php b/Updated_Cms/app/Rules/TurnstileCheck.php
new file mode 100644
index 0000000000..c546420bec
--- /dev/null
+++ b/Updated_Cms/app/Rules/TurnstileCheck.php
@@ -0,0 +1,19 @@
+installation_key) {
+ $fail('The :attribute does not match');
+ }
+ }
+}
diff --git a/Updated_Cms/app/Rules/WebsiteWordfilterRule.php b/Updated_Cms/app/Rules/WebsiteWordfilterRule.php
new file mode 100644
index 0000000000..1970129f8f
--- /dev/null
+++ b/Updated_Cms/app/Rules/WebsiteWordfilterRule.php
@@ -0,0 +1,22 @@
+pluck('word')
+ ->toArray();
+
+ if (setting('website_wordfilter_enabled') === '1' && in_array(strtolower((string) $value), $words) || Str::contains(strtolower((string) $value), $words)) {
+ $fail(__('You entered something that is not allowed on :hotel', ['hotel' => setting('hotel_name')]));
+ }
+ }
+}
diff --git a/Updated_Cms/app/Services/Articles/ArticleService.php b/Updated_Cms/app/Services/Articles/ArticleService.php
new file mode 100644
index 0000000000..06f9d2a176
--- /dev/null
+++ b/Updated_Cms/app/Services/Articles/ArticleService.php
@@ -0,0 +1,24 @@
+ function ($query): void {
+ $query->select('id', 'username', 'look');
+ }])->orderByDesc('id');
+
+ return $paginate ? $query->paginate($perPage) : $query->get();
+ }
+
+ public function fetchArticle(string $slug): WebsiteArticle
+ {
+ return WebsiteArticle::where('slug', '=', $slug)->firstOrFail();
+ }
+}
diff --git a/Updated_Cms/app/Services/Articles/CommentService.php b/Updated_Cms/app/Services/Articles/CommentService.php
new file mode 100644
index 0000000000..a6e618784f
--- /dev/null
+++ b/Updated_Cms/app/Services/Articles/CommentService.php
@@ -0,0 +1,48 @@
+userHasReachedArticleCommentLimit()) {
+ return back()->withErrors([
+ 'message' => __('You can only comment :amount times per article', ['amount' => setting('max_comment_per_article')]),
+ ]);
+ }
+
+ if (! $article->can_comment) {
+ return back()->withErrors([
+ 'message' => __('This article has been locked from receiving comments'),
+ ]);
+ }
+
+ return $article->comments()->create([
+ 'user_id' => Auth::id(),
+ 'comment' => $comment,
+ ]);
+ }
+
+ public function destroy(WebsiteArticleComment $comment): bool|RedirectResponse|null
+ {
+ if (! $comment->canBeDeleted()) {
+ return back()->withErrors([
+ 'message' => __('You can only delete your own comments'),
+ ]);
+ }
+
+ if (! $comment->delete()) {
+ return back()->withErrors([
+ 'message' => __('An error occurred while deleting the comment'),
+ ]);
+ }
+
+ return $comment->delete();
+ }
+}
diff --git a/Updated_Cms/app/Services/Articles/ReactionService.php b/Updated_Cms/app/Services/Articles/ReactionService.php
new file mode 100644
index 0000000000..1f61410245
--- /dev/null
+++ b/Updated_Cms/app/Services/Articles/ReactionService.php
@@ -0,0 +1,36 @@
+get('reaction');
+
+ if (! is_string($reaction) || ! in_array($reaction, config('habbo.reactions'))) {
+ return ['success' => false];
+ }
+
+ $existingReaction = WebsiteArticleReaction::getReaction($article->id, $user->id, $reaction);
+
+ if ($existingReaction instanceof \App\Models\Articles\WebsiteArticleReaction) {
+ $existingReaction->update(['active' => ! $existingReaction->active]);
+ } else {
+ $article->reactions()->create([
+ 'reaction' => $reaction,
+ ]);
+ }
+
+ return [
+ 'success' => true,
+ 'added' => $existingReaction?->active ?? true,
+ 'username' => $user->username,
+ ];
+ }
+}
diff --git a/Updated_Cms/app/Services/Community/CameraService.php b/Updated_Cms/app/Services/Community/CameraService.php
new file mode 100644
index 0000000000..7ed67b9937
--- /dev/null
+++ b/Updated_Cms/app/Services/Community/CameraService.php
@@ -0,0 +1,17 @@
+latest('id')
+ ->with('user:id,username,look');
+
+ return $paginate ? $photos->paginate($perPage) : $photos->get();
+ }
+}
diff --git a/Updated_Cms/app/Services/Community/RareValues/RareValueCategoriesService.php b/Updated_Cms/app/Services/Community/RareValues/RareValueCategoriesService.php
new file mode 100644
index 0000000000..ba57696532
--- /dev/null
+++ b/Updated_Cms/app/Services/Community/RareValues/RareValueCategoriesService.php
@@ -0,0 +1,36 @@
+with('furniture')->get();
+ }
+
+ public function fetchCategoryById(int $id): ?WebsiteRareValueCategory
+ {
+ return WebsiteRareValueCategory::orderBy('priority')->whereId($id)->with('furniture')->first();
+ }
+
+ public function searchCategories(string $searchTerm): Collection
+ {
+ return WebsiteRareValueCategory::orderBy('priority')->whereHas('furniture', function ($query) use ($searchTerm): void {
+ $query->where('name', 'like', '%' . $searchTerm . '%');
+ })
+ ->with(['furniture' => function ($query) use ($searchTerm): void {
+ $query->where('name', 'like', '%' . $searchTerm . '%');
+ }])
+ ->get();
+ }
+}
diff --git a/Updated_Cms/app/Services/Community/RareValues/RareValuesService.php b/Updated_Cms/app/Services/Community/RareValues/RareValuesService.php
new file mode 100644
index 0000000000..2af5d3296c
--- /dev/null
+++ b/Updated_Cms/app/Services/Community/RareValues/RareValuesService.php
@@ -0,0 +1,5 @@
+applications()->create([
+ 'rank_id' => $positionId,
+ 'content' => $content,
+ ]);
+ }
+
+ public function fetchOpenPositions(): Collection
+ {
+ return WebsiteOpenPosition::canApply()->with('permission')->get();
+ }
+
+ public function hasUserAppliedForPosition($user, $positionId): bool
+ {
+ return $user->applications()->where('rank_id', $positionId)->exists();
+ }
+
+ public function isPositionOpenForApplication($position): bool
+ {
+ $currentTime = now();
+
+ return $position->apply_from <= $currentTime && $position->apply_to >= $currentTime;
+ }
+}
diff --git a/Updated_Cms/app/Services/Community/StaffService.php b/Updated_Cms/app/Services/Community/StaffService.php
new file mode 100644
index 0000000000..73cdc31c64
--- /dev/null
+++ b/Updated_Cms/app/Services/Community/StaffService.php
@@ -0,0 +1,60 @@
+select('id', 'rank_name', 'badge', 'staff_color', 'job_description')
+ ->when(Auth::user()->rank < (int) setting('min_rank_to_see_hidden_staff'), fn ($query) => $query->where('hidden_rank', false))
+ ->where('id', '>=', setting('min_staff_rank'))
+ ->orderByDesc('id')
+ ->with(['users' => function ($query): void {
+ $query->select('id', 'username', 'rank', 'motto', 'look', 'hidden_staff', 'online')
+ ->when(Auth::user()->rank < (int) setting('min_rank_to_see_hidden_staff'), fn ($query) => $query->where('hidden_staff', false));
+ }])
+ ->get();
+
+ if ($cacheEnabled) {
+ $cacheTimer = (int) setting('cache_timer');
+ Cache::put('staff_positions', $employees, now()->addMinutes($cacheTimer));
+ }
+
+ return $employees;
+ }
+
+ public function fetchEmployeeIds(): array
+ {
+ $cacheEnabled = setting('enable_caching') === '1';
+
+ if ($cacheEnabled && Cache::has('staff_ids')) {
+ return Cache::get('staff_ids');
+ }
+
+ $staffIds = User::select('id')
+ ->where('rank', '>=', setting('min_staff_rank'))
+ ->get()
+ ->pluck('id')->toArray();
+
+ if ($cacheEnabled) {
+ $cacheTimer = (int) setting('cache_timer');
+ Cache::put('staff_ids', $staffIds, now()->addMinutes($cacheTimer));
+ }
+
+ return $staffIds;
+ }
+}
diff --git a/Updated_Cms/app/Services/Community/TeamService.php b/Updated_Cms/app/Services/Community/TeamService.php
new file mode 100644
index 0000000000..862a7a7aa9
--- /dev/null
+++ b/Updated_Cms/app/Services/Community/TeamService.php
@@ -0,0 +1,34 @@
+where('hidden_rank', false)
+ ->orderByDesc('id')
+ ->with(['users' => function ($query): void {
+ $query->select('id', 'username', 'look', 'motto', 'rank', 'team_id', 'online');
+ }])
+ ->get();
+
+ if ($cacheEnabled) {
+ $cacheTimer = (int) setting('cache_timer');
+ Cache::put('hotel_teams', $employees, now()->addMinutes($cacheTimer));
+ }
+
+ return $employees;
+ }
+}
diff --git a/Updated_Cms/app/Services/FindRetrosService.php b/Updated_Cms/app/Services/FindRetrosService.php
new file mode 100644
index 0000000000..fc3f688eb4
--- /dev/null
+++ b/Updated_Cms/app/Services/FindRetrosService.php
@@ -0,0 +1,79 @@
+client = new Client(['verify' => false]);
+ }
+
+ /**
+ * Check the user has voted.
+ */
+ public function checkHasVoted(): bool
+ {
+ if (! config('habbo.findretros.enabled')) {
+ return true;
+ }
+
+ $cacheKey = sprintf(self::FIND_RETROS_CACHE_KEY, request()->ip());
+ if (request()->ip() === '127.0.0.1') {
+ return true;
+ }
+
+ if (request()->has('novote')) {
+ return true;
+ }
+
+ if (Cache::has($cacheKey)) {
+ return true;
+ }
+
+ $uri = sprintf(self::FIND_RETROS_VERIFY_URI, config('habbo.findretros.api'), config('habbo.findretros.name'), request()->ip());
+ $request = $this->client->get($uri);
+ $response = $request->getBody()->getContents();
+
+ if (in_array($response, ['1', '2'])) {
+ Cache::put($cacheKey, true, now()->addMinutes(30));
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Retrieve the find retros redirect url.
+ */
+ public function getRedirectUri(): string
+ {
+ return sprintf(self::FIND_RETROS_REDIRECT_URI, config('habbo.findretros.api'), config('habbo.findretros.name'));
+ }
+}
diff --git a/Updated_Cms/app/Services/HousekeepingPermissionsService.php b/Updated_Cms/app/Services/HousekeepingPermissionsService.php
new file mode 100644
index 0000000000..a8e8948786
--- /dev/null
+++ b/Updated_Cms/app/Services/HousekeepingPermissionsService.php
@@ -0,0 +1,25 @@
+permissions = WebsiteHousekeepingPermission::all()->pluck('min_rank', 'permission');
+ }
+
+ public function getOrDefault(string $permissionName, bool $default = false): bool
+ {
+ if (! array_key_exists($permissionName, $this->permissions->toArray())) {
+ return $default;
+ }
+
+ return auth()->check() && auth()->user()->rank >= (int) $this->permissions->get($permissionName);
+ }
+}
diff --git a/Updated_Cms/app/Services/IpLookupService.php b/Updated_Cms/app/Services/IpLookupService.php
new file mode 100644
index 0000000000..7209769a72
--- /dev/null
+++ b/Updated_Cms/app/Services/IpLookupService.php
@@ -0,0 +1,28 @@
+get(sprintf('%s/%s?api-key=%s', $this->baseUrl, $ip, $this->apiKey));
+
+ if (! $response->ok()) {
+ $message = array_key_exists('message', $response->json()) ? $response->json()['message'] : 'Unknown error';
+
+ return [
+ 'message' => $message,
+ 'status' => $response->status(),
+ ];
+ }
+
+ return $response->json();
+ }
+}
diff --git a/Updated_Cms/app/Services/PermissionsService.php b/Updated_Cms/app/Services/PermissionsService.php
new file mode 100644
index 0000000000..fb0c350ece
--- /dev/null
+++ b/Updated_Cms/app/Services/PermissionsService.php
@@ -0,0 +1,28 @@
+addMinutes(30), fn () => WebsitePermission::all()->pluck('min_rank', 'permission'));
+
+ $this->permissions = Cache::get('website_permissions');
+ }
+
+ public function getOrDefault(string $permissionName, bool $default = false): bool
+ {
+ if (! array_key_exists($permissionName, $this->permissions->toArray())) {
+ return $default;
+ }
+
+ return auth()->check() && auth()->user()->rank >= (int) $this->permissions->get($permissionName);
+ }
+}
diff --git a/Updated_Cms/app/Services/RconService.php b/Updated_Cms/app/Services/RconService.php
new file mode 100644
index 0000000000..b31e95f168
--- /dev/null
+++ b/Updated_Cms/app/Services/RconService.php
@@ -0,0 +1,257 @@
+config = [
+ 'ip' => setting('rcon_ip'),
+ 'port' => (int) setting('rcon_port'),
+ ];
+
+ $this->initialize();
+ }
+
+ private function initialize(): void
+ {
+ $this->socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
+
+ if (! $this->socket) {
+ $error = socket_strerror(socket_last_error());
+ Log::error("RCON initialization failed: $error");
+
+ $this->closeConnection();
+
+ return;
+ }
+
+ if (! @socket_connect($this->socket, $this->config['ip'], $this->config['port'])) {
+ $error = socket_strerror(socket_last_error());
+ Log::error("RCON connection failed: $error");
+
+ $this->closeConnection();
+
+ return;
+ }
+
+ $this->isConnected = true;
+ }
+
+ private function closeConnection(): void
+ {
+ if ($this->socket instanceof \Socket) {
+ socket_close($this->socket);
+ }
+
+ $this->socket = null;
+ $this->isConnected = false;
+ }
+
+ public function isConnected(): bool
+ {
+ return $this->isConnected;
+ }
+
+ /**
+ * @throws RconConnectionException
+ * @throws JsonException
+ */
+ public function sendCommand(string $command, ?array $data = null)
+ {
+ if (! $this->isConnected) {
+ $error = 'RCON command failed: Not connected';
+ Log::error($error);
+
+ $this->closeConnection();
+
+ return $this->isConnected;
+ }
+
+ $payload = json_encode(['key' => $command, 'data' => $data], JSON_THROW_ON_ERROR);
+
+ if (! @socket_write($this->socket, $payload, strlen($payload))) {
+ $error = socket_strerror(socket_last_error($this->socket));
+ Log::error("RCON command ($command) failed: $error");
+
+ $this->closeConnection();
+
+ return $this->isConnected;
+ }
+
+ return $this->isConnected;
+ }
+
+ /**
+ * @throws RconConnectionException|JsonException
+ */
+ public function sendGift($user, int $item_id, string $message = 'Here is a gift.'): void
+ {
+ $this->sendCommand('sendgift', [
+ 'user_id' => $user->id,
+ 'itemid' => $item_id,
+ 'message' => $message,
+ ]);
+ }
+
+ /**
+ * @throws RconConnectionException|JsonException
+ */
+ public function giveCredits($user, int $credits): void
+ {
+ $this->sendCommand('givecredits', [
+ 'user_id' => $user->id,
+ 'credits' => $credits,
+ ]);
+ }
+
+ /**
+ * @throws RconConnectionException|JsonException
+ */
+ public function giveBadge($user, string $badge): void
+ {
+ $this->sendCommand('givebadge', [
+ 'user_id' => $user->id,
+ 'badge' => $badge,
+ ]);
+ }
+
+ /**
+ * @throws RconConnectionException|JsonException
+ */
+ public function setMotto($user, string $motto): void
+ {
+ $this->sendCommand('setmotto', [
+ 'user_id' => $user->id,
+ 'motto' => $motto,
+ ]);
+ }
+
+ /**
+ * @throws RconConnectionException|JsonException
+ */
+ public function updateWordFilter(): void
+ {
+ $this->sendCommand('updatewordfilter');
+ }
+
+ /**
+ * @throws RconConnectionException|JsonException
+ */
+ public function disconnectUser($user): void
+ {
+ $this->sendCommand('disconnect', [
+ 'user_id' => $user->id,
+ 'username' => $user->username,
+ ]);
+ }
+
+ /**
+ * @throws RconConnectionException|JsonException
+ */
+ public function givePoints($user, CurrencyTypes $type, int $amount): void
+ {
+ $this->sendCommand('givepoints', [
+ 'user_id' => $user->id,
+ 'points' => $amount,
+ 'type' => $type,
+ ]);
+ }
+
+ /**
+ * @throws RconConnectionException
+ * @throws JsonException
+ */
+ public function giveGotw($user, int $amount): void
+ {
+ $this->givePoints($user, CurrencyTypes::Points, $amount);
+ }
+
+ /**
+ * @throws RconConnectionException
+ * @throws JsonException
+ */
+ public function giveDiamonds($user, int $amount): void
+ {
+ $this->givePoints($user, CurrencyTypes::Diamonds, $amount);
+ }
+
+ /**
+ * @throws RconConnectionException
+ * @throws JsonException
+ */
+ public function giveDuckets($user, int $amount): void
+ {
+ $this->givePoints($user, CurrencyTypes::DUCKETS, $amount);
+ }
+
+ /**
+ * @throws RconConnectionException
+ * @throws JsonException
+ */
+ public function setRank($user, int $rank): void
+ {
+ $this->sendCommand('setrank', [
+ 'user_id' => $user->id,
+ 'rank' => $rank,
+ ]);
+ }
+
+ /**
+ * @throws RconConnectionException
+ * @throws JsonException
+ */
+ public function updateCatalog(): void
+ {
+ $this->sendCommand('updatecatalog');
+ }
+
+ /**
+ * @throws RconConnectionException
+ * @throws JsonException
+ */
+ public function alertUser($user, string $message): void
+ {
+ $this->sendCommand('alertuser', [
+ 'user_id' => $user->id,
+ 'message' => $message,
+ ]);
+ }
+
+ /**
+ * @throws RconConnectionException
+ * @throws JsonException
+ */
+ public function forwardUser($user, int $roomId): void
+ {
+ $this->sendCommand('forwarduser', [
+ 'user_id' => $user->id,
+ 'room_id' => $roomId,
+ ]);
+ }
+
+ /**
+ * @throws RconConnectionException
+ * @throws JsonException
+ */
+ public function updateConfig($user, string $command): void
+ {
+ $this->sendCommand('executecommand', [
+ 'user_id' => $user->id,
+ 'command' => $command,
+ ]);
+ }
+}
diff --git a/Updated_Cms/app/Services/SettingsService.php b/Updated_Cms/app/Services/SettingsService.php
new file mode 100644
index 0000000000..772b9c65d7
--- /dev/null
+++ b/Updated_Cms/app/Services/SettingsService.php
@@ -0,0 +1,34 @@
+addMinutes(5), fn () => Schema::hasTable('website_settings') ? WebsiteSetting::all()->pluck('value', 'key') : collect());
+
+ $this->settings = Cache::get('website_settings');
+ } catch (Throwable) {
+ $this->settings = collect();
+ }
+ }
+
+ public function getOrDefault(string $settingName, ?string $default = null): string
+ {
+ if (! $this->settings instanceof \Illuminate\Support\Collection) {
+ return (string) $default;
+ }
+
+ return (string) $this->settings->get($settingName, $default);
+ }
+}
diff --git a/Updated_Cms/app/Services/User/SessionService.php b/Updated_Cms/app/Services/User/SessionService.php
new file mode 100644
index 0000000000..9058fc56ee
--- /dev/null
+++ b/Updated_Cms/app/Services/User/SessionService.php
@@ -0,0 +1,39 @@
+sessions,
+ )->map(function ($session) use ($request) {
+ $agent = $this->createAgent($session);
+
+ return (object) [
+ 'agent' => [
+ 'is_desktop' => $agent->isDesktop(),
+ 'platform' => $agent->platform(),
+ 'browser' => $agent->browser(),
+ ],
+ 'ip_address' => $session->ip_address,
+ 'is_current_device' => $session->id === $request->session()->getId(),
+ 'last_active' => \Illuminate\Support\Facades\Date::createFromTimestamp($session->last_activity)->diffForHumans(),
+ ];
+ });
+ }
+
+ protected function createAgent($session): Agent
+ {
+ return tap(new Agent, function ($agent) use ($session): void {
+ $agent->setUserAgent($session->user_agent);
+ });
+ }
+}
diff --git a/Updated_Cms/app/Services/User/UserApiService.php b/Updated_Cms/app/Services/User/UserApiService.php
new file mode 100644
index 0000000000..2365ef7b20
--- /dev/null
+++ b/Updated_Cms/app/Services/User/UserApiService.php
@@ -0,0 +1,30 @@
+where('username', '=', $username)->first();
+ }
+
+ public function onlineUsers($columns = ['username', 'motto', 'look'], bool $randomOrder = true): Builder
+ {
+ $query = User::select($columns)->where('online', '=', '1');
+
+ if ($randomOrder) {
+ $query = $query->inRandomOrder();
+ }
+
+ return $query;
+ }
+
+ public function onlineUserCount(): int
+ {
+ return User::where('online', '=', '1')->count();
+ }
+}
diff --git a/Updated_Cms/app/Services/User/UserService.php b/Updated_Cms/app/Services/User/UserService.php
new file mode 100644
index 0000000000..e0510d7930
--- /dev/null
+++ b/Updated_Cms/app/Services/User/UserService.php
@@ -0,0 +1,14 @@
+first();
+ }
+}
diff --git a/Updated_Cms/app/Services/ViteService.php b/Updated_Cms/app/Services/ViteService.php
new file mode 100644
index 0000000000..659d249a1c
--- /dev/null
+++ b/Updated_Cms/app/Services/ViteService.php
@@ -0,0 +1,17 @@
+', $url);
+ }
+}
diff --git a/Updated_Cms/app/View/Components/AppLayout.php b/Updated_Cms/app/View/Components/AppLayout.php
new file mode 100644
index 0000000000..de0d46f58d
--- /dev/null
+++ b/Updated_Cms/app/View/Components/AppLayout.php
@@ -0,0 +1,17 @@
+make(Illuminate\Contracts\Console\Kernel::class);
+
+$status = $kernel->handle(
+ $input = new Symfony\Component\Console\Input\ArgvInput,
+ new Symfony\Component\Console\Output\ConsoleOutput
+);
+
+/*
+|--------------------------------------------------------------------------
+| Shutdown The Application
+|--------------------------------------------------------------------------
+|
+| Once Artisan has finished running, we will fire off the shutdown events
+| so that any final work may be done by the application before we shut
+| down the process. This is the last thing to happen to the request.
+|
+*/
+
+$kernel->terminate($input, $status);
+
+exit($status);
diff --git a/Updated_Cms/bootstrap/app.php b/Updated_Cms/bootstrap/app.php
new file mode 100644
index 0000000000..3d20e6e091
--- /dev/null
+++ b/Updated_Cms/bootstrap/app.php
@@ -0,0 +1,55 @@
+singleton(
+ Illuminate\Contracts\Http\Kernel::class,
+ App\Http\Kernel::class,
+);
+
+$app->singleton(
+ Illuminate\Contracts\Console\Kernel::class,
+ App\Console\Kernel::class,
+);
+
+$app->singleton(
+ Illuminate\Contracts\Debug\ExceptionHandler::class,
+ App\Exceptions\Handler::class,
+);
+
+/*
+|--------------------------------------------------------------------------
+| Return The Application
+|--------------------------------------------------------------------------
+|
+| This script returns the application instance. The instance is given to
+| the calling script so we can separate the building of the instances
+| from the actual running of the application and sending responses.
+|
+*/
+
+return $app;
diff --git a/Updated_Cms/bootstrap/cache/.gitignore b/Updated_Cms/bootstrap/cache/.gitignore
new file mode 100644
index 0000000000..d6b7ef32c8
--- /dev/null
+++ b/Updated_Cms/bootstrap/cache/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/Updated_Cms/compose.yaml b/Updated_Cms/compose.yaml
new file mode 100644
index 0000000000..eb31de6b09
--- /dev/null
+++ b/Updated_Cms/compose.yaml
@@ -0,0 +1,82 @@
+services:
+ laravel.test:
+ build:
+ context: './vendor/laravel/sail/runtimes/8.4'
+ dockerfile: Dockerfile
+ args:
+ WWWGROUP: '${WWWGROUP}'
+ MYSQL_CLIENT: mariadb-client
+ image: 'sail-8.4/app'
+ extra_hosts:
+ - 'host.docker.internal:host-gateway'
+ ports:
+ - '${APP_PORT:-80}:80'
+ - '${VITE_PORT:-5173}:${VITE_PORT:-5173}'
+ environment:
+ WWWUSER: '${WWWUSER}'
+ LARAVEL_SAIL: 1
+ XDEBUG_MODE: '${SAIL_XDEBUG_MODE:-off}'
+ XDEBUG_CONFIG: '${SAIL_XDEBUG_CONFIG:-client_host=host.docker.internal}'
+ IGNITION_LOCAL_SITES_PATH: '${PWD}'
+ volumes:
+ - '.:/var/www/html'
+ networks:
+ - sail
+ depends_on:
+ - mariadb
+ - redis
+ - mailpit
+ mariadb:
+ image: 'mariadb:11'
+ ports:
+ - '${FORWARD_DB_PORT:-3306}:3306'
+ environment:
+ MYSQL_ROOT_PASSWORD: '${DB_PASSWORD}'
+ MYSQL_ROOT_HOST: '%'
+ MYSQL_DATABASE: '${DB_DATABASE}'
+ MYSQL_USER: '${DB_USERNAME}'
+ MYSQL_PASSWORD: '${DB_PASSWORD}'
+ MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
+ volumes:
+ - 'sail-mariadb:/var/lib/mysql'
+ - './vendor/laravel/sail/database/mariadb/create-testing-database.sh:/docker-entrypoint-initdb.d/10-create-testing-database.sh'
+ networks:
+ - sail
+ healthcheck:
+ test:
+ - CMD
+ - healthcheck.sh
+ - '--connect'
+ - '--innodb_initialized'
+ retries: 3
+ timeout: 5s
+ redis:
+ image: 'redis:alpine'
+ ports:
+ - '${FORWARD_REDIS_PORT:-6379}:6379'
+ volumes:
+ - 'sail-redis:/data'
+ networks:
+ - sail
+ healthcheck:
+ test:
+ - CMD
+ - redis-cli
+ - ping
+ retries: 3
+ timeout: 5s
+ mailpit:
+ image: 'axllent/mailpit:latest'
+ ports:
+ - '${FORWARD_MAILPIT_PORT:-1025}:1025'
+ - '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025'
+ networks:
+ - sail
+networks:
+ sail:
+ driver: bridge
+volumes:
+ sail-mariadb:
+ driver: local
+ sail-redis:
+ driver: local
diff --git a/Updated_Cms/composer.json b/Updated_Cms/composer.json
new file mode 100644
index 0000000000..e74a2f39ba
--- /dev/null
+++ b/Updated_Cms/composer.json
@@ -0,0 +1,89 @@
+{
+ "name": "laravel/laravel",
+ "type": "project",
+ "description": "The Laravel Framework.",
+ "keywords": ["framework", "laravel"],
+ "license": "MIT",
+ "require": {
+ "php": "^8.5",
+ "ext-sockets": "*",
+ "doctrine/dbal": "^4.0",
+ "filament/filament": "^4.0",
+ "flowframe/laravel-trend": "^0.4.0",
+ "guzzlehttp/guzzle": "^7.9",
+ "itsgoingd/clockwork": "^5.2",
+ "jenssegers/agent": "^2.6",
+ "laravel/fortify": "^1.20",
+ "laravel/framework": "^12.0",
+ "laravel/sanctum": "^4.0",
+ "laravel/tinker": "^2.10",
+ "opcodesio/log-viewer": "^3.1",
+ "qirolab/laravel-themer": "^2.0",
+ "ryangjchandler/laravel-cloudflare-turnstile": "*",
+ "spatie/laravel-activitylog": "^4.9",
+ "spatie/laravel-sluggable": "^3.7",
+ "srmklive/paypal": "~3.0",
+ "stevebauman/purify": "^6.1"
+ },
+ "require-dev": {
+ "driftingly/rector-laravel": "^2.1",
+ "fakerphp/faker": "^1.24",
+ "filament/upgrade": "^4.0",
+ "laravel/pint": "^1.18",
+ "laravel/sail": "^1.30",
+ "mockery/mockery": "^1.6.12",
+ "nunomaduro/collision": "^8.5",
+ "pestphp/pest": "^4.0",
+ "phpunit/phpunit": "^12.0",
+ "rector/rector": "^2.2",
+ "spatie/laravel-ignition": "^2.5",
+ "spatie/laravel-ray": "^1.37"
+ },
+ "autoload": {
+ "psr-4": {
+ "App\\": "app/",
+ "Database\\Factories\\": "database/factories/",
+ "Database\\Seeders\\": "database/seeders/"
+ },
+ "files": [
+ "app/Helpers/helper.php"
+ ]
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "Tests\\": "tests/"
+ }
+ },
+ "scripts": {
+ "post-autoload-dump": [
+ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
+ "@php artisan package:discover --ansi",
+ "@php artisan filament:upgrade"
+ ],
+ "post-update-cmd": [
+ "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
+ ],
+ "post-root-package-install": [
+ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
+ ],
+ "post-create-project-cmd": [
+ "@php artisan key:generate --ansi"
+ ]
+ },
+ "extra": {
+ "laravel": {
+ "dont-discover": []
+ }
+ },
+ "config": {
+ "optimize-autoloader": true,
+ "preferred-install": "dist",
+ "sort-packages": true,
+ "allow-plugins": {
+ "pestphp/pest-plugin": true,
+ "php-http/discovery": true
+ }
+ },
+ "minimum-stability": "dev",
+ "prefer-stable": true
+}
diff --git a/Updated_Cms/composer.lock b/Updated_Cms/composer.lock
new file mode 100644
index 0000000000..cd88e69cc6
--- /dev/null
+++ b/Updated_Cms/composer.lock
@@ -0,0 +1,14077 @@
+{
+ "_readme": [
+ "This file locks the dependencies of your project to a known state",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+ "This file is @generated automatically"
+ ],
+ "content-hash": "0e756216f3e8b8de38da5692488cd7ca",
+ "packages": [
+ {
+ "name": "anourvalar/eloquent-serialize",
+ "version": "1.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/AnourValar/eloquent-serialize.git",
+ "reference": "1a7dead8d532657e5358f8f27c0349373517681e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/AnourValar/eloquent-serialize/zipball/1a7dead8d532657e5358f8f27c0349373517681e",
+ "reference": "1a7dead8d532657e5358f8f27c0349373517681e",
+ "shasum": ""
+ },
+ "require": {
+ "laravel/framework": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "php": "^7.4|^8.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.26",
+ "laravel/legacy-factories": "^1.1",
+ "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "phpstan/phpstan": "^2.0",
+ "phpunit/phpunit": "^9.5|^10.5|^11.0",
+ "psalm/plugin-laravel": "^2.8|^3.0",
+ "squizlabs/php_codesniffer": "^3.7"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "EloquentSerialize": "AnourValar\\EloquentSerialize\\Facades\\EloquentSerializeFacade"
+ }
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "AnourValar\\EloquentSerialize\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Laravel Query Builder (Eloquent) serialization",
+ "homepage": "https://github.com/AnourValar/eloquent-serialize",
+ "keywords": [
+ "anourvalar",
+ "builder",
+ "copy",
+ "eloquent",
+ "job",
+ "laravel",
+ "query",
+ "querybuilder",
+ "queue",
+ "serializable",
+ "serialization",
+ "serialize"
+ ],
+ "support": {
+ "issues": "https://github.com/AnourValar/eloquent-serialize/issues",
+ "source": "https://github.com/AnourValar/eloquent-serialize/tree/1.3.5"
+ },
+ "time": "2025-12-04T13:38:21+00:00"
+ },
+ {
+ "name": "bacon/bacon-qr-code",
+ "version": "v3.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Bacon/BaconQrCode.git",
+ "reference": "36a1cb2b81493fa5b82e50bf8068bf84d1542563"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/36a1cb2b81493fa5b82e50bf8068bf84d1542563",
+ "reference": "36a1cb2b81493fa5b82e50bf8068bf84d1542563",
+ "shasum": ""
+ },
+ "require": {
+ "dasprid/enum": "^1.0.3",
+ "ext-iconv": "*",
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "phly/keep-a-changelog": "^2.12",
+ "phpunit/phpunit": "^10.5.11 || ^11.0.4",
+ "spatie/phpunit-snapshot-assertions": "^5.1.5",
+ "spatie/pixelmatch-php": "^1.2.0",
+ "squizlabs/php_codesniffer": "^3.9"
+ },
+ "suggest": {
+ "ext-imagick": "to generate QR code images"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "BaconQrCode\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Ben Scholzen 'DASPRiD'",
+ "email": "mail@dasprids.de",
+ "homepage": "https://dasprids.de/",
+ "role": "Developer"
+ }
+ ],
+ "description": "BaconQrCode is a QR code generator for PHP.",
+ "homepage": "https://github.com/Bacon/BaconQrCode",
+ "support": {
+ "issues": "https://github.com/Bacon/BaconQrCode/issues",
+ "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.3"
+ },
+ "time": "2025-11-19T17:15:36+00:00"
+ },
+ {
+ "name": "blade-ui-kit/blade-heroicons",
+ "version": "2.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/driesvints/blade-heroicons.git",
+ "reference": "4553b2a1f6c76f0ac7f3bc0de4c0cfa06a097d19"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/driesvints/blade-heroicons/zipball/4553b2a1f6c76f0ac7f3bc0de4c0cfa06a097d19",
+ "reference": "4553b2a1f6c76f0ac7f3bc0de4c0cfa06a097d19",
+ "shasum": ""
+ },
+ "require": {
+ "blade-ui-kit/blade-icons": "^1.6",
+ "illuminate/support": "^9.0|^10.0|^11.0|^12.0",
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^9.0|^10.5|^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "BladeUI\\Heroicons\\BladeHeroiconsServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "BladeUI\\Heroicons\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dries Vints",
+ "homepage": "https://driesvints.com"
+ }
+ ],
+ "description": "A package to easily make use of Heroicons in your Laravel Blade views.",
+ "homepage": "https://github.com/blade-ui-kit/blade-heroicons",
+ "keywords": [
+ "Heroicons",
+ "blade",
+ "laravel"
+ ],
+ "support": {
+ "issues": "https://github.com/driesvints/blade-heroicons/issues",
+ "source": "https://github.com/driesvints/blade-heroicons/tree/2.6.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/driesvints",
+ "type": "github"
+ },
+ {
+ "url": "https://www.paypal.com/paypalme/driesvints",
+ "type": "paypal"
+ }
+ ],
+ "time": "2025-02-13T20:53:33+00:00"
+ },
+ {
+ "name": "blade-ui-kit/blade-icons",
+ "version": "1.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/driesvints/blade-icons.git",
+ "reference": "7b743f27476acb2ed04cb518213d78abe096e814"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/driesvints/blade-icons/zipball/7b743f27476acb2ed04cb518213d78abe096e814",
+ "reference": "7b743f27476acb2ed04cb518213d78abe096e814",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/view": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "php": "^7.4|^8.0",
+ "symfony/console": "^5.3|^6.0|^7.0",
+ "symfony/finder": "^5.3|^6.0|^7.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.5.1",
+ "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^9.0|^10.5|^11.0"
+ },
+ "bin": [
+ "bin/blade-icons-generate"
+ ],
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "BladeUI\\Icons\\BladeIconsServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "BladeUI\\Icons\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dries Vints",
+ "homepage": "https://driesvints.com"
+ }
+ ],
+ "description": "A package to easily make use of icons in your Laravel Blade views.",
+ "homepage": "https://github.com/blade-ui-kit/blade-icons",
+ "keywords": [
+ "blade",
+ "icons",
+ "laravel",
+ "svg"
+ ],
+ "support": {
+ "issues": "https://github.com/blade-ui-kit/blade-icons/issues",
+ "source": "https://github.com/blade-ui-kit/blade-icons"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/driesvints",
+ "type": "github"
+ },
+ {
+ "url": "https://www.paypal.com/paypalme/driesvints",
+ "type": "paypal"
+ }
+ ],
+ "time": "2025-02-13T20:35:06+00:00"
+ },
+ {
+ "name": "brick/math",
+ "version": "0.14.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/brick/math.git",
+ "reference": "f05858549e5f9d7bb45875a75583240a38a281d0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/brick/math/zipball/f05858549e5f9d7bb45875a75583240a38a281d0",
+ "reference": "f05858549e5f9d7bb45875a75583240a38a281d0",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.2"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2.2",
+ "phpstan/phpstan": "2.1.22",
+ "phpunit/phpunit": "^11.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Brick\\Math\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Arbitrary-precision arithmetic library",
+ "keywords": [
+ "Arbitrary-precision",
+ "BigInteger",
+ "BigRational",
+ "arithmetic",
+ "bigdecimal",
+ "bignum",
+ "bignumber",
+ "brick",
+ "decimal",
+ "integer",
+ "math",
+ "mathematics",
+ "rational"
+ ],
+ "support": {
+ "issues": "https://github.com/brick/math/issues",
+ "source": "https://github.com/brick/math/tree/0.14.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/BenMorel",
+ "type": "github"
+ }
+ ],
+ "time": "2025-11-24T14:40:29+00:00"
+ },
+ {
+ "name": "carbonphp/carbon-doctrine-types",
+ "version": "3.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
+ "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
+ "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "conflict": {
+ "doctrine/dbal": "<4.0.0 || >=5.0.0"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^4.0.0",
+ "nesbot/carbon": "^2.71.0 || ^3.0.0",
+ "phpunit/phpunit": "^10.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "KyleKatarn",
+ "email": "kylekatarnls@gmail.com"
+ }
+ ],
+ "description": "Types to use Carbon in Doctrine",
+ "keywords": [
+ "carbon",
+ "date",
+ "datetime",
+ "doctrine",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
+ "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/kylekatarnls",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/Carbon",
+ "type": "open_collective"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-02-09T16:56:22+00:00"
+ },
+ {
+ "name": "chillerlan/php-qrcode",
+ "version": "5.0.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/chillerlan/php-qrcode.git",
+ "reference": "7b66282572fc14075c0507d74d9837dab25b38d6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/7b66282572fc14075c0507d74d9837dab25b38d6",
+ "reference": "7b66282572fc14075c0507d74d9837dab25b38d6",
+ "shasum": ""
+ },
+ "require": {
+ "chillerlan/php-settings-container": "^2.1.6 || ^3.2.1",
+ "ext-mbstring": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
+ "ext-fileinfo": "*",
+ "phan/phan": "^5.5.2",
+ "phpcompatibility/php-compatibility": "10.x-dev",
+ "phpmd/phpmd": "^2.15",
+ "phpunit/phpunit": "^9.6",
+ "setasign/fpdf": "^1.8.2",
+ "slevomat/coding-standard": "^8.23.0",
+ "squizlabs/php_codesniffer": "^4.0.0"
+ },
+ "suggest": {
+ "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
+ "setasign/fpdf": "Required to use the QR FPDF output.",
+ "simple-icons/simple-icons": "SVG icons that you can use to embed as logos in the QR Code"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "chillerlan\\QRCode\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT",
+ "Apache-2.0"
+ ],
+ "authors": [
+ {
+ "name": "Kazuhiko Arase",
+ "homepage": "https://github.com/kazuhikoarase/qrcode-generator"
+ },
+ {
+ "name": "ZXing Authors",
+ "homepage": "https://github.com/zxing/zxing"
+ },
+ {
+ "name": "Ashot Khanamiryan",
+ "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder"
+ },
+ {
+ "name": "Smiley",
+ "email": "smiley@chillerlan.net",
+ "homepage": "https://github.com/codemasher"
+ },
+ {
+ "name": "Contributors",
+ "homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
+ }
+ ],
+ "description": "A QR Code generator and reader with a user-friendly API. PHP 7.4+",
+ "homepage": "https://github.com/chillerlan/php-qrcode",
+ "keywords": [
+ "phpqrcode",
+ "qr",
+ "qr code",
+ "qr-reader",
+ "qrcode",
+ "qrcode-generator",
+ "qrcode-reader"
+ ],
+ "support": {
+ "docs": "https://php-qrcode.readthedocs.io",
+ "issues": "https://github.com/chillerlan/php-qrcode/issues",
+ "source": "https://github.com/chillerlan/php-qrcode"
+ },
+ "funding": [
+ {
+ "url": "https://ko-fi.com/codemasher",
+ "type": "Ko-Fi"
+ }
+ ],
+ "time": "2025-11-23T23:51:44+00:00"
+ },
+ {
+ "name": "chillerlan/php-settings-container",
+ "version": "3.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/chillerlan/php-settings-container.git",
+ "reference": "95ed3e9676a1d47cab2e3174d19b43f5dbf52681"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/95ed3e9676a1d47cab2e3174d19b43f5dbf52681",
+ "reference": "95ed3e9676a1d47cab2e3174d19b43f5dbf52681",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "phpmd/phpmd": "^2.15",
+ "phpstan/phpstan": "^1.11",
+ "phpstan/phpstan-deprecation-rules": "^1.2",
+ "phpunit/phpunit": "^10.5",
+ "squizlabs/php_codesniffer": "^3.10"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "chillerlan\\Settings\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Smiley",
+ "email": "smiley@chillerlan.net",
+ "homepage": "https://github.com/codemasher"
+ }
+ ],
+ "description": "A container class for immutable settings objects. Not a DI container.",
+ "homepage": "https://github.com/chillerlan/php-settings-container",
+ "keywords": [
+ "Settings",
+ "configuration",
+ "container",
+ "helper"
+ ],
+ "support": {
+ "issues": "https://github.com/chillerlan/php-settings-container/issues",
+ "source": "https://github.com/chillerlan/php-settings-container"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
+ "type": "custom"
+ },
+ {
+ "url": "https://ko-fi.com/codemasher",
+ "type": "ko_fi"
+ }
+ ],
+ "time": "2024-07-16T11:13:48+00:00"
+ },
+ {
+ "name": "danharrin/date-format-converter",
+ "version": "v0.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/danharrin/date-format-converter.git",
+ "reference": "7c31171bc981e48726729a5f3a05a2d2b63f0b1e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/danharrin/date-format-converter/zipball/7c31171bc981e48726729a5f3a05a2d2b63f0b1e",
+ "reference": "7c31171bc981e48726729a5f3a05a2d2b63f0b1e",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/helpers.php",
+ "src/standards.php"
+ ],
+ "psr-4": {
+ "DanHarrin\\DateFormatConverter\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dan Harrin",
+ "email": "dan@danharrin.com"
+ }
+ ],
+ "description": "Convert token-based date formats between standards.",
+ "homepage": "https://github.com/danharrin/date-format-converter",
+ "support": {
+ "issues": "https://github.com/danharrin/date-format-converter/issues",
+ "source": "https://github.com/danharrin/date-format-converter"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/danharrin",
+ "type": "github"
+ }
+ ],
+ "time": "2024-06-13T09:38:44+00:00"
+ },
+ {
+ "name": "danharrin/livewire-rate-limiting",
+ "version": "v2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/danharrin/livewire-rate-limiting.git",
+ "reference": "14dde653a9ae8f38af07a0ba4921dc046235e1a0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/danharrin/livewire-rate-limiting/zipball/14dde653a9ae8f38af07a0ba4921dc046235e1a0",
+ "reference": "14dde653a9ae8f38af07a0ba4921dc046235e1a0",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/support": "^9.0|^10.0|^11.0|^12.0",
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "livewire/livewire": "^3.0",
+ "livewire/volt": "^1.3",
+ "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^9.0|^10.0|^11.5.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "DanHarrin\\LivewireRateLimiting\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dan Harrin",
+ "email": "dan@danharrin.com"
+ }
+ ],
+ "description": "Apply rate limiters to Laravel Livewire actions.",
+ "homepage": "https://github.com/danharrin/livewire-rate-limiting",
+ "support": {
+ "issues": "https://github.com/danharrin/livewire-rate-limiting/issues",
+ "source": "https://github.com/danharrin/livewire-rate-limiting"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/danharrin",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-21T08:52:11+00:00"
+ },
+ {
+ "name": "dasprid/enum",
+ "version": "1.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/DASPRiD/Enum.git",
+ "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/b5874fa9ed0043116c72162ec7f4fb50e02e7cce",
+ "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1 <9.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
+ "squizlabs/php_codesniffer": "*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "DASPRiD\\Enum\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Ben Scholzen 'DASPRiD'",
+ "email": "mail@dasprids.de",
+ "homepage": "https://dasprids.de/",
+ "role": "Developer"
+ }
+ ],
+ "description": "PHP 7.1 enum implementation",
+ "keywords": [
+ "enum",
+ "map"
+ ],
+ "support": {
+ "issues": "https://github.com/DASPRiD/Enum/issues",
+ "source": "https://github.com/DASPRiD/Enum/tree/1.0.7"
+ },
+ "time": "2025-09-16T12:23:56+00:00"
+ },
+ {
+ "name": "dflydev/dot-access-data",
+ "version": "v3.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
+ "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
+ "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^0.12.42",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
+ "scrutinizer/ocular": "1.6.0",
+ "squizlabs/php_codesniffer": "^3.5",
+ "vimeo/psalm": "^4.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Dflydev\\DotAccessData\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dragonfly Development Inc.",
+ "email": "info@dflydev.com",
+ "homepage": "http://dflydev.com"
+ },
+ {
+ "name": "Beau Simensen",
+ "email": "beau@dflydev.com",
+ "homepage": "http://beausimensen.com"
+ },
+ {
+ "name": "Carlos Frutos",
+ "email": "carlos@kiwing.it",
+ "homepage": "https://github.com/cfrutos"
+ },
+ {
+ "name": "Colin O'Dell",
+ "email": "colinodell@gmail.com",
+ "homepage": "https://www.colinodell.com"
+ }
+ ],
+ "description": "Given a deep data structure, access data by dot notation.",
+ "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
+ "keywords": [
+ "access",
+ "data",
+ "dot",
+ "notation"
+ ],
+ "support": {
+ "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
+ "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
+ },
+ "time": "2024-07-08T12:26:09+00:00"
+ },
+ {
+ "name": "doctrine/dbal",
+ "version": "4.4.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/dbal.git",
+ "reference": "3d544473fb93f5c25b483ea4f4ce99f8c4d9d44c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/3d544473fb93f5c25b483ea4f4ce99f8c4d9d44c",
+ "reference": "3d544473fb93f5c25b483ea4f4ce99f8c4d9d44c",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/deprecations": "^1.1.5",
+ "php": "^8.2",
+ "psr/cache": "^1|^2|^3",
+ "psr/log": "^1|^2|^3"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "14.0.0",
+ "fig/log-test": "^1",
+ "jetbrains/phpstorm-stubs": "2023.2",
+ "phpstan/phpstan": "2.1.30",
+ "phpstan/phpstan-phpunit": "2.0.7",
+ "phpstan/phpstan-strict-rules": "^2",
+ "phpunit/phpunit": "11.5.23",
+ "slevomat/coding-standard": "8.24.0",
+ "squizlabs/php_codesniffer": "4.0.0",
+ "symfony/cache": "^6.3.8|^7.0|^8.0",
+ "symfony/console": "^5.4|^6.3|^7.0|^8.0"
+ },
+ "suggest": {
+ "symfony/console": "For helpful console commands such as SQL execution and import of files."
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\DBAL\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ },
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com"
+ }
+ ],
+ "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
+ "homepage": "https://www.doctrine-project.org/projects/dbal.html",
+ "keywords": [
+ "abstraction",
+ "database",
+ "db2",
+ "dbal",
+ "mariadb",
+ "mssql",
+ "mysql",
+ "oci8",
+ "oracle",
+ "pdo",
+ "pgsql",
+ "postgresql",
+ "queryobject",
+ "sasql",
+ "sql",
+ "sqlite",
+ "sqlserver",
+ "sqlsrv"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/dbal/issues",
+ "source": "https://github.com/doctrine/dbal/tree/4.4.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-04T10:11:03+00:00"
+ },
+ {
+ "name": "doctrine/deprecations",
+ "version": "1.1.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/deprecations.git",
+ "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
+ "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "conflict": {
+ "phpunit/phpunit": "<=7.5 || >=13"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^9 || ^12 || ^13",
+ "phpstan/phpstan": "1.4.10 || 2.1.11",
+ "phpstan/phpstan-phpunit": "^1.0 || ^2",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
+ "psr/log": "^1 || ^2 || ^3"
+ },
+ "suggest": {
+ "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Deprecations\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
+ "homepage": "https://www.doctrine-project.org/",
+ "support": {
+ "issues": "https://github.com/doctrine/deprecations/issues",
+ "source": "https://github.com/doctrine/deprecations/tree/1.1.5"
+ },
+ "time": "2025-04-07T20:06:18+00:00"
+ },
+ {
+ "name": "doctrine/inflector",
+ "version": "2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/inflector.git",
+ "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
+ "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^12.0 || ^13.0",
+ "phpstan/phpstan": "^1.12 || ^2.0",
+ "phpstan/phpstan-phpunit": "^1.4 || ^2.0",
+ "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
+ "phpunit/phpunit": "^8.5 || ^12.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Inflector\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ },
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com"
+ }
+ ],
+ "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
+ "homepage": "https://www.doctrine-project.org/projects/inflector.html",
+ "keywords": [
+ "inflection",
+ "inflector",
+ "lowercase",
+ "manipulation",
+ "php",
+ "plural",
+ "singular",
+ "strings",
+ "uppercase",
+ "words"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/inflector/issues",
+ "source": "https://github.com/doctrine/inflector/tree/2.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-10T19:31:58+00:00"
+ },
+ {
+ "name": "doctrine/lexer",
+ "version": "3.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/lexer.git",
+ "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
+ "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^12",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^10.5",
+ "psalm/plugin-phpunit": "^0.18.3",
+ "vimeo/psalm": "^5.21"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Common\\Lexer\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com"
+ }
+ ],
+ "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
+ "homepage": "https://www.doctrine-project.org/projects/lexer.html",
+ "keywords": [
+ "annotations",
+ "docblock",
+ "lexer",
+ "parser",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/lexer/issues",
+ "source": "https://github.com/doctrine/lexer/tree/3.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-02-05T11:56:58+00:00"
+ },
+ {
+ "name": "dragonmantank/cron-expression",
+ "version": "v3.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dragonmantank/cron-expression.git",
+ "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013",
+ "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.2|^8.3|^8.4|^8.5"
+ },
+ "replace": {
+ "mtdowling/cron-expression": "^1.0"
+ },
+ "require-dev": {
+ "phpstan/extension-installer": "^1.4.3",
+ "phpstan/phpstan": "^1.12.32|^2.1.31",
+ "phpunit/phpunit": "^8.5.48|^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Cron\\": "src/Cron/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Tankersley",
+ "email": "chris@ctankersley.com",
+ "homepage": "https://github.com/dragonmantank"
+ }
+ ],
+ "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
+ "keywords": [
+ "cron",
+ "schedule"
+ ],
+ "support": {
+ "issues": "https://github.com/dragonmantank/cron-expression/issues",
+ "source": "https://github.com/dragonmantank/cron-expression/tree/v3.6.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/dragonmantank",
+ "type": "github"
+ }
+ ],
+ "time": "2025-10-31T18:51:33+00:00"
+ },
+ {
+ "name": "egulias/email-validator",
+ "version": "4.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/egulias/EmailValidator.git",
+ "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
+ "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/lexer": "^2.0 || ^3.0",
+ "php": ">=8.1",
+ "symfony/polyfill-intl-idn": "^1.26"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^10.2",
+ "vimeo/psalm": "^5.12"
+ },
+ "suggest": {
+ "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Egulias\\EmailValidator\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Eduardo Gulias Davis"
+ }
+ ],
+ "description": "A library for validating emails against several RFCs",
+ "homepage": "https://github.com/egulias/EmailValidator",
+ "keywords": [
+ "email",
+ "emailvalidation",
+ "emailvalidator",
+ "validation",
+ "validator"
+ ],
+ "support": {
+ "issues": "https://github.com/egulias/EmailValidator/issues",
+ "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/egulias",
+ "type": "github"
+ }
+ ],
+ "time": "2025-03-06T22:45:56+00:00"
+ },
+ {
+ "name": "ezyang/htmlpurifier",
+ "version": "v4.19.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ezyang/htmlpurifier.git",
+ "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/b287d2a16aceffbf6e0295559b39662612b77fcf",
+ "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf",
+ "shasum": ""
+ },
+ "require": {
+ "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
+ },
+ "require-dev": {
+ "cerdic/css-tidy": "^1.7 || ^2.0",
+ "simpletest/simpletest": "dev-master"
+ },
+ "suggest": {
+ "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
+ "ext-bcmath": "Used for unit conversion and imagecrash protection",
+ "ext-iconv": "Converts text to and from non-UTF-8 encodings",
+ "ext-tidy": "Used for pretty-printing HTML"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "library/HTMLPurifier.composer.php"
+ ],
+ "psr-0": {
+ "HTMLPurifier": "library/"
+ },
+ "exclude-from-classmap": [
+ "/library/HTMLPurifier/Language/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Edward Z. Yang",
+ "email": "admin@htmlpurifier.org",
+ "homepage": "http://ezyang.com"
+ }
+ ],
+ "description": "Standards compliant HTML filter written in PHP",
+ "homepage": "http://htmlpurifier.org/",
+ "keywords": [
+ "html"
+ ],
+ "support": {
+ "issues": "https://github.com/ezyang/htmlpurifier/issues",
+ "source": "https://github.com/ezyang/htmlpurifier/tree/v4.19.0"
+ },
+ "time": "2025-10-17T16:34:55+00:00"
+ },
+ {
+ "name": "facade/ignition-contracts",
+ "version": "1.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/facade/ignition-contracts.git",
+ "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
+ "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3|^8.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^v2.15.8",
+ "phpunit/phpunit": "^9.3.11",
+ "vimeo/psalm": "^3.17.1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Facade\\IgnitionContracts\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://flareapp.io",
+ "role": "Developer"
+ }
+ ],
+ "description": "Solution contracts for Ignition",
+ "homepage": "https://github.com/facade/ignition-contracts",
+ "keywords": [
+ "contracts",
+ "flare",
+ "ignition"
+ ],
+ "support": {
+ "issues": "https://github.com/facade/ignition-contracts/issues",
+ "source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
+ },
+ "time": "2020-10-16T08:27:54+00:00"
+ },
+ {
+ "name": "filament/actions",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/actions.git",
+ "reference": "9498be6d520979e8613b576a96c430aa1e8725db"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/actions/zipball/9498be6d520979e8613b576a96c430aa1e8725db",
+ "reference": "9498be6d520979e8613b576a96c430aa1e8725db",
+ "shasum": ""
+ },
+ "require": {
+ "anourvalar/eloquent-serialize": "^1.2",
+ "filament/forms": "self.version",
+ "filament/infolists": "self.version",
+ "filament/notifications": "self.version",
+ "filament/support": "self.version",
+ "league/csv": "^9.27",
+ "openspout/openspout": "^4.23",
+ "php": "^8.2"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\Actions\\ActionsServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Filament\\Actions\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Easily add beautiful action modals to any Livewire component.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2026-01-07T12:49:20+00:00"
+ },
+ {
+ "name": "filament/filament",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/panels.git",
+ "reference": "0b7eb4fdf32c41b6789bfdf60c9ba3056c99de1c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/panels/zipball/0b7eb4fdf32c41b6789bfdf60c9ba3056c99de1c",
+ "reference": "0b7eb4fdf32c41b6789bfdf60c9ba3056c99de1c",
+ "shasum": ""
+ },
+ "require": {
+ "chillerlan/php-qrcode": "^5.0",
+ "filament/actions": "self.version",
+ "filament/forms": "self.version",
+ "filament/infolists": "self.version",
+ "filament/notifications": "self.version",
+ "filament/schemas": "self.version",
+ "filament/support": "self.version",
+ "filament/tables": "self.version",
+ "filament/widgets": "self.version",
+ "php": "^8.2",
+ "pragmarx/google2fa": "^8.0|^9.0",
+ "pragmarx/google2fa-qrcode": "^3.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\FilamentServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/global_helpers.php",
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Filament\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "A collection of full-stack components for accelerated Laravel app development.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2026-01-07T12:49:48+00:00"
+ },
+ {
+ "name": "filament/forms",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/forms.git",
+ "reference": "6865ac8caa164ea5e274167297bc3bd5335cd5f4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/forms/zipball/6865ac8caa164ea5e274167297bc3bd5335cd5f4",
+ "reference": "6865ac8caa164ea5e274167297bc3bd5335cd5f4",
+ "shasum": ""
+ },
+ "require": {
+ "danharrin/date-format-converter": "^0.3",
+ "filament/actions": "self.version",
+ "filament/schemas": "self.version",
+ "filament/support": "self.version",
+ "php": "^8.2",
+ "ueberdosis/tiptap-php": "^2.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\Forms\\FormsServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Filament\\Forms\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Easily add beautiful forms to any Livewire component.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2026-01-07T15:33:24+00:00"
+ },
+ {
+ "name": "filament/infolists",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/infolists.git",
+ "reference": "beaa1bc7ec115369b5add11fc6e05fe234259d67"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/infolists/zipball/beaa1bc7ec115369b5add11fc6e05fe234259d67",
+ "reference": "beaa1bc7ec115369b5add11fc6e05fe234259d67",
+ "shasum": ""
+ },
+ "require": {
+ "filament/actions": "self.version",
+ "filament/schemas": "self.version",
+ "filament/support": "self.version",
+ "php": "^8.2"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\Infolists\\InfolistsServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Filament\\Infolists\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Easily add beautiful read-only infolists to any Livewire component.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2026-01-07T12:49:18+00:00"
+ },
+ {
+ "name": "filament/notifications",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/notifications.git",
+ "reference": "f8657e9b98f549f316daf74cf24a659b85a10e12"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/notifications/zipball/f8657e9b98f549f316daf74cf24a659b85a10e12",
+ "reference": "f8657e9b98f549f316daf74cf24a659b85a10e12",
+ "shasum": ""
+ },
+ "require": {
+ "filament/actions": "self.version",
+ "filament/support": "self.version",
+ "php": "^8.2"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\Notifications\\NotificationsServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Testing/helpers.php"
+ ],
+ "psr-4": {
+ "Filament\\Notifications\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Easily add beautiful notifications to any Livewire app.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2025-11-28T11:21:34+00:00"
+ },
+ {
+ "name": "filament/query-builder",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/query-builder.git",
+ "reference": "d9d3ecf78a87c4fad9dad7959d7280bc73f780ed"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/query-builder/zipball/d9d3ecf78a87c4fad9dad7959d7280bc73f780ed",
+ "reference": "d9d3ecf78a87c4fad9dad7959d7280bc73f780ed",
+ "shasum": ""
+ },
+ "require": {
+ "filament/actions": "self.version",
+ "filament/forms": "self.version",
+ "filament/schemas": "self.version",
+ "filament/support": "self.version",
+ "php": "^8.2"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\QueryBuilder\\QueryBuilderServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Filament\\QueryBuilder\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "A powerful query builder component for Filament.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2025-12-30T13:02:08+00:00"
+ },
+ {
+ "name": "filament/schemas",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/schemas.git",
+ "reference": "ca4af5fe00d460dce3c1547c4021c913d69134e1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/schemas/zipball/ca4af5fe00d460dce3c1547c4021c913d69134e1",
+ "reference": "ca4af5fe00d460dce3c1547c4021c913d69134e1",
+ "shasum": ""
+ },
+ "require": {
+ "danharrin/date-format-converter": "^0.3",
+ "filament/actions": "self.version",
+ "filament/support": "self.version",
+ "php": "^8.2"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\Schemas\\SchemasServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Filament\\Schemas\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Easily add beautiful UI to any Livewire component.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2026-01-07T12:50:00+00:00"
+ },
+ {
+ "name": "filament/support",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/support.git",
+ "reference": "da8504394555982af3d6d948f7665af6b43b4ff0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/support/zipball/da8504394555982af3d6d948f7665af6b43b4ff0",
+ "reference": "da8504394555982af3d6d948f7665af6b43b4ff0",
+ "shasum": ""
+ },
+ "require": {
+ "blade-ui-kit/blade-heroicons": "^2.5",
+ "danharrin/livewire-rate-limiting": "^2.0",
+ "ext-intl": "*",
+ "illuminate/contracts": "^11.28|^12.0",
+ "kirschbaum-development/eloquent-power-joins": "^4.0",
+ "league/uri-components": "^7.0",
+ "livewire/livewire": "^3.5",
+ "nette/php-generator": "^4.0",
+ "php": "^8.2",
+ "ryangjchandler/blade-capture-directive": "^1.0",
+ "spatie/invade": "^2.0",
+ "spatie/laravel-package-tools": "^1.9",
+ "symfony/console": "^7.0",
+ "symfony/html-sanitizer": "^7.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\Support\\SupportServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Filament\\Support\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Core helper methods and foundation code for all Filament packages.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2026-01-07T15:35:02+00:00"
+ },
+ {
+ "name": "filament/tables",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/tables.git",
+ "reference": "9b6de34dc711b7e16400913463afdf3f43e7e861"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/tables/zipball/9b6de34dc711b7e16400913463afdf3f43e7e861",
+ "reference": "9b6de34dc711b7e16400913463afdf3f43e7e861",
+ "shasum": ""
+ },
+ "require": {
+ "filament/actions": "self.version",
+ "filament/forms": "self.version",
+ "filament/query-builder": "self.version",
+ "filament/support": "self.version",
+ "php": "^8.2"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\Tables\\TablesServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Filament\\Tables\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Easily add beautiful tables to any Livewire component.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2026-01-07T15:33:29+00:00"
+ },
+ {
+ "name": "filament/widgets",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/widgets.git",
+ "reference": "a3c154738fe5224ccdd144ddf06068f069bc0917"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/widgets/zipball/a3c154738fe5224ccdd144ddf06068f069bc0917",
+ "reference": "a3c154738fe5224ccdd144ddf06068f069bc0917",
+ "shasum": ""
+ },
+ "require": {
+ "filament/schemas": "self.version",
+ "filament/support": "self.version",
+ "php": "^8.2"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\Widgets\\WidgetsServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Filament\\Widgets\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Easily add beautiful dashboard widgets to any Livewire component.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2026-01-07T12:49:18+00:00"
+ },
+ {
+ "name": "flowframe/laravel-trend",
+ "version": "v0.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Flowframe/laravel-trend.git",
+ "reference": "5ace11d3075932652dc48963faa732c043aeb14d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Flowframe/laravel-trend/zipball/5ace11d3075932652dc48963faa732c043aeb14d",
+ "reference": "5ace11d3075932652dc48963faa732c043aeb14d",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/contracts": "^8.37|^9|^10.0|^11.0|^12.0",
+ "php": "^8.2",
+ "spatie/laravel-package-tools": "^1.4.3"
+ },
+ "require-dev": {
+ "nunomaduro/collision": "^5.3|^6.1|^8.0",
+ "orchestra/testbench": "^6.15|^7.0|^8.0|^9.0|^10.0",
+ "pestphp/pest": "^1.18|^2.34|^3.7",
+ "pestphp/pest-plugin-laravel": "^1.1|^2.3|^3.1",
+ "spatie/laravel-ray": "^1.23",
+ "vimeo/psalm": "^4.8|^5.6|^6.5"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "Trend": "Flowframe\\Trend\\TrendFacade"
+ },
+ "providers": [
+ "Flowframe\\Trend\\TrendServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Flowframe\\Trend\\": "src",
+ "Flowframe\\Trend\\Database\\Factories\\": "database/factories"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Lars Klopstra",
+ "email": "lars@flowframe.nl",
+ "role": "Developer"
+ }
+ ],
+ "description": "Easily generate model trends",
+ "homepage": "https://github.com/flowframe/laravel-trend",
+ "keywords": [
+ "Flowframe",
+ "laravel",
+ "laravel-trend"
+ ],
+ "support": {
+ "issues": "https://github.com/Flowframe/laravel-trend/issues",
+ "source": "https://github.com/Flowframe/laravel-trend/tree/v0.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/larsklopstra",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-25T11:13:23+00:00"
+ },
+ {
+ "name": "fruitcake/php-cors",
+ "version": "v1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/fruitcake/php-cors.git",
+ "reference": "38aaa6c3fd4c157ffe2a4d10aa8b9b16ba8de379"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/38aaa6c3fd4c157ffe2a4d10aa8b9b16ba8de379",
+ "reference": "38aaa6c3fd4c157ffe2a4d10aa8b9b16ba8de379",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1",
+ "symfony/http-foundation": "^5.4|^6.4|^7.3|^8"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^2",
+ "phpunit/phpunit": "^9",
+ "squizlabs/php_codesniffer": "^4"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Fruitcake\\Cors\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fruitcake",
+ "homepage": "https://fruitcake.nl"
+ },
+ {
+ "name": "Barryvdh",
+ "email": "barryvdh@gmail.com"
+ }
+ ],
+ "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
+ "homepage": "https://github.com/fruitcake/php-cors",
+ "keywords": [
+ "cors",
+ "laravel",
+ "symfony"
+ ],
+ "support": {
+ "issues": "https://github.com/fruitcake/php-cors/issues",
+ "source": "https://github.com/fruitcake/php-cors/tree/v1.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://fruitcake.nl",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/barryvdh",
+ "type": "github"
+ }
+ ],
+ "time": "2025-12-03T09:33:47+00:00"
+ },
+ {
+ "name": "graham-campbell/result-type",
+ "version": "v1.1.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/GrahamCampbell/Result-Type.git",
+ "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/e01f4a821471308ba86aa202fed6698b6b695e3b",
+ "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "phpoption/phpoption": "^1.9.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "GrahamCampbell\\ResultType\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ }
+ ],
+ "description": "An Implementation Of The Result Type",
+ "keywords": [
+ "Graham Campbell",
+ "GrahamCampbell",
+ "Result Type",
+ "Result-Type",
+ "result"
+ ],
+ "support": {
+ "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
+ "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-27T19:43:20+00:00"
+ },
+ {
+ "name": "guzzlehttp/guzzle",
+ "version": "7.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/guzzle.git",
+ "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
+ "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "guzzlehttp/promises": "^2.3",
+ "guzzlehttp/psr7": "^2.8",
+ "php": "^7.2.5 || ^8.0",
+ "psr/http-client": "^1.0",
+ "symfony/deprecation-contracts": "^2.2 || ^3.0"
+ },
+ "provide": {
+ "psr/http-client-implementation": "1.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "ext-curl": "*",
+ "guzzle/client-integration-tests": "3.0.2",
+ "php-http/message-factory": "^1.1",
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20",
+ "psr/log": "^1.1 || ^2.0 || ^3.0"
+ },
+ "suggest": {
+ "ext-curl": "Required for CURL handler support",
+ "ext-intl": "Required for Internationalized Domain Name (IDN) support",
+ "psr/log": "Required for using the Log middleware"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions_include.php"
+ ],
+ "psr-4": {
+ "GuzzleHttp\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "Jeremy Lindblom",
+ "email": "jeremeamia@gmail.com",
+ "homepage": "https://github.com/jeremeamia"
+ },
+ {
+ "name": "George Mponos",
+ "email": "gmponos@gmail.com",
+ "homepage": "https://github.com/gmponos"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://github.com/sagikazarmark"
+ },
+ {
+ "name": "Tobias Schultze",
+ "email": "webmaster@tubo-world.de",
+ "homepage": "https://github.com/Tobion"
+ }
+ ],
+ "description": "Guzzle is a PHP HTTP client library",
+ "keywords": [
+ "client",
+ "curl",
+ "framework",
+ "http",
+ "http client",
+ "psr-18",
+ "psr-7",
+ "rest",
+ "web service"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/guzzle/issues",
+ "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-23T22:36:01+00:00"
+ },
+ {
+ "name": "guzzlehttp/promises",
+ "version": "2.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/promises.git",
+ "reference": "481557b130ef3790cf82b713667b43030dc9c957"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
+ "reference": "481557b130ef3790cf82b713667b43030dc9c957",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.44 || ^9.6.25"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\Promise\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Tobias Schultze",
+ "email": "webmaster@tubo-world.de",
+ "homepage": "https://github.com/Tobion"
+ }
+ ],
+ "description": "Guzzle promises library",
+ "keywords": [
+ "promise"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/promises/issues",
+ "source": "https://github.com/guzzle/promises/tree/2.3.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-22T14:34:08+00:00"
+ },
+ {
+ "name": "guzzlehttp/psr7",
+ "version": "2.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/psr7.git",
+ "reference": "21dc724a0583619cd1652f673303492272778051"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
+ "reference": "21dc724a0583619cd1652f673303492272778051",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "psr/http-factory": "^1.0",
+ "psr/http-message": "^1.1 || ^2.0",
+ "ralouphie/getallheaders": "^3.0"
+ },
+ "provide": {
+ "psr/http-factory-implementation": "1.0",
+ "psr/http-message-implementation": "1.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "http-interop/http-factory-tests": "0.9.0",
+ "phpunit/phpunit": "^8.5.44 || ^9.6.25"
+ },
+ "suggest": {
+ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\Psr7\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "George Mponos",
+ "email": "gmponos@gmail.com",
+ "homepage": "https://github.com/gmponos"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://github.com/sagikazarmark"
+ },
+ {
+ "name": "Tobias Schultze",
+ "email": "webmaster@tubo-world.de",
+ "homepage": "https://github.com/Tobion"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://sagikazarmark.hu"
+ }
+ ],
+ "description": "PSR-7 message implementation that also provides common utility methods",
+ "keywords": [
+ "http",
+ "message",
+ "psr-7",
+ "request",
+ "response",
+ "stream",
+ "uri",
+ "url"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/psr7/issues",
+ "source": "https://github.com/guzzle/psr7/tree/2.8.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-23T21:21:41+00:00"
+ },
+ {
+ "name": "guzzlehttp/uri-template",
+ "version": "v1.0.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/guzzle/uri-template.git",
+ "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1",
+ "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0",
+ "symfony/polyfill-php80": "^1.24"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.44 || ^9.6.25",
+ "uri-template/tests": "1.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "GuzzleHttp\\UriTemplate\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "George Mponos",
+ "email": "gmponos@gmail.com",
+ "homepage": "https://github.com/gmponos"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ }
+ ],
+ "description": "A polyfill class for uri_template of PHP",
+ "keywords": [
+ "guzzlehttp",
+ "uri-template"
+ ],
+ "support": {
+ "issues": "https://github.com/guzzle/uri-template/issues",
+ "source": "https://github.com/guzzle/uri-template/tree/v1.0.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/Nyholm",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-22T14:27:06+00:00"
+ },
+ {
+ "name": "itsgoingd/clockwork",
+ "version": "v5.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/itsgoingd/clockwork.git",
+ "reference": "d928483e231f042dbff9258795cb17aadaebc7d0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/d928483e231f042dbff9258795cb17aadaebc7d0",
+ "reference": "d928483e231f042dbff9258795cb17aadaebc7d0",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": ">=7.1"
+ },
+ "suggest": {
+ "ext-pdo": "Needed in order to use a SQL database for metadata storage",
+ "ext-pdo_mysql": "Needed in order to use MySQL for metadata storage",
+ "ext-pdo_postgres": "Needed in order to use Postgres for metadata storage",
+ "ext-pdo_sqlite": "Needed in order to use a SQLite for metadata storage",
+ "ext-redis": "Needed in order to use Redis for metadata storage",
+ "php-http/discovery": "Vanilla integration - required for the middleware zero-configuration setup"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
+ },
+ "providers": [
+ "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Clockwork\\": "Clockwork/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "itsgoingd",
+ "email": "itsgoingd@luzer.sk",
+ "homepage": "https://twitter.com/itsgoingd"
+ }
+ ],
+ "description": "php dev tools in your browser",
+ "homepage": "https://underground.works/clockwork",
+ "keywords": [
+ "Devtools",
+ "debugging",
+ "laravel",
+ "logging",
+ "lumen",
+ "profiling",
+ "slim"
+ ],
+ "support": {
+ "issues": "https://github.com/itsgoingd/clockwork/issues",
+ "source": "https://github.com/itsgoingd/clockwork/tree/v5.3.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/itsgoingd",
+ "type": "github"
+ }
+ ],
+ "time": "2025-09-14T15:34:49+00:00"
+ },
+ {
+ "name": "jaybizzle/crawler-detect",
+ "version": "v1.3.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/JayBizzle/Crawler-Detect.git",
+ "reference": "61f2ef1ad2d0ae922c265931cb0a8032a1ed2813"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/61f2ef1ad2d0ae922c265931cb0a8032a1ed2813",
+ "reference": "61f2ef1ad2d0ae922c265931cb0a8032a1ed2813",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Jaybizzle\\CrawlerDetect\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Mark Beech",
+ "email": "m@rkbee.ch",
+ "role": "Developer"
+ }
+ ],
+ "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
+ "homepage": "https://github.com/JayBizzle/Crawler-Detect/",
+ "keywords": [
+ "crawler",
+ "crawler detect",
+ "crawler detector",
+ "crawlerdetect",
+ "php crawler detect"
+ ],
+ "support": {
+ "issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
+ "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.3.6"
+ },
+ "time": "2025-09-30T16:22:43+00:00"
+ },
+ {
+ "name": "jenssegers/agent",
+ "version": "v2.6.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/jenssegers/agent.git",
+ "reference": "daa11c43729510b3700bc34d414664966b03bffe"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/jenssegers/agent/zipball/daa11c43729510b3700bc34d414664966b03bffe",
+ "reference": "daa11c43729510b3700bc34d414664966b03bffe",
+ "shasum": ""
+ },
+ "require": {
+ "jaybizzle/crawler-detect": "^1.2",
+ "mobiledetect/mobiledetectlib": "^2.7.6",
+ "php": ">=5.6"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2.1",
+ "phpunit/phpunit": "^5.0|^6.0|^7.0"
+ },
+ "suggest": {
+ "illuminate/support": "Required for laravel service providers"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "Agent": "Jenssegers\\Agent\\Facades\\Agent"
+ },
+ "providers": [
+ "Jenssegers\\Agent\\AgentServiceProvider"
+ ]
+ },
+ "branch-alias": {
+ "dev-master": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Jenssegers\\Agent\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jens Segers",
+ "homepage": "https://jenssegers.com"
+ }
+ ],
+ "description": "Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect",
+ "homepage": "https://github.com/jenssegers/agent",
+ "keywords": [
+ "Agent",
+ "browser",
+ "desktop",
+ "laravel",
+ "mobile",
+ "platform",
+ "user agent",
+ "useragent"
+ ],
+ "support": {
+ "issues": "https://github.com/jenssegers/agent/issues",
+ "source": "https://github.com/jenssegers/agent/tree/v2.6.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/jenssegers",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/jenssegers/agent",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-06-13T08:05:20+00:00"
+ },
+ {
+ "name": "kirschbaum-development/eloquent-power-joins",
+ "version": "4.2.11",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/kirschbaum-development/eloquent-power-joins.git",
+ "reference": "0e3e3372992e4bf82391b3c7b84b435c3db73588"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/0e3e3372992e4bf82391b3c7b84b435c3db73588",
+ "reference": "0e3e3372992e4bf82391b3c7b84b435c3db73588",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/database": "^11.42|^12.0",
+ "illuminate/support": "^11.42|^12.0",
+ "php": "^8.2"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "dev-master",
+ "laravel/legacy-factories": "^1.0@dev",
+ "orchestra/testbench": "^9.0|^10.0",
+ "phpunit/phpunit": "^10.0|^11.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Kirschbaum\\PowerJoins\\PowerJoinsServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Kirschbaum\\PowerJoins\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Luis Dalmolin",
+ "email": "luis.nh@gmail.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "The Laravel magic applied to joins.",
+ "homepage": "https://github.com/kirschbaum-development/eloquent-power-joins",
+ "keywords": [
+ "eloquent",
+ "join",
+ "laravel",
+ "mysql"
+ ],
+ "support": {
+ "issues": "https://github.com/kirschbaum-development/eloquent-power-joins/issues",
+ "source": "https://github.com/kirschbaum-development/eloquent-power-joins/tree/4.2.11"
+ },
+ "time": "2025-12-17T00:37:48+00:00"
+ },
+ {
+ "name": "laravel/fortify",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/fortify.git",
+ "reference": "e0666dabeec0b6428678af1d51f436dcfb24e3a9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/fortify/zipball/e0666dabeec0b6428678af1d51f436dcfb24e3a9",
+ "reference": "e0666dabeec0b6428678af1d51f436dcfb24e3a9",
+ "shasum": ""
+ },
+ "require": {
+ "bacon/bacon-qr-code": "^3.0",
+ "ext-json": "*",
+ "illuminate/support": "^10.0|^11.0|^12.0",
+ "php": "^8.1",
+ "pragmarx/google2fa": "^9.0",
+ "symfony/console": "^6.0|^7.0"
+ },
+ "require-dev": {
+ "orchestra/testbench": "^8.36|^9.15|^10.8",
+ "phpstan/phpstan": "^1.10"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravel\\Fortify\\FortifyServiceProvider"
+ ]
+ },
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Fortify\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "Backend controllers and scaffolding for Laravel authentication.",
+ "keywords": [
+ "auth",
+ "laravel"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/fortify/issues",
+ "source": "https://github.com/laravel/fortify"
+ },
+ "time": "2025-12-15T14:48:33+00:00"
+ },
+ {
+ "name": "laravel/framework",
+ "version": "v12.45.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/framework.git",
+ "reference": "d644693433290996bf764397b086228ce81781e6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/d644693433290996bf764397b086228ce81781e6",
+ "reference": "d644693433290996bf764397b086228ce81781e6",
+ "shasum": ""
+ },
+ "require": {
+ "brick/math": "^0.11|^0.12|^0.13|^0.14",
+ "composer-runtime-api": "^2.2",
+ "doctrine/inflector": "^2.0.5",
+ "dragonmantank/cron-expression": "^3.4",
+ "egulias/email-validator": "^3.2.1|^4.0",
+ "ext-ctype": "*",
+ "ext-filter": "*",
+ "ext-hash": "*",
+ "ext-mbstring": "*",
+ "ext-openssl": "*",
+ "ext-session": "*",
+ "ext-tokenizer": "*",
+ "fruitcake/php-cors": "^1.3",
+ "guzzlehttp/guzzle": "^7.8.2",
+ "guzzlehttp/uri-template": "^1.0",
+ "laravel/prompts": "^0.3.0",
+ "laravel/serializable-closure": "^1.3|^2.0",
+ "league/commonmark": "^2.7",
+ "league/flysystem": "^3.25.1",
+ "league/flysystem-local": "^3.25.1",
+ "league/uri": "^7.5.1",
+ "monolog/monolog": "^3.0",
+ "nesbot/carbon": "^3.8.4",
+ "nunomaduro/termwind": "^2.0",
+ "php": "^8.2",
+ "psr/container": "^1.1.1|^2.0.1",
+ "psr/log": "^1.0|^2.0|^3.0",
+ "psr/simple-cache": "^1.0|^2.0|^3.0",
+ "ramsey/uuid": "^4.7",
+ "symfony/console": "^7.2.0",
+ "symfony/error-handler": "^7.2.0",
+ "symfony/finder": "^7.2.0",
+ "symfony/http-foundation": "^7.2.0",
+ "symfony/http-kernel": "^7.2.0",
+ "symfony/mailer": "^7.2.0",
+ "symfony/mime": "^7.2.0",
+ "symfony/polyfill-php83": "^1.33",
+ "symfony/polyfill-php84": "^1.33",
+ "symfony/polyfill-php85": "^1.33",
+ "symfony/process": "^7.2.0",
+ "symfony/routing": "^7.2.0",
+ "symfony/uid": "^7.2.0",
+ "symfony/var-dumper": "^7.2.0",
+ "tijsverkoyen/css-to-inline-styles": "^2.2.5",
+ "vlucas/phpdotenv": "^5.6.1",
+ "voku/portable-ascii": "^2.0.2"
+ },
+ "conflict": {
+ "tightenco/collect": "<5.5.33"
+ },
+ "provide": {
+ "psr/container-implementation": "1.1|2.0",
+ "psr/log-implementation": "1.0|2.0|3.0",
+ "psr/simple-cache-implementation": "1.0|2.0|3.0"
+ },
+ "replace": {
+ "illuminate/auth": "self.version",
+ "illuminate/broadcasting": "self.version",
+ "illuminate/bus": "self.version",
+ "illuminate/cache": "self.version",
+ "illuminate/collections": "self.version",
+ "illuminate/concurrency": "self.version",
+ "illuminate/conditionable": "self.version",
+ "illuminate/config": "self.version",
+ "illuminate/console": "self.version",
+ "illuminate/container": "self.version",
+ "illuminate/contracts": "self.version",
+ "illuminate/cookie": "self.version",
+ "illuminate/database": "self.version",
+ "illuminate/encryption": "self.version",
+ "illuminate/events": "self.version",
+ "illuminate/filesystem": "self.version",
+ "illuminate/hashing": "self.version",
+ "illuminate/http": "self.version",
+ "illuminate/json-schema": "self.version",
+ "illuminate/log": "self.version",
+ "illuminate/macroable": "self.version",
+ "illuminate/mail": "self.version",
+ "illuminate/notifications": "self.version",
+ "illuminate/pagination": "self.version",
+ "illuminate/pipeline": "self.version",
+ "illuminate/process": "self.version",
+ "illuminate/queue": "self.version",
+ "illuminate/redis": "self.version",
+ "illuminate/reflection": "self.version",
+ "illuminate/routing": "self.version",
+ "illuminate/session": "self.version",
+ "illuminate/support": "self.version",
+ "illuminate/testing": "self.version",
+ "illuminate/translation": "self.version",
+ "illuminate/validation": "self.version",
+ "illuminate/view": "self.version",
+ "spatie/once": "*"
+ },
+ "require-dev": {
+ "ably/ably-php": "^1.0",
+ "aws/aws-sdk-php": "^3.322.9",
+ "ext-gmp": "*",
+ "fakerphp/faker": "^1.24",
+ "guzzlehttp/promises": "^2.0.3",
+ "guzzlehttp/psr7": "^2.4",
+ "laravel/pint": "^1.18",
+ "league/flysystem-aws-s3-v3": "^3.25.1",
+ "league/flysystem-ftp": "^3.25.1",
+ "league/flysystem-path-prefixing": "^3.25.1",
+ "league/flysystem-read-only": "^3.25.1",
+ "league/flysystem-sftp-v3": "^3.25.1",
+ "mockery/mockery": "^1.6.10",
+ "opis/json-schema": "^2.4.1",
+ "orchestra/testbench-core": "^10.8.1",
+ "pda/pheanstalk": "^5.0.6|^7.0.0",
+ "php-http/discovery": "^1.15",
+ "phpstan/phpstan": "^2.0",
+ "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
+ "predis/predis": "^2.3|^3.0",
+ "resend/resend-php": "^0.10.0|^1.0",
+ "symfony/cache": "^7.2.0",
+ "symfony/http-client": "^7.2.0",
+ "symfony/psr-http-message-bridge": "^7.2.0",
+ "symfony/translation": "^7.2.0"
+ },
+ "suggest": {
+ "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
+ "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
+ "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
+ "ext-apcu": "Required to use the APC cache driver.",
+ "ext-fileinfo": "Required to use the Filesystem class.",
+ "ext-ftp": "Required to use the Flysystem FTP driver.",
+ "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
+ "ext-memcached": "Required to use the memcache cache driver.",
+ "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
+ "ext-pdo": "Required to use all database features.",
+ "ext-posix": "Required to use all features of the queue worker.",
+ "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
+ "fakerphp/faker": "Required to generate fake data using the fake() helper (^1.23).",
+ "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
+ "laravel/tinker": "Required to use the tinker console command (^2.0).",
+ "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
+ "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
+ "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
+ "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
+ "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
+ "mockery/mockery": "Required to use mocking (^1.6).",
+ "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
+ "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
+ "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).",
+ "predis/predis": "Required to use the predis connector (^2.3|^3.0).",
+ "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
+ "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
+ "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0|^1.0).",
+ "symfony/cache": "Required to PSR-6 cache bridge (^7.2).",
+ "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).",
+ "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.2).",
+ "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.2).",
+ "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.2).",
+ "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.2)."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "12.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Illuminate/Collections/functions.php",
+ "src/Illuminate/Collections/helpers.php",
+ "src/Illuminate/Events/functions.php",
+ "src/Illuminate/Filesystem/functions.php",
+ "src/Illuminate/Foundation/helpers.php",
+ "src/Illuminate/Log/functions.php",
+ "src/Illuminate/Reflection/helpers.php",
+ "src/Illuminate/Support/functions.php",
+ "src/Illuminate/Support/helpers.php"
+ ],
+ "psr-4": {
+ "Illuminate\\": "src/Illuminate/",
+ "Illuminate\\Support\\": [
+ "src/Illuminate/Macroable/",
+ "src/Illuminate/Collections/",
+ "src/Illuminate/Conditionable/",
+ "src/Illuminate/Reflection/"
+ ]
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "The Laravel Framework.",
+ "homepage": "https://laravel.com",
+ "keywords": [
+ "framework",
+ "laravel"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/framework/issues",
+ "source": "https://github.com/laravel/framework"
+ },
+ "time": "2026-01-07T15:03:01+00:00"
+ },
+ {
+ "name": "laravel/prompts",
+ "version": "v0.3.8",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/prompts.git",
+ "reference": "096748cdfb81988f60090bbb839ce3205ace0d35"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/prompts/zipball/096748cdfb81988f60090bbb839ce3205ace0d35",
+ "reference": "096748cdfb81988f60090bbb839ce3205ace0d35",
+ "shasum": ""
+ },
+ "require": {
+ "composer-runtime-api": "^2.2",
+ "ext-mbstring": "*",
+ "php": "^8.1",
+ "symfony/console": "^6.2|^7.0"
+ },
+ "conflict": {
+ "illuminate/console": ">=10.17.0 <10.25.0",
+ "laravel/framework": ">=10.17.0 <10.25.0"
+ },
+ "require-dev": {
+ "illuminate/collections": "^10.0|^11.0|^12.0",
+ "mockery/mockery": "^1.5",
+ "pestphp/pest": "^2.3|^3.4|^4.0",
+ "phpstan/phpstan": "^1.12.28",
+ "phpstan/phpstan-mockery": "^1.1.3"
+ },
+ "suggest": {
+ "ext-pcntl": "Required for the spinner to be animated."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "0.3.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Laravel\\Prompts\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Add beautiful and user-friendly forms to your command-line applications.",
+ "support": {
+ "issues": "https://github.com/laravel/prompts/issues",
+ "source": "https://github.com/laravel/prompts/tree/v0.3.8"
+ },
+ "time": "2025-11-21T20:52:52+00:00"
+ },
+ {
+ "name": "laravel/sanctum",
+ "version": "v4.2.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/sanctum.git",
+ "reference": "fd447754d2d3f56950d53b930128af2e3b617de9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/sanctum/zipball/fd447754d2d3f56950d53b930128af2e3b617de9",
+ "reference": "fd447754d2d3f56950d53b930128af2e3b617de9",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "illuminate/console": "^11.0|^12.0",
+ "illuminate/contracts": "^11.0|^12.0",
+ "illuminate/database": "^11.0|^12.0",
+ "illuminate/support": "^11.0|^12.0",
+ "php": "^8.2",
+ "symfony/console": "^7.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.6",
+ "orchestra/testbench": "^9.15|^10.8",
+ "phpstan/phpstan": "^1.10"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravel\\Sanctum\\SanctumServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Sanctum\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
+ "keywords": [
+ "auth",
+ "laravel",
+ "sanctum"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/sanctum/issues",
+ "source": "https://github.com/laravel/sanctum"
+ },
+ "time": "2026-01-06T23:11:51+00:00"
+ },
+ {
+ "name": "laravel/serializable-closure",
+ "version": "v2.0.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/serializable-closure.git",
+ "reference": "cb291e4c998ac50637c7eeb58189c14f5de5b9dd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/cb291e4c998ac50637c7eeb58189c14f5de5b9dd",
+ "reference": "cb291e4c998ac50637c7eeb58189c14f5de5b9dd",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "illuminate/support": "^10.0|^11.0|^12.0",
+ "nesbot/carbon": "^2.67|^3.0",
+ "pestphp/pest": "^2.36|^3.0|^4.0",
+ "phpstan/phpstan": "^2.0",
+ "symfony/var-dumper": "^6.2.0|^7.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\SerializableClosure\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ },
+ {
+ "name": "Nuno Maduro",
+ "email": "nuno@laravel.com"
+ }
+ ],
+ "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
+ "keywords": [
+ "closure",
+ "laravel",
+ "serializable"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/serializable-closure/issues",
+ "source": "https://github.com/laravel/serializable-closure"
+ },
+ "time": "2025-11-21T20:52:36+00:00"
+ },
+ {
+ "name": "laravel/tinker",
+ "version": "v2.11.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/tinker.git",
+ "reference": "3d34b97c9a1747a81a3fde90482c092bd8b66468"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/tinker/zipball/3d34b97c9a1747a81a3fde90482c092bd8b66468",
+ "reference": "3d34b97c9a1747a81a3fde90482c092bd8b66468",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
+ "php": "^7.2.5|^8.0",
+ "psy/psysh": "^0.11.1|^0.12.0",
+ "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0|^8.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "~1.3.3|^1.4.2",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^8.5.8|^9.3.3|^10.0"
+ },
+ "suggest": {
+ "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)."
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravel\\Tinker\\TinkerServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Tinker\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "Powerful REPL for the Laravel framework.",
+ "keywords": [
+ "REPL",
+ "Tinker",
+ "laravel",
+ "psysh"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/tinker/issues",
+ "source": "https://github.com/laravel/tinker/tree/v2.11.0"
+ },
+ "time": "2025-12-19T19:16:45+00:00"
+ },
+ {
+ "name": "league/commonmark",
+ "version": "2.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/commonmark.git",
+ "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/4efa10c1e56488e658d10adf7b7b7dcd19940bfb",
+ "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "league/config": "^1.1.1",
+ "php": "^7.4 || ^8.0",
+ "psr/event-dispatcher": "^1.0",
+ "symfony/deprecation-contracts": "^2.1 || ^3.0",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "require-dev": {
+ "cebe/markdown": "^1.0",
+ "commonmark/cmark": "0.31.1",
+ "commonmark/commonmark.js": "0.31.1",
+ "composer/package-versions-deprecated": "^1.8",
+ "embed/embed": "^4.4",
+ "erusev/parsedown": "^1.0",
+ "ext-json": "*",
+ "github/gfm": "0.29.0",
+ "michelf/php-markdown": "^1.4 || ^2.0",
+ "nyholm/psr7": "^1.5",
+ "phpstan/phpstan": "^1.8.2",
+ "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
+ "scrutinizer/ocular": "^1.8.1",
+ "symfony/finder": "^5.3 | ^6.0 | ^7.0",
+ "symfony/process": "^5.4 | ^6.0 | ^7.0",
+ "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
+ "unleashedtech/php-coding-standard": "^3.1.1",
+ "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"
+ },
+ "suggest": {
+ "symfony/yaml": "v2.3+ required if using the Front Matter extension"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "2.9-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\CommonMark\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Colin O'Dell",
+ "email": "colinodell@gmail.com",
+ "homepage": "https://www.colinodell.com",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
+ "homepage": "https://commonmark.thephpleague.com",
+ "keywords": [
+ "commonmark",
+ "flavored",
+ "gfm",
+ "github",
+ "github-flavored",
+ "markdown",
+ "md",
+ "parser"
+ ],
+ "support": {
+ "docs": "https://commonmark.thephpleague.com/",
+ "forum": "https://github.com/thephpleague/commonmark/discussions",
+ "issues": "https://github.com/thephpleague/commonmark/issues",
+ "rss": "https://github.com/thephpleague/commonmark/releases.atom",
+ "source": "https://github.com/thephpleague/commonmark"
+ },
+ "funding": [
+ {
+ "url": "https://www.colinodell.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.paypal.me/colinpodell/10.00",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/colinodell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-11-26T21:48:24+00:00"
+ },
+ {
+ "name": "league/config",
+ "version": "v1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/config.git",
+ "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
+ "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
+ "shasum": ""
+ },
+ "require": {
+ "dflydev/dot-access-data": "^3.0.1",
+ "nette/schema": "^1.2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.8.2",
+ "phpunit/phpunit": "^9.5.5",
+ "scrutinizer/ocular": "^1.8.1",
+ "unleashedtech/php-coding-standard": "^3.1",
+ "vimeo/psalm": "^4.7.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Config\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Colin O'Dell",
+ "email": "colinodell@gmail.com",
+ "homepage": "https://www.colinodell.com",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "Define configuration arrays with strict schemas and access values with dot notation",
+ "homepage": "https://config.thephpleague.com",
+ "keywords": [
+ "array",
+ "config",
+ "configuration",
+ "dot",
+ "dot-access",
+ "nested",
+ "schema"
+ ],
+ "support": {
+ "docs": "https://config.thephpleague.com/",
+ "issues": "https://github.com/thephpleague/config/issues",
+ "rss": "https://github.com/thephpleague/config/releases.atom",
+ "source": "https://github.com/thephpleague/config"
+ },
+ "funding": [
+ {
+ "url": "https://www.colinodell.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.paypal.me/colinpodell/10.00",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/colinodell",
+ "type": "github"
+ }
+ ],
+ "time": "2022-12-11T20:36:23+00:00"
+ },
+ {
+ "name": "league/csv",
+ "version": "9.28.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/csv.git",
+ "reference": "6582ace29ae09ba5b07049d40ea13eb19c8b5073"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/csv/zipball/6582ace29ae09ba5b07049d40ea13eb19c8b5073",
+ "reference": "6582ace29ae09ba5b07049d40ea13eb19c8b5073",
+ "shasum": ""
+ },
+ "require": {
+ "ext-filter": "*",
+ "php": "^8.1.2"
+ },
+ "require-dev": {
+ "ext-dom": "*",
+ "ext-xdebug": "*",
+ "friendsofphp/php-cs-fixer": "^3.92.3",
+ "phpbench/phpbench": "^1.4.3",
+ "phpstan/phpstan": "^1.12.32",
+ "phpstan/phpstan-deprecation-rules": "^1.2.1",
+ "phpstan/phpstan-phpunit": "^1.4.2",
+ "phpstan/phpstan-strict-rules": "^1.6.2",
+ "phpunit/phpunit": "^10.5.16 || ^11.5.22 || ^12.5.4",
+ "symfony/var-dumper": "^6.4.8 || ^7.4.0 || ^8.0"
+ },
+ "suggest": {
+ "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
+ "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters",
+ "ext-mbstring": "Needed to ease transcoding CSV using mb stream filters",
+ "ext-mysqli": "Requiered to use the package with the MySQLi extension",
+ "ext-pdo": "Required to use the package with the PDO extension",
+ "ext-pgsql": "Requiered to use the package with the PgSQL extension",
+ "ext-sqlite3": "Required to use the package with the SQLite3 extension"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "9.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions_include.php"
+ ],
+ "psr-4": {
+ "League\\Csv\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ignace Nyamagana Butera",
+ "email": "nyamsprod@gmail.com",
+ "homepage": "https://github.com/nyamsprod/",
+ "role": "Developer"
+ }
+ ],
+ "description": "CSV data manipulation made easy in PHP",
+ "homepage": "https://csv.thephpleague.com",
+ "keywords": [
+ "convert",
+ "csv",
+ "export",
+ "filter",
+ "import",
+ "read",
+ "transform",
+ "write"
+ ],
+ "support": {
+ "docs": "https://csv.thephpleague.com",
+ "issues": "https://github.com/thephpleague/csv/issues",
+ "rss": "https://github.com/thephpleague/csv/releases.atom",
+ "source": "https://github.com/thephpleague/csv"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/nyamsprod",
+ "type": "github"
+ }
+ ],
+ "time": "2025-12-27T15:18:42+00:00"
+ },
+ {
+ "name": "league/flysystem",
+ "version": "3.30.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem.git",
+ "reference": "5966a8ba23e62bdb518dd9e0e665c2dbd4b5b277"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5966a8ba23e62bdb518dd9e0e665c2dbd4b5b277",
+ "reference": "5966a8ba23e62bdb518dd9e0e665c2dbd4b5b277",
+ "shasum": ""
+ },
+ "require": {
+ "league/flysystem-local": "^3.0.0",
+ "league/mime-type-detection": "^1.0.0",
+ "php": "^8.0.2"
+ },
+ "conflict": {
+ "async-aws/core": "<1.19.0",
+ "async-aws/s3": "<1.14.0",
+ "aws/aws-sdk-php": "3.209.31 || 3.210.0",
+ "guzzlehttp/guzzle": "<7.0",
+ "guzzlehttp/ringphp": "<1.1.1",
+ "phpseclib/phpseclib": "3.0.15",
+ "symfony/http-client": "<5.2"
+ },
+ "require-dev": {
+ "async-aws/s3": "^1.5 || ^2.0",
+ "async-aws/simple-s3": "^1.1 || ^2.0",
+ "aws/aws-sdk-php": "^3.295.10",
+ "composer/semver": "^3.0",
+ "ext-fileinfo": "*",
+ "ext-ftp": "*",
+ "ext-mongodb": "^1.3|^2",
+ "ext-zip": "*",
+ "friendsofphp/php-cs-fixer": "^3.5",
+ "google/cloud-storage": "^1.23",
+ "guzzlehttp/psr7": "^2.6",
+ "microsoft/azure-storage-blob": "^1.1",
+ "mongodb/mongodb": "^1.2|^2",
+ "phpseclib/phpseclib": "^3.0.36",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^9.5.11|^10.0",
+ "sabre/dav": "^4.6.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\Flysystem\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "File storage abstraction for PHP",
+ "keywords": [
+ "WebDAV",
+ "aws",
+ "cloud",
+ "file",
+ "files",
+ "filesystem",
+ "filesystems",
+ "ftp",
+ "s3",
+ "sftp",
+ "storage"
+ ],
+ "support": {
+ "issues": "https://github.com/thephpleague/flysystem/issues",
+ "source": "https://github.com/thephpleague/flysystem/tree/3.30.2"
+ },
+ "time": "2025-11-10T17:13:11+00:00"
+ },
+ {
+ "name": "league/flysystem-local",
+ "version": "3.30.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem-local.git",
+ "reference": "ab4f9d0d672f601b102936aa728801dd1a11968d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/ab4f9d0d672f601b102936aa728801dd1a11968d",
+ "reference": "ab4f9d0d672f601b102936aa728801dd1a11968d",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "league/flysystem": "^3.0.0",
+ "league/mime-type-detection": "^1.0.0",
+ "php": "^8.0.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\Flysystem\\Local\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "Local filesystem adapter for Flysystem.",
+ "keywords": [
+ "Flysystem",
+ "file",
+ "files",
+ "filesystem",
+ "local"
+ ],
+ "support": {
+ "source": "https://github.com/thephpleague/flysystem-local/tree/3.30.2"
+ },
+ "time": "2025-11-10T11:23:37+00:00"
+ },
+ {
+ "name": "league/mime-type-detection",
+ "version": "1.16.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/mime-type-detection.git",
+ "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
+ "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.2",
+ "phpstan/phpstan": "^0.12.68",
+ "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\MimeTypeDetection\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "Mime-type detection for Flysystem",
+ "support": {
+ "issues": "https://github.com/thephpleague/mime-type-detection/issues",
+ "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-09-21T08:32:55+00:00"
+ },
+ {
+ "name": "league/uri",
+ "version": "7.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/uri.git",
+ "reference": "8d587cddee53490f9b82bf203d3a9aa7ea4f9807"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/uri/zipball/8d587cddee53490f9b82bf203d3a9aa7ea4f9807",
+ "reference": "8d587cddee53490f9b82bf203d3a9aa7ea4f9807",
+ "shasum": ""
+ },
+ "require": {
+ "league/uri-interfaces": "^7.7",
+ "php": "^8.1",
+ "psr/http-factory": "^1"
+ },
+ "conflict": {
+ "league/uri-schemes": "^1.0"
+ },
+ "suggest": {
+ "ext-bcmath": "to improve IPV4 host parsing",
+ "ext-dom": "to convert the URI into an HTML anchor tag",
+ "ext-fileinfo": "to create Data URI from file contennts",
+ "ext-gmp": "to improve IPV4 host parsing",
+ "ext-intl": "to handle IDN host with the best performance",
+ "ext-uri": "to use the PHP native URI class",
+ "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
+ "league/uri-components": "Needed to easily manipulate URI objects components",
+ "league/uri-polyfill": "Needed to backport the PHP URI extension for older versions of PHP",
+ "php-64bit": "to improve IPV4 host parsing",
+ "rowbot/url": "to handle WHATWG URL",
+ "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "7.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ignace Nyamagana Butera",
+ "email": "nyamsprod@gmail.com",
+ "homepage": "https://nyamsprod.com"
+ }
+ ],
+ "description": "URI manipulation library",
+ "homepage": "https://uri.thephpleague.com",
+ "keywords": [
+ "URN",
+ "data-uri",
+ "file-uri",
+ "ftp",
+ "hostname",
+ "http",
+ "https",
+ "middleware",
+ "parse_str",
+ "parse_url",
+ "psr-7",
+ "query-string",
+ "querystring",
+ "rfc2141",
+ "rfc3986",
+ "rfc3987",
+ "rfc6570",
+ "rfc8141",
+ "uri",
+ "uri-template",
+ "url",
+ "ws"
+ ],
+ "support": {
+ "docs": "https://uri.thephpleague.com",
+ "forum": "https://thephpleague.slack.com",
+ "issues": "https://github.com/thephpleague/uri-src/issues",
+ "source": "https://github.com/thephpleague/uri/tree/7.7.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/nyamsprod",
+ "type": "github"
+ }
+ ],
+ "time": "2025-12-07T16:02:06+00:00"
+ },
+ {
+ "name": "league/uri-components",
+ "version": "7.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/uri-components.git",
+ "reference": "005f8693ce8c1f16f80e88a05cbf08da04c1c374"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/uri-components/zipball/005f8693ce8c1f16f80e88a05cbf08da04c1c374",
+ "reference": "005f8693ce8c1f16f80e88a05cbf08da04c1c374",
+ "shasum": ""
+ },
+ "require": {
+ "league/uri": "^7.7",
+ "php": "^8.1"
+ },
+ "suggest": {
+ "bakame/aide-uri": "A polyfill for PHP8.1 until PHP8.4 to add support to PHP Native URI parser",
+ "ext-bcmath": "to improve IPV4 host parsing",
+ "ext-fileinfo": "to create Data URI from file contennts",
+ "ext-gmp": "to improve IPV4 host parsing",
+ "ext-intl": "to handle IDN host with the best performance",
+ "ext-mbstring": "to use the sorting algorithm of URLSearchParams",
+ "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
+ "league/uri-polyfill": "Needed to backport the PHP URI extension for older versions of PHP",
+ "php-64bit": "to improve IPV4 host parsing",
+ "rowbot/url": "to handle WHATWG URL",
+ "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "7.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ignace Nyamagana Butera",
+ "email": "nyamsprod@gmail.com",
+ "homepage": "https://nyamsprod.com"
+ }
+ ],
+ "description": "URI components manipulation library",
+ "homepage": "http://uri.thephpleague.com",
+ "keywords": [
+ "authority",
+ "components",
+ "fragment",
+ "host",
+ "middleware",
+ "modifier",
+ "path",
+ "port",
+ "query",
+ "rfc3986",
+ "scheme",
+ "uri",
+ "url",
+ "userinfo"
+ ],
+ "support": {
+ "docs": "https://uri.thephpleague.com",
+ "forum": "https://thephpleague.slack.com",
+ "issues": "https://github.com/thephpleague/uri-src/issues",
+ "source": "https://github.com/thephpleague/uri-components/tree/7.7.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/nyamsprod",
+ "type": "github"
+ }
+ ],
+ "time": "2025-12-07T16:02:56+00:00"
+ },
+ {
+ "name": "league/uri-interfaces",
+ "version": "7.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/uri-interfaces.git",
+ "reference": "62ccc1a0435e1c54e10ee6022df28d6c04c2946c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/62ccc1a0435e1c54e10ee6022df28d6c04c2946c",
+ "reference": "62ccc1a0435e1c54e10ee6022df28d6c04c2946c",
+ "shasum": ""
+ },
+ "require": {
+ "ext-filter": "*",
+ "php": "^8.1",
+ "psr/http-message": "^1.1 || ^2.0"
+ },
+ "suggest": {
+ "ext-bcmath": "to improve IPV4 host parsing",
+ "ext-gmp": "to improve IPV4 host parsing",
+ "ext-intl": "to handle IDN host with the best performance",
+ "php-64bit": "to improve IPV4 host parsing",
+ "rowbot/url": "to handle WHATWG URL",
+ "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "7.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ignace Nyamagana Butera",
+ "email": "nyamsprod@gmail.com",
+ "homepage": "https://nyamsprod.com"
+ }
+ ],
+ "description": "Common tools for parsing and resolving RFC3987/RFC3986 URI",
+ "homepage": "https://uri.thephpleague.com",
+ "keywords": [
+ "data-uri",
+ "file-uri",
+ "ftp",
+ "hostname",
+ "http",
+ "https",
+ "parse_str",
+ "parse_url",
+ "psr-7",
+ "query-string",
+ "querystring",
+ "rfc3986",
+ "rfc3987",
+ "rfc6570",
+ "uri",
+ "url",
+ "ws"
+ ],
+ "support": {
+ "docs": "https://uri.thephpleague.com",
+ "forum": "https://thephpleague.slack.com",
+ "issues": "https://github.com/thephpleague/uri-src/issues",
+ "source": "https://github.com/thephpleague/uri-interfaces/tree/7.7.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/nyamsprod",
+ "type": "github"
+ }
+ ],
+ "time": "2025-12-07T16:03:21+00:00"
+ },
+ {
+ "name": "livewire/livewire",
+ "version": "v3.7.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/livewire/livewire.git",
+ "reference": "a5384df9fbd3eaf02e053bc49aabc8ace293fc1c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/livewire/livewire/zipball/a5384df9fbd3eaf02e053bc49aabc8ace293fc1c",
+ "reference": "a5384df9fbd3eaf02e053bc49aabc8ace293fc1c",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/database": "^10.0|^11.0|^12.0",
+ "illuminate/routing": "^10.0|^11.0|^12.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
+ "illuminate/validation": "^10.0|^11.0|^12.0",
+ "laravel/prompts": "^0.1.24|^0.2|^0.3",
+ "league/mime-type-detection": "^1.9",
+ "php": "^8.1",
+ "symfony/console": "^6.0|^7.0",
+ "symfony/http-kernel": "^6.2|^7.0"
+ },
+ "require-dev": {
+ "calebporzio/sushi": "^2.1",
+ "laravel/framework": "^10.15.0|^11.0|^12.0",
+ "mockery/mockery": "^1.3.1",
+ "orchestra/testbench": "^8.21.0|^9.0|^10.0",
+ "orchestra/testbench-dusk": "^8.24|^9.1|^10.0",
+ "phpunit/phpunit": "^10.4|^11.5",
+ "psy/psysh": "^0.11.22|^0.12"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "Livewire": "Livewire\\Livewire"
+ },
+ "providers": [
+ "Livewire\\LivewireServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Livewire\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Caleb Porzio",
+ "email": "calebporzio@gmail.com"
+ }
+ ],
+ "description": "A front-end framework for Laravel.",
+ "support": {
+ "issues": "https://github.com/livewire/livewire/issues",
+ "source": "https://github.com/livewire/livewire/tree/v3.7.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/livewire",
+ "type": "github"
+ }
+ ],
+ "time": "2025-12-19T02:00:29+00:00"
+ },
+ {
+ "name": "masterminds/html5",
+ "version": "2.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Masterminds/html5-php.git",
+ "reference": "fcf91eb64359852f00d921887b219479b4f21251"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251",
+ "reference": "fcf91eb64359852f00d921887b219479b4f21251",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.7-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Masterminds\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Matt Butcher",
+ "email": "technosophos@gmail.com"
+ },
+ {
+ "name": "Matt Farina",
+ "email": "matt@mattfarina.com"
+ },
+ {
+ "name": "Asmir Mustafic",
+ "email": "goetas@gmail.com"
+ }
+ ],
+ "description": "An HTML5 parser and serializer.",
+ "homepage": "http://masterminds.github.io/html5-php",
+ "keywords": [
+ "HTML5",
+ "dom",
+ "html",
+ "parser",
+ "querypath",
+ "serializer",
+ "xml"
+ ],
+ "support": {
+ "issues": "https://github.com/Masterminds/html5-php/issues",
+ "source": "https://github.com/Masterminds/html5-php/tree/2.10.0"
+ },
+ "time": "2025-07-25T09:04:22+00:00"
+ },
+ {
+ "name": "mobiledetect/mobiledetectlib",
+ "version": "2.8.45",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/serbanghita/Mobile-Detect.git",
+ "reference": "96aaebcf4f50d3d2692ab81d2c5132e425bca266"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/96aaebcf4f50d3d2692ab81d2c5132e425bca266",
+ "reference": "96aaebcf4f50d3d2692ab81d2c5132e425bca266",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.8.36"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Detection": "namespaced/"
+ },
+ "classmap": [
+ "Mobile_Detect.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Serban Ghita",
+ "email": "serbanghita@gmail.com",
+ "homepage": "http://mobiledetect.net",
+ "role": "Developer"
+ }
+ ],
+ "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
+ "homepage": "https://github.com/serbanghita/Mobile-Detect",
+ "keywords": [
+ "detect mobile devices",
+ "mobile",
+ "mobile detect",
+ "mobile detector",
+ "php mobile detect"
+ ],
+ "support": {
+ "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
+ "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.45"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/serbanghita",
+ "type": "github"
+ }
+ ],
+ "time": "2023-11-07T21:57:25+00:00"
+ },
+ {
+ "name": "monolog/monolog",
+ "version": "3.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Seldaek/monolog.git",
+ "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0",
+ "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/log": "^2.0 || ^3.0"
+ },
+ "provide": {
+ "psr/log-implementation": "3.0.0"
+ },
+ "require-dev": {
+ "aws/aws-sdk-php": "^3.0",
+ "doctrine/couchdb": "~1.0@dev",
+ "elasticsearch/elasticsearch": "^7 || ^8",
+ "ext-json": "*",
+ "graylog2/gelf-php": "^1.4.2 || ^2.0",
+ "guzzlehttp/guzzle": "^7.4.5",
+ "guzzlehttp/psr7": "^2.2",
+ "mongodb/mongodb": "^1.8 || ^2.0",
+ "php-amqplib/php-amqplib": "~2.4 || ^3",
+ "php-console/php-console": "^3.1.8",
+ "phpstan/phpstan": "^2",
+ "phpstan/phpstan-deprecation-rules": "^2",
+ "phpstan/phpstan-strict-rules": "^2",
+ "phpunit/phpunit": "^10.5.17 || ^11.0.7",
+ "predis/predis": "^1.1 || ^2",
+ "rollbar/rollbar": "^4.0",
+ "ruflin/elastica": "^7 || ^8",
+ "symfony/mailer": "^5.4 || ^6",
+ "symfony/mime": "^5.4 || ^6"
+ },
+ "suggest": {
+ "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
+ "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
+ "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
+ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
+ "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
+ "ext-mbstring": "Allow to work properly with unicode symbols",
+ "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
+ "ext-openssl": "Required to send log messages using SSL",
+ "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
+ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
+ "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
+ "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
+ "rollbar/rollbar": "Allow sending log messages to Rollbar",
+ "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Monolog\\": "src/Monolog"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "https://seld.be"
+ }
+ ],
+ "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
+ "homepage": "https://github.com/Seldaek/monolog",
+ "keywords": [
+ "log",
+ "logging",
+ "psr-3"
+ ],
+ "support": {
+ "issues": "https://github.com/Seldaek/monolog/issues",
+ "source": "https://github.com/Seldaek/monolog/tree/3.10.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Seldaek",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2026-01-02T08:56:05+00:00"
+ },
+ {
+ "name": "nesbot/carbon",
+ "version": "3.11.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/CarbonPHP/carbon.git",
+ "reference": "bdb375400dcd162624531666db4799b36b64e4a1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/bdb375400dcd162624531666db4799b36b64e4a1",
+ "reference": "bdb375400dcd162624531666db4799b36b64e4a1",
+ "shasum": ""
+ },
+ "require": {
+ "carbonphp/carbon-doctrine-types": "<100.0",
+ "ext-json": "*",
+ "php": "^8.1",
+ "psr/clock": "^1.0",
+ "symfony/clock": "^6.3.12 || ^7.0 || ^8.0",
+ "symfony/polyfill-mbstring": "^1.0",
+ "symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0 || ^8.0"
+ },
+ "provide": {
+ "psr/clock-implementation": "1.0"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^3.6.3 || ^4.0",
+ "doctrine/orm": "^2.15.2 || ^3.0",
+ "friendsofphp/php-cs-fixer": "^v3.87.1",
+ "kylekatarnls/multi-tester": "^2.5.3",
+ "phpmd/phpmd": "^2.15.0",
+ "phpstan/extension-installer": "^1.4.3",
+ "phpstan/phpstan": "^2.1.22",
+ "phpunit/phpunit": "^10.5.53",
+ "squizlabs/php_codesniffer": "^3.13.4"
+ },
+ "bin": [
+ "bin/carbon"
+ ],
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Carbon\\Laravel\\ServiceProvider"
+ ]
+ },
+ "phpstan": {
+ "includes": [
+ "extension.neon"
+ ]
+ },
+ "branch-alias": {
+ "dev-2.x": "2.x-dev",
+ "dev-master": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Carbon\\": "src/Carbon/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Brian Nesbitt",
+ "email": "brian@nesbot.com",
+ "homepage": "https://markido.com"
+ },
+ {
+ "name": "kylekatarnls",
+ "homepage": "https://github.com/kylekatarnls"
+ }
+ ],
+ "description": "An API extension for DateTime that supports 281 different languages.",
+ "homepage": "https://carbon.nesbot.com",
+ "keywords": [
+ "date",
+ "datetime",
+ "time"
+ ],
+ "support": {
+ "docs": "https://carbon.nesbot.com/docs",
+ "issues": "https://github.com/CarbonPHP/carbon/issues",
+ "source": "https://github.com/CarbonPHP/carbon"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/kylekatarnls",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/Carbon#sponsor",
+ "type": "opencollective"
+ },
+ {
+ "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-02T21:04:28+00:00"
+ },
+ {
+ "name": "nette/php-generator",
+ "version": "v4.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nette/php-generator.git",
+ "reference": "4707546a1f11badd72f5d82af4f8a6bc64bd56ac"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nette/php-generator/zipball/4707546a1f11badd72f5d82af4f8a6bc64bd56ac",
+ "reference": "4707546a1f11badd72f5d82af4f8a6bc64bd56ac",
+ "shasum": ""
+ },
+ "require": {
+ "nette/utils": "^4.0.6",
+ "php": "8.1 - 8.5"
+ },
+ "require-dev": {
+ "jetbrains/phpstorm-attributes": "^1.2",
+ "nette/tester": "^2.4",
+ "nikic/php-parser": "^5.0",
+ "phpstan/phpstan-nette": "^2.0@stable",
+ "tracy/tracy": "^2.8"
+ },
+ "suggest": {
+ "nikic/php-parser": "to use ClassType::from(withBodies: true) & ClassType::fromCode()"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Nette\\": "src"
+ },
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause",
+ "GPL-2.0-only",
+ "GPL-3.0-only"
+ ],
+ "authors": [
+ {
+ "name": "David Grudl",
+ "homepage": "https://davidgrudl.com"
+ },
+ {
+ "name": "Nette Community",
+ "homepage": "https://nette.org/contributors"
+ }
+ ],
+ "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.",
+ "homepage": "https://nette.org",
+ "keywords": [
+ "code",
+ "nette",
+ "php",
+ "scaffolding"
+ ],
+ "support": {
+ "issues": "https://github.com/nette/php-generator/issues",
+ "source": "https://github.com/nette/php-generator/tree/v4.2.0"
+ },
+ "time": "2025-08-06T18:24:31+00:00"
+ },
+ {
+ "name": "nette/schema",
+ "version": "v1.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nette/schema.git",
+ "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nette/schema/zipball/2befc2f42d7c715fd9d95efc31b1081e5d765004",
+ "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004",
+ "shasum": ""
+ },
+ "require": {
+ "nette/utils": "^4.0",
+ "php": "8.1 - 8.5"
+ },
+ "require-dev": {
+ "nette/tester": "^2.5.2",
+ "phpstan/phpstan-nette": "^2.0@stable",
+ "tracy/tracy": "^2.8"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Nette\\": "src"
+ },
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause",
+ "GPL-2.0-only",
+ "GPL-3.0-only"
+ ],
+ "authors": [
+ {
+ "name": "David Grudl",
+ "homepage": "https://davidgrudl.com"
+ },
+ {
+ "name": "Nette Community",
+ "homepage": "https://nette.org/contributors"
+ }
+ ],
+ "description": "📐 Nette Schema: validating data structures against a given Schema.",
+ "homepage": "https://nette.org",
+ "keywords": [
+ "config",
+ "nette"
+ ],
+ "support": {
+ "issues": "https://github.com/nette/schema/issues",
+ "source": "https://github.com/nette/schema/tree/v1.3.3"
+ },
+ "time": "2025-10-30T22:57:59+00:00"
+ },
+ {
+ "name": "nette/utils",
+ "version": "v4.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nette/utils.git",
+ "reference": "c99059c0315591f1a0db7ad6002000288ab8dc72"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nette/utils/zipball/c99059c0315591f1a0db7ad6002000288ab8dc72",
+ "reference": "c99059c0315591f1a0db7ad6002000288ab8dc72",
+ "shasum": ""
+ },
+ "require": {
+ "php": "8.2 - 8.5"
+ },
+ "conflict": {
+ "nette/finder": "<3",
+ "nette/schema": "<1.2.2"
+ },
+ "require-dev": {
+ "jetbrains/phpstorm-attributes": "^1.2",
+ "nette/tester": "^2.5",
+ "phpstan/phpstan-nette": "^2.0@stable",
+ "tracy/tracy": "^2.9"
+ },
+ "suggest": {
+ "ext-gd": "to use Image",
+ "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
+ "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
+ "ext-json": "to use Nette\\Utils\\Json",
+ "ext-mbstring": "to use Strings::lower() etc...",
+ "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Nette\\": "src"
+ },
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause",
+ "GPL-2.0-only",
+ "GPL-3.0-only"
+ ],
+ "authors": [
+ {
+ "name": "David Grudl",
+ "homepage": "https://davidgrudl.com"
+ },
+ {
+ "name": "Nette Community",
+ "homepage": "https://nette.org/contributors"
+ }
+ ],
+ "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
+ "homepage": "https://nette.org",
+ "keywords": [
+ "array",
+ "core",
+ "datetime",
+ "images",
+ "json",
+ "nette",
+ "paginator",
+ "password",
+ "slugify",
+ "string",
+ "unicode",
+ "utf-8",
+ "utility",
+ "validation"
+ ],
+ "support": {
+ "issues": "https://github.com/nette/utils/issues",
+ "source": "https://github.com/nette/utils/tree/v4.1.1"
+ },
+ "time": "2025-12-22T12:14:32+00:00"
+ },
+ {
+ "name": "nikic/php-parser",
+ "version": "v5.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nikic/PHP-Parser.git",
+ "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
+ "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-json": "*",
+ "ext-tokenizer": "*",
+ "php": ">=7.4"
+ },
+ "require-dev": {
+ "ircmaxell/php-yacc": "^0.0.7",
+ "phpunit/phpunit": "^9.0"
+ },
+ "bin": [
+ "bin/php-parse"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PhpParser\\": "lib/PhpParser"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Nikita Popov"
+ }
+ ],
+ "description": "A PHP parser written in PHP",
+ "keywords": [
+ "parser",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/nikic/PHP-Parser/issues",
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
+ },
+ "time": "2025-12-06T11:56:16+00:00"
+ },
+ {
+ "name": "nunomaduro/termwind",
+ "version": "v2.3.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nunomaduro/termwind.git",
+ "reference": "6fb2a640ff502caace8e05fd7be3b503a7e1c017"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/6fb2a640ff502caace8e05fd7be3b503a7e1c017",
+ "reference": "6fb2a640ff502caace8e05fd7be3b503a7e1c017",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": "^8.2",
+ "symfony/console": "^7.3.6"
+ },
+ "require-dev": {
+ "illuminate/console": "^11.46.1",
+ "laravel/pint": "^1.25.1",
+ "mockery/mockery": "^1.6.12",
+ "pestphp/pest": "^2.36.0 || ^3.8.4 || ^4.1.3",
+ "phpstan/phpstan": "^1.12.32",
+ "phpstan/phpstan-strict-rules": "^1.6.2",
+ "symfony/var-dumper": "^7.3.5",
+ "thecodingmachine/phpstan-strict-rules": "^1.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Termwind\\Laravel\\TermwindServiceProvider"
+ ]
+ },
+ "branch-alias": {
+ "dev-2.x": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Functions.php"
+ ],
+ "psr-4": {
+ "Termwind\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
+ }
+ ],
+ "description": "Its like Tailwind CSS, but for the console.",
+ "keywords": [
+ "cli",
+ "console",
+ "css",
+ "package",
+ "php",
+ "style"
+ ],
+ "support": {
+ "issues": "https://github.com/nunomaduro/termwind/issues",
+ "source": "https://github.com/nunomaduro/termwind/tree/v2.3.3"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/paypalme/enunomaduro",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/nunomaduro",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/xiCO2k",
+ "type": "github"
+ }
+ ],
+ "time": "2025-11-20T02:34:59+00:00"
+ },
+ {
+ "name": "opcodesio/log-viewer",
+ "version": "v3.21.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/opcodesio/log-viewer.git",
+ "reference": "6dfa99c3a8c5ae128c6b7f2f0a4f026af7ca055c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/opcodesio/log-viewer/zipball/6dfa99c3a8c5ae128c6b7f2f0a4f026af7ca055c",
+ "reference": "6dfa99c3a8c5ae128c6b7f2f0a4f026af7ca055c",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "opcodesio/mail-parser": "^0.1.6",
+ "php": "^8.0"
+ },
+ "conflict": {
+ "arcanedev/log-viewer": "^8.0"
+ },
+ "require-dev": {
+ "guzzlehttp/guzzle": "^7.2",
+ "itsgoingd/clockwork": "^5.1",
+ "laravel/pint": "^1.0",
+ "nunomaduro/collision": "^7.0|^8.0",
+ "orchestra/testbench": "^7.6|^8.0|^9.0|^10.0",
+ "pestphp/pest": "^2.0|^3.7",
+ "pestphp/pest-plugin-laravel": "^2.0|^3.1",
+ "spatie/test-time": "^1.3"
+ },
+ "suggest": {
+ "guzzlehttp/guzzle": "Required for multi-host support. ^7.2"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "LogViewer": "Opcodes\\LogViewer\\Facades\\LogViewer"
+ },
+ "providers": [
+ "Opcodes\\LogViewer\\LogViewerServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Opcodes\\LogViewer\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Arunas Skirius",
+ "email": "arukomp@gmail.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "Fast and easy-to-use log viewer for your Laravel application",
+ "homepage": "https://github.com/opcodesio/log-viewer",
+ "keywords": [
+ "arukompas",
+ "better-log-viewer",
+ "laravel",
+ "log viewer",
+ "logs",
+ "opcodesio"
+ ],
+ "support": {
+ "issues": "https://github.com/opcodesio/log-viewer/issues",
+ "source": "https://github.com/opcodesio/log-viewer/tree/v3.21.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.buymeacoffee.com/arunas",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/arukompas",
+ "type": "github"
+ }
+ ],
+ "time": "2025-10-23T05:12:09+00:00"
+ },
+ {
+ "name": "opcodesio/mail-parser",
+ "version": "v0.1.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/opcodesio/mail-parser.git",
+ "reference": "639ef31cbd146a63416283e75afce152e13233ea"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/opcodesio/mail-parser/zipball/639ef31cbd146a63416283e75afce152e13233ea",
+ "reference": "639ef31cbd146a63416283e75afce152e13233ea",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "pestphp/pest": "^2.16",
+ "symfony/var-dumper": "^6.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Opcodes\\MailParser\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Arunas Skirius",
+ "email": "arukomp@gmail.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "Parse emails without the mailparse extension",
+ "keywords": [
+ "arukompas",
+ "email",
+ "email parser",
+ "mail",
+ "opcodesio",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/opcodesio/mail-parser/issues",
+ "source": "https://github.com/opcodesio/mail-parser/tree/v0.1.6"
+ },
+ "time": "2023-11-19T08:47:43+00:00"
+ },
+ {
+ "name": "openspout/openspout",
+ "version": "v4.32.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/openspout/openspout.git",
+ "reference": "41f045c1f632e1474e15d4c7bc3abcb4a153563d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/openspout/openspout/zipball/41f045c1f632e1474e15d4c7bc3abcb4a153563d",
+ "reference": "41f045c1f632e1474e15d4c7bc3abcb4a153563d",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-fileinfo": "*",
+ "ext-filter": "*",
+ "ext-libxml": "*",
+ "ext-xmlreader": "*",
+ "ext-zip": "*",
+ "php": "~8.3.0 || ~8.4.0 || ~8.5.0"
+ },
+ "require-dev": {
+ "ext-zlib": "*",
+ "friendsofphp/php-cs-fixer": "^3.86.0",
+ "infection/infection": "^0.31.2",
+ "phpbench/phpbench": "^1.4.1",
+ "phpstan/phpstan": "^2.1.22",
+ "phpstan/phpstan-phpunit": "^2.0.7",
+ "phpstan/phpstan-strict-rules": "^2.0.6",
+ "phpunit/phpunit": "^12.3.7"
+ },
+ "suggest": {
+ "ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)",
+ "ext-mbstring": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "OpenSpout\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Adrien Loison",
+ "email": "adrien@box.com"
+ }
+ ],
+ "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
+ "homepage": "https://github.com/openspout/openspout",
+ "keywords": [
+ "OOXML",
+ "csv",
+ "excel",
+ "memory",
+ "odf",
+ "ods",
+ "office",
+ "open",
+ "php",
+ "read",
+ "scale",
+ "spreadsheet",
+ "stream",
+ "write",
+ "xlsx"
+ ],
+ "support": {
+ "issues": "https://github.com/openspout/openspout/issues",
+ "source": "https://github.com/openspout/openspout/tree/v4.32.0"
+ },
+ "funding": [
+ {
+ "url": "https://paypal.me/filippotessarotto",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/Slamdunk",
+ "type": "github"
+ }
+ ],
+ "time": "2025-09-03T16:03:54+00:00"
+ },
+ {
+ "name": "paragonie/constant_time_encoding",
+ "version": "v3.1.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/paragonie/constant_time_encoding.git",
+ "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77",
+ "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8"
+ },
+ "require-dev": {
+ "infection/infection": "^0",
+ "nikic/php-fuzzer": "^0",
+ "phpunit/phpunit": "^9|^10|^11",
+ "vimeo/psalm": "^4|^5|^6"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "ParagonIE\\ConstantTime\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Paragon Initiative Enterprises",
+ "email": "security@paragonie.com",
+ "homepage": "https://paragonie.com",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Steve 'Sc00bz' Thomas",
+ "email": "steve@tobtu.com",
+ "homepage": "https://www.tobtu.com",
+ "role": "Original Developer"
+ }
+ ],
+ "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
+ "keywords": [
+ "base16",
+ "base32",
+ "base32_decode",
+ "base32_encode",
+ "base64",
+ "base64_decode",
+ "base64_encode",
+ "bin2hex",
+ "encoding",
+ "hex",
+ "hex2bin",
+ "rfc4648"
+ ],
+ "support": {
+ "email": "info@paragonie.com",
+ "issues": "https://github.com/paragonie/constant_time_encoding/issues",
+ "source": "https://github.com/paragonie/constant_time_encoding"
+ },
+ "time": "2025-09-24T15:06:41+00:00"
+ },
+ {
+ "name": "phpoption/phpoption",
+ "version": "1.9.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/schmittjoh/php-option.git",
+ "reference": "75365b91986c2405cf5e1e012c5595cd487a98be"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/75365b91986c2405cf5e1e012c5595cd487a98be",
+ "reference": "75365b91986c2405cf5e1e012c5595cd487a98be",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2.5 || ^8.0"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ },
+ "branch-alias": {
+ "dev-master": "1.9-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PhpOption\\": "src/PhpOption/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "authors": [
+ {
+ "name": "Johannes M. Schmitt",
+ "email": "schmittjoh@gmail.com",
+ "homepage": "https://github.com/schmittjoh"
+ },
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ }
+ ],
+ "description": "Option Type for PHP",
+ "keywords": [
+ "language",
+ "option",
+ "php",
+ "type"
+ ],
+ "support": {
+ "issues": "https://github.com/schmittjoh/php-option/issues",
+ "source": "https://github.com/schmittjoh/php-option/tree/1.9.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-27T19:41:33+00:00"
+ },
+ {
+ "name": "pragmarx/google2fa",
+ "version": "v9.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/antonioribeiro/google2fa.git",
+ "reference": "e6bc62dd6ae83acc475f57912e27466019a1f2cf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/e6bc62dd6ae83acc475f57912e27466019a1f2cf",
+ "reference": "e6bc62dd6ae83acc475f57912e27466019a1f2cf",
+ "shasum": ""
+ },
+ "require": {
+ "paragonie/constant_time_encoding": "^1.0|^2.0|^3.0",
+ "php": "^7.1|^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.9",
+ "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "PragmaRX\\Google2FA\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Antonio Carlos Ribeiro",
+ "email": "acr@antoniocarlosribeiro.com",
+ "role": "Creator & Designer"
+ }
+ ],
+ "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
+ "keywords": [
+ "2fa",
+ "Authentication",
+ "Two Factor Authentication",
+ "google2fa"
+ ],
+ "support": {
+ "issues": "https://github.com/antonioribeiro/google2fa/issues",
+ "source": "https://github.com/antonioribeiro/google2fa/tree/v9.0.0"
+ },
+ "time": "2025-09-19T22:51:08+00:00"
+ },
+ {
+ "name": "pragmarx/google2fa-qrcode",
+ "version": "v3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/antonioribeiro/google2fa-qrcode.git",
+ "reference": "ce4d8a729b6c93741c607cfb2217acfffb5bf76b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/antonioribeiro/google2fa-qrcode/zipball/ce4d8a729b6c93741c607cfb2217acfffb5bf76b",
+ "reference": "ce4d8a729b6c93741c607cfb2217acfffb5bf76b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1",
+ "pragmarx/google2fa": ">=4.0"
+ },
+ "require-dev": {
+ "bacon/bacon-qr-code": "^2.0",
+ "chillerlan/php-qrcode": "^1.0|^2.0|^3.0|^4.0",
+ "khanamiryan/qrcode-detector-decoder": "^1.0",
+ "phpunit/phpunit": "~4|~5|~6|~7|~8|~9"
+ },
+ "suggest": {
+ "bacon/bacon-qr-code": "For QR Code generation, requires imagick",
+ "chillerlan/php-qrcode": "For QR Code generation"
+ },
+ "type": "library",
+ "extra": {
+ "component": "package",
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PragmaRX\\Google2FAQRCode\\": "src/",
+ "PragmaRX\\Google2FAQRCode\\Tests\\": "tests/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Antonio Carlos Ribeiro",
+ "email": "acr@antoniocarlosribeiro.com",
+ "role": "Creator & Designer"
+ }
+ ],
+ "description": "QR Code package for Google2FA",
+ "keywords": [
+ "2fa",
+ "Authentication",
+ "Two Factor Authentication",
+ "google2fa",
+ "qr code",
+ "qrcode"
+ ],
+ "support": {
+ "issues": "https://github.com/antonioribeiro/google2fa-qrcode/issues",
+ "source": "https://github.com/antonioribeiro/google2fa-qrcode/tree/v3.0.0"
+ },
+ "time": "2021-08-15T12:53:48+00:00"
+ },
+ {
+ "name": "psr/cache",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/cache.git",
+ "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
+ "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Cache\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for caching libraries",
+ "keywords": [
+ "cache",
+ "psr",
+ "psr-6"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/cache/tree/3.0.0"
+ },
+ "time": "2021-02-03T23:26:27+00:00"
+ },
+ {
+ "name": "psr/clock",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/clock.git",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Clock\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for reading the clock.",
+ "homepage": "https://github.com/php-fig/clock",
+ "keywords": [
+ "clock",
+ "now",
+ "psr",
+ "psr-20",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/clock/issues",
+ "source": "https://github.com/php-fig/clock/tree/1.0.0"
+ },
+ "time": "2022-11-25T14:36:26+00:00"
+ },
+ {
+ "name": "psr/container",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/container.git",
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.4.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Container\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common Container Interface (PHP FIG PSR-11)",
+ "homepage": "https://github.com/php-fig/container",
+ "keywords": [
+ "PSR-11",
+ "container",
+ "container-interface",
+ "container-interop",
+ "psr"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/container/issues",
+ "source": "https://github.com/php-fig/container/tree/2.0.2"
+ },
+ "time": "2021-11-05T16:47:00+00:00"
+ },
+ {
+ "name": "psr/event-dispatcher",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/event-dispatcher.git",
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\EventDispatcher\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Standard interfaces for event handling.",
+ "keywords": [
+ "events",
+ "psr",
+ "psr-14"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/event-dispatcher/issues",
+ "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
+ },
+ "time": "2019-01-08T18:20:26+00:00"
+ },
+ {
+ "name": "psr/http-client",
+ "version": "1.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-client.git",
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0 || ^8.0",
+ "psr/http-message": "^1.0 || ^2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Client\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP clients",
+ "homepage": "https://github.com/php-fig/http-client",
+ "keywords": [
+ "http",
+ "http-client",
+ "psr",
+ "psr-18"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-client"
+ },
+ "time": "2023-09-23T14:17:50+00:00"
+ },
+ {
+ "name": "psr/http-factory",
+ "version": "1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-factory.git",
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1",
+ "psr/http-message": "^1.0 || ^2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
+ "keywords": [
+ "factory",
+ "http",
+ "message",
+ "psr",
+ "psr-17",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-factory"
+ },
+ "time": "2024-04-15T12:06:14+00:00"
+ },
+ {
+ "name": "psr/http-message",
+ "version": "2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-message.git",
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP messages",
+ "homepage": "https://github.com/php-fig/http-message",
+ "keywords": [
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-message/tree/2.0"
+ },
+ "time": "2023-04-04T09:54:51+00:00"
+ },
+ {
+ "name": "psr/log",
+ "version": "3.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/log.git",
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
+ "keywords": [
+ "log",
+ "psr",
+ "psr-3"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/log/tree/3.0.2"
+ },
+ "time": "2024-09-11T13:17:53+00:00"
+ },
+ {
+ "name": "psr/simple-cache",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/simple-cache.git",
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\SimpleCache\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interfaces for simple caching",
+ "keywords": [
+ "cache",
+ "caching",
+ "psr",
+ "psr-16",
+ "simple-cache"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
+ },
+ "time": "2021-10-29T13:26:27+00:00"
+ },
+ {
+ "name": "psy/psysh",
+ "version": "v0.12.18",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bobthecow/psysh.git",
+ "reference": "ddff0ac01beddc251786fe70367cd8bbdb258196"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/ddff0ac01beddc251786fe70367cd8bbdb258196",
+ "reference": "ddff0ac01beddc251786fe70367cd8bbdb258196",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-tokenizer": "*",
+ "nikic/php-parser": "^5.0 || ^4.0",
+ "php": "^8.0 || ^7.4",
+ "symfony/console": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
+ "symfony/var-dumper": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
+ },
+ "conflict": {
+ "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.2",
+ "composer/class-map-generator": "^1.6"
+ },
+ "suggest": {
+ "composer/class-map-generator": "Improved tab completion performance with better class discovery.",
+ "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
+ "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
+ },
+ "bin": [
+ "bin/psysh"
+ ],
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": false,
+ "forward-command": false
+ },
+ "branch-alias": {
+ "dev-main": "0.12.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "Psy\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Justin Hileman",
+ "email": "justin@justinhileman.info"
+ }
+ ],
+ "description": "An interactive shell for modern PHP.",
+ "homepage": "https://psysh.org",
+ "keywords": [
+ "REPL",
+ "console",
+ "interactive",
+ "shell"
+ ],
+ "support": {
+ "issues": "https://github.com/bobthecow/psysh/issues",
+ "source": "https://github.com/bobthecow/psysh/tree/v0.12.18"
+ },
+ "time": "2025-12-17T14:35:46+00:00"
+ },
+ {
+ "name": "qirolab/laravel-themer",
+ "version": "2.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/qirolab/laravel-themer.git",
+ "reference": "7a4345c2508a616ad309812840758f3fc01ababd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/qirolab/laravel-themer/zipball/7a4345c2508a616ad309812840758f3fc01ababd",
+ "reference": "7a4345c2508a616ad309812840758f3fc01ababd",
+ "shasum": ""
+ },
+ "require": {
+ "facade/ignition-contracts": "^1.0",
+ "illuminate/support": "^9.19|^10.0|^11.0|^12.0",
+ "php": ">=7.1.0"
+ },
+ "require-dev": {
+ "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^8.3|^9.0|^10.5|^11.5.3",
+ "vimeo/psalm": "^4.0|^5.22|^6.7"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Qirolab\\Theme\\ThemeServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Qirolab\\Theme\\": "src",
+ "Qirolab\\Theme\\Database\\Factories\\": "database/factories"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Harish Kumar",
+ "email": "harish@qirolab.com",
+ "homepage": "https://qirolab.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "A Laravel theme manager, that will help you organize and maintain your themes inside Laravel projects.",
+ "homepage": "https://qirolab.com",
+ "keywords": [
+ "laravel",
+ "laravel-theme",
+ "qirolab",
+ "theme"
+ ],
+ "support": {
+ "issues": "https://github.com/qirolab/laravel-themer/issues",
+ "source": "https://github.com/qirolab/laravel-themer/tree/2.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://www.buymeacoffee.com/qirolab",
+ "type": "other"
+ }
+ ],
+ "time": "2025-02-26T08:51:08+00:00"
+ },
+ {
+ "name": "ralouphie/getallheaders",
+ "version": "3.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ralouphie/getallheaders.git",
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.6"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2.1",
+ "phpunit/phpunit": "^5 || ^6.5"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/getallheaders.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ralph Khattar",
+ "email": "ralph.khattar@gmail.com"
+ }
+ ],
+ "description": "A polyfill for getallheaders.",
+ "support": {
+ "issues": "https://github.com/ralouphie/getallheaders/issues",
+ "source": "https://github.com/ralouphie/getallheaders/tree/develop"
+ },
+ "time": "2019-03-08T08:55:37+00:00"
+ },
+ {
+ "name": "ramsey/collection",
+ "version": "2.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ramsey/collection.git",
+ "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
+ "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "captainhook/plugin-composer": "^5.3",
+ "ergebnis/composer-normalize": "^2.45",
+ "fakerphp/faker": "^1.24",
+ "hamcrest/hamcrest-php": "^2.0",
+ "jangregor/phpstan-prophecy": "^2.1",
+ "mockery/mockery": "^1.6",
+ "php-parallel-lint/php-console-highlighter": "^1.0",
+ "php-parallel-lint/php-parallel-lint": "^1.4",
+ "phpspec/prophecy-phpunit": "^2.3",
+ "phpstan/extension-installer": "^1.4",
+ "phpstan/phpstan": "^2.1",
+ "phpstan/phpstan-mockery": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpunit/phpunit": "^10.5",
+ "ramsey/coding-standard": "^2.3",
+ "ramsey/conventional-commits": "^1.6",
+ "roave/security-advisories": "dev-latest"
+ },
+ "type": "library",
+ "extra": {
+ "captainhook": {
+ "force-install": true
+ },
+ "ramsey/conventional-commits": {
+ "configFile": "conventional-commits.json"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Ramsey\\Collection\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ben Ramsey",
+ "email": "ben@benramsey.com",
+ "homepage": "https://benramsey.com"
+ }
+ ],
+ "description": "A PHP library for representing and manipulating collections.",
+ "keywords": [
+ "array",
+ "collection",
+ "hash",
+ "map",
+ "queue",
+ "set"
+ ],
+ "support": {
+ "issues": "https://github.com/ramsey/collection/issues",
+ "source": "https://github.com/ramsey/collection/tree/2.1.1"
+ },
+ "time": "2025-03-22T05:38:12+00:00"
+ },
+ {
+ "name": "ramsey/uuid",
+ "version": "4.9.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ramsey/uuid.git",
+ "reference": "8429c78ca35a09f27565311b98101e2826affde0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/8429c78ca35a09f27565311b98101e2826affde0",
+ "reference": "8429c78ca35a09f27565311b98101e2826affde0",
+ "shasum": ""
+ },
+ "require": {
+ "brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",
+ "php": "^8.0",
+ "ramsey/collection": "^1.2 || ^2.0"
+ },
+ "replace": {
+ "rhumsaa/uuid": "self.version"
+ },
+ "require-dev": {
+ "captainhook/captainhook": "^5.25",
+ "captainhook/plugin-composer": "^5.3",
+ "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
+ "ergebnis/composer-normalize": "^2.47",
+ "mockery/mockery": "^1.6",
+ "paragonie/random-lib": "^2",
+ "php-mock/php-mock": "^2.6",
+ "php-mock/php-mock-mockery": "^1.5",
+ "php-parallel-lint/php-parallel-lint": "^1.4.0",
+ "phpbench/phpbench": "^1.2.14",
+ "phpstan/extension-installer": "^1.4",
+ "phpstan/phpstan": "^2.1",
+ "phpstan/phpstan-mockery": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpunit/phpunit": "^9.6",
+ "slevomat/coding-standard": "^8.18",
+ "squizlabs/php_codesniffer": "^3.13"
+ },
+ "suggest": {
+ "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
+ "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
+ "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
+ "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
+ "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
+ },
+ "type": "library",
+ "extra": {
+ "captainhook": {
+ "force-install": true
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "Ramsey\\Uuid\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
+ "keywords": [
+ "guid",
+ "identifier",
+ "uuid"
+ ],
+ "support": {
+ "issues": "https://github.com/ramsey/uuid/issues",
+ "source": "https://github.com/ramsey/uuid/tree/4.9.2"
+ },
+ "time": "2025-12-14T04:43:48+00:00"
+ },
+ {
+ "name": "ryangjchandler/blade-capture-directive",
+ "version": "v1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ryangjchandler/blade-capture-directive.git",
+ "reference": "bbb1513dfd89eaec87a47fe0c449a7e3d4a1976d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ryangjchandler/blade-capture-directive/zipball/bbb1513dfd89eaec87a47fe0c449a7e3d4a1976d",
+ "reference": "bbb1513dfd89eaec87a47fe0c449a7e3d4a1976d",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/contracts": "^10.0|^11.0|^12.0",
+ "php": "^8.1",
+ "spatie/laravel-package-tools": "^1.9.2"
+ },
+ "require-dev": {
+ "nunomaduro/collision": "^7.0|^8.0",
+ "nunomaduro/larastan": "^2.0|^3.0",
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "pestphp/pest": "^2.0|^3.7",
+ "pestphp/pest-plugin-laravel": "^2.0|^3.1",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
+ "phpstan/phpstan-phpunit": "^1.0|^2.0",
+ "phpunit/phpunit": "^10.0|^11.5.3",
+ "spatie/laravel-ray": "^1.26"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "BladeCaptureDirective": "RyanChandler\\BladeCaptureDirective\\Facades\\BladeCaptureDirective"
+ },
+ "providers": [
+ "RyanChandler\\BladeCaptureDirective\\BladeCaptureDirectiveServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "RyanChandler\\BladeCaptureDirective\\": "src",
+ "RyanChandler\\BladeCaptureDirective\\Database\\Factories\\": "database/factories"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ryan Chandler",
+ "email": "support@ryangjchandler.co.uk",
+ "role": "Developer"
+ }
+ ],
+ "description": "Create inline partials in your Blade templates with ease.",
+ "homepage": "https://github.com/ryangjchandler/blade-capture-directive",
+ "keywords": [
+ "blade-capture-directive",
+ "laravel",
+ "ryangjchandler"
+ ],
+ "support": {
+ "issues": "https://github.com/ryangjchandler/blade-capture-directive/issues",
+ "source": "https://github.com/ryangjchandler/blade-capture-directive/tree/v1.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ryangjchandler",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-25T09:09:36+00:00"
+ },
+ {
+ "name": "ryangjchandler/laravel-cloudflare-turnstile",
+ "version": "v3.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ryangjchandler/laravel-cloudflare-turnstile.git",
+ "reference": "c5712e515aa355397159e0b59fe331469bee5a87"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ryangjchandler/laravel-cloudflare-turnstile/zipball/c5712e515aa355397159e0b59fe331469bee5a87",
+ "reference": "c5712e515aa355397159e0b59fe331469bee5a87",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/contracts": "^11.0|^12.0",
+ "php": "^8.2",
+ "spatie/laravel-package-tools": "^1.13.0"
+ },
+ "require-dev": {
+ "larastan/larastan": "^3.1",
+ "laravel/pint": "^1.0",
+ "nunomaduro/collision": "^8.0",
+ "orchestra/testbench": "^9.0|^10.0",
+ "pestphp/pest": "^3.7",
+ "pestphp/pest-plugin-laravel": "^3.1",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
+ "phpstan/phpstan-phpunit": "^1.0|^2.0",
+ "phpunit/phpunit": "^10.0|^11.5.3",
+ "spatie/laravel-ray": "^1.26",
+ "spatie/pest-plugin-snapshots": "^2.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "LaravelCloudflareTurnstile": "RyanChandler\\LaravelCloudflareTurnstile\\Facades\\LaravelCloudflareTurnstile"
+ },
+ "providers": [
+ "RyanChandler\\LaravelCloudflareTurnstile\\LaravelCloudflareTurnstileServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "RyanChandler\\LaravelCloudflareTurnstile\\": "src",
+ "RyanChandler\\LaravelCloudflareTurnstile\\Database\\Factories\\": "database/factories"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ryan Chandler",
+ "email": "support@ryangjchandler.co.uk",
+ "role": "Developer"
+ }
+ ],
+ "description": "A simple package to help integrate Cloudflare Turnstile.",
+ "homepage": "https://github.com/ryangjchandler/laravel-cloudflare-turnstile",
+ "keywords": [
+ "laravel",
+ "laravel-cloudflare-turnstile",
+ "ryangjchandler"
+ ],
+ "support": {
+ "issues": "https://github.com/ryangjchandler/laravel-cloudflare-turnstile/issues",
+ "source": "https://github.com/ryangjchandler/laravel-cloudflare-turnstile/tree/v3.0.1"
+ },
+ "time": "2025-12-16T15:56:01+00:00"
+ },
+ {
+ "name": "scrivo/highlight.php",
+ "version": "v9.18.1.10",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/scrivo/highlight.php.git",
+ "reference": "850f4b44697a2552e892ffe71490ba2733c2fc6e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/850f4b44697a2552e892ffe71490ba2733c2fc6e",
+ "reference": "850f4b44697a2552e892ffe71490ba2733c2fc6e",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": ">=5.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8|^5.7",
+ "sabberworm/php-css-parser": "^8.3",
+ "symfony/finder": "^2.8|^3.4|^5.4",
+ "symfony/var-dumper": "^2.8|^3.4|^5.4"
+ },
+ "suggest": {
+ "ext-mbstring": "Allows highlighting code with unicode characters and supports language with unicode keywords"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "HighlightUtilities/functions.php"
+ ],
+ "psr-0": {
+ "Highlight\\": "",
+ "HighlightUtilities\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Geert Bergman",
+ "homepage": "http://www.scrivo.org/",
+ "role": "Project Author"
+ },
+ {
+ "name": "Vladimir Jimenez",
+ "homepage": "https://allejo.io",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Martin Folkers",
+ "homepage": "https://twobrain.io",
+ "role": "Contributor"
+ }
+ ],
+ "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
+ "keywords": [
+ "code",
+ "highlight",
+ "highlight.js",
+ "highlight.php",
+ "syntax"
+ ],
+ "support": {
+ "issues": "https://github.com/scrivo/highlight.php/issues",
+ "source": "https://github.com/scrivo/highlight.php"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/allejo",
+ "type": "github"
+ }
+ ],
+ "time": "2022-12-17T21:53:22+00:00"
+ },
+ {
+ "name": "spatie/invade",
+ "version": "2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/invade.git",
+ "reference": "b920f6411d21df4e8610a138e2e87ae4957d7f63"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/invade/zipball/b920f6411d21df4e8610a138e2e87ae4957d7f63",
+ "reference": "b920f6411d21df4e8610a138e2e87ae4957d7f63",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "pestphp/pest": "^1.20",
+ "phpstan/phpstan": "^1.4",
+ "spatie/ray": "^1.28"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "Spatie\\Invade\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A PHP function to work with private properties and methods",
+ "homepage": "https://github.com/spatie/invade",
+ "keywords": [
+ "invade",
+ "spatie"
+ ],
+ "support": {
+ "source": "https://github.com/spatie/invade/tree/2.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2024-05-17T09:06:10+00:00"
+ },
+ {
+ "name": "spatie/laravel-activitylog",
+ "version": "4.10.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/laravel-activitylog.git",
+ "reference": "bb879775d487438ed9a99e64f09086b608990c10"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/bb879775d487438ed9a99e64f09086b608990c10",
+ "reference": "bb879775d487438ed9a99e64f09086b608990c10",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/config": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
+ "illuminate/database": "^8.69 || ^9.27 || ^10.0 || ^11.0 || ^12.0",
+ "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
+ "php": "^8.1",
+ "spatie/laravel-package-tools": "^1.6.3"
+ },
+ "require-dev": {
+ "ext-json": "*",
+ "orchestra/testbench": "^6.23 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
+ "pestphp/pest": "^1.20 || ^2.0 || ^3.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Spatie\\Activitylog\\ActivitylogServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Spatie\\Activitylog\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian De Deyne",
+ "email": "sebastian@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ },
+ {
+ "name": "Tom Witkowski",
+ "email": "dev.gummibeer@gmail.com",
+ "homepage": "https://gummibeer.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "A very simple activity logger to monitor the users of your website or application",
+ "homepage": "https://github.com/spatie/activitylog",
+ "keywords": [
+ "activity",
+ "laravel",
+ "log",
+ "spatie",
+ "user"
+ ],
+ "support": {
+ "issues": "https://github.com/spatie/laravel-activitylog/issues",
+ "source": "https://github.com/spatie/laravel-activitylog/tree/4.10.2"
+ },
+ "funding": [
+ {
+ "url": "https://spatie.be/open-source/support-us",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2025-06-15T06:59:49+00:00"
+ },
+ {
+ "name": "spatie/laravel-package-tools",
+ "version": "1.92.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/laravel-package-tools.git",
+ "reference": "f09a799850b1ed765103a4f0b4355006360c49a5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/f09a799850b1ed765103a4f0b4355006360c49a5",
+ "reference": "f09a799850b1ed765103a4f0b4355006360c49a5",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/contracts": "^9.28|^10.0|^11.0|^12.0",
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.5",
+ "orchestra/testbench": "^7.7|^8.0|^9.0|^10.0",
+ "pestphp/pest": "^1.23|^2.1|^3.1",
+ "phpunit/php-code-coverage": "^9.0|^10.0|^11.0",
+ "phpunit/phpunit": "^9.5.24|^10.5|^11.5",
+ "spatie/pest-plugin-test-time": "^1.1|^2.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\LaravelPackageTools\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "Tools for creating Laravel packages",
+ "homepage": "https://github.com/spatie/laravel-package-tools",
+ "keywords": [
+ "laravel-package-tools",
+ "spatie"
+ ],
+ "support": {
+ "issues": "https://github.com/spatie/laravel-package-tools/issues",
+ "source": "https://github.com/spatie/laravel-package-tools/tree/1.92.7"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2025-07-17T15:46:43+00:00"
+ },
+ {
+ "name": "spatie/laravel-sluggable",
+ "version": "3.7.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/laravel-sluggable.git",
+ "reference": "e4fdd519e043a2af02b52eec2c3be2dd2e262e27"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/laravel-sluggable/zipball/e4fdd519e043a2af02b52eec2c3be2dd2e262e27",
+ "reference": "e4fdd519e043a2af02b52eec2c3be2dd2e262e27",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0|^10.0",
+ "pestphp/pest": "^1.20|^2.0|^3.7",
+ "spatie/laravel-translatable": "^5.0|^6.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Sluggable\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "Generate slugs when saving Eloquent models",
+ "homepage": "https://github.com/spatie/laravel-sluggable",
+ "keywords": [
+ "laravel-sluggable",
+ "spatie"
+ ],
+ "support": {
+ "source": "https://github.com/spatie/laravel-sluggable/tree/3.7.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2025-04-24T09:21:00+00:00"
+ },
+ {
+ "name": "spatie/shiki-php",
+ "version": "2.3.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/shiki-php.git",
+ "reference": "a2e78a9ff8a1290b25d550be8fbf8285c13175c5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/shiki-php/zipball/a2e78a9ff8a1290b25d550be8fbf8285c13175c5",
+ "reference": "a2e78a9ff8a1290b25d550be8fbf8285c13175c5",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": "^8.0",
+ "symfony/process": "^5.4|^6.4|^7.1"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^v3.0",
+ "pestphp/pest": "^1.8",
+ "phpunit/phpunit": "^9.5",
+ "spatie/pest-plugin-snapshots": "^1.1",
+ "spatie/ray": "^1.10"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\ShikiPhp\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Rias Van der Veken",
+ "email": "rias@spatie.be",
+ "role": "Developer"
+ },
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "Highlight code using Shiki in PHP",
+ "homepage": "https://github.com/spatie/shiki-php",
+ "keywords": [
+ "shiki",
+ "spatie"
+ ],
+ "support": {
+ "source": "https://github.com/spatie/shiki-php/tree/2.3.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-21T14:16:57+00:00"
+ },
+ {
+ "name": "srmklive/paypal",
+ "version": "3.0.40",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/srmklive/laravel-paypal.git",
+ "reference": "1ddc49fd836a4785933ab953452152f3fedbac63"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/srmklive/laravel-paypal/zipball/1ddc49fd836a4785933ab953452152f3fedbac63",
+ "reference": "1ddc49fd836a4785933ab953452152f3fedbac63",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "guzzlehttp/guzzle": "~7.0",
+ "illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0|^11.0|^12.0",
+ "nesbot/carbon": "~2.0|^3.0",
+ "php": ">=7.2|^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0",
+ "symfony/var-dumper": "~5.0|^6.0|^7.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "PayPal": "Srmklive\\PayPal\\Facades\\PayPal"
+ },
+ "providers": [
+ "Srmklive\\PayPal\\Providers\\PayPalServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Srmklive\\PayPal\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Raza Mehdi",
+ "email": "srmk@outlook.com"
+ }
+ ],
+ "description": "Laravel plugin For Processing Payments Through Paypal Express Checkout. Can Be Used Independently With Other Applications.",
+ "keywords": [
+ "http",
+ "laravel paypal",
+ "paypal",
+ "rest",
+ "web service"
+ ],
+ "support": {
+ "issues": "https://github.com/srmklive/laravel-paypal/issues",
+ "source": "https://github.com/srmklive/laravel-paypal/tree/3.0.40"
+ },
+ "time": "2025-02-25T21:38:18+00:00"
+ },
+ {
+ "name": "stevebauman/purify",
+ "version": "v6.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/stevebauman/purify.git",
+ "reference": "3acb5e77904f420ce8aad8fa1c7f394e82daa500"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/stevebauman/purify/zipball/3acb5e77904f420ce8aad8fa1c7f394e82daa500",
+ "reference": "3acb5e77904f420ce8aad8fa1c7f394e82daa500",
+ "shasum": ""
+ },
+ "require": {
+ "ezyang/htmlpurifier": "^4.17",
+ "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
+ "php": ">=7.4"
+ },
+ "require-dev": {
+ "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^8.0|^9.0|^10.0|^11.5.3"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "Purify": "Stevebauman\\Purify\\Facades\\Purify"
+ },
+ "providers": [
+ "Stevebauman\\Purify\\PurifyServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Stevebauman\\Purify\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Steve Bauman",
+ "email": "steven_bauman@outlook.com"
+ }
+ ],
+ "description": "An HTML Purifier / Sanitizer for Laravel",
+ "keywords": [
+ "Purifier",
+ "clean",
+ "cleaner",
+ "html",
+ "laravel",
+ "purification",
+ "purify"
+ ],
+ "support": {
+ "issues": "https://github.com/stevebauman/purify/issues",
+ "source": "https://github.com/stevebauman/purify/tree/v6.3.1"
+ },
+ "time": "2025-05-21T16:53:09+00:00"
+ },
+ {
+ "name": "symfony/clock",
+ "version": "v8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/clock.git",
+ "reference": "832119f9b8dbc6c8e6f65f30c5969eca1e88764f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/clock/zipball/832119f9b8dbc6c8e6f65f30c5969eca1e88764f",
+ "reference": "832119f9b8dbc6c8e6f65f30c5969eca1e88764f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.4",
+ "psr/clock": "^1.0"
+ },
+ "provide": {
+ "psr/clock-implementation": "1.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/now.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\Clock\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Decouples applications from the system clock",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "clock",
+ "psr20",
+ "time"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/clock/tree/v8.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-11-12T15:46:48+00:00"
+ },
+ {
+ "name": "symfony/console",
+ "version": "v7.4.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/console.git",
+ "reference": "732a9ca6cd9dfd940c639062d5edbde2f6727fb6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/console/zipball/732a9ca6cd9dfd940c639062d5edbde2f6727fb6",
+ "reference": "732a9ca6cd9dfd940c639062d5edbde2f6727fb6",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-mbstring": "~1.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/string": "^7.2|^8.0"
+ },
+ "conflict": {
+ "symfony/dependency-injection": "<6.4",
+ "symfony/dotenv": "<6.4",
+ "symfony/event-dispatcher": "<6.4",
+ "symfony/lock": "<6.4",
+ "symfony/process": "<6.4"
+ },
+ "provide": {
+ "psr/log-implementation": "1.0|2.0|3.0"
+ },
+ "require-dev": {
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^6.4|^7.0|^8.0",
+ "symfony/dependency-injection": "^6.4|^7.0|^8.0",
+ "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
+ "symfony/http-foundation": "^6.4|^7.0|^8.0",
+ "symfony/http-kernel": "^6.4|^7.0|^8.0",
+ "symfony/lock": "^6.4|^7.0|^8.0",
+ "symfony/messenger": "^6.4|^7.0|^8.0",
+ "symfony/process": "^6.4|^7.0|^8.0",
+ "symfony/stopwatch": "^6.4|^7.0|^8.0",
+ "symfony/var-dumper": "^6.4|^7.0|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Console\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Eases the creation of beautiful and testable command line interfaces",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "cli",
+ "command-line",
+ "console",
+ "terminal"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/console/tree/v7.4.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-23T14:50:43+00:00"
+ },
+ {
+ "name": "symfony/css-selector",
+ "version": "v8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/css-selector.git",
+ "reference": "6225bd458c53ecdee056214cb4a2ffaf58bd592b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/6225bd458c53ecdee056214cb4a2ffaf58bd592b",
+ "reference": "6225bd458c53ecdee056214cb4a2ffaf58bd592b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.4"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\CssSelector\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Jean-François Simon",
+ "email": "jeanfrancois.simon@sensiolabs.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Converts CSS selectors to XPath expressions",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/css-selector/tree/v8.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-10-30T14:17:19+00:00"
+ },
+ {
+ "name": "symfony/deprecation-contracts",
+ "version": "v3.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/deprecation-contracts.git",
+ "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
+ "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/contracts",
+ "name": "symfony/contracts"
+ },
+ "branch-alias": {
+ "dev-main": "3.6-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "function.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "A generic function and convention to trigger deprecation notices",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-09-25T14:21:43+00:00"
+ },
+ {
+ "name": "symfony/error-handler",
+ "version": "v7.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/error-handler.git",
+ "reference": "48be2b0653594eea32dcef130cca1c811dcf25c2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/48be2b0653594eea32dcef130cca1c811dcf25c2",
+ "reference": "48be2b0653594eea32dcef130cca1c811dcf25c2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "psr/log": "^1|^2|^3",
+ "symfony/polyfill-php85": "^1.32",
+ "symfony/var-dumper": "^6.4|^7.0|^8.0"
+ },
+ "conflict": {
+ "symfony/deprecation-contracts": "<2.5",
+ "symfony/http-kernel": "<6.4"
+ },
+ "require-dev": {
+ "symfony/console": "^6.4|^7.0|^8.0",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/http-kernel": "^6.4|^7.0|^8.0",
+ "symfony/serializer": "^6.4|^7.0|^8.0",
+ "symfony/webpack-encore-bundle": "^1.0|^2.0"
+ },
+ "bin": [
+ "Resources/bin/patch-type-declarations"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\ErrorHandler\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools to manage errors and ease debugging PHP code",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/error-handler/tree/v7.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-11-05T14:29:59+00:00"
+ },
+ {
+ "name": "symfony/event-dispatcher",
+ "version": "v8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/event-dispatcher.git",
+ "reference": "573f95783a2ec6e38752979db139f09fec033f03"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/573f95783a2ec6e38752979db139f09fec033f03",
+ "reference": "573f95783a2ec6e38752979db139f09fec033f03",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.4",
+ "symfony/event-dispatcher-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "symfony/security-http": "<7.4",
+ "symfony/service-contracts": "<2.5"
+ },
+ "provide": {
+ "psr/event-dispatcher-implementation": "1.0",
+ "symfony/event-dispatcher-implementation": "2.0|3.0"
+ },
+ "require-dev": {
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^7.4|^8.0",
+ "symfony/dependency-injection": "^7.4|^8.0",
+ "symfony/error-handler": "^7.4|^8.0",
+ "symfony/expression-language": "^7.4|^8.0",
+ "symfony/framework-bundle": "^7.4|^8.0",
+ "symfony/http-foundation": "^7.4|^8.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/stopwatch": "^7.4|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\EventDispatcher\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/event-dispatcher/tree/v8.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-10-30T14:17:19+00:00"
+ },
+ {
+ "name": "symfony/event-dispatcher-contracts",
+ "version": "v3.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/event-dispatcher-contracts.git",
+ "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
+ "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/event-dispatcher": "^1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/contracts",
+ "name": "symfony/contracts"
+ },
+ "branch-alias": {
+ "dev-main": "3.6-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\EventDispatcher\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to dispatching event",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-09-25T14:21:43+00:00"
+ },
+ {
+ "name": "symfony/finder",
+ "version": "v7.4.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/finder.git",
+ "reference": "fffe05569336549b20a1be64250b40516d6e8d06"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/fffe05569336549b20a1be64250b40516d6e8d06",
+ "reference": "fffe05569336549b20a1be64250b40516d6e8d06",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "symfony/filesystem": "^6.4|^7.0|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Finder\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Finds files and directories via an intuitive fluent interface",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/finder/tree/v7.4.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-23T14:50:43+00:00"
+ },
+ {
+ "name": "symfony/html-sanitizer",
+ "version": "v7.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/html-sanitizer.git",
+ "reference": "5b0bbcc3600030b535dd0b17a0e8c56243f96d7f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/5b0bbcc3600030b535dd0b17a0e8c56243f96d7f",
+ "reference": "5b0bbcc3600030b535dd0b17a0e8c56243f96d7f",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "league/uri": "^6.5|^7.0",
+ "masterminds/html5": "^2.7.2",
+ "php": ">=8.2",
+ "symfony/deprecation-contracts": "^2.5|^3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\HtmlSanitizer\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Titouan Galopin",
+ "email": "galopintitouan@gmail.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM.",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "Purifier",
+ "html",
+ "sanitizer"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/html-sanitizer/tree/v7.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-10-30T13:39:42+00:00"
+ },
+ {
+ "name": "symfony/http-foundation",
+ "version": "v7.4.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-foundation.git",
+ "reference": "a70c745d4cea48dbd609f4075e5f5cbce453bd52"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a70c745d4cea48dbd609f4075e5f5cbce453bd52",
+ "reference": "a70c745d4cea48dbd609f4075e5f5cbce453bd52",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-mbstring": "^1.1"
+ },
+ "conflict": {
+ "doctrine/dbal": "<3.6",
+ "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^3.6|^4",
+ "predis/predis": "^1.1|^2.0",
+ "symfony/cache": "^6.4.12|^7.1.5|^8.0",
+ "symfony/clock": "^6.4|^7.0|^8.0",
+ "symfony/dependency-injection": "^6.4|^7.0|^8.0",
+ "symfony/expression-language": "^6.4|^7.0|^8.0",
+ "symfony/http-kernel": "^6.4|^7.0|^8.0",
+ "symfony/mime": "^6.4|^7.0|^8.0",
+ "symfony/rate-limiter": "^6.4|^7.0|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\HttpFoundation\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Defines an object-oriented layer for the HTTP specification",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/http-foundation/tree/v7.4.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-23T14:23:49+00:00"
+ },
+ {
+ "name": "symfony/http-kernel",
+ "version": "v7.4.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-kernel.git",
+ "reference": "885211d4bed3f857b8c964011923528a55702aa5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/885211d4bed3f857b8c964011923528a55702aa5",
+ "reference": "885211d4bed3f857b8c964011923528a55702aa5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "psr/log": "^1|^2|^3",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/error-handler": "^6.4|^7.0|^8.0",
+ "symfony/event-dispatcher": "^7.3|^8.0",
+ "symfony/http-foundation": "^7.4|^8.0",
+ "symfony/polyfill-ctype": "^1.8"
+ },
+ "conflict": {
+ "symfony/browser-kit": "<6.4",
+ "symfony/cache": "<6.4",
+ "symfony/config": "<6.4",
+ "symfony/console": "<6.4",
+ "symfony/dependency-injection": "<6.4",
+ "symfony/doctrine-bridge": "<6.4",
+ "symfony/flex": "<2.10",
+ "symfony/form": "<6.4",
+ "symfony/http-client": "<6.4",
+ "symfony/http-client-contracts": "<2.5",
+ "symfony/mailer": "<6.4",
+ "symfony/messenger": "<6.4",
+ "symfony/translation": "<6.4",
+ "symfony/translation-contracts": "<2.5",
+ "symfony/twig-bridge": "<6.4",
+ "symfony/validator": "<6.4",
+ "symfony/var-dumper": "<6.4",
+ "twig/twig": "<3.12"
+ },
+ "provide": {
+ "psr/log-implementation": "1.0|2.0|3.0"
+ },
+ "require-dev": {
+ "psr/cache": "^1.0|^2.0|^3.0",
+ "symfony/browser-kit": "^6.4|^7.0|^8.0",
+ "symfony/clock": "^6.4|^7.0|^8.0",
+ "symfony/config": "^6.4|^7.0|^8.0",
+ "symfony/console": "^6.4|^7.0|^8.0",
+ "symfony/css-selector": "^6.4|^7.0|^8.0",
+ "symfony/dependency-injection": "^6.4|^7.0|^8.0",
+ "symfony/dom-crawler": "^6.4|^7.0|^8.0",
+ "symfony/expression-language": "^6.4|^7.0|^8.0",
+ "symfony/finder": "^6.4|^7.0|^8.0",
+ "symfony/http-client-contracts": "^2.5|^3",
+ "symfony/process": "^6.4|^7.0|^8.0",
+ "symfony/property-access": "^7.1|^8.0",
+ "symfony/routing": "^6.4|^7.0|^8.0",
+ "symfony/serializer": "^7.1|^8.0",
+ "symfony/stopwatch": "^6.4|^7.0|^8.0",
+ "symfony/translation": "^6.4|^7.0|^8.0",
+ "symfony/translation-contracts": "^2.5|^3",
+ "symfony/uid": "^6.4|^7.0|^8.0",
+ "symfony/validator": "^6.4|^7.0|^8.0",
+ "symfony/var-dumper": "^6.4|^7.0|^8.0",
+ "symfony/var-exporter": "^6.4|^7.0|^8.0",
+ "twig/twig": "^3.12"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\HttpKernel\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides a structured process for converting a Request into a Response",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/http-kernel/tree/v7.4.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-31T08:43:57+00:00"
+ },
+ {
+ "name": "symfony/mailer",
+ "version": "v7.4.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/mailer.git",
+ "reference": "e472d35e230108231ccb7f51eb6b2100cac02ee4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/e472d35e230108231ccb7f51eb6b2100cac02ee4",
+ "reference": "e472d35e230108231ccb7f51eb6b2100cac02ee4",
+ "shasum": ""
+ },
+ "require": {
+ "egulias/email-validator": "^2.1.10|^3|^4",
+ "php": ">=8.2",
+ "psr/event-dispatcher": "^1",
+ "psr/log": "^1|^2|^3",
+ "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
+ "symfony/mime": "^7.2|^8.0",
+ "symfony/service-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "symfony/http-client-contracts": "<2.5",
+ "symfony/http-kernel": "<6.4",
+ "symfony/messenger": "<6.4",
+ "symfony/mime": "<6.4",
+ "symfony/twig-bridge": "<6.4"
+ },
+ "require-dev": {
+ "symfony/console": "^6.4|^7.0|^8.0",
+ "symfony/http-client": "^6.4|^7.0|^8.0",
+ "symfony/messenger": "^6.4|^7.0|^8.0",
+ "symfony/twig-bridge": "^6.4|^7.0|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Mailer\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Helps sending emails",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/mailer/tree/v7.4.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-16T08:02:06+00:00"
+ },
+ {
+ "name": "symfony/mime",
+ "version": "v7.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/mime.git",
+ "reference": "bdb02729471be5d047a3ac4a69068748f1a6be7a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/bdb02729471be5d047a3ac4a69068748f1a6be7a",
+ "reference": "bdb02729471be5d047a3ac4a69068748f1a6be7a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-intl-idn": "^1.10",
+ "symfony/polyfill-mbstring": "^1.0"
+ },
+ "conflict": {
+ "egulias/email-validator": "~3.0.0",
+ "phpdocumentor/reflection-docblock": "<3.2.2",
+ "phpdocumentor/type-resolver": "<1.4.0",
+ "symfony/mailer": "<6.4",
+ "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
+ },
+ "require-dev": {
+ "egulias/email-validator": "^2.1.10|^3.1|^4",
+ "league/html-to-markdown": "^5.0",
+ "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
+ "symfony/dependency-injection": "^6.4|^7.0|^8.0",
+ "symfony/process": "^6.4|^7.0|^8.0",
+ "symfony/property-access": "^6.4|^7.0|^8.0",
+ "symfony/property-info": "^6.4|^7.0|^8.0",
+ "symfony/serializer": "^6.4.3|^7.0.3|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Mime\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Allows manipulating MIME messages",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "mime",
+ "mime-type"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/mime/tree/v7.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-11-16T10:14:42+00:00"
+ },
+ {
+ "name": "symfony/polyfill-ctype",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-ctype.git",
+ "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
+ "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "provide": {
+ "ext-ctype": "*"
+ },
+ "suggest": {
+ "ext-ctype": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Ctype\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Gert de Pagter",
+ "email": "BackEndTea@gmail.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for ctype functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "ctype",
+ "polyfill",
+ "portable"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-09-09T11:45:10+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-grapheme",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
+ "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
+ "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for intl's grapheme_* functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "grapheme",
+ "intl",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-06-27T09:58:17+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-idn",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-idn.git",
+ "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
+ "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2",
+ "symfony/polyfill-intl-normalizer": "^1.10"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Idn\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Laurent Bassin",
+ "email": "laurent@bassin.info"
+ },
+ {
+ "name": "Trevor Rowbotham",
+ "email": "trevor.rowbotham@pm.me"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "idn",
+ "intl",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-09-10T14:38:51+00:00"
+ },
+ {
+ "name": "symfony/polyfill-intl-normalizer",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
+ "reference": "3833d7255cc303546435cb650316bff708a1c75c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
+ "reference": "3833d7255cc303546435cb650316bff708a1c75c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for intl's Normalizer class and related functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "intl",
+ "normalizer",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-09-09T11:45:10+00:00"
+ },
+ {
+ "name": "symfony/polyfill-mbstring",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
+ "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
+ "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
+ "shasum": ""
+ },
+ "require": {
+ "ext-iconv": "*",
+ "php": ">=7.2"
+ },
+ "provide": {
+ "ext-mbstring": "*"
+ },
+ "suggest": {
+ "ext-mbstring": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Mbstring\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for the Mbstring extension",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "mbstring",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-12-23T08:48:59+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php80",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php80.git",
+ "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
+ "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php80\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ion Bazan",
+ "email": "ion.bazan@gmail.com"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-01-02T08:10:11+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php83",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php83.git",
+ "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
+ "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php83\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-07-08T02:45:35+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php84",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php84.git",
+ "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
+ "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php84\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-06-24T13:30:11+00:00"
+ },
+ {
+ "name": "symfony/polyfill-php85",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-php85.git",
+ "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
+ "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Php85\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-06-23T16:12:55+00:00"
+ },
+ {
+ "name": "symfony/polyfill-uuid",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-uuid.git",
+ "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
+ "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "provide": {
+ "ext-uuid": "*"
+ },
+ "suggest": {
+ "ext-uuid": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Uuid\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for uuid functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "uuid"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-09-09T11:45:10+00:00"
+ },
+ {
+ "name": "symfony/process",
+ "version": "v7.4.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/process.git",
+ "reference": "2f8e1a6cdf590ca63715da4d3a7a3327404a523f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/process/zipball/2f8e1a6cdf590ca63715da4d3a7a3327404a523f",
+ "reference": "2f8e1a6cdf590ca63715da4d3a7a3327404a523f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Process\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Executes commands in sub-processes",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/process/tree/v7.4.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-19T10:00:43+00:00"
+ },
+ {
+ "name": "symfony/routing",
+ "version": "v7.4.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/routing.git",
+ "reference": "5d3fd7adf8896c2fdb54e2f0f35b1bcbd9e45090"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/5d3fd7adf8896c2fdb54e2f0f35b1bcbd9e45090",
+ "reference": "5d3fd7adf8896c2fdb54e2f0f35b1bcbd9e45090",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/deprecation-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "symfony/config": "<6.4",
+ "symfony/dependency-injection": "<6.4",
+ "symfony/yaml": "<6.4"
+ },
+ "require-dev": {
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^6.4|^7.0|^8.0",
+ "symfony/dependency-injection": "^6.4|^7.0|^8.0",
+ "symfony/expression-language": "^6.4|^7.0|^8.0",
+ "symfony/http-foundation": "^6.4|^7.0|^8.0",
+ "symfony/yaml": "^6.4|^7.0|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Routing\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Maps an HTTP request to a set of configuration variables",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "router",
+ "routing",
+ "uri",
+ "url"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/routing/tree/v7.4.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-19T10:00:43+00:00"
+ },
+ {
+ "name": "symfony/service-contracts",
+ "version": "v3.6.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/service-contracts.git",
+ "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43",
+ "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "psr/container": "^1.1|^2.0",
+ "symfony/deprecation-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "ext-psr": "<1.1|>=2"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/contracts",
+ "name": "symfony/contracts"
+ },
+ "branch-alias": {
+ "dev-main": "3.6-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\Service\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Test/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to writing services",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/service-contracts/tree/v3.6.1"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-07-15T11:30:57+00:00"
+ },
+ {
+ "name": "symfony/string",
+ "version": "v8.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/string.git",
+ "reference": "ba65a969ac918ce0cc3edfac6cdde847eba231dc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/string/zipball/ba65a969ac918ce0cc3edfac6cdde847eba231dc",
+ "reference": "ba65a969ac918ce0cc3edfac6cdde847eba231dc",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.4",
+ "symfony/polyfill-ctype": "^1.8",
+ "symfony/polyfill-intl-grapheme": "^1.33",
+ "symfony/polyfill-intl-normalizer": "^1.0",
+ "symfony/polyfill-mbstring": "^1.0"
+ },
+ "conflict": {
+ "symfony/translation-contracts": "<2.5"
+ },
+ "require-dev": {
+ "symfony/emoji": "^7.4|^8.0",
+ "symfony/http-client": "^7.4|^8.0",
+ "symfony/intl": "^7.4|^8.0",
+ "symfony/translation-contracts": "^2.5|^3.0",
+ "symfony/var-exporter": "^7.4|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/functions.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\String\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "grapheme",
+ "i18n",
+ "string",
+ "unicode",
+ "utf-8",
+ "utf8"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/string/tree/v8.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-01T09:13:36+00:00"
+ },
+ {
+ "name": "symfony/translation",
+ "version": "v8.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/translation.git",
+ "reference": "60a8f11f0e15c48f2cc47c4da53873bb5b62135d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/60a8f11f0e15c48f2cc47c4da53873bb5b62135d",
+ "reference": "60a8f11f0e15c48f2cc47c4da53873bb5b62135d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.4",
+ "symfony/polyfill-mbstring": "^1.0",
+ "symfony/translation-contracts": "^3.6.1"
+ },
+ "conflict": {
+ "nikic/php-parser": "<5.0",
+ "symfony/http-client-contracts": "<2.5",
+ "symfony/service-contracts": "<2.5"
+ },
+ "provide": {
+ "symfony/translation-implementation": "2.3|3.0"
+ },
+ "require-dev": {
+ "nikic/php-parser": "^5.0",
+ "psr/log": "^1|^2|^3",
+ "symfony/config": "^7.4|^8.0",
+ "symfony/console": "^7.4|^8.0",
+ "symfony/dependency-injection": "^7.4|^8.0",
+ "symfony/finder": "^7.4|^8.0",
+ "symfony/http-client-contracts": "^2.5|^3.0",
+ "symfony/http-kernel": "^7.4|^8.0",
+ "symfony/intl": "^7.4|^8.0",
+ "symfony/polyfill-intl-icu": "^1.21",
+ "symfony/routing": "^7.4|^8.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/yaml": "^7.4|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/functions.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\Translation\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides tools to internationalize your application",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/translation/tree/v8.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-21T10:59:45+00:00"
+ },
+ {
+ "name": "symfony/translation-contracts",
+ "version": "v3.6.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/translation-contracts.git",
+ "reference": "65a8bc82080447fae78373aa10f8d13b38338977"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/65a8bc82080447fae78373aa10f8d13b38338977",
+ "reference": "65a8bc82080447fae78373aa10f8d13b38338977",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/contracts",
+ "name": "symfony/contracts"
+ },
+ "branch-alias": {
+ "dev-main": "3.6-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\Translation\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Test/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to translation",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/translation-contracts/tree/v3.6.1"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-07-15T13:41:35+00:00"
+ },
+ {
+ "name": "symfony/uid",
+ "version": "v7.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/uid.git",
+ "reference": "2498e9f81b7baa206f44de583f2f48350b90142c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/uid/zipball/2498e9f81b7baa206f44de583f2f48350b90142c",
+ "reference": "2498e9f81b7baa206f44de583f2f48350b90142c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/polyfill-uuid": "^1.15"
+ },
+ "require-dev": {
+ "symfony/console": "^6.4|^7.0|^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Uid\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides an object-oriented API to generate and represent UIDs",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "UID",
+ "ulid",
+ "uuid"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/uid/tree/v7.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-09-25T11:02:55+00:00"
+ },
+ {
+ "name": "symfony/var-dumper",
+ "version": "v7.4.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/var-dumper.git",
+ "reference": "7e99bebcb3f90d8721890f2963463280848cba92"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7e99bebcb3f90d8721890f2963463280848cba92",
+ "reference": "7e99bebcb3f90d8721890f2963463280848cba92",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-mbstring": "~1.0"
+ },
+ "conflict": {
+ "symfony/console": "<6.4"
+ },
+ "require-dev": {
+ "symfony/console": "^6.4|^7.0|^8.0",
+ "symfony/http-kernel": "^6.4|^7.0|^8.0",
+ "symfony/process": "^6.4|^7.0|^8.0",
+ "symfony/uid": "^6.4|^7.0|^8.0",
+ "twig/twig": "^3.12"
+ },
+ "bin": [
+ "Resources/bin/var-dump-server"
+ ],
+ "type": "library",
+ "autoload": {
+ "files": [
+ "Resources/functions/dump.php"
+ ],
+ "psr-4": {
+ "Symfony\\Component\\VarDumper\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides mechanisms for walking through any arbitrary PHP variable",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "debug",
+ "dump"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/var-dumper/tree/v7.4.3"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-18T07:04:31+00:00"
+ },
+ {
+ "name": "tijsverkoyen/css-to-inline-styles",
+ "version": "v2.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
+ "reference": "f0292ccf0ec75843d65027214426b6b163b48b41"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/f0292ccf0ec75843d65027214426b6b163b48b41",
+ "reference": "f0292ccf0ec75843d65027214426b6b163b48b41",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "php": "^7.4 || ^8.0",
+ "symfony/css-selector": "^5.4 || ^6.0 || ^7.0 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpunit/phpunit": "^8.5.21 || ^9.5.10"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "TijsVerkoyen\\CssToInlineStyles\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Tijs Verkoyen",
+ "email": "css_to_inline_styles@verkoyen.eu",
+ "role": "Developer"
+ }
+ ],
+ "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
+ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
+ "support": {
+ "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
+ "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.4.0"
+ },
+ "time": "2025-12-02T11:56:42+00:00"
+ },
+ {
+ "name": "ueberdosis/tiptap-php",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ueberdosis/tiptap-php.git",
+ "reference": "458194ad0f8b0cf616fecdf451a84f9a6c1f3056"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ueberdosis/tiptap-php/zipball/458194ad0f8b0cf616fecdf451a84f9a6c1f3056",
+ "reference": "458194ad0f8b0cf616fecdf451a84f9a6c1f3056",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.0",
+ "scrivo/highlight.php": "^9.18",
+ "spatie/shiki-php": "^2.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.5",
+ "pestphp/pest": "^1.21",
+ "phpunit/phpunit": "^9.5",
+ "vimeo/psalm": "^4.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Tiptap\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Hans Pagel",
+ "email": "humans@tiptap.dev",
+ "role": "Developer"
+ }
+ ],
+ "description": "A PHP package to work with Tiptap output",
+ "homepage": "https://github.com/ueberdosis/tiptap-php",
+ "keywords": [
+ "prosemirror",
+ "tiptap",
+ "ueberdosis"
+ ],
+ "support": {
+ "issues": "https://github.com/ueberdosis/tiptap-php/issues",
+ "source": "https://github.com/ueberdosis/tiptap-php/tree/2.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://tiptap.dev/pricing",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/ueberdosis",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/tiptap",
+ "type": "open_collective"
+ }
+ ],
+ "time": "2025-06-26T14:11:46+00:00"
+ },
+ {
+ "name": "vlucas/phpdotenv",
+ "version": "v5.6.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/vlucas/phpdotenv.git",
+ "reference": "955e7815d677a3eaa7075231212f2110983adecc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/955e7815d677a3eaa7075231212f2110983adecc",
+ "reference": "955e7815d677a3eaa7075231212f2110983adecc",
+ "shasum": ""
+ },
+ "require": {
+ "ext-pcre": "*",
+ "graham-campbell/result-type": "^1.1.4",
+ "php": "^7.2.5 || ^8.0",
+ "phpoption/phpoption": "^1.9.5",
+ "symfony/polyfill-ctype": "^1.26",
+ "symfony/polyfill-mbstring": "^1.26",
+ "symfony/polyfill-php80": "^1.26"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "ext-filter": "*",
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
+ },
+ "suggest": {
+ "ext-filter": "Required to use the boolean validator."
+ },
+ "type": "library",
+ "extra": {
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ },
+ "branch-alias": {
+ "dev-master": "5.6-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Dotenv\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Vance Lucas",
+ "email": "vance@vancelucas.com",
+ "homepage": "https://github.com/vlucas"
+ }
+ ],
+ "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
+ "keywords": [
+ "dotenv",
+ "env",
+ "environment"
+ ],
+ "support": {
+ "issues": "https://github.com/vlucas/phpdotenv/issues",
+ "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/GrahamCampbell",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-27T19:49:13+00:00"
+ },
+ {
+ "name": "voku/portable-ascii",
+ "version": "2.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/voku/portable-ascii.git",
+ "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
+ "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
+ },
+ "suggest": {
+ "ext-intl": "Use Intl for transliterator_transliterate() support"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "voku\\": "src/voku/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Lars Moelleken",
+ "homepage": "https://www.moelleken.org/"
+ }
+ ],
+ "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
+ "homepage": "https://github.com/voku/portable-ascii",
+ "keywords": [
+ "ascii",
+ "clean",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/voku/portable-ascii/issues",
+ "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.me/moelleken",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/voku",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/portable-ascii",
+ "type": "open_collective"
+ },
+ {
+ "url": "https://www.patreon.com/voku",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-11-21T01:49:47+00:00"
+ }
+ ],
+ "packages-dev": [
+ {
+ "name": "brianium/paratest",
+ "version": "v7.16.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/paratestphp/paratest.git",
+ "reference": "a10878ed0fe0bbc2f57c980f7a08065338b970b6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/paratestphp/paratest/zipball/a10878ed0fe0bbc2f57c980f7a08065338b970b6",
+ "reference": "a10878ed0fe0bbc2f57c980f7a08065338b970b6",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-pcre": "*",
+ "ext-reflection": "*",
+ "ext-simplexml": "*",
+ "fidry/cpu-core-counter": "^1.3.0",
+ "jean85/pretty-package-versions": "^2.1.1",
+ "php": "~8.3.0 || ~8.4.0 || ~8.5.0",
+ "phpunit/php-code-coverage": "^12.5.1",
+ "phpunit/php-file-iterator": "^6",
+ "phpunit/php-timer": "^8",
+ "phpunit/phpunit": "^12.5.2",
+ "sebastian/environment": "^8.0.3",
+ "symfony/console": "^7.3.4 || ^8.0.0",
+ "symfony/process": "^7.3.4 || ^8.0.0"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^14.0.0",
+ "ext-pcntl": "*",
+ "ext-pcov": "*",
+ "ext-posix": "*",
+ "phpstan/phpstan": "^2.1.33",
+ "phpstan/phpstan-deprecation-rules": "^2.0.3",
+ "phpstan/phpstan-phpunit": "^2.0.10",
+ "phpstan/phpstan-strict-rules": "^2.0.7",
+ "symfony/filesystem": "^7.3.2 || ^8.0.0"
+ },
+ "bin": [
+ "bin/paratest",
+ "bin/paratest_for_phpstorm"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "ParaTest\\": [
+ "src/"
+ ]
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Brian Scaturro",
+ "email": "scaturrob@gmail.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Filippo Tessarotto",
+ "email": "zoeslam@gmail.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "Parallel testing for PHP",
+ "homepage": "https://github.com/paratestphp/paratest",
+ "keywords": [
+ "concurrent",
+ "parallel",
+ "phpunit",
+ "testing"
+ ],
+ "support": {
+ "issues": "https://github.com/paratestphp/paratest/issues",
+ "source": "https://github.com/paratestphp/paratest/tree/v7.16.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/Slamdunk",
+ "type": "github"
+ },
+ {
+ "url": "https://paypal.me/filippotessarotto",
+ "type": "paypal"
+ }
+ ],
+ "time": "2025-12-09T20:03:26+00:00"
+ },
+ {
+ "name": "driftingly/rector-laravel",
+ "version": "2.1.9",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/driftingly/rector-laravel.git",
+ "reference": "aee9d4a1d489e7ec484fc79f33137f8ee051b3f7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/driftingly/rector-laravel/zipball/aee9d4a1d489e7ec484fc79f33137f8ee051b3f7",
+ "reference": "aee9d4a1d489e7ec484fc79f33137f8ee051b3f7",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0",
+ "rector/rector": "^2.2.7",
+ "webmozart/assert": "^1.11"
+ },
+ "type": "rector-extension",
+ "autoload": {
+ "psr-4": {
+ "RectorLaravel\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Rector upgrades rules for Laravel Framework",
+ "support": {
+ "issues": "https://github.com/driftingly/rector-laravel/issues",
+ "source": "https://github.com/driftingly/rector-laravel/tree/2.1.9"
+ },
+ "time": "2025-12-25T23:31:36+00:00"
+ },
+ {
+ "name": "fakerphp/faker",
+ "version": "v1.24.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/FakerPHP/Faker.git",
+ "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
+ "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0",
+ "psr/container": "^1.0 || ^2.0",
+ "symfony/deprecation-contracts": "^2.2 || ^3.0"
+ },
+ "conflict": {
+ "fzaninotto/faker": "*"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.4.1",
+ "doctrine/persistence": "^1.3 || ^2.0",
+ "ext-intl": "*",
+ "phpunit/phpunit": "^9.5.26",
+ "symfony/phpunit-bridge": "^5.4.16"
+ },
+ "suggest": {
+ "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
+ "ext-curl": "Required by Faker\\Provider\\Image to download images.",
+ "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
+ "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
+ "ext-mbstring": "Required for multibyte Unicode string functionality."
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Faker\\": "src/Faker/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "François Zaninotto"
+ }
+ ],
+ "description": "Faker is a PHP library that generates fake data for you.",
+ "keywords": [
+ "data",
+ "faker",
+ "fixtures"
+ ],
+ "support": {
+ "issues": "https://github.com/FakerPHP/Faker/issues",
+ "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
+ },
+ "time": "2024-11-21T13:46:39+00:00"
+ },
+ {
+ "name": "fidry/cpu-core-counter",
+ "version": "1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/theofidry/cpu-core-counter.git",
+ "reference": "db9508f7b1474469d9d3c53b86f817e344732678"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/db9508f7b1474469d9d3c53b86f817e344732678",
+ "reference": "db9508f7b1474469d9d3c53b86f817e344732678",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "fidry/makefile": "^0.2.0",
+ "fidry/php-cs-fixer-config": "^1.1.2",
+ "phpstan/extension-installer": "^1.2.0",
+ "phpstan/phpstan": "^2.0",
+ "phpstan/phpstan-deprecation-rules": "^2.0.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpstan/phpstan-strict-rules": "^2.0",
+ "phpunit/phpunit": "^8.5.31 || ^9.5.26",
+ "webmozarts/strict-phpunit": "^7.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Fidry\\CpuCoreCounter\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Théo FIDRY",
+ "email": "theo.fidry@gmail.com"
+ }
+ ],
+ "description": "Tiny utility to get the number of CPU cores.",
+ "keywords": [
+ "CPU",
+ "core"
+ ],
+ "support": {
+ "issues": "https://github.com/theofidry/cpu-core-counter/issues",
+ "source": "https://github.com/theofidry/cpu-core-counter/tree/1.3.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theofidry",
+ "type": "github"
+ }
+ ],
+ "time": "2025-08-14T07:29:31+00:00"
+ },
+ {
+ "name": "filament/upgrade",
+ "version": "v4.5.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filamentphp/upgrade.git",
+ "reference": "31b03a80a99e203ba0b7bfbfb9566974e0346be7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filamentphp/upgrade/zipball/31b03a80a99e203ba0b7bfbfb9566974e0346be7",
+ "reference": "31b03a80a99e203ba0b7bfbfb9566974e0346be7",
+ "shasum": ""
+ },
+ "require": {
+ "nunomaduro/termwind": "^2.0",
+ "php": "^8.2",
+ "rector/rector": "^2.0"
+ },
+ "bin": [
+ "bin/filament-v4"
+ ],
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Filament\\Upgrade\\UpgradeServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Filament\\Upgrade\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Upgrade Filament v3 code to Filament v4.",
+ "homepage": "https://github.com/filamentphp/filament",
+ "support": {
+ "issues": "https://github.com/filamentphp/filament/issues",
+ "source": "https://github.com/filamentphp/filament"
+ },
+ "time": "2025-11-28T11:21:29+00:00"
+ },
+ {
+ "name": "filp/whoops",
+ "version": "2.18.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/filp/whoops.git",
+ "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
+ "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0",
+ "psr/log": "^1.0.1 || ^2.0 || ^3.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.0",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
+ "symfony/var-dumper": "^4.0 || ^5.0"
+ },
+ "suggest": {
+ "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
+ "whoops/soap": "Formats errors as SOAP responses"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.7-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Whoops\\": "src/Whoops/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Filipe Dobreira",
+ "homepage": "https://github.com/filp",
+ "role": "Developer"
+ }
+ ],
+ "description": "php error handling for cool kids",
+ "homepage": "https://filp.github.io/whoops/",
+ "keywords": [
+ "error",
+ "exception",
+ "handling",
+ "library",
+ "throwable",
+ "whoops"
+ ],
+ "support": {
+ "issues": "https://github.com/filp/whoops/issues",
+ "source": "https://github.com/filp/whoops/tree/2.18.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/denis-sokolov",
+ "type": "github"
+ }
+ ],
+ "time": "2025-08-08T12:00:00+00:00"
+ },
+ {
+ "name": "hamcrest/hamcrest-php",
+ "version": "v2.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/hamcrest/hamcrest-php.git",
+ "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
+ "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4|^8.0"
+ },
+ "replace": {
+ "cordoval/hamcrest-php": "*",
+ "davedevelopment/hamcrest-php": "*",
+ "kodova/hamcrest-php": "*"
+ },
+ "require-dev": {
+ "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
+ "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.1-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "hamcrest"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "This is the PHP port of Hamcrest Matchers",
+ "keywords": [
+ "test"
+ ],
+ "support": {
+ "issues": "https://github.com/hamcrest/hamcrest-php/issues",
+ "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
+ },
+ "time": "2025-04-30T06:54:44+00:00"
+ },
+ {
+ "name": "jean85/pretty-package-versions",
+ "version": "2.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Jean85/pretty-package-versions.git",
+ "reference": "4d7aa5dab42e2a76d99559706022885de0e18e1a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/4d7aa5dab42e2a76d99559706022885de0e18e1a",
+ "reference": "4d7aa5dab42e2a76d99559706022885de0e18e1a",
+ "shasum": ""
+ },
+ "require": {
+ "composer-runtime-api": "^2.1.0",
+ "php": "^7.4|^8.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.2",
+ "jean85/composer-provided-replaced-stub-package": "^1.0",
+ "phpstan/phpstan": "^2.0",
+ "phpunit/phpunit": "^7.5|^8.5|^9.6",
+ "rector/rector": "^2.0",
+ "vimeo/psalm": "^4.3 || ^5.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Jean85\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Alessandro Lai",
+ "email": "alessandro.lai85@gmail.com"
+ }
+ ],
+ "description": "A library to get pretty versions strings of installed dependencies",
+ "keywords": [
+ "composer",
+ "package",
+ "release",
+ "versions"
+ ],
+ "support": {
+ "issues": "https://github.com/Jean85/pretty-package-versions/issues",
+ "source": "https://github.com/Jean85/pretty-package-versions/tree/2.1.1"
+ },
+ "time": "2025-03-19T14:43:43+00:00"
+ },
+ {
+ "name": "laravel/pint",
+ "version": "v1.27.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/pint.git",
+ "reference": "c67b4195b75491e4dfc6b00b1c78b68d86f54c90"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/pint/zipball/c67b4195b75491e4dfc6b00b1c78b68d86f54c90",
+ "reference": "c67b4195b75491e4dfc6b00b1c78b68d86f54c90",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "ext-tokenizer": "*",
+ "ext-xml": "*",
+ "php": "^8.2.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.92.4",
+ "illuminate/view": "^12.44.0",
+ "larastan/larastan": "^3.8.1",
+ "laravel-zero/framework": "^12.0.4",
+ "mockery/mockery": "^1.6.12",
+ "nunomaduro/termwind": "^2.3.3",
+ "pestphp/pest": "^3.8.4"
+ },
+ "bin": [
+ "builds/pint"
+ ],
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "App\\": "app/",
+ "Database\\Seeders\\": "database/seeders/",
+ "Database\\Factories\\": "database/factories/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
+ }
+ ],
+ "description": "An opinionated code formatter for PHP.",
+ "homepage": "https://laravel.com",
+ "keywords": [
+ "dev",
+ "format",
+ "formatter",
+ "lint",
+ "linter",
+ "php"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/pint/issues",
+ "source": "https://github.com/laravel/pint"
+ },
+ "time": "2026-01-05T16:49:17+00:00"
+ },
+ {
+ "name": "laravel/sail",
+ "version": "v1.52.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/sail.git",
+ "reference": "64ac7d8abb2dbcf2b76e61289451bae79066b0b3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/sail/zipball/64ac7d8abb2dbcf2b76e61289451bae79066b0b3",
+ "reference": "64ac7d8abb2dbcf2b76e61289451bae79066b0b3",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/console": "^9.52.16|^10.0|^11.0|^12.0",
+ "illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0",
+ "illuminate/support": "^9.52.16|^10.0|^11.0|^12.0",
+ "php": "^8.0",
+ "symfony/console": "^6.0|^7.0",
+ "symfony/yaml": "^6.0|^7.0"
+ },
+ "require-dev": {
+ "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
+ "phpstan/phpstan": "^2.0"
+ },
+ "bin": [
+ "bin/sail"
+ ],
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravel\\Sail\\SailServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Sail\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "Docker files for running a basic Laravel application.",
+ "keywords": [
+ "docker",
+ "laravel"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/sail/issues",
+ "source": "https://github.com/laravel/sail"
+ },
+ "time": "2026-01-01T02:46:03+00:00"
+ },
+ {
+ "name": "mockery/mockery",
+ "version": "1.6.12",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/mockery/mockery.git",
+ "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
+ "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
+ "shasum": ""
+ },
+ "require": {
+ "hamcrest/hamcrest-php": "^2.0.1",
+ "lib-pcre": ">=7.0",
+ "php": ">=7.3"
+ },
+ "conflict": {
+ "phpunit/phpunit": "<8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.5 || ^9.6.17",
+ "symplify/easy-coding-standard": "^12.1.14"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "library/helpers.php",
+ "library/Mockery.php"
+ ],
+ "psr-4": {
+ "Mockery\\": "library/Mockery"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Pádraic Brady",
+ "email": "padraic.brady@gmail.com",
+ "homepage": "https://github.com/padraic",
+ "role": "Author"
+ },
+ {
+ "name": "Dave Marshall",
+ "email": "dave.marshall@atstsolutions.co.uk",
+ "homepage": "https://davedevelopment.co.uk",
+ "role": "Developer"
+ },
+ {
+ "name": "Nathanael Esayeas",
+ "email": "nathanael.esayeas@protonmail.com",
+ "homepage": "https://github.com/ghostwriter",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "Mockery is a simple yet flexible PHP mock object framework",
+ "homepage": "https://github.com/mockery/mockery",
+ "keywords": [
+ "BDD",
+ "TDD",
+ "library",
+ "mock",
+ "mock objects",
+ "mockery",
+ "stub",
+ "test",
+ "test double",
+ "testing"
+ ],
+ "support": {
+ "docs": "https://docs.mockery.io/",
+ "issues": "https://github.com/mockery/mockery/issues",
+ "rss": "https://github.com/mockery/mockery/releases.atom",
+ "security": "https://github.com/mockery/mockery/security/advisories",
+ "source": "https://github.com/mockery/mockery"
+ },
+ "time": "2024-05-16T03:13:13+00:00"
+ },
+ {
+ "name": "myclabs/deep-copy",
+ "version": "1.13.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/myclabs/DeepCopy.git",
+ "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
+ "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "conflict": {
+ "doctrine/collections": "<1.6.8",
+ "doctrine/common": "<2.13.3 || >=3 <3.2.2"
+ },
+ "require-dev": {
+ "doctrine/collections": "^1.6.8",
+ "doctrine/common": "^2.13.3 || ^3.2.2",
+ "phpspec/prophecy": "^1.10",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/DeepCopy/deep_copy.php"
+ ],
+ "psr-4": {
+ "DeepCopy\\": "src/DeepCopy/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Create deep copies (clones) of your objects",
+ "keywords": [
+ "clone",
+ "copy",
+ "duplicate",
+ "object",
+ "object graph"
+ ],
+ "support": {
+ "issues": "https://github.com/myclabs/DeepCopy/issues",
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
+ },
+ "funding": [
+ {
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-01T08:46:24+00:00"
+ },
+ {
+ "name": "nunomaduro/collision",
+ "version": "v8.8.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nunomaduro/collision.git",
+ "reference": "1dc9e88d105699d0fee8bb18890f41b274f6b4c4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nunomaduro/collision/zipball/1dc9e88d105699d0fee8bb18890f41b274f6b4c4",
+ "reference": "1dc9e88d105699d0fee8bb18890f41b274f6b4c4",
+ "shasum": ""
+ },
+ "require": {
+ "filp/whoops": "^2.18.1",
+ "nunomaduro/termwind": "^2.3.1",
+ "php": "^8.2.0",
+ "symfony/console": "^7.3.0"
+ },
+ "conflict": {
+ "laravel/framework": "<11.44.2 || >=13.0.0",
+ "phpunit/phpunit": "<11.5.15 || >=13.0.0"
+ },
+ "require-dev": {
+ "brianium/paratest": "^7.8.3",
+ "larastan/larastan": "^3.4.2",
+ "laravel/framework": "^11.44.2 || ^12.18",
+ "laravel/pint": "^1.22.1",
+ "laravel/sail": "^1.43.1",
+ "laravel/sanctum": "^4.1.1",
+ "laravel/tinker": "^2.10.1",
+ "orchestra/testbench-core": "^9.12.0 || ^10.4",
+ "pestphp/pest": "^3.8.2 || ^4.0.0",
+ "sebastian/environment": "^7.2.1 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
+ ]
+ },
+ "branch-alias": {
+ "dev-8.x": "8.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "./src/Adapters/Phpunit/Autoload.php"
+ ],
+ "psr-4": {
+ "NunoMaduro\\Collision\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
+ }
+ ],
+ "description": "Cli error handling for console/command-line PHP applications.",
+ "keywords": [
+ "artisan",
+ "cli",
+ "command-line",
+ "console",
+ "dev",
+ "error",
+ "handling",
+ "laravel",
+ "laravel-zero",
+ "php",
+ "symfony"
+ ],
+ "support": {
+ "issues": "https://github.com/nunomaduro/collision/issues",
+ "source": "https://github.com/nunomaduro/collision"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/paypalme/enunomaduro",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/nunomaduro",
+ "type": "github"
+ },
+ {
+ "url": "https://www.patreon.com/nunomaduro",
+ "type": "patreon"
+ }
+ ],
+ "time": "2025-11-20T02:55:25+00:00"
+ },
+ {
+ "name": "pestphp/pest",
+ "version": "v4.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pestphp/pest.git",
+ "reference": "bc57a84e77afd4544ff9643a6858f68d05aeab96"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pestphp/pest/zipball/bc57a84e77afd4544ff9643a6858f68d05aeab96",
+ "reference": "bc57a84e77afd4544ff9643a6858f68d05aeab96",
+ "shasum": ""
+ },
+ "require": {
+ "brianium/paratest": "^7.16.0",
+ "nunomaduro/collision": "^8.8.3",
+ "nunomaduro/termwind": "^2.3.3",
+ "pestphp/pest-plugin": "^4.0.0",
+ "pestphp/pest-plugin-arch": "^4.0.0",
+ "pestphp/pest-plugin-mutate": "^4.0.1",
+ "pestphp/pest-plugin-profanity": "^4.2.1",
+ "php": "^8.3.0",
+ "phpunit/phpunit": "^12.5.4",
+ "symfony/process": "^7.4.3|^8.0.0"
+ },
+ "conflict": {
+ "filp/whoops": "<2.18.3",
+ "phpunit/phpunit": ">12.5.4",
+ "sebastian/exporter": "<7.0.0",
+ "webmozart/assert": "<1.11.0"
+ },
+ "require-dev": {
+ "pestphp/pest-dev-tools": "^4.0.0",
+ "pestphp/pest-plugin-browser": "^4.1.1",
+ "pestphp/pest-plugin-type-coverage": "^4.0.3",
+ "psy/psysh": "^0.12.18"
+ },
+ "bin": [
+ "bin/pest"
+ ],
+ "type": "library",
+ "extra": {
+ "pest": {
+ "plugins": [
+ "Pest\\Mutate\\Plugins\\Mutate",
+ "Pest\\Plugins\\Configuration",
+ "Pest\\Plugins\\Bail",
+ "Pest\\Plugins\\Cache",
+ "Pest\\Plugins\\Coverage",
+ "Pest\\Plugins\\Init",
+ "Pest\\Plugins\\Environment",
+ "Pest\\Plugins\\Help",
+ "Pest\\Plugins\\Memory",
+ "Pest\\Plugins\\Only",
+ "Pest\\Plugins\\Printer",
+ "Pest\\Plugins\\ProcessIsolation",
+ "Pest\\Plugins\\Profile",
+ "Pest\\Plugins\\Retry",
+ "Pest\\Plugins\\Snapshot",
+ "Pest\\Plugins\\Verbose",
+ "Pest\\Plugins\\Version",
+ "Pest\\Plugins\\Shard",
+ "Pest\\Plugins\\Parallel"
+ ]
+ },
+ "phpstan": {
+ "includes": [
+ "extension.neon"
+ ]
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Functions.php",
+ "src/Pest.php"
+ ],
+ "psr-4": {
+ "Pest\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
+ }
+ ],
+ "description": "The elegant PHP Testing Framework.",
+ "keywords": [
+ "framework",
+ "pest",
+ "php",
+ "test",
+ "testing",
+ "unit"
+ ],
+ "support": {
+ "issues": "https://github.com/pestphp/pest/issues",
+ "source": "https://github.com/pestphp/pest/tree/v4.3.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/paypalme/enunomaduro",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/nunomaduro",
+ "type": "github"
+ }
+ ],
+ "time": "2026-01-04T16:29:59+00:00"
+ },
+ {
+ "name": "pestphp/pest-plugin",
+ "version": "v4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pestphp/pest-plugin.git",
+ "reference": "9d4b93d7f73d3f9c3189bb22c220fef271cdf568"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pestphp/pest-plugin/zipball/9d4b93d7f73d3f9c3189bb22c220fef271cdf568",
+ "reference": "9d4b93d7f73d3f9c3189bb22c220fef271cdf568",
+ "shasum": ""
+ },
+ "require": {
+ "composer-plugin-api": "^2.0.0",
+ "composer-runtime-api": "^2.2.2",
+ "php": "^8.3"
+ },
+ "conflict": {
+ "pestphp/pest": "<4.0.0"
+ },
+ "require-dev": {
+ "composer/composer": "^2.8.10",
+ "pestphp/pest": "^4.0.0",
+ "pestphp/pest-dev-tools": "^4.0.0"
+ },
+ "type": "composer-plugin",
+ "extra": {
+ "class": "Pest\\Plugin\\Manager"
+ },
+ "autoload": {
+ "psr-4": {
+ "Pest\\Plugin\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "The Pest plugin manager",
+ "keywords": [
+ "framework",
+ "manager",
+ "pest",
+ "php",
+ "plugin",
+ "test",
+ "testing",
+ "unit"
+ ],
+ "support": {
+ "source": "https://github.com/pestphp/pest-plugin/tree/v4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/nunomaduro",
+ "type": "github"
+ },
+ {
+ "url": "https://www.patreon.com/nunomaduro",
+ "type": "patreon"
+ }
+ ],
+ "time": "2025-08-20T12:35:58+00:00"
+ },
+ {
+ "name": "pestphp/pest-plugin-arch",
+ "version": "v4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pestphp/pest-plugin-arch.git",
+ "reference": "25bb17e37920ccc35cbbcda3b00d596aadf3e58d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/25bb17e37920ccc35cbbcda3b00d596aadf3e58d",
+ "reference": "25bb17e37920ccc35cbbcda3b00d596aadf3e58d",
+ "shasum": ""
+ },
+ "require": {
+ "pestphp/pest-plugin": "^4.0.0",
+ "php": "^8.3",
+ "ta-tikoma/phpunit-architecture-test": "^0.8.5"
+ },
+ "require-dev": {
+ "pestphp/pest": "^4.0.0",
+ "pestphp/pest-dev-tools": "^4.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "pest": {
+ "plugins": [
+ "Pest\\Arch\\Plugin"
+ ]
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Autoload.php"
+ ],
+ "psr-4": {
+ "Pest\\Arch\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "The Arch plugin for Pest PHP.",
+ "keywords": [
+ "arch",
+ "architecture",
+ "framework",
+ "pest",
+ "php",
+ "plugin",
+ "test",
+ "testing",
+ "unit"
+ ],
+ "support": {
+ "source": "https://github.com/pestphp/pest-plugin-arch/tree/v4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/paypalme/enunomaduro",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/nunomaduro",
+ "type": "github"
+ }
+ ],
+ "time": "2025-08-20T13:10:51+00:00"
+ },
+ {
+ "name": "pestphp/pest-plugin-mutate",
+ "version": "v4.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pestphp/pest-plugin-mutate.git",
+ "reference": "d9b32b60b2385e1688a68cc227594738ec26d96c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pestphp/pest-plugin-mutate/zipball/d9b32b60b2385e1688a68cc227594738ec26d96c",
+ "reference": "d9b32b60b2385e1688a68cc227594738ec26d96c",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^5.6.1",
+ "pestphp/pest-plugin": "^4.0.0",
+ "php": "^8.3",
+ "psr/simple-cache": "^3.0.0"
+ },
+ "require-dev": {
+ "pestphp/pest": "^4.0.0",
+ "pestphp/pest-dev-tools": "^4.0.0",
+ "pestphp/pest-plugin-type-coverage": "^4.0.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Pest\\Mutate\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
+ },
+ {
+ "name": "Sandro Gehri",
+ "email": "sandrogehri@gmail.com"
+ }
+ ],
+ "description": "Mutates your code to find untested cases",
+ "keywords": [
+ "framework",
+ "mutate",
+ "mutation",
+ "pest",
+ "php",
+ "plugin",
+ "test",
+ "testing",
+ "unit"
+ ],
+ "support": {
+ "source": "https://github.com/pestphp/pest-plugin-mutate/tree/v4.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.paypal.com/paypalme/enunomaduro",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/gehrisandro",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nunomaduro",
+ "type": "github"
+ }
+ ],
+ "time": "2025-08-21T20:19:25+00:00"
+ },
+ {
+ "name": "pestphp/pest-plugin-profanity",
+ "version": "v4.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pestphp/pest-plugin-profanity.git",
+ "reference": "343cfa6f3564b7e35df0ebb77b7fa97039f72b27"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pestphp/pest-plugin-profanity/zipball/343cfa6f3564b7e35df0ebb77b7fa97039f72b27",
+ "reference": "343cfa6f3564b7e35df0ebb77b7fa97039f72b27",
+ "shasum": ""
+ },
+ "require": {
+ "pestphp/pest-plugin": "^4.0.0",
+ "php": "^8.3"
+ },
+ "require-dev": {
+ "faissaloux/pest-plugin-inside": "^1.9",
+ "pestphp/pest": "^4.0.0",
+ "pestphp/pest-dev-tools": "^4.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "pest": {
+ "plugins": [
+ "Pest\\Profanity\\Plugin"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Pest\\Profanity\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "The Pest Profanity Plugin",
+ "keywords": [
+ "framework",
+ "pest",
+ "php",
+ "plugin",
+ "profanity",
+ "test",
+ "testing",
+ "unit"
+ ],
+ "support": {
+ "source": "https://github.com/pestphp/pest-plugin-profanity/tree/v4.2.1"
+ },
+ "time": "2025-12-08T00:13:17+00:00"
+ },
+ {
+ "name": "phar-io/manifest",
+ "version": "2.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/manifest.git",
+ "reference": "54750ef60c58e43759730615a392c31c80e23176"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
+ "reference": "54750ef60c58e43759730615a392c31c80e23176",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-phar": "*",
+ "ext-xmlwriter": "*",
+ "phar-io/version": "^3.0.1",
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Heuer",
+ "email": "sebastian@phpeople.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
+ "support": {
+ "issues": "https://github.com/phar-io/manifest/issues",
+ "source": "https://github.com/phar-io/manifest/tree/2.0.4"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2024-03-03T12:33:53+00:00"
+ },
+ {
+ "name": "phar-io/version",
+ "version": "3.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/version.git",
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+ "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Heuer",
+ "email": "sebastian@phpeople.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "Library for handling version information and constraints",
+ "support": {
+ "issues": "https://github.com/phar-io/version/issues",
+ "source": "https://github.com/phar-io/version/tree/3.2.1"
+ },
+ "time": "2022-02-21T01:04:05+00:00"
+ },
+ {
+ "name": "php-di/invoker",
+ "version": "2.3.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/PHP-DI/Invoker.git",
+ "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/3c1ddfdef181431fbc4be83378f6d036d59e81e1",
+ "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.3",
+ "psr/container": "^1.0|^2.0"
+ },
+ "require-dev": {
+ "athletic/athletic": "~0.1.8",
+ "mnapoli/hard-mode": "~0.3.0",
+ "phpunit/phpunit": "^9.0 || ^10 || ^11 || ^12"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Invoker\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Generic and extensible callable invoker",
+ "homepage": "https://github.com/PHP-DI/Invoker",
+ "keywords": [
+ "callable",
+ "dependency",
+ "dependency-injection",
+ "injection",
+ "invoke",
+ "invoker"
+ ],
+ "support": {
+ "issues": "https://github.com/PHP-DI/Invoker/issues",
+ "source": "https://github.com/PHP-DI/Invoker/tree/2.3.7"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/mnapoli",
+ "type": "github"
+ }
+ ],
+ "time": "2025-08-30T10:22:22+00:00"
+ },
+ {
+ "name": "php-di/php-di",
+ "version": "7.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/PHP-DI/PHP-DI.git",
+ "reference": "f88054cc052e40dbe7b383c8817c19442d480352"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/f88054cc052e40dbe7b383c8817c19442d480352",
+ "reference": "f88054cc052e40dbe7b383c8817c19442d480352",
+ "shasum": ""
+ },
+ "require": {
+ "laravel/serializable-closure": "^1.0 || ^2.0",
+ "php": ">=8.0",
+ "php-di/invoker": "^2.0",
+ "psr/container": "^1.1 || ^2.0"
+ },
+ "provide": {
+ "psr/container-implementation": "^1.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3",
+ "friendsofphp/proxy-manager-lts": "^1",
+ "mnapoli/phpunit-easymock": "^1.3",
+ "phpunit/phpunit": "^9.6 || ^10 || ^11",
+ "vimeo/psalm": "^5|^6"
+ },
+ "suggest": {
+ "friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "DI\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "The dependency injection container for humans",
+ "homepage": "https://php-di.org/",
+ "keywords": [
+ "PSR-11",
+ "container",
+ "container-interop",
+ "dependency injection",
+ "di",
+ "ioc",
+ "psr11"
+ ],
+ "support": {
+ "issues": "https://github.com/PHP-DI/PHP-DI/issues",
+ "source": "https://github.com/PHP-DI/PHP-DI/tree/7.1.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/mnapoli",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-16T11:10:48+00:00"
+ },
+ {
+ "name": "phpdocumentor/reflection-common",
+ "version": "2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-2.x": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "phpDocumentor\\Reflection\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jaap van Otterdijk",
+ "email": "opensource@ijaap.nl"
+ }
+ ],
+ "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
+ "homepage": "http://www.phpdoc.org",
+ "keywords": [
+ "FQSEN",
+ "phpDocumentor",
+ "phpdoc",
+ "reflection",
+ "static analysis"
+ ],
+ "support": {
+ "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
+ "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
+ },
+ "time": "2020-06-27T09:03:43+00:00"
+ },
+ {
+ "name": "phpdocumentor/reflection-docblock",
+ "version": "5.6.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
+ "reference": "5cee1d3dfc2d2aa6599834520911d246f656bcb8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/5cee1d3dfc2d2aa6599834520911d246f656bcb8",
+ "reference": "5cee1d3dfc2d2aa6599834520911d246f656bcb8",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/deprecations": "^1.1",
+ "ext-filter": "*",
+ "php": "^7.4 || ^8.0",
+ "phpdocumentor/reflection-common": "^2.2",
+ "phpdocumentor/type-resolver": "^1.7",
+ "phpstan/phpdoc-parser": "^1.7|^2.0",
+ "webmozart/assert": "^1.9.1 || ^2"
+ },
+ "require-dev": {
+ "mockery/mockery": "~1.3.5 || ~1.6.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-mockery": "^1.1",
+ "phpstan/phpstan-webmozart-assert": "^1.2",
+ "phpunit/phpunit": "^9.5",
+ "psalm/phar": "^5.26"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "phpDocumentor\\Reflection\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Mike van Riel",
+ "email": "me@mikevanriel.com"
+ },
+ {
+ "name": "Jaap van Otterdijk",
+ "email": "opensource@ijaap.nl"
+ }
+ ],
+ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
+ "support": {
+ "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
+ "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.6"
+ },
+ "time": "2025-12-22T21:13:58+00:00"
+ },
+ {
+ "name": "phpdocumentor/type-resolver",
+ "version": "1.12.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpDocumentor/TypeResolver.git",
+ "reference": "92a98ada2b93d9b201a613cb5a33584dde25f195"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/92a98ada2b93d9b201a613cb5a33584dde25f195",
+ "reference": "92a98ada2b93d9b201a613cb5a33584dde25f195",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/deprecations": "^1.0",
+ "php": "^7.3 || ^8.0",
+ "phpdocumentor/reflection-common": "^2.0",
+ "phpstan/phpdoc-parser": "^1.18|^2.0"
+ },
+ "require-dev": {
+ "ext-tokenizer": "*",
+ "phpbench/phpbench": "^1.2",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpunit/phpunit": "^9.5",
+ "rector/rector": "^0.13.9",
+ "vimeo/psalm": "^4.25"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-1.x": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "phpDocumentor\\Reflection\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Mike van Riel",
+ "email": "me@mikevanriel.com"
+ }
+ ],
+ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
+ "support": {
+ "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
+ "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.12.0"
+ },
+ "time": "2025-11-21T15:09:14+00:00"
+ },
+ {
+ "name": "phpstan/phpdoc-parser",
+ "version": "2.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpdoc-parser.git",
+ "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495",
+ "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "doctrine/annotations": "^2.0",
+ "nikic/php-parser": "^5.3.0",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpstan/phpstan-strict-rules": "^2.0",
+ "phpunit/phpunit": "^9.6",
+ "symfony/process": "^5.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "PHPStan\\PhpDocParser\\": [
+ "src/"
+ ]
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPDoc parser with support for nullable, intersection and generic types",
+ "support": {
+ "issues": "https://github.com/phpstan/phpdoc-parser/issues",
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.0"
+ },
+ "time": "2025-08-30T15:50:23+00:00"
+ },
+ {
+ "name": "phpstan/phpstan",
+ "version": "2.1.33",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9e800e6bee7d5bd02784d4c6069b48032d16224f",
+ "reference": "9e800e6bee7d5bd02784d4c6069b48032d16224f",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4|^8.0"
+ },
+ "conflict": {
+ "phpstan/phpstan-shim": "*"
+ },
+ "bin": [
+ "phpstan",
+ "phpstan.phar"
+ ],
+ "type": "library",
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPStan - PHP Static Analysis Tool",
+ "keywords": [
+ "dev",
+ "static analysis"
+ ],
+ "support": {
+ "docs": "https://phpstan.org/user-guide/getting-started",
+ "forum": "https://github.com/phpstan/phpstan/discussions",
+ "issues": "https://github.com/phpstan/phpstan/issues",
+ "security": "https://github.com/phpstan/phpstan/security/policy",
+ "source": "https://github.com/phpstan/phpstan-src"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/ondrejmirtes",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/phpstan",
+ "type": "github"
+ }
+ ],
+ "time": "2025-12-05T10:24:31+00:00"
+ },
+ {
+ "name": "phpunit/php-code-coverage",
+ "version": "12.5.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
+ "reference": "4a9739b51cbcb355f6e95659612f92e282a7077b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4a9739b51cbcb355f6e95659612f92e282a7077b",
+ "reference": "4a9739b51cbcb355f6e95659612f92e282a7077b",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-xmlwriter": "*",
+ "nikic/php-parser": "^5.7.0",
+ "php": ">=8.3",
+ "phpunit/php-file-iterator": "^6.0",
+ "phpunit/php-text-template": "^5.0",
+ "sebastian/complexity": "^5.0",
+ "sebastian/environment": "^8.0.3",
+ "sebastian/lines-of-code": "^4.0",
+ "sebastian/version": "^6.0",
+ "theseer/tokenizer": "^2.0.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.5.1"
+ },
+ "suggest": {
+ "ext-pcov": "PHP extension that provides line coverage",
+ "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "12.5.x-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
+ "keywords": [
+ "coverage",
+ "testing",
+ "xunit"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
+ "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.5.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-24T07:03:04+00:00"
+ },
+ {
+ "name": "phpunit/php-file-iterator",
+ "version": "6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
+ "reference": "961bc913d42fe24a257bfff826a5068079ac7782"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/961bc913d42fe24a257bfff826a5068079ac7782",
+ "reference": "961bc913d42fe24a257bfff826a5068079ac7782",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "FilterIterator implementation that filters files based on a list of suffixes.",
+ "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
+ "keywords": [
+ "filesystem",
+ "iterator"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
+ "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/6.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-07T04:58:37+00:00"
+ },
+ {
+ "name": "phpunit/php-invoker",
+ "version": "6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-invoker.git",
+ "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406",
+ "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "ext-pcntl": "*",
+ "phpunit/phpunit": "^12.0"
+ },
+ "suggest": {
+ "ext-pcntl": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Invoke callables with a timeout",
+ "homepage": "https://github.com/sebastianbergmann/php-invoker/",
+ "keywords": [
+ "process"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
+ "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-invoker/tree/6.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-07T04:58:58+00:00"
+ },
+ {
+ "name": "phpunit/php-text-template",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
+ "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
+ "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Simple template engine.",
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/",
+ "keywords": [
+ "template"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
+ "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-text-template/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-07T04:59:16+00:00"
+ },
+ {
+ "name": "phpunit/php-timer",
+ "version": "8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
+ "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
+ "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "8.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Utility class for timing",
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
+ "keywords": [
+ "timer"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/php-timer/issues",
+ "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-timer/tree/8.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-07T04:59:38+00:00"
+ },
+ {
+ "name": "phpunit/phpunit",
+ "version": "12.5.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
+ "reference": "4ba0e923f9d3fc655de22f9547c01d15a41fc93a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4ba0e923f9d3fc655de22f9547c01d15a41fc93a",
+ "reference": "4ba0e923f9d3fc655de22f9547c01d15a41fc93a",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-json": "*",
+ "ext-libxml": "*",
+ "ext-mbstring": "*",
+ "ext-xml": "*",
+ "ext-xmlwriter": "*",
+ "myclabs/deep-copy": "^1.13.4",
+ "phar-io/manifest": "^2.0.4",
+ "phar-io/version": "^3.2.1",
+ "php": ">=8.3",
+ "phpunit/php-code-coverage": "^12.5.1",
+ "phpunit/php-file-iterator": "^6.0.0",
+ "phpunit/php-invoker": "^6.0.0",
+ "phpunit/php-text-template": "^5.0.0",
+ "phpunit/php-timer": "^8.0.0",
+ "sebastian/cli-parser": "^4.2.0",
+ "sebastian/comparator": "^7.1.3",
+ "sebastian/diff": "^7.0.0",
+ "sebastian/environment": "^8.0.3",
+ "sebastian/exporter": "^7.0.2",
+ "sebastian/global-state": "^8.0.2",
+ "sebastian/object-enumerator": "^7.0.0",
+ "sebastian/type": "^6.0.3",
+ "sebastian/version": "^6.0.0",
+ "staabm/side-effects-detector": "^1.0.5"
+ },
+ "bin": [
+ "phpunit"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "12.5-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/Framework/Assert/Functions.php"
+ ],
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "The PHP Unit Testing framework.",
+ "homepage": "https://phpunit.de/",
+ "keywords": [
+ "phpunit",
+ "testing",
+ "xunit"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/phpunit/issues",
+ "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.4"
+ },
+ "funding": [
+ {
+ "url": "https://phpunit.de/sponsors.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-15T06:05:34+00:00"
+ },
+ {
+ "name": "rector/rector",
+ "version": "2.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rectorphp/rector.git",
+ "reference": "f7166355dcf47482f27be59169b0825995f51c7d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rectorphp/rector/zipball/f7166355dcf47482f27be59169b0825995f51c7d",
+ "reference": "f7166355dcf47482f27be59169b0825995f51c7d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4|^8.0",
+ "phpstan/phpstan": "^2.1.33"
+ },
+ "conflict": {
+ "rector/rector-doctrine": "*",
+ "rector/rector-downgrade-php": "*",
+ "rector/rector-phpunit": "*",
+ "rector/rector-symfony": "*"
+ },
+ "suggest": {
+ "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
+ },
+ "bin": [
+ "bin/rector"
+ ],
+ "type": "library",
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Instant Upgrade and Automated Refactoring of any PHP code",
+ "homepage": "https://getrector.com/",
+ "keywords": [
+ "automation",
+ "dev",
+ "migration",
+ "refactoring"
+ ],
+ "support": {
+ "issues": "https://github.com/rectorphp/rector/issues",
+ "source": "https://github.com/rectorphp/rector/tree/2.3.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/tomasvotruba",
+ "type": "github"
+ }
+ ],
+ "time": "2025-12-25T22:00:18+00:00"
+ },
+ {
+ "name": "sebastian/cli-parser",
+ "version": "4.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/cli-parser.git",
+ "reference": "90f41072d220e5c40df6e8635f5dafba2d9d4d04"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/90f41072d220e5c40df6e8635f5dafba2d9d4d04",
+ "reference": "90f41072d220e5c40df6e8635f5dafba2d9d4d04",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "4.2-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for parsing CLI options",
+ "homepage": "https://github.com/sebastianbergmann/cli-parser",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
+ "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
+ "source": "https://github.com/sebastianbergmann/cli-parser/tree/4.2.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/cli-parser",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-09-14T09:36:45+00:00"
+ },
+ {
+ "name": "sebastian/comparator",
+ "version": "7.1.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/comparator.git",
+ "reference": "dc904b4bb3ab070865fa4068cd84f3da8b945148"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/dc904b4bb3ab070865fa4068cd84f3da8b945148",
+ "reference": "dc904b4bb3ab070865fa4068cd84f3da8b945148",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-mbstring": "*",
+ "php": ">=8.3",
+ "sebastian/diff": "^7.0",
+ "sebastian/exporter": "^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.2"
+ },
+ "suggest": {
+ "ext-bcmath": "For comparing BcMath\\Number objects"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.1-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Volker Dusch",
+ "email": "github@wallbash.com"
+ },
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@2bepublished.at"
+ }
+ ],
+ "description": "Provides the functionality to compare PHP values for equality",
+ "homepage": "https://github.com/sebastianbergmann/comparator",
+ "keywords": [
+ "comparator",
+ "compare",
+ "equality"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/comparator/issues",
+ "security": "https://github.com/sebastianbergmann/comparator/security/policy",
+ "source": "https://github.com/sebastianbergmann/comparator/tree/7.1.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-20T11:27:00+00:00"
+ },
+ {
+ "name": "sebastian/complexity",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/complexity.git",
+ "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
+ "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^5.0",
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for calculating the complexity of PHP code units",
+ "homepage": "https://github.com/sebastianbergmann/complexity",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/complexity/issues",
+ "security": "https://github.com/sebastianbergmann/complexity/security/policy",
+ "source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-07T04:55:25+00:00"
+ },
+ {
+ "name": "sebastian/diff",
+ "version": "7.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/diff.git",
+ "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
+ "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0",
+ "symfony/process": "^7.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Kore Nordmann",
+ "email": "mail@kore-nordmann.de"
+ }
+ ],
+ "description": "Diff implementation",
+ "homepage": "https://github.com/sebastianbergmann/diff",
+ "keywords": [
+ "diff",
+ "udiff",
+ "unidiff",
+ "unified diff"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/diff/issues",
+ "security": "https://github.com/sebastianbergmann/diff/security/policy",
+ "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-07T04:55:46+00:00"
+ },
+ {
+ "name": "sebastian/environment",
+ "version": "8.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/environment.git",
+ "reference": "24a711b5c916efc6d6e62aa65aa2ec98fef77f68"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/24a711b5c916efc6d6e62aa65aa2ec98fef77f68",
+ "reference": "24a711b5c916efc6d6e62aa65aa2ec98fef77f68",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "suggest": {
+ "ext-posix": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "8.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Provides functionality to handle HHVM/PHP environments",
+ "homepage": "https://github.com/sebastianbergmann/environment",
+ "keywords": [
+ "Xdebug",
+ "environment",
+ "hhvm"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/environment/issues",
+ "security": "https://github.com/sebastianbergmann/environment/security/policy",
+ "source": "https://github.com/sebastianbergmann/environment/tree/8.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-12T14:11:56+00:00"
+ },
+ {
+ "name": "sebastian/exporter",
+ "version": "7.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/exporter.git",
+ "reference": "016951ae10980765e4e7aee491eb288c64e505b7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/016951ae10980765e4e7aee491eb288c64e505b7",
+ "reference": "016951ae10980765e4e7aee491eb288c64e505b7",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": ">=8.3",
+ "sebastian/recursion-context": "^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Volker Dusch",
+ "email": "github@wallbash.com"
+ },
+ {
+ "name": "Adam Harvey",
+ "email": "aharvey@php.net"
+ },
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@gmail.com"
+ }
+ ],
+ "description": "Provides the functionality to export PHP variables for visualization",
+ "homepage": "https://www.github.com/sebastianbergmann/exporter",
+ "keywords": [
+ "export",
+ "exporter"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/exporter/issues",
+ "security": "https://github.com/sebastianbergmann/exporter/security/policy",
+ "source": "https://github.com/sebastianbergmann/exporter/tree/7.0.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-09-24T06:16:11+00:00"
+ },
+ {
+ "name": "sebastian/global-state",
+ "version": "8.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/global-state.git",
+ "reference": "ef1377171613d09edd25b7816f05be8313f9115d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ef1377171613d09edd25b7816f05be8313f9115d",
+ "reference": "ef1377171613d09edd25b7816f05be8313f9115d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3",
+ "sebastian/object-reflector": "^5.0",
+ "sebastian/recursion-context": "^7.0"
+ },
+ "require-dev": {
+ "ext-dom": "*",
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "8.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Snapshotting of global state",
+ "homepage": "https://www.github.com/sebastianbergmann/global-state",
+ "keywords": [
+ "global state"
+ ],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/global-state/issues",
+ "security": "https://github.com/sebastianbergmann/global-state/security/policy",
+ "source": "https://github.com/sebastianbergmann/global-state/tree/8.0.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-29T11:29:25+00:00"
+ },
+ {
+ "name": "sebastian/lines-of-code",
+ "version": "4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/lines-of-code.git",
+ "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
+ "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^5.0",
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for counting the lines of code in PHP source code",
+ "homepage": "https://github.com/sebastianbergmann/lines-of-code",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
+ "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
+ "source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-07T04:57:28+00:00"
+ },
+ {
+ "name": "sebastian/object-enumerator",
+ "version": "7.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
+ "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894",
+ "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3",
+ "sebastian/object-reflector": "^5.0",
+ "sebastian/recursion-context": "^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Traverses array structures and object graphs to enumerate all referenced objects",
+ "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
+ "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/7.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-07T04:57:48+00:00"
+ },
+ {
+ "name": "sebastian/object-reflector",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/object-reflector.git",
+ "reference": "4bfa827c969c98be1e527abd576533293c634f6a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a",
+ "reference": "4bfa827c969c98be1e527abd576533293c634f6a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Allows reflection of object attributes, including inherited and non-public ones",
+ "homepage": "https://github.com/sebastianbergmann/object-reflector/",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
+ "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
+ "source": "https://github.com/sebastianbergmann/object-reflector/tree/5.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-07T04:58:17+00:00"
+ },
+ {
+ "name": "sebastian/recursion-context",
+ "version": "7.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
+ "reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
+ "reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "7.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Adam Harvey",
+ "email": "aharvey@php.net"
+ }
+ ],
+ "description": "Provides functionality to recursively process PHP variables",
+ "homepage": "https://github.com/sebastianbergmann/recursion-context",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
+ "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
+ "source": "https://github.com/sebastianbergmann/recursion-context/tree/7.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-13T04:44:59+00:00"
+ },
+ {
+ "name": "sebastian/type",
+ "version": "6.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/type.git",
+ "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/e549163b9760b8f71f191651d22acf32d56d6d4d",
+ "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^12.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Collection of value objects that represent the types of the PHP type system",
+ "homepage": "https://github.com/sebastianbergmann/type",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/type/issues",
+ "security": "https://github.com/sebastianbergmann/type/security/policy",
+ "source": "https://github.com/sebastianbergmann/type/tree/6.0.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/type",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-09T06:57:12+00:00"
+ },
+ {
+ "name": "sebastian/version",
+ "version": "6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/version.git",
+ "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
+ "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "6.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects",
+ "homepage": "https://github.com/sebastianbergmann/version",
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/version/issues",
+ "security": "https://github.com/sebastianbergmann/version/security/policy",
+ "source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-07T05:00:38+00:00"
+ },
+ {
+ "name": "spatie/backtrace",
+ "version": "1.8.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/backtrace.git",
+ "reference": "8c0f16a59ae35ec8c62d85c3c17585158f430110"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/backtrace/zipball/8c0f16a59ae35ec8c62d85c3c17585158f430110",
+ "reference": "8c0f16a59ae35ec8c62d85c3c17585158f430110",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "ext-json": "*",
+ "laravel/serializable-closure": "^1.3 || ^2.0",
+ "phpunit/phpunit": "^9.3 || ^11.4.3",
+ "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1.6",
+ "symfony/var-dumper": "^5.1 || ^6.0 || ^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Backtrace\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van de Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A better backtrace",
+ "homepage": "https://github.com/spatie/backtrace",
+ "keywords": [
+ "Backtrace",
+ "spatie"
+ ],
+ "support": {
+ "issues": "https://github.com/spatie/backtrace/issues",
+ "source": "https://github.com/spatie/backtrace/tree/1.8.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/spatie",
+ "type": "github"
+ },
+ {
+ "url": "https://spatie.be/open-source/support-us",
+ "type": "other"
+ }
+ ],
+ "time": "2025-08-26T08:22:30+00:00"
+ },
+ {
+ "name": "spatie/error-solutions",
+ "version": "1.1.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/error-solutions.git",
+ "reference": "e495d7178ca524f2dd0fe6a1d99a1e608e1c9936"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/error-solutions/zipball/e495d7178ca524f2dd0fe6a1d99a1e608e1c9936",
+ "reference": "e495d7178ca524f2dd0fe6a1d99a1e608e1c9936",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "illuminate/broadcasting": "^10.0|^11.0|^12.0",
+ "illuminate/cache": "^10.0|^11.0|^12.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
+ "livewire/livewire": "^2.11|^3.5.20",
+ "openai-php/client": "^0.10.1",
+ "orchestra/testbench": "8.22.3|^9.0|^10.0",
+ "pestphp/pest": "^2.20|^3.0",
+ "phpstan/phpstan": "^2.1",
+ "psr/simple-cache": "^3.0",
+ "psr/simple-cache-implementation": "^3.0",
+ "spatie/ray": "^1.28",
+ "symfony/cache": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "vlucas/phpdotenv": "^5.5"
+ },
+ "suggest": {
+ "openai-php/client": "Require get solutions from OpenAI",
+ "simple-cache-implementation": "To cache solutions from OpenAI"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Ignition\\": "legacy/ignition",
+ "Spatie\\ErrorSolutions\\": "src",
+ "Spatie\\LaravelIgnition\\": "legacy/laravel-ignition"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ruben Van Assche",
+ "email": "ruben@spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "This is my package error-solutions",
+ "homepage": "https://github.com/spatie/error-solutions",
+ "keywords": [
+ "error-solutions",
+ "spatie"
+ ],
+ "support": {
+ "issues": "https://github.com/spatie/error-solutions/issues",
+ "source": "https://github.com/spatie/error-solutions/tree/1.1.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-14T12:29:50+00:00"
+ },
+ {
+ "name": "spatie/flare-client-php",
+ "version": "1.10.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/flare-client-php.git",
+ "reference": "bf1716eb98bd689451b071548ae9e70738dce62f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/bf1716eb98bd689451b071548ae9e70738dce62f",
+ "reference": "bf1716eb98bd689451b071548ae9e70738dce62f",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "php": "^8.0",
+ "spatie/backtrace": "^1.6.1",
+ "symfony/http-foundation": "^5.2|^6.0|^7.0",
+ "symfony/mime": "^5.2|^6.0|^7.0",
+ "symfony/process": "^5.2|^6.0|^7.0",
+ "symfony/var-dumper": "^5.2|^6.0|^7.0"
+ },
+ "require-dev": {
+ "dms/phpunit-arraysubset-asserts": "^0.5.0",
+ "pestphp/pest": "^1.20|^2.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "spatie/pest-plugin-snapshots": "^1.0|^2.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.3.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Spatie\\FlareClient\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Send PHP errors to Flare",
+ "homepage": "https://github.com/spatie/flare-client-php",
+ "keywords": [
+ "exception",
+ "flare",
+ "reporting",
+ "spatie"
+ ],
+ "support": {
+ "issues": "https://github.com/spatie/flare-client-php/issues",
+ "source": "https://github.com/spatie/flare-client-php/tree/1.10.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-14T13:42:06+00:00"
+ },
+ {
+ "name": "spatie/ignition",
+ "version": "1.15.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/ignition.git",
+ "reference": "31f314153020aee5af3537e507fef892ffbf8c85"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/ignition/zipball/31f314153020aee5af3537e507fef892ffbf8c85",
+ "reference": "31f314153020aee5af3537e507fef892ffbf8c85",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "php": "^8.0",
+ "spatie/error-solutions": "^1.0",
+ "spatie/flare-client-php": "^1.7",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
+ },
+ "require-dev": {
+ "illuminate/cache": "^9.52|^10.0|^11.0|^12.0",
+ "mockery/mockery": "^1.4",
+ "pestphp/pest": "^1.20|^2.0",
+ "phpstan/extension-installer": "^1.1",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "psr/simple-cache-implementation": "*",
+ "symfony/cache": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "vlucas/phpdotenv": "^5.5"
+ },
+ "suggest": {
+ "openai-php/client": "Require get solutions from OpenAI",
+ "simple-cache-implementation": "To cache solutions from OpenAI"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.5.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Ignition\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Spatie",
+ "email": "info@spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A beautiful error page for PHP applications.",
+ "homepage": "https://flareapp.io/ignition",
+ "keywords": [
+ "error",
+ "flare",
+ "laravel",
+ "page"
+ ],
+ "support": {
+ "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
+ "forum": "https://twitter.com/flareappio",
+ "issues": "https://github.com/spatie/ignition/issues",
+ "source": "https://github.com/spatie/ignition"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-21T14:31:39+00:00"
+ },
+ {
+ "name": "spatie/laravel-ignition",
+ "version": "2.9.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/laravel-ignition.git",
+ "reference": "1baee07216d6748ebd3a65ba97381b051838707a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/1baee07216d6748ebd3a65ba97381b051838707a",
+ "reference": "1baee07216d6748ebd3a65ba97381b051838707a",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "illuminate/support": "^10.0|^11.0|^12.0",
+ "php": "^8.1",
+ "spatie/ignition": "^1.15",
+ "symfony/console": "^6.2.3|^7.0",
+ "symfony/var-dumper": "^6.2.3|^7.0"
+ },
+ "require-dev": {
+ "livewire/livewire": "^2.11|^3.3.5",
+ "mockery/mockery": "^1.5.1",
+ "openai-php/client": "^0.8.1|^0.10",
+ "orchestra/testbench": "8.22.3|^9.0|^10.0",
+ "pestphp/pest": "^2.34|^3.7",
+ "phpstan/extension-installer": "^1.3.1",
+ "phpstan/phpstan-deprecation-rules": "^1.1.1|^2.0",
+ "phpstan/phpstan-phpunit": "^1.3.16|^2.0",
+ "vlucas/phpdotenv": "^5.5"
+ },
+ "suggest": {
+ "openai-php/client": "Require get solutions from OpenAI",
+ "psr/simple-cache-implementation": "Needed to cache solutions from OpenAI"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "aliases": {
+ "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
+ },
+ "providers": [
+ "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Spatie\\LaravelIgnition\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Spatie",
+ "email": "info@spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A beautiful error page for Laravel applications.",
+ "homepage": "https://flareapp.io/ignition",
+ "keywords": [
+ "error",
+ "flare",
+ "laravel",
+ "page"
+ ],
+ "support": {
+ "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
+ "forum": "https://twitter.com/flareappio",
+ "issues": "https://github.com/spatie/laravel-ignition/issues",
+ "source": "https://github.com/spatie/laravel-ignition"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/spatie",
+ "type": "github"
+ }
+ ],
+ "time": "2025-02-20T13:13:55+00:00"
+ },
+ {
+ "name": "spatie/laravel-ray",
+ "version": "1.43.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/laravel-ray.git",
+ "reference": "6039c5e62118d7b8febc31546d14a5cf9bb63876"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/6039c5e62118d7b8febc31546d14a5cf9bb63876",
+ "reference": "6039c5e62118d7b8febc31546d14a5cf9bb63876",
+ "shasum": ""
+ },
+ "require": {
+ "composer-runtime-api": "^2.2",
+ "ext-json": "*",
+ "illuminate/contracts": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/database": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/queue": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/support": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0",
+ "php": "^7.4|^8.0",
+ "spatie/backtrace": "^1.7.1",
+ "spatie/ray": "^1.44.0",
+ "symfony/stopwatch": "4.2|^5.1|^6.0|^7.0|^8.0",
+ "zbateson/mail-mime-parser": "^1.3.1|^2.0|^3.0"
+ },
+ "require-dev": {
+ "guzzlehttp/guzzle": "^7.3",
+ "laravel/framework": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0",
+ "laravel/pint": "^1.26",
+ "orchestra/testbench-core": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
+ "pestphp/pest": "^1.22|^2.0|^3.0|^4.0",
+ "phpstan/phpstan": "^1.10.57|^2.0.2",
+ "phpunit/phpunit": "^9.3|^10.1|^11.0.10|^12.4",
+ "rector/rector": "^0.19.2|^1.0.1|^2.0.0",
+ "spatie/pest-plugin-snapshots": "^1.1|^2.0",
+ "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3|^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Spatie\\LaravelRay\\RayServiceProvider"
+ ]
+ },
+ "branch-alias": {
+ "dev-main": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Spatie\\LaravelRay\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "Easily debug Laravel apps",
+ "homepage": "https://github.com/spatie/laravel-ray",
+ "keywords": [
+ "laravel-ray",
+ "spatie"
+ ],
+ "support": {
+ "issues": "https://github.com/spatie/laravel-ray/issues",
+ "source": "https://github.com/spatie/laravel-ray/tree/1.43.2"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/spatie",
+ "type": "github"
+ },
+ {
+ "url": "https://spatie.be/open-source/support-us",
+ "type": "other"
+ }
+ ],
+ "time": "2025-12-15T09:06:48+00:00"
+ },
+ {
+ "name": "spatie/macroable",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/macroable.git",
+ "reference": "ec2c320f932e730607aff8052c44183cf3ecb072"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/macroable/zipball/ec2c320f932e730607aff8052c44183cf3ecb072",
+ "reference": "ec2c320f932e730607aff8052c44183cf3ecb072",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.0|^9.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Spatie\\Macroable\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "A trait to dynamically add methods to a class",
+ "homepage": "https://github.com/spatie/macroable",
+ "keywords": [
+ "macroable",
+ "spatie"
+ ],
+ "support": {
+ "issues": "https://github.com/spatie/macroable/issues",
+ "source": "https://github.com/spatie/macroable/tree/2.0.0"
+ },
+ "time": "2021-03-26T22:39:02+00:00"
+ },
+ {
+ "name": "spatie/ray",
+ "version": "1.44.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/spatie/ray.git",
+ "reference": "588e201dda9bd94ce27af365f5a734b1de706a81"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/spatie/ray/zipball/588e201dda9bd94ce27af365f5a734b1de706a81",
+ "reference": "588e201dda9bd94ce27af365f5a734b1de706a81",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "php": "^7.4|^8.0",
+ "ramsey/uuid": "^3.0|^4.1",
+ "spatie/backtrace": "^1.7.1",
+ "spatie/macroable": "^1.0|^2.0",
+ "symfony/stopwatch": "^4.2|^5.1|^6.0|^7.0|^8.0",
+ "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3|^8.0"
+ },
+ "require-dev": {
+ "illuminate/support": "^7.20|^8.18|^9.0|^10.0|^11.0|^12.0",
+ "nesbot/carbon": "^2.63|^3.8.4",
+ "pestphp/pest": "^1.22",
+ "phpstan/phpstan": "^1.10.57|^2.0.3",
+ "phpunit/phpunit": "^9.5",
+ "rector/rector": "^0.19.2|^1.0.1|^2.0.0",
+ "spatie/phpunit-snapshot-assertions": "^4.2",
+ "spatie/test-time": "^1.2"
+ },
+ "bin": [
+ "bin/remove-ray.sh"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Spatie\\Ray\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Freek Van der Herten",
+ "email": "freek@spatie.be",
+ "homepage": "https://spatie.be",
+ "role": "Developer"
+ }
+ ],
+ "description": "Debug with Ray to fix problems faster",
+ "homepage": "https://github.com/spatie/ray",
+ "keywords": [
+ "ray",
+ "spatie"
+ ],
+ "support": {
+ "issues": "https://github.com/spatie/ray/issues",
+ "source": "https://github.com/spatie/ray/tree/1.44.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/spatie",
+ "type": "github"
+ },
+ {
+ "url": "https://spatie.be/open-source/support-us",
+ "type": "other"
+ }
+ ],
+ "time": "2025-11-21T10:44:03+00:00"
+ },
+ {
+ "name": "staabm/side-effects-detector",
+ "version": "1.0.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/staabm/side-effects-detector.git",
+ "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
+ "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
+ "shasum": ""
+ },
+ "require": {
+ "ext-tokenizer": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/extension-installer": "^1.4.3",
+ "phpstan/phpstan": "^1.12.6",
+ "phpunit/phpunit": "^9.6.21",
+ "symfony/var-dumper": "^5.4.43",
+ "tomasvotruba/type-coverage": "1.0.0",
+ "tomasvotruba/unused-public": "1.0.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "lib/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "A static analysis tool to detect side effects in PHP code",
+ "keywords": [
+ "static analysis"
+ ],
+ "support": {
+ "issues": "https://github.com/staabm/side-effects-detector/issues",
+ "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/staabm",
+ "type": "github"
+ }
+ ],
+ "time": "2024-10-20T05:08:20+00:00"
+ },
+ {
+ "name": "symfony/polyfill-iconv",
+ "version": "v1.33.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-iconv.git",
+ "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/5f3b930437ae03ae5dff61269024d8ea1b3774aa",
+ "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2"
+ },
+ "provide": {
+ "ext-iconv": "*"
+ },
+ "suggest": {
+ "ext-iconv": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "url": "https://github.com/symfony/polyfill",
+ "name": "symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Iconv\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for the Iconv extension",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "iconv",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-iconv/tree/v1.33.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-09-17T14:58:18+00:00"
+ },
+ {
+ "name": "symfony/stopwatch",
+ "version": "v8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/stopwatch.git",
+ "reference": "67df1914c6ccd2d7b52f70d40cf2aea02159d942"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/67df1914c6ccd2d7b52f70d40cf2aea02159d942",
+ "reference": "67df1914c6ccd2d7b52f70d40cf2aea02159d942",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.4",
+ "symfony/service-contracts": "^2.5|^3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Stopwatch\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides a way to profile code",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/stopwatch/tree/v8.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-08-04T07:36:47+00:00"
+ },
+ {
+ "name": "symfony/yaml",
+ "version": "v7.4.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/yaml.git",
+ "reference": "24dd4de28d2e3988b311751ac49e684d783e2345"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/24dd4de28d2e3988b311751ac49e684d783e2345",
+ "reference": "24dd4de28d2e3988b311751ac49e684d783e2345",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-ctype": "^1.8"
+ },
+ "conflict": {
+ "symfony/console": "<6.4"
+ },
+ "require-dev": {
+ "symfony/console": "^6.4|^7.0|^8.0"
+ },
+ "bin": [
+ "Resources/bin/yaml-lint"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Yaml\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Loads and dumps YAML files",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/yaml/tree/v7.4.1"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2025-12-04T18:11:45+00:00"
+ },
+ {
+ "name": "ta-tikoma/phpunit-architecture-test",
+ "version": "0.8.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ta-tikoma/phpunit-architecture-test.git",
+ "reference": "cf6fb197b676ba716837c886baca842e4db29005"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/cf6fb197b676ba716837c886baca842e4db29005",
+ "reference": "cf6fb197b676ba716837c886baca842e4db29005",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^4.18.0 || ^5.0.0",
+ "php": "^8.1.0",
+ "phpdocumentor/reflection-docblock": "^5.3.0",
+ "phpunit/phpunit": "^10.5.5 || ^11.0.0 || ^12.0.0",
+ "symfony/finder": "^6.4.0 || ^7.0.0"
+ },
+ "require-dev": {
+ "laravel/pint": "^1.13.7",
+ "phpstan/phpstan": "^1.10.52"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "PHPUnit\\Architecture\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ni Shi",
+ "email": "futik0ma011@gmail.com"
+ },
+ {
+ "name": "Nuno Maduro",
+ "email": "enunomaduro@gmail.com"
+ }
+ ],
+ "description": "Methods for testing application architecture",
+ "keywords": [
+ "architecture",
+ "phpunit",
+ "stucture",
+ "test",
+ "testing"
+ ],
+ "support": {
+ "issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues",
+ "source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.8.5"
+ },
+ "time": "2025-04-20T20:23:40+00:00"
+ },
+ {
+ "name": "theseer/tokenizer",
+ "version": "2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/theseer/tokenizer.git",
+ "reference": "7989e43bf381af0eac72e4f0ca5bcbfa81658be4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/7989e43bf381af0eac72e4f0ca5bcbfa81658be4",
+ "reference": "7989e43bf381af0eac72e4f0ca5bcbfa81658be4",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-tokenizer": "*",
+ "ext-xmlwriter": "*",
+ "php": "^8.1"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
+ "support": {
+ "issues": "https://github.com/theseer/tokenizer/issues",
+ "source": "https://github.com/theseer/tokenizer/tree/2.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2025-12-08T11:19:18+00:00"
+ },
+ {
+ "name": "webmozart/assert",
+ "version": "1.12.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/webmozarts/assert.git",
+ "reference": "9be6926d8b485f55b9229203f962b51ed377ba68"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68",
+ "reference": "9be6926d8b485f55b9229203f962b51ed377ba68",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-date": "*",
+ "ext-filter": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "suggest": {
+ "ext-intl": "",
+ "ext-simplexml": "",
+ "ext-spl": ""
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.10-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Webmozart\\Assert\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@gmail.com"
+ }
+ ],
+ "description": "Assertions to validate method input/output with nice error messages.",
+ "keywords": [
+ "assert",
+ "check",
+ "validate"
+ ],
+ "support": {
+ "issues": "https://github.com/webmozarts/assert/issues",
+ "source": "https://github.com/webmozarts/assert/tree/1.12.1"
+ },
+ "time": "2025-10-29T15:56:20+00:00"
+ },
+ {
+ "name": "zbateson/mail-mime-parser",
+ "version": "3.0.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zbateson/mail-mime-parser.git",
+ "reference": "ff054c8e05310c445c2028c6128a4319cc9f6aa8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/ff054c8e05310c445c2028c6128a4319cc9f6aa8",
+ "reference": "ff054c8e05310c445c2028c6128a4319cc9f6aa8",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/psr7": "^2.5",
+ "php": ">=8.0",
+ "php-di/php-di": "^6.0|^7.0",
+ "psr/log": "^1|^2|^3",
+ "zbateson/mb-wrapper": "^2.0",
+ "zbateson/stream-decorators": "^2.1"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "*",
+ "monolog/monolog": "^2|^3",
+ "phpstan/phpstan": "*",
+ "phpunit/phpunit": "^9.6"
+ },
+ "suggest": {
+ "ext-iconv": "For best support/performance",
+ "ext-mbstring": "For best support/performance"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "ZBateson\\MailMimeParser\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Zaahid Bateson"
+ },
+ {
+ "name": "Contributors",
+ "homepage": "https://github.com/zbateson/mail-mime-parser/graphs/contributors"
+ }
+ ],
+ "description": "MIME email message parser",
+ "homepage": "https://mail-mime-parser.org",
+ "keywords": [
+ "MimeMailParser",
+ "email",
+ "mail",
+ "mailparse",
+ "mime",
+ "mimeparse",
+ "parser",
+ "php-imap"
+ ],
+ "support": {
+ "docs": "https://mail-mime-parser.org/#usage-guide",
+ "issues": "https://github.com/zbateson/mail-mime-parser/issues",
+ "source": "https://github.com/zbateson/mail-mime-parser"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/zbateson",
+ "type": "github"
+ }
+ ],
+ "time": "2025-12-02T00:29:16+00:00"
+ },
+ {
+ "name": "zbateson/mb-wrapper",
+ "version": "2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zbateson/mb-wrapper.git",
+ "reference": "50a14c0c9537f978a61cde9fdc192a0267cc9cff"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/50a14c0c9537f978a61cde9fdc192a0267cc9cff",
+ "reference": "50a14c0c9537f978a61cde9fdc192a0267cc9cff",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0",
+ "symfony/polyfill-iconv": "^1.9",
+ "symfony/polyfill-mbstring": "^1.9"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "*",
+ "phpstan/phpstan": "*",
+ "phpunit/phpunit": "^9.6|^10.0"
+ },
+ "suggest": {
+ "ext-iconv": "For best support/performance",
+ "ext-mbstring": "For best support/performance"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "ZBateson\\MbWrapper\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Zaahid Bateson"
+ }
+ ],
+ "description": "Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation",
+ "keywords": [
+ "charset",
+ "encoding",
+ "http",
+ "iconv",
+ "mail",
+ "mb",
+ "mb_convert_encoding",
+ "mbstring",
+ "mime",
+ "multibyte",
+ "string"
+ ],
+ "support": {
+ "issues": "https://github.com/zbateson/mb-wrapper/issues",
+ "source": "https://github.com/zbateson/mb-wrapper/tree/2.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/zbateson",
+ "type": "github"
+ }
+ ],
+ "time": "2024-12-20T22:05:33+00:00"
+ },
+ {
+ "name": "zbateson/stream-decorators",
+ "version": "2.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zbateson/stream-decorators.git",
+ "reference": "32a2a62fb0f26313395c996ebd658d33c3f9c4e5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/32a2a62fb0f26313395c996ebd658d33c3f9c4e5",
+ "reference": "32a2a62fb0f26313395c996ebd658d33c3f9c4e5",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/psr7": "^2.5",
+ "php": ">=8.0",
+ "zbateson/mb-wrapper": "^2.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "*",
+ "phpstan/phpstan": "*",
+ "phpunit/phpunit": "^9.6|^10.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "ZBateson\\StreamDecorators\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Zaahid Bateson"
+ }
+ ],
+ "description": "PHP psr7 stream decorators for mime message part streams",
+ "keywords": [
+ "base64",
+ "charset",
+ "decorators",
+ "mail",
+ "mime",
+ "psr7",
+ "quoted-printable",
+ "stream",
+ "uuencode"
+ ],
+ "support": {
+ "issues": "https://github.com/zbateson/stream-decorators/issues",
+ "source": "https://github.com/zbateson/stream-decorators/tree/2.1.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/zbateson",
+ "type": "github"
+ }
+ ],
+ "time": "2024-04-29T21:42:39+00:00"
+ }
+ ],
+ "aliases": [],
+ "minimum-stability": "dev",
+ "stability-flags": {},
+ "prefer-stable": true,
+ "prefer-lowest": false,
+ "platform": {
+ "php": "^8.5",
+ "ext-sockets": "*"
+ },
+ "platform-dev": {},
+ "plugin-api-version": "2.9.0"
+}
diff --git a/Updated_Cms/config/activitylog.php b/Updated_Cms/config/activitylog.php
new file mode 100644
index 0000000000..5f6afcfa13
--- /dev/null
+++ b/Updated_Cms/config/activitylog.php
@@ -0,0 +1,52 @@
+ env('ACTIVITY_LOGGER_ENABLED', true),
+
+ /*
+ * When the clean-command is executed, all recording activities older than
+ * the number of days specified here will be deleted.
+ */
+ 'delete_records_older_than_days' => 365,
+
+ /*
+ * If no log name is passed to the activity() helper
+ * we use this default log name.
+ */
+ 'default_log_name' => 'default',
+
+ /*
+ * You can specify an auth driver here that gets user models.
+ * If this is null we'll use the current Laravel auth driver.
+ */
+ 'default_auth_driver' => null,
+
+ /*
+ * If set to true, the subject returns soft deleted models.
+ */
+ 'subject_returns_soft_deleted_models' => false,
+
+ /*
+ * This model will be used to log activity.
+ * It should implement the Spatie\Activitylog\Contracts\Activity interface
+ * and extend Illuminate\Database\Eloquent\Model.
+ */
+ 'activity_model' => \Spatie\Activitylog\Models\Activity::class,
+
+ /*
+ * This is the name of the table that will be created by the migration and
+ * used by the Activity model shipped with this package.
+ */
+ 'table_name' => 'activity_log',
+
+ /*
+ * This is the database connection that will be used by the migration and
+ * the Activity model shipped with this package. In case it's not set
+ * Laravel's database.default will be used instead.
+ */
+ 'database_connection' => env('ACTIVITY_LOGGER_DB_CONNECTION'),
+];
diff --git a/Updated_Cms/config/app.php b/Updated_Cms/config/app.php
new file mode 100644
index 0000000000..cf32fdf8f1
--- /dev/null
+++ b/Updated_Cms/config/app.php
@@ -0,0 +1,218 @@
+ env('APP_NAME', 'Laravel'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Environment
+ |--------------------------------------------------------------------------
+ |
+ | This value determines the "environment" your application is currently
+ | running in. This may determine how you prefer to configure various
+ | services the application utilizes. Set this in your ".env" file.
+ |
+ */
+
+ 'env' => env('APP_ENV', 'production'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Debug Mode
+ |--------------------------------------------------------------------------
+ |
+ | When your application is in debug mode, detailed error messages with
+ | stack traces will be shown on every error that occurs within your
+ | application. If disabled, a simple generic error page is shown.
+ |
+ */
+
+ 'debug' => (bool) env('APP_DEBUG', false),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application URL
+ |--------------------------------------------------------------------------
+ |
+ | This URL is used by the console to properly generate URLs when using
+ | the Artisan command line tool. You should set this to the root of
+ | your application so that it is used when running Artisan tasks.
+ |
+ */
+
+ 'url' => env('APP_URL', 'http://localhost'),
+
+ 'asset_url' => env('ASSET_URL'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Timezone
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify the default timezone for your application, which
+ | will be used by the PHP date and date-time functions. We have gone
+ | ahead and set this to a sensible default for you out of the box.
+ |
+ */
+
+ 'timezone' => 'UTC',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Locale Configuration
+ |--------------------------------------------------------------------------
+ |
+ | The application locale determines the default locale that will be used
+ | by the translation service provider. You are free to set this value
+ | to any of the locales which will be supported by the application.
+ |
+ */
+
+ 'locale' => env('APP_LOCALE', 'en'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Application Fallback Locale
+ |--------------------------------------------------------------------------
+ |
+ | The fallback locale determines the locale to use when the current one
+ | is not available. You may change the value to correspond to any of
+ | the language folders that are provided through your application.
+ |
+ */
+
+ 'fallback_locale' => 'en',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Faker Locale
+ |--------------------------------------------------------------------------
+ |
+ | This locale will be used by the Faker PHP library when generating fake
+ | data for your database seeds. For example, this will be used to get
+ | localized telephone numbers, street address information and more.
+ |
+ */
+
+ 'faker_locale' => 'en_US',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Encryption Key
+ |--------------------------------------------------------------------------
+ |
+ | This key is used by the Illuminate encrypter service and should be set
+ | to a random, 32 character string, otherwise these encrypted strings
+ | will not be safe. Please do this before deploying an application!
+ |
+ */
+
+ 'key' => env('APP_KEY'),
+
+ 'cipher' => 'AES-256-CBC',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Maintenance Mode Driver
+ |--------------------------------------------------------------------------
+ |
+ | These configuration options determine the driver used to determine and
+ | manage Laravel's "maintenance mode" status. The "cache" driver will
+ | allow maintenance mode to be controlled across multiple machines.
+ |
+ | Supported drivers: "file", "cache"
+ |
+ */
+
+ 'maintenance' => [
+ 'driver' => 'file',
+ // 'store' => 'redis',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Autoloaded Service Providers
+ |--------------------------------------------------------------------------
+ |
+ | The service providers listed here will be automatically loaded on the
+ | request to your application. Feel free to add your own services to
+ | this array to grant expanded functionality to your applications.
+ |
+ */
+
+ 'providers' => [
+
+ /*
+ * Laravel Framework Service Providers...
+ */
+ Illuminate\Auth\AuthServiceProvider::class,
+ Illuminate\Broadcasting\BroadcastServiceProvider::class,
+ Illuminate\Bus\BusServiceProvider::class,
+ Illuminate\Cache\CacheServiceProvider::class,
+ Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
+ Illuminate\Cookie\CookieServiceProvider::class,
+ Illuminate\Database\DatabaseServiceProvider::class,
+ Illuminate\Encryption\EncryptionServiceProvider::class,
+ Illuminate\Filesystem\FilesystemServiceProvider::class,
+ Illuminate\Foundation\Providers\FoundationServiceProvider::class,
+ Illuminate\Hashing\HashServiceProvider::class,
+ Illuminate\Mail\MailServiceProvider::class,
+ Illuminate\Notifications\NotificationServiceProvider::class,
+ Illuminate\Pagination\PaginationServiceProvider::class,
+ Illuminate\Pipeline\PipelineServiceProvider::class,
+ Illuminate\Queue\QueueServiceProvider::class,
+ Illuminate\Redis\RedisServiceProvider::class,
+ Illuminate\Auth\Passwords\PasswordResetServiceProvider::class,
+ Illuminate\Session\SessionServiceProvider::class,
+ Illuminate\Translation\TranslationServiceProvider::class,
+ Illuminate\Validation\ValidationServiceProvider::class,
+ Illuminate\View\ViewServiceProvider::class,
+
+ /*
+ * Package Service Providers...
+ */
+
+ /*
+ * Application Service Providers...
+ */
+ App\Providers\AppServiceProvider::class,
+ App\Providers\AuthServiceProvider::class,
+ // App\Providers\BroadcastServiceProvider::class,
+ App\Providers\EventServiceProvider::class,
+ App\Providers\Filament\AdminFilamentPanelProvider::class,
+ App\Providers\RouteServiceProvider::class,
+ App\Providers\FortifyServiceProvider::class,
+ Spatie\Activitylog\ActivitylogServiceProvider::class,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Class Aliases
+ |--------------------------------------------------------------------------
+ |
+ | This array of class aliases will be registered when this application
+ | is started. However, feel free to register as many as you wish as
+ | the aliases are "lazy" loaded so they don't hinder performance.
+ |
+ */
+
+ 'Activity' => Spatie\Activitylog\Facades\Activity::class,
+ 'aliases' => Facade::defaultAliases()->merge([
+ // 'ExampleClass' => App\Example\ExampleClass::class,
+ ])->toArray(),
+
+];
diff --git a/Updated_Cms/config/auth.php b/Updated_Cms/config/auth.php
new file mode 100644
index 0000000000..9ef0364815
--- /dev/null
+++ b/Updated_Cms/config/auth.php
@@ -0,0 +1,115 @@
+ [
+ 'guard' => 'web',
+ 'passwords' => 'users',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Authentication Guards
+ |--------------------------------------------------------------------------
+ |
+ | Next, you may define every authentication guard for your application.
+ | Of course, a great default configuration has been defined for you
+ | here which uses session storage and the Eloquent user provider.
+ |
+ | All authentication drivers have a user provider. This defines how the
+ | users are actually retrieved out of your database or other storage
+ | mechanisms used by this application to persist your user's data.
+ |
+ | Supported: "session"
+ |
+ */
+
+ 'guards' => [
+ 'web' => [
+ 'driver' => 'session',
+ 'provider' => 'users',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | User Providers
+ |--------------------------------------------------------------------------
+ |
+ | All authentication drivers have a user provider. This defines how the
+ | users are actually retrieved out of your database or other storage
+ | mechanisms used by this application to persist your user's data.
+ |
+ | If you have multiple user tables or models you may configure multiple
+ | sources which represent each model / table. These sources may then
+ | be assigned to any extra authentication guards you have defined.
+ |
+ | Supported: "database", "eloquent"
+ |
+ */
+
+ 'providers' => [
+ 'users' => [
+ 'driver' => 'eloquent',
+ 'model' => App\Models\User::class,
+ ],
+
+ // 'users' => [
+ // 'driver' => 'database',
+ // 'table' => 'users',
+ // ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Resetting Passwords
+ |--------------------------------------------------------------------------
+ |
+ | You may specify multiple password reset configurations if you have more
+ | than one user table or model in the application and you want to have
+ | separate password reset settings based on the specific user types.
+ |
+ | The expire time is the number of minutes that each reset token will be
+ | considered valid. This security feature keeps tokens short-lived so
+ | they have less time to be guessed. You may change this as needed.
+ |
+ | The throttle setting is the number of seconds a user must wait before
+ | generating more password reset tokens. This prevents the user from
+ | quickly generating a very large amount of password reset tokens.
+ |
+ */
+
+ 'passwords' => [
+ 'users' => [
+ 'provider' => 'users',
+ 'table' => env('AUTH_PASSWORD_RESET_TOKEN_TABLE', 'password_reset_tokens'),
+ 'expire' => 60,
+ 'throttle' => 60,
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Password Confirmation Timeout
+ |--------------------------------------------------------------------------
+ |
+ | Here you may define the amount of seconds before a password confirmation
+ | times out and the user is prompted to re-enter their password via the
+ | confirmation screen. By default, the timeout lasts for three hours.
+ |
+ */
+
+ 'password_timeout' => env('AUTH_PASSWORD_TIMEOUT', 10800),
+
+];
diff --git a/Updated_Cms/config/broadcasting.php b/Updated_Cms/config/broadcasting.php
new file mode 100644
index 0000000000..4dbd22c7ea
--- /dev/null
+++ b/Updated_Cms/config/broadcasting.php
@@ -0,0 +1,70 @@
+ env('BROADCAST_DRIVER', 'null'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Broadcast Connections
+ |--------------------------------------------------------------------------
+ |
+ | Here you may define all of the broadcast connections that will be used
+ | to broadcast events to other systems or over websockets. Samples of
+ | each available type of connection are provided inside this array.
+ |
+ */
+
+ 'connections' => [
+
+ 'pusher' => [
+ 'driver' => 'pusher',
+ 'key' => env('PUSHER_APP_KEY'),
+ 'secret' => env('PUSHER_APP_SECRET'),
+ 'app_id' => env('PUSHER_APP_ID'),
+ 'options' => [
+ 'host' => env('PUSHER_HOST') ?: 'api-' . env('PUSHER_APP_CLUSTER', 'mt1') . '.pusher.com',
+ 'port' => env('PUSHER_PORT', 443),
+ 'scheme' => env('PUSHER_SCHEME', 'https'),
+ 'encrypted' => true,
+ 'useTLS' => env('PUSHER_SCHEME', 'https') === 'https',
+ ],
+ 'client_options' => [
+ // Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html
+ ],
+ ],
+
+ 'ably' => [
+ 'driver' => 'ably',
+ 'key' => env('ABLY_KEY'),
+ ],
+
+ 'redis' => [
+ 'driver' => 'redis',
+ 'connection' => 'default',
+ ],
+
+ 'log' => [
+ 'driver' => 'log',
+ ],
+
+ 'null' => [
+ 'driver' => 'null',
+ ],
+
+ ],
+
+];
diff --git a/Updated_Cms/config/cache.php b/Updated_Cms/config/cache.php
new file mode 100644
index 0000000000..daf5e68be5
--- /dev/null
+++ b/Updated_Cms/config/cache.php
@@ -0,0 +1,110 @@
+ env('CACHE_DRIVER', 'file'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Cache Stores
+ |--------------------------------------------------------------------------
+ |
+ | Here you may define all of the cache "stores" for your application as
+ | well as their drivers. You may even define multiple stores for the
+ | same cache driver to group types of items stored in your caches.
+ |
+ | Supported drivers: "apc", "array", "database", "file",
+ | "memcached", "redis", "dynamodb", "octane", "null"
+ |
+ */
+
+ 'stores' => [
+
+ 'apc' => [
+ 'driver' => 'apc',
+ ],
+
+ 'array' => [
+ 'driver' => 'array',
+ 'serialize' => false,
+ ],
+
+ 'database' => [
+ 'driver' => 'database',
+ 'table' => 'cache',
+ 'connection' => null,
+ 'lock_connection' => null,
+ ],
+
+ 'file' => [
+ 'driver' => 'file',
+ 'path' => storage_path('framework/cache/data'),
+ ],
+
+ 'memcached' => [
+ 'driver' => 'memcached',
+ 'persistent_id' => env('MEMCACHED_PERSISTENT_ID'),
+ 'sasl' => [
+ env('MEMCACHED_USERNAME'),
+ env('MEMCACHED_PASSWORD'),
+ ],
+ 'options' => [
+ // Memcached::OPT_CONNECT_TIMEOUT => 2000,
+ ],
+ 'servers' => [
+ [
+ 'host' => env('MEMCACHED_HOST', '127.0.0.1'),
+ 'port' => env('MEMCACHED_PORT', 11211),
+ 'weight' => 100,
+ ],
+ ],
+ ],
+
+ 'redis' => [
+ 'driver' => 'redis',
+ 'connection' => 'cache',
+ 'lock_connection' => 'default',
+ ],
+
+ 'dynamodb' => [
+ 'driver' => 'dynamodb',
+ 'key' => env('AWS_ACCESS_KEY_ID'),
+ 'secret' => env('AWS_SECRET_ACCESS_KEY'),
+ 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
+ 'table' => env('DYNAMODB_CACHE_TABLE', 'cache'),
+ 'endpoint' => env('DYNAMODB_ENDPOINT'),
+ ],
+
+ 'octane' => [
+ 'driver' => 'octane',
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Cache Key Prefix
+ |--------------------------------------------------------------------------
+ |
+ | When utilizing the APC, database, memcached, Redis, or DynamoDB cache
+ | stores there might be other applications using the same cache. For
+ | that reason, you may prefix every cache key to avoid collisions.
+ |
+ */
+
+ 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache_'),
+
+];
diff --git a/Updated_Cms/config/cors.php b/Updated_Cms/config/cors.php
new file mode 100644
index 0000000000..94f07bee61
--- /dev/null
+++ b/Updated_Cms/config/cors.php
@@ -0,0 +1,34 @@
+ ['api/*', 'sanctum/csrf-cookie'],
+
+ 'allowed_methods' => ['*'],
+
+ 'allowed_origins' => ['*'],
+
+ 'allowed_origins_patterns' => [],
+
+ 'allowed_headers' => ['*'],
+
+ 'exposed_headers' => [],
+
+ 'max_age' => 0,
+
+ 'supports_credentials' => true,
+
+];
diff --git a/Updated_Cms/config/database.php b/Updated_Cms/config/database.php
new file mode 100644
index 0000000000..d93e414ec4
--- /dev/null
+++ b/Updated_Cms/config/database.php
@@ -0,0 +1,168 @@
+ env('DB_CONNECTION', 'sqlite'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Database Connections
+ |--------------------------------------------------------------------------
+ |
+ | Below are all of the database connections defined for your application.
+ | An example configuration is provided for each database system which
+ | is supported by Laravel. You're free to add / remove connections.
+ |
+ */
+
+ 'connections' => [
+
+ 'sqlite' => [
+ 'driver' => 'sqlite',
+ 'url' => env('DB_URL'),
+ 'database' => env('DB_DATABASE', database_path('database.sqlite')),
+ 'prefix' => '',
+ 'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
+ ],
+
+ 'mysql' => [
+ 'driver' => 'mysql',
+ 'url' => env('DB_URL'),
+ 'host' => env('DB_HOST', '127.0.0.1'),
+ 'port' => env('DB_PORT', '3306'),
+ 'database' => env('DB_DATABASE', 'laravel'),
+ 'username' => env('DB_USERNAME', 'root'),
+ 'password' => env('DB_PASSWORD', ''),
+ 'unix_socket' => env('DB_SOCKET', ''),
+ 'charset' => env('DB_CHARSET', 'utf8mb4'),
+ 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
+ 'prefix' => '',
+ 'prefix_indexes' => true,
+ 'strict' => true,
+ 'engine' => null,
+ 'options' => extension_loaded('pdo_mysql') ? array_filter([
+ \Pdo\Mysql::ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
+ ]) : [],
+ ],
+
+ 'mariadb' => [
+ 'driver' => 'mariadb',
+ 'url' => env('DB_URL'),
+ 'host' => env('DB_HOST', '127.0.0.1'),
+ 'port' => env('DB_PORT', '3306'),
+ 'database' => env('DB_DATABASE', 'laravel'),
+ 'username' => env('DB_USERNAME', 'root'),
+ 'password' => env('DB_PASSWORD', ''),
+ 'unix_socket' => env('DB_SOCKET', ''),
+ 'charset' => env('DB_CHARSET', 'utf8mb4'),
+ 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
+ 'prefix' => '',
+ 'prefix_indexes' => true,
+ 'strict' => true,
+ 'engine' => null,
+ 'options' => extension_loaded('pdo_mysql') ? array_filter([
+ \Pdo\Mysql::ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
+ ]) : [],
+ ],
+
+ 'pgsql' => [
+ 'driver' => 'pgsql',
+ 'url' => env('DB_URL'),
+ 'host' => env('DB_HOST', '127.0.0.1'),
+ 'port' => env('DB_PORT', '5432'),
+ 'database' => env('DB_DATABASE', 'laravel'),
+ 'username' => env('DB_USERNAME', 'root'),
+ 'password' => env('DB_PASSWORD', ''),
+ 'charset' => env('DB_CHARSET', 'utf8'),
+ 'prefix' => '',
+ 'prefix_indexes' => true,
+ 'search_path' => 'public',
+ 'sslmode' => 'prefer',
+ ],
+
+ 'sqlsrv' => [
+ 'driver' => 'sqlsrv',
+ 'url' => env('DB_URL'),
+ 'host' => env('DB_HOST', 'localhost'),
+ 'port' => env('DB_PORT', '1433'),
+ 'database' => env('DB_DATABASE', 'laravel'),
+ 'username' => env('DB_USERNAME', 'root'),
+ 'password' => env('DB_PASSWORD', ''),
+ 'charset' => env('DB_CHARSET', 'utf8'),
+ 'prefix' => '',
+ 'prefix_indexes' => true,
+ // 'encrypt' => env('DB_ENCRYPT', 'yes'),
+ // 'trust_server_certificate' => env('DB_TRUST_SERVER_CERTIFICATE', 'false'),
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Migration Repository Table
+ |--------------------------------------------------------------------------
+ |
+ | This table keeps track of all the migrations that have already run for
+ | your application. Using this information, we can determine which of
+ | the migrations on disk haven't actually been run on the database.
+ |
+ */
+
+ 'migrations' => [
+ 'table' => 'migrations',
+ 'update_date_on_publish' => true,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Redis Databases
+ |--------------------------------------------------------------------------
+ |
+ | Redis is an open source, fast, and advanced key-value store that also
+ | provides a richer body of commands than a typical key-value system
+ | such as Memcached. You may define your connection settings here.
+ |
+ */
+
+ 'redis' => [
+ 'client' => env('REDIS_CLIENT', 'phpredis'),
+
+ 'options' => [
+ 'cluster' => env('REDIS_CLUSTER', 'redis'),
+ 'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_database_'),
+ ],
+
+ 'default' => [
+ 'url' => env('REDIS_URL'),
+ 'host' => env('REDIS_HOST', '127.0.0.1'),
+ 'username' => env('REDIS_USERNAME'),
+ 'password' => env('REDIS_PASSWORD'),
+ 'port' => env('REDIS_PORT', '6379'),
+ 'database' => env('REDIS_DB', '0'),
+ ],
+
+ 'cache' => [
+ 'url' => env('REDIS_URL'),
+ 'host' => env('REDIS_HOST', '127.0.0.1'),
+ 'username' => env('REDIS_USERNAME'),
+ 'password' => env('REDIS_PASSWORD'),
+ 'port' => env('REDIS_PORT', '6379'),
+ 'database' => env('REDIS_CACHE_DB', '1'),
+ ],
+
+ ],
+
+];
diff --git a/Updated_Cms/config/filament.php b/Updated_Cms/config/filament.php
new file mode 100644
index 0000000000..fa4c4a79f8
--- /dev/null
+++ b/Updated_Cms/config/filament.php
@@ -0,0 +1,99 @@
+ [
+
+ // 'echo' => [
+ // 'broadcaster' => 'pusher',
+ // 'key' => env('VITE_PUSHER_APP_KEY'),
+ // 'cluster' => env('VITE_PUSHER_APP_CLUSTER'),
+ // 'wsHost' => env('VITE_PUSHER_HOST'),
+ // 'wsPort' => env('VITE_PUSHER_PORT'),
+ // 'wssPort' => env('VITE_PUSHER_PORT'),
+ // 'authEndpoint' => '/broadcasting/auth',
+ // 'disableStats' => true,
+ // 'encrypted' => true,
+ // 'forceTLS' => true,
+ // ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Default Filesystem Disk
+ |--------------------------------------------------------------------------
+ |
+ | This is the storage disk Filament will use to store files. You may use
+ | any of the disks defined in the `config/filesystems.php`.
+ |
+ */
+
+ 'default_filesystem_disk' => env('FILAMENT_FILESYSTEM_DISK', 'public'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Assets Path
+ |--------------------------------------------------------------------------
+ |
+ | This is the directory where Filament's assets will be published to. It
+ | is relative to the `public` directory of your Laravel application.
+ |
+ | After changing the path, you should run `php artisan filament:assets`.
+ |
+ */
+
+ 'assets_path' => null,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Cache Path
+ |--------------------------------------------------------------------------
+ |
+ | This is the directory that Filament will use to store cache files that
+ | are used to optimize the registration of components.
+ |
+ | After changing the path, you should run `php artisan filament:cache-components`.
+ |
+ */
+
+ 'cache_path' => base_path('bootstrap/cache/filament'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Livewire Loading Delay
+ |--------------------------------------------------------------------------
+ |
+ | This sets the delay before loading indicators appear.
+ |
+ | Setting this to 'none' makes indicators appear immediately, which can be
+ | desirable for high-latency connections. Setting it to 'default' applies
+ | Livewire's standard 200ms delay.
+ |
+ */
+
+ 'livewire_loading_delay' => 'default',
+
+ 'file_generation' => [
+ 'flags' => [
+ FileGenerationFlag::EMBEDDED_PANEL_RESOURCE_SCHEMAS, // Define new forms and infolists inside the resource class instead of a separate schema class.
+ FileGenerationFlag::EMBEDDED_PANEL_RESOURCE_TABLES, // Define new tables inside the resource class instead of a separate table class.
+ FileGenerationFlag::PARTIAL_IMPORTS, // Partially import components such as form fields and table columns instead of importing each component explicitly.
+ ],
+ ],
+
+];
diff --git a/Updated_Cms/config/filesystems.php b/Updated_Cms/config/filesystems.php
new file mode 100644
index 0000000000..c9e5bf4692
--- /dev/null
+++ b/Updated_Cms/config/filesystems.php
@@ -0,0 +1,47 @@
+ env('FILESYSTEM_DISK', 'local'),
+
+ 'disks' => [
+ 'local' => [
+ 'driver' => 'local',
+ 'root' => storage_path('app'),
+ 'throw' => false,
+ ],
+
+ 'public' => [
+ 'driver' => 'local',
+ 'root' => storage_path('app/public'),
+ 'url' => env('APP_URL') . '/storage',
+ 'visibility' => 'public',
+ 'throw' => false,
+ ],
+
+ 'badges' => [
+ 'driver' => 'local',
+ 'root' => storage_path('app/badges'),
+ ],
+
+ 'ads' => [
+ 'driver' => 'local',
+ 'root' => storage_path('app/ads'),
+ ],
+
+ 's3' => [
+ 'driver' => 's3',
+ 'key' => env('AWS_ACCESS_KEY_ID'),
+ 'secret' => env('AWS_SECRET_ACCESS_KEY'),
+ 'region' => env('AWS_DEFAULT_REGION'),
+ 'bucket' => env('AWS_BUCKET'),
+ 'url' => env('AWS_URL'),
+ 'endpoint' => env('AWS_ENDPOINT'),
+ 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
+ 'throw' => false,
+ ],
+ ],
+
+ 'links' => [
+ public_path('storage') => storage_path('app/public'),
+ ],
+];
diff --git a/Updated_Cms/config/fortify.php b/Updated_Cms/config/fortify.php
new file mode 100644
index 0000000000..863e05a2cd
--- /dev/null
+++ b/Updated_Cms/config/fortify.php
@@ -0,0 +1,147 @@
+ 'web',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Fortify Password Broker
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify which password broker Fortify can use when a user
+ | is resetting their password. This configured value should match one
+ | of your password brokers setup in your "auth" configuration file.
+ |
+ */
+
+ 'passwords' => 'users',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Username / Email
+ |--------------------------------------------------------------------------
+ |
+ | This value defines which model attribute should be considered as your
+ | application's "username" field. Typically, this might be the email
+ | address of the users but you are free to change this value here.
+ |
+ | Out of the box, Fortify expects forgot password and reset password
+ | requests to have a field named 'email'. If the application uses
+ | another name for the field you may define it below as needed.
+ |
+ */
+
+ 'username' => 'username',
+
+ 'email' => 'email',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Home Path
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure the path where users will get redirected during
+ | authentication or password reset when the operations are successful
+ | and the user is authenticated. You are free to change this value.
+ |
+ */
+
+ 'home' => RouteServiceProvider::HOME,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Fortify Routes Prefix / Subdomain
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify which prefix Fortify will assign to all the routes
+ | that it registers with the application. If necessary, you may change
+ | subdomain under which all of the Fortify routes will be available.
+ |
+ */
+
+ 'prefix' => env('FORTIFY_PREFIX', ''),
+
+ 'domain' => null,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Fortify Routes Middleware
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify which middleware Fortify will assign to the routes
+ | that it registers with the application. If necessary, you may change
+ | these middleware but typically this provided default is preferred.
+ |
+ */
+
+ 'middleware' => ['web', 'maintenance', 'check.ban'],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Rate Limiting
+ |--------------------------------------------------------------------------
+ |
+ | By default, Fortify will throttle logins to five requests per minute for
+ | every email and IP address combination. However, if you would like to
+ | specify a custom rate limiter to call then you may specify it here.
+ |
+ */
+
+ 'limiters' => [
+ 'login' => 'login',
+ 'two-factor' => 'two-factor',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Register View Routes
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify if the routes returning views should be disabled as
+ | you may not need them when building your own application. This may be
+ | especially true if you're writing a custom single-page application.
+ |
+ */
+
+ 'views' => true,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Features
+ |--------------------------------------------------------------------------
+ |
+ | Some of the Fortify features are optional. You may disable the features
+ | by removing them from this array. You're free to only remove some of
+ | these features or you can even remove all of these if you need to.
+ |
+ */
+
+ 'features' => [
+ Features::registration(),
+ // Features::resetPasswords(),
+ // Features::emailVerification(),
+ // Features::updateProfileInformation(),
+ // Features::updatePasswords(),
+ Features::twoFactorAuthentication([
+ 'confirm' => true,
+ 'confirmPassword' => true,
+ // 'window' => 0,
+ ]),
+ ],
+
+];
diff --git a/Updated_Cms/config/habbo.php b/Updated_Cms/config/habbo.php
new file mode 100644
index 0000000000..64ccd697bd
--- /dev/null
+++ b/Updated_Cms/config/habbo.php
@@ -0,0 +1,82 @@
+ [
+ 'site_url' => env('APP_URL', 'http://localhost'),
+ 'default_name' => env('APP_NAME', 'Atom'),
+ 'recaptcha_site_key' => env('GOOGLE_RECAPTCHA_SITE_KEY'),
+ 'recaptcha_secret_key' => env('GOOGLE_RECAPTCHA_SECRET_KEY'),
+ 'convert_passwords' => env('CONVERT_PASSWORDS'),
+ 'force_https' => env('FORCE_HTTPS', false),
+ 'date_format' => env('DATE_FORMAT', 'Y-m-d - h:m:s'),
+ 'default_language' => env('APP_LOCALE', 'en'),
+ 'debug_mode_enabled' => env('APP_DEBUG', false),
+ 'site_environment' => env('APP_ENV'),
+ ],
+
+ 'reactions' => [
+ 'bad', 'crying', 'good', 'happy', 'taut', 'impatient', 'inlove', 'laugh', 'proud', 'wow',
+ 'shameful', 'shameless', 'sleeping', 'smile', 'tongue', 'wink', 'disgusted', 'angry', 'lgbt', 'heart2', 'bobba', 'poop',
+ 'like', 'unlike', 'fire', 'eyes', 'crown', 'star', 'heart',
+ ],
+
+ 'migrations' => [
+ // Only set this to true in the .env file if your CERTAIN that you want to rename coliding table names
+ 'rename_tables' => env('RENAME_COLLIDING_TABLES', false),
+ ],
+
+ 'rcon' => [
+ 'domain' => AF_INET,
+ 'type' => SOCK_STREAM,
+ 'protocol' => SOL_TCP,
+ ],
+
+ 'client' => [
+ 'nitro_path' => env('NITRO_CLIENT_PATH', '/client/html5/nitro-client'), // Path where the index.html is
+ 'flash_enabled' => env('FLASH_CLIENT_ENABLED', false),
+ ],
+
+ 'flash' => [
+ 'host' => env('EMULATOR_IP', '127.0.0.1'),
+ 'port' => env('EMULATOR_PORT', 3000),
+ 'swf_base_path' => env('SWF_BASE_PATH'),
+ 'production_folder' => env('PRODUCTION_FOLDER'),
+ 'habbo_swf' => env('HABBO_SWF', 'Habbo.swf'),
+ 'external_texts' => env('EXTERNAL_TEXTS'),
+ 'external_variables' => env('EXTERNAL_VARIABLES'),
+ 'external_furnidata' => env('EXTERNAL_FURNIDATA'),
+ 'external_productdata' => env('EXTERNAL_PRODUCTDATA'),
+ 'external_figuremap' => env('EXTERNAL_FIGUREMAP'),
+ 'external_figuredata' => env('EXTERNAL_FIGUREDATA'),
+ 'external_override_variables' => env('EXTERNAL_OVERRIDE_VARIABLES'),
+ 'external_override_texts' => env('EXTERNAL_OVERRIDE_TEXTS'),
+ ],
+
+ 'findretros' => [
+ 'enabled' => env('FINDRETROS_ENABLED', false),
+ 'name' => env('FINDRETROS_NAME', 'Example'),
+ 'api' => 'https://findretros.com',
+ ],
+
+ 'password_reset_token_time' => env('PASSWORD_RESET_TOKEN_TIME', 15),
+
+ 'paypal' => [
+ 'mode' => env('PAYPAL_MODE', 'sandbox'), // Can only be 'sandbox' Or 'live'. If empty or invalid, 'live' will be used.
+ 'sandbox' => [
+ 'client_id' => env('PAYPAL_SANDBOX_CLIENT_ID', ''),
+ 'client_secret' => env('PAYPAL_SANDBOX_CLIENT_SECRET', ''),
+ 'app_id' => env('paypal_sandbox_app_id', 'APP-80W284485P519543T'),
+ ],
+ 'live' => [
+ 'client_id' => env('PAYPAL_LIVE_CLIENT_ID', ''),
+ 'client_secret' => env('PAYPAL_LIVE_CLIENT_SECRET', ''),
+ 'app_id' => env('PAYPAL_LIVE_APP_ID', ''),
+ ],
+
+ 'payment_action' => env('PAYPAL_PAYMENT_ACTION', 'Order'), // Can only be 'Sale', 'Authorization' or 'Order'
+ 'currency' => env('PAYPAL_CURRENCY', 'USD'),
+ 'notify_url' => env('PAYPAL_NOTIFY_URL', ''), // Change this accordingly for your application.
+ 'locale' => env('PAYPAL_LOCALE', 'en_US'), // force gateway language i.e. it_IT, es_ES, en_US ... (for express checkout only)
+ 'validate_ssl' => env('PAYPAL_VALIDATE_SSL', true), // Validate SSL when creating api client.
+ ],
+];
diff --git a/Updated_Cms/config/hashing.php b/Updated_Cms/config/hashing.php
new file mode 100644
index 0000000000..ae44a3e878
--- /dev/null
+++ b/Updated_Cms/config/hashing.php
@@ -0,0 +1,52 @@
+ 'bcrypt',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Bcrypt Options
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify the configuration options that should be used when
+ | passwords are hashed using the Bcrypt algorithm. This will allow you
+ | to control the amount of time it takes to hash the given password.
+ |
+ */
+
+ 'bcrypt' => [
+ 'rounds' => env('BCRYPT_ROUNDS', 12),
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Argon Options
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify the configuration options that should be used when
+ | passwords are hashed using the Argon algorithm. These will allow you
+ | to control the amount of time it takes to hash the given password.
+ |
+ */
+
+ 'argon' => [
+ 'memory' => 65536,
+ 'threads' => 1,
+ 'time' => 4,
+ ],
+
+];
diff --git a/Updated_Cms/config/log-viewer.php b/Updated_Cms/config/log-viewer.php
new file mode 100644
index 0000000000..d86cec3f0d
--- /dev/null
+++ b/Updated_Cms/config/log-viewer.php
@@ -0,0 +1,215 @@
+ env('LOG_VIEWER_ENABLED', true),
+
+ 'require_auth_in_production' => true,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Log Viewer Domain
+ |--------------------------------------------------------------------------
+ | You may change the domain where Log Viewer should be active.
+ | If the domain is empty, all domains will be valid.
+ |
+ */
+
+ 'route_domain' => null,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Log Viewer Route
+ |--------------------------------------------------------------------------
+ | Log Viewer will be available under this URL.
+ |
+ */
+
+ 'route_path' => 'log-viewer',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Back to system URL
+ |--------------------------------------------------------------------------
+ | When set, displays a link to easily get back to this URL.
+ | Set to `null` to hide this link.
+ |
+ | Optional label to display for the above URL.
+ |
+ */
+
+ 'back_to_system_url' => config('app.url'),
+
+ 'back_to_system_label' => null, // Displayed by default: "Back to {{ app.name }}"
+
+ /*
+ |--------------------------------------------------------------------------
+ | Log Viewer time zone.
+ |--------------------------------------------------------------------------
+ | The time zone in which to display the times in the UI. Defaults to
+ | the application's timezone defined in config/app.php.
+ |
+ */
+
+ 'timezone' => null,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Log Viewer route middleware.
+ |--------------------------------------------------------------------------
+ | Optional middleware to use when loading the initial Log Viewer page.
+ |
+ */
+
+ 'middleware' => [
+ 'web',
+ \Opcodes\LogViewer\Http\Middleware\AuthorizeLogViewer::class,
+ \App\Http\Middleware\LogViewerMiddleware::class,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Log Viewer API middleware.
+ |--------------------------------------------------------------------------
+ | Optional middleware to use on every API request. The same API is also
+ | used from within the Log Viewer user interface.
+ |
+ */
+
+ 'api_middleware' => [
+ \Opcodes\LogViewer\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
+ \Opcodes\LogViewer\Http\Middleware\AuthorizeLogViewer::class,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Log Viewer Remote hosts.
+ |--------------------------------------------------------------------------
+ | Log Viewer supports viewing Laravel logs from remote hosts. They must
+ | be running Log Viewer as well. Below you can define the hosts you
+ | would like to show in this Log Viewer instance.
+ |
+ */
+
+ 'hosts' => [
+ 'local' => [
+ 'name' => ucfirst((string) env('APP_ENV', 'local')),
+ ],
+
+ // 'staging' => [
+ // 'name' => 'Staging',
+ // 'host' => 'https://staging.example.com/log-viewer',
+ // 'auth' => [ // Example of HTTP Basic auth
+ // 'username' => 'username',
+ // 'password' => 'password',
+ // ],
+ // ],
+ //
+ // 'production' => [
+ // 'name' => 'Production',
+ // 'host' => 'https://example.com/log-viewer',
+ // 'auth' => [ // Example of Bearer token auth
+ // 'token' => env('LOG_VIEWER_PRODUCTION_TOKEN'),
+ // ],
+ // 'headers' => [
+ // 'X-Foo' => 'Bar',
+ // ],
+ // ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Include file patterns
+ |--------------------------------------------------------------------------
+ |
+ */
+
+ 'include_files' => [
+ '*.log',
+ '**/*.log',
+
+ // You can include paths to other log types as well, such as apache, nginx, and more.
+ '/var/log/httpd/*',
+ '/var/log/nginx/*',
+
+ // MacOS Apple Silicon logs
+ '/opt/homebrew/var/log/nginx/*',
+ '/opt/homebrew/var/log/httpd/*',
+ '/opt/homebrew/var/log/php-fpm.log',
+ '/opt/homebrew/var/log/postgres*log',
+ '/opt/homebrew/var/log/redis*log',
+ '/opt/homebrew/var/log/supervisor*log',
+
+ // '/absolute/paths/supported',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Exclude file patterns.
+ |--------------------------------------------------------------------------
+ | This will take precedence over included files.
+ |
+ */
+
+ 'exclude_files' => [
+ // 'my_secret.log'
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Hide unknown files.
+ |--------------------------------------------------------------------------
+ | The include/exclude options above might catch files which are not
+ | logs supported by Log Viewer. In that case, you can hide them
+ | from the UI and API calls by setting this to true.
+ |
+ */
+
+ 'hide_unknown_files' => true,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Shorter stack trace filters.
+ |--------------------------------------------------------------------------
+ | Lines containing any of these strings will be excluded from the full log.
+ | This setting is only active when the function is enabled via the user interface.
+ |
+ */
+
+ 'shorter_stack_trace_excludes' => [
+ '/vendor/symfony/',
+ '/vendor/laravel/framework/',
+ '/vendor/barryvdh/laravel-debugbar/',
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Cache driver
+ |--------------------------------------------------------------------------
+ | Cache driver to use for storing the log indices. Indices are used to speed up
+ | log navigation. Defaults to your application's default cache driver.
+ |
+ */
+
+ 'cache_driver' => env('LOG_VIEWER_CACHE_DRIVER'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Chunk size when scanning log files lazily
+ |--------------------------------------------------------------------------
+ | The size in MB of files to scan before updating the progress bar when searching across all files.
+ |
+ */
+
+ 'lazy_scan_chunk_size_in_mb' => 50,
+
+ 'strip_extracted_context' => true,
+];
diff --git a/Updated_Cms/config/logging.php b/Updated_Cms/config/logging.php
new file mode 100644
index 0000000000..752af7110d
--- /dev/null
+++ b/Updated_Cms/config/logging.php
@@ -0,0 +1,122 @@
+ env('LOG_CHANNEL', 'stack'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Deprecations Log Channel
+ |--------------------------------------------------------------------------
+ |
+ | This option controls the log channel that should be used to log warnings
+ | regarding deprecated PHP and library features. This allows you to get
+ | your application ready for upcoming major versions of dependencies.
+ |
+ */
+
+ 'deprecations' => [
+ 'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
+ 'trace' => false,
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Log Channels
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure the log channels for your application. Out of
+ | the box, Laravel uses the Monolog PHP logging library. This gives
+ | you a variety of powerful log handlers / formatters to utilize.
+ |
+ | Available Drivers: "single", "daily", "slack", "syslog",
+ | "errorlog", "monolog",
+ | "custom", "stack"
+ |
+ */
+
+ 'channels' => [
+ 'stack' => [
+ 'driver' => 'stack',
+ 'channels' => ['single'],
+ 'ignore_exceptions' => false,
+ ],
+
+ 'single' => [
+ 'driver' => 'single',
+ 'path' => storage_path('logs/laravel.log'),
+ 'level' => env('LOG_LEVEL', 'debug'),
+ ],
+
+ 'daily' => [
+ 'driver' => 'daily',
+ 'path' => storage_path('logs/laravel.log'),
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'days' => 14,
+ ],
+
+ 'slack' => [
+ 'driver' => 'slack',
+ 'url' => env('LOG_SLACK_WEBHOOK_URL'),
+ 'username' => 'Laravel Log',
+ 'emoji' => ':boom:',
+ 'level' => env('LOG_LEVEL', 'critical'),
+ ],
+
+ 'papertrail' => [
+ 'driver' => 'monolog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'handler' => env('LOG_PAPERTRAIL_HANDLER', SyslogUdpHandler::class),
+ 'handler_with' => [
+ 'host' => env('PAPERTRAIL_URL'),
+ 'port' => env('PAPERTRAIL_PORT'),
+ 'connectionString' => 'tls://' . env('PAPERTRAIL_URL') . ':' . env('PAPERTRAIL_PORT'),
+ ],
+ ],
+
+ 'stderr' => [
+ 'driver' => 'monolog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ 'handler' => StreamHandler::class,
+ 'formatter' => env('LOG_STDERR_FORMATTER'),
+ 'with' => [
+ 'stream' => 'php://stderr',
+ ],
+ ],
+
+ 'syslog' => [
+ 'driver' => 'syslog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ ],
+
+ 'errorlog' => [
+ 'driver' => 'errorlog',
+ 'level' => env('LOG_LEVEL', 'debug'),
+ ],
+
+ 'null' => [
+ 'driver' => 'monolog',
+ 'handler' => NullHandler::class,
+ ],
+
+ 'emergency' => [
+ 'path' => storage_path('logs/laravel.log'),
+ ],
+ ],
+
+];
diff --git a/Updated_Cms/config/mail.php b/Updated_Cms/config/mail.php
new file mode 100644
index 0000000000..049052ff58
--- /dev/null
+++ b/Updated_Cms/config/mail.php
@@ -0,0 +1,124 @@
+ env('MAIL_MAILER', 'smtp'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Mailer Configurations
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure all of the mailers used by your application plus
+ | their respective settings. Several examples have been configured for
+ | you and you are free to add your own as your application requires.
+ |
+ | Laravel supports a variety of mail "transport" drivers to be used while
+ | sending an e-mail. You will specify which one you are using for your
+ | mailers below. You are free to add additional mailers as required.
+ |
+ | Supported: "smtp", "sendmail", "mailgun", "ses",
+ | "postmark", "log", "array", "failover"
+ |
+ */
+
+ 'mailers' => [
+ 'smtp' => [
+ 'transport' => 'smtp',
+ 'host' => env('MAIL_HOST', 'smtp.mailgun.org'),
+ 'port' => env('MAIL_PORT', 587),
+ 'encryption' => env('MAIL_ENCRYPTION', 'tls'),
+ 'username' => env('MAIL_USERNAME'),
+ 'password' => env('MAIL_PASSWORD'),
+ 'timeout' => null,
+ 'local_domain' => env('MAIL_EHLO_DOMAIN'),
+ ],
+
+ 'ses' => [
+ 'transport' => 'ses',
+ ],
+
+ 'mailgun' => [
+ 'transport' => 'mailgun',
+ // 'client' => [
+ // 'timeout' => 5,
+ // ],
+ ],
+
+ 'postmark' => [
+ 'transport' => 'postmark',
+ // 'client' => [
+ // 'timeout' => 5,
+ // ],
+ ],
+
+ 'sendmail' => [
+ 'transport' => 'sendmail',
+ 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
+ ],
+
+ 'log' => [
+ 'transport' => 'log',
+ 'channel' => env('MAIL_LOG_CHANNEL'),
+ ],
+
+ 'array' => [
+ 'transport' => 'array',
+ ],
+
+ 'failover' => [
+ 'transport' => 'failover',
+ 'mailers' => [
+ 'smtp',
+ 'log',
+ ],
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Global "From" Address
+ |--------------------------------------------------------------------------
+ |
+ | You may wish for all e-mails sent by your application to be sent from
+ | the same address. Here, you may specify a name and address that is
+ | used globally for all e-mails that are sent by your application.
+ |
+ */
+
+ 'from' => [
+ 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
+ 'name' => env('MAIL_FROM_NAME', 'Example'),
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Markdown Mail Settings
+ |--------------------------------------------------------------------------
+ |
+ | If you are using Markdown based email rendering, you may configure your
+ | theme and component paths here, allowing you to customize the design
+ | of the emails. Or, you may simply stick with the Laravel defaults!
+ |
+ */
+
+ 'markdown' => [
+ 'theme' => 'default',
+
+ 'paths' => [
+ resource_path('views/vendor/mail'),
+ ],
+ ],
+
+];
diff --git a/Updated_Cms/config/purify.php b/Updated_Cms/config/purify.php
new file mode 100644
index 0000000000..5977b03bf8
--- /dev/null
+++ b/Updated_Cms/config/purify.php
@@ -0,0 +1,95 @@
+ 'default',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Config sets
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure various sets of configuration for differentiated use of HTMLPurifier.
+ | A specific set of configuration can be applied by calling the "config($name)" method on
+ | a Purify instance. Feel free to add/remove/customize these attributes as you wish.
+ |
+ | Documentation: http://htmlpurifier.org/live/configdoc/plain.html
+ |
+ | Core.Encoding The encoding to convert input to.
+ | HTML.Doctype Doctype to use during filtering.
+ | HTML.Allowed The allowed HTML Elements with their allowed attributes.
+ | HTML.ForbiddenElements The forbidden HTML elements. Elements that are listed in this
+ | string will be removed, however their content will remain.
+ | CSS.AllowedProperties The Allowed CSS properties.
+ | AutoFormat.AutoParagraph Newlines are converted in to paragraphs whenever possible.
+ | AutoFormat.RemoveEmpty Remove empty elements that contribute no semantic information to the document.
+ |
+ */
+
+ 'configs' => [
+
+ 'default' => [
+ 'Core.Encoding' => 'utf-8',
+ 'HTML.Doctype' => 'HTML 4.01 Transitional',
+ 'HTML.Allowed' => 'h1,h2,h3,h4,h5,h6,b,strong,i,em,s,del,a[href|title],ul,ol,li,p[style],br,span,img[width|height|alt|src],blockquote',
+ 'HTML.ForbiddenElements' => '',
+ 'CSS.AllowedProperties' => 'font,font-size,font-weight,font-style,font-family,text-decoration,padding-left,color,background-color,text-align',
+ 'AutoFormat.AutoParagraph' => false,
+ 'AutoFormat.RemoveEmpty' => false,
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | HTMLPurifier definitions
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify a class that augments the HTML definitions used by
+ | HTMLPurifier. Additional HTML5 definitions are provided out of the box.
+ | When specifying a custom class, make sure it implements the interface:
+ |
+ | \Stevebauman\Purify\Definitions\Definition
+ |
+ | Note that these definitions are applied to every Purifier instance.
+ |
+ | Documentation: http://htmlpurifier.org/docs/enduser-customize.html
+ |
+ */
+
+ 'definitions' => Html5Definition::class,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Serializer
+ |--------------------------------------------------------------------------
+ |
+ | The storage implementation where HTMLPurifier can store its serializer files.
+ | If the filesystem cache is in use, the path must be writable through the
+ | storage disk by the web server, otherwise an exception will be thrown.
+ |
+ */
+
+ 'serializer' => [
+ 'driver' => env('CACHE_DRIVER', 'file'),
+ 'cache' => \Stevebauman\Purify\Cache\CacheDefinitionCache::class,
+ ],
+
+ // 'serializer' => [
+ // 'disk' => env('FILESYSTEM_DISK', 'local'),
+ // 'path' => 'purify',
+ // 'cache' => \Stevebauman\Purify\Cache\FilesystemDefinitionCache::class,
+ // ],
+
+];
diff --git a/Updated_Cms/config/queue.php b/Updated_Cms/config/queue.php
new file mode 100644
index 0000000000..25ea5a8193
--- /dev/null
+++ b/Updated_Cms/config/queue.php
@@ -0,0 +1,93 @@
+ env('QUEUE_CONNECTION', 'sync'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Queue Connections
+ |--------------------------------------------------------------------------
+ |
+ | Here you may configure the connection information for each server that
+ | is used by your application. A default configuration has been added
+ | for each back-end shipped with Laravel. You are free to add more.
+ |
+ | Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "null"
+ |
+ */
+
+ 'connections' => [
+
+ 'sync' => [
+ 'driver' => 'sync',
+ ],
+
+ 'database' => [
+ 'driver' => 'database',
+ 'table' => 'jobs',
+ 'queue' => 'default',
+ 'retry_after' => 90,
+ 'after_commit' => false,
+ ],
+
+ 'beanstalkd' => [
+ 'driver' => 'beanstalkd',
+ 'host' => 'localhost',
+ 'queue' => 'default',
+ 'retry_after' => 90,
+ 'block_for' => 0,
+ 'after_commit' => false,
+ ],
+
+ 'sqs' => [
+ 'driver' => 'sqs',
+ 'key' => env('AWS_ACCESS_KEY_ID'),
+ 'secret' => env('AWS_SECRET_ACCESS_KEY'),
+ 'prefix' => env('SQS_PREFIX', 'https://sqs.us-east-1.amazonaws.com/your-account-id'),
+ 'queue' => env('SQS_QUEUE', 'default'),
+ 'suffix' => env('SQS_SUFFIX'),
+ 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
+ 'after_commit' => false,
+ ],
+
+ 'redis' => [
+ 'driver' => 'redis',
+ 'connection' => 'default',
+ 'queue' => env('REDIS_QUEUE', 'default'),
+ 'retry_after' => 90,
+ 'block_for' => null,
+ 'after_commit' => false,
+ ],
+
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Failed Queue Jobs
+ |--------------------------------------------------------------------------
+ |
+ | These options configure the behavior of failed queue job logging so you
+ | can control which database and table are used to store the jobs that
+ | have failed. You may change them to any database / table you wish.
+ |
+ */
+
+ 'failed' => [
+ 'driver' => env('QUEUE_FAILED_DRIVER', 'database-uuids'),
+ 'database' => env('DB_CONNECTION', 'mysql'),
+ 'table' => 'failed_jobs',
+ ],
+
+];
diff --git a/Updated_Cms/config/sanctum.php b/Updated_Cms/config/sanctum.php
new file mode 100644
index 0000000000..35a926dad2
--- /dev/null
+++ b/Updated_Cms/config/sanctum.php
@@ -0,0 +1,68 @@
+ explode(',', (string) env('SANCTUM_STATEFUL_DOMAINS', sprintf(
+ '%s%s',
+ 'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1',
+ Sanctum::currentApplicationUrlWithPort(),
+ ))),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Sanctum Guards
+ |--------------------------------------------------------------------------
+ |
+ | This array contains the authentication guards that will be checked when
+ | Sanctum is trying to authenticate a request. If none of these guards
+ | are able to authenticate the request, Sanctum will use the bearer
+ | token that's present on an incoming request for authentication.
+ |
+ */
+
+ 'guard' => ['web'],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Expiration Minutes
+ |--------------------------------------------------------------------------
+ |
+ | This value controls the number of minutes until an issued token will be
+ | considered expired. If this value is null, personal access tokens do
+ | not expire. This won't tweak the lifetime of first-party sessions.
+ |
+ */
+
+ 'expiration' => null,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Sanctum Middleware
+ |--------------------------------------------------------------------------
+ |
+ | When authenticating your first-party SPA with Sanctum you may need to
+ | customize some of the middleware Sanctum uses while processing the
+ | request. You may change the middleware listed below as required.
+ |
+ */
+
+ 'middleware' => [
+ 'authenticate_session' => Laravel\Sanctum\Http\Middleware\AuthenticateSession::class,
+ 'encrypt_cookies' => Illuminate\Cookie\Middleware\EncryptCookies::class,
+ 'validate_csrf_token' => Illuminate\Foundation\Http\Middleware\ValidateCsrfToken::class,
+ ],
+
+];
diff --git a/Updated_Cms/config/services.php b/Updated_Cms/config/services.php
new file mode 100644
index 0000000000..c5f0ba26f6
--- /dev/null
+++ b/Updated_Cms/config/services.php
@@ -0,0 +1,38 @@
+ [
+ 'domain' => env('MAILGUN_DOMAIN'),
+ 'secret' => env('MAILGUN_SECRET'),
+ 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
+ 'scheme' => 'https',
+ ],
+
+ 'postmark' => [
+ 'token' => env('POSTMARK_TOKEN'),
+ ],
+
+ 'ses' => [
+ 'key' => env('AWS_ACCESS_KEY_ID'),
+ 'secret' => env('AWS_SECRET_ACCESS_KEY'),
+ 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
+ ],
+
+ 'turnstile' => [
+ 'key' => env('TURNSTILE_SITE_KEY'),
+ 'secret' => env('TURNSTILE_SECRET_KEY'),
+ ],
+];
diff --git a/Updated_Cms/config/session.php b/Updated_Cms/config/session.php
new file mode 100644
index 0000000000..5fb15f8974
--- /dev/null
+++ b/Updated_Cms/config/session.php
@@ -0,0 +1,201 @@
+ env('SESSION_DRIVER', 'file'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Lifetime
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify the number of minutes that you wish the session
+ | to be allowed to remain idle before it expires. If you want them
+ | to immediately expire on the browser closing, set that option.
+ |
+ */
+
+ 'lifetime' => env('SESSION_LIFETIME', 120),
+
+ 'expire_on_close' => false,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Encryption
+ |--------------------------------------------------------------------------
+ |
+ | This option allows you to easily specify that all of your session data
+ | should be encrypted before it is stored. All encryption will be run
+ | automatically by Laravel and you can use the Session like normal.
+ |
+ */
+
+ 'encrypt' => false,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session File Location
+ |--------------------------------------------------------------------------
+ |
+ | When using the native session driver, we need a location where session
+ | files may be stored. A default has been set for you but a different
+ | location may be specified. This is only needed for file sessions.
+ |
+ */
+
+ 'files' => storage_path('framework/sessions'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Database Connection
+ |--------------------------------------------------------------------------
+ |
+ | When using the "database" or "redis" session drivers, you may specify a
+ | connection that should be used to manage these sessions. This should
+ | correspond to a connection in your database configuration options.
+ |
+ */
+
+ 'connection' => env('SESSION_CONNECTION'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Database Table
+ |--------------------------------------------------------------------------
+ |
+ | When using the "database" session driver, you may specify the table we
+ | should use to manage the sessions. Of course, a sensible default is
+ | provided for you; however, you are free to change this as needed.
+ |
+ */
+
+ 'table' => 'sessions',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Cache Store
+ |--------------------------------------------------------------------------
+ |
+ | While using one of the framework's cache driven session backends you may
+ | list a cache store that should be used for these sessions. This value
+ | must match with one of the application's configured cache "stores".
+ |
+ | Affects: "apc", "dynamodb", "memcached", "redis"
+ |
+ */
+
+ 'store' => env('SESSION_STORE'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Sweeping Lottery
+ |--------------------------------------------------------------------------
+ |
+ | Some session drivers must manually sweep their storage location to get
+ | rid of old sessions from storage. Here are the chances that it will
+ | happen on a given request. By default, the odds are 2 out of 100.
+ |
+ */
+
+ 'lottery' => [2, 100],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Cookie Name
+ |--------------------------------------------------------------------------
+ |
+ | Here you may change the name of the cookie used to identify a session
+ | instance by ID. The name specified here will get used every time a
+ | new session cookie is created by the framework for every driver.
+ |
+ */
+
+ 'cookie' => env(
+ 'SESSION_COOKIE',
+ Str::slug(env('APP_NAME', 'laravel'), '_') . '_session',
+ ),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Cookie Path
+ |--------------------------------------------------------------------------
+ |
+ | The session cookie path determines the path for which the cookie will
+ | be regarded as available. Typically, this will be the root path of
+ | your application but you are free to change this when necessary.
+ |
+ */
+
+ 'path' => '/',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Session Cookie Domain
+ |--------------------------------------------------------------------------
+ |
+ | Here you may change the domain of the cookie used to identify a session
+ | in your application. This will determine which domains the cookie is
+ | available to in your application. A sensible default has been set.
+ |
+ */
+
+ 'domain' => env('SESSION_DOMAIN'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | HTTPS Only Cookies
+ |--------------------------------------------------------------------------
+ |
+ | By setting this option to true, session cookies will only be sent back
+ | to the server if the browser has a HTTPS connection. This will keep
+ | the cookie from being sent to you when it can't be done securely.
+ |
+ */
+
+ 'secure' => env('SESSION_SECURE_COOKIE'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | HTTP Access Only
+ |--------------------------------------------------------------------------
+ |
+ | Setting this value to true will prevent JavaScript from accessing the
+ | value of the cookie and the cookie will only be accessible through
+ | the HTTP protocol. You are free to modify this option if needed.
+ |
+ */
+
+ 'http_only' => true,
+
+ /*
+ |--------------------------------------------------------------------------
+ | Same-Site Cookies
+ |--------------------------------------------------------------------------
+ |
+ | This option determines how your cookies behave when cross-site requests
+ | take place, and can be used to mitigate CSRF attacks. By default, we
+ | will set this value to "lax" since this is a secure default value.
+ |
+ | Supported: "lax", "strict", "none", null
+ |
+ */
+
+ 'same_site' => 'lax',
+
+];
diff --git a/Updated_Cms/config/theme.php b/Updated_Cms/config/theme.php
new file mode 100644
index 0000000000..1501e840e1
--- /dev/null
+++ b/Updated_Cms/config/theme.php
@@ -0,0 +1,34 @@
+ 'atom',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Parent Theme
+ |--------------------------------------------------------------------------
+ |
+ | This is a parent theme for the theme specified in the active config
+ | option. It works like the WordPress style theme hierarchy, if the blade
+ | file is not found in the currently active theme, then it will look for it
+ | in the parent theme.
+ */
+ 'parent' => 'atom',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Base Path
+ |--------------------------------------------------------------------------
+ |
+ | The base path where all the themes are located.
+ */
+ 'base_path' => base_path('resources/themes'),
+];
diff --git a/Updated_Cms/config/turnstile.php b/Updated_Cms/config/turnstile.php
new file mode 100644
index 0000000000..a223fb9cc7
--- /dev/null
+++ b/Updated_Cms/config/turnstile.php
@@ -0,0 +1,36 @@
+ env('TURNSTILE_SITE_KEY'),
+
+ 'turnstile_secret_key' => env('TURNSTILE_SECRET_KEY'),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Error Messages
+ |--------------------------------------------------------------------------
+ |
+ | Here you can find the error messages for the application. You can modify
+ | or translate the error message as you like.
+ |
+ | Note that you can translate the error message directly, without wrapping
+ | them in translate helper.
+ |
+ */
+ 'error_messages' => [
+ 'turnstile_check_message' => 'The captcha failed, please try again.',
+ ],
+];
diff --git a/Updated_Cms/config/view.php b/Updated_Cms/config/view.php
new file mode 100644
index 0000000000..40cbf77432
--- /dev/null
+++ b/Updated_Cms/config/view.php
@@ -0,0 +1,36 @@
+ [
+ resource_path('views'),
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Compiled View Path
+ |--------------------------------------------------------------------------
+ |
+ | This option determines where all the compiled Blade templates will be
+ | stored for your application. Typically, this is within the storage
+ | directory. However, as usual, you are free to change this value.
+ |
+ */
+
+ 'compiled' => env(
+ 'VIEW_COMPILED_PATH',
+ realpath(storage_path('framework/views')),
+ ),
+
+];
diff --git a/Updated_Cms/database/.gitignore b/Updated_Cms/database/.gitignore
new file mode 100644
index 0000000000..9b19b93c9f
--- /dev/null
+++ b/Updated_Cms/database/.gitignore
@@ -0,0 +1 @@
+*.sqlite*
diff --git a/Updated_Cms/database/factories/UserFactory.php b/Updated_Cms/database/factories/UserFactory.php
new file mode 100644
index 0000000000..ca0158100d
--- /dev/null
+++ b/Updated_Cms/database/factories/UserFactory.php
@@ -0,0 +1,24 @@
+ 'NewRetro',
+ 'mail' => 'NewRetro@example.com',
+ 'password' => Hash::make('password'),
+ 'account_created' => time(),
+ 'last_login' => time(),
+ 'look' => setting('start_look') ?: 'hr-100-61.hd-180-1.ch-210-66.lg-270-110.sh-305-62',
+ 'credits' => setting('start_credits') ?: 1000,
+ 'ip_register' => '127.0.0.1',
+ 'ip_current' => '127.0.0.1',
+ ];
+ }
+}
diff --git a/Updated_Cms/database/migrations/2014_01_01_000000_core_sql_file.php b/Updated_Cms/database/migrations/2014_01_01_000000_core_sql_file.php
new file mode 100644
index 0000000000..d409ee91a9
--- /dev/null
+++ b/Updated_Cms/database/migrations/2014_01_01_000000_core_sql_file.php
@@ -0,0 +1,91 @@
+environment() !== 'testing') {
+ return;
+ }
+
+ ini_set('memory_limit', '-1');
+
+ if (! Schema::hasTable('users')) {
+ $output = new ConsoleOutput;
+ $output->writeln("\n🚀 Running Core SQL File Migration...");
+
+ // Set charset to support emojis
+ DB::statement('SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci');
+
+ $sqlFile = database_path('migrations/sqls/default.sql');
+ $sql = file_get_contents($sqlFile);
+
+ // Split into individual statements to show progress
+ $statements = array_filter(
+ preg_split('/;\s*\n/', $sql),
+ fn ($stmt) => ! empty(trim($stmt)) &&
+ ! str_starts_with(trim($stmt), '--') &&
+ ! str_starts_with(trim($stmt), '/*'),
+ );
+
+ $totalStatements = count($statements);
+ $output->writeln("📊 Processing $totalStatements SQL statements...");
+
+ $progressBar = new ProgressBar($output, $totalStatements);
+ $progressBar->setFormat(' %current%/%max% [%bar%] %percent:3s%% %message%');
+ $progressBar->setMessage('Starting...');
+ $progressBar->start();
+
+ foreach ($statements as $index => $statement) {
+ $statement = trim($statement);
+
+ if (! empty($statement)) {
+ try {
+ DB::unprepared($statement);
+
+ // Update progress message based on statement type
+ if (str_contains($statement, 'CREATE TABLE')) {
+ preg_match('/CREATE TABLE\s+`?(\w+)`?/i', $statement, $matches);
+ $tableName = $matches[1] ?? 'unknown';
+ $progressBar->setMessage("Created table: $tableName");
+ } elseif (str_contains($statement, 'INSERT INTO')) {
+ $progressBar->setMessage('Inserting data...');
+ } else {
+ $progressBar->setMessage('Processing...');
+ }
+
+ } catch (\Exception $e) {
+ $progressBar->setMessage('Error: ' . substr($e->getMessage(), 0, 50) . '...');
+ // Continue on non-critical errors
+ }
+ }
+
+ $progressBar->advance();
+
+ // Small delay to make progress visible
+ if ($index % 100 === 0) {
+ usleep(1000); // 1ms
+ }
+ }
+
+ $progressBar->setMessage('✅ Complete!');
+ $progressBar->finish();
+ $output->writeln("\n🎉 Core SQL schema imported successfully!");
+ } else {
+ $output = new ConsoleOutput;
+ $output->writeln('ℹ️ Core tables already exist, skipping SQL import.');
+ }
+ }
+}
diff --git a/Updated_Cms/database/migrations/2014_10_12_100000_create_password_resets_table.php b/Updated_Cms/database/migrations/2014_10_12_100000_create_password_resets_table.php
new file mode 100644
index 0000000000..2dce4c1f79
--- /dev/null
+++ b/Updated_Cms/database/migrations/2014_10_12_100000_create_password_resets_table.php
@@ -0,0 +1,32 @@
+string('email')->index();
+ $table->string('token');
+ $table->timestamp('created_at')->nullable();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('password_resets');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2014_10_12_200000_add_two_factor_columns_to_users_table.php b/Updated_Cms/database/migrations/2014_10_12_200000_add_two_factor_columns_to_users_table.php
new file mode 100644
index 0000000000..9d31dacfe7
--- /dev/null
+++ b/Updated_Cms/database/migrations/2014_10_12_200000_add_two_factor_columns_to_users_table.php
@@ -0,0 +1,58 @@
+text('two_factor_secret')
+ ->after('password')
+ ->nullable();
+
+ $table->text('two_factor_recovery_codes')
+ ->after('two_factor_secret')
+ ->nullable();
+
+ if (Fortify::confirmsTwoFactorAuthentication()) {
+ if (columnExists('users', 'two_factor_confirmed_at')) {
+ Schema::dropColumns('users', 'two_factor_confirmed_at');
+ }
+
+ $table->timestamp('two_factor_confirmed_at')
+ ->after('two_factor_recovery_codes')
+ ->nullable();
+ }
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::table('users', function (Blueprint $table) {
+ $table->dropColumn(array_merge([
+ 'two_factor_secret',
+ 'two_factor_recovery_codes',
+ ], Fortify::confirmsTwoFactorAuthentication() ? [
+ 'two_factor_confirmed_at',
+ ] : []));
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2019_08_19_000000_create_failed_jobs_table.php b/Updated_Cms/database/migrations/2019_08_19_000000_create_failed_jobs_table.php
new file mode 100644
index 0000000000..b9de456ddc
--- /dev/null
+++ b/Updated_Cms/database/migrations/2019_08_19_000000_create_failed_jobs_table.php
@@ -0,0 +1,36 @@
+id();
+ $table->string('uuid')->unique();
+ $table->text('connection');
+ $table->text('queue');
+ $table->longText('payload');
+ $table->longText('exception');
+ $table->timestamp('failed_at')->useCurrent();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('failed_jobs');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php b/Updated_Cms/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
new file mode 100644
index 0000000000..0f4f04c4e5
--- /dev/null
+++ b/Updated_Cms/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
@@ -0,0 +1,36 @@
+id();
+ $table->morphs('tokenable');
+ $table->string('name');
+ $table->string('token', 64)->unique();
+ $table->text('abilities')->nullable();
+ $table->timestamp('last_used_at')->nullable();
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('personal_access_tokens');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_01_181153_create_activity_log_table.php b/Updated_Cms/database/migrations/2022_08_01_181153_create_activity_log_table.php
new file mode 100644
index 0000000000..d57bf88d31
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_01_181153_create_activity_log_table.php
@@ -0,0 +1,31 @@
+create(config('activitylog.table_name'), function (Blueprint $table) {
+ $table->bigIncrements('id');
+ $table->string('log_name')->nullable();
+ $table->text('description');
+ $table->nullableMorphs('subject', 'subject');
+ $table->nullableMorphs('causer', 'causer');
+ $table->json('properties')->nullable();
+ $table->timestamps();
+ $table->index('log_name');
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::connection(config('activitylog.database_connection'))->dropIfExists(config('activitylog.table_name'));
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_01_181154_add_event_column_to_activity_log_table.php b/Updated_Cms/database/migrations/2022_08_01_181154_add_event_column_to_activity_log_table.php
new file mode 100644
index 0000000000..391a99fac3
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_01_181154_add_event_column_to_activity_log_table.php
@@ -0,0 +1,24 @@
+table(config('activitylog.table_name'), function (Blueprint $table) {
+ if (! columnExists(config('activitylog.table_name'), 'event')) {
+ $table->string('event')->nullable()->after('subject_type');
+ }
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::connection(config('activitylog.database_connection'))->table(config('activitylog.table_name'), function (Blueprint $table) {
+ $table->dropColumn('event');
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_01_181155_add_batch_uuid_column_to_activity_log_table.php b/Updated_Cms/database/migrations/2022_08_01_181155_add_batch_uuid_column_to_activity_log_table.php
new file mode 100644
index 0000000000..7c67f895d5
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_01_181155_add_batch_uuid_column_to_activity_log_table.php
@@ -0,0 +1,24 @@
+table(config('activitylog.table_name'), function (Blueprint $table) {
+ if (! columnExists(config('activitylog.table_name'), 'batch_uuid')) {
+ $table->uuid('batch_uuid')->nullable()->after('properties');
+ }
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::connection(config('activitylog.database_connection'))->table(config('activitylog.table_name'), function (Blueprint $table) {
+ $table->dropColumn('batch_uuid');
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_01_204744_create_table_website_settings.php b/Updated_Cms/database/migrations/2022_08_01_204744_create_table_website_settings.php
new file mode 100644
index 0000000000..dc3c225cd6
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_01_204744_create_table_website_settings.php
@@ -0,0 +1,27 @@
+id();
+ $table->string('key')->unique();
+ $table->string('value');
+ $table->string('comment')->comment('Add an explanation of the setting does');
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_settings');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_01_225834_create_website_articles_table.php b/Updated_Cms/database/migrations/2022_08_01_225834_create_website_articles_table.php
new file mode 100644
index 0000000000..e0a98b8031
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_01_225834_create_website_articles_table.php
@@ -0,0 +1,33 @@
+id();
+ $table->string('slug')->unique();
+ $table->string('title');
+ $table->string('short_story');
+ $table->longText('full_story');
+ $table->string('user_id');
+ $table->string('image');
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_articles');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_04_171615_create_website_languages_table.php b/Updated_Cms/database/migrations/2022_08_04_171615_create_website_languages_table.php
new file mode 100644
index 0000000000..173efc610f
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_04_171615_create_website_languages_table.php
@@ -0,0 +1,26 @@
+id();
+ $table->string('country_code', 8)->unique();
+ $table->string('language')->unique();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_languages');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_06_022347_add_referral_code_to_users_table.php b/Updated_Cms/database/migrations/2022_08_06_022347_add_referral_code_to_users_table.php
new file mode 100644
index 0000000000..0641a889f9
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_06_022347_add_referral_code_to_users_table.php
@@ -0,0 +1,34 @@
+string('referral_code')->nullable()->unique()->after('home_room');
+ });
+
+ foreach (User::whereNull('referral_code')->get() as $user) {
+ $user->update(['referral_code' => sprintf('%s%s', $user->id, Str::random(8))]);
+ }
+ }
+
+ public function down(): void
+ {
+ Schema::table('users', function (Blueprint $table) {
+ Schema::table('users', function (Blueprint $table) {
+ $table->dropColumn('referral_code');
+ });
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_06_022514_create_user_referrals_table.php b/Updated_Cms/database/migrations/2022_08_06_022514_create_user_referrals_table.php
new file mode 100644
index 0000000000..6a51602e24
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_06_022514_create_user_referrals_table.php
@@ -0,0 +1,30 @@
+id();
+ $table->integer('user_id');
+ $table->unsignedBigInteger('referrals_total');
+ $table->timestamps();
+
+ $table->foreign('user_id')->references('id')->on('users')->cascadeOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('user_referrals');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_06_022636_create_referrals_table.php b/Updated_Cms/database/migrations/2022_08_06_022636_create_referrals_table.php
new file mode 100644
index 0000000000..e288fecc7f
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_06_022636_create_referrals_table.php
@@ -0,0 +1,31 @@
+id();
+ $table->integer('user_id')->index();
+ $table->unsignedBigInteger('referred_user_id');
+ $table->string('referred_user_ip');
+ $table->timestamps();
+
+ $table->foreign('user_id')->references('id')->on('users')->cascadeOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('referrals');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_06_022745_create_claimed_referral_logs_table.php b/Updated_Cms/database/migrations/2022_08_06_022745_create_claimed_referral_logs_table.php
new file mode 100644
index 0000000000..6a580485f2
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_06_022745_create_claimed_referral_logs_table.php
@@ -0,0 +1,30 @@
+id();
+ $table->integer('user_id')->index();
+ $table->string('ip_address');
+ $table->timestamps();
+
+ $table->foreign('user_id')->references('id')->on('users');
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('claimed_referral_logs');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_11_033052_create_website_housekeeping_permissions_table.php b/Updated_Cms/database/migrations/2022_08_11_033052_create_website_housekeeping_permissions_table.php
new file mode 100644
index 0000000000..b6352d5744
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_11_033052_create_website_housekeeping_permissions_table.php
@@ -0,0 +1,24 @@
+id();
+ $table->string('permission')->unique();
+ $table->integer('min_rank');
+ $table->string('description')->comment('Describes the permissions')->nullable();
+ $table->timestamps();
+ });
+ }
+
+ public function down()
+ {
+ Schema::dropIfExists('housekeeping_permissions');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_14_210602_add_hidden_staff_to_users_table.php b/Updated_Cms/database/migrations/2022_08_14_210602_add_hidden_staff_to_users_table.php
new file mode 100644
index 0000000000..7b2d3d4ca7
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_14_210602_add_hidden_staff_to_users_table.php
@@ -0,0 +1,19 @@
+boolean('hidden_staff')->after('rank')->default(false);
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_14_210623_add_hidden_rank_to_permissions_table.php b/Updated_Cms/database/migrations/2022_08_14_210623_add_hidden_rank_to_permissions_table.php
new file mode 100644
index 0000000000..6294c82ffc
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_14_210623_add_hidden_rank_to_permissions_table.php
@@ -0,0 +1,19 @@
+boolean('hidden_rank')->after('rank_name')->default(false);
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_25_225959_change_user_id_on_website_articles_table.php b/Updated_Cms/database/migrations/2022_08_25_225959_change_user_id_on_website_articles_table.php
new file mode 100644
index 0000000000..ad66388851
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_25_225959_change_user_id_on_website_articles_table.php
@@ -0,0 +1,16 @@
+integer('user_id')->nullable()->change();
+ $table->foreign('user_id')->references('id')->on('users')->cascadeOnDelete();
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_26_224418_create_website_ip_whitelist_table.php b/Updated_Cms/database/migrations/2022_08_26_224418_create_website_ip_whitelist_table.php
new file mode 100644
index 0000000000..fb9102623f
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_26_224418_create_website_ip_whitelist_table.php
@@ -0,0 +1,28 @@
+id();
+ $table->string('ip_address');
+ $table->string('asn')->nullable();
+ $table->boolean('whitelist_asn')->default(false);
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_ip_whitelist');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_26_224659_create_website_ip_blacklist_table.php b/Updated_Cms/database/migrations/2022_08_26_224659_create_website_ip_blacklist_table.php
new file mode 100644
index 0000000000..640abe1dd0
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_26_224659_create_website_ip_blacklist_table.php
@@ -0,0 +1,28 @@
+id();
+ $table->string('ip_address');
+ $table->string('asn')->nullable();
+ $table->boolean('blacklist_asn')->default(false);
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_ip_blacklist');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_08_26_225952_create_website_permissions_table.php b/Updated_Cms/database/migrations/2022_08_26_225952_create_website_permissions_table.php
new file mode 100644
index 0000000000..ff85e69a09
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_08_26_225952_create_website_permissions_table.php
@@ -0,0 +1,28 @@
+id();
+ $table->string('key')->unique();
+ $table->string('value')->nullable();
+ $table->string('comment')->comment('Explanation on what the permission is used for')->nullable();
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_permissions');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_09_17_225245_add_staff_color_and_description_to_permissions_table.php b/Updated_Cms/database/migrations/2022_09_17_225245_add_staff_color_and_description_to_permissions_table.php
new file mode 100644
index 0000000000..3f8bdcfe5d
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_09_17_225245_add_staff_color_and_description_to_permissions_table.php
@@ -0,0 +1,24 @@
+string('job_description')->default('Here to help')->after('badge');
+ $table->string('staff_color', 8)->default('#327fa8')->after('job_description');
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_09_25_153707_add_staff_background_to_permissions_table.php b/Updated_Cms/database/migrations/2022_09_25_153707_add_staff_background_to_permissions_table.php
new file mode 100644
index 0000000000..8507d420e4
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_09_25_153707_add_staff_background_to_permissions_table.php
@@ -0,0 +1,24 @@
+string('staff_background')->default('staff-bg.png')->after('staff_color');
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::table('permissions', function (Blueprint $table) {});
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_09_26_123543_add_website_article_reactions_table.php b/Updated_Cms/database/migrations/2022_09_26_123543_add_website_article_reactions_table.php
new file mode 100644
index 0000000000..339e99489f
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_09_26_123543_add_website_article_reactions_table.php
@@ -0,0 +1,36 @@
+id();
+ $table->unsignedInteger('user_id');
+ $table->unsignedBigInteger('article_id');
+ $table->string('reaction', 50);
+ $table->boolean('active')->default(true);
+ $table->foreign('article_id')->references('id')->on('website_articles')->cascadeOnDelete();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('website_article_reactions');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_10_01_204009_create_user_sessions_logs_table.php b/Updated_Cms/database/migrations/2022_10_01_204009_create_user_sessions_logs_table.php
new file mode 100644
index 0000000000..f9619439b1
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_10_01_204009_create_user_sessions_logs_table.php
@@ -0,0 +1,36 @@
+id();
+
+ $table->unsignedInteger('user_id');
+ $table->string('ip', 100)->default('0');
+ $table->text('browser')->nullable();
+
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('users_session_logs');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_10_11_135920_create_sessions_table.php b/Updated_Cms/database/migrations/2022_10_11_135920_create_sessions_table.php
new file mode 100644
index 0000000000..91dbebae6a
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_10_11_135920_create_sessions_table.php
@@ -0,0 +1,36 @@
+string('id')->primary();
+ $table->foreignId('user_id')->nullable()->index();
+ $table->string('ip_address', 45)->nullable();
+ $table->text('user_agent')->nullable();
+ $table->longText('payload');
+ $table->integer('last_activity')->index();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('sessions');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_10_11_140005_drop_user_session_logs_table.php b/Updated_Cms/database/migrations/2022_10_11_140005_drop_user_session_logs_table.php
new file mode 100644
index 0000000000..16a592a714
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_10_11_140005_drop_user_session_logs_table.php
@@ -0,0 +1,32 @@
+id();
+
+ $table->unsignedInteger('user_id');
+ $table->string('ip', 100)->default('0');
+ $table->text('browser')->nullable();
+
+ $table->timestamps();
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_10_28_144239_add_two_factor_confirmed_to_users_table.php b/Updated_Cms/database/migrations/2022_10_28_144239_add_two_factor_confirmed_to_users_table.php
new file mode 100644
index 0000000000..78d41e4731
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_10_28_144239_add_two_factor_confirmed_to_users_table.php
@@ -0,0 +1,21 @@
+boolean('two_factor_confirmed')
+ ->after('two_factor_recovery_codes')
+ ->default(false);
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_11_12_231917_create_website_wordfilter_table.php b/Updated_Cms/database/migrations/2022_11_12_231917_create_website_wordfilter_table.php
new file mode 100644
index 0000000000..a09c086312
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_11_12_231917_create_website_wordfilter_table.php
@@ -0,0 +1,26 @@
+id();
+ $table->string('word')->unique();
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_wordfilter');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_11_15_190549_create_website_beta_codes_table.php b/Updated_Cms/database/migrations/2022_11_15_190549_create_website_beta_codes_table.php
new file mode 100644
index 0000000000..7bd857e34d
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_11_15_190549_create_website_beta_codes_table.php
@@ -0,0 +1,27 @@
+id();
+ $table->string('code')->unique();
+ $table->integer('user_id')->nullable();
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_beta_codes');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_11_29_141603_rename_website_permissions_columns.php b/Updated_Cms/database/migrations/2022_11_29_141603_rename_website_permissions_columns.php
new file mode 100644
index 0000000000..1f03fa2927
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_11_29_141603_rename_website_permissions_columns.php
@@ -0,0 +1,24 @@
+truncate();
+ Schema::table('website_permissions', function (Blueprint $table) {
+ $table->renameColumn('key', 'permission');
+ });
+
+ Schema::table('website_permissions', function (Blueprint $table) {
+ $table->renameColumn('value', 'min_rank');
+ });
+
+ Schema::table('website_permissions', function (Blueprint $table) {
+ $table->renameColumn('comment', 'description');
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_11_29_145238_create_website_teams_table.php b/Updated_Cms/database/migrations/2022_11_29_145238_create_website_teams_table.php
new file mode 100644
index 0000000000..d0f5f534ba
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_11_29_145238_create_website_teams_table.php
@@ -0,0 +1,31 @@
+id();
+ $table->string('rank_name')->unique();
+ $table->boolean('hidden_rank')->default(false);
+ $table->string('badge')->nullable();
+ $table->string('job_description')->nullable();
+ $table->string('staff_color')->default('#327fa8');
+ $table->string('staff_background')->default('staff-bg.png');
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_teams');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_11_29_145239_add_teams_id_to_users_table.php b/Updated_Cms/database/migrations/2022_11_29_145239_add_teams_id_to_users_table.php
new file mode 100644
index 0000000000..a672ce5480
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_11_29_145239_add_teams_id_to_users_table.php
@@ -0,0 +1,25 @@
+unsignedBigInteger('team_id')->nullable();
+ }
+
+ $table->foreign('team_id')->references('id')->on('website_teams')->nullOnDelete();
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_12_03_140445_create_website_staff_applications_table.php b/Updated_Cms/database/migrations/2022_12_03_140445_create_website_staff_applications_table.php
new file mode 100644
index 0000000000..fec128e95e
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_12_03_140445_create_website_staff_applications_table.php
@@ -0,0 +1,33 @@
+id();
+ $table->integer('user_id');
+ $table->integer('rank_id');
+ $table->text('content');
+ $table->timestamps();
+
+ $table->foreign('user_id')->references('id')->on('users')->cascadeOnDelete();
+ $table->foreign('rank_id')->references('id')->on('permissions')->cascadeOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_staff_applications');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2022_12_06_233823_create_website_open_positions_table.php b/Updated_Cms/database/migrations/2022_12_06_233823_create_website_open_positions_table.php
new file mode 100644
index 0000000000..551e53f60a
--- /dev/null
+++ b/Updated_Cms/database/migrations/2022_12_06_233823_create_website_open_positions_table.php
@@ -0,0 +1,29 @@
+id();
+ $table->integer('permission_id');
+ $table->string('description');
+ $table->timestamp('apply_from')->nullable();
+ $table->timestamp('apply_to')->nullable();
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_open_positions');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_01_08_134509_create_website_article_comments_table.php b/Updated_Cms/database/migrations/2023_01_08_134509_create_website_article_comments_table.php
new file mode 100644
index 0000000000..3b46a7d6eb
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_01_08_134509_create_website_article_comments_table.php
@@ -0,0 +1,33 @@
+id();
+ $table->unsignedBigInteger('article_id');
+ $table->integer('user_id');
+ $table->string('comment');
+ $table->timestamps();
+
+ $table->foreign('article_id')->references('id')->on('website_articles')->cascadeOnDelete();
+ $table->foreign('user_id')->references('id')->on('users')->cascadeOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_article_comments');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_01_11_211401_create_website_rare_value_categories_table.php b/Updated_Cms/database/migrations/2023_01_11_211401_create_website_rare_value_categories_table.php
new file mode 100644
index 0000000000..c0624905dd
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_01_11_211401_create_website_rare_value_categories_table.php
@@ -0,0 +1,28 @@
+id();
+ $table->string('name')->unique();
+ $table->string('badge');
+ $table->unsignedInteger('priority')->default(1);
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_rare_value_categories');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_01_11_211508_create_website_rare_values_table.php b/Updated_Cms/database/migrations/2023_01_11_211508_create_website_rare_values_table.php
new file mode 100644
index 0000000000..579dcbfffd
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_01_11_211508_create_website_rare_values_table.php
@@ -0,0 +1,38 @@
+id();
+ $table->unsignedBigInteger('category_id');
+ $table->integer('item_id')->nullable()->index();
+ $table->string('name')->index();
+ $table->string('credit_value')->nullable();
+ $table->string('currency_value')->nullable();
+ $table->string('currency_type')->default('diamonds');
+ $table->string('furniture_icon');
+ $table->timestamps();
+
+ $table->foreign('category_id')
+ ->references('id')
+ ->on('website_rare_value_categories')
+ ->cascadeOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_rare_values');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_01_15_144949_create_website_rule_categories_table.php b/Updated_Cms/database/migrations/2023_01_15_144949_create_website_rule_categories_table.php
new file mode 100644
index 0000000000..18405c93e2
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_01_15_144949_create_website_rule_categories_table.php
@@ -0,0 +1,30 @@
+id();
+
+ $table->string('name')->unique();
+ $table->string('description');
+ $table->string('badge');
+
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_rule_categories');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_01_15_145015_create_website_rules_table.php b/Updated_Cms/database/migrations/2023_01_15_145015_create_website_rules_table.php
new file mode 100644
index 0000000000..5a931c502c
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_01_15_145015_create_website_rules_table.php
@@ -0,0 +1,33 @@
+id();
+
+ $table->unsignedBigInteger('category_id')->nullable();
+ $table->string('paragraph', 8);
+ $table->text('rule');
+
+ $table->timestamps();
+
+ $table->foreign('category_id')->references('id')->on('website_rule_categories')->nullOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_rules');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_01_15_215807_add_deleted_at_to_website_articles_table.php b/Updated_Cms/database/migrations/2023_01_15_215807_add_deleted_at_to_website_articles_table.php
new file mode 100644
index 0000000000..c869e0c6a7
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_01_15_215807_add_deleted_at_to_website_articles_table.php
@@ -0,0 +1,19 @@
+softDeletes()->after('updated_at');
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_01_16_171014_add_can_comment_to_website_articles_table.php b/Updated_Cms/database/migrations/2023_01_16_171014_add_can_comment_to_website_articles_table.php
new file mode 100644
index 0000000000..245090c1c1
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_01_16_171014_add_can_comment_to_website_articles_table.php
@@ -0,0 +1,19 @@
+boolean('can_comment')->default(true)->after('image');
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_02_18_000000_rename_password_resets_table.php b/Updated_Cms/database/migrations/2023_02_18_000000_rename_password_resets_table.php
new file mode 100644
index 0000000000..c3f948980b
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_02_18_000000_rename_password_resets_table.php
@@ -0,0 +1,23 @@
+id();
+
+ $table->unsignedInteger('step')->default(0)->nullable();
+ $table->boolean('completed')->default(false);
+ $table->string('installation_key')->nullable();
+ $table->string('user_ip')->nullable();
+
+ $table->timestamps();
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_04_07_231919_remove_can_apply_from_permissions_table.php b/Updated_Cms/database/migrations/2023_04_07_231919_remove_can_apply_from_permissions_table.php
new file mode 100644
index 0000000000..1adb3e7b4d
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_04_07_231919_remove_can_apply_from_permissions_table.php
@@ -0,0 +1,17 @@
+id();
+ $table->string('name')->unique();
+ $table->text('content');
+ $table->unsignedInteger('position')->default(1);
+ $table->string('image_url')->nullable();
+ $table->string('button_text')->nullable();
+ $table->string('button_url')->nullable();
+ $table->string('button_color', 16)->default('#eeb425');
+ $table->string('button_border_color', 16)->default('#facc15');
+ $table->boolean('small_box')->default(false);
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_help_center_categories');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_06_09_192043_create_website_help_center_tickets_table.php b/Updated_Cms/database/migrations/2023_06_09_192043_create_website_help_center_tickets_table.php
new file mode 100644
index 0000000000..5ec1112a0c
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_06_09_192043_create_website_help_center_tickets_table.php
@@ -0,0 +1,30 @@
+id();
+ $table->integer('user_id')->nullable();
+ $table->unsignedBigInteger('category_id')->nullable();
+ $table->string('title');
+ $table->text('content');
+ $table->boolean('open')->default(true);
+
+ $table->timestamps();
+
+ $table->foreign('user_id')->references('id')->on('users')->cascadeOnDelete();
+ $table->foreign('category_id')->references('id')->on('website_help_center_categories')->cascadeOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_help_center_tickets');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_06_10_193615_create_website_paypal_transactions.php b/Updated_Cms/database/migrations/2023_06_10_193615_create_website_paypal_transactions.php
new file mode 100644
index 0000000000..87040b9f0d
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_06_10_193615_create_website_paypal_transactions.php
@@ -0,0 +1,37 @@
+id();
+
+ $table->integer('user_id');
+ $table->string('transaction_id');
+ $table->string('status')->nullable();
+ $table->string('description', 512)->nullable();
+ $table->float('amount');
+ $table->string('currency')->default('USD');
+
+ $table->timestamps();
+
+ $table->foreign('user_id')->references('id')->on('users');
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('website_paypal_transactions');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_06_10_193635_create_website_shop_articles.php b/Updated_Cms/database/migrations/2023_06_10_193635_create_website_shop_articles.php
new file mode 100644
index 0000000000..89d9a7d1bd
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_06_10_193635_create_website_shop_articles.php
@@ -0,0 +1,43 @@
+id();
+
+ $table->string('name')->unique();
+ $table->string('info');
+ $table->string('icon');
+ $table->string('color');
+ $table->unsignedInteger('costs');
+ $table->integer('give_rank')->nullable();
+ $table->unsignedInteger('credits')->nullable();
+ $table->unsignedInteger('duckets')->nullable();
+ $table->unsignedInteger('diamonds')->nullable();
+ $table->string('badges')->nullable();
+ $table->json('furniture')->nullable();
+ $table->unsignedInteger('position')->default(0);
+
+ $table->timestamps();
+
+ $table->foreign('give_rank')->references('id')->on('permissions')->nullOnDelete();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('website_shop_articles');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_06_11_022341_add_website_balance_to_users_table.php b/Updated_Cms/database/migrations/2023_06_11_022341_add_website_balance_to_users_table.php
new file mode 100644
index 0000000000..0568204c3b
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_06_11_022341_add_website_balance_to_users_table.php
@@ -0,0 +1,22 @@
+unsignedInteger('website_balance')->default(0)->after('referral_code');
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::table('users', function (Blueprint $table) {
+ //
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_06_11_024437_create_website_shop_vouchers_table.php b/Updated_Cms/database/migrations/2023_06_11_024437_create_website_shop_vouchers_table.php
new file mode 100644
index 0000000000..e3b37f5015
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_06_11_024437_create_website_shop_vouchers_table.php
@@ -0,0 +1,26 @@
+id();
+ $table->string('code')->unique();
+ $table->unsignedInteger('max_uses')->default(1);
+ $table->unsignedInteger('use_count')->default(0);
+ $table->unsignedInteger('amount');
+ $table->timestamp('expires_at')->nullable();
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_shop_vouchers');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_06_11_025034_create_website_used_shop_vouchers_table.php b/Updated_Cms/database/migrations/2023_06_11_025034_create_website_used_shop_vouchers_table.php
new file mode 100644
index 0000000000..f6302ddff4
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_06_11_025034_create_website_used_shop_vouchers_table.php
@@ -0,0 +1,26 @@
+id();
+ $table->integer('user_id');
+ $table->unsignedBigInteger('voucher_id');
+ $table->timestamps();
+
+ $table->foreign('user_id')->references('id')->on('users')->cascadeOnDelete();
+ $table->foreign('voucher_id')->references('id')->on('website_shop_vouchers')->cascadeOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_used_shop_vouchers');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_06_11_193806_create_website_shop_article_features_table.php b/Updated_Cms/database/migrations/2023_06_11_193806_create_website_shop_article_features_table.php
new file mode 100644
index 0000000000..8252e43491
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_06_11_193806_create_website_shop_article_features_table.php
@@ -0,0 +1,27 @@
+id();
+
+ $table->unsignedBigInteger('article_id');
+ $table->json('features');
+
+ $table->timestamps();
+
+ $table->foreign('article_id')->references('id')->on('website_shop_articles')->cascadeOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_shop_article_features');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_07_27_160817_create_website_help_center_ticket_replies_table.php b/Updated_Cms/database/migrations/2023_07_27_160817_create_website_help_center_ticket_replies_table.php
new file mode 100644
index 0000000000..2b9d5af29f
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_07_27_160817_create_website_help_center_ticket_replies_table.php
@@ -0,0 +1,30 @@
+id();
+
+ $table->unsignedBigInteger('ticket_id');
+ $table->integer('user_id');
+
+ $table->text('content');
+
+ $table->timestamps();
+
+ $table->foreign('ticket_id')->references('id')->on('website_help_center_tickets')->cascadeOnDelete();
+ $table->foreign('user_id')->references('id')->on('users')->cascadeOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_help_center_ticket_replies');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_08_01_202051_update_features_column_on_website_shop_article_features_table.php b/Updated_Cms/database/migrations/2023_08_01_202051_update_features_column_on_website_shop_article_features_table.php
new file mode 100644
index 0000000000..975aa392cd
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_08_01_202051_update_features_column_on_website_shop_article_features_table.php
@@ -0,0 +1,28 @@
+truncate();
+
+ Schema::table('website_shop_article_features', function (Blueprint $table) {
+ $table->renameColumn('features', 'content');
+ });
+
+ Schema::table('website_shop_article_features', function (Blueprint $table) {
+ $table->string('content')->change();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::table('website_shop_article_features', function (Blueprint $table) {
+ //
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_09_08_153004_change_icon_to_icon_url_oi_website_shop_articles_table.php b/Updated_Cms/database/migrations/2023_09_08_153004_change_icon_to_icon_url_oi_website_shop_articles_table.php
new file mode 100644
index 0000000000..f0fb158bc4
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_09_08_153004_change_icon_to_icon_url_oi_website_shop_articles_table.php
@@ -0,0 +1,22 @@
+renameColumn('icon', 'icon_url');
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::table('website_shop_articles', function (Blueprint $table) {
+ $table->renameColumn('icon_url', 'icon');
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_09_09_030403_add_item_id_index_to_items_table.php b/Updated_Cms/database/migrations/2023_09_09_030403_add_item_id_index_to_items_table.php
new file mode 100644
index 0000000000..ae9ddc6b7c
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_09_09_030403_add_item_id_index_to_items_table.php
@@ -0,0 +1,28 @@
+index(['item_id'], 'items_item_id_index');
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::table('items', function (Blueprint $table) {
+ $table->dropIndex('items_item_id_index');
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2023_09_13_130322_update_password_reset_tokens_created_at.php b/Updated_Cms/database/migrations/2023_09_13_130322_update_password_reset_tokens_created_at.php
new file mode 100644
index 0000000000..82554d3d2a
--- /dev/null
+++ b/Updated_Cms/database/migrations/2023_09_13_130322_update_password_reset_tokens_created_at.php
@@ -0,0 +1,26 @@
+timestamp('created_at')->useCurrent()->change();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ //
+ }
+};
diff --git a/Updated_Cms/database/migrations/2024_02_10_155321_create_website_user_guestbooks_table.php b/Updated_Cms/database/migrations/2024_02_10_155321_create_website_user_guestbooks_table.php
new file mode 100644
index 0000000000..6cc852e938
--- /dev/null
+++ b/Updated_Cms/database/migrations/2024_02_10_155321_create_website_user_guestbooks_table.php
@@ -0,0 +1,30 @@
+id();
+
+ $table->integer('profile_id');
+ $table->integer('user_id');
+ $table->string('message');
+
+ $table->timestamps();
+
+ $table->foreign('profile_id')->references('id')->on('users')->cascadeOnDelete();
+ $table->foreign('user_id')->references('id')->on('users')->cascadeOnDelete();
+
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_user_guestbooks');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2024_06_15_093257_create_website_shop_categories_table.php b/Updated_Cms/database/migrations/2024_06_15_093257_create_website_shop_categories_table.php
new file mode 100644
index 0000000000..85e32a771d
--- /dev/null
+++ b/Updated_Cms/database/migrations/2024_06_15_093257_create_website_shop_categories_table.php
@@ -0,0 +1,26 @@
+id();
+
+ $table->string('name');
+ $table->string('slug')->unique();
+ $table->string('icon')->nullable();
+
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_shop_categories');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2024_06_15_093658_add_category_id_to_website_shop_articles_table.php b/Updated_Cms/database/migrations/2024_06_15_093658_add_category_id_to_website_shop_articles_table.php
new file mode 100644
index 0000000000..fedb355ffb
--- /dev/null
+++ b/Updated_Cms/database/migrations/2024_06_15_093658_add_category_id_to_website_shop_articles_table.php
@@ -0,0 +1,16 @@
+foreignIdFor(WebsiteShopCategory::class)->after('id')->nullable();
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2024_06_16_122838_add_is_giftable_to_website_shop_articles_table.php b/Updated_Cms/database/migrations/2024_06_16_122838_add_is_giftable_to_website_shop_articles_table.php
new file mode 100644
index 0000000000..d9bd7bf36d
--- /dev/null
+++ b/Updated_Cms/database/migrations/2024_06_16_122838_add_is_giftable_to_website_shop_articles_table.php
@@ -0,0 +1,15 @@
+boolean('is_giftable')->default(true)->after('position');
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2024_06_16_184306_create_website_maintenance_tasks_table.php b/Updated_Cms/database/migrations/2024_06_16_184306_create_website_maintenance_tasks_table.php
new file mode 100644
index 0000000000..8a77b5d9de
--- /dev/null
+++ b/Updated_Cms/database/migrations/2024_06_16_184306_create_website_maintenance_tasks_table.php
@@ -0,0 +1,28 @@
+id();
+
+ $table->integer('user_id')->nullable();
+ $table->string('task');
+ $table->boolean('completed')->default(false);
+
+ $table->timestamps();
+
+ $table->foreign('user_id')->references('id')->on('users')->nullOnDelete();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_maintenance_tasks');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2024_06_16_184358_change_value_column_type_on_website_settings_table.php b/Updated_Cms/database/migrations/2024_06_16_184358_change_value_column_type_on_website_settings_table.php
new file mode 100644
index 0000000000..6ce48aa1cc
--- /dev/null
+++ b/Updated_Cms/database/migrations/2024_06_16_184358_change_value_column_type_on_website_settings_table.php
@@ -0,0 +1,15 @@
+text('value')->change();
+ });
+ }
+};
diff --git a/Updated_Cms/database/migrations/2024_12_18_201247_create_tags_table.php b/Updated_Cms/database/migrations/2024_12_18_201247_create_tags_table.php
new file mode 100644
index 0000000000..42f79e3dc8
--- /dev/null
+++ b/Updated_Cms/database/migrations/2024_12_18_201247_create_tags_table.php
@@ -0,0 +1,31 @@
+id();
+
+ $table->string('name');
+ $table->string('background_color', 10);
+
+ $table->timestamps();
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('tags');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2024_12_19_103846_create_taggables_table.php b/Updated_Cms/database/migrations/2024_12_19_103846_create_taggables_table.php
new file mode 100644
index 0000000000..1e4920d983
--- /dev/null
+++ b/Updated_Cms/database/migrations/2024_12_19_103846_create_taggables_table.php
@@ -0,0 +1,28 @@
+foreignIdFor(Tag::class);
+ $table->morphs('taggable');
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('taggables');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2024_12_24_100950_add_visible_to_camera_web_table.php b/Updated_Cms/database/migrations/2024_12_24_100950_add_visible_to_camera_web_table.php
new file mode 100644
index 0000000000..fe8773ac96
--- /dev/null
+++ b/Updated_Cms/database/migrations/2024_12_24_100950_add_visible_to_camera_web_table.php
@@ -0,0 +1,22 @@
+boolean('visible')->default(true);
+ });
+ }
+
+ public function down()
+ {
+ Schema::table('camera_web', function (Blueprint $table) {
+ $table->dropColumn('visible');
+ });
+ }
+}
diff --git a/Updated_Cms/database/migrations/2024_12_31_113038_update_subject_id_column_in_activity_log_table.php b/Updated_Cms/database/migrations/2024_12_31_113038_update_subject_id_column_in_activity_log_table.php
new file mode 100644
index 0000000000..eb50c2e4cb
--- /dev/null
+++ b/Updated_Cms/database/migrations/2024_12_31_113038_update_subject_id_column_in_activity_log_table.php
@@ -0,0 +1,22 @@
+string('subject_id')->change();
+ });
+ }
+
+ public function down()
+ {
+ Schema::table('activity_log', function (Blueprint $table) {
+ $table->integer('subject_id')->change();
+ });
+ }
+}
diff --git a/Updated_Cms/database/migrations/2025_01_06_132851_create_website_badges_table.php b/Updated_Cms/database/migrations/2025_01_06_132851_create_website_badges_table.php
new file mode 100644
index 0000000000..92dc9c52e8
--- /dev/null
+++ b/Updated_Cms/database/migrations/2025_01_06_132851_create_website_badges_table.php
@@ -0,0 +1,24 @@
+id();
+ $table->string('badge_key')->unique(); // e.g., badge_desc_14X12
+ $table->string('badge_name'); // e.g., 14X12
+ $table->text('badge_description'); // e.g., "Ohh palmboom, ohhh palmboom, wat zijn je takken wonderschoon!"
+ $table->timestamps();
+ });
+ }
+
+ public function down()
+ {
+ Schema::dropIfExists('website_badges');
+ }
+}
diff --git a/Updated_Cms/database/migrations/2025_01_09_102116_create_website_ads_table.php b/Updated_Cms/database/migrations/2025_01_09_102116_create_website_ads_table.php
new file mode 100644
index 0000000000..e174dae803
--- /dev/null
+++ b/Updated_Cms/database/migrations/2025_01_09_102116_create_website_ads_table.php
@@ -0,0 +1,22 @@
+id();
+ $table->string('image');
+ $table->timestamps();
+ });
+ }
+
+ public function down(): void
+ {
+ Schema::dropIfExists('website_ads');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2025_03_09_152802_create_cache_table.php b/Updated_Cms/database/migrations/2025_03_09_152802_create_cache_table.php
new file mode 100644
index 0000000000..b9c106be81
--- /dev/null
+++ b/Updated_Cms/database/migrations/2025_03_09_152802_create_cache_table.php
@@ -0,0 +1,35 @@
+string('key')->primary();
+ $table->mediumText('value');
+ $table->integer('expiration');
+ });
+
+ Schema::create('cache_locks', function (Blueprint $table) {
+ $table->string('key')->primary();
+ $table->string('owner');
+ $table->integer('expiration');
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('cache');
+ Schema::dropIfExists('cache_locks');
+ }
+};
diff --git a/Updated_Cms/database/migrations/2025_07_21_108114_create_website_drawbadge_table.php b/Updated_Cms/database/migrations/2025_07_21_108114_create_website_drawbadge_table.php
new file mode 100644
index 0000000000..1472582167
--- /dev/null
+++ b/Updated_Cms/database/migrations/2025_07_21_108114_create_website_drawbadge_table.php
@@ -0,0 +1,54 @@
+id();
+ $table->integer('user_id');
+ $table->string('badge_path');
+ $table->string('badge_url');
+ $table->string('badge_name');
+ $table->string('badge_desc');
+ $table->boolean('published')->default(false);
+ $table->timestamps();
+
+ $table->foreign('user_id')->references('id')->on('users')->cascadeOnDelete();
+ });
+
+ DB::table('website_settings')->insert([
+ [
+ 'key' => 'drawbadge_currency_value',
+ 'value' => '150',
+ 'comment' => 'Adjust here the amount that is required for buying a custom badge',
+ ],
+ [
+ 'key' => 'drawbadge_currency_type',
+ 'value' => 'credits',
+ 'comment' => 'Adjust here the currency type (credits, duckets, diamonds, points)',
+ ],
+ ]);
+ }
+
+ /**
+ * Reverse the migrations.
+ */
+ public function down(): void
+ {
+ Schema::dropIfExists('website_drawbadges');
+
+ DB::table('website_settings')->whereIn('key', [
+ 'drawbadge_currency_value',
+ 'drawbadge_currency_type',
+ ])->delete();
+ }
+};
diff --git a/Updated_Cms/database/migrations/sqls/default.sql b/Updated_Cms/database/migrations/sqls/default.sql
new file mode 100644
index 0000000000..80fc2a10d8
--- /dev/null
+++ b/Updated_Cms/database/migrations/sqls/default.sql
@@ -0,0 +1,30451 @@
+/*
+ Navicat Premium Data Transfer
+
+ Source Server : localhost_3306
+ Source Server Type : MySQL
+ Source Server Version : 80030
+ Source Host : localhost:3306
+ Source Schema : ms3-release
+
+ Target Server Type : MySQL
+ Target Server Version : 80030
+ File Encoding : 65001
+
+ Date: 29/01/2023 12:54:38
+*/
+
+SET NAMES utf8;
+SET FOREIGN_KEY_CHECKS = 0;
+
+-- ----------------------------
+-- Table structure for achievements
+-- ----------------------------
+DROP TABLE IF EXISTS `achievements`;
+CREATE TABLE `achievements` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `name` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'ACH_',
+ `category` enum('identity','explore','music','social','games','room_builder','pets','tools','events') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'identity',
+ `level` int(0) NOT NULL DEFAULT 1,
+ `reward_amount` int(0) NOT NULL DEFAULT 100,
+ `reward_type` int(0) NOT NULL DEFAULT 0,
+ `points` int(0) NULL DEFAULT 10,
+ `progress_needed` int(0) NOT NULL DEFAULT 1,
+ PRIMARY KEY (`name`, `level`) USING BTREE,
+ UNIQUE INDEX `id`(`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 2762 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of achievements
+-- ----------------------------
+INSERT INTO `achievements` VALUES (467, 'AvatarLooks', 'identity', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (469, 'RoomEntry', 'explore', 1, 5, 0, 5, 5);
+INSERT INTO `achievements` VALUES (470, 'RoomEntry', 'explore', 2, 10, 0, 5, 20);
+INSERT INTO `achievements` VALUES (471, 'RoomEntry', 'explore', 3, 15, 0, 10, 50);
+INSERT INTO `achievements` VALUES (472, 'RoomEntry', 'explore', 4, 20, 0, 15, 100);
+INSERT INTO `achievements` VALUES (473, 'RoomEntry', 'explore', 5, 25, 0, 20, 160);
+INSERT INTO `achievements` VALUES (474, 'RoomEntry', 'explore', 6, 30, 0, 25, 240);
+INSERT INTO `achievements` VALUES (475, 'RoomEntry', 'explore', 7, 35, 0, 30, 360);
+INSERT INTO `achievements` VALUES (476, 'RoomEntry', 'explore', 8, 40, 0, 35, 500);
+INSERT INTO `achievements` VALUES (477, 'RoomEntry', 'explore', 9, 45, 0, 40, 660);
+INSERT INTO `achievements` VALUES (478, 'RoomEntry', 'explore', 10, 50, 0, 45, 2400);
+INSERT INTO `achievements` VALUES (479, 'Motto', 'identity', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (480, 'HappyHour', 'identity', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (481, 'RegistrationDuration', 'identity', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (482, 'RegistrationDuration', 'identity', 2, 10, 0, 10, 3);
+INSERT INTO `achievements` VALUES (483, 'RegistrationDuration', 'identity', 3, 15, 0, 15, 10);
+INSERT INTO `achievements` VALUES (484, 'RegistrationDuration', 'identity', 4, 20, 0, 20, 20);
+INSERT INTO `achievements` VALUES (485, 'RegistrationDuration', 'identity', 5, 25, 0, 25, 30);
+INSERT INTO `achievements` VALUES (486, 'RegistrationDuration', 'identity', 6, 30, 0, 30, 56);
+INSERT INTO `achievements` VALUES (487, 'RegistrationDuration', 'identity', 7, 35, 0, 35, 84);
+INSERT INTO `achievements` VALUES (488, 'RegistrationDuration', 'identity', 8, 40, 0, 40, 112);
+INSERT INTO `achievements` VALUES (489, 'RegistrationDuration', 'identity', 9, 45, 0, 45, 168);
+INSERT INTO `achievements` VALUES (490, 'RegistrationDuration', 'identity', 10, 50, 0, 50, 224);
+INSERT INTO `achievements` VALUES (506, 'RespectEarned', 'social', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (507, 'RespectEarned', 'social', 2, 10, 0, 5, 6);
+INSERT INTO `achievements` VALUES (508, 'RespectEarned', 'social', 3, 15, 0, 10, 16);
+INSERT INTO `achievements` VALUES (509, 'RespectEarned', 'social', 4, 20, 0, 15, 66);
+INSERT INTO `achievements` VALUES (510, 'RespectEarned', 'social', 5, 25, 0, 20, 166);
+INSERT INTO `achievements` VALUES (511, 'RespectEarned', 'social', 6, 30, 0, 25, 366);
+INSERT INTO `achievements` VALUES (512, 'RespectEarned', 'social', 7, 35, 0, 30, 566);
+INSERT INTO `achievements` VALUES (513, 'RespectEarned', 'social', 8, 40, 0, 35, 766);
+INSERT INTO `achievements` VALUES (514, 'RespectEarned', 'social', 9, 45, 0, 40, 966);
+INSERT INTO `achievements` VALUES (515, 'RespectEarned', 'social', 10, 50, 0, 45, 4660);
+INSERT INTO `achievements` VALUES (517, 'AllTimeHotelPresence', 'identity', 1, 5, 0, 0, 30);
+INSERT INTO `achievements` VALUES (518, 'AllTimeHotelPresence', 'identity', 2, 10, 0, 5, 60);
+INSERT INTO `achievements` VALUES (519, 'AllTimeHotelPresence', 'identity', 3, 15, 0, 10, 360);
+INSERT INTO `achievements` VALUES (520, 'AllTimeHotelPresence', 'identity', 4, 20, 0, 15, 980);
+INSERT INTO `achievements` VALUES (521, 'AllTimeHotelPresence', 'identity', 5, 25, 0, 20, 4560);
+INSERT INTO `achievements` VALUES (522, 'AllTimeHotelPresence', 'identity', 6, 30, 0, 25, 13200);
+INSERT INTO `achievements` VALUES (523, 'AllTimeHotelPresence', 'identity', 7, 35, 0, 30, 30480);
+INSERT INTO `achievements` VALUES (524, 'AllTimeHotelPresence', 'identity', 8, 40, 0, 35, 65040);
+INSERT INTO `achievements` VALUES (525, 'AllTimeHotelPresence', 'identity', 9, 45, 0, 40, 134160);
+INSERT INTO `achievements` VALUES (526, 'AllTimeHotelPresence', 'identity', 10, 50, 0, 45, 872400);
+INSERT INTO `achievements` VALUES (527, 'RespectGiven', 'social', 1, 5, 0, 0, 2);
+INSERT INTO `achievements` VALUES (528, 'TraderPass', 'identity', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (529, 'PetLover', 'pets', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (530, 'PetLover', 'pets', 2, 10, 0, 5, 3);
+INSERT INTO `achievements` VALUES (531, 'PetLover', 'pets', 3, 15, 0, 10, 5);
+INSERT INTO `achievements` VALUES (532, 'PetLover', 'pets', 4, 20, 0, 15, 10);
+INSERT INTO `achievements` VALUES (533, 'PetLover', 'pets', 5, 25, 0, 20, 15);
+INSERT INTO `achievements` VALUES (534, 'PetLover', 'pets', 6, 30, 0, 25, 25);
+INSERT INTO `achievements` VALUES (535, 'PetLover', 'pets', 7, 35, 0, 30, 35);
+INSERT INTO `achievements` VALUES (536, 'PetLover', 'pets', 8, 40, 0, 35, 45);
+INSERT INTO `achievements` VALUES (537, 'PetLover', 'pets', 9, 45, 0, 40, 60);
+INSERT INTO `achievements` VALUES (538, 'PetLover', 'pets', 10, 50, 0, 45, 75);
+INSERT INTO `achievements` VALUES (559, 'PetLevelUp', 'pets', 1, 5, 0, 0, 2);
+INSERT INTO `achievements` VALUES (560, 'PetLevelUp', 'pets', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (561, 'PetLevelUp', 'pets', 3, 15, 0, 10, 10);
+INSERT INTO `achievements` VALUES (562, 'PetLevelUp', 'pets', 4, 20, 0, 15, 20);
+INSERT INTO `achievements` VALUES (563, 'PetLevelUp', 'pets', 5, 25, 0, 20, 30);
+INSERT INTO `achievements` VALUES (564, 'PetLevelUp', 'pets', 6, 30, 0, 25, 50);
+INSERT INTO `achievements` VALUES (565, 'PetLevelUp', 'pets', 7, 35, 0, 30, 80);
+INSERT INTO `achievements` VALUES (566, 'PetLevelUp', 'pets', 8, 40, 0, 35, 130);
+INSERT INTO `achievements` VALUES (567, 'PetLevelUp', 'pets', 9, 45, 0, 40, 200);
+INSERT INTO `achievements` VALUES (568, 'PetLevelUp', 'pets', 10, 50, 0, 45, 320);
+INSERT INTO `achievements` VALUES (569, 'PetRespectReceiver', 'pets', 1, 5, 0, 0, 3);
+INSERT INTO `achievements` VALUES (570, 'PetRespectReceiver', 'pets', 2, 10, 0, 5, 10);
+INSERT INTO `achievements` VALUES (571, 'PetRespectReceiver', 'pets', 3, 15, 0, 10, 20);
+INSERT INTO `achievements` VALUES (572, 'PetRespectReceiver', 'pets', 4, 20, 0, 15, 40);
+INSERT INTO `achievements` VALUES (573, 'PetRespectReceiver', 'pets', 5, 25, 0, 20, 70);
+INSERT INTO `achievements` VALUES (574, 'PetRespectReceiver', 'pets', 6, 30, 0, 25, 120);
+INSERT INTO `achievements` VALUES (575, 'PetRespectReceiver', 'pets', 7, 35, 0, 30, 200);
+INSERT INTO `achievements` VALUES (576, 'PetRespectReceiver', 'pets', 8, 40, 0, 35, 300);
+INSERT INTO `achievements` VALUES (577, 'PetRespectReceiver', 'pets', 9, 45, 0, 40, 500);
+INSERT INTO `achievements` VALUES (578, 'PetRespectReceiver', 'pets', 10, 50, 0, 45, 750);
+INSERT INTO `achievements` VALUES (579, 'PetRespectGiver', 'pets', 1, 5, 0, 0, 2);
+INSERT INTO `achievements` VALUES (580, 'PetRespectGiver', 'pets', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (581, 'PetRespectGiver', 'pets', 3, 15, 0, 10, 10);
+INSERT INTO `achievements` VALUES (582, 'PetRespectGiver', 'pets', 4, 20, 0, 15, 20);
+INSERT INTO `achievements` VALUES (583, 'PetRespectGiver', 'pets', 5, 25, 0, 20, 40);
+INSERT INTO `achievements` VALUES (584, 'PetRespectGiver', 'pets', 6, 30, 0, 25, 70);
+INSERT INTO `achievements` VALUES (585, 'PetRespectGiver', 'pets', 7, 35, 0, 30, 110);
+INSERT INTO `achievements` VALUES (586, 'PetRespectGiver', 'pets', 8, 40, 0, 35, 170);
+INSERT INTO `achievements` VALUES (587, 'PetRespectGiver', 'pets', 9, 45, 0, 40, 250);
+INSERT INTO `achievements` VALUES (588, 'PetRespectGiver', 'pets', 10, 50, 0, 45, 350);
+INSERT INTO `achievements` VALUES (589, 'GiftGiver', 'social', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (590, 'GiftGiver', 'social', 2, 10, 0, 5, 6);
+INSERT INTO `achievements` VALUES (591, 'GiftGiver', 'social', 3, 15, 0, 10, 14);
+INSERT INTO `achievements` VALUES (592, 'GiftGiver', 'social', 4, 20, 0, 15, 26);
+INSERT INTO `achievements` VALUES (593, 'GiftGiver', 'social', 5, 25, 0, 20, 46);
+INSERT INTO `achievements` VALUES (594, 'GiftGiver', 'social', 6, 30, 0, 25, 86);
+INSERT INTO `achievements` VALUES (595, 'GiftGiver', 'social', 7, 35, 0, 30, 146);
+INSERT INTO `achievements` VALUES (596, 'GiftGiver', 'social', 8, 40, 0, 35, 236);
+INSERT INTO `achievements` VALUES (597, 'GiftGiver', 'social', 9, 45, 0, 40, 366);
+INSERT INTO `achievements` VALUES (598, 'GiftGiver', 'social', 10, 50, 0, 45, 1566);
+INSERT INTO `achievements` VALUES (605, 'GiftReceiver', 'social', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (606, 'GiftReceiver', 'social', 2, 10, 0, 5, 6);
+INSERT INTO `achievements` VALUES (607, 'GiftReceiver', 'social', 3, 15, 0, 10, 14);
+INSERT INTO `achievements` VALUES (608, 'GiftReceiver', 'social', 4, 20, 0, 15, 26);
+INSERT INTO `achievements` VALUES (609, 'GiftReceiver', 'social', 5, 25, 0, 20, 46);
+INSERT INTO `achievements` VALUES (610, 'GiftReceiver', 'social', 6, 30, 0, 25, 86);
+INSERT INTO `achievements` VALUES (611, 'GiftReceiver', 'social', 7, 35, 0, 30, 146);
+INSERT INTO `achievements` VALUES (612, 'GiftReceiver', 'social', 8, 40, 0, 35, 236);
+INSERT INTO `achievements` VALUES (613, 'GiftReceiver', 'social', 9, 45, 0, 40, 366);
+INSERT INTO `achievements` VALUES (614, 'GiftReceiver', 'social', 10, 50, 0, 45, 1566);
+INSERT INTO `achievements` VALUES (660, 'BattleBallTilesLocked', 'games', 1, 5, 0, 5, 25);
+INSERT INTO `achievements` VALUES (661, 'BattleBallTilesLocked', 'games', 2, 10, 0, 5, 65);
+INSERT INTO `achievements` VALUES (662, 'BattleBallTilesLocked', 'games', 3, 15, 0, 10, 125);
+INSERT INTO `achievements` VALUES (663, 'BattleBallTilesLocked', 'games', 4, 20, 0, 15, 205);
+INSERT INTO `achievements` VALUES (664, 'BattleBallTilesLocked', 'games', 5, 25, 0, 20, 335);
+INSERT INTO `achievements` VALUES (665, 'BattleBallTilesLocked', 'games', 6, 30, 0, 25, 525);
+INSERT INTO `achievements` VALUES (666, 'BattleBallTilesLocked', 'games', 7, 35, 0, 30, 805);
+INSERT INTO `achievements` VALUES (667, 'BattleBallTilesLocked', 'games', 8, 40, 0, 35, 1235);
+INSERT INTO `achievements` VALUES (668, 'BattleBallTilesLocked', 'games', 9, 45, 0, 40, 1875);
+INSERT INTO `achievements` VALUES (669, 'BattleBallTilesLocked', 'games', 10, 50, 0, 45, 2875);
+INSERT INTO `achievements` VALUES (670, 'BattleBallTilesLocked', 'games', 11, 55, 0, 50, 4375);
+INSERT INTO `achievements` VALUES (671, 'BattleBallTilesLocked', 'games', 12, 60, 0, 55, 6875);
+INSERT INTO `achievements` VALUES (672, 'BattleBallTilesLocked', 'games', 13, 65, 0, 60, 10775);
+INSERT INTO `achievements` VALUES (673, 'BattleBallTilesLocked', 'games', 14, 70, 0, 65, 17075);
+INSERT INTO `achievements` VALUES (674, 'BattleBallTilesLocked', 'games', 15, 75, 0, 70, 27175);
+INSERT INTO `achievements` VALUES (675, 'BattleBallTilesLocked', 'games', 16, 80, 0, 75, 43275);
+INSERT INTO `achievements` VALUES (676, 'BattleBallTilesLocked', 'games', 17, 85, 0, 80, 69075);
+INSERT INTO `achievements` VALUES (677, 'BattleBallTilesLocked', 'games', 18, 90, 0, 85, 110375);
+INSERT INTO `achievements` VALUES (678, 'BattleBallTilesLocked', 'games', 19, 95, 0, 90, 176375);
+INSERT INTO `achievements` VALUES (679, 'BattleBallTilesLocked', 'games', 20, 100, 0, 95, 482075);
+INSERT INTO `achievements` VALUES (720, 'EsA', 'games', 1, 5, 0, 0, 2);
+INSERT INTO `achievements` VALUES (721, 'EsA', 'games', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (722, 'EsA', 'games', 3, 15, 0, 10, 10);
+INSERT INTO `achievements` VALUES (723, 'EsA', 'games', 4, 20, 0, 15, 18);
+INSERT INTO `achievements` VALUES (724, 'EsA', 'games', 5, 25, 0, 20, 30);
+INSERT INTO `achievements` VALUES (725, 'EsA', 'games', 6, 30, 0, 25, 50);
+INSERT INTO `achievements` VALUES (726, 'EsA', 'games', 7, 35, 0, 30, 80);
+INSERT INTO `achievements` VALUES (727, 'EsA', 'games', 8, 40, 0, 35, 125);
+INSERT INTO `achievements` VALUES (728, 'EsA', 'games', 9, 45, 0, 40, 200);
+INSERT INTO `achievements` VALUES (729, 'EsA', 'games', 10, 50, 0, 45, 300);
+INSERT INTO `achievements` VALUES (730, 'EsA', 'games', 11, 55, 0, 50, 420);
+INSERT INTO `achievements` VALUES (731, 'EsA', 'games', 12, 60, 0, 55, 600);
+INSERT INTO `achievements` VALUES (732, 'EsA', 'games', 13, 65, 0, 60, 900);
+INSERT INTO `achievements` VALUES (733, 'EsA', 'games', 14, 70, 0, 65, 1500);
+INSERT INTO `achievements` VALUES (734, 'EsA', 'games', 15, 75, 0, 70, 2500);
+INSERT INTO `achievements` VALUES (735, 'EsA', 'games', 16, 80, 0, 75, 3700);
+INSERT INTO `achievements` VALUES (736, 'EsA', 'games', 17, 85, 0, 80, 5400);
+INSERT INTO `achievements` VALUES (737, 'EsA', 'games', 18, 90, 0, 85, 8000);
+INSERT INTO `achievements` VALUES (738, 'EsA', 'games', 19, 95, 0, 90, 12000);
+INSERT INTO `achievements` VALUES (739, 'EsA', 'games', 20, 100, 0, 95, 200000);
+INSERT INTO `achievements` VALUES (740, 'Spr', 'room_builder', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (741, 'Spr', 'room_builder', 2, 10, 0, 5, 3);
+INSERT INTO `achievements` VALUES (742, 'Spr', 'room_builder', 3, 15, 0, 10, 6);
+INSERT INTO `achievements` VALUES (743, 'Spr', 'room_builder', 4, 20, 0, 15, 10);
+INSERT INTO `achievements` VALUES (744, 'Spr', 'room_builder', 5, 25, 0, 20, 15);
+INSERT INTO `achievements` VALUES (745, 'Spr', 'room_builder', 6, 30, 0, 25, 21);
+INSERT INTO `achievements` VALUES (746, 'Spr', 'room_builder', 7, 35, 0, 30, 28);
+INSERT INTO `achievements` VALUES (747, 'Spr', 'room_builder', 8, 40, 0, 35, 36);
+INSERT INTO `achievements` VALUES (748, 'Spr', 'room_builder', 9, 45, 0, 40, 45);
+INSERT INTO `achievements` VALUES (749, 'Spr', 'room_builder', 10, 50, 0, 45, 550);
+INSERT INTO `achievements` VALUES (860, 'RoomDecoFurniCount', 'room_builder', 1, 5, 0, 5, 150);
+INSERT INTO `achievements` VALUES (861, 'RoomDecoFurniCount', 'room_builder', 2, 10, 0, 5, 200);
+INSERT INTO `achievements` VALUES (862, 'RoomDecoFurniCount', 'room_builder', 3, 15, 0, 10, 250);
+INSERT INTO `achievements` VALUES (863, 'RoomDecoFurniCount', 'room_builder', 4, 20, 0, 15, 300);
+INSERT INTO `achievements` VALUES (864, 'RoomDecoFurniCount', 'room_builder', 5, 25, 0, 20, 350);
+INSERT INTO `achievements` VALUES (865, 'RoomDecoFurniCount', 'room_builder', 6, 30, 0, 25, 450);
+INSERT INTO `achievements` VALUES (866, 'RoomDecoFurniCount', 'room_builder', 7, 35, 0, 30, 550);
+INSERT INTO `achievements` VALUES (867, 'RoomDecoFurniCount', 'room_builder', 8, 40, 0, 35, 650);
+INSERT INTO `achievements` VALUES (868, 'RoomDecoFurniCount', 'room_builder', 9, 45, 0, 40, 800);
+INSERT INTO `achievements` VALUES (869, 'RoomDecoFurniCount', 'room_builder', 10, 50, 0, 45, 950);
+INSERT INTO `achievements` VALUES (870, 'RoomDecoFurniCount', 'room_builder', 11, 55, 0, 50, 1100);
+INSERT INTO `achievements` VALUES (871, 'RoomDecoFurniCount', 'room_builder', 12, 60, 0, 55, 1300);
+INSERT INTO `achievements` VALUES (872, 'RoomDecoFurniCount', 'room_builder', 13, 65, 0, 60, 1500);
+INSERT INTO `achievements` VALUES (873, 'RoomDecoFurniCount', 'room_builder', 14, 70, 0, 65, 1700);
+INSERT INTO `achievements` VALUES (874, 'RoomDecoFurniCount', 'room_builder', 15, 75, 0, 70, 2000);
+INSERT INTO `achievements` VALUES (875, 'RoomDecoFurniCount', 'room_builder', 16, 80, 0, 75, 2300);
+INSERT INTO `achievements` VALUES (876, 'RoomDecoFurniCount', 'room_builder', 17, 85, 0, 80, 2700);
+INSERT INTO `achievements` VALUES (877, 'RoomDecoFurniCount', 'room_builder', 18, 90, 0, 85, 3100);
+INSERT INTO `achievements` VALUES (878, 'RoomDecoFurniCount', 'room_builder', 19, 95, 0, 90, 3600);
+INSERT INTO `achievements` VALUES (879, 'RoomDecoFurniCount', 'room_builder', 20, 100, 0, 95, 100000);
+INSERT INTO `achievements` VALUES (900, 'RoomDecoWallpaper', 'room_builder', 1, 5, 0, 5, 3);
+INSERT INTO `achievements` VALUES (901, 'RoomDecoWallpaper', 'room_builder', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (902, 'RoomDecoWallpaper', 'room_builder', 3, 15, 0, 10, 7);
+INSERT INTO `achievements` VALUES (903, 'RoomDecoWallpaper', 'room_builder', 4, 20, 0, 15, 12);
+INSERT INTO `achievements` VALUES (904, 'RoomDecoWallpaper', 'room_builder', 5, 25, 0, 20, 17);
+INSERT INTO `achievements` VALUES (905, 'RoomDecoWallpaper', 'room_builder', 6, 30, 0, 25, 22);
+INSERT INTO `achievements` VALUES (906, 'RoomDecoWallpaper', 'room_builder', 7, 35, 0, 30, 27);
+INSERT INTO `achievements` VALUES (907, 'RoomDecoWallpaper', 'room_builder', 8, 40, 0, 35, 32);
+INSERT INTO `achievements` VALUES (908, 'RoomDecoWallpaper', 'room_builder', 9, 45, 0, 40, 37);
+INSERT INTO `achievements` VALUES (909, 'RoomDecoWallpaper', 'room_builder', 10, 50, 0, 45, 47);
+INSERT INTO `achievements` VALUES (910, 'RoomDecoWallpaper', 'room_builder', 11, 55, 0, 50, 57);
+INSERT INTO `achievements` VALUES (911, 'RoomDecoWallpaper', 'room_builder', 12, 60, 0, 55, 67);
+INSERT INTO `achievements` VALUES (912, 'RoomDecoWallpaper', 'room_builder', 13, 65, 0, 60, 77);
+INSERT INTO `achievements` VALUES (913, 'RoomDecoWallpaper', 'room_builder', 14, 70, 0, 65, 97);
+INSERT INTO `achievements` VALUES (914, 'RoomDecoWallpaper', 'room_builder', 15, 75, 0, 70, 117);
+INSERT INTO `achievements` VALUES (915, 'RoomDecoWallpaper', 'room_builder', 16, 80, 0, 75, 137);
+INSERT INTO `achievements` VALUES (916, 'RoomDecoWallpaper', 'room_builder', 17, 85, 0, 80, 167);
+INSERT INTO `achievements` VALUES (917, 'RoomDecoWallpaper', 'room_builder', 18, 90, 0, 85, 197);
+INSERT INTO `achievements` VALUES (918, 'RoomDecoWallpaper', 'room_builder', 19, 95, 0, 90, 237);
+INSERT INTO `achievements` VALUES (919, 'RoomDecoWallpaper', 'room_builder', 20, 100, 0, 95, 2870);
+INSERT INTO `achievements` VALUES (920, 'RoomDecoLandscape', 'room_builder', 1, 5, 0, 5, 3);
+INSERT INTO `achievements` VALUES (921, 'RoomDecoLandscape', 'room_builder', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (922, 'RoomDecoLandscape', 'room_builder', 3, 15, 0, 10, 7);
+INSERT INTO `achievements` VALUES (923, 'RoomDecoLandscape', 'room_builder', 4, 20, 0, 15, 12);
+INSERT INTO `achievements` VALUES (924, 'RoomDecoLandscape', 'room_builder', 5, 25, 0, 20, 17);
+INSERT INTO `achievements` VALUES (925, 'RoomDecoLandscape', 'room_builder', 6, 30, 0, 25, 22);
+INSERT INTO `achievements` VALUES (926, 'RoomDecoLandscape', 'room_builder', 7, 35, 0, 30, 27);
+INSERT INTO `achievements` VALUES (927, 'RoomDecoLandscape', 'room_builder', 8, 40, 0, 35, 32);
+INSERT INTO `achievements` VALUES (928, 'RoomDecoLandscape', 'room_builder', 9, 45, 0, 40, 37);
+INSERT INTO `achievements` VALUES (929, 'RoomDecoLandscape', 'room_builder', 10, 50, 0, 45, 47);
+INSERT INTO `achievements` VALUES (930, 'RoomDecoLandscape', 'room_builder', 11, 55, 0, 50, 57);
+INSERT INTO `achievements` VALUES (931, 'RoomDecoLandscape', 'room_builder', 12, 60, 0, 55, 67);
+INSERT INTO `achievements` VALUES (932, 'RoomDecoLandscape', 'room_builder', 13, 65, 0, 60, 77);
+INSERT INTO `achievements` VALUES (933, 'RoomDecoLandscape', 'room_builder', 14, 70, 0, 65, 97);
+INSERT INTO `achievements` VALUES (934, 'RoomDecoLandscape', 'room_builder', 15, 75, 0, 70, 117);
+INSERT INTO `achievements` VALUES (935, 'RoomDecoLandscape', 'room_builder', 16, 80, 0, 75, 137);
+INSERT INTO `achievements` VALUES (936, 'RoomDecoLandscape', 'room_builder', 17, 85, 0, 80, 167);
+INSERT INTO `achievements` VALUES (937, 'RoomDecoLandscape', 'room_builder', 18, 90, 0, 85, 197);
+INSERT INTO `achievements` VALUES (938, 'RoomDecoLandscape', 'room_builder', 19, 95, 0, 90, 237);
+INSERT INTO `achievements` VALUES (939, 'RoomDecoLandscape', 'room_builder', 20, 100, 0, 95, 2870);
+INSERT INTO `achievements` VALUES (940, 'RoomDecoFloor', 'room_builder', 1, 5, 0, 5, 3);
+INSERT INTO `achievements` VALUES (941, 'RoomDecoFloor', 'room_builder', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (942, 'RoomDecoFloor', 'room_builder', 3, 15, 0, 10, 7);
+INSERT INTO `achievements` VALUES (943, 'RoomDecoFloor', 'room_builder', 4, 20, 0, 15, 12);
+INSERT INTO `achievements` VALUES (944, 'RoomDecoFloor', 'room_builder', 5, 25, 0, 20, 17);
+INSERT INTO `achievements` VALUES (945, 'RoomDecoFloor', 'room_builder', 6, 30, 0, 25, 22);
+INSERT INTO `achievements` VALUES (946, 'RoomDecoFloor', 'room_builder', 7, 35, 0, 30, 27);
+INSERT INTO `achievements` VALUES (947, 'RoomDecoFloor', 'room_builder', 8, 40, 0, 35, 32);
+INSERT INTO `achievements` VALUES (948, 'RoomDecoFloor', 'room_builder', 9, 45, 0, 40, 37);
+INSERT INTO `achievements` VALUES (949, 'RoomDecoFloor', 'room_builder', 10, 50, 0, 45, 47);
+INSERT INTO `achievements` VALUES (950, 'RoomDecoFloor', 'room_builder', 11, 55, 0, 50, 57);
+INSERT INTO `achievements` VALUES (951, 'RoomDecoFloor', 'room_builder', 12, 60, 0, 55, 67);
+INSERT INTO `achievements` VALUES (952, 'RoomDecoFloor', 'room_builder', 13, 65, 0, 60, 77);
+INSERT INTO `achievements` VALUES (953, 'RoomDecoFloor', 'room_builder', 14, 70, 0, 65, 97);
+INSERT INTO `achievements` VALUES (954, 'RoomDecoFloor', 'room_builder', 15, 75, 0, 70, 117);
+INSERT INTO `achievements` VALUES (955, 'RoomDecoFloor', 'room_builder', 16, 80, 0, 75, 137);
+INSERT INTO `achievements` VALUES (956, 'RoomDecoFloor', 'room_builder', 17, 85, 0, 80, 167);
+INSERT INTO `achievements` VALUES (957, 'RoomDecoFloor', 'room_builder', 18, 90, 0, 85, 197);
+INSERT INTO `achievements` VALUES (958, 'RoomDecoFloor', 'room_builder', 19, 95, 0, 90, 237);
+INSERT INTO `achievements` VALUES (959, 'RoomDecoFloor', 'room_builder', 20, 100, 0, 95, 2870);
+INSERT INTO `achievements` VALUES (1120, 'BattleBallPlayer', 'games', 1, 5, 0, 5, 50);
+INSERT INTO `achievements` VALUES (1121, 'BattleBallPlayer', 'games', 2, 10, 0, 5, 125);
+INSERT INTO `achievements` VALUES (1122, 'BattleBallPlayer', 'games', 3, 15, 0, 10, 240);
+INSERT INTO `achievements` VALUES (1123, 'BattleBallPlayer', 'games', 4, 20, 0, 15, 410);
+INSERT INTO `achievements` VALUES (1124, 'BattleBallPlayer', 'games', 5, 25, 0, 20, 665);
+INSERT INTO `achievements` VALUES (1125, 'BattleBallPlayer', 'games', 6, 30, 0, 25, 1045);
+INSERT INTO `achievements` VALUES (1126, 'BattleBallPlayer', 'games', 7, 35, 0, 30, 1615);
+INSERT INTO `achievements` VALUES (1127, 'BattleBallPlayer', 'games', 8, 40, 0, 35, 2465);
+INSERT INTO `achievements` VALUES (1128, 'BattleBallPlayer', 'games', 9, 45, 0, 40, 3765);
+INSERT INTO `achievements` VALUES (1129, 'BattleBallPlayer', 'games', 10, 50, 0, 45, 6215);
+INSERT INTO `achievements` VALUES (1130, 'BattleBallPlayer', 'games', 11, 55, 0, 50, 10865);
+INSERT INTO `achievements` VALUES (1131, 'BattleBallPlayer', 'games', 12, 60, 0, 55, 19665);
+INSERT INTO `achievements` VALUES (1132, 'BattleBallPlayer', 'games', 13, 65, 0, 60, 36365);
+INSERT INTO `achievements` VALUES (1133, 'BattleBallPlayer', 'games', 14, 70, 0, 65, 68115);
+INSERT INTO `achievements` VALUES (1134, 'BattleBallPlayer', 'games', 15, 75, 0, 70, 128415);
+INSERT INTO `achievements` VALUES (1135, 'BattleBallPlayer', 'games', 16, 80, 0, 75, 242965);
+INSERT INTO `achievements` VALUES (1136, 'BattleBallPlayer', 'games', 17, 85, 0, 80, 460615);
+INSERT INTO `achievements` VALUES (1137, 'BattleBallPlayer', 'games', 18, 90, 0, 85, 874115);
+INSERT INTO `achievements` VALUES (1138, 'BattleBallPlayer', 'games', 19, 95, 0, 90, 1659765);
+INSERT INTO `achievements` VALUES (1139, 'BattleBallPlayer', 'games', 20, 100, 0, 95, 3152515);
+INSERT INTO `achievements` VALUES (1140, 'FreezeWinner', 'games', 1, 5, 0, 5, 50);
+INSERT INTO `achievements` VALUES (1141, 'FreezeWinner', 'games', 2, 10, 0, 5, 125);
+INSERT INTO `achievements` VALUES (1142, 'FreezeWinner', 'games', 3, 15, 0, 10, 240);
+INSERT INTO `achievements` VALUES (1143, 'FreezeWinner', 'games', 4, 20, 0, 15, 410);
+INSERT INTO `achievements` VALUES (1144, 'FreezeWinner', 'games', 5, 25, 0, 20, 665);
+INSERT INTO `achievements` VALUES (1145, 'FreezeWinner', 'games', 6, 30, 0, 25, 1045);
+INSERT INTO `achievements` VALUES (1146, 'FreezeWinner', 'games', 7, 35, 0, 30, 1615);
+INSERT INTO `achievements` VALUES (1147, 'FreezeWinner', 'games', 8, 40, 0, 35, 2465);
+INSERT INTO `achievements` VALUES (1148, 'FreezeWinner', 'games', 9, 45, 0, 40, 3765);
+INSERT INTO `achievements` VALUES (1149, 'FreezeWinner', 'games', 10, 50, 0, 45, 6215);
+INSERT INTO `achievements` VALUES (1150, 'FreezeWinner', 'games', 11, 55, 0, 50, 10865);
+INSERT INTO `achievements` VALUES (1151, 'FreezeWinner', 'games', 12, 60, 0, 55, 19665);
+INSERT INTO `achievements` VALUES (1152, 'FreezeWinner', 'games', 13, 65, 0, 60, 36365);
+INSERT INTO `achievements` VALUES (1153, 'FreezeWinner', 'games', 14, 70, 0, 65, 68115);
+INSERT INTO `achievements` VALUES (1154, 'FreezeWinner', 'games', 15, 75, 0, 70, 128415);
+INSERT INTO `achievements` VALUES (1155, 'FreezeWinner', 'games', 16, 80, 0, 75, 242965);
+INSERT INTO `achievements` VALUES (1156, 'FreezeWinner', 'games', 17, 85, 0, 80, 460615);
+INSERT INTO `achievements` VALUES (1157, 'FreezeWinner', 'games', 18, 90, 0, 85, 874115);
+INSERT INTO `achievements` VALUES (1158, 'FreezeWinner', 'games', 19, 95, 0, 90, 1659765);
+INSERT INTO `achievements` VALUES (1159, 'FreezeWinner', 'games', 20, 100, 0, 95, 3152515);
+INSERT INTO `achievements` VALUES (1160, 'FreezePlayer', 'games', 1, 5, 0, 5, 50);
+INSERT INTO `achievements` VALUES (1161, 'FreezePlayer', 'games', 2, 10, 0, 5, 125);
+INSERT INTO `achievements` VALUES (1162, 'FreezePlayer', 'games', 3, 15, 0, 10, 240);
+INSERT INTO `achievements` VALUES (1163, 'FreezePlayer', 'games', 4, 20, 0, 15, 410);
+INSERT INTO `achievements` VALUES (1164, 'FreezePlayer', 'games', 5, 25, 0, 20, 665);
+INSERT INTO `achievements` VALUES (1165, 'FreezePlayer', 'games', 6, 30, 0, 25, 1045);
+INSERT INTO `achievements` VALUES (1166, 'FreezePlayer', 'games', 7, 35, 0, 30, 1615);
+INSERT INTO `achievements` VALUES (1167, 'FreezePlayer', 'games', 8, 40, 0, 35, 2465);
+INSERT INTO `achievements` VALUES (1168, 'FreezePlayer', 'games', 9, 45, 0, 40, 3765);
+INSERT INTO `achievements` VALUES (1169, 'FreezePlayer', 'games', 10, 50, 0, 45, 6215);
+INSERT INTO `achievements` VALUES (1170, 'FreezePlayer', 'games', 11, 55, 0, 50, 10865);
+INSERT INTO `achievements` VALUES (1171, 'FreezePlayer', 'games', 12, 60, 0, 55, 19665);
+INSERT INTO `achievements` VALUES (1172, 'FreezePlayer', 'games', 13, 65, 0, 60, 36365);
+INSERT INTO `achievements` VALUES (1173, 'FreezePlayer', 'games', 14, 70, 0, 65, 68115);
+INSERT INTO `achievements` VALUES (1174, 'FreezePlayer', 'games', 15, 75, 0, 70, 128415);
+INSERT INTO `achievements` VALUES (1175, 'FreezePlayer', 'games', 16, 80, 0, 75, 242965);
+INSERT INTO `achievements` VALUES (1176, 'FreezePlayer', 'games', 17, 85, 0, 80, 460615);
+INSERT INTO `achievements` VALUES (1177, 'FreezePlayer', 'games', 18, 90, 0, 85, 874115);
+INSERT INTO `achievements` VALUES (1178, 'FreezePlayer', 'games', 19, 95, 0, 90, 1659765);
+INSERT INTO `achievements` VALUES (1179, 'FreezePlayer', 'games', 20, 100, 0, 95, 8152515);
+INSERT INTO `achievements` VALUES (1180, 'FreezePowerUp', 'games', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (1181, 'FreezePowerUp', 'games', 2, 10, 0, 5, 3);
+INSERT INTO `achievements` VALUES (1182, 'FreezePowerUp', 'games', 3, 15, 0, 10, 6);
+INSERT INTO `achievements` VALUES (1183, 'FreezePowerUp', 'games', 4, 20, 0, 15, 10);
+INSERT INTO `achievements` VALUES (1184, 'FreezePowerUp', 'games', 5, 25, 0, 20, 15);
+INSERT INTO `achievements` VALUES (1185, 'FreezePowerUp', 'games', 6, 30, 0, 25, 21);
+INSERT INTO `achievements` VALUES (1186, 'FreezePowerUp', 'games', 7, 35, 0, 30, 29);
+INSERT INTO `achievements` VALUES (1187, 'FreezePowerUp', 'games', 8, 40, 0, 35, 39);
+INSERT INTO `achievements` VALUES (1188, 'FreezePowerUp', 'games', 9, 45, 0, 40, 52);
+INSERT INTO `achievements` VALUES (1189, 'FreezePowerUp', 'games', 10, 50, 0, 45, 68);
+INSERT INTO `achievements` VALUES (1190, 'FreezePowerUp', 'games', 11, 55, 0, 50, 88);
+INSERT INTO `achievements` VALUES (1191, 'FreezePowerUp', 'games', 12, 60, 0, 55, 112);
+INSERT INTO `achievements` VALUES (1192, 'FreezePowerUp', 'games', 13, 65, 0, 60, 141);
+INSERT INTO `achievements` VALUES (1193, 'FreezePowerUp', 'games', 14, 70, 0, 65, 176);
+INSERT INTO `achievements` VALUES (1194, 'FreezePowerUp', 'games', 15, 75, 0, 70, 221);
+INSERT INTO `achievements` VALUES (1195, 'FreezePowerUp', 'games', 16, 80, 0, 75, 281);
+INSERT INTO `achievements` VALUES (1196, 'FreezePowerUp', 'games', 17, 85, 0, 80, 361);
+INSERT INTO `achievements` VALUES (1197, 'FreezePowerUp', 'games', 18, 90, 0, 85, 481);
+INSERT INTO `achievements` VALUES (1198, 'FreezePowerUp', 'games', 19, 95, 0, 90, 661);
+INSERT INTO `achievements` VALUES (1199, 'FreezePowerUp', 'games', 20, 100, 0, 95, 961);
+INSERT INTO `achievements` VALUES (1200, 'BattleBallQuestCompleted', 'games', 1, 5, 0, 0, 3);
+INSERT INTO `achievements` VALUES (1201, 'BattleBallQuestCompleted', 'games', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (1202, 'BattleBallQuestCompleted', 'games', 3, 15, 0, 10, 7);
+INSERT INTO `achievements` VALUES (1203, 'BattleBallQuestCompleted', 'games', 4, 20, 0, 15, 10);
+INSERT INTO `achievements` VALUES (1204, 'BattleBallQuestCompleted', 'games', 5, 25, 0, 20, 13);
+INSERT INTO `achievements` VALUES (1205, 'BattleBallQuestCompleted', 'games', 6, 30, 0, 25, 16);
+INSERT INTO `achievements` VALUES (1206, 'BattleBallQuestCompleted', 'games', 7, 35, 0, 30, 19);
+INSERT INTO `achievements` VALUES (1207, 'BattleBallQuestCompleted', 'games', 8, 40, 0, 35, 20);
+INSERT INTO `achievements` VALUES (1208, 'BattleBallQuestCompleted', 'games', 9, 45, 0, 40, 21);
+INSERT INTO `achievements` VALUES (1209, 'BattleBallQuestCompleted', 'games', 10, 50, 0, 45, 22);
+INSERT INTO `achievements` VALUES (1230, 'BattleBallWinner', 'games', 1, 5, 0, 0, 50);
+INSERT INTO `achievements` VALUES (1231, 'BattleBallWinner', 'games', 2, 10, 0, 5, 125);
+INSERT INTO `achievements` VALUES (1232, 'BattleBallWinner', 'games', 3, 15, 0, 10, 240);
+INSERT INTO `achievements` VALUES (1233, 'BattleBallWinner', 'games', 4, 20, 0, 15, 410);
+INSERT INTO `achievements` VALUES (1234, 'BattleBallWinner', 'games', 5, 25, 0, 20, 665);
+INSERT INTO `achievements` VALUES (1235, 'BattleBallWinner', 'games', 6, 30, 0, 25, 1045);
+INSERT INTO `achievements` VALUES (1236, 'BattleBallWinner', 'games', 7, 35, 0, 30, 1615);
+INSERT INTO `achievements` VALUES (1237, 'BattleBallWinner', 'games', 8, 40, 0, 35, 2465);
+INSERT INTO `achievements` VALUES (1238, 'BattleBallWinner', 'games', 9, 45, 0, 40, 3765);
+INSERT INTO `achievements` VALUES (1239, 'BattleBallWinner', 'games', 10, 50, 0, 45, 6215);
+INSERT INTO `achievements` VALUES (1240, 'BattleBallWinner', 'games', 11, 55, 0, 50, 10865);
+INSERT INTO `achievements` VALUES (1241, 'BattleBallWinner', 'games', 12, 60, 0, 55, 19665);
+INSERT INTO `achievements` VALUES (1242, 'BattleBallWinner', 'games', 13, 65, 0, 60, 36365);
+INSERT INTO `achievements` VALUES (1243, 'BattleBallWinner', 'games', 14, 70, 0, 65, 68115);
+INSERT INTO `achievements` VALUES (1244, 'BattleBallWinner', 'games', 15, 75, 0, 70, 128415);
+INSERT INTO `achievements` VALUES (1245, 'BattleBallWinner', 'games', 16, 80, 0, 75, 242965);
+INSERT INTO `achievements` VALUES (1246, 'BattleBallWinner', 'games', 17, 85, 0, 80, 460615);
+INSERT INTO `achievements` VALUES (1247, 'BattleBallWinner', 'games', 18, 90, 0, 85, 874115);
+INSERT INTO `achievements` VALUES (1248, 'BattleBallWinner', 'games', 19, 95, 0, 90, 1659765);
+INSERT INTO `achievements` VALUES (1249, 'BattleBallWinner', 'games', 20, 100, 0, 95, 3152515);
+INSERT INTO `achievements` VALUES (1250, 'RoomDecoHoleFurniCount', 'room_builder', 1, 5, 0, 0, 10);
+INSERT INTO `achievements` VALUES (1251, 'RoomDecoHoleFurniCount', 'room_builder', 2, 10, 0, 5, 20);
+INSERT INTO `achievements` VALUES (1252, 'RoomDecoHoleFurniCount', 'room_builder', 3, 15, 0, 10, 30);
+INSERT INTO `achievements` VALUES (1253, 'RoomDecoHoleFurniCount', 'room_builder', 4, 20, 0, 15, 45);
+INSERT INTO `achievements` VALUES (1254, 'RoomDecoHoleFurniCount', 'room_builder', 5, 25, 0, 20, 60);
+INSERT INTO `achievements` VALUES (1255, 'RoomDecoHoleFurniCount', 'room_builder', 6, 30, 0, 25, 80);
+INSERT INTO `achievements` VALUES (1256, 'RoomDecoHoleFurniCount', 'room_builder', 7, 35, 0, 30, 100);
+INSERT INTO `achievements` VALUES (1257, 'RoomDecoHoleFurniCount', 'room_builder', 8, 40, 0, 35, 125);
+INSERT INTO `achievements` VALUES (1258, 'RoomDecoHoleFurniCount', 'room_builder', 9, 45, 0, 40, 150);
+INSERT INTO `achievements` VALUES (1259, 'RoomDecoHoleFurniCount', 'room_builder', 10, 50, 0, 45, 170);
+INSERT INTO `achievements` VALUES (2744, 'Jogger', 'explore', 7, 70, 0, 70, 600);
+INSERT INTO `achievements` VALUES (2743, 'Jogger', 'explore', 6, 60, 0, 60, 240);
+INSERT INTO `achievements` VALUES (2742, 'Jogger', 'explore', 5, 50, 0, 50, 120);
+INSERT INTO `achievements` VALUES (2741, 'Jogger', 'explore', 4, 40, 0, 40, 60);
+INSERT INTO `achievements` VALUES (2740, 'Jogger', 'explore', 3, 30, 0, 30, 30);
+INSERT INTO `achievements` VALUES (2739, 'Jogger', 'explore', 2, 20, 0, 20, 10);
+INSERT INTO `achievements` VALUES (2738, 'Jogger', 'explore', 1, 10, 0, 10, 1);
+INSERT INTO `achievements` VALUES (2737, 'CrossTrainer', 'explore', 10, 100, 0, 100, 4800);
+INSERT INTO `achievements` VALUES (2736, 'CrossTrainer', 'explore', 9, 90, 0, 90, 2400);
+INSERT INTO `achievements` VALUES (2735, 'CrossTrainer', 'explore', 8, 80, 0, 80, 1200);
+INSERT INTO `achievements` VALUES (2734, 'CrossTrainer', 'explore', 7, 70, 0, 70, 600);
+INSERT INTO `achievements` VALUES (2733, 'CrossTrainer', 'explore', 6, 60, 0, 60, 240);
+INSERT INTO `achievements` VALUES (2732, 'CrossTrainer', 'explore', 5, 50, 0, 50, 120);
+INSERT INTO `achievements` VALUES (2731, 'CrossTrainer', 'explore', 4, 40, 0, 40, 60);
+INSERT INTO `achievements` VALUES (2730, 'CrossTrainer', 'explore', 3, 30, 0, 30, 30);
+INSERT INTO `achievements` VALUES (2729, 'CrossTrainer', 'explore', 2, 20, 0, 20, 10);
+INSERT INTO `achievements` VALUES (2728, 'CrossTrainer', 'explore', 1, 10, 0, 10, 1);
+INSERT INTO `achievements` VALUES (2727, 'Trampolinist', 'explore', 10, 100, 0, 100, 4800);
+INSERT INTO `achievements` VALUES (2726, 'Trampolinist', 'explore', 9, 90, 0, 90, 2400);
+INSERT INTO `achievements` VALUES (2725, 'Trampolinist', 'explore', 8, 80, 0, 80, 1200);
+INSERT INTO `achievements` VALUES (2724, 'Trampolinist', 'explore', 7, 70, 0, 70, 600);
+INSERT INTO `achievements` VALUES (2723, 'Trampolinist', 'explore', 6, 60, 0, 60, 240);
+INSERT INTO `achievements` VALUES (2722, 'Trampolinist', 'explore', 5, 50, 0, 50, 120);
+INSERT INTO `achievements` VALUES (2721, 'Trampolinist', 'explore', 4, 40, 0, 40, 60);
+INSERT INTO `achievements` VALUES (2720, 'Trampolinist', 'explore', 3, 30, 0, 30, 30);
+INSERT INTO `achievements` VALUES (2719, 'Trampolinist', 'explore', 2, 20, 0, 20, 10);
+INSERT INTO `achievements` VALUES (2718, 'Trampolinist', 'explore', 1, 10, 0, 10, 1);
+INSERT INTO `achievements` VALUES (2630, 'GnomeFeeding', 'pets', 10, 100, 0, 100, 10000);
+INSERT INTO `achievements` VALUES (2629, 'GnomeFeeding', 'pets', 9, 80, 0, 80, 8000);
+INSERT INTO `achievements` VALUES (2626, 'GnomeFeeding', 'pets', 6, 40, 0, 40, 1000);
+INSERT INTO `achievements` VALUES (2627, 'GnomeFeeding', 'pets', 7, 50, 0, 50, 2000);
+INSERT INTO `achievements` VALUES (2628, 'GnomeFeeding', 'pets', 8, 70, 0, 70, 4000);
+INSERT INTO `achievements` VALUES (1322, 'RoomEntry', 'explore', 11, 55, 0, 50, 1080);
+INSERT INTO `achievements` VALUES (1323, 'RoomEntry', 'explore', 12, 60, 0, 55, 1320);
+INSERT INTO `achievements` VALUES (1324, 'RoomEntry', 'explore', 13, 65, 0, 60, 1580);
+INSERT INTO `achievements` VALUES (1325, 'RoomEntry', 'explore', 14, 70, 0, 65, 1860);
+INSERT INTO `achievements` VALUES (1326, 'RoomEntry', 'explore', 15, 75, 0, 70, 2160);
+INSERT INTO `achievements` VALUES (1327, 'RoomEntry', 'explore', 16, 80, 0, 75, 2480);
+INSERT INTO `achievements` VALUES (1328, 'RoomEntry', 'explore', 17, 85, 0, 80, 2820);
+INSERT INTO `achievements` VALUES (1329, 'RoomEntry', 'explore', 18, 90, 0, 85, 3180);
+INSERT INTO `achievements` VALUES (1330, 'RoomEntry', 'explore', 19, 95, 0, 90, 3560);
+INSERT INTO `achievements` VALUES (1331, 'RoomEntry', 'explore', 20, 100, 0, 95, 39600);
+INSERT INTO `achievements` VALUES (1332, 'RegistrationDuration', 'identity', 11, 55, 0, 50, 280);
+INSERT INTO `achievements` VALUES (1333, 'RegistrationDuration', 'identity', 12, 60, 0, 55, 365);
+INSERT INTO `achievements` VALUES (1334, 'RegistrationDuration', 'identity', 13, 65, 0, 60, 548);
+INSERT INTO `achievements` VALUES (1335, 'RegistrationDuration', 'identity', 14, 70, 0, 65, 730);
+INSERT INTO `achievements` VALUES (1336, 'RegistrationDuration', 'identity', 15, 75, 0, 70, 913);
+INSERT INTO `achievements` VALUES (1337, 'RegistrationDuration', 'identity', 16, 80, 0, 75, 1095);
+INSERT INTO `achievements` VALUES (1338, 'RegistrationDuration', 'identity', 17, 85, 0, 80, 1278);
+INSERT INTO `achievements` VALUES (1339, 'RegistrationDuration', 'identity', 18, 90, 0, 85, 1460);
+INSERT INTO `achievements` VALUES (1340, 'RegistrationDuration', 'identity', 19, 95, 0, 90, 1643);
+INSERT INTO `achievements` VALUES (1341, 'RegistrationDuration', 'identity', 20, 100, 0, 95, 1825);
+INSERT INTO `achievements` VALUES (1342, 'AllTimeHotelPresence', 'identity', 11, 55, 0, 50, 7200);
+INSERT INTO `achievements` VALUES (1343, 'AllTimeHotelPresence', 'identity', 12, 60, 0, 55, 10080);
+INSERT INTO `achievements` VALUES (1344, 'AllTimeHotelPresence', 'identity', 13, 65, 0, 60, 20160);
+INSERT INTO `achievements` VALUES (1345, 'AllTimeHotelPresence', 'identity', 14, 70, 0, 65, 30240);
+INSERT INTO `achievements` VALUES (1346, 'AllTimeHotelPresence', 'identity', 15, 75, 0, 70, 40320);
+INSERT INTO `achievements` VALUES (1347, 'AllTimeHotelPresence', 'identity', 16, 80, 0, 75, 50400);
+INSERT INTO `achievements` VALUES (1348, 'AllTimeHotelPresence', 'identity', 17, 85, 0, 80, 60480);
+INSERT INTO `achievements` VALUES (1349, 'AllTimeHotelPresence', 'identity', 18, 90, 0, 85, 80640);
+INSERT INTO `achievements` VALUES (1350, 'AllTimeHotelPresence', 'identity', 19, 95, 0, 90, 100800);
+INSERT INTO `achievements` VALUES (1351, 'AllTimeHotelPresence', 'identity', 20, 100, 0, 95, 438240);
+INSERT INTO `achievements` VALUES (1352, 'RespectGiven', 'social', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (1353, 'RespectGiven', 'social', 3, 15, 0, 10, 10);
+INSERT INTO `achievements` VALUES (1354, 'RespectGiven', 'social', 4, 20, 0, 15, 20);
+INSERT INTO `achievements` VALUES (1355, 'RespectGiven', 'social', 5, 25, 0, 20, 40);
+INSERT INTO `achievements` VALUES (1356, 'RespectGiven', 'social', 6, 30, 0, 25, 70);
+INSERT INTO `achievements` VALUES (1357, 'RespectGiven', 'social', 7, 35, 0, 30, 110);
+INSERT INTO `achievements` VALUES (1358, 'RespectGiven', 'social', 8, 40, 0, 35, 170);
+INSERT INTO `achievements` VALUES (1359, 'RespectGiven', 'social', 9, 45, 0, 40, 250);
+INSERT INTO `achievements` VALUES (1360, 'RespectGiven', 'social', 10, 50, 0, 45, 350);
+INSERT INTO `achievements` VALUES (1361, 'RespectGiven', 'social', 11, 55, 0, 50, 470);
+INSERT INTO `achievements` VALUES (1362, 'RespectGiven', 'social', 12, 60, 0, 55, 610);
+INSERT INTO `achievements` VALUES (1363, 'RespectGiven', 'social', 13, 65, 0, 60, 770);
+INSERT INTO `achievements` VALUES (1364, 'RespectGiven', 'social', 14, 70, 0, 65, 950);
+INSERT INTO `achievements` VALUES (1365, 'RespectGiven', 'social', 15, 75, 0, 70, 1150);
+INSERT INTO `achievements` VALUES (1366, 'RespectGiven', 'social', 16, 80, 0, 75, 1370);
+INSERT INTO `achievements` VALUES (1367, 'RespectGiven', 'social', 17, 85, 0, 80, 1610);
+INSERT INTO `achievements` VALUES (1368, 'RespectGiven', 'social', 18, 90, 0, 85, 1870);
+INSERT INTO `achievements` VALUES (1369, 'RespectGiven', 'social', 19, 95, 0, 90, 2150);
+INSERT INTO `achievements` VALUES (1370, 'RespectGiven', 'social', 20, 100, 0, 95, 2450);
+INSERT INTO `achievements` VALUES (1381, 'PetRespectGiver', 'pets', 11, 55, 0, 50, 470);
+INSERT INTO `achievements` VALUES (1382, 'PetRespectGiver', 'pets', 12, 60, 0, 55, 610);
+INSERT INTO `achievements` VALUES (1383, 'PetRespectGiver', 'pets', 13, 65, 0, 60, 770);
+INSERT INTO `achievements` VALUES (1384, 'PetRespectGiver', 'pets', 14, 70, 0, 65, 950);
+INSERT INTO `achievements` VALUES (1385, 'PetRespectGiver', 'pets', 15, 75, 0, 70, 1150);
+INSERT INTO `achievements` VALUES (1386, 'PetRespectGiver', 'pets', 16, 80, 0, 75, 1370);
+INSERT INTO `achievements` VALUES (1387, 'PetRespectGiver', 'pets', 17, 85, 0, 80, 1610);
+INSERT INTO `achievements` VALUES (1388, 'PetRespectGiver', 'pets', 18, 90, 0, 85, 1870);
+INSERT INTO `achievements` VALUES (1389, 'PetRespectGiver', 'pets', 19, 95, 0, 90, 2150);
+INSERT INTO `achievements` VALUES (1390, 'PetRespectGiver', 'pets', 20, 100, 0, 95, 2450);
+INSERT INTO `achievements` VALUES (1391, 'GiftGiver', 'social', 11, 55, 0, 50, 816);
+INSERT INTO `achievements` VALUES (1392, 'GiftGiver', 'social', 12, 60, 0, 55, 1141);
+INSERT INTO `achievements` VALUES (1393, 'GiftGiver', 'social', 13, 65, 0, 60, 1541);
+INSERT INTO `achievements` VALUES (1394, 'GiftGiver', 'social', 14, 70, 0, 65, 2041);
+INSERT INTO `achievements` VALUES (1395, 'GiftGiver', 'social', 15, 75, 0, 70, 2591);
+INSERT INTO `achievements` VALUES (2717, 'AdvancedHorticulturist', 'explore', 10, 100, 0, 120, 240);
+INSERT INTO `achievements` VALUES (2716, 'AdvancedHorticulturist', 'explore', 9, 100, 0, 80, 120);
+INSERT INTO `achievements` VALUES (2715, 'AdvancedHorticulturist', 'explore', 8, 100, 0, 60, 80);
+INSERT INTO `achievements` VALUES (2714, 'AdvancedHorticulturist', 'explore', 7, 100, 0, 40, 60);
+INSERT INTO `achievements` VALUES (2713, 'AdvancedHorticulturist', 'explore', 6, 100, 0, 30, 40);
+INSERT INTO `achievements` VALUES (2712, 'AdvancedHorticulturist', 'explore', 5, 100, 0, 25, 30);
+INSERT INTO `achievements` VALUES (2711, 'AdvancedHorticulturist', 'explore', 4, 100, 0, 20, 20);
+INSERT INTO `achievements` VALUES (2710, 'AdvancedHorticulturist', 'explore', 3, 100, 0, 15, 10);
+INSERT INTO `achievements` VALUES (2709, 'AdvancedHorticulturist', 'explore', 2, 100, 0, 10, 5);
+INSERT INTO `achievements` VALUES (2708, 'AdvancedHorticulturist', 'explore', 1, 100, 0, 5, 1);
+INSERT INTO `achievements` VALUES (1479, 'GuideEnrollmentLifetime', 'explore', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (1480, 'GuideEnrollmentLifetime', 'explore', 2, 10, 0, 5, 7);
+INSERT INTO `achievements` VALUES (1481, 'GuideEnrollmentLifetime', 'explore', 3, 15, 0, 10, 14);
+INSERT INTO `achievements` VALUES (1482, 'GuideEnrollmentLifetime', 'explore', 4, 20, 0, 15, 21);
+INSERT INTO `achievements` VALUES (1483, 'GuideEnrollmentLifetime', 'explore', 5, 25, 0, 20, 28);
+INSERT INTO `achievements` VALUES (1484, 'GuideEnrollmentLifetime', 'explore', 6, 30, 0, 25, 56);
+INSERT INTO `achievements` VALUES (1485, 'GuideEnrollmentLifetime', 'explore', 7, 35, 0, 30, 70);
+INSERT INTO `achievements` VALUES (1486, 'GuideEnrollmentLifetime', 'explore', 8, 40, 0, 35, 112);
+INSERT INTO `achievements` VALUES (1487, 'GuideEnrollmentLifetime', 'explore', 9, 45, 0, 40, 168);
+INSERT INTO `achievements` VALUES (1488, 'GuideEnrollmentLifetime', 'explore', 10, 50, 0, 45, 224);
+INSERT INTO `achievements` VALUES (1489, 'GuideEnrollmentLifetime', 'explore', 11, 55, 0, 50, 280);
+INSERT INTO `achievements` VALUES (1490, 'GuideEnrollmentLifetime', 'explore', 12, 60, 0, 55, 365);
+INSERT INTO `achievements` VALUES (1491, 'GuideEnrollmentLifetime', 'explore', 13, 65, 0, 60, 548);
+INSERT INTO `achievements` VALUES (1492, 'GuideEnrollmentLifetime', 'explore', 14, 70, 0, 65, 730);
+INSERT INTO `achievements` VALUES (1493, 'GuideEnrollmentLifetime', 'explore', 15, 75, 0, 70, 913);
+INSERT INTO `achievements` VALUES (1494, 'GuideEnrollmentLifetime', 'explore', 16, 80, 0, 75, 1095);
+INSERT INTO `achievements` VALUES (1495, 'GuideEnrollmentLifetime', 'explore', 17, 85, 0, 80, 1278);
+INSERT INTO `achievements` VALUES (1496, 'GuideEnrollmentLifetime', 'explore', 18, 90, 0, 85, 1460);
+INSERT INTO `achievements` VALUES (1497, 'GuideEnrollmentLifetime', 'explore', 19, 95, 0, 90, 1643);
+INSERT INTO `achievements` VALUES (1498, 'GuideEnrollmentLifetime', 'explore', 20, 100, 0, 95, 1825);
+INSERT INTO `achievements` VALUES (1513, 'MonsterPlantTreater', 'explore', 1, 5, 0, 0, 5);
+INSERT INTO `achievements` VALUES (1514, 'MonsterPlantTreater', 'explore', 2, 10, 0, 5, 30);
+INSERT INTO `achievements` VALUES (1515, 'MonsterPlantTreater', 'explore', 3, 15, 0, 10, 130);
+INSERT INTO `achievements` VALUES (1516, 'MonsterPlantTreater', 'explore', 4, 20, 0, 15, 380);
+INSERT INTO `achievements` VALUES (1517, 'MonsterPlantTreater', 'explore', 5, 25, 0, 20, 1380);
+INSERT INTO `achievements` VALUES (2757, 'MusicCollector', 'music', 10, 100, 0, 80, 280);
+INSERT INTO `achievements` VALUES (2756, 'MusicCollector', 'music', 9, 100, 0, 50, 200);
+INSERT INTO `achievements` VALUES (2755, 'MusicCollector', 'music', 8, 100, 0, 45, 160);
+INSERT INTO `achievements` VALUES (2754, 'MusicCollector', 'music', 7, 100, 0, 40, 120);
+INSERT INTO `achievements` VALUES (2753, 'MusicCollector', 'music', 6, 100, 0, 35, 80);
+INSERT INTO `achievements` VALUES (2752, 'MusicCollector', 'music', 5, 100, 0, 30, 60);
+INSERT INTO `achievements` VALUES (2751, 'MusicCollector', 'music', 4, 100, 0, 25, 40);
+INSERT INTO `achievements` VALUES (2750, 'MusicCollector', 'music', 3, 100, 0, 20, 20);
+INSERT INTO `achievements` VALUES (2749, 'MusicCollector', 'music', 2, 100, 0, 15, 5);
+INSERT INTO `achievements` VALUES (2747, 'Jogger', 'explore', 10, 100, 0, 100, 4800);
+INSERT INTO `achievements` VALUES (2746, 'Jogger', 'explore', 9, 90, 0, 90, 2400);
+INSERT INTO `achievements` VALUES (2745, 'Jogger', 'explore', 8, 80, 0, 80, 1200);
+INSERT INTO `achievements` VALUES (1646, 'GuideRecommendation', 'explore', 1, 5, 0, 5, 2);
+INSERT INTO `achievements` VALUES (1647, 'GuideRecommendation', 'explore', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (1648, 'GuideRecommendation', 'explore', 3, 15, 0, 10, 10);
+INSERT INTO `achievements` VALUES (1649, 'GuideRecommendation', 'explore', 4, 20, 0, 15, 15);
+INSERT INTO `achievements` VALUES (1650, 'GuideRecommendation', 'explore', 5, 25, 0, 20, 30);
+INSERT INTO `achievements` VALUES (1651, 'GuideRecommendation', 'explore', 6, 30, 0, 25, 55);
+INSERT INTO `achievements` VALUES (1652, 'GuideRecommendation', 'explore', 7, 35, 0, 30, 85);
+INSERT INTO `achievements` VALUES (1653, 'GuideFeedbackGiver', 'explore', 1, 5, 0, 5, 2);
+INSERT INTO `achievements` VALUES (1654, 'GuideFeedbackGiver', 'explore', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (1660, 'MonsterPlantGardenOfDeath', 'explore', 1, 5, 0, 0, 5);
+INSERT INTO `achievements` VALUES (1661, 'MonsterPlantGardenOfDeath', 'explore', 2, 10, 0, 5, 30);
+INSERT INTO `achievements` VALUES (1662, 'MonsterPlantGardenOfDeath', 'explore', 3, 15, 0, 10, 100);
+INSERT INTO `achievements` VALUES (1663, 'MonsterPlantGardenOfDeath', 'explore', 4, 20, 0, 15, 500);
+INSERT INTO `achievements` VALUES (1664, 'MonsterPlantGardenOfDeath', 'explore', 5, 25, 0, 20, 2000);
+INSERT INTO `achievements` VALUES (1665, 'MonsterPlantHealer', 'pets', 1, 5, 0, 0, 5);
+INSERT INTO `achievements` VALUES (1666, 'MonsterPlantHealer', 'pets', 2, 10, 0, 5, 30);
+INSERT INTO `achievements` VALUES (1667, 'MonsterPlantHealer', 'pets', 3, 15, 0, 10, 100);
+INSERT INTO `achievements` VALUES (1668, 'MonsterPlantHealer', 'pets', 4, 20, 0, 15, 500);
+INSERT INTO `achievements` VALUES (1669, 'MonsterPlantHealer', 'pets', 5, 25, 0, 20, 2000);
+INSERT INTO `achievements` VALUES (1690, 'FootballGoalScored', 'games', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (1691, 'FootballGoalScored', 'games', 2, 10, 0, 5, 10);
+INSERT INTO `achievements` VALUES (1692, 'FootballGoalScored', 'games', 3, 15, 0, 10, 100);
+INSERT INTO `achievements` VALUES (1693, 'FootballGoalScored', 'games', 4, 20, 0, 15, 1000);
+INSERT INTO `achievements` VALUES (1694, 'FootballGoalScored', 'games', 5, 25, 0, 20, 10000);
+INSERT INTO `achievements` VALUES (1705, 'SafetyQuizGraduate', 'identity', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (1706, 'GuideRequestHandler', 'explore', 1, 5, 0, 5, 2);
+INSERT INTO `achievements` VALUES (1707, 'GuideRequestHandler', 'explore', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (1708, 'GuideRequestHandler', 'explore', 3, 15, 0, 10, 10);
+INSERT INTO `achievements` VALUES (1709, 'GuideRequestHandler', 'explore', 4, 20, 0, 15, 15);
+INSERT INTO `achievements` VALUES (1710, 'GuideRequestHandler', 'explore', 5, 25, 0, 20, 30);
+INSERT INTO `achievements` VALUES (1711, 'GuideRequestHandler', 'explore', 6, 30, 0, 25, 55);
+INSERT INTO `achievements` VALUES (1712, 'GuideRequestHandler', 'explore', 7, 35, 0, 30, 85);
+INSERT INTO `achievements` VALUES (1713, 'GuideRequestHandler', 'explore', 8, 40, 0, 35, 115);
+INSERT INTO `achievements` VALUES (1714, 'GuideRequestHandler', 'explore', 9, 45, 0, 40, 150);
+INSERT INTO `achievements` VALUES (1715, 'GuideRequestHandler', 'explore', 10, 50, 0, 45, 200);
+INSERT INTO `achievements` VALUES (1716, 'GuideRequester', 'explore', 1, 5, 0, 0, 2);
+INSERT INTO `achievements` VALUES (1717, 'GuideRequester', 'explore', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (1741, 'FriendListSize', 'social', 1, 5, 0, 0, 2);
+INSERT INTO `achievements` VALUES (1742, 'FriendListSize', 'social', 2, 10, 0, 5, 10);
+INSERT INTO `achievements` VALUES (1743, 'FriendListSize', 'social', 3, 15, 0, 10, 30);
+INSERT INTO `achievements` VALUES (1744, 'FriendListSize', 'social', 4, 20, 0, 15, 85);
+INSERT INTO `achievements` VALUES (1745, 'FriendListSize', 'social', 5, 25, 0, 20, 150);
+INSERT INTO `achievements` VALUES (1746, 'FriendListSize', 'social', 6, 30, 0, 25, 250);
+INSERT INTO `achievements` VALUES (1747, 'FriendListSize', 'social', 7, 35, 0, 30, 350);
+INSERT INTO `achievements` VALUES (1748, 'FriendListSize', 'social', 8, 40, 0, 35, 500);
+INSERT INTO `achievements` VALUES (1749, 'FriendListSize', 'social', 9, 45, 0, 40, 700);
+INSERT INTO `achievements` VALUES (1750, 'FriendListSize', 'social', 10, 50, 0, 45, 800);
+INSERT INTO `achievements` VALUES (1751, 'FriendListSize', 'social', 11, 55, 0, 50, 900);
+INSERT INTO `achievements` VALUES (1752, 'FriendListSize', 'social', 12, 60, 0, 55, 1000);
+INSERT INTO `achievements` VALUES (1753, 'FriendListSize', 'social', 13, 65, 0, 60, 1100);
+INSERT INTO `achievements` VALUES (1764, 'FootballGoalScoredInRoom', 'games', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (1765, 'FootballGoalScoredInRoom', 'games', 2, 10, 0, 5, 20);
+INSERT INTO `achievements` VALUES (1766, 'FootballGoalScoredInRoom', 'games', 3, 15, 0, 10, 400);
+INSERT INTO `achievements` VALUES (1767, 'FootballGoalScoredInRoom', 'games', 4, 20, 0, 15, 8000);
+INSERT INTO `achievements` VALUES (1768, 'FootballGoalScoredInRoom', 'games', 5, 25, 0, 20, 160000);
+INSERT INTO `achievements` VALUES (1886, 'FurnimaticQuest', 'explore', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (1887, 'FurnimaticQuest', 'explore', 2, 10, 0, 5, 2);
+INSERT INTO `achievements` VALUES (1888, 'FurnimaticQuest', 'explore', 3, 15, 0, 10, 3);
+INSERT INTO `achievements` VALUES (1889, 'FurnimaticQuest', 'explore', 4, 20, 0, 15, 4);
+INSERT INTO `achievements` VALUES (1890, 'FurnimaticQuest', 'explore', 5, 25, 0, 20, 5);
+INSERT INTO `achievements` VALUES (1891, 'FurnimaticQuest', 'explore', 6, 30, 0, 25, 6);
+INSERT INTO `achievements` VALUES (1892, 'FurnimaticQuest', 'explore', 7, 35, 0, 30, 7);
+INSERT INTO `achievements` VALUES (1893, 'FurnimaticQuest', 'explore', 8, 40, 0, 35, 8);
+INSERT INTO `achievements` VALUES (1894, 'FurnimaticQuest', 'explore', 9, 45, 0, 40, 9);
+INSERT INTO `achievements` VALUES (1895, 'FurnimaticQuest', 'explore', 10, 50, 0, 45, 10);
+INSERT INTO `achievements` VALUES (1896, 'FurnimaticQuest', 'explore', 11, 55, 0, 50, 11);
+INSERT INTO `achievements` VALUES (1897, 'FurnimaticQuest', 'explore', 12, 60, 0, 55, 12);
+INSERT INTO `achievements` VALUES (1898, 'FurnimaticQuest', 'explore', 13, 65, 0, 60, 13);
+INSERT INTO `achievements` VALUES (1899, 'FurnimaticQuest', 'explore', 14, 70, 0, 65, 14);
+INSERT INTO `achievements` VALUES (1900, 'FurnimaticQuest', 'explore', 15, 75, 0, 70, 15);
+INSERT INTO `achievements` VALUES (1901, 'FurnimaticQuest', 'explore', 16, 80, 0, 75, 16);
+INSERT INTO `achievements` VALUES (1902, 'FurnimaticQuest', 'explore', 17, 85, 0, 80, 17);
+INSERT INTO `achievements` VALUES (1903, 'GuideAdvertisementReader', 'identity', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (2020, 'EggMaster', 'explore', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (2021, 'EggMaster', 'explore', 2, 10, 0, 5, 3);
+INSERT INTO `achievements` VALUES (2022, 'EggMaster', 'explore', 3, 15, 0, 10, 7);
+INSERT INTO `achievements` VALUES (2023, 'EggCracker', 'explore', 1, 5, 0, 0, 10);
+INSERT INTO `achievements` VALUES (2024, 'EggCracker', 'explore', 2, 10, 0, 5, 20);
+INSERT INTO `achievements` VALUES (2025, 'EggCracker', 'explore', 3, 15, 0, 10, 80);
+INSERT INTO `achievements` VALUES (2026, 'EggCracker', 'explore', 4, 20, 0, 15, 320);
+INSERT INTO `achievements` VALUES (2027, 'EggCracker', 'explore', 5, 25, 0, 20, 1280);
+INSERT INTO `achievements` VALUES (2028, 'EggCracker', 'explore', 6, 30, 0, 25, 5120);
+INSERT INTO `achievements` VALUES (2029, 'EggCracker', 'explore', 7, 35, 0, 30, 10240);
+INSERT INTO `achievements` VALUES (2030, 'EggCracker', 'explore', 8, 40, 0, 35, 20480);
+INSERT INTO `achievements` VALUES (2031, 'EggCracker', 'explore', 9, 45, 0, 40, 40960);
+INSERT INTO `achievements` VALUES (2032, 'EggCracker', 'explore', 10, 50, 0, 45, 81920);
+INSERT INTO `achievements` VALUES (2188, 'PinataWhacker', 'explore', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (2189, 'PinataWhacker', 'explore', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (2190, 'PinataWhacker', 'explore', 3, 15, 0, 10, 25);
+INSERT INTO `achievements` VALUES (2191, 'PinataWhacker', 'explore', 4, 20, 0, 15, 50);
+INSERT INTO `achievements` VALUES (2192, 'PinataWhacker', 'explore', 5, 25, 0, 20, 100);
+INSERT INTO `achievements` VALUES (2193, 'PinataWhacker', 'explore', 6, 30, 0, 25, 200);
+INSERT INTO `achievements` VALUES (2194, 'PinataWhacker', 'explore', 7, 35, 0, 30, 400);
+INSERT INTO `achievements` VALUES (2195, 'PinataWhacker', 'explore', 8, 40, 0, 35, 800);
+INSERT INTO `achievements` VALUES (2196, 'PinataWhacker', 'explore', 9, 45, 0, 40, 1600);
+INSERT INTO `achievements` VALUES (2197, 'PinataWhacker', 'explore', 10, 50, 0, 45, 3200);
+INSERT INTO `achievements` VALUES (2198, 'PinataBreaker', 'explore', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (2199, 'PinataBreaker', 'explore', 2, 10, 0, 5, 2);
+INSERT INTO `achievements` VALUES (2200, 'PinataBreaker', 'explore', 3, 15, 0, 10, 4);
+INSERT INTO `achievements` VALUES (2201, 'PinataBreaker', 'explore', 4, 20, 0, 15, 8);
+INSERT INTO `achievements` VALUES (2202, 'PinataBreaker', 'explore', 5, 25, 0, 20, 16);
+INSERT INTO `achievements` VALUES (2318, 'CrystalCracker', 'explore', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (2319, 'CrystalCracker', 'explore', 2, 10, 0, 5, 25);
+INSERT INTO `achievements` VALUES (2320, 'CrystalCracker', 'explore', 3, 15, 0, 10, 50);
+INSERT INTO `achievements` VALUES (2321, 'CrystalCracker', 'explore', 4, 20, 0, 15, 100);
+INSERT INTO `achievements` VALUES (2322, 'CrystalCracker', 'explore', 5, 25, 0, 20, 200);
+INSERT INTO `achievements` VALUES (2323, 'CrystalCracker', 'explore', 6, 30, 0, 25, 400);
+INSERT INTO `achievements` VALUES (2324, 'CrystalCracker', 'explore', 7, 35, 0, 30, 800);
+INSERT INTO `achievements` VALUES (2325, 'CrystalCracker', 'explore', 8, 40, 0, 35, 1600);
+INSERT INTO `achievements` VALUES (2326, 'CrystalCracker', 'explore', 9, 45, 0, 40, 3200);
+INSERT INTO `achievements` VALUES (2327, 'CrystalCracker', 'explore', 10, 50, 0, 45, 6400);
+INSERT INTO `achievements` VALUES (2369, 'SelfModRoomFilterSeen', 'tools', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (2370, 'ViciousViking', 'explore', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (2371, 'ViciousViking', 'explore', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (2372, 'ViciousViking', 'explore', 3, 15, 0, 10, 10);
+INSERT INTO `achievements` VALUES (2373, 'ViciousViking', 'explore', 4, 20, 0, 15, 20);
+INSERT INTO `achievements` VALUES (2374, 'ViciousViking', 'explore', 5, 25, 0, 20, 40);
+INSERT INTO `achievements` VALUES (2375, 'ViciousViking', 'explore', 6, 30, 0, 25, 80);
+INSERT INTO `achievements` VALUES (2376, 'ViciousViking', 'explore', 7, 35, 0, 30, 160);
+INSERT INTO `achievements` VALUES (2377, 'ViciousViking', 'explore', 8, 40, 0, 35, 250);
+INSERT INTO `achievements` VALUES (2378, 'ViciousViking', 'explore', 9, 45, 0, 40, 350);
+INSERT INTO `achievements` VALUES (2379, 'ViciousViking', 'explore', 10, 50, 0, 45, 600);
+INSERT INTO `achievements` VALUES (2380, 'SelfModWalkthroughSeen', 'tools', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (2381, 'SelfModDoorModeSeen', 'tools', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (2382, 'LeprechaunRespectGiver', 'pets', 1, 5, 0, 0, 3);
+INSERT INTO `achievements` VALUES (2383, 'LeprechaunRespectGiver', 'pets', 2, 10, 0, 5, 10);
+INSERT INTO `achievements` VALUES (2384, 'LeprechaunRespectGiver', 'pets', 3, 15, 0, 10, 20);
+INSERT INTO `achievements` VALUES (2385, 'LeprechaunRespectGiver', 'pets', 4, 20, 0, 15, 40);
+INSERT INTO `achievements` VALUES (2386, 'LeprechaunRespectGiver', 'pets', 5, 25, 0, 20, 70);
+INSERT INTO `achievements` VALUES (2387, 'LeprechaunRespectGiver', 'pets', 6, 30, 0, 25, 120);
+INSERT INTO `achievements` VALUES (2388, 'LeprechaunRespectGiver', 'pets', 7, 35, 0, 30, 200);
+INSERT INTO `achievements` VALUES (2389, 'LeprechaunRespectGiver', 'pets', 8, 40, 0, 35, 300);
+INSERT INTO `achievements` VALUES (2390, 'LeprechaunRespectGiver', 'pets', 9, 45, 0, 40, 500);
+INSERT INTO `achievements` VALUES (2391, 'LeprechaunRespectGiver', 'pets', 10, 50, 0, 45, 750);
+INSERT INTO `achievements` VALUES (2403, 'LeprechaunLevelUp', 'pets', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (2404, 'LeprechaunLevelUp', 'pets', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (2405, 'LeprechaunLevelUp', 'pets', 3, 15, 0, 10, 10);
+INSERT INTO `achievements` VALUES (2406, 'LeprechaunLevelUp', 'pets', 4, 20, 0, 15, 20);
+INSERT INTO `achievements` VALUES (2407, 'LeprechaunLevelUp', 'pets', 5, 25, 0, 20, 30);
+INSERT INTO `achievements` VALUES (2408, 'LeprechaunLevelUp', 'pets', 6, 30, 0, 25, 50);
+INSERT INTO `achievements` VALUES (2409, 'LeprechaunLevelUp', 'pets', 7, 35, 0, 30, 80);
+INSERT INTO `achievements` VALUES (2410, 'LeprechaunLevelUp', 'pets', 8, 40, 0, 35, 130);
+INSERT INTO `achievements` VALUES (2411, 'LeprechaunLevelUp', 'pets', 9, 45, 0, 40, 200);
+INSERT INTO `achievements` VALUES (2412, 'LeprechaunLevelUp', 'pets', 10, 50, 0, 45, 350);
+INSERT INTO `achievements` VALUES (2443, 'GnomeRespectGiver', 'pets', 1, 5, 0, 0, 3);
+INSERT INTO `achievements` VALUES (2444, 'GnomeRespectGiver', 'pets', 2, 10, 0, 5, 10);
+INSERT INTO `achievements` VALUES (2445, 'GnomeRespectGiver', 'pets', 3, 15, 0, 10, 20);
+INSERT INTO `achievements` VALUES (2446, 'GnomeRespectGiver', 'pets', 4, 20, 0, 15, 40);
+INSERT INTO `achievements` VALUES (2447, 'GnomeRespectGiver', 'pets', 5, 25, 0, 20, 70);
+INSERT INTO `achievements` VALUES (2448, 'GnomeRespectGiver', 'pets', 6, 30, 0, 25, 120);
+INSERT INTO `achievements` VALUES (2449, 'GnomeRespectGiver', 'pets', 7, 35, 0, 30, 200);
+INSERT INTO `achievements` VALUES (2450, 'GnomeRespectGiver', 'pets', 8, 40, 0, 35, 300);
+INSERT INTO `achievements` VALUES (2451, 'GnomeRespectGiver', 'pets', 9, 45, 0, 40, 500);
+INSERT INTO `achievements` VALUES (2452, 'GnomeRespectGiver', 'pets', 10, 50, 0, 45, 750);
+INSERT INTO `achievements` VALUES (2453, 'GnomeLevelUp', 'pets', 1, 5, 0, 0, 1);
+INSERT INTO `achievements` VALUES (2454, 'GnomeLevelUp', 'pets', 2, 10, 0, 5, 3);
+INSERT INTO `achievements` VALUES (2455, 'GnomeLevelUp', 'pets', 3, 15, 0, 10, 5);
+INSERT INTO `achievements` VALUES (2456, 'GnomeLevelUp', 'pets', 4, 20, 0, 15, 7);
+INSERT INTO `achievements` VALUES (2457, 'GnomeLevelUp', 'pets', 5, 25, 0, 20, 9);
+INSERT INTO `achievements` VALUES (2458, 'GnomeLevelUp', 'pets', 6, 30, 0, 25, 11);
+INSERT INTO `achievements` VALUES (2459, 'GnomeLevelUp', 'pets', 7, 35, 0, 30, 13);
+INSERT INTO `achievements` VALUES (2460, 'GnomeLevelUp', 'pets', 8, 40, 0, 35, 15);
+INSERT INTO `achievements` VALUES (2461, 'GnomeLevelUp', 'pets', 9, 45, 0, 40, 17);
+INSERT INTO `achievements` VALUES (2462, 'GnomeLevelUp', 'pets', 10, 50, 0, 45, 20);
+INSERT INTO `achievements` VALUES (2625, 'GnomeFeeding', 'pets', 5, 30, 0, 30, 800);
+INSERT INTO `achievements` VALUES (2624, 'GnomeFeeding', 'pets', 4, 25, 0, 25, 600);
+INSERT INTO `achievements` VALUES (2623, 'GnomeFeeding', 'pets', 3, 20, 0, 20, 400);
+INSERT INTO `achievements` VALUES (2622, 'GnomeFeeding', 'pets', 2, 15, 0, 15, 250);
+INSERT INTO `achievements` VALUES (2621, 'GnomeFeeding', 'pets', 1, 10, 0, 10, 100);
+INSERT INTO `achievements` VALUES (2620, 'Bazaar', 'explore', 10, 100, 0, 100, 240);
+INSERT INTO `achievements` VALUES (2619, 'Bazaar', 'explore', 9, 100, 0, 100, 180);
+INSERT INTO `achievements` VALUES (2618, 'Bazaar', 'explore', 8, 100, 0, 100, 120);
+INSERT INTO `achievements` VALUES (2617, 'Bazaar', 'explore', 7, 80, 0, 80, 100);
+INSERT INTO `achievements` VALUES (2616, 'Bazaar', 'explore', 6, 60, 0, 60, 80);
+INSERT INTO `achievements` VALUES (2543, 'SelfModMuteSeen', 'tools', 1, 5, 0, 1, 1);
+INSERT INTO `achievements` VALUES (2544, 'SelfModKickSeen', 'tools', 1, 5, 0, 1, 1);
+INSERT INTO `achievements` VALUES (2547, 'SelfModChatScrollSpeedSeen', 'tools', 1, 5, 0, 1, 1);
+INSERT INTO `achievements` VALUES (2548, 'SelfModChatFloodFilterSeen', 'tools', 1, 5, 0, 1, 1);
+INSERT INTO `achievements` VALUES (2549, 'SelfModChatHearRangeSeen', 'tools', 1, 5, 0, 1, 1);
+INSERT INTO `achievements` VALUES (2550, 'SelfModIgnoreSeen', 'tools', 1, 5, 0, 1, 1);
+INSERT INTO `achievements` VALUES (2555, 'CameraPhotoCount', 'explore', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (2556, 'CameraPhotoCount', 'explore', 2, 10, 0, 5, 5);
+INSERT INTO `achievements` VALUES (2557, 'CameraPhotoCount', 'explore', 3, 15, 0, 10, 15);
+INSERT INTO `achievements` VALUES (2558, 'CameraPhotoCount', 'explore', 4, 20, 0, 15, 30);
+INSERT INTO `achievements` VALUES (2559, 'CameraPhotoCount', 'explore', 5, 25, 0, 20, 50);
+INSERT INTO `achievements` VALUES (2560, 'CameraPhotoCount', 'explore', 6, 30, 0, 25, 100);
+INSERT INTO `achievements` VALUES (2561, 'CameraPhotoCount', 'explore', 7, 35, 0, 30, 200);
+INSERT INTO `achievements` VALUES (2562, 'CameraPhotoCount', 'explore', 8, 40, 0, 35, 400);
+INSERT INTO `achievements` VALUES (2563, 'CameraPhotoCount', 'explore', 9, 45, 0, 40, 800);
+INSERT INTO `achievements` VALUES (2564, 'CameraPhotoCount', 'explore', 10, 50, 0, 45, 1000);
+INSERT INTO `achievements` VALUES (2615, 'Bazaar', 'explore', 5, 50, 0, 50, 60);
+INSERT INTO `achievements` VALUES (2614, 'Bazaar', 'explore', 4, 40, 0, 40, 40);
+INSERT INTO `achievements` VALUES (2613, 'Bazaar', 'explore', 3, 20, 0, 20, 20);
+INSERT INTO `achievements` VALUES (2612, 'Bazaar', 'explore', 2, 10, 0, 10, 5);
+INSERT INTO `achievements` VALUES (2611, 'Bazaar', 'explore', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (2610, 'ffusion', 'explore', 5, 100, 0, 100, 10);
+INSERT INTO `achievements` VALUES (2609, 'ffusion', 'explore', 4, 50, 0, 50, 8);
+INSERT INTO `achievements` VALUES (2608, 'ffusion', 'explore', 3, 30, 0, 30, 5);
+INSERT INTO `achievements` VALUES (2607, 'ffusion', 'explore', 2, 20, 0, 20, 3);
+INSERT INTO `achievements` VALUES (2606, 'ffusion', 'explore', 1, 10, 0, 10, 1);
+INSERT INTO `achievements` VALUES (2576, 'VicGar', 'explore', 1, 5, 0, 5, 2);
+INSERT INTO `achievements` VALUES (2577, 'VicGar', 'explore', 2, 10, 0, 10, 6);
+INSERT INTO `achievements` VALUES (2578, 'VicGar', 'explore', 3, 15, 0, 15, 10);
+INSERT INTO `achievements` VALUES (2579, 'VicGar', 'explore', 4, 20, 0, 20, 20);
+INSERT INTO `achievements` VALUES (2580, 'VicGar', 'explore', 5, 25, 0, 25, 40);
+INSERT INTO `achievements` VALUES (2581, 'VicGar', 'explore', 6, 30, 0, 30, 60);
+INSERT INTO `achievements` VALUES (2582, 'VicGar', 'explore', 7, 35, 0, 35, 80);
+INSERT INTO `achievements` VALUES (2583, 'VicGar', 'explore', 8, 40, 0, 40, 100);
+INSERT INTO `achievements` VALUES (2584, 'VicGar', 'explore', 9, 50, 0, 50, 150);
+INSERT INTO `achievements` VALUES (2585, 'VicGar', 'explore', 10, 100, 0, 100, 240);
+INSERT INTO `achievements` VALUES (2586, 'Chef', 'explore', 1, 5, 0, 5, 1);
+INSERT INTO `achievements` VALUES (2587, 'Chef', 'explore', 2, 10, 0, 10, 5);
+INSERT INTO `achievements` VALUES (2588, 'Chef', 'explore', 3, 15, 0, 15, 10);
+INSERT INTO `achievements` VALUES (2589, 'Chef', 'explore', 4, 20, 0, 20, 20);
+INSERT INTO `achievements` VALUES (2590, 'Chef', 'explore', 5, 25, 0, 25, 40);
+INSERT INTO `achievements` VALUES (2591, 'Chef', 'explore', 6, 30, 0, 30, 60);
+INSERT INTO `achievements` VALUES (2592, 'Chef', 'explore', 7, 35, 0, 35, 80);
+INSERT INTO `achievements` VALUES (2593, 'Chef', 'explore', 8, 50, 0, 50, 100);
+INSERT INTO `achievements` VALUES (2594, 'Chef', 'explore', 9, 80, 0, 80, 120);
+INSERT INTO `achievements` VALUES (2595, 'Chef', 'explore', 10, 100, 0, 100, 250);
+INSERT INTO `achievements` VALUES (2748, 'MusicCollector', 'music', 1, 100, 0, 10, 2);
+INSERT INTO `achievements` VALUES (2597, 'Restorer', 'explore', 1, 100, 0, 10, 2);
+INSERT INTO `achievements` VALUES (2598, 'Restorer', 'explore', 2, 100, 0, 15, 4);
+INSERT INTO `achievements` VALUES (2599, 'Restorer', 'explore', 3, 100, 0, 20, 6);
+INSERT INTO `achievements` VALUES (2600, 'Restorer', 'explore', 4, 100, 0, 30, 8);
+INSERT INTO `achievements` VALUES (2601, 'Restorer', 'explore', 5, 100, 0, 50, 20);
+INSERT INTO `achievements` VALUES (2602, 'AtcgSecret', 'explore', 1, 100, 0, 20, 5);
+INSERT INTO `achievements` VALUES (2603, 'AtcgSecret', 'explore', 2, 100, 0, 30, 12);
+INSERT INTO `achievements` VALUES (2604, 'AtcgSecret', 'explore', 3, 100, 0, 50, 24);
+INSERT INTO `achievements` VALUES (2605, 'AtcgSecret', 'explore', 4, 100, 0, 100, 38);
+INSERT INTO `achievements` VALUES (2758, 'Atcg', 'explore', 1, 100, 0, 20, 5);
+INSERT INTO `achievements` VALUES (2759, 'Atcg', 'explore', 2, 100, 0, 30, 12);
+INSERT INTO `achievements` VALUES (2760, 'Atcg', 'explore', 3, 100, 0, 50, 24);
+INSERT INTO `achievements` VALUES (2761, 'Atcg', 'explore', 4, 100, 0, 100, 38);
+
+-- ----------------------------
+-- Table structure for achievements_talents
+-- ----------------------------
+DROP TABLE IF EXISTS `achievements_talents`;
+CREATE TABLE `achievements_talents` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `type` enum('citizenship','helper') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'citizenship',
+ `level` int(0) NOT NULL DEFAULT 0,
+ `achievement_ids` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `achievement_levels` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `reward_furni` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `reward_perks` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `reward_badges` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of achievements_talents
+-- ----------------------------
+INSERT INTO `achievements_talents` VALUES (1, 'citizenship', 0, '481', '1', '179', '', '');
+INSERT INTO `achievements_talents` VALUES (2, 'citizenship', 1, '467,479,469', '1,1,1', '179', '', '');
+INSERT INTO `achievements_talents` VALUES (3, 'citizenship', 2, '445', '2,1', '179', 'TRADE', 'ACH_TraderPass1');
+INSERT INTO `achievements_talents` VALUES (4, 'citizenship', 3, '467', '1', '179,5003', 'CITIZEN', 'ACH_Citizenship1');
+
+-- ----------------------------
+-- Table structure for bans
+-- ----------------------------
+DROP TABLE IF EXISTS `bans`;
+CREATE TABLE `bans` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL,
+ `ip` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `machine_id` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `user_staff_id` int(0) NOT NULL,
+ `timestamp` int(0) NOT NULL,
+ `ban_expire` int(0) NOT NULL DEFAULT 0,
+ `ban_reason` varchar(200) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `type` enum('account','ip','machine','super') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'account' COMMENT 'Account is the entry in the users table banned.\nIP is any client that connects with that IP.\nMachine is the computer that logged in.\nSuper is all of the above.',
+ `cfh_topic` int(0) NOT NULL DEFAULT -1,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `user_data`(`user_id`, `ip`, `machine_id`, `ban_expire`, `timestamp`, `ban_reason`) USING BTREE,
+ INDEX `general`(`id`, `type`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for bot_serves
+-- ----------------------------
+DROP TABLE IF EXISTS `bot_serves`;
+CREATE TABLE `bot_serves` (
+ `keys` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `item` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for bots
+-- ----------------------------
+DROP TABLE IF EXISTS `bots`;
+CREATE TABLE `bots` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL DEFAULT 0,
+ `room_id` int(0) NOT NULL DEFAULT 0,
+ `name` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `motto` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `figure` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `gender` enum('M','F') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'M',
+ `x` int(0) NOT NULL DEFAULT 0,
+ `y` int(0) NOT NULL DEFAULT 0,
+ `z` double(11, 1) NOT NULL DEFAULT 0.0,
+ `rot` int(0) NOT NULL DEFAULT 0,
+ `chat_lines` varchar(5112) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `chat_auto` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ `chat_random` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ `chat_delay` int(0) NOT NULL DEFAULT 5,
+ `dance` int(0) NOT NULL DEFAULT 0,
+ `freeroam` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `type` enum('generic','visitor_log','bartender','weapons_dealer') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'generic',
+ `effect` int(0) NOT NULL DEFAULT 0,
+ `bubble_id` int(0) NULL DEFAULT 31,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `general_data`(`id`, `user_id`, `room_id`, `name`, `motto`, `gender`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for calendar_campaigns
+-- ----------------------------
+DROP TABLE IF EXISTS `calendar_campaigns`;
+CREATE TABLE `calendar_campaigns` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
+ `image` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
+ `start_timestamp` int(0) NOT NULL DEFAULT 0,
+ `total_days` int(0) NOT NULL DEFAULT 30,
+ `lock_expired` enum('1','0') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '1',
+ `enabled` enum('1','0') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '1',
+ UNIQUE INDEX `id`(`id`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for calendar_rewards
+-- ----------------------------
+DROP TABLE IF EXISTS `calendar_rewards`;
+CREATE TABLE `calendar_rewards` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `campaign_id` int(0) NOT NULL DEFAULT 0,
+ `product_name` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `custom_image` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `credits` int(0) NOT NULL DEFAULT 0,
+ `pixels` int(0) NOT NULL DEFAULT 0,
+ `points` int(0) NOT NULL DEFAULT 0,
+ `points_type` int(0) NOT NULL DEFAULT 0,
+ `badge` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `item_id` int(0) NOT NULL DEFAULT 0,
+ `subscription_type` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT '',
+ `subscription_days` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for calendar_rewards_claimed
+-- ----------------------------
+DROP TABLE IF EXISTS `calendar_rewards_claimed`;
+CREATE TABLE `calendar_rewards_claimed` (
+ `user_id` int(0) NOT NULL,
+ `campaign_id` int(0) NOT NULL DEFAULT 0,
+ `day` int(0) NOT NULL,
+ `reward_id` int(0) NOT NULL,
+ `timestamp` int(0) NOT NULL
+) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for camera_web
+-- ----------------------------
+DROP TABLE IF EXISTS `camera_web`;
+CREATE TABLE `camera_web` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL,
+ `room_id` int(0) NOT NULL DEFAULT 0,
+ `timestamp` int(0) NOT NULL,
+ `url` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ PRIMARY KEY (`id`) USING BTREE,
+ UNIQUE INDEX `id`(`id`) USING BTREE,
+ INDEX `user_id`(`user_id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for catalog_clothing
+-- ----------------------------
+DROP TABLE IF EXISTS `catalog_clothing`;
+CREATE TABLE `catalog_clothing` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `name` varchar(75) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `setid` varchar(75) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 845 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of catalog_clothing
+-- ----------------------------
+INSERT INTO `catalog_clothing` VALUES (1, 'clothing_squid', '3356');
+INSERT INTO `catalog_clothing` VALUES (2, 'clothing_party1', '3362');
+INSERT INTO `catalog_clothing` VALUES (3, 'clothing_meowtfit', '3331,3334,3335,3337,3338');
+INSERT INTO `catalog_clothing` VALUES (4, 'clothing_geometricskirt', '3341');
+INSERT INTO `catalog_clothing` VALUES (5, 'clothing_waistcoatsuit', '3327');
+INSERT INTO `catalog_clothing` VALUES (6, 'clothing_gatsby', '3322');
+INSERT INTO `catalog_clothing` VALUES (7, 'clothing_bow', '3358');
+INSERT INTO `catalog_clothing` VALUES (8, 'clothing_baldy', '3357');
+INSERT INTO `catalog_clothing` VALUES (9, 'clothing_wavy2', '3339');
+INSERT INTO `catalog_clothing` VALUES (10, 'clothing_mutton1', '3345');
+INSERT INTO `catalog_clothing` VALUES (11, 'clothing_straw2', '3347');
+INSERT INTO `catalog_clothing` VALUES (12, 'clothing_fishhat', '3349');
+INSERT INTO `catalog_clothing` VALUES (13, 'clothing_rolled_jeans', '3320');
+INSERT INTO `catalog_clothing` VALUES (14, 'clothing_birdshoes', '3348');
+INSERT INTO `catalog_clothing` VALUES (15, 'clothing_mermaidoutfit', '3332,3333');
+INSERT INTO `catalog_clothing` VALUES (16, 'clothing_droopycollar', '3336,3340');
+INSERT INTO `catalog_clothing` VALUES (17, 'clothing_headband', '3352');
+INSERT INTO `catalog_clothing` VALUES (18, 'clothing_flowercrown', '3329');
+INSERT INTO `catalog_clothing` VALUES (19, 'clothing_hheadphones', '3324');
+INSERT INTO `catalog_clothing` VALUES (20, 'clothing_mutton2', '3346');
+INSERT INTO `catalog_clothing` VALUES (21, 'clothing_floralskirt', '3355');
+INSERT INTO `catalog_clothing` VALUES (22, 'clothing_nightvision', '3318');
+INSERT INTO `catalog_clothing` VALUES (23, 'clothing_mockymouse', '3359,3360,3361');
+INSERT INTO `catalog_clothing` VALUES (24, 'clothing_xmas1', '3321');
+INSERT INTO `catalog_clothing` VALUES (25, 'clothing_shavedside', '3325');
+INSERT INTO `catalog_clothing` VALUES (26, 'clothing_geometricjumper', '3342');
+INSERT INTO `catalog_clothing` VALUES (27, 'clothing_beard1', '3344');
+INSERT INTO `catalog_clothing` VALUES (28, 'clothing_beads', '3343');
+INSERT INTO `catalog_clothing` VALUES (29, 'clothing_twotonecardi', '3326');
+INSERT INTO `catalog_clothing` VALUES (30, 'clothing_animalprint', '3353');
+INSERT INTO `catalog_clothing` VALUES (31, 'clothing_party2', '3363');
+INSERT INTO `catalog_clothing` VALUES (32, 'clothing_tshirt_rolled', '3323,3351');
+INSERT INTO `catalog_clothing` VALUES (33, 'clothing_rippedjeans', '3328');
+INSERT INTO `catalog_clothing` VALUES (34, 'clothing_shoestights', '3354');
+INSERT INTO `catalog_clothing` VALUES (35, 'clothing_kimono1', '3366,3367,3368,3369,3364');
+INSERT INTO `catalog_clothing` VALUES (36, 'clothing_kimono2', '3365,3371,3372,3370');
+INSERT INTO `catalog_clothing` VALUES (37, 'clothing_cyboots', '3375');
+INSERT INTO `catalog_clothing` VALUES (38, 'clothing_cycircuit', '3385');
+INSERT INTO `catalog_clothing` VALUES (39, 'clothing_cygirl', '3373,3374,3375,3376,3377,3387');
+INSERT INTO `catalog_clothing` VALUES (40, 'clothing_cyglass', '3388');
+INSERT INTO `catalog_clothing` VALUES (41, 'clothing_cyhair', '3377');
+INSERT INTO `catalog_clothing` VALUES (42, 'clothing_cyhood', '3382');
+INSERT INTO `catalog_clothing` VALUES (43, 'clothing_cyleather', '3373,3374');
+INSERT INTO `catalog_clothing` VALUES (44, 'clothing_cymask', '3378');
+INSERT INTO `catalog_clothing` VALUES (45, 'clothing_cyquif', '3386');
+INSERT INTO `catalog_clothing` VALUES (46, 'clothing_cyskirt', '3387');
+INSERT INTO `catalog_clothing` VALUES (47, 'clothing_cystrapboots', '3383');
+INSERT INTO `catalog_clothing` VALUES (48, 'clothing_cystraphood', '3380,3381,3382,3383,3384');
+INSERT INTO `catalog_clothing` VALUES (49, 'clothing_cystrappants', '3384');
+INSERT INTO `catalog_clothing` VALUES (50, 'clothing_cyzipped', '3380,3381');
+INSERT INTO `catalog_clothing` VALUES (51, 'clothing_goggles', '3376');
+INSERT INTO `catalog_clothing` VALUES (52, 'clothing_candyboy', '3389,3390,3391,3394');
+INSERT INTO `catalog_clothing` VALUES (53, 'clothing_sidehat', '3392');
+INSERT INTO `catalog_clothing` VALUES (54, 'clothing_candygirl', '3392,3396,3397,3398,3401');
+INSERT INTO `catalog_clothing` VALUES (55, 'clothing_candyphones', '3395');
+INSERT INTO `catalog_clothing` VALUES (56, 'clothing_cherries', '3402');
+INSERT INTO `catalog_clothing` VALUES (57, 'clothing_cherrybomb', '3403');
+INSERT INTO `catalog_clothing` VALUES (58, 'clothing_chocodrop', '3394');
+INSERT INTO `catalog_clothing` VALUES (59, 'clothing_cjersey', '3389,3390');
+INSERT INTO `catalog_clothing` VALUES (60, 'clothing_cjumper', '3397,3398');
+INSERT INTO `catalog_clothing` VALUES (61, 'clothing_cshorts', '3391');
+INSERT INTO `catalog_clothing` VALUES (62, 'clothing_frontswirl', '3393');
+INSERT INTO `catalog_clothing` VALUES (63, 'clothing_habloompa', '3396');
+INSERT INTO `catalog_clothing` VALUES (64, 'clothing_swirlskirt', '3401');
+INSERT INTO `catalog_clothing` VALUES (65, 'clothing_swirltop', '3399,3400');
+INSERT INTO `catalog_clothing` VALUES (66, 'clothing_knitalien', '3404');
+INSERT INTO `catalog_clothing` VALUES (67, 'clothing_camoboots', '3419');
+INSERT INTO `catalog_clothing` VALUES (68, 'clothing_camocap', '3415');
+INSERT INTO `catalog_clothing` VALUES (69, 'clothing_camooutfit', '3415,3416,3417,3418,3419');
+INSERT INTO `catalog_clothing` VALUES (70, 'clothing_camotuck', '3418');
+INSERT INTO `catalog_clothing` VALUES (71, 'clothing_drillserg', '3426');
+INSERT INTO `catalog_clothing` VALUES (72, 'clothing_kevlaroutfit', '3420,3421');
+INSERT INTO `catalog_clothing` VALUES (73, 'clothing_kevlar', '3420');
+INSERT INTO `catalog_clothing` VALUES (74, 'clothing_kevlarhat', '3421');
+INSERT INTO `catalog_clothing` VALUES (75, 'clothing_medal1', '3423');
+INSERT INTO `catalog_clothing` VALUES (76, 'clothing_medal2', '3424');
+INSERT INTO `catalog_clothing` VALUES (77, 'clothing_medal3', '3425');
+INSERT INTO `catalog_clothing` VALUES (78, 'clothing_militaryhat', '3409');
+INSERT INTO `catalog_clothing` VALUES (79, 'clothing_militaryjacket', '3405,3406');
+INSERT INTO `catalog_clothing` VALUES (80, 'clothing_militarypants', '3407');
+INSERT INTO `catalog_clothing` VALUES (81, 'clothing_napkin', '3422');
+INSERT INTO `catalog_clothing` VALUES (82, 'clothing_parade', '3405,3406,3408,3409,3407');
+INSERT INTO `catalog_clothing` VALUES (83, 'clothing_rank1', '3410');
+INSERT INTO `catalog_clothing` VALUES (84, 'clothing_rank2', '3411');
+INSERT INTO `catalog_clothing` VALUES (85, 'clothing_rank3', '3412');
+INSERT INTO `catalog_clothing` VALUES (86, 'clothing_rank4', '3413');
+INSERT INTO `catalog_clothing` VALUES (87, 'clothing_rank5', '3414');
+INSERT INTO `catalog_clothing` VALUES (88, 'clothing_walkie', '3427');
+INSERT INTO `catalog_clothing` VALUES (89, 'clothing_camotank', '3416,3417');
+INSERT INTO `catalog_clothing` VALUES (90, 'clothing_dinohat', '3431');
+INSERT INTO `catalog_clothing` VALUES (91, 'clothing_caveshirt', '3428,3429');
+INSERT INTO `catalog_clothing` VALUES (92, 'clothing_cavehair', '3436');
+INSERT INTO `catalog_clothing` VALUES (93, 'clothing_dino', '3431,3432,3433,3434,3435');
+INSERT INTO `catalog_clothing` VALUES (94, 'clothing_caveman', '3428,3429,3436');
+INSERT INTO `catalog_clothing` VALUES (95, 'clothing_hat_skulldino', '3430');
+INSERT INTO `catalog_clothing` VALUES (96, 'clothing_breton', '3438,3439');
+INSERT INTO `catalog_clothing` VALUES (97, 'clothing_necktie', '3437');
+INSERT INTO `catalog_clothing` VALUES (98, 'clothing_airhelm', '3452');
+INSERT INTO `catalog_clothing` VALUES (101, 'clothing_deathmask', '3457');
+INSERT INTO `catalog_clothing` VALUES (102, 'clothing_demoncloak', '3442,3443');
+INSERT INTO `catalog_clothing` VALUES (103, 'clothing_demonhood', '3441');
+INSERT INTO `catalog_clothing` VALUES (104, 'clothing_demonoutfit', '3441,3442,3443,3444');
+INSERT INTO `catalog_clothing` VALUES (105, 'clothing_earthhelm', '3453');
+INSERT INTO `catalog_clothing` VALUES (106, 'clothing_fammask', '3455');
+INSERT INTO `catalog_clothing` VALUES (107, 'clothing_firehelm', '3450');
+INSERT INTO `catalog_clothing` VALUES (108, 'clothing_knightoutfit', '3447,3448,3449');
+INSERT INTO `catalog_clothing` VALUES (109, 'clothing_knighttop', '3447,3448');
+INSERT INTO `catalog_clothing` VALUES (110, 'clothing_knighttrousers', '3449');
+INSERT INTO `catalog_clothing` VALUES (111, 'clothing_pestmask', '3456');
+INSERT INTO `catalog_clothing` VALUES (112, 'clothing_skullnecklace', '3444');
+INSERT INTO `catalog_clothing` VALUES (113, 'clothing_warmask', '3454');
+INSERT INTO `catalog_clothing` VALUES (114, 'clothing_waterhelm', '3451');
+INSERT INTO `catalog_clothing` VALUES (115, 'clothing_bscarf', '3466');
+INSERT INTO `catalog_clothing` VALUES (116, 'clothing_cladydress', '3446');
+INSERT INTO `catalog_clothing` VALUES (117, 'clothing_cladyhair', '3468');
+INSERT INTO `catalog_clothing` VALUES (118, 'clothing_cladyoutfit', '3446,3467,3468,3469,3458');
+INSERT INTO `catalog_clothing` VALUES (119, 'clothing_cladyshoes', '3467');
+INSERT INTO `catalog_clothing` VALUES (120, 'clothing_santapants', '3460');
+INSERT INTO `catalog_clothing` VALUES (121, 'clothing_xmasbow', '3458');
+INSERT INTO `catalog_clothing` VALUES (122, 'clothing_santaoutfit', '3459,3460,3461,3462');
+INSERT INTO `catalog_clothing` VALUES (123, 'clothing_santatop', '3459');
+INSERT INTO `catalog_clothing` VALUES (124, 'clothing_ribbon', '3469');
+INSERT INTO `catalog_clothing` VALUES (125, 'clothing_santahat', '3461');
+INSERT INTO `catalog_clothing` VALUES (126, 'clothing_snood', '3464');
+INSERT INTO `catalog_clothing` VALUES (127, 'clothing_santabeard', '3462');
+INSERT INTO `catalog_clothing` VALUES (128, 'clothing_knitband', '3465');
+INSERT INTO `catalog_clothing` VALUES (129, 'clothing_knithat', '3463');
+INSERT INTO `catalog_clothing` VALUES (130, 'clothing_hat_space1', '3440');
+INSERT INTO `catalog_clothing` VALUES (131, 'clothing_goldpack1', '3470,3471,3472,3473,3474,3475,3476');
+INSERT INTO `catalog_clothing` VALUES (132, 'clothing_party3', '3480');
+INSERT INTO `catalog_clothing` VALUES (133, 'clothing_party4', '3481');
+INSERT INTO `catalog_clothing` VALUES (134, 'clothing_party5', '3482');
+INSERT INTO `catalog_clothing` VALUES (135, 'clothing_party6', '3477');
+INSERT INTO `catalog_clothing` VALUES (136, 'clothing_party7', '3478');
+INSERT INTO `catalog_clothing` VALUES (137, 'clothing_party8', '3479');
+INSERT INTO `catalog_clothing` VALUES (138, 'clothing_backcap', '3494');
+INSERT INTO `catalog_clothing` VALUES (139, 'clothing_bandage', '3495');
+INSERT INTO `catalog_clothing` VALUES (140, 'clothing_bedhair', '3520');
+INSERT INTO `catalog_clothing` VALUES (141, 'clothing_bigshades', '3493');
+INSERT INTO `catalog_clothing` VALUES (142, 'clothing_brainjar', '3514');
+INSERT INTO `catalog_clothing` VALUES (143, 'clothing_camera', '3485');
+INSERT INTO `catalog_clothing` VALUES (144, 'clothing_casualoutfit1', '3519,3522,3523,3526');
+INSERT INTO `catalog_clothing` VALUES (145, 'clothing_cumberband', '3504');
+INSERT INTO `catalog_clothing` VALUES (146, 'clothing_denimshorts', '3526');
+INSERT INTO `catalog_clothing` VALUES (147, 'clothing_denimvest', '3509,3515');
+INSERT INTO `catalog_clothing` VALUES (148, 'clothing_disco', '3525');
+INSERT INTO `catalog_clothing` VALUES (149, 'clothing_duckhat', '3500');
+INSERT INTO `catalog_clothing` VALUES (150, 'clothing_floraloutfit', '3517,3518,3519,3329,3354,3532');
+INSERT INTO `catalog_clothing` VALUES (151, 'clothing_halter', '3496,3510');
+INSERT INTO `catalog_clothing` VALUES (152, 'clothing_hipoutfit1', '3342,3344,3531');
+INSERT INTO `catalog_clothing` VALUES (153, 'clothing_hipoutfit2', '3499,3524,3528,3529,3484,3328');
+INSERT INTO `catalog_clothing` VALUES (154, 'clothing_hipoutfit3', '3531,3484,3527,3530,3526');
+INSERT INTO `catalog_clothing` VALUES (155, 'clothing_hipster2', '3499');
+INSERT INTO `catalog_clothing` VALUES (156, 'clothing_hipsterglasses', '3484');
+INSERT INTO `catalog_clothing` VALUES (482, 'clothing_r18_longwavy', '3733');
+INSERT INTO `catalog_clothing` VALUES (158, 'clothing_jacket_twotone', '3522,3523');
+INSERT INTO `catalog_clothing` VALUES (159, 'clothing_longtshirt', '3497,3498');
+INSERT INTO `catalog_clothing` VALUES (160, 'clothing_manbun', '3531');
+INSERT INTO `catalog_clothing` VALUES (161, 'clothing_mermaid', '3516');
+INSERT INTO `catalog_clothing` VALUES (162, 'clothing_offshldrjumper', '3528,3529');
+INSERT INTO `catalog_clothing` VALUES (163, 'clothing_ombrehr', '3519');
+INSERT INTO `catalog_clothing` VALUES (164, 'clothing_pjbottoms1', '3483');
+INSERT INTO `catalog_clothing` VALUES (165, 'clothing_pjoutfit1', '3486,3487,3483,3520');
+INSERT INTO `catalog_clothing` VALUES (166, 'clothing_pjoutfit2', '3489,3490,3483,3520');
+INSERT INTO `catalog_clothing` VALUES (167, 'clothing_pjoutfit3', '3491,3492,3483,3520');
+INSERT INTO `catalog_clothing` VALUES (168, 'clothing_pjtop1', '3486,3487');
+INSERT INTO `catalog_clothing` VALUES (169, 'clothing_pjtop2', '3489,3490');
+INSERT INTO `catalog_clothing` VALUES (170, 'clothing_pjtop3', '3491,3492');
+INSERT INTO `catalog_clothing` VALUES (171, 'clothing_polkadress', '3517,3518');
+INSERT INTO `catalog_clothing` VALUES (172, 'clothing_punkoutfit1', '3528,3529,3325,3391,3419');
+INSERT INTO `catalog_clothing` VALUES (173, 'clothing_punkoutfit2', '3484,3326,3325,3324');
+INSERT INTO `catalog_clothing` VALUES (174, 'clothing_rippedtop', '3527,3530');
+INSERT INTO `catalog_clothing` VALUES (175, 'clothing_sliponcanvas', '3524');
+INSERT INTO `catalog_clothing` VALUES (176, 'clothing_sportpants', '3521');
+INSERT INTO `catalog_clothing` VALUES (177, 'clothing_sportsjckt', '3512,3513');
+INSERT INTO `catalog_clothing` VALUES (178, 'clothing_tie1', '3503');
+INSERT INTO `catalog_clothing` VALUES (179, 'clothing_tiedjumper', '3532');
+INSERT INTO `catalog_clothing` VALUES (180, 'clothing_tux', '3507,3508');
+INSERT INTO `catalog_clothing` VALUES (181, 'clothing_tuxoutfit', '3503,3504,3505,3506,3507,3508');
+INSERT INTO `catalog_clothing` VALUES (182, 'clothing_tuxshirt', '3505,3506');
+INSERT INTO `catalog_clothing` VALUES (183, 'clothing_urbanoutfit', '3494,3497,3498,3521');
+INSERT INTO `catalog_clothing` VALUES (184, 'clothing_cyphones', '3379');
+INSERT INTO `catalog_clothing` VALUES (185, 'clothing_armyskirt', '3408');
+INSERT INTO `catalog_clothing` VALUES (186, 'clothing_r16_sloth', '3533');
+INSERT INTO `catalog_clothing` VALUES (187, 'clothing_r16_cyclops', '3537');
+INSERT INTO `catalog_clothing` VALUES (188, 'clothing_r16_catface', '3536');
+INSERT INTO `catalog_clothing` VALUES (189, 'clothing_r16_icetiara', '3541');
+INSERT INTO `catalog_clothing` VALUES (190, 'clothing_bear', '3545,3546');
+INSERT INTO `catalog_clothing` VALUES (191, 'clothing_bearhat', '3546');
+INSERT INTO `catalog_clothing` VALUES (192, 'clothing_bearscarf', '3545');
+INSERT INTO `catalog_clothing` VALUES (193, 'clothing_longscarf', '3542');
+INSERT INTO `catalog_clothing` VALUES (194, 'clothing_r16_cathat', '3544');
+INSERT INTO `catalog_clothing` VALUES (195, 'clothing_xmas2', '3538');
+INSERT INTO `catalog_clothing` VALUES (196, 'clothing_xmas3', '3539');
+INSERT INTO `catalog_clothing` VALUES (197, 'clothing_xmas4', '3540');
+INSERT INTO `catalog_clothing` VALUES (198, 'clothing_poop', '3560');
+INSERT INTO `catalog_clothing` VALUES (199, 'clothing_angry', '3552');
+INSERT INTO `catalog_clothing` VALUES (200, 'clothing_bobba', '3557');
+INSERT INTO `catalog_clothing` VALUES (201, 'clothing_cool', '3558');
+INSERT INTO `catalog_clothing` VALUES (202, 'clothing_excited', '3548');
+INSERT INTO `catalog_clothing` VALUES (203, 'clothing_happy', '3547');
+INSERT INTO `catalog_clothing` VALUES (204, 'clothing_love', '3559');
+INSERT INTO `catalog_clothing` VALUES (205, 'clothing_sad', '3549');
+INSERT INTO `catalog_clothing` VALUES (206, 'clothing_shy', '3561');
+INSERT INTO `catalog_clothing` VALUES (207, 'clothing_silly', '3562');
+INSERT INTO `catalog_clothing` VALUES (208, 'clothing_surprised', '3550');
+INSERT INTO `catalog_clothing` VALUES (209, 'clothing_wink', '3551');
+INSERT INTO `catalog_clothing` VALUES (210, 'ny17_crackable', '3565,3566,3554,3555,3556,3564');
+INSERT INTO `catalog_clothing` VALUES (212, 'clothing_retrohair', '3657');
+INSERT INTO `catalog_clothing` VALUES (213, 'clothing_tiedtop', '3658,3659');
+INSERT INTO `catalog_clothing` VALUES (214, 'clothing_floppyhair', '3664');
+INSERT INTO `catalog_clothing` VALUES (215, 'clothing_floppysunhat', '3666');
+INSERT INTO `catalog_clothing` VALUES (216, 'clothing_braidedwavy', '3665');
+INSERT INTO `catalog_clothing` VALUES (217, 'clothing_shades', '3660');
+INSERT INTO `catalog_clothing` VALUES (218, 'clothing_satchel', '3661');
+INSERT INTO `catalog_clothing` VALUES (219, 'clothing_elegantponytail', '3671');
+INSERT INTO `catalog_clothing` VALUES (220, 'clothing_judgewig', '3674');
+INSERT INTO `catalog_clothing` VALUES (221, 'clothing_gentcap', '3675');
+INSERT INTO `catalog_clothing` VALUES (222, 'clothing_beautyface', '3631');
+INSERT INTO `catalog_clothing` VALUES (223, 'clothing_layerbuns', '3608');
+INSERT INTO `catalog_clothing` VALUES (224, 'clothing_plaguemask', '3605');
+INSERT INTO `catalog_clothing` VALUES (225, 'clothing_zombieeyes', '3603');
+INSERT INTO `catalog_clothing` VALUES (226, 'clothing_demoneyes', '3604');
+INSERT INTO `catalog_clothing` VALUES (227, 'clothing_bowtights', '3619');
+INSERT INTO `catalog_clothing` VALUES (228, 'clothing_maid', '3615,3617');
+INSERT INTO `catalog_clothing` VALUES (229, 'clothing_maidband', '3613');
+INSERT INTO `catalog_clothing` VALUES (230, 'clothing_bazaarfemale', '3598,3599,3596,3595');
+INSERT INTO `catalog_clothing` VALUES (231, 'clothing_bazaarmale', '3593,3594,3595,3596');
+INSERT INTO `catalog_clothing` VALUES (232, 'clothing_alluringeyes', '3600');
+INSERT INTO `catalog_clothing` VALUES (233, 'clothing_exoticbeard', '3592');
+INSERT INTO `catalog_clothing` VALUES (234, 'clothing_exoticvest', '3593,3594');
+INSERT INTO `catalog_clothing` VALUES (235, 'clothing_exotictop', '3598,3599');
+INSERT INTO `catalog_clothing` VALUES (236, 'clothing_harempants', '3596');
+INSERT INTO `catalog_clothing` VALUES (237, 'clothing_pointyshoes', '3595');
+INSERT INTO `catalog_clothing` VALUES (238, 'clothing_messyhalfbun', '3569');
+INSERT INTO `catalog_clothing` VALUES (239, 'clothing_crownbraid', '3568');
+INSERT INTO `catalog_clothing` VALUES (240, 'clothing_apron', '3572,3573');
+INSERT INTO `catalog_clothing` VALUES (241, 'clothing_r18_seawreath', '3681');
+INSERT INTO `catalog_clothing` VALUES (242, 'clothing_r18_goldfish', '3677');
+INSERT INTO `catalog_clothing` VALUES (243, 'clothing_luscioushair', '3673');
+INSERT INTO `catalog_clothing` VALUES (244, 'clothing_wetsuit', '3678,3679');
+INSERT INTO `catalog_clothing` VALUES (245, 'clothing_sailortop', '3682,3683');
+INSERT INTO `catalog_clothing` VALUES (246, 'clothing_flippers', '3687');
+INSERT INTO `catalog_clothing` VALUES (247, 'clothing_r19_messybangs', '3790');
+INSERT INTO `catalog_clothing` VALUES (248, 'clothing_r19_forrestcrown', '3776');
+INSERT INTO `catalog_clothing` VALUES (249, 'clothing_ribboncurls', '3777,3778');
+INSERT INTO `catalog_clothing` VALUES (250, 'clothing_archerhat', '3765');
+INSERT INTO `catalog_clothing` VALUES (251, 'clothing_madhat', '3766');
+INSERT INTO `catalog_clothing` VALUES (252, 'clothing_mushroomhat', '3775');
+INSERT INTO `catalog_clothing` VALUES (253, 'clothing_petaldress', '3769,3770');
+INSERT INTO `catalog_clothing` VALUES (254, 'clothing_wolfmask', '3771');
+INSERT INTO `catalog_clothing` VALUES (255, 'clothing_flowerponytail', '3774');
+INSERT INTO `catalog_clothing` VALUES (256, 'clothing_r19_fox', '3772,3773');
+INSERT INTO `catalog_clothing` VALUES (257, 'clothing_leafhair', '3768');
+INSERT INTO `catalog_clothing` VALUES (258, 'clothing_highfade', '3786');
+INSERT INTO `catalog_clothing` VALUES (259, 'clothing_messycurls', '3791');
+INSERT INTO `catalog_clothing` VALUES (260, 'clothing_piglethat', '3767');
+INSERT INTO `catalog_clothing` VALUES (261, 'clothing_rippedjeans2', '3787');
+INSERT INTO `catalog_clothing` VALUES (262, 'clothing_topbuttonshirt', '3792,3793');
+INSERT INTO `catalog_clothing` VALUES (263, 'clothing_r18_antlers', '3732');
+INSERT INTO `catalog_clothing` VALUES (264, 'clothing_r18_hyggehair', '3731');
+INSERT INTO `catalog_clothing` VALUES (265, 'clothing_r18_dungarees', '3728,3729');
+INSERT INTO `catalog_clothing` VALUES (266, 'clothing_goldpack2', '3574,3575,3576,3577,3578,3579,3580');
+INSERT INTO `catalog_clothing` VALUES (267, 'clothing_goldpack3', '3639,3640,3641,3642,3643,3644,3645');
+INSERT INTO `catalog_clothing` VALUES (268, 'clothing_loyaltycrown_V', '3655');
+INSERT INTO `catalog_clothing` VALUES (269, 'clothing_loyaltycrown_X', '3656');
+INSERT INTO `catalog_clothing` VALUES (270, 'clothing_loyaltycrown_II', '3654');
+INSERT INTO `catalog_clothing` VALUES (271, 'clothing_r17_weddingdress', '3563');
+INSERT INTO `catalog_clothing` VALUES (272, 'clothing_r17_weddingset', '3563,3553');
+INSERT INTO `catalog_clothing` VALUES (273, 'clothing_r17_wedveil', '3553');
+INSERT INTO `catalog_clothing` VALUES (274, 'clothing_r18_goldpack4', '3749,3750,3751,3752,3753,3754,3755');
+INSERT INTO `catalog_clothing` VALUES (275, 'clothing_r17_chicken', '3570');
+INSERT INTO `catalog_clothing` VALUES (276, 'clothing_r17_cow', '3571');
+INSERT INTO `catalog_clothing` VALUES (277, 'clothing_r17_horse', '3567');
+INSERT INTO `catalog_clothing` VALUES (278, 'clothing_featherflower', '3627');
+INSERT INTO `catalog_clothing` VALUES (279, 'clothing_buttonpants', '3626');
+INSERT INTO `catalog_clothing` VALUES (280, 'clothing_r17_goldfeatherflower', '3628');
+INSERT INTO `catalog_clothing` VALUES (281, 'clothing_ruffleshirt', '3636,3637');
+INSERT INTO `catalog_clothing` VALUES (282, 'clothing_tophat', '3632');
+INSERT INTO `catalog_clothing` VALUES (283, 'clothing_dress', '3629,3630');
+INSERT INTO `catalog_clothing` VALUES (284, 'clothing_tailedcoat', '3634,3635');
+INSERT INTO `catalog_clothing` VALUES (285, 'clothing_sasquatchmask', '3638');
+INSERT INTO `catalog_clothing` VALUES (286, 'clothing_r19_frilledskirt', '3781');
+INSERT INTO `catalog_clothing` VALUES (287, 'clothing_r19_shortcurly', '3785');
+INSERT INTO `catalog_clothing` VALUES (288, 'clothing_r19_waistcoat', '3779,3780');
+INSERT INTO `catalog_clothing` VALUES (289, 'clothing_badasshelmet', '3624');
+INSERT INTO `catalog_clothing` VALUES (290, 'clothing_herochest', '3609');
+INSERT INTO `catalog_clothing` VALUES (291, 'clothing_rebelchest', '3610');
+INSERT INTO `catalog_clothing` VALUES (292, 'clothing_r17_bathat', '3606');
+INSERT INTO `catalog_clothing` VALUES (293, 'clothing_herohelmet', '3623');
+INSERT INTO `catalog_clothing` VALUES (294, 'clothing_legarmour', '3607');
+INSERT INTO `catalog_clothing` VALUES (295, 'clothing_r17_hweencrown', '3612');
+INSERT INTO `catalog_clothing` VALUES (296, 'clothing_shoearmour', '3611');
+INSERT INTO `catalog_clothing` VALUES (297, 'clothing_animehair', '3699');
+INSERT INTO `catalog_clothing` VALUES (298, 'clothing_harajukuhair', '3705');
+INSERT INTO `catalog_clothing` VALUES (299, 'clothing_sakurajacket', '3696,3697');
+INSERT INTO `catalog_clothing` VALUES (300, 'clothing_dragonplushhat', '3701');
+INSERT INTO `catalog_clothing` VALUES (301, 'clothing_cuteglasses', '3698');
+INSERT INTO `catalog_clothing` VALUES (302, 'clothing_shogunhelmet', '3694');
+INSERT INTO `catalog_clothing` VALUES (303, 'clothing_r18_catbag', '3702');
+INSERT INTO `catalog_clothing` VALUES (304, 'clothing_r18_kitsunemask', '3700');
+INSERT INTO `catalog_clothing` VALUES (305, 'clothing_harajukubow', '3703');
+INSERT INTO `catalog_clothing` VALUES (306, 'clothing_tutu', '3695');
+INSERT INTO `catalog_clothing` VALUES (307, 'clothing_botface', '3704');
+INSERT INTO `catalog_clothing` VALUES (308, 'clothing_r19_comedymask', '3815');
+INSERT INTO `catalog_clothing` VALUES (309, 'clothing_r19_tragedymask', '3816');
+INSERT INTO `catalog_clothing` VALUES (310, 'clothing_r19_minotaurhorns', '3820');
+INSERT INTO `catalog_clothing` VALUES (311, 'clothing_r19_medusa', '3819');
+INSERT INTO `catalog_clothing` VALUES (312, 'clothing_r19_celestialdress', '3817,3818');
+INSERT INTO `catalog_clothing` VALUES (313, 'clothing_zebratop', '3839,3840');
+INSERT INTO `catalog_clothing` VALUES (315, 'clothing_croppedjumper', '3837,3838');
+INSERT INTO `catalog_clothing` VALUES (316, 'clothing_layeredlongskirt', '3842');
+INSERT INTO `catalog_clothing` VALUES (317, 'clothing_longmohawk', '3841');
+INSERT INTO `catalog_clothing` VALUES (318, 'clothing_r19_rainbowstarjumper', '3788');
+INSERT INTO `catalog_clothing` VALUES (319, 'clothing_shortcut', '3829');
+INSERT INTO `catalog_clothing` VALUES (320, 'clothing_loosekimono', '3826,3827');
+INSERT INTO `catalog_clothing` VALUES (321, 'clothing_gardenapron', '3824,3825');
+INSERT INTO `catalog_clothing` VALUES (502, 'clothing_r19_puppyacc', '3872,3873');
+INSERT INTO `catalog_clothing` VALUES (323, 'clothing_butterflymask', '3832');
+INSERT INTO `catalog_clothing` VALUES (324, 'clothing_r19_butterflydress', '3834,3835');
+INSERT INTO `catalog_clothing` VALUES (325, 'clothing_leafmask', '3822');
+INSERT INTO `catalog_clothing` VALUES (326, 'clothing_gogglehat', '3823');
+INSERT INTO `catalog_clothing` VALUES (327, 'clothing_flowytop', '3836');
+INSERT INTO `catalog_clothing` VALUES (328, 'clothing_leafearrings', '3833');
+INSERT INTO `catalog_clothing` VALUES (329, 'clothing_r19_featheredcowl', '3830,3831');
+INSERT INTO `catalog_clothing` VALUES (330, 'clothing_floralbag', '3828');
+INSERT INTO `catalog_clothing` VALUES (331, 'clothing_sprout', '3821');
+INSERT INTO `catalog_clothing` VALUES (503, 'clothing_diafish', '3708');
+INSERT INTO `catalog_clothing` VALUES (504, 'clothing_dialeafcrown', '3709');
+INSERT INTO `catalog_clothing` VALUES (505, 'clothing_dianoblecrown', '3710');
+INSERT INTO `catalog_clothing` VALUES (506, 'clothing_r18_diaparty', '3711');
+INSERT INTO `catalog_clothing` VALUES (337, 'clothing_halo', '3740');
+INSERT INTO `catalog_clothing` VALUES (338, 'clothing_rudolphhat', '3742');
+INSERT INTO `catalog_clothing` VALUES (339, 'clothing_poinsettia', '3743');
+INSERT INTO `catalog_clothing` VALUES (340, 'clothing_bobblehat', '3745');
+INSERT INTO `catalog_clothing` VALUES (341, 'clothing_r18_featherdress', '3747,3748');
+INSERT INTO `catalog_clothing` VALUES (342, 'clothing_penguin', '3737');
+INSERT INTO `catalog_clothing` VALUES (343, 'clothing_r18_feathercrown', '3734');
+INSERT INTO `catalog_clothing` VALUES (344, 'clothing_sideflopped', '3746');
+INSERT INTO `catalog_clothing` VALUES (345, 'clothing_snowman', '3741');
+INSERT INTO `catalog_clothing` VALUES (346, 'clothing_xmas5', '3735');
+INSERT INTO `catalog_clothing` VALUES (347, 'clothing_mittens', '3744');
+INSERT INTO `catalog_clothing` VALUES (348, 'clothing_regiment', '3738,3739');
+INSERT INTO `catalog_clothing` VALUES (349, 'clothing_treepartyhat', '3736');
+INSERT INTO `catalog_clothing` VALUES (350, 'clothing_flipflopsocks', '3621');
+INSERT INTO `catalog_clothing` VALUES (351, 'clothing_kpopbuns', '3676');
+INSERT INTO `catalog_clothing` VALUES (352, 'clothing_r19_rainbowhair', '3811');
+INSERT INTO `catalog_clothing` VALUES (353, 'clothing_r19_rainbowshades', '3803');
+INSERT INTO `catalog_clothing` VALUES (354, 'clothing_halftiedhair', '3852');
+INSERT INTO `catalog_clothing` VALUES (355, 'clothing_r19_raincoat', '3850,3851');
+INSERT INTO `catalog_clothing` VALUES (356, 'clothing_r19_teddygown', '3853,3854,3855');
+INSERT INTO `catalog_clothing` VALUES (357, 'clothing_bookbag', '3856');
+INSERT INTO `catalog_clothing` VALUES (563, 'clothing_brain', '3730');
+INSERT INTO `catalog_clothing` VALUES (364, 'clothing_r16_helmprotect', '3534');
+INSERT INTO `catalog_clothing` VALUES (365, 'clothing_r16_helmhero', '3535');
+INSERT INTO `catalog_clothing` VALUES (507, 'clothing_mini_bowlerhat_dark', '3652');
+INSERT INTO `catalog_clothing` VALUES (508, 'clothing_mini_bowlerhat_cream', '3651');
+INSERT INTO `catalog_clothing` VALUES (509, 'clothing_mini_bowlerhat_gold', '3646');
+INSERT INTO `catalog_clothing` VALUES (510, 'clothing_mini_bowlerhat_green', '3647');
+INSERT INTO `catalog_clothing` VALUES (511, 'clothing_mini_bowlerhat_red', '3649');
+INSERT INTO `catalog_clothing` VALUES (512, 'clothing_mini_bowlerhat_purple', '3648');
+INSERT INTO `catalog_clothing` VALUES (513, 'clothing_mini_bowlerhat_blue', '3650');
+INSERT INTO `catalog_clothing` VALUES (514, 'clothing_r16_party14', '3556');
+INSERT INTO `catalog_clothing` VALUES (515, 'clothing_r16_party13', '3555');
+INSERT INTO `catalog_clothing` VALUES (516, 'clothing_r16_party11', '3566');
+INSERT INTO `catalog_clothing` VALUES (517, 'clothing_r16_party9', '3564');
+INSERT INTO `catalog_clothing` VALUES (518, 'clothing_r16_party12', '3554');
+INSERT INTO `catalog_clothing` VALUES (519, 'clothing_r16_party10', '3565');
+INSERT INTO `catalog_clothing` VALUES (520, 'clothing_r18_sparkleparty1', '3756');
+INSERT INTO `catalog_clothing` VALUES (521, 'clothing_r18_sparkleparty2', '3757');
+INSERT INTO `catalog_clothing` VALUES (522, 'clothing_r18_sparkleparty3', '3758');
+INSERT INTO `catalog_clothing` VALUES (523, 'clothing_r18_sparkleparty4', '3759');
+INSERT INTO `catalog_clothing` VALUES (392, 'clothing_noblecrown', '3488');
+INSERT INTO `catalog_clothing` VALUES (524, 'clothing_r18_sparkleparty5', '3760');
+INSERT INTO `catalog_clothing` VALUES (525, 'clothing_r18_sparkleparty6', '3761');
+INSERT INTO `catalog_clothing` VALUES (526, 'clothing_r18_sparkleparty7', '3762');
+INSERT INTO `catalog_clothing` VALUES (530, 'clothing_r18_sparkleparty8', '3763');
+INSERT INTO `catalog_clothing` VALUES (531, 'clothing_bohobag', '3799');
+INSERT INTO `catalog_clothing` VALUES (532, 'clothing_bohopaint', '3814');
+INSERT INTO `catalog_clothing` VALUES (533, 'clothing_ruggedbackpack', '3802');
+INSERT INTO `catalog_clothing` VALUES (534, 'clothing_bohotiara', '3804');
+INSERT INTO `catalog_clothing` VALUES (535, 'clothing_bohovest', '3794,3795');
+INSERT INTO `catalog_clothing` VALUES (536, 'clothing_flowingshirt', '3806,3807');
+INSERT INTO `catalog_clothing` VALUES (537, 'clothing_bohobackpack', '3801');
+INSERT INTO `catalog_clothing` VALUES (538, 'clothing_grandetail', '3810');
+INSERT INTO `catalog_clothing` VALUES (539, 'clothing_waistbag', '3798');
+INSERT INTO `catalog_clothing` VALUES (540, 'clothing_bohotunic', '3796,3797');
+INSERT INTO `catalog_clothing` VALUES (541, 'clothing_dreadlockstied', '3800');
+INSERT INTO `catalog_clothing` VALUES (542, 'clothing_flowerbeard', '3812');
+INSERT INTO `catalog_clothing` VALUES (543, 'clothing_plungebikini', '3808,3809');
+INSERT INTO `catalog_clothing` VALUES (544, 'clothing_bohoheadgems', '3805');
+INSERT INTO `catalog_clothing` VALUES (579, 'clothing_reindeer', '3543');
+INSERT INTO `catalog_clothing` VALUES (545, 'clothing_bohogems', '3813');
+INSERT INTO `catalog_clothing` VALUES (546, 'clothing_r19_punkhat', '3784');
+INSERT INTO `catalog_clothing` VALUES (547, 'clothing_r19_longtwotone', '3789');
+INSERT INTO `catalog_clothing` VALUES (548, 'clothing_r19_scuffedboots', '3783');
+INSERT INTO `catalog_clothing` VALUES (427, 'clothing_r18_unicorn', '3653');
+INSERT INTO `catalog_clothing` VALUES (549, 'clothing_r19_messybun', '3782');
+INSERT INTO `catalog_clothing` VALUES (550, 'clothing_r19_longwavy2', '3764');
+INSERT INTO `catalog_clothing` VALUES (551, 'clothing_bloodscruffyhair', '3725');
+INSERT INTO `catalog_clothing` VALUES (552, 'clothing_bloodglasses', '3726');
+INSERT INTO `catalog_clothing` VALUES (553, 'clothing_bloodponytail', '3714');
+INSERT INTO `catalog_clothing` VALUES (554, 'clothing_shortcurlhair', '3724');
+INSERT INTO `catalog_clothing` VALUES (555, 'clothing_labcoat', '3722,3723');
+INSERT INTO `catalog_clothing` VALUES (556, 'clothing_bloodjacket', '3717,3718');
+INSERT INTO `catalog_clothing` VALUES (557, 'clothing_r18_vamp', '3721');
+INSERT INTO `catalog_clothing` VALUES (558, 'clothing_bloodshoes', '3720');
+INSERT INTO `catalog_clothing` VALUES (559, 'clothing_legwarmershoes', '3719');
+INSERT INTO `catalog_clothing` VALUES (560, 'clothing_r18_axe', '3716');
+INSERT INTO `catalog_clothing` VALUES (561, 'clothing_sideponytail', '3715');
+INSERT INTO `catalog_clothing` VALUES (562, 'clothing_vintagejacket', '3712,3713');
+INSERT INTO `catalog_clothing` VALUES (564, 'clothing_r18_frohawk', '3706');
+INSERT INTO `catalog_clothing` VALUES (565, 'clothing_r18_tiedwavylocks', '3707');
+INSERT INTO `catalog_clothing` VALUES (566, 'clothing_r18_divershelmet', '3680');
+INSERT INTO `catalog_clothing` VALUES (567, 'clothing_r18_seahorse', '3684');
+INSERT INTO `catalog_clothing` VALUES (454, 'clothing_leafcrown', '3586');
+INSERT INTO `catalog_clothing` VALUES (456, 'clothing_hermeshat', '3585');
+INSERT INTO `catalog_clothing` VALUES (457, 'clothing_hoplitehelm', '3583');
+INSERT INTO `catalog_clothing` VALUES (458, 'clothing_greektoga', '3581,3582');
+INSERT INTO `catalog_clothing` VALUES (459, 'clothing_hermesshoes', '3587');
+INSERT INTO `catalog_clothing` VALUES (460, 'clothing_octohat', '3584');
+INSERT INTO `catalog_clothing` VALUES (461, 'clothing_r17_explorerhelm', '3589');
+INSERT INTO `catalog_clothing` VALUES (462, 'clothing_r17_sentinelhelm', '3588');
+INSERT INTO `catalog_clothing` VALUES (463, 'clothing_facehugger', '3590');
+INSERT INTO `catalog_clothing` VALUES (464, 'clothing_toxicfacehugger', '3597');
+INSERT INTO `catalog_clothing` VALUES (465, 'clothing_r17_cursedmask', '3591');
+INSERT INTO `catalog_clothing` VALUES (466, 'clothing_r17_boxerbraids', '3602');
+INSERT INTO `catalog_clothing` VALUES (467, 'clothing_r17_sharkmask', '3601');
+INSERT INTO `catalog_clothing` VALUES (469, 'clothing_cutie', '3616,3618');
+INSERT INTO `catalog_clothing` VALUES (470, 'clothing_ribbonband', '3614');
+INSERT INTO `catalog_clothing` VALUES (471, 'clothing_r17_elegantcrown', '3620');
+INSERT INTO `catalog_clothing` VALUES (472, 'clothing_r17_daveycrockett', '3622');
+INSERT INTO `catalog_clothing` VALUES (473, 'clothing_r17_frontierbraids', '3625');
+INSERT INTO `catalog_clothing` VALUES (474, 'clothing_r17_goldtophat', '3633');
+INSERT INTO `catalog_clothing` VALUES (475, 'clothing_r19_warlocks', '3846');
+INSERT INTO `catalog_clothing` VALUES (476, 'clothing_r19_longlonghair', '3847');
+INSERT INTO `catalog_clothing` VALUES (477, 'clothing_possessedeyes', '3845');
+INSERT INTO `catalog_clothing` VALUES (478, 'clothing_witchhat2', '3843');
+INSERT INTO `catalog_clothing` VALUES (479, 'clothing_witchrobes', '3848,3849');
+INSERT INTO `catalog_clothing` VALUES (480, 'clothing_r19_demonwings', '3844');
+INSERT INTO `catalog_clothing` VALUES (481, 'clothing_brownglasses', '3727');
+INSERT INTO `catalog_clothing` VALUES (483, 'clothing_flaredtrench', '3877,3878');
+INSERT INTO `catalog_clothing` VALUES (484, 'clothing_habpods', '3879');
+INSERT INTO `catalog_clothing` VALUES (485, 'clothing_hitchedjumper', '3880,3881');
+INSERT INTO `catalog_clothing` VALUES (486, 'clothing_leatherhoodie', '3874,3875');
+INSERT INTO `catalog_clothing` VALUES (487, 'clothing_microbag', '3876');
+INSERT INTO `catalog_clothing` VALUES (488, 'clothing_shortfluffy', '3871');
+INSERT INTO `catalog_clothing` VALUES (489, 'clothing_shortscarf', '3882');
+INSERT INTO `catalog_clothing` VALUES (490, 'clothing_wavy3', '3870');
+INSERT INTO `catalog_clothing` VALUES (491, 'clothing_r19_autumndress', '3868');
+INSERT INTO `catalog_clothing` VALUES (492, 'clothing_r19_autumnhairpiece', '3869');
+INSERT INTO `catalog_clothing` VALUES (493, 'clothing_pompombag', '3861');
+INSERT INTO `catalog_clothing` VALUES (494, 'clothing_r19_elisa', '3866');
+INSERT INTO `catalog_clothing` VALUES (495, 'clothing_snowmansuit', '3862,3863,3864');
+INSERT INTO `catalog_clothing` VALUES (496, 'clothing_frostedbeard', '3865');
+INSERT INTO `catalog_clothing` VALUES (497, 'clothing_nordicscarf', '3867');
+INSERT INTO `catalog_clothing` VALUES (498, 'clothing_pompomhat', '3857');
+INSERT INTO `catalog_clothing` VALUES (499, 'clothing_r19_frosted', '3860');
+INSERT INTO `catalog_clothing` VALUES (500, 'clothing_bearmuffs', '3858');
+INSERT INTO `catalog_clothing` VALUES (501, 'clothing_icecrown', '3859');
+INSERT INTO `catalog_clothing` VALUES (568, 'clothing_c18_cutething', '3685,3686');
+INSERT INTO `catalog_clothing` VALUES (569, 'clothing_yetifeet', '3693');
+INSERT INTO `catalog_clothing` VALUES (570, 'clothing_mercenary', '3690,3691');
+INSERT INTO `catalog_clothing` VALUES (571, 'clothing_inmate', '3688,3689');
+INSERT INTO `catalog_clothing` VALUES (572, 'clothing_poncho', '3692');
+INSERT INTO `catalog_clothing` VALUES (573, 'clothing_bffhat', '3667');
+INSERT INTO `catalog_clothing` VALUES (574, 'clothing_bffshirt', '3668,3669');
+INSERT INTO `catalog_clothing` VALUES (575, 'clothing_kpop', '3670');
+INSERT INTO `catalog_clothing` VALUES (576, 'clothing_r18_bunniehat', '3662');
+INSERT INTO `catalog_clothing` VALUES (577, 'clothing_r18_bunniemask', '3663');
+INSERT INTO `catalog_clothing` VALUES (578, 'clothing_r18_dress', '3672');
+INSERT INTO `catalog_clothing` VALUES (703, 'clothing_r20_galaxybackpack', '3883');
+INSERT INTO `catalog_clothing` VALUES (704, 'clothing_heartnecklace', '3885');
+INSERT INTO `catalog_clothing` VALUES (705, 'clothing_r20_kittyearphones', '3884');
+INSERT INTO `catalog_clothing` VALUES (706, 'clothing_r19_sparklywaist5', '3900,3908');
+INSERT INTO `catalog_clothing` VALUES (707, 'clothing_r19_sparklywaist6', '3901,3909');
+INSERT INTO `catalog_clothing` VALUES (708, 'clothing_r19_sparklywaist7', '3902,3910');
+INSERT INTO `catalog_clothing` VALUES (709, 'clothing_r19_sparklywaist8', '3903,3911');
+INSERT INTO `catalog_clothing` VALUES (710, 'clothing_r19_sparklywaist2', '3897,3905');
+INSERT INTO `catalog_clothing` VALUES (711, 'clothing_r19_sparklywaist3', '3898,3906');
+INSERT INTO `catalog_clothing` VALUES (712, 'clothing_r19_sparklywaist1', '3896,3904');
+INSERT INTO `catalog_clothing` VALUES (713, 'clothing_r19_sparklywaist4', '3899,3907');
+INSERT INTO `catalog_clothing` VALUES (714, 'clothing_rat', '3894,3895');
+INSERT INTO `catalog_clothing` VALUES (715, 'clothing_r20_quinn', '3936');
+INSERT INTO `catalog_clothing` VALUES (716, 'clothing_chocochefoutfit', '3930,3931,3932,3933');
+INSERT INTO `catalog_clothing` VALUES (717, 'clothing_r20_tattoo', '3934,3935');
+INSERT INTO `catalog_clothing` VALUES (718, 'clothing_c20_goldheartbp', '3938');
+INSERT INTO `catalog_clothing` VALUES (719, 'clothing_c20_heartbackpack', '3937');
+INSERT INTO `catalog_clothing` VALUES (720, 'clothing_mysticrobes', '3927,3928');
+INSERT INTO `catalog_clothing` VALUES (721, 'clothing_nt_yogatop', '3913,3914');
+INSERT INTO `catalog_clothing` VALUES (722, 'clothing_nt_campingbackpack', '3916');
+INSERT INTO `catalog_clothing` VALUES (723, 'clothing_explorersash', '3921');
+INSERT INTO `catalog_clothing` VALUES (724, 'clothing_r20_bunnyoutfit', '3922,3923,3924');
+INSERT INTO `catalog_clothing` VALUES (725, 'clothing_puffyvest', '3917');
+INSERT INTO `catalog_clothing` VALUES (726, 'clothing_binoculars', '3919');
+INSERT INTO `catalog_clothing` VALUES (727, 'clothing_campingbackpack', '3916');
+INSERT INTO `catalog_clothing` VALUES (728, 'clothing_yogatop', '3913,3914');
+INSERT INTO `catalog_clothing` VALUES (729, 'clothing_nt_puffyvest', '3917');
+INSERT INTO `catalog_clothing` VALUES (730, 'clothing_nt_sportshair', '3926');
+INSERT INTO `catalog_clothing` VALUES (731, 'clothing_sportshair', '3926');
+INSERT INTO `catalog_clothing` VALUES (732, 'clothing_mysticcrown', '3929');
+INSERT INTO `catalog_clothing` VALUES (733, 'clothing_yogapants', '3915');
+INSERT INTO `catalog_clothing` VALUES (734, 'clothing_r20_ponytailcap', '3920');
+INSERT INTO `catalog_clothing` VALUES (735, 'clothing_nt_yogapants', '3915');
+INSERT INTO `catalog_clothing` VALUES (736, 'clothing_nt_sportsshade', '3925');
+INSERT INTO `catalog_clothing` VALUES (737, 'clothing_nt_binoculars', '3919');
+INSERT INTO `catalog_clothing` VALUES (738, 'clothing_sportsshade', '3925');
+INSERT INTO `catalog_clothing` VALUES (739, 'clothing_nt_explorersash', '3921');
+INSERT INTO `catalog_clothing` VALUES (740, 'clothing_rainbowegg', '3918');
+INSERT INTO `catalog_clothing` VALUES (741, 'clothing_goldpack4', '3886,3887,3888,3889,3890,3891,3892,3893,3912');
+INSERT INTO `catalog_clothing` VALUES (742, 'clothing_towelwraphalf', '3968');
+INSERT INTO `catalog_clothing` VALUES (743, 'clothing_eyemask', '3958');
+INSERT INTO `catalog_clothing` VALUES (744, 'clothing_maskmint', '3966');
+INSERT INTO `catalog_clothing` VALUES (745, 'clothing_towelhair', '3967');
+INSERT INTO `catalog_clothing` VALUES (746, 'clothing_eyetomato', '3959');
+INSERT INTO `catalog_clothing` VALUES (747, 'clothing_maskrose', '3964');
+INSERT INTO `catalog_clothing` VALUES (748, 'clothing_eyecucumber', '3960');
+INSERT INTO `catalog_clothing` VALUES (749, 'clothing_towelwrapfull', '3969,3970');
+INSERT INTO `catalog_clothing` VALUES (750, 'clothing_maskcitrus', '3963');
+INSERT INTO `catalog_clothing` VALUES (751, 'clothing_maskcharcoal', '3965');
+INSERT INTO `catalog_clothing` VALUES (752, 'clothing_eyecitrus', '3962');
+INSERT INTO `catalog_clothing` VALUES (753, 'clothing_eyestrawberry', '3961');
+INSERT INTO `catalog_clothing` VALUES (754, 'clothing_r20_monkeyfezhat', '3952');
+INSERT INTO `catalog_clothing` VALUES (755, 'clothing_moviestarmakeup', '3956');
+INSERT INTO `catalog_clothing` VALUES (756, 'clothing_cobra', '3954');
+INSERT INTO `catalog_clothing` VALUES (757, 'clothing_exoticcape', '3955');
+INSERT INTO `catalog_clothing` VALUES (758, 'clothing_headjewel', '3951');
+INSERT INTO `catalog_clothing` VALUES (759, 'clothing_moviestarhair', '3944');
+INSERT INTO `catalog_clothing` VALUES (760, 'clothing_grandsari', '3949');
+INSERT INTO `catalog_clothing` VALUES (761, 'clothing_grandheadjewel', '3939');
+INSERT INTO `catalog_clothing` VALUES (762, 'clothing_sherwani', '3940,3941');
+INSERT INTO `catalog_clothing` VALUES (763, 'clothing_nt_turban', '3945');
+INSERT INTO `catalog_clothing` VALUES (764, 'clothing_turban', '3945');
+INSERT INTO `catalog_clothing` VALUES (765, 'clothing_grandsherwani', '3942,3943');
+INSERT INTO `catalog_clothing` VALUES (766, 'clothing_nt_moviestarhair', '3944');
+INSERT INTO `catalog_clothing` VALUES (767, 'clothing_grandexoticcape', '3946');
+INSERT INTO `catalog_clothing` VALUES (768, 'clothing_snake', '3953');
+INSERT INTO `catalog_clothing` VALUES (769, 'clothing_nt_moviestarmakeup', '3956');
+INSERT INTO `catalog_clothing` VALUES (770, 'clothing_sari', '3947,3948,3950');
+INSERT INTO `catalog_clothing` VALUES (771, 'clothing_r20_jewelbraidhair', '3957');
+INSERT INTO `catalog_clothing` VALUES (772, 'clothing_studentcap', '3976');
+INSERT INTO `catalog_clothing` VALUES (773, 'clothing_nt_studentcap', '3976');
+INSERT INTO `catalog_clothing` VALUES (774, 'clothing_mermaid', '3516');
+INSERT INTO `catalog_clothing` VALUES (775, 'clothing_nt_zebratop', '3839,3840');
+INSERT INTO `catalog_clothing` VALUES (776, 'clothing_nt_flowytop', '3836');
+INSERT INTO `catalog_clothing` VALUES (777, 'clothing_nt_loosekimono', '3826,3827');
+INSERT INTO `catalog_clothing` VALUES (778, 'clothing_nt_shortcut', '3829');
+INSERT INTO `catalog_clothing` VALUES (779, 'clothing_nt_sprout', '3821');
+INSERT INTO `catalog_clothing` VALUES (780, 'clothing_nt_leafearrings', '3833');
+INSERT INTO `catalog_clothing` VALUES (781, 'clothing_nt_gardenapron', '3824,3825');
+INSERT INTO `catalog_clothing` VALUES (782, 'clothing_nt_possessedeyes', '3845');
+INSERT INTO `catalog_clothing` VALUES (783, 'clothing_nt_witchrobes', '3848,3849');
+INSERT INTO `catalog_clothing` VALUES (784, 'clothing_nt_witchhat2', '3843');
+INSERT INTO `catalog_clothing` VALUES (785, 'clothing_nt_shortscarf', '3882');
+INSERT INTO `catalog_clothing` VALUES (786, 'clothing_nt_habpods', '3879');
+INSERT INTO `catalog_clothing` VALUES (787, 'clothing_nt_flaredtrench', '3877,3878');
+INSERT INTO `catalog_clothing` VALUES (788, 'clothing_nt_hitchedjumper', '3880,3881');
+INSERT INTO `catalog_clothing` VALUES (789, 'clothing_nt_microbag', '3876');
+INSERT INTO `catalog_clothing` VALUES (790, 'clothing_nt_shortfluffy', '3871');
+INSERT INTO `catalog_clothing` VALUES (791, 'clothing_nt_leatherhoodie', '3874,3875');
+INSERT INTO `catalog_clothing` VALUES (792, 'clothing_nt_wavy3', '3870');
+INSERT INTO `catalog_clothing` VALUES (793, 'clothing_nt_pompombag', '3861');
+INSERT INTO `catalog_clothing` VALUES (794, 'clothing_nt_frostedbeard', '3865');
+INSERT INTO `catalog_clothing` VALUES (795, 'clothing_nt_bearmuffs', '3858');
+INSERT INTO `catalog_clothing` VALUES (796, 'clothing_nt_pompomhat', '3857');
+INSERT INTO `catalog_clothing` VALUES (797, 'clothing_nt_snowmansuit', '3862,3863,3864');
+INSERT INTO `catalog_clothing` VALUES (822, 'clothing_spottedoctohat', '3984');
+INSERT INTO `catalog_clothing` VALUES (823, 'clothing_nt_starearrings', '3974');
+INSERT INTO `catalog_clothing` VALUES (824, 'clothing_starearrings', '3974');
+INSERT INTO `catalog_clothing` VALUES (825, 'clothing_glitzypurse', '3973');
+INSERT INTO `catalog_clothing` VALUES (826, 'clothing_nt_flapperdress', '3995,3996');
+INSERT INTO `catalog_clothing` VALUES (827, 'clothing_chiseledface', '3997');
+INSERT INTO `catalog_clothing` VALUES (828, 'clothing_nt_modernshortwave', '3998');
+INSERT INTO `catalog_clothing` VALUES (829, 'clothing_nt_silkgloves', '3975');
+INSERT INTO `catalog_clothing` VALUES (830, 'clothing_nt_slickedbackhair', '3994');
+INSERT INTO `catalog_clothing` VALUES (831, 'clothing_r20_glitzytux', '3971,3972');
+INSERT INTO `catalog_clothing` VALUES (832, 'clothing_pencilmoustache', '3993');
+INSERT INTO `catalog_clothing` VALUES (833, 'clothing_nt_glitzypurse', '3973');
+INSERT INTO `catalog_clothing` VALUES (834, 'clothing_modernshortwave', '3998');
+INSERT INTO `catalog_clothing` VALUES (835, 'clothing_slickedbackhair', '3994');
+INSERT INTO `catalog_clothing` VALUES (836, 'clothing_flapperdress', '3995,3996');
+INSERT INTO `catalog_clothing` VALUES (837, 'clothing_nt_pencilmoustache', '3993');
+INSERT INTO `catalog_clothing` VALUES (838, 'clothing_silkgloves', '3975');
+INSERT INTO `catalog_clothing` VALUES (839, 'clothing_nt_chiseledface', '3997');
+INSERT INTO `catalog_clothing` VALUES (840, 'clothing_r20_neonpunkset', '3989,3990,3991,3992');
+INSERT INTO `catalog_clothing` VALUES (841, 'clothing_r20_gothicset', '3999,4000,4001,4002');
+INSERT INTO `catalog_clothing` VALUES (842, 'clothing_h20th', '4003,4004');
+INSERT INTO `catalog_clothing` VALUES (843, 'clothing_darkelegantset', '3985,3986,3987,3988');
+INSERT INTO `catalog_clothing` VALUES (844, 'clothing_r20_harmonyset', '3983,3982,3980,3981');
+
+-- ----------------------------
+-- Table structure for catalog_club_offers
+-- ----------------------------
+DROP TABLE IF EXISTS `catalog_club_offers`;
+CREATE TABLE `catalog_club_offers` (
+ `id` int(0) NOT NULL,
+ `enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ `name` varchar(35) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `days` int(0) NOT NULL,
+ `credits` int(0) NOT NULL DEFAULT 10,
+ `points` int(0) NOT NULL DEFAULT 0,
+ `points_type` int(0) NOT NULL DEFAULT 0,
+ `type` enum('HC','VIP') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'HC',
+ `deal` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `giftable` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of catalog_club_offers
+-- ----------------------------
+INSERT INTO `catalog_club_offers` VALUES (1, '1', 'HABBO_CLUB_1_MONTH', 31, 50, 50, 5, 'VIP', '0', '0');
+INSERT INTO `catalog_club_offers` VALUES (2, '1', 'HABBO_CLUB_3_MONTHS', 93, 120, 120, 5, 'VIP', '0', '0');
+
+-- ----------------------------
+-- Table structure for catalog_featured_pages
+-- ----------------------------
+DROP TABLE IF EXISTS `catalog_featured_pages`;
+CREATE TABLE `catalog_featured_pages` (
+ `slot_id` int(0) NOT NULL,
+ `image` varchar(70) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `caption` varchar(130) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `type` enum('page_name','page_id','product_name') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'page_name',
+ `expire_timestamp` int(0) NOT NULL DEFAULT -1,
+ `page_name` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `page_id` int(0) NOT NULL DEFAULT 0,
+ `product_name` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ PRIMARY KEY (`slot_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of catalog_featured_pages
+-- ----------------------------
+INSERT INTO `catalog_featured_pages` VALUES (1, 'catalogue/feature_cata/feature_cata_hort_pets.png', 'The Habbo Pet Shop', 'page_name', -1, 'pet_animals', 277, '');
+INSERT INTO `catalog_featured_pages` VALUES (4, 'catalogue/feature_cata/feature_cata_vert_habbo20_roselinedball.png', 'Trimmed Rose Gold Balloon', 'page_name', -1, 'trimmed_rosegold20', 757, '');
+INSERT INTO `catalog_featured_pages` VALUES (3, 'catalogue/feature_cata/feature_cata_hort_habbo20_bun2.png', 'Chill Modern Bundle', 'page_name', -1, 'chill_modern_20', 1001, '');
+INSERT INTO `catalog_featured_pages` VALUES (2, 'catalogue/feature_cata/feature_cata_hort_clothes.png', 'Clothes Shop', 'page_name', -1, 'top_picks', 588, '');
+
+-- ----------------------------
+-- Table structure for catalog_items
+-- ----------------------------
+DROP TABLE IF EXISTS `catalog_items`;
+CREATE TABLE `catalog_items` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `item_ids` varchar(666) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `page_id` int(0) NOT NULL,
+ `catalog_name` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `cost_credits` int(0) NOT NULL DEFAULT 3,
+ `cost_points` int(0) NOT NULL DEFAULT 0,
+ `points_type` int(0) NOT NULL DEFAULT 0 COMMENT '0 for duckets; 5 for diamonds; and any seasonal/GOTW currencies you have in your emu_settings table.',
+ `amount` int(0) NOT NULL DEFAULT 1,
+ `limited_stack` int(0) NOT NULL DEFAULT 0 COMMENT 'Change this number to make the item limited.',
+ `limited_sells` int(0) NOT NULL DEFAULT 0 COMMENT 'This automatically logs from the emu; do not change it.',
+ `order_number` int(0) NOT NULL DEFAULT 1,
+ `offer_id` int(0) NOT NULL DEFAULT -1,
+ `song_id` int(0) UNSIGNED NOT NULL DEFAULT 0,
+ `extradata` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `have_offer` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ `club_only` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `page_id`(`page_id`) USING BTREE,
+ INDEX `catalog_name`(`catalog_name`) USING BTREE,
+ INDEX `costs`(`cost_credits`, `cost_points`, `points_type`) USING BTREE,
+ INDEX `id`(`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 20501 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of catalog_items
+-- ----------------------------
+INSERT INTO `catalog_items` VALUES (1, '1', 197, 'post.it', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2, '2', 197, 'post.it.vd', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3, '3', 429, 'photo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4, '4', 9, 'bot_generic', 25, 0, 0, 1, 0, 0, 1, -1, 0, 'name:Robbie;motto:Generic;figure:hr-3020-31.sh-3089-82.lg-3057-1330.ch-225-1408.ca-3084-82-82.wa-2003-63.hd-3091-1383;gender:m', '0', '0');
+INSERT INTO `catalog_items` VALUES (5, '5', 9, 'bot_bartender', 40, 0, 0, 1, 0, 0, 3, -1, 0, 'name:Love;motto:Bartender;figure:hr-9534-45.sh-3064-1425.lg-3058-82.ch-818-1408.wa-2005-63.hd-600-1;gender:f', '0', '0');
+INSERT INTO `catalog_items` VALUES (6, '6', 9, 'rentable_bot_visitor_log', 35, 0, 0, 1, 0, 0, 2, -1, 0, 'name:Belle;motto:Visitor Counter;figure:sh-3064-91.lg-3166-82.ch-3076-82-73.hr-3251-31-1355.hd-3096-1;gender:f', '0', '0');
+INSERT INTO `catalog_items` VALUES (7, '7', 429, 'avatar_effect158', 4, 0, 0, 1, 0, 0, 99, -1, 0, '158', '1', '0');
+INSERT INTO `catalog_items` VALUES (8, '13', 27, 'A1 HYN', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9, '14', 17, 'A2 KHP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10, '15', 281, 'A1 KHS', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11, '17', 17, 'A1 PPP', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (12, '18', 17, 'A1 TUP', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (13, '20', 27, 'A1 PYN', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (14, '21', 281, 'A1 PYS', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (15, '22', 502, 'table_plasto_4leg', 5, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (16, '23', 502, 'table_plasto_round', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (17, '24', 502, 'table_plasto_bigsquare', 5, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (18, '25', 17, 'A1 LTP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (19, '26', 281, 'A1 TUS', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (20, '28', 281, 'A1 SHS', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (21, '29', 27, 'A2 PSN', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (22, '30', 27, 'A1 TUN', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (23, '31', 17, 'a2 modetable', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (24, '32', 559, 'A1 OSB', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (25, '33', 559, 'A1 BV1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (26, '34', 17, 'a4 stn', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (27, '35', 17, 'A2 SHP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (28, '36', 281, 'a4 PSN', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (29, '38', 502, 'chair_plasty', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (30, '39', 502, 'chair_plasto', 2, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (31, '40', 502, 'table_plasto_square', 2, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (32, '41', 17, 'A2 S2P', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (33, '42', 17, 'A1 S1B', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (34, '43', 429, 'A1 S1B', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (35, '44', 429, 'A1 S2B', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (36, '45', 281, 'A1 S1S', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (37, '46', 281, 'A1 S2S', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (38, '47', 281, 'A2 POJA', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (39, '48', 18, 'A2 S2A', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (40, '49', 429, 'A1 S1B', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (41, '50', 429, 'A1 S2BVALKO', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (42, '51', 18, 'A1 KHA', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (43, '52', 18, 'A1 PEA', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (44, '53', 18, 'A2 PIA', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (45, '54', 18, 'A1 PPA', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (46, '55', 18, 'A1 JAA', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (47, '56', 18, 'A2 TAA', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (48, '57', 18, 'A1 JLA', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (49, '58', 18, 'A1 S1A', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (50, '59', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (51, '60', 18, 'A1 RMA', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (52, '61', 559, 'A2 MUR', 1, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (53, '62', 17, 'A2 TAP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (54, '63', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (55, '64', 19, 'A1 A1P', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (56, '65', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (57, '66', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (58, '67', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (59, '68', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (60, '69', 559, 'A1 BV1', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (61, '70', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (62, '71', 19, 'A2 A1P', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (63, '72', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (64, '73', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (65, '74', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (66, '75', 559, 'A1 BV2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (67, '76', 559, 'A1 BM2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (68, '77', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (69, '78', 19, 'A3 A1P', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (70, '79', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (71, '80', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (72, '81', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (73, '82', 559, 'A1 BM3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (74, '83', 559, 'A1 BV3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (75, '84', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (76, '85', 19, 'A4 A1P', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (77, '86', 19, 'A1 C1P', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (78, '87', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (79, '88', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (80, '89', 559, 'A1 BM4', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (81, '90', 559, 'A1 BV4', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (82, '91', 559, 'A1 BV6', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (83, '93', 559, 'A1 BV5', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (84, '94', 559, 'A1 BM5', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (85, '95', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (86, '96', 19, 'A5 A1P', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (87, '97', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (88, '98', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (89, '99', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (90, '100', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (91, '101', 19, 'A6 A1P', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (92, '102', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (93, '103', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (94, '104', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (95, '105', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (96, '106', 19, 'A7 A1P', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (97, '107', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (98, '108', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (99, '109', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (100, '110', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (101, '111', 19, 'A8 A1P', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (102, '112', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (103, '113', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (104, '114', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (105, '115', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (106, '116', 19, 'A9 A1P', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (107, '117', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (108, '118', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (109, '119', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (110, '120', 559, 'A1 BM6', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (111, '121', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (112, '122', 22, 'A1 PIZ', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (113, '123', 22, 'A1 DRK', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (114, '124', 19, 'A1 E3P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (115, '125', 19, 'A1 E4P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (116, '126', 19, 'A1 E5P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (117, '127', 17, 'A2 BAP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (118, '128', 663, 'A1 PL1', 0, 3600, 5, 1, 0, 1, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (119, '129', 22, 'A2 PUL', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (120, '130', 17, 'A1 BTP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (121, '131', 17, 'A1 BKP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (122, '132', 429, 'floortile', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (123, '133', 18, 'A2 BAA', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (124, '134', 18, 'A1 BTA', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (125, '135', 18, 'A1 BJA', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (126, '136', 559, 'A1 MM1', 0, 150, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (127, '137', 559, 'A1 MM1', 0, 150, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (128, '138', 559, 'A1 MM2', 0, 150, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (129, '139', 559, 'A1 MM3', 0, 150, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (130, '140', 559, 'A1 MM4', 0, 150, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (131, '141', 559, 'A1 MM5', 0, 150, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (132, '143', 559, 'A1 MM6', 0, 150, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (133, '144', 22, 'A2 RTV', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (134, '145', 22, 'A2 WTV', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (135, '146', 556, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (136, '147', 19, 'A1 E6P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (137, '148', 559, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (138, '149', 559, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (139, '150', 559, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (140, '151', 19, 'A1 E7P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (141, '152', 17, 'deal_usa', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (142, '153', 17, 'A2 R2P', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (143, '154', 556, 'A1 GIRLSTP', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (144, '155', 556, 'A1 GIRLS1P', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (145, '156', 556, 'A2 GIRLS2P', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (146, '157', 556, 'A2 GIRLSHP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (147, '158', 429, 'A3 S1P', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (148, '159', 429, 'A1 S2BVALKO', 4, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (149, '160', 20, 'A1 ANANAS', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (150, '161', 20, 'A1 PUU', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (151, '162', 20, 'A1 PIKKUKAKTUS', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (152, '163', 20, 'A2 BONSAI', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (153, '164', 20, 'A2 ISOKAKTUS', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (154, '165', 20, 'A2 JUKKA', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (155, '166', 559, 'A1 BM7', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (156, '167', 559, 'A1 BM8', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (157, '168', 559, 'A1 BM9', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (158, '169', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (159, '170', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (160, '171', 20, 'a2 aurinko', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (161, '172', 20, 'a2 ruusu', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (162, '173', 22, 'A2 DIGITV', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (163, '174', 182, 'A2 AMME', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (164, '177', 182, 'A2 AMM', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (165, '178', 182, 'A2 PYTTYSIN', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (166, '179', 182, 'A1 KUMIANKKA', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (167, '180', 182, 'A2 KAAKELISIN', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (168, '181', 182, 'A2 PYTTYPUN', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (169, '182', 182, 'A2 PYTTYKELT', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (170, '183', 182, 'A2 KAAKELIPUN', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (171, '184', 182, 'A2 KAAKELIKELT', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (172, '185', 663, 'a0 prize1', 0, 14400, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (173, '186', 663, 'a0 prize2', 0, 10800, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (174, '187', 260, 'present_gen', 7, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (175, '188', 260, 'present_gen1', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (176, '189', 260, 'present_gen2', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (177, '190', 260, 'present_gen3', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (178, '191', 260, 'present_gen4', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (179, '192', 260, 'present_gen5', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (180, '193', 260, 'present_gen6', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (181, '195', 181, 'A2 baba', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (182, '196', 181, 'a2 bookcase', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (183, '197', 27, 'a2 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (184, '198', 27, 'A2 PSN', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (185, '199', 181, 'A1 BLMP', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (186, '200', 18, 'a2 kya', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (187, '201', 181, 'A2 FDG', 10, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (188, '202', 224, 'DEV door', 1, 225, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (189, '204', 224, 'DEV doorB', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (190, '205', 224, 'DEV doorC', 1, 150, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (191, '206', 388, 'A2 pumpkin', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (192, '207', 676, 'a2 kallo', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (193, '208', 676, 'a2 deadduck', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (194, '209', 677, 'deal_halloween', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (195, '210', 724, 'a1 raato3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (196, '211', 473, 'a2 menorah', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (197, '212', 729, 'pudding', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (198, '213', 22, 'A2 ham', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (199, '214', 729, 'turkey', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (200, '215', 724, 'a1 jouluank', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (201, '216', 473, 'a1 house', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (202, '217', 473, 'a2 triplecandle', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (203, '218', 473, 'a2 tree3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (204, '219', 473, 'A2 tree5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (205, '220', 473, 'A2 tree4', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (206, '223', 22, 'a2 ham2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (207, '224', 473, 'a2 wcandles', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (208, '225', 473, 'A2 KYNTTILAT2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (209, '226', 445, 'a2 cupido', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (210, '228', 724, 'a1 pinkkiankka', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (211, '230', 663, 'a0 throne', 0, 14400, 5, 1, 0, 14, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (212, '231', 663, 'a0 samovar', 0, 7200, 5, 1, 0, 1, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (213, '232', 20, 'a2 giftflowers', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (214, '233', 22, 'a2 habbocake', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (215, '234', 663, 'a0 hologram', 0, 7200, 5, 1, 0, 1, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (216, '235', 724, 'a1 easterduck', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (217, '236', 378, 'a2 bunny', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (218, '237', 378, 'a2 basket', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (219, '238', 378, 'a2 birdie', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (220, '239', 22, 'A2 NOPPA', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (221, '243', 663, 'a0 prize3', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (222, '244', 17, 'a2 polyovi', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (223, '245', 18, 'a1 armkp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (224, '246', 18, 'a1 armdiv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (225, '247', 18, 'a2 armovi', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (226, '248', 27, 'A4 BTP', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (227, '249', 281, 'a1 silkp', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (228, '250', 27, 'a1 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (229, '251', 281, 'a1 sildiv', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (230, '252', 27, 'a3 nordiv', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (231, '253', 281, 'a2 silovi', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (232, '254', 663, 'a0 hemingway', 0, 10800, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (233, '260', 663, 'a0 spyro', 0, 14400, 5, 1, 0, 1, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (234, '261', 663, 'a0 hologirl', 0, 7200, 5, 1, 0, 1, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (235, '263', 273, 'camera', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (236, '264', 473, 'A2 JOULUTAHTI', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (237, '265', 473, 'A2 HYASINTTIP', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (238, '266', 473, 'A2 HYASINTTIS', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (239, '267', 349, 'club_sofa', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (240, '268', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (241, '269', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (242, '270', 429, 'bardeskcorner_polyfon_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (243, '271', 429, 'bardeskcorner_polyfon*11', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (244, '273', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (245, '274', 19, 'A1 E1P', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (246, '275', 349, 'A1 E1P', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (247, '276', 349, 'A2 KOUVOLA', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (248, '277', 349, 'mocchamaster', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (249, '278', 217, 'a2 legocourt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (250, '279', 217, 'a2 legobench', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (251, '280', 217, 'a2 legotrophy', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (252, '283', 663, 'a0 valentinescreen', 0, 3600, 5, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (253, '284', 349, 'edicehc', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (254, '285', 663, 'rare_daffodil_rug', 0, 3600, 5, 1, 0, 28, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (255, '286', 663, 'A0 rarebeehiveblue', 0, 7200, 5, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (256, '287', 349, 'hcsohva', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (257, '288', 349, 'hcamme', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (258, '289', 663, 'A0 rareparasol', 0, 3600, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (259, '290', 663, 'A0 rarelephantgold', 0, 14400, 5, 1, 0, 2, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (260, '291', 663, 'A0 rarefountainpink', 0, 7200, 5, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (261, '292', 663, 'rare_stand', 0, 3600, 5, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (262, '293', 663, 'rare_globe', 0, 3600, 5, 1, 0, 1, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (263, '294', 663, 'rare_hammock', 0, 3600, 5, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (264, '295', 663, 'A0 rarelephantsilver', 0, 10800, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (265, '296', 663, 'A0 rarelephantbronze', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (266, '297', 663, 'A0 rarefountaingrey', 0, 7200, 5, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (267, '298', 663, 'A0 rarefountaingreen', 0, 7200, 5, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (268, '299', 663, 'A0 rarefountainblue', 0, 7200, 5, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (269, '300', 663, 's', 0, 7200, 5, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (270, '301', 663, 'A0 rarebeehiveyellow', 0, 7200, 5, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (271, '302', 663, 'A0 rarexmasscreen', 0, 3600, 5, 1, 0, 1, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (272, '303', 663, 'A0 rareparasolyellow', 0, 3600, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (273, '304', 663, 'A0 rareparasolbrown', 0, 3600, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (274, '305', 663, 'A0 rareparasolviolet', 0, 3600, 5, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (275, '420', 429, 'soft_jaggara_norja', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (276, '428', 473, 'a1 house2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (277, '449', 663, 'A2 3000rpm', 0, 10800, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (278, '456', 198, 'md_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (279, '457', 663, 'md_limukaappi', 0, 7200, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (280, '1001', 429, 'Chess', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (281, '1011', 429, 'TicTacToe', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (282, '1021', 429, 'BattleShip', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (283, '1484', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (284, '1486', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (285, '1487', 19, 'A14 A1P', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (286, '1488', 19, 'A15 A1P', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (287, '1489', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (288, '1490', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (289, '1491', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (290, '1492', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (291, '1495', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (292, '1496', 19, 'A1 E8P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (293, '1497', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (294, '1498', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (295, '1499', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (296, '1500', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (297, '1501', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (298, '1502', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (299, '1503', 217, 'a0 hockey_score', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (300, '1504', 413, 'a0 goallight', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (301, '1505', 349, 'DEV doorD', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (302, '1506', 225, 'a0 prizetrophy2_b', 8, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (303, '1507', 225, 'a0 prizetrophy3_b', 8, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (304, '1508', 736, 'a0 prizetrophy4_b', 0, 75, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (305, '1509', 736, 'a0 prizetrophy5_b', 0, 75, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (306, '1510', 736, 'a0 prizetrophy6_b', 0, 75, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (307, '1512', 225, 'a0 prizetrophy_g', 12, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (308, '1513', 225, 'a0 prizetrophy2_g', 12, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (309, '1514', 225, 'a0 prizetrophy3_g', 12, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (310, '1515', 736, 'a0 prizetrophy4_g', 0, 75, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (311, '1516', 736, 'a0 prizetrophy5_g', 0, 75, 0, 1, 0, 0, 52, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (312, '1517', 736, 'a0 prizetrophy6_g', 0, 75, 0, 1, 0, 0, 55, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (313, '1518', 736, 'a0 prizetrophy7_g', 0, 75, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (314, '1519', 225, 'a0 prizetrophy_s', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (315, '1520', 225, 'a0 prizetrophy2_s', 10, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (316, '1521', 225, 'a0 prizetrophy3_s', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (317, '1522', 736, 'a0 prizetrophy4_s', 0, 75, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (318, '1523', 736, 'a0 prizetrophy5_s', 0, 75, 0, 1, 0, 0, 53, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (319, '1524', 736, 'a0 prizetrophy6_s', 0, 75, 0, 1, 0, 0, 56, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (320, '1525', 736, 'a0 prizetrophy7_s', 0, 75, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (321, '1526', 225, '', 8, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (322, '1527', 349, 'hc_chr', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (323, '1528', 349, 'hc_tbl', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (324, '1529', 349, 'hc_lmp', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (325, '1530', 349, 'hc_dsk', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (326, '1531', 115, 'nest', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (327, '1532', 52, 'petfood1', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (328, '1533', 52, 'petfood2', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (329, '1534', 52, 'petfood3', 0, 15, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (330, '1535', 115, 'waterbowl_4', 2, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (331, '1536', 115, 'waterbowl_5', 2, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (332, '1537', 115, 'waterbowl_2', 2, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (333, '1538', 115, 'waterbowl_1', 2, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (334, '1539', 115, 'waterbowl_3', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (335, '1540', 115, 'toy1', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (336, '1541', 115, 'toy1_1', 2, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (337, '1542', 115, 'toy1_2', 2, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (338, '1543', 115, 'toy1_3', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (339, '1544', 115, 'toy1_4', 2, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (340, '1545', 52, 'goodie1', 1, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (341, '1546', 52, 'goodie1_1', 1, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (342, '1547', 52, 'goodie1_2', 1, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (343, '1548', 52, 'goodie2', 1, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (344, '1549', 331, 'a0 scifiport', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (345, '1550', 331, 'a10 scifiport', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (346, '1551', 331, 'a9 scifiport', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (347, '1552', 331, 'a8 scifiport', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (348, '1553', 331, 'a7 scifiport', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (349, '1554', 331, 'a6 scifiport', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (350, '1555', 331, 'a5 scifiport', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (351, '1556', 331, 'a4 scifiport', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (352, '1557', 331, 'a3 scifiport', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (353, '1558', 331, 'a2 scifiport', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (354, '1559', 336, 'a10 scifirocket_badge', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (355, '1560', 336, 'a9 scifirocket', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (356, '1561', 336, 'a8 scifirocket', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (357, '1562', 336, 'a7 scifirocket', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (358, '1563', 336, 'a6 scifirocket', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (359, '1564', 336, 'a5 scifirocket_badge', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (360, '1565', 336, 'a4 scifirocket', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (361, '1566', 336, 'a3 scifirocket', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (362, '1567', 336, 'a2 scifirocket', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (363, '1568', 336, 'a1 scifirocket', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (364, '1569', 333, 'a10 scifidoor', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (365, '1570', 333, 'a9 scifidoor', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (366, '1571', 333, 'a8 scifidoor', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (367, '1572', 333, 'a7 scifidoor', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (368, '1573', 333, 'a6 scifidoor', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (369, '1574', 333, 'a5 scifidoor', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (370, '1575', 333, 'a4 scifidoor', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (371, '1576', 333, 'a3 scifidoor', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (372, '1577', 333, 'a2 scifidoor', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (373, '1578', 333, 'a1 scifidoor', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (374, '1579', 347, 'a7 pillow', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (375, '1580', 347, 'a10 pillow', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (376, '1581', 347, 'a0 pillow', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (377, '1582', 347, 'a3 pillow', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (378, '1583', 347, 'a4 pillow', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (379, '1584', 347, 'a9 pillow', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (380, '1585', 347, 'a11 pillow', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (381, '1586', 347, 'a6 pillow', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (382, '1587', 347, 'a10 pillow', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (383, '1588', 347, 'pillow*3', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (384, '1589', 332, 'a4 marquee', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (385, '1590', 332, 'a5 marquee', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (386, '1591', 332, 'a10 marquee', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (387, '1592', 332, 'a0 marquee', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (388, '1593', 332, 'a11 marquee_badge', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (389, '1594', 332, 'a12 marquee', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (390, '1595', 332, 'a8 marquee', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (391, '1596', 332, 'a7 marquee', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (392, '1597', 332, 'a9 marquee', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (393, '1598', 332, 'a6 marquee', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (394, '1599', 334, 'a3 wooden_screen', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (395, '1600', 334, 'a4 wooden_screen', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (396, '1601', 334, 'a9 wooden_screen', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (397, '1602', 334, 'a0 wooden_screen', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (398, '1603', 334, 'a10 wooden_screen', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (399, '1604', 334, 'a7 wooden_screen', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (400, '1605', 334, 'a11 wooden_screen', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (401, '1606', 334, 'a6 wooden_screen', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (402, '1607', 334, 'a8 wooden_screen', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (403, '1608', 334, 'a5 wooden_screen', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (404, '1609', 335, 'a8 pillar', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (405, '1610', 335, 'a3 pillar', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (406, '1611', 335, 'a11 pillar', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (407, '1612', 335, 'a0 pillar', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (408, '1613', 335, 'a10 pillar', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (409, '1614', 335, 'a4 pillar', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (410, '1615', 335, 'a7 pillar', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (411, '1616', 335, 'a6 pillar', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (412, '1617', 335, 'a9 pillar', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (413, '1618', 335, 'a5 pillar', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (414, '1619', 328, 'a5 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (415, '1620', 328, 'rare_dragonlamp*0', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (416, '1621', 328, 'a6 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (417, '1622', 328, 'a3 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (418, '1623', 328, 'a9 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (419, '1624', 328, 'a10 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (420, '1625', 328, 'a8 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (421, '1626', 328, 'a7 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (422, '1627', 328, 'a2 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (423, '1628', 328, 'a4 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (424, '1629', 330, 'rare_icecream*1', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (425, '1630', 330, 'a8 rare_icecream_badge', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (426, '1631', 330, 'a9 rare_icecream', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (427, '1632', 330, 'a3 rare_icecream', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (428, '1633', 330, 'a7 rare_icecream', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (429, '1634', 330, 'a10 rare_icecream', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (430, '1635', 330, 'a4 rare_icecream', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (431, '1636', 330, 'a1 rare_icecream', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (432, '1637', 330, 'rare_icecream*4', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (433, '1638', 330, 'a6 rare_icecream', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (434, '1639', 329, 'a8 rare_fan', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (435, '1640', 329, 'a7 rare_fan', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (436, '1641', 329, 'a10 rare_fan', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (437, '1642', 329, 'a4 rare_fan', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (438, '1643', 329, 'a9 rare_fan', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (439, '1644', 329, 'a5 rare_fan', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (440, '1645', 329, 'summerpromo_yellowfan', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (441, '1646', 329, 'a2 rare_fan', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (442, '1647', 329, 'a9 rare_fan', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (443, '1648', 329, 'a3 rare_fan', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (444, '1649', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (445, '1650', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (446, '1651', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (447, '1652', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (448, '1653', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (449, '1654', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (450, '1655', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (451, '1656', 42, 'a10 queue', 2, 225, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (452, '1657', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (453, '1658', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (454, '1659', 429, 'ticket', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (455, '1738', 344, 'rare_snowrug', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (456, '1741', 302, 'a0 lantern', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (457, '1742', 302, 'a0 rw_sofa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (458, '1745', 217, 'a1 sporttrackstraight', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (459, '1747', 217, 'a3 sporttrackstraight gra', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (460, '1748', 217, 'a2 sporttrackstraight asp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (461, '1750', 217, 'a0 deal201', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (462, '1751', 217, 'a2 sportcorner asphalt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (463, '1752', 217, 'a0 deal208', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (464, '1754', 217, 'a2 sportgoal asphalt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (465, '1755', 217, 'a2 sportgoal asphalt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (466, '1756', 217, 'a3 sportgoal grass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (467, '1757', 217, 'a1 sportfootylamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (468, '1758', 473, 'a1 tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (469, '1759', 281, 'barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (470, '1760', 292, 'a4 nordiv', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (471, '1761', 343, 'traffic_light_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (472, '1762', 343, 'traffic_light_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (473, '1763', 343, 'traffic_light_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (474, '1764', 343, 'traffic_light_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (475, '1765', 343, 'traffic_light_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (476, '1766', 342, 'a1 rubberchairblue', 4, 0, 1, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (477, '1767', 342, 'a2 rubberchairpink', 4, 0, 1, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (478, '1768', 342, 'a3 rubberchairorange', 4, 0, 1, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (479, '1769', 342, 'a4 rubberchairocean', 4, 0, 1, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (480, '1770', 342, 'a5 rubberchairlime', 4, 0, 1, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (481, '1771', 342, 'a6 rubberchairviolet', 4, 0, 1, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (482, '1772', 343, 'barrier_1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (483, '1773', 343, 'barrier_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (484, '1774', 343, 'barrier_3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (485, '1775', 342, 'a7 rubberchairwhite', 4, 0, 1, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (486, '1776', 342, 'a8 rubberchairblack', 4, 0, 1, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (487, '1777', 290, 'table_norja_med_2', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (488, '1778', 291, 'table_norja_med_3', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (489, '1779', 292, 'table_norja_med_4', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (490, '1780', 293, 'table_norja_med_5', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (491, '1781', 294, 'table_norja_med_6', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (492, '1782', 295, 'table_norja_med_7', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (493, '1783', 296, 'table_norja_med_8', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (494, '1784', 297, 'table_norja_med_9', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (495, '1785', 290, 'couch_norja_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (496, '1786', 291, 'couch_norja_3', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (497, '1787', 292, 'couch_norja_4', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (498, '1788', 293, 'couch_norja_5', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (499, '1789', 294, 'couch_norja_6', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (500, '1790', 295, 'couch_norja_7', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (501, '1791', 296, 'couch_norja_8', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (502, '1792', 297, 'couch_norja_9', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (503, '1793', 290, 'shelves_norja_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (504, '1794', 291, 'shelves_norja_3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (505, '1795', 292, 'shelves_norja_4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (506, '1796', 293, 'shelves_norja_5', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (507, '1797', 294, 'shelves_norja_6', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (508, '1798', 295, 'shelves_norja_7', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (509, '1799', 296, 'shelves_norja_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (510, '1800', 297, 'shelves_norja_9', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (511, '1801', 290, 'chair_norja_2', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (512, '1802', 291, 'chair_norja_3', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (513, '1803', 292, 'chair_norja_4', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (514, '1804', 293, 'chair_norja_5', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (515, '1805', 294, 'chair_norja_6', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (516, '1806', 295, 'chair_norja_7', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (517, '1807', 296, 'chair_norja_8', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (518, '1808', 297, 'chair_norja_9', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (519, '1809', 290, 'a2 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (520, '1810', 291, 'a3 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (521, '1811', 292, 'a4 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (522, '1812', 293, 'a5 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (523, '1813', 294, 'a6 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (524, '1814', 295, 'a7 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (525, '1815', 296, 'a8 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (526, '1816', 297, 'a9 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (527, '1817', 290, 'A1 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (528, '1818', 291, 'A3 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (529, '1819', 292, 'A4 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (530, '1820', 293, 'A5 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (531, '1821', 294, 'A6 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (532, '1822', 295, 'A7 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (533, '1823', 296, 'A8 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (534, '1824', 297, 'A9 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (535, '1825', 290, 'a1 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (536, '1826', 291, 'a3 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (537, '1827', 292, 'a4 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (538, '1828', 293, 'a5 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (539, '1829', 294, 'a6 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (540, '1830', 295, 'a7 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (541, '1831', 296, 'a8 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (542, '1832', 297, 'a9 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (543, '1833', 314, 'A2 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (544, '1834', 315, 'A3 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (545, '1835', 316, 'A4 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (546, '1836', 317, 'A5 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (547, '1837', 318, 'A6 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (548, '1838', 319, 'A7 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (549, '1839', 320, 'A8 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (550, '1840', 321, 'A9 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (551, '1841', 314, 'A2 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (552, '1842', 315, 'A3 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (553, '1843', 316, 'A4 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (554, '1844', 317, 'A5 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (555, '1845', 318, 'A6 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (556, '1846', 319, 'A7 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (557, '1847', 320, 'A8 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (558, '1848', 321, 'A9 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (559, '1849', 314, 'a2 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (560, '1850', 315, 'a3 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (561, '1851', 316, 'a4 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (562, '1852', 317, 'a5 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (563, '1853', 318, 'a6 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (564, '1854', 319, 'a7 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (565, '1855', 320, 'a8 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (566, '1856', 321, 'a9 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (567, '1857', 314, 'a1 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (568, '1858', 315, 'a3 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (569, '1859', 316, 'a4 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (570, '1860', 317, 'a5 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (571, '1861', 318, 'a6 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (572, '1862', 319, 'a7 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (573, '1863', 320, 'a8 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (574, '1864', 321, 'a9 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (575, '1865', 314, 'A1 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (576, '1866', 315, 'A4 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (577, '1867', 316, 'A5 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (578, '1868', 317, 'A6 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (579, '1869', 318, 'A7 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (580, '1870', 319, 'A8 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (581, '1871', 320, 'A8 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (582, '1872', 321, 'A9 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (583, '1873', 314, 'A2 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (584, '1874', 315, 'A3 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (585, '1875', 316, 'A4 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (586, '1876', 317, 'A5 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (587, '1877', 318, 'A6 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (588, '1878', 319, 'A7 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (589, '1879', 320, 'A8 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (590, '1880', 321, 'A9 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (591, '1881', 283, 'A2 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (592, '1882', 289, 'A3 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (593, '1883', 284, 'A4 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (594, '1884', 288, 'A6 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (595, '1885', 287, 'A7 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (596, '1886', 286, 'A8 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (597, '1887', 285, 'A9 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (598, '1888', 283, 'A1 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (599, '1889', 289, 'A3 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (600, '1890', 284, 'A4 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (601, '1891', 288, 'A6 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (602, '1892', 287, 'A7 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (603, '1893', 286, 'A8 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (604, '1894', 285, 'A9 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (605, '1895', 283, 'A1 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (606, '1896', 289, 'A3 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (607, '1897', 284, 'A4 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (608, '1898', 288, 'A6 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (609, '1899', 287, 'A7 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (610, '1900', 286, 'A8 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (611, '1901', 285, 'A9 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (612, '1902', 283, 'A2 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (613, '1903', 289, 'A3 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (614, '1904', 284, 'A4 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (615, '1905', 288, 'A6 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (616, '1906', 287, 'A7 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (617, '1907', 286, 'A8 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (618, '1908', 285, 'A9 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (619, '1909', 283, 'A2 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (620, '1910', 289, 'A3 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (621, '1911', 284, 'A4 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (622, '1912', 556, 'A5 BTP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (623, '1913', 288, 'A6 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (624, '1914', 287, 'A7 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (625, '1915', 286, 'A8 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (626, '1916', 285, 'A9 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (627, '1917', 283, 'A2 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (628, '1918', 289, 'A3 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (629, '1919', 284, 'A4 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (630, '1920', 556, 'A5 BKP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (631, '1921', 288, 'A6 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (632, '1922', 287, 'A7 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (633, '1923', 286, 'A8 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (634, '1924', 285, 'A9 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (635, '1925', 283, 'A1 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (636, '1926', 289, 'A3 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (637, '1927', 284, 'A4 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (638, '1928', 556, 'A5 polyovi', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (639, '1929', 288, 'A6 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (640, '1930', 287, 'A7 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (641, '1931', 286, 'A8 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (642, '1932', 285, 'A9 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (643, '1933', 314, 'A2 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (644, '1934', 315, 'A3 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (645, '1935', 316, 'A4 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (646, '1936', 317, 'A5 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (647, '1937', 318, 'A6 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (648, '1938', 319, 'A7 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (649, '1939', 320, 'A8 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (650, '1940', 321, 'A9 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (651, '1941', 290, 'a2 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (652, '1942', 291, 'a3 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (653, '1943', 292, 'a4 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (654, '1944', 293, 'a5 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (655, '1945', 294, 'a6 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (656, '1946', 295, 'a7 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (657, '1947', 296, 'a8 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (658, '1948', 297, 'a9 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (659, '1949', 290, 'a2 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (660, '1950', 291, 'a3 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (661, '1951', 292, 'a4 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (662, '1952', 293, 'a5 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (663, '1953', 294, 'a6 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (664, '1954', 295, 'a7 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (665, '1955', 296, 'a8 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (666, '1956', 297, 'a9 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (667, '1957', 281, 'a0 silostudydesk', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (668, '1958', 291, 'a0 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (669, '1959', 290, 'a1 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (670, '1960', 27, 'a2 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (671, '1961', 292, 'a3 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (672, '1962', 293, 'a5 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (673, '1963', 294, 'a6 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (674, '1964', 295, 'a7 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (675, '1965', 296, 'a8 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (676, '1966', 297, 'a9 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (677, '1967', 344, 'a0 sandrug', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (678, '1968', 344, 'a0 moonrug', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (679, '1969', 302, 'a2 china_table', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (680, '1970', 302, 'a2 china_table', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (681, '1971', 340, 'a0 sleepingbag', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (682, '1972', 340, 'a0 sleepingbag2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (683, '1973', 340, 'a0 sleepingbag3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (684, '1974', 340, 'a0 sleepingbag4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (685, '1975', 281, 'a0 safe_silo', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (686, '1976', 340, 'a0 sleepingbag7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (687, '1977', 258, 'a0 sleepingbag9', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (688, '1978', 340, 'a0 sleepingbag5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (689, '1979', 340, 'a0 sleepingbag10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (690, '1980', 340, 'a0 sleepingbag6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (691, '1981', 340, 'a0 sleepingbag8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (692, '1982', 302, 'china_shelve', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (693, '1983', 343, 'traffic_light_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (694, '1984', 290, 'a2 DVN black', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (695, '1985', 291, 'a3 DVN white', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (696, '1986', 293, 'a5 DVN pink', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (697, '1987', 294, 'a6 DVN blue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (698, '1988', 295, 'a7 DVN green', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (699, '1989', 296, 'a8 DVN yellow', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (700, '1990', 297, 'a9 DVN red', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (701, '1991', 290, 'a2 FLIPnor black', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (702, '1992', 291, 'a3 FLIPnor white', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (703, '1993', 292, 'a4 FLIPnor aquamarine', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (704, '1994', 293, 'a5 FLIPnor pink', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (705, '1995', 294, 'a6 FLIPnor blue', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (706, '1996', 295, 'a7 FLIPnor green', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (707, '1997', 296, 'a8 FLIPnor yellow', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (708, '1998', 297, 'a9 FLIPnor red', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (709, '1999', 27, 'a0 FLIPnor plain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (710, '2000', 27, 'a0 DVN plain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (711, '2001', 302, 'a2 wall_china', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (712, '2002', 302, 'a2 corner_china', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (713, '2003', 314, 'a2 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (714, '2004', 315, 'a3 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (715, '2005', 316, 'a4 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (716, '2006', 317, 'a5 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (717, '2007', 318, 'a6 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (718, '2008', 319, 'a7 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (719, '2009', 320, 'a8 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (720, '2010', 321, 'a9 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (721, '2011', 314, 'a2 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (722, '2012', 315, 'a3 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (723, '2013', 315, 'a4 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (724, '2014', 317, 'a5 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (725, '2015', 318, 'a6 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (726, '2016', 319, 'a7 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (727, '2017', 320, 'a8 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (728, '2018', 321, 'a9 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (729, '2019', 29, 'a0 glass_shelf', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (730, '2020', 29, 'a0 glass_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (731, '2021', 29, 'a0 glass_stool', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (732, '2022', 29, 'a0 glass_sofa', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (733, '2023', 29, 'a0 glass_table', 5, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (734, '2024', 29, 'a2 glass_table', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (735, '2025', 29, 'a3 glass_table', 5, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (736, '2026', 29, 'a4 glass_table', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (737, '2027', 29, 'a5 glass_table', 5, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (738, '2028', 29, 'a6 glass_table', 5, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (739, '2029', 29, 'a7 glass_table', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (740, '2030', 29, 'a8 glass_table', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (741, '2031', 29, 'a9 glass_table', 5, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (742, '2032', 29, 'a2 glass_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (743, '2033', 29, 'a3 glass_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (744, '2034', 29, 'a4 glass_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (745, '2035', 29, 'a5 glass_chair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (746, '2036', 29, 'a6 glass_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (747, '2037', 29, 'a7 glass_chair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (748, '2038', 29, 'a8 glass_chair', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (749, '2039', 29, 'a9 glass_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (750, '2040', 29, 'a2 glass_sofa', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (751, '2041', 29, 'a3 glass_sofa', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (752, '2042', 29, 'a4 glass_sofa', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (753, '2043', 29, 'a5 glass_sofa', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (754, '2044', 29, 'a6 glass_sofa', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (755, '2045', 29, 'a7 glass_sofa', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (756, '2046', 29, 'a8 glass_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (757, '2047', 29, 'a9 glass_sofa', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (758, '2048', 29, 'a2 glass_stool', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (759, '2050', 29, 'a4 glass_stool', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (760, '2051', 29, 'a5 glass_stool', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (761, '2052', 29, 'a6 glass_stool', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (762, '2053', 29, 'a7 glass_stool', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (763, '2054', 29, 'a8 glass_stool', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (764, '2056', 29, 'a3 glass_stool', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (765, '2057', 29, 'a9 glass_stool', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (766, '2063', 12, 'a0 CF_10_coin_gold', 11, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (767, '2064', 12, 'a0 CF_1_coin_bronze', 1, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (768, '2065', 12, 'a0 CF_20_moneybag', 21, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (769, '2066', 12, 'a0 CF_50_goldbar', 51, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (770, '2067', 12, 'a0 CF_5_coin_silver', 5, 5, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (771, '2068', 349, 'a0 clubrug', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (772, '2069', 349, 'a0 clubtv', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (773, '2070', 30, 'a0 gothgate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (774, '2071', 30, 'a0 gothiccandelabra', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (775, '2072', 30, 'a0 gothrailing', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (776, '2073', 30, 'a0 goth_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (777, '2074', 349, 'a0 hc_bkshlf', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (778, '2075', 349, 'a0 hc_btlr', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (779, '2076', 349, 'a0 hc_crtn', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (780, '2077', 349, 'a0 hc_djset', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (781, '2078', 349, 'a0 hc_frplc', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (782, '2079', 349, 'a0 hc_lmpst', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (783, '2080', 349, 'a0 hc_machine', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (784, '2081', 349, 'a0 hc_rllr', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (785, '2082', 349, 'a0 hc_rntgn', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (786, '2083', 349, 'a0 hc_trll', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (787, '2084', 30, 'a1 gothicstool', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (788, '2085', 30, 'a1 gothicchair', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (789, '2086', 30, 'a1 gothicsofa', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (790, '2087', 30, 'a2 gothicstool', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (791, '2088', 30, 'a2 gothicchair', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (792, '2089', 30, 'a2 gothicsofa', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (793, '2090', 30, 'a3 gothicstool', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (794, '2091', 30, 'a3 gothicchair', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (795, '2092', 30, 'a3 gothicsofa', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (796, '2093', 30, 'a4 gothicstool', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (797, '2094', 30, 'a4 gothicchair', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (798, '2095', 30, 'a4 gothicsofa', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (799, '2096', 30, 'a5 gothicstool', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (800, '2097', 30, 'a5 gothicchair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (801, '2098', 30, 'a5 gothicsofa', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (802, '2099', 30, 'a6 gothicstool', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (803, '2100', 30, 'a6 gothicchair', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (804, '2101', 30, 'a6 gothicsofa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (805, '2102', 473, 'A1 KYNTTILA1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (806, '2103', 445, 'A0 val_cauldron', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (807, '2104', 473, 'a1 tree2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (808, '2105', 187, 'sound_machine', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (809, '2106', 35, 'a0 romantique_pianochair3', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (810, '2107', 35, 'a0 romantique_pianochair5', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (811, '2108', 35, 'a0 romantique_pianochair2', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (812, '2109', 35, 'a0 romantique_pianochair4', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (813, '2110', 35, 'a0 romantique_pianochair1', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (814, '2111', 35, 'a0 romantique_divan3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (815, '2112', 35, 'a0 romantique_divan5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (816, '2113', 35, 'a0 romantique_divan2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (817, '2114', 35, 'a0 romantique_divan4', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (818, '2115', 35, 'a0 romantique_divan1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (819, '2116', 35, 'a0 romantique_chair3', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (820, '2117', 35, 'a0 romantique_chair5', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (821, '2118', 35, 'a0 romantique_chair2', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (822, '2119', 35, 'a0 romantique_chair4', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (823, '2120', 35, 'a0 romantique_chair1', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (824, '2121', 473, 'A1 KYNTTILA2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (825, '2122', 197, 'rare_parasol', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (826, '2123', 445, 'a2 valentinerose', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (827, '2124', 445, 'a4 valentinerose', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (828, '2125', 445, 'a1 valentinerose', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (829, '2126', 445, 'a3 valentinerose', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (830, '2127', 445, 'a0 valentinerose', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (831, '2128', 20, 'a0 mazegate', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (832, '2129', 20, 'a0 maze', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (833, '2130', 344, 'DEV plant_bulrush', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (834, '2131', 52, 'a0 petfood4', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (835, '2132', 445, 'a0 carpet_valentine', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (836, '2133', 30, 'a0 gothiccarpet', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (837, '2134', 30, 'a0 gothiccarpet2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (838, '2135', 30, 'gothic_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (839, '2136', 30, 'gothic_sofa', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (840, '2137', 30, 'gothic_stool', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (841, '2138', 35, 'DEV grand_piano3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (842, '2139', 35, 'DEV grand_piano5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (843, '2140', 35, 'DEV grand_piano2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (844, '2141', 35, 'DEV grand_piano4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (845, '2142', 35, 'DEV grand_piano1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (846, '2143', 590, 'a0 theatre_seat', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (847, '2144', 35, 'DEV romantique_tray2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (848, '2145', 35, 'DEV romantique_tray1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (849, '2146', 35, 'DEV romantique_smalltabl3', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (850, '2147', 35, 'DEV romantique_smalltabl5', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (851, '2148', 35, 'DEV romantique_smalltabl2', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (852, '2149', 35, 'DEV romantique_smalltabl4', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (853, '2150', 35, 'DEV romantique_smalltabl1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (854, '2151', 35, 'DEV romantique_mirrortabl', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (855, '2152', 35, 'a2 romantique_divider', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (856, '2153', 35, 'a1 romantique_divider', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (857, '2154', 35, 'a3 romantique_divider', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (858, '2155', 35, 'a0 romantique_divider', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (859, '2156', 31, 'DEV jp_tatami2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (860, '2157', 31, 'DEV jp_tatami', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (861, '2158', 590, 'DEV habbowood_chair', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (862, '2159', 31, 'DEV jp_bamboo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (863, '2160', 31, 'DEV jp_irori', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (864, '2161', 31, 'DEV jp_pillow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (865, '2162', 46, 'A0 sound_set_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (866, '2163', 46, 'A0 sound_set_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (867, '2164', 46, 'A0 sound_set_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (868, '2165', 46, 'A0 sound_set_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (869, '2166', 46, 'A0 sound_set_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (870, '2167', 46, 'A0 sound_set_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (871, '2168', 46, 'A0 sound_set_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (872, '2169', 46, 'A0 sound_set_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (873, '2170', 46, 'A0 sound_set_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (874, '2171', 187, 'sound_machine_1', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (875, '227', 445, 'a2 heart', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (876, '229', 445, 'a2 heartsofa', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (877, '2457', 46, 'A0 sound_set_23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (878, '2458', 500, 'DEV rclr_garden', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (879, '2459', 500, 'DEV rclr_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (880, '2460', 179, 'pura_mdl11', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (881, '2461', 170, 'pura_mdl12', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (882, '2462', 171, 'pura_mdl13', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (883, '2463', 172, 'pura_mdl14', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (884, '2464', 173, 'pura_mdl15', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (885, '2465', 174, 'pura_mdl16', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (886, '2466', 175, 'pura_mdl17', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (887, '2467', 176, 'pura_mdl18', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (888, '2468', 177, 'pura_mdl19', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (889, '2469', 46, 'A0 sound_set_19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (890, '2470', 46, 'A0 sound_set_25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (891, '2471', 31, 'DEV jp_lantern', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (892, '2472', 179, 'pura_mdl41', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (893, '2473', 170, 'pura_mdl42', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (894, '2474', 171, 'pura_mdl43', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (895, '2475', 172, 'pura_mdl44', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (896, '2476', 173, 'pura_mdl45', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (897, '2477', 174, 'pura_mdl46', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (898, '2478', 175, 'pura_mdl47', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (899, '2479', 176, 'pura_mdl48', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (900, '2480', 177, 'pura_mdl49', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (901, '2481', 46, 'A0 sound_set_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (902, '2482', 46, 'A0 sound_set_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (903, '2483', 179, 'pura_mdl21', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (904, '2484', 170, 'pura_mdl22', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (905, '2485', 171, 'pura_mdl23', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (906, '2486', 172, 'pura_mdl24', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (907, '2487', 173, 'pura_mdl25', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (908, '2488', 174, 'pura_mdl26', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (909, '2489', 175, 'pura_mdl27', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (910, '2490', 176, 'pura_mdl28', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (911, '2491', 177, 'pura_mdl29', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (912, '2492', 46, 'A0 sound_set_24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (913, '2493', 46, 'A0 sound_set_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (914, '2494', 46, 'A0 sound_set_21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (915, '2495', 46, 'A0 sound_set_15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (916, '2496', 46, 'A0 sound_set_28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (917, '2497', 46, 'A0 sound_set_18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (918, '2498', 179, 'A1 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (919, '2499', 170, 'A2 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (920, '2500', 171, 'A3 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (921, '2501', 172, 'A4 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (922, '2502', 173, 'A5 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (923, '2503', 174, 'A6 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (924, '2504', 175, 'A7 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (925, '2505', 176, 'A8 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (926, '2506', 177, 'A9 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (927, '2507', 590, 'b0 rareicecreamwhite', 0, 3600, 5, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (928, '2508', 46, 'A0 sound_set_26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (929, '2509', 179, 'pura_mdl51', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (930, '2510', 170, 'pura_mdl52', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (931, '2511', 171, 'pura_mdl53', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (932, '2512', 172, 'pura_mdl54', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (933, '2513', 173, 'pura_mdl55', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (934, '2514', 174, 'pura_mdl56', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (935, '2515', 175, 'pura_mdl57', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (936, '2516', 176, 'pura_mdl58', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (937, '2517', 177, 'pura_mdl59', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (938, '2518', 280, 'a0 ropedivider', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (939, '2519', 280, 'a0 spotlight', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (940, '2520', 35, 'DEV romantique_clock', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (941, '2521', 46, 'A0 sound_set_22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (942, '2522', 31, 'DEV jp_drawer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (943, '2523', 46, 'A0 sound_set_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (944, '2524', 46, 'A0 sound_set_20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (945, '2525', 179, 'DEV chair_basic1', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (946, '2526', 170, 'DEV chair_basic2', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (947, '2527', 171, 'DEV chair_basic3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (948, '2528', 172, 'DEV chair_basic4', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (949, '2529', 173, 'DEV chair_basic5', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (950, '2530', 174, 'DEV chair_basic6', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (951, '2531', 175, 'DEV chair_basic7', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (952, '2532', 176, 'DEV chair_basic8', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (953, '2533', 177, 'DEV chair_basic9', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (954, '2534', 179, 'pura_mdl31', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (955, '2535', 170, 'pura_mdl32', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (956, '2536', 171, 'pura_mdl33', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (957, '2537', 172, 'pura_mdl34', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (958, '2538', 173, 'pura_mdl35', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (959, '2539', 174, 'pura_mdl36', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (960, '2540', 175, 'pura_mdl37', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (961, '2541', 176, 'pura_mdl38', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (962, '2542', 177, 'pura_mdl39', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (963, '2543', 187, 'sound_machine2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (964, '2544', 187, 'sound_machine3', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (965, '2545', 187, 'sound_machine4', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (966, '2546', 187, 'sound_machine5', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (967, '2547', 187, 'sound_machine6', 4, 0, 0, 1, 0, 0, -6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (968, '2548', 187, 'sound_machine7', 4, 0, 0, 1, 0, 0, -7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (969, '2549', 46, 'A0 sound_set_27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (970, '2550', 46, 'A0 sound_set_17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (971, '2551', 35, 'a0 rom_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (972, '2552', 179, 'DEV bed_budget1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (973, '2553', 170, 'DEV bed_budget2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (974, '2554', 171, 'DEV bed_budget3', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (975, '2555', 172, 'DEV bed_budget4', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (976, '2556', 173, 'DEV bed_budget5', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (977, '2557', 174, 'DEV bed_budget6', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (978, '2558', 175, 'DEV bed_budget7', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (979, '2559', 176, 'DEV bed_budget8', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (980, '2560', 177, 'DEV bed_budget9', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (981, '2561', 46, 'A0 sound_set_16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (982, '2562', 500, 'DEV rclr_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (983, '2563', 46, 'A0 sound_set_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (984, '2564', 46, 'A0 sound_set_33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (985, '2565', 46, 'A0 sound_set_37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (986, '2566', 280, 'a0 tile_marble', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (987, '2567', 304, 'DEV exe_rug', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (988, '2568', 280, 'a0 tile_stella', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (989, '2569', 46, 'A0 sound_set_32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (990, '2570', 46, 'A0 sound_set_34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (991, '2571', 405, 'DEV summer_chair1', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (992, '2572', 405, 'DEV summer_chair2', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (993, '2573', 405, 'DEV summer_chair3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (994, '2574', 405, 'DEV summer_chair4', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (995, '2575', 405, 'DEV summer_chair5', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (996, '2576', 405, 'DEV summer_chair6', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (997, '2577', 405, 'DEV summer_chair7', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (998, '2578', 405, 'DEV summer_chair8', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (999, '2579', 405, 'DEV summer_chair9', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1000, '2580', 46, 'A0 sound_set_29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1001, '2581', 304, 'DEV exe_s_table', 5, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1002, '2582', 280, 'a0 tile_brown', 1, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1003, '2583', 46, 'A0 sound_set_36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1004, '2584', 348, 'rare_mosterplant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1005, '2585', 46, 'A0 sound_set_30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1006, '2586', 736, 'a0 prizetrophy7_b', 0, 75, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1007, '2587', 405, 'Summer BBQ Grill Blue', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1008, '2588', 405, 'Summer BBQ Grill Red', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1009, '2589', 405, 'Summer BBQ Grill Green', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1010, '2590', 405, 'Summer BBQ Grill Yellow', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1011, '2591', 405, 'summer_pool blue', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1012, '2592', 405, 'summer_pool red', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1013, '2593', 405, 'summer_pool green', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1014, '2594', 405, 'summer_pool yellow', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1015, '2595', 46, 'A0 sound_set_35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1016, '2596', 46, 'A0 sound_set_31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1017, '2597', 341, 'DEV one_way_door1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1018, '2598', 341, 'DEV one_way_door2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1019, '2599', 341, 'DEV one_way_door3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1020, '2600', 341, 'DEV one_way_door4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1021, '2601', 341, 'DEV one_way_door5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1022, '2602', 341, 'DEV one_way_door6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1023, '2603', 341, 'DEV one_way_door7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1024, '2604', 341, 'DEV one_way_door8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1025, '2605', 341, 'DEV one_way_door9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1026, '2606', 187, 'sound_machine_pro', 4, 0, 0, 1, 0, 0, -8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1027, '2607', 274, 'song peep_benztruck', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1028, '2608', 253, 'jukebox_1', 5, 0, 5, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1029, '2609', 559, 'welcome_carpet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1030, '2610', 46, 'A0 sound_set_44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1031, '2611', 388, 'A1 habbocrypt', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1032, '2612', 46, 'A0 sound_set_41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1033, '2613', 272, 'Grunge Sign', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1034, '2614', 46, 'A0 sound_set_43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1035, '2615', 46, 'A0 sound_set_40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1036, '2616', 46, 'A0 sound_set_38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1037, '2617', 272, 'Grunge Chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1038, '2618', 272, 'Grunge Mattress', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1039, '2619', 272, 'Grunge Shelf', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1040, '2620', 388, 'gram', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1041, '2621', 272, 'Grunge Radiator', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1042, '2622', 46, 'A0 sound_set_39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1043, '2623', 272, 'Grunge Table', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1044, '2624', 46, 'A0 sound_set_42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1045, '2625', 388, 'hal_cauldron', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1046, '2626', 388, 'a0 habboween_grass', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1047, '2627', 46, 'A0 sound_set_47', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1048, '2628', 46, 'A0 sound_set_45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1049, '2629', 46, 'A0 sound_set_48', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1050, '2630', 46, 'A0 sound_set_46', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1051, '2631', 46, 'A0 sound_set_51', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1052, '2632', 46, 'A0 sound_set_50', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1053, '2633', 46, 'A0 sound_set_52', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1054, '2634', 46, 'A0 sound_set_49', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1055, '2635', 473, 'Christmas maze shrubbery', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1056, '2636', 473, 'xmas_cstl_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1057, '2637', 473, 'Christmas Reindeer Rare', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1058, '2638', 473, 'Christmas Tree 6 Bling', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1059, '2639', 304, 'DEV exe_sofa', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1060, '2640', 473, 'Christmas mazegate', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1061, '2641', 473, 'xmas_icelamp', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1062, '2642', 346, 'a0 safe_silo_pb', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1063, '2643', 304, 'DEV exe_bardesk', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1064, '2644', 304, 'DEV exe_table', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1065, '2645', 726, 'DEV exe_drinks', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1066, '2646', 473, 'xmas_cstl_wall', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1067, '2647', 304, 'DEV exe_chair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1068, '2648', 473, 'Christmas Sleigh', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1069, '2649', 46, 'A0 sound_set_54', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1070, '2650', 304, 'DEV exe_chair2', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1071, '2651', 473, 'xmas_cstl_twr', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1072, '2652', 46, 'A0 sound_set_53', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1073, '2653', 473, 'Christmas Tree 7 Snow', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1074, '2654', 473, 'Christmas Reindeer Poop', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1075, '2655', 304, 'DEV exe_corner', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1076, '2656', 46, 'A0 sound_set_58', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1077, '2657', 47, 'noob_stool_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1078, '2658', 47, 'noob_stool_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1079, '2659', 47, 'noob_stool_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1080, '2660', 47, 'noob_stool_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1081, '2661', 47, 'noob_stool_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1082, '2662', 47, 'noob_stool_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1083, '2663', 47, 'noob_lamp_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1084, '2664', 47, 'noob_lamp_2', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1085, '2665', 47, 'noob_lamp_3', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1086, '2666', 47, 'noob_lamp_4', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1087, '2667', 47, 'noob_lamp_5', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1088, '2668', 47, 'noob_lamp_6', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1089, '2669', 46, 'A0 sound_set_56', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1090, '2670', 46, 'A0 sound_set_59', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1091, '2671', 46, 'A0 sound_set_55', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1092, '2672', 699, 'DEV exe_globe', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1093, '2673', 46, 'A0 sound_set_57', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1094, '2674', 304, 'A0 exe_plant', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1095, '2675', 47, 'noob_chair_1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1096, '2676', 47, 'noob_chair_2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1097, '2677', 47, 'noob_chair_3', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1098, '2678', 47, 'noob_chair_4', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1099, '2679', 47, 'noob_chair_5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1100, '2680', 47, 'noob_chair_6', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1101, '2681', 47, 'noob_rug_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1102, '2682', 47, 'noob_rug_2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1103, '2683', 47, 'noob_rug_3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1104, '2684', 47, 'noob_rug_4', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1105, '2685', 47, 'noob_rug_5', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1106, '2686', 47, 'noob_rug_6', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1107, '2687', 47, 'noob_table_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1108, '2688', 47, 'noob_table_2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1109, '2689', 47, 'noob_table_3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1110, '2690', 47, 'noob_table_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1111, '2691', 47, 'noob_table_5', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1112, '2692', 47, 'noob_table_6', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1113, '2693', 224, 'teleport_door', 5, 10, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1114, '2694', 453, 'DEV fortune', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1115, '2695', 46, 'A0 sound_set_60', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1116, '2696', 635, 'val_randomizer', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1117, '2697', 453, 'val_choco', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1118, '2698', 46, 'sound_set_61', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1119, '2699', 453, 'vday_sharebears', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1120, '2700', 453, 'Pink Teddy', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1121, '2701', 453, 'Green Teddy', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1122, '2702', 453, 'Brown Teddy', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1123, '2703', 453, 'Yellow Teddy', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1124, '2704', 453, 'Blue Teddy', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1125, '2705', 464, 'sand_cstl_twr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1126, '2706', 272, 'grunge_barrel', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1127, '2707', 272, 'grunge_bench', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1128, '2708', 272, 'grunge_candle', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1129, '2709', 123, 'sw_chest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1130, '2710', 464, 'sand_cstl_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1131, '2711', 123, 'sw_raven', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1132, '2712', 464, 'sand_cstl_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1133, '2713', 123, 'sw_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1134, '2714', 28, 'arabian_tetbl', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1135, '2715', 31, 'jp_tray1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1136, '2716', 28, 'arabian_teamk', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1137, '2717', 31, 'jp_tray5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1138, '2718', 737, 'a0 prizetrophy9_g', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1139, '2719', 28, 'arabian_rug', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1140, '2720', 31, 'jp_tray6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1141, '2721', 28, 'arabian_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1142, '2722', 28, 'arabian_pllw', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1143, '2723', 28, 'arabian_tray3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1144, '2724', 31, 'jp_tray2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1145, '2725', 31, 'jp_tray4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1146, '2726', 31, 'jp_tray3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1147, '2727', 198, 'md_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1148, '2728', 28, 'arabian_tray4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1149, '2729', 737, 'a0 prizetrophy8_g', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1150, '2730', 28, 'arabian_divdr', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1151, '2731', 28, 'arabian_bigtb', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1152, '2732', 28, 'arabian_snake', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1153, '2733', 500, 'Ecotron Moon Lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1154, '2734', 28, 'arabian_tray1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1155, '2735', 28, 'DEV arabian_tray2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1156, '2736', 565, 'nouvelle_trax', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1157, '2737', 73, 'b0 calippo', 0, 3600, 5, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1158, '2738', 46, 'A0 sound_set_64', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1159, '2739', 496, 'jukebox_ptv', 0, 5000, 5, 1, 0, 0, 23, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1160, '2740', 46, 'A0 sound_set_63', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1161, '2741', 46, 'A0 sound_set_62', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1162, '2742', 187, 'traxgold', 4, 0, 0, 1, 0, 0, -11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1163, '2743', 187, 'traxbronze', 4, 0, 0, 1, 0, 0, -9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1164, '2744', 187, 'traxsilver', 4, 0, 0, 1, 0, 0, -10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1165, '2745', 544, 'bench_puffet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1166, '2746', 323, 'footylamp_campaign', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1167, '2747', 31, 'jp_katana2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1168, '2748', 31, 'jp_katana3', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1169, '2749', 31, 'jp_table', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1170, '2750', 31, 'jp_rare', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1171, '2751', 31, 'jp_katana1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1172, '2752', 46, 'A0 sound_set_66', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1173, '2753', 408, 'tiki_tray3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1174, '2754', 539, 'tampax_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1175, '2755', 408, 'tiki_tray1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1176, '2756', 408, 'tiki_toucan', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1177, '2757', 408, 'tiki_waterfall', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1178, '2758', 47, 'noob_lamp_tradeable_1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1179, '2759', 47, 'noob_lamp_tradeable_2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1180, '2760', 47, 'noob_lamp_tradeable_3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1181, '2761', 47, 'noob_lamp_tradeable_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1182, '2762', 47, 'noob_lamp_tradeable_5', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1183, '2763', 47, 'noob_lamp_tradeable_6', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1184, '2764', 307, 'a0 CFC_500_goldbar', 500, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1185, '2765', 408, 'tiki_tray4', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1186, '2766', 46, 'A0 sound_set_65', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1187, '2767', 46, 'A0 sound_set_70', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1188, '2768', 408, 'tiki_tray2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1189, '2769', 408, 'DEV tiki_parasol', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1190, '2770', 307, 'a0 CFC_200_moneybag', 200, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1191, '2771', 46, 'A0 sound_set_67', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1192, '2772', 307, 'a0 CFC_50_coin_silver', 50, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1193, '2773', 408, 'tiki_torch', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1194, '2774', 31, 'jp_teamaker', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1195, '2775', 47, 'noob_chair_tradeable_1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1196, '2776', 47, 'noob_chair_tradeable_2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1197, '2777', 47, 'noob_chair_tradeable_3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1198, '2778', 47, 'noob_chair_tradeable_4', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1199, '2779', 47, 'noob_chair_tradeable_5', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1200, '2780', 47, 'noob_chair_tradeable_6', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1201, '2781', 408, 'tiki_junglerug', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1202, '2782', 408, 'tiki_statue', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1203, '2783', 47, 'noob_plant', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1204, '2784', 408, 'DEV tiki_bench', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1205, '2785', 408, 'tiki_bflies', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1206, '2786', 47, 'noob_rug_tradeable_1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1207, '2787', 47, 'noob_rug_tradeable_2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1208, '2788', 47, 'noob_rug_tradeable_3', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1209, '2789', 47, 'noob_rug_tradeable_4', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1210, '2790', 47, 'noob_rug_tradeable_5', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1211, '2791', 47, 'noob_rug_tradeable_6', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1212, '2792', 408, 'tiki_tray0', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1213, '2793', 46, 'A0 sound_set_68', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1214, '2794', 408, 'DEV tiki_corner', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1215, '2795', 408, 'DEV tiki_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1216, '2796', 307, 'a0 CFC_100_coin_gold', 100, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1217, '2797', 307, 'a0 CFC_10_coin_bronze', 10, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1218, '2798', 408, 'DEV tiki_sand', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1219, '2799', 46, 'A0 sound_set_69', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1220, '2800', 628, 'diner_tray_4', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1221, '2801', 124, 'svnr_de', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1222, '2802', 628, 'diner_tray_2', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1223, '2803', 628, 'diner_rug', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1224, '2804', 575, 'aquamarine diner_sofa_2', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1225, '2805', 576, 'pink diner_sofa_2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1226, '2806', 586, 'black diner_sofa_2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1227, '2807', 195, 'white diner_sofa_2', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1228, '2808', 587, 'beige diner_sofa_2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1229, '2809', 594, 'blue diner_sofa_2', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1230, '2810', 625, 'green diner_sofa_2', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1231, '2811', 626, 'yellow diner_sofa_2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1232, '2812', 571, 'red diner_sofa_2', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1233, '2813', 124, 'svnr_it', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1234, '2814', 628, 'diner_shaker', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1235, '2815', 628, 'diner_tray_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1236, '2816', 575, 'aquamarine diner_cashreg', 4, 0, 0, 1, 0, 0, 28, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1237, '2817', 576, 'pink diner_cashreg', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1238, '2818', 586, 'black diner_cashreg', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1239, '2819', 195, 'yellow diner_cashreg', 4, 0, 0, 1, 0, 0, 31, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1240, '2820', 587, 'beige diner_cashreg', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1241, '2821', 594, 'blue diner_cashreg', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1242, '2822', 625, 'green diner_cashreg', 4, 0, 0, 1, 0, 0, 34, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1243, '2823', 626, 'white diner_cashreg', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1244, '2824', 571, 'red diner_cashreg', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1245, '2825', 124, 'svnr_nl', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1246, '2826', 628, 'diner_tray_6', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1247, '2827', 575, 'aquamarine diner_gumvendor', 4, 0, 0, 1, 0, 0, 46, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1248, '2828', 576, 'pink diner_gumvendor', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1249, '2829', 586, 'black diner_gumvendor', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1250, '2830', 195, 'white diner_gumvendor', 4, 0, 0, 1, 0, 0, 49, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1251, '2831', 587, 'beige diner_gumvendor', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1252, '2832', 594, 'blue diner_gumvendor', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1253, '2833', 625, 'green diner_gumvendor', 4, 0, 0, 1, 0, 0, 25, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1254, '2834', 626, 'yellow diner_gumvendor', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1255, '2835', 571, 'red diner_gumvendor', 10, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1256, '2836', 124, 'svnr_aus', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1257, '2837', 628, 'diner_tray_0', 4, 0, 0, 1, 0, 0, 94, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1258, '2838', 124, 'svnr_uk', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1259, '2839', 628, 'diner_tray_1', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1260, '2840', 628, 'diner_tray_7', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1261, '2841', 628, 'diner_tray_3', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1262, '2842', 575, 'aquamarine diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1263, '2843', 576, 'pink diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1264, '2844', 586, 'black diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1265, '2845', 195, 'white diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1266, '2846', 587, 'beige diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1267, '2847', 594, 'blue diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1268, '2848', 625, 'green diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1269, '2849', 626, 'yellow dinger_bardesk_gate', 5, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1270, '2850', 571, 'red diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1271, '2851', 575, 'aquamarine diner_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1272, '2852', 576, 'pink diner_bardesk', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1273, '2853', 586, 'black diner_bardesk', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1274, '2854', 195, 'white diner_bardesk', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1275, '2855', 587, 'beige diner_bardesk', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1276, '2856', 594, 'blue diner_bardesk', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1277, '2857', 625, 'green diner_bardesk', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1278, '2858', 626, 'yellow diner_bardesk', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1279, '2859', 571, 'red diner_bardesk', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1280, '2860', 309, 'ads_dave_cns', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1281, '2861', 575, 'aquamarine diner_chair', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1282, '2862', 576, 'pink diner_chair', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1283, '2863', 586, 'black diner_chair', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1284, '2864', 195, 'white diner_chair', 2, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1285, '2865', 587, 'beige diner_chair', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1286, '2866', 594, 'blue diner_chair', 2, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1287, '2867', 625, 'green diner_chair', 2, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1288, '2868', 626, 'yellow diner_chair', 2, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1289, '2869', 571, 'red diner_chair', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1290, '2870', 575, 'aquamarine diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1291, '2871', 576, 'pink diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1292, '2872', 586, 'black diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1293, '2873', 195, 'white diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1294, '2874', 587, 'beige diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1295, '2875', 594, 'blue diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1296, '2876', 625, 'green diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1297, '2877', 626, 'yellow diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1298, '2878', 571, 'red diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1299, '2879', 575, 'aquamarine diner_table_2', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1300, '2880', 576, 'pink diner_table_2', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1301, '2881', 586, 'black diner_table_2', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1302, '2882', 195, 'white diner_table_2', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1303, '2883', 587, 'beige diner_table_2', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1304, '2884', 594, 'blue diner_table_2', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1305, '2885', 625, 'green diner_table_2', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1306, '2886', 626, 'yellow diner_table_2', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1307, '2887', 571, 'red diner_table_2', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1308, '2888', 575, 'aquamarine diner_sofa_1', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1309, '2889', 576, 'pink diner_sofa_1', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1310, '2890', 586, 'black diner_sofa_1', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1311, '2891', 195, 'white diner_sofa_1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1312, '2892', 587, 'beige diner_sofa_1', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1313, '2893', 594, 'blue diner_sofa_1', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1314, '2894', 625, 'green diner_sofa_1', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1315, '2895', 626, 'yellow diner_sofa_1', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1316, '2896', 571, 'red diner_soda_1', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1317, '2897', 575, 'aquamarine diner_table_1', 5, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1318, '2898', 576, 'pink diner_table_1', 5, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1319, '2899', 586, 'black diner_table_1', 5, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1320, '2900', 195, 'white diner_table_1', 5, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1321, '2901', 587, 'beige diner_table_1', 5, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1322, '2902', 594, 'blue diner_table_1', 5, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1323, '2903', 625, 'green diner_table_1', 5, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1324, '2904', 626, 'yellow diner_table_1', 5, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1325, '2905', 571, 'red diner_table_1', 5, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1326, '2906', 629, 'DEV greek_seat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1327, '2907', 541, 'easy_bowl2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1328, '2908', 629, 'greek_gate', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1329, '2909', 629, 'greek_pillars', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1330, '2910', 629, 'greek_corner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1331, '2911', 541, 'easy_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1332, '2912', 736, 'greektrophy_g', 0, 75, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1333, '2913', 736, 'greektrophy_s', 0, 75, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1334, '2914', 736, 'greektrophy_b', 0, 75, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1335, '2915', 629, 'DEV greek_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1336, '2916', 540, 'netari_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1337, '2917', 229, 'hcc_shelf', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1338, '2918', 272, 'det_divider', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1339, '2919', 229, 'hcc_chair', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1340, '2920', 229, 'hcc_stool', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1341, '2921', 229, 'hcc_sofa', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1342, '2922', 272, 'det_body', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1343, '2923', 229, 'hcc_table', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1344, '2924', 229, 'hcc_minibar', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1345, '2925', 229, 'hcc_sofachair', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1346, '2926', 229, 'hcc_crnr', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1347, '2927', 229, 'hcc_dvdr', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1348, '2928', 559, 'sob_carpet', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1349, '2929', 121, 'igor_seat', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1350, '2930', 536, 'ads_711_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1351, '2931', 536, 'ads_711_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1352, '2932', 536, 'ads_711_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1353, '2933', 536, 'ads_711*4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1354, '2934', 121, 'ads_igorswitch', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1355, '2935', 121, 'ads_igorraygun', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1356, '2936', 121, 'ads_igorbrain', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1357, '2937', 389, 'hween08_bed2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1358, '2938', 389, 'hween08_defibs', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1359, '2939', 389, 'hween08_defibs2', 4, 0, 0, 1, 0, 0, 10, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1360, '2940', 389, 'hween08_sink2', 10, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1361, '2941', 389, 'hween08_trll', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1362, '2942', 389, 'hween08_curtain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1363, '2943', 389, 'hween08_bbag', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1364, '2944', 389, 'hween08_sink', 10, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1365, '2945', 389, 'hween08_bed', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1366, '2946', 389, 'hween08_manhole', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1367, '2947', 389, 'hween08_bath2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1368, '2948', 389, 'hween08_bath', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1369, '2949', 389, 'hween08_curtain2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1370, '2950', 33, 'party_block2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1371, '2951', 33, 'party_tube_bubble', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1372, '2952', 33, 'party_seat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1373, '2953', 33, 'party_mic', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1374, '2954', 621, 'party_djtable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1375, '2955', 33, 'party_tray', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1376, '2956', 33, 'party_table', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1377, '2957', 33, 'DEV party_barcorn', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1378, '2958', 33, 'party_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1379, '2959', 33, 'party_block', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1380, '2960', 33, 'party_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1381, '2961', 33, 'party_beamer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1382, '2962', 33, 'DEV party_bardesk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1383, '2963', 33, 'party_discol', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1384, '2964', 33, 'party_ball', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1385, '2965', 33, 'party_ravel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1386, '2966', 33, 'party_tube_lava', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1387, '2967', 475, 'xmas08_icetree', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1388, '2968', 475, 'xmas08_lantern', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1389, '2969', 724, 'penguin_robot', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1390, '2970', 475, 'xmas08_dvdr2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1391, '2971', 724, 'penguin_elf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1392, '2972', 504, 'xmas08_trph1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1393, '2973', 724, 'penguin_skater', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1394, '2974', 475, 'campfire', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1395, '2975', 724, 'penguin_bunny', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1396, '2976', 724, 'penguin_ninja', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1397, '2977', 677, 'penguin_basic', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1398, '2978', 475, 'xmas08_telep', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1399, '2979', 724, 'penguin_boxer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1400, '2980', 475, 'xmas08_hole', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1401, '2981', 724, 'penguin_ski', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1402, '2982', 475, 'xmas_snow', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1403, '2983', 724, 'penguin_infected', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1404, '2984', 724, 'penguin_swim', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1405, '2985', 475, 'xmas08_geysir', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1406, '2986', 475, 'xmas08_hottub', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1407, '2987', 724, 'penguin_cowboy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1408, '2988', 724, 'penguin_icehockey', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1409, '2989', 724, 'penguin_clown', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1410, '2990', 724, 'penguin_wrestler', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1411, '2991', 124, 'svnr_fi', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1412, '2992', 475, 'xmas08_dvdr1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1413, '2993', 676, 'penguin_glow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1414, '2994', 724, 'penguin_sumo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1415, '2995', 724, 'penguin_musketeer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1416, '2996', 724, 'penguin_ballet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1417, '2997', 724, 'penguin_magician', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1418, '2998', 724, 'penguin_super', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1419, '2999', 724, 'penguin_pirate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1420, '3000', 46, 'sound_set_71', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1421, '3001', 475, 'xmas08_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1422, '3002', 475, 'xmas08_icerug', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1423, '3003', 724, 'penguin_hunchback', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1424, '3004', 724, 'penguin_punk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1425, '3005', 475, 'xmas08_snowpl', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1426, '3006', 475, 'xmas08_cubetree', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1427, '3007', 724, 'penguin_pilot', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1428, '3008', 724, 'penguin_suit', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1429, '3009', 475, 'xmas08_table', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1430, '3010', 724, 'penguin_rock', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1431, '3011', 23, 'DEV fx_explosion', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1432, '3012', 23, 'fx_bubble', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1433, '3013', 23, 'DEV fx_flare', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1434, '3014', 516, 'ads_cltele', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1435, '3015', 500, 'xmas08_trph2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1436, '3016', 497, 'lostc_merdragon', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1437, '3017', 516, 'ads_cldesk', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1438, '3018', 529, 'ads_ob_pillow', 4, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1439, '3019', 516, 'ads_clfloor', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1440, '3020', 119, 'ads_mall_tele', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1441, '3021', 516, 'ads_cllava2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1442, '3022', 37, 'bolly_lotus_pool', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1443, '3023', 197, 'kinkysofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1444, '3024', 302, 'china_moongt', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1445, '3025', 302, 'china_ox', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1446, '3026', 37, 'bolly_petals', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1447, '3027', 37, 'bolly_tile2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1448, '3028', 37, 'bolly_tile1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1449, '3029', 37, 'bolly_fountain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1450, '3030', 37, 'bolly_pillow', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1451, '3031', 37, 'DEV bolly_corner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1452, '3032', 37, 'bolly_drapec', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1453, '3033', 37, 'bolly_phant', 10, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1454, '3034', 37, 'DEV bolly_desk', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1455, '3035', 37, 'bolly_table', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1456, '3036', 37, 'bolly_monkey_lamp', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1457, '3037', 37, 'bolly_swing', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1458, '3038', 37, 'bolly_drapea', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1459, '3039', 37, 'bolly_palm', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1460, '3040', 37, 'bolly_drapeb', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1461, '3041', 37, 'bolly_lamp', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1462, '3042', 37, 'bolly_tree', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1463, '3043', 37, 'bolly_vase', 10, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1464, '3044', 39, 'planet_of_love', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1465, '3045', 58, 'ads_idol_floor1', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1466, '3046', 121, 'ads_igor_flask', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1467, '3047', 58, 'ads_idol_floor2', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1468, '3048', 58, 'ads_idol_drape', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1469, '3049', 121, 'ads_igor_dsk', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1470, '3050', 58, 'ads_idol_desk', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1471, '3051', 58, 'ads_idol_ch', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1472, '3052', 497, 'lostc_octopus', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1473, '3053', 58, 'ads_idol_tele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1474, '3054', 58, 'ads_idol_mic', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1475, '3055', 58, 'ads_idol_trax', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1476, '3056', 58, 'ads_idol_pchair', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1477, '3057', 58, 'ads_idol_audChr', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1478, '3058', 58, 'ads_idol_piano', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1479, '3059', 58, 'ads_idol_jukebox_1', 0, 5000, 5, 1, 0, 0, 66, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1480, '3060', 303, 'lc_glass_floor', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1481, '3061', 303, 'lc_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1482, '3062', 303, 'lc_crab1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1483, '3063', 303, 'lc_stool', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1484, '3064', 303, 'lc_medusa1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1485, '3065', 303, 'lc_tubes_straight', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1486, '3066', 536, 'ads_711shelf', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1487, '3067', 303, 'lc_table', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1488, '3068', 303, 'lc_crab2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1489, '3069', 303, 'lc_tile2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1490, '3070', 303, 'lc_desk', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1491, '3071', 497, 'lostc_teleport', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1492, '3072', 303, 'lc_tubes_corners', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1493, '3073', 303, 'lc_medusa2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1494, '3074', 303, 'lc_anemone', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1495, '3075', 303, 'lc_corner', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1496, '3076', 303, 'lc_tile1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1497, '3077', 303, 'lc_coral_divider_low', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1498, '3078', 303, 'c_coral_divider_hi', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1499, '3079', 58, 'ads_idol_clRack', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1500, '3080', 58, 'ads_idol_hotspot', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1501, '3081', 58, 'ads_idol_voting_ch', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1502, '3082', 499, 'eco_light2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1503, '3083', 499, 'eco_cactus1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1504, '3084', 499, 'eco_chair1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1505, '3085', 499, 'eco_cactus3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1506, '3086', 499, 'eco_table3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1507, '3087', 48, 'bump_tottero', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1508, '3088', 499, 'eco_sofa3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1509, '3089', 499, 'eco_table2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1510, '3090', 48, 'bump_signs', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1511, '3091', 499, 'eco_lamp3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1512, '3092', 499, 'eco_lamp2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1513, '3093', 499, 'eco_tree1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1514, '3094', 499, 'eco_chair3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1515, '3095', 261, 'ecotron_box', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1516, '3096', 499, 'eco_sofa1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1517, '3097', 499, 'eco_lamp1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1518, '3098', 499, 'eco_light1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1519, '3099', 499, 'eco_table1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1520, '3100', 499, 'eco_sofa2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1521, '3101', 48, 'bump_tires', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1522, '3102', 499, 'eco_fruits2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1523, '3103', 48, 'bump_lights', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1524, '3104', 499, 'eco_fruits3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1525, '3105', 499, 'eco_cactus2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1526, '3106', 499, 'eco_chair2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1527, '3107', 499, 'eco_fruits1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1528, '3108', 499, 'eco_light3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1529, '3109', 499, 'eco_tree2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1530, '3110', 48, 'bump_road', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1531, '3111', 550, 'ads_frankb', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1532, '3112', 534, 'ads_grefusa_cactus', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1533, '3113', 497, 'totem_leg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1534, '3114', 304, 'exe_artlamp', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1535, '3115', 282, 'env_bushes', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1536, '3116', 58, 'ads_idol_newsDsk', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1537, '3117', 282, 'env_tree1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1538, '3118', 282, 'env_tree4', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1539, '3119', 304, 'exe_gate', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1540, '3120', 58, 'ads_idol_cork', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1541, '3121', 304, 'exe_cubelight', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1542, '3122', 304, 'exe_artlamp', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1543, '3123', 282, 'env_tree2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1544, '3124', 58, 'ads_idol_ichair', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1545, '3125', 282, 'env_tree3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1546, '3126', 58, 'ads_idol_tube', 4, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1547, '3127', 516, 'ads_cl_jukeb', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1548, '3128', 282, 'env_bushes_gate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1549, '3129', 282, 'env_grass', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1550, '3130', 249, 'tray_glasstower', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1551, '3131', 531, 'ads_malaco_gu', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1552, '3132', 353, 'ads_reebok_block2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1553, '3133', 249, 'tray_cake', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1554, '3134', 249, 'tray_champagne', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1555, '3135', 531, 'ads_malaco_rug', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1556, '3136', 58, 'ads_idol_tblCloth', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1557, '3137', 516, 'ads_cl_sofa', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1558, '3138', 58, 'ads_idol_lamp', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1559, '3139', 516, 'ads_clcake', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1560, '3140', 58, 'ads_idol_carpet', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1561, '3141', 282, 'country_fnc2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1562, '3142', 499, 'eco_mush1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1563, '3143', 282, 'country_rbw', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1564, '3144', 46, 'sound_set_72', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1565, '3145', 282, 'country_soil', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1566, '3146', 282, 'country_log', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1567, '3147', 282, 'country_trctr', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1568, '3148', 282, 'country_stage', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1569, '3149', 282, 'country_well', 10, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1570, '3150', 282, 'country_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1571, '3151', 313, 'ads_goldtabl', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1572, '3152', 282, 'country_fnc3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1573, '3153', 282, 'country_rain', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1574, '3154', 282, 'country_fnc1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1575, '3155', 499, 'eco_mush2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1576, '3156', 73, 'ads_calip_cola_1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1577, '3157', 73, 'ads_calip_cola_2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1578, '3158', 73, 'ads_calip_cola_3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1579, '3159', 73, 'ads_calip_cola_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1580, '3160', 282, 'country_scarecrow', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1581, '3161', 282, 'env_telep', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1582, '3162', 282, 'country_grass', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1583, '3163', 282, 'country wheat', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1584, '3164', 282, 'country corner', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1585, '3165', 282, 'country_ditch', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1586, '3166', 282, 'country_patio', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1587, '3167', 497, 'totem_head', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1588, '3168', 73, 'ads_calip_chair', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1589, '3169', 58, 'ads_idol_trophy', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1590, '3170', 32, 'LT_pillar2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1591, '3171', 32, 'LT_throne', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1592, '3172', 32, 'lt_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1593, '3173', 683, 'laptopdesk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1594, '3174', 32, 'lt_bughill', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1595, '3175', 32, 'lt_stage2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1596, '3176', 32, 'lt lava', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1597, '3177', 32, 'lt_stone2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1598, '3178', 32, 'lt_spider', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1599, '3179', 683, 'audChr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1600, '3180', 32, 'lt lava corner', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1601, '3181', 39, 'saturn', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1602, '3182', 73, 'ads_calip_pool', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1603, '3183', 32, 'lt_stage1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1604, '3184', 22, 'clrack', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1605, '3185', 32, 'lt_statue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1606, '3186', 22, 'noticeboard', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1607, '3187', 32, 'LT_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1608, '3188', 32, 'lt_patch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1609, '3189', 32, 'LT_skull', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1610, '3190', 73, 'ads_calip_tele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1611, '3195', 73, 'ads_calip_parasol', 0, 3600, 5, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1612, '3196', 32, 'lt_stone1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1613, '3197', 73, 'ads_calip_lava', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1614, '3198', 73, 'ads_calip_fan', 0, 3600, 5, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1615, '3199', 22, 'transparent_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1616, '3200', 497, 'totem_planet', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1617, '3201', 683, 'voting_ch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1618, '3202', 119, 'ads_mall_coffeem', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1619, '3203', 36, 'sf_roof', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1620, '3204', 36, 'SF_crate_2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1621, '3205', 36, 'SF_crate_1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1622, '3206', 36, 'sf_stick', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1623, '3207', 36, 'SF_chair_blue', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1624, '3208', 36, 'SF_panel3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1625, '3209', 36, 'sf_roller', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1626, '3210', 670, 'SF_alien', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1627, '3211', 36, 'SF_floor_2', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1628, '3212', 36, 'SF_reactor', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1629, '3213', 36, 'sf_floor', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1630, '3214', 36, 'sf_tele', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1631, '3215', 36, 'SF_chair_green', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1632, '3216', 119, 'ads_mall_kiosk', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1633, '3217', 36, 'SF_panel1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1634, '3218', 36, 'SF_panel2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1635, '3219', 670, 'sf_pod', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1636, '3220', 36, 'SF_table', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1637, '3221', 36, 'sf_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1638, '3222', 36, 'SF_floor_1', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1639, '3223', 36, 'SF_chair_red', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1640, '3224', 36, 'SF_lamp', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1641, '3225', 590, 'prizetrophy_cool', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1642, '3226', 324, 'ads_elisa_gnome', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1643, '3227', 406, 'summer_raft2', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1644, '3228', 406, 'summer_raft1', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1645, '3229', 590, 'prizetrophy_hot', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1646, '3230', 346, 'Soda Crush!', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1647, '3231', 406, 'summer_icebox', 10, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1648, '3232', 6, 'a0 marsrug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1649, '3233', 34, 'rela_stone', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1650, '3234', 34, 'rela_candles1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1651, '3235', 34, 'rela_candle3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1652, '3236', 34, 'rela_candles3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1653, '3237', 39, 'pix_asteroid', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1654, '3238', 34, 'rela_candle1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1655, '3239', 34, 'rela_orchid', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1656, '3240', 34, 'rela_stick', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1657, '3241', 536, 'ads_711_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1658, '3242', 536, 'ads_711_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1659, '3243', 536, 'ads_711_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1660, '3244', 34, 'rela_candle2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1661, '3245', 34, 'rela_candles2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1662, '3246', 34, 'rela_plant', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1663, '3247', 34, 'rela_hchair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1664, '3248', 34, 'rela_rock', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1665, '3249', 59, 'ktchn_fridge', 10, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1666, '3250', 59, 'ktchn_inspctr', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1667, '3251', 346, 'ads_1800tele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1668, '3252', 59, 'ktchn_pots', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1669, '3253', 59, 'ktchn_countr_2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1670, '3254', 59, 'ktchn_gate', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1671, '3255', 59, 'ktchn_bBlock', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1672, '3256', 59, 'ktchn_stove', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1673, '3257', 59, 'ktchn_cornr', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1674, '3258', 59, 'ktchn_light', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1675, '3259', 59, 'ktchn_dvdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1676, '3260', 59, 'ktchn_desk', 5, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1677, '3261', 59, 'ktchn_countr_1', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1678, '3262', 59, 'ktchn_sink', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1679, '3263', 59, 'ktchn_plates', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1680, '3264', 59, 'ktchn_trash', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1681, '3265', 272, 'urban_lamp', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1682, '3266', 272, 'urban_bin', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1683, '3267', 272, 'urban_fence', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1684, '3268', 272, 'urban_carsofa', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1685, '3269', 272, 'urban_bench', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1686, '3270', 272, 'urban_blocker', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1687, '3271', 272, 'urban_bsktbll', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1688, '3272', 272, 'urban_wpost', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1689, '3273', 670, 'sf_mbar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1690, '3274', 272, 'urban_sidewalk', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1691, '3275', 272, 'urban_fence_corner', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1692, '3276', 58, 'ads_idol_l_carpet', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1693, '3277', 533, 'ads_gsArcade_1', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1694, '3278', 533, 'ads_gsArcade_2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1695, '3279', 530, 'ads_mtvtrophy_gold', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1696, '3280', 524, 'ads_spang_sleep', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1697, '3281', 530, 'ads_mtvtrophy_silver', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1698, '3282', 590, 'hween09_organ', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1699, '3283', 58, 'ads_idol_chmpgn', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1700, '3284', 272, 'urban_bench_plain', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1701, '3285', 390, 'hween09_hatch', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1702, '3286', 390, 'hween09_table', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1703, '3287', 390, 'hween09_jar', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1704, '3288', 390, 'hween09_floor', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1705, '3289', 429, 'byesw_hotel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1706, '3290', 390, 'hween09_ghost', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1707, '3291', 429, 'byesw_hand', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1708, '3292', 390, 'hween09_tv', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1709, '3293', 390, 'hween09_mirror', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1710, '3294', 390, 'hween09_chandelier', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1711, '3295', 390, 'hween09_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1712, '3296', 44, 'ads_twi_toolbx', 4, 0, 0, 1, 0, 0, 141, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1713, '3297', 44, 'ads_twi_table', 4, 0, 0, 1, 0, 0, 140, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1714, '3298', 44, 'ads_twi_tower', 4, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1715, '3299', 44, 'ads_twi_piano', 4, 0, 0, 1, 0, 0, 138, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1716, '3300', 44, 'ads_twi_chair', 4, 0, 0, 1, 0, 0, 130, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1717, '3301', 44, 'ads_twi_fountn', 4, 0, 0, 1, 0, 0, 135, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1718, '3302', 44, 'ads_twi_dvdr2', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1719, '3303', 44, 'ads_twi_dvdr1', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1720, '3304', 44, 'ads_twi_roses', 4, 0, 0, 1, 0, 0, 139, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1721, '3305', 304, 'exe_elevator', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1722, '3306', 119, 'ads_mall_elevator', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1723, '3307', 59, 'ktchn_hlthNut', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1724, '3308', 44, 'ads_twi_mist', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1725, '3309', 115, 'nest_plow_bro', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1726, '3310', 115, 'nest_snug_grn', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (1727, '3311', 44, 'ads_twi_trophy', 4, 0, 0, 1, 0, 0, 143, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1728, '3312', 28, 'arabian_tile', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1729, '3313', 729, 'xm09_lrgBauble', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1730, '3314', 476, 'xm09_candyCane', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1731, '3315', 115, 'nest_snug_blu', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1732, '3316', 115, 'nest_plow_blu', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1733, '3317', 115, 'nest_snug_red', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1734, '3318', 115, 'nest_plow_reg', 2, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1735, '3319', 115, 'nest_snug_yel', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1736, '3320', 115, 'nest_plow_red', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1737, '3321', 52, 'petfood7', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1738, '3322', 52, 'petfood9', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1739, '3323', 52, 'petfood6', 1, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1740, '3324', 52, 'petfood5', 1, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1741, '3325', 52, 'petfood8', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1742, '3326', 52, 'petfood10', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1743, '3327', 471, 'party_lantern', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1744, '3328', 476, 'xm09_man_b', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1745, '3329', 476, 'xm09_man_c', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1746, '3330', 476, 'xm09_man_a', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1747, '3331', 115, 'nest_dirt', 2, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1748, '3332', 115, 'nest_snug_prp', 2, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1749, '3333', 115, 'nest_basket', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1750, '3334', 115, 'nest_nest', 2, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1751, '3335', 476, 'xm09_table', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1752, '3336', 115, 'nest_nails', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1753, '3337', 476, 'xm09_cocoa', 10, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1754, '3338', 115, 'nest_snug_bla', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1755, '3339', 115, 'nest_ice', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1756, '3340', 476, 'xm09_bench', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1757, '3341', 115, 'nest_plow_skl', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1758, '3342', 516, 'ads_cl_moodi', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1759, '3343', 737, 'prizetrophy_nrj', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1760, '3344', 302, 'china_tiger', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1761, '3345', 51, 'org_chrblk', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1762, '3346', 302, 'china_tigrSeat', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1763, '3347', 51, 'org_tblblk', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1764, '3348', 51, 'org_lamppnk', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1765, '3349', 51, 'org_chairblk', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1766, '3350', 51, 'org_chrpnk', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1767, '3351', 683, 'xm09_trophy', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1768, '3352', 51, 'org_tblpnk', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1769, '3353', 51, 'org_lampblk', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1770, '3354', 51, 'org_chairpnk', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1771, '3355', 302, 'china_plmTree', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1772, '3356', 51, 'org_table', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1773, '3357', 50, 'val09_floor2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1774, '3358', 194, 'petfood11', 0, 5, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1775, '3359', 194, 'petfood13', 0, 5, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1776, '3360', 50, 'bling_chair_b', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1777, '3361', 50, 'bling_chair_c', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1778, '3362', 50, 'bling_toilet', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1779, '3363', 50, 'val09_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1780, '3364', 50, 'bling_bed', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1781, '3365', 548, 'ads_droetker_paula', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1782, '3366', 50, 'bling_fridge', 10, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1783, '3367', 305, 'ads_chups', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1784, '3368', 50, 'bling_chair_a', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1785, '3369', 50, 'bling_pool', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1786, '3370', 194, 'petfood12', 0, 5, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1787, '3371', 50, 'bling_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1788, '3372', 261, 'present_wrap_1', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1789, '3373', 261, 'present_wrap_10', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1790, '3374', 261, 'present_wrap_2', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1791, '3375', 261, 'present_wrap_3', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1792, '3376', 261, 'present_wrap_4', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1793, '3377', 261, 'present_wrap_5', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1794, '3378', 261, 'present_wrap_6', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1795, '3379', 261, 'present_wrap_7', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1796, '3380', 261, 'present_wrap_8', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1797, '3381', 261, 'present_wrap_9', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1798, '3382', 452, 'val_basket', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1799, '3383', 452, 'teddy_pink', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1800, '3384', 452, 'teddy_pendergrass', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1801, '3385', 452, 'teddy_bear', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1802, '3386', 452, 'val_hSeat_1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1803, '3387', 452, 'val_hSeat_2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1804, '3388', 452, 'val_hSeat_3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1805, '3389', 452, 'val_hSeat_4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1806, '3390', 452, 'val_hSeat_5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1807, '3391', 452, 'val_hSeat_6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1808, '3392', 452, 'val_hSeat_7', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1809, '3393', 452, 'teddy_basic', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1810, '3394', 50, 'bling_fridge_restricted', 10, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1811, '3395', 542, 'ads_percyrock', 4, 0, 0, 1, 0, 0, 117, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1812, '3396', 50, 'bling_shwr', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1813, '3397', 452, 'val_table1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1814, '3398', 590, 'rare_trex', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1815, '3399', 30, 'rare_ironmaiden', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1816, '3400', 590, 'crystal_patch', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1817, '3401', 590, 'beanstalk', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1818, '3402', 590, 'rare_mmmth', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1819, '3403', 590, 'rare_vdoll', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1820, '3404', 401, 'garden_mursu', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1821, '3405', 401, 'garden_jyrki', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1822, '3406', 401, 'garden_seed', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1823, '3407', 401, 'garden_lupin3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1824, '3408', 401, 'garden_mursu3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1825, '3409', 401, 'garden_flo2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1826, '3410', 683, 'prizetrophy_thumb', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1827, '3411', 401, 'garden_lupin5', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1828, '3412', 401, 'garden_mursu2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1829, '3413', 401, 'garden_orchtree', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1830, '3414', 401, 'garden_mursu4', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1831, '3415', 401, 'garden_flolamp', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1832, '3416', 401, 'garden_lupin2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1833, '3417', 401, 'garden_staringbush', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1834, '3418', 401, 'garden_flo1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1835, '3419', 401, 'garden_lupin4', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1836, '3420', 401, 'garden_flytrap', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1837, '3421', 401, 'garden_lupin1', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1838, '3422', 401, 'garden_jungle', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1839, '3423', 534, 'ads_grefusa_yum', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1840, '3424', 401, 'garden_volcano', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1841, '3425', 401, 'garden_leaves', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1842, '3426', 401, 'garden_flo3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1843, '3427', 53, 'runway_bigchr_2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1844, '3428', 352, 'hc2_vase', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1845, '3429', 53, 'runway_chair_2', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1846, '3430', 352, 'hc2_cart', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1847, '3431', 352, 'hc3_divider', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1848, '3432', 53, 'runway_head', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1849, '3433', 53, 'runway_block_1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1850, '3434', 352, 'hc2_sofatbl', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1851, '3435', 53, 'runway_bigchr_4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1852, '3436', 352, 'hc2_armchair', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1853, '3437', 53, 'runway_manqn_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1854, '3438', 352, 'hc3_shelf', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1855, '3439', 352, 'hc2_barchair', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1856, '3440', 352, 'hc2_carpet', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1857, '3441', 352, 'hc3_sofa', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1858, '3442', 53, 'runway_stool', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1859, '3443', 53, 'runway_block_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1860, '3444', 53, 'runway_table_2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1861, '3445', 352, 'hc3_bard', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1862, '3446', 352, 'hc2_biglamp', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1863, '3447', 352, 'hc3_hugelamp', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1864, '3448', 352, 'hc3_stool', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1865, '3449', 352, 'hc2_divider', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1866, '3450', 352, 'hc2_coffee', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1867, '3451', 53, 'runway_chair_1', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1868, '3452', 352, 'hc2_sofa', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1869, '3453', 553, 'ads_cheetos', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1870, '3454', 53, 'runway_bigchr_3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1871, '3455', 492, 'merger_chest', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1872, '3456', 53, 'runway_dvdr', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1873, '3457', 53, 'runway_display', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1874, '3458', 352, 'hc2_frplc', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1875, '3459', 352, 'hc2_dvn', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1876, '3460', 53, 'runway_table_1', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1877, '3461', 352, 'hc3_dc', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1878, '3462', 53, 'runway_bigchr_1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1879, '3463', 53, 'runway_bigchr_5', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1880, '3464', 53, 'runway_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1881, '3465', 352, 'hc3_light', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1882, '3466', 352, 'hc3_table', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1883, '3467', 53, 'runway_manqn_2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1884, '3468', 492, 'cmp_fish_s', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1885, '3469', 492, 'cmp_fish_bk', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1886, '3470', 352, 'hc3_stereo', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1887, '3471', 492, 'cmp_nobox_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1888, '3472', 492, 'cmp_fish_b', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1889, '3473', 492, 'cmp_nobox_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1890, '3474', 492, 'cmp_fish_gr', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1891, '3475', 492, 'cmp_fish_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1892, '3476', 492, 'cmp_nobox', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1893, '3477', 492, 'cmp_fish_r', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1894, '3478', 492, 'cmp_sub', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1895, '3479', 352, 'hc3_vase', 10, 1, 5, 1, 0, 0, 12, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (1896, '3480', 33, 'party_crate2_1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1897, '3481', 33, 'party_crate1_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1898, '3482', 249, 'wed_plant', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1899, '3483', 249, 'wed_arch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1900, '3484', 33, 'party_djset', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1901, '3485', 33, 'party_crate1_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1902, '3486', 546, 'ads_chocapic', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1903, '3487', 33, 'party_crate1_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1904, '3488', 249, 'wed_icesculp', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1905, '3489', 33, 'party_crate1_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1906, '3490', 33, 'party_crate2_2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1907, '3491', 33, 'party_crate2_3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1908, '3492', 33, 'party_crate2_4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1909, '3493', 249, 'wed_carsofa', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1910, '3494', 523, 'fball_bench', 1, 150, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1911, '3495', 523, 'fball_fnc3', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1912, '3496', 523, 'fball_score_b', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1913, '3497', 523, 'fball_ball3', 15, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1914, '3498', 523, 'fball_ptch5', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1915, '3499', 523, 'fball_light', 6, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1916, '3500', 523, 'fball_audbench', 6, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1917, '3501', 523, 'fball_fnc1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1918, '3502', 523, 'fball_ptch8', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1919, '3503', 523, 'fball_crnr', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1920, '3504', 523, 'fball_ptch4', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1921, '3505', 465, 'fball_trophy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1922, '3506', 523, 'fball_score_y', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1923, '3507', 523, 'fball_cote', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1924, '3508', 523, 'fball_ball', 5, 200, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1925, '3509', 523, 'fball_ptch7', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1926, '3510', 523, 'fball_ball2', 15, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1927, '3511', 523, 'fball_ptch2', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1928, '3512', 523, 'fball_score_g', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1929, '3513', 523, 'fball_ptch3', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1930, '3514', 523, 'fball_goal_r', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1931, '3515', 523, 'fball_goal_b', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1932, '3516', 523, 'fball_gate', 15, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1933, '3517', 523, 'fball_ptch6', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1934, '3518', 465, 'fball_ball5', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1935, '3519', 523, 'fball_goal_g', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1936, '3520', 523, 'fball_ptch0', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1937, '3521', 523, 'fball_ball4', 15, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1938, '3522', 523, 'fball_score_r', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1939, '3523', 523, 'fball_goal_y', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1940, '3524', 523, 'fball_ptch1', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1941, '3525', 523, 'fball_counter', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1942, '3526', 54, 'prison_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1943, '3527', 403, 'bw_boat', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1944, '3528', 54, 'prison_crnr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1945, '3529', 403, 'bw_lgchair', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1946, '3530', 403, 'bw_water_1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1947, '3531', 54, 'prison_tower', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1948, '3532', 54, 'prison_dvdr2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1949, '3533', 403, 'bw_sofa', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1950, '3534', 54, 'prison_dvdr1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1951, '3535', 537, 'ads_capri_chair', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1952, '3536', 537, 'ads_capri_lava', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1953, '3537', 54, 'prison_stone', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1954, '3538', 403, 'bw_fin', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1955, '3539', 403, 'bw_ccnuts', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1956, '3540', 403, 'bw_shower', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1957, '3541', 403, 'bw_water_2', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1958, '3542', 403, 'bw_croc', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1959, '3543', 403, 'bw_sboard', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1960, '3544', 403, 'bw_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1961, '3545', 403, 'bw_table', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1962, '3546', 537, 'ads_capri_tree', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1963, '3547', 403, 'bw_bball', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1964, '3548', 403, 'bw_mttrss', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1965, '3549', 403, 'bw_van', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1966, '3550', 403, 'bw_tele', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1967, '3551', 403, 'bw_fnc_crnr', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1968, '3552', 403, 'bw_fnc', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1969, '3553', 537, 'ads_capri_arcade', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1970, '3554', 351, 'ads_pepsi0', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1971, '3555', 403, 'bw_boat_p', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1972, '3556', 403, 'bw_pool_a3', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1973, '3557', 403, 'bw_fnc_g', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1974, '3558', 403, 'bw_mttrss_g', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1975, '3559', 403, 'bw_mttrss_p', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1976, '3560', 403, 'bw_pool_b1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1977, '3561', 403, 'bw_sofa_p', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1978, '3562', 403, 'bw_sboard_g', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1979, '3563', 403, 'bw_fnc_crnr_g', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1980, '3564', 403, 'bw_pool_a2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1981, '3565', 403, 'bw_pool_b2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1982, '3566', 403, 'bw_table_g', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1983, '3567', 403, 'bw_chair_p', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1984, '3568', 403, 'bw_boat_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1985, '3569', 403, 'bw_fnc_p', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1986, '3570', 403, 'bw_van_p', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1987, '3571', 403, 'bw_sboard_p', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1988, '3572', 403, 'bw_chair_g', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1989, '3573', 403, 'bw_pool_b3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1990, '3574', 403, 'bw_van_g', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1991, '3575', 403, 'bw_sofa_g', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1992, '3576', 403, 'bw_fnc_crnr_p', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1993, '3577', 403, 'bw_pool_a1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1994, '3578', 403, 'bw_table_p', 5, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1995, '3579', 68, 'african_fence', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1996, '3580', 59, 'ktchn10_pot', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1997, '3581', 59, 'ktchn10_stove', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1998, '3582', 66, 'easel_0', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (1999, '3583', 52, 'petfood15', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2000, '3584', 68, 'african_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2001, '3585', 553, 'ads_cheetos_hotdog', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2002, '3586', 444, 'hosptl_cab1', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2003, '3587', 115, 'nest_lion2', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2004, '3588', 444, 'hosptl_curtain', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2005, '3589', 59, 'ktchn10_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2006, '3590', 444, 'hosptl_bed', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2007, '3591', 444, 'hosptl_bbag', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2008, '3592', 59, 'ktchn10_tea', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2009, '3593', 553, 'ads_cheetos_bath', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2010, '3594', 66, 'easel_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2011, '3595', 408, 'tiki_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2012, '3596', 66, 'easel_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2013, '3597', 115, 'nest_rhino', 2, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2014, '3598', 346, 'ads_oc_soda_cherry', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2015, '3599', 52, 'petfood14', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2016, '3600', 66, 'easel_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2017, '3601', 115, 'nest_lion', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2018, '3602', 68, 'african_patch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2019, '3603', 66, 'easel_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2020, '3604', 444, 'hosptl_skele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2021, '3605', 68, 'african_tree2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2022, '3606', 444, 'hosptl_defibs', 4, 0, 0, 1, 0, 0, 99, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2023, '3607', 68, 'african_stage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2024, '3608', 444, 'hosptl_cab2', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2025, '3609', 68, 'african_bones', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2026, '3610', 444, 'hosptl_light', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2027, '3611', 444, 'hosptl_seat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2028, '3612', 59, 'ktchn10_sink', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2029, '3613', 562, 'ads_disney_tv', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2030, '3614', 45, 'bb_crnr', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2031, '3615', 45, 'bb_score_b', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2032, '3616', 45, 'bb_robo', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2033, '3617', 45, 'bb_dragon', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2034, '3618', 45, 'bb_ducklight', 3, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2035, '3619', 45, 'bb_caterhead', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2036, '3620', 45, 'bb_cargobox', 3, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2037, '3621', 45, 'bb_gate_g', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2038, '3622', 45, 'bb_crchair3', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2039, '3623', 45, 'bb_score_g', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2040, '3624', 45, 'bb_crchair', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2041, '3625', 45, 'bb_crchair2', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2042, '3626', 45, 'bb_score_y', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2043, '3627', 45, 'bb_knj1', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2044, '3628', 45, 'bb_gate_r', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2045, '3629', 45, 'bb_tddhnd', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2046, '3630', 45, 'bb_lightdiv', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2047, '3631', 45, 'bb_tddhead', 3, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2048, '3632', 45, 'bb_pyramid', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2049, '3633', 45, 'bb_patch1', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2050, '3634', 45, 'bb_fnc1', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2051, '3635', 45, 'bb_gate_y', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2052, '3636', 391, 'hween10_zombie', 10, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2053, '3637', 45, 'bb_apparatus', 8, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2054, '3638', 45, 'bb_caterbody', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2055, '3639', 45, 'bb_knj2', 2, 0, 0, 1, 0, 0, 26, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2056, '3640', 45, 'bb_fnc1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2057, '3641', 45, 'bb_puck', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2058, '3642', 45, 'bb_rnd_tele', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2059, '3643', 45, 'bb_gate_b', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2060, '3644', 45, 'bb_score_r', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2061, '3645', 45, 'bb_counter', 3, 250, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2062, '3646', 391, 'hween10_tarot', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2063, '3647', 391, 'hween10_voodoo1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2064, '3648', 391, 'hween10_tree', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2065, '3649', 391, 'hween10_swamp', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2066, '3650', 391, 'hween10_pond', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2067, '3651', 391, 'hween10_jar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2068, '3652', 391, 'hween10_fog', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2069, '3653', 391, 'hween10_voodoo2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2070, '3654', 391, 'hween10_skullpost', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2071, '3655', 391, 'hween10_voodoo3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2072, '3656', 391, 'hween10_logs', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2073, '3657', 391, 'hween10_ffly', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2074, '3658', 391, 'hween10_chicken', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2075, '3659', 391, 'hween10_tele', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2076, '3660', 391, 'hween10_throne', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2077, '3661', 391, 'hween10_portch', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2078, '3662', 391, 'hween10_bat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2079, '3663', 64, 'wf_act_move_rotate', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2080, '3664', 211, 'wf_wire2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2081, '3665', 65, 'wf_cnd_time_more_than', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2082, '3666', 211, 'wf_colortile', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2083, '3667', 211, 'wf_floor_switch2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2084, '3668', 63, 'wf_trg_state_changed', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2085, '3669', 64, 'wf_xtra_random', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2086, '3670', 64, 'wf_xtra_unseen', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2087, '3671', 63, 'wf_trg_periodically', 6, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2088, '3672', 211, 'wf_pyramid', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2089, '3673', 63, 'wf_trg_score_achieved', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2090, '3674', 64, 'Product_wf_promo10', 6, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2091, '3675', 63, 'wf_trg_says_something', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2092, '3676', 211, 'wf_colorwheel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2093, '3677', 211, 'wf_wire4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2094, '3678', 63, 'wf_trg_walks_off_furni', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2095, '3679', 63, 'wf_trg_game_starts', 6, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2096, '3680', 63, 'wf_trg_game_ends', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2097, '3681', 64, 'wf_act_show_message', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2098, '3682', 65, 'wf_cnd_time_less_than', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2099, '3683', 63, 'Product_wf_promo9', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2100, '3684', 346, 'ads_hh_safe', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2101, '3685', 64, 'Product_wf_promo5', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2102, '3686', 211, 'wf_firegate', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2103, '3687', 211, 'wf_ringplate', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2104, '3688', 211, 'wf_pressureplate', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2105, '3689', 211, 'wf_glowball', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2106, '3690', 361, 'bb_lightstrip', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2107, '3691', 64, 'wf_act_reset_timers', 6, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2108, '3692', 65, 'wf_cnd_furnis_hv_avtrs', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2109, '3693', 211, 'wf_arrowplate', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2110, '3694', 65, 'wf_cnd_trggrer_on_frn', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2111, '3695', 65, 'wf_cnd_match_snapshot', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2112, '3696', 211, 'wf_wire1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2113, '3697', 64, 'wf_act_give_score', 10, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2114, '3698', 211, 'wf_wire3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2115, '3699', 211, 'wf_glassdoor', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2116, '3700', 64, 'wf_act_match_to_sshot', 8, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2117, '3701', 211, 'wf_floor_switch1', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2118, '3702', 63, '', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2119, '3703', 63, 'wf_trg_walks_on_furni', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2120, '3704', 304, 'exe_copier', 4, 0, 0, 1, 0, 0, 9, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2121, '3705', 304, 'exe_wrkdesk', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2122, '3706', 304, 'exe_glassdvdr', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2123, '3707', 304, 'exe_seccam', 4, 0, 0, 1, 0, 0, 15, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2124, '3708', 504, 'qt_penguin_icehockey', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2125, '3709', 724, 'duck_vip', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (2126, '3710', 239, 'duck_hc', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (2127, '3711', 504, 'qt_penguin_ballet', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2128, '3712', 477, 'es_bench', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2129, '3713', 477, 'es_icestar', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2130, '3714', 477, 'es_fnc_2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2131, '3715', 478, 'qt_xm10_monkey_lamp', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2132, '3716', 477, 'es_sidewalk', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2133, '3717', 477, 'es_statue', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2134, '3718', 478, 'qt_xm10_iceclubsofa', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2135, '3719', 724, 'qt_xm10_xmduck', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2136, '3720', 478, 'qt_xm10_palm_tree', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2137, '3721', 477, 'es_fnc_crnr', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2138, '3722', 478, 'qt_xm10_trex', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2139, '3723', 477, 'es_epictree', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2140, '3724', 478, 'qt_xm10_elephant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2141, '3725', 477, 'es_wpost', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2142, '3726', 478, 'qt_xm10_gnome', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2143, '3727', 676, 'qt_xm10_iceduck', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2144, '3728', 478, 'qt_xm10_icetiger', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2145, '3729', 477, 'es_fnc_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2146, '3730', 478, 'Jifin tuoli', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2147, '3731', 477, 'es_icestar_g', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2148, '3732', 478, 'qt_xm10_icelupin', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2149, '3733', 737, 'prizetrophy_nrj_2011', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2150, '3734', 478, 'qt_xm10_iceteddy', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2151, '3735', 477, 'es_lmppst', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2152, '3736', 415, 'es_skating_ice', 10, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2153, '3737', 368, 'qt_xm10_icepillar', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2154, '3738', 477, 'es_roaster', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2155, '3739', 415, 'es_puck', 10, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2156, '3740', 729, 'es_santa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2157, '3741', 415, 'es_tagging', 3, 250, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2158, '3742', 478, 'qt_xm10_nest', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2159, '3743', 478, 'qt_xm10_icesilotable', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2160, '3744', 52, 'petfood16', 1, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2161, '3745', 477, 'es_icestar_r', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2162, '3746', 368, 'qt_xm10_icedragon', 0, 3600, 5, 1, 0, 1, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2163, '3747', 478, 'qt_xm10_stone', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2164, '3748', 478, 'qt_xm10_ice_fish', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2165, '3749', 477, 'es_icestar_y', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2166, '3750', 478, 'qt_xm10_bench', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2167, '3751', 477, 'xmas10_surprise', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2168, '3752', 477, 'xmas10_fireplace', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2169, '3753', 38, 'es_geysir', 0, 150, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2170, '3754', 669, 'xmas10_present', 7, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2171, '3755', 368, 'qt_xm10_iceelephant', 0, 3600, 5, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2172, '3756', 38, 'es_score_b', 5, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2173, '3757', 38, 'es_tile', 1, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2174, '3758', 38, 'es_box', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2175, '3759', 38, 'es_exit', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2176, '3760', 38, 'es_gate_r', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2177, '3761', 38, 'es_gate_g', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2178, '3762', 38, 'es_gate_b', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2179, '3763', 38, 'es_gate_y', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2180, '3764', 38, 'es_counter', 3, 250, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2181, '3765', 38, 'es_score_r', 5, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2182, '3766', 38, 'es_score_g', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2183, '3767', 38, 'es_score_y', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2184, '3768', 469, 'year2011_waver_y', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2185, '3769', 737, 'prizetrophy_2011_w', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2186, '3770', 477, 'prizetrophy_2011_r', 0, 1, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2187, '3771', 477, 'prizetrophy_2011_y', 0, 1, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2188, '3772', 469, 's', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2189, '3773', 477, 'prizetrophy_2011_b', 0, 1, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2190, '3774', 469, 'fireworks_03', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2191, '3775', 477, 'prizetrophy_2011_p', 0, 1, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2192, '3776', 469, 'fireworks_02', 4, 0, 0, 1, 0, 0, 2, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2193, '3777', 469, 'year2011_waver_r', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2194, '3778', 477, 'prizetrophy_2011_g', 0, 1, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2195, '3779', 469, 'fireworks_05', 4, 0, 0, 1, 0, 0, 5, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2196, '3780', 469, 'year2011_waver_g', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2197, '3781', 469, 'year2011_waver_b', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2198, '3782', 469, 'fireworks_07', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2199, '3783', 469, 'fireworks_06', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2200, '3784', 469, 'fireworks_04', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2201, '3785', 50, 'bling11_statue2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2202, '3786', 50, 'bling11_slot', 4, 0, 0, 1, 0, 0, 11, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2203, '3787', 50, 'bling11_towels', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2204, '3788', 50, 'bling11_rug1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2205, '3789', 50, 'bling11_tele', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2206, '3790', 50, 'bling11_sofa', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2207, '3791', 50, 'bling11_statue1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2208, '3792', 460, 'val11_floor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2209, '3793', 50, 'bling11_dvd', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2210, '3794', 50, 'bling11_floor', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2211, '3795', 50, 'bling11_plant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2212, '3796', 302, 'china_rabbit', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2213, '3797', 50, 'bling11_rug2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2214, '3798', 50, 'bling11_dvn', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2215, '3799', 50, 'bling11_seat2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2216, '3800', 50, 'bling11_seat1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2217, '3801', 50, 'bling11_block', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2218, '3802', 50, 'bling11_pillar', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2219, '3803', 635, 'qt_val11_holoduck', 0, 3600, 5, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2220, '3804', 460, 'val11_playa', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2221, '3805', 459, 'qt_val11_discoball', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2222, '3806', 460, 'val11_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2223, '3807', 459, 'qt_val11_nest', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2224, '3808', 115, 'nest_terrarium', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2225, '3809', 459, 'qt_val11_duckformer', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2226, '3810', 459, 'qt_val11_jellychair', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2227, '3811', 459, 'qt_val11_jellyheart', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2228, '3812', 460, 'val11_rail', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2229, '3813', 635, 'qt_val11_holoheart', 0, 3600, 5, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2230, '3814', 346, 'ads_leaf_teleport', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2231, '3815', 543, 'ads_sunnyvend', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2232, '3816', 52, 'petfood18', 1, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2233, '3817', 52, 'petfood17', 1, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2234, '3819', 280, 'limo_w_mid', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (2235, '3820', 280, 'limo_w_mid2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (2236, '3821', 52, 'petfood19', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2237, '3822', 280, 'limo_w_back', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (2238, '3823', 280, 'limo_w_front', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (2239, '3824', 30, 'gothic_bed', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2240, '3825', 30, 'gothic_candles', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2241, '3826', 30, 'gothic_desk', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2242, '3827', 534, 'ads_grefu_trophy', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2243, '3828', 30, 'gothic_bowl', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2244, '3830', 115, 'nest_frog', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2245, '3831', 115, 'pond', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2246, '3832', 635, 'val11_present', 7, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2247, '3833', 225, 'prizetrophy_cine', 6, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2248, '3834', 280, 'cine_vipsign', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (2249, '3835', 50, 'limo_b_mid3', 10, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2250, '3836', 50, 'limo_b_mid2', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2251, '3837', 50, 'limo_b_front', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2252, '3838', 50, 'limo_b_mid', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2253, '3839', 225, 'cine_star', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2254, '3840', 50, 'limo_b_back', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2255, '3841', 280, 'cine_curtain', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2256, '3842', 280, 'cine_screen', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2257, '3843', 280, 'theatre_seat_g', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2258, '3844', 280, 'cine_tile', 1, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2259, '3845', 280, 'cine_bench_b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2260, '3846', 280, 'theatre_seat_b', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2261, '3847', 280, 'cine_roof', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2262, '3848', 280, 'cine_popcorn', 10, 0, 0, 1, 0, 0, 11, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2263, '3849', 280, 'cine_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2264, '3850', 280, 'cine_bench_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2265, '3851', 280, 'cine_ticket_booth', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2266, '3852', 280, 'cine_projector', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2267, '3853', 211, 'wf_box', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2268, '3854', 211, 'wf_maze', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2269, '3855', 549, 'ads_rangocactus', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2270, '3856', 280, 'cine_glass', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2271, '3857', 65, 'wf_cnd_has_furni_on', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2272, '3858', 56, 'cubie_lamp_b', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2273, '3859', 56, 'cubie_chair_b', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2274, '3860', 56, 'cubie_rug_b', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2275, '3861', 56, 'cubie_bigtable_b', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2276, '3862', 56, 'cubie_beanbag_p', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2277, '3863', 56, 'cubie_lamp_p', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2278, '3864', 56, 'cubie_sofaseat_p', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2279, '3865', 56, 'cubie_shelf_0_b', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2280, '3866', 56, 'cubie_shelf_4_p', 5, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2281, '3867', 56, 'cubie_shelf_2_p', 5, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2282, '3868', 56, 'cubie_bed_p', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2283, '3869', 56, 'cubie_stool_b', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2284, '3870', 56, 'cubie_rug_p', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2285, '3871', 56, 'cubie_bed_b', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2286, '3872', 56, 'cubie_shelf_3_b', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2287, '3873', 56, 'cubie_shelf_3_p', 5, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2288, '3874', 56, 'cubie_shelf_1_p', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2289, '3875', 56, 'cubie_shelf_1_b', 5, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2290, '3876', 56, 'cubie_bigtable_p', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2291, '3877', 56, 'cubie_beanbag_b', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2292, '3878', 56, 'cubie_stool_p', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2293, '3879', 56, 'cubie_chair_p', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2294, '3880', 56, 'cubie_table', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2295, '3881', 56, 'cubie_sofaseat_b', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2296, '3882', 56, 'cubie_shelf_4_b', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2297, '3883', 56, 'cubie_shelf_2_b', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2298, '3884', 56, 'cubie_shelf_0_p', 5, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2299, '3885', 683, 'newbie_present', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2300, '3886', 22, 'tv_flat', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2301, '3887', 57, 'waasa_table2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2302, '3888', 22, 'computer_flatscreen', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2303, '3889', 57, 'waasa_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2304, '3890', 57, 'waasa_ship2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2305, '3891', 57, 'waasa_ship1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2306, '3892', 57, 'waasa_bunk_bed', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2307, '3893', 22, 'computer_laptop', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2308, '3894', 22, 'computer_old', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2309, '3895', 57, 'waasa_table1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2310, '3896', 57, 'waasa_desk', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2311, '3897', 632, 'newbie_nest', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2312, '3898', 57, 'waasa_rug5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2313, '3899', 57, 'waasa_rug1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2314, '3900', 57, 'waasa_rug3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2315, '3901', 57, 'waasa_aquarium', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2316, '3902', 57, 'waasa_rug4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2317, '3903', 57, 'waasa_chair_wood', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2318, '3904', 57, 'waasa_rug2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2319, '3905', 253, 'jukebox_big', 9, 10, 5, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2320, '3906', 115, 'milkbowl', 0, 15, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2321, '3907', 115, 'petfood21', 0, 5, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2322, '3908', 386, 'easter11_basket', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2323, '3909', 386, 'easter11_grasspatch', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2324, '3910', 562, 'ads_wowpball', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2325, '3911', 52, 'pet_food_corn', 1, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2326, '3912', 115, 'pet_toy_trampoline', 2, 0, 0, 1, 0, 0, 43, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2327, '3913', 115, 'nest_chick', 2, 0, 0, 1, 0, 0, 44, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2328, '3914', 386, 'easter11_tag', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2329, '3915', 379, 'easter11_tuip_g', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2330, '3916', 379, 'easter11_tuip_y', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2331, '3917', 379, 'easter11_mushroom4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2332, '3918', 379, 'easter11_mushroom1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2333, '3919', 555, 'kuurna_sofa', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2334, '3920', 379, 'easter11_mushroom3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2335, '3921', 379, 'easter11_mushroom2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2336, '3922', 555, 'kuurna_lamp', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2337, '3923', 555, 'kuurna_chair', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2338, '3924', 555, 'kuurna_mat', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2339, '3925', 555, 'kuurna_table1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2340, '3926', 555, 'kuurna_table', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2341, '3927', 382, 'ads_suun', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2342, '3928', 555, 'kuurna_chair1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2343, '3929', 379, 'easter11_tuip_p', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2344, '3930', 69, 'anna_divider_1', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2345, '3931', 69, 'anna_divider_2', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2346, '3932', 69, 'anna_divider_3', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2347, '3933', 69, 'anna_divider_4', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2348, '3934', 69, 'anna_divider_5', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2349, '3935', 69, 'anna_div_gate_1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2350, '3936', 69, 'anna_div_gate_2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2351, '3937', 69, 'anna_div_gate_3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2352, '3938', 69, 'anna_div_gate_4', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2353, '3939', 69, 'anna_div_gate_5', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2354, '3940', 69, 'anna_chair_1', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2355, '3941', 69, 'anna_chair_2', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2356, '3942', 69, 'anna_chair_3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2357, '3943', 69, 'anna_chair_4', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2358, '3944', 69, 'anna_chair_5', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2359, '3945', 69, 'anna_stool_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2360, '3946', 69, 'anna_stool_2', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2361, '3947', 69, 'anna_stool_3', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2362, '3948', 69, 'anna_stool_4', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2363, '3949', 69, 'anna_stool_5', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2364, '3950', 69, 'anna_table_1', 5, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2365, '3951', 69, 'anna_table_2', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2366, '3952', 69, 'anna_table_3', 5, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2367, '3953', 69, 'anna_table_4', 5, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2368, '3954', 69, 'anna_table_5', 5, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2369, '3955', 69, 'anna_rug_1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2370, '3956', 69, 'anna_rug_2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2371, '3957', 69, 'anna_rug_3', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2372, '3958', 69, 'anna_rug_4', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2373, '3959', 69, 'anna_rug_5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2374, '3960', 69, 'anna_sofa_1', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2375, '3961', 69, 'anna_sofa_2', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2376, '3962', 69, 'anna_sofa_3', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2377, '3963', 69, 'anna_sofa_4', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2378, '3964', 69, 'anna_sofa_5', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2379, '3965', 69, 'anna_pill_1', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2380, '3966', 69, 'anna_pill_2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2381, '3967', 69, 'anna_pill_3', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2382, '3968', 69, 'anna_pill_4', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2383, '3969', 69, 'anna_pill_5', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2384, '3970', 69, 'anna_lamp_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2385, '3971', 69, 'anna_lamp_2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2386, '3972', 69, 'anna_lamp_3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2387, '3973', 69, 'anna_lamp_4', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2388, '3974', 69, 'anna_lamp_5', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2389, '3975', 69, 'anna_div_crnr_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2390, '3976', 69, 'anna_div_crnr_2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2391, '3977', 69, 'anna_div_crnr_3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2392, '3978', 69, 'anna_div_crnr_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2393, '3979', 69, 'anna_div_crnr_5', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2394, '3980', 282, 'picnic_blanket_yel', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2395, '3981', 282, 'picnic_pillow_yel', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2396, '3982', 282, 'picnic_food1', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2397, '3983', 22, 'note_tag', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2398, '3984', 282, 'picnic_wfall', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2399, '3985', 282, 'picnic_blanket_blu', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2400, '3986', 282, 'picnic_food3', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2401, '3987', 282, 'picnic_blanket', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2402, '3988', 282, 'picnic_pillow_blu', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2403, '3989', 282, 'picnic_food2', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2404, '3990', 282, 'picnic_tele', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2405, '3991', 282, 'picnic_basket', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2406, '3992', 282, 'picnic_pillow', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2407, '3993', 282, 'picnic_chair', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2408, '3994', 282, 'picnic_3brds', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2409, '3995', 52, 'petfood23', 1, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2410, '3996', 40, 'ads_background', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2411, '3997', 451, 'ads_kelloggs_statue', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2412, '3998', 480, 'race_trophy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2413, '3999', 185, 'ads_kfp2statue', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2414, '4000', 52, 'petfood22', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2415, '4001', 115, 'nest_dragon', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2416, '4002', 115, 'ashtree', 2, 0, 0, 1, 0, 0, 45, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2417, '4003', 115, 'grail_water', 2, 0, 0, 1, 0, 0, 46, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2418, '4004', 115, 'grail_nectar', 2, 0, 0, 1, 0, 0, 47, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2419, '4005', 104, 'dng_cube', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2420, '4006', 104, 'dng_ground', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2421, '4007', 104, 'dng_pillar', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2422, '4008', 104, 'dng_treasure2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2423, '4009', 104, 'dng_floor', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2424, '4010', 104, 'dng_stairs', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2425, '4011', 104, 'dng_treasure', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2426, '4012', 702, 'dng_throne', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2427, '4013', 104, 'dng_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2428, '4014', 52, 'petfood_19', 1, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2429, '4015', 463, 'mm_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2430, '4016', 463, 'mm_lemon_drink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2431, '4017', 431, 'qt_sum11_shell1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2432, '4018', 431, 'qt_sum11_ictrolley', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2433, '4019', 431, 'qt_sum11_petfood', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2434, '4020', 431, 'qt_sum11_shell4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2435, '4021', 431, 'qt_sum11_shell3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2436, '4022', 431, 'qt_sum11_platfrm', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2437, '4023', 431, 'qt_sum11_shell2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2438, '4024', 431, 'qt_sum11_shell5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2439, '4025', 431, 'qt_sum11_chair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2440, '4026', 463, 'mm_tub', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2441, '4027', 225, 'prizetrophy_skate_g', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2442, '4028', 225, 'prizetrophy_skate_s', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2443, '4029', 225, 'prizetrophy_skate_b', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2444, '4030', 272, 'sb_rail', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2445, '4031', 272, 'sb_ramp', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2446, '4032', 272, 'sb_block', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2447, '4033', 272, 'sb_cans', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2448, '4034', 272, 'sb_tile', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2449, '4035', 115, 'nest_turtle', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2450, '4036', 40, 'ads_mpu_720', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2451, '4037', 52, 'petfood24', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2452, '4039', 404, 'coco_stool_c2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2453, '4040', 404, 'coco_divan_c4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2454, '4041', 404, 'coco_throne_c3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2455, '4042', 404, 'coco_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2456, '4043', 404, 'coco_throne__c2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2457, '4044', 404, 'coco_stool_c4', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2458, '4045', 404, 'coco_patch', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2459, '4046', 404, 'coco_divan_c2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2460, '4047', 404, 'coco_sofatable_c3', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2461, '4048', 404, 'coco_stool_c3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2462, '4049', 404, 'coco_sofatable_c4', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2463, '4050', 404, 'coco_sofa_c3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2464, '4051', 404, 'coco_table', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2465, '4052', 404, 'coco_stool', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2466, '4053', 404, 'coco_chair_c2', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2467, '4054', 404, 'coco_stick', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2468, '4055', 404, 'coco_throne', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2469, '4056', 404, 'coco_table2', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2470, '4057', 404, 'coco_sofa_c2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2471, '4058', 404, 'coco_chair_c4', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2472, '4059', 404, 'coco_chair_c3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2473, '4060', 404, 'coco_divan', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2474, '4061', 404, 'coco_divan_c3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2475, '4062', 404, 'coco_sofatable', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2476, '4063', 404, 'coco_sofa_c4', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2477, '4064', 404, 'coco_sofatable_c2', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2478, '4065', 404, 'coco_throne_c4', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2479, '4066', 404, 'coco_sofa', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2480, '4067', 235, 'lm_crystal_skull', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2481, '4068', 235, 'lm_bananadrink', 18, 20, 5, 1, 0, 0, 4, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2482, '4069', 40, 'ads_mpu_300', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2483, '4070', 52, 'petfood25', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2484, '4071', 215, 'hole', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (2485, '4073', 235, 'lm_jackbox', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2486, '4074', 554, 'ads_durex_vend', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2487, '4075', 554, 'ads_durex_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2488, '4076', 235, 'lm_pond', 1, 225, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2489, '4077', 115, 'nest_with_statue', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2490, '4078', 115, 'nest_monkey', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2491, '4079', 530, 'ads_mtv_floor', 4, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2492, '4080', 55, 'studio_monitor', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2493, '4081', 55, 'studio_stool', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2494, '4082', 55, 'studio_fencecr', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2495, '4083', 55, 'studio_guitar', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2496, '4084', 55, 'studio_amp2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2497, '4085', 55, 'studio_fence', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2498, '4086', 55, 'studio_amp1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2499, '4087', 55, 'studio_floorlight', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2500, '4088', 55, 'studio_mixingdesk', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2501, '4089', 55, 'studio_camera', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2502, '4090', 55, 'studio_tv', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2503, '4091', 55, 'studio_lights3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2504, '4092', 55, 'studio_lights2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2505, '4093', 55, 'studio_drums', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2506, '4094', 55, 'studio_lights1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2507, '4095', 55, 'studio_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2508, '4096', 46, 'sound_set_73', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2509, '4097', 46, 'sound_set_74', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2510, '4098', 46, 'sound_set_76', 4, 0, 0, 1, 0, 0, 52, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2511, '4099', 46, 'sound_set_75', 4, 0, 0, 1, 0, 0, 53, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2512, '4100', 407, 'summer_blaster', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2513, '4101', 407, 's12_bonfire', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2514, '4102', 235, 'lm_bigrock', 1, 225, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2515, '4103', 235, 'lm_palm1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2516, '4104', 235, 'lm_totem', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2517, '4105', 429, 'hole2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2518, '4106', 235, 'lm_palm2', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2519, '4107', 590, 'qt_sum11_dragon', 0, 3600, 5, 1, 0, 1, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2520, '4108', 165, 'usva3_rug', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2521, '4109', 167, 'isokakka', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2522, '4110', 166, 'kakka', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2523, '4111', 165, 'usva3_shelf', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2524, '4112', 168, 'usva_rug', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2525, '4113', 164, 'usva2_table', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2526, '4114', 168, 'usva_shelf2', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2527, '4115', 166, 'usva4_sofa', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2528, '4116', 168, 'usva_table', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2529, '4117', 167, 'usva5_table', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2530, '4118', 168, 'usva_lamble', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2531, '4119', 164, 'usva2_sofa', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2532, '4120', 164, 'usva2_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2533, '4121', 168, 'usva_lamp', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2534, '4122', 164, 'usva2_shelf2', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2535, '4123', 168, 'usva_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2536, '4124', 167, 'usva5_lamble', 4, 0, 0, 1, 0, 0, 55, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2537, '4125', 164, 'usva2_lamp', 4, 0, 0, 1, 0, 0, 56, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2538, '4126', 166, 'usva4_chair', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2539, '4127', 165, 'usva3_shelf2', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2540, '4128', 165, 'usva3_table', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2541, '4129', 164, 'usva2_rug', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2542, '4130', 166, 'usva4_table', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2543, '4131', 167, 'usva5_lamp', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2544, '4132', 165, 'usva3_chair', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2545, '4133', 165, 'usva3_lamble', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2546, '4134', 168, 'usva_sofa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2547, '4135', 168, 'usva_shelf', 5, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2548, '4136', 166, 'usva4_lamp', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2549, '4137', 164, 'usva2_lamble', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2550, '4138', 165, 'usva3_lamp', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2551, '4139', 166, 'usva4_rug', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2552, '4140', 164, 'usva2_shelf', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2553, '4141', 165, 'usva3_sofa', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2554, '4142', 167, 'usva5_rug', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2555, '4143', 167, 'usva5_chair', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2556, '4144', 429, 'uservoice_soapbox', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2557, '4145', 467, 'school_platform', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2558, '4146', 467, 'school_locker_b', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2559, '4147', 467, 'school_locker_r_nosale', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2560, '4148', 467, 'school_toilet_stall', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2561, '4149', 467, 'school_stuff_06', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2562, '4150', 467, 'school_locker_r', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2563, '4151', 467, 'school_bus', 4, 0, 0, 1, 0, 0, 6, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2564, '4152', 467, 'school_table', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2565, '4153', 467, 'school_bench', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2566, '4154', 467, 'school_console', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2567, '4155', 467, 'school_stuff_01', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2568, '4156', 467, 'school_stuff_05', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2569, '4157', 467, 'school_floor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2570, '4158', 467, 'school_locker_b_nosale', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2571, '4159', 467, 'school_stuff_02', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2572, '4160', 467, 'school_stuff_04', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2573, '4161', 467, 'school_stuff_03', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2574, '4162', 467, 'school_chair', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2575, '4163', 52, 'petfood26', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2576, '4164', 106, 'boutique_floor1a', 1, 0, 0, 1, 0, 0, 58, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2577, '4165', 106, 'boutique_table1', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2578, '4166', 106, 'boutique_clothingpile', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2579, '4167', 106, 'boutique_changing1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2580, '4168', 106, 'boutique_changing3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2581, '4169', 106, 'boutique_sofa2', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2582, '4170', 106, 'boutique_mannequin1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2583, '4171', 106, 'boutique_sofa1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2584, '4172', 106, 'boutique_table2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2585, '4173', 106, 'boutique_cashreg', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2586, '4174', 106, 'boutique_changing2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2587, '4175', 106, 'boutique_plant1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2588, '4176', 106, 'boutique_plant2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2589, '4177', 106, 'boutique_counter', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2590, '4178', 106, 'boutique_floor2b', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2591, '4179', 106, 'boutique_floor1b', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2592, '4180', 106, 'boutique_floor2a', 1, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2593, '4181', 115, 'waterbowl_basic_1', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2594, '4182', 115, 'waterbowl_basic_2', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2595, '4183', 115, 'waterbowl_basic_3', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2596, '4184', 115, 'waterbowl_basic_4', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2597, '4185', 115, 'waterbowl_basic_5', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2598, '4186', 106, 'boutique_hcsign', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2599, '4187', 106, 'boutique_vipsign', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2600, '4188', 181, 'bubble_lamp1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2601, '4189', 176, 'pura_roundpad8', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2602, '4190', 181, 'pura_block_lamp1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2603, '4191', 177, 'pura_roundpad9', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2604, '4192', 170, 'eleblock2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2605, '4193', 172, 'eleblock4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2606, '4194', 174, 'pura_roundpad6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2607, '4195', 175, 'eleblock7', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2608, '4196', 171, 'pura_roundpad3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2609, '4197', 172, 'pura_roundpad4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2610, '4198', 173, 'eleblock5', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2611, '4199', 171, 'eleblock3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2612, '4200', 179, 'eleblock1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2613, '4201', 179, 'pura_roundpad1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2614, '4202', 170, 'pura_roundpad2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2615, '4203', 176, 'eleblock8', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2616, '4204', 173, 'pura_roundpad5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2617, '4205', 177, 'eleblock9', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2618, '4206', 175, 'pura_roundpad7', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2619, '4207', 174, 'eleblock6', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2620, '4208', 243, 'horse_dye_08', 1, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2621, '4209', 245, 'horse_hayfloor', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2622, '4210', 243, 'horse_dye_11', 1, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2623, '4211', 243, 'horse_hairdye_06', 1, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2624, '4212', 243, 'horse_dye_02', 1, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2625, '4213', 245, 'horse_stable_gate', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2626, '4214', 243, 'horse_hairdye_09', 1, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2627, '4215', 243, 'horse_hairdye_07', 1, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2628, '4216', 243, 'horse_dye_12', 1, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2629, '4217', 243, 'horse_dye_03', 1, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2630, '4218', 243, 'horse_dye_05', 1, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2631, '4219', 243, 'horse_hairdye_11', 1, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2632, '4220', 243, 'horse_hairdye_12', 1, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2633, '4221', 242, 'horse_saddle1', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2634, '4222', 245, 'horse_stable_fence_w', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2635, '4223', 115, 'horse_stable_gate_w', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2636, '4224', 243, 'horse_dye_04', 1, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2637, '4225', 243, 'horse_hairdye_10', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2638, '4226', 243, 'horse_hairdye_01', 1, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2639, '4227', 243, 'horse_hairdye_02', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2640, '4228', 243, 'horse_dye_13', 1, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2641, '4229', 115, 'horse_sawdustfloor', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2642, '4230', 243, 'horse_hairdye_05', 1, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2643, '4231', 243, 'horse_hairdye_04', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2644, '4232', 243, 'horse_hairdye_00', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2645, '4233', 245, 'horse_stable_fence', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2646, '4234', 243, 'horse_dye_09', 1, 225, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2647, '4235', 243, 'horse_dye_10', 1, 225, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2648, '4236', 115, 'horse_stbl_fnc_corn_w', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2649, '4237', 243, 'horse_dye_06', 1, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2650, '4238', 243, 'horse_hairdye_03', 1, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2651, '4239', 115, 'horse_hay', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2652, '4240', 115, 'horse_stbl_fnc_corner', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2653, '4241', 243, 'horse_dye_07', 1, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2654, '4242', 243, 'horse_dye_14', 1, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2655, '4243', 243, 'horse_hairdye_08', 1, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2656, '4244', 243, 'horse_dye_01', 1, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2657, '4245', 243, 'horse_dye_00', 1, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2658, '4246', 245, 'horse_poop', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2659, '4247', 115, 'horse_trough', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2660, '4248', 108, 'gld_carpet', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2661, '4249', 108, 'gld_badgewall_tall', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2662, '4250', 108, 'gld_stool2', 1, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2663, '4251', 108, 'gld_stool1', 0, 25, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2664, '4252', 108, 'gld_wall_tall', 1, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2665, '4253', 108, 'gld_pennant', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2666, '4254', 108, 'gld_sofa1', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2667, '4255', 550, 'ads_frank_trophy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2668, '4256', 244, 'horse_hairstyle_3', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2669, '4257', 244, 'horse_hairstyle_5', 5, 200, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2670, '4258', 243, 'horse_dye_15', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2671, '4259', 244, 'horse_hairstyle_1', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2672, '4260', 244, 'horse_hairstyle_0', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2673, '4261', 244, 'horse_hairstyle_4', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2674, '4262', 243, 'horse_dye_16', 1, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2675, '4263', 244, 'horse_hairstyle_2', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2676, '4264', 225, 'prizetrophy_hween11', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2677, '4265', 392, 'hween11_disflo2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2678, '4266', 392, 'hween11_punch', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2679, '4267', 392, 'hween11_dish2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2680, '4268', 392, 'hween11_pumpkin', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2681, '4269', 392, 'hween11_sofa', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2682, '4270', 392, 'hween11_dish3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2683, '4271', 392, 'hween11_dish4', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2684, '4272', 392, 'hween11_disflo', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2685, '4273', 392, 'hween11_dish1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2686, '4274', 235, 'lm_pumpkin', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2687, '4275', 245, 'horse_poop_luxus', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2688, '4276', 40, 'ads_mpu_160', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2689, '4277', 346, 'ads_liisu', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2690, '4278', 392, 'hween11_fountain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2691, '4279', 20, 'plant_rose_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2692, '4280', 346, 'ads_pib', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2693, '4281', 65, 'wf_cnd_actor_in_group', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2694, '4282', 479, 'xmas11_sofatable', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2695, '4283', 479, 'xmas11_comfy_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2696, '4284', 479, 'xmas2011_aurora1', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2697, '4285', 479, 'xmas11_stonedivider', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2698, '4286', 479, 'xmas11_yetifeet', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2699, '4287', 729, 'xmas2011_tree2', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2700, '4288', 479, 'xmas11_woodfloor', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2701, '4289', 479, 'xmas11_footstool', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2702, '4290', 479, 'xmas11_flag', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2703, '4291', 729, 'xmas2011_tree1', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2704, '4292', 479, 'xmas11_firewood', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2705, '4293', 729, 'xmas11_stool', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2706, '4294', 479, 'xmas11_stove', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2707, '4295', 479, 'xmas2011_snowlog', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2708, '4296', 479, 'xmas11_stonefloor', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2709, '4297', 479, 'xmas11_comfy_bench', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2710, '4298', 479, 'xmas2011_icefall', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2711, '4299', 479, 'xmas11_throne', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2712, '4300', 479, 'xmas11_petfood', 0, 5, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2713, '4301', 479, 'xmas2011_aurora2', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2714, '4302', 479, 'xmas11_nghtstnd', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2715, '4303', 479, 'xmas11_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2716, '4304', 729, 'xmas2011_rock1', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2717, '4305', 479, 'xmas2011_balrail', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2718, '4306', 479, 'xmas2011_tree4', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2719, '4307', 479, 'xmas2011_rock2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2720, '4308', 479, 'xmas2011_tree3', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2721, '4309', 479, 'xmas11_elewood', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2722, '4310', 244, 'horse_hairstyle_6', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2723, '4313', 479, 'xmas_giftbag', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2724, '4314', 473, 'joulutahti_notrd', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2725, '4315', 729, 'xmas11_comfy_chair_3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2726, '4316', 479, 'xmas11_stool_2', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2727, '4317', 479, 'xmas11_stool_4', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2728, '4318', 479, 'xmas11_stool_3', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2729, '4319', 479, 'xmas11_footstool_4', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2730, '4320', 479, 'xmas11_comfy_chair_2', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2731, '4321', 479, 'xmas11_chair_2', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2732, '4322', 478, 'xmas11_btlr', 10, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2733, '4323', 479, 'xmas11_comfy_bench_2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2734, '4324', 479, 'xmas11_comfy_chair_4', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2735, '4325', 479, 'xmas11_comfy_bench_4', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2736, '4326', 479, 'xmas11_chair_4', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2737, '4327', 479, 'xmas11_comfy_bench_3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2738, '4328', 479, 'xmas11_chair_3', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2739, '4329', 479, 'xmas11_footstool_2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2740, '4330', 729, 'xmas11_footstool_3', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2741, '4331', 683, 'books_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2742, '4332', 467, 'homework', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2743, '4333', 480, 'gift_mdlcar0', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2744, '4334', 480, 'gift_manlystatue', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2745, '4335', 480, 'gift_joystick', 4, 0, 0, 1, 0, 0, 6, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2746, '4336', 480, 'gift_thing', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2747, '4337', 467, 'pstack', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2748, '4338', 467, 'pwad', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2749, '4339', 480, 'gift_incense', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2750, '4340', 480, 'pencils', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2751, '4341', 480, 'pframe', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2752, '4342', 480, 'toaster', 10, 0, 0, 1, 0, 0, 13, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2753, '4343', 480, 'gift_pbank', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2754, '4344', 480, 'console', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2755, '4345', 480, 'gift_vase', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2756, '4346', 480, 'gift_mypod', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2757, '4347', 467, 'trapkeep', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2758, '4348', 480, 'gift_coal', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2759, '4349', 480, 'gift_handbag0', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2760, '4350', 480, 'gift_jewel0', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2761, '4351', 509, 'books_0', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2762, '4352', 632, 'bed_silo_two_notrd', 4, 0, 0, 1, 0, 0, 61, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2763, '4353', 414, 'snst_ballpile', 4, 0, 0, 1, 0, 0, 62, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2764, '4354', 414, 'starting_position', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2765, '4355', 414, 'snst_tree1_d', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2766, '4356', 414, 'snst_fence', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2767, '4357', 414, 'snst_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2768, '4358', 414, 'snst_iceblock', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2769, '4359', 414, 'hole1x1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2770, '4360', 414, 'snst_block1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2771, '4361', 414, 'snst_fireplace', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2772, '4362', 414, 's_snowball_machine', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2773, '4363', 350, 'ads_honeymonster', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2774, '4364', 532, 'ads_m6_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2775, '4365', 724, 'duck_vipwhite', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (2776, '4366', 414, 'snst_fireplace_nfs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2777, '4368', 479, 'xmas11_balloon2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2778, '4369', 479, 'xmas11_luxfloor2', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2779, '4370', 479, 'xmas11_balloon1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2780, '4371', 470, 'fireworks_09', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2781, '4372', 479, 'xmas11_luxtable', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2782, '4373', 470, 'fireworks_08', 4, 0, 0, 1, 0, 0, 8, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2783, '4374', 479, 'xmas11_luxsofa1', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2784, '4375', 479, 'xmas11_luxfloor1', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2785, '4376', 479, 'xmas11_balloon', 10, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2786, '4377', 479, 'xmas11_balloon3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2787, '4378', 479, 'xmas11_luxchair1', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2788, '4379', 479, 'xmas11_luxdish2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2789, '4380', 470, 'fireworks_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2790, '4381', 479, 'xmas11_luxsofa2', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2791, '4382', 479, 'xmas11_luxdish3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2792, '4383', 479, 'xmas11_luxchair3', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2793, '4384', 470, 'fireworks_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2794, '4385', 479, 'xmas11_luxsofa3', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2795, '4386', 479, 'xmas11_luxchair2', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2796, '4387', 470, 'fireworks_11', 4, 0, 0, 1, 0, 0, 10, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2797, '4388', 479, 'xmas11_luxdish1', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2798, '4389', 108, 'gld_gate', 7, 10, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2799, '4390', 412, 'snowb_slope', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2800, '4391', 412, 'snowb_jump', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2801, '4392', 412, 'snowb_light1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2802, '4393', 412, 'snowb_divider', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2803, '4394', 412, 'snowb_snowpuff', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2804, '4395', 412, 'snowb_rail', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2805, '4402', 421, 'sfx_lazer', 1, 150, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2806, '4403', 421, 'sfx_onetwo', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2807, '4404', 421, 'Ääniefekti-paketti', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2808, '4405', 421, 'sfx_whistle', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2809, '4406', 421, 'sfx_bells', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2810, '4407', 421, 'sfx_glass', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2811, '4408', 737, 'prizetrophy_niko2', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2812, '4409', 737, 'prizetrophy_niko1', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2813, '4410', 468, 'china_lantern', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2814, '4411', 468, 'fireworks_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2815, '4412', 590, 'rare_fountain_niko', 0, 3600, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2816, '4413', 468, 'teleport_dragon', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2817, '4414', 590, 'sfx_rare_lazer', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2818, '4415', 590, 'sfx_rare_duck', 4, 0, 0, 1, 0, 0, 67, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2819, '4416', 447, 'val12_kbooth', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2820, '4417', 447, 'val12_flower', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2821, '4418', 446, 'val12_carpet', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2822, '4419', 447, 'val12_vines', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2823, '4420', 447, 'val12_shocker', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2824, '4421', 446, 'val12_hopper1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2825, '4422', 446, 'val12_pillar2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2826, '4423', 447, 'val12_xray', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2827, '4424', 446, 'val12_marble2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2828, '4425', 447, 'val12_elevine', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2829, '4426', 446, 'val12_marble1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2830, '4427', 447, 'val12_hopper2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2831, '4428', 635, 'edice_val12_therm', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2832, '4429', 447, 'val12_therm_nfs', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2833, '4430', 447, 'val12_sofa', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2834, '4431', 447, 'val12_lantern', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2835, '4432', 446, 'val12_pillar1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2836, '4433', 446, 'val12_table', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2837, '4434', 545, 'ads_antena3_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2838, '4435', 215, 'hole3', 0, 100, 0, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (2839, '4436', 115, 'water_bowl1_1', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2840, '4437', 115, 'water_bowl1_2', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2841, '4438', 115, 'water_bowl1_3', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2842, '4439', 115, 'water_bowl1_4', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2843, '4440', 115, 'water_bowl1_5', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2844, '4441', 683, 'nest_with_egg', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2845, '4442', 429, 'present_firework', 4, 0, 0, 1, 0, 0, 68, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2846, '4443', 446, 'val12_hopper_3', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2847, '4444', 523, 'cine_platform', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2848, '4445', 22, 'magazines', 4, 0, 0, 1, 0, 0, 69, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2849, '4446', 22, 'desk_junk', 5, 0, 0, 1, 0, 0, 70, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2850, '4447', 22, 'coffee_cup', 4, 0, 0, 1, 0, 0, 71, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2851, '4448', 22, 'bowl', 4, 0, 0, 1, 0, 0, 72, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2852, '4449', 480, 'bookpile', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2853, '4450', 242, 'horse_saddle2', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2854, '4451', 245, 'horse_fin_flag', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2855, '4452', 245, 'horse_track_fence_cor', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2856, '4453', 245, 'obstacle_oxer', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2857, '4454', 245, 'horse_track1', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2858, '4455', 245, 'horse_track_fence', 1, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2859, '4456', 429, 'elmeri', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2860, '4457', 52, 'petfood20', 1, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2861, '4458', 282, 'elegrass1', 4, 0, 0, 1, 0, 0, 73, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2862, '4459', 120, 'elerock1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2863, '4460', 455, 'bling_sofa_mu', 3, 0, 0, 1, 0, 0, 74, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2864, '4461', 245, 'obstacle_bush', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2865, '4462', 245, 'obstacle_fring', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2866, '4463', 245, 'horse_fin_poster', 0, 150, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2867, '4464', 52, 'petfood27', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2868, '4465', 244, 'horse_hairstyle_7', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2869, '4466', 245, 'horse_track_gate', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2870, '4467', 245, 'horse_fin_poster2', 0, 150, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2871, '4468', 245, 'horse_fin_flag2', 0, 75, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2872, '4469', 245, 'horse_fin_poster3', 0, 300, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2873, '4470', 245, 'horse_hopper', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2874, '4471', 245, 'obstacle_water3', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2875, '4472', 245, 'obstacle_water', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2876, '4473', 245, 'obstacle_oxer3', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2877, '4474', 245, 'obstacle_oxer2', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2878, '4475', 245, 'horse_fin_flag3', 0, 150, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2879, '4476', 245, 'obstacle_water2', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2880, '4477', 243, 'horse_hairdye_04_horsesho', 1, 0, 0, 1, 0, 0, 75, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2881, '4478', 346, 'ads_ag_crate', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2882, '4479', 244, 'horse_hairstyle_4_hs', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2883, '4480', 115, 'petfood7_horseshoe', 2, 0, 0, 1, 0, 0, 76, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2884, '4481', 738, 'bolly_cherry', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2885, '4482', 31, 'jp_ceiling_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2886, '4483', 31, 'jp_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2887, '4484', 738, 'exe_drinks_cabinet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2888, '4485', 738, 'cine_curtain_red', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2889, '4486', 738, 'sf_pod_dark', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2890, '4487', 738, 'dark_merdragon', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2891, '4488', 35, 'a4 romantique_divider', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2892, '4489', 738, 'black_dino_egg', 0, 3600, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2893, '4490', 307, 'CF_500_platinum_bar', 500, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2894, '4491', 41, 'theatre_stage', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2895, '4492', 41, 'theatre_mask', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2896, '4493', 41, 'theatre_carpet', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2897, '4494', 41, 'theatre_lights', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2898, '4495', 41, 'theatre_rug', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2899, '4496', 41, 'theatre_stool', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2900, '4497', 41, 'theatre_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2901, '4498', 41, 'theatre_switch', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2902, '4499', 41, 'theatre_chair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2903, '4500', 41, 'theatre_curtain', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2904, '4501', 41, 'theatre_floor', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2905, '4502', 41, 'theatre_plant', 4, 0, 0, 1, 0, 0, 77, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2906, '4503', 41, 'theatre_edge', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2907, '4504', 41, 'theatre_spotlight', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2908, '4505', 255, 'wf_act_give_reward', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2909, '4506', 52, 'petfood28', 1, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2910, '4507', 115, 'toy2', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2911, '4508', 115, 'nest_bunny', 2, 0, 0, 1, 0, 0, 78, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2912, '4509', 115, 'nest_bunny_green', 2, 0, 0, 1, 0, 0, 79, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2913, '4510', 115, 'nest_bunny_blue', 2, 0, 0, 1, 0, 0, 80, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2914, '4511', 369, 'lido_bench', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2915, '4512', 369, 'lidowall3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2916, '4513', 369, 'lido_parasol', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2917, '4514', 369, 'lidowall1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2918, '4515', 369, 'lidofence', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2919, '4516', 369, 'lido_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2920, '4517', 369, 'lido_kiosk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2921, '4518', 369, 'lido_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2922, '4519', 369, 'lidotree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2923, '4520', 369, 'lidodoor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2924, '4521', 369, 'lidotile', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2925, '4522', 369, 'lido_kiosk_block', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2926, '4523', 369, 'lidostairs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2927, '4524', 369, 'lidostage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2928, '4525', 369, 'lidowall2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2929, '4526', 371, 'wl_wall2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2930, '4527', 371, 'wl_table2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2931, '4528', 371, 'wl_sofa', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2932, '4529', 371, 'wl_wall1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2933, '4530', 371, 'wl_floor', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2934, '4531', 371, 'wl_rdesk', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2935, '4532', 371, 'wl_shelf', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2936, '4533', 371, 'wl_chair', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2937, '4534', 371, 'wl_table1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2938, '4535', 370, 'pcnc_tilegrass', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2939, '4536', 370, 'pcnc_dvdrtile', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2940, '4537', 370, 'pcnc_wtable', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2941, '4538', 370, 'pcnc_shrub', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2942, '4539', 370, 'pcnc_fountain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2943, '4540', 370, 'pcnc_tiledirt', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2944, '4541', 370, 'pcnc_gazebohack', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2945, '4542', 370, 'pcnc_wall1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2946, '4543', 370, 'pcnc_carp', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2947, '4544', 370, 'pcnc_door', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2948, '4545', 370, 'pcnc_wood', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2949, '4546', 370, 'pcnc_redbench', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2950, '4547', 370, 'pcnc_wall2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2951, '4548', 370, 'pcnc_swing', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2952, '4549', 370, 'pcnc_bbq', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2953, '4550', 370, 'pcnc_tilestone', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2954, '4551', 370, 'pcnc_tree', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2955, '4552', 370, 'pcnc_carrot', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2956, '4553', 370, 'pcnc_gazebo', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2957, '4554', 370, 'pcnc_wbench', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2958, '4555', 738, 'nest_bunny_evil', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2959, '4556', 115, 'nest_bunny_dep', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2960, '4557', 115, 'nest_bunny_love', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2961, '4558', 566, 'ads_dfrisss', 4, 0, 0, 1, 0, 0, 81, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (2962, '4559', 512, 'table_plasto_round_lm1', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2963, '4560', 513, 'chair_plasty2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2964, '4561', 513, 'table_plasto2_sq', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2965, '4562', 515, 'chair_plasto3', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2966, '4563', 515, 'table_plasto3_4leg', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2967, '4564', 515, 'chair_plasty3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2968, '4565', 512, 'table_plasto_sq_lm1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2969, '4566', 512, 'chair_plasty_lm1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2970, '4567', 515, 'table_plasto3_bigsq', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2971, '4568', 515, 'table_plasto3_sq', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2972, '4569', 512, 'table_plasto_bigsq_lm1', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2973, '4570', 513, 'table_plasto2_bigsq', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2974, '4571', 513, 'table_plasto2_4leg', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2975, '4572', 513, 'table_plasto2_round', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2976, '4573', 512, 'table_plasto_4leg_lm1', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2977, '4574', 513, 'chair_plasto2', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2978, '4575', 512, 'chair_plasto_lm1', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2979, '4576', 515, 'table_plasto3_round', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2980, '4577', 66, 'easel_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2981, '4578', 248, 'mnstr_revival', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2982, '4579', 411, 'gh_div_wall', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2983, '4580', 411, 'watering_can', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2984, '4581', 411, 'gh_div_cor', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2985, '4582', 247, 'mnstr_seed', 20, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2986, '4583', 411, 'gardening_box', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2987, '4584', 411, 'stone_platform', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2988, '4585', 411, 'stone_stairs', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2989, '4586', 514, 'chair_plasty4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2990, '4587', 514, 'table_plasto4_4leg', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2991, '4588', 514, 'table_plasto4_sq', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2992, '4589', 514, 'table_plasto4_bigsq', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2993, '4590', 514, 'chair_plasto4', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2994, '4591', 514, 'table_plasto4_round', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2995, '4592', 248, 'mnstr_rebreed', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2996, '4593', 248, 'mnstr_fert', 3, 250, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2997, '4594', 738, 'dragonlamp_shinobi', 0, 3600, 5, 1, 0, 1, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2998, '4595', 31, 'jp_divider', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (2999, '4596', 31, 'jp_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3000, '4597', 736, 'prizetrophy_breed_g', 0, 75, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3001, '4598', 736, 'prizetrophy_breed_s', 0, 75, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3002, '4599', 736, 'prizetrophy_breed_b', 0, 75, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3003, '4600', 736, 'prizetrophy_nurture_g', 0, 75, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3004, '4601', 736, 'prizetrophy_nurture_s', 0, 75, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3005, '4602', 736, 'prizetrophy_nurture_b', 0, 75, 0, 1, 0, 0, 45, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3006, '4603', 411, 'stone_flowerbed', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3007, '4604', 247, 'mnstr_seed_rare', 155, 50, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3008, '4605', 551, 'ads_mad3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3009, '4606', 738, 'mnstr_waterfall', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3010, '4607', 248, 'mnstr_rebreed_2', 30, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3011, '4608', 248, 'mnstr_rebreed_3', 80, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3012, '4609', 738, 'garden_caterpillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3013, '4610', 552, 'ads_cp_trophy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3014, '4611', 474, 'ads_ontour', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3015, '4612', 307, 'CF_75_ruby_small', 75, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3016, '4613', 307, 'CF_200_ruby', 200, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3017, '4614', 737, 'prizetrophy_habboway', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3018, '4615', 271, 'patch_cloud', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3019, '4616', 401, 'garden_bfly', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3020, '4617', 188, 'kuurna_red_sofa', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3021, '4618', 188, 'kuurna_red_chair', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3022, '4619', 188, 'kuurna_red_chair1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3023, '4620', 188, 'kuurna_red_table', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3024, '4621', 188, 'kuurna_red_table1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3025, '4622', 188, 'kuurna_red_lamp', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3026, '4623', 188, 'pixel_memorial', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3027, '4624', 737, 'trophy_torch', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3028, '4625', 701, 'js_exe_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3029, '4626', 701, 'js_exe_gate', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3030, '4627', 701, 'js_exe_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3031, '4628', 701, 'js_exe_sofa', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3032, '4629', 701, 'js_exe_corner', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3033, '4630', 701, 'js_exe_rug', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3034, '4631', 701, 'js_exe_chair2', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3035, '4632', 701, 'js_exe_s_table', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3036, '4633', 120, 'anc_pharaoh_tele', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3037, '4634', 120, 'anc_artifact1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3038, '4635', 120, 'anc_trophy_obsidian', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3039, '4636', 120, 'anc_pyramid_block', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3040, '4637', 120, 'anc_trophy_marble', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3041, '4638', 120, 'anc_trophy_sstone', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3042, '4639', 120, 'anc_hot_sands', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3043, '4640', 738, 'sp_statue', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3044, '4641', 737, 'prizetrophy_frank', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3045, '4642', 120, 'anc_ele_rock', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3046, '4643', 120, 'shallow', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3047, '4644', 120, 'anc_ele_grass', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3048, '4645', 120, 'anc_sun', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3049, '4646', 120, 'pink_flamingo', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3050, '4647', 120, 'anc_bones', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3051, '4648', 120, 'anc_artifact2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3052, '4649', 120, 'anc_jngl_patch', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3053, '4650', 120, 'anc_talltree', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3054, '4651', 120, 'anc_waterfall', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3055, '4652', 120, 'anc_mossyrock', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3056, '4653', 120, 'anc_comfy_tree', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3057, '4654', 120, 'gate_of_eternity', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3058, '4655', 120, 'anc_artifact3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3059, '4656', 697, 'track12_circle', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3060, '4657', 697, 'track12_hurdle', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3061, '4658', 697, 'track12_ele_podium2', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3062, '4659', 695, 'track12_tea_mother', 10, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3063, '4660', 697, 'track12_hammer', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3064, '4661', 697, 'track12_mini_torch', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3065, '4662', 697, 'track12_ele_podium1', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3066, '4663', 695, 'track12_ujack_sofa', 3, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3067, '4664', 697, 'track12_weight', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3068, '4665', 225, 'prizetrophy_track12_g', 15, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3069, '4666', 225, 'prizetrophy_track12_s', 10, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3070, '4667', 225, 'prizetrophy_track12_b', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3071, '4668', 738, 'track12_javstatue', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3072, '4669', 738, 'track12_hcauldron', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3073, '4670', 686, 'lon_block2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3074, '4671', 686, 'lon_base', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3075, '4672', 686, 'lon_window', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3076, '4673', 697, 'lon_gate', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3077, '4674', 686, 'lon_roof', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3078, '4675', 686, 'lon_block1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3079, '4676', 429, 'hof_parameter_test', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3080, '4677', 6, 'matic_walkway_red', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3081, '4678', 6, 'matic_tree_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3082, '4679', 6, 'matic_walkway_silver', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3083, '4680', 6, 'matic_cont_duck', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3084, '4681', 6, 'matic_tree_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3085, '4682', 6, 'matic_tree_silver', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3086, '4683', 6, 'matic_cont_frank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3087, '4684', 6, 'matic_cont_alien', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3088, '4685', 6, 'matic_tree_yellow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3089, '4686', 6, 'matic_probe', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3090, '4687', 6, 'matic_walkway_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3091, '4688', 6, 'matic_tree_red', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3092, '4689', 6, 'matic_walkway_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3093, '4690', 6, 'matic_walkway_yellow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3094, '4691', 560, 'ads_spiderman_trophy', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3095, '4692', 261, 'matic_box', 7, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3096, '4693', 6, 'matic_wirerig', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3097, '4694', 6, 'matic_dispenser', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3098, '4695', 36, 'matic_mech', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3099, '4696', 551, 'ads_mad3_edit', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3100, '4697', 223, 'roombg_color', 18, 20, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3101, '4698', 271, 'roombg_mountains1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3102, '4699', 223, 'roombg_cloud_dark', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3103, '4700', 223, 'roombg_cloud', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3104, '4701', 590, 'cloud_egg', 0, 3600, 5, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3105, '4702', 738, 'cloud_throne', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3106, '4703', 279, 'jetset_yacht_front', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3107, '4704', 279, 'js_jetski', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3108, '4705', 279, 'vip_gate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3109, '4706', 279, 'jetset_yacht_mid_1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3110, '4707', 279, 'jetset_landhigh', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3111, '4708', 279, 'jetset_landlow', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3112, '4709', 279, 'jetset_yacht_back', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3113, '4710', 279, 'jetset_yacht_mid_2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3114, '4711', 279, 'jetset_vipscreen', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3115, '4712', 279, 'jetset_yacht_mid_3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3116, '4713', 279, 'js_jetski2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3117, '4714', 279, 'jetset_tent', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3118, '4715', 279, 'jetset_stonejetty', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3119, '4716', 279, 'vip_hopper', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3120, '4717', 737, 'prizetrophy_room_1', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3121, '4718', 279, 'js_bouncer', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3122, '4719', 279, 'jetset_vault_wall', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3123, '4720', 279, 'jetset_vault_crnr', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3124, '4721', 279, 'jetset_moneypatch', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3125, '4722', 279, 'jetset_vault_door', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3126, '4723', 590, 'diamond_dragon', 0, 3600, 5, 1, 0, 2, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3127, '4724', 590, 'diamond_throne', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3128, '4725', 279, 'roombg_jetset', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3129, '4726', 279, 'jetset_vipscreencr', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3130, '4727', 738, 'jetset_tub', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3131, '4728', 279, 'js_coins', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3132, '4729', 393, 'hween12_cart', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3133, '4730', 393, 'hween12_entry', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3134, '4731', 393, 'hween12_track', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3135, '4732', 393, 'hween12_orb', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3136, '4733', 393, 'hween12_scarecrow', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3137, '4734', 393, 'roombg_hween12', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3138, '4735', 393, 'hween12_costume_hopper', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3139, '4736', 393, 'hween12_track_crl', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3140, '4737', 393, 'hween12_shedskin', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3141, '4738', 676, 'hween12_guillotine', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3142, '4739', 393, 'hween12_track_crr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3143, '4740', 393, 'hween12_moon', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3144, '4741', 393, 'hween12_coffin', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3145, '4742', 393, 'hween12_lantern', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3146, '4743', 393, 'hween12_mirror', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3147, '4744', 393, 'cannon', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3148, '4745', 724, 'hween12_duck', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3149, '4746', 393, 'hween12_floor', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3150, '4747', 393, 'hween12_wall', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3151, '4748', 393, 'costume_gate', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3152, '4749', 393, 'hween12_fortune', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3153, '4750', 393, 'hween12_cage', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3154, '4751', 393, 'hween12_grabby', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3155, '4752', 393, 'hween12_wolf', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3156, '4753', 393, 'hween12_strengthtest', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3157, '4754', 74, 'hs_stage_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3158, '4755', 74, 'hs_smoke', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3159, '4756', 74, 'hs_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3160, '4757', 74, 'hs_circstage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3161, '4758', 74, 'hs_stage_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3162, '4759', 74, 'hs_stage_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3163, '4760', 74, 'hs_prop', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3164, '4761', 74, 'hs_dnctile_1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3165, '4762', 74, 'hs_lightstrip_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3166, '4763', 74, 'hs_stage_long_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3167, '4764', 74, 'hs_carpet_blk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3168, '4765', 74, 'hs_stage_long_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3169, '4766', 74, 'hs_stairs_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3170, '4767', 74, 'hs_stage_long_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3171, '4768', 74, 'hs_bpass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3172, '4769', 74, 'hs_stairs_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3173, '4770', 74, 'hs_stairs_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3174, '4771', 74, 'hs_lightstrip_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3175, '4772', 74, 'hs_marswalk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3176, '4773', 74, 'hs_balcony', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3177, '4774', 74, 'hs_box', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3178, '4775', 74, 'hs_chair', 2, 0, 0, 1, 0, 0, 84, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3179, '4776', 421, 'sfx_xylo', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3180, '4777', 421, 'sfx_dubstep3_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3181, '4778', 421, 'sfx_dubstep3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3182, '4779', 421, 'sfx_xylo_high', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3183, '4780', 421, 'sfx_bigfinish_jamesbrown', 4, 0, 0, 1, 0, 0, 85, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3184, '4781', 421, 'sfx_funkhorn', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3185, '4782', 421, 'sfx_dubstep1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3186, '4783', 421, 'sfx_xylo2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3187, '4784', 421, 'sfx_dubstep2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3188, '4785', 421, 'sfx_highhatintro', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3189, '4786', 421, 'sfx_jamesbrown_hey', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3190, '4787', 421, 'sfx_drumloop', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3191, '4788', 421, 'sfx_pad3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3192, '4789', 421, 'sfx_xylopattern', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3193, '4790', 421, 'sfx_pad1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3194, '4791', 421, 'sfx_pad2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3195, '4792', 46, 'sound_set_77', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3196, '4793', 46, 'sound_set_78', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3197, '4794', 590, 'dia_uplink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3198, '4795', 590, 'dia_podium', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3199, '4796', 278, 'pet_breeding_bear', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (3200, '4797', 683, 'mystery_box', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3201, '4798', 421, 'sfx_strange_echoes_2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3202, '4799', 421, 'sfx_bass1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3203, '4800', 421, 'sfx_sqrpad_dbldotted', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3204, '4801', 421, 'sfx_bass_dbl', 1, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3205, '4802', 421, 'sfx_strange_echoes_1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3206, '4803', 421, 'sfx_strange_echoes_3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3207, '4804', 481, 'xmas12_floortile', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3208, '4805', 481, 'xmas12_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3209, '4806', 481, 'xmas12_pork', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3210, '4807', 481, 'xmas12_nutcracker', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3211, '4808', 481, 'xmas12_table', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3212, '4809', 738, 'xmas12_santathrone', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3213, '4810', 481, 'xmas12_npole', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3214, '4811', 481, 'xmas12_chair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3215, '4812', 481, 'xmas12_fireplace', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3216, '4813', 481, 'xmas12_pillar2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3217, '4814', 481, 'xmas12_barrel', 10, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3218, '4815', 481, 'xmas12_pillar1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3219, '4816', 481, 'xmas12_pillar3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3220, '4817', 481, 'xmas12_snack', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3221, '4818', 481, 'xmas12_floortile2', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3222, '4819', 481, 'xmas12_cfloor', 1, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3223, '4820', 738, 'xmas12_worktable', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3224, '4821', 481, 'xmas12_cfloorbig', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3225, '4822', 481, 'roombg_aurora', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3226, '4823', 115, 'pet_toy_ball', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3227, '4824', 115, 'pet_waterbottle', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3228, '4825', 278, 'pet_breeding_terrier', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (3229, '4826', 115, 'pet_blanket_pink', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3230, '4827', 115, 'pet_basket_blue', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3231, '4828', 115, 'pet_basket_pink', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3232, '4829', 115, 'pet_blanket_blue', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3233, '4830', 411, 'mnstr_compost', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3234, '4831', 471, 'ny2013_res', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3235, '4832', 471, 'ny2013_extrares', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3236, '4833', 590, 'holo_dragon', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3237, '4834', 64, 'wf_act_call_stacks', 10, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3238, '4835', 471, 'fireworks_15', 4, 0, 0, 1, 0, 0, 13, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3239, '4836', 67, 'ny2013_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3240, '4837', 481, 'reef_aquarium', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3241, '4838', 67, 'ny2013_calendar', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3242, '4839', 67, 'ny2013_block', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3243, '4840', 471, 'fireworks_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3244, '4841', 67, 'ny2013_aftermath', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3245, '4842', 67, 'ny2013_floor', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3246, '4843', 67, 'ny2013_clock', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3247, '4844', 676, 'ny2013_cup', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3248, '4845', 349, 'hc_roundchair', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3249, '4846', 349, 'hc_bigvase', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3250, '4847', 229, 'hc_knight_1', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3251, '4848', 349, 'hc_roundtable', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3252, '4849', 349, 'hc_cab', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3253, '4850', 349, 'hc_radio', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3254, '4851', 349, 'hc_luggage', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3255, '4852', 739, 'rare_dragonlamp_pink', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3256, '4853', 347, 'pillow_silver', 0, 3600, 5, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3257, '4854', 347, 'pillow_bronze', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3258, '4855', 736, 'prizetrophy_cake_g', 0, 75, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3259, '4856', 736, 'prizetrophy_cake_s', 0, 75, 0, 1, 0, 0, 41, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3260, '4857', 736, 'prizetrophy_cake_b', 0, 75, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3261, '4858', 302, 'china_snake', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3262, '4859', 330, 'a11 rare_icecream', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3263, '4860', 454, 'val13_build_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3264, '4861', 454, 'val13_gond_post', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3265, '4862', 454, 'val13_gond_mid1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3266, '4863', 454, 'val13_water', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3267, '4864', 454, 'val13_div_2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3268, '4865', 454, 'val13_gond_front', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3269, '4866', 454, 'val13_build_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3270, '4867', 454, 'val13_build_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3271, '4868', 454, 'val13_gond_back', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3272, '4869', 454, 'val13_gond_mid2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3273, '4870', 454, 'val13_div_1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3274, '4871', 24, 'pixel_plantred', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3275, '4872', 24, 'pixel_plantpink', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3276, '4873', 24, 'pixel_light_red', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3277, '4874', 24, 'pixel_plantblue', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3278, '4875', 24, 'pixel_plantgreen', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3279, '4876', 24, 'pixel_light_green', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3280, '4877', 24, 'pixel_light_pink', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3281, '4878', 24, 'pixel_plantblack', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3282, '4879', 24, 'pixel_light_blue', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3283, '4880', 24, 'pixel_carpet_red', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3284, '4881', 24, 'pixel_carpet_blue', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3285, '4882', 24, 'pixel_carpet_pink', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3286, '4883', 24, 'pixel_light_black', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3287, '4884', 24, 'pixel_carpet_black', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3288, '4885', 240, 'valentines_lovelock', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3289, '4886', 24, 'pixel_bed_blue', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3290, '4887', 24, 'pixel_smalltable_blue', 2, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3291, '4888', 24, 'pixel_smalltable_red', 2, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3292, '4889', 24, 'pixel_smalltable_pink', 2, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3293, '4890', 24, 'pixel_smalltable_black', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3294, '4891', 24, 'pixel_smalltable_green', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3295, '4892', 240, 'valentines_lovelock9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3296, '4893', 24, 'pixel_table_red', 5, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3297, '4894', 24, 'pixel_chair_blue', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3298, '4895', 24, 'pixel_floor_pink', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3299, '4896', 24, 'pixel_floor_brown', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3300, '4897', 24, 'pixel_floor_yellow', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3301, '4898', 24, 'pixel_bed_red', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3302, '4899', 24, 'pixel_chair_green', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3303, '4900', 24, 'pixel_table_black', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3304, '4901', 24, 'pixel_bed_black', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3305, '4902', 24, 'pixel_table_blue', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3306, '4903', 24, 'pixel_floor_green', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3307, '4904', 24, 'pixel_floor_silver', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3308, '4905', 24, 'pixel_table_pink', 5, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3309, '4906', 24, 'pixel_chair_pink', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3310, '4907', 24, 'pixel_table_green', 5, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3311, '4908', 24, 'pixel_bed_pink', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3312, '4909', 24, 'pixel_bed_green', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3313, '4910', 24, 'pixel_chair_red', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3314, '4911', 24, 'pixel_chair_black', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3315, '4912', 24, 'pixel_floor_blue', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3316, '4913', 240, 'valentines_lovelock8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3317, '4914', 240, 'valentines_lovelock7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3318, '4915', 240, 'valentines_lovelock3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3319, '4916', 240, 'valentines_lovelock4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3320, '4917', 240, 'valentines_lovelock6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3321, '4918', 240, 'valentines_lovelock5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3322, '4919', 240, 'valentines_lovelock2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3323, '4920', 240, 'valentines_lovelock10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3324, '4921', 450, 'val13_div_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3325, '4922', 450, 'val13_archway', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3326, '4923', 450, 'val13_grass', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3327, '4924', 450, 'val13_pillar', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3328, '4925', 450, 'val13_floor1', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3329, '4926', 450, 'val13_gazebo', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3330, '4927', 450, 'val13_div_3_crnr', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3331, '4928', 450, 'val13_roses', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3332, '4929', 450, 'val13_table', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3333, '4930', 450, 'val13_lamp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3334, '4931', 450, 'val13_flower', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3335, '4932', 450, 'val13_div_3_crnr2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3336, '4933', 450, 'val13_light', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3337, '4934', 450, 'val13_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3338, '4935', 450, 'val13_shrub_circ', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3339, '4936', 450, 'val13_shrub_duck', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3340, '4937', 24, 'pixel_carpet_green', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3341, '4938', 24, 'pixel_couch_blue', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3342, '4939', 739, 'val13_easel_4', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3343, '4940', 739, 'val13_easel_3', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3344, '4941', 739, 'val13_easel_1', 4, 0, 0, 1, 0, 0, -6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3345, '4942', 739, 'val13_easel_2', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3346, '4943', 739, 'val13_easel_5', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3347, '4944', 450, 'val13_statue', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3348, '4945', 307, 'CF_120_sapphire_small', 120, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3349, '4946', 307, 'CF_240_sapphire', 240, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3350, '4947', 64, 'wf_act_kick_user', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3351, '4948', 70, 'steampunk_table_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3352, '4949', 70, 'steampunk_pillar_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3353, '4950', 70, 'steampunk_rack', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3354, '4951', 70, 'steampunk_pillar_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3355, '4952', 70, 'steampunk_chand', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3356, '4953', 70, 'steampunk_floor1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3357, '4954', 70, 'steampunk_sofachair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3358, '4955', 70, 'steampunk_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3359, '4956', 70, 'steampunk_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3360, '4957', 70, 'steampunk_table_2', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3361, '4958', 70, 'steampunk_gear_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3362, '4959', 70, 'steampunk_arch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3363, '4960', 70, 'steampunk_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3364, '4961', 70, 'steampunk_computer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3365, '4962', 70, 'steampunk_floor2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3366, '4963', 70, 'steampunk_globe', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3367, '4964', 70, 'steampunk_gear_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3368, '4965', 70, 'steampunk_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3369, '4966', 714, 'steampunk_gramophone', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3370, '4967', 714, 'steampunk_timemach', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3371, '4968', 714, 'steampunk_zep', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3372, '4969', 243, 'horse_hairdye_17', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3373, '4970', 243, 'horse_dye_17', 1, 225, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3374, '4971', 243, 'horse_hairdye_15', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3375, '4972', 243, 'horse_hairdye_14', 1, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3376, '4973', 243, 'horse_hairdye_13', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3377, '4974', 243, 'horse_hairdye_16', 1, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3378, '4975', 380, 'easter13_flower_2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3379, '4976', 380, 'easter13_flower_1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3380, '4977', 380, 'easter13_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3381, '4978', 380, 'easter13_floor_1', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3382, '4979', 380, 'easter13_teleport', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3383, '4980', 380, 'easter13_bulbs', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3384, '4981', 380, 'easter13_stage_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3385, '4982', 380, 'easter13_sshrooms', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3386, '4983', 380, 'easter13_stage_2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3387, '4984', 380, 'easter13_flower_3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3388, '4985', 52, 'petfood29', 1, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3389, '4986', 667, 'easter13_egg_0', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3390, '4987', 667, 'easter13_egg_3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3391, '4988', 667, 'easter13_egg_1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3392, '4989', 667, 'easter13_egg_2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3393, '4990', 322, 'table_silo_med*10', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3394, '4991', 322, 'sofa_silo*10', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3395, '4992', 322, 'safe_silo*10', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3396, '4993', 322, 'iced_c16_sofa', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3397, '4994', 322, 'divider_silo3*10', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3398, '4995', 322, 'chair_silo*10', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3399, '4996', 322, 'barchair_silo*10', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3400, '4997', 322, 'divider_silo1*10', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3401, '4998', 322, 'table_silo_small*10', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3402, '4999', 380, 'easter13_globe', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3403, '5000', 724, 'easter13_stonefrank', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3404, '5001', 380, 'duck_scuba', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3405, '5002', 380, 'duck_afro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3406, '5003', 380, 'duck_frank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3407, '5004', 504, 'penguin_frank', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3408, '5005', 504, 'penguin_tribal', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3409, '5006', 724, 'easter13_stonehead', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3410, '5007', 380, 'duck_zombie', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3411, '5008', 504, 'penguin_wip', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3412, '5009', 724, 'easter13_sub', 4, 0, 0, 1, 0, 0, 94, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3413, '5010', 504, 'penguin_skele', 4, 0, 0, 1, 0, 0, 95, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3414, '5011', 739, 'easter13_dinoegg', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3415, '5012', 380, 'easter13_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3416, '5013', 25, 'badge_display2', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3417, '5014', 25, 'badge_display', 2, 10, 0, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3418, '5015', 25, 'badge_display4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3419, '5016', 25, 'badge_display3', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3420, '5017', 25, 'badge_display5', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3421, '5018', 699, 'exe_icecream', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3422, '5019', 736, 'prizetrophy_hockey_g', 0, 75, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3423, '5020', 736, 'prizetrophy_hockey_s', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3424, '5021', 736, 'prizetrophy_hockey_b', 0, 75, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3425, '5022', 736, 'prizetrophy_football_g', 0, 75, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3426, '5023', 736, 'prizetrophy_football_s', 0, 75, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3427, '5024', 736, 'prizetrophy_football_b', 0, 75, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3428, '5025', 736, 'prizetrophy_freeze_g', 0, 75, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3429, '5026', 736, 'prizetrophy_freeze_s', 0, 75, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3430, '5027', 736, 'prizetrophy_freeze_b', 0, 75, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3431, '5028', 736, 'prizetrophy_bb_g', 0, 75, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3432, '5029', 736, 'prizetrophy_bb_s', 0, 75, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3433, '5030', 736, 'prizetrophy_bb_b', 0, 75, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3434, '5031', 736, 'prizetrophy_snow_g', 0, 75, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3435, '5032', 736, 'prizetrophy_snow_s', 0, 75, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3436, '5033', 736, 'prizetrophy_snow_b', 0, 75, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3437, '5034', 736, 'prizetrophy_roller_g', 0, 75, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3438, '5035', 736, 'prizetrophy_roller_s', 0, 75, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3439, '5036', 736, 'prizetrophy_roller_b', 0, 75, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3440, '5037', 108, 'gld_hangflag2', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3441, '5038', 108, 'gld_tile2', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3442, '5039', 108, 'gld_hangflag1', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3443, '5040', 108, 'gld_tile1', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3444, '5041', 108, 'gld_table1', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3445, '5042', 63, 'wf_trg_period_long', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3446, '5043', 64, 'wf_act_give_score_tm', 10, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3447, '5044', 256, 'highscore_classic_alltime', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3448, '5045', 256, 'highscore_classic_daily', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3449, '5046', 256, 'highscore_classic_monthly', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3450, '5047', 256, 'highscore_classic', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3451, '5048', 64, 'wf_act_move_to_dir', 7, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3452, '5049', 64, 'wf_act_leave_team', 7, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3453, '5050', 63, 'wf_trg_collision', 7, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3454, '5051', 256, 'highscore_classic_weekly', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3455, '5052', 256, 'highscore_mostwin_daily', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3456, '5053', 256, 'highscore_mostwin_monthly', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3457, '5054', 256, 'highscore_mostwin', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3458, '5055', 64, 'wf_act_chase', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3459, '5056', 65, 'wf_cnd_actor_in_team', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3460, '5057', 256, 'highscore_mostwin_weekly', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3461, '5058', 256, 'highscore_perteam_alltime', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3462, '5059', 256, 'highscore_perteam_daily', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3463, '5060', 256, 'highscore_perteam_monthly', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3464, '5061', 64, 'wf_act_flee', 7, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3465, '5062', 64, 'wf_act_join_team', 7, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3466, '5063', 739, 'arcade_cab', 4, 0, 0, 1, 0, 0, 96, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3467, '5064', 590, 'bb_tddhead_rc1', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3468, '5065', 590, 'bb_robo_rc1', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3469, '5066', 590, 'bb_apparatus_rc1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3470, '5067', 211, 'wf_blob', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3471, '5068', 211, 'wf_blob2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3472, '5069', 122, 'loyalty_toad', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3473, '5070', 122, 'statue_dragon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3474, '5071', 122, 'statue_griffin', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3475, '5072', 122, 'loyalty_mouse', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3476, '5073', 122, 'statue_elk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3477, '5074', 62, 'mystics_gstool', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3478, '5075', 62, 'mystics_bspike2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3479, '5076', 62, 'mystics_bbench', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3480, '5077', 62, 'mystics_gblock1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3481, '5078', 62, 'mystics_bfloor', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3482, '5079', 62, 'mystics_bstool', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3483, '5080', 62, 'mystics_gbench', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3484, '5081', 62, 'mystics_garch', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3485, '5082', 62, 'mystics_gblock2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3486, '5083', 62, 'mystics_gfloor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3487, '5084', 62, 'mystics_barch', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3488, '5085', 62, 'mystics_gtile1', 1, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3489, '5086', 62, 'mystics_bbed', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3490, '5087', 62, 'mystics_btile2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3491, '5088', 62, 'mystics_bspike1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3492, '5089', 62, 'mystics_btile1', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3493, '5090', 62, 'mystics_btable', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3494, '5091', 62, 'mystics_gtable', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3495, '5092', 62, 'mystics_gbed', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3496, '5093', 62, 'mystics_gtree', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3497, '5094', 255, 'wf_cnd_wearing_badge', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3498, '5095', 255, 'wf_cnd_wearing_effect', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3499, '5096', 682, 'mystics_gthrone', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3500, '5097', 682, 'mystics_bthrone', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3501, '5098', 62, 'mystics_ltstatue', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3502, '5099', 590, 'mystics_crystal_s', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3503, '5100', 590, 'mystics_crystal_m', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3504, '5101', 725, 'mystics_duck', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3505, '5102', 590, 'mystics_crystal_l', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3506, '5103', 215, 'tile_stackmagic', 2, 225, 0, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3507, '5104', 739, 'mystics_rfountain', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3508, '5105', 739, 'mystics_rpillar', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3509, '5106', 739, 'holo_nelly', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3510, '5107', 40, 'ads_woz_mpu', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3511, '5108', 627, 'mint diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 100, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3512, '5109', 627, 'mint diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 101, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3513, '5110', 627, 'mint diner_sofa_1', 4, 0, 0, 1, 0, 0, 102, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3514, '5111', 627, 'mint diner_bardesk', 5, 0, 0, 1, 0, 0, 103, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3515, '5112', 627, 'mint diner_table_1', 5, 0, 0, 1, 0, 0, 104, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3516, '5113', 627, 'mint diner_gumvendor', 4, 0, 0, 1, 0, 0, 105, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3517, '5114', 627, 'mint diner_sofa_2', 4, 0, 0, 1, 0, 0, 106, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3518, '5115', 627, 'mint diner_table_2', 4, 0, 0, 1, 0, 0, 107, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3519, '5116', 627, 'mint diner_chair', 2, 0, 0, 1, 0, 0, 108, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3520, '5117', 627, 'mint diner_cashreg', 4, 0, 0, 1, 0, 0, 109, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3521, '5118', 122, 'loyalty_dolphin', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3522, '5119', 535, 'ads_clearasil_tile1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3523, '5120', 535, 'ads_clearasil_vend', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3524, '5121', 71, 'tent_orange', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3525, '5122', 111, 'hblooza_bbq', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3526, '5123', 71, 'foldabletable_camo', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3527, '5124', 71, 'foldabletable_beige', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3528, '5125', 111, 'hblooza_icecream', 10, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3529, '5126', 111, 'hblooza_stage2_1', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3530, '5127', 111, 'hblooza_stage2_2', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3531, '5128', 111, 'hblooza_stage2_3', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3532, '5129', 111, 'hblooza_stage2_4', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3533, '5130', 276, 'hblooza_popcorn', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3534, '5131', 111, 'hblooza_dirtfloor', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3535, '5132', 111, 'hblooza_tfnc_1', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3536, '5133', 71, 'tent_beige', 4, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3537, '5134', 267, 'hblooza_spacerent3x4', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3538, '5135', 111, 'hblooza_sfnc_crnr_1', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3539, '5136', 111, 'hblooza_sfnc_crnr_2', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3540, '5137', 111, 'hblooza_sfnc_crnr_3', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3541, '5138', 111, 'hblooza_sfnc_crnr_4', 4, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3542, '5139', 111, 'hblooza_stage1_1', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3543, '5140', 111, 'hblooza_stage1_2', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3544, '5141', 111, 'hblooza_stage1_3', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3545, '5142', 111, 'hblooza_stage1_4', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3546, '5143', 71, 'tent_camo', 4, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3547, '5144', 111, 'hblooza_fnc_crnr', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3548, '5145', 276, 'hblooza_bubblejuice', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3549, '5146', 111, 'hblooza_tfnc_2_1', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3550, '5147', 111, 'hblooza_tfnc_2_2', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3551, '5148', 111, 'hblooza_tfnc_2_3', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3552, '5149', 111, 'hblooza_tfnc_2_4', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3553, '5150', 111, 'hblooza_pillar1', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3554, '5151', 71, 'bigtent_beige', 18, 20, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3555, '5152', 71, 'foldablechair_camo', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3556, '5153', 111, 'hblooza_candyfloss', 10, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3557, '5154', 111, 'hblooza_fnc', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3558, '5155', 267, 'hblooza_spacerent6x6', 4, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3559, '5156', 276, 'hblooza_hotdog', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3560, '5157', 71, 'bigtent_camo', 18, 20, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3561, '5158', 111, 'hblooza_sfnc_1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3562, '5159', 111, 'hblooza_sfnc_2', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3563, '5160', 111, 'hblooza_sfnc_3', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3564, '5161', 111, 'hblooza_sfnc_4', 4, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3565, '5162', 71, 'foldablechair_beige', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3566, '5163', 71, 'tent_blue', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3567, '5164', 739, 'hblooza_kiosk', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3568, '5165', 111, 'hblooza_tgate_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3569, '5166', 111, 'hblooza_tgate_2', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3570, '5167', 111, 'hblooza_tgate_3', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3571, '5168', 111, 'hblooza_tgate_4', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3572, '5169', 111, 'hblooza_chicken', 10, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3573, '5170', 111, 'hblooza_sign', 4, 0, 0, 1, 0, 0, 110, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3574, '5171', 267, 'hblooza_spacerent7x7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3575, '5172', 267, 'hblooza_spacerent5x5', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3576, '5173', 109, 'yttv3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3577, '5174', 109, 'yttv2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3578, '5175', 109, 'yttv1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3579, '5176', 109, 'yttv2b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3580, '5177', 736, 'prizetrophy_hblooza_g', 0, 75, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3581, '5178', 736, 'prizetrophy_hblooza_s', 0, 75, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3582, '5179', 736, 'prizetrophy_hblooza_b', 0, 75, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3583, '5180', 215, 'tile_stackmagic1', 12, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3584, '5181', 215, 'tile_stackmagic2', 15, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3585, '5182', 266, 'hblooza_guitar3', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3586, '5183', 266, 'hblooza_guitar1', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3587, '5184', 266, 'hblooza_guitar11', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3588, '5185', 266, 'hblooza_guitar7', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3589, '5186', 266, 'hblooza_guitar9', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3590, '5187', 266, 'hblooza_guitar8', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3591, '5188', 266, 'hblooza_guitar6', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3592, '5189', 266, 'hblooza_guitar10', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3593, '5190', 266, 'hblooza_guitar5', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3594, '5191', 266, 'hblooza_guitar4', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3595, '5192', 266, 'hblooza_guitar2', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3596, '5193', 600, 'hblooza_pinata2', 25, 25, 5, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3597, '5194', 600, 'hblooza_pinata1', 12, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3598, '5195', 547, 'ads_vpiggy_flag', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3599, '5196', 547, 'ads_vpiggy_pig', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3600, '5197', 710, 'pirate_bottle_1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3601, '5198', 72, 'pirate_dvdr3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3602, '5199', 710, 'pirate_bottle_3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3603, '5200', 710, 'pirate_bottle_2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3604, '5201', 72, 'pirate_chest1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3605, '5202', 72, 'pirate_barrel1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3606, '5203', 72, 'pirate_cannonballs', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3607, '5204', 72, 'pirate_mast2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3608, '5205', 108, 'pirate_mast2grp', 6, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3609, '5206', 710, 'pirate_bottle_8', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3610, '5207', 710, 'pirate_bottle_7', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3611, '5208', 72, 'pirate_dvdr2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3612, '5209', 72, 'pirate_crate', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3613, '5210', 72, 'pirate_parrot', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3614, '5211', 108, 'pirate_mast3grp', 6, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3615, '5212', 72, 'pirate_swordrack', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3616, '5213', 710, 'pirate_bottle_10', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3617, '5214', 72, 'pirate_gate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3618, '5215', 72, 'pirate_side1', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3619, '5216', 72, 'pirate_roombg', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3620, '5217', 72, 'pirate_stage3', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3621, '5218', 710, 'pirate_bottle_4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3622, '5219', 710, 'pirate_bottle_9', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3623, '5220', 72, 'pirate_stage2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3624, '5221', 72, 'pirate_mast1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3625, '5222', 72, 'pirate_cannon', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3626, '5223', 72, 'pirate_stairs', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3627, '5224', 267, 'spacerent_room', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3628, '5225', 108, 'pirate_mast4grp', 6, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3629, '5226', 72, 'pirate_grate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3630, '5227', 72, 'ship_wheel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3631, '5228', 710, 'pirate_bottle_6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3632, '5229', 72, 'pirate_mast3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3633, '5230', 72, 'pirate_stage', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3634, '5231', 710, 'pirate_bottle_5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3635, '5232', 72, 'pirate_flag', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3636, '5233', 72, 'pirate_barrel2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3637, '5234', 72, 'pirate_plank', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3638, '5235', 72, 'pirate_anchor', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3639, '5236', 72, 'pirate_gunrack', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3640, '5237', 72, 'pirate_sandtrap', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3641, '5238', 72, 'pirate_barrel3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3642, '5239', 72, 'pirate_mast4', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3643, '5240', 72, 'pirate_dvdr1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3644, '5241', 72, 'pirate_teleport', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3645, '5242', 707, 'pirate_poseidon', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3646, '5243', 707, 'pirate_kraken', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3647, '5244', 707, 'pirate_navdesk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3648, '5245', 709, 'Aavelaivan osat', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3649, '5246', 709, 'pirate_stage_g', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3650, '5247', 709, 'pirate_stage3_g', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3651, '5248', 709, 'pirate_stairs_g', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3652, '5249', 709, 'pirate_plank_g', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3653, '5250', 709, 'pirate_flag_g', 4, 0, 0, 1, 0, 0, 112, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3654, '5251', 709, 'pirate_mast_g', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3655, '5252', 709, 'pirate_gate_g', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3656, '5253', 709, 'pirate_stage2_g', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3657, '5254', 709, 'ship_wheel_g', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3658, '5255', 709, 'pirate_dvdr3_g', 4, 0, 0, 1, 0, 0, 113, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3659, '5256', 709, 'pirate_dvdr2_g', 4, 0, 0, 1, 0, 0, 114, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3660, '5257;59969', 713, 'school_chairgold', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3661, '5258', 467, 'school_coatrack_g', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3662, '5259', 467, 'school_locker_g_notele', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3663, '5260', 467, 'school_coatrack_b', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3664, '5261', 467, 'school_locker_b_notele', 4, 0, 0, 1, 0, 0, 115, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3665, '5262', 467, 'school_chair_b', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3666, '5263', 467, 'school_locker_g', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3667, '5264;59970', 713, 'school_consolegold', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3668, '5265', 467, 'school_chair_g', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3669, '5266', 467, 'school_fountain', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3670, '5267', 467, 'school_locker_r_notele', 4, 0, 0, 1, 0, 0, 116, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3671, '5268', 467, 'school_console_g', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3672, '5269', 467, 'school_console_b', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3673, '5270', 467, 'school_coatrack_r', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3674, '5271;59971', 713, 'school_gate', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3675, '5272', 467, 'school_cafe', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3676, '5273', 272, 'grungelamp', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3677, '5274', 535, 'ads_clearasil_vend2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3678, '5275', 739, 'golden_apple', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3679, '5276', 467, 'trophy_display', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3680, '5277', 394, 'hween13_sheep', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3681, '5278', 394, 'hween13_rose', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3682, '5279', 394, 'hween13_book', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3683, '5280', 394, 'hween13_castleturret3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3684, '5281', 394, 'hween13_castleturret1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3685, '5282', 394, 'hween13_castleturret2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3686, '5283', 394, 'hween13_castleblock2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3687, '5284', 394, 'hween13_bridgeend', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3688, '5285', 394, 'hween13_thorndiv2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3689, '5286', 394, 'hween13_thorndiv1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3690, '5287', 394, 'hween13_gutsfloor', 1, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3691, '5288', 394, 'hween13_grass', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3692, '5289', 394, 'hween13_castlespike', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3693, '5290', 394, 'hween13_castleblock1', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3694, '5291', 394, 'hween13_floor2', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3695, '5292', 394, 'hween13_roombg', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3696, '5293', 394, 'hween13_bridgemid', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3697, '5294', 394, 'hween13_fence_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3698, '5295', 394, 'hween13_stage_s', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3699, '5296', 394, 'hween13_crnr_1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3700, '5297', 394, 'hween13_cardtable', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3701, '5298', 394, 'hween13_gate_1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3702, '5299', 394, 'hween13_tree', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3703, '5300', 676, 'hween13_bldtrail', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3704, '5301', 394, 'hween13_teacup', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3705, '5302', 394, 'hween13_tile1', 1, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3706, '5303', 394, 'hween13_stage_l', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3707, '5304', 394, 'hween13_tele', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3708, '5305', 394, 'hween13_chair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3709, '5306', 394, 'hween13_tile2', 1, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3710, '5307', 394, 'hween13_mirror', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3711, '5308', 394, 'hween13_candle', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3712, '5309', 394, 'hween13_piglamp', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3713, '5310', 394, 'hween13_castlegarg', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3714, '5311', 394, 'hween13_castledoor', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3715, '5312', 394, 'hween13_teaset', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3716, '5313', 394, 'hween13_dwarfdiv', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3717, '5314', 394, 'hween13_dwarfcrn', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3718, '5315', 683, 'info_terminal', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3719, '5316', 429, 'button_green', 4, 0, 0, 1, 0, 0, 117, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3720, '5317', 394, 'hween13_bed', 4, 0, 0, 1, 0, 0, 118, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3721, '5318', 122, 'loyalty_pig', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3722, '5319', 394, 'hween13_monsterpea', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3723, '5320', 739, 'hween13_sheepdemon', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3724, '5321', 394, 'hween13_throne', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3725, '5322', 109, 'yttv2n', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3726, '5323', 280, 'cine_teleport4', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3727, '5324', 590, 'cine_starchair', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3728, '5325', 280, 'cine_pillarlight', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3729, '5326', 280, 'cine_teleport2', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3730, '5327', 280, 'cine_bigcorn', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3731, '5328', 280, 'cine_teleport1', 4, 0, 0, 1, 0, 0, 131, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3732, '5329', 280, 'cine_soda', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3733, '5330', 280, 'cine_teleport3', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3734, '5331', 538, 'ads_dtlrare', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3735, '5332', 429, 'mystics_crystal', 4, 0, 0, 1, 0, 0, 119, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3736, '5333', 421, 'sfx_taperec_breakbeat', 4, 0, 0, 1, 0, 0, 120, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3737, '5334', 421, 'sfx_taperec', 4, 0, 0, 1, 0, 0, 121, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3738, '5335', 421, 'sfx_taperec_bassline', 4, 0, 0, 1, 0, 0, 122, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3739, '5336', 46, 'sound_set_79', 4, 0, 0, 1, 0, 0, 123, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3740, '5337', 429, 'background_color', 4, 0, 0, 1, 0, 0, 124, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3741, '5338', 24, 'pixel_couch_pink', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3742, '5339', 24, 'pixel_couch_green', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3743, '5340', 24, 'pixel_couch_black', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3744, '5341', 24, 'pixel_couch_red', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3745, '5342', 483, 'xmas13_block2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3746, '5343', 482, 'xmas13_snowflake10', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3747, '5344', 482, 'xmas13_snowflake2', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3748, '5345', 483, 'xmas13_table', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3749, '5346', 482, 'xmas13_snowflake5', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3750, '5347', 483, 'xmas13_snack', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3751, '5348', 482, 'xmas13_snowflake9', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3752, '5349', 482, 'xmas13_snowflake3', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3753, '5350', 483, 'xmas13_block1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3754, '5351', 482, 'xmas13_snowflake6', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3755, '5352', 482, 'xmas13_snowflake1', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3756, '5353', 482, 'xmas13_snowflake7', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3757, '5354', 482, 'xmas13_snowflake4', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3758, '5355', 482, 'xmas13_snowflake8', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3759, '5356', 483, 'xmas13_chair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3760, '5357', 483, 'xmas13_floor', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3761, '5358', 455, 'js_bling_chair_w', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3762, '5359', 455, 'js_bling_bed', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3763, '5360', 279, 'js_chandelier', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3764, '5361', 455, 'js_bling11_seat1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3765, '5362', 455, 'js_bling_fridge', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3766, '5363', 455, 'js_bling11_seat2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3767, '5364', 455, 'js_bling11_sofa', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3768, '5365', 455, 'js_bling11_dvn', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3769, '5366', 369, 'lidotower', 4, 0, 0, 1, 0, 0, 125, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3770, '5367', 429, 'test_tent', 4, 0, 0, 1, 0, 0, 126, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3771, '5368', 429, 'test_cnd_not_stuff_is', 4, 0, 0, 1, 0, 0, 127, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3772, '5369', 429, 'test_cnd_not_furni_on', 4, 0, 0, 1, 0, 0, 128, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3773, '5370', 429, 'info_terminal_test', 4, 0, 0, 1, 0, 0, 129, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3774, '5371', 429, 'talking_fridge', 4, 0, 0, 1, 0, 0, 130, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3775, '5372', 429, 'telescopetest', 4, 0, 0, 1, 0, 0, 131, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3776, '5373', 429, 'test_spacerent', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3777, '5374', 429, 'guild_customized', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3778, '5375', 429, 'test_effectswitch', 4, 0, 0, 1, 0, 0, 134, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3779, '5376', 429, 'test_cnd_not_hv_avtrs', 4, 0, 0, 1, 0, 0, 135, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3780, '5377', 429, 'vimeo_cubie', 4, 0, 0, 1, 0, 0, 136, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3781, '5378', 429, 'vote_majority', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3782, '5379', 429, 'test_cnd_not_in_group', 4, 0, 0, 1, 0, 0, 137, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3783, '5380', 109, 'ytprojector', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3784, '5381', 429, 'test_cnd_not_match_snap', 4, 0, 0, 1, 0, 0, 138, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3785, '5382', 429, 'testbot', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3786, '5383', 429, 'ach_resolution_test', 4, 0, 0, 1, 0, 0, 139, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3787, '5384', 429, 'test_bigtent', 4, 0, 0, 1, 0, 0, 140, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3788, '5385', 429, 'test_cnd_not_in_team', 4, 0, 0, 1, 0, 0, 141, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3789, '5386', 429, 'icecream_stand', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3790, '5387', 429, 'test_candyfloss', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3791, '5388', 429, 'test_cnd_not_wearing_b', 4, 0, 0, 1, 0, 0, 142, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3792, '5389', 429, 'shallow_test', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3793, '5390', 429, 'test_cnd_not_wearing_f', 4, 0, 0, 1, 0, 0, 143, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3794, '5391', 429, 'test_builder_placeholder', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3795, '5392', 429, 'test_cnd_not_trggrer_on', 4, 0, 0, 1, 0, 0, 144, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3796, '5393', 429, 'change_state_on_step', 4, 0, 0, 1, 0, 0, 145, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3797, '5394', 429, 'test_highscore_1', 4, 0, 0, 1, 0, 0, 146, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3798, '5395', 429, 'test_highscore_2', 4, 0, 0, 1, 0, 0, 147, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3799, '5396', 429, 'test_highscore_3', 4, 0, 0, 1, 0, 0, 148, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3800, '5397', 429, 'test_highscore_4', 4, 0, 0, 1, 0, 0, 149, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3801, '5398', 429, 'testtubetv2', 4, 0, 0, 1, 0, 0, 150, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3802, '5399', 429, 'vimeo_test', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3803, '5400', 429, 'action_link_furni_test', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3804, '5401', 429, 'test_highscore_wins_1', 4, 0, 0, 1, 0, 0, 151, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3805, '5402', 429, 'test_highscore_wins_2', 4, 0, 0, 1, 0, 0, 152, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3806, '5403', 429, 'test_highscore_wins_3', 4, 0, 0, 1, 0, 0, 153, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3807, '5404', 429, 'test_highscore_wins_4', 4, 0, 0, 1, 0, 0, 154, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3808, '5405', 429, 'cr_tree_basic_01', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3809, '5406', 429, 'handitem_tester', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3810, '5407', 429, 'random_tele_1', 4, 0, 0, 1, 0, 0, 155, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3811, '5408', 429, 'builder_exp', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3812, '5409', 429, 'cameraproto', 4, 0, 0, 1, 0, 0, 156, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3813, '5410', 429, 'test_shipside', 4, 0, 0, 1, 0, 0, 157, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3814, '5411', 429, 'lovelock_test', 4, 0, 0, 1, 0, 0, 158, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3815, '5412', 429, 'testing_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3816, '5413', 429, 'royal_sofa', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3817, '5414', 429, 'test_ltd_handitem', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3818, '5415', 429, 'testing_yt', 4, 0, 0, 1, 0, 0, 159, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3819, '5416', 429, 'vote_machine', 4, 0, 0, 1, 0, 0, 160, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3820, '5417', 429, 'badge_display_case', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3821, '5418', 429, 'testtubetv1', 4, 0, 0, 1, 0, 0, 161, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3822, '5419', 429, 'royal_chair', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3823, '5420', 429, 'random_tele_2', 4, 0, 0, 1, 0, 0, 162, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3824, '5421', 429, 'statestoragetesting_1', 4, 0, 0, 1, 0, 0, 163, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3825, '5422', 429, 'statestoragetesting_2', 4, 0, 0, 1, 0, 0, 164, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3826, '5423', 429, 'statestoragetesting_3', 4, 0, 0, 1, 0, 0, 165, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3827, '5424', 429, 'statestoragetesting_4', 4, 0, 0, 1, 0, 0, 166, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3828, '5425', 429, 'statestoragetesting_5', 4, 0, 0, 1, 0, 0, 167, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3829, '5426', 429, 'statestoragetesting_6', 4, 0, 0, 1, 0, 0, 168, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3830, '5427', 429, 'statestoragetesting_7', 4, 0, 0, 1, 0, 0, 169, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3831, '5428', 429, 'statestoragetesting_8', 4, 0, 0, 1, 0, 0, 170, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3832, '5429', 429, 'statestoragetesting_9', 4, 0, 0, 1, 0, 0, 171, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3833, '5430', 429, 'test_cnd_not_user_count', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3834, '5431', 429, 'soundblock', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3835, '5432', 429, 'testing_rentablespace', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3836, '5433', 429, 'test_festhotdog', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3837, '5434', 429, 'random_teleport', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3838, '5435', 429, 'soundblock_breakbeat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3839, '5436', 429, 'stackable_water', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3840, '5437', 40, 'water_backdrop', 3, 0, 0, 1, 0, 0, 172, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3841, '5438', 65, 'wf_cnd_not_trggrer_on', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3842, '5439', 65, 'wf_cnd_not_in_team', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3843, '5440', 65, 'wf_cnd_not_furni_on', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3844, '5441', 65, 'wf_cnd_not_hv_avtrs', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3845, '5442', 63, 'wf_trg_at_time_long', 4, 0, 0, 1, 0, 0, 173, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3846, '5443', 65, 'wf_cnd_not_user_count', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3847, '5444', 255, 'wf_cnd_not_wearing_fx', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3848, '5445', 65, 'wf_cnd_user_count_in', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3849, '5446', 255, 'wf_cnd_not_wearing_b', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3850, '5447', 65, 'wf_cnd_stuff_is', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3851, '5448', 65, 'wf_cnd_not_in_group', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3852, '5449', 65, 'wf_cnd_not_stuff_is', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3853, '5450', 64, 'wf_act_move_furni_to', 4, 0, 0, 1, 0, 0, 174, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3854, '5451', 429, 'wf_act_toggle_to_rnd', 4, 0, 0, 1, 0, 0, 175, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3855, '5452', 65, 'wf_cnd_not_match_snap', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3856, '5453', 590, 'crystal_dragon', 4, 0, 0, 1, 0, 0, 176, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3857, '5454', 590, 'crystal_throne', 4, 0, 0, 1, 0, 0, 177, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3858, '5455', 738, 'white_dino_egg', 4, 0, 0, 1, 0, 0, 178, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3859, '5456', 40, 'bg_cloud', 3, 0, 0, 1, 0, 0, 179, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3860, '5457', 429, 'hole4', 4, 0, 0, 1, 0, 0, 180, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3861, '5458', 429, 'hole1x1test', 4, 0, 0, 1, 0, 0, 181, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3862, '5459', 429, 'teleport_random', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3863, '5460', 429, 'teleport_random_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3864, '5461', 307, 'CF_5000_suitcase', 5000, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3865, '5462', 139, 'bc_block_0_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3866, '5463', 139, 'bc_block_0_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3867, '5464', 139, 'bc_block_0_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3868, '5465', 139, 'bc_block_0_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3869, '5466', 139, 'bc_block_0_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3870, '5467', 139, 'bc_block_0_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3871, '5468', 139, 'bc_block_0_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3872, '5469', 139, 'bc_block_0_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3873, '5470', 139, 'bc_block_0_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3874, '5471', 139, 'bc_block_0_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3875, '5472', 139, 'bc_block_0_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3876, '5473', 139, 'bc_block_0_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3877, '5474', 139, 'bc_block_0_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3878, '5475', 139, 'bc_block_0_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3879, '5476', 140, 'bc_block_1_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3880, '5477', 140, 'bc_block_1_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3881, '5478', 140, 'bc_block_1_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3882, '5479', 140, 'bc_block_1_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3883, '5480', 140, 'bc_block_1_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3884, '5481', 140, 'bc_block_1_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3885, '5482', 140, 'bc_block_1_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3886, '5483', 140, 'bc_block_1_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3887, '5484', 140, 'bc_block_1_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3888, '5485', 140, 'bc_block_1_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3889, '5486', 140, 'bc_block_1_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3890, '5487', 140, 'bc_block_1_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3891, '5488', 140, 'bc_block_1_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3892, '5489', 140, 'bc_block_1_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3893, '5490', 483, 'xmas13_rug', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3894, '5491', 483, 'xmas13_shelves', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3895, '5492', 483, 'xmas13_pillar', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3896, '5493', 483, 'xmas13_toyhorse', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3897, '5494', 483, 'xmas13_tools1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3898, '5495', 483, 'xmas13_paintsplat1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3899, '5496', 729, 'xmas13_gingerbread', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3900, '5497', 483, 'xmas13_light', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3901, '5498', 483, 'xmas13_candycane1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3902, '5499', 483, 'xmas13_paintsplat3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3903, '5500', 483, 'xmas13_paintsplat4', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3904, '5501', 483, 'xmas13_paintsplat2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3905, '5502', 483, 'xmas13_candycane2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3906, '5503', 483, 'xmas13_bucket1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3907, '5504', 483, 'xmas13_toyblock2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3908, '5505', 483, 'xmas13_toyblock4', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3909, '5506', 483, 'xmas13_toyblock3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3910, '5507', 483, 'xmas13_toyblock1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3911, '5508', 354, 'hc_exe_seccam', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3912, '5509', 354, 'hc_exe_wrkdesk', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3913, '5510', 354, 'hc_exe_glassdvdr', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3914, '5511', 354, 'hc_exe_sofa', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3915, '5512', 354, 'hc_exe_s_table', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3916, '5513', 354, 'hc_exe_light', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3917, '5514', 354, 'hc_exe_chair2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3918, '5515', 354, 'hc_exe_table', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3919, '5516', 354, 'hc_exe_chair', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3920, '5517', 354, 'hc_exe_elevator', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3921, '5518', 354, 'hc_exe_cubelight', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (3922, '5519', 683, 'mutearea_sign', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3923, '5520', 683, 'buildarea_sign', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3924, '5521', 483, 'xmas13_mincepies', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3925, '5522', 483, 'xmas13_eggnogbowl', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3926, '5523', 483, 'xmas13_eggnogglass', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3927, '5524', 483, 'xmas13_machine1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3928, '5525', 483, 'xmas13_jack', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3929, '5526', 740, 'xmas13_throne', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3930, '5527', 483, 'xmas13_toolbox', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3931, '5528', 483, 'xmas13_workdesk', 5, 0, 0, 1, 0, 0, 182, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3932, '5529', 483, 'xmas13_robotdino', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3933, '5530', 238, 'gnome_box', 0, 1500, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (3934, '5531', 307, 'CF_750_duck', 750, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3935, '5532', 307, 'CF_350_duck', 350, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3936, '5533', 483, 'xmas13_terminal', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3937, '5534', 368, 'habbo15_icm', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3938, '5535', 470, 'roombg_stars', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3939, '5536', 470, 'roombg_city1', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3940, '5537', 470, 'roombg_city2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3941, '5538', 302, 'rare_chinahorse', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3942, '5539', 146, 'bc_block_redbrick_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3943, '5540', 146, 'bc_block_redbrick_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3944, '5541', 146, 'bc_block_redbrick_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3945, '5542', 146, 'bc_block_redbrick_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3946, '5543', 146, 'bc_block_redbrick_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3947, '5544', 146, 'bc_block_redbrick_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3948, '5545', 146, 'bc_block_redbrick_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3949, '5546', 146, 'bc_block_redbrick_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3950, '5547', 146, 'bc_block_redbrick_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3951, '5548', 146, 'bc_block_redbrick_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3952, '5549', 146, 'bc_block_redbrick_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3953, '5550', 146, 'bc_block_redbrick_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3954, '5551', 146, 'bc_block_redbrick_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3955, '5552', 146, 'bc_block_redbrick_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3956, '5553', 150, 'bc_block_artdeco1_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3957, '5554', 150, 'bc_block_artdeco1_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3958, '5555', 150, 'bc_block_artdeco1_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3959, '5556', 150, 'bc_block_artdeco1_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3960, '5557', 150, 'bc_block_artdeco1_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3961, '5558', 151, 'bc_block_industrial_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3962, '5559', 151, 'bc_block_industrial_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3963, '5560', 151, 'bc_block_industrial_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3964, '5561', 151, 'bc_block_industrial_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3965, '5562', 151, 'bc_block_industrial_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3966, '5563', 148, 'bc_lavarock_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3967, '5564', 148, 'bc_lavarock_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3968, '5565', 148, 'bc_lavarock_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3969, '5566', 148, 'bc_lavarock_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3970, '5567', 148, 'bc_lavarock_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3971, '5568', 148, 'bc_lavarock_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3972, '5569', 148, 'bc_lavarock_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3973, '5570', 148, 'bc_lavarock_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3974, '5571', 148, 'bc_lavarock_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3975, '5572', 148, 'bc_lavarock_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3976, '5573', 148, 'bc_lavarock_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3977, '5574', 148, 'bc_lavarock_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3978, '5575', 148, 'bc_lavarock_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3979, '5576', 148, 'bc_lavarock_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3980, '5577', 153, 'bc_block_metalgrip_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3981, '5578', 153, 'bc_block_metalgrip_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3982, '5579', 153, 'bc_block_metalgrip_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3983, '5580', 153, 'bc_block_metalgrip_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3984, '5581', 153, 'bc_block_metalgrip_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3985, '5582', 157, 'bc_block_grass_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3986, '5583', 157, 'bc_block_grass_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3987, '5584', 157, 'bc_block_grass_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3988, '5585', 157, 'bc_block_grass_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3989, '5586', 157, 'bc_block_grass_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3990, '5587', 157, 'bc_block_grass_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3991, '5588', 157, 'bc_block_grass_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3992, '5589', 149, 'bc_block_marble_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3993, '5590', 149, 'bc_block_marble_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3994, '5591', 149, 'bc_block_marble_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3995, '5592', 149, 'bc_block_marble_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3996, '5593', 149, 'bc_block_marble_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3997, '5594', 149, 'bc_block_marble_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3998, '5595', 149, 'bc_block_marble_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (3999, '5596', 149, 'bc_block_marble_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4000, '5597', 149, 'bc_block_marble_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4001, '5598', 149, 'bc_block_marble_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4002, '5599', 149, 'bc_block_marble_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4003, '5600', 149, 'bc_block_marble_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4004, '5601', 149, 'bc_block_marble_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4005, '5602', 149, 'bc_block_marble_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4006, '5603', 152, 'bc_block_sand_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4007, '5604', 152, 'bc_block_sand_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4008, '5605', 152, 'bc_block_sand_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4009, '5606', 152, 'bc_block_sand_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4010, '5607', 152, 'bc_block_sand_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4011, '5608', 152, 'bc_block_sand_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4012, '5609', 152, 'bc_block_sand_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4013, '5610', 147, 'bc_block_glass_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4014, '5611', 147, 'bc_block_glass_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4015, '5612', 147, 'bc_block_glass_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4016, '5613', 147, 'bc_block_glass_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4017, '5614', 147, 'bc_block_glass_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4018, '5615', 147, 'bc_block_glass_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4019, '5616', 147, 'bc_block_glass_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4020, '5617', 147, 'bc_block_glass_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4021, '5618', 147, 'bc_block_glass_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4022, '5619', 147, 'bc_block_glass_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4023, '5620', 147, 'bc_block_glass_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4024, '5621', 147, 'bc_block_glass_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4025, '5622', 147, 'bc_block_glass_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4026, '5623', 147, 'bc_block_glass_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4027, '5624', 138, 'bc_round_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4028, '5625', 138, 'bc_round_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4029, '5626', 138, 'bc_round_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4030, '5627', 138, 'bc_round_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4031, '5628', 138, 'bc_round_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4032, '5629', 138, 'bc_round_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4033, '5630', 138, 'bc_round_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4034, '5631', 138, 'bc_round_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4035, '5632', 138, 'bc_round_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4036, '5633', 138, 'bc_round_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4037, '5634', 138, 'bc_round_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4038, '5635', 138, 'bc_round_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4039, '5636', 138, 'bc_round_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4040, '5637', 138, 'bc_round_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4041, '5638', 156, 'bc_block_wool_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4042, '5639', 156, 'bc_block_wool_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4043, '5640', 156, 'bc_block_wool_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4044, '5641', 156, 'bc_block_wool_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4045, '5642', 156, 'bc_block_wool_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4046, '5643', 156, 'bc_block_wool_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4047, '5644', 156, 'bc_block_wool_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4048, '5645', 156, 'bc_block_wool_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4049, '5646', 156, 'bc_block_wool_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4050, '5647', 156, 'bc_block_wool_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4051, '5648', 156, 'bc_block_wool_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4052, '5649', 156, 'bc_block_wool_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4053, '5650', 156, 'bc_block_wool_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4054, '5651', 156, 'bc_block_wool_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4055, '5652', 155, 'bc_stone_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4056, '5653', 155, 'bc_stone_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4057, '5654', 155, 'bc_stone_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4058, '5655', 155, 'bc_stone_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4059, '5656', 155, 'bc_stone_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4060, '5657', 155, 'bc_stone_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4061, '5658', 155, 'bc_stone_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4062, '5659', 155, 'bc_stone_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4063, '5660', 155, 'bc_stone_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4064, '5661', 155, 'bc_stone_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4065, '5662', 155, 'bc_stone_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4066, '5663', 155, 'bc_stone_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4067, '5664', 155, 'bc_stone_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4068, '5665', 155, 'bc_stone_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4069, '5666', 154, 'bc_metalcrate_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4070, '5667', 154, 'bc_metalcrate_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4071, '5668', 154, 'bc_metalcrate_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4072, '5669', 154, 'bc_metalcrate_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4073, '5670', 154, 'bc_metalcrate_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4074, '5671', 154, 'bc_metalcrate_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4075, '5672', 154, 'bc_metalcrate_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4076, '5673', 154, 'bc_metalcrate_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4077, '5674', 154, 'bc_metalcrate_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4078, '5675', 154, 'bc_metalcrate_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4079, '5676', 154, 'bc_metalcrate_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4080, '5677', 154, 'bc_metalcrate_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4081, '5678', 154, 'bc_metalcrate_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4082, '5679', 154, 'bc_metalcrate_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4083, '5680', 302, 'china_horse', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4084, '5681', 493, 'prizetrophy_storieshero', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4085, '5682', 312, 'book_rare_0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4086, '5683', 312, 'book_rare_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4087, '5684', 312, 'book_rare_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4088, '5685', 312, 'book_rare_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4089, '5686', 312, 'book_rare_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4090, '5687', 312, 'book_rare_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4091, '5688', 312, 'book_rare_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4092, '5689', 312, 'book_rare_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4093, '5690', 312, 'book_rare_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4094, '5691', 312, 'book_rare_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4095, '5692', 299, 'val14_bench', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4096, '5693', 299, 'val14_table', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4097, '5694', 299, 'val14_rosebook', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4098, '5695', 299, 'val14_stool', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4099, '5696', 299, 'val14_bed_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4100, '5697', 299, 'val14_b_roof', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4101, '5698', 299, 'val14_gate', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4102, '5699', 299, 'val14_tile2', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4103, '5700', 299, 'val14_bed_o', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4104, '5701', 299, 'val14_wchair', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4105, '5702', 299, 'val14_tile3', 1, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4106, '5703', 299, 'val14_g_roof', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4107, '5704', 299, 'val14_bigplant1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4108, '5705', 299, 'val14_pot1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4109, '5706', 299, 'val14_fbath', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4110, '5707', 299, 'val14_largetile', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4111, '5708', 299, 'val14_tile1', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4112, '5709', 299, 'val14_y_roof', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4113, '5710', 299, 'val14_archway', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4114, '5711', 299, 'val14_door', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4115, '5712', 299, 'val14_recchair', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4116, '5713', 299, 'val14_bed_b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4117, '5714', 299, 'val14_bigplant2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4118, '5715', 299, 'val14_b_wall', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4119, '5716', 299, 'val14_g_wall', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4120, '5717', 299, 'val14_y_wall', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4121, '5718', 241, 'val14_lovelock1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4122, '5719', 241, 'val14_lovelock2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4123, '5720', 736, 'prizetrophy_room2_g', 0, 75, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4124, '5721', 736, 'prizetrophy_room2_s', 0, 75, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4125, '5722', 736, 'prizetrophy_room2_b', 0, 75, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4126, '5723', 736, 'prizetrophy_hotel1_g', 0, 75, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4127, '5724', 736, 'prizetrophy_hotel1_s', 0, 75, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4128, '5725', 736, 'prizetrophy_hotel1_b', 0, 75, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4129, '5726', 601, 'rare_pbag_7', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4130, '5727', 601, 'rare_pbag_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4131, '5728', 601, 'rare_pbag_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4132, '5729', 601, 'rare_pbag_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4133, '5730', 601, 'rare_pbag_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4134, '5731', 601, 'rare_pbag_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4135, '5732', 601, 'rare_pbag_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4136, '5733', 590, 'br_phoenix', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4137, '5734', 299, 'val14_lamp', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4138, '5735', 507, 'stories_shakespeare_tree', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4139, '5736', 507, 'stories_shakespeare_swing', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4140, '5737', 507, 'stories_shakespeare_bench', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4141, '5738', 507, 'stories_shakespeare_fairy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4142, '5739', 697, 'hlympic_bear', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4143, '5740', 299, 'val14_fountain', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4144, '5741', 590, 'portabandeira', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4145, '5742', 241, 'val14_lock3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4146, '5743', 53, 'runway_camera', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4147, '5744', 528, 'ads_nick_geyeser', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4148, '5745', 528, 'ads_nick_faketile', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4149, '5746', 53, 'runway_hangingb', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4150, '5747', 53, 'runway_umbrellalight', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4151, '5748', 53, 'runway_fan', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4152, '5749', 53, 'runway_changing', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4153, '5750', 683, 'rare_sage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4154, '5751', 53, 'runway_oldecamera', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4155, '5752', 53, 'runway_changingrare', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4156, '5753', 590, 'rare_stpat14', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4157, '5754', 115, 'nest_leprechaun', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4158, '5755', 115, 'nest_gnome', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4159, '5756', 426, 'leprechaun_box', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4160, '5757', 632, 'newbie_stairs_pink', 4, 0, 0, 1, 0, 0, 183, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4161, '5758', 632, 'newbie_stairs_black', 4, 0, 0, 1, 0, 0, 184, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4162, '5759', 590, 'newbie_present_2014', 7, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4163, '5760', 632, 'newbie_eleblock5', 4, 0, 0, 1, 0, 0, 185, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4164, '5761', 632, 'newbie_eleblock1', 4, 0, 0, 1, 0, 0, 186, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4165, '5762', 509, 'stories_sch_book', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4166, '5763', 509, 'stories_sch_hourglass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4167, '5764', 740, 'LTD_fashionistam', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4168, '5765', 740, 'LTD_fashionistaf', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4169, '5766', 429, 'effect_faketile', 4, 0, 0, 1, 0, 0, 187, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4170, '5767', 143, 'bc_block_water_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4171, '5768', 143, 'bc_block_water_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4172, '5769', 143, 'bc_block_water_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4173, '5770', 143, 'bc_block_water_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4174, '5771', 143, 'bc_block_water_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4175, '5772', 143, 'bc_block_water_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4176, '5773', 141, 'bc_tile_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4177, '5774', 141, 'bc_tile_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4178, '5775', 141, 'bc_tile_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4179, '5776', 141, 'bc_tile_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4180, '5777', 141, 'bc_tile_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4181, '5778', 141, 'bc_tile_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4182, '5779', 141, 'bc_tile_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4183, '5780', 141, 'bc_tile_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4184, '5781', 141, 'bc_tile_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4185, '5782', 141, 'bc_tile_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4186, '5783', 141, 'bc_tile_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4187, '5784', 141, 'bc_tile_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4188, '5785', 141, 'bc_tile_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4189, '5786', 141, 'bc_tile_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4190, '5787', 145, 'bc_terra_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4191, '5788', 145, 'bc_terra_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4192, '5789', 145, 'bc_terra_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4193, '5790', 145, 'bc_terra_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4194, '5791', 145, 'bc_terra_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4195, '5792', 145, 'bc_terra_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4196, '5793', 145, 'bc_terra_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4197, '5794', 145, 'bc_terra_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4198, '5795', 145, 'bc_terra_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4199, '5796', 145, 'bc_terra_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4200, '5797', 145, 'bc_terra_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4201, '5798', 145, 'bc_terra_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4202, '5799', 145, 'bc_terra_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4203, '5800', 145, 'bc_terra_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4204, '5801', 142, 'bc_flowerhedge_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4205, '5802', 142, 'bc_flowerhedge_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4206, '5803', 142, 'bc_flowerhedge_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4207, '5804', 142, 'bc_flowerhedge_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4208, '5805', 142, 'bc_flowerhedge_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4209, '5806', 142, 'bc_flowerhedge_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4210, '5807', 142, 'bc_flowerhedge_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4211, '5808', 142, 'bc_flowerhedge_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4212, '5809', 142, 'bc_flowerhedge_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4213, '5810', 142, 'bc_flowerhedge_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4214, '5811', 142, 'bc_flowerhedge_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4215, '5812', 142, 'bc_flowerhedge_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4216, '5813', 142, 'bc_flowerhedge_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4217, '5814', 142, 'bc_flowerhedge_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4218, '5815', 509, 'stories_sch_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4219, '5816', 509, 'stories_sch_bookshelf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4220, '5817', 381, 'easter14_chocchestrare', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4221, '5818', 429, 'free_placement_room', 4, 0, 0, 1, 0, 0, 188, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4222, '5819', 381, 'easter14_plant', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4223, '5820', 381, 'easter14_elecdivdr', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4224, '5821', 381, 'easter14_jar', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4225, '5822', 381, 'easter14_pillar', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4226, '5823', 381, 'easter14_block3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4227, '5824', 381, 'easter14_block1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4228, '5825', 381, 'easter14_metalfloor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4229, '5826', 381, 'easter14_lamp', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4230, '5827', 381, 'easter14_roombg', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4231, '5828', 381, 'easter14_corner', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4232, '5829', 381, 'easter14_captainchr', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4233, '5830', 381, 'easter14_flower', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4234, '5831', 381, 'easter14_palmtree', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4235, '5832', 381, 'easter14_teleport', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4236, '5833', 381, 'easter14_eggplant', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4237, '5834', 381, 'easter14_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4238, '5835', 381, 'easter14_divider', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4239, '5836', 381, 'easter14_block2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4240, '5837', 381, 'easter14_block4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4241, '5838', 381, 'easter14_techtreebrkn', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4242, '5839', 381, 'easter14_sandfloor', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4243, '5840', 381, 'easter14_chair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4244, '5841', 381, 'easter14_grasspatch', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4245, '5842', 381, 'easter14_techstump', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4246, '5843', 381, 'easter14_table', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4247, '5844', 381, 'easter14_effectgiver', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4248, '5845', 381, 'easter14_eleccrn', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4249, '5846', 381, 'easter14_screen', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4250, '5847', 381, 'easter14_statue', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4251, '5848', 381, 'easter14_bunnysphinx', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4252, '5849', 381, 'easter14_eggstar', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4253, '5850', 740, 'ltd_habberge3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4254, '5851', 740, 'ltd_habberge2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4255, '5852', 739, 'ltd_habberge4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4256, '5853', 740, 'ltd_habberge5', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4257, '5854', 255, 'wf_act_mute_triggerer', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4258, '5855', 740, 'ltd_habberge1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4259, '5856', 381, 'easter14_habberge6', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4260, '5857', 508, 'stories_oldmusic_neon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4261, '5858', 508, 'stories_oldmusic_vinyl', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4262, '5859', 508, 'stories_oldmusic_guitarcase', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4263, '5860', 508, 'stories_oldmusic_mike', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4264, '5861', 255, 'wf_cnd_date_rng_active', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4265, '5862', 590, 'rare_venusstatue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4266, '5863', 163, 'guild_forum', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4267, '5864', 110, 'vikings_table_r', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4268, '5865', 110, 'vikings_chair_g', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4269, '5866', 110, 'vikings_torch', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4270, '5867', 110, 'vikings_bed', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4271, '5868', 110, 'vikings_house', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4272, '5869', 110, 'vikings_spike', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4273, '5870', 110, 'vikings_wooddivdr', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4274, '5871', 110, 'vikings_floor', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4275, '5872', 110, 'vikings_woodgate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4276, '5873', 110, 'vikings_flag_r', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4277, '5874', 110, 'vikings_stonecrn', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4278, '5875', 110, 'vikings_animal_r', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4279, '5876', 110, 'vikings_basket1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4280, '5877', 110, 'vikings_stonedivdr', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4281, '5878', 110, 'vikings_outdoorstove', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4282, '5879', 110, 'vikings_weapon', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4283, '5880', 110, 'vikings_animal_g', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4284, '5881', 110, 'vikings_indoorstove', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4285, '5882', 110, 'vikings_roof_r', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4286, '5883', 110, 'vikings_gondola1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4287, '5884', 110, 'vikings_basket2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4288, '5885', 110, 'vikings_table_g', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4289, '5886', 110, 'vikings_gondola2b', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4290, '5887', 110, 'vikings_woodcrn', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4291, '5888', 110, 'vikings_gondola3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4292, '5889', 110, 'vikings_teleport', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4293, '5890', 110, 'vikings_flag_g', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4294, '5891', 110, 'vikings_gondola2c', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4295, '5892', 110, 'vikings_roof_g', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4296, '5893', 110, 'vikings_chair_r', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4297, '5894', 110, 'vikings_tombstone', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4298, '5895', 110, 'vikings_stonegate', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4299, '5896', 110, 'vikings_stool', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4300, '5897', 110, 'vikings_gondola2a', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4301, '5898', 110, 'vikings_stove', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4302, '5899', 110, 'vikings_pillar', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4303, '5900', 144, 'bc_wood_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4304, '5901', 144, 'bc_wood_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4305, '5902', 144, 'bc_wood_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4306, '5903', 144, 'bc_wood_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4307, '5904', 144, 'bc_wood_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4308, '5905', 144, 'bc_wood_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4309, '5906', 590, 'vikings_runestone', 4, 0, 0, 1, 0, 0, 189, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4310, '5907', 113, 'room_noob_walltl', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4311, '5908', 113, 'room_noob_bar', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4312, '5909', 113, 'room_noob_walltr1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4313, '5910', 113, 'room_noob_table1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4314, '5911', 113, 'room_noob_carpet1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4315, '5912', 113, 'room_noob_fxremove', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4316, '5913', 113, 'room_noob_barchair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4317, '5914', 113, 'room_noob_fx1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4318, '5915', 113, 'room_noob_table2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4319, '5916', 113, 'room_noob_stairside', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4320, '5917', 113, 'room_noob_walltr2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4321, '5918', 113, 'room_noob_tallfloor', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4322, '5919', 113, 'room_noob_floor1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4323, '5920', 113, 'room_noob_stairs', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4324, '5921', 113, 'room_noob_fx2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4325, '5922', 113, 'room_noob_barside', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4326, '5923', 113, 'room_noob_sofa', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4327, '5924', 113, 'room_noob_glow', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4328, '5925', 113, 'room_noob_plant', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4329, '5926', 113, 'room_noob_wallcrnr', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4330, '5927', 113, 'room_noob_wallbl3', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4331, '5928', 113, 'room_noob_hanglight', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4332, '5929', 113, 'room_noob_wallbl1', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4333, '5930', 113, 'room_noob_div', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4334, '5931', 113, 'room_noob_floor2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4335, '5932', 113, 'room_noob_floor3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4336, '5933', 113, 'room_noob_chair', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4337, '5934', 113, 'room_noob_bargate', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4338, '5935', 113, 'room_noob_wallbl2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4339, '5936', 113, 'room_noob_pool', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4340, '5937', 113, 'room_noob_fx4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4341, '5938', 113, 'room_noob_fx3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4342, '5939', 255, 'wf_blob_invis', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4343, '5940', 255, 'wf_blob2_vis', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4344, '5941', 740, 'vikings_throne', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4345, '5942', 110, 'vikings_yggdrasil', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4346, '5943', 110, 'vikings_thor', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4347, '5944', 110, 'vikings_chesspiece', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4348, '5945', 339, 'tablet_vendor', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4349, '5946', 307, 'CF_500_vikings', 500, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4350, '5947', 538, 'ads_dtlrare_rc', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4351, '5948', 429, 'room_noob_exit', 4, 0, 0, 1, 0, 0, 190, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4352, '5949', 465, 'fball_goldenboot', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4353, '5950', 108, 'fball_grp_crnr', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4354, '5951', 465, 'fball_trophybrasil_silver', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4355, '5952', 523, 'fball_ball6', 15, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4356, '5953', 465, 'fball_trophybrasil_bronze', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4357, '5954', 465, 'fball_trophybrasil_gold', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4358, '5955', 108, 'fball_grp_fnc1', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4359, '5956', 108, 'fball_grp_cote', 6, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4360, '5957', 108, 'fball_grp_bench', 1, 225, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4361, '5958', 108, 'fball_grp_fnc3', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4362, '5959', 523, 'fball_audbench2', 6, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4363, '5960', 510, 'stories_football_board', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4364, '5961', 510, 'stories_football_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4365, '5962', 108, 'fball_flag_grp', 2, 300, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4366, '5963', 465, 'fball_goldenboot2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4367, '5964', 465, 'fball_mascot', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4368, '5965', 523, 'fball_scales', 10, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4369, '5966', 12, 'CF_diamond_1000', 0, 10000, 5, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4370, '5967', 12, 'CF_diamond_500', 0, 5000, 5, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4371, '5968', 12, 'CF_diamond_250', 0, 2500, 5, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4372, '5969', 12, 'CF_diamond_100', 0, 1000, 5, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4373, '5970', 12, 'CF_diamond_2500', 0, 25000, 5, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4374, '5971', 510, 'stories_football_screen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4375, '5972', 740, 'fball_ltd14', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4376, '5973', 736, 'prizetrophy_fballbrazil_1', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4377, '5974', 736, 'prizetrophy_fballbrazil_s', 4, 0, 0, 1, 0, 0, 47, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4378, '5975', 736, 'prizetrophy_fballbrazil_b', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4379, '5976', 261, 'gift_mysterytrophy', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4380, '5977', 567, 'hblooza14_hotair_b', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4381, '5978', 567, 'hblooza14_hotair_y', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4382, '5979', 257, 'hblooza14_bundkiosk', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4383, '5980', 567, 'hblooza14_hotair_p', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4384, '5981', 257, 'hblooza14_tent', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4385, '5982', 257, 'hblooza14_drinkstall', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4386, '5983', 257, 'hblooza14_shotgall', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4387, '5984', 257, 'hblooza14_duckhook', 4, 0, 0, 1, 0, 0, 14, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4388, '5985', 600, 'hblooza14_pinata2', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4389, '5986', 257, 'hblooza14_hedgediv', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4390, '5987', 257, 'hblooza14_duckgate', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4391, '5988', 257, 'hblooza14_tele', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4392, '5989', 567, 'hblooza14_duck_balloon_y', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4393, '5990', 600, 'hblooza14_pinata1', 7, 0, 0, 1, 0, 0, 18, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4394, '5991', 257, 'hblooza14_flowerlight', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4395, '5992', 257, 'hblooza14_flagpole', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4396, '5993', 257, 'hblooza14_hctele', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4397, '5994', 257, 'hblooza14_rollercost', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4398, '5995', 257, 'hblooza14_duckdvdr', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4399, '5996', 567, 'hblooza14_cafe_y', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4400, '5997', 257, 'hblooza14_duckhookhc', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4401, '5998', 257, 'hblooza14_flagpole_p', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4402, '5999', 567, 'hblooza14_horsecarop', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4403, '6000', 257, 'hblooza14_candystall', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4404, '6001', 600, 'hblooza14_pinata3', 7, 0, 0, 1, 0, 0, 37, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4405, '6002', 257, 'hblooza14_ballsign', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4406, '6003', 567, 'hblooza14_horsecaroy', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4407, '6004', 257, 'hblooza14_planepadr', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4408, '6005', 567, 'hblooza14_duck_balloon_p', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4409, '6006', 567, 'hblooza14_cafe_b', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4410, '6007', 567, 'hblooza14_duck_balloon_b', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4411, '6008', 257, 'hblooza14_flag_p', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4412, '6009', 257, 'hblooza14_flag_y', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4413, '6010', 257, 'hblooza14_arrowsign', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4414, '6011', 257, 'hblooza14_dance', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4415, '6012', 257, 'hblooza14_table', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4416, '6013', 257, 'hblooza14_hedgecrn', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4417, '6014', 257, 'hblooza14_duckcrn', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4418, '6015', 257, 'hblooza14_stool', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4419, '6016', 257, 'hblooza14_flag_b', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4420, '6017', 567, 'hblooza14_cafe_p', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4421, '6018', 257, 'hblooza14_mud', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4422, '6019', 257, 'hblooza14_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4423, '6020', 257, 'hblooza14_planepadb', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4424, '6021', 567, 'hblooza14_horsecarob', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4425, '6022', 257, 'st_palooza_cake', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4426, '6023', 257, 'st_palooza_unicorn', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4427, '6024', 726, 'st_palooza_cupcakes', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4428, '6025', 257, 'hblooza14_track_crl', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4429, '6026', 257, 'hblooza14_track', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4430, '6027', 257, 'hblooza14_track_crr', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4431, '6028', 600, 'hblooza14_pinata4', 7, 0, 0, 1, 0, 0, 38, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4432, '6029', 257, 'st_palooza_screen', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4433, '6030', 257, 'st_palooza_balloons', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4434, '6031', 257, 'st_palooza_pool', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4435, '6032', 112, 'wildwest_minecart', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4436, '6033', 112, 'wildwest_teleport', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4437, '6034', 740, 'wildwest_piano', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4438, '6035', 112, 'wildwest_floor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4439, '6036', 112, 'wildwest_milkcan', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4440, '6037', 112, 'wildwest_bank', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4441, '6038', 112, 'wildwest_sofa', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4442, '6039', 112, 'wildwest_desk', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4443, '6040', 112, 'wildwest_pump', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4444, '6041', 112, 'wildwest_vulture', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4445, '6042', 112, 'wildwest_salooncrn', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4446, '6043', 112, 'wildwest_floor2', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4447, '6044', 112, 'wildwest_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4448, '6045', 112, 'wildwest_cactus1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4449, '6046', 112, 'wildwest_stagew2', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4450, '6047', 112, 'wildwest_cactus2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4451, '6048', 718, 'wildwest_wagon', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4452, '6049', 112, 'wildwest_roofr', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4453, '6050', 112, 'wildwest_stager2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4454, '6051', 112, 'wildwest_spittoon2', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4455, '6052', 112, 'wildwest_roofw', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4456, '6053', 112, 'wildwest_store', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4457, '6054', 112, 'wildwest_bench', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4458, '6055', 112, 'wildwest_saloondr', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4459, '6056', 112, 'wildwest_divdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4460, '6057', 112, 'wildwest_gate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4461, '6058', 112, 'wildwest_wanted_poster', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4462, '6059', 718, 'wildwest_till', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4463, '6060', 112, 'wildwest_spittoon', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4464, '6061', 112, 'wildwest_stocks', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4465, '6062', 112, 'wildwest_light', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4466, '6063', 112, 'wildwest_tarbucket', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4467, '6064', 112, 'wildwest_tree', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4468, '6065', 112, 'wildwest_saloon', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4469, '6066', 112, 'wildwest_cabinet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4470, '6067', 112, 'wildwest_stageb', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4471, '6068', 112, 'wildwest_crn', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4472, '6069', 112, 'wildwest_longhorn', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4473, '6070', 112, 'wildwest_clothesline', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4474, '6071', 112, 'wildwest_bgland', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4475, '6072', 112, 'wildwest_crate', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4476, '6073', 112, 'wildwest_weed', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4477, '6074', 112, 'wildwest_bgland2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4478, '6075', 112, 'wildwest_bgtrain', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4479, '6076', 112, 'wildwest_roofb', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4480, '6077', 112, 'wildwest_saloonwall', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4481, '6078', 112, 'wildwest_sheriff', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4482, '6079', 112, 'wildwest_snake', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4483, '6080', 112, 'wildwest_table', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4484, '6081', 112, 'wildwest_stageb2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4485, '6082', 112, 'wildwest_stager', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4486, '6083', 112, 'wildwest_stagew', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4487, '6084', 718, 'wildwest_gallows', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4488, '6085', 112, 'st_wildwest_buffalo', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4489, '6086', 112, 'st_wildwest_cards', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4490, '6087', 112, 'st_wildwest_barrel', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4491, '6088', 112, 'st_wildwest_tnt', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4492, '6089', 112, 'st_wildwest_goldpick', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4493, '6090', 112, 'st_wildwest_canteen', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4494, '6091', 6, 'matic_light_cam_red', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4495, '6092', 6, 'matic_light_cam_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4496, '6093', 6, 'matic_light_cam_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4497, '6094', 6, 'matic_sanitizer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4498, '6095', 6, 'matic_light_cam_orange', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4499, '6096', 114, 'uni_messwardrobe', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4500, '6097', 114, 'uni_plush1', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4501, '6098', 114, 'uni_owl', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4502, '6099', 114, 'uni_ottoman', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4503, '6100', 114, 'uni_drinks', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4504, '6101', 114, 'uni_brotein', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4505, '6102', 114, 'uni_games', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4506, '6103', 114, 'uni_girlchair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4507, '6104', 114, 'uni_gamershelf', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4508, '6105', 114, 'uni_dumbells', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4509, '6106', 114, 'uni_doorhanging', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4510, '6107', 114, 'uni_wardrobe', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4511, '6108', 114, 'uni_jewellery', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4512, '6109', 114, 'uni_plush2', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4513, '6110', 114, 'uni_cafeterie', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4514, '6111', 210, 'uni_projector', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4515, '6112', 114, 'uni_rubik', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4516, '6113', 114, 'uni_hipbed', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4517, '6114', 114, 'uni_laptop', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4518, '6115', 114, 'uni_wobench', 3, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4519, '6116', 114, 'uni_fridge', 10, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4520, '6117', 114, 'uni_bed', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4521, '6118', 114, 'uni_snacks', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4522, '6119', 114, 'uni_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4523, '6120', 114, 'uni_messbed', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4524, '6121', 114, 'uni_gamerdesk', 5, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4525, '6122', 114, 'uni_pizza', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4526, '6123', 114, 'uni_manga', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4527, '6124', 114, 'uni_nstand', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4528, '6125', 114, 'uni_plushpile', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4529, '6126', 114, 'uni_bookshelf', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4530, '6127', 114, 'uni_gamerbed', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4531, '6128', 114, 'uni_hipbookcase', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4532, '6129', 114, 'uni_desk', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4533, '6130', 114, 'uni_girlbed', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4534, '6131', 114, 'uni_alarm', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4535, '6132', 740, 'uni_lectern', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4536, '6133', 114, 'uni_catrug', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4537, '6134', 114, 'uni_trashcan', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4538, '6135', 182, 'bathroom_bath3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4539, '6136', 182, 'bathroom_sinkmodule3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4540, '6137', 182, 'bathroom_tablemodule4', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4541, '6138', 182, 'bathroom_sinkmodule2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4542, '6139', 182, 'bathroom_toilet4', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4543, '6140', 182, 'bathroom_tablemodule1', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4544, '6141', 182, 'bathroom_toilet1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4545, '6142', 182, 'bathroom_sinkmodule4', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4546, '6143', 182, 'bathroom_bath2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4547, '6144', 182, 'bathroom_floortile2', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4548, '6145', 182, 'bathroom_toilet3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4549, '6146', 182, 'bathroom_floortile4', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4550, '6147', 182, 'bathroom_bath4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4551, '6148', 182, 'bathroom_shower1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4552, '6149', 182, 'bathroom_floortile3', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4553, '6150', 182, 'bathroom_bath1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4554, '6151', 182, 'bathroom_toilet2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4555, '6152', 182, 'bathroom_toiletroll', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4556, '6153', 182, 'bathroom_shampoo', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4557, '6154', 182, 'bathroom_floortile1', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4558, '6155', 182, 'bathroom_shower2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4559, '6156', 182, 'bathroom_poop', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4560, '6157', 182, 'bathroom_shower4', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4561, '6158', 182, 'bathroom_chamberpot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4562, '6159', 182, 'bathroom_tablemodule2', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4563, '6160', 182, 'bathroom_shower3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4564, '6161', 182, 'bathroom_tablemodule3', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4565, '6162', 182, 'bathroom_sinkmodule1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4566, '6163', 114, 'st_uni_dnamodel', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4567, '6164', 114, 'st_uni_testtubes', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4568, '6165', 114, 'st_uni_labtable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4569, '6166', 114, 'st_uni_ooze', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4570, '6167', 210, 'uni_einstein', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4571, '6168', 114, 'st_uni_solarsystem', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4572, '6169', 36, 'matic_water_dispenser', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4573, '6170', 6, 'matic_chair', 4, 0, 0, 1, 0, 0, 194, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4574, '6171', 6, 'matic_brainjar', 4, 0, 0, 1, 0, 0, 195, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4575, '6172', 6, 'matic_slime_duck', 4, 0, 0, 1, 0, 0, 196, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4576, '6173', 6, 'matic_door', 4, 0, 0, 1, 0, 0, 197, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4577, '6174', 395, 'hween14_crn', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4578, '6175', 395, 'hween14_floor', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4579, '6176', 395, 'hween14_catrina', 4, 0, 0, 1, 0, 0, -21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4580, '6177', 395, 'hween14_hccoffin', 4, 0, 0, 1, 0, 0, -15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4581, '6178', 676, 'hween14_skelepieces', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4582, '6179', 676, 'hween14_mariachi', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4583, '6180', 395, 'hween14_table', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4584, '6181', 395, 'hween14_bench', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4585, '6182', 395, 'hween14_doll5', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4586, '6183', 395, 'hween14_carpet', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4587, '6184', 395, 'hween14_lovelock', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4588, '6185', 395, 'hween14_candletrail', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4589, '6186', 395, 'hween14_doll2', 4, 0, 0, 1, 0, 0, -9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4590, '6187', 395, 'hween14_doll8', 4, 0, 0, 1, 0, 0, -12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4591, '6188', 395, 'hween14_doll6', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4592, '6189', 395, 'hween14_doll1', 4, 0, 0, 1, 0, 0, -7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4593, '6190', 395, 'hween14_gate', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4594, '6191', 395, 'hween14_goat', 4, 0, 0, 1, 0, 0, -18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4595, '6192', 395, 'hween14_doll7', 4, 0, 0, 1, 0, 0, -11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4596, '6193', 395, 'hween14_grossfood', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4597, '6194', 395, 'hween14_hctele', 4, 0, 0, 1, 0, 0, -17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4598, '6195', 395, 'hween14_flowertrail', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4599, '6196', 395, 'hween14_doll10', 4, 0, 0, 1, 0, 0, -10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4600, '6197', 395, 'hween14_hangskull', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4601, '6198', 395, 'hween14_skullcandle', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4602, '6199', 395, 'hween14_rare2', 4, 0, 0, 1, 0, 0, -19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4603, '6200', 395, 'hween14_altarpieces1', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4604, '6201', 395, 'hween14_teleport', 4, 0, 0, 1, 0, 0, -16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4605, '6202', 395, 'hween14_doll9', 4, 0, 0, 1, 0, 0, -13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4606, '6203', 676, 'hween14_doll3', 4, 0, 0, 1, 0, 0, -6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4607, '6204', 676, 'hween14_doll4', 4, 0, 0, 1, 0, 0, -8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4608, '6205', 395, 'hween14_chair', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4609, '6206', 395, 'hween14_food', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4610, '6207', 395, 'hween14_bed', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4611, '6208', 395, 'hween14_altarpieces2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4612, '6209', 395, 'hween14_mirror', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4613, '6210', 395, 'hween14_flowerpot', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4614, '6211', 395, 'hween14_altarpieces3', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4615, '6212', 395, 'hween14_divdr', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4616, '6213', 395, 'hween14_skulllight', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4617, '6214', 395, 'hween14_demon', 4, 0, 0, 1, 0, 0, 198, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4618, '6215', 395, 'st_hween14_jack', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4619, '6216', 395, 'st_hween14_skulls', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4620, '6217', 395, 'hween14_carnivalbg', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4621, '6218', 395, 'st_hween14_horse', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4622, '6219', 395, 'st_hween14_mbox', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4623, '6220', 395, 'st_hween14_fireplace', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4624, '6221', 395, 'st_hween14_closet', 4, 0, 0, 1, 0, 0, 199, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (4625, '6222', 307, 'CF_350_skull', 350, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4626, '6223', 395, 'hween14_rare1', 4, 0, 0, 1, 0, 0, -20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4627, '6224', 280, 'limo_r_front', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4628, '6225', 280, 'limo_r_back', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4629, '6226', 280, 'limo_r_mid2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4630, '6227', 280, 'limo_r_mid', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4631, '6228', 740, 'hween14_ltdalter', 4, 0, 0, 1, 0, 0, -22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4632, '6229', 737, 'prizetrophy_mastercard', 0, 75, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4633, '6230', 484, 'xmas14_recliner', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4634, '6231', 484, 'xmas14_corner2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4635, '6232', 484, 'xmas14_stages1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4636, '6233', 484, 'xmas14_tikibar2', 10, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4637, '6234', 484, 'xmas14_beachhut', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4638, '6235', 484, 'xmas14_divider', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4639, '6236', 484, 'xmas14_tikibar', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4640, '6237', 484, 'xmas14_stages2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4641, '6238', 484, 'xmas14_snowman', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4642, '6239', 484, 'xmas14_tele', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4643, '6240', 484, 'xmas14_corner1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4644, '6241', 484, 'xmas14_table', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4645, '6242', 484, 'xmas14_sunbeams', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4646, '6243', 484, 'xmas14_sand', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4647, '6244', 484, 'xmas14_gate1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4648, '6245', 484, 'xmas14_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4649, '6246', 484, 'xmas14_gate2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4650, '6247', 484, 'xmas14_lights1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4651, '6248', 484, 'xmas14_lights2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4652, '6249', 484, 'xmas14_starfish', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4653, '6250', 484, 'xmas14_inflatabletree', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4654, '6251', 484, 'xmas14_palm', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4655, '6252', 484, 'xmas14_mermaid', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4656, '6253', 729, 'xmas14_lobsterdin', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4657, '6254', 484, 'xmas14_festivehut', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4658, '6255', 484, 'xmas14_octosanta', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4659, '6256', 484, 'xmas14_sharkthrone', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4660, '6257', 484, 'xmas14_boomboxman', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4661, '6258', 484, 'xmas14_rudolph_ring', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4662, '6259', 740, 'xmas14_snowglobe', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4663, '6260', 484, 'xmas14_tubeman', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4664, '6261', 484, 'xmas14_elf8', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4665, '6262', 484, 'xmas14_elf7', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4666, '6263', 484, 'xmas14_elf3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4667, '6264', 484, 'xmas14_elf1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4668, '6265', 484, 'xmas14_elf5', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4669, '6266', 484, 'xmas14_elf10', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4670, '6267', 484, 'xmas14_elf2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4671, '6268', 484, 'xmas14_elf9', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4672, '6269', 484, 'xmas14_elf4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4673, '6270', 484, 'xmas14_elf6', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4674, '6271', 355, 'hc_arab_tetbl', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (4675, '6272', 355, 'hc_arab_bigtb', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (4676, '6273', 484, 'xmas14_santateller', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4677, '6274', 49, 'memorial_size', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4678, '6275', 495, 'bc_blocktrophy_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4679, '6276', 484, 'xmas14_hammock', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4680, '6277', 484, 'xmas14_santastuck', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4681, '6278', 581, 'clothing_party1', 0, 500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4682, '6279', 207, 'clothing_geometricskirt', 5, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4683, '6280', 205, 'clothing_waistcoatsuit', 5, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4684, '6281', 200, 'clothing_meowtfit', 18, 20, 5, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4685, '6282', 201, 'clothing_gatsby', 6, 0, 0, 1, 0, 0, 51, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4686, '6283', 310, 'clothing_bow', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4687, '6284', 202, 'clothing_squid', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4688, '6285', 201, 'clothing_baldy', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4689, '6286', 676, 'clothing_wavy2', 6, 0, 0, 1, 0, 0, 50, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4690, '6287', 201, 'clothing_mutton1', 6, 0, 0, 1, 0, 0, 49, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4691, '6288', 202, 'clothing_straw2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4692, '6289', 202, 'clothing_fishhat', 6, 0, 0, 1, 0, 0, 26, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4693, '6290', 206, 'clothing_rolled_jeans', 1, 225, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4694, '6291', 208, 'clothing_birdshoes', 1, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4695, '6292', 200, 'clothing_mermaidoutfit', 12, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4696, '6293', 204, 'clothing_droopycollar', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4697, '6294', 310, 'clothing_headband', 6, 0, 0, 1, 0, 0, 36, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4698, '6295', 202, 'clothing_flowercrown', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4699, '6296', 310, 'clothing_hheadphones', 6, 0, 0, 1, 0, 0, 35, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4700, '6297', 201, 'clothing_mutton2', 2, 0, 0, 1, 0, 0, 48, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4701, '6298', 207, 'clothing_floralskirt', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4702, '6299', 310, 'clothing_nightvision', 6, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4703, '6300', 588, 'clothing_mockymouse', 10, 20, 5, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4704, '6301', 204, 'clothing_xmas1', 5, 0, 0, 1, 0, 0, 42, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4705, '6302', 201, 'clothing_shavedside', 2, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4706, '6303', 204, 'clothing_geometricjumper', 5, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4707, '6304', 201, 'clothing_beard1', 2, 0, 0, 1, 0, 0, 46, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4708, '6305', 310, 'clothing_beads', 6, 0, 0, 1, 0, 0, 70, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4709, '6306', 204, 'clothing_twotonecardi', 5, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4710, '6307', 206, 'clothing_animalprint', 5, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4711, '6308', 581, 'clothing_party2', 0, 500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4712, '6309', 204, 'clothing_tshirt_rolled', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4713, '6310', 588, 'clothing_rippedjeans', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4714, '6311', 208, 'clothing_shoestights', 4, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4715, '6312', 115, 'pet_puppy_toy', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4716, '6313', 115, 'pet_ufo_toy', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4717, '6314', 115, 'yarn', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4718, '6315', 115, 'nest_pig', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4719, '6316', 115, 'nest_bed', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4720, '6317', 115, 'nest_box', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4721, '6318', 423, 'fxbox_fx147', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4722, '6319', 423, 'fxbox_fx92', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4723, '6320', 423, 'fxbox_fx123', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4724, '6321', 423, 'fxbox_fx153', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4725, '6322', 676, 'fxbox_fx152', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4726, '6323', 423, 'fxbox_fx116', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4727, '6324', 676, 'fxbox_fx125', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4728, '6325', 423, 'fxbox_fx143', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4729, '6326', 423, 'fxbox_fx127', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4730, '6327', 423, 'fxbox_fx126', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4731, '6328', 472, 'ny2015_floor2', 1, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4732, '6329', 472, 'ny2015_archway', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4733, '6330', 472, 'ny2015_balloons', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4734, '6331', 472, 'ny2015_chocfountain', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4735, '6332', 472, 'ny2015_conball', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4736, '6333', 472, 'ny2015_bar', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4737, '6334', 472, 'ny2015_table', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4738, '6335', 472, 'ny2015_cctray', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4739, '6336', 472, 'ny2015_floor1', 1, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4740, '6337', 472, 'ny2015_drktray', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4741, '6338', 355, 'hc_arab_tray3', 10, 1, 5, 1, 0, 0, 12, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (4742, '6339', 355, 'hc_arab_tray1', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (4743, '6340', 355, 'hc_arab_rug', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (4744, '6341', 355, 'hc_arab_chair', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (4745, '6342', 355, 'hc_arab_divdr', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (4746, '6343', 355, 'hc_arab_teamk', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (4747, '6344', 355, 'hc_arab_snake', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (4748, '6345', 355, 'hc_arab_pllw', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (4749, '6346', 278, 'pet_breeding_dog', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4750, '6347', 278, 'pet_breeding_pig', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4751, '6348', 278, 'pet_breeding_cat', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (4752, '6349', 547, 'ads_vpiggy_santapig', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4753, '6350', 130, 'bc_pyramidtip_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4754, '6351', 130, 'bc_pyramidtip_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4755, '6352', 130, 'bc_pyramidtip_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4756, '6353', 130, 'bc_pyramidtip_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4757, '6354', 130, 'bc_pyramidtip_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4758, '6355', 130, 'bc_pyramidtip_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4759, '6356', 130, 'bc_pyramidtip_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4760, '6357', 130, 'bc_pyramidtip_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4761, '6358', 130, 'bc_pyramidtip_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4762, '6359', 130, 'bc_pyramidtip_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4763, '6360', 130, 'bc_pyramidtip_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4764, '6361', 130, 'bc_pyramidtip_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4765, '6362', 130, 'bc_pyramidtip_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4766, '6363', 130, 'bc_pyramidtip_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4767, '6364', 130, 'bc_pyramidtip_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4768, '6365', 130, 'bc_pyramidtip_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4769, '6366', 130, 'bc_pyramidtip_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4770, '6367', 130, 'bc_pyramidtip_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4771, '6368', 130, 'bc_pyramidtip_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4772, '6369', 130, 'bc_pyramidtip_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4773, '6370', 130, 'bc_pyramidtip_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4774, '6371', 130, 'bc_pyramidtip_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4775, '6372', 130, 'bc_pyramidtip_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4776, '6373', 130, 'bc_pyramidtip_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4777, '6374', 130, 'bc_pyramidtip_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4778, '6375', 130, 'bc_pyramidtip_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4779, '6376', 130, 'bc_pyramidtip_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4780, '6377', 130, 'bc_pyramidtip_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4781, '6378', 130, 'bc_pyramidtip_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4782, '6379', 130, 'bc_pyramidtip_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4783, '6380', 130, 'bc_pyramidtip_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4784, '6381', 130, 'bc_pyramidtip_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4785, '6382', 130, 'bc_pyramidtip_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4786, '6383', 130, 'bc_pyramidtip_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4787, '6384', 130, 'bc_pyramidtip_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4788, '6385', 130, 'bc_pyramidtip_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4789, '6386', 130, 'bc_pyramidtip_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4790, '6387', 130, 'bc_pyramidtip_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4791, '6388', 130, 'bc_pyramidtip_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4792, '6389', 130, 'bc_pyramidtip_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4793, '6390', 130, 'bc_pyramidtip_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4794, '6391', 130, 'bc_pyramidtip_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4795, '6392', 130, 'bc_pyramidtip_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4796, '6393', 130, 'bc_pyramidtip_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4797, '6394', 130, 'bc_pyramidtip_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4798, '6395', 130, 'bc_pyramidtip_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4799, '6396', 130, 'bc_pyramidtip_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4800, '6397', 130, 'bc_pyramidtip_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4801, '6398', 130, 'bc_pyramidtip_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4802, '6399', 130, 'bc_pyramidtip_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4803, '6400', 130, 'bc_pyramidtip_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4804, '6401', 130, 'bc_pyramidtip_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4805, '6402', 130, 'bc_pyramidtip_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4806, '6403', 130, 'bc_pyramidtip_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4807, '6404', 130, 'bc_pyramidtip_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4808, '6405', 130, 'bc_pyramidtip_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4809, '6406', 130, 'bc_pyramidtip_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4810, '6407', 130, 'bc_pyramidtip_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4811, '6408', 130, 'bc_pyramidtip_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4812, '6409', 130, 'bc_pyramidtip_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4813, '6410', 130, 'bc_pyramidtip_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4814, '6411', 130, 'bc_pyramidtip_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4815, '6412', 130, 'bc_pyramidtip_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4816, '6413', 130, 'bc_pyramidtip_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4817, '6414', 130, 'bc_pyramidtip_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4818, '6415', 130, 'bc_pyramidtip_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4819, '6416', 130, 'bc_pyramidtip_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4820, '6417', 130, 'bc_pyramidtip_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4821, '6418', 130, 'bc_pyramidtip_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4822, '6419', 126, 'bc_cone_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4823, '6420', 126, 'bc_cone_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4824, '6421', 126, 'bc_cone_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4825, '6422', 126, 'bc_cone_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4826, '6423', 126, 'bc_cone_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4827, '6424', 126, 'bc_cone_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4828, '6425', 126, 'bc_cone_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4829, '6426', 126, 'bc_cone_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4830, '6427', 126, 'bc_cone_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4831, '6428', 126, 'bc_cone_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4832, '6429', 126, 'bc_cone_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4833, '6430', 126, 'bc_cone_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4834, '6431', 126, 'bc_cone_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4835, '6432', 126, 'bc_cone_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4836, '6433', 126, 'bc_cone_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4837, '6434', 126, 'bc_cone_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4838, '6435', 126, 'bc_cone_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4839, '6436', 126, 'bc_cone_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4840, '6437', 126, 'bc_cone_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4841, '6438', 126, 'bc_cone_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4842, '6439', 126, 'bc_cone_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4843, '6440', 126, 'bc_cone_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4844, '6441', 126, 'bc_cone_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4845, '6442', 126, 'bc_cone_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4846, '6443', 126, 'bc_cone_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4847, '6444', 126, 'bc_cone_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4848, '6445', 126, 'bc_cone_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4849, '6446', 126, 'bc_cone_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4850, '6447', 126, 'bc_cone_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4851, '6448', 126, 'bc_cone_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4852, '6449', 126, 'bc_cone_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4853, '6450', 126, 'bc_cone_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4854, '6451', 126, 'bc_cone_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4855, '6452', 126, 'bc_cone_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4856, '6453', 126, 'bc_cone_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4857, '6454', 126, 'bc_cone_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4858, '6455', 126, 'bc_cone_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4859, '6456', 126, 'bc_cone_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4860, '6457', 126, 'bc_cone_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4861, '6458', 126, 'bc_cone_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4862, '6459', 126, 'bc_cone_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4863, '6460', 126, 'bc_cone_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4864, '6461', 126, 'bc_cone_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4865, '6462', 126, 'bc_cone_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4866, '6463', 126, 'bc_cone_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4867, '6464', 126, 'bc_cone_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4868, '6465', 126, 'bc_cone_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4869, '6466', 126, 'bc_cone_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4870, '6467', 126, 'bc_cone_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4871, '6468', 126, 'bc_cone_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4872, '6469', 126, 'bc_cone_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4873, '6470', 126, 'bc_cone_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4874, '6471', 126, 'bc_cone_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4875, '6472', 126, 'bc_cone_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4876, '6473', 126, 'bc_cone_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4877, '6474', 126, 'bc_cone_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4878, '6475', 126, 'bc_cone_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4879, '6476', 126, 'bc_cone_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4880, '6477', 126, 'bc_cone_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4881, '6478', 126, 'bc_cone_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4882, '6479', 126, 'bc_cone_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4883, '6480', 126, 'bc_cone_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4884, '6481', 126, 'bc_cone_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4885, '6482', 126, 'bc_cone_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4886, '6483', 126, 'bc_cone_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4887, '6484', 126, 'bc_cone_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4888, '6485', 126, 'bc_cone_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4889, '6486', 126, 'bc_cone_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4890, '6487', 126, 'bc_cone_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4891, '6488', 133, 'bc_standinghalfcylinder_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4892, '6489', 133, 'bc_standinghalfcylinder_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4893, '6490', 133, 'bc_standinghalfcylinder_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4894, '6491', 133, 'bc_standinghalfcylinder_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4895, '6492', 133, 'bc_standinghalfcylinder_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4896, '6493', 133, 'bc_standinghalfcylinder_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4897, '6494', 133, 'bc_standinghalfcylinder_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4898, '6495', 133, 'bc_standinghalfcylinder_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4899, '6496', 133, 'bc_standinghalfcylinder_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4900, '6497', 133, 'bc_standinghalfcylinder_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4901, '6498', 133, 'bc_standinghalfcylinder_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4902, '6499', 133, 'bc_standinghalfcylinder_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4903, '6500', 133, 'bc_standinghalfcylinder_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4904, '6501', 133, 'bc_standinghalfcylinder_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4905, '6502', 133, 'bc_standinghalfcylinder_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4906, '6503', 133, 'bc_standinghalfcylinder_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4907, '6504', 133, 'bc_standinghalfcylinder_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4908, '6505', 133, 'bc_standinghalfcylinder_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4909, '6506', 133, 'bc_standinghalfcylinder_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4910, '6507', 133, 'bc_standinghalfcylinder_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4911, '6508', 133, 'bc_standinghalfcylinder_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4912, '6509', 133, 'bc_standinghalfcylinder_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4913, '6510', 133, 'bc_standinghalfcylinder_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4914, '6511', 133, 'bc_standinghalfcylinder_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4915, '6512', 133, 'bc_standinghalfcylinder_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4916, '6513', 133, 'bc_standinghalfcylinder_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4917, '6514', 133, 'bc_standinghalfcylinder_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4918, '6515', 133, 'bc_standinghalfcylinder_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4919, '6516', 133, 'bc_standinghalfcylinder_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4920, '6517', 133, 'bc_standinghalfcylinder_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4921, '6518', 133, 'bc_standinghalfcylinder_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4922, '6519', 133, 'bc_standinghalfcylinder_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4923, '6520', 133, 'bc_standinghalfcylinder_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4924, '6521', 133, 'bc_standinghalfcylinder_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4925, '6522', 133, 'bc_standinghalfcylinder_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4926, '6523', 133, 'bc_standinghalfcylinder_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4927, '6524', 133, 'bc_standinghalfcylinder_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4928, '6525', 133, 'bc_standinghalfcylinder_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4929, '6526', 133, 'bc_standinghalfcylinder_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4930, '6527', 133, 'bc_standinghalfcylinder_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4931, '6528', 133, 'bc_standinghalfcylinder_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4932, '6529', 133, 'bc_standinghalfcylinder_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4933, '6530', 133, 'bc_standinghalfcylinder_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4934, '6531', 133, 'bc_standinghalfcylinder_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4935, '6532', 133, 'bc_standinghalfcylinder_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4936, '6533', 133, 'bc_standinghalfcylinder_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4937, '6534', 133, 'bc_standinghalfcylinder_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4938, '6535', 133, 'bc_standinghalfcylinder_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4939, '6536', 133, 'bc_standinghalfcylinder_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4940, '6537', 133, 'bc_standinghalfcylinder_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4941, '6538', 133, 'bc_standinghalfcylinder_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4942, '6539', 133, 'bc_standinghalfcylinder_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4943, '6540', 133, 'bc_standinghalfcylinder_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4944, '6541', 133, 'bc_standinghalfcylinder_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4945, '6542', 133, 'bc_standinghalfcylinder_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4946, '6543', 133, 'bc_standinghalfcylinder_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4947, '6544', 133, 'bc_standinghalfcylinder_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4948, '6545', 133, 'bc_standinghalfcylinder_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4949, '6546', 133, 'bc_standinghalfcylinder_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4950, '6547', 133, 'bc_standinghalfcylinder_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4951, '6548', 133, 'bc_standinghalfcylinder_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4952, '6549', 133, 'bc_standinghalfcylinder_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4953, '6550', 133, 'bc_standinghalfcylinder_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4954, '6551', 133, 'bc_standinghalfcylinder_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4955, '6552', 133, 'bc_standinghalfcylinder_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4956, '6553', 133, 'bc_standinghalfcylinder_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4957, '6554', 133, 'bc_standinghalfcylinder_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4958, '6555', 133, 'bc_standinghalfcylinder_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4959, '6556', 133, 'bc_standinghalfcylinder_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4960, '6557', 129, 'bc_hemisphere_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4961, '6558', 129, 'bc_hemisphere_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4962, '6559', 129, 'bc_hemisphere_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4963, '6560', 129, 'bc_hemisphere_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4964, '6561', 129, 'bc_hemisphere_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4965, '6562', 129, 'bc_hemisphere_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4966, '6563', 129, 'bc_hemisphere_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4967, '6564', 129, 'bc_hemisphere_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4968, '6565', 129, 'bc_hemisphere_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4969, '6566', 129, 'bc_hemisphere_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4970, '6567', 129, 'bc_hemisphere_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4971, '6568', 129, 'bc_hemisphere_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4972, '6569', 129, 'bc_hemisphere_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4973, '6570', 129, 'bc_hemisphere_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4974, '6571', 129, 'bc_hemisphere_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4975, '6572', 129, 'bc_hemisphere_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4976, '6573', 129, 'bc_hemisphere_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4977, '6574', 129, 'bc_hemisphere_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4978, '6575', 129, 'bc_hemisphere_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4979, '6576', 129, 'bc_hemisphere_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4980, '6577', 129, 'bc_hemisphere_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4981, '6578', 129, 'bc_hemisphere_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4982, '6579', 129, 'bc_hemisphere_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4983, '6580', 129, 'bc_hemisphere_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4984, '6581', 129, 'bc_hemisphere_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4985, '6582', 129, 'bc_hemisphere_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4986, '6583', 129, 'bc_hemisphere_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4987, '6584', 129, 'bc_hemisphere_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4988, '6585', 129, 'bc_hemisphere_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4989, '6586', 129, 'bc_hemisphere_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4990, '6587', 129, 'bc_hemisphere_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4991, '6588', 129, 'bc_hemisphere_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4992, '6589', 129, 'bc_hemisphere_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4993, '6590', 129, 'bc_hemisphere_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4994, '6591', 129, 'bc_hemisphere_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4995, '6592', 129, 'bc_hemisphere_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4996, '6593', 129, 'bc_hemisphere_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4997, '6594', 129, 'bc_hemisphere_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4998, '6595', 129, 'bc_hemisphere_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (4999, '6596', 129, 'bc_hemisphere_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5000, '6597', 129, 'bc_hemisphere_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5001, '6598', 129, 'bc_hemisphere_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5002, '6599', 129, 'bc_hemisphere_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5003, '6600', 129, 'bc_hemisphere_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5004, '6601', 129, 'bc_hemisphere_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5005, '6602', 129, 'bc_hemisphere_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5006, '6603', 129, 'bc_hemisphere_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5007, '6604', 129, 'bc_hemisphere_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5008, '6605', 129, 'bc_hemisphere_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5009, '6606', 129, 'bc_hemisphere_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5010, '6607', 129, 'bc_hemisphere_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5011, '6608', 129, 'bc_hemisphere_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5012, '6609', 129, 'bc_hemisphere_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5013, '6610', 129, 'bc_hemisphere_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5014, '6611', 129, 'bc_hemisphere_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5015, '6612', 129, 'bc_hemisphere_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5016, '6613', 129, 'bc_hemisphere_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5017, '6614', 129, 'bc_hemisphere_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5018, '6615', 129, 'bc_hemisphere_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5019, '6616', 129, 'bc_hemisphere_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5020, '6617', 129, 'bc_hemisphere_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5021, '6618', 129, 'bc_hemisphere_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5022, '6619', 129, 'bc_hemisphere_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5023, '6620', 129, 'bc_hemisphere_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5024, '6621', 129, 'bc_hemisphere_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5025, '6622', 129, 'bc_hemisphere_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5026, '6623', 129, 'bc_hemisphere_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5027, '6624', 129, 'bc_hemisphere_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5028, '6625', 129, 'bc_hemisphere_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5029, '6626', 128, 'bc_halfcylinder_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5030, '6627', 128, 'bc_halfcylinder_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5031, '6628', 128, 'bc_halfcylinder_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5032, '6629', 128, 'bc_halfcylinder_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5033, '6630', 128, 'bc_halfcylinder_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5034, '6631', 128, 'bc_halfcylinder_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5035, '6632', 128, 'bc_halfcylinder_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5036, '6633', 128, 'bc_halfcylinder_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5037, '6634', 128, 'bc_halfcylinder_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5038, '6635', 128, 'bc_halfcylinder_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5039, '6636', 128, 'bc_halfcylinder_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5040, '6637', 128, 'bc_halfcylinder_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5041, '6638', 128, 'bc_halfcylinder_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5042, '6639', 128, 'bc_halfcylinder_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5043, '6640', 128, 'bc_halfcylinder_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5044, '6641', 128, 'bc_halfcylinder_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5045, '6642', 128, 'bc_halfcylinder_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5046, '6643', 128, 'bc_halfcylinder_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5047, '6644', 128, 'bc_halfcylinder_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5048, '6645', 128, 'bc_halfcylinder_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5049, '6646', 128, 'bc_halfcylinder_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5050, '6647', 128, 'bc_halfcylinder_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5051, '6648', 128, 'bc_halfcylinder_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5052, '6649', 128, 'bc_halfcylinder_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5053, '6650', 128, 'bc_halfcylinder_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5054, '6651', 128, 'bc_halfcylinder_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5055, '6652', 128, 'bc_halfcylinder_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5056, '6653', 128, 'bc_halfcylinder_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5057, '6654', 128, 'bc_halfcylinder_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5058, '6655', 128, 'bc_halfcylinder_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5059, '6656', 128, 'bc_halfcylinder_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5060, '6657', 128, 'bc_halfcylinder_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5061, '6658', 128, 'bc_halfcylinder_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5062, '6659', 128, 'bc_halfcylinder_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5063, '6660', 128, 'bc_halfcylinder_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5064, '6661', 128, 'bc_halfcylinder_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5065, '6662', 128, 'bc_halfcylinder_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5066, '6663', 128, 'bc_halfcylinder_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5067, '6664', 128, 'bc_halfcylinder_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5068, '6665', 128, 'bc_halfcylinder_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5069, '6666', 128, 'bc_halfcylinder_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5070, '6667', 128, 'bc_halfcylinder_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5071, '6668', 128, 'bc_halfcylinder_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5072, '6669', 128, 'bc_halfcylinder_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5073, '6670', 128, 'bc_halfcylinder_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5074, '6671', 128, 'bc_halfcylinder_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5075, '6672', 128, 'bc_halfcylinder_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5076, '6673', 128, 'bc_halfcylinder_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5077, '6674', 128, 'bc_halfcylinder_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5078, '6675', 128, 'bc_halfcylinder_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5079, '6676', 128, 'bc_halfcylinder_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5080, '6677', 128, 'bc_halfcylinder_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5081, '6678', 128, 'bc_halfcylinder_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5082, '6679', 128, 'bc_halfcylinder_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5083, '6680', 128, 'bc_halfcylinder_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5084, '6681', 128, 'bc_halfcylinder_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5085, '6682', 128, 'bc_halfcylinder_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5086, '6683', 128, 'bc_halfcylinder_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5087, '6684', 128, 'bc_halfcylinder_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5088, '6685', 128, 'bc_halfcylinder_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5089, '6686', 128, 'bc_halfcylinder_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5090, '6687', 128, 'bc_halfcylinder_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5091, '6688', 128, 'bc_halfcylinder_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5092, '6689', 128, 'bc_halfcylinder_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5093, '6690', 128, 'bc_halfcylinder_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5094, '6691', 128, 'bc_halfcylinder_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5095, '6692', 128, 'bc_halfcylinder_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5096, '6693', 128, 'bc_halfcylinder_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5097, '6694', 128, 'bc_halfcylinder_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5098, '6695', 131, 'bc_quarterring_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5099, '6696', 131, 'bc_quarterring_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5100, '6697', 131, 'bc_quarterring_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5101, '6698', 131, 'bc_quarterring_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5102, '6699', 131, 'bc_quarterring_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5103, '6700', 131, 'bc_quarterring_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5104, '6701', 131, 'bc_quarterring_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5105, '6702', 131, 'bc_quarterring_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5106, '6703', 131, 'bc_quarterring_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5107, '6704', 131, 'bc_quarterring_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5108, '6705', 131, 'bc_quarterring_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5109, '6706', 131, 'bc_quarterring_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5110, '6707', 131, 'bc_quarterring_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5111, '6708', 131, 'bc_quarterring_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5112, '6709', 131, 'bc_quarterring_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5113, '6710', 131, 'bc_quarterring_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5114, '6711', 131, 'bc_quarterring_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5115, '6712', 131, 'bc_quarterring_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5116, '6713', 131, 'bc_quarterring_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5117, '6714', 131, 'bc_quarterring_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5118, '6715', 131, 'bc_quarterring_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5119, '6716', 131, 'bc_quarterring_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5120, '6717', 131, 'bc_quarterring_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5121, '6718', 131, 'bc_quarterring_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5122, '6719', 131, 'bc_quarterring_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5123, '6720', 131, 'bc_quarterring_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5124, '6721', 131, 'bc_quarterring_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5125, '6722', 131, 'bc_quarterring_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5126, '6723', 131, 'bc_quarterring_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5127, '6724', 131, 'bc_quarterring_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5128, '6725', 131, 'bc_quarterring_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5129, '6726', 131, 'bc_quarterring_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5130, '6727', 131, 'bc_quarterring_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5131, '6728', 131, 'bc_quarterring_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5132, '6729', 131, 'bc_quarterring_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5133, '6730', 131, 'bc_quarterring_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5134, '6731', 131, 'bc_quarterring_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5135, '6732', 131, 'bc_quarterring_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5136, '6733', 131, 'bc_quarterring_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5137, '6734', 131, 'bc_quarterring_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5138, '6735', 131, 'bc_quarterring_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5139, '6736', 131, 'bc_quarterring_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5140, '6737', 131, 'bc_quarterring_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5141, '6738', 131, 'bc_quarterring_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5142, '6739', 131, 'bc_quarterring_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5143, '6740', 131, 'bc_quarterring_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5144, '6741', 131, 'bc_quarterring_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5145, '6742', 131, 'bc_quarterring_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5146, '6743', 131, 'bc_quarterring_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5147, '6744', 131, 'bc_quarterring_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5148, '6745', 131, 'bc_quarterring_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5149, '6746', 131, 'bc_quarterring_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5150, '6747', 131, 'bc_quarterring_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5151, '6748', 131, 'bc_quarterring_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5152, '6749', 131, 'bc_quarterring_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5153, '6750', 131, 'bc_quarterring_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5154, '6751', 131, 'bc_quarterring_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5155, '6752', 131, 'bc_quarterring_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5156, '6753', 131, 'bc_quarterring_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5157, '6754', 131, 'bc_quarterring_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5158, '6755', 131, 'bc_quarterring_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5159, '6756', 131, 'bc_quarterring_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5160, '6757', 131, 'bc_quarterring_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5161, '6758', 131, 'bc_quarterring_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5162, '6759', 131, 'bc_quarterring_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5163, '6760', 131, 'bc_quarterring_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5164, '6761', 131, 'bc_quarterring_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5165, '6762', 131, 'bc_quarterring_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5166, '6763', 131, 'bc_quarterring_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5167, '6764', 137, 'bc_glasspanel_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5168, '6765', 137, 'bc_glasspanel_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5169, '6766', 137, 'bc_glasspanel_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5170, '6767', 137, 'bc_glasspanel_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5171, '6768', 137, 'bc_glasspanel_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5172, '6769', 137, 'bc_glasspanel_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5173, '6770', 137, 'bc_glasspanel_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5174, '6771', 137, 'bc_glasspanel_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5175, '6772', 137, 'bc_glasspanel_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5176, '6773', 137, 'bc_glasspanel_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5177, '6774', 137, 'bc_glasspanel_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5178, '6775', 137, 'bc_glasspanel_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5179, '6776', 137, 'bc_glasspanel_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5180, '6777', 137, 'bc_glasspanel_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5181, '6778', 137, 'bc_glasspanel_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5182, '6779', 137, 'bc_glasspanel_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5183, '6780', 137, 'bc_glasspanel_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5184, '6781', 137, 'bc_glasspanel_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5185, '6782', 137, 'bc_glasspanel_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5186, '6783', 137, 'bc_glasspanel_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5187, '6784', 137, 'bc_glasspanel_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5188, '6785', 137, 'bc_glasspanel_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5189, '6786', 137, 'bc_glasspanel_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5190, '6787', 137, 'bc_glasspanel_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5191, '6788', 137, 'bc_glasspanel_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5192, '6789', 137, 'bc_glasspanel_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5193, '6790', 137, 'bc_glasspanel_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5194, '6791', 137, 'bc_glasspanel_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5195, '6792', 137, 'bc_glasspanel_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5196, '6793', 137, 'bc_glasspanel_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5197, '6794', 137, 'bc_glasspanel_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5198, '6795', 137, 'bc_glasspanel_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5199, '6796', 137, 'bc_glasspanel_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5200, '6797', 137, 'bc_glasspanel_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5201, '6798', 137, 'bc_glasspanel_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5202, '6799', 137, 'bc_glasspanel_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5203, '6800', 137, 'bc_glasspanel_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5204, '6801', 137, 'bc_glasspanel_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5205, '6802', 137, 'bc_glasspanel_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5206, '6803', 137, 'bc_glasspanel_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5207, '6804', 137, 'bc_glasspanel_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5208, '6805', 137, 'bc_glasspanel_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5209, '6806', 137, 'bc_glasspanel_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5210, '6807', 137, 'bc_glasspanel_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5211, '6808', 137, 'bc_glasspanel_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5212, '6809', 137, 'bc_glasspanel_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5213, '6810', 137, 'bc_glasspanel_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5214, '6811', 137, 'bc_glasspanel_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5215, '6812', 137, 'bc_glasspanel_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5216, '6813', 137, 'bc_glasspanel_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5217, '6814', 137, 'bc_glasspanel_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5218, '6815', 137, 'bc_glasspanel_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5219, '6816', 137, 'bc_glasspanel_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5220, '6817', 137, 'bc_glasspanel_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5221, '6818', 137, 'bc_glasspanel_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5222, '6819', 137, 'bc_glasspanel_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5223, '6820', 137, 'bc_glasspanel_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5224, '6821', 137, 'bc_glasspanel_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5225, '6822', 137, 'bc_glasspanel_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5226, '6823', 137, 'bc_glasspanel_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5227, '6824', 137, 'bc_glasspanel_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5228, '6825', 137, 'bc_glasspanel_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5229, '6826', 137, 'bc_glasspanel_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5230, '6827', 137, 'bc_glasspanel_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5231, '6828', 137, 'bc_glasspanel_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5232, '6829', 137, 'bc_glasspanel_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5233, '6830', 137, 'bc_glasspanel_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5234, '6831', 137, 'bc_glasspanel_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5235, '6832', 137, 'bc_glasspanel_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5236, '6833', 135, 'bc_wedge_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5237, '6834', 135, 'bc_wedge_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5238, '6835', 135, 'bc_wedge_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5239, '6836', 135, 'bc_wedge_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5240, '6837', 135, 'bc_wedge_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5241, '6838', 135, 'bc_wedge_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5242, '6839', 135, 'bc_wedge_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5243, '6840', 135, 'bc_wedge_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5244, '6841', 135, 'bc_wedge_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5245, '6842', 135, 'bc_wedge_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5246, '6843', 135, 'bc_wedge_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5247, '6844', 135, 'bc_wedge_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5248, '6845', 135, 'bc_wedge_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5249, '6846', 135, 'bc_wedge_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5250, '6847', 135, 'bc_wedge_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5251, '6848', 135, 'bc_wedge_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5252, '6849', 135, 'bc_wedge_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5253, '6850', 135, 'bc_wedge_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5254, '6851', 135, 'bc_wedge_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5255, '6852', 135, 'bc_wedge_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5256, '6853', 135, 'bc_wedge_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5257, '6854', 135, 'bc_wedge_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5258, '6855', 135, 'bc_wedge_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5259, '6856', 135, 'bc_wedge_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5260, '6857', 135, 'bc_wedge_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5261, '6858', 135, 'bc_wedge_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5262, '6859', 135, 'bc_wedge_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5263, '6860', 135, 'bc_wedge_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5264, '6861', 135, 'bc_wedge_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5265, '6862', 135, 'bc_wedge_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5266, '6863', 135, 'bc_wedge_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5267, '6864', 135, 'bc_wedge_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5268, '6865', 135, 'bc_wedge_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5269, '6866', 135, 'bc_wedge_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5270, '6867', 135, 'bc_wedge_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5271, '6868', 135, 'bc_wedge_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5272, '6869', 135, 'bc_wedge_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5273, '6870', 135, 'bc_wedge_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5274, '6871', 135, 'bc_wedge_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5275, '6872', 135, 'bc_wedge_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5276, '6873', 135, 'bc_wedge_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5277, '6874', 135, 'bc_wedge_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5278, '6875', 135, 'bc_wedge_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5279, '6876', 135, 'bc_wedge_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5280, '6877', 135, 'bc_wedge_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5281, '6878', 135, 'bc_wedge_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5282, '6879', 135, 'bc_wedge_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5283, '6880', 135, 'bc_wedge_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5284, '6881', 135, 'bc_wedge_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5285, '6882', 135, 'bc_wedge_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5286, '6883', 135, 'bc_wedge_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5287, '6884', 135, 'bc_wedge_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5288, '6885', 135, 'bc_wedge_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5289, '6886', 135, 'bc_wedge_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5290, '6887', 135, 'bc_wedge_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5291, '6888', 135, 'bc_wedge_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5292, '6889', 135, 'bc_wedge_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5293, '6890', 135, 'bc_wedge_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5294, '6891', 135, 'bc_wedge_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5295, '6892', 135, 'bc_wedge_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5296, '6893', 135, 'bc_wedge_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5297, '6894', 135, 'bc_wedge_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5298, '6895', 135, 'bc_wedge_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5299, '6896', 135, 'bc_wedge_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5300, '6897', 135, 'bc_wedge_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5301, '6898', 135, 'bc_wedge_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5302, '6899', 135, 'bc_wedge_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5303, '6900', 135, 'bc_wedge_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5304, '6901', 135, 'bc_wedge_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5305, '6902', 139, 'bc_block_0_15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5306, '6903', 139, 'bc_block_0_16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5307, '6904', 139, 'bc_block_0_17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5308, '6905', 139, 'bc_block_0_18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5309, '6906', 139, 'bc_block_0_19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5310, '6907', 139, 'bc_block_0_20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5311, '6908', 139, 'bc_block_0_21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5312, '6909', 139, 'bc_block_0_22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5313, '6910', 139, 'bc_block_0_23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5314, '6911', 139, 'bc_block_0_24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5315, '6912', 139, 'bc_block_0_25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5316, '6913', 139, 'bc_block_0_26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5317, '6914', 139, 'bc_block_0_27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5318, '6915', 139, 'bc_block_0_28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5319, '6916', 139, 'bc_block_0_29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5320, '6917', 139, 'bc_block_0_30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5321, '6918', 139, 'bc_block_0_31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5322, '6919', 139, 'bc_block_0_32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5323, '6920', 139, 'bc_block_0_33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5324, '6921', 139, 'bc_block_0_34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5325, '6922', 139, 'bc_block_0_35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5326, '6923', 139, 'bc_block_0_36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5327, '6924', 139, 'bc_block_0_37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5328, '6925', 139, 'bc_block_0_38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5329, '6926', 139, 'bc_block_0_39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5330, '6927', 139, 'bc_block_0_40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5331, '6928', 139, 'bc_block_0_41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5332, '6929', 139, 'bc_block_0_42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5333, '6930', 139, 'bc_block_0_43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5334, '6931', 139, 'bc_block_0_44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5335, '6932', 139, 'bc_block_0_45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5336, '6933', 139, 'bc_block_0_46', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5337, '6934', 139, 'bc_block_0_47', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5338, '6935', 139, 'bc_block_0_48', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5339, '6936', 139, 'bc_block_0_49', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5340, '6937', 139, 'bc_block_0_50', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5341, '6938', 139, 'bc_block_0_51', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5342, '6939', 139, 'bc_block_0_52', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5343, '6940', 139, 'bc_block_0_53', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5344, '6941', 139, 'bc_block_0_54', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5345, '6942', 139, 'bc_block_0_55', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5346, '6943', 139, 'bc_block_0_56', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5347, '6944', 139, 'bc_block_0_57', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5348, '6945', 139, 'bc_block_0_58', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5349, '6946', 139, 'bc_block_0_59', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5350, '6947', 139, 'bc_block_0_60', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5351, '6948', 139, 'bc_block_0_61', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5352, '6949', 139, 'bc_block_0_62', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5353, '6950', 139, 'bc_block_0_63', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5354, '6951', 139, 'bc_block_0_64', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5355, '6952', 139, 'bc_block_0_65', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5356, '6953', 139, 'bc_block_0_66', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5357, '6954', 139, 'bc_block_0_67', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5358, '6955', 139, 'bc_block_0_68', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5359, '6956', 139, 'bc_block_0_69', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5360, '6957', 127, 'bc_cylinder_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5361, '6958', 127, 'bc_cylinder_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5362, '6959', 127, 'bc_cylinder_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5363, '6960', 127, 'bc_cylinder_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5364, '6961', 127, 'bc_cylinder_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5365, '6962', 127, 'bc_cylinder_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5366, '6963', 127, 'bc_cylinder_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5367, '6964', 127, 'bc_cylinder_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5368, '6965', 127, 'bc_cylinder_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5369, '6966', 127, 'bc_cylinder_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5370, '6967', 127, 'bc_cylinder_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5371, '6968', 127, 'bc_cylinder_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5372, '6969', 127, 'bc_cylinder_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5373, '6970', 127, 'bc_cylinder_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5374, '6971', 127, 'bc_cylinder_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5375, '6972', 127, 'bc_cylinder_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5376, '6973', 127, 'bc_cylinder_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5377, '6974', 127, 'bc_cylinder_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5378, '6975', 127, 'bc_cylinder_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5379, '6976', 127, 'bc_cylinder_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5380, '6977', 127, 'bc_cylinder_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5381, '6978', 127, 'bc_cylinder_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5382, '6979', 127, 'bc_cylinder_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5383, '6980', 127, 'bc_cylinder_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5384, '6981', 127, 'bc_cylinder_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5385, '6982', 127, 'bc_cylinder_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5386, '6983', 127, 'bc_cylinder_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5387, '6984', 127, 'bc_cylinder_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5388, '6985', 127, 'bc_cylinder_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5389, '6986', 127, 'bc_cylinder_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5390, '6987', 127, 'bc_cylinder_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5391, '6988', 127, 'bc_cylinder_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5392, '6989', 127, 'bc_cylinder_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5393, '6990', 127, 'bc_cylinder_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5394, '6991', 127, 'bc_cylinder_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5395, '6992', 127, 'bc_cylinder_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5396, '6993', 127, 'bc_cylinder_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5397, '6994', 127, 'bc_cylinder_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5398, '6995', 127, 'bc_cylinder_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5399, '6996', 127, 'bc_cylinder_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5400, '6997', 127, 'bc_cylinder_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5401, '6998', 127, 'bc_cylinder_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5402, '6999', 127, 'bc_cylinder_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5403, '7000', 127, 'bc_cylinder_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5404, '7001', 127, 'bc_cylinder_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5405, '7002', 127, 'bc_cylinder_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5406, '7003', 127, 'bc_cylinder_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5407, '7004', 127, 'bc_cylinder_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5408, '7005', 127, 'bc_cylinder_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5409, '7006', 127, 'bc_cylinder_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5410, '7007', 127, 'bc_cylinder_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5411, '7008', 127, 'bc_cylinder_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5412, '7009', 127, 'bc_cylinder_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5413, '7010', 127, 'bc_cylinder_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5414, '7011', 127, 'bc_cylinder_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5415, '7012', 127, 'bc_cylinder_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5416, '7013', 127, 'bc_cylinder_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5417, '7014', 127, 'bc_cylinder_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5418, '7015', 127, 'bc_cylinder_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5419, '7016', 127, 'bc_cylinder_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5420, '7017', 127, 'bc_cylinder_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5421, '7018', 127, 'bc_cylinder_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5422, '7019', 127, 'bc_cylinder_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5423, '7020', 127, 'bc_cylinder_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5424, '7021', 127, 'bc_cylinder_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5425, '7022', 127, 'bc_cylinder_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5426, '7023', 127, 'bc_cylinder_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5427, '7024', 127, 'bc_cylinder_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5428, '7025', 127, 'bc_cylinder_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5429, '7026', 134, 'bc_standingtriangularprism_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5430, '7027', 134, 'bc_standingtriangularprism_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5431, '7028', 134, 'bc_standingtriangularprism_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5432, '7029', 134, 'bc_standingtriangularprism_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5433, '7030', 134, 'bc_standingtriangularprism_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5434, '7031', 134, 'bc_standingtriangularprism_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5435, '7032', 134, 'bc_standingtriangularprism_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5436, '7033', 134, 'bc_standingtriangularprism_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5437, '7034', 134, 'bc_standingtriangularprism_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5438, '7035', 134, 'bc_standingtriangularprism_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5439, '7036', 134, 'bc_standingtriangularprism_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5440, '7037', 134, 'bc_standingtriangularprism_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5441, '7038', 134, 'bc_standingtriangularprism_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5442, '7039', 134, 'bc_standingtriangularprism_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5443, '7040', 134, 'bc_standingtriangularprism_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5444, '7041', 134, 'bc_standingtriangularprism_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5445, '7042', 134, 'bc_standingtriangularprism_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5446, '7043', 134, 'bc_standingtriangularprism_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5447, '7044', 134, 'bc_standingtriangularprism_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5448, '7045', 134, 'bc_standingtriangularprism_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5449, '7046', 134, 'bc_standingtriangularprism_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5450, '7047', 134, 'bc_standingtriangularprism_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5451, '7048', 134, 'bc_standingtriangularprism_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5452, '7049', 134, 'bc_standingtriangularprism_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5453, '7050', 134, 'bc_standingtriangularprism_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5454, '7051', 134, 'bc_standingtriangularprism_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5455, '7052', 134, 'bc_standingtriangularprism_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5456, '7053', 134, 'bc_standingtriangularprism_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5457, '7054', 134, 'bc_standingtriangularprism_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5458, '7055', 134, 'bc_standingtriangularprism_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5459, '7056', 134, 'bc_standingtriangularprism_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5460, '7057', 134, 'bc_standingtriangularprism_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5461, '7058', 134, 'bc_standingtriangularprism_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5462, '7059', 134, 'bc_standingtriangularprism_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5463, '7060', 134, 'bc_standingtriangularprism_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5464, '7061', 134, 'bc_standingtriangularprism_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5465, '7062', 134, 'bc_standingtriangularprism_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5466, '7063', 134, 'bc_standingtriangularprism_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5467, '7064', 134, 'bc_standingtriangularprism_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5468, '7065', 134, 'bc_standingtriangularprism_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5469, '7066', 134, 'bc_standingtriangularprism_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5470, '7067', 134, 'bc_standingtriangularprism_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5471, '7068', 134, 'bc_standingtriangularprism_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5472, '7069', 134, 'bc_standingtriangularprism_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5473, '7070', 134, 'bc_standingtriangularprism_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5474, '7071', 134, 'bc_standingtriangularprism_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5475, '7072', 134, 'bc_standingtriangularprism_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5476, '7073', 134, 'bc_standingtriangularprism_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5477, '7074', 134, 'bc_standingtriangularprism_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5478, '7075', 134, 'bc_standingtriangularprism_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5479, '7076', 134, 'bc_standingtriangularprism_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5480, '7077', 134, 'bc_standingtriangularprism_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5481, '7078', 134, 'bc_standingtriangularprism_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5482, '7079', 134, 'bc_standingtriangularprism_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5483, '7080', 134, 'bc_standingtriangularprism_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5484, '7081', 134, 'bc_standingtriangularprism_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5485, '7082', 134, 'bc_standingtriangularprism_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5486, '7083', 134, 'bc_standingtriangularprism_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5487, '7084', 134, 'bc_standingtriangularprism_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5488, '7085', 134, 'bc_standingtriangularprism_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5489, '7086', 134, 'bc_standingtriangularprism_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5490, '7087', 134, 'bc_standingtriangularprism_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5491, '7088', 134, 'bc_standingtriangularprism_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5492, '7089', 134, 'bc_standingtriangularprism_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5493, '7090', 134, 'bc_standingtriangularprism_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5494, '7091', 134, 'bc_standingtriangularprism_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5495, '7092', 134, 'bc_standingtriangularprism_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5496, '7093', 134, 'bc_standingtriangularprism_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5497, '7094', 134, 'bc_standingtriangularprism_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5498, '7095', 140, 'bc_block_1_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5499, '7096', 140, 'bc_block_1_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5500, '7097', 140, 'bc_block_1_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5501, '7098', 140, 'bc_block_1_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5502, '7099', 140, 'bc_block_1_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5503, '7100', 140, 'bc_block_1_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5504, '7101', 140, 'bc_block_1_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5505, '7102', 140, 'bc_block_1_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5506, '7103', 140, 'bc_block_1_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5507, '7104', 140, 'bc_block_1_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5508, '7105', 140, 'bc_block_1_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5509, '7106', 140, 'bc_block_1_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5510, '7107', 140, 'bc_block_1_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5511, '7108', 140, 'bc_block_1_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5512, '7109', 140, 'bc_block_1_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5513, '7110', 140, 'bc_block_1_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5514, '7111', 140, 'bc_block_1_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5515, '7112', 140, 'bc_block_1_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5516, '7113', 140, 'bc_block_1_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5517, '7114', 140, 'bc_block_1_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5518, '7115', 140, 'bc_block_1_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5519, '7116', 140, 'bc_block_1_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5520, '7117', 140, 'bc_block_1_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5521, '7118', 140, 'bc_block_1_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5522, '7119', 140, 'bc_block_1_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5523, '7120', 140, 'bc_block_1_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5524, '7121', 140, 'bc_block_1_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5525, '7122', 140, 'bc_block_1_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5526, '7123', 140, 'bc_block_1_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5527, '7124', 140, 'bc_block_1_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5528, '7125', 140, 'bc_block_1_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5529, '7126', 140, 'bc_block_1_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5530, '7127', 140, 'bc_block_1_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5531, '7128', 140, 'bc_block_1_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5532, '7129', 140, 'bc_block_1_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5533, '7130', 140, 'bc_block_1_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5534, '7131', 140, 'bc_block_1_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5535, '7132', 140, 'bc_block_1_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5536, '7133', 140, 'bc_block_1_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5537, '7134', 140, 'bc_block_1_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5538, '7135', 140, 'bc_block_1_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5539, '7136', 140, 'bc_block_1_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5540, '7137', 140, 'bc_block_1_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5541, '7138', 140, 'bc_block_1_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5542, '7139', 140, 'bc_block_1_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5543, '7140', 140, 'bc_block_1_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5544, '7141', 140, 'bc_block_1_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5545, '7142', 140, 'bc_block_1_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5546, '7143', 140, 'bc_block_1_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5547, '7144', 140, 'bc_block_1_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5548, '7145', 140, 'bc_block_1_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5549, '7146', 140, 'bc_block_1_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5550, '7147', 140, 'bc_block_1_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5551, '7148', 140, 'bc_block_1_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5552, '7149', 140, 'bc_block_1_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5553, '7150', 136, 'bc_triangularprism_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5554, '7151', 136, 'bc_triangularprism_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5555, '7152', 136, 'bc_triangularprism_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5556, '7153', 136, 'bc_triangularprism_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5557, '7154', 136, 'bc_triangularprism_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5558, '7155', 136, 'bc_triangularprism_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5559, '7156', 136, 'bc_triangularprism_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5560, '7157', 136, 'bc_triangularprism_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5561, '7158', 136, 'bc_triangularprism_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5562, '7159', 136, 'bc_triangularprism_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5563, '7160', 136, 'bc_triangularprism_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5564, '7161', 136, 'bc_triangularprism_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5565, '7162', 136, 'bc_triangularprism_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5566, '7163', 136, 'bc_triangularprism_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5567, '7164', 136, 'bc_triangularprism_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5568, '7165', 136, 'bc_triangularprism_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5569, '7166', 136, 'bc_triangularprism_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5570, '7167', 136, 'bc_triangularprism_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5571, '7168', 136, 'bc_triangularprism_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5572, '7169', 136, 'bc_triangularprism_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5573, '7170', 136, 'bc_triangularprism_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5574, '7171', 136, 'bc_triangularprism_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5575, '7172', 136, 'bc_triangularprism_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5576, '7173', 136, 'bc_triangularprism_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5577, '7174', 136, 'bc_triangularprism_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5578, '7175', 136, 'bc_triangularprism_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5579, '7176', 136, 'bc_triangularprism_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5580, '7177', 136, 'bc_triangularprism_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5581, '7178', 136, 'bc_triangularprism_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5582, '7179', 136, 'bc_triangularprism_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5583, '7180', 136, 'bc_triangularprism_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5584, '7181', 136, 'bc_triangularprism_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5585, '7182', 136, 'bc_triangularprism_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5586, '7183', 136, 'bc_triangularprism_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5587, '7184', 136, 'bc_triangularprism_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5588, '7185', 136, 'bc_triangularprism_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5589, '7186', 136, 'bc_triangularprism_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5590, '7187', 136, 'bc_triangularprism_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5591, '7188', 136, 'bc_triangularprism_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5592, '7189', 136, 'bc_triangularprism_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5593, '7190', 136, 'bc_triangularprism_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5594, '7191', 136, 'bc_triangularprism_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5595, '7192', 136, 'bc_triangularprism_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5596, '7193', 136, 'bc_triangularprism_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5597, '7194', 136, 'bc_triangularprism_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5598, '7195', 136, 'bc_triangularprism_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5599, '7196', 136, 'bc_triangularprism_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5600, '7197', 136, 'bc_triangularprism_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5601, '7198', 136, 'bc_triangularprism_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5602, '7199', 136, 'bc_triangularprism_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5603, '7200', 136, 'bc_triangularprism_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5604, '7201', 136, 'bc_triangularprism_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5605, '7202', 136, 'bc_triangularprism_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5606, '7203', 136, 'bc_triangularprism_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5607, '7204', 136, 'bc_triangularprism_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5608, '7205', 136, 'bc_triangularprism_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5609, '7206', 136, 'bc_triangularprism_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5610, '7207', 136, 'bc_triangularprism_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5611, '7208', 136, 'bc_triangularprism_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5612, '7209', 136, 'bc_triangularprism_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5613, '7210', 136, 'bc_triangularprism_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5614, '7211', 136, 'bc_triangularprism_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5615, '7212', 136, 'bc_triangularprism_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5616, '7213', 136, 'bc_triangularprism_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5617, '7214', 136, 'bc_triangularprism_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5618, '7215', 136, 'bc_triangularprism_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5619, '7216', 136, 'bc_triangularprism_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5620, '7217', 136, 'bc_triangularprism_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5621, '7218', 136, 'bc_triangularprism_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5622, '7219', 132, 'bc_sphere_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5623, '7220', 132, 'bc_sphere_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5624, '7221', 132, 'bc_sphere_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5625, '7222', 132, 'bc_sphere_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5626, '7223', 132, 'bc_sphere_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5627, '7224', 132, 'bc_sphere_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5628, '7225', 132, 'bc_sphere_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5629, '7226', 132, 'bc_sphere_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5630, '7227', 132, 'bc_sphere_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5631, '7228', 132, 'bc_sphere_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5632, '7229', 132, 'bc_sphere_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5633, '7230', 132, 'bc_sphere_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5634, '7231', 132, 'bc_sphere_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5635, '7232', 132, 'bc_sphere_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5636, '7233', 132, 'bc_sphere_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5637, '7234', 132, 'bc_sphere_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5638, '7235', 132, 'bc_sphere_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5639, '7236', 132, 'bc_sphere_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5640, '7237', 132, 'bc_sphere_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5641, '7238', 132, 'bc_sphere_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5642, '7239', 132, 'bc_sphere_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5643, '7240', 132, 'bc_sphere_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5644, '7241', 132, 'bc_sphere_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5645, '7242', 132, 'bc_sphere_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5646, '7243', 132, 'bc_sphere_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5647, '7244', 132, 'bc_sphere_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5648, '7245', 132, 'bc_sphere_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5649, '7246', 132, 'bc_sphere_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5650, '7247', 132, 'bc_sphere_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5651, '7248', 132, 'bc_sphere_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5652, '7249', 132, 'bc_sphere_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5653, '7250', 132, 'bc_sphere_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5654, '7251', 132, 'bc_sphere_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5655, '7252', 132, 'bc_sphere_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5656, '7253', 132, 'bc_sphere_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5657, '7254', 132, 'bc_sphere_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5658, '7255', 132, 'bc_sphere_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5659, '7256', 132, 'bc_sphere_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5660, '7257', 132, 'bc_sphere_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5661, '7258', 132, 'bc_sphere_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5662, '7259', 132, 'bc_sphere_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5663, '7260', 132, 'bc_sphere_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5664, '7261', 132, 'bc_sphere_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5665, '7262', 132, 'bc_sphere_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5666, '7263', 132, 'bc_sphere_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5667, '7264', 132, 'bc_sphere_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5668, '7265', 132, 'bc_sphere_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5669, '7266', 132, 'bc_sphere_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5670, '7267', 132, 'bc_sphere_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5671, '7268', 132, 'bc_sphere_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5672, '7269', 132, 'bc_sphere_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5673, '7270', 132, 'bc_sphere_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5674, '7271', 132, 'bc_sphere_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5675, '7272', 132, 'bc_sphere_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5676, '7273', 132, 'bc_sphere_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5677, '7274', 132, 'bc_sphere_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5678, '7275', 132, 'bc_sphere_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5679, '7276', 132, 'bc_sphere_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5680, '7277', 132, 'bc_sphere_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5681, '7278', 132, 'bc_sphere_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5682, '7279', 132, 'bc_sphere_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5683, '7280', 132, 'bc_sphere_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5684, '7281', 132, 'bc_sphere_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5685, '7282', 132, 'bc_sphere_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5686, '7283', 132, 'bc_sphere_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5687, '7284', 132, 'bc_sphere_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5688, '7285', 132, 'bc_sphere_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5689, '7286', 132, 'bc_sphere_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5690, '7287', 132, 'bc_sphere_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5691, '7288', 138, 'bc_round_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5692, '7289', 138, 'bc_round_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5693, '7290', 138, 'bc_round_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5694, '7291', 138, 'bc_round_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5695, '7292', 138, 'bc_round_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5696, '7293', 138, 'bc_round_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5697, '7294', 138, 'bc_round_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5698, '7295', 138, 'bc_round_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5699, '7296', 138, 'bc_round_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5700, '7297', 138, 'bc_round_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5701, '7298', 138, 'bc_round_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5702, '7299', 138, 'bc_round_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5703, '7300', 138, 'bc_round_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5704, '7301', 138, 'bc_round_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5705, '7302', 138, 'bc_round_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5706, '7303', 138, 'bc_round_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5707, '7304', 138, 'bc_round_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5708, '7305', 138, 'bc_round_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5709, '7306', 138, 'bc_round_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5710, '7307', 138, 'bc_round_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5711, '7308', 138, 'bc_round_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5712, '7309', 138, 'bc_round_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5713, '7310', 138, 'bc_round_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5714, '7311', 138, 'bc_round_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5715, '7312', 138, 'bc_round_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5716, '7313', 138, 'bc_round_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5717, '7314', 138, 'bc_round_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5718, '7315', 138, 'bc_round_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5719, '7316', 138, 'bc_round_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5720, '7317', 138, 'bc_round_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5721, '7318', 138, 'bc_round_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5722, '7319', 138, 'bc_round_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5723, '7320', 138, 'bc_round_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5724, '7321', 138, 'bc_round_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5725, '7322', 138, 'bc_round_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5726, '7323', 138, 'bc_round_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5727, '7324', 138, 'bc_round_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5728, '7325', 138, 'bc_round_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5729, '7326', 138, 'bc_round_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5730, '7327', 138, 'bc_round_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5731, '7328', 138, 'bc_round_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5732, '7329', 138, 'bc_round_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5733, '7330', 138, 'bc_round_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5734, '7331', 138, 'bc_round_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5735, '7332', 138, 'bc_round_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5736, '7333', 138, 'bc_round_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5737, '7334', 138, 'bc_round_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5738, '7335', 138, 'bc_round_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5739, '7336', 138, 'bc_round_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5740, '7337', 138, 'bc_round_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5741, '7338', 138, 'bc_round_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5742, '7339', 138, 'bc_round_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5743, '7340', 138, 'bc_round_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5744, '7341', 138, 'bc_round_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5745, '7342', 138, 'bc_round_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5746, '7343', 307, 'CF_1500_suitcase', 1500, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5747, '7344', 117, 'bc_alpha1_w_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5748, '7345', 117, 'bc_alpha1_w_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5749, '7346', 117, 'bc_alpha1_w_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5750, '7347', 117, 'bc_alpha1_w_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5751, '7348', 117, 'bc_alpha1_w_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5752, '7349', 117, 'bc_alpha1_w_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5753, '7350', 117, 'bc_alpha1_w_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5754, '7351', 117, 'bc_alpha1_w_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5755, '7352', 117, 'bc_alpha1_w_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5756, '7353', 117, 'bc_alpha1_w_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5757, '7354', 117, 'bc_alpha1_w_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5758, '7355', 117, 'bc_alpha1_w_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5759, '7356', 117, 'bc_alpha1_w_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5760, '7357', 117, 'bc_alpha1_w_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5761, '7358', 117, 'bc_alpha1_g_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5762, '7359', 117, 'bc_alpha1_g_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5763, '7360', 117, 'bc_alpha1_g_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5764, '7361', 117, 'bc_alpha1_g_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5765, '7362', 117, 'bc_alpha1_g_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5766, '7363', 117, 'bc_alpha1_g_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5767, '7364', 117, 'bc_alpha1_g_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5768, '7365', 117, 'bc_alpha1_g_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5769, '7366', 117, 'bc_alpha1_g_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5770, '7367', 117, 'bc_alpha1_g_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5771, '7368', 117, 'bc_alpha1_g_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5772, '7369', 117, 'bc_alpha1_g_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5773, '7370', 117, 'bc_alpha1_g_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5774, '7371', 117, 'bc_alpha1_g_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5775, '7372', 117, 'bc_alpha1_r_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5776, '7373', 117, 'bc_alpha1_r_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5777, '7374', 117, 'bc_alpha1_r_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5778, '7375', 117, 'bc_alpha1_r_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5779, '7376', 117, 'bc_alpha1_r_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5780, '7377', 117, 'bc_alpha1_r_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5781, '7378', 117, 'bc_alpha1_r_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5782, '7379', 117, 'bc_alpha1_r_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5783, '7380', 117, 'bc_alpha1_r_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5784, '7381', 117, 'bc_alpha1_r_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5785, '7382', 117, 'bc_alpha1_r_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5786, '7383', 117, 'bc_alpha1_r_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5787, '7384', 117, 'bc_alpha1_r_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5788, '7385', 117, 'bc_alpha1_r_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5789, '7386', 117, 'bc_alpha1_s_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5790, '7387', 117, 'bc_alpha1_s_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5791, '7388', 117, 'bc_alpha1_s_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5792, '7389', 117, 'bc_alpha1_s_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5793, '7390', 117, 'bc_alpha1_s_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5794, '7391', 117, 'bc_alpha1_s_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5795, '7392', 117, 'bc_alpha1_s_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5796, '7393', 117, 'bc_alpha1_s_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5797, '7394', 117, 'bc_alpha1_s_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5798, '7395', 117, 'bc_alpha1_s_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5799, '7396', 117, 'bc_alpha1_s_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5800, '7397', 117, 'bc_alpha1_s_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5801, '7398', 117, 'bc_alpha1_s_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5802, '7399', 117, 'bc_alpha1_s_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5803, '7400', 117, 'bc_alpha1_h_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5804, '7401', 117, 'bc_alpha1_h_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5805, '7402', 117, 'bc_alpha1_h_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5806, '7403', 117, 'bc_alpha1_h_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5807, '7404', 117, 'bc_alpha1_h_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5808, '7405', 117, 'bc_alpha1_h_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5809, '7406', 117, 'bc_alpha1_h_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5810, '7407', 117, 'bc_alpha1_h_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5811, '7408', 117, 'bc_alpha1_h_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5812, '7409', 117, 'bc_alpha1_h_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5813, '7410', 117, 'bc_alpha1_h_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5814, '7411', 117, 'bc_alpha1_h_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5815, '7412', 117, 'bc_alpha1_h_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5816, '7413', 117, 'bc_alpha1_h_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5817, '7414', 117, 'bc_alpha1_t_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5818, '7415', 117, 'bc_alpha1_t_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5819, '7416', 117, 'bc_alpha1_t_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5820, '7417', 117, 'bc_alpha1_t_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5821, '7418', 117, 'bc_alpha1_t_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5822, '7419', 117, 'bc_alpha1_t_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5823, '7420', 117, 'bc_alpha1_t_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5824, '7421', 117, 'bc_alpha1_t_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5825, '7422', 117, 'bc_alpha1_t_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5826, '7423', 117, 'bc_alpha1_t_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5827, '7424', 117, 'bc_alpha1_t_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5828, '7425', 117, 'bc_alpha1_t_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5829, '7426', 117, 'bc_alpha1_t_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5830, '7427', 117, 'bc_alpha1_t_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5831, '7428', 117, 'bc_alpha1_o_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5832, '7429', 117, 'bc_alpha1_o_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5833, '7430', 117, 'bc_alpha1_o_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5834, '7431', 117, 'bc_alpha1_o_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5835, '7432', 117, 'bc_alpha1_o_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5836, '7433', 117, 'bc_alpha1_o_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5837, '7434', 117, 'bc_alpha1_o_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5838, '7435', 117, 'bc_alpha1_o_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5839, '7436', 117, 'bc_alpha1_o_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5840, '7437', 117, 'bc_alpha1_o_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5841, '7438', 117, 'bc_alpha1_o_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5842, '7439', 117, 'bc_alpha1_o_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5843, '7440', 117, 'bc_alpha1_o_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5844, '7441', 117, 'bc_alpha1_o_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5845, '7442', 117, 'bc_alpha1_v_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5846, '7443', 117, 'bc_alpha1_v_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5847, '7444', 117, 'bc_alpha1_v_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5848, '7445', 117, 'bc_alpha1_v_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5849, '7446', 117, 'bc_alpha1_v_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5850, '7447', 117, 'bc_alpha1_v_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5851, '7448', 117, 'bc_alpha1_v_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5852, '7449', 117, 'bc_alpha1_v_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5853, '7450', 117, 'bc_alpha1_v_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5854, '7451', 117, 'bc_alpha1_v_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5855, '7452', 117, 'bc_alpha1_v_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5856, '7453', 117, 'bc_alpha1_v_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5857, '7454', 117, 'bc_alpha1_v_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5858, '7455', 117, 'bc_alpha1_v_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5859, '7456', 117, 'bc_alpha1_c_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5860, '7457', 117, 'bc_alpha1_c_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5861, '7458', 117, 'bc_alpha1_c_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5862, '7459', 117, 'bc_alpha1_c_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5863, '7460', 117, 'bc_alpha1_c_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5864, '7461', 117, 'bc_alpha1_c_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5865, '7462', 117, 'bc_alpha1_c_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5866, '7463', 117, 'bc_alpha1_c_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5867, '7464', 117, 'bc_alpha1_c_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5868, '7465', 117, 'bc_alpha1_c_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5869, '7466', 117, 'bc_alpha1_c_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5870, '7467', 117, 'bc_alpha1_c_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5871, '7468', 117, 'bc_alpha1_c_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5872, '7469', 117, 'bc_alpha1_c_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5873, '7470', 117, 'bc_alpha1_b_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5874, '7471', 117, 'bc_alpha1_b_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5875, '7472', 117, 'bc_alpha1_b_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5876, '7473', 117, 'bc_alpha1_b_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5877, '7474', 117, 'bc_alpha1_b_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5878, '7475', 117, 'bc_alpha1_b_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5879, '7476', 117, 'bc_alpha1_b_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5880, '7477', 117, 'bc_alpha1_b_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5881, '7478', 117, 'bc_alpha1_b_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5882, '7479', 117, 'bc_alpha1_b_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5883, '7480', 117, 'bc_alpha1_b_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5884, '7481', 117, 'bc_alpha1_b_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5885, '7482', 117, 'bc_alpha1_b_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5886, '7483', 117, 'bc_alpha1_b_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5887, '7484', 117, 'bc_alpha1_m_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5888, '7485', 117, 'bc_alpha1_m_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5889, '7486', 117, 'bc_alpha1_m_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5890, '7487', 117, 'bc_alpha1_m_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5891, '7488', 117, 'bc_alpha1_m_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5892, '7489', 117, 'bc_alpha1_m_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5893, '7490', 117, 'bc_alpha1_m_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5894, '7491', 117, 'bc_alpha1_m_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5895, '7492', 117, 'bc_alpha1_m_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5896, '7493', 117, 'bc_alpha1_m_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5897, '7494', 117, 'bc_alpha1_m_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5898, '7495', 117, 'bc_alpha1_m_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5899, '7496', 117, 'bc_alpha1_m_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5900, '7497', 117, 'bc_alpha1_m_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5901, '7498', 117, 'bc_alpha1_i_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5902, '7499', 117, 'bc_alpha1_i_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5903, '7500', 117, 'bc_alpha1_i_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5904, '7501', 117, 'bc_alpha1_i_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5905, '7502', 117, 'bc_alpha1_i_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5906, '7503', 117, 'bc_alpha1_i_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5907, '7504', 117, 'bc_alpha1_i_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5908, '7505', 117, 'bc_alpha1_i_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5909, '7506', 117, 'bc_alpha1_i_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5910, '7507', 117, 'bc_alpha1_i_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5911, '7508', 117, 'bc_alpha1_i_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5912, '7509', 117, 'bc_alpha1_i_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5913, '7510', 117, 'bc_alpha1_i_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5914, '7511', 117, 'bc_alpha1_i_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5915, '7512', 117, 'bc_alpha1_x_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5916, '7513', 117, 'bc_alpha1_x_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5917, '7514', 117, 'bc_alpha1_x_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5918, '7515', 117, 'bc_alpha1_x_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5919, '7516', 117, 'bc_alpha1_x_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5920, '7517', 117, 'bc_alpha1_x_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5921, '7518', 117, 'bc_alpha1_x_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5922, '7519', 117, 'bc_alpha1_x_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5923, '7520', 117, 'bc_alpha1_x_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5924, '7521', 117, 'bc_alpha1_x_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5925, '7522', 117, 'bc_alpha1_x_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5926, '7523', 117, 'bc_alpha1_x_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5927, '7524', 117, 'bc_alpha1_x_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5928, '7525', 117, 'bc_alpha1_x_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5929, '7526', 117, 'bc_alpha1_l_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5930, '7527', 117, 'bc_alpha1_l_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5931, '7528', 117, 'bc_alpha1_l_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5932, '7529', 117, 'bc_alpha1_l_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5933, '7530', 117, 'bc_alpha1_l_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5934, '7531', 117, 'bc_alpha1_l_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5935, '7532', 117, 'bc_alpha1_l_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5936, '7533', 117, 'bc_alpha1_l_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5937, '7534', 117, 'bc_alpha1_l_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5938, '7535', 117, 'bc_alpha1_l_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5939, '7536', 117, 'bc_alpha1_l_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5940, '7537', 117, 'bc_alpha1_l_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5941, '7538', 117, 'bc_alpha1_l_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5942, '7539', 117, 'bc_alpha1_l_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5943, '7540', 117, 'bc_alpha1_j_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5944, '7541', 117, 'bc_alpha1_j_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5945, '7542', 117, 'bc_alpha1_j_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5946, '7543', 117, 'bc_alpha1_j_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5947, '7544', 117, 'bc_alpha1_j_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5948, '7545', 117, 'bc_alpha1_j_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5949, '7546', 117, 'bc_alpha1_j_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5950, '7547', 117, 'bc_alpha1_j_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5951, '7548', 117, 'bc_alpha1_j_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5952, '7549', 117, 'bc_alpha1_j_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5953, '7550', 117, 'bc_alpha1_j_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5954, '7551', 117, 'bc_alpha1_j_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5955, '7552', 117, 'bc_alpha1_j_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5956, '7553', 117, 'bc_alpha1_j_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5957, '7554', 117, 'bc_alpha1_f_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5958, '7555', 117, 'bc_alpha1_f_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5959, '7556', 117, 'bc_alpha1_f_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5960, '7557', 117, 'bc_alpha1_f_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5961, '7558', 117, 'bc_alpha1_f_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5962, '7559', 117, 'bc_alpha1_f_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5963, '7560', 117, 'bc_alpha1_f_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5964, '7561', 117, 'bc_alpha1_f_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5965, '7562', 117, 'bc_alpha1_f_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5966, '7563', 117, 'bc_alpha1_f_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5967, '7564', 117, 'bc_alpha1_f_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5968, '7565', 117, 'bc_alpha1_f_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5969, '7566', 117, 'bc_alpha1_f_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5970, '7567', 117, 'bc_alpha1_f_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5971, '7568', 117, 'bc_alpha1_e_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5972, '7569', 117, 'bc_alpha1_e_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5973, '7570', 117, 'bc_alpha1_e_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5974, '7571', 117, 'bc_alpha1_e_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5975, '7572', 117, 'bc_alpha1_e_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5976, '7573', 117, 'bc_alpha1_e_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5977, '7574', 117, 'bc_alpha1_e_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5978, '7575', 117, 'bc_alpha1_e_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5979, '7576', 117, 'bc_alpha1_e_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5980, '7577', 117, 'bc_alpha1_e_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5981, '7578', 117, 'bc_alpha1_e_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5982, '7579', 117, 'bc_alpha1_e_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5983, '7580', 117, 'bc_alpha1_e_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5984, '7581', 117, 'bc_alpha1_e_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5985, '7582', 117, 'bc_alpha1_q_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5986, '7583', 117, 'bc_alpha1_q_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5987, '7584', 117, 'bc_alpha1_q_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5988, '7585', 117, 'bc_alpha1_q_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5989, '7586', 117, 'bc_alpha1_q_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5990, '7587', 117, 'bc_alpha1_q_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5991, '7588', 117, 'bc_alpha1_q_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5992, '7589', 117, 'bc_alpha1_q_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5993, '7590', 117, 'bc_alpha1_q_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5994, '7591', 117, 'bc_alpha1_q_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5995, '7592', 117, 'bc_alpha1_q_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5996, '7593', 117, 'bc_alpha1_q_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5997, '7594', 117, 'bc_alpha1_q_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5998, '7595', 117, 'bc_alpha1_q_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (5999, '7596', 117, 'bc_alpha1_y_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6000, '7597', 117, 'bc_alpha1_y_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6001, '7598', 117, 'bc_alpha1_y_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6002, '7599', 117, 'bc_alpha1_y_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6003, '7600', 117, 'bc_alpha1_y_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6004, '7601', 117, 'bc_alpha1_y_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6005, '7602', 117, 'bc_alpha1_y_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6006, '7603', 117, 'bc_alpha1_y_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6007, '7604', 117, 'bc_alpha1_y_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6008, '7605', 117, 'bc_alpha1_y_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6009, '7606', 117, 'bc_alpha1_y_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6010, '7607', 117, 'bc_alpha1_y_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6011, '7608', 117, 'bc_alpha1_y_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6012, '7609', 117, 'bc_alpha1_y_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6013, '7610', 117, 'bc_alpha1_d_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6014, '7611', 117, 'bc_alpha1_d_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6015, '7612', 117, 'bc_alpha1_d_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6016, '7613', 117, 'bc_alpha1_d_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6017, '7614', 117, 'bc_alpha1_d_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6018, '7615', 117, 'bc_alpha1_d_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6019, '7616', 117, 'bc_alpha1_d_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6020, '7617', 117, 'bc_alpha1_d_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6021, '7618', 117, 'bc_alpha1_d_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6022, '7619', 117, 'bc_alpha1_d_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6023, '7620', 117, 'bc_alpha1_d_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6024, '7621', 117, 'bc_alpha1_d_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6025, '7622', 117, 'bc_alpha1_d_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6026, '7623', 117, 'bc_alpha1_d_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6027, '7624', 117, 'bc_alpha1_n_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6028, '7625', 117, 'bc_alpha1_n_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6029, '7626', 117, 'bc_alpha1_n_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6030, '7627', 117, 'bc_alpha1_n_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6031, '7628', 117, 'bc_alpha1_n_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6032, '7629', 117, 'bc_alpha1_n_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6033, '7630', 117, 'bc_alpha1_n_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6034, '7631', 117, 'bc_alpha1_n_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6035, '7632', 117, 'bc_alpha1_n_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6036, '7633', 117, 'bc_alpha1_n_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6037, '7634', 117, 'bc_alpha1_n_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6038, '7635', 117, 'bc_alpha1_n_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6039, '7636', 117, 'bc_alpha1_n_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6040, '7637', 117, 'bc_alpha1_n_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6041, '7638', 117, 'bc_alpha1_k_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6042, '7639', 117, 'bc_alpha1_k_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6043, '7640', 117, 'bc_alpha1_k_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6044, '7641', 117, 'bc_alpha1_k_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6045, '7642', 117, 'bc_alpha1_k_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6046, '7643', 117, 'bc_alpha1_k_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6047, '7644', 117, 'bc_alpha1_k_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6048, '7645', 117, 'bc_alpha1_k_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6049, '7646', 117, 'bc_alpha1_k_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6050, '7647', 117, 'bc_alpha1_k_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6051, '7648', 117, 'bc_alpha1_k_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6052, '7649', 117, 'bc_alpha1_k_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6053, '7650', 117, 'bc_alpha1_k_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6054, '7651', 117, 'bc_alpha1_k_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6055, '7652', 117, 'bc_alpha1_num_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6056, '7653', 117, 'bc_alpha1_num_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6057, '7654', 117, 'bc_alpha1_num_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6058, '7655', 117, 'bc_alpha1_num_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6059, '7656', 117, 'bc_alpha1_num_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6060, '7657', 117, 'bc_alpha1_num_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6061, '7658', 117, 'bc_alpha1_num_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6062, '7659', 117, 'bc_alpha1_num_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6063, '7660', 117, 'bc_alpha1_num_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6064, '7661', 117, 'bc_alpha1_num_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6065, '7662', 117, 'bc_alpha1_num_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6066, '7663', 117, 'bc_alpha1_num_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6067, '7664', 117, 'bc_alpha1_num_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6068, '7665', 117, 'bc_alpha1_num_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6069, '7666', 117, 'bc_alpha1_u_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6070, '7667', 117, 'bc_alpha1_u_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6071, '7668', 117, 'bc_alpha1_u_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6072, '7669', 117, 'bc_alpha1_u_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6073, '7670', 117, 'bc_alpha1_u_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6074, '7671', 117, 'bc_alpha1_u_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6075, '7672', 117, 'bc_alpha1_u_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6076, '7673', 117, 'bc_alpha1_u_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6077, '7674', 117, 'bc_alpha1_u_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6078, '7675', 117, 'bc_alpha1_u_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6079, '7676', 117, 'bc_alpha1_u_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6080, '7677', 117, 'bc_alpha1_u_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6081, '7678', 117, 'bc_alpha1_u_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6082, '7679', 117, 'bc_alpha1_u_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6083, '7680', 117, 'bc_alpha1_z_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6084, '7681', 117, 'bc_alpha1_z_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6085, '7682', 117, 'bc_alpha1_z_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6086, '7683', 117, 'bc_alpha1_z_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6087, '7684', 117, 'bc_alpha1_z_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6088, '7685', 117, 'bc_alpha1_z_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6089, '7686', 117, 'bc_alpha1_z_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6090, '7687', 117, 'bc_alpha1_z_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6091, '7688', 117, 'bc_alpha1_z_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6092, '7689', 117, 'bc_alpha1_z_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6093, '7690', 117, 'bc_alpha1_z_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6094, '7691', 117, 'bc_alpha1_z_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6095, '7692', 117, 'bc_alpha1_z_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6096, '7693', 117, 'bc_alpha1_z_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6097, '7694', 117, 'bc_alpha1_a_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6098, '7695', 117, 'bc_alpha1_a_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6099, '7696', 117, 'bc_alpha1_a_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6100, '7697', 117, 'bc_alpha1_a_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6101, '7698', 117, 'bc_alpha1_a_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6102, '7699', 117, 'bc_alpha1_a_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6103, '7700', 117, 'bc_alpha1_a_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6104, '7701', 117, 'bc_alpha1_a_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6105, '7702', 117, 'bc_alpha1_a_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6106, '7703', 117, 'bc_alpha1_a_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6107, '7704', 117, 'bc_alpha1_a_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6108, '7705', 117, 'bc_alpha1_a_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6109, '7706', 117, 'bc_alpha1_a_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6110, '7707', 117, 'bc_alpha1_a_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6111, '7708', 117, 'bc_alpha1_p_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6112, '7709', 117, 'bc_alpha1_p_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6113, '7710', 117, 'bc_alpha1_p_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6114, '7711', 117, 'bc_alpha1_p_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6115, '7712', 117, 'bc_alpha1_p_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6116, '7713', 117, 'bc_alpha1_p_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6117, '7714', 117, 'bc_alpha1_p_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6118, '7715', 117, 'bc_alpha1_p_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6119, '7716', 117, 'bc_alpha1_p_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6120, '7717', 117, 'bc_alpha1_p_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6121, '7718', 117, 'bc_alpha1_p_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6122, '7719', 117, 'bc_alpha1_p_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6123, '7720', 117, 'bc_alpha1_p_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6124, '7721', 117, 'bc_alpha1_p_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6125, '7722', 116, 'attic15_cabinet', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6126, '7723', 456, 'val15_gift2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6127, '7724', 456, 'val15_zen', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6128, '7725', 456, 'val15_tele', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6129, '7726', 456, 'val15_sakura', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6130, '7727', 456, 'val15_lilys', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6131, '7728', 456, 'val15_rock1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6132, '7729', 456, 'val15_shamisen', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6133, '7730', 456, 'val15_tea', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6134, '7731', 456, 'val15_gift1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6135, '7732', 456, 'val15_hottub', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6136, '7733', 456, 'val15_petals', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6137, '7734', 456, 'val15_stage2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6138, '7735', 456, 'val15_lantern', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6139, '7736', 456, 'val15_gift3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6140, '7737', 456, 'val15_corner', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6141, '7738', 456, 'val15_dogstat', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6142, '7739', 456, 'val15_table', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6143, '7740', 456, 'val15_chair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6144, '7741', 456, 'val15_rock2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6145, '7742', 456, 'val15_bridge2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6146, '7743', 456, 'val15_divider', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6147, '7744', 456, 'val15_water', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6148, '7745', 741, 'val15_armour_badge', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6149, '7746', 456, 'val15_koipond', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6150, '7747', 456, 'val15_crane', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6151, '7748', 456, 'val15_bench', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6152, '7749', 456, 'val15_gazebo', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6153, '7750', 456, 'val15_tree', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6154, '7751', 456, 'val15_shinto_arch', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6155, '7752', 456, 'val15_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6156, '7753', 456, 'val15_bridge1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6157, '7754', 456, 'val15_stage1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6158, '7755', 116, 'attic15_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6159, '7756', 116, 'attic15_crn', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6160, '7757', 116, 'attic15_box', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6161, '7758', 116, 'attic15_chest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6162, '7759', 116, 'attic15_oillamp', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6163, '7760', 116, 'attic15_bigshelf', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6164, '7761', 116, 'attic15_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6165, '7762', 116, 'attic15_bigtable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6166, '7763', 116, 'attic15_lamp', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6167, '7764', 116, 'attic15_table', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6168, '7765', 116, 'attic15_paintingfloor', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6169, '7766', 116, 'attic15_window', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6170, '7767', 116, 'attic15_cradle', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6171, '7768', 116, 'attic15_telescope', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6172, '7769', 116, 'attic15_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6173, '7770', 116, 'attic15_clock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6174, '7771', 116, 'attic15_mousetrap', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6175, '7772', 116, 'attic15_carpet', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6176, '7773', 116, 'attic15_tele', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6177, '7774', 116, 'attic15_shelf', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6178, '7775', 116, 'attic15_divider', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6179, '7776', 456, 'val15_shrub', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6180, '7777', 200, 'clothing_kimono1', 20, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6181, '7778', 200, 'clothing_kimono2', 16, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6182, '7779', 490, 'rare_prize15_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6183, '7780', 490, 'rare_prize15_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6184, '7781', 490, 'rare_prize15_11', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6185, '7782', 490, 'rare_prize15_12', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6186, '7783', 490, 'rare_prize15_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6187, '7784', 490, 'rare_prize15_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6188, '7785', 490, 'rare_prize15_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6189, '7786', 490, 'rare_prize15_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6190, '7787', 490, 'rare_prize15_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6191, '7788', 490, 'rare_prize15_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6192, '7789', 490, 'rare_prize15_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6193, '7790', 490, 'rare_prize15_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6194, '7791', 741, 'carnival15_hotair_brazil', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6195, '7792', 490, 'rare_prize15_13', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6196, '7793', 490, 'rare_prize15_14', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6197, '7794', 490, 'rare_prize15_15', 0, 50, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6198, '7795', 490, 'rare_prize15_16', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6199, '7796', 490, 'rare_prize15_17', 0, 50, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6200, '7797', 490, 'rare_prize15_18', 0, 50, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6201, '7798', 490, 'rare_prize15_19', 0, 50, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6202, '7799', 490, 'rare_prize15_20', 0, 50, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6203, '7800', 490, 'rare_prize15_21', 0, 50, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6204, '7801', 490, 'rare_prize15_22', 0, 50, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6205, '7802', 490, 'rare_prize15_23', 0, 50, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6206, '7803', 490, 'rare_prize15_24', 0, 50, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6207, '7804', 118, 'cpunk_c15_neoarrowup', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6208, '7805', 118, 'cpunk_c15_neonx', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6209, '7806', 741, 'cpunk15_robofrank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6210, '7807', 118, 'cpunk_c15_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6211, '7808', 631, 'cpunk15_robo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6212, '7809', 118, 'cpunk15_gift', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6213, '7810', 118, 'cpunk_c15_rain', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6214, '7811', 118, 'cpunk_c15_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6215, '7812', 208, 'clothing_cyboots', 4, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6216, '7813', 118, 'cpunk_c15_searchlight', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6217, '7814', 205, 'clothing_cyzipped', 5, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6218, '7815', 200, 'clothing_cystraphood', 18, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6219, '7816', 310, 'clothing_goggles', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6220, '7817', 118, 'cpunk_c15_robojunk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6221, '7818', 631, 'cpunk15_blimp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6222, '7819', 588, 'clothing_cyskirt', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6223, '7820', 588, 'clothing_cyquif', 6, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6224, '7821', 118, 'cpunk_c15_building2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6225, '7822', 202, 'clothing_cyhood', 6, 0, 0, 1, 0, 0, 51, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6226, '7823', 118, 'cpunk_c15_tubes', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6227, '7824', 201, 'clothing_cyhair', 6, 0, 0, 1, 0, 0, 44, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6228, '7825', 118, 'cpunk_c15_neonsk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6229, '7826', 118, 'cpunk_c15_neoarrow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6230, '7827', 206, 'clothing_cystrappants', 5, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6231, '7828', 118, 'cpunk_c15_road', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6232, '7829', 631, 'cpunk15_gunvender', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6233, '7830', 118, 'cpunk_c15_neond', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6234, '7831', 208, 'clothing_cystrapboots', 4, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6235, '7832', 310, 'clothing_cymask', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6236, '7833', 118, 'cpunk_c15_stool', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6237, '7834', 118, 'cpunk_c15_traffic', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6238, '7835', 588, 'clothing_cyglass', 8, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6239, '7836', 118, 'cpunk_c15_door', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6240, '7837', 200, 'clothing_cygirl', 16, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6241, '7838', 118, 'cpunk15_roborat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6242, '7839', 631, 'cpunk15_robosheep', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6243, '7840', 118, 'cpunk_c15_bar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6244, '7841', 310, 'clothing_cycircuit', 6, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6245, '7842', 588, 'clothing_cyleather', 1, 225, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6246, '7843', 310, 'clothing_cyphones', 6, 0, 0, 1, 0, 0, 66, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6247, '7844', 118, 'cpunk_c15_building1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6248, '7845', 302, 'cny_sheepballoon', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6249, '7846', 302, 'china_goat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6250, '7847', 118, 'cpunk_c15_stage1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6251, '7848', 64, 'wf_act_bot_clothes', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6252, '7849', 64, 'wf_act_bot_teleport', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6253, '7850', 63, 'wf_trg_bot_reached_stf', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6254, '7851', 64, 'wf_act_bot_follow_avatar', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6255, '7852', 64, 'wf_act_bot_give_handitem', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6256, '7853', 64, 'wf_act_bot_move', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6257, '7854', 65, 'wf_cnd_has_handitem', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6258, '7855', 64, 'wf_act_bot_talk_to_avatar', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6259, '7856', 63, 'wf_trg_bot_reached_avtr', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6260, '7857', 64, 'wf_act_bot_talk', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6261, '7858', 436, 'room_cof15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6262, '7859', 436, 'room_cof15_counter2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6263, '7860', 436, 'room_cof15_table3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6264, '7861', 436, 'room_cof15_lamp1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6265, '7862', 436, 'room_cof15_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6266, '7863', 436, 'room_cof15_counter1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6267, '7864', 436, 'room_cof15_table1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6268, '7865', 436, 'room_cof15_table2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6269, '7866', 436, 'room_cof15_sofa1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6270, '7867', 436, 'room_cof15_cup', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6271, '7868', 436, 'room_cof15_planter', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6272, '7869', 436, 'room_cof15_pillar1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6273, '7870', 436, 'room_cof15_counter3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6274, '7871', 436, 'room_cof15_espresso', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6275, '7872', 436, 'room_cof15_lamp2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6276, '7873', 436, 'room_cof15_shelf2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6277, '7874', 436, 'room_cof15_shelf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6278, '7875', 436, 'room_cof15_door', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6279, '7876', 436, 'room_cof15_cup2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6280, '7877', 436, 'room_cof15_sofa2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6281, '7878', 436, 'room_cof15_press', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6282, '7879', 160, 'room_gh15_cab2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6283, '7880', 160, 'room_gh15_light', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6284, '7881', 160, 'room_gh15_cab3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6285, '7882', 160, 'room_gh15_cab1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6286, '7883', 160, 'room_gh15_desk', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6287, '7884', 160, 'room_gh15_cab4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6288, '7885', 160, 'room_gh15_cab6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6289, '7886', 160, 'room_gh15_ball', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6290, '7887', 160, 'room_gh15_rtele', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6291, '7888', 160, 'room_gh15_cab5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6292, '7889', 440, 'room_hcl15_tree2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6293, '7890', 440, 'room_hcl15_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6294, '7891', 440, 'room_hcl15_dj', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6295, '7892', 440, 'room_hcl15_table1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6296, '7893', 440, 'room_hcl15_table2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6297, '7894', 440, 'room_hcl15_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6298, '7895', 440, 'room_hcl15_amp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6299, '7896', 440, 'room_hcl15_div', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6300, '7897', 440, 'room_hcl15_tube', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6301, '7898', 440, 'room_hcl15_bar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6302, '7899', 440, 'room_hcl15_barchair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6303, '7900', 440, 'room_hcl15_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6304, '7901', 440, 'room_hcl15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6305, '7902', 440, 'room_hcl15_djtable', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6306, '7903', 439, 'room_wl15_mag1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6307, '7904', 439, 'room_wl15_table1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6308, '7905', 439, 'room_wl15_ele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6309, '7906', 439, 'room_wl15_sink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6310, '7907', 441, 'room_wlof15_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6311, '7908', 439, 'room_wl15_teleblock', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6312, '7909', 439, 'room_wl15_tree', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6313, '7910', 439, 'room_wl15_infolink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6314, '7911', 439, 'room_wl15_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6315, '7912', 439, 'room_wl15_trashbin', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6316, '7913', 439, 'room_wl15_table3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6317, '7914', 439, 'room_wl15_bthdoor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6318, '7915', 439, 'room_wl15_toiletbroke', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6319, '7916', 439, 'room_wl15_deskgate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6320, '7917', 439, 'room_wl15_deskfront', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6321, '7918', 439, 'room_wl15_table2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6322, '7919', 441, 'room_wlof15_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6323, '7920', 439, 'room_wl15_mirror', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6324, '7921', 441, 'room_wlof15_wardrobe', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6325, '7922', 441, 'room_wlof15_bookcase', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6326, '7923', 439, 'room_wl15_toilet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6327, '7924', 439, 'room_wl15_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6328, '7925', 437, 'room_hall15_wfall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6329, '7926', 437, 'room_hall15_dish1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6330, '7927', 437, 'room_hall15_ele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6331, '7928', 437, 'room_hall15_light1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6332, '7929', 437, 'room_hall15_dish2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6333, '7930', 437, 'room_hall15_arch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6334, '7931', 437, 'room_hall15_plant1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6335, '7932', 400, 'cland_c15_table', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6336, '7933', 400, 'cland_c15_icreamtree', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6337, '7934', 201, 'clothing_frontswirl', 2, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6338, '7935', 205, 'clothing_cjersey', 5, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6339, '7936', 200, 'clothing_candygirl', 18, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6340, '7937', 400, 'cland_c15_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6341, '7938', 741, 'cland15_LTD5', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6342, '7939', 400, 'cland_c15_jellyseat2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6343, '7940', 400, 'cland15_tent', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6344, '7941', 400, 'cland_c15_pillar', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6345, '7942', 400, 'cland_c15_waferblock', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6346, '7943', 204, 'clothing_cjumper', 5, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6347, '7944', 400, 'cland_c15_gatepink', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6348, '7945', 741, 'cland15_ltd4', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6349, '7946', 400, 'cland_c15_pavement', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6350, '7947', 400, 'cland_c15_roof', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6351, '7948', 310, 'clothing_cherries', 6, 0, 0, 1, 0, 0, 65, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6352, '7949', 400, 'cland_c15_swirltree', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6353, '7950', 400, 'cland_c15_cakeblock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6354, '7951', 206, 'clothing_cshorts', 5, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6355, '7952', 201, 'clothing_habloompa', 6, 0, 0, 1, 0, 0, 42, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6356, '7953', 400, 'cland15_candythrone', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6357, '7954', 310, 'clothing_cherrybomb', 6, 0, 0, 1, 0, 0, 64, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6358, '7955', 400, 'cland_c15_wafer', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6359, '7956', 741, 'cland15_ltd3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6360, '7957', 400, 'cland15_unipoo', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6361, '7958', 310, 'clothing_candyphones', 6, 0, 0, 1, 0, 0, 63, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6362, '7959', 400, 'cland_c15_light', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6363, '7960', 400, 'cland15_unicorn', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6364, '7961', 202, 'clothing_sidehat', 4, 0, 0, 1, 0, 0, 50, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6365, '7962', 400, 'cland15_fountain', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6366, '7963', 207, 'clothing_swirlskirt', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6367, '7964', 400, 'cland_c15_grass', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6368, '7965', 741, 'cland15_ltd1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6369, '7966', 400, 'cland15_flosstree', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6370, '7967', 202, 'clothing_chocodrop', 4, 0, 0, 1, 0, 0, 49, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6371, '7968', 741, 'cland15_ltd2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6372, '7969', 400, 'cland_c15_goofloor', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6373, '7970', 400, 'cland_c15_lollytree', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6374, '7971', 400, 'cland_c15_jellyseat3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6375, '7972', 400, 'cland_c15_jellyseat1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6376, '7973', 204, 'clothing_swirltop', 5, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6377, '7974', 400, 'cland_c15_chocostick', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6378, '7975', 400, 'cland_c15_chocorock', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6379, '7976', 200, 'clothing_candyboy', 12, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6380, '7977', 230, 'petbox_epic', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (6381, '7978', 590, 'clothing_knitalien', 6, 0, 0, 1, 0, 0, 48, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6382, '7979', 339, 'tablet_vendorg', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6383, '7980', 683, 'prize_alienplush', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6384, '7981', 159, 'room_info15_shrub1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6385, '7982', 159, 'room_info15_shrub3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6386, '7983', 159, 'room_info15_shrub2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6387, '7984', 159, 'room_info15_statue1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6388, '7985', 159, 'room_info15_counter3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6389, '7986', 159, 'room_info15_sofa2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6390, '7987', 159, 'room_info15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6391, '7988', 159, 'room_info15_bus_1', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6392, '7989', 159, 'room_info15_bus_10', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6393, '7990', 159, 'room_info15_bus_11', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6394, '7991', 159, 'room_info15_bus_12', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6395, '7992', 159, 'room_info15_bus_13', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6396, '7993', 159, 'room_info15_bus_14', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6397, '7994', 159, 'room_info15_bus_15', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6398, '7995', 159, 'room_info15_bus_16', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6399, '7996', 159, 'room_info15_bus_17', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6400, '7997', 159, 'room_info15_bus_18', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6401, '7998', 159, 'room_info15_bus_19', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6402, '7999', 159, 'room_info15_bus_2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6403, '8000', 159, 'room_info15_bus_20', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6404, '8001', 159, 'room_info15_bus_3', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6405, '8002', 159, 'room_info15_bus_4', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6406, '8003', 159, 'room_info15_bus_5', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6407, '8004', 159, 'room_info15_bus_6', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6408, '8005', 159, 'room_info15_bus_7', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6409, '8006', 159, 'room_info15_bus_8', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6410, '8007', 159, 'room_info15_bus_9', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6411, '8008', 159, 'room_info15_bridge1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6412, '8009', 159, 'room_info15_bridge2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6413, '8010', 159, 'room_info15_clouds', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6414, '8011', 159, 'room_info15_lamp1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6415, '8012', 159, 'room_info15_bench', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6416, '8013', 159, 'room_info15_sofa1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6417, '8014', 159, 'room_info15_reed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6418, '8015', 159, 'room_info15_fridge', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6419, '8016', 159, 'room_info15_counter4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6420, '8017', 159, 'room_info15_counter2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6421, '8018', 159, 'room_info15_counter1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6422, '8019', 159, 'room_info15_statue2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6423, '8020', 159, 'room_info15_bg', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6424, '8021', 491, 'diamond_painting8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6425, '8022', 158, 'army15_copter', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6426, '8023', 158, 'army_c15_contable2', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6427, '8024', 310, 'clothing_rank4', 6, 0, 0, 1, 0, 0, 30, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6428, '8025', 741, 'army15_ltdhumvee', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6429, '8026', 158, 'army_c15_telemine', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6430, '8027', 158, 'army_c15_medictent', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6431, '8028', 158, 'army_c15_notice', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6432, '8029', 158, 'army_c15_crate', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6433, '8030', 200, 'clothing_parade', 15, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6434, '8031', 158, 'army_c15_compass', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6435, '8032', 158, 'army_c15_glasscrn', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6436, '8033', 158, 'army_c15_doorscan', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6437, '8034', 200, 'clothing_kevlaroutfit', 18, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6438, '8035', 158, 'army_c15_gate', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6439, '8036', 158, 'army_c15_leatherchr', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6440, '8037', 158, 'army_c15_guardcub', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6441, '8038', 158, 'army_c15_wirecrn', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6442, '8039', 158, 'army_c15_sandbag', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6443, '8040', 158, 'army_c15_light', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6444, '8041', 205, 't', 5, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6445, '8042', 200, 'clothing_camooutfit', 14, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6446, '8043', 202, 'clothing_napkin', 4, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6447, '8044', 205, 'clothing_kevlar', 5, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6448, '8045', 588, 'clothing_camoboots', 4, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6449, '8046', 158, 'army_c15_screen', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6450, '8047', 310, 'clothing_rank5', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6451, '8048', 158, 'army15_scanner', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6452, '8049', 158, 'army_c15_wirecrn', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6453, '8050', 158, 'army_c15_jerrycan', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6454, '8051', 202, 'clothing_kevlarhat', 4, 0, 0, 1, 0, 0, 46, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6455, '8052', 158, 'army_c15_watchtwr', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6456, '8053', 158, 'army_c15_contable', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6457, '8054', 158, 'army15_statue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6458, '8055', 158, 'army_c15_locker', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6459, '8056', 310, 'clothing_medal1', 6, 0, 0, 1, 0, 0, 60, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6460, '8057', 310, 'clothing_rank3', 6, 0, 0, 1, 0, 0, 59, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6461, '8058', 158, 'army_c15_officetent', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6462, '8059', 310, 'clothing_medal3', 6, 0, 0, 1, 0, 0, 58, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6463, '8060', 158, 'army_c15_teledoor', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6464, '8061', 741, 'army15_ltddesk', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6465, '8062', 158, 'army_c15_chair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6466, '8063', 202, 'clothing_drillserg', 4, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6467, '8064', 158, 'army_c15_plant', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6468, '8065', 310, 'clothing_rank2', 6, 0, 0, 1, 0, 0, 57, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6469, '8066', 158, 'army_c15_table', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6470, '8067', 158, 'army_c15_bed', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6471, '8068', 158, 'army_c15_cabinet', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6472, '8069', 158, 'army_c15_bookshelf', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6473, '8070', 158, 'army_c15_gunrack', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6474, '8071', 158, 'army_c15_shipcon', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6475, '8072', 310, 'clothing_rank1', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6476, '8073', 158, 'army_c15_glassdivdr', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6477, '8074', 207, 'clothing_armyskirt', 5, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6478, '8075', 206, 'clothing_militarypants', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6479, '8076', 158, 'army_c15_food', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6480, '8077', 158, 'army_c15_carpet', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6481, '8078', 310, 'clothing_walkie', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6482, '8079', 158, 'army15_dog', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6483, '8080', 158, 'army_c15_deskcomp', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6484, '8081', 158, 'army_c15_deskitem', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6485, '8082', 108, 'army_c15_groupflag', 2, 300, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6486, '8083', 310, 'clothing_medal2', 6, 0, 0, 1, 0, 0, 54, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6487, '8084', 204, 'clothing_camotank', 5, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6488, '8085', 202, 'clothing_militaryhat', 4, 0, 0, 1, 0, 0, 44, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6489, '8086', 202, 'clothing_camocap', 4, 0, 0, 1, 0, 0, 22, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6490, '8087', 206, 'clothing_camotuck', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6491, '8088', 159, 'room_info15_div', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6492, '8089', 159, 'room_info15_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6493, '8090', 429, 'botnest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6494, '8091', 199, 'dino_c15_footprint', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6495, '8092', 199, 'dino15_dinoprize6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6496, '8093', 694, 'dino15_fossil2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6497, '8094', 694, 'dino15_fossil5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6498, '8095', 199, 'dino_c15_venusfly', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6499, '8096', 199, 'dino_c15_nest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6500, '8097', 202, 'clothing_dinohat', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6501, '8098', 741, 'dino15_throne', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6502, '8099', 199, 'dino_c15_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6503, '8100', 199, 'dino_c15_blocks', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6504, '8101', 199, 'dino_c15_rocksmall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6505, '8102', 199, 'dino_c15_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6506, '8103', 199, 'dino_c15_dilosaur', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6507, '8104', 199, 'dino_c15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6508, '8105', 199, 'dino_c15_crn', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6509, '8106', 199, 'dino_c15_volcano', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6510, '8107', 199, 'dino15_amberbug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6511, '8108', 741, 'dino15_dragonfly', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6512, '8109', 199, 'dino_c15_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6513, '8110', 199, 'dino_c15_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6514, '8111', 204, 'clothing_caveshirt', 5, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6515, '8112', 199, 'dino_c15_ribcage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6516, '8113', 199, 'dino_c15_tree2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6517, '8114', 199, 'dino15_dinoprize1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6518, '8115', 201, 'clothing_cavehair', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6519, '8116', 694, 'dino15_fossil3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6520, '8117', 199, 'dino_c15_rocklarge', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6521, '8118', 199, 'dino15_amberduck', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6522, '8119', 199, 'dino_c15_plant2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6523, '8120', 199, 'dino_c15_plant1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6524, '8121', 200, 'clothing_dino', 14, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6525, '8122', 199, 'dino_c15_divdr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6526, '8123', 199, 'dino15_dinoprize3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6527, '8124', 694, 'dino15_fossil1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6528, '8125', 200, 'clothing_caveman', 10, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6529, '8126', 199, 'dino_c15_log', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6530, '8127', 199, 'dino15_dinoprize4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6531, '8128', 199, 'dino15_fossil4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6532, '8129', 199, 'dino15_dinoprize5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6533, '8130', 202, 'clothing_hat_skulldino', 6, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6534, '8131', 199, 'dino15_dinoprize2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6535, '8132', 199, 'dino_c15_tree3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6536, '8133', 423, 'fxbox_fx183', 3, 0, 0, 1, 0, 0, 200, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (6537, '8134', 307, 'CF_300_bricks', 300, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6538, '8135', 438, 'room_thr15_spot', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6539, '8136', 438, 'room_thr15_chair2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6540, '8137', 438, 'room_thr15_div2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6541, '8138', 438, 'room_thr15_curtain1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6542, '8139', 438, 'room_thr15_bubjuice', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6543, '8140', 438, 'room_thr15_popcorn', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6544, '8141', 438, 'room_thr15_stair', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6545, '8142', 438, 'room_thr15_icecream', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6546, '8143', 438, 'room_thr15_chair1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6547, '8144', 438, 'room_thr15_div3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6548, '8145', 438, 'room_thr15_stage', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6549, '8146', 438, 'room_thr15_ramp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6550, '8147', 438, 'room_thr15_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6551, '8148', 438, 'room_thr15_div1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6552, '8149', 438, 'room_thr15_frontcur', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6553, '8150', 438, 'room_thr15_cover', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6554, '8151', 438, 'room_thr15_candy', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6555, '8152', 438, 'room_thr15_hotdog', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6556, '8153', 438, 'room_thr15_sofa', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6557, '8154', 159, 'room_info15_roller', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6558, '8155', 115, 'nest_raptor', 2, 0, 0, 1, 0, 0, 201, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (6559, '8156', 102, 'velociraptor_egg', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6560, '8157', 232, 'pterosaur_egg', 35, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6561, '8158', 52, 'petfood31', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6562, '8159', 52, 'petfood30', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6563, '8160', 161, 'paris_c15_roof', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6564, '8161', 161, 'paris_c15_crn', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6565, '8162', 161, 'paris15_paintings', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6566, '8163', 588, 'clothing_breton', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6567, '8164', 161, 'paris_c15_table', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6568, '8165', 161, 'paris15_bicycle', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6569, '8166', 161, 'paris_c15_building2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6570, '8167', 161, 'paris_c15_chair', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6571, '8168', 161, 'paris15_pigeon', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6572, '8169', 161, 'paris_c15_food3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6573, '8170', 161, 'paris_c15_menu', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6574, '8171', 161, 'paris_c15_food1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6575, '8172', 161, 'paris15_poodle', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6576, '8173', 161, 'paris15_giftsnails', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6577, '8174', 161, 'paris_c15_flowerpot', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6578, '8175', 161, 'paris_c15_vegstall3', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6579, '8176', 706, 'paris15_cake', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6580, '8177', 161, 'paris_c15_building1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6581, '8178', 161, 'paris_c15_arch', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6582, '8179', 310, 'clothing_necktie', 6, 0, 0, 1, 0, 0, 26, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6583, '8180', 161, 'paris_c15_shadow', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6584, '8181', 161, 'paris_c15_vegstall2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6585, '8182', 741, 'paris15_ltdfountain', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6586, '8183', 161, 'paris_c15_floor', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6587, '8184', 161, 'paris_c15_food2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6588, '8185', 161, 'paris_c15_flowerstl', 10, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6589, '8186', 161, 'paris_c15_awning', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6590, '8187', 161, 'paris_c15_pavement', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6591, '8188', 161, 'paris_c15_breadstall', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6592, '8189', 161, 'paris_c15_vegstall1', 10, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6593, '8190', 161, 'paris_c15_parasol', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6594, '8191', 115, 'nest_pterosaur', 2, 0, 0, 1, 0, 0, 202, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (6595, '8192', 109, 'yttv_retro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6596, '8193', 192, 'habbo15_rare_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6597, '8194', 162, 'habbo15_comp_photo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6598, '8195', 162, 'habbo15_comp_clothing', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6599, '8196', 162, 'habbo15_comp_room', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6600, '8197', 162, 'habbo15_comp_video', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6601, '8198', 162, 'habbo15_placeholder', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6602, '8199', 162, 'habbo15_comp_furni', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6603, '8200', 162, 'habbo15_comp_blocks', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6604, '8201', 192, 'habbo15_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6605, '8202', 162, 'room_hall_trophy2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6606, '8203', 162, 'room_hall15_window', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6607, '8204', 162, 'room_hall15_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6608, '8205', 162, 'room_hall15_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6609, '8206', 162, 'room_hall_trophy1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6610, '8207', 162, 'room_hall15_barch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6611, '8208', 337, 'pillar*10', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6612, '8209', 337, 'habbo15_parasol', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6613, '8210', 337, 'habbo15_scifidoor', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6614, '8211', 337, 'habbo15_sleepingbag', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6615, '8212', 337, 'habbo15_fountain', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6616, '8213', 337, 'habbo15_dragonlamp', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6617, '8214', 337, 'habbo15_fan', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6618, '8215', 337, 'habbo15_icm', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6619, '8216', 337, 'habbo15_woodenscreen', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6620, '8217', 337, 'habbo15_beehive', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6621, '8218', 337, 'habbo15_pillow', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6622, '8219', 337, 'habbo15_scifiport', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6623, '8220', 337, 'habbo15_elephant', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6624, '8221', 337, 'habbo15_marquee', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6625, '8222', 337, 'habbo15_scifirocket', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6626, '8223', 68, 'africa15_meerkat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6627, '8224', 18, 'lodge_c15_floor', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6628, '8225', 104, 'drago_c15_bed', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6629, '8226', 104, 'drago_c15_sofa', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6630, '8227', 30, 'gothic15_toilet', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6631, '8228', 30, 'gothic_c15_tower', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6632, '8229', 30, 'gothic_c15_dvdr', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6633, '8230', 676, 'gothic_c15_chandelier', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6634, '8231', 30, 'gothic_c15_crn', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6635, '8232', 120, 'anc15_pharaohduck', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6636, '8233', 120, 'anc_c15_table', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6637, '8234', 120, 'anc_c15_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6638, '8235', 30, 'gothic15_toilet', 4, 0, 0, 1, 0, 0, 203, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (6639, '8236', 32, 'lt_c15_tree', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6640, '8237', 32, 'lt15_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6641, '8238', 32, 'lt_c15_bush', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6642, '8239', 68, 'africa_c15_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6643, '8240', 68, 'africa_c15_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6644, '8241', 68, 'africa_c15_bongos', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6645, '8242', 569, 'habbo15_win_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6646, '8243', 569, 'habbo15_win_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6647, '8244', 569, 'habbo15_win_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6648, '8245', 408, 'tiki_c15_leigiver', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6649, '8246', 408, 'tiki_c15_tele', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6650, '8247', 629, 'greek_c15_floor', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6651, '8248', 629, 'greek_c15_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6652, '8249', 629, 'greek_c15_lamp', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6653, '8250', 629, 'greek_c15_tile', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6654, '8251', 212, 'garden_c15_toolshed', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6655, '8252', 212, 'garden_c15_shroomchr', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6656, '8253', 212, 'garden15_lawnmower', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6657, '8254', 569, 'habbo15_win_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6658, '8255', 569, 'habbo15_win_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6659, '8256', 569, 'habbo15_win_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6660, '8257', 569, 'habbo15_win_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6661, '8258', 569, 'habbo15_win_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6662, '8259', 569, 'habbo15_win_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6663, '8260', 304, 'exe_c15_telephone', 4, 0, 0, 1, 0, 0, 5, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6664, '8261', 304, 'exe_c15_printer', 4, 0, 0, 1, 0, 0, 4, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6665, '8262', 304, 'exe_c15_desktidy', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6666, '8263', 70, 'steampunk15_plane', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6667, '8264', 70, 'steampunk_c15_door', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6668, '8265', 70, 'steampunk_c15_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6669, '8266', 70, 'steampunk_c15_stage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6670, '8267', 569, 'habbo15_win_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6671, '8268', 569, 'habbo15_win_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6672, '8269', 162, 'habbo15_birthdaycake', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6673, '8270', 569, 'habbo15_win_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6674, '8271', 569, 'habbo15_win_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6675, '8272', 569, 'habbo15_win_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6676, '8273', 35, 'a0 romantique_divider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6677, '8274', 35, 'a0 romantique_divider1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6678, '8275', 35, 'a0 romantique_divider2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6679, '8276', 35, 'a0 romantique_divider3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6680, '8277', 35, 'a0 romantique_divider4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6681, '8278', 35, 'romantique_c15_dresser', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6682, '8279', 114, 'uni_c15_lamp', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6683, '8280', 114, 'uni_c15_shelvescrn', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6684, '8281', 114, 'uni_c15_chair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6685, '8282', 50, 'bling_c15_chandalier', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6686, '8283', 50, 'bling15_pooltable', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6687, '8284', 31, 'jp_c15_daruma', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6688, '8285', 31, 'jp_c15_dresser', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6689, '8286', 31, 'jp_c15_teapot', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6690, '8287', 31, 'jp15_luckycat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6691, '8288', 569, 'habbo15_win_19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6692, '8289', 569, 'habbo15_win_16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6693, '8290', 569, 'habbo15_win_17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6694, '8291', 569, 'habbo15_win_20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6695, '8292', 569, 'habbo15_win_15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6696, '8293', 569, 'habbo15_win_22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6697, '8294', 569, 'habbo15_win_18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6698, '8295', 569, 'habbo15_win_24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6699, '8296', 569, 'habbo15_win_28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6700, '8297', 569, 'habbo15_win_21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6701, '8298', 569, 'habbo15_win_25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6702, '8299', 569, 'habbo15_win_23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6703, '8300', 569, 'habbo15_win_29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6704, '8301', 569, 'habbo15_win_26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6705, '8302', 196, 'room_pcnc15_dvd2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6706, '8303', 196, 'room_pcnc15_dvd1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6707, '8304', 196, 'room_pcnc15_hotdog', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6708, '8305', 196, 'room_pcnc15_awn', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6709, '8306', 196, 'room_pcnc15_carrot', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6710, '8307', 196, 'room_pcnc15_table1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6711, '8308', 196, 'room_pcnc15_gzb', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6712, '8309', 196, 'room_pcnc15_wbench', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6713, '8310', 196, 'room_pcnc15_soda', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6714, '8311', 196, 'room_pcnc15_table3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6715, '8312', 196, 'room_pcnc15_table2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6716, '8313', 196, 'room_pcnc15_blanket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6717, '8314', 196, 'room_pcnc15_chair1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6718, '8315', 196, 'room_pcnc15_wood', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6719, '8316', 196, 'room_pcnc15_bbq', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6720, '8317', 569, 'habbo15_win_32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6721, '8318', 569, 'habbo15_win_34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6722, '8319', 569, 'habbo15_win_30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6723, '8320', 569, 'habbo15_win_31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6724, '8321', 569, 'habbo15_win_35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6725, '8322', 569, 'habbo15_win_33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6726, '8323', 569, 'habbo15_win_27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6727, '8324', 569, 'habbo15_win_36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6728, '8325', 569, 'habbo15_win_38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6729, '8326', 569, 'habbo15_win_39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6730, '8327', 569, 'habbo15_win_41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6731, '8328', 569, 'habbo15_win_37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6732, '8329', 569, 'habbo15_win_43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6733, '8330', 569, 'habbo15_win_40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6734, '8331', 569, 'habbo15_win_42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6735, '8332', 569, 'habbo15_win_44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6736, '8333', 569, 'habbo15_win_45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6737, '8334', 588, 'clothing_knighttop', 6, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6738, '8335', 200, 'clothing_demonoutfit', 12, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6739, '8336', 676, 'clothing_waterhelm', 6, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6740, '8337', 310, 'clothing_fammask', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6741, '8338', 203, 'clothing_demoncloak', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6742, '8339', 310, 'clothing_warmask', 6, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6743, '8340', 676, 'clothing_airhelm', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6744, '8341', 200, 'clothing_knightoutfit', 9, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6745, '8342', 676, 'clothing_firehelm', 6, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6746, '8343', 202, 'clothing_demonhood', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6747, '8344', 206, 'clothing_knighttrousers', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6748, '8345', 310, 'clothing_skullnecklace', 6, 0, 0, 1, 0, 0, 50, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6749, '8346', 676, 'clothing_earthhelm', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6750, '8347', 310, 'clothing_deathmask', 6, 0, 0, 1, 0, 0, 49, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6751, '8348', 310, 'clothing_pestmask', 6, 0, 0, 1, 0, 0, 48, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6752, '8349', 396, 'hween_c15_angel', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6753, '8350', 662, 'bonusrare16_2_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6754, '8351', 662, 'bonusrare16_2_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6755, '8352', 662, 'bonusrare16_2_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6756, '8353', 662, 'bonusrare16_2_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6757, '8354', 662, 'bonusrare16_1_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6758, '8355', 662, 'bonusrare16_1_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6759, '8356', 662, 'bonusrare16_1_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6760, '8357', 662, 'bonusrare16_1_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6761, '8358', 662, 'bonusrare16_3_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6762, '8359', 662, 'bonusrare16_3_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6763, '8360', 662, 'bonusrare16_3_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6764, '8361', 662, 'bonusrare16_3_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6765, '8362', 676, 'hween_c15_evilcrystal2', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6766, '8363', 676, 'hween_c15_purecrystal2', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6767, '8364', 396, 'hween_c15_stage', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6768, '8365', 676, 'hween_c15_evilcrystal3', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6769, '8366', 396, 'hween_c15_fog', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6770, '8367', 396, 'hween_c15_stagecorner', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6771, '8368', 396, 'hween_c15_building', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6772, '8369', 396, 'hween_c15_tele', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6773, '8370', 677, 'hween_c15_evilcrystal1', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6774, '8371', 396, 'hween_c15_dump', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6775, '8372', 396, 'hween15_horseman3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6776, '8373', 676, 'hween_c15_purecrystal3', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6777, '8374', 396, 'hween_c15_tree', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6778, '8375', 741, 'hween15_ltdhorseman4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6779, '8376', 396, 'hween_c15_shinycarpet', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6780, '8377', 396, 'hween_c15_corner', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6781, '8378', 396, 'hween_c15_car', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6782, '8379', 722, 'hween15_saintini', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6783, '8380', 722, 'hween15_evilfrank', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6784, '8381', 396, 'hween_c15_busstop', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6785, '8382', 396, 'hween_c15_telewire', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6786, '8383', 396, 'hween_c15_phone', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6787, '8384', 722, 'hween15_evilraider', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6788, '8385', 396, 'hween_c15_stairs', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6789, '8386', 396, 'hween_c15_rubbish', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6790, '8387', 396, 'hween_c15_road', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6791, '8388', 678, 'hween_c15_altar', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6792, '8389', 396, 'hween_c15_evilcloud', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6793, '8390', 722, 'hween_c15_demoncat', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6794, '8391', 741, 'hween15_ltdhorseman2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6795, '8392', 396, 'hween15_horseman2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6796, '8393', 396, 'hween_c15_fire', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6797, '8394', 396, 'hween_c15_pavement', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6798, '8395', 741, 'hween15_ltdhorseman3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6799, '8396', 396, 'hween15_horseman1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6800, '8397', 396, 'hween_c15_sdcrack', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6801, '8398', 396, 'hween_c15_sdwater', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6802, '8399', 741, 'hween15_ltdhorseman1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6803, '8400', 396, 'hween_c15_lamp', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6804, '8401', 722, 'hween15_saintta', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6805, '8402', 396, 'hween15_horseman4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6806, '8403', 396, 'hween15_horseman5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6807, '8404', 677, 'hween_c15_purecrystal1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6808, '8405', 307, 'CF_750_evilskull', 750, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6809, '8406', 678, 'hween_c15_altarbed', 4, 0, 0, 1, 0, 0, 204, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (6810, '8407', 243, 'horse_dye_18', 1, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6811, '8408', 423, 'fxbox_fx14', 3, 0, 0, 1, 0, 0, 205, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (6812, '8409', 666, 'hween_c15_pumpkin2', 7, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6813, '8410', 666, 'hween_c15_pumpkin1', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6814, '8411', 59, 'ktchn_c15_chair_b', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6815, '8412', 59, 'ktchn_c15_divdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6816, '8413', 59, 'ktchn_c15_table_g', 5, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6817, '8414', 59, 'ktchn_c15_floor', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6818, '8415', 59, 'ktchn_c15_bread', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6819, '8416', 59, 'ktchn_c15_table_b', 5, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6820, '8417', 59, 'ktchn_c15_chopboard', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6821, '8418', 59, 'ktchn_c15_chair_g', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6822, '8419', 59, 'ktchn_c15_lamp_p', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6823, '8420', 59, 'ktchn15_coffeemaker', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6824, '8421', 59, 'ktchn_c15_cereal', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6825, '8422', 59, 'ktchn_c15_lamp_b', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6826, '8423', 59, 'ktchn_c15_sink', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6827, '8424', 59, 'ktchn_c15_chair_p', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6828, '8425', 59, 'ktchn_c15_lamp_g', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6829, '8426', 59, 'ktchn_c15_crn', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6830, '8427', 59, 'ktchn15_cabinet', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6831, '8428', 59, 'ktchn_c15_tele', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6832, '8429', 59, 'ktchn_c15_dishwasher', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6833, '8430', 59, 'ktchn_c15_table_p', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6834, '8431', 59, 'ktchn_c15_stove', 4, 0, 0, 1, 0, 0, 32, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6835, '8432', 59, 'ktchn15_bubblejuicerack', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6836, '8433', 59, 'ktchn_c15_gate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6837, '8434', 59, 'ktchn15_fridge', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6838, '8435', 59, 'ktchn_c15_food', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6839, '8436', 59, 'ktchn_c15_microwave', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6840, '8437', 59, 'ktchn_c15_drinks', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6841, '8438', 666, 'habbo15_pumpkin1', 4, 0, 0, 1, 0, 0, 206, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (6842, '8439', 666, 'habbo15_pumpkin2', 4, 0, 0, 1, 0, 0, 207, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (6843, '8440', 485, 'xmas_c15_bushy1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6844, '8441', 727, 'gold_c15_arc_div2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6845, '8442', 727, 'gold_c15_arc_seat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6846, '8443', 368, 'gold_c15_arc_icerug', 4, 0, 0, 1, 0, 0, 208, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (6847, '8444', 727, 'gold_c15_arc_statue', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6848, '8445', 727, 'gold_c15_arc_div1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6849, '8446', 727, 'gold_c15_arc_lantern', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6850, '8447', 727, 'gold_c15_arc_lamp', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6851, '8448', 727, 'gold_c15_arc_camp', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6852, '8449', 727, 'gold_c15_arc_tub', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6853, '8450', 727, 'gold_c15_arc_chair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6854, '8451', 637, 'gold_rare_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6855, '8452', 727, 'gold_c15_arc_tree1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6856, '8453', 727, 'gold_c15_arc_table', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6857, '8454', 727, 'gold_c15_arc_geysir', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6858, '8455', 727, 'gold_c15_arc_tele', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6859, '8456', 727, 'gold_c15_arc_hole', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6860, '8457', 727, 'gold_c15_arc_snow', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6861, '8458', 727, 'gold_c15_arc_tree2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6862, '8459', 741, 'xmas15_nutcrackerltd', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6863, '8460', 741, 'xmas_c15_advent6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6864, '8461', 485, 'xmas_c15_bushy5', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6865, '8462', 206, 'clothing_santapants', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6866, '8463', 485, 'xmas_c15_store1', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6867, '8464', 310, 'clothing_bscarf', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6868, '8465', 485, 'xmas_c15_roof1', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6869, '8466', 368, 'winter15_freeze', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6870, '8467', 485, 'xmas_c15_fnc', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6871, '8468', 368, 'winter15_wpost', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6872, '8469', 368, 'winter15_icehockey', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6873, '8470', 485, 'xmas_c15_buildbase2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6874, '8471', 485, 'xmas_c15_bushy3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6875, '8472', 485, 'xmas_c15_store4', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6876, '8473', 310, 'clothing_xmasbow', 6, 0, 0, 1, 0, 0, 46, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6877, '8474', 485, 'xmas_c15_advent5', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6878, '8475', 485, 'xmas_c15_poinsettia', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6879, '8476', 485, 'xmas_c15_buildbase1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6880, '8477', 485, 'xmas_c15_crnr', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6881, '8478', 485, 'xmas15_clocktower', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6882, '8479', 200, 'clothing_santaoutfit', 15, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6883, '8480', 200, 'clothing_cladyoutfit', 15, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6884, '8481', 485, 'xmas_c15_store2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6885, '8482', 485, 'xmas_c15_stall', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6886, '8483', 485, 'xmas_c15_snow', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6887, '8484', 729, 'xmas_c15_bndstnd', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6888, '8485', 485, 'xmas15_rudolf', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6889, '8486', 485, 'xmas_c15_roof2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6890, '8487', 203, 'clothing_cladydress', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6891, '8488', 485, 'xmas_c15_advent2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6892, '8489', 368, 'winter15_tree4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6893, '8490', 485, 'xmas_c15_bushy2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6894, '8491', 741, 'xmas15_wishltd', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6895, '8492', 485, 'xmas_c15_advent8', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6896, '8493', 201, 'clothing_cladyhair', 6, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6897, '8494', 741, 'xmas15_glowdeerltd', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6898, '8495', 204, 'clothing_santatop', 5, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6899, '8496', 310, 'clothing_ribbon', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6900, '8497', 485, 'xmas_c15_advent3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6901, '8498', 202, 'clothing_santahat', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6902, '8499', 729, 'xmas_c15_reindeer', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6903, '8500', 741, 'xmas15_fountainltd', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6904, '8501', 310, 'clothing_snood', 6, 0, 0, 1, 0, 0, 44, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6905, '8502', 485, 'xmas_c15_store3', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6906, '8503', 485, 'xmas_c15_advent1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6907, '8504', 485, 'xmas_c15_arch', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6908, '8505', 368, 'winter15_fnc_crnr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6909, '8506', 485, 'xmas_c15_advent4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6910, '8507', 208, 'clothing_cladyshoes', 4, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6911, '8508', 368, 'winter15_snowboard', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6912, '8509', 201, 'clothing_santabeard', 2, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6913, '8510', 485, 'xmas_c15_mntn', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6914, '8511', 485, 'xmas15_stand', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6915, '8512', 485, 'xmas_c15_buildmid2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6916, '8513', 485, 'xmas_c15_bushy6', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6917, '8514', 485, 'xmas_c15_snwbush', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6918, '8515', 485, 'xmas15_sleigh', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6919, '8516', 368, 'winter15_iceskater', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6920, '8517', 485, 'xmas_c15_alpinetree', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6921, '8518', 310, 'clothing_knitband', 6, 0, 0, 1, 0, 0, 22, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6922, '8519', 485, 'xmas_c15_decotree', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6923, '8520', 485, 'xmas_c15_stone', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6924, '8521', 485, 'xmas_c15_bushy4', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6925, '8522', 368, 'winter15_lmppst', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6926, '8523', 485, 'xmas_c15_advent7', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6927, '8524', 485, 'xmas_c15_mlight', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6928, '8525', 485, 'xmas_c15_buildmid1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6929, '8526', 588, 'clothing_knithat', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6930, '8527', 229, 'hc16_10', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6931, '8528', 229, 'hc16_1', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6932, '8529', 229, 'hc16_4', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6933, '8530', 229, 'hc16_12', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6934, '8531', 229, 'hc16_11', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6935, '8532', 229, 'hc16_5', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6936, '8533', 229, 'hc16_9', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6937, '8534', 229, 'hc16_7', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6938, '8535', 229, 'hc16_2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6939, '8536', 229, 'hc16_6', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6940, '8537', 229, 'hc16_3', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6941, '8538', 229, 'hc16_8', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '0', '1');
+INSERT INTO `catalog_items` VALUES (6942, '8539', 472, 'ny16_stars', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6943, '8540', 581, 'clothing_party5', 0, 500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6944, '8541', 581, 'clothing_party4', 0, 500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6945, '8542', 581, 'clothing_party8', 0, 500, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6946, '8543', 581, 'clothing_party6', 0, 500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6947, '8544', 472, 'ny_c16_sign', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6948, '8545', 581, 'clothing_party3', 0, 500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6949, '8546', 581, 'clothing_party7', 0, 500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6950, '8547', 302, 'cny16_monkeyballoon', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6951, '8548', 668, 'ny16_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6952, '8549', 585, 'clothing_goldpack1', 0, 75, 0, 1, 0, 0, 0, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6953, '8550', 302, 'china_monkey', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6954, '8551', 307, 'CF_1200_ny16', 1200, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6955, '8552', 429, 'tile_fxprovider_nfs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6956, '8553', 580, 'clothing_hat_space1', 0, 75, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6957, '8554', 597, 'rare_prize16_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6958, '8555', 597, 'rare_prize16_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6959, '8556', 597, 'rare_prize16_11', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6960, '8557', 597, 'rare_prize16_12', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6961, '8558', 597, 'rare_prize16_13', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6962, '8559', 597, 'rare_prize16_14', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6963, '8560', 597, 'rare_prize16_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6964, '8561', 597, 'rare_prize16_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6965, '8562', 597, 'rare_prize16_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6966, '8563', 597, 'rare_prize16_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6967, '8564', 597, 'rare_prize16_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6968, '8565', 597, 'rare_prize16_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6969, '8566', 597, 'rare_prize16_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6970, '8567', 597, 'rare_prize16_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6971, '8568', 457, 'val16_float2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6972, '8569', 457, 'val_c16_lovebirds', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6973, '8570', 457, 'val_c16_tikicat', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6974, '8571', 457, 'val_c16_tikicat2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6975, '8572', 457, 'val16_float3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6976, '8573', 457, 'val_c16_shellfountain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6977, '8574', 457, 'val16_float1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6978, '8575', 457, 'val16_float4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6979, '8576', 457, 'val_c16_vase', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6980, '8577', 742, 'easter16_habberge6l td', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6981, '8578', 204, 'clothing_pjtop3', 5, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6982, '8579', 206, 'clothing_sportpants', 5, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6983, '8580', 200, 'clothing_urbanoutfit', 16, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6984, '8581', 310, 'clothing_tiedjumper', 6, 0, 0, 1, 0, 0, 42, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6985, '8582', 310, 'clothing_cumberband', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6986, '8583', 200, 'clothing_casualoutfit1', 12, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6987, '8584', 201, 'clothing_manbun', 6, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6988, '8585', 204, 'clothing_denimvest', 5, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6989, '8586', 206, 'clothing_pjbottoms1', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6990, '8587', 204, 'clothing_pjtop1', 5, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6991, '8588', 310, 'clothing_hipsterglasses', 6, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6992, '8589', 204, 'clothing_tux', 5, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6993, '8590', 310, 'clothing_tie1', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6994, '8591', 202, 'clothing_bandage', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6995, '8592', 206, 'clothing_denimshorts', 5, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6996, '8593', 202, 'clothing_brainjar', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6997, '8594', 443, 'easter_c16_mallowduck', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (6998, '8595', 200, 'clothing_floraloutfit', 18, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (6999, '8596', 742, 'easter16_habberge9l td', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7000, '8597', 202, 'clothing_duckhat', 6, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7001, '8598', 200, 'clothing_punkoutfit2', 18, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7002, '8599', 204, 'clothing_tuxshirt', 5, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7003, '8600', 200, 'clothing_pjoutfit1', 12, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7004, '8601', 200, 'clothing_hipoutfit3', 16, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7005, '8602', 208, 'clothing_sliponcanvas', 4, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7006, '8603', 200, 'clothing_punkoutfit1', 16, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7007, '8604', 202, 'clothing_backcap', 4, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7008, '8605', 580, 'clothing_mermaid', 4, 0, 0, 1, 0, 0, 209, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7009, '8606', 205, 'clothing_twotonehoodie', 5, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7010, '8607', 201, 'clothing_hipster2', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7011, '8608', 742, 'easter16_habberge8ltd', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7012, '8609', 201, 'clothing_disco', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7013, '8610', 204, 'clothing_longtshirt', 5, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7014, '8611', 205, 'clothing_sportsjckt', 5, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7015, '8612', 203, 'clothing_polkadress', 2, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7016, '8613', 205, 'clothing_tuxoutfit', 5, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7017, '8614', 204, 'clothing_rippedtop', 5, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7018, '8615', 742, 'easter16_habberge7l td', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7019, '8616', 200, 'clothing_hipoutfit1', 10, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7020, '8617', 200, 'clothing_hipoutfit2', 16, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7021, '8618', 310, 'clothing_camera', 6, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7022, '8619', 201, 'clothing_bedhair', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7023, '8620', 204, 'clothing_halter', 5, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7024, '8621', 200, 'clothing_pjoutfit2', 12, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7025, '8622', 204, 'clothing_pjtop2', 5, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7026, '8623', 200, 'clothing_pjoutfit3', 12, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7027, '8624', 204, 'clothing_offshldrjumper', 5, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7028, '8625', 310, 'clothing_bigshades', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7029, '8626', 580, 'clothing_noblecrown', 0, 75, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7030, '8627', 201, 'clothing_ombrehr', 6, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7031, '8628', 327, 'bonusrare16_4_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7032, '8629', 327, 'bonusrare16_4_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7033, '8630', 327, 'bonusrare16_4_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7034, '8631', 327, 'bonusrare16_4_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7035, '8632', 622, 'icedblk_c16_table', 5, 0, 0, 1, 0, 0, 210, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7036, '8633', 646, 'icedblk_c16_table_10', 5, 0, 0, 1, 0, 0, 211, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7037, '8634', 638, 'icedblk_c16_table_2', 5, 0, 0, 1, 0, 0, 212, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7038, '8635', 639, 'icedblk_c16_table_3', 5, 0, 0, 1, 0, 0, 213, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7039, '8636', 640, 'icedblk_c16_table_4', 5, 0, 0, 1, 0, 0, 214, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7040, '8637', 641, 'icedblk_c16_table_5', 5, 0, 0, 1, 0, 0, 215, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7041, '8638', 642, 'icedblk_c16_table_6', 5, 0, 0, 1, 0, 0, 216, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7042, '8639', 643, 'icedblk_c16_table_7', 5, 0, 0, 1, 0, 0, 217, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7043, '8640', 644, 'icedblk_c16_table_8', 5, 0, 0, 1, 0, 0, 218, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7044, '8641', 645, 'icedblk_c16_table_9', 5, 0, 0, 1, 0, 0, 219, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7045, '8642', 622, 'icedblk_c16_div4', 4, 0, 0, 1, 0, 0, 220, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7046, '8643', 646, 'icedblk_c16_div4_10', 4, 0, 0, 1, 0, 0, 221, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7047, '8644', 638, 'icedblk_c16_div4_2', 4, 0, 0, 1, 0, 0, 222, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7048, '8645', 639, 'icedblk_c16_div4_3', 4, 0, 0, 1, 0, 0, 223, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7049, '8646', 640, 'icedblk_c16_div4_4', 4, 0, 0, 1, 0, 0, 224, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7050, '8647', 641, 'icedblk_c16_div4_5', 4, 0, 0, 1, 0, 0, 225, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7051, '8648', 642, 'icedblk_c16_div4_6', 4, 0, 0, 1, 0, 0, 226, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7052, '8649', 643, 'icedblk_c16_div4_7', 4, 0, 0, 1, 0, 0, 227, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7053, '8650', 644, 'icedblk_c16_div4_8', 4, 0, 0, 1, 0, 0, 228, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7054, '8651', 645, 'icedblk_c16_div4_9', 4, 0, 0, 1, 0, 0, 229, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7055, '8652', 622, 'icedblk_c16_div2', 4, 0, 0, 1, 0, 0, 230, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7056, '8653', 646, 'icedblk_c16_div2_10', 4, 0, 0, 1, 0, 0, 231, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7057, '8654', 638, 'icedblk_c16_div2_2', 4, 0, 0, 1, 0, 0, 232, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7058, '8655', 639, 'icedblk_c16_div2_3', 4, 0, 0, 1, 0, 0, 233, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7059, '8656', 640, 'icedblk_c16_div2_4', 4, 0, 0, 1, 0, 0, 234, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7060, '8657', 641, 'icedblk_c16_div2_5', 4, 0, 0, 1, 0, 0, 235, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7061, '8658', 642, 'icedblk_c16_div2_6', 4, 0, 0, 1, 0, 0, 236, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7062, '8659', 643, 'icedblk_c16_div2_7', 4, 0, 0, 1, 0, 0, 237, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7063, '8660', 644, 'icedblk_c16_div2_8', 4, 0, 0, 1, 0, 0, 238, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7064, '8661', 645, 'icedblk_c16_div2_9', 4, 0, 0, 1, 0, 0, 239, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7065, '8662', 622, 'icedblk_c16_couch', 4, 0, 0, 1, 0, 0, 240, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7066, '8663', 646, 'icedblk_c16_couch_10', 4, 0, 0, 1, 0, 0, 241, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7067, '8664', 638, 'icedblk_c16_couch_2', 4, 0, 0, 1, 0, 0, 242, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7068, '8665', 639, 'icedblk_c16_couch_3', 4, 0, 0, 1, 0, 0, 243, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7069, '8666', 640, 'icedblk_c16_couch_4', 4, 0, 0, 1, 0, 0, 244, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7070, '8667', 641, 'icedblk_c16_couch_5', 4, 0, 0, 1, 0, 0, 245, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7071, '8668', 642, 'icedblk_c16_couch_6', 4, 0, 0, 1, 0, 0, 246, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7072, '8669', 643, 'icedblk_c16_couch_7', 4, 0, 0, 1, 0, 0, 247, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7073, '8670', 644, 'icedblk_c16_couch_8', 4, 0, 0, 1, 0, 0, 248, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7074, '8671', 645, 'icedblk_c16_couch_9', 4, 0, 0, 1, 0, 0, 249, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7075, '8672', 622, 'icedblk_c16_div3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7076, '8673', 646, 'icedblk_c16_div3_10', 4, 0, 0, 1, 0, 0, 250, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7077, '8674', 638, 'icedblk_c16_div3_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7078, '8675', 639, 'icedblk_c16_div3_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7079, '8676', 640, 'icedblk_c16_div3_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7080, '8677', 641, 'icedblk_c16_div3_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7081, '8678', 642, 'icedblk_c16_div3_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7082, '8679', 643, 'icedblk_c16_div3_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7083, '8680', 644, 'icedblk_c16_div3_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7084, '8681', 645, 'icedblk_c16_div3_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7085, '8682', 622, 'icedblk_c16_solarium', 4, 0, 0, 1, 0, 0, 251, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7086, '8683', 646, 'icedblk_c16_solarium_10', 4, 0, 0, 1, 0, 0, 252, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7087, '8684', 638, 'icedblk_c16_solarium_2', 4, 0, 0, 1, 0, 0, 253, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7088, '8685', 639, 'icedblk_c16_solarium_3', 4, 0, 0, 1, 0, 0, 254, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7089, '8686', 640, 'icedblk_c16_solarium_4', 4, 0, 0, 1, 0, 0, 255, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7090, '8687', 641, 'icedblk_c16_solarium_5', 4, 0, 0, 1, 0, 0, 256, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7091, '8688', 642, 'icedblk_c16_solarium_6', 4, 0, 0, 1, 0, 0, 257, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7092, '8689', 643, 'icedblk_c16_solarium_7', 4, 0, 0, 1, 0, 0, 258, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7093, '8690', 644, 'icedblk_c16_solarium_8', 4, 0, 0, 1, 0, 0, 259, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7094, '8691', 645, 'icedblk_c16_solarium_9', 4, 0, 0, 1, 0, 0, 260, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7095, '8692', 622, 'icedblk_c16_shelves', 4, 0, 0, 1, 0, 0, 261, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7096, '8693', 646, 'icedblk_c16_shelves_10', 4, 0, 0, 1, 0, 0, 262, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7097, '8694', 638, 'icedblk_c16_shelves_2', 4, 0, 0, 1, 0, 0, 263, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7098, '8695', 639, 'icedblk_c16_shelves_3', 4, 0, 0, 1, 0, 0, 264, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7099, '8696', 640, 'icedblk_c16_shelves_4', 4, 0, 0, 1, 0, 0, 265, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7100, '8697', 641, 'icedblk_c16_shelves_5', 4, 0, 0, 1, 0, 0, 266, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7101, '8698', 642, 'icedblk_c16_shelves_6', 4, 0, 0, 1, 0, 0, 267, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7102, '8699', 643, 'icedblk_c16_shelves_7', 4, 0, 0, 1, 0, 0, 268, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7103, '8700', 644, 'icedblk_c16_shelves_8', 4, 0, 0, 1, 0, 0, 269, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7104, '8701', 645, 'icedblk_c16_shelves_9', 4, 0, 0, 1, 0, 0, 270, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7105, '8702', 622, 'icedblk_c16_sofachair', 2, 0, 0, 1, 0, 0, 271, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7106, '8703', 646, 'icedblk_c16_sofachair_10', 2, 0, 0, 1, 0, 0, 272, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7107, '8704', 638, 'icedblk_c16_sofachair_2', 2, 0, 0, 1, 0, 0, 273, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7108, '8705', 639, 'icedblk_c16_sofachair_3', 2, 0, 0, 1, 0, 0, 274, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7109, '8706', 640, 'icedblk_c16_sofachair_4', 2, 0, 0, 1, 0, 0, 275, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7110, '8707', 641, 'icedblk_c16_sofachair_5', 2, 0, 0, 1, 0, 0, 276, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7111, '8708', 642, 'icedblk_c16_sofachair_6', 2, 0, 0, 1, 0, 0, 277, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7112, '8709', 643, 'icedblk_c16_sofachair_7', 2, 0, 0, 1, 0, 0, 278, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7113, '8710', 644, 'icedblk_c16_sofachair_8', 2, 0, 0, 1, 0, 0, 279, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7114, '8711', 645, 'icedblk_c16_sofachair_9', 2, 0, 0, 1, 0, 0, 280, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7115, '8712', 622, 'icedblk_c16_div1', 4, 0, 0, 1, 0, 0, 281, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7116, '8713', 646, 'icedblk_c16_div1_10', 4, 0, 0, 1, 0, 0, 282, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7117, '8714', 638, 'icedblk_c16_div1_2', 4, 0, 0, 1, 0, 0, 283, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7118, '8715', 639, 'icedblk_c16_div1_3', 4, 0, 0, 1, 0, 0, 284, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7119, '8716', 640, 'icedblk_c16_div1_4', 4, 0, 0, 1, 0, 0, 285, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7120, '8717', 641, 'icedblk_c16_div1_5', 4, 0, 0, 1, 0, 0, 286, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7121, '8718', 642, 'icedblk_c16_div1_6', 4, 0, 0, 1, 0, 0, 287, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7122, '8719', 643, 'icedblk_c16_div1_7', 4, 0, 0, 1, 0, 0, 288, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7123, '8720', 644, 'icedblk_c16_div1_8', 4, 0, 0, 1, 0, 0, 289, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7124, '8721', 645, 'icedblk_c16_div1_9', 4, 0, 0, 1, 0, 0, 290, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7125, '8722', 622, 'icedblk_c16_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7126, '8723', 646, 'icedblk_c16_sofa_10', 3, 0, 0, 1, 0, 0, 291, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7127, '8724', 638, 'icedblk_c16_sofa_2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7128, '8725', 639, 'icedblk_c16_sofa_3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7129, '8726', 640, 'icedblk_c16_sofa_4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7130, '8727', 641, 'icedblk_c16_sofa_5', 3, 0, 0, 1, 0, 0, 292, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7131, '8728', 642, 'icedblk_c16_sofa_6', 3, 0, 0, 1, 0, 0, 293, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7132, '8729', 643, 'icedblk_c16_sofa_7', 3, 0, 0, 1, 0, 0, 294, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7133, '8730', 644, 'icedblk_c16_sofa_8', 3, 0, 0, 1, 0, 0, 295, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7134, '8731', 645, 'icedblk_c16_sofa_9', 3, 0, 0, 1, 0, 0, 296, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7135, '8732', 622, 'icedblk_c16_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7136, '8733', 646, 'icedblk_c16_chair_10', 2, 0, 0, 1, 0, 0, 297, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7137, '8734', 638, 'icedblk_c16_chair_2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7138, '8735', 639, 'icedblk_c16_chair_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7139, '8736', 640, 'icedblk_c16_chair_4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7140, '8737', 641, 'icedblk_c16_chair_5', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7141, '8738', 642, 'icedblk_c16_chair_6', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7142, '8739', 643, 'icedblk_c16_chair_7', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7143, '8740', 644, 'icedblk_c16_chair_8', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7144, '8741', 645, 'icedblk_c16_chair_9', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7145, '8742', 622, 'icedblk_c16_div5', 4, 0, 0, 1, 0, 0, 298, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7146, '8743', 646, 'icedblk_c16_div5_10', 4, 0, 0, 1, 0, 0, 299, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7147, '8744', 638, 'icedblk_c16_div5_2', 4, 0, 0, 1, 0, 0, 300, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7148, '8745', 639, 'icedblk_c16_div5_3', 4, 0, 0, 1, 0, 0, 301, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7149, '8746', 640, 'icedblk_c16_div5_4', 4, 0, 0, 1, 0, 0, 302, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7150, '8747', 641, 'icedblk_c16_div5_5', 4, 0, 0, 1, 0, 0, 303, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7151, '8748', 642, 'icedblk_c16_div5_6', 4, 0, 0, 1, 0, 0, 304, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7152, '8749', 643, 'icedblk_c16_div5_7', 4, 0, 0, 1, 0, 0, 305, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7153, '8750', 644, 'icedblk_c16_div5_8', 4, 0, 0, 1, 0, 0, 306, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7154, '8751', 645, 'icedblk_c16_div5_9', 4, 0, 0, 1, 0, 0, 307, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7155, '8752', 656, 'purablk_c16_shelve', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7156, '8753', 656, 'purablk_c16_eleblock_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7157, '8754', 655, 'purablk_c16_eleblock_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7158, '8755', 647, 'purablk_c16_eleblock_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7159, '8756', 648, 'purablk_c16_eleblock_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7160, '8757', 649, 'purablk_c16_eleblock_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7161, '8758', 650, 'purablk_c16_eleblock_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7162, '8759', 651, 'purablk_c16_eleblock_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7163, '8760', 652, 'purablk_c16_eleblock_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7164, '8761', 653, 'purablk_c16_eleblock_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7165, '8762', 654, 'purablk_c16_eleblock_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7166, '8763', 656, 'purablk_c16_round_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7167, '8764', 655, 'purablk_c16_round_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7168, '8765', 647, 'purablk_c16_round_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7169, '8766', 648, 'purablk_c16_round_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7170, '8767', 649, 'purablk_c16_round_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7171, '8768', 650, 'purablk_c16_round_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7172, '8769', 651, 'purablk_c16_round_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7173, '8770', 652, 'purablk_c16_round_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7174, '8771', 653, 'purablk_c16_round_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7175, '8772', 654, 'purablk_c16_round_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7176, '8773', 656, 'purablk_c16_lamp1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7177, '8774', 656, 'purablk_c16_chair_1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7178, '8775', 655, 'purablk_c16_chair_10', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7179, '8776', 647, 'purablk_c16_chair_2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7180, '8777', 648, 'purablk_c16_chair_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7181, '8778', 649, 'purablk_c16_chair_4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7182, '8779', 650, 'purablk_c16_chair_5', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7183, '8780', 651, 'purablk_c16_chair_6', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7184, '8781', 652, 'purablk_c16_chair_7', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7185, '8782', 653, 'purablk_c16_chair_8', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7186, '8783', 654, 'purablk_c16_chair_9', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7187, '8784', 656, 'purablk_c16_lamp3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7188, '8785', 656, 'purablk_c16_bed_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7189, '8786', 655, 'purablk_c16_bed_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7190, '8787', 647, 'purablk_c16_bed_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7191, '8788', 648, 'purablk_c16_bed_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7192, '8789', 649, 'purablk_c16_bed_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7193, '8790', 650, 'purablk_c16_bed_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7194, '8791', 651, 'purablk_c16_bed_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7195, '8792', 652, 'purablk_c16_bed_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7196, '8793', 653, 'purablk_c16_bed_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7197, '8794', 654, 'purablk_c16_bed_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7198, '8795', 656, 'purablk_c16_mdl3_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7199, '8796', 655, 'purablk_c16_mdl3_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7200, '8797', 647, 'purablk_c16_mdl3_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7201, '8798', 648, 'purablk_c16_mdl3_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7202, '8799', 649, 'purablk_c16_mdl3_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7203, '8800', 650, 'purablk_c16_mdl3_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7204, '8801', 651, 'purablk_c16_mdl3_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7205, '8802', 652, 'purablk_c16_mdl3_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7206, '8803', 653, 'purablk_c16_mdl3_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7207, '8804', 654, 'purablk_c16_mdl3_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7208, '8805', 656, 'purablk_c16_bedone_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7209, '8806', 655, 'purablk_c16_bedone_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7210, '8807', 647, 'purablk_c16_bedone_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7211, '8808', 648, 'purablk_c16_bedone_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7212, '8809', 649, 'purablk_c16_bedone_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7213, '8810', 650, 'purablk_c16_bedone_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7214, '8811', 651, 'purablk_c16_bedone_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7215, '8812', 652, 'purablk_c16_bedone_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7216, '8813', 653, 'purablk_c16_bedone_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7217, '8814', 654, 'purablk_c16_bedone_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7218, '8815', 656, 'purablk_c16_mdl2_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7219, '8816', 655, 'purablk_c16_mdl2_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7220, '8817', 647, 'purablk_c16_mdl2_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7221, '8818', 648, 'purablk_c16_mdl2_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7222, '8819', 649, 'purablk_c16_mdl2_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7223, '8820', 650, 'purablk_c16_mdl2_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7224, '8821', 651, 'purablk_c16_mdl2_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7225, '8822', 652, 'purablk_c16_mdl2_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7226, '8823', 653, 'purablk_c16_mdl2_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7227, '8824', 654, 'purablk_c16_mdl2_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7228, '8825', 656, 'purablk_c16_bar', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7229, '8826', 656, 'purablk_c16_fridge', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7230, '8827', 656, 'purablk_c16_mdl5_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7231, '8828', 655, 'purablk_c16_mdl5_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7232, '8829', 647, 'purablk_c16_mdl5_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7233, '8830', 648, 'purablk_c16_mdl5_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7234, '8831', 649, 'purablk_c16_mdl5_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7235, '8832', 650, 'purablk_c16_mdl5_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7236, '8833', 651, 'purablk_c16_mdl5_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7237, '8834', 652, 'purablk_c16_mdl5_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7238, '8835', 653, 'purablk_c16_mdl5_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7239, '8836', 654, 'purablk_c16_mdl5_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7240, '8837', 656, 'purablk_c16_mdl1_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7241, '8838', 655, 'purablk_c16_mdl1_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7242, '8839', 647, 'purablk_c16_mdl1_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7243, '8840', 648, 'purablk_c16_mdl1_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7244, '8841', 649, 'purablk_c16_mdl1_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7245, '8842', 650, 'purablk_c16_mdl1_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7246, '8843', 651, 'purablk_c16_mdl1_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7247, '8844', 652, 'purablk_c16_mdl1_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7248, '8845', 653, 'purablk_c16_mdl1_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7249, '8846', 654, 'purablk_c16_mdl1_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7250, '8847', 656, 'purablk_c16_lamp2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7251, '8848', 656, 'purablk_c16_mdl4_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7252, '8849', 655, 'purablk_c16_mdl4_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7253, '8850', 647, 'purablk_c16_mdl4_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7254, '8851', 648, 'purablk_c16_mdl4_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7255, '8852', 649, 'purablk_c16_mdl4_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7256, '8853', 650, 'purablk_c16_mdl4_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7257, '8854', 651, 'purablk_c16_mdl4_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7258, '8855', 652, 'purablk_c16_mdl4_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7259, '8856', 653, 'purablk_c16_mdl4_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7260, '8857', 654, 'purablk_c16_mdl4_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7261, '8858', 178, 'pura_c16_bed', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7262, '8859', 178, 'bed_budget_10', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7263, '8860', 178, 'pura_c16_roundpad10', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7264, '8861', 178, 'bed_budget_one_10', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7265, '8862', 178, 'pura_c16_mdl3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7266, '8863', 178, 'pura_c16_mdl5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7267, '8864', 178, 'pura_c16_mdl2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7268, '8865', 178, 'chair_basic_10', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7269, '8866', 178, 'pura_c16_eleblock10', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7270, '8867', 178, 'pura_c16_mdl1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7271, '8868', 298, 'divider_nor1_10', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7272, '8869', 298, 'divider_nor5_10', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7273, '8870', 298, 'solarium_norja_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7274, '8871', 298, 'divider_nor4_10', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7275, '8872', 298, 'soft_sofa_norja_10', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7276, '8873', 298, 'chair_norja_10', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7277, '8874', 298, 'table_norja_med_10', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7278, '8875', 298, 'shelves_norja_10', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7279, '8876', 298, 'divider_nor3_10', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7280, '8877', 298, 'soft_sofachair_norja_10', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7281, '8878', 298, 'couch_norja_10', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7282, '8879', 298, 'divider_nor2_10', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7283, '8880', 728, 'easter_r16_squid', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7284, '8881', 667, 'easter_r16_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7285, '8882', 728, 'easter_r16_pot', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7286, '8883', 443, 'easter_c16_house', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7287, '8884', 728, 'easter_r16_gold', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7288, '8885', 443, 'easter_c16_nest', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7289, '8886', 728, 'easter_r16_throne', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7290, '8887', 662, 'bonusrare16_5_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7291, '8888', 662, 'bonusrare16_5_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7292, '8889', 662, 'bonusrare16_5_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7293, '8890', 662, 'bonusrare16_5_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7294, '8891', 662, 'bonusrare16_5_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7295, '8892', 662, 'bonusrare16_5_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7296, '8893', 662, 'bonusrare16_6_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7297, '8894', 662, 'bonusrare16_6_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7298, '8895', 662, 'bonusrare16_6_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7299, '8896', 662, 'bonusrare16_6_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7300, '8897', 662, 'bonusrare16_6_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7301, '8898', 662, 'bonusrare16_6_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7302, '8899', 268, 'super_r16_herodisplay', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7303, '8900', 268, 'super_r16_adamskele', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7304, '8901', 580, 'clothing_r16_helmhero', 0, 75, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7305, '8902', 580, 'clothing_r16_helmprotect', 0, 75, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7306, '8903', 439, 'room_wl15_telehc', 4, 0, 0, 1, 0, 0, 308, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7307, '8904', 359, 'classic1_table2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7308, '8905', 359, 'classic1_lamp', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7309, '8906', 359, 'classic1_pillar', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7310, '8907', 359, 'classic1_plant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7311, '8908', 359, 'classic1_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7312, '8909', 359, 'classic1_desk', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7313, '8910', 359, 'classic1_gate', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7314, '8911', 359, 'classic1_wall2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7315, '8912', 359, 'classic1_table1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7316, '8913', 359, 'classic1_shelf', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7317, '8914', 359, 'classic1_floor', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7318, '8915', 359, 'classic1_sofa', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7319, '8916', 359, 'classic1_wall1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7320, '8917', 538, 'ads_dtlrare_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7321, '8918', 214, 'jungle_c16_flowerd2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7322, '8919', 723, 'jungle_c16_flowerd1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7323, '8920', 214, 'jungle_c16_roof', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7324, '8921', 214, 'jungle_c16_berry', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7325, '8922', 214, 'jungle_c16_swingsofa', 3, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7326, '8923', 214, 'jungle_c16_bridgeend3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7327, '8924', 214, 'jungle_c16_light', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7328, '8925', 214, 'jungle_c16_table3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7329, '8926', 723, 'jungle_c16_flowerc3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7330, '8927', 214, 'jungle_c16_stairs', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7331, '8928', 214, 'jungle_c16_gate3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7332, '8929', 214, 'jungle_c16_pot', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7333, '8930', 214, 'jungle_c16_tallgrass', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7334, '8931', 214, 'jungle_c16_floor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7335, '8932', 742, 'jungle_ltd16_orangutan', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7336, '8933', 268, 'jungle_r16_basket', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7337, '8934', 214, 'jungle_c16_mat3', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7338, '8935', 214, 'jungle_c16_mat', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7339, '8936', 214, 'jungle_c16_berry2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7340, '8937', 214, 'jungle_c16_mat2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7341, '8938', 678, 'jungle_c16_worktable', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7342, '8939', 214, 'jungle_c16_stairs3', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7343, '8940', 214, 'jungle_c16_rafflesia', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7344, '8941', 214, 'jungle_c16_pot2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7345, '8942', 214, 'jungle_c16_swingsofa2', 3, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7346, '8943', 214, 'jungle_c16_wall2', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7347, '8944', 214, 'jungle_c16_bridgeend2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7348, '8945', 268, 'jungle_r16_pitcherplant', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7349, '8946', 214, 'jungle_c16_tele', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7350, '8947', 214, 'jungle_c16_table', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7351, '8948', 723, 'jungle_c16_flowera3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7352, '8949', 214, 'jungle_c16_tree', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7353, '8950', 214, 'jungle_c16_stairs2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7354, '8951', 723, 'jungle_c16_flowerd3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7355, '8952', 214, 'jungle_c16_wall3', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7356, '8953', 214, 'jungle_c16_dvdr2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7357, '8954', 214, 'jungle_c16_swingsofa3', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7358, '8955', 214, 'jungle_c16_treestage', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7359, '8956', 214, 'jungle_c16_rocks', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7360, '8957', 214, 'jungle_c16_fruits', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7361, '8958', 214, 'jungle_c16_treestage2', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7362, '8959', 214, 'jungle_c16_bush', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7363, '8960', 214, 'jungle_c16_gate2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7364, '8961', 214, 'jungle_c16_ctrick', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7365, '8962', 214, 'jungle_c16_gate', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7366, '8963', 214, 'jungle_c16_dvdr', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7367, '8964', 214, 'jungle_c16_plant', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7368, '8965', 214, 'jungle_c16_sacks', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7369, '8966', 268, 'jungle_r16_raft', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7370, '8967', 214, 'jungle_c16_wall', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7371, '8968', 723, 'jungle_c16_flowerc2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7372, '8969', 214, 'jungle_c16_watertile', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7373, '8970', 214, 'jungle_c16_watertrap', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7374, '8971', 214, 'jungle_c16_roof3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7375, '8972', 214, 'jungle_c16_table2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7376, '8973', 214, 'jungle_c16_radio', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7377, '8974', 580, 'clothing_r16_sloth', 0, 75, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7378, '8975', 723, 'jungle_c16_flowera1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7379, '8976', 214, 'jungle_c16_bkcase2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7380, '8977', 723, 'jungle_c16_flowerb3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7381, '8978', 214, 'jungle_c16_roof2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7382, '8979', 214, 'jungle_c16_bridgeend', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7383, '8980', 214, 'jungle_c16_dvdr3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7384, '8981', 723, 'jungle_c16_flowerb2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7385, '8982', 723, 'jungle_c16_flowerb1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7386, '8983', 723, 'jungle_c16_flowerc1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7387, '8984', 214, 'jungle_c16_pot3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7388, '8985', 214, 'jungle_c16_bkcase3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7389, '8986', 214, 'jungle_c16_bkcase', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7390, '8987', 723, 'jungle_c16_flowera2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7391, '8988', 214, 'jungle_c16_treestage3', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7392, '8989', 214, 'jungle_c16_bridgemid3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7393, '8990', 214, 'jungle_c16_bridgemid2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7394, '8991', 214, 'jungle_c16_bridgemid', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7395, '8992', 423, 'fxbox_fx192', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7396, '8993', 664, 'bonusbag16_1', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7397, '8994', 664, 'bonusbag16_2', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7398, '8995', 505, 'js_c16_bed', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7399, '8996', 505, 'js_c16_lounger', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7400, '8997', 268, 'js_r16_boat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7401, '8998', 268, 'js_r16_jelly', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7402, '8999', 268, 'js_r16_shark', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7403, '9000', 505, 'js_c16_cat', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7404, '9001', 268, 'js_r16_heli', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7405, '9002', 505, 'js_c16_drkcab', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (7406, '9003', 697, 'olympics_c16_counter', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7407, '9004', 697, 'olympics_c16_softmat', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7408, '9005', 697, 'olympics_c16_pommel', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7409, '9006', 697, 'olympics_c16_weightrack', 10, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7410, '9007', 268, 'olympics_r16_vendingmchn', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7411, '9008', 697, 'olympics_c16_plantdvdr', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7412, '9009', 697, 'olympics_c16_graperack', 10, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7413, '9010', 697, 'olympics_c16_cadorack', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7414, '9011', 268, 'olympics_r16_cheerleader', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7415, '9012', 742, 'olympics_ltd16_missolympus', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7416, '9013', 697, 'olympics_c16_saladbar', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7417, '9014', 697, 'olympics_c16_merchdisplay', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7418, '9015', 697, 'olympics_c16_merch', 10, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7419, '9016', 697, 'olympics_c16_banner', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7420, '9017', 697, 'olympics_c16_adsboard', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7421, '9018', 697, 'olympics_c16_bbeam', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7422, '9019', 268, 'olympics_r16_smoothie', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7423, '9020', 697, 'olympics_c16_yogamat1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7424, '9021', 697, 'olympics_c16_yogamat2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7425, '9022', 697, 'olympics_c16_yogamat3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7426, '9023', 697, 'olympics_c16_yogamat4', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7427, '9024', 697, 'olympics_c16_yogamat5', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7428, '9025', 697, 'olympics_c16_yogamat6', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7429, '9026', 697, 'olympics_c16_emptrack', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7430, '9027', 697, 'olympics_c16_table', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7431, '9028', 697, 'olympics_c16_trampoline', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7432, '9029', 697, 'olympics_c16_veggiething', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7433, '9030', 697, 'olympics_c16_sportsbag', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7434, '9031', 697, 'olympics_c16_crosstrainer', 4, 0, 0, 1, 0, 0, 14, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7435, '9032', 697, 'olympics_c16_glssdvdr', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7436, '9033', 697, 'olympics_c16_mannequin', 4, 0, 0, 1, 0, 0, 309, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7437, '9034', 697, 'olympics_c16_rug', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7438, '9035', 697, 'olympics_c16_light', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7439, '9036', 697, 'olympics_c16_pillar', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7440, '9037', 697, 'olympics_c16_nanarack', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7441, '9038', 697, 'olympics_c16_sofa', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7442, '9039', 697, 'olympics_c16_fitnessduck', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7443, '9040', 697, 'olympics_c16_chair', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7444, '9041', 268, 'olympics_r16_gymfreak', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7445, '9042', 697, 'olympics_c16_swissball1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7446, '9043', 697, 'olympics_c16_swissball2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7447, '9044', 697, 'olympics_c16_swissball3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7448, '9045', 697, 'olympics_c16_swissball4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7449, '9046', 697, 'olympics_c16_swissball5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7450, '9047', 697, 'olympics_c16_swissball6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7451, '9048', 697, 'olympics_c16_treadmill', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7452, '9049', 212, 'garden_birdbath', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7453, '9050', 212, 'garden_basketflower', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7454, '9051', 212, 'garden_basket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7455, '9052', 212, 'garden_climber', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7456, '9053', 212, 'garden_grass', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7457, '9054', 212, 'garden_pond', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7458, '9055', 212, 'garden_boots', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7459, '9056', 212, 'garden_patio', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7460, '9057', 212, 'garden_stonesteps', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7461, '9058', 212, 'garden_smallpot', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7462, '9059', 212, 'garden_fishgnome', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7463, '9060', 212, 'garden_rosearch', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7464, '9061', 212, 'garden_rosefence', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7465, '9062', 212, 'garden_chair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7466, '9063', 212, 'garden_bigpot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7467, '9064', 212, 'garden_table', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7468, '9065', 212, 'garden_flowerbed', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7469, '9066', 360, 'classic2_drinkmach2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7470, '9067', 360, 'classic2_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7471, '9068', 360, 'classic2_corner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7472, '9069', 360, 'classic2_tray', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7473, '9070', 360, 'classic2_drinkcup', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7474, '9071', 360, 'classic2_drinkmach', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7475, '9072', 360, 'classic2_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7476, '9073', 360, 'classic2_trashcan', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7477, '9074', 360, 'classic2_counter', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7478, '9075', 360, 'classic2_sofa', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7479, '9076', 360, 'classic2_plantdivdr.psd', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7480, '9077', 360, 'classic2_grill', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7481, '9078', 360, 'classic2_table', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7482, '9079', 360, 'classic2_floor', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7483, '9080', 360, 'classic2_burger', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7484, '9081', 360, 'classic2_napkin', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7485, '9082', 361, 'classic3_chair*0', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7486, '9083', 361, 'classic3_chair*1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7487, '9084', 361, 'classic3_chair*2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7488, '9085', 361, 'classic3_chair*3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7489, '9086', 361, 'classic3_plant*0', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7490, '9087', 361, 'classic3_plant*1', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7491, '9088', 361, 'classic3_plant*2', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7492, '9089', 361, 'classic3_plant*3', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7493, '9090', 361, 'classic3_plant*4', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7494, '9091', 361, 'Classic BB pillar 1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7495, '9092', 361, 'classic3_div2*0', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7496, '9093', 361, 'classic3_div2*1', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7497, '9094', 361, 'classic3_div2*2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7498, '9095', 361, 'classic3_div2*3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7499, '9096', 361, 'classic3_div2*4', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7500, '9097', 361, 'classic3_floor3*0', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7501, '9098', 361, 'classic3_floor3*1', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7502, '9099', 361, 'classic3_floor3*2', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7503, '9100', 361, 'classic3_floor3*3', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7504, '9101', 361, 'classic3_floor3*4', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7505, '9102', 361, 'Classic BB table', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7506, '9103', 361, 'Classic BB pillar 2', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7507, '9104', 361, 'Classic BB ticket', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7508, '9105', 361, 'classic3_sofa*0', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7509, '9106', 361, 'classic3_sofa*1', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7510, '9107', 361, 'classic3_sofa*2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7511, '9108', 361, 'classic3_sofa*3', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7512, '9109', 361, 'classic3_floor2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7513, '9110', 361, 'classic3_stool*0', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7514, '9111', 361, 'classic3_stool*1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7515, '9112', 361, 'classic3_stool*2', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7516, '9113', 361, 'classic3_stool*3', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7517, '9114', 361, 'Classic BB lock', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7518, '9115', 361, 'classic3_floor1', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7519, '9116', 361, 'classic3_bench*0', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7520, '9117', 361, 'classic3_bench*1', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7521, '9118', 361, 'classic3_bench*2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7522, '9119', 361, 'classic3_bench*3', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7523, '9120', 361, 'classic3_wall2*0', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7524, '9121', 361, 'classic3_wall2*1', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7525, '9122', 361, 'classic3_wall2*2', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7526, '9123', 361, 'classic3_wall2*3', 4, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7527, '9124', 361, 'classic3_wall2*4', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7528, '9125', 361, 'classic3_wall2*5', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7529, '9126', 361, 'classic3_wall2*6', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7530, '9127', 361, 'classic3_wall2*7', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7531, '9128', 361, 'Classic BB wall 1', 4, 0, 5, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7532, '9129', 361, 'Classic BB pillar 3', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7533, '9130', 361, 'Classic BB railing', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7534, '9131', 258, 'rare_colourable_marquee_1', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7535, '9132', 258, 'rare_colourable_scifirocket_1', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7536, '9133', 258, 'rare_colourable_fountain_1', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7537, '9134', 610, 'hhistory_r16_crackable', 7, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7538, '9135', 258, 'rare_colourable_wooden_screen_1', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7539, '9136', 258, 'Taivaansininen lohikäärme', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7540, '9137', 258, 'rare_colourable_parasol_1', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7541, '9138', 258, 'rare_colourable_pillar_1', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7542, '9139', 258, 'Taivaansininen mehiläislamppu', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7543, '9140', 258, 'rare_colourable_icecream_1', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7544, '9141', 258, 'rare_colourable_elephant_statue_1', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7545, '9142', 258, 'rare_colourable_scifidoor_1', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7546, '9143', 258, 'rare_colourable_fan_1', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7547, '9144', 258, 'Taivaansininen tyyny', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7548, '9145', 258, 'rare_colourable_scifiport_1', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7549, '9146', 258, 'rare_colourable_barrier_2', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7550, '9147', 397, 'hween_c16_teleport', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7551, '9148', 676, 'Lounge Armchair', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7552, '9149', 397, 'hween_c16_roundtable', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7553, '9150', 397, 'hween_c16_barchair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7554, '9151', 676, 'Hotel Lobby Lamp', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7555, '9152', 397, 'hween_c16_balcony', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7556, '9153', 397, 'hween_c16_fireplace', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7557, '9154', 666, 'hween_r16_crackable2', 7, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7558, '9155', 676, 'Cabinet of Curiosities', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7559, '9156', 722, 'hween_r16_chandelier', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7560, '9157', 676, 'Bar Stool', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7561, '9158', 722, 'hween_c16_ghostash', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7562, '9159', 397, 'hween_c16_webs', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7563, '9160', 676, 'Magnificent Fireplace', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7564, '9161', 397, 'hween_c16_wall', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7565, '9162', 397, 'hween_c16_vase', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7566, '9163', 676, 'hween_c16_balcony2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7567, '9164', 666, 'hween_c16_crackable1', 7, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7568, '9165', 676, 'hween_r16_piano2', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7569, '9166', 676, 'Patterned Table', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7570, '9167', 676, 'Four Poster Bed', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7571, '9168', 676, 'Marble Bar', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7572, '9169', 678, 'hween_c16_ghostmchn', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7573, '9170', 397, 'Pahis-frankin patsas', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7574, '9171', 580, 'clothing_r16_catface', 0, 75, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7575, '9172', 676, 'hween_c16_floor2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7576, '9173', 397, 'hween_c16_vanity', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7577, '9174', 397, 'hween_c16_endtable', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7578, '9175', 676, 'Hotel Wall', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7579, '9176', 397, 'hween_c16_floor', 1, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7580, '9177', 397, 'hween_c16_cabinet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7581, '9178', 722, 'hween_r16_piano', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7582, '9179', 397, 'hween_c16_bkcase', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7583, '9180', 676, 'Evil Frank Bust', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7584, '9181', 676, 'Creaking Stairs', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7585, '9182', 397, 'hween_c16_ladder', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7586, '9183', 742, 'hween_ltd16_ghostcar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7587, '9184', 676, 'Mahogany Bookcase', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7588, '9185', 397, 'hween_c16_glasstable', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7589, '9186', 397, 'hween_c16_bed', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7590, '9187', 397, 'hween_c16_lamp', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7591, '9188', 722, 'hween_c16_ghostorb', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7592, '9189', 676, 'Ornate Coffee Table', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7593, '9190', 397, 'hween_c16_chair', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7594, '9191', 722, 'hween_c16_ghostvial', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7595, '9192', 676, 'Vanity Mirror', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7596, '9193', 676, 'Bedside Table', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7597, '9194', 397, 'hween_c16_bar', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7598, '9195', 676, 'hween_r16_chandelier2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7599, '9196', 676, 'Opulent Vase', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7600, '9197', 580, 'clothing_r16_cyclops', 0, 75, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7601, '9198', 423, 'fxbox_fx16', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7602, '9199', 429, 'test_ltd', 4, 0, 0, 1, 0, 0, 310, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7603, '9200', 429, 'test_ltd2', 4, 0, 0, 1, 0, 0, 311, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7604, '9201', 486, 'xmas_c16_elf8', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7605, '9202', 486, 'xmas_c16_woodfloor', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7606, '9203', 486, 'xmas_c16_fireplace', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7607, '9204', 486, 'xmas_c16_dvdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7608, '9205', 268, 'xmas_r16_throne', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7609, '9206', 202, 'clothing_bearhat', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7610, '9207', 486, 'xmas_c16_woodtile', 1, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7611, '9208', 486, 'xmas_c16_deskitems', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7612, '9209', 580, 'clothing_r16_icetiara', 0, 75, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7613, '9210', 486, 'xmas_c16_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7614, '9211', 729, 'xmas_c16_creature3 name', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7615, '9212', 486, 'xmas_c16_banner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7616, '9213', 486, 'xmas_c16_presentstack', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7617, '9214', 729, 'xmas_c16_creature7 name', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7618, '9215', 200, 'clothing_bear', 6, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7619, '9216', 729, 'xmas_c16_elf9', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7620, '9217', 729, 'xmas_c16_elf7', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7621, '9218', 729, 'xmas_c16_elf3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7622, '9219', 486, 'xmas_c16_diningtable', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7623, '9220', 486, 'xmas_c16_diningbench', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7624, '9221', 486, 'xmas_c16_food2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7625, '9222', 486, 'xmas_c16_roundtable', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7626, '9223', 486, 'xmas_c16_balcony', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7627, '9224', 729, 'xmas_c16_creature5 name', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7628, '9225', 486, 'xmas_c16_wreathdeco', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7629, '9226', 486, 'xmas_c16_dresser', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7630, '9227', 486, 'xmas_c16_desk', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7631, '9228', 486, 'xmas_c16_food3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7632, '9229', 310, 'clothing_bearscarf', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7633, '9230', 669, 'xmas_c16_stocking', 7, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7634, '9231', 486, 'xmas_c16_tinybed', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7635, '9232', 669, 'xmas_c16_egg', 7, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7636, '9233', 486, 'xmas_c16_elf1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7637, '9234', 486, 'xmas_c16_tele', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7638, '9235', 310, 'clothing_reindeer', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7639, '9236', 486, 'xmas_c16_door', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7640, '9237', 486, 'xmas_c16_elf10', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7641, '9238', 729, 'xmas_c16_creature1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7642, '9239', 486, 'xmas_c16_elf6', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7643, '9240', 486, 'xmas_c16_deskcandles', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7644, '9241', 486, 'xmas_c16_elf4', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7645, '9242', 729, 'xmas_c16_creature6 name', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7646, '9243', 486, 'xmas_c16_food1', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7647, '9244', 204, 'clothing_xmas2', 5, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7648, '9245', 486, 'xmas_c16_rug', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7649, '9246', 729, 'xmas_c16_creature9 name', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7650, '9247', 580, 'clothing_r16_cathat', 0, 75, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7651, '9248', 486, 'xmas_c16_sofa', 3, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7652, '9249', 486, 'xmas_c16_tinychair', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7653, '9250', 486, 'xmas_c16_wall', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7654, '9251', 729, 'xmas_c16_creature4 name', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7655, '9252', 204, 'clothing_xmas3', 5, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7656, '9253', 486, 'xmas_c16_candles', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7657, '9254', 729, 'xmas_c16_elf2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7658, '9255', 486, 'xmas_c16_pillarlight', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7659, '9256', 729, 'xmas_c16_creature8 name', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7660, '9257', 486, 'xmas_c16_mailshelf', 5, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7661, '9258', 729, 'xmas_c16_creature2 name', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7662, '9259', 486, 'xmas_c16_elf5', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7663, '9260', 268, 'xmas_r16_owl', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7664, '9261', 742, 'xmas_ltd16_bearbed', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7665, '9262', 204, 'clothing_xmas4', 5, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7666, '9263', 310, 'clothing_longscarf', 6, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7667, '9264', 236, 'virus_r16_piratank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7668, '9265', 236, 'virus_r16_crabtank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7669, '9266', 236, 'virus_r16_eeltank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7670, '9267', 236, 'virus_r16_troptank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7671, '9268', 236, 'virus_r16_pufftank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7672, '9269', 236, 'virus_r16_turttank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7673, '9270', 236, 'virus_r16_angtank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7674, '9271', 362, 'classic5_sofa', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7675, '9272', 362, 'classic5_table_yel', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7676, '9273', 362, 'classic5_stage', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7677, '9274', 362, 'classic5_speaker', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7678, '9275', 362, 'classic5_floor', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7679, '9276', 362, 'classic5_wall', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7680, '9277', 362, 'classic5_chair_blu', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7681, '9278', 362, 'classic5_stairs', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7682, '9279', 362, 'classic5_chair_yel', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7683, '9280', 362, 'classic5_table_blu', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7684, '9281', 664, 'bonusbag16_3', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7685, '9282', 662, 'bonusrare16_7*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7686, '9283', 662, 'bonusrare16_7*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7687, '9284', 662, 'bonusrare16_7*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7688, '9285', 662, 'bonusrare16_7*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7689, '9286', 662, 'bonusrare16_7*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7690, '9287', 662, 'bonusrare16_7*6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7691, '9288', 668, 'ny17_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7692, '9289', 583, 'clothing_r16_party14', 0, 75, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7693, '9290', 302, 'cny17_roosterballoon', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7694, '9291', 583, 'clothing_r16_party13', 0, 75, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7695, '9292', 583, 'clothing_r16_party11', 0, 75, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7696, '9293', 583, 'clothing_r16_party9', 0, 75, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7697, '9294', 583, 'clothing_r16_party12', 0, 75, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7698, '9295', 583, 'clothing_r16_party10', 0, 75, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7699, '9296', 356, 'clothing_wink', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7700, '9297', 356, 'clothing_love', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7701, '9298', 356, 'clothing_surprised', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7702, '9299', 356, 'clothing_happy', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7703, '9300', 356, 'clothing_poop', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7704, '9301', 356, 'clothing_angry', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7705, '9302', 356, 'clothing_sad', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7706, '9303', 356, 'clothing_excited', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7707, '9304', 356, 'clothing_cool', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7708, '9305', 356, 'clothing_shy', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7709, '9306', 356, 'clothing_bobba', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7710, '9307', 356, 'clothing_silly', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
+INSERT INTO `catalog_items` VALUES (7711, '9308', 363, 'classic6_stool', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7712, '9309', 363, 'classic6_sofa', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7713, '9310', 363, 'classic6_tearice', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7714, '9311', 363, 'classic6_bigtable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7715, '9312', 363, 'classic6_chair', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7716, '9313', 363, 'classic6_endtable', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7717, '9314', 363, 'classic6_lowtable', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7718, '9315', 363, 'classic6_lantern', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7719, '9316', 363, 'classic6_wall', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7720, '9317', 363, 'Hardwood Floor', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7721, '9318', 363, 'Stone Tiled Floor', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7722, '9319', 363, 'classic6_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7723, '9320', 363, 'classic6_vase', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7724, '9321', 363, 'classic6_food', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7725, '9322', 363, 'classic6_mat', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7726, '9323', 363, 'classic6_dvdr', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7727, '9324', 239, 'bc_gift_31days', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7728, '9325', 239, 'hc_gift_14days', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7729, '9326', 239, 'hc_gift_31days', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7730, '9327', 239, 'bc_gift_14days', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7731, '9328', 302, 'Rooster Statue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7732, '9329', 598, 'rare_prize17_14', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7733, '9330', 598, 'rare_prize17_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7734, '9331', 598, 'rare_prize17_11', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7735, '9332', 598, 'rare_prize17_12', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7736, '9333', 598, 'rare_prize17_13', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7737, '9334', 598, 'rare_prize17*14', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7738, '9335', 598, 'rare_prize17_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7739, '9336', 598, 'rare_prize17_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7740, '9337', 598, 'rare_prize17_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7741, '9338', 598, 'rare_prize17_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7742, '9339', 598, 'rare_prize17_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7743, '9340', 598, 'rare_prize17_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7744, '9341', 598, 'rare_prize17_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7745, '9342', 598, 'rare_prize17_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7746, '9343', 659, 'bonusrare17_1*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7747, '9344', 659, 'bonusrare17_1_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7748, '9345', 659, 'bonusrare17_1_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7749, '9346', 659, 'bonusrare17_1_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7750, '9347', 659, 'bonusrare17_1_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7751, '9348', 659, 'bonusrare17_1_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7752, '9349', 659, 'bonusrare17_4_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7753, '9350', 659, 'bonusrare17_4_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7754, '9351', 659, 'bonusrare17_4_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7755, '9352', 659, 'bonusrare17_4_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7756, '9353', 659, 'bonusrare17_4_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7757, '9354', 659, 'bonusrare17_4_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7758, '9355', 659, 'bonusrare17_3_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7759, '9356', 659, 'bonusrare17_3_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7760, '9357', 659, 'bonusrare17_3_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7761, '9358', 659, 'bonusrare17_3_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7762, '9359', 659, 'bonusrare17_3_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7763, '9360', 659, 'bonusrare17_3_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7764, '9361', 659, 'bonusrare17_2*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7765, '9362', 659, 'bonusrare17_2_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7766, '9363', 659, 'bonusrare17_2_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7767, '9364', 659, 'bonusrare17_2_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7768, '9365', 659, 'bonusrare17_2_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7769, '9366', 659, 'bonusrare17_2_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7770, '9367', 364, 'classic7_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7771, '9368', 364, 'classic7_stage', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7772, '9369', 364, 'classic7_dvdr', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7773, '9370', 364, 'classic7_drinks', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7774, '9371', 364, 'classic7_table', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7775, '9372', 364, 'classic7_drinkdispenser', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7776, '9373', 364, 'classic7_djbooth', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7777, '9374', 364, 'classic7_floor', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7778, '9375', 364, 'classic7_starlight', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7779, '9376', 364, 'classic7_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7780, '9377', 364, 'classic7_tree', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7781, '9378', 364, 'classic7_stairs', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7782, '9379', 364, 'classic7_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7783, '9380', 364, 'classic7_drinkcabinet', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7784, '9381', 364, 'classic7_fridge', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7785, '9382', 364, 'classic7_crn', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7786, '9383', 577, 'clothing_r17_wedveil', 0, 500, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7787, '9384', 577, 'clothing_r17_weddingdress', 0, 75, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7788, '9385', 577, 'clothing_r17_weddingset', 0, 1500, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7789, '9386', 449, 'val_c17_roseplant', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7790, '9387', 449, 'val_c17_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7791, '9388', 449, 'val_c17_rosedivider', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7792, '9389', 449, 'val_c17_bandstand', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7793, '9390', 449, 'val_c17_vase', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7794, '9391', 743, 'val_r17_organltd', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7795, '9392', 585, 'clothing_goldpack2', 0, 2000, 0, 1, 0, 0, 0, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7796, '9393', 250, 'exotic_r17_chamele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7797, '9394', 250, 'exotic_r17_treefrog', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7798, '9395', 250, 'exotic_r17_snake', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7799, '9396', 250, 'exotic_r17_chipmunk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7800, '9397', 250, 'exotic_r17_birds', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7801, '9398', 250, 'exotic_r17_bat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7802, '9399', 250, 'exotic_r17_chinchil', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7803, '9400', 250, 'exotic_r17_sloth', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7804, '9401', 119, 'mall_c17_tele', 4, 0, 0, 1, 0, 0, 312, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7805, '9402', 119, 'mall_c17_kiosk', 4, 0, 0, 1, 0, 0, 313, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7806, '9403', 573, 'mall_r17_coffeem', 4, 0, 0, 1, 0, 0, 314, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7807, '9404', 383, 'easter_c17_fence2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7808, '9405', 203, 'clothing_apron', 5, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7809, '9406', 383, 'easter_c17_barngate', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7810, '9407', 383, 'easter_c17_table', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7811, '9408', 728, 'easter_c17_floweringbush', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7812, '9409', 383, 'easter_c17_appletree', 10, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7813, '9410', 728, 'clothing_r17_cow', 0, 1500, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7814, '9411', 383, 'easter_c17_flour', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7815, '9412', 678, 'easter_c17_combistove', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7816, '9413', 201, 'clothing_crownbraid', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7817, '9414', 383, 'easter_c17_chickens', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7818, '9415', 743, 'easter_ltd17_harvestgoddess', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7819, '9416', 667, 'easter_c17_egg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7820, '9417', 383, 'easter_c17_barn', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7821, '9418', 676, 'easter_c17_fruitsalad', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7822, '9419', 676, 'easter_c17_berrycupcake', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7823, '9420', 383, 'easter_c17_fence', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7824, '9421', 676, 'easter_c17_raspjam', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7825, '9422', 383, 'easter_c17_gate', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7826, '9423', 676, 'easter_c17_pastries', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7827, '9424', 383, 'easter_c17_peachtree', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7828, '9425', 728, 'easter_c17_leafsprout', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7829, '9426', 728, 'clothing_r17_chicken', 0, 1500, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7830, '9427', 383, 'easter_c17_roof2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7831, '9428', 676, 'easter_c17_choctart', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7832, '9429', 383, 'easter_c17_peartree', 10, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7833, '9430', 383, 'easter_c17_windmill', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7834, '9431', 677, 'easter_c17_strawbsbush', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7835, '9432', 383, 'easter_c17_collie', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7836, '9433', 728, 'easter_c17_sapling', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7837, '9434', 677, 'easter_c17_raspbush', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7838, '9435', 676, 'easter_c17_strawbsjam', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7839, '9436', 677, 'easter_c17_carrot', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7840, '9437', 676, 'easter_c17_choccupcake', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7841, '9438', 383, 'easter_c17_sprinkler', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7842, '9439', 383, 'easter_c17_coop', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7843, '9440', 251, 'cowbox', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7844, '9441', 201, 'clothing_messyhalfbun', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7845, '9442', 383, 'easter_c17_tree', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7846, '9443', 728, 'easter_r17_farmcutout', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7847, '9444', 677, 'easter_c17_blkberrybush', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7848, '9445', 728, 'easter_c17_seeds', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7849, '9446', 676, 'easter_c17_chocbunny', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7850, '9447', 667, 'easter_c17_seedbag', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7851, '9448', 383, 'easter_c17_crn', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7852, '9449', 676, 'easter_c17_carrotcake', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7853, '9450', 676, 'easter_c17_berrytart', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7854, '9451', 383, 'easter_c17_farmsoil', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7855, '9452', 558, 'cowbox_gold', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7856, '9453', 728, 'clothing_r17_horse', 0, 1500, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7857, '9454', 383, 'easter_c17_beehive', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7858, '9455', 676, 'easter_c17_blkberryjam', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7859, '9456', 383, 'easter_c17_roof', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7860, '9457', 383, 'easter_c17_choc', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7861, '9458', 676, 'easter_c17_sweetpastries', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7862, '9459', 676, 'easter_c17_strawbscake', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7863, '9460', 383, 'easter_c17_chairs', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7864, '9461', 664, 'bonusbag17_1', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7865, '9462', 416, 'santorini_c17_pottedplants', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7866, '9463', 730, 'santorini_c17_artefact4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7867, '9464', 416, 'santorini_c17_bar', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7868, '9465', 416, 'santorini_c17_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7869, '9466', 416, 'santorini_c17_pottedshrub', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7870, '9467', 730, 'santorini_c17_artefact3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7871, '9468', 416, 'santorini_c17_roof', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7872, '9469', 416, 'santorini_c17_rockroof', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7873, '9470', 730, 'clothing_leafcrown', 0, 1500, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7874, '9471', 416, 'santorini_c17_flowerdivider', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7875, '9472', 730, 'clothing_hermeshat', 0, 1500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7876, '9473', 416, 'santorini_c17_rocks', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7877, '9474', 416, 'santorini_c17_sand', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7878, '9475', 730, 'santorini_c17_artefact5', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7879, '9476', 416, 'santorini_c17_food1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7880, '9477', 61, 'santorini_r17_chest', 7, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7881, '9478', 416, 'santorini_c17_trellis', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7882, '9479', 730, 'clothing_hoplitehelm', 0, 1500, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7883, '9480', 730, 'santorini_c17_artefact1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7884, '9481', 416, 'santorini_c17_rockpool', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7885, '9482', 730, 'clothing_greektoga', 0, 1500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7886, '9483', 416, 'santorini_c17_dividerend', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7887, '9484;59965', 711, 'santorini_r17_chimera', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7888, '9485;59966', 711, 'santorini_r17_hydra', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7889, '9486', 416, 'santorini_c17_rockstage', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7890, '9487', 416, 'santorini_c17_donkey', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7891, '9488', 416, 'santorini_c17_pierend', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7892, '9489', 416, 'santorini_c17_ornatepots', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7893, '9490', 416, 'santorini_c17_dolphin', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7894, '9491', 416, 'santorini_c17_mosaicfloor', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7895, '9492', 730, 'clothing_hermesshoes', 0, 1500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7896, '9493', 416, 'santorini_c17_rockcave', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7897, '9494', 416, 'santorini_c17_belltop', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7898, '9495', 416, 'santorini_c17_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7899, '9496;59968', 711, 'santorini_r17_centaur', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7900, '9497', 743, 'santorini_ltd17_lighthouse', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7901, '9498', 416, 'santorini_c17_divider', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7902, '9499', 416, 'santorini_c17_piermid', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7903, '9500', 416, 'santorini_c17_house', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7904, '9501', 416, 'santorini_c17_table', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7905, '9502', 730, 'santorini_c17_artefact2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7906, '9503;59967', 711, 'santorini_r17_minotaur', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7907, '9504', 416, 'santorini_c17_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7908, '9505', 202, 'clothing_octohat', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7909, '9506', 416, 'santorini_c17_pebblefloor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7910, '9507', 712, 'santorini_c17_lighthouse', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7911, '9508', 416, 'santorini_c17_stairs', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7912, '9509', 416, 'santorini_c17_food2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7913, '9510', 416, 'santorini_c17_rockfloat', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7914, '9511', 573, 'scifi_r17_bed', 4, 0, 0, 1, 0, 0, 315, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7915, '9512', 36, 'scifi_c17_xcannon', 4, 0, 0, 1, 0, 0, 316, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7916, '9513', 36, 'scifi_c17_airlock', 4, 0, 0, 1, 0, 0, 317, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7917, '9514', 577, 'clothing_r17_explorerhelm', 0, 1500, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7918, '9515', 590, 'scifi_r17_cruiser_bd', 4, 0, 0, 1, 0, 0, 318, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7919, '9516', 743, 'scifi_ltd17_mech_bd', 4, 0, 0, 1, 0, 0, 319, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (7920, '9517', 577, 'clothing_r17_sentinelhelm', 0, 1500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7921, '9518', 310, 'clothing_facehugger', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7922, '9519', 419, 'modern_c17_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7923, '9520', 419, 'modern_c17_pictures', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7924, '9521', 419, 'modern_c17_pug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7925, '9522', 419, 'modern_c17_pug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7926, '9523', 419, 'modern_c17_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7927, '9524', 419, 'modern_c17_lowtable', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7928, '9525', 419, 'modern_c17_folder', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7929, '9526', 419, 'modern_c17_reads', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7930, '9527', 419, 'modern_c17_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7931, '9528', 419, 'modern_c17_incense', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7932, '9529', 419, 'modern_c17_plant desc', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7933, '9530', 419, 'modern_c17_display', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7934, '9531', 419, 'modern_c17_pillow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7935, '9532', 419, 'modern_c17_tv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7936, '9533', 419, 'modern_c17_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7937, '9534', 419, 'modern_c17_photos', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7938, '9535', 419, 'modern_c17_desk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7939, '9536', 419, 'modern_c17_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7940, '9537', 419, 'modern_c17_iscreen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7941, '9538', 419, 'modern_c17_lamp', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7942, '9539', 419, 'modern_c17_creative', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7943, '9540', 419, 'Jiffin stool', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7944, '9541', 419, 'modern_c17_speakers', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7945, '9542', 419, 'modern_c17_shelf', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7946, '9543', 419, 'modern_c17_endtable', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7947, '9544', 310, 'clothing_toxicfacehugger', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7948, '9545', 409, 'summer_c17_merchstall', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7949, '9546', 409, 'summer_c17_astrotelescope', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7950, '9547', 409, 'summer_c17_burgertruck', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7951, '9548', 409, 'summer_c17_promenadelamp', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7952, '9549', 664, 'bonusbag17_2', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7953, '9550', 676, 'bazaar_c17_lampbluepinktrim', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7954, '9551', 676, 'bazaar_c17_pillowbluepinktrim', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7955, '9552', 676, 'bazaar_c17_lampyellow', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7956, '9553', 676, 'bazaar_c17_curtainblue', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7957, '9554', 676, 'bazaar_c17_lamppurple', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7958, '9555', 676, 'bazaar_c17_curtainyellowbluetrim', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7959, '9556', 676, 'bazaar_c17_ruggreen', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7960, '9557', 417, 'bazaar_c17_pots', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7961, '9558', 417, 'bazaar_c17_fruitbasket', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7962, '9559', 417, 'bazaar_c17_rugrolls', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7963, '9560', 676, 'bazaar_c17_rugpurpleyellowtrim', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7964, '9561', 676, 'bazaar_c17_vasepinkbluetrim', 4, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7965, '9562', 201, 'clothing_exoticbeard', 2, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7966, '9563', 676, 'bazaar_c17_vasebluepinktrim', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7967, '9564', 417, 'bazaar_c17_basket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7968, '9565', 417, 'bazaar_c17_camel', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7969, '9566', 676, 'bazaar_c17_pillowmystic', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7970, '9567', 676, 'bazaar_c17_pillowgreenpurpletrim', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7971, '9568', 676, 'bazaar_c17_vasepurple', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7972, '9569', 676, 'bazaar_c17_curtaingreen', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7973, '9570', 310, 'clothing_alluringeyes', 6, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7974, '9571', 676, 'bazaar_c17_vasegreenpurpletrim', 4, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7975, '9572', 676, 'bazaar_c17_curtaingreenpurpletrim', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7976, '9573', 676, 'bazaar_c17_rugblue', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7977, '9574', 417, 'bazaar_c17_dyemystic', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7978, '9575', 676, 'bazaar_c17_pillowpurple', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7979, '9576', 715, 'bazaar_r17_throne', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7980, '9577', 676, 'bazaar_c17_rugyellowbluetrim', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7981, '9578', 676, 'bazaar_c17_vaseblue', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7982, '9579', 743, 'bazaar_ltd17_ele', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7983, '9580', 676, 'bazaar_c17_vaseyellowbluetrim', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7984, '9581', 417, 'bazaar_c17_dyeblue', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7985, '9582', 417, 'bazaar_c17_dyegreen', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7986, '9583', 676, 'bazaar_c17_curtainpinkbluetrim', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7987, '9584', 676, 'bazaar_c17_lampmystic', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7988, '9585', 417, 'bazaar_c17_curtain', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7989, '9586', 676, 'bazaar_c17_pillowyellow', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7990, '9587', 676, 'bazaar_c17_rugmystic', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7991, '9588', 676, 'bazaar_c17_rugbluepinktrim', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7992, '9589', 417, 'bazaar_c17_flycarpet', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7993, '9590', 204, 'clothing_exoticvest', 5, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (7994, '9591', 417, 'bazaar_c17_sticklizard', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7995, '9592', 676, 'bazaar_c17_lampblue', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7996, '9593', 676, 'bazaar_c17_pillowblue', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7997, '9594', 417, 'bazaar_c17_clothroof2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7998, '9595', 417, 'bazaar_c17_marketroofsmall', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (7999, '9596', 676, 'bazaar_c17_curtainbluepinktrim', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8000, '9597', 417, 'bazaar_c17_balcony', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8001, '9598', 417, 'bazaar_c17_dyeyellow', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8002, '9599', 676, 'bazaar_c17_lampyellowbluetrim', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8003, '9600', 200, 'clothing_bazaarfemale', 16, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8004, '9601', 676, 'bazaar_c17_ruggreenpurpletrim', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8005, '9602', 676, 'bazaar_c17_pillowyellowbluetrim', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8006, '9603', 678, 'bazaar_c17_colourbucket', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8007, '9604', 676, 'bazaar_c17_vasegreen', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8008, '9605', 417, 'bazaar_c17_meat', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8009, '9606', 676, 'bazaar_c17_curtainpurple', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8010, '9607', 676, 'bazaar_c17_vasepink', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8011, '9608', 417, 'bazaar_c17_building', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8012, '9609', 676, 'bazaar_c17_lampgreen', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8013, '9610', 676, 'bazaar_c17_vaseyellow', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8014, '9611', 417, 'bazaar_c17_dyepink', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8015, '9612', 676, 'bazaar_c17_rugpinkbluetrim', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8016, '9613', 676, 'bazaar_c17_vasemystic', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8017, '9614', 676, 'bazaar_c17_vasepurpleyellowtrim', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8018, '9615', 208, 'clothing_pointyshoes', 4, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8019, '9616', 417, 'bazaar_c17_scorpion', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8020, '9617', 417, 'bazaar_c17_bubblejuiceblower', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8021, '9618', 676, 'bazaar_c17_rugyellow', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8022, '9619', 676, 'bazaar_c17_lamppink', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8023, '9620', 676, 'bazaar_c17_rugpink', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8024, '9621', 417, 'bazaar_c17_dyepurple', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8025, '9622', 417, 'bazaar_c17_rug', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8026, '9623', 204, 'clothing_exotictop', 5, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8027, '9624', 577, 'clothing_r17_cursedmask', 0, 1500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8028, '9625', 417, 'bazaar_c17_displaytable', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8029, '9626', 417, 'bazaar_c17_spice', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8030, '9627', 417, 'bazaar_c17_lamp', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8031, '9628', 676, 'bazaar_c17_pillowpinkbluetrim', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8032, '9629', 676, 'bazaar_c17_pillowpurpleyellowtrim', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8033, '9630', 715, 'bazaar_r17_fountain', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8034, '9631', 676, 'bazaar_c17_curtainpink', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8035, '9632', 417, 'bazaar_c17_pillow', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8036, '9633', 676, 'bazaar_c17_pillowgreen', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8037, '9634', 417, 'bazaar_c17_marketroofbig', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8038, '9635', 417, 'bazaar_c17_chillies', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8039, '9636', 676, 'bazaar_c17_curtainpurpleyellowtrim', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8040, '9637', 676, 'bazaar_c17_curtainyellow', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8041, '9638', 676, 'bazaar_c17_lamppinkbluetrim', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8042, '9639', 676, 'bazaar_c17_pillowpink', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8043, '9640', 676, 'bazaar_c17_lampgreenpurpletrim', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8044, '9641', 676, 'bazaar_c17_rugpurple', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8045, '9642', 676, 'bazaar_c17_curtainmystic', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8046, '9643', 715, 'bazaar_r17_monkey', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8047, '9644', 676, 'bazaar_c17_lamppurpleyellowtrim', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8048, '9645', 417, 'bazaar_c17_vase', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8049, '9646', 206, 'clothing_harempants', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8050, '9647', 417, 'bazaar_c17_clothroof', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8051, '9648', 200, 'clothing_bazaarmale', 18, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8052, '9649', 417, 'bazaar_c17_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8053, '9650', 573, 'summer_r17_sealion', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8054, '9651', 577, 'clothing_r17_boxerbraids', 0, 1500, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8055, '9652', 573, 'summer_r17_fishingboat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8056, '9653', 577, 'clothing_r17_sharkmask', 0, 1500, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8057, '9654', 712, 'bazaar_c17_eleengage', 4, 0, 0, 1, 0, 0, 320, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8058, '9655', 208, 'clothing_flipflopsocks', 4, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8059, '9656', 259, 'rare_colourable_marquee_2', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8060, '9657', 259, 'rare_colourable_scifirocket_2', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8061, '9658', 259, 'rare_colourable_fountain_2', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8062, '9659', 259, 'rare_colourable_wooden_screen*2', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8063, '9660', 259, 'rare_colourable_dragonlamp*2', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8064, '9661', 259, 'rare_colourable_parasol_2', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8065, '9662', 259, 'rare_colourable_sleepingbag*2', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8066, '9663', 259, 'rare_colourable_pillar_2', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8067, '9664', 259, 'Smaragdinvihreä meripihkalamppu', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8068, '9665', 259, 'rare_colourable_icecream_2', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8069, '9666', 259, 'rare_colourable_elephant_statue_2', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8070, '9667', 610, 'hhistory_r17_crackable', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8071, '9668', 259, 'rare_colourable_scifidoor_2', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8072, '9669', 259, 'rare_colourable_fan*2', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8073, '9670', 259, 'rare_colourable_pillow_2', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8074, '9671', 259, 'rare_colourable_scifiport_2', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8075, '9672', 259, 'rare_colourable_barrier*2', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8076, '9673', 522, 'dessertcafe_c17_armchair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8077, '9674', 522, 'dessertcafe_c17_windoor', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8078, '9675', 203, 'clothing_cutie', 6, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8079, '9676', 522, 'dessertcafe_c17_creamrolls', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8080, '9677', 522, 'dessertcafe_c17_teaplant', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8081, '9678', 522, 'dessertcafe_c17_vase', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8082, '9679', 522, 'dessertcafe_c17_table', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8083, '9680', 522, 'dessertcafe_c17_floor', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8084, '9681', 522, 'dessertcafe_c17_donut', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8085, '9682', 522, 'dessertcafe_c17_glass', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8086, '9683', 522, 'dessertcafe_c17_shelf', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8087, '9684', 522, 'dessertcafe_c17_rug', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8088, '9685', 310, 'clothing_maidband', 6, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8089, '9686', 522, 'dessertcafe_c17_coffeetable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8090, '9687', 522, 'dessertcafe_c17_sofa', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8091, '9688', 208, 'clothing_bowtights', 4, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8092, '9689', 522, 'dessertcafe_c17_counter', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8093, '9690', 203, 'clothing_maidemulaa', 5, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8094, '9691', 522, 'dessertcafe_c17_mochi', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8095, '9692', 310, 'clothing_ribbonband', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8096, '9693', 522, 'dessertcafe_c17_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8097, '9694', 522, 'dessertcafe_c17_froyo', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8098, '9695', 593, 'elegant_c17_window', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8099, '9696', 593, 'elegant_c17_vanity', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8100, '9697', 593, 'elegantp_c17_sofa', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8101, '9698', 593, 'elegantp_c17_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8102, '9699', 593, 'elegant_c17_flowerpot', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8103, '9700', 593, 'elegant_c17_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8104, '9701', 593, 'elegant_c17_bed', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8105, '9702', 593, 'elegant_c17_teaset', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8106, '9703', 593, 'elegant_c17_stool', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8107, '9704', 593, 'elegant_c17_smalltable', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8108, '9705', 593, 'elegant_c17_floor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8109, '9706', 593, 'elegantp_c17_stool', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8110, '9707', 593, 'elegant_c17_carpet', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8111, '9708', 593, 'elegantp_c17_cat', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8112, '9709', 593, 'elegant_c17_wall', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8113, '9710', 577, 'clothing_elegantcrown', 0, 1500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8114, '9711', 593, 'elegant_c17_chair', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8115, '9712', 593, 'elegantp_c17_window', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8116, '9713', 593, 'elegant_c17_cat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8117, '9714', 593, 'elegantp_c17_bed', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8118, '9715', 593, 'elegantp_c17_carpet', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8119, '9716', 593, 'elegant_c17_cupboard', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8120, '9717', 593, 'elegant_c17_light', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8121, '9718', 593, 'elegant_c17_walldecor', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8122, '9719', 593, 'elegant_c17_table', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8123, '9720', 593, 'elegantp_c17_flowerpot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8124, '9721', 398, 'hween_c17_monstertele', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8125, '9722', 398, 'hween_c17_zombiegrunt', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8126, '9723', 743, 'hween_ltd17_dragon', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8127, '9724', 398, 'hween_c17_hangingroots', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8128, '9725', 398, 'hween_c17_fallingrocks', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8129, '9726', 398, 'hween_c17_zombiesleep', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8130, '9727', 722, 'clothing_badasshelmet', 0, 500, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8131, '9728', 201, 'clothing_layerbuns', 6, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8132, '9729', 398, 'hween_c17_mimic', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8133, '9730', 573, 'hween_r17_lichthrone', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8134, '9731', 310, 'clothing_demoneyes', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8135, '9732', 398, 'hween_c17_thefallen', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8136, '9733', 722, 'clothing_herochest', 0, 500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8137, '9734', 722, 'clothing_rebelchest', 0, 500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8138, '9735', 398, 'hween_c17_rat', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8139, '9736', 398, 'hween_c17_rockdrip', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8140, '9737', 577, 'clothing_r17_bathat', 0, 1500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8141, '9738', 722, 'clothing_herohelmet', 0, 500, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8142, '9739', 722, 'clothing_legarmour', 0, 500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8143, '9740', 398, 'hween_c17_lichen', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8144, '9741', 398, 'hween_c17_bonfire', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8145, '9742', 398, 'hween_c17_hidewall', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8146, '9743', 398, 'hween_c17_rock', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8147, '9744', 310, 'clothing_plaguemask', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8148, '9745', 712, 'hween_dragengage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8149, '9746', 398, 'hween_c17_portcullis', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8150, '9747', 398, 'hween_c17_pillar', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8151, '9748', 573, 'hween_r17_ancdrago', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8152, '9749', 577, 'clothing_r17_hwcrown_bd', 0, 1500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8153, '9750', 398, 'hween_c17_shroomthing', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8154, '9751', 398, 'hween_c17_handstrap', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8155, '9752', 398, 'hween_c17_gibbet', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8156, '9753', 666, 'hween_c17_flamingknight', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8157, '9754', 398, 'hween_c17_wall', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8158, '9755', 310, 'clothing_zombieeyes', 6, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8159, '9756', 398, 'hween_c17_pillarsmall', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8160, '9757', 398, 'hween_c17_cavefloor', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8161, '9758', 398, 'hween_c17_spiketrap', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8162, '9759', 398, 'hween_c17_tent', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8163, '9760', 722, 'clothing_shoearmour', 0, 500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8164, '9761', 398, 'hween_c17_torturebed', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8165, '9762', 398, 'hween_c17_rock2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8166, '9763', 664, 'bonusbag17_3', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8167, '9764', 664, 'bonusbag17_4', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8168, '9765', 658, 'america_r17_beaver', 4, 0, 0, 1, 0, 0, 321, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8169, '9766', 595, 'chess_w_bishop', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8170, '9767', 595, 'chess_boardtile', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8171, '9768', 595, 'chess_b_rook', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8172, '9769', 595, 'chess_b_knight', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8173, '9770', 595, 'chess_w_rook', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8174, '9771', 595, 'chess_w_queen', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8175, '9772', 595, 'chess_w_king', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8176, '9773', 595, 'chess_w_pawn', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8177, '9774', 595, 'chess_b_king', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8178, '9775', 595, 'chess_b_bishop', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8179, '9776', 595, 'chess_b_pawn', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8180, '9777', 595, 'chess_b_queen', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8181, '9778', 595, 'chess_w_knight', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8182, '9779', 658, 'america_r17_skunk', 4, 0, 0, 1, 0, 0, 322, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8183, '9780', 577, 'clothing_r17_daveycrockett', 0, 1500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8184, '9781', 577, 'clothing_r17_frontierbraids', 0, 1500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8185, '9782', 658, 'america_r17_opossum', 4, 0, 0, 1, 0, 0, 323, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8186, '9783', 658, 'america_r17_raccoon', 4, 0, 0, 1, 0, 0, 324, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8187, '9784', 658, 'america_r17_eagle', 4, 0, 0, 1, 0, 0, 325, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8188, '9785', 658, 'america_r17_armadillo', 4, 0, 0, 1, 0, 0, 326, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8189, '9786', 577, 'clothing_r17_goldtophat', 0, 1500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8190, '9787', 487, 'xmas_c17_britishbulldog', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8191, '9788', 487, 'xmas_c17_girl', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8192, '9789', 487, 'xmas_c17_man', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8193, '9790', 677, 'xmas_c17_blueprint3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8194, '9791', 487, 'xmas_c17_snowybasket', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8195, '9792', 671, 'xmas_c17_doll2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8196, '9793', 677, 'xmas_c17_blueprint6', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8197, '9794', 678, 'xmas_c17_sewingmchn', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8198, '9795', 487, 'xmas_c17_roof', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8199, '9796', 487, 'xmas_c17_door', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8200, '9797', 487, 'xmas_c17_hatshop', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8201, '9798', 671, 'xmas_c17_doll4', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8202, '9799', 743, 'xmas_ltd17_ted', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8203, '9800', 487, 'xmas_c17_stove', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8204, '9801', 677, 'xmas_c17_blueprint5', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8205, '9802', 487, 'xmas_c17_hangingbasket', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8206, '9803', 487, 'xmas_c17_lamp', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8207, '9804', 487, 'xmas_c17_pavement', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8208, '9805', 487, 'xmas_c17_smallpavement', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8209, '9806', 573, 'xmas_r17_carriage', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8210, '9807', 676, 'clothing_featherflower', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8211, '9808', 669, 'xmas_c17_book', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8212, '9809', 487, 'xmas_c17_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8213, '9810', 676, 'clothing_buttonpants', 5, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8214, '9811', 671, 'xmas_c17_doll1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8215, '9812', 487, 'xmas_c17_tree', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8216, '9813', 487, 'xmas_c17_frizzycat', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8217, '9814', 577, 'clothing_r17_goldfeatherflower', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8218, '9815', 487, 'xmas_c17_bigwindows2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8219, '9816', 487, 'xmas_c17_teashop', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8220, '9817', 671, 'xmas_c17_doll6', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8221, '9818', 487, 'xmas_c17_snowypot', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8222, '9819', 487, 'xmas_c17_cobbleroad', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8223, '9820', 573, 'xmas_r17_musicbox', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8224, '9821', 487, 'xmas_c17_window', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8225, '9822', 487, 'xmas_c17_fencecorner', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8226, '9823', 487, 'xmas_c17_chestnutstall', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8227, '9824', 310, 'clothing_beautyface', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8228, '9825', 487, 'xmas_c17_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8229, '9826', 487, 'xmas_c17_thread', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8230, '9827', 487, 'xmas_c17_wall', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8231, '9828', 487, 'xmas_c17_pillar', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8232, '9829', 729, 'xmas_c17_blueprint4', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8233, '9830', 487, 'xmas_c17_drain', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8234, '9831', 487, 'xmas_c17_fence', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8235, '9832', 487, 'xmas_c17_table', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8236, '9833', 677, 'xmas_c17_blueprint2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8237, '9834', 671, 'xmas_c17_doll5', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8238, '9835', 487, 'xmas_c17_boy', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8239, '9836', 676, 'clothing_ruffleshirt', 5, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8240, '9837', 487, 'xmas_c17_pub2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8241, '9838', 487, 'xmas_c17_cloth', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8242, '9839', 676, 'clothing_tophat', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8243, '9840', 712, 'xmas_c17_engage_ted', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8244, '9841', 487, 'xmas_c17_snowygrass', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8245, '9842', 677, 'xmas_c17_blueprint1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8246, '9843', 671, 'xmas_c17_doll3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8247, '9844', 487, 'xmas_c17_robins', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8248, '9845', 487, 'xmas_c17_woman', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8249, '9846', 676, 'clothing_dress', 6, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8250, '9847', 487, 'xmas_c17_bigwindows1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8251, '9848', 487, 'xmas_c17_pram', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8252, '9849', 573, 'xmas_r17_lion', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8253, '9850', 487, 'xmas_c17_horse', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8254, '9851', 676, 'clothing_tailedcoat', 5, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8255, '9852', 487, 'xmas_c17_pub1', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8256, '9853', 487, 'xmas_c17_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8257, '9854', 487, 'xmas_c17_candyshop', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8258, '9855', 310, 'clothing_sasquatchmask', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8259, '9856', 598, 'rare_prize17xmas', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8260, '9857', 570, 'clothing_loyalty_V', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8261, '9858', 570, 'clothing_loyalty_X', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8262, '9859', 570, 'clothing_loyalty_II', 6, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8263, '9860', 585, 'clothing_goldpack3', 0, 3000, 0, 1, 0, 0, 0, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8264, '9861', 660, 'bonusrare18_3*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8265, '9862', 660, 'bonusrare18_3*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8266, '9863', 660, 'bonusrare18_3*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8267, '9864', 660, 'bonusrare18_3*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8268, '9865', 660, 'bonusrare18_3*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8269, '9866', 660, 'bonusrare18_3*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8270, '9867', 664, 'bonusbag18_3', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8271, '9868', 664, 'bonusbag18_2', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8272, '9869', 660, 'bonusrare18_2*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8273, '9870', 660, 'bonusrare18_2*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8274, '9871', 660, 'bonusrare18_2*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8275, '9872', 660, 'bonusrare18_2*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8276, '9873', 660, 'bonusrare18_2*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8277, '9874', 660, 'bonusrare18_2*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8278, '9875', 664, 'bonusbag18_4', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8279, '9876', 664, 'bonusbag18_1', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8280, '9877', 660, 'bonusrare18_4*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8281, '9878', 660, 'bonusrare18_4*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8282, '9879', 660, 'bonusrare18_4*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8283, '9880', 660, 'bonusrare18_4*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8284, '9881', 660, 'bonusrare18_4*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8285, '9882', 660, 'bonusrare18_4*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8286, '9883', 660, 'bonusrare18_1*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8287, '9884', 660, 'bonusrare18_1*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8288, '9885', 660, 'bonusrare18_1*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8289, '9886', 660, 'bonusrare18_1*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8290, '9887', 660, 'bonusrare18_1*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8291, '9888', 660, 'bonusrare18_1*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8292, '9889', 582, 'clothing_mini_bowlerhat_dark', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8293, '9890', 582, 'clothing_mini_bowlerhat_cream', 0, 1500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8294, '9891', 582, 'clothing_mini_bowlerhat_gold', 0, 1500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8295, '9892', 582, 'clothing_mini_bowlerhat_green', 0, 1500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8296, '9893', 582, 'clothing_mini_bowlerhat_red', 0, 1500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8297, '9894', 582, 'clothing_mini_bowlerhat_purple', 0, 1500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8298, '9895', 582, 'clothing_mini_bowlerhat_blue', 0, 1500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8299, '9896', 668, 'ny18_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8300, '9897', 365, 'classic8_bar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8301, '9898', 366, 'classic9_floor2', 4, 0, 0, 1, 0, 0, 138, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8302, '9899', 365, 'classic8_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8303, '9900', 366, 'classic9_statue', 4, 0, 0, 1, 0, 0, 141, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8304, '9901', 365, 'classic8_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8305, '9902', 365, 'classic8_records', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8306, '9903', 365, 'classic8_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8307, '9904', 366, 'classic9_carpet', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8308, '9905', 365, 'classic8_statue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8309, '9906', 365, 'classic8_curtains', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8310, '9907', 365, 'classic8_stairs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8311, '9908', 365, 'classic8_glassfloor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8312, '9909', 366, 'classic9_counter', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8313, '9910', 366, 'classic9_chair', 4, 0, 0, 1, 0, 0, 135, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8314, '9911', 366, 'classic9_light', 4, 0, 0, 1, 0, 0, 139, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8315, '9912', 365, 'classic8_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8316, '9913', 366, 'classic9_floor1', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8317, '9914', 366, 'classic9_table', 4, 0, 0, 1, 0, 0, 143, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8318, '9915', 365, 'classic8_divider', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8319, '9916', 365, 'classic8_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8320, '9917', 365, 'classic8_sign', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8321, '9918', 365, 'classic8_shelf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8322, '9919', 366, 'classic9_plant', 4, 0, 0, 1, 0, 0, 140, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8323, '9920', 365, 'classic8_disco', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8324, '9921', 366, 'classic9_stool', 4, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8325, '9922', 366, 'classic9_bookshelf', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8326, '9923', 365, 'classic8_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8327, '9924', 366, 'classic9_books', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8328, '9925', 365, 'classic8_plant', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8329, '9926', 366, 'classic9_wall', 4, 0, 0, 1, 0, 0, 53, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8330, '9927', 592, 'rare_prize18_0', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8331, '9928', 592, 'rare_prize18_1', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8332, '9929', 592, 'rare_prize18_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8333, '9930', 592, 'rare_prize18_11', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8334, '9931', 592, 'rare_prize18_12', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8335, '9932', 592, 'rare_prize18_2', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8336, '9933', 592, 'rare_prize18_3', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8337, '9934', 592, 'rare_prize18_4', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8338, '9935', 592, 'rare_prize18_5', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8339, '9936', 592, 'rare_prize18_6', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8340, '9937', 592, 'rare_prize18_7', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8341, '9938', 592, 'rare_prize18_8', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8342, '9939', 592, 'rare_prize18_9', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8343, '9940', 357, 'hc17_3', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8344, '9941', 357, 'hc17_8', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8345, '9942', 357, 'hc17_10', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8346, '9943', 357, 'hc17_11', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8347, '9944', 357, 'hc17_5', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8348, '9945', 357, 'hc17_2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8349, '9946', 357, 'hc17_6', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8350, '9947', 357, 'hc17_12', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8351, '9948', 357, 'hc17_9', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8352, '9949', 357, 'hc17_4', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8353, '9950', 357, 'hc17_1', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8354, '9951', 458, 'Koristeltu lipasto', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8355, '9952', 458, 'Koristeltu kaappi', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8356, '9953', 201, 'clothing_judgewig', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8357, '9954', 201, 'clothing_elegantponytail', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8358, '9955', 578, 'clothing_r18_unicorn', 0, 2000, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8359, '9956', 458, 'Ruhtinaallinen joutsen', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8360, '9957', 578, 'clothing_r18_dress', 0, 2000, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8361, '9958', 237, 'Pylvässänky', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8362, '9959', 202, 'clothing_gentcap', 4, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8363, '9960', 384, 'easter_c18_lemontree', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8364, '9961', 728, 'easter_c18_snowdrop3', 4, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8365, '9962', 310, 'clothing_shades', 6, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8366, '9963', 728, 'easter_c18_lupin1', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8367, '9964', 201, 'clothing_braidedwavy', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8368, '9965', 728, 'easter_c18_tulip2', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8369, '9966', 667, 'easter_c18_seedpackrose', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8370, '9967', 310, 'clothing_satchel', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8371, '9968', 384, 'easter_c18_dancingplant', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8372, '9969', 728, 'easter_c18_badflower', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8373, '9970', 667, 'easter_c18_seedpacktulip', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8374, '9971', 728, 'easter_c18_rose3', 4, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8375, '9972', 728, 'easter_c18_tulip3', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8376, '9973', 384, 'easter_c18_tricyle', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8377, '9974', 384, 'easter_c18_recyclebin', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8378, '9975', 384, 'easter_c18_ivybeam', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8379, '9976', 728, 'easter_c18_lupin3', 4, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8380, '9977', 384, 'easter_c18_radio', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8381, '9978', 728, 'easter_c18_lupin4', 4, 0, 0, 1, 0, 0, 115, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8382, '9979', 384, 'easter_c18_ceilingfan', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8383, '9980', 384, 'easter_c18_ivylight', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8384, '9981', 204, 'clothing_tiedtop', 5, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8385, '9982', 667, 'easter_c18_seedpacksnowdrop', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8386, '9983', 728, 'easter_c18_rose4', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8387, '9984', 237, 'easter_r18_bonzaifountain', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8388, '9985', 384, 'easter_c18_hutch', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8389, '9986', 728, 'easter_c18_snowdrop4', 4, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8390, '9987', 384, 'easter_c18_shelfplants', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8391, '9988', 237, 'easter_r18_bigbunny', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8392, '9989', 384, 'easter_c18_curtains', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8393, '9990', 578, 'clothing_r18_bunniemask', 0, 2000, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8394, '9991', 384, 'easter_c18_washline', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8395, '9992', 384, 'easter_c18_glassbrickcnr', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8396, '9993', 384, 'easter_c18_birchpillar', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8397, '9994', 728, 'easter_c18_rose2', 4, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8398, '9995', 384, 'easter_c18_boxplanter', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8399, '9996', 578, 'clothing_r18_bunniehat', 0, 2000, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8400, '9997', 728, 'easter_c18_tulip1', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8401, '9998', 201, 'clothing_floppyhair', 6, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8402, '9999', 744, 'easter_ltd18_habberge10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8403, '10000', 384, 'easter_c18_hangingplant', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8404, '10001', 384, 'easter_c18_woodendeco', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8405, '10002', 728, 'easter_c18_lupin2', 4, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8406, '10003', 384, 'easter_c18_dragonflies', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8407, '10004', 201, 'clothing_retrohair', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8408, '10005', 384, 'easter_c18_chair', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8409, '10006', 728, 'easter_c18_tulip4', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8410, '10007', 202, 'clothing_floppysunhat', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8411, '10008', 384, 'easter_c18_patternfloor', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8412, '10009', 384, 'easter_c18_glassdoor', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8413, '10010', 384, 'easter_c18_slatestack', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8414, '10011', 384, 'easter_c18_stackedplants', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8415, '10012', 384, 'easter_c18_countryteaset', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8416, '10013', 667, 'easter_c18_seedpacklupin', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8417, '10014', 384, 'easter_c18_glassbrickwall', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8418, '10015', 384, 'easter_c18_chiaplants', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8419, '10016', 384, 'easter_c18_table', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8420, '10017', 728, 'easter_c18_snowdrop1', 4, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8421, '10018', 384, 'easter_c18_radiator', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8422, '10019', 384, 'easter_c18_fawn', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8423, '10020', 384, 'easter_c18_veg', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8424, '10021', 728, 'easter_c18_snowdrop2', 4, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8425, '10022', 728, 'easter_c18_rose1', 4, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8426, '10023', 737, 'trophy_netsafety_0', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8427, '10024', 676, 'clothing_kpopbuns', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8428, '10025', 676, 'clothing_kpop', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8429, '10026', 676, 'clothing_bffshirt', 5, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8430, '10027', 676, 'clothing_bffhat', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8431, '10028', 302, 'china_dog', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8432, '10029', 302, 'cny18_dogballoon', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8433, '10030', 307, 'CF_500_moneytree', 500, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8434, '10031', 572, 'gift_bff_a', 4, 0, 0, 1, 0, 0, 327, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8435, '10032', 678, 'crafting_jarhearts', 4, 0, 0, 1, 0, 0, 328, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8436, '10033', 572, 'gift_bff_b', 4, 0, 0, 1, 0, 0, 329, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8437, '10034', 237, 'cine_r18_buggy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8438, '10035', 237, 'cine_r18_camera', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8439, '10036', 237, 'cine_r18_catcopter', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8440, '10037', 205, 'clothing_poncho', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8441, '10038', 204, 'clothing_inmate', 5, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8442, '10039', 200, 'clothing_mercenary', 20, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8443, '10040', 208, 'clothing_yetifeet', 4, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8444, '10041', 237, 'cine_r18_trailer', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8445, '10042', 204, 'clothing_c18_cutething', 5, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8446, '10043', 480, 'gift_c18_cookiejar name', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8447, '10044', 422, 'gaming_c18_hswap', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8448, '10045', 501, 'laundry_c18_ironing', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8449, '10046', 501, 'laundry_c18_dustpan', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8450, '10047', 422, 'gaming_c18_chairpro', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8451, '10048', 501, 'laundry_c18_basket', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8452, '10049', 501, 'laundry_c18_products', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8453, '10050', 422, 'gaming_c18_gameplush2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8454, '10051', 501, 'laundry_c18_washmachine', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8455, '10052', 422, 'gaming_c18_gameplush1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8456, '10053', 422, 'gaming_c18_gamecollection', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8457, '10054', 422, 'gaming_c18_setuppro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8458, '10055', 422, 'gaming_c18_cubelight', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8459, '10056', 237, 'laundry_r18_vacuum', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8460, '10057', 501, 'laundry_c18_dryingrack', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8461, '10058', 422, 'gaming_c18_hs4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8462, '10059', 422, 'gaming_c18_rigpro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8463, '10060', 237, 'jp_r18_asiandoll', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8464, '10061', 578, 'clothing_r18_seahorse', 0, 2000, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8465, '10062', 731, 'coralking_c18_cone', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8466, '10063', 424, 'coralking_c18_gate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8467, '10064', 424, 'coralking_c18_fishnet', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8468, '10065', 731, 'coralking_c18_spinycoral2', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8469, '10066', 424, 'coralking_c18_anchor', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8470, '10067', 237, 'coralking_r18_turtleride', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8471, '10068', 424, 'coralking_c18_shelltele', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8472, '10069', 731, 'coralking_c18_starfish1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8473, '10070', 103, 'coralking_c18_treasurechest', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8474, '10071', 424, 'coralking_c18_tropicalfish', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8475, '10072', 731, 'coralking_c18_goldenfish', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8476, '10073', 424, 'coralking_c18_bluesand', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8477, '10074', 201, 'clothing_luscioushair', 6, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8478, '10075', 424, 'coralking_c18_sunkenpots', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8479, '10076', 424, 'coralking_c18_catfish', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8480, '10077', 731, 'coralking_c18_closedspiral1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8481, '10078', 103, 'coralking_r18_goldenchest', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8482, '10079', 424, 'coralking_c18_bubbleseat', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8483, '10080', 731, 'coralking_c18_closedspiral2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8484, '10081', 731, 'coralking_c18_spinycoral1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8485, '10082', 208, 'clothing_flippers', 4, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8486, '10083', 424, 'coralking_c18_trash', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8487, '10084', 731, 'coralking_c18_bushycoral2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8488, '10085', 424, 'coralking_c18_corner', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8489, '10086', 731, 'coralking_c18_openspiral1', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8490, '10087', 424, 'coralking_c18_seafloor', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8491, '10088', 424, 'coralking_c18_kelppillar', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8492, '10089', 731, 'coralking_c18_clamshell2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8493, '10090', 424, 'coralking_c18_neoncoral2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8494, '10091', 204, 'clothing_wetsuit', 5, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8495, '10092', 424, 'coralking_c18_boulders1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8496, '10093', 731, 'asd', 0, 2000, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8497, '10094', 237, 'coralking_r18_vanitytable', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8498, '10095', 424, 'coralking_c18_coralfloor', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8499, '10096', 424, 'coralking_c18_bed', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8500, '10097', 424, 'coralking_c18_gazebo', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8501, '10098', 424, 'coralking_c18_neoncoral3', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8502, '10099', 731, 'coralking_c18_trident', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8503, '10100', 731, 'coralking_c18_starfish2', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8504, '10101', 424, 'coralking_c18_table', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8505, '10102', 424, 'coralking_c18_fence', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8506, '10103', 744, 'coralking_ltd18_royalseahorse', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8507, '10104', 731, 'coralking_c18_seaweed', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8508, '10105', 424, 'coralking_c18_clownfish', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8509, '10106', 578, 'clothing_r18_divershelmet', 0, 2000, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8510, '10107', 204, 'clothing_sailortop', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8511, '10108', 731, 'coralking_c18_openspiral2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8512, '10109', 424, 'coralking_c18_angelfish', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8513, '10110', 731, 'coralking_c18_clamshell3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8514, '10111', 731, 'coralking_c18_chalice', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8515, '10112', 424, 'coralking_c18_bubblerock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8516, '10113', 731, 'asd', 0, 2000, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8517, '10114', 424, 'coralking_c18_chair', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8518, '10115', 424, 'coralking_c18_neoncoral1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8519, '10116', 424, 'coralking_c18_boulders2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8520, '10117', 731, 'coralking_c18_pearloyster', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8521, '10118', 731, 'coralking_c18_clamshell1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8522, '10119', 731, 'coralking_c18_bushycoral1', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8523, '10120', 683, 'coralking_engageseahorse', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8524, '10121', 307, 'CF_750_goldenpig', 750, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8525, '10122', 578, 'clothing_r18_tiedwavylocks', 0, 2000, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8526, '10123', 578, 'clothing_r18_frohawk', 0, 2000, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8527, '10124', 657, 'birds_r18_spoonbill', 4, 0, 0, 1, 0, 0, 330, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8528, '10125', 657, 'birds_r18_puffin', 4, 0, 0, 1, 0, 0, 331, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8529, '10126', 657, 'birds_r18_peacock', 4, 0, 0, 1, 0, 0, 332, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8530, '10127', 657, 'birds_r18_crane', 4, 0, 0, 1, 0, 0, 333, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8531, '10128', 657, 'birds_r18_quetzal', 4, 0, 0, 1, 0, 0, 334, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8532, '10129', 657, 'birds_r18_cardinal', 4, 0, 0, 1, 0, 0, 335, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8533, '10130', 744, 'trophy_ltd18_wcup', 4, 0, 0, 1, 0, 0, 336, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8534, '10131', 428, 'tokyo_c18_residential', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8535, '10132', 677, 'tokyo_c18_toy4', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8536, '10133', 677, 'tokyo_c18_toy6', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8537, '10134', 676, 'clothing_animehair', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8538, '10135', 428, 'tokyo_c18_railing', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8539, '10136', 428, 'tokyo_c18_retroarcade', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8540, '10137', 428, 'tokyo_c18_motorbike', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8541, '10138', 428, 'tokyo_c18_neonsign2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8542, '10139', 677, 'tokyo_c18_toy9', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8543, '10140', 428, 'tokyo_c18_shopdisplay', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8544, '10141', 428, 'tokyo_c18_pole', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8545, '10142', 428, 'tokyo_c18_trellis', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8546, '10143', 717, 'tokyo_r18_mapletree', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8547, '10144', 732, 'tokyo_c18_toy5', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8548, '10145', 428, 'tokyo_c18_bugsmachine', 10, 0, 0, 1, 0, 0, 4, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8549, '10146', 428, 'tokyo_c18_drinksmachine', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8550, '10147', 428, 'tokyo_c18_gamesign', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8551, '10148', 428, 'tokyo_c18_adposters', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8552, '10149', 676, 'clothing_sakurajacket', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8553, '10150', 428, 'tokyo_c18_lights', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8554, '10151', 428, 'tokyo_c18_snackroof', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8555, '10152', 677, 'tokyo_c18_toy2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8556, '10153', 676, 'clothing_dragonplushhat', 5, 10, 5, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8557, '10154', 744, 'tokyo_ltd18_shiba', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8558, '10155', 677, 'tokyo_c18_toy1', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8559, '10156', 428, 'tokyo_c18_road', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8560, '10157', 428, 'tokyo_c18_scarydino', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8561, '10158', 428, 'tokyo_c18_jpmerchshop', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8562, '10159', 428, 'tokyo_c18_floor', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8563, '10160', 428, 'tokyo_c18_lanterns', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8564, '10161', 428, 'tokyo_c18_magazinerack', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8565, '10162', 428, 'tokyo_c18_racearcade', 4, 0, 0, 1, 0, 0, 20, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8566, '10163', 310, 'clothing_cuteglasses', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8567, '10164', 428, 'tokyo_c18_retroarcade2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8568, '10165', 202, 'clothing_shogunhelmet', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8569, '10166', 428, 'tokyo_c18_snackdisplay', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8570, '10167', 677, 'tokyo_c18_toy10', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8571, '10168', 677, 'tokyo_c18_toy3', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8572, '10169', 578, 'clothing_r18_catbag', 0, 2000, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8573, '10170', 193, 'e', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8574, '10171', 428, 'tokyo_c18_toy8', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8575, '10172', 428, 'tokyo_c18_snackdisplay2', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8576, '10173', 578, 'clothing_r18_kitsunemask', 0, 2000, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8577, '10174', 678, 'tokyo_c18_craftbot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8578, '10175', 428, 'tokyo_c18_shopfront', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8579, '10176', 676, 'clothing_harajukubow', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8580, '10177', 428, 'tokyo_c18_sakura', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8581, '10178', 207, 'clothing_tutu', 5, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8582, '10179', 428, 'tokyo_c18_adposters2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8583, '10180', 428, 'tokyo_c18_neonsign1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8584, '10181', 428, 'tokyo_c18_bigbillboard', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8585, '10182', 676, 'clothing_botface', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8586, '10183', 717, 'tokyo_r18_koikite', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8587, '10184', 428, 'tokyo_c18_snackroof2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8588, '10185', 677, 'tokyo_c18_toy7', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8589, '10186', 676, 'clothing_harajukuhair', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8590, '10187', 237, 'anniversary_r18_throne', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8591, '10188', 191, 'tokyo_c18_gacha2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8592, '10189', 434, 'zengarden_c18_glasspond', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8593, '10190', 434, 'zengarden_c18_light', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8594, '10191', 434, 'zengarden_c18_roof', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8595, '10192', 434, 'zengarden_c18_stonebench', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8596, '10193', 434, 'zengarden_c18_rootplant', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8597, '10194', 434, 'zengarden_c18_stonetable', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8598, '10195', 434, 'zengarden_c18_divider', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8599, '10196', 434, 'zengarden_c18_moss', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8600, '10197', 434, 'zengarden_c18_peacefrog', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8601, '10198', 434, 'zengarden_c18_bamboo', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8602, '10199', 434, 'zengarden_c18_door', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8603, '10200', 434, 'zengarden_c18_plankfloor', 1, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8604, '10201', 434, 'zengarden_c18_roofcorner', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8605, '10202', 434, 'zengarden_c18_spikeyplant', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8606, '10203', 719, 'zengarden_r18_fountain', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8607, '10204', 434, 'zengarden_c18_pebbles', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8608, '10205', 578, 'clothing_r18_longwavy', 0, 2000, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8609, '10206', 596, 'rare_colourable_marquee*3', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8610, '10207', 596, 'rare_colourable_scifirocket*3', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8611, '10208', 596, 'rare_colourable_fountain*3', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8612, '10209', 596, 'rare_colourable_wooden_screen*3', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8613, '10210', 596, 'rare_colourable_dragonlamp*3', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8614, '10211', 596, 'rare_colourable_parasol*3', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8615, '10212', 610, 'asd', 7, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8616, '10213', 596, 'rare_colourable_sleepingbag*3', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8617, '10214', 596, 'rare_colourable_pillar*3', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8618, '10215', 596, 'rare_colourable_beehive_bulb*3', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8619, '10216', 596, 'rare_colourable_icecream*3', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8620, '10217', 596, 'rare_colourable_elephant_statue*3', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8621, '10218', 596, 'rare_colourable_scifidoor*3', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8622, '10219', 596, 'rare_colourable_fan*3', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8623, '10220', 596, 'rare_colourable_pillow*3', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8624, '10221', 596, 'rare_colourable_scifiport*3', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8625, '10222', 596, 'rare_colourable_barrier*3', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8626, '10223', 367, 'hotel_c18_pool', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8627, '10224', 367, 'hotel_c18_stairs', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8628, '10225', 367, 'hotel_c18_roof', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8629, '10226', 367, 'hotel_c18_rail', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8630, '10227', 367, 'hotel_c18_fountain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8631, '10228', 367, 'hotel_c18_block2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8632, '10229', 367, 'hotel_c18_awning', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8633, '10230', 367, 'hotel_c18_block1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8634, '10231', 367, 'hotel_c18_tree', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8635, '10232', 367, 'hotel_c18_foundation', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8636, '10233', 367, 'hotel_c18_cypress', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8637, '10234', 367, 'hotel_c18_rooftop', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8638, '10235', 399, 'hween_c18_deskitems2', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8639, '10236', 399, 'hween_c18_ceilingrays', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8640, '10237', 399, 'hween_c18_complexmchn3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8641, '10238', 676, 'clothing_brownglasses', 6, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8642, '10239', 399, 'hween_c18_toy5old', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8643, '10240', 399, 'hween_c18_complexmchn2', 4, 0, 0, 1, 0, 0, 8, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8644, '10241', 676, 'hween_c18_toy5new', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8645, '10242', 201, 'clothing_brain', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8646, '10243', 399, 'hween_c18_olddocs2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8647, '10244', 399, 'hween_c18_ceilingfan', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8648, '10245', 399, 'hween_c18_toy4old', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8649, '10246', 399, 'hween_c18_labglasswall', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8650, '10247', 399, 'hween_c18_retropc', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8651, '10248', 399, 'hween_c18_dimlights', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8652, '10249', 399, 'hween_c18_medicineshelf', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8653, '10250', 399, 'hween_c18_labtilewall', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8654, '10251', 399, 'hween_c18_labcage', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8655, '10252', 744, 'hween_ltd18_cosplaycat', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8656, '10253', 399, 'hween_c18_oldceilingrays', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8657, '10254', 676, 'hween_c18_labcurtains', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8658, '10255', 676, 'hween_c18_toy3new', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8659, '10256', 676, 'hween_c18_toy2new', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8660, '10257', 399, 'hween_c18_labsteelfloor', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8661, '10258', 399, 'hween_c18_labmchn1', 4, 0, 0, 1, 0, 0, 25, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8662, '10259', 399, 'hween_c18_rustyceilingfan', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8663, '10260', 399, 'hween_c18_labstoolold', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8664, '10261', 399, 'hween_c18_labmchn2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8665, '10262', 399, 'hween_c18_brokenglasswall', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8666, '10263', 399, 'hween_c18_floormould', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8667, '10264', 676, 'clothing_vintagejacket', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8668, '10265', 399, 'hween_c18_washliquid', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8669, '10266', 676, 'hween_c18_toy1new', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8670, '10267', 676, 'clothing_sideponytail', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8671, '10268', 399, 'hween_c18_zaptele', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8672, '10269', 578, 'clothing_r18_axe', 0, 2000, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8673, '10270', 678, 'hween_c18_washmchn', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8674, '10271', 399, 'hween_c18_labglovebox', 4, 0, 0, 1, 0, 0, 21, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8675, '10272', 399, 'hween_c18_bloodcurtains', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8676, '10273', 676, 'clothing_legwarmershoes', 4, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8677, '10274', 676, 'hween_c18_toy4new', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8678, '10275', 399, 'hween_c18_labshelf', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8679, '10276', 208, 'clothing_bloodshoes', 3, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8680, '10277', 399, 'hween_c18_bloodfloorstreak', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8681, '10278', 578, 'clothing_r18_vamp', 0, 2000, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8682, '10279', 399, 'hween_c18_labdesk', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8683, '10280', 399, 'hween_c18_oldlabdesk', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8684, '10281', 399, 'hween_c18_labchair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8685, '10282', 399, 'hween_c18_ceilingmould', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8686, '10283', 399, 'hween_c18_labjar1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8687, '10284', 399, 'hween_c18_washpowder', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8688, '10285', 237, 'hween_r18_pupbot', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8689, '10286', 399, 'hween_c18_labmchn3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8690, '10287', 205, 'clothing_bloodjacket', 4, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8691, '10288', 399, 'hween_c18_complexmchn1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8692, '10289', 399, 'hween_c18_spareparts', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8693, '10290', 205, 'clothing_labcoat', 4, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8694, '10291', 399, 'hween_c18_toy2old', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8695, '10292', 676, 'clothing_shortcurlhair', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8696, '10293', 399, 'hween_c18_labjar2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8697, '10294', 399, 'hween_c18_labstool', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8698, '10295', 399, 'hween_c18_labtooltable', 2, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8699, '10296', 201, 'clothing_bloodponytail', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8700, '10297', 237, 'hween_r18_antiquechemset', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8701, '10298', 399, 'hween_c18_toy1old', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8702, '10299', 399, 'hween_c18_oldlabtilewall', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8703, '10300', 399, 'hween_c18_deskitems1', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8704, '10301', 310, 'clothing_bloodglasses', 6, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8705, '10302', 399, 'hween_c18_staffoftheyr', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8706, '10303', 201, 'clothing_bloodscruffyhair', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8707, '10304', 399, 'hween_c18_olddocs1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8708, '10305', 399, 'hween_c18_toy3old', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8709, '10306', 399, 'hween_c18_labtilefloor', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8710, '10307', 399, 'hween_c18_oldlablocker', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8711, '10308', 399, 'hween_c18_flashlight', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8712, '10309', 399, 'hween_c18_labbed', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8713, '10310', 399, 'hween_c18_lablocker', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8714, '10311', 307, 'CF_350_jadefish', 350, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8715, '10312', 427, 'hygge_c18_stove', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8716, '10313', 427, 'hygge_c18_cushion', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8717, '10314', 578, 'clothing_r18_antlers', 0, 2000, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8718, '10315', 237, 'hygge_r18_fox', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8719, '10316', 578, 'clothing_r18_hyggehair', 0, 2000, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8720, '10317', 427, 'hygge_c18_shelf', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8721, '10318', 427, 'hygge_c18_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8722, '10319', 578, 'clothing_r18_dungarees', 0, 2000, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8723, '10320', 578, 'clothing_r18_diaparty', 0, 2000, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8724, '10321', 733, 'clothing_dianoblecrown', 7, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8725, '10322', 169, 'diamond_c18_giftbox', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8726, '10323', 733, 'clothing_diafish', 7, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8727, '10324', 733, 'clothing_dialeafcrown', 7, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8728, '10325', 488, 'xmas_c18_deer_comet', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8729, '10326', 488, 'xmas_c18_stocking_snoopy', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8730, '10327', 488, 'xmas_c18_souvenir', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8731, '10328', 488, 'xmas_c18_deer_dasher', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8732, '10329', 676, 'clothing_halo', 10, 10, 5, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8733, '10330', 488, 'xmas_c18_snowfootball', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8734, '10331', 488, 'xmas_c18_stocking_cinnamon', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8735, '10332', 488, 'xmas_c18_stool', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8736, '10333', 488, 'xmas_c18_stage', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8737, '10334', 488, 'xmas_c18_metro', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8738, '10335', 488, 'xmas_c18_stocking_tiger', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8739, '10336', 488, 'xmas_c18_snowman', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8740, '10337', 488, 'xmas_c18_snowballpit', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8741, '10338', 488, 'xmas_c18_stocking_crusoe', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8742, '10339', 488, 'xmas_c18_stallroof', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8743, '10340', 488, 'xmas_c18_presentelf', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8744, '10341', 677, 'xmas_c18_doll10', 7, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8745, '10342', 676, 'clothing_rudolphhat', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8746, '10343', 677, 'xmas_c18_doll8', 7, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8747, '10344', 488, 'xmas_c18_deer_vixen', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8748, '10345', 488, 'xmas_c18_stagecurtains', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8749, '10346', 488, 'xmas_c18_stocking_cleo', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8750, '10347', 488, 'xmas_c18_presents', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8751, '10348', 237, 'xmas_r18_snowyowl', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8752, '10349', 677, 'xmas_c18_doll6', 7, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8753, '10350', 488, 'xmas_c18_stalltable', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8754, '10351', 488, 'xmas_c18_streetlight', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8755, '10352', 677, 'xmas_c18_doll5', 7, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8756, '10353', 237, 'xmas_r18_lightfountain', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8757, '10354', 676, 'clothing_poinsettia', 6, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8758, '10355', 674, 'clothing_bobblehat', 4, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8759, '10356', 488, 'xmas_c18_groundlight', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8760, '10357', 488, 'xmas_c18_stagechair', 2, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8761, '10358', 578, 'clothing_r18_featherdress', 0, 2000, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8762, '10359', 488, 'xmas_c18_stagestairs', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8763, '10360', 488, 'xmas_c18_deer_rudolph', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8764, '10361', 676, 'clothing_penguin', 3, 10, 5, 1, 0, 0, 11, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8765, '10362', 488, 'xmas_c18_xmastree', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8766, '10363', 488, 'xmas_c18_booth', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8767, '10364', 488, 'xmas_c18_curtaintopper', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8768, '10365', 488, 'xmas_c18_building', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8769, '10366', 744, 'xmas_ltd18_snowhabberge', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8770, '10367', 488, 'xmas_c18_iciclelight', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8771, '10368', 488, 'xmas_c18_deer_cupid', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8772, '10369', 488, 'xmas_c18_borscht', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8773, '10370', 677, 'xmas_c18_doll3', 7, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8774, '10371', 677, 'xmas_c18_doll2', 7, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8775, '10372', 488, 'xmas_c18_balllight', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8776, '10373', 488, 'xmas_c18_harp', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8777, '10374', 578, 'clothing_r18_feathercrown', 0, 2000, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8778, '10375', 488, 'xmas_c18_penguin', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8779, '10376', 488, 'xmas_c18_deer_prancer', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8780, '10377', 201, 'clothing_sideflopped', 6, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8781, '10378', 677, 'xmas_c18_doll1', 7, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8782, '10379', 488, 'xmas_c18_rainlightfloor', 1, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8783, '10380', 488, 'xmas_c18_candycane', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8784, '10381', 488, 'xmas_c18_stocking_norbert', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8785, '10382', 676, 'clothing_snowman', 3, 10, 5, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8786, '10383', 488, 'xmas_c18_buildingpillar', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8787, '10384', 677, 'xmas_c18_doll7', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8788, '10385', 488, 'xmas_c18_bounceycastle', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8789, '10386', 488, 'xmas_c18_babushka', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8790, '10387', 677, 'xmas_c18_doll9', 7, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8791, '10388', 488, 'xmas_c18_stagewindow', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8792, '10389', 676, 'clothing_xmas5', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8793, '10390', 310, 'clothing_mittens', 6, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8794, '10391', 488, 'xmas_c18_fairylightree', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8795, '10392', 488, 'xmas_c18_deer_blitzen', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8796, '10393', 488, 'xmas_c18_stocking_boo', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8797, '10394', 678, 'xmas_c18_nutcracker', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8798, '10395', 488, 'xmas_c18_stagebackdrop', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8799, '10396', 488, 'xmas_c18_bearlight', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8800, '10397', 488, 'xmas_c18_deer_dancer', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8801, '10398', 677, 'xmas_c18_doll4', 7, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8802, '10399', 488, 'xmas_c18_food', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8803, '10400', 488, 'xmas_c18_fatherfrost', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8804, '10401', 205, 'clothing_regiment', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8805, '10402', 488, 'xmas_c18_piano', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8806, '10403', 676, 'clothing_treepartyhat', 3, 10, 5, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8807, '10404', 488, 'xmas_c18_deer_donna', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8808, '10405', 592, 'rare_prize18_xmas', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8809, '10406', 444, 'hosp_c19_drinksvend', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8810, '10407', 585, 'clothing_r18_goldpack4', 0, 4000, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8811, '10408', 116, 'attic_c19_hammock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8812, '10409', 584, 'clothing_r18_sparkleparty2', 0, 2000, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8813, '10410', 584, 'clothing_r18_sparkleparty1', 0, 2000, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8814, '10411', 584, 'clothing_r18_sparkleparty7', 0, 2000, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8815, '10412', 584, 'clothing_r18_sparkleparty4', 0, 2000, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8816, '10413', 579, 'clothing_r19_longwavy2', 0, 2500, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8817, '10414', 668, 'ny_r18_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8818, '10415', 584, 'clothing_r18_sparkleparty8', 0, 2000, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8819, '10416', 584, 'clothing_r18_sparkleparty6', 0, 2000, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8820, '10417', 584, 'clothing_r18_sparkleparty3', 0, 2000, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8821, '10418', 584, 'clothing_r18_sparkleparty5', 0, 2000, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8822, '10419', 191, 'diamond_c18_giftbox2', 4, 0, 0, 1, 0, 0, 337, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8823, '10420', 307, 'CF_1000_goldenkey', 1000, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8824, '10421', 394, 'hween13_c19_frog', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8825, '10422', 358, 'hc19_11', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8826, '10423', 358, 'hc19_1', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8827, '10424', 358, 'hc19_4', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8828, '10425', 358, 'hc19_5', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8829, '10426', 358, 'hc19_9', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8830, '10427', 358, 'hc19_3', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8831, '10428', 358, 'hc19_2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8832, '10429', 358, 'hc19_10', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8833, '10430', 358, 'hc19_12', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8834, '10431', 358, 'hc19_7', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8835, '10432', 358, 'hc19_6', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8836, '10433', 358, 'hc19_8', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (8837, '10434', 448, 'val_c19_food', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8838, '10435', 448, 'val_c19_bottlewall', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8839, '10436', 579, 'clothing_r19_messybun', 0, 2500, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8840, '10437', 574, 'val_r19_bath', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8841, '10438', 574, 'val_r19_recordplayer', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8842, '10439', 579, 'clothing_r19_frilledskirt', 0, 2500, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8843, '10440', 448, 'val_c19_bottle', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8844, '10441', 574, 'val_r19_puppy', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8845, '10442', 448, 'val_c19_till', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8846, '10443', 574, 'val_r19_unicorn', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8847, '10444', 579, 'clothing_r19_shortcurly', 0, 2500, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8848, '10445', 579, 'clothing_r19_waistcoat', 0, 2500, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8849, '10446', 448, 'val_c19_tableacc', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8850, '10447', 448, 'val_c19_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8851, '10448', 448, 'val_c19_petals', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8852, '10449', 448, 'val_c19_awning', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8853, '10450', 448, 'val_c19_table', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8854, '10451', 574, 'val_r19_sofa', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8855, '10452', 302, 'china_pig', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8856, '10453', 302, 'china_goldenpig', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8857, '10454', 202, 'clothing_piglethat', 3, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8858, '10455', 591, 'rare_prize19*0', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8859, '10456', 591, 'rare_prize19*1', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8860, '10457', 591, 'rare_prize19*10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8861, '10458', 591, 'rare_prize19*11', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8862, '10459', 591, 'rare_prize19*12', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8863, '10460', 591, 'rare_prize19*13', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8864, '10461', 591, 'rare_prize19*2', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8865, '10462', 591, 'rare_prize19*3', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8866, '10463', 591, 'rare_prize19*4', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8867, '10464', 591, 'rare_prize19*5', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8868, '10465', 591, 'rare_prize19*6', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8869, '10466', 591, 'rare_prize19*7', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8870, '10467', 591, 'rare_prize19*8', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8871, '10468', 591, 'rare_prize19*9', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8872, '10469', 429, 'room_invisible_block', 4, 0, 0, 1, 0, 0, 338, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (8873, '10470', 590, 'rare_colourable_scifirocket*4', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8874, '10471', 590, 'rare_colourable_parasol*4', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8875, '10472', 745, 'rare_r19_car1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8876, '10473', 204, 'clothing_topbuttonshirt', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8877, '10474', 206, 'clothing_rippedjeans2', 5, 0, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8878, '10475', 579, 'clothing_r19_scuffedboots', 0, 2500, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8879, '10476', 579, 'clothing_r19_longtwotone', 0, 2500, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8880, '10477', 425, 'band_c19_drums', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8881, '10478', 579, 'clothing_r19_punkhat', 0, 2500, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8882, '10479', 425, 'band_c19_guitar', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8883, '10480', 579, 'clothing_r19_messybangs', 0, 2500, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8884, '10481', 201, 'clothing_messycurls', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8885, '10482', 425, 'band_c19_synth', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8886, '10483', 201, 'clothing_highfade', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8887, '10484', 728, 'easter_c19_kelpie', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8888, '10485', 579, 'clothing_r19_forrestcrown', 0, 2500, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8889, '10486', 745, 'easter_ltd19_flowerthrone', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8890, '10487', 728, 'easter_c19_babyent', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8891, '10488', 728, 'easter_c19_habshirecat', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8892, '10489', 574, 'easter_r19_treeswing', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8893, '10490', 191, 'easter_c19_book4a', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8894, '10491', 385, 'easter_c19_turnipbuddies', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8895, '10492', 385, 'easter_c19_wisestone', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8896, '10493', 191, 'easter_c19_ancientbook2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8897, '10494', 728, 'clothing_ribboncurls', 0, 500, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8898, '10495', 728, 'easter_c19_earthdrago', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8899, '10496', 385, 'easter_c19_logtable', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8900, '10497', 677, 'easter_c19_book1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8901, '10498', 677, 'easter_c19_book3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8902, '10499', 202, 'clothing_archerhat', 4, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8903, '10500', 385, 'easter_c19_littlefairies', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8904, '10501', 677, 'easter_c19_book2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8905, '10502', 385, 'easter_c19_logchair', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8906, '10503', 191, 'easter_c19_book3a', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8907, '10504', 728, 'clothing_madhat', 0, 500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8908, '10505', 677, 'easter_c19_book4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8909, '10506', 191, 'easter_c19_book2a', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8910, '10507', 385, 'easter_c19_meadow', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8911, '10508', 385, 'easter_c19_dirtpath', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8912, '10509', 385, 'easter_c19_flowertea', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8913, '10510', 728, 'easter_c19_babyhippogriff', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8914, '10511', 385, 'easter_c19_mushrooms', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8915, '10512', 667, 'easter_c19_forrestegg', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8916, '10513', 728, 'easter_c19_chillgnome', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8917, '10514', 191, 'easter_c19_babykelpie2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8918, '10515', 191, 'easter_c19_babyhippogriff2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8919, '10516', 728, 'easter_c19_ent', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8920, '10517', 728, 'easter_c19_wolf', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8921, '10518', 667, 'easter_c19_ancientbook', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8922, '10519', 574, 'easter_r19_mysticalbird', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8923, '10520', 202, 'clothing_mushroomhat', 4, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8924, '10521', 203, 'clothing_petaldress', 6, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8925, '10522', 728, 'clothing_wolfmask', 0, 500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8926, '10523', 728, 'clothing_flowerponytail', 0, 500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8927, '10524', 728, 'easter_c19_busybunny', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8928, '10525', 385, 'easter_c19_forrestfood', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8929, '10526', 385, 'easter_c19_springtree', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8930, '10527', 191, 'easter_c19_book1a', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8931, '10528', 728, 'easter_c19_waterdrago', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8932, '10529', 728, 'easter_c19_babykelpie', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8933, '10530', 728, 'easter_c19_habelina', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8934, '10531', 191, 'easter_c19_babyent2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8935, '10532', 728, 'easter_c19_woodlandcritters', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8936, '10533', 579, 'clothing_r19_fox', 0, 2500, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8937, '10534', 191, 'easter_c19_forrestegg2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8938, '10535', 728, 'easter_c19_lilredbonnie', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8939, '10536', 385, 'easter_c19_magicringtele', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8940, '10537', 728, 'easter_c19_hippogriff', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8941, '10538', 728, 'easter_c19_fairyprince', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8942, '10539', 201, 'clothing_leafhair', 6, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8943, '10540', 385, 'easter_c19_forrestfloor', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8944, '10541', 728, 'easter_c19_bearowl', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8945, '10542', 385, 'easter_c19_flowerlamp', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8946, '10543', 664, 'bonusbag19_1', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8947, '10544', 661, 'bonusrare19_1*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8948, '10545', 661, 'bonusrare19_1*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8949, '10546', 661, 'bonusrare19_1*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8950, '10547', 661, 'bonusrare19_1*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8951, '10548', 661, 'bonusrare19_1*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8952, '10549', 661, 'bonusrare19_1*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8953, '10550', 579, 'clothing_r19_comedymask', 0, 2500, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8954, '10551', 734, 'greek_c19_scrolls1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8955, '10552', 432, 'greek_c19_table', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8956, '10553', 432, 'greek_c19_vase2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8957, '10554', 432, 'greek_c19_scrolls2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8958, '10555', 734, 'greek_c19_harp2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8959, '10556', 579, 'clothing_r19_tragedymask', 0, 2500, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8960, '10557', 734, 'greek_c19_fruitbowl', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8961, '10558', 734, 'greek_c19_harp', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8962, '10559', 734, 'greek_c19_pythagorascup', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8963, '10560', 579, 'clothing_r19_minotaurhorns', 0, 2500, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8964, '10561', 574, 'greek_r19_tiledbath', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8965, '10562', 432, 'greek_c19_shield2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8966, '10563', 734, 'greek_c19_vase1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8967, '10564', 432, 'greek_c19_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8968, '10565', 579, 'clothing_r19_medusa', 0, 2500, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8969, '10566', 574, 'greek_r19_chariot', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8970, '10567', 432, 'greek_c19_statue', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8971, '10568', 734, 'greek_c19_shield1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8972, '10569', 432, 'greek_ltd19_harp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8973, '10570', 574, 'greek_r19_luxbed', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8974, '10571', 432, 'greek_c19_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8975, '10572', 213, 'booster_c19_box1', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8976, '10573', 213, 'booster_c19_box2', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8977, '10574', 525, 'fest_c19_parasol1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8978, '10575', 676, 'fest_c19_stool3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8979, '10576', 525, 'fest_c19_loverstent', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8980, '10577', 525, 'fest_c19_bobbatea', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8981, '10578', 525, 'fest_ltd19_alpaca', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8982, '10579', 525, 'fest_c19_ticketstall', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8983, '10580', 676, 'fest_c19_parasol3', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8984, '10581', 676, 'clothing_bohogems', 6, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8985, '10582', 705, 'fest_c19_materials', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8986, '10583', 676, 'clothing_bohoheadgems', 6, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8987, '10584', 204, 'clothing_plungebikini', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8988, '10585', 525, 'fest_c19_falafelstall', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8989, '10586', 525, 'fest_c19_pole', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8990, '10587', 676, 'fest_c19_skull3', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8991, '10588', 201, 'clothing_flowerbeard', 2, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8992, '10589', 525, 'fest_c19_coalicecream', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8993, '10590', 201, 'clothing_dreadlockstied', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8994, '10591', 676, 'fest_c19_cushion3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8995, '10592', 525, 'fest_c19_hangingdecor', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8996, '10593', 579, 'clothing_r19_rainbowhair', 0, 2500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8997, '10594', 676, 'clothing_bohotunic', 5, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (8998, '10595', 525, 'fest_c19_backdrop1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (8999, '10596', 705, 'fest_c19_dye1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9000, '10597', 705, 'fest_c19_dye2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9001, '10598', 676, 'fest_c19_cushion2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9002, '10599', 310, 'clothing_waistbag', 6, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9003, '10600', 703, 'fest_c19_bprint1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9004, '10601', 525, 'fest_c19_dreamcatcher', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9005, '10602', 525, 'fest_c19_bongos', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9006, '10603', 574, 'fest_r19_gemowl', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9007, '10604', 201, 'clothing_grandetail', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9008, '10605', 525, 'fest_c19_dj', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9009, '10606', 703, 'fest_c19_bprint4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9010, '10607', 672, 'fest_c19_skull5', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9011, '10608', 672, 'fest_c19_skull4', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9012, '10609', 676, 'fest_c19_parasol2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9013, '10610', 672, 'fest_c19_skull2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9014, '10611', 676, 'clothing_bohobackpack', 6, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9015, '10612', 525, 'fest_c19_brazier', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9016, '10613', 204, 'clothing_flowingshirt', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9017, '10614', 703, 'fest_c19_bprint3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9018, '10615', 579, 'clothing_r19_rainbowshades', 0, 2500, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9019, '10616', 525, 'fest_c19_lamp', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9020, '10617', 525, 'fest_c19_palm', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9021, '10618', 676, 'clothing_bohovest', 5, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9022, '10619', 676, 'clothing_bohotiara', 6, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9023, '10620', 574, 'fest_r19_ladygaia', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9024, '10621', 525, 'fest_c19_stool1', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9025, '10622', 525, 'fest_c19_hipdog', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9026, '10623', 676, 'fest_c19_backdrop2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9027, '10624', 525, 'fest_c19_amp', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9028, '10625', 525, 'fest_c19_didgeridoo', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9029, '10626', 183, 'fest_c19_bprintcrackable', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9030, '10627', 672, 'fest_c19_skull1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9031, '10628', 676, 'clothing_ruggedbackpack', 6, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9032, '10629', 676, 'clothing_bohopaint', 6, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9033, '10630', 310, 'clothing_bohobag', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9034, '10631', 676, 'fest_c19_backdrop3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9035, '10632', 672, 'fest_c19_skull6', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9036, '10633', 525, 'fest_c19_sitar', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9037, '10634', 678, 'fest_c19_craft', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9038, '10635', 676, 'fest_c19_stool2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9039, '10636', 703, 'fest_c19_bprint2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9040, '10637', 525, 'fest_c19_stage', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9041, '10638', 525, 'fest_c19_cushion1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9042, '10639', 525, 'fest_c19_flags', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9043, '10640', 418, 'pastel_c19_plushie3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9044, '10641', 418, 'pastel_c19_stool', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9045, '10642', 418, 'pastel_c19_cupcake', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9046, '10643', 418, 'pastel_c19_bedsidetable', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9047, '10644', 418, 'pastel_c19_stardeco', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9048, '10645', 579, 'clothing_r19_rainbowstarjumper', 0, 2500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9049, '10646', 418, 'pastel_c19_sofa', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9050, '10647', 418, 'pastel_c19_cupboard', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9051, '10648', 418, 'pastel_c19_unicornposter', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9052, '10649', 418, 'pastel_c19_lamp', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9053, '10650', 418, 'pastel_c19_shootingstar', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9054, '10651', 418, 'pastel_c19_carpet', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9055, '10652', 418, 'pastel_c19_lights', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9056, '10653', 418, 'pastel_c19_table', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9057, '10654', 418, 'pastel_c19_plushie1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9058, '10655', 418, 'pastel_c19_starlights', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9059, '10656', 418, 'pastel_c19_wall', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9060, '10657', 418, 'pastel_c19_cubeseat', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9061, '10658', 418, 'pastel_c19_plushiepile', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9062, '10659', 418, 'pastel_c19_floor', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9063, '10660', 418, 'pastel_c19_plushie2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9064, '10661', 418, 'pastel_c19_bed', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9065, '10662', 307, 'CF_350_sceptre', 350, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9066, '10663', 491, 'diamond_painting39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9067, '10664', 191, 'fest_c19_bprintcrackableb', 4, 0, 0, 1, 0, 0, 339, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9068, '10665', 664, 'bonusbag19_2', 7, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9069, '10666', 661, 'bonusrare19_2*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9070, '10667', 661, 'bonusrare19_2*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9071, '10668', 661, 'bonusrare19_2*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9072, '10669', 661, 'bonusrare19_2*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9073, '10670', 661, 'bonusrare19_2*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9074, '10671', 661, 'bonusrare19_2*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9075, '10672', 673, 'rainbow_r19_pineapplefloat', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9076, '10673', 430, 'rainbow_c19_table', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9077, '10674', 745, 'rainbow_ltd19_parasol', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9078, '10675', 430, 'rainbow_c19_rug', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9079, '10676', 430, 'rainbow_c19_chair', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9080, '10677', 430, 'rainbow_c19_lights', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9081, '10678', 430, 'rainbow_c19_bed', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9082, '10679', 673, 'rainbow_r19_peacockfloat', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9083, '10680', 673, 'rainbow_r19_rainbowfloat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9084, '10681', 673, 'rainbow_r19_flamingofloat', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9085, '10682', 433, 'celestial_c19_wardrobe', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9086, '10683', 433, 'celestial_c19_starshower', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9087, '10684', 433, 'celestial_c19_dresser', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9088, '10685', 433, 'celestial_c19_moonbed', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9089, '10686', 433, 'celestial_c19_spacebun', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9090, '10687', 433, 'celestial_c19_rug', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9091, '10688', 433, 'celestial_c19_planet', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9092, '10689', 433, 'celestial_c19_tree', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9093, '10690', 433, 'celestial_c19_aurora', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9094, '10691', 433, 'celestial_c19_flower', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9095, '10692', 433, 'celestial_c19_table', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9096, '10693', 433, 'celestial_c19_starchair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9097, '10694', 433, 'celestial_c19_floor', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9098, '10695', 579, 'clothing_r19_celestialdress', 0, 2500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9099, '10696', 204, 'clothing_zebratop', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9100, '10697', 636, 'clothing_nt_zebratop', 0, 25, 0, 1, 0, 0, 340, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9101, '10698', 204, 'clothing_croppedjumper', 5, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9102, '10699', 207, 'clothing_layeredlongskirt', 5, 0, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9103, '10700', 430, 'rainbow_c19_flags', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9104, '10701', 201, 'clothing_longmohawk', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9105, '10702', 435, 'suncity_c19_botshop', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9106, '10703', 435, 'suncity_c19_jellyfood', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9107, '10704', 435, 'suncity_c19_building', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9108, '10705', 435, 'suncity_c19_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9109, '10706', 435, 'suncity_c19_waterway', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9110, '10707', 435, 'suncity_c19_divider', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9111, '10708', 201, 'clothing_shortcut', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9112, '10709', 205, 'clothing_loosekimono', 5, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9113, '10710', 435, 'suncity_c19_flora', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9114, '10711', 435, 'suncity_c19_glass', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9115, '10712', 435, 'suncity_c19_plantpillar', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9116, '10713', 435, 'suncity_c19_awning', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9117, '10714', 203, 'clothing_gardenapron', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9118, '10715', 745, 'suncity_ltd19_duckpond', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9119, '10716', 676, 'suncity_c19_clock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9120, '10717', 676, 'suncity_c19_lamp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9121, '10718', 636, 'clothing_nt_flowytop', 0, 25, 0, 1, 0, 0, 341, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9122, '10719', 676, 'clothing_butterflymask', 6, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9123, '10720', 435, 'suncity_c19_plastic', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9124, '10721', 435, 'suncity_c19_munchling', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9125, '10722', 435, 'suncity_c19_balcony', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9126, '10723', 435, 'suncity_c19_solarpanel', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9127, '10724', 579, 'clothing_r19_butterflydress', 0, 2500, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9128, '10725', 716, 'suncity_r19_biosphere', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9129, '10726', 435, 'suncity_c19_floor', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9130, '10727', 676, 'clothing_leafmask', 6, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9131, '10728', 676, 'clothing_gogglehat', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9132, '10729', 435, 'suncity_c19_paper', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9133, '10730', 435, 'suncity_c19_tree', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9134, '10731', 204, 'clothing_flowytop', 5, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9135, '10732', 678, 'suncity_c19_trashboy', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9136, '10733', 676, 'suncity_c19_biokit', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9137, '10734', 310, 'clothing_leafearrings', 6, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9138, '10735', 435, 'suncity_c19_glasswall', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9139, '10736', 435, 'suncity_c19_gazebo', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9140, '10737', 579, 'clothing_r19_featheredcowl', 0, 2500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9141, '10738', 435, 'suncity_c19_wateroutlet', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9142, '10739', 676, 'clothing_floralbag', 6, 0, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9143, '10740', 435, 'suncity_c19_streetlight', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9144, '10741', 716, 'suncity_r19_glassfountain', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9145, '10742', 435, 'suncity_c19_minibridge', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9146, '10743', 435, 'suncity_c19_waterwaycrnr', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9147, '10744', 435, 'suncity_c19_table', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9148, '10745', 202, 'clothing_sprout', 4, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9149, '10746', 435, 'suncity_c19_perfumeshop', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9150, '10747', 676, 'suncity_c19_vase', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9151, '10748', 636, 'clothing_nt_loosekimono', 0, 25, 0, 1, 0, 0, 342, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9152, '10749', 636, 'clothing_nt_shortcut', 0, 25, 0, 1, 0, 0, 343, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9153, '10750', 636, 'clothing_nt_sprout', 0, 25, 0, 1, 0, 0, 344, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9154, '10751', 636, 'clothing_nt_leafearrings', 0, 25, 0, 1, 0, 0, 345, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9155, '10752', 636, 'clothing_nt_gardenapron', 0, 25, 0, 1, 0, 0, 346, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9156, '10753', 518, 'rainyday_c19_lamp', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9157, '10754', 518, 'rainyday_c19_beanbag', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9158, '10755', 518, 'rainyday_c19_pillowfort', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9159, '10756', 518, 'rainyday_c19_rainwindows', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9160, '10757', 589, 'clothing_halftiedhair', 0, 75, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9161, '10758', 579, 'clothing_r19_raincoat', 0, 2500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9162, '10759', 518, 'rainyday_c19_boardgames', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9163, '10760', 579, 'clothing_r19_teddygown', 0, 2500, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9164, '10761', 589, 'clothing_bookbag', 0, 75, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9165, '10762', 518, 'rainyday_c19_tartanseat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9166, '10763', 518, 'rainyday_c19_rugblanket', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9167, '10764', 518, 'rainyday_c19_cocoa', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9168, '10765', 574, 'rainyday_r19_rainbear', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9169, '10766', 574, 'rainyday_r19_fluffbun', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9170, '10767', 519, 'market_c19_drygoods', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9171, '10768', 519, 'market_c19_trolley', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9172, '10769', 519, 'market_c19_icecreamfreezer', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9173, '10770', 519, 'market_c19_deli1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9174, '10771', 519, 'market_c19_icecreamtubs', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9175, '10772', 519, 'market_c19_stationary', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9176, '10773', 519, 'market_c19_selfcheckout', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9177, '10774', 519, 'market_c19_spill', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9178, '10775', 519, 'market_c19_meat', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9179, '10776', 519, 'market_c19_floor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9180, '10777', 519, 'market_c19_vegfruit', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9181, '10778', 519, 'market_c19_deli2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9182, '10779', 519, 'market_c19_banner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9183, '10780', 519, 'market_c19_dairyfridge', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9184, '10781', 519, 'market_c19_basket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9185, '10782', 519, 'market_c19_antitheftalarm', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9186, '10783', 519, 'market_c19_dvds', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9187, '10784', 519, 'market_c19_checkoutdesk', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9188, '10785', 519, 'market_c19_signboard', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9189, '10786', 521, 'hween_c19_autumnfloor', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9190, '10787', 722, 'hween_c19_tarot', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9191, '10788', 521, 'hween_c19_crookedfloor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9192, '10789', 521, 'hween_c19_bewitchedcauldron', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9193, '10790', 579, 'clothing_r19_warlocks', 0, 2500, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9194, '10791', 677, 'hween_c19_herbs', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9195, '10792', 579, 'clothing_r19_longlonghair', 0, 2500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9196, '10793', 521, 'hween_c19_stonewall', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9197, '10794', 521, 'hween_c19_pumpkinpatch', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9198, '10795', 521, 'hween_c19_bewitchedchair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9199, '10796', 521, 'hween_c19_bewitchedbed', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9200, '10797', 521, 'hween_c19_bewitchedtable', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9201, '10798', 677, 'hween_c19_crystal', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9202, '10799', 521, 'hween_c19_roofcorner', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9203, '10800', 666, 'hween_c19_witchsatchel', 7, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9204, '10801', 676, 'hween_c19_flameon', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9205, '10802', 636, 'clothing_nt_possessedeyes', 0, 25, 0, 1, 0, 0, 347, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9206, '10803', 521, 'hween_c19_angleroof', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9207, '10804', 579, 'clothing_r19_demonwings', 0, 2500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9208, '10805', 521, 'hween_c19_birchtree', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9209, '10806', 676, 'hween_c19_firechild', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9210, '10807', 521, 'hween_c19_bigroof', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9211, '10808', 678, 'hween_c19_witchcraft', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9212, '10809', 521, 'hween_c19_claddedwall', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9213, '10810', 589, 'clothing_possessedeyes', 0, 75, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9214, '10811', 636, 'clothing_nt_witchrobes', 0, 25, 0, 1, 0, 0, 348, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9215, '10812', 677, 'hween_c19_bewitchedskull', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9216, '10813', 745, 'hween_ltd19_skullthrone', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9217, '10814', 521, 'hween_c19_archway', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9218, '10815', 574, 'hween_r19_weepingwillow', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9219, '10816', 521, 'hween_c19_smallroof', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9220, '10817', 676, 'hween_c19_darkwerewolf', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9221, '10818', 574, 'hween_r19_witchfamiliar', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9222, '10819', 521, 'hween_c19_fireplace', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9223, '10820', 589, 'clothing_witchhat2', 0, 75, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9224, '10821', 589, 'clothing_witchrobes', 0, 1500, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9225, '10822', 676, 'hween_c19_spiritowl', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9226, '10823', 521, 'hween_c19_steeproof', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9227, '10824', 677, 'hween_c19_potions', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9228, '10825', 677, 'hween_c19_feathers', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9229, '10826', 677, 'hween_c19_crystalball', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9230, '10827', 636, 'clothing_nt_witchhat2', 0, 25, 0, 1, 0, 0, 349, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9231, '10828', 676, 'hween_c19_slimeblob', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9232, '10829', 677, 'hween_c19_bewitchedcandles', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9233, '10830', 521, 'hween_c19_witchsatchel2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9234, '10831', 521, 'hween_c19_broomstaffstand', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9235, '10832', 307, 'CF_250_Hucci', 250, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9236, '10833', 664, 'bonusbag19_3', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9237, '10834', 661, 'bonusrare19_3*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9238, '10835', 661, 'bonusrare19_3*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9239, '10836', 661, 'bonusrare19_3*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9240, '10837', 661, 'bonusrare19_3*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9241, '10838', 661, 'bonusrare19_3*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9242, '10839', 661, 'bonusrare19_3*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9243, '10840', 683, 'mutearea_sign2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9244, '10841', 589, 'clothing_habpods', 0, 75, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9245, '10842', 636, 'clothing_nt_shortscarf', 0, 25, 0, 1, 0, 0, 350, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9246, '10843', 636, 'clothing_nt_habpods', 0, 25, 0, 1, 0, 0, 351, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9247, '10844', 636, 'clothing_nt_flaredtrench', 0, 25, 0, 1, 0, 0, 352, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9248, '10845', 589, 'clothing_microbag', 0, 75, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9249, '10846', 589, 'clothing_hitchedjumper', 0, 75, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9250, '10847', 636, 'clothing_nt_hitchedjumper', 0, 25, 0, 1, 0, 0, 353, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9251, '10848', 574, 'autumn_r19_maplebonsai', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9252, '10849', 589, 'clothing_shortscarf', 0, 75, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9253, '10850', 636, 'clothing_nt_microbag', 0, 25, 0, 1, 0, 0, 354, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9254, '10851', 589, 'clothing_flaredtrench', 0, 75, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9255, '10852', 326, 'wintercabin_c19_window', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9256, '10853', 326, 'wintercabin_c19_floor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9257, '10854', 326, 'wintercabin_c19_sofa', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9258, '10855', 326, 'wintercabin_c19_fence', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9259, '10856', 326, 'wintercabin_c19_cabintable', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9260, '10857', 326, 'wintercabin_c19_stairs', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9261, '10858', 326, 'wintercabin_c19_antlerlight', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9262, '10859', 326, 'wintercabin_c19_corner', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9263, '10860', 326, 'wintercabin_c19_stage', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9264, '10861', 326, 'wintercabin_c19_fireplace', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9265, '10862', 326, 'wintercabin_c19_lamp', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9266, '10863', 326, 'wintercabin_c19_cabinrug', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9267, '10864', 326, 'wintercabin_c19_glasstable', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9268, '10865', 326, 'wintercabin_c19_items', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9269, '10866', 326, 'wintercabin_c19_wall', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9270, '10867', 326, 'wintercabin_c19_drawers', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9271, '10868', 326, 'wintercabin_c19_cabinchair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9272, '10869', 326, 'wintercabin_c19_bed', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9273, '10870', 589, 'clothing_leatherhoodie', 0, 75, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9274, '10871', 636, 'clothing_nt_shortfluffy', 0, 25, 0, 1, 0, 0, 355, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9275, '10872', 589, 'clothing_wavy3', 0, 75, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9276, '10873', 579, 'clothing_r19_autumndress', 0, 2500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9277, '10874', 636, 'clothing_nt_leatherhoodie', 0, 25, 0, 1, 0, 0, 356, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9278, '10875', 579, 'clothing_r19_autumnhairpiece', 0, 2500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9279, '10876', 636, 'clothing_nt_wavy3', 0, 25, 0, 1, 0, 0, 357, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9280, '10877', 589, 'clothing_shortfluffy', 0, 75, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9281, '10878', 579, 'clothing_r19_puppyacc', 0, 2500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9282, '10879', 307, 'CF_500_orb', 500, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9283, '10880', 325, 'xmas_c19_balcony', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9284, '10881', 325, 'xmas_c19_jarofgold', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9285, '10882', 325, 'xmas_c19_terrierplushie', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9286, '10883', 325, 'xmas_c19_icicles', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9287, '10884', 677, 'xmas_c19_angelfigure', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9288, '10885', 325, 'xmas_c19_hamsterplushie', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9289, '10886', 745, 'xmas_ltd19_icethrone', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9290, '10887', 325, 'xmas_c19_snowsprites', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9291, '10888', 589, 'clothing_pompombag', 0, 75, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9292, '10889', 579, 'clothing_r19_elisa', 0, 2500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9293, '10890', 325, 'xmas_c19_box4b', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9294, '10891', 636, 'clothing_nt_pompombag', 0, 25, 0, 1, 0, 0, 358, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9295, '10892', 325, 'xmas_c19_box1b', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9296, '10893', 325, 'xmas_c19_elfguard', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9297, '10894', 325, 'xmas_c19_crystalfloor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9298, '10895', 636, 'clothing_nt_frostedbeard', 0, 25, 0, 1, 0, 0, 359, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9299, '10896', 325, 'xmas_c19_elffairy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9300, '10897', 676, 'xmas_c19_reindeerfigure2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9301, '10898', 325, 'xmas_c19_box6b', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9302, '10899', 325, 'xmas_c19_box5b', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9303, '10900', 325, 'xmas_c19_curtain', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9304, '10901', 729, 'xmas_c19_box3', 7, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9305, '10902', 677, 'xmas_c19_robinfigure', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9306, '10903', 589, 'clothing_snowmansuit', 15, 10, 5, 1, 0, 0, 7, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9307, '10904', 636, 'clothing_nt_bearmuffs', 0, 25, 0, 1, 0, 0, 360, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9308, '10905', 589, 'clothing_frostedbeard', 0, 75, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9309, '10906', 325, 'xmas_c19_icetree', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9310, '10907', 677, 'xmas_c19_reindeerfigure', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9311, '10908', 574, 'xmas_r19_crystalharp', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9312, '10909', 325, 'xmas_c19_archwall', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9313, '10910', 325, 'xmas_c19_furbanner', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9314, '10911', 678, 'xmas_c19_snowcraft', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9315, '10912', 729, 'clothing_nordicscarf', 0, 75, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9316, '10913', 325, 'xmas_c19_crystaltable', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9317, '10914', 325, 'xmas_c19_catplushie', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9318, '10915', 676, 'xmas_c19_dragonfigure2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9319, '10916', 729, 'xmas_c19_box2', 7, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9320, '10917', 325, 'xmas_c19_elfeskimo', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9321, '10918', 325, 'xmas_c19_lamp', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9322, '10919', 589, 'clothing_pompomhat', 0, 75, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9323, '10920', 325, 'xmas_c19_stackedicedrinks', 10, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9324, '10921', 325, 'xmas_c19_pugplushie', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9325, '10922', 579, 'clothing_r19_frosted', 0, 2500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9326, '10923', 574, 'xmas_r19_crystalfountain', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9327, '10924', 325, 'xmas_c19_crystalchair', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9328, '10925', 589, 'clothing_bearmuffs', 0, 75, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9329, '10926', 325, 'xmas_c19_box3b', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9330, '10927', 325, 'xmas_c19_windowwall', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9331, '10928', 729, 'xmas_c19_box6', 7, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9332, '10929', 676, 'xmas_c19_unicornfigure2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9333, '10930', 677, 'xmas_c19_dragonfigure', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9334, '10931', 729, 'xmas_c19_box4', 7, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9335, '10932', 636, 'clothing_nt_pompomhat', 0, 25, 0, 1, 0, 0, 361, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9336, '10933', 676, 'xmas_c19_robinfigure2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9337, '10934', 676, 'xmas_c19_angelfigure2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9338, '10935', 325, 'xmas_c19_iceshards', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9339, '10936', 729, 'xmas_c19_box5', 7, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9340, '10937', 325, 'xmas_c19_elfmage', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9341, '10938', 325, 'xmas_c19_chandelier', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9342, '10939', 325, 'xmas_c19_box2b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9343, '10940', 677, 'xmas_c19_unicornfigure', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9344, '10941', 325, 'xmas_c19_icefood', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9345, '10942', 636, 'clothing_nt_snowmansuit', 0, 25, 0, 1, 0, 0, 362, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9346, '10943', 669, 'xmas_c19_box1', 7, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9347, '10944', 589, 'clothing_icecrown', 0, 75, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
+INSERT INTO `catalog_items` VALUES (9348, '10945', 661, 'bonusrare19_4*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9349, '10946', 661, 'bonusrare19_4*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9350, '10947', 661, 'bonusrare19_4*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9351, '10948', 661, 'bonusrare19_4*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9352, '10949', 661, 'bonusrare19_4*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9353, '10950', 661, 'bonusrare19_4*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9354, '10951', 664, 'bonusbag19_4', 7, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9355, '10952', 591, 'rare_prize19_xmas', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9356, '10953', 501, 'shome_keys', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9357, '10954', 501, 'shome_hamster', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9358, '10955', 585, 'clothing_goldpack4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9359, '10956', 687, 'clothing_r20_galaxybackpack', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9360, '10957', 570, 'clothing_heartnecklace', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9361, '10958', 687, 'clothing_r20_kittyearphones', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9362, '10959', 590, 'china_goldenrat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9363, '10960', 302, 'china_rat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9364, '10961', 570, 'clothing_rat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9365, '10962', 688, 'clothing_r19_sparklywaist5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9366, '10963', 688, 'clothing_r19_sparklywaist6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9367, '10964', 688, 'clothing_r19_sparklywaist7', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9368, '10965', 688, 'clothing_r19_sparklywaist8', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9369, '10966', 688, 'clothing_r19_sparklywaist2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9370, '10967', 688, 'clothing_r19_sparklywaist3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9371, '10968', 688, 'clothing_r19_sparklywaist1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9372, '10969', 688, 'clothing_r19_sparklywaist4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9373, '10970', 668, 'ny_r19_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9374, '10971', 689, 'hc20_9', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9375, '10972', 689, 'hc20_8', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9376, '10973', 689, 'hc20_4', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9377, '10974', 689, 'hc20_2', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9378, '10975', 689, 'hc20_12', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9379, '10976', 689, 'hc20_3', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9380, '10977', 689, 'hc20_7', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9381, '10978', 689, 'hc20_10', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9382, '10979', 689, 'hc20_11', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9383, '10980', 689, 'hc20_5', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9384, '10981', 689, 'hc20_6', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9385, '10982', 689, 'hc20_1', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9386, '10983', 307, 'CF_750_minihabberge', 750, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9387, '10984', 690, 'rare_prize20*0', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9388, '10985', 690, 'rare_prize20*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9389, '10986', 690, 'rare_prize20*10', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9390, '10987', 690, 'rare_prize20*11', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9391, '10988', 690, 'rare_prize20*12', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9392, '10989', 690, 'rare_prize20*13', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9393, '10990', 690, 'rare_prize20*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9394, '10991', 690, 'rare_prize20*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9395, '10992', 690, 'rare_prize20*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9396, '10993', 690, 'rare_prize20*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9397, '10994', 690, 'rare_prize20*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9398, '10995', 690, 'rare_prize20*7', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9399, '10996', 690, 'rare_prize20*8', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9400, '10997', 690, 'rare_prize20*9', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9401, '10998', 691, 'rare_r20_wardrobe', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9402, '10999', 687, 'clothing_r20_quinn', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9403, '11000', 691, 'rare_r20_balloonchair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9404, '11001', 692, 'val_c20_cakestand', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9405, '11002', 692, 'val_c20_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9406, '11003', 692, 'val_c20_lights', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9407, '11004', 692, 'val_c20_floor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9408, '11005', 692, 'val_c20_blackboard', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9409, '11006', 692, 'val_c20_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9410, '11007', 692, 'val_c20_tablecounter', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9411, '11008', 570, 'clothing_chocochefoutfit', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9412, '11009', 692, 'val_c20_cakedisplay', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9413, '11010', 692, 'val_c20_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9414, '11011', 692, 'val_c20_cake', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9415, '11012', 687, 'clothing_r20_tattoo', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9416, '11013', 692, 'val_c20_chocgift', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9417, '11014', 692, 'val_c20_chocfountain', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9418, '11015', 692, 'val_c20_table', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9419, '11016', 692, 'val_c20_seats', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9420, '11017', 664, 'bonusbag20_1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9421, '11018', 693, 'bonusrare20_1a*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9422, '11019', 693, 'bonusrare20_1a*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9423, '11020', 693, 'bonusrare20_1a*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9424, '11021', 693, 'bonusrare20_1a*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9425, '11022', 693, 'bonusrare20_1a*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9426, '11023', 693, 'bonusrare20_1a*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9427, '11024', 693, 'bonusrare20_2*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9428, '11025', 693, 'bonusrare20_2*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9429, '11026', 693, 'bonusrare20_2*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9430, '11027', 693, 'bonusrare20_2*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9431, '11028', 693, 'bonusrare20_2*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9432, '11029', 693, 'bonusrare20_2*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9433, '11030', 664, 'bonusbag20_3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9434, '11031', 693, 'bonusrare20_3*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9435, '11032', 693, 'bonusrare20_3*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9436, '11033', 693, 'bonusrare20_3*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9437, '11034', 693, 'bonusrare20_3*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9438, '11035', 693, 'bonusrare20_3*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9439, '11036', 693, 'bonusrare20_3*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9440, '11037', 693, 'bonusrare20_4*0', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9441, '11038', 693, 'bonusrare20_4*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9442, '11039', 693, 'bonusrare20_4*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9443, '11040', 693, 'bonusrare20_4*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9444, '11041', 693, 'bonusrare20_4*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9445, '11042', 693, 'bonusrare20_4*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9446, '11043', 664, 'bonusbag20_2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9447, '11044', 664, 'bonusbag20_4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9448, '11045', 691, 'rare_r20_grandebackdrop', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9449, '11046', 570, 'clothing_c20_goldheartbp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9450, '11047', 517, 'art_c20_plant', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9451, '11048', 184, 'booster_c20_box', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9452, '11049', 517, 'art_c20_rug', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9453, '11050', 633, 'booster_c20_box1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9454, '11051', 517, 'art_c20_floor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9455, '11052', 517, 'art_c20_light', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9456, '11053', 517, 'art_c20_paintings', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9457, '11054', 633, 'art_c20_gold4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9458, '11055', 517, 'art_c20_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9459, '11056', 633, 'art_c20_pillow', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9460, '11057', 517, 'art_c20_bin', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9461, '11058', 633, 'art_c20_gold1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9462, '11059', 570, 'clothing_c20_heartbackpack', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9463, '11060', 517, 'art_c20_drawingtablet', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9464, '11061', 633, 'art_c20_gold2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9465, '11062', 633, 'art_c20_chair2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9466, '11063', 517, 'art_c20_desk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9467, '11064', 517, 'art_c20_shelves', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9468, '11065', 633, 'art_c20_chair4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9469, '11066', 517, 'art_c20_canvas', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9470, '11067', 633, 'art_c20_gold5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9471, '11068', 517, 'art_c20_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9472, '11069', 633, 'art_c20_chair1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9473, '11070', 633, 'art_c20_clock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9474, '11071', 517, 'art_c20_clotheshanger', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9475, '11072', 517, 'art_c20_rolledpaper', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9476, '11073', 633, 'art_c20_gold3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9477, '11074', 517, 'art_c20_artstool', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9478, '11075', 517, 'art_c20_easel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9479, '11076', 633, 'art_c20_chair3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9480, '11077', 517, 'art_c20_coffeetable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9481, '11078', 517, 'art_c20_caddy', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9482, '11079', 226, 'easter_c20_heather', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9483, '11080', 691, 'easter_r20_mountaingoat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9484, '11081', 667, 'easter_c20_darkrock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9485, '11082', 570, 'clothing_mysticrobes', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9486, '11083', 633, 'easter_c20_darkprize4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9487, '11084', 226, 'easter_c20_scatteredforestfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9488, '11085', 226, 'easter_c20_fishingpole', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9489, '11086', 636, 'clothing_nt_yogatop', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9490, '11087', 636, 'clothing_nt_campingbackpack', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9491, '11088', 226, 'easter_c20_stickteepee', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9492, '11089', 633, 'easter_c20_ancientbird', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9493, '11090', 570, 'clothing_explorersash', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9494, '11091', 226, 'easter_c20_rockboulders', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9495, '11092', 687, 'clothing_r20_bunnyoutfit', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9496, '11093', 633, 'easter_c20_darkprize2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9497, '11094', 570, 'clothing_puffyvest', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9498, '11095', 226, 'easter_c20_mountainslopes', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9499, '11096', 746, 'easter_ltd20_fortuneduck', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9500, '11097', 691, 'easter_r20_mystictree', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9501, '11098', 226, 'easter_c20_campingessentials', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9502, '11099', 570, 'clothing_binoculars', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9503, '11100', 226, 'easter_c20_ornamentalrocks', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9504, '11101', 226, 'easter_c20_picnicfood', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9505, '11102', 570, 'clothing_campingbackpack', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9506, '11103', 226, 'easter_c20_mountainflats', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9507, '11104', 633, 'easter_c20_darkprize3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9508, '11105', 633, 'easter_c20_darkprize1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9509, '11106', 570, 'clothing_yogatop', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9510, '11107', 636, 'clothing_nt_puffyvest', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9511, '11108', 636, 'clothing_nt_sportshair', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9512, '11109', 226, 'easter_c20_camprug', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9513, '11110', 226, 'easter_c20_mossydivider', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9514, '11111', 226, 'easter_c20_firstaidkit', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9515, '11112', 570, 'clothing_sportshair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9516, '11113', 226, 'easter_c20_logwalk', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9517, '11114', 570, 'clothing_mysticcrown', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9518, '11115', 570, 'clothing_yogapants', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9519, '11116', 633, 'easter_c20_ancienthorse', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9520, '11117', 226, 'easter_c20_kayak', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9521, '11118', 687, 'clothing_r20_ponytailcap', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9522, '11119', 636, 'clothing_nt_yogapants', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9523, '11120', 633, 'easter_c20_lightprize3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9524, '11121', 226, 'easter_c20_climbingropetele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9525, '11122', 636, 'clothing_nt_sportsshade', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9526, '11123', 636, 'clothing_nt_binoculars', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9527, '11124', 633, 'easter_c20_lightprize2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9528, '11125', 226, 'easter_c20_forestfriends', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9529, '11126', 667, 'easter_c20_lightrock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9530, '11127', 633, 'easter_c20_clayrelic', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9531, '11128', 226, 'easter_c20_fishstream', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9532, '11129', 570, 'clothing_rainbowegg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9533, '11130', 633, 'easter_c20_jadeguardian', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9534, '11131', 226, 'easter_c20_heatherrock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9535, '11132', 633, 'easter_c20_ancientstatue', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9536, '11133', 570, 'clothing_sportsshade', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9537, '11134', 633, 'easter_c20_lightprize4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9538, '11135', 633, 'easter_c20_lightprize1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9539, '11136', 226, 'easter_c20_waypointrocks', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9540, '11137', 226, 'easter_c20_energyfood', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9541, '11138', 633, 'easter_c20_zenmaster', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9542, '11139', 636, 'clothing_nt_explorersash', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9543, '11140', 226, 'easter_c20_foresttree', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9544, '11141', 226, 'easter_c20_rapids', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9545, '11142', 735, 'easter_c20_lightrock1', 4, 0, 0, 1, 0, 0, 363, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9546, '11143', 735, 'easter_c20_darkrock1', 4, 0, 0, 1, 0, 0, 364, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9547, '11144', 691, 'rare_r20_corgi', 4, 0, 0, 1, 0, 0, 365, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9548, '11145', 691, 'rare_r20_marimo', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9549, '11146', 691, 'rare_r20_treehouse', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9550, '11147', 735, 'spa_c20_bbrose', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9551, '11148', 186, 'spa_c20_crackable1A', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9552, '11149', 570, 'clothing_towelwraphalf', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9553, '11150', 191, 'spa_c20_crackable1B', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9554, '11151', 570, 'clothing_eyemask', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9555, '11152', 570, 'clothing_maskmint', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9556, '11153', 735, 'spa_c20_bbmint', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9557, '11154', 735, 'spa_c20_bbcharcoal', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9558, '11155', 570, 'clothing_towelhair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9559, '11156', 570, 'clothing_eyetomato', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9560, '11157', 570, 'clothing_maskrose', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9561, '11158', 570, 'clothing_eyecucumber', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9562, '11159', 735, 'spa_c20_lavendersalt', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9563, '11160', 570, 'clothing_towelwrapfull', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9564, '11161', 570, 'clothing_maskcitrus', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9565, '11162', 735, 'spa_c20_bbcitrus', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9566, '11163', 735, 'spa_c20_incense', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9567, '11164', 570, 'clothing_maskcharcoal', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9568, '11165', 570, 'clothing_eyecitrus', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9569, '11166', 186, 'spa_c20_crackable2A', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9570, '11167', 570, 'clothing_eyestrawberry', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9571, '11168', 191, 'spa_c20_crackable2B', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9572, '11169', 735, 'spa_c20_bath', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9573, '11170', 307, 'CF_500_goldenbeetle', 500, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9574, '11171', 687, 'clothing_r20_monkeyfezhat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9575, '11172', 677, 'india_c20_saribp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9576, '11173', 696, 'india_c20_longpillow', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9577, '11174', 570, 'clothing_moviestarmakeup', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9578, '11175', 676, 'clothing_cobra', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9579, '11176', 691, 'india_r20_bengaltiger', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9580, '11177', 696, 'india_c20_incense', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9581, '11178', 677, 'clothing_exoticcape', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9582, '11179', 677, 'india_c20_capebp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9583, '11180', 696, 'india_c20_eleseat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9584, '11181', 696, 'india_c20_flowerbelldeco', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9585, '11182', 747, 'india_c20_dye', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9586, '11183', 676, 'clothing_headjewel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9587, '11184', 570, 'clothing_moviestarhair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9588, '11185', 676, 'clothing_grandsari', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9589, '11186', 696, 'india_c20_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9590, '11187', 676, 'clothing_grandheadjewel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9591, '11188', 696, 'india_c20_jewellerybox', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9592, '11189', 677, 'clothing_sherwani', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9593, '11190', 677, 'india_c20_sherwanibp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9594, '11191', 696, 'india_c20_light', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9595, '11192', 636, 'clothing_nt_turban', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9596, '11193', 696, 'india_c20_balconydoor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9597, '11194', 696, 'india_c20_archway', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9598, '11195', 677, 'india_c20_snakebp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9599, '11196', 696, 'india_c20_dessert', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9600, '11197', 696, 'india_c20_tiledfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9601, '11198', 570, 'clothing_turban', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9602, '11199', 747, 'india_c20_cloth', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9603, '11200', 676, 'clothing_grandsherwani', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9604, '11201', 696, 'india_c20_curries', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9605, '11202', 696, 'india_c20_palmvase', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9606, '11203', 636, 'clothing_nt_moviestarhair', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9607, '11204', 676, 'clothing_grandexoticcape', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9608, '11205', 678, 'india_c20_sewingmachine', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9609, '11206', 191, 'india_c20_blueprintb', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9610, '11207', 696, 'india_c20_eletable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9611, '11208', 691, 'india_r20_exotictent', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9612, '11209', 676, 'clothing_snake', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9613, '11210', 189, 'india_c20_blueprint', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9614, '11211', 696, 'india_c20_teaset', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9615, '11212', 677, 'india_c20_headjewelbp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9616, '11213', 636, 'clothing_nt_moviestarmakeup', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9617, '11214', 696, 'india_c20_beadbellsdeco', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9618, '11215', 676, 'clothing_sari', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9619, '11216', 687, 'clothing_r20_jewelbraidhair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9620, '11217', 746, 'india_ltd20_sultanthrone', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9621, '11218', 491, 'diamond_painting48', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9622, '11219', 491, 'diamond_painting50', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9623, '11220', 491, 'diamond_painting49', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9624, '11221', 491, 'diamond_painting47', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9625, '11222', 570, 'clothing_studentcap', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9626, '11223', 636, 'clothing_nt_studentcap', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9627, '20060', 683, 'DEAL_HC_1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9628, '20100', 429, 'Poker', 4, 0, 0, 1, 0, 0, 366, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9629, '40010', 274, 'poster 38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9630, '40020', 30, 'a0 gothicfountain', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9631, '40030', 349, 'hc_wall_lamp', 10, 1, 5, 1, 0, 0, 12, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9632, '40040', 344, 'industrialfan', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9633, '40050', 30, 'a0 torch', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9634, '40060', 445, 'a0 val_heart', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9635, '40070', 35, 'DEV wallmirror', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9636, '40080', 31, 'DEV jp_ninjastars', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9637, '40090', 280, 'DEV habw_mirror', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9638, '40100', 344, 'habbowheel', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9639, '40110', 676, 'guitar_skull', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9640, '40120', 21, 'guitar_v', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9641, '40130', 21, 'Habborella Poster 2 Life Buoy', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9642, '40140', 21, 'Habborella Poster 1 Porthole', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9643, '40150', 473, 'a0 xmas_light', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9644, '40160', 21, 'Habborella Poster 3 Anchor', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9645, '40170', 123, 'sw_swords', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9646, '40180', 123, 'sw_stone', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9647, '40190', 123, 'sw_hole', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9648, '40200', 28, 'arabian_swords', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9649, '40210', 31, 'jp_sheet3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9650, '40220', 28, 'arabian_wndw', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9651, '40230', 198, 'md_logo_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9652, '40240', 31, 'jp_sheet1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9653, '40250', 198, 'md_can', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9654, '40260', 31, 'jp_sheet2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9655, '40270', 16, 'a0 roomdimmer', 12, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9656, '40280', 408, 'tiki_surfboard', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9657, '40290', 539, 'tampax_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9658, '40300', 408, 'tiki_wallplnt', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9659, '40310', 306, 'DEV window_single_default', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9660, '40320', 306, 'DEV window_double_default', 1, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9661, '40330', 306, 'noob_window_double', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9662, '40340', 306, 'DEV window_chinese_wide', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9663, '40350', 306, 'DEV window_golden', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9664, '40360', 306, 'DEV window_square', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9665, '40370', 306, 'DEV window_romantic_narrow', 0, 150, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9666, '40380', 306, 'DEV window_chinese_narrow', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9667, '40390', 306, 'DEV window_70s_wide', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9668, '40400', 306, 'DEV window_70s_narrow', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9669, '40410', 306, 'DEV window_romantic_wide', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9670, '40420', 306, 'DEV window_basic', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9671, '40430', 543, 'ads_sunnyd', 4, 0, 0, 1, 0, 0, 47, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9672, '40440', 306, 'DEV window_grunge', 1, 225, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9673, '40450', 306, 'DEV window_triple', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9674, '40460', 306, 'window_diner2', 3, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9675, '40470', 346, 'ads_dave_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9676, '40480', 628, 'diner_walltable', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9677, '40490', 306, 'window_diner', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9678, '40500', 527, 'ads_nokia_logo', 4, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9679, '40510', 541, 'easy_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9680, '40520', 272, 'DEV window_hole', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9681, '40530', 527, 'ads_nokia_phone', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9682, '40540', 306, 'DEV window_skyscraper', 1, 150, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9683, '40560', 272, 'det_bhole', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9684, '40570', 540, 'netari_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9685, '40580', 346, 'ads_campguitar', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9686, '40590', 389, 'hween08_rad', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9687, '40600', 389, 'a0 hw_08_xray', 3, 0, 0, 1, 0, 0, 18, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9688, '40610', 389, 'hween08_wndwb', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9689, '40620', 389, 'hween08_wndw', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9690, '40630', 389, 'hween08_bio', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9691, '40640', 389, 'hween08_xray', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9692, '40650', 30, 'a0 gothicfountain 2', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9693, '40660', 33, 'party_led', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9694, '40670', 265, 'ads_cmusic', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9695, '40680', 33, 'party_wc_girl', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9696, '40690', 33, 'party_neon1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9697, '40700', 33, 'party_wc_boy', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9698, '40710', 33, 'party_shelf', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9699, '40720', 33, 'party_neon4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9700, '40730', 33, 'party_neon2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9701, '40740', 33, 'party_neon5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9702, '40750', 33, 'party_neon3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9703, '40760', 475, 'xmas08_icewall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9704, '40770', 475, 'xmas08_wallpaper', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9705, '40780', 516, 'ads_clwall2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9706, '40790', 516, 'ads_clwall3', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9707, '40800', 475, 'xmas_icewall', 3, 0, 0, 1, 0, 0, 367, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (9708, '40810', 529, 'ads_ob_wall', 4, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9709, '40820', 516, 'ads_clwall1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9710, '40830', 119, 'ads_mall_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9711, '40840', 302, 'china_pstr1', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9712, '40850', 302, 'china_pstr2', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9713, '40860', 302, 'china_light', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9714, '40870', 306, 'herry', 1, 225, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9715, '40880', 58, 'ads_idol_wall', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9716, '40890', 121, 'ads_igorevilb', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9717, '40900', 121, 'ads_igor_wall', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9718, '40910', 119, 'ads_mall_winpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9719, '40920', 119, 'ads_mall_winfur', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9720, '40930', 58, 'ads_idol_tv', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9721, '40940', 303, 'Lost City Window 1', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9722, '40950', 303, 'lc_wall1', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9723, '40960', 303, 'Lost City Window 2', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9724, '40970', 303, 'lc_wall2', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9725, '40980', 119, 'ads_mall_wincin', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9726, '40990', 58, 'ads_idol_mirror', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9727, '41000', 119, 'ads_mall_winbea', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9728, '41010', 119, 'ads_mall_winmus', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9729, '41020', 499, 'eco_curtains2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9730, '41030', 119, 'ads_mall_winchi', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9731, '41040', 499, 'eco_curtains3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9732, '41050', 499, 'eco_curtains1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9733, '41060', 119, 'ads_mall_winspo', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9734, '41070', 304, 'exe_wfall', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9735, '41080', 58, 'ads_idol_logo', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9736, '41090', 119, 'ads_mall_winice', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9737, '41100', 304, 'exe_map', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9738, '41110', 544, 'ads_puffet_tv', 4, 0, 0, 1, 0, 0, 119, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9739, '41120', 346, 'ads_reebok_tv', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9740, '41130', 531, 'ads_malaco_tv', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9741, '41140', 282, 'country_forestwall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9742, '41150', 346, 'ads_lin_wh_c', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9743, '41160', 282, 'country_lantern', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9744, '41170', 282, 'country_fp', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9745, '41180', 282, 'country_wall', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9746, '41190', 231, 'flag_norway', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9747, '41200', 628, 'diner_poster', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9748, '41210', 32, 'lt_jngl_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9749, '41220', 346, 'ads_mirror', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9750, '41230', 32, 'lt_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9751, '42200', 683, 'a2 slp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9752, '42210', 683, 'post_it', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9753, '42220', 564, 'ads_veet', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9754, '42230', 36, 'sf_wall3', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9755, '42240', 36, 'sf_window', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9756, '42250', 119, 'ads_mall_wintra', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9757, '42260', 489, 'ads_wwe_poster', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9758, '42270', 36, 'sf_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9759, '42280', 36, 'sf_wall2', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9760, '42290', 231, 'flag_belgium', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9761, '42300', 119, 'ads_mall_wingar', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9762, '42310', 231, 'flag_portugal', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9763, '42320', 34, 'rela_wall', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9764, '42330', 59, 'ktchn_knives', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9765, '42340', 59, 'ktchn_oven', 3, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9766, '42350', 59, 'ktchn_wall', 3, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9767, '42360', 119, 'ads_mall_winclo', 4, 0, 0, 1, 0, 0, 94, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9768, '42370', 16, 'dimmer_swtch', 9, 10, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9769, '42380', 16, 'dimmer_buttn', 4, 250, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9770, '42390', 16, 'dimmer_fuse2', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9771, '42400', 16, 'dimmer_fuse6', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9772, '42410', 530, 'ads_mtv_bigtv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9773, '42420', 530, 'ads_mtv_tv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9774, '42430', 58, 'ads_idol_l_logo', 0, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9775, '42440', 272, 'urban_wall', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9776, '42450', 58, 'ads_idol_l_tv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9777, '42460', 231, 'flag_peru', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9778, '42470', 390, 'hween09_crnr1', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9779, '42480', 231, 'flag_tunisia', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9780, '42490', 231, 'flag_singapore', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9781, '42500', 231, 'flag_mexico', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9782, '42510', 231, 'flag_philippines', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9783, '42520', 231, 'flag_malaysia', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9784, '42530', 231, 'flag_greece', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9785, '42540', 231, 'flag_venezl', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9786, '42550', 231, 'flag_turkey', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9787, '42560', 231, 'flag_chile', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9788, '42570', 390, 'hween09_wall1', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9789, '42580', 231, 'flag_columbia', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9790, '42590', 390, 'hween09_stonewall', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9791, '42600', 231, 'flag_newzealand', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9792, '42610', 231, 'flag_argentina', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9793, '42620', 231, 'flag_panama', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9794, '42630', 390, 'hween09_paint', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9795, '42640', 231, 'flag_morocco', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9796, '42650', 231, 'flag_dominicanrepublic', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9797, '42660', 390, 'hween09_curt', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9798, '42670', 590, 'byesw_loadscreen', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9799, '42680', 231, 'flag_ecuador', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9800, '42690', 390, 'hween09_treewall', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9801, '42700', 231, 'flag_algeria', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9802, '42710', 390, 'hween09_win', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9803, '42720', 44, 'ads_twi_paint', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9804, '42730', 44, 'ads_twi_dreamc', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9805, '42740', 44, 'ads_twi_bwall1', 4, 0, 0, 1, 0, 0, 128, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9806, '42750', 44, 'ads_twi_crest', 4, 0, 0, 1, 0, 0, 131, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9807, '42760', 44, 'ads_twi_bwall2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9808, '42770', 44, 'ads_twi_windw', 4, 0, 0, 1, 0, 0, 53, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9809, '42780', 476, 'xm09_bauble_24', 3, 0, 0, 1, 0, 0, 124, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9810, '42790', 476, 'xm09_bauble_27', 3, 0, 0, 1, 0, 0, 127, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9811, '42800', 476, 'xm09_stocking', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9812, '42810', 476, 'xm09_bauble_17', 3, 0, 0, 1, 0, 0, 117, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9813, '42820', 476, 'xm09_bauble_4', 3, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9814, '42830', 476, 'xm09_bauble_19', 3, 0, 0, 1, 0, 0, 119, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9815, '42840', 476, 'xm09_bauble_6', 3, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9816, '42850', 476, 'xm09_bauble_3', 3, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9817, '42860', 476, 'xm09_bauble_25', 3, 0, 0, 1, 0, 0, 125, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9818, '42870', 28, 'arabian_wall', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9819, '42880', 476, 'xm09_bauble_5', 3, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9820, '42890', 476, 'xm09_bauble_11', 3, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9821, '42900', 476, 'xm09_bauble_14', 3, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9822, '42910', 476, 'xm09_bauble_7', 3, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9823, '42920', 476, 'xm09_bauble_23', 3, 0, 0, 1, 0, 0, 47, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9824, '42930', 476, 'xm09_bauble_10', 3, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9825, '42940', 476, 'xm09_bauble_9', 3, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9826, '42950', 476, 'xm09_bauble_8', 3, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9827, '42960', 476, 'xm09_bauble_20', 3, 0, 0, 1, 0, 0, 45, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9828, '42970', 476, 'xm09_bauble_2', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9829, '42980', 476, 'xm09_bauble_18', 3, 0, 0, 1, 0, 0, 118, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9830, '42990', 476, 'xm09_bauble_13', 3, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9831, '43000', 476, 'xm09_bauble_1', 3, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9832, '43010', 476, 'xm09_bauble_15', 3, 0, 0, 1, 0, 0, 115, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9833, '43020', 476, 'xm09_bauble_22', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9834, '43030', 476, 'xm09_bauble_16', 3, 0, 0, 1, 0, 0, 116, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9835, '43040', 476, 'xm09_bauble_12', 3, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9836, '43050', 476, 'xm09_bauble_21', 3, 0, 0, 1, 0, 0, 121, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9837, '43060', 476, 'xm09_bauble_26', 3, 0, 0, 1, 0, 0, 126, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9838, '43070', 476, 'xm09_firwall', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9839, '43080', 476, 'xm09_forestwall', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9840, '43090', 476, 'xm09_infotv', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9841, '43100', 471, 'party_lights', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9842, '43110', 476, 'xm09_lodgewall', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9843, '43120', 476, 'xm09_frplc', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9844, '43130', 469, '0', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9845, '43140', 302, 'china_pstr3', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9846, '43150', 461, 'ads_tv_jaapuisto', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9847, '43160', 50, 'val09_wall2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9848, '43170', 50, 'val09_wdrobe_g', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9849, '43180', 50, 'val09_wall1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9850, '43190', 50, 'bling_sink', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9851, '43200', 50, 'val09_wdrobe_b', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9852, '43210', 50, 'bling_cabinet', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9853, '43220', 542, 'ads_percyw', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9854, '43230', 264, 'ads_boost_surfb', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9855, '43240', 516, 'ads_tlc_wheel', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9856, '43250', 401, 'garden_wall', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9857, '43260', 563, 'ads_tv_yle', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9858, '43270', 53, 'runway_shelf', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9859, '43280', 346, 'ads_latrobe_flag', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9860, '43290', 352, 'hc3_walldeco', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (9861, '43300', 527, 'ads_nokia_x6', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9862, '43310', 53, 'runway_fabric', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9863, '43320', 44, 'ads_target_wall', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9864, '43330', 561, 'ads_super_pop', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9865, '43340', 546, 'ads_tv_chocapic_02', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9866, '43350', 546, 'ads_tv_chocapic_01', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9867, '43360', 403, 'bw_jaws', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9868, '43370', 534, 'ads_grefusa_surfb', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9869, '43380', 59, 'ktchn10_cabnt', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9870, '43390', 444, 'hosptl_xray', 3, 0, 0, 1, 0, 0, 99, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9871, '43400', 391, 'hween10_fogwall', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9872, '43410', 45, 'bb_painimies1', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9873, '43420', 45, 'bb_painimies2', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9874, '43430', 530, 'ads_mtv_bigtv2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9875, '43440', 530, 'ads_mtv_tv2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9876, '43450', 391, 'hween10_card_3', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9877, '43460', 391, 'hween10_card_1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9878, '43470', 391, 'hween10_card_4', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9879, '43480', 391, 'hween10_card_6', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9880, '43490', 391, 'hween10_wallskull', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9881, '43500', 391, 'hween10_card_2', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9882, '43510', 391, 'hween10_card_5', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9883, '43520', 527, 'ads_nokiax3_wall2', 4, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9884, '43530', 527, 'ads_nokiax3_wall3', 4, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9885, '43540', 527, 'ads_nokiax3_wall1', 4, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9886, '43550', 527, 'ads_nokiax3_phn', 4, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9887, '43560', 304, 'exe_sensor', 3, 0, 0, 1, 0, 0, 23, 10500, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9888, '43570', 478, 'qt_calendar2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9889, '43580', 520, 'ads_r7logo', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9890, '43590', 478, 'qt_calendar0', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9891, '43600', 478, 'qt_calendar1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9892, '43610', 478, 'qt_xm10_bauble2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9893, '43620', 477, 'es_build1', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9894, '43630', 477, 'es_build4', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9895, '43640', 477, 'es_build2', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9896, '43650', 478, 'qt_xm10_bauble1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9897, '43660', 477, 'es_build3', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9898, '43670', 477, 'es_window', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9899, '4367', 683, 'vote_count_add', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9900, '43680', 478, 'qt_xm10_bauble3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9901, '43690', 478, 'qt_xm10_icestar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9902, '43700', 477, 'es_big1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9903, '43710', 477, 'es_big3', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9904, '43720', 477, 'es_big2', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9905, '43730', 275, 'year2011', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9906, '43740', 50, 'bling11_wall1', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9907, '43750', 50, 'bling11_wall4', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9908, '43760', 50, 'bling11_wall2', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9909, '43770', 50, 'bling11_wall3', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9910, '43780', 459, 'qt_val11_heartlights', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9911, '43790', 50, 'bling11_big1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9912, '43800', 30, 'gothic_st_glass', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9913, '43810', 263, 'ads_bigtv_missmix', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9914, '43820', 280, 'cine_light2', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9915, '43830', 280, 'cine_light1', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9916, '43840', 56, 'cubie_decal_3_b', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9917, '43850', 56, 'cubie_decklight_p', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9918, '43860', 56, 'cubie_decal_1_b', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9919, '43870', 56, 'cubie_decal_2_b', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9920, '43880', 56, 'cubie_decal_3_p', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9921, '43890', 56, 'cubie_wallshelf_b', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9922, '43900', 56, 'cubie_decal_1_p', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9923, '43910', 56, 'cubie_decal_3', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9924, '43920', 56, 'cubie_wallshelf_p', 5, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9925, '43930', 56, 'cubie_decal_2_p', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9926, '43940', 56, 'cubie_decklight_b', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9927, '43950', 56, 'cubie_decal_0', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9928, '43960', 57, 'waasa_wall_shelf2', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9929, '43970', 57, 'waasa_wall_shelf1', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9930, '43980', 379, 'easter11_wall', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9931, '43990', 382, 'ads_suunvuorow', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9932, '44000', 462, 'ads_volkswagen_poster', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9933, '44010', 346, 'picture_car', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9934, '44020', 185, 'ads_kfp2_tv', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9935, '44030', 185, 'ads_kfp2_wall', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9936, '44040', 104, 'dng_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9937, '44050', 305, 'ads_cchups_screen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9938, '44060', 272, 'sb_tag1', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9939, '44070', 272, 'sb_wall', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9940, '44080', 272, 'sb_tag2', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9941, '44090', 272, 'sb_tag3', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9942, '44100', 554, 'ads_durex_screen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9943, '44110', 530, 'ads_mtv_wall', 4, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9944, '44120', 407, 'summer_sunset_wall', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9945, '44130', 167, 'usva5_wallrug', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9946, '44140', 165, 'usva3_wallrug', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9947, '44150', 168, 'usva_wallrug', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9948, '44160', 166, 'usva4_wallrug', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9949, '44170', 164, 'usva2_wallrug', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9950, '44180', 467, 'school_chalkboard', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9951, '44190', 467, 'school_urinal', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9952, '44200', 467, 'school_wall', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9953, '44210', 467, 'school_charts', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9954, '44220', 467, 'school_toilet_wall', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9955, '44230', 106, 'boutique_lampwall', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9956, '44240', 106, 'boutique_shrack2', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9957, '44250', 106, 'boutique_shrack1', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9958, '44260', 106, 'boutique_speakers', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9959, '44270', 106, 'boutique_clrack2', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9960, '44280', 106, 'boutique_clrack1', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9961, '44290', 552, 'ads_flag_un', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9962, '44300', 245, 'horse_pitchfork_wall', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9963, '44310', 115, 'horse_stable_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9964, '44320', 115, 'horse_stable_wall_w', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9965, '44330', 245, 'horse_shoe_wall', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9966, '44340', 392, 'hween11_window', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9967, '44350', 479, 'xmas11_hd4', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9968, '44360', 479, 'xmas11_wall', 3, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9969, '44370', 479, 'xmas11_hd2', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9970, '44380', 479, 'xmas11_hd5', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9971, '44390', 479, 'xmas11_hd3', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9972, '44400', 479, 'xmas11_hd1', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9973, '44410', 479, 'xmas11_hd6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9974, '44420', 301, 'ads_alvinsurf', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9975, '44430', 479, 'xmas11_cuckoo', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9976, '44440', 532, 'ads_m6_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9977, '44450', 275, 'year2012', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9978, '44460', 412, 'snowb_mountain_wall', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9979, '44470', 231, 'flag_denmark', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9980, '44480', 468, 'urban_wall_china', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9981, '44490', 545, 'ads_antena3_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9982, '44500', 479, 'xm11_stocking', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9983, '44510', 467, 'wallchair', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9984, '44520', 31, 'jp_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9985, '44530', 31, 'jp_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9986, '44540', 411, 'stone_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9987, '44550', 411, 'gardenshed_wall', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9988, '44560', 701, 'js_exe_wfall', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9989, '44570;50036', 523, 'football12_es', 3, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9990, '44580;50038', 523, 'football12_it', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9991, '44590;50039', 523, 'football12_de', 3, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9992, '44600;50037', 523, 'football12_pt', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9993, '44610', 120, 'anc_savanna_wall', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9994, '44620', 120, 'anc_sunset_wall', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9995, '44630', 686, 'lon_skyline', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9996, '44640', 393, 'hween12_dartboard', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9997, '44650', 74, 'hs_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9998, '44660', 74, 'hs_wlight', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (9999, '44670', 74, 'hs_applause', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10000, '44680', 481, 'xmas12_wall_in', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10001, '44690', 481, 'xmas12_window', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10002, '44700', 481, 'xmas12_wall_out', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10003, '44710', 481, 'xmas12_door', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10004, '44720', 481, 'xmas12_torch', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10005, '44750', 275, 'year2013', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10006, '44760', 67, 'ny2013_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10007, '44770', 302, 'china_pstr4', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10008, '44780', 454, 'val13_wall_2', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10009, '44790', 454, 'val13_wall_3', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10010, '44800', 454, 'val13_wall_1', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10011, '44810', 24, 'pixel_clock_red', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10012, '44820', 24, 'pixel_walldeco', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10013, '44830', 24, 'pixel_clock_pink', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10014, '44840', 24, 'pixel_mirror', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10015, '44850', 24, 'pixel_clock_black', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10016, '44860', 24, 'pixel_clock_green', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10017, '44870', 24, 'pixel_clock_blue', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10018, '44880', 24, 'pixel_wall_green', 3, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10019, '44890', 24, 'pixel_wall_red', 3, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10020, '44900', 24, 'pixel_painting_pink', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10021, '44910', 24, 'pixel_painting_green', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10022, '44920', 24, 'pixel_wall_pink', 3, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10023, '44930', 24, 'pixel_painting_black', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10024, '44940', 24, 'pixel_painting_blue', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10025, '44950', 24, 'pixel_painting_red', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10026, '44960', 24, 'pixel_wall_blue', 3, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10027, '44970', 24, 'pixel_wall_black', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10028, '44980', 24, 'pixel_poster2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10029, '44990', 70, 'dimmer_steampunk', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10030, '45000', 70, 'steampunk_wall2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10031, '45010', 70, 'steampunk_wall1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10032, '45020', 70, 'steampunk_window', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10033, '45030', 70, 'steampunk_map', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10034, '45040', 380, 'easter13_wall3', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10035, '45050', 380, 'easter13_window', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10036, '45060', 380, 'easter13_wall1', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10037, '45070', 380, 'easter13_wall2', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10038, '45080', 62, 'mystics_bwall', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10039, '45090', 62, 'mystics_gwall', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10040, '45100', 231, 'flag_austria', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10041, '45110', 272, 'grungewall', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10042, '45120', 467, 'school_chalkboard2', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10043, '45130', 280, 'cine_pstr_6', 3, 0, 0, 1, 0, 0, 146, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10044, '45140', 280, 'cine_pstr_4', 3, 0, 0, 1, 0, 0, 53, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10045, '45150', 280, 'cine_pstr_7', 3, 0, 0, 1, 0, 0, 147, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10046, '45160', 280, 'cine_pstr_8', 3, 0, 0, 1, 0, 0, 148, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10047, '45170', 280, 'cine_pstr_1', 3, 0, 0, 1, 0, 0, 141, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10048, '45180', 280, 'cine_pstr_5', 3, 0, 0, 1, 0, 0, 145, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10049, '45190', 280, 'cine_pstr_0', 3, 0, 0, 1, 0, 0, 140, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10050, '45200', 280, 'cine_pstr_3', 3, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10051, '45210', 280, 'cine_pstr_9', 3, 0, 0, 1, 0, 0, 149, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10052, '45220', 280, 'cine_pstr_2', 3, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10053, '45230', 683, 'habbopage_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10054, '45240', 346, 'brnd_cscape_wall', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10055, '45250', 527, 'ads_nokiax3_wallb', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10056, '45260', 527, 'ads_nokiax3_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10057, '45270', 429, 'builderwall_exp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10058, '45280', 429, 'test_habbopage_display', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10059, '45290', 280, 'cine_pstr_10', 3, 0, 0, 1, 0, 0, 150, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10060, '45300', 354, 'hc_exe_wfall', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (10061, '45310', 466, 'post_it_xmas', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10062, '45320', 275, 'year2014', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10063, '45330', 466, 'post_it_dreams', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10064, '45340', 302, 'china_pstr5', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10065, '45350', 494, 'storieshero_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10066, '45360', 274, 'external_image_wallitem', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10067, '45370', 299, 'val14_wall1', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10068, '45380', 299, 'val14_wall3', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10069, '45390', 299, 'val14_wall2', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10070, '45400', 466, 'post_it_shakesp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10071, '45410', 274, 'external_image_wallitem_photo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10072, '45420', 53, 'runway_fabric2', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10073, '45430', 509, 'stories_sch_glass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10074, '45440', 381, 'easter14_wall', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10075, '45450', 491, 'diamond_painting6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10076, '45450', 491, 'diamond_painting6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10077, '45460', 491, 'diamond_painting4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10078, '45460', 491, 'diamond_painting4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10079, '45470', 491, 'diamond_painting2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10080, '45470', 491, 'diamond_painting2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10081, '45480', 491, 'diamond_painting5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10082, '45480', 491, 'diamond_painting5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10083, '45490', 491, 'diamond_painting1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10084, '45500', 491, 'diamond_painting3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10085, '45500', 491, 'diamond_painting3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10086, '45510', 110, 'vikings_banner_r', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10087, '45520', 110, 'vikings_banner_g', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10088, '45530', 110, 'vikings_wallshield_g', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10089, '45540', 110, 'vikings_wallshield_r', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10090, '45550', 110, 'vikings_wall_g', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10091, '45560', 110, 'vikings_wall_r', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10092, '45570', 466, 'post_it_juninas', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10093, '45580', 257, 'hblooza14_wall', 3, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10094, '45590', 112, 'wildwest_wallpaper', 3, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10095, '45600', 112, 'st_wildwest_wallskull', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10096, '45610', 114, 'uni_floppy', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10097, '45620', 114, 'uni_fairylights', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10098, '45630', 114, 'uni_poster1', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10099, '45640', 114, 'uni_pinupgirl', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10100, '45650', 114, 'uni_hipdeer', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10101, '45660', 114, 'uni_poster2', 3, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10102, '45670', 210, 'uni_libraryshelf', 5, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10103, '45680', 114, 'uni_coatrack', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10104, '45690', 114, 'uni_girlcoatrack', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10105, '45700', 114, 'uni_pinupboy', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10106, '45710', 114, 'uni_vinyl', 3, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10107, '45720', 114, 'uni_moustache', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10108, '45730', 182, 'bathroom_wall4', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10109, '45740', 182, 'bathroom_wall1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10110, '45750', 182, 'bathroom_wall3', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10111, '45760', 182, 'bathroom_wall2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10112, '45770', 114, 'st_uni_poster', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10113, '45780', 395, 'hween14_stainglass', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10114, '45790', 395, 'hween14_hcglass', 3, 0, 0, 1, 0, 0, -14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10115, '45800', 395, 'hween14_wall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10116, '45810', 274, 'external_image_wallitem_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10117, '45820', 280, 'cine_pstr_11', 3, 0, 0, 1, 0, 0, 151, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10118, '45830', 280, 'cine_pstr_18', 3, 0, 0, 1, 0, 0, 158, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10119, '45840', 280, 'cine_pstr_16', 3, 0, 0, 1, 0, 0, 156, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10120, '45850', 280, 'cine_pstr_12', 3, 0, 0, 1, 0, 0, 152, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10121, '45860', 280, 'cine_pstr_19', 3, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10122, '45870', 280, 'cine_pstr_13', 3, 0, 0, 1, 0, 0, 153, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10123, '45880', 280, 'cine_pstr_15', 3, 0, 0, 1, 0, 0, 155, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10124, '45890', 280, 'cine_pstr_14', 3, 0, 0, 1, 0, 0, 154, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10125, '45900', 280, 'cine_pstr_17', 3, 0, 0, 1, 0, 0, 157, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10126, '45910', 280, 'st_pstr_felipe', 3, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10127, '45920', 355, 'hc_arab_wndw', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (10128, '45930', 355, 'hc_arab_swords', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (10129, '45940', 456, 'val15_fujiwall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10130, '45950', 116, 'attic15_wall', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10131, '45960', 116, 'attic15_painting', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10132, '45970', 274, 'external_image_wallitem_poster_small', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10133, '45980', 741, 'carnival15_wallmask', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10134, '45990', 118, 'cpunk_c15_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10135, '46000', 302, 'china_pstr6', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10136, '46010', 429, 'cypunk_c15_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10137, '46020', 400, 'cland_c15_wall', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10138, '46030', 491, 'diamond_painting9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10139, '46040', 491, 'diamond_painting18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10140, '46050', 491, 'diamond_painting17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10141, '46060', 491, 'diamond_painting15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10142, '46070', 491, 'diamond_painting16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10143, '46080', 491, 'diamond_painting14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10144, '46090', 491, 'diamond_painting13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10145, '46100', 491, 'diamond_painting10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10146, '46110', 491, 'diamond_painting7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10147, '46120', 491, 'diamond_painting12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10148, '46130', 491, 'diamond_painting11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10149, '46140', 158, 'army15_poster', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10150, '46150', 158, 'army_c15_insig', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10151, '46160', 158, 'army15_largescreen', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10152, '46170', 158, 'army_c15_wall', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10153, '46180', 199, 'dino_c15_wallpiece', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10154, '46190', 161, 'paris_c15_wall', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10155, '46200', 18, 'lodge_c15_window', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10156, '46210', 18, 'lodge_c15_wall', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10157, '46220', 104, 'drago_c15_flag', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10158, '46230', 120, 'anc_c15_wall', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10159, '46240', 408, 'tiki_c15_wall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10160, '46250', 304, 'exe_c15_wall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10161, '46260', 35, 'romantique_c15_wall', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10162, '46270', 50, 'bling_c15_wall', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10163, '46280', 396, 'hween_c15_sky', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10164, '46290', 280, 'cine_pstr_20', 3, 0, 0, 1, 0, 0, 160, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10165, '46300', 59, 'ktchn_c15_cupboard', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10166, '46310', 49, 'gift_hhome', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10167, '46320', 727, 'gold_c15_arc_icewall', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10168, '46330', 485, 'xmas_c15_advent9', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10169, '46340', 485, 'xmas_c15_advent10', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10170, '46350', 302, 'Monkey Poster', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10171, '46360', 268, 'gothic_r16_fountain', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10172, '46370', 280, 'super_c16_pstriron', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10173, '46380', 280, 'super_c16_pstrcat', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10174, '46390', 280, 'super_c16_pstrsulk', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10175, '46400', 280, 'super_c16_pstrlove', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10176, '46410', 697, 'olympics_c16_walldecal', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10177, '46420', 486, 'xmas_c16_painting', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10178, '46430', 362, 'classic5_window', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10179, '46440', 302, 'Rooster Poster', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10180, '46450', 119, 'mall_c17_winclo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10181, '46460', 119, 'mall_c17_winpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10182, '46470', 119, 'mall_c17_winspo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10183, '46480', 383, 'easter_c17_countrybg', 3, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10184, '46490', 275, 'year2018', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10185, '46500', 357, 'hc17_7', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (10186, '46510', 302, 'china_pstr9', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10187, '46520', 424, 'coralking_c18_seabg', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10188, '46530', 491, 'diamond_painting26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10189, '46540', 491, 'diamond_painting28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10190, '46550', 491, 'diamond_painting27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10191, '46560', 491, 'diamond_painting23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10192, '46570', 491, 'diamond_painting21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10193, '46580', 491, 'diamond_painting20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10194, '46590', 491, 'diamond_painting19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10195, '46600', 491, 'diamond_painting24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10196, '46610', 491, 'diamond_painting29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10197, '46620', 491, 'diamond_painting30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10198, '46630', 491, 'diamond_painting22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10199, '46640', 491, 'diamond_painting25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10200, '46650', 399, 'hween_c18_labwallpanel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10201, '46660', 488, 'xmas_c18_starrybg', 3, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10202, '46670', 275, 'year2019', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10203, '46680', 302, 'china_pstr10', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10204, '46690', 385, 'easter_c19_forrestbg', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10205, '46700', 525, 'fest_c19_bgwall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10206, '46710', 491, 'diamond_painting37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10207, '46720', 491, 'diamond_painting33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10208, '46730', 491, 'diamond_painting31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10209, '46740', 491, 'diamond_painting36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10210, '46750', 491, 'diamond_painting40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10211, '46760', 491, 'diamond_painting35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10212, '46770', 491, 'diamond_painting41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10213, '46780', 491, 'diamond_painting32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10214, '46790', 491, 'diamond_painting38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10215, '46800', 491, 'diamond_painting34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10216, '46810', 433, 'celestial_c19_wall', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10217, '46820', 433, 'celestial_c19_constellations', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10218, '46830', 521, 'hween_c19_mistywoodsbg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10219, '46840', 302, 'china_pstr11', 3, 0, 0, 1, 0, 0, 368, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10220, '46850', 275, 'year2020', 3, 0, 0, 1, 0, 0, 369, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10221, '46860', 517, 'art_c20_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10222, '46870', 517, 'art_c20_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10223, '46880', 696, 'india_c20_sunsetbg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10224, '46890', 491, 'diamond_painting52', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10225, '46900', 491, 'diamond_painting42', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10226, '46910', 491, 'diamond_painting46', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10227, '46920', 491, 'diamond_painting51', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10228, '46930', 491, 'diamond_painting44', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10229, '46940', 491, 'diamond_painting45', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10230, '46950', 491, 'diamond_painting43', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10231, '50000', 75, 'a0 pet0', 20, 0, 0, 1, 0, 0, 0, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10232, '50001', 76, 'a0 pet1', 20, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10233, '50002', 77, 'a0 pet2', 20, 0, 0, 1, 0, 0, 2, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10234, '50003', 78, 'a0 pet3', 20, 0, 0, 1, 0, 0, 3, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10235, '50004', 79, 'a0 pet4', 20, 0, 0, 1, 0, 0, 4, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10236, '50005', 80, 'a0 pet5', 20, 0, 0, 1, 0, 0, 5, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10237, '50006', 81, 'a0 pet6', 20, 0, 0, 1, 0, 0, 6, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10238, '50007', 82, 'a0 pet7', 20, 0, 0, 1, 0, 0, 7, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10239, '50008', 83, 'a0 pet8', 15, 0, 0, 1, 0, 0, 8, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10240, '50009', 84, 'a0 pet9', 20, 0, 0, 1, 0, 0, 9, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10241, '50010', 85, 'a0 pet10', 0, 75, 0, 1, 0, 0, 10, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10242, '50011', 86, 'a0 pet11', 15, 0, 0, 1, 0, 0, 10, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10243, '50012', 87, 'a0 pet12', 12, 0, 0, 1, 0, 0, 11, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10244, '50014', 88, 'a0 pet14', 20, 0, 0, 1, 0, 0, 14, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10245, '50015', 89, 'a0 pet15', 20, 0, 0, 1, 0, 0, 13, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10246, '50017', 90, 'a0 pet17', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10247, '50018', 91, 'a0 pet18', 0, 75, 0, 1, 0, 0, 18, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10248, '50019', 92, 'a0 pet19', 0, 75, 0, 1, 0, 0, 19, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10249, '50020', 93, 'a0 pet20', 0, 75, 0, 1, 0, 0, 20, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10250, '50021', 94, 'a0 pet21', 0, 75, 0, 1, 0, 0, 21, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10251, '50022', 95, 'a0 pet22', 0, 75, 0, 1, 0, 0, 15, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10252, '50023', 96, 'a0 pet23', 0, 75, 0, 1, 0, 0, 23, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10253, '50024', 97, 'a0 pet24', 0, 75, 0, 1, 0, 0, 24, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10254, '50025', 98, 'a0 pet25', 0, 75, 0, 1, 0, 0, 25, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10255, '50028', 99, 'a0 pet28', 0, 75, 0, 1, 0, 0, 28, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10256, '50029', 100, 'a0 pet29', 0, 75, 0, 1, 0, 0, 29, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10257, '50030', 101, 'a0 pet30', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10258, '50031', 429, 'a0 pet31', 0, 75, 0, 1, 0, 0, 31, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10259, '50032', 685, 'a0 pet32', 0, 75, 0, 1, 0, 0, 32, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10260, '50035', 681, 'a0 pet35', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10261, '50037', 683, 'Football_PT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10262, '50038', 683, 'Football_IT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10263, '50039', 683, 'Football_DE', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10264, '40010', 21, 'poster 1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '1', '1', '0');
+INSERT INTO `catalog_items` VALUES (10265, '40010', 21, 'poster 2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '2', '1', '0');
+INSERT INTO `catalog_items` VALUES (10266, '40010', 21, 'poster 3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '3', '1', '0');
+INSERT INTO `catalog_items` VALUES (10267, '40010', 21, 'poster 4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '4', '1', '0');
+INSERT INTO `catalog_items` VALUES (10268, '40010', 21, 'poster 5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '5', '1', '0');
+INSERT INTO `catalog_items` VALUES (10269, '40010', 21, 'poster 6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '6', '1', '0');
+INSERT INTO `catalog_items` VALUES (10270, '40010', 21, 'poster 7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '7', '1', '0');
+INSERT INTO `catalog_items` VALUES (10271, '40010', 21, 'poster 8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '8', '1', '0');
+INSERT INTO `catalog_items` VALUES (10272, '40010', 21, 'poster 9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '9', '1', '0');
+INSERT INTO `catalog_items` VALUES (10273, '40010', 21, 'poster 10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '10', '1', '0');
+INSERT INTO `catalog_items` VALUES (10274, '40010', 21, 'poster 11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '11', '1', '0');
+INSERT INTO `catalog_items` VALUES (10275, '40010', 21, 'poster 12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '12', '1', '0');
+INSERT INTO `catalog_items` VALUES (10276, '40010', 21, 'poster 13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '13', '1', '0');
+INSERT INTO `catalog_items` VALUES (10277, '40010', 21, 'poster 14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '14', '1', '0');
+INSERT INTO `catalog_items` VALUES (10278, '40010', 21, 'poster 15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '15', '1', '0');
+INSERT INTO `catalog_items` VALUES (10279, '40010', 21, 'poster 16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '16', '1', '0');
+INSERT INTO `catalog_items` VALUES (10280, '40010', 21, 'poster 17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '17', '1', '0');
+INSERT INTO `catalog_items` VALUES (10281, '40010', 21, 'poster 18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '18', '1', '0');
+INSERT INTO `catalog_items` VALUES (10282, '40010', 21, 'poster 19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '19', '1', '0');
+INSERT INTO `catalog_items` VALUES (10283, '40010', 21, 'poster 20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '20', '1', '0');
+INSERT INTO `catalog_items` VALUES (10284, '40010', 21, 'poster 21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '21', '1', '0');
+INSERT INTO `catalog_items` VALUES (10285, '40010', 21, 'poster 22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '22', '1', '0');
+INSERT INTO `catalog_items` VALUES (10286, '40010', 21, 'poster 23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '23', '1', '0');
+INSERT INTO `catalog_items` VALUES (10287, '40010', 21, 'poster 24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '24', '1', '0');
+INSERT INTO `catalog_items` VALUES (10288, '40010', 21, 'poster 25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '25', '1', '0');
+INSERT INTO `catalog_items` VALUES (10289, '40010', 21, 'poster 26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '26', '1', '0');
+INSERT INTO `catalog_items` VALUES (10290, '40010', 21, 'poster 27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '27', '1', '0');
+INSERT INTO `catalog_items` VALUES (10291, '40010', 21, 'poster 28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '28', '1', '0');
+INSERT INTO `catalog_items` VALUES (10292, '40010', 21, 'poster 29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '29', '1', '0');
+INSERT INTO `catalog_items` VALUES (10293, '40010', 21, 'poster 30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '30', '1', '0');
+INSERT INTO `catalog_items` VALUES (10294, '40010', 21, 'poster 31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '31', '1', '0');
+INSERT INTO `catalog_items` VALUES (10295, '40010', 21, 'poster 32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '32', '1', '0');
+INSERT INTO `catalog_items` VALUES (10296, '40010', 21, 'poster 33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '33', '1', '0');
+INSERT INTO `catalog_items` VALUES (10297, '40010', 21, 'poster 34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '34', '1', '0');
+INSERT INTO `catalog_items` VALUES (10298, '40010', 21, 'poster 35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '35', '1', '0');
+INSERT INTO `catalog_items` VALUES (10299, '40010', 21, 'poster 36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '36', '1', '0');
+INSERT INTO `catalog_items` VALUES (10300, '40010', 21, 'poster 37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '37', '1', '0');
+INSERT INTO `catalog_items` VALUES (10301, '40010', 21, 'poster 38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '38', '1', '0');
+INSERT INTO `catalog_items` VALUES (10302, '40010', 21, 'poster 39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '39', '1', '0');
+INSERT INTO `catalog_items` VALUES (10303, '40010', 21, 'poster 40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '40', '1', '0');
+INSERT INTO `catalog_items` VALUES (10304, '40010', 21, 'poster 41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '41', '1', '0');
+INSERT INTO `catalog_items` VALUES (10305, '40010', 21, 'poster 42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '42', '1', '0');
+INSERT INTO `catalog_items` VALUES (10306, '40010', 21, 'poster 43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '43', '1', '0');
+INSERT INTO `catalog_items` VALUES (10307, '40010', 21, 'poster 44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '44', '1', '0');
+INSERT INTO `catalog_items` VALUES (10308, '40010', 21, 'poster 45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '45', '1', '0');
+INSERT INTO `catalog_items` VALUES (10309, '40010', 21, 'poster 46', 4, 0, 0, 1, 0, 0, 46, -1, 0, '46', '1', '0');
+INSERT INTO `catalog_items` VALUES (10310, '40010', 21, 'poster 47', 4, 0, 0, 1, 0, 0, 24, -1, 0, '47', '1', '0');
+INSERT INTO `catalog_items` VALUES (10311, '40010', 21, 'poster 48', 4, 0, 0, 1, 0, 0, 48, -1, 0, '48', '1', '0');
+INSERT INTO `catalog_items` VALUES (10312, '40010', 21, 'poster 49', 4, 0, 0, 1, 0, 0, 49, -1, 0, '49', '1', '0');
+INSERT INTO `catalog_items` VALUES (10313, '40010', 21, 'poster 51', 4, 0, 0, 1, 0, 0, 50, -1, 0, '50', '1', '0');
+INSERT INTO `catalog_items` VALUES (10314, '40010', 21, 'poster 52', 4, 0, 0, 1, 0, 0, 51, -1, 0, '51', '1', '0');
+INSERT INTO `catalog_items` VALUES (10315, '40010', 21, 'poster 53', 4, 0, 0, 1, 0, 0, 25, -1, 0, '52', '1', '0');
+INSERT INTO `catalog_items` VALUES (10316, '40010', 21, 'poster 54', 4, 0, 0, 1, 0, 0, 26, -1, 0, '53', '1', '0');
+INSERT INTO `catalog_items` VALUES (10317, '40010', 21, 'poster 55', 4, 0, 0, 1, 0, 0, 54, -1, 0, '54', '1', '0');
+INSERT INTO `catalog_items` VALUES (10318, '40010', 21, 'poster 56', 4, 0, 0, 1, 0, 0, 27, -1, 0, '55', '1', '0');
+INSERT INTO `catalog_items` VALUES (10319, '40010', 21, 'poster 57', 4, 0, 0, 1, 0, 0, 28, -1, 0, '56', '1', '0');
+INSERT INTO `catalog_items` VALUES (10320, '40010', 21, 'poster 58', 4, 0, 0, 1, 0, 0, 57, -1, 0, '57', '1', '0');
+INSERT INTO `catalog_items` VALUES (10321, '40010', 21, 'poster 59', 4, 0, 0, 1, 0, 0, 58, -1, 0, '58', '1', '0');
+INSERT INTO `catalog_items` VALUES (10322, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 59, -1, 0, '500', '1', '0');
+INSERT INTO `catalog_items` VALUES (10323, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 60, -1, 0, '501', '1', '0');
+INSERT INTO `catalog_items` VALUES (10324, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 29, -1, 0, '502', '1', '0');
+INSERT INTO `catalog_items` VALUES (10325, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 30, -1, 0, '503', '1', '0');
+INSERT INTO `catalog_items` VALUES (10326, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 63, -1, 0, '504', '1', '0');
+INSERT INTO `catalog_items` VALUES (10327, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 64, -1, 0, '505', '1', '0');
+INSERT INTO `catalog_items` VALUES (10328, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 65, -1, 0, '506', '1', '0');
+INSERT INTO `catalog_items` VALUES (10329, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 66, -1, 0, '507', '1', '0');
+INSERT INTO `catalog_items` VALUES (10330, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 31, -1, 0, '508', '1', '0');
+INSERT INTO `catalog_items` VALUES (10331, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 32, -1, 0, '509', '1', '0');
+INSERT INTO `catalog_items` VALUES (10332, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 33, -1, 0, '510', '1', '0');
+INSERT INTO `catalog_items` VALUES (10333, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 70, -1, 0, '511', '1', '0');
+INSERT INTO `catalog_items` VALUES (10334, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 34, -1, 0, '512', '1', '0');
+INSERT INTO `catalog_items` VALUES (10335, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 35, -1, 0, '513', '1', '0');
+INSERT INTO `catalog_items` VALUES (10336, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 36, -1, 0, '514', '1', '0');
+INSERT INTO `catalog_items` VALUES (10337, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 37, -1, 0, '515', '1', '0');
+INSERT INTO `catalog_items` VALUES (10338, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 75, -1, 0, '516', '1', '0');
+INSERT INTO `catalog_items` VALUES (10339, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 76, -1, 0, '517', '1', '0');
+INSERT INTO `catalog_items` VALUES (10340, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 77, -1, 0, '518', '1', '0');
+INSERT INTO `catalog_items` VALUES (10341, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 78, -1, 0, '520', '1', '0');
+INSERT INTO `catalog_items` VALUES (10342, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 79, -1, 0, '521', '1', '0');
+INSERT INTO `catalog_items` VALUES (10343, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '522', '1', '0');
+INSERT INTO `catalog_items` VALUES (10344, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 81, -1, 0, '523', '1', '0');
+INSERT INTO `catalog_items` VALUES (10345, '40010', 429, 'poster 38', 4, 0, 0, 1, 0, 0, 82, -1, 0, '599', '1', '0');
+INSERT INTO `catalog_items` VALUES (10346, '40010', 21, 'poster 1000', 4, 0, 0, 1, 0, 0, 83, -1, 0, '1000', '1', '0');
+INSERT INTO `catalog_items` VALUES (10347, '40010', 21, 'poster 1001', 4, 0, 0, 1, 0, 0, 84, -1, 0, '1001', '1', '0');
+INSERT INTO `catalog_items` VALUES (10348, '40010', 21, 'poster 1002', 4, 0, 0, 1, 0, 0, 39, -1, 0, '1002', '1', '0');
+INSERT INTO `catalog_items` VALUES (10349, '40010', 21, 'poster 1003', 4, 0, 0, 1, 0, 0, 86, -1, 0, '1003', '1', '0');
+INSERT INTO `catalog_items` VALUES (10350, '40010', 21, 'poster 1004', 4, 0, 0, 1, 0, 0, 87, -1, 0, '1004', '1', '0');
+INSERT INTO `catalog_items` VALUES (10351, '40010', 21, 'poster 1005', 4, 0, 0, 1, 0, 0, 88, -1, 0, '1005', '1', '0');
+INSERT INTO `catalog_items` VALUES (10352, '40010', 21, 'poster 1006', 4, 0, 0, 1, 0, 0, 89, -1, 0, '1006', '1', '0');
+INSERT INTO `catalog_items` VALUES (10353, '40010', 21, 'poster 2000', 4, 0, 0, 1, 0, 0, 90, -1, 0, '2000', '1', '0');
+INSERT INTO `catalog_items` VALUES (10354, '40010', 21, 'poster 2001', 4, 0, 0, 1, 0, 0, 91, -1, 0, '2001', '1', '0');
+INSERT INTO `catalog_items` VALUES (10355, '40010', 21, 'poster 2002', 4, 0, 0, 1, 0, 0, 92, -1, 0, '2002', '1', '0');
+INSERT INTO `catalog_items` VALUES (10356, '40010', 21, 'poster 2003', 4, 0, 0, 1, 0, 0, 93, -1, 0, '2003', '1', '0');
+INSERT INTO `catalog_items` VALUES (10357, '40010', 21, 'poster 2009', 4, 0, 0, 1, 0, 0, 94, -1, 0, '2004', '1', '0');
+INSERT INTO `catalog_items` VALUES (10358, '40010', 663, 'poster 38', 0, 7200, 5, 1, 0, 0, 32, -1, 0, '2005', '1', '0');
+INSERT INTO `catalog_items` VALUES (10359, '40010', 21, 'poster 2006', 4, 0, 0, 1, 0, 0, 41, -1, 0, '2006', '1', '0');
+INSERT INTO `catalog_items` VALUES (10360, '40010', 21, 'poster 2007', 4, 0, 0, 1, 0, 0, 97, -1, 0, '2007', '1', '0');
+INSERT INTO `catalog_items` VALUES (10361, '40010', 21, 'poster 2008', 4, 0, 0, 1, 0, 0, 98, -1, 0, '2008', '1', '0');
+INSERT INTO `catalog_items` VALUES (10362, '59964', 683, 'Football_PT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10363, '2607', 254, 'SONG ElectricPixels', 0, 150, 0, 1, 0, 0, 1, -1, 25, 'electric_pixels', '1', '0');
+INSERT INTO `catalog_items` VALUES (10364, '2607', 254, 'SONG LostMyTapesAtGoa', 0, 150, 0, 1, 0, 0, 2, -1, 23, 'lost_my_tapes_at_goa', '1', '0');
+INSERT INTO `catalog_items` VALUES (10365, '2607', 254, 'SONG EpicFlail', 0, 150, 0, 1, 0, 0, 3, -1, 21, 'epic_flail', '1', '0');
+INSERT INTO `catalog_items` VALUES (10366, '2607', 254, 'SONG Xmas2011', 1, 0, 0, 1, 0, 0, 4, -1, 26, 'xmas_2011', '1', '0');
+INSERT INTO `catalog_items` VALUES (10367, '2607', 254, 'SONG WhoDaresStacks', 1, 0, 0, 1, 0, 0, 5, -1, 27, 'who_dares_stacks', '1', '0');
+INSERT INTO `catalog_items` VALUES (10368, '2607', 254, 'SONG GalacticDisco', 1, 0, 0, 1, 0, 0, 6, -1, 24, 'galactic_disco', '1', '0');
+INSERT INTO `catalog_items` VALUES (10369, '2607', 254, 'SONG AlleyCatInTrouble', 1, 0, 0, 1, 0, 0, 7, -1, 22, 'alley_cat_in_trouble', '1', '0');
+INSERT INTO `catalog_items` VALUES (10370, '2607', 254, 'SONG Trax_1', 1, 0, 0, 1, 0, 0, 8, -1, 15, 'party_trax', '1', '0');
+INSERT INTO `catalog_items` VALUES (10371, '2607', 254, 'SONG double_peks', 1, 0, 0, 1, 0, 0, 9, -1, 14, 'double_peks', '1', '0');
+INSERT INTO `catalog_items` VALUES (10372, '2607', 254, 'SONG Trax_2', 1, 0, 0, 1, 0, 0, 10, -1, 20, 'chilled_trax', '1', '0');
+INSERT INTO `catalog_items` VALUES (10373, '2607', 254, 'SONG Weirdodo', 1, 0, 0, 1, 0, 0, 10, -1, 13, 'weirdodo', '1', '0');
+INSERT INTO `catalog_items` VALUES (10374, '2607', 254, 'SONG Haadolocknloll', 1, 0, 0, 1, 0, 0, 12, -1, 12, 'haadolocknloll', '1', '0');
+INSERT INTO `catalog_items` VALUES (10375, '2607', 254, 'SONG TeemuP1', 1, 0, 0, 1, 0, 0, 12, -1, 11, 'good_trade', '1', '0');
+INSERT INTO `catalog_items` VALUES (10376, '2607', 254, 'SONG TeemuP2', 1, 0, 0, 1, 0, 0, 14, -1, 1, 'ballad_of_bonnie', '1', '0');
+INSERT INTO `catalog_items` VALUES (10377, '2607', 254, 'SONG bossanova', 1, 0, 0, 1, 0, 0, 13, -1, 2, 'bossa_nova', '1', '0');
+INSERT INTO `catalog_items` VALUES (10378, '2607', 254, 'SONG disco_extreme', 1, 0, 0, 1, 0, 0, 14, -1, 10, 'disco_extreme', '1', '0');
+INSERT INTO `catalog_items` VALUES (10379, '2607', 254, 'SONG klubhaus', 1, 0, 0, 1, 0, 0, 17, -1, 9, 'klub_haus', '1', '0');
+INSERT INTO `catalog_items` VALUES (10380, '2607', 254, 'SONG limbertake', 1, 0, 0, 1, 0, 0, 18, -1, 8, 'limber_take', '1', '0');
+INSERT INTO `catalog_items` VALUES (10381, '2607', 254, 'SONG miamimiamor', 1, 0, 0, 1, 0, 0, 19, -1, 7, 'miami_miamor', '1', '0');
+INSERT INTO `catalog_items` VALUES (10382, '2607', 254, 'SONG new_song', 1, 0, 0, 1, 0, 0, 20, -1, 6, 'gold_coin_digger', '1', '0');
+INSERT INTO `catalog_items` VALUES (10383, '2607', 254, 'SONG ParkAdventure', 1, 0, 0, 1, 0, 0, 21, -1, 18, 'park_adventure', '1', '0');
+INSERT INTO `catalog_items` VALUES (10384, '2607', 254, 'SONG pianissimo', 1, 0, 0, 1, 0, 0, 15, -1, 4, 'pianissimo', '1', '0');
+INSERT INTO `catalog_items` VALUES (10385, '2607', 254, 'SONG RnB_Swat_Teem', 1, 0, 0, 1, 0, 0, 23, -1, 17, 'rnb_swat_teem', '1', '0');
+INSERT INTO `catalog_items` VALUES (10386, '2960', 605, 'party_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10387, '1656', 605, 'a10 queue', 2, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10388, '19894', 13, 'floor_single_501', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10389, '19894', 13, 'floor_single_502', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10390, '19894', 13, 'floor_single_503', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10391, '19894', 13, 'floor_single_504', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10392, '19894', 13, 'floor_single_505', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10393, '19894', 13, 'floor_single_506', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10394, '19894', 13, 'floor_single_507', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10395, '19894', 13, 'floor_single_601', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10396, '19894', 13, 'floor_single_602', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10397, '19894', 13, 'floor_single_602', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10398, '19894', 13, 'floor_single_604', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10399, '19894', 13, 'floor_single_605', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10400, '19894', 13, 'floor_single_606', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10401, '19894', 13, 'floor_single_607', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10402, '19894', 13, 'floor_single_608', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10403, '19894', 13, 'floor_single_609', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10404, '19894', 13, 'floor_single_610', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10405, '19926', 13, 'landscape_single_1.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10406, '19926', 13, 'landscape_single_2.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10407, '19926', 13, 'landscape_single_3.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10408, '19926', 13, 'landscape_single_4.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10409, '19926', 13, 'landscape_single_5.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10410, '19926', 13, 'landscape_single_6.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10411, '19926', 13, 'landscape_single_7.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10412, '19926', 13, 'landscape_single_1.2', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10413, '19926', 13, 'landscape_single_1.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10414, '19926', 13, 'landscape_single_2.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10415, '19926', 13, 'landscape_single_3.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10416, '19926', 13, 'landscape_single_4.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10417, '19926', 13, 'landscape_single_5.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10418, '19926', 13, 'landscape_single_6.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10419, '19926', 13, 'landscape_single_7.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10420, '19926', 13, 'landscape_single_1.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10421, '19926', 13, 'landscape_single_2.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10422, '19926', 13, 'landscape_single_3.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10423, '19926', 13, 'landscape_single_4.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10424, '19926', 13, 'landscape_single_5.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10425, '19926', 13, 'landscape_single_6.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10426, '19926', 13, 'landscape_single_7.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10427, '19926', 13, 'landscape_single_1.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10428, '19926', 13, 'landscape_single_2.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10429, '19926', 13, 'landscape_single_3.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10430, '19926', 13, 'landscape_single_4.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10431, '19926', 13, 'landscape_single_5.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10432, '19926', 13, 'landscape_single_6.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10433, '19926', 13, 'landscape_single_7.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10434, '19926', 13, 'landscape_single_1.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10435, '19926', 13, 'landscape_single_2.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10436, '19926', 13, 'landscape_single_3.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10437, '19926', 13, 'landscape_single_4.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10438, '19926', 13, 'landscape_single_5.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10439, '19926', 13, 'landscape_single_6.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10440, '19926', 13, 'landscape_single_7.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10441, '19926', 13, 'landscape_single_1.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10442, '19926', 13, 'landscape_single_2.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10443, '19926', 13, 'landscape_single_3.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10444, '19926', 13, 'landscape_single_4.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10445, '19926', 13, 'landscape_single_5.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10446, '19926', 13, 'landscape_single_6.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10447, '19926', 13, 'landscape_single_7.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10448, '19926', 13, 'landscape_single_1.8', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10449, '19926', 13, 'landscape_single_1.9', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10450, '19926', 13, 'landscape_single_1.10', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10451, '19926', 13, 'landscape_single_1.11', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10452, '19926', 13, 'landscape_single_7.12', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10453, '42380', 605, 'dimmer_buttn', 3, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10454, '135', 605, 'A1 BJA', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10455, '3589', 605, 'ktchn10_block', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10456, '3261', 605, 'ktchn_countr_1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10457, '1898', 605, 'bed_polyfon_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10458, '2503', 605, 'bed_budget_one_6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10459, '246', 605, 'a1 armdiv', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10460, '1984', 605, 'divider_nor4_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10461, '42390', 605, 'dimmer_fuse2', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10462, '3214', 605, 'sf_tele', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10463, '1655', 605, 'a10 queue', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10464, '135', 606, 'A1 BJA', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10465, '55', 606, 'A1 JAA', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10466, '4628', 606, 'js_exe_sofa', 3, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10467, '8798', 606, 'purablk_c16_mdl3_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10468, '8830', 606, 'purablk_c16_mdl5_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10469, '2960', 606, 'party_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10470, '2517', 606, 'pura_mdl5_9', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10471, '8851', 606, 'purablk_c16_mdl4_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10472, '1817', 606, 'soft_sofa_norja_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10473, '8831', 606, 'purablk_c16_mdl5_4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10474, '3993', 606, 'picnic_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10475, '174', 606, 'A2 AMME', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10476, '3981', 606, 'picnic_pillow_yel', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10477, '3988', 606, 'picnic_pillow_blu', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10478, '3992', 606, 'picnic_pillow', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10479, '3125', 606, 'env_tree3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10480, '3961', 606, 'anna_sofa_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10481, '1818', 606, 'soft_sofa_norja_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10482, '3570', 606, 'bw_van_p', 7, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10483, '35', 606, 'sofa_polyfon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10484, '3260', 607, 'ktchn_desk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10485, '54', 607, 'A1 PPA', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10486, '4632', 607, 'js_exe_s_table', 3, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10487, '25', 607, 'A1 LTP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10488, '130', 607, 'A1 BTP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10489, '3953', 607, 'anna_table_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10490, '153', 607, 'smooth_table_polyfon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10491, '48', 608, 'A2 S2A', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10492, '1898', 608, 'bed_polyfon_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10493, '1899', 608, 'bed_polyfon_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10494, '2937', 608, 'hween08_bed2', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10495, '4898', 608, 'pixel_bed_red', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10496, '10096', 608, 'coralking_c18_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10497, '245', 609, 'a1 armkp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10498, '246', 609, 'a1 armdiv', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10499, '1951', 609, 'divider_nor2_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10500, '3077', 609, 'lc_coral_divider_low', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10501, '3078', 609, 'c_coral_divider_hi', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10502, '250', 609, 'divider_nor2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10503, '3642', 224, 'bb_rnd_tele', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10504, '5832', 224, 'easter14_teleport', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10505, '2978', 224, 'xmas08_telep', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10506, '3214', 224, 'sf_tele', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10507, '3550', 224, 'bw_tele', 6, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10508, '3990', 224, 'picnic_tele', 6, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10509, '61', 611, 'A2 MUR', 1, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10510, '40540', 611, 'DEV window_skyscraper', 1, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10511, '2693', 611, 'teleport_door', 5, 10, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10512, '40710', 611, 'party_shelf', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10513, '60', 611, 'A1 RMA', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10514, '40400', 611, 'DEV window_70s_narrow', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10515, '40420', 611, 'DEV window_basic', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10516, '6154', 612, 'bathroom_floortile1', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10517, '4912', 612, 'pixel_floor_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10518, '4896', 612, 'pixel_floor_brown', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10519, '4903', 612, 'pixel_floor_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10520, '4895', 612, 'pixel_floor_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10521, '4904', 612, 'pixel_floor_silver', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10522, '4897', 612, 'pixel_floor_yellow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10523, '180', 612, 'A2 KAAKELISIN', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10524, '183', 612, 'A2 KAAKELIPUN', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10525, '184', 612, 'A2 KAAKELIKELT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10526, '5707', 612, 'val14_largetile', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10527, '8414', 612, 'ktchn_c15_floor', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10528, '2958', 612, 'party_floor', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10529, '5711', 615, 'val14_door', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10530, '3699', 615, 'wf_glassdoor', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10531, '1862', 615, 'a7 silovi', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10532, '1861', 615, 'a6 silovi', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10533, '244', 615, 'divider_poly3', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10534, '4705', 615, 'vip_gate', 5, 200, 0, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (10535, '4722', 615, 'jetset_vault_door', 20, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '1');
+INSERT INTO `catalog_items` VALUES (10536, '5698', 615, 'val14_gate', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10537, '3254', 615, 'ktchn_gate', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10538, '247', 615, 'a2 armovi', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10539, '163', 616, 'A2 BONSAI', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10540, '4076', 616, 'lm_pond', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10541, '3163', 616, 'country wheat', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10542, '3115', 616, 'env_bushes', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10543, '3984', 616, 'picnic_wfall', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10544, '3162', 616, 'country_grass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10545, '3145', 616, 'country_soil', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10546, '41140', 616, 'country_forestwall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10547, '4871', 20, 'pixel_plantred', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10548, '4872', 20, 'pixel_plantpink', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10549, '4874', 20, 'pixel_plantblue', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10550, '4875', 20, 'pixel_plantgreen', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10551, '3164', 613, 'country corner', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10552, '3753', 613, 'es_geysir', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10553, '3165', 613, 'country_ditch', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10554, '4076', 613, 'lm_pond', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10555, '2591', 613, 'summer_pool blue', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10556, '2593', 613, 'summer_pool green', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10557, '2592', 613, 'summer_pool red', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10558, '3153', 613, 'country_rain', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10559, '3984', 613, 'picnic_wfall', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10560, '5706', 613, 'val14_fbath', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10561, '4643', 613, 'shallow', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10562, '3541', 613, 'bw_water_2', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10563, '3540', 613, 'bw_shower', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10564, '3831', 613, 'pond', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10565, '4472', 613, 'obstacle_water', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10566, '4476', 613, 'obstacle_water2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10567, '202', 605, 'DEV door', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10568, '41140', 223, 'country_forestwall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10569, '6122', 621, 'uni_pizza', 0, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10570, '4136', 621, 'usva4_lamp', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10571, '4170', 621, 'boutique_mannequin1', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10572, '3549', 621, 'bw_van', 7, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10573, '6148', 621, 'bathroom_shower1', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10574, '3125', 621, 'env_tree3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10575, '3875', 621, 'cubie_shelf_1_b', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10576, '2832', 621, 'blue diner_gumvendor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10577, '5710', 621, 'val14_archway', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10578, '8423', 621, 'ktchn_c15_sink', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10579, '46210', 621, 'lodge_c15_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10580, '1905', 621, 'bed_polyfon_one_6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10581, '3701', 617, 'wf_floor_switch1', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10582, '3857', 617, 'wf_cnd_has_furni_on', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10583, '3683', 617, 'Product_wf_promo9', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10584, '3663', 617, 'wf_act_move_rotate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10585, '5044', 617, 'highscore_classic_alltime', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10586, '3693:4;3703:4;3663:4;3689', 618, 'wf_arrowplate', 34, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10587, '3703;3699;3685;3688', 618, 'wf_trg_walks_on_furni', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10588, '3699;3685;3701;3668', 618, 'wf_glassdoor', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10589, '3683;3681', 618, 'Product_wf_promo9', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10590, '3675;3673;3666', 618, 'wf_trg_says_something', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10591, '3686:4;3671;3685', 618, 'wf_firegate', 25, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10592, '3163', 614, 'country wheat', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10593, '3145', 614, 'country_soil', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10594, '3129', 614, 'env_grass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10595, '4209', 614, 'horse_hayfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10596, '4229', 614, 'horse_sawdustfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10597, '4454', 614, 'horse_track1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10598, '3753', 620, 'es_geysir', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10599, '3645', 620, 'bb_counter', 3, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10600, '3497', 620, 'fball_ball3', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10601, '4390', 620, 'snowb_slope', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10602, '3739', 620, 'es_puck', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10603, '3792', 620, 'val11_floor', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10604, '3757:100;3758:50', 38, 'es_tile', 55, 50, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10605, '3757:10;3758:5', 38, 'es_tile', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10606, '3757:50;3758:25', 38, 'es_tile', 35, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10607, '2978', 412, 'xmas08_telep', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10608, '3494', 413, 'fball_bench', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10609, '3739', 413, 'es_puck', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10610, '3507', 413, 'fball_cote', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10611, '3499', 413, 'fball_light', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10612, '3500', 413, 'fball_audbench', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10613, '3525', 413, 'fball_counter', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10614, '3307', 413, 'ktchn_hlthNut', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10615, '3267', 413, 'urban_fence', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10616, '3275', 413, 'urban_fence_corner', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10617, '3640', 413, 'bb_fnc1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10618, '3639', 413, 'bb_knj2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10619, '3634', 413, 'bb_fnc1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10620, '3736', 413, 'es_skating_ice', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10621, '3792', 630, 'val11_floor', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10622, '3322', 623, 'petfood9', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10623, '1532', 623, 'petfood1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10624, '4070', 623, 'petfood25', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10625, '5755', 623, 'nest_gnome', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10626, '4828', 623, 'pet_basket_pink', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10627, '3895', 607, 'waasa_table1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10628, '3887', 607, 'waasa_table2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10629, '4152', 607, 'school_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10630, '9388', 609, 'val_c17_rosedivider', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10631, '9498', 609, 'santorini_c17_divider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10632, '2154', 609, 'a3 romantique_divider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10633, '2518', 609, 'a0 ropedivider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10634, '1991', 609, 'divider_nor5_2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10635, '11224', 570, 'clothing_spottedoctohat', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10636, '11225', 752, 'rainyday_c20_craftset', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10637, '11226', 752, 'rainyday_c20_woodentable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10638, '11227', 752, 'rainyday_c20_rainceilingwindow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10639, '11228', 752, 'rainyday_c20_paintset', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10640, '11229', 752, 'rainyday_c20_typewriter', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10641, '11230', 752, 'rainyday_c20_scentedcandles', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10642, '11231', 752, 'rainyday_c20_cosywhippet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10643, '11232', 752, 'rainyday_c20_woodendesk', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10644, '11233', 752, 'rainyday_c20_glowstars', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10645, '11234', 752, 'rainyday_c20_raindropwall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10646, '11235', 752, 'rainyday_c20_woodenfloor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10647, '11236', 752, 'rainyday_c20_snugblanket', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10648, '11237', 752, 'rainyday_c20_stackoflogs', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10649, '11238', 752, 'rainyday_c20_coathanger', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10650, '11239', 752, 'rainyday_c20_homebakes', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10651, '11240', 752, 'rainyday_c20_retrogames', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10652, '11241', 636, 'clothing_nt_starearrings', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10653, '11242', 570, 'clothing_starearrings', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10654, '11243', 570, 'clothing_glitzypurse', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10655, '11244', 636, 'clothing_nt_flapperdress', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10656, '11245', 570, 'clothing_chiseledface', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10657, '11246', 636, 'clothing_nt_modernshortwave', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10658, '11247', 753, 'habbo20_c20_artdecocarpet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10659, '11248', 636, 'clothing_nt_silkgloves', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10660, '11249', 753, 'habbo20_c20_balloons', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10661, '11250', 636, 'clothing_nt_slickedbackhair', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10662, '11251', 687, 'clothing_r20_glitzytux', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10663, '11252', 570, 'clothing_pencilmoustache', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10664, '11253', 636, 'clothing_nt_glitzypurse', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10665, '11254', 570, 'clothing_modernshortwave', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10666, '11255', 570, 'clothing_slickedbackhair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10667, '11256', 570, 'clothing_flapperdress', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10668, '11257', 636, 'clothing_nt_pencilmoustache', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10669, '11258', 753, 'habbo20_c20_artdecochair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10670, '11259', 570, 'clothing_silkgloves', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10671, '11260', 753, 'habbo20_c20_artdecobackdrop', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10672, '11261', 753, 'habbo20_c20_glitzytable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10673, '11262', 636, 'clothing_nt_chiseledface', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10674, '11263', 748, 'neonpunk_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10675, '11264', 748, 'neonpunk_c20_cupboard', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10676, '11265', 748, 'neonpunk_c20_strawberries', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10677, '11266', 748, 'neonpunk_c20_stool', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10678, '11267', 748, 'neonpunk_c20_lamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10679, '11268', 687, 'clothing_r20_neonpunkset', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10680, '11269', 748, 'neonpunk_c20_bed', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10681, '11270', 748, 'neonpunk_c20_stardeco', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10682, '11271', 748, 'neonpunk_c20_unicornposter', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10683, '11272', 748, 'neonpunk_c20_candylights', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10684, '11273', 748, 'neonpunk_c20_bows', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10685, '11274', 748, 'neonpunk_c20_carpet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10686, '11275', 748, 'neonpunk_c20_lights', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10687, '11276', 748, 'neonpunk_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10688, '11277', 748, 'neonpunk_c20_cubeseat', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10689, '11278', 748, 'neonpunk_c20_storage', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10690, '11279', 748, 'neonpunk_c20_plushiepile', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10691, '11280', 748, 'neonpunk_c20_plushie1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10692, '11281', 748, 'neonpunk_c20_dresser', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10693, '11282', 748, 'neonpunk_c20_food', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10694, '11283', 748, 'neonpunk_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10695, '11284', 748, 'neonpunk_c20_plushie2', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10696, '11285', 748, 'neonpunk_c20_plushie3', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10697, '11286', 748, 'neonpunk_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10698, '11287', 748, 'neonpunk_c20_bedsidetable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10699, '11288', 749, 'gothiccafe_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10700, '11289', 769, 'gothiccafe_c20_creamrolls', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10701, '11290', 749, 'gothiccafe_c20_bookcase', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10702, '11291', 749, 'gothiccafe_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10703, '11292', 749, 'gothiccafe_c20_teaplant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10704, '11293', 749, 'gothiccafe_c20_glass', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10705, '11294', 749, 'gothiccafe_c20_vase', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10706, '11295', 749, 'gothiccafe_c20_icetea', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10707, '11296', 749, 'gothiccafe_c20_donut', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10708, '11297', 749, 'gothiccafe_c20_coffeetable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10709, '11298', 749, 'gothiccafe_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10710, '11299', 687, 'clothing_r20_gothicset', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10711, '11300', 749, 'gothiccafe_c20_rosepainting', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10712, '11301', 749, 'gothiccafe_c20_shelf', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10713, '11302', 749, 'gothiccafe_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10714, '11303', 749, 'gothiccafe_c20_mochicake', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10715, '11304', 749, 'gothiccafe_c20_counter', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10716, '11305', 749, 'gothiccafe_c20_rug', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10717, '11306', 749, 'gothiccafe_c20_windoor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10718, '11307', 749, 'gothiccafe_c20_armchair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10719, '11308', 760, 'habbo20_r20_crackable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10720, '11309', 760, 'habbo20_c20_crackable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10721, '11310', 191, 'habbo20_c20_blackgoldballoon', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10722, '11311', 204, 'clothing_h20th', 1, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10723, '11312', 191, 'habbo20_c20_rosegoldballoon', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10724, '11313', 754, 'rare_blackrosegold_parasol', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10725, '11314', 754, 'rare_blackrosegold_icecream', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10726, '11315', 754, 'rare_blackrosegold_fountain', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10727, '11316', 691, 'rare_r20_candle', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10728, '11317', 754, 'rare_blackrosegold_beehive_bulb', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10729, '11318', 754, 'rare_blackrosegold_scifidoor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10730, '11319', 754, 'rare_blackrosegold_pillar', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10731, '11320', 754, 'rare_blackrosegold_pillow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10732, '11321', 754, 'rare_blackrosegold_wooden_screen', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10733, '11322', 754, 'rare_blackrosegold_barrier', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10734, '11323', 754, 'rare_blackrosegold_scifirocket', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10735, '11324', 754, 'rare_blackrosegold_marquee', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10736, '11325', 754, 'rare_blackrosegold_elephant_statue', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10737, '11326', 691, 'rare_r20_throne', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10738, '11327', 754, 'rare_blackrosegold_dragonlamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10739, '11328', 754, 'rare_blackrosegold_sleepingbag', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10740, '11329', 754, 'rare_blackrosegold_scifiport', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10741, '11330', 754, 'rare_blackrosegold_fan', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10742, '11331', 755, 'darkelegant_c20_flowerpot', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10743, '11332', 755, 'darkelegant_c20_smalltable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10744, '11333', 755, 'darkelegant_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10745, '11334', 755, 'darkelegant_c20_chair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10746, '11335', 755, 'darkelegant_c20_walldecor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10747, '11336', 755, 'darkelegant_c20_window', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10748, '11337', 755, 'darkelegant_c20_vanity', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10749, '11338', 755, 'darkelegant_c20_light', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10750, '11339', 755, 'darkelegant_c20_lionstatue', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10751, '11340', 755, 'darkelegant_c20_teaset', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10752, '11341', 755, 'darkelegant_c20_lamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10753, '11342', 755, 'darkelegant_c20_stool', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10754, '11343', 755, 'darkelegant_c20_cat', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10755, '11344', 755, 'darkelegant_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10756, '11345', 687, 'clothing_darkelegantset', 12, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10757, '11346', 755, 'darkelegant_c20_cupboard', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10758, '11347', 755, 'darkelegant_c20_bed', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10759, '11348', 755, 'darkelegant_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10760, '11349', 755, 'darkelegant_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10761, '11350', 755, 'darkelegant_c20_carpet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10762, '11351', 750, 'sunsetcafe_c20_duck', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10763, '11352', 750, 'sunsetcafe_c20_plant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10764, '11353', 750, 'sunsetcafe_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10765, '11354', 750, 'sunsetcafe_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10766, '11355', 750, 'sunsetcafe_c20_wallcorner', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10767, '11356', 750, 'sunsetcafe_c20_bench', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10768, '11357', 750, 'sunsetcafe_c20_benchcornerconcave', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10769, '11358', 750, 'sunsetcafe_c20_coffeemachine', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10770, '11359', 750, 'sunsetcafe_c20_logdecor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10771, '11360', 750, 'sunsetcafe_c20_swordfish', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10772, '11361', 750, 'sunsetcafe_c20_barcorner', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10773, '11362', 750, 'sunsetcafe_c20_lightupfloor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10774, '11363', 750, 'sunsetcafe_c20_bar', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10775, '11364', 750, 'sunsetcafe_c20_shallow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10776, '11365', 750, 'sunsetcafe_c20_drinks', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10777, '11366', 750, 'sunsetcafe_c20_logsteppingstones', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10778, '11367', 750, 'sunsetcafe_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10779, '11368', 756, 'darkmodern_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10780, '11369', 756, 'darkmodern_c20_incense', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10781, '11370', 756, 'darkmodern_c20_neonlight', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10782, '11371', 756, 'darkmodern_c20_folder', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10783, '11372', 756, 'darkmodern_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10784, '11373', 756, 'darkmodern_c20_creative', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10785, '11374', 756, 'darkmodern_c20_rug', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10786, '11375', 756, 'darkmodern_c20_display', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10787, '11376', 756, 'darkmodern_c20_speakers', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10788, '11377', 756, 'darkmodern_c20_pictures', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10789, '11378', 756, 'darkmodern_c20_bed', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10790, '11379', 756, 'darkmodern_c20_glassblockwall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10791, '11380', 756, 'darkmodern_c20_lowtable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10792, '11381', 756, 'darkmodern_c20_plant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10793, '11382', 756, 'darkmodern_c20_endtable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10794, '11383', 756, 'darkmodern_c20_reads', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10795, '11384', 756, 'darkmodern_c20_bunnylight', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10796, '11385', 756, 'darkmodern_c20_pillow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10797, '11386', 756, 'darkmodern_c20_desk', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10798, '11387', 756, 'darkmodern_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10799, '11388', 756, 'darkmodern_c20_hoomba', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10800, '11389', 756, 'darkmodern_c20_chair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10801, '11390', 756, 'darkmodern_c20_pug', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10802, '11391', 756, 'darkmodern_c20_shelf', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10803, '11392', 756, 'darkmodern_c20_lamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10804, '11393', 756, 'darkmodern_c20_tubelights', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10805, '11394', 756, 'darkmodern_c20_tv', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10806, '11395', 756, 'darkmodern_c20_floorlight', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10807, '11396', 751, 'zengarden_c20_stonebench', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10808, '11397', 751, 'zengarden_c20_peacedog', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10809, '11398', 687, 'clothing_r20_harmonyset', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10810, '11399', 751, 'zengarden_c20_spikeyplant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10811, '11400', 751, 'zengarden_c20_stonetable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10812, '11401', 751, 'zengarden_c20_door', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10813, '11402', 751, 'zengarden_c20_rootplant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10814, '11403', 751, 'zengarden_c20_light', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10815, '11404', 751, 'zengarden_c20_roof', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10816, '11405', 751, 'zengarden_c20_plankfloor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10817, '11406', 751, 'zengarden_c20_roofcorner', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10818, '11407', 751, 'zengarden_c20_moss', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10819, '11408', 751, 'zengarden_c20_goldenmobile', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10820, '11409', 751, 'zengarden_c20_pebbles', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10821, '11410', 751, 'zengarden_c20_bamboo', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10822, '11411', 751, 'zengarden_c20_divider', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10823, '11412', 751, 'zengarden_c20_glasspond', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10824, '11413', 753, 'habbo20_c20_trophybronze', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10825, '11414', 753, 'habbo20_c20_trophyblock', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10826, '11415', 753, 'habbo20_c20_trophygold', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10827, '11416', 753, 'habbo20_c20_trophylooks', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10828, '11417', 753, 'habbo20_c20_trophydesign', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10829, '11418', 753, 'habbo20_c20_trophysilver', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10830, '11419', 753, 'habbo20_c20_trophyvideo', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10831, '11420', 307, 'CF_1500_suitcase2', 1500, 0, 0, 1, 0, 0, 27, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (10834, '19894', 13, 'floor_single_101', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10835, '19894', 13, 'floor_single_102', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10836, '19894', 13, 'floor_single_103', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10837, '19894', 13, 'floor_single_104', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10838, '19894', 13, 'floor_single_105', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10839, '19894', 13, 'floor_single_106', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10840, '19894', 13, 'floor_single_107', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10841, '19894', 13, 'floor_single_108', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10842, '19894', 13, 'floor_single_109', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10843, '19894', 13, 'floor_single_110', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10844, '19894', 13, 'floor_single_111', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10845, '19894', 13, 'floor_single_201', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10846, '19894', 13, 'floor_single_201', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10847, '19894', 13, 'floor_single_202', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10848, '19894', 13, 'floor_single_202', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10849, '19894', 13, 'floor_single_203', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10850, '19894', 13, 'floor_single_203', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10851, '19894', 13, 'floor_single_204', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10852, '19894', 13, 'floor_single_204', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10853, '19894', 13, 'floor_single_205', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10854, '19894', 13, 'floor_single_205', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10855, '19894', 13, 'floor_single_206', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10856, '19894', 13, 'floor_single_206', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10857, '19894', 13, 'floor_single_207', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10858, '19894', 13, 'floor_single_207', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10859, '19894', 13, 'floor_single_208', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10860, '19894', 13, 'floor_single_209', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10861, '19894', 13, 'floor_single_209', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10862, '19894', 13, 'floor_single_210', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10863, '19894', 13, 'floor_single_210', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10864, '19894', 13, 'floor_single_211', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10865, '19894', 13, 'floor_single_211', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10866, '19894', 13, 'floor_single_301', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10867, '19894', 13, 'floor_single_302', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10868, '19894', 13, 'floor_single_303', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10869, '19894', 13, 'floor_single_304', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10870, '19894', 13, 'floor_single_305', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10871, '19894', 13, 'floor_single_306', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10872, '19894', 13, 'floor_single_307', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10873, '19894', 13, 'floor_single_401', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10874, '19894', 13, 'floor_single_402', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10875, '19894', 13, 'floor_single_403', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10876, '19894', 13, 'floor_single_404', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10877, '19894', 13, 'floor_single_405', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10878, '19894', 13, 'floor_single_406', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10879, '19894', 13, 'floor_single_407', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10880, '19894', 13, 'floor_single_408', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10881, '19894', 13, 'floor_single_409', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10882, '19894', 13, 'floor_single_410', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10883, '19896', 13, 'wallpaper_single_101', 1, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10884, '19896', 13, 'wallpaper_single_102', 1, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10885, '19896', 13, 'wallpaper_single_103', 1, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10886, '19896', 13, 'wallpaper_single_104', 1, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10887, '19896', 13, 'wallpaper_single_105', 1, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10888, '19896', 13, 'wallpaper_single_106', 1, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10889, '19896', 13, 'wallpaper_single_107', 1, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10890, '19896', 13, 'wallpaper_single_108', 1, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10891, '19896', 13, 'wallpaper_single_109', 1, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10892, '19896', 13, 'wallpaper_single_110', 1, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10893, '19896', 13, 'wallpaper_single_111', 1, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10894, '19896', 13, 'wallpaper_single_112', 1, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10895, '19896', 13, 'wallpaper_single_113', 1, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10896, '19896', 13, 'wallpaper_single_114', 1, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10897, '19896', 13, 'wallpaper_single_115', 1, 0, 0, 1, 0, 0, 115, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10898, '19896', 13, 'wallpaper_single_201', 1, 0, 0, 1, 0, 0, 201, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10899, '19896', 13, 'wallpaper_single_202', 1, 0, 0, 1, 0, 0, 202, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10900, '19896', 13, 'wallpaper_single_203', 1, 0, 0, 1, 0, 0, 203, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10901, '19896', 13, 'wallpaper_single_204', 1, 0, 0, 1, 0, 0, 204, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10902, '19896', 13, 'wallpaper_single_205', 1, 0, 0, 1, 0, 0, 205, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10903, '19896', 13, 'wallpaper_single_206', 1, 0, 0, 1, 0, 0, 206, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10904, '19896', 13, 'wallpaper_single_207', 1, 0, 0, 1, 0, 0, 207, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10905, '19896', 13, 'wallpaper_single_208', 1, 0, 0, 1, 0, 0, 208, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10906, '19896', 13, 'wallpaper_single_209', 1, 0, 0, 1, 0, 0, 209, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10907, '19896', 13, 'wallpaper_single_210', 1, 0, 0, 1, 0, 0, 210, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10908, '19896', 13, 'wallpaper_single_211', 1, 0, 0, 1, 0, 0, 211, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10909, '19896', 13, 'wallpaper_single_212', 1, 0, 0, 1, 0, 0, 212, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10910, '19896', 13, 'wallpaper_single_213', 1, 0, 0, 1, 0, 0, 213, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10911, '19896', 13, 'wallpaper_single_214', 1, 0, 0, 1, 0, 0, 214, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10912, '19896', 13, 'wallpaper_single_215', 1, 0, 0, 1, 0, 0, 215, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10913, '19896', 13, 'wallpaper_single_216', 1, 0, 0, 1, 0, 0, 216, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10914, '19896', 13, 'wallpaper_single_217', 1, 0, 0, 1, 0, 0, 217, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10915, '19896', 13, 'wallpaper_single_218', 1, 0, 0, 1, 0, 0, 218, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10916, '19896', 13, 'wallpaper_single_301', 1, 0, 0, 1, 0, 0, 301, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10917, '19896', 13, 'wallpaper_single_302', 1, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10918, '19896', 13, 'wallpaper_single_303', 1, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10919, '19896', 13, 'wallpaper_single_304', 1, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10920, '19896', 13, 'wallpaper_single_305', 1, 0, 0, 1, 0, 0, 305, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10921, '19896', 13, 'wallpaper_single_306', 1, 0, 0, 1, 0, 0, 306, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10922, '19896', 13, 'wallpaper_single_307', 1, 0, 0, 1, 0, 0, 307, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10923, '19896', 13, 'wallpaper_single_401', 1, 0, 0, 1, 0, 0, 401, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10924, '19896', 13, 'wallpaper_single_402', 1, 0, 0, 1, 0, 0, 402, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10925, '19896', 13, 'wallpaper_single_403', 1, 0, 0, 1, 0, 0, 403, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10926, '19896', 13, 'wallpaper_single_404', 1, 0, 0, 1, 0, 0, 404, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10927, '19896', 13, 'wallpaper_single_405', 1, 0, 0, 1, 0, 0, 405, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10928, '19896', 13, 'wallpaper_single_406', 1, 0, 0, 1, 0, 0, 406, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10929, '19896', 13, 'wallpaper_single_407', 1, 0, 0, 1, 0, 0, 407, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10930, '19896', 13, 'wallpaper_single_408', 1, 0, 0, 1, 0, 0, 408, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10931, '19896', 13, 'wallpaper_single_501', 1, 0, 0, 1, 0, 0, 503, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10932, '19896', 13, 'wallpaper_single_502', 1, 0, 0, 1, 0, 0, 68, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10933, '19896', 13, 'wallpaper_single_503', 1, 0, 0, 1, 0, 0, 503, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10934, '19896', 13, 'wallpaper_single_504', 1, 0, 0, 1, 0, 0, 504, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10935, '19896', 13, 'wallpaper_single_505', 1, 0, 0, 1, 0, 0, 505, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10936, '19896', 13, 'wallpaper_single_506', 1, 0, 0, 1, 0, 0, 506, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10937, '19896', 13, 'wallpaper_single_507', 1, 0, 0, 1, 0, 0, 507, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10938, '19896', 13, 'wallpaper_single_508', 1, 0, 0, 1, 0, 0, 508, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10939, '19896', 13, 'wallpaper_single_601', 1, 0, 0, 1, 0, 0, 601, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10940, '19896', 13, 'wallpaper_single_602', 1, 0, 0, 1, 0, 0, 602, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10941, '19896', 13, 'wallpaper_single_603', 1, 0, 0, 1, 0, 0, 603, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10942, '19896', 13, 'wallpaper_single_604', 1, 0, 0, 1, 0, 0, 604, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10943, '19896', 13, 'wallpaper_single_605', 1, 0, 0, 1, 0, 0, 605, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10944, '19896', 13, 'wallpaper_single_606', 1, 0, 0, 1, 0, 0, 606, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10945, '19896', 13, 'wallpaper_single_607', 1, 0, 0, 1, 0, 0, 607, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10946, '19896', 13, 'wallpaper_single_608', 1, 0, 0, 1, 0, 0, 608, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10947, '19896', 13, 'wallpaper_single_609', 1, 0, 0, 1, 0, 0, 609, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10948, '19896', 13, 'wallpaper_single_610', 1, 0, 0, 1, 0, 0, 610, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10949, '19896', 13, 'wallpaper_single_701', 1, 0, 0, 1, 0, 0, 701, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10950, '19896', 13, 'wallpaper_single_702', 1, 0, 0, 1, 0, 0, 702, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10951, '19896', 13, 'wallpaper_single_703', 1, 0, 0, 1, 0, 0, 703, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10952, '19896', 13, 'wallpaper_single_704', 1, 0, 0, 1, 0, 0, 704, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10953, '19896', 13, 'wallpaper_single_705', 1, 0, 0, 1, 0, 0, 705, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10954, '19896', 13, 'wallpaper_single_706', 1, 0, 0, 1, 0, 0, 706, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10955, '19896', 13, 'wallpaper_single_707', 1, 0, 0, 1, 0, 0, 707, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10956, '19896', 13, 'wallpaper_single_708', 1, 0, 0, 1, 0, 0, 708, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10957, '19896', 13, 'wallpaper_single_709', 1, 0, 0, 1, 0, 0, 709, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10958, '19896', 13, 'wallpaper_single_710', 1, 0, 0, 1, 0, 0, 710, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10959, '19896', 13, 'wallpaper_single_801', 1, 0, 0, 1, 0, 0, 801, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10960, '19896', 13, 'wallpaper_single_802', 1, 0, 0, 1, 0, 0, 802, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10961, '19896', 13, 'wallpaper_single_803', 1, 0, 0, 1, 0, 0, 803, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10962, '19896', 13, 'wallpaper_single_804', 1, 0, 0, 1, 0, 0, 804, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10963, '19896', 13, 'wallpaper_single_805', 1, 0, 0, 1, 0, 0, 805, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10964, '19896', 13, 'wallpaper_single_806', 1, 0, 0, 1, 0, 0, 806, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10965, '19896', 13, 'wallpaper_single_807', 1, 0, 0, 1, 0, 0, 807, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10966, '19896', 13, 'wallpaper_single_808', 1, 0, 0, 1, 0, 0, 808, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10967, '19896', 13, 'wallpaper_single_809', 1, 0, 0, 1, 0, 0, 809, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10968, '19896', 13, 'wallpaper_single_810', 1, 0, 0, 1, 0, 0, 810, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10969, '19896', 13, 'wallpaper_single_901', 1, 0, 0, 1, 0, 0, 901, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10970, '19896', 13, 'wallpaper_single_902', 1, 0, 0, 1, 0, 0, 902, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10971, '19896', 13, 'wallpaper_single_903', 1, 0, 0, 1, 0, 0, 903, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10972, '19896', 13, 'wallpaper_single_904', 1, 0, 0, 1, 0, 0, 904, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10973, '19896', 13, 'wallpaper_single_905', 1, 0, 0, 1, 0, 0, 905, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10974, '19896', 13, 'wallpaper_single_906', 1, 0, 0, 1, 0, 0, 906, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10975, '19896', 13, 'wallpaper_single_907', 1, 0, 0, 1, 0, 0, 907, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10976, '19896', 13, 'wallpaper_single_908', 1, 0, 0, 1, 0, 0, 908, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10977, '19896', 13, 'wallpaper_single_1001', 1, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10978, '19896', 13, 'wallpaper_single_1002', 1, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10979, '19896', 13, 'wallpaper_single_1003', 1, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10980, '19896', 13, 'wallpaper_single_1004', 1, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10981, '19896', 13, 'wallpaper_single_1005', 1, 0, 0, 1, 0, 0, 80, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10982, '19896', 13, 'wallpaper_single_1006', 1, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10983, '19896', 13, 'wallpaper_single_1007', 1, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10984, '19896', 13, 'wallpaper_single_1101', 1, 0, 0, 1, 0, 0, 1101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10985, '19896', 13, 'wallpaper_single_1201', 1, 0, 0, 1, 0, 0, 1201, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10986, '19896', 13, 'wallpaper_single_1301', 1, 0, 0, 1, 0, 0, 1301, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10987, '19896', 13, 'wallpaper_single_1401', 1, 0, 0, 1, 0, 0, 1401, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10988, '19896', 13, 'wallpaper_single_1501', 1, 0, 0, 1, 0, 0, 1501, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10989, '19896', 13, 'wallpaper_single_1601', 1, 0, 0, 1, 0, 0, 1601, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10990, '19896', 13, 'wallpaper_single_1701', 1, 0, 0, 1, 0, 0, 1701, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10991, '19896', 13, 'wallpaper_single_1801', 1, 0, 0, 1, 0, 0, 1801, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10992, '19896', 13, 'wallpaper_single_1901', 1, 0, 0, 1, 0, 0, 1901, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10993, '19896', 13, 'wallpaper_single_1902', 1, 0, 0, 1, 0, 0, 1902, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10994, '19896', 13, 'wallpaper_single_2001', 1, 0, 0, 1, 0, 0, 2001, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10995, '19896', 13, 'wallpaper_single_2002', 1, 0, 0, 1, 0, 0, 2002, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10996, '19896', 13, 'wallpaper_single_2003', 1, 0, 0, 1, 0, 0, 2003, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10997, '19896', 13, 'wallpaper_single_2101', 1, 0, 0, 1, 0, 0, 2101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10998, '19896', 13, 'wallpaper_single_2102', 1, 0, 0, 1, 0, 0, 2102, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (10999, '19896', 13, 'wallpaper_single_2103', 1, 0, 0, 1, 0, 0, 2103, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11000, '19896', 13, 'wallpaper_single_2201', 1, 0, 0, 1, 0, 0, 2201, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11001, '19896', 13, 'wallpaper_single_2202', 1, 0, 0, 1, 0, 0, 2202, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11002, '19896', 13, 'wallpaper_single_2203', 1, 0, 0, 1, 0, 0, 2203, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11003, '19896', 13, 'wallpaper_single_2204', 1, 0, 0, 1, 0, 0, 2204, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11004, '19896', 13, 'wallpaper_single_2205', 1, 0, 0, 1, 0, 0, 2205, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11005, '19896', 13, 'wallpaper_single_2206', 1, 0, 0, 1, 0, 0, 2206, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11006, '19896', 13, 'wallpaper_single_2301', 1, 0, 0, 1, 0, 0, 2301, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11007, '19896', 13, 'wallpaper_single_2302', 1, 0, 0, 1, 0, 0, 2302, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11008, '19896', 13, 'wallpaper_single_2303', 1, 0, 0, 1, 0, 0, 2303, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11009, '19896', 13, 'wallpaper_single_2304', 1, 0, 0, 1, 0, 0, 2304, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11010, '19896', 13, 'wallpaper_single_2401', 1, 0, 0, 1, 0, 0, 2401, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11011, '19896', 13, 'wallpaper_single_2402', 1, 0, 0, 1, 0, 0, 2402, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11012, '19896', 13, 'wallpaper_single_2403', 1, 0, 0, 1, 0, 0, 2403, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11013, '19896', 13, 'wallpaper_single_2501', 1, 0, 0, 1, 0, 0, 2501, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11014, '19896', 13, 'wallpaper_single_2502', 1, 0, 0, 1, 0, 0, 2502, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11015, '19896', 13, 'wallpaper_single_2503', 1, 0, 0, 1, 0, 0, 2503, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11016, '19896', 13, 'wallpaper_single_2504', 1, 0, 0, 1, 0, 0, 2504, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11017, '19896', 13, 'wallpaper_single_2601', 1, 0, 0, 1, 0, 0, 2601, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11018, '19896', 13, 'wallpaper_single_2602', 1, 0, 0, 1, 0, 0, 2602, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11019, '19896', 13, 'wallpaper_single_2603', 1, 0, 0, 1, 0, 0, 2603, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11020, '19896', 13, 'wallpaper_single_2604', 1, 0, 0, 1, 0, 0, 2604, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11021, '19896', 13, 'wallpaper_single_2701', 1, 0, 0, 1, 0, 0, 2701, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11022, '19896', 13, 'wallpaper_single_2702', 1, 0, 0, 1, 0, 0, 2702, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11023, '19896', 13, 'wallpaper_single_2703', 1, 0, 0, 1, 0, 0, 2703, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11024, '19896', 13, 'wallpaper_single_2704', 1, 0, 0, 1, 0, 0, 2704, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11025, '19896', 13, 'wallpaper_single_2801', 1, 0, 0, 1, 0, 0, 2801, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11026, '19896', 13, 'wallpaper_single_2802', 1, 0, 0, 1, 0, 0, 2802, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11027, '19896', 13, 'wallpaper_single_2803', 1, 0, 0, 1, 0, 0, 2803, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11028, '19896', 13, 'wallpaper_single_2804', 1, 0, 0, 1, 0, 0, 2804, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11029, '19896', 13, 'wallpaper_single_2901', 1, 0, 0, 1, 0, 0, 2901, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11030, '19896', 13, 'wallpaper_single_2902', 1, 0, 0, 1, 0, 0, 2902, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11031, '19896', 13, 'wallpaper_single_2903', 1, 0, 0, 1, 0, 0, 2903, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11032, '19896', 13, 'wallpaper_single_2904', 1, 0, 0, 1, 0, 0, 2904, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11033, '19896', 13, 'wallpaper_single_3001', 1, 0, 0, 1, 0, 0, 3001, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11034, '19896', 13, 'wallpaper_single_3002', 1, 0, 0, 1, 0, 0, 3002, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11035, '19896', 13, 'wallpaper_single_3003', 1, 0, 0, 1, 0, 0, 3003, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11036, '19896', 13, 'wallpaper_single_3004', 1, 0, 0, 1, 0, 0, 3004, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11037, '19896', 13, 'wallpaper_single_3101', 1, 0, 0, 1, 0, 0, 3101, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11038, '19896', 13, 'wallpaper_single_3102', 1, 0, 0, 1, 0, 0, 3102, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11039, '19896', 13, 'wallpaper_single_3103', 1, 0, 0, 1, 0, 0, 3103, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11040, '19896', 13, 'wallpaper_single_3104', 1, 0, 0, 1, 0, 0, 3104, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11041, '19896', 13, 'wallpaper_single_3105', 1, 0, 0, 1, 0, 0, 3105, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11042, '19896', 13, 'wallpaper_single_3106', 1, 0, 0, 1, 0, 0, 3106, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11048, '59972', 1000, 'rotating_roomdeal286', 99, 0, 0, 1, 0, 0, 1, -1, 0, '50200', '0', '0');
+INSERT INTO `catalog_items` VALUES (11049, '59973', 1001, 'rotating_roomdeal287', 99, 0, 0, 1, 0, 0, 1, -1, 0, '50201', '0', '0');
+INSERT INTO `catalog_items` VALUES (11050, '59974', 1002, 'rotating_roomdeal287', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50202', '0', '0');
+INSERT INTO `catalog_items` VALUES (11051, '59975', 1003, 'rotating_roomdeal280', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50203', '0', '0');
+INSERT INTO `catalog_items` VALUES (11052, '59976', 1004, 'rotating_roomdeal287', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50204', '0', '0');
+INSERT INTO `catalog_items` VALUES (11053, '59977', 1005, 'rotating_roomdeal287', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50205', '0', '0');
+INSERT INTO `catalog_items` VALUES (11054, '59978', 1006, 'rotating_roomdeal281', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50206', '0', '0');
+INSERT INTO `catalog_items` VALUES (11055, '11311', 753, 'clothing_h20th', 1, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (11056, '2064', 12, 'a0 CF_1_coin_bronze', 6, 0, 0, 5, 0, 0, 8, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (11057, '2067', 12, 'a0 CF_5_coin_silver', 21, 0, 0, 4, 0, 0, 12, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (11058, '2067', 12, 'a0 CF_5_coin_silver', 51, 0, 0, 10, 0, 0, 13, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (11059, '2063', 12, 'a0 CF_10_coin_gold', 51, 0, 0, 5, 0, 0, 14, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (11060, '2064', 12, 'a0 CF_1_coin_bronze', 11, 0, 0, 10, 0, 0, 9, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (11061, '2064', 12, 'a0 CF_1_coin_bronze', 21, 0, 0, 20, 0, 0, 10, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (11062, '2064', 12, 'a0 CF_1_coin_bronze', 51, 0, 0, 50, 0, 0, 11, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (11063, '11308', 760, 'habbo20_r20_crackable', 75, 75, 5, 1, 0, 0, 0, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (11064, '2064', 12, 'a0 CF_1_coin_bronze', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11065, '2067', 12, 'a0 CF_5_coin_silver', 6, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11066, '8', 26, 'room_ad_plus_badge', 0, 100, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
+INSERT INTO `catalog_items` VALUES (11068, '9232', 486, 'xmas_c16_egg', 50, 15, 5, 1, 0, 0, 1, -1, 0, '', '0', '0');
+INSERT INTO `catalog_items` VALUES (20500, '50512;2833;2822;2827;2816;2830;2819;2939;40600;8261;3704;8260;3707;9031;10240;10271;4373;4387;4835;3779;3776;3848;3786;43560;4151;8431;43390;3606;4342;4335;10258;10145;10162;4068;5984', 1110, 'targetoffer10500_bundle', 189, 189, 5, 1, 0, 0, 1, -1, 0, '', '0', '0');
+
+-- ----------------------------
+-- Table structure for catalog_items_bc
+-- ----------------------------
+DROP TABLE IF EXISTS `catalog_items_bc`;
+CREATE TABLE `catalog_items_bc` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `item_ids` varchar(666) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `page_id` int(0) NOT NULL,
+ `catalog_name` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `order_number` int(0) NOT NULL DEFAULT 1,
+ `extradata` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for catalog_items_limited
+-- ----------------------------
+DROP TABLE IF EXISTS `catalog_items_limited`;
+CREATE TABLE `catalog_items_limited` (
+ `catalog_item_id` int(0) NOT NULL,
+ `number` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL DEFAULT 0,
+ `timestamp` int(0) NOT NULL DEFAULT 0,
+ `item_id` int(0) NOT NULL DEFAULT 0,
+ UNIQUE INDEX `catalog_item_id`(`catalog_item_id`, `number`) USING BTREE,
+ INDEX `user_timestamp_index`(`user_id`, `timestamp`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for catalog_pages
+-- ----------------------------
+DROP TABLE IF EXISTS `catalog_pages`;
+CREATE TABLE `catalog_pages` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `parent_id` int(0) NOT NULL DEFAULT -1,
+ `caption_save` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `caption` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `page_layout` enum('default_3x3','club_buy','club_gift','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','spaces_new','soundmachine','guilds','guild_furni','info_duckets','info_rentables','info_pets','roomads','single_bundle','sold_ltd_items','badge_display','bots','pets','pets2','pets3','productpage1','room_bundle','recent_purchases','default_3x3_color_grouping','guild_forum','vip_buy','info_loyalty','loyalty_vip_buy','collectibles','petcustomization','frontpage_featured') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'default_3x3',
+ `icon_color` int(0) NOT NULL DEFAULT 1,
+ `icon_image` int(0) NOT NULL DEFAULT 1,
+ `min_rank` int(0) NOT NULL DEFAULT 1,
+ `order_num` int(0) NOT NULL DEFAULT 1,
+ `visible` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ `enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ `club_only` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `vip_only` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `page_headline` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `page_teaser` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `page_special` varchar(2048) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT '' COMMENT 'Gold Bubble: catalog_special_txtbg1 // Speech Bubble: catalog_special_txtbg2 // Place normal text in page_text_teaser',
+ `page_text1` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
+ `page_text2` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
+ `page_text_details` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
+ `page_text_teaser` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
+ `room_id` int(0) NULL DEFAULT 0,
+ `includes` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '' COMMENT 'Example usage: 1;2;3\r\n This will include page 1, 2 and 3 in the current page.\r\n Note that permissions are only used for the current entry.',
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `id`(`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1111 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of catalog_pages
+-- ----------------------------
+INSERT INTO `catalog_pages` VALUES (1, -1, 'front_page', 'Front Page', 'frontpage', 1, 213, 1, 1, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', '', '', '', 'Redeem a voucher code here:', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (373, 372, 'christmas', 'Christmas', 'default_3x3', 1, 168, 1, 1, '1', '0', '0', '0', 'catalog_header_xmas2013', 'catalog_xmas_teaser', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (375, 372, 'halloween', 'Halloween', 'default_3x3', 1, 34, 1, 4, '1', '0', '0', '0', 'catalog_header_hw15', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (376, 372, 'valentines_day', 'Valentines Day', 'default_3x3', 1, 62, 1, 3, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (8, 2, 'habbo_club', 'Habbo Club', 'vip_buy', 1, 172, 1, 11, '1', '1', '0', '0', 'catalog_club_headline1_en', 'club', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (9, 2, 'bots', 'Bots', 'bots', 1, 65, 1, 13, '1', '1', '0', '0', 'catalog_bots_headline1_en', 'catalog_bots_headline1_en', '', 'They walk, they talk, and they make the perfect addition to any room!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (10, 220, 'my_sales', 'My Sales', 'marketplace_own_items', 1, 70, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (11, 220, 'offers', 'Offers', 'marketplace', 1, 71, 1, 2, '1', '1', '0', '0', '', '', 'marketplace_offers', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (12, 2, 'credit_furni', 'Credit Furni', 'default_3x3', 1, 146, 1, 1, '1', '1', '0', '0', 'catalog_bank_headline1', 'catalog_bank_teaser', '', 'Habbo Exchange is where you can convert your Credits into a tradable currency. You can then use this currency to trade for Furni or just show off your riches in your room.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (2, -1, 'furni', 'Furni', 'default_3x3', 1, 263, 1, 2, '1', '1', '0', '0', 'catalog_header_roombuilder', 'cr_infopic3', '', '', 'Furni Shop', NULL, '', 0, '');
+INSERT INTO `catalog_pages` VALUES (586, 43, 'black_diner', 'Black Diner', 'default_3x3', 1, 204, 1, 2, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (587, 43, 'beige_diner', 'Beige Diner', 'default_3x3', 1, 204, 1, 1, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (594, 43, 'blue_diner', 'Blue Diner', 'default_3x3', 1, 204, 1, 2, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (625, 43, 'green_diner', 'Green Diner', 'default_3x3', 1, 204, 1, 3, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (626, 43, 'yellow_diner', 'Yellow Diner', 'default_3x3', 1, 204, 1, 6, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (627, 43, 'teal_diner', 'Teal Diner', 'default_3x3', 1, 204, 1, 9, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (628, 43, 'diner_accessories', 'Diner Accessories', 'default_3x3', 1, 204, 1, 10, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (13, 603, 'spaces', 'Spaces', 'spaces_new', 1, 225, 1, 8, '1', '1', '0', '0', 'look_feel_text', '', '', 'Floors, wallpapers, landscapes - get a groovy combination for your room. Use our virtual room preview below to test out the combinations before you buy. Select the design and colour you like and click buy.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (14, 2, 'limited_rares', 'Limited Rares', 'default_3x3', 1, 145, 1, 6, '1', '1', '0', '0', 'limited_header', 'catalog_limited_teaser_en', '', 'These are only available for a limited time!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (372, 5, 'seasonal_furni_lines', 'Seasonal Furni Lines', 'default_3x3', 1, 195, 1, 4, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (306, 603, 'windows', 'Windows', 'default_3x3', 1, 218, 1, 7, '1', '1', '0', '0', 'ctlg_windows_headline1_en', 'ctlg_windows_teaser1_en', '', 'Let some sunshine in! Our windows come in many styles to give a unique look to your room. Who said your room can\'t have a view?', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (16, 604, 'lighting', 'Lighting', 'default_3x3', 1, 115, 1, 6, '1', '1', '0', '0', 'catalog_dimmers_header1_en', 'catalog_dimmer_teaser_en', '', 'Check out the Mood Lights. Use these items to dim the light in your rooms. Try out different light settings with different wallpapers to see what you get. Talk about lighting with style!', NULL, NULL, 'Click on an item for details.', 0, '');
+INSERT INTO `catalog_pages` VALUES (464, 402, '2008', '2008', 'default_3x3', 1, 274, 1, 2, '1', '1', '0', '0', 'summer', 'catalog_teaser_beach_furni', '', 'Who hasn\'t dreamt of making a sandcastle they fit in? Now you can!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (503, 209, 'jet_set', 'Jet Set', 'default_3x3', 1, 237, 1, 39, '1', '0', '0', '0', 'jetset_header', 'jetset_yachtcomp', '', 'Live life to the fullest with our Jetset furni range. This is the Furni for those Habbos who like to throw obscenely huge parties and show off their style.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (17, 568, 'mode', 'Mode', 'default_3x3', 1, 39, 1, 7, '1', '1', '0', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (179, 180, 'aqua_pura', 'Aqua Pura', 'default_3x3_color_grouping', 1, 48, 1, 1, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (6, 675, 'furnimatic', 'Furnimatic', 'default_3x3', 1, 65, 7, 3, '0', '0', '0', '0', '', ' ', ' ', '', ' ', '', ' ', 0, '');
+INSERT INTO `catalog_pages` VALUES (281, 568, 'area', 'Area', 'default_3x3', 1, 14, 1, 1, '1', '1', '0', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'A chunky and sofisticated line for the down-to-earth, It\'s simplicty is beautful and will add a welcoming charm to every room.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (282, 209, 'country', 'Country', 'default_3x3', 1, 21, 1, 19, '1', '1', '0', '0', 'country_header1_en_001', 'country_teaser1', '', '\"Moving to the country, gonna eat a lot of peaches\"... The great outdoors is calling with the Country Furni range!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (277, 4, 'pet_animals', 'Pet Animals', 'pets3', 1, 8, 1, 1, '1', '1', '0', '0', 'catalog_pet_headline1_en', 'ctlg_pet_note', '', 'Pets are inhabitants of Habbo Hotel so each pet owner needs to know a bit about them. If you want to look after your pet properly, make sure you read the following points carefully.', 'A few things you should know:', '*You can place a pet in your room or take one for a walk with you in other rooms.\n*You can\'t trade your pet but they can follow you to friend\'s rooms to gather scratches.\n*You can have up to 50 pets in your room, but look after them all!\n\n\n*Look after your pet with food, water and treats. Check the Pets\' Accessories.\n*Unlock Badges and Achievements by Training your Pet.', 'Click your Pet and hit the \"Train\" button to get a list of commands that will level up your Pet in no time!', 0, '');
+INSERT INTO `catalog_pages` VALUES (18, 568, 'lodge', 'Lodge', 'default_3x3', 1, 37, 1, 6, '1', '1', '0', '0', 'catalog_lodge_headline1', 'catalog_lodge_teaser1', '', 'For that splendid ski-lodge effect with an open fire and whisky on the sidebar. This range is for those who appreicate the true beauty of solid wood.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (19, 511, 'colourable_plasto', 'Colourable Plasto', 'default_3x3_color_grouping', 1, 46, 1, 1, '1', '1', '0', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (182, 568, 'bathroom', 'Bathroom', 'default_3x3', 1, 17, 1, 2, '1', '1', '0', '0', 'bathroom_catahead', 'bcbath_catateaser', '', 'Give yourself and your guests somewhere to freshen up - vital if you want to avoid nasty smells. Might be an idea to put your loo in a corner though.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (20, 602, 'vegetation', 'Vegetation', 'default_3x3', 1, 220, 1, 2, '1', '1', '0', '0', 'catalog_plants_headline1', 'catalog_plants_teaser1', '', 'Every room needs a plant! Not only do they bring a bit of the outside inside, they also enhance the air quality! And what better gift for a friend than a beautiful rose or elegant fruit tree...', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (559, 603, 'carpets', 'Carpets', 'default_3x3', 1, 116, 1, 4, '1', '1', '0', '0', 'catalog_rugs_headline1', 'catalog_rugs_teaser1', '', 'Rugs for all occasions, all non-slip and washable.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (21, 603, 'walls', 'Walls', 'default_3x3', 1, 122, 1, 3, '1', '1', '0', '0', 'catalog_walls_header_dyn', 'catalog_walls_teaser2_001', '', 'Bring the outdoors in with windows and posters. Transform your surroundings - your walls will never look bare again!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (22, 209, 'accessories', 'Accessories', 'default_3x3', 1, 11, 1, 2, '1', '1', '0', '0', 'catalog_extra_headline1', 'catalog_extra_teaser1', '', 'However you place your essential Furniture, it\'s the finishing touches that count!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (24, 209, 'base', 'Base', 'default_3x3', 1, 179, 1, 11, '1', '1', '0', '0', 'catalog_header_base', 'base_rentable_teaser', '', 'This colourful range of furni has everything you need to style out your room and build great spaces.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (299, 376, '2014_health_spa', '2014 - Health Spa', 'default_3x3', 1, 62, 1, 14, '1', '1', '0', '0', 'catalog_header_spa', 'catalog_teaser_spa', '', 'Sometimes, all you want is a nice relaxing spa day. With this furni line, you can enjoy one with your Valentine!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (25, 604, 'badge_display', 'Badge Display', 'badge_display', 1, 224, 1, 10, '1', '1', '0', '0', 'catalog_header_badgedisplay', 'badgedisplay_promo2', '', 'You worked hard to get your badges, right? Now\'s the time to show it off, grab a display case and choose your favorite badge to show off!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (26, 2, 'room_event', 'Room Event', 'roomads', 1, 55, 1, 3, '1', '1', '0', '0', 'events_header', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (27, 568, 'iced', 'Iced', 'default_3x3', 1, 72, 1, 4, '1', '1', '0', '0', 'catalog_iced_headline1', 'catalog_iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (28, 209, 'alhambra', 'Alhambra', 'default_3x3', 1, 12, 1, 4, '1', '1', '0', '0', 'alhambra_header', 'alhambra_teaser', '', 'For the cold Arabian nights and hot Arabian days, you\'ll need a palace.. And we have just what you need! Green blossom print should cover it just fine!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (302, 209, 'asian', 'Asian', 'default_3x3', 1, 15, 1, 9, '1', '1', '0', '0', 'catalog_asian_headline1', 'catalog_asian_teaser1', '', 'Ting tong! Ching chong? Ting chong ting, ping ping! I mean uh.. with our authentic Chinese furniture, you can make a beautiful oriental room!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (303, 209, 'bensalem', 'Bensalem', 'default_3x3', 1, 18, 1, 13, '1', '1', '0', '0', 'catalog_lc_headline2_en', 'catalog_lc_teaser1_en_001', '', 'Glub... glub... glub...', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (304, 700, 'executive', 'Executive', 'default_3x3', 1, 27, 1, 26, '1', '1', '0', '0', 'catalog_exe_headline1_en', 'catalog_exe_teaser_en', '', 'For the ultimate business man, the Executive range with its leather seats and Italian coffee is a dream! How about you try the easy lifestyle?', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (29, 209, 'glass', 'Glass', 'default_3x3', 1, 29, 1, 29, '1', '1', '0', '0', 'catalog_glass_headline1', 'catalog_glass_teaser1', '', 'You can really open up a space with this stylish glass furniture, just don\'t walk into it!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (30, 209, 'gothic', 'Gothic', 'default_3x3', 1, 30, 1, 30, '1', '1', '0', '0', 'catalog_gothic_headline1', 'catalog_gothic_teaser1', '', 'As the church bells ring out midnight, you walk through your cobbled hall lit by candles, throw yourself into your medieval throne and paint your nails black. This is what we imagined when we ordered this range!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (31, 209, 'japan', 'Japan', 'default_3x3', 1, 36, 1, 38, '1', '1', '0', '0', 'catalog_jap_headline1', 'catalog_jap_teaser3_en', '', 'We have sushi, tatami and katana\'s! I have no idea what the difference is, but I sure know its Japanese! Fulfil your fantasies and buy some today!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (32, 209, 'lost_tribe', 'Lost Tribe', 'default_3x3', 1, 38, 1, 44, '1', '1', '0', '0', 'losttribe', 'LT_teaser_en', '', 'Start your own tribal village with our ancient furniture, all carved from hard wearing stone. NOTE: Lava is hot, get an adult to help you.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (33, 209, 'neon', 'Neon', 'default_3x3', 1, 41, 1, 50, '1', '1', '0', '0', 'catalog_neon_header1_en', 'catalog_neon_teaser1_en', '', 'Party animals rejoice! Feel the base and reach for the lasers with the Neon Furni range - everything you need to get the party started!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (34, 209, 'relax', 'Relax', 'default_3x3', 1, 49, 1, 60, '1', '1', '0', '0', 'rela_header_en', 'rela_teaser_en', '', 'Relax after a busy day in the Welcome Lounge. Light a few candles, and chill out with a good read in a wicker chair. We understand the needs of a Wulles with a hectic lifestyle!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (35, 209, 'romantique', 'Romantique', 'default_3x3', 1, 50, 1, 61, '1', '1', '0', '0', 'catalog_romantique_headline1', 'catalog_rom_teaser_en', '', 'Found in a French barn, this sweet but sexily romantic range caters to every ladies needs. Just going to powder my nose!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (36, 209, 'scifi', 'Scifi', 'default_3x3', 1, 53, 1, 65, '1', '1', '0', '0', 'sf_header_en', 'sf_teaser_en', '', 'Sci Fi convention, outer space, the Moon, we have everything you need to make your own mystical, un-earthly room right here!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (37, 376, '2009_shalimar', '2009 - Shalimar', 'default_3x3', 1, 62, 1, 3, '1', '1', '0', '0', 'catalog_shal_header1_en', 'catalog_shal_teaser_en', '', 'Based on Bollywood!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (38, 219, 'freeze!', 'Freeze!', 'default_3x3', 1, 87, 1, 5, '1', '1', '0', '0', 'catalog_freeze_en', 'ctlg_teaser_es', '', 'Freeze!... and try the newest game to hit Wulles! Team up and plant snowball bombs to snap freeze your competitors. You could say it\'s so cool, it\'s frozen ;)', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (39, 526, 'pixel_collectibles', 'Pixel Collectibles', 'default_3x3', 1, 5, 1, 5, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (40, 7, 'ads_room_backgrounds', 'Ads Room Backgrounds', 'default_3x3', 1, 47, 6, 1, '1', '1', '0', '0', '', '', '', 'Use these to place images in your room. The mpu\'s go to a link when clicked; the AD one does not.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (41, 387, 'theatredome', 'Theatredome', 'default_3x3', 1, 264, 1, 25, '1', '1', '0', '0', 'catalog_header_classics', 'article_habboreport2', '', 'The Theatredrome is a very old and popular Public Room. It\'s hosted many campaigns from paying sponsors.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (42, 604, 'rollers', 'Rollers', 'default_3x3', 1, 222, 1, 9, '1', '1', '0', '0', 'catalog_roller_headline1', 'catalog_teaser_rollers_en', '', 'Move your imagination. This cool stuff is more than suitable for business and pleasure... Habbo rollers for games and queues. Now available in multipacks.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (43, 209, 'diner', 'Diner', 'default_3x3', 1, 204, 1, 23, '1', '0', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (44, 442, 'twilight', 'Twilight', 'default_3x3', 1, 52, 4, 66, '1', '1', '0', '0', 'catalog_twilight_header_en', 'ctlg_pic_ads_twi_mist', '', 'I\'ve never read the book, all I know is it has vampires playing basket ball and some heart throb called Edward Cullen, but the furni looks good!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (45, 219, 'battle_banzai', 'Battle Banzai', 'default_3x3', 1, 78, 1, 3, '1', '1', '0', '0', 'catalog_battleBanzai_header_en', 'catalog_battleBanzai_teaser', '', 'Bigger, Better, Bouncier - it\'s Battle Banzai! Now YOU set the rules for your own game, in your own room. You got the Banzai Power!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (272, 209, 'urban', 'Urban', 'default_3x3', 1, 32, 1, 77, '1', '1', '0', '0', 'urban_header_en', 'urban_teaser_en', '', 'New York City styled furni range, Urban is perfect for any street, alleyway or road. Rubbish bins, street lights and benches, all the Urban furniture you need!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (48, 526, 'automobile', 'Automobile', 'default_3x3', 1, 5, 1, 1, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (348, 557, 'v11_rares', 'V11 Rares', 'default_3x3', 1, 42, 6, 5, '1', '0', '0', '0', '', ' ', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (595, 219, 'chess', 'Chess', 'default_3x3', 1, 2, 1, 11, '1', '1', '0', '0', 'chessheader', 'spromo_Chess_Bundle', '', 'Who remembers the legendary Habbo Hotel Public Classics? Now you can recreate them any way you want.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (49, 442, 'goodbye_big_hand', 'Goodbye Big Hand', 'default_3x3', 1, 52, 4, 26, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (50, 376, '2010_bling', '2010 - Bling', 'default_3x3', 1, 62, 1, 5, '1', '1', '0', '0', 'catalog_header_bling_en', 'catalog_teaser_bling11', '', 'Did someone speak in glamour? Chic? Lux? So you\'re speaking the language of Bonnie Blonde, my friend!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (51, 209, 'organo', 'Organo', 'default_3x3', 1, 235, 1, 51, '1', '1', '0', '0', 'organo_cata_header', 'organo_teaser', '', 'The latest range from Ann Summers, the Orgie line. Made of soft, wipe clean plastic, its perfect for any three, four or fivesome!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (75, 277, 'dogs', 'Dogs', 'pets', 1, 24, 1, 13, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'Wet noses, paws and woofs! You\'re about to enter the world of Habbo Dogs. An adorable and cuddly ball of fur awaits you with a waggling tail.', 'Name your Dog:', 'Pick a colour:', 'Pick a breed:', 0, '');
+INSERT INTO `catalog_pages` VALUES (52, 234, 'pet_food', 'Pet Food', 'default_3x3', 1, 201, 1, 2, '1', '1', '0', '0', 'catalog_header_petfood', 'ctlg_pet_teaser1', '', 'Keep your Pet happy and healthy. Feed it and don\'t forget about exercise!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (463, 270, 'super_saver_subscription', '2011 - Super Saver Subscription', 'default_3x3', 1, 124, 5, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (53, 209, 'runway', 'Runway', 'default_3x3', 1, 74, 1, 62, '1', '1', '0', '0', 'runway_header_en', 'runway_teaser_en', '', 'Spice up your salon, hair parlour or boutique with our stylish yet practical range! From sewing machines to comfy seating, we\'ve got the perfect option for you.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (467, 209, 'school', 'School', 'default_3x3', 1, 130, 1, 64, '1', '1', '0', '0', 'ruletheschool_header', 'catalog_school_teaser', '', 'Sick of being told what to do? Want to be the boss of someone else for a change? Well now you can with our very own school range!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (76, 277, 'cats', 'Cats', 'pets', 1, 20, 1, 14, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'Fluff, whiskers, meows and purrs! These cute little critters make great playmates and will keep you entertained.', 'Name your Cat:', 'Pick a colour:', 'Pick a breed:', 0, '');
+INSERT INTO `catalog_pages` VALUES (77, 277, 'crocs', 'Crocs', 'pets', 1, 22, 1, 10, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'Scaly skin, growls and snaps! Security for your room or used to scare your friends - this surprisingly loving Croc can be yours.', 'Name your Croc:', 'Pick a colour:', 'Pick a breed:', 0, '');
+INSERT INTO `catalog_pages` VALUES (78, 277, 'terriers', 'Terriers', 'pets', 1, 66, 1, 7, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'The Cairn Terrier is one of the oldest terrier breeds. From the Scottish Highlands, it was used for hunting prey among the cairns! Different breeds have different colours!', 'Name your Terrier:', 'Pick a colour:', 'Pick a breed:\n', 0, '');
+INSERT INTO `catalog_pages` VALUES (79, 277, 'bears', 'Bears', 'pets', 1, 68, 1, 5, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'A large mammal that walks on the soles of its feet, with thick fur and a short tail. Did you know that bears are related to dogs and that most species are omnivorous?', 'Name your Bear:', NULL, 'Pick a breed:', 0, '');
+INSERT INTO `catalog_pages` VALUES (80, 277, 'pig', 'Pigs', 'pets', 1, 67, 1, 15, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'Finally an excuse to leave your room looking like a pigsty! Mischevious and cute, these little guys are out of the ordinary. Sweet and funny, a pet like no other!', 'Name your Pet Pig:', 'Pick a colour:', 'Pick a breed:\n', 0, '');
+INSERT INTO `catalog_pages` VALUES (523, 219, 'football', 'Football', 'default_3x3', 1, 56, 1, 6, '1', '1', '0', '0', 'catalog_football_001', 'flags', '', 'Whether you call it soccer, football or futbol... you can enjoy the game right here in Habbo! Get a ball and kick it, bounce it, pass it, control it and steal it!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (54, 209, 'prison', 'Prison', 'default_3x3', 1, 240, 1, 57, '1', '1', '0', '0', 'prisonheader', 'prisonteaser', '', 'Hey, he\'s escaping! Just kidding, no one\'s getting out of these high security cells!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (55, 209, 'tv_studio', 'TV Studio', 'default_3x3', 1, 136, 1, 76, '1', '1', '0', '0', 'header_studio', 'teaser_studio', '', 'The Studio range lets YOU be your own music producer!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (81, 277, 'lion', 'Lion', 'pets', 1, 76, 1, 8, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'A boisterous predator in nature, the lion has been tamed to be your fierce friend in Habbo Hotel.', 'Name your pet:', 'Choose a colour:', 'Choose a breed:\n', 0, '');
+INSERT INTO `catalog_pages` VALUES (82, 277, 'rhino', 'Rhino', 'pets', 1, 77, 1, 11, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'The Rhinoceros is an African herbivore that can weigh over a ton. It is proud and slightly aloof, but loyal and never let anything get in the way of a good time!', 'Name your pet:', 'Choose a colour:', 'Choose a breed:', 0, '');
+INSERT INTO `catalog_pages` VALUES (83, 277, 'spider', 'Spider', 'pets', 1, 95, 1, 12, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'One of the most feared creatures in nature, and perhaps the most misunderstood. The majority of Spiders have sharp fangs that inject venom into their prey- but don\'t worry, these spiders won\'t bite! Maybe...', '', 'Name your pet:', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (84, 277, 'turtle', 'Turtles', 'pets', 1, 126, 1, 9, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'Anything but slow, these guys are ready to ride the waves and swim laps at your beaches!', '', 'Name your Turtle:', NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (371, 387, 'welcome_lounge', 'Welcome Lounge', 'default_3x3', 1, 264, 1, 26, '1', '1', '0', '0', 'catalog_header_classics', 'article_habboreport2', '', 'This furni is from the second version of the Welcome Lounge; the first after moving from Shockwave to Flash.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (85, 680, 'chick', 'Chick', 'pets', 1, 107, 1, 99, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', NULL, '', 'Name your Dragon:', 'Select your colour/breed:\n', 0, '');
+INSERT INTO `catalog_pages` VALUES (56, 209, 'cubie', 'Cubie', 'default_3x3', 1, 100, 1, 20, '1', '1', '0', '0', 'catalog_cubie_header_en', 'catalog_cubie_teaser', '', 'It\'s sleek, it\'s modern, it\'s so darn cool it can barely stand itself... Introducing the Cubie Furni range! Give your Bachelor or Bachelorette pad a homely feel with a sophisticated twist.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (57, 209, 'waasa', 'Waasa', 'default_3x3', 1, 103, 1, 80, '1', '1', '0', '0', 'waasa_catalogue_header', 'waasa_teaser', '', 'Waasa is the perfect furniture for a chilled, laidback room. Especially good for students on a budget!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (370, 387, 'picnic', 'Picnic', 'default_3x3', 1, 264, 1, 21, '1', '1', '0', '0', 'catalog_header_classics', 'article_habboreport2', '', 'Picnic is one of the oldest, still-standing Public Rooms on Habbo.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (58, 442, 'american_idol', 'American Idol', 'default_3x3', 1, 52, 4, 3, '1', '1', '0', '0', 'catalog_header_AI1_en', 'catalog_teaser_idol', '', 'Host your own American Idol show with this replica furniture! All that\'s missing is a Randy Jackson lookalike!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (59, 209, 'kitchen', 'Kitchen', 'default_3x3', 1, 217, 1, 41, '1', '1', '0', '0', 'catalog_header_kitchen2015', 'teaser_kitchen2015', '', 'Fancy owning a Habbo restaurant? Or just love catering for Habbos in style? With this furni line you can REALLY get cooking!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (86, 277, 'frog', 'Frog', 'pets', 1, 97, 1, 16, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'Cute, green and slimy! Frogs come in a variety of colours and can be found all over the world. They are great jumpers and make great pets, but are harder to hold onto than a supermodel in a tornado.', '', 'Name your Frog:', NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (87, 277, 'dragon', 'Dragons', 'pets', 1, 109, 1, 6, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'Keepers of the Dragon, beware...their history is legendary... With their fiery breath and scaly skin, these mythical creatures are nothing but fierce!', '', 'Name your Dragon:', NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (60, 209, 'usva', 'USVA', 'default_3x3', 1, 129, 1, 78, '1', '0', '0', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (279, 503, 'jet_set', 'Jet Set', 'default_3x3', 1, 237, 1, 1, '1', '1', '0', '0', 'jetset_header', 'jetset_cashcomp2', '', 'Are you ready for the launch of the new Jet Set series? We are! Get ready to ride the waves on your yacht or jet ski and just relax in a tropical paradise.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (62, 209, 'mystics', 'Mystics', 'default_3x3', 1, 185, 1, 48, '1', '1', '0', '0', 'header_mystics', 'teaser_mystics', '', 'A mystic crystal has crashed outside the hotel bounds and is transforming the hotel into an infected wilderness. Will you fight for the side for good? Or will you fight for the side of evil and help the infection spread?', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (63, 218, 'triggers', 'Triggers', 'default_3x3', 1, 81, 1, 3, '1', '1', '0', '0', 'catalog_wired_header2_en', 'ctlg_pic_wired_triggers', '', 'Triggers let you define what needs to happen for an Effect to take place. To program a Trigger, place it in a room, double click on it and set it up! You need to stack an Effect with the Trigger to make it work.', NULL, NULL, 'Click to see how each Trigger works.', 0, '');
+INSERT INTO `catalog_pages` VALUES (604, 2, 'indoor_furni', 'Indoor Furni', 'default_3x3', 1, 112, 1, 7, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (603, 2, 'room_building', 'Room Building', 'default_3x3', 1, 63, 1, 8, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (602, 2, 'outdoor_furni', 'Outdoor Furni', 'default_3x3', 1, 220, 1, 9, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (64, 218, 'effects', 'Effects', 'default_3x3', 1, 82, 1, 4, '1', '1', '0', '0', 'catalog_wired_header3_en', 'ctlg_pic_wired_effects', '', 'Effects are what happens after you activate a Trigger. To program an Effect, place it in a room, double click on it and set it up! You will always need to stack a Trigger with the Effect to make it work.', NULL, '', 'Click on an item to see what the Effect does!', 0, '');
+INSERT INTO `catalog_pages` VALUES (65, 218, 'conditions', 'Conditions', 'default_3x3', 1, 83, 1, 5, '1', '1', '0', '0', 'catalog_wired_header4_en', 'ctlg_pic_wired_conditions', '', 'Conditions are specific things that need to be done before a Trigger will work. If you want to use a Condition, you will need to stack it with a Trigger and Effect.', NULL, '', 'Click on an item to see what the Condition does!', 0, '');
+INSERT INTO `catalog_pages` VALUES (369, 387, 'lido', 'Lido', 'default_3x3', 1, 264, 1, 17, '1', '1', '0', '0', 'catalog_header_classics', 'article_habboreport2', '', 'The Lido is where the famous \"Pool\'s Closed\" raid occured in 2006.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (66, 442, 'stray_pixels', 'Stray Pixels', 'default_3x3', 1, 52, 4, 61, '1', '1', '0', '0', 'StrayPixelsLogo', 'catalog_pxl_teaser2_nl', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (67, 209, 'mayan', 'Mayan', 'default_3x3', 1, 171, 1, 45, '1', '1', '0', '0', 'mayanheader2', 'mayanteaser', '', 'Just what you need to prove you survived the apocolypse!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (68, 209, 'african', 'African', 'default_3x3', 1, 233, 1, 3, '1', '1', '0', '0', 'african_header', 'african_catateaser', '', 'The new African furniture range is here!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (69, 209, 'anna', 'Anna', 'default_3x3', 1, 104, 1, 6, '1', '1', '0', '0', 'catalog_anna_header', 'catalog_anna_teaser', '', 'Make the new Anna range yours!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (70, 209, 'steampunk', 'Steampunk', 'default_3x3', 1, 180, 1, 67, '1', '1', '0', '0', 'catalog_header_steampunk', 'catalog_teaser_steampunk', '', 'Infuse your room design with the power of steam! This Steampunk line is a full set of building material to create amazing room designs that resemble an alternate retro-futuristic universe.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (71, 602, 'tents', 'Tents', 'default_3x3', 1, 223, 1, 6, '1', '1', '0', '0', 'catalog_header_tents', 'catalog_teaser_tents', '', 'Want some privacy? Go inside a tent to have private conversations in public places. Habbos outside will not see your chat nor will they see what\'s happening on the inside.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (72, 708, 'pirates', 'Pirates', 'default_3x3', 1, 190, 1, 53, '1', '1', '0', '0', 'catalog_header_pirate', 'pirate_bundle', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (367, 387, 'hotel_view', 'Hotel View', 'default_3x3', 1, 264, 1, 13, '1', '1', '0', '0', 'catalog_header_classics', 'HotelView', '', 'You can now make the Hotel in your own shape with this furni line.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (73, 442, 'calippo', 'Calippo', 'default_3x3', 1, 52, 4, 8, '1', '1', '0', '0', 'calippo_header_es', '', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (736, 675, 'special_trophies', 'Special Trophies', 'trophies', 1, 42, 6, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (737, 736, 'individual_trophies', 'Individual Trophies', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'These trophies don\'t follow the typical \"colour\" guidelines like normal trophies.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (74, 209, 'habbo_stars', 'Habbo Stars', 'default_3x3', 1, 196, 1, 32, '1', '1', '0', '0', 'habbostars1', 'habbostars2', '', 'Have you always wanted to be famous? Is singing, dancing, or acting your thing? Well we have the next best thing, Wulles Stars! Get your dancing feet on and make your name shine!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (575, 43, 'aquamarine_diner', 'Aquamarine Diner', 'default_3x3', 1, 204, 1, 8, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (359, 387, 'classic_lounge', 'Classic Lounge', 'default_3x3', 1, 264, 1, 2, '1', '1', '0', '0', 'catalog_header_classics', 'classiclounge', '', 'The Welcome Lounge is home not only to newer players, but old Habbo originals who come to guide the newer players or just chill with their friends.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (528, 442, 'nickelodeon', 'Nickelodeon', 'default_3x3', 1, 52, 4, 42, '1', '1', '0', '0', '', '', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (635, 684, 'valentines_rares', 'Valentines Rares', 'default_3x3', 1, 42, 1, 20, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (366, 387, 'library', 'Library', 'default_3x3', 1, 264, 1, 16, '1', '1', '0', '0', 'catalog_header_classics', 'Library', '', 'The room description was \"There\'s nothing like a good book...\"', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (104, 209, 'drago', 'Drago', 'default_3x3', 1, 110, 1, 24, '1', '1', '0', '0', 'drago_catalog_header2', 'drago_catalog_teaser2', '', 'Dungeon furniture, the perfect range to create your torturous cellars!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (105, 568, 'dark_pura', 'Dark Pura', 'default_3x3', 1, 48, 1, 10, '1', '0', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'The cleanest, freshest range. You can almost hear it breathe cool and tranquility within your room.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (374, 372, 'easter', 'Easter', 'default_3x3', 1, 181, 1, 2, '1', '0', '0', '0', 'catalog_easter_headline1', 'catalog_easter_teaser1', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (106, 209, 'boutique', 'Boutique', 'default_3x3', 1, 74, 1, 15, '1', '1', '0', '0', 'boutique_catalog_01', 'boutique_catalog_teaser_01', '', 'The boutique range is just the thing if you want to own a high end fashion store in Milan, but are on a budget.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (365, 387, 'club_mammoth', 'Club Mammoth', 'default_3x3', 1, 264, 1, 3, '1', '1', '0', '0', 'catalog_header_classics', 'jan18_classic11_internal', '', 'Club Mammoth was first opened to only HC and VIP (when it was introduced) members. The room description was \"Monumental and magnificant.\"', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (364, 387, 'star_lounge', 'Star Lounge', 'default_3x3', 1, 264, 1, 23, '1', '1', '0', '0', 'catalog_header_classics', 'spromo_Star_Lounge', '', 'While also popular, this room was also used for many Celebrity Visits.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (363, 387, 'oriental', 'Oriental', 'default_3x3', 1, 264, 1, 20, '1', '1', '0', '0', 'catalog_header_classics', 'spromo_Classic_Tea_Room', '', 'The room description was \"A soothing atmosphere and amazing tea brews.\"', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (362, 387, 'ice_cafe', 'Ice Cafe', 'default_3x3', 1, 264, 1, 14, '1', '1', '0', '0', 'catalog_header_classics', 'classic5_furnis', '', 'The Ice Cafe was used a a meeting place in Habbo Experience for Chaplin and his friends.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (107, 2, 'habbo_groups', 'Habbo Groups', 'guilds', 1, 203, 1, 15, '1', '1', '0', '0', 'catalog_groups_en', 'catalog_groupsteaser_en', '', 'Habbo Groups are a great way to stay in touch with your friends and share your interests with others. Each Group has a homeroom that can be decorated by other Group members, members can also purchase exclusive Group Furni that can be customised with your Group colours!', '', '* Get together with people you get together with!\r\n* Co-op room decorating for group members\r\n* Show off your group badge!\r\n* Get some neat Furni in your group\'s colours!', 'What\'s So Great About Habbo Groups?', 0, '');
+INSERT INTO `catalog_pages` VALUES (108, 107, 'group_furni', 'Group Furni', 'guild_furni', 1, 28, 1, 1, '1', '1', '0', '0', 'catalog_groups_en', '', 'guild_custom_furni', 'Show off your Group spirit with the new customisable Furni. Select your Group and then get your furni in your Groups colours.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (377, 372, 'new_years', 'New Years', 'default_3x3', 1, 91, 1, 5, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (109, 209, 'youtube', 'Youtube', 'default_3x3', 1, 188, 1, 83, '1', '1', '0', '0', 'catalog_header_tv', 'yttv', '', 'Remember when Habbo had YouTube TVs? Well it can again, with KrewsTube! Check it out at krews.org', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (110, 209, 'vikings', 'Vikings', 'default_3x3', 1, 208, 1, 79, '1', '1', '0', '0', 'vikings_catalog_header', 'catalog_teaser_vikings', '', 'From weapon racks and heads on spikes, to ornate hand-carved wooden chairs and benches. This furni has everything you need and more to create the Viking village of your dreams. With furni available in clan colours, you can display your true loyalty with pride!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (111, 269, 'palooza_2013', 'Palooza - 2013', 'default_3x3', 1, 227, 1, 1, '1', '1', '0', '0', 'catalog_teaser_palooza', 'catalog_teaser_palooza', '', 'Create your own stage and outdoor festival area. We\'ve got stages, fencing and even vending machines!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (112, 209, 'wild_wild_west', 'Wild Wild West', 'default_3x3', 1, 229, 1, 82, '1', '1', '0', '0', 'catalog_header_wwest', 'catalog_teaser_wildwest', '', 'From the Shoot\'em Up Saloon to the Sheriff\'s Office, and all the floor tiles, cacti and tumbleweeds in between...Wild West furni has made it\'s way to town.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (113, 387, 'club_nx', 'Club NX', 'default_3x3', 1, 264, 1, 4, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'On Habbo, there is a door at the top next to the bar that leads to Hallway 2.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (114, 209, 'habbo_university', 'Habbo University', 'default_3x3', 1, 230, 1, 33, '1', '1', '0', '0', 'university_new_furni_catalog_header', 'university_catalog_teaser', '', 'From pink and flowery, to hipster chic - Every Habbo has a style.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (88, 277, 'monkey', 'Pet Monkey', 'pets', 1, 166, 1, 2, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'This mischevious monkey has made his way into the hotel and into our hearts. From the tilted beret to his love of bunches of bananas- this Monkey is sure to liven up your Habbo life!', '', 'Name your Monkey:', NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (89, 277, 'horse', 'Pet Horse', 'pets', 1, 132, 1, 1, '1', '1', '0', '0', 'catalog_horse_header2_en', '', '', 'You can ride your horse around the Hotel and customize its body and hair colour.', '', 'Name your Horse:', NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (90, 680, 'bunny', 'Bunny', 'pets', 1, 148, 1, 99, '1', '1', '0', '0', 'babypets_cata_header', '', '', 'OINK! Partial to a good roll in the mud, these playful piggies have trotted into the hotel and are ready for fun!', '', 'Name your Piglet:', 'Select your colour/breed:\n', 0, '');
+INSERT INTO `catalog_pages` VALUES (115, 234, 'toys_and_accessories', 'Toys and Accessories', 'default_3x3', 1, 199, 1, 3, '1', '1', '0', '0', 'catalog_pet_headline2', 'catalog_teaser_pettoys', '', 'The baby pets are here! Take good care of them and keep them happy with our exciting range of food and toys!', '', NULL, 'Get some nice accessories for your pet.', 0, '');
+INSERT INTO `catalog_pages` VALUES (116, 209, 'attic', 'Attic', 'default_3x3', 1, 242, 1, 10, '1', '1', '0', '0', 'attic15_catalog_header', 'attic15_catalog_teaser', '', 'From squeaky floor boards to ancient furniture, the Attic 2015 furniture is now here!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (117, 222, 'alphabet_blocks', 'Alphabet Blocks', 'default_3x3_color_grouping', 1, 101, 1, 1, '1', '1', '0', '0', 'catalog_header_alpha1', 'catalog_teaser_alpha1', '', 'A... B... C... and Z, bitch...', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (118, 209, 'neo-habbo', 'Neo-Habbo', 'default_3x3', 1, 254, 1, 49, '1', '1', '0', '0', 'catalog_header_cpunk15', 'old_cypunk', '', 'Light-filled cityscapes and brightly lit skycrapers looming ovehead... This is the dark, dark furni line of the future. The future is called CyberPunk.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (361, 387, 'battleball', 'Battleball', 'default_3x3', 1, 264, 1, 1, '1', '1', '0', '0', 'catalog_header_classics', 'spromo_Blue_BB', '', 'The Battleball game was removed from Habbo along with Snowstorm as Sulake decided to concentrate more on improving other parts of the hotel. ', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (119, 442, 'habbo_mall', 'Habbo Mall', 'default_3x3', 1, 52, 4, 29, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (120, 209, 'ancients', 'Ancients', 'default_3x3', 1, 170, 1, 5, '1', '1', '0', '0', 'catalog_header_ancients', 'africa', '', 'Follow in the footsteps of the Ancients with these wonderous Ancient artifacts.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (493, 506, 'habbo_stories_winners', 'HABBO STORIES HERO POEM WINNERS', 'trophies', 1, 210, 1, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (121, 442, 'mad_scientist', 'Mad Scientist', 'default_3x3', 1, 52, 4, 37, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (122, 270, '2013_loyalty', '2013 - Loyalty', 'default_3x3', 1, 184, 5, 6, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (123, 442, 'spiderwick', 'Spiderwick', 'default_3x3', 1, 52, 4, 60, '1', '1', '0', '0', 'spiderwick', 'catalog_spw_teaser1_en', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (124, 345, 'around_the_world_2008', 'Around the World - 2008', 'default_3x3', 1, 56, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (126, 222, 'cone', 'Cone', 'default_3x3', 1, 244, 1, 3, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (127, 222, 'cylinder', 'Cylinder', 'default_3x3', 1, 245, 1, 4, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (128, 222, 'half_cylinder', 'Half Cylinder', 'default_3x3', 1, 251, 1, 5, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (129, 222, 'hemisphere', 'Hemisphere', 'default_3x3', 1, 247, 1, 6, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (130, 222, 'pyramid', 'Pyramid', 'default_3x3', 1, 248, 1, 7, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (131, 222, 'quarter_ring', 'Quarter Ring', 'default_3x3', 1, 249, 1, 8, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (132, 222, 'sphere', 'Sphere', 'default_3x3', 1, 250, 1, 9, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (133, 222, 'standing_half_cylinder', 'Standing Half Cylinder', 'default_3x3', 1, 246, 1, 10, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (134, 222, 'standing_triangular_prism', 'Standing Triangular Prism', 'default_3x3', 1, 252, 1, 11, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (135, 222, 'wedge', 'Wedge', 'default_3x3', 1, 253, 1, 12, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (136, 222, 'triangular_prism', 'Triangular Prism', 'default_3x3', 1, 28, 1, 13, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (137, 222, 'glass_panel', 'Glass Panel', 'default_3x3', 1, 28, 1, 15, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (138, 222, 'round', 'Round', 'default_3x3', 1, 28, 1, 30, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (139, 222, 'small', 'Small', 'default_3x3', 1, 28, 1, 31, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (140, 222, 'large', 'Large', 'default_3x3', 1, 28, 1, 20, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (141, 222, 'tile', 'Tile', 'default_3x3', 1, 28, 1, 14, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (142, 222, 'flower_hedge', 'Flower Hedge', 'default_3x3', 1, 28, 1, 16, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (143, 222, 'water', 'Water', 'default_3x3', 1, 28, 1, 17, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (144, 222, 'simple_wood', 'Simple Wood', 'default_3x3', 1, 28, 1, 18, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (145, 222, 'terra', 'Terra', 'default_3x3', 1, 28, 1, 19, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (146, 222, 'brick', 'Brick', 'default_3x3', 1, 28, 1, 21, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (147, 222, 'glass', 'Glass', 'default_3x3', 1, 28, 1, 22, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (148, 222, 'lava', 'Lava', 'default_3x3', 1, 28, 1, 23, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (149, 222, 'marble', 'Marble', 'default_3x3', 1, 28, 1, 24, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (150, 222, 'art_deco', 'Art Deco', 'default_3x3', 1, 28, 1, 25, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (151, 222, 'industrial', 'Industrial', 'default_3x3', 1, 28, 1, 26, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (152, 222, 'sand', 'Sand', 'default_3x3', 1, 28, 1, 27, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (153, 222, 'metal', 'Metal', 'default_3x3', 1, 28, 1, 28, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (154, 222, 'metal_crate', 'Metal Crate', 'default_3x3', 1, 28, 1, 29, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (155, 222, 'stone', 'Stone', 'default_3x3', 1, 28, 1, 32, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (156, 222, 'wool', 'Wool', 'default_3x3', 1, 28, 1, 33, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (157, 222, 'grass', 'Grass', 'default_3x3', 1, 28, 1, 34, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (158, 209, 'army_bootcamp', 'Army Bootcamp', 'default_3x3', 1, 259, 1, 7, '1', '1', '0', '0', 'catalog_header_army15', 'army_newfurni', '', 'Purchase the new in stock army/military based furni - from gun racks to choppers, no matter what item you\'re after; this section will have it!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (159, 387, 'infobus', 'Infobus', 'default_3x3', 1, 264, 1, 15, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The famous Infobus was only ever opened when staff were hosting events or discussions, whereas the park was always open.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (160, 387, 'game_hub', 'Game Hub', 'default_3x3', 1, 264, 1, 7, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'This room was the main collaboration shown of games and events between users and official Habbo staff.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (161, 209, 'paris', 'Paris', 'default_3x3', 1, 261, 1, 53, '1', '1', '0', '0', 'paris_header', 'paris_teaser', '', 'Always wanted to build a Paris designed room? Now is your chance with this brand new set of Paris furniture.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (162, 387, 'hall_of_habbo', 'Hall of Habbo', 'default_3x3', 1, 264, 1, 9, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'It is the least used Public Room, and features users who have won various competitions.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (271, 270, '2012_clouds', '2012 - Clouds', 'default_3x3', 1, 164, 5, 5, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (378, 374, 'classics', 'Classics', 'default_3x3', 1, 181, 1, 1, '1', '1', '0', '0', 'catalog_easter_headline1', 'catalog_easter_teaser1', '', 'Little birdies hatching from their eggs, pretty, dainty flowers blooming and cute rabbits bouncing in Spring meadows.. it\'s Easter!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (494, 506, 'heroic_acts_certificate', 'Heroic Acts Certificate', 'default_3x3', 1, 210, 1, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (163, 107, 'groups_forums', 'Groups Forums', 'guild_forum', 1, 207, 1, 2, '1', '1', '0', '0', 'catalog_groups_en', '', '', 'Group Forums are here!', '', 'What are Group Forums? \r\n\r\nForums allow you to effortlessly post, comment and discuss topics freely, without even leaving the Hotel!\n\nWho can start a forum? \n\nOnly a group owner can start a forum for their group.\n\nDo I need a Forum Terminal? \n\nYes - In order to start a Group Forum the group owner must first purchase a forum terminal for the group.\n\n\nFind out more about Group Forums here .\n\nPlease note, we will continue to add more functionalities to this feature in the near future.', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (659, 721, 'bonus_rare_17', 'Bonus Rare 17', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (660, 721, 'bonus_rare_18', 'Bonus Rare 18', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (661, 721, 'bonus_rare_19', 'Bonus Rare 19', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (662, 721, 'bonus_rare_16', 'Bonus Rare 16', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (663, 557, 'v1_rares', 'V1 Rares', 'default_3x3', 1, 42, 6, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (91, 680, 'bunny_bad', 'Bunny - Bad', 'pets', 1, 151, 1, 99, '1', '1', '0', '0', 'catalog_horse_header2_en', '', '', 'You can ride your horse around the Hotel and also customize its body and hair colour.', '', 'Name Your Horse:', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (199, 209, 'jurassic_habbo', 'Jurassic Habbo', 'default_3x3', 1, 260, 1, 40, '1', '1', '0', '0', 'dino_header', 'dino_teaser', '', 'The creatures of the Primeval times are back! With this furni line you can let pure space in a prehistorican shine!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (200, 3, 'outfits', 'Outfits', 'default_3x3', 1, 74, 1, 3, '1', '1', '0', '0', '', 'tradeableclothing_teaser', '', 'Different occasions require different outfits. To wear yours, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (576, 43, 'pink_diner', 'Pink Diner', 'default_3x3', 1, 204, 1, 7, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (201, 3, 'hairdos', 'Hairdos', 'default_3x3', 1, 74, 1, 4, '1', '1', '0', '0', '', 'tradeableclothing_teaser', '', 'Make sure you have a hairstyle for every occasion! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (202, 3, 'hats', 'Hats', 'default_3x3', 1, 74, 1, 5, '1', '1', '0', '0', '', 'tradeableclothing_teaser', '', 'Stay up to date with ALL of the latest headgear! To wear yours, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (310, 3, 'accessories', 'Accessories', 'default_3x3', 1, 74, 1, 6, '1', '1', '0', '0', '', 'tradeableclothing_teaser', '', 'Stay snazzy with this comprehensive collection of shiny accessories. To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (488, 373, '2018_city_festival', '2018 - City Festival', 'default_3x3', 1, 168, 1, 16, '1', '1', '0', '0', 'catalog_header_xmas2013', 'Winter_City_Festival', '', 'Make a beautiful Twinkly Stage and show off your Matryoshka Dolls!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (203, 3, 'dresses', 'Dresses', 'default_3x3', 1, 74, 1, 7, '1', '1', '0', '0', '', 'tradeableclothing_teaser', '', 'Dress to impress with these gorgeous, expertly crafted dresses! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (204, 3, 'shirts', 'Shirts', 'default_3x3', 1, 74, 1, 8, '1', '1', '0', '0', '', 'tradeableclothing_teaser', '', 'As the slightly smarter option, our shirts will dazzle your friends! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (487, 373, '2017_victorian', '2017 - Victorian', 'default_3x3', 1, 168, 1, 15, '1', '1', '0', '0', 'catalog_header_xmas2013', 'spromo_adventxmas17', '', 'More shopping, less markets. Big corporations ruined the Christmas markets; but at least they sell less of the same product for a higher price!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (205, 3, 'jackets', 'Jackets', 'default_3x3', 1, 74, 1, 9, '1', '1', '0', '0', '', 'tradeableclothing_teaser', '', 'Wrap up warm, but keep it super-stylish with our selection of jackets. To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (206, 3, 'trousers', 'Trousers', 'default_3x3', 1, 74, 1, 10, '1', '1', '0', '0', '', 'tradeableclothing_teaser', '', 'Bottom-half clothing for those slightly colder days. To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (486, 373, '2016_citadel', '2016 - Citadel', 'default_3x3', 1, 168, 1, 14, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas16_gen1', '', 'Even Santa\'s elves need to relax every now and then, and we found the furni they use for their relaxation!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (207, 3, 'skirts', 'Skirts', 'default_3x3', 1, 74, 1, 11, '1', '1', '0', '0', '', 'tradeableclothing_teaser', '', 'Show off your pixel-legs with our lovely selection of skirts! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (208, 3, 'shoes', 'Shoes', 'default_3x3', 1, 74, 1, 12, '1', '1', '0', '0', '', 'tradeableclothing_teaser', '', 'You can NEVER have too many pairs of shoes. To wear yours, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (485, 373, '2015_bavarian', '2015 - Bavarian', 'default_3x3', 1, 168, 1, 11, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas15_tease', '', 'Christmas markets are always buzzing, in tiny little villages and large cities. Would you plan it differently?', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (352, 8, 'vip', 'VIP', 'default_3x3', 1, 214, 1, 2, '1', '1', '0', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, '');
+INSERT INTO `catalog_pages` VALUES (354, 8, 'executive', 'Executive', 'default_3x3', 1, 214, 1, 4, '1', '1', '0', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, '');
+INSERT INTO `catalog_pages` VALUES (355, 8, 'alhambra', 'Alhambra', 'default_3x3', 1, 214, 1, 5, '1', '1', '0', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, '');
+INSERT INTO `catalog_pages` VALUES (356, 8, 'emojis', 'Emojis', 'default_3x3', 1, 214, 1, 6, '1', '1', '0', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, '');
+INSERT INTO `catalog_pages` VALUES (357, 8, 'bling', 'Bling', 'default_3x3', 1, 214, 1, 7, '1', '1', '0', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, '');
+INSERT INTO `catalog_pages` VALUES (358, 8, 'zodiac_statues', 'Zodiac Statues', 'default_3x3', 1, 214, 1, 8, '1', '1', '0', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, '');
+INSERT INTO `catalog_pages` VALUES (558, 680, 'cow_gold_box', 'Cow - Gold Box', 'single_bundle', 1, 271, 1, 99, '1', '1', '0', '0', 'cow_pet2', 'cow_pet2', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (442, 7, 'ad_sales', 'Ad Sales', 'default_3x3', 1, 10, 4, 9, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (491, 125, 'diamond_paintings', 'Diamond Paintings', 'default_3x3', 1, 92, 6, 5, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (483, 373, '2013_santa\'s_workshop', '2013 - Santa\'s Workshop', 'default_3x3', 1, 168, 1, 9, '1', '1', '0', '0', 'catalog_header_xmas2013', 'catalog_teaser_xmas2013', '', 'Santa needs time to come up with all the gift ideas, and his little helpers copy his blueprints. Here you can create his workshop!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (484, 373, '2014_tropical', '2014 - Tropical', 'default_3x3', 1, 168, 1, 10, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas14_newfurni_spromo_teaser', '', 'Wacky, wavy, inflatable, arm flailing tubemen! Party on for this hot Christmas.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (209, 2, 'furni_by_line', 'Furni By Line', 'pets3', 1, 197, 1, 10, '1', '0', '0', '0', '', 'furni_for_colection', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (482, 270, '2013_snowflakes', '2013 - Snowflakes', 'default_3x3', 1, 86, 5, 7, '1', '1', '0', '0', 'catalog_header_xmas2013', 'catalog_teaser_xmas2013', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (4, -1, 'pets', 'Pets', 'default_3x3', 1, 8, 1, 4, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (5, -1, 'building', 'Building', 'default_3x3', 1, 263, 1, 5, '1', '1', '0', '0', 'catalog_header_roombuilder', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (700, 209, 'executive', 'Executive', 'default_3x3', 1, 27, 1, 26, '1', '0', '0', '0', 'catalog_exe_headline1_en', 'catalog_exe_teaser_en', '', 'The Executive range is ideal for creating a sophisticated working environment, whether it be an office, a mafia headquarters or study!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (211, 218, 'add-ons', 'Add-Ons', 'default_3x3', 1, 85, 1, 6, '1', '1', '0', '0', 'catalog_wired_header5_en', 'ctlg_pic_wired_support_furniture', '', 'Use these simple Furni to bring extra spice to your Wired room. These are basic Furni, so you will still need Triggers, Effects and Conditions to make them work!', '', 'Use Triggers, Effects and Conditions to make these Furni work!', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (212, 209, 'gardening', 'Gardening', 'default_3x3', 1, 157, 1, 28, '1', '1', '0', '0', 'garden_catalog_header', 'garden_catalog_teaser', '', 'Be at one with nature!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (481, 373, '2012_castles', '2012 - Castles', 'default_3x3', 1, 168, 1, 8, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas_furni4', '', 'Santa may be a slave to all the children of the world, but he still deserves a castle.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (214, 209, 'stranded_jungle', 'Stranded Jungle', 'default_3x3', 1, 59, 1, 68, '1', '1', '0', '0', 'catalog_header_2016jungle', 'junglenewfurni', '', 'Step into a virtual world of survival, treacherous terrain and life-threatening tropical conditions... because the Stranded Jungle line is here!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (480, 373, '2011_gift_items', '2011 - Gift Items', 'default_3x3', 1, 168, 1, 6, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas11_catalog_teaser_01', '', 'Get your closest friend some gifts with these shiny new toys and accessories.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (215, 8, 'custom_rooms', 'Custom Rooms', 'default_3x3', 1, 125, 1, 10, '1', '1', '0', '0', 'catalog_blackhole_header_en', 'catalog_blackhole_teaser', '', 'Design your own custom room layouts with Stack Magic Tiles and Black holes. Stack your items to the ceiling or use them as dividers...the possibilities are endless!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (588, 3, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (216, 209, 'greek', 'Greek', 'default_3x3', 1, 31, 1, 31, '1', '0', '0', '0', 'greek_header', 'greek_catateaser', '', 'Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own pantheon with our realistic Greek range!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (217, 209, 'sports', 'Sports', 'default_3x3', 1, 56, 1, 66, '1', '1', '0', '0', 'catalog_sports_headline1_br', 'catalog_sports_teaser1', '', 'The whistle blows, but there\'s no track to practice on! Make your own before your trainer notices!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (479, 373, '2011_winter_cabin', '2011 - Winter Cabin', 'default_3x3', 1, 168, 1, 7, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas11_catalog_teaser_01', '', 'Keep yourself nice and toasty in a perfect cabin of your design.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (478, 270, '2010_snowflakes', '2010 - Snowflakes', 'default_3x3', 1, 86, 5, 2, '1', '1', '0', '0', 'catalog_header_xmas2013', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (477, 373, '2010_city', '2010 - City', 'default_3x3', 1, 168, 1, 5, '1', '1', '0', '0', 'catalog_header_xmas2013', '', '', 'The city is shining with the snow covering everything. Build your own high-street!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (260, 262, 'gift_box_i', 'Gift Box I', 'default_3x3', 1, 236, 7, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (261, 262, 'gift_box_ii', 'Gift Box II', 'default_3x3', 1, 236, 7, 2, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (262, 420, 'redeemable_cases', 'Redeemable Cases', 'default_3x3', 1, 99, 4, 5, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (218, 2, 'wired', 'Wired', 'pets3', 1, 80, 1, 12, '1', '0', '0', '0', 'catalog_wired_header1', 'ctlg_pic_teaser_wired', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (476, 373, '2009', '2009', 'default_3x3', 1, 168, 1, 4, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas2009_catalogue', '', 'Get yourself into the Christmas spirit with our selection of festive furni! From baubles to snow-Habbos, we\'ve got it all!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (219, 2, 'game_shop', 'Game Shop', 'pets3', 1, 202, 1, 14, '1', '0', '0', '0', 'game_shop_header', 'game_shop_teaser', '', 'Get your gamer gear on!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (220, 2, 'marketplace', 'Marketplace', 'pets3', 1, 69, 1, 17, '1', '1', '0', '0', 'catalog_marketplace_header_en', 'catalog_note_marketplace', '', 'Habbo Marketplace is a convenient and safe way to buy and sell items in Habbo.', 'How does the Habbo Marketplace work?', 'Buying items: Browse for the item you want to buy on the Marketplace Offers page and click Buy. We guarantee you\'ll get the item at the cheapest price available at the moment of purchase. No requirements needed.\r\n\r\nSelling items: You can sell any item which is tradable by selecting the item in your inventory and clicking on \'Sell in Marketplace\'. You also can use items currently in the Shop.\r\n\r\nNOTE: you can only sell 250 furni at a time.\r\n\r\nRequirements: To sell your Furni in the Marketplace you\'ll need a Trading Pass, which you can get completing the first steps of the Talent Track.', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (221, 4, 'baby_pet_animals', 'Baby Pet Animals', 'pets3', 1, 228, 1, 2, '1', '1', '0', '0', 'babypets_cata_header', 'ctlg_babypet_note', '', 'They\'re friendly. They\'re cute. They\'re here to win your hearts. Who are they? Baby pets! ALL NEW Kittens, puppies, piglets are storming their way through the hotel and joining the Bear Cubs and Terriers. Available via breeding boxes or sale.', 'A few things you should know:', '*You can place a pet in your room or take one for a walk with you in other rooms.\n*You can\'t trade your pet but they can follow you to friend\'s rooms to gather scratches.\n*You can have up to 50 pets in your room, but look after them all!\n\n\n*Look after your pet with food, water and treats.\nCheck the Pets\' Accessories.\n*Unlock Badges and Achievements by Training your Pet.', 'Click your Pet and hit the \"Train\" button to get a list of commands that will level up your Pet in no time!', 0, '');
+INSERT INTO `catalog_pages` VALUES (624, 7, 'clothing', 'Clothing', 'default_3x3', 1, 74, 5, 3, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (475, 373, '2008_arctic', '2008 - Arctic', 'default_3x3', 1, 168, 1, 2, '1', '1', '0', '0', 'catalog_arc_header1_en', 'catalog_arc_teaser1_en', '', 'It\'s a very cold winter this year, don\'t slip while building your own icy fortress!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (222, 5, 'builders_club', 'Builders Club', 'pets3', 1, 28, 1, 1, '1', '1', '0', '0', 'block_header', 'ctlg_bclub_note', '', '1 Block... 2 Block... Red Block... Blue Block!', '1 Block... 2 Block... Red\r\nBlock... Blue Block!', '\r\n\r\nWith dozens of all the colours and patterns to choose from, you can really let your creativity run wild!\r\nExclusive to Builders Club.', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (308, 2, 'purchase_history', 'Purchase History', 'recent_purchases', 1, 258, 1, 50, '0', '0', '0', '0', 'maquinas', 'historys', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (223, 602, 'backgrounds', 'Backgrounds', 'default_3x3', 1, 206, 1, 5, '1', '1', '0', '0', 'catalog_header_easter14_001', 'catalog_shal_teaser_da', '', 'Set the scene in your room properly with one of these backgrounds.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (224, 604, 'teleports', 'Teleports', 'default_3x3', 1, 120, 1, 8, '1', '1', '0', '0', 'catalog_doors_headline1', 'catalog_door_a', '', 'Beam yourself from one room to another with our space-age teleports. Buy a pair, put one in each room and you\'ve got your own suite! IMPORTANT: teleports are always sold in pairs except for the Random Banzai Teleport.', '', NULL, 'Click on an item for details.', 0, '');
+INSERT INTO `catalog_pages` VALUES (225, 604, 'trophies', 'Trophies', 'trophies', 1, 221, 1, 11, '1', '1', '0', '0', 'trophies', '', '', 'Everyone\'s a winner, baby! And now you can reward them all with our fabulous glittering array of bronze, silver and gold trophies.\n\nFirst choose the trophy model by click the arrows. Then select the metal. Type your inscription below and we\'ll engrave it on the trophy along with your name and today\'s date.\nRemember - it\'s permanent!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (473, 373, 'classics', 'Classics', 'default_3x3', 1, 168, 1, 0, '1', '1', '0', '0', 'catalog_header_xmas2013', 'catalog_xmas_teaser', '', 'Christmas trees, poinsettas, and decorations. Back to the good old classic Christmas furni!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (471, 377, '2013', '2013', 'default_3x3', 1, 274, 1, 5, '1', '1', '0', '0', 'newyears', 'catal_fp_pic5', '', 'Make your New Years Resolution under the sparkling lights of this furni line.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (472, 377, '2015', '2015', 'default_3x3', 1, 274, 1, 6, '1', '1', '0', '0', 'newyears', 'ny_comeback', '', 'A classic party with bubbly and cupcakes, fun for the whole family.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (513, 511, 'black_plasto', 'Black Plasto', 'default_3x3', 1, 46, 1, 2, '1', '1', '0', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (379, 374, '2011_fungi', '2011 - Fungi', 'default_3x3', 1, 181, 1, 4, '1', '1', '0', '0', 'catalog_easter_headline1', 'easternew', '', 'Alongside flowers, sometimes fungi sprouts. While fungi is delicious, it can also be beautiful.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (429, 7, 'testing', 'Testing', 'default_3x3', 1, 10, 7, 12, '1', '1', '0', '0', '', '', '', 'This is the page Habbo uses for all their \"testing\" categorised furni.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (499, 498, 'ecotron_rewards_ii', 'Ecotron Rewards II', 'default_3x3', 1, 163, 1, 2, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (227, 219, 'how_to_play_banzai', 'How to Play Banzai', 'pets2', 1, 42, 1, 2, '1', '1', '0', '0', 'catalog_battleBanzai_header_en', 'catalog_battleBanzai_teaser', '', 'So how does it work? Read the instructions here and you\'ll be Banzai-ing in no time!', 'How to create your own \nBattle Banzai Arena:', '1. In your room, place Banzai tiles on the floor and barriers the playing field\r\n\r\n2. Add a Team portal for each team (max 4: blue,\r\npink, yellow, and green)\r\n \r\n3. Place a Counter and Scoreboards on the playing field\r\n\r\n4. Click the Counter to launch the game!\r\n\r\n5.Jump on the tiles to colour them, jump 3 times to lock - team with most points win!\r\n\r\n\r\n\r\n\r\nTip: Add drama with Pyramids, Dragons and Pucks - they work as obstacles and helpers!', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (380, 374, '2013', '2013', 'default_3x3', 1, 181, 1, 5, '1', '1', '0', '0', 'easter13_header', 'easter13_teaser', '', 'This line brings flowers, teleports and a couple of eggs with it. Check out the floral-inspired line below!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (381, 374, '2014_lagomorph_', '2014 - Lagomorph ', 'default_3x3', 1, 181, 1, 6, '1', '1', '0', '0', 'catalog_header_easter14_001', 'easternew', '', 'From shape shifting wall pieces to cryptic teleports, this years Easter furni line is sure to keep you guessing! Nothing is as it seems on this mind-bending island...', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (228, 219, 'how_to_play_freeze', 'How to Play Freeze!', 'pets2', 1, 42, 1, 4, '1', '1', '0', '0', 'catalog_freeze_en', 'ctlg_pet_note', '', 'Find out how you can make and host your own Freeze! game by reading the instructions below!', 'How to play Freeze!', '1. Place Tiles and Blocks in your room. Always place blocks on top of tiles! Add Team Gates, a Counter, an Exit Tile and Scoreboards.\n\n2. Ready? Let your friends choose a team. Each team can have up to five players. Then click the Counter\nto start!\n \n3. To place a Snowball, double click on the tile that you are standing on, or double click on a tile next to you. Blow up Blocks for power-ups!\n\n4. Last team standing wins!\n\n\n\n\nRemember: You will be warped to an Exit Tile when you lose all your lives.', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (229, 8, 'club_shop', 'Club Shop', 'default_3x3', 1, 214, 1, 3, '1', '1', '0', '0', 'catalog_header_hc', 'teaser_habboclub', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (230, 680, 'epic_pet', 'Epic Pet', 'default_3x3', 1, 42, 4, 8, '1', '1', '0', '0', '', '', '', 'Once purchased and placed, clicking it will give you a special pet.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (231, 604, 'wall_decorations', 'Wall decorations', 'default_3x3', 1, 219, 1, 7, '1', '1', '0', '0', 'catalog_gallery_headline1', 'catalog_posters_teaser1', '', 'Adorn your walls with wondrous works of art, posters, plaques and wall hangings. The Gallery is bursting with items to suit all tastes, from kitsch to cool, traditional to modern.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (102, 277, 'velociraptor', 'Velociraptor Pet', 'single_bundle', 1, 260, 1, 3, '1', '1', '0', '0', 'jurassic15_catalog_header', 'dino_pets', '', 'Swift and sneaky, these reptiles have a reputation for being somewhat high-maintenance, incredibly intellectual and endlessly troublesome! You\'ll often find them pondering over deeply philosophical questions, or enjoying the finer things in life, like pedicures and meat straight off the bone.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (232, 277, 'pterodactyl', 'Pterodactyl', 'single_bundle', 1, 260, 1, 4, '1', '1', '0', '0', 'jurassic15_catalog_header', 'dino_pets', '', 'These pterrific pets have a fierce appearance with long talons and sharp teeth, but their sweet nature always shines through! Ultra laid-back, these \'flying lizards\' love nothing more than spending time with their owner, soaring through the Hotel skies and eating their favourite food...the humble kale leaf.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (233, 2, 'room_bundles', 'Room Bundles', 'default_3x3', 1, 206, 1, 2, '1', '0', '0', '0', 'catalog_header_roombundle', '', 'bundlerooms', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (470, 377, '2011', '2011', 'default_3x3', 1, 274, 1, 3, '1', '1', '0', '0', 'catalog_header_year2011_en', 'catalog_teaser_year2011', '', 'A great way to celebrate the repeal of the Don\'t Ask, Don\'t Tell policy. Oh, and the New Year!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (3, -1, 'clothing', 'Clothing', 'default_3x3', 1, 37, 1, 3, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (234, 4, 'pet_equipment', 'Pet Equipment', 'default_3x3', 1, 226, 1, 3, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (235, 234, 'monkey_furni', 'Monkey Furni', 'default_3x3', 1, 128, 1, 8, '1', '1', '0', '0', 'catalog_pet_headline1_en', 'monkey_catalogue_teaser', '', 'Get exclusive Habbo Furni for your very own Pet Monkey!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (469, 377, '2010', '2010', 'default_3x3', 1, 274, 1, 2, '1', '1', '0', '0', 'newyears', 'catal_fp_pic5', '', 'Explosions and wavers, what a way to celebrate the first year without Bush.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (269, 209, 'palooza', 'Palooza', 'default_3x3', 1, 227, 1, 52, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (468, 377, '2012_china_town', '2012 - China Town', 'default_3x3', 1, 274, 1, 4, '1', '1', '0', '0', 'cny_header', 'cny_teaser', '', 'Celebrating all cultures is important for Habbos to get along!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (466, 506, 'sticky_notes', 'Sticky Notes', 'default_3x3', 1, 210, 1, 0, '1', '1', '0', '0', '', 'ctlg_pic_a2_slp', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (236, 345, 'virus_2016_fish_tanks', 'Virus - 2016 - Fish Tanks', 'default_3x3', 1, 56, 1, 5, '1', '1', '0', '0', 'catalog_rares_headline1_br', 'catalog_limited_teaser_fi', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (497, 345, 'the_lost_world', 'The Lost World', 'default_3x3', 1, 56, 1, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (459, 270, '2011_hearts', '2011 - Hearts', 'default_3x3', 1, 53, 5, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (460, 376, '2011_rollerskating', '2011 - Rollerskating', 'default_3x3', 1, 62, 1, 8, '1', '1', '0', '0', 'catalog_header_val12_2_en', 'catalog_love_teaser1', '', 'What better way to spend Valentines, than clinging to your Valentine as you skate?', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (457, 376, '2016_carnivale', '2016 - Carnivale', 'default_3x3', 1, 62, 1, 18, '1', '1', '0', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Cute kitties and some beautiful furni ornaments to perfect your romantic room.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (458, 376, '2018_bedroom', '2018 - Bedroom', 'default_3x3', 1, 62, 1, 20, '1', '1', '0', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'If you want to stay in bed for Valentines, I don\'t blame you! This is the furni line for you!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (404, 209, 'coco', 'Coco', 'default_3x3', 1, 127, 1, 17, '1', '1', '0', '0', 'catalog_teaser_coco', 'coconew', '', 'Wooden yet comfortable furniture that wouldn\'t look out of place in a treetop house!\n', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (456, 376, '2015_ancient_japan', '2015 - Ancient Japan', 'default_3x3', 1, 62, 1, 17, '1', '1', '0', '0', 'val15_cata_header', 'val15_teaser', '', 'Have a beautiful Picnic under a Sakura tree in Japan, with this Valentines line!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (238, 680, 'gnome', 'Gnome', 'single_bundle', 1, 200, 1, 99, '1', '1', '0', '0', 'catalog_header_gnomes', 'catalog_teaser_gnome', '', 'Give a Gnome a home. If you do, it will reward you with loads of fun. Watch it sit. Stand. Walk. It can even change states on your furni. Amazing creatures!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (15, 8, 'club_gifts', 'Club Gifts', 'club_gift', 1, 172, 1, 1, '0', '0', '0', '0', '', '', '', 'This is currently not coded in Morningstar.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (511, 568, 'plasto', 'Plasto', 'default_3x3', 1, 46, 1, 8, '1', '0', '0', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (512, 684, 'rainbow_plasto', 'Rainbow Plasto', 'default_3x3', 1, 46, 1, 12, '1', '1', '0', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (490, 599, 'hippo_statues', 'Hippo Statues', 'default_3x3', 1, 42, 4, 3, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (239, 262, 'club_tradable_boxes', 'Club Tradable Boxes', 'default_3x3', 1, 99, 7, 4, '1', '1', '0', '0', 'hc2_clubtitle', 'hcbcboxes', '', 'Say hello to tradable HC Boxes! Containing either 14 or 31-day chunks of Habbo Club membership, this type of furni is just perfect for trading', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (440, 387, 'hc_lounge', 'HC Lounge', 'default_3x3', 1, 264, 1, 11, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The bartender bot was called HankCupp, and the DJ bot called djDucketz.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (441, 387, 'franks_room', 'Franks Room', 'default_3x3', 1, 264, 1, 6, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'Frank has been the mascot of Habbo for many, many years.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (500, 498, 'ecotron_rewards_i', 'Ecotron Rewards I', 'default_3x3', 1, 163, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (455, 376, '2014_white_bling', '2014 - White Bling', 'default_3x3', 1, 62, 1, 16, '1', '1', '0', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Did someone speak in glamour? Chic? Lux? So you\'re speaking the language of Bonnie Blonde, my friend! Now in white!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (240, 376, '2013_love_locks', '2013 - Love Locks', 'default_3x3', 1, 62, 1, 13, '1', '1', '0', '0', 'valentines_catalog_header', 'val14_lovelock3', '', 'Friendship Padlocks are Furni that show how special your friends are. You and your friend need to be in your room. Put the Padlock in the Room, click 2x on it, and confirm the action. Once closed, your friendship will be saved forever, even if you trade it!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (241, 376, '2014_l0-v3_machines', '2014 - L0-V3 Machines', 'default_3x3', 1, 62, 1, 15, '1', '1', '0', '0', 'valentines_catalog_header', 'lovelock_s_promo', '', 'Put your love to the test! Lock in your Valentine for life with these Machines.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (454, 376, '2013_gondolas', '2013 - Gondolas', 'default_3x3', 1, 62, 1, 11, '1', '1', '0', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Gondola rides in Venice, it doesn\'t get much more romantic than that!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (242, 234, 'saddles', 'Saddles', 'petcustomization', 1, 135, 1, 4, '1', '1', '0', '0', 'catalog_saddles_header2_en', 'sadddles', '', 'To use a saddle, place it in a room where you have at least one Horse. Double click the saddle and select what horse you want to ride After placing the saddle you can ride your Horse by clicking on it and selecting \'Ride\'.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (453, 376, '2008_habborella', '2008 - Habborella', 'default_3x3', 1, 62, 1, 2, '1', '1', '0', '0', 'catalog_val_headline1_en', 'valentine_furni_001', '', 'Find your true love with the Love Randomiser, and how better to celebrate than with a box of chocolates?', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (243, 234, 'dyes', 'Dyes', 'petcustomization', 1, 133, 1, 5, '1', '1', '0', '0', 'catalog_horsedyes_header2_en', 'dyes', '', 'Customize your horse with this selection of hair colours and body types. Each dye can also be added to your room as a piece of furniture. To use a dye place it to your room, double click on it and then select the horse you want to customise.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (452, 376, '2010_heartbreak_hotel', '2010 - Heartbreak Hotel', 'default_3x3', 1, 62, 1, 6, '1', '1', '0', '0', 'catalog_header_val12_2_en', 'catalog_love_teaser1', '', 'A gift basket and a cuddly teddy for your Valentine, and some cozy seats for your date.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (244, 234, 'hair_styles', 'Hair Styles', 'petcustomization', 1, 134, 1, 6, '1', '1', '0', '0', 'catalog_horsehairstyles2_header_en', 'hairs', '', 'Customize your horse and make him unique with this selection of hair styles. Each style can also be added to your room as a piece of furniture. To use a hair style place it to your room, double click on it and then select the horse you want to customise.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (450, 376, '2013_masquerade_ball', '2013 - Masquerade Ball', 'default_3x3', 1, 62, 1, 12, '1', '1', '0', '0', 'catalog_header_val12_2_en', 'valentines_catalog_teaser', '', 'With a smell of flowers and love, use this furni to make your perfect garden party.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (245, 234, 'horse_jump', 'Horse Jump', 'default_3x3', 1, 226, 1, 7, '1', '1', '0', '0', 'catalog_header_jumping_en', 'catalog_teaser_horsejump', '', 'Take your horse jumping with these new Furni! Build a formidable race course to test your steed and your riding skills and challenge your friends!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (449, 376, '2017_wedding', '2017 - Wedding', 'default_3x3', 1, 62, 1, 19, '1', '1', '0', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Do I hear wedding bells? The perfect outdoor setting awaits!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (246, 4, 'monster_plants', 'Monster Plants', 'pets3', 1, 153, 1, 5, '1', '1', '0', '0', 'catalog_header_mopla_01', 'ctlg_monster_note', '', 'Monster Plants can sure be a handful, this page gives you some extra advice on raising and looking after your monsterous brood.', 'Taking Care Of Your Plant', 'Your plants need to be tended regularly, or else they die. To ensure a healthy plant tend it every 30 hours\nor so. If it dies, you can use the Revival potion to\nbring it back to life.\nBreeding\nTo breed your plant you have to wait until it\'s fully\ngrown. Clicking Breed on the menu will show you\nwhat other plants in the room are available to breed\nwith.', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (448, 376, '2019_restaurant', '2019 - Restaurant', 'default_3x3', 1, 62, 1, 21, '1', '1', '0', '0', 'catalog_header_val12_2_en', 'val19_newfurni', '', 'Perfect for a romantic evening with your loved one.\n', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (247, 246, 'monster_plant_seeds', 'Monster Plant Seeds', 'default_3x3', 1, 156, 1, 1, '1', '1', '0', '0', 'catalog_header_mnstrSeeds', 'quest_teaser_monsterplants', '', 'Plant your seeds in your room and tend to keep them alive and healthy. After your plants have matured you can breed your plants to try and get leveled up offspring. Plants can only breed once without using the Rebreeding Potion.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (446, 376, '2012_prom', '2012 - Prom', 'default_3x3', 1, 62, 1, 10, '1', '1', '0', '0', 'valentin2012-1', 'catalog_love_teaser1', '', 'Prom is full of crying teens and bad dance moves, but it\'s always a fond memory for many. Create your perfect prom with this furni!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (447, 376, '2012_getaway', '2012 - Getaway', 'default_3x3', 1, 62, 1, 9, '1', '1', '0', '0', 'Valentines_header', 'catalog_love_teaser1', '', 'Even plants can find love, and share alongside Habbos. Put your love to the test with the Love Thermometer and Kissing Booth!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (248, 246, 'monster_plant_potions', 'Monster Plant Potions', 'default_3x3', 1, 155, 1, 2, '1', '1', '0', '0', 'monsterplantsprays_header', 'monsterplantspray_teaser', '', 'On this page you\'ll find everything you need to take care of your plants: Plant Revival for when your plants die. Place potion to room, double click and select the plant you want to revive.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (249, 209, 'wedding', 'Wedding', 'default_3x3', 1, 238, 1, 81, '1', '1', '0', '0', 'catalog_header_wedding', 'catalog_teaser_wedding', '', 'Now you can celebrate your great day with our wonderful selection of perfect furni for a wedding!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (250, 345, 'exotic_pets_2017', 'Exotic Pets - 2017', 'default_3x3', 1, 56, 1, 2, '1', '1', '0', '0', 'habboclub', 'catalog_hc_teaser', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (274, 7, 'camera_wall_photo', 'Camera Wall Photo', 'default_3x3', 1, 10, 7, 8, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (287, 17, 'green_mode', 'Green Mode', 'default_3x3', 1, 20, 1, 4, '1', '1', '0', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (536, 442, '7-11', '7-11', 'default_3x3', 1, 52, 4, 1, '1', '1', '0', '0', '', '', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (368, 684, 'icy_rares', 'Icy Rares', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (465, 684, 'sports_rares', 'Sports Rares', 'default_3x3', 1, 42, 1, 15, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (445, 376, 'classics', 'Classics', 'default_3x3', 1, 62, 1, 1, '1', '1', '0', '0', 'catalog_header_val12_2_en', 'catalog_love_teaser1', '', 'Love is in the air! Buy your sweetheart a rose or whisper sweet nothings in their ear on a lova sofa. Can you feel it?', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (251, 680, 'cow_box', 'Cow Box', 'single_bundle', 1, 270, 1, 99, '1', '1', '0', '0', 'catalog_pet_headline1', 'cow_pet2', '', 'We\'re extremely pleased and proud to preent the new cow pet! Get one of 16 different breeds from the Cow Pet box', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (252, 3, 'temporary_effects', 'Temporary Effects', 'default_3x3', 1, 263, 1, 14, '0', '1', '0', '0', 'avatar_fx_header', 'catalog_teaser_vikings', '', 'Do you need a specific temporary effect for a specific purpose? Well, look no further! Here you can find a limited selection of special temporary effects!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (273, 675, 'habbo_camera', 'Habbo Camera', 'default_3x3', 1, 42, 6, 5, '1', '1', '0', '0', 'camara2', 'camara1', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (527, 442, 'nokia', 'Nokia', 'default_3x3', 1, 52, 4, 45, '1', '1', '0', '0', '', '', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (383, 374, '2017_farm', '2017 - Farm', 'default_3x3', 1, 181, 1, 10, '1', '1', '0', '0', 'catalog_easter_headline1', 'easternew', '', 'With this furni line, you can make your quaint farm full of chickens and snacks!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (426, 680, 'leprechaun', 'Leprechaun', 'single_bundle', 1, 212, 1, 99, '1', '1', '0', '0', 'catalog_pet_headline1', 'catalog_teaser_lepr', '', 'For a limited time...the St Patrick\'s Day Leprechaun is here! This Irish mischeif-maker is sure to brighten your day. From his quirky sayings to his habit of breaking things... You are going to love him! Includes an AWESOME Badge.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (401, 374, '2010_flower_power', '2010 - Flower Power', 'default_3x3', 1, 181, 1, 3, '1', '1', '0', '0', 'catalog_easter_headline1', 'easter10_teaser', '', 'Flowers look and smell great, and can brighten any room. Use this furni to decorate all kinds of rooms!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (443, 374, '2016_vikings_v_pirates', '2016 - Vikings v Pirates', 'default_3x3', 1, 181, 1, 9, '1', '1', '0', '0', 'catalog_easter_headline1', 'easternew', '', 'Complete your Viking village with the Blacksmith Hut, or hoist the sails with your Smuggler\'s Lookout!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (444, 209, 'hospital', 'Hospital', 'default_3x3', 1, 2, 1, 36, '1', '1', '0', '0', 'catalog_header_hospital', 'catal_fp_pic5', '', 'Everybody gets sick, it might be time to open a Hospital in Habbo. Get started with some Hospital beds!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (436, 387, 'coffee_house', 'Coffee House', 'default_3x3', 1, 264, 1, 5, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The bot ColinHouser has a motto of \"Want some milk?\"', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (437, 387, 'hallway', 'Hallway', 'default_3x3', 1, 264, 1, 10, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'Hallways have been featured in Habbo since very early versions.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (438, 387, 'theatre', 'Theatre', 'default_3x3', 1, 264, 1, 24, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'Another old and well-known room, this is the 4th revision of the Theatre.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (439, 387, 'welcome_lounge_modern', 'Welcome Lounge - Modern', 'default_3x3', 1, 264, 1, 27, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'At points on some hotels, another one or two Welcome Lounges had to be added to cope with high traffic.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (514, 511, 'pink_plasto', 'Pink Plasto', 'default_3x3', 1, 158, 1, 4, '1', '1', '0', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (349, 8, 'classics', 'Classics', 'default_3x3', 1, 214, 1, 1, '1', '1', '0', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club Members only!', 0, '');
+INSERT INTO `catalog_pages` VALUES (253, 2, 'music_shop', 'Music Shop', 'default_3x3', 1, 4, 1, 16, '1', '1', '0', '0', 'music_header', 'catalog_djshop_teaser1', '', 'Let\'s get loud! Place a Jukebox in your room, add some disks from the \'Habbo Hotel Hits\' list below and you\'re ready to have a dance party!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (254, 253, 'habbo_hotel_hits', 'Habbo Hotel Hits', 'soundmachine', 1, 257, 1, 2, '1', '1', '0', '0', 'hotelhits_catalog_header', 'hotelhits_teaser', '', 'Turn up the volume with some cool new tunes for your room. Place a Jukebox in your room, get yourself some of these song discs and add them to your playlist!', '', 'You need to be in a room to\n\"pre-listen\" to the disks!', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (255, 7, 'staff_wired', 'Staff Wired', 'default_3x3', 1, 10, 6, 13, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (384, 374, '2018_garden', '2018 - Garden', 'default_3x3', 1, 181, 1, 11, '1', '1', '0', '0', 'catalog_easter_headline1', 'Easter_Garden_promo', '', 'Your own little hideaway in the woods, perfected with some curtains and cosy chairs in this furni line!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (256, 218, 'leaderboards', 'Leaderboards', 'default_3x3', 1, 256, 1, 8, '1', '1', '0', '0', 'wiredleaderboards_catalog_header', 'wiredleaderboards_teaser', '', 'The High Score furni to keep track of scores given in your games and displays them in your room.', '', '', 'Click an item for details', 0, '');
+INSERT INTO `catalog_pages` VALUES (592, 599, 'turtle_statues', 'Turtle Statues', 'default_3x3', 1, 42, 4, 7, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (385, 374, '2019_fairytale', '2019 - Fairytale', 'default_3x3', 1, 181, 1, 12, '1', '1', '0', '0', 'catalog_easter_headline1', 'easter19_new', '', 'We\'re all about fairytales this year! Maybe we should go find Alice?', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (386, 374, '2009_bunny_run', '2009 - Bunny Run', 'default_3x3', 1, 181, 1, 2, '1', '1', '0', '0', 'bunny_run', 'bunnyrun', '', 'Make your own game of Bunny Run with the furni here!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (412, 219, 'snowboarding', 'Snowboarding', 'default_3x3', 1, 140, 1, 7, '1', '1', '0', '0', 'snowboarding_catalog_02', 'catalog_snowboarding_teaser1', '', 'Step on the patch an you\'ll be automatically strapped to a Snowboard - like magic! The Snowboard Patch can be adjust to 9 different heights for you to build your own amazing slopes!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (413, 219, 'ice_hockey', 'Ice Hockey', 'default_3x3', 1, 88, 1, 8, '1', '1', '0', '0', 'catalog_tag_general_1', 'catalog_teaser_xm10_skate', '', 'WHAT THE PUCK?! How Habbos play ice hocket? you can use your imagination and play and win the World Championship. Go for it!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (387, 5, 'public_room_furni', 'Public Room Furni', 'default_3x3', 1, 264, 1, 2, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (388, 375, 'classics', 'Classics', 'default_3x3', 1, 34, 1, 1, '1', '1', '0', '0', 'halloween', 'catalog_halloween_teaser', '', 'Boy, that grave is spooky... Is anybody in that Crypt? Spooky!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (414, 125, 'snow_war', 'Snow War', 'default_3x3', 1, 2, 1, 12, '1', '1', '0', '0', 'catalog_rollerskates_header', 'catalog_teaser_rollerblades', '', 'Furni from the good ol\' classic, Snowstorm. It might not be functional, but it can make some nice decoration!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (415, 219, 'ice_tag', 'Ice Tag', 'default_3x3', 1, 86, 1, 10, '1', '1', '0', '0', 'catalog_tag_general_2', 'catalog_teaser_xm10_skate', '', 'The fun is ON with our new game! Skate on ice and play Tag with your friends using the new Tag Pole and Ice Skating Patch! Not sure how to put on your skates? Step on an Ice Patch and you\'re good to go.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (389, 375, '2008_virus', '2008 - Virus', 'default_3x3', 1, 34, 1, 2, '1', '1', '0', '0', 'virus', 'virus1', '', 'A virus is spreading through Habbo Hotel. Many casualties reported and it could get much worse! Whether you are hoping to help infected Habbos or look after number one, get your hands on our terrifying Infection furni.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (390, 375, '2009_house', '2009 - House', 'default_3x3', 1, 34, 1, 3, '1', '1', '0', '0', 'catalog_halloween_headline1_en', 'Ghostly_organ', '', 'Who doesn\'t love a good Haunted House? Creep out your friends with this furni line!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (416, 209, 'santorini', 'Santorini', 'default_3x3', 1, 273, 1, 63, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'teaser_santorini', '', 'Straight from the country of Greece.. Right here at Habbo.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (400, 374, '2015_candyland', '2015 - Candyland', 'default_3x3', 1, 181, 1, 7, '1', '1', '0', '0', 'catalog_easter_headline1', 'easternew', '', 'Have you ever wanted a room filled with edible furniture? Of course you have! And now you can build it!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (417, 209, 'summer_bazaar', 'Summer Bazaar', 'default_3x3', 1, 275, 1, 69, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'bazaar_new', '', 'New, colourful and inspired by Arabian luxury, shop around and find some things for your own market!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (418, 209, 'pastel', 'Pastel', 'default_3x3', 1, 2, 1, 54, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Cute and funny, just like you!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (419, 209, 'modern_studio', 'Modern Studio', 'default_3x3', 1, 2, 1, 46, '1', '1', '0', '0', 'feature_cata_hort_modernapt17', 'extra1', '', 'Modern Studio Furni! You asked for it... We added it! Have fun in your new Studio Apartments!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (399, 375, '2018_laboratory', '2018 - Laboratory', 'default_3x3', 1, 34, 1, 12, '1', '1', '0', '0', 'catalog_halloween_headline1_en', 'Infected_Laboratory', '', 'If you\'re not a mad scientist, then what kind of scientist are you? Create your perfect laboratory here!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (391, 375, '2010_voodoo', '2010 - Voodoo', 'default_3x3', 1, 34, 1, 4, '1', '1', '0', '0', 'catalog_halloween_headline1_en', 'spromo_hw15_b2', '', 'WooOOOOooOOoo! Spooky! Don\'t wanna be left alone with this range at night.. who knows what could happen!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (398, 375, '2017_cursed_caves', '2017 - Cursed Caves', 'default_3x3', 1, 34, 1, 11, '1', '1', '0', '0', 'halloween', 'spromo_hween17_gen1', '', 'Build your own dungeon, you filthy little Habbo.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (420, 7, 'crackables', 'Crackables', 'pets2', 1, 10, 4, 5, '1', '1', '0', '0', '', '', '', NULL, 'Crackables ', 'Contains all bonus bags, campaign crackables and all the prizes. Use the items_crackable table to match the crackables to the exact prizes.', 'WARNING: Pages could be slow loading due to number of items. All rewards can be found in the `prizes` column in the `items_crackable` table.', 0, '');
+INSERT INTO `catalog_pages` VALUES (392, 375, '2011_party', '2011 - Party', 'default_3x3', 1, 34, 1, 5, '1', '1', '0', '0', 'halloween', 'spromo_pumpkinpack', '', 'Looking for a frightastical room? Well, this is the place to be! We have everything you need to spook your friends this Halloween!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (397, 375, '2016_ghost_hunter', '2016 - Ghost Hunter', 'default_3x3', 1, 34, 1, 10, '1', '1', '0', '0', 'halloween', 'spromo_hween16_new_furni', '', 'Spooky lobbies, hotel rooms and libraries. Or, not spooky! Use the Purification Device and use powder to purify the furni.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (402, 372, 'summer', 'Summer', 'default_3x3', 1, 274, 1, 6, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (396, 375, '2015_habbocalypse', '2015 - Habbocalypse', 'default_3x3', 1, 34, 1, 9, '1', '1', '0', '0', 'catalog_halloween_headline1_en', 'habbocalypse', '', 'Darkness and evil is spreading through the hotel and you\'re one of the ONLY Habbos that can fight the bad energy! Dodge Evil Frank, avoid dark shadowy places and make it your mission to save Habbo Hotel from complete and TOTAL annihilation!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (421, 218, 'sound_fx', 'Sound FX', 'default_3x3', 1, 4, 1, 7, '1', '1', '0', '0', 'catalog_wired_header1', 'wiredsound_teaser', '', 'Create your own beats and tracks by combinign these sound FX in your room. Throw a concert for your friends or even start a band in Habbo!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (591, 599, 'panda_statues', 'Panda Statues', 'default_3x3', 1, 42, 4, 4, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (422, 209, 'pro_gamer', 'Pro Gamer', 'default_3x3', 1, 202, 1, 58, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Many people have heard of Legend of Selda, but what about Hario and Wuigi?', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (395, 375, '2014_day_of_the_dead', '2014 - Day of the Dead', 'default_3x3', 1, 34, 1, 8, '1', '1', '0', '0', 'hween14_catalog_header', 'hween14_catalog_teaser', '', 'Spooky skulls, bright flowers and traditional altars fill this furni line! Gather your friends and family and come together to celebrate the Habbos of the past.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (394, 375, '2013_frightful', '2013 - Frightful', 'default_3x3', 1, 34, 1, 7, '1', '1', '0', '0', 'halloween', 'hween13_roombundle', '', 'Now you can spook up your castle for Halloween! Make sure to add some Demonic Sheep for the full effect.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (423, 3, 'effects', 'Effects', 'default_3x3', 1, 61, 1, 13, '1', '1', '0', '0', 'avatar_fx_header', 'permeffects_teaser', '', 'ALL NEW Permanent effects are here! Sick of purchasing effects multiple times? Want to keep effects forever? Want to trade your way to the top of the effects kingdom? Well then, Permanent effects are for you!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (424, 209, 'coral_kingdom', 'Coral Kingdom', 'default_3x3', 1, 280, 1, 18, '1', '1', '0', '0', 'catalog_shells_header', 'coralking18_gen', '', 'It\'s here! The all new Coral Kingdom furni line is in the Catalogue. Build your own version of Atlantis in Habbo TODAY!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (498, 675, 'ecotron', 'Ecotron', 'default_3x3', 1, 163, 7, 4, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (393, 375, '2012_carnival', '2012 - Carnival', 'default_3x3', 1, 34, 1, 6, '1', '1', '0', '0', 'halloween', 'hween_12_furni', '', 'Carnivals are already creepy, but our Halloween Carnivale furni will really max out the creep factor!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (270, 7, 'seasonal_gifts', 'Seasonal Gifts', 'default_3x3', 1, 90, 5, 11, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (258, 311, 'azure_rares', 'Azure Rares', 'default_3x3', 1, 42, 6, 1, '1', '1', '0', '0', '', 'Azure', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (259, 311, 'emerald_rares', 'Emerald Rares', 'default_3x3', 1, 42, 6, 2, '1', '1', '0', '0', '', 'Emerald', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (515, 511, 'clear_plasto', 'Clear Plasto', 'default_3x3', 1, 154, 1, 3, '1', '1', '0', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (516, 442, 'idea_agency', 'Idea Agency', 'default_3x3', 1, 52, 4, 32, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (425, 209, 'basement_band_kit', 'Basement Band Kit', 'default_3x3', 1, 257, 1, 12, '1', '1', '0', '0', 'music_header', 'march19_new', '', 'Everything you need to start your own basement band is right here. Three collectible \'Basement Band\' instruments are availabe in the Catalogue NOW!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (312, 599, 'books_of_knowledge', 'Books of Knowledge', 'default_3x3', 1, 42, 4, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (313, 442, 'night_at_the_museum_2', 'Night At The Museum 2', 'default_3x3', 1, 52, 4, 43, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (92, 680, 'bunny_bored', 'Bunny - Bored', 'pets', 1, 150, 1, 99, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'These mischievous little pets have travelled all the way from the deep jungles of WobbahLand! Adorable as they are naughty, these little guys love a good sing-a-long.', '', 'Name your Obbah Wobbah:', 'Select a colour:', 0, '');
+INSERT INTO `catalog_pages` VALUES (427, 209, 'danish_hygge_furni', 'Danish Hygge Furni', 'default_3x3', 1, 283, 1, 21, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'nov18_hyggeline', '', 'Walk through the door and sink into a warm pool of comfort and well-being with this Hygge furnis.', 'Choose a furni.', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (428, 209, 'tokyo', 'Tokyo', 'default_3x3', 1, 281, 1, 72, '1', '1', '0', '0', 'japan_header_br', 'tokyo18_gen', '', 'Enjoy the awesome new Tokyo-inspired furni line we\'ve released. Subarashii!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (267, 269, 'palooza_spacerent', 'Palooza - Spacerent', 'default_3x3', 1, 227, 1, 6, '1', '1', '0', '0', 'catalog_teaser_palooza', 'catalog_teaser_palooza', '', 'Create your own stage and outdoor festival area. We\'ve got stages, fencing and even vending machines!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (266, 634, 'palooza_guitars', 'Palooza Guitars', 'default_3x3', 1, 227, 1, 13, '1', '1', '0', '0', 'catalog_teaser_palooza', 'catalog_teaser_palooza', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (430, 209, 'pride_furni', 'Pride Furni', 'default_3x3', 1, 286, 1, 56, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'rbow19_gen', '', 'To celebrate Pride in Habbo, we\'re releasing a set of rainbow-coloured bedroom furni for you all!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (431, 270, 'sea_shell_gifts', 'Sea Shell Gifts', 'default_3x3', 1, 280, 5, 1, '1', '1', '0', '0', 'catalog_shells_header', 'shellgifts', '', 'Use your Shells to buy these limited Gifts!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (432, 216, 'greek_2019', 'Greek - 2019', 'default_3x3', 1, 31, 1, 34, '1', '1', '0', '0', 'greek_header', 'greek_catateaser', '', 'Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own pantheon with our realistic Greek range!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (433, 209, 'celestial', 'Celestial', 'default_3x3', 1, 2, 1, 16, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Fly among the stars with this universally loved Furni Line.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (504, 125, '2008_penguins', '2008 - Penguins', 'default_3x3', 1, 168, 5, 2, '1', '1', '0', '0', 'catalog_header_xmas2013', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (505, 503, 'jet_set_2016', 'Jet Set - 2016', 'default_3x3', 1, 265, 1, 2, '1', '1', '0', '0', 'JETSET', 'jetset_yachtcomp', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (506, 675, 'habbo_stories', 'Habbo Stories', 'default_3x3', 1, 210, 6, 7, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (507, 506, 'shakespeare', 'Shakespeare', 'default_3x3', 1, 210, 1, 5, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (434, 209, 'zen_garden', 'Zen Garden', 'default_3x3', 1, 2, 1, 84, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'sep18_classic14_internal', '', 'It\'s time to dive into a metaphorical pool of psychological solitude.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (257, 269, 'palooza_2014', 'Palooza - 2014', 'default_3x3', 1, 227, 1, 2, '1', '1', '0', '0', 'catalog_teaser_palooza', 'catalog_teaser_palooza', '', 'Create your own stage and outdoor festival area. We\'ve got stages, fencing and even vending machines!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (435, 209, 'sunlight_city', 'Sunlight City', 'default_3x3', 1, 2, 1, 70, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'suncity19_newfurni', '', 'Build the utopian paradise of your dreams with our new furni line: Sunlight City!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (508, 506, 'vintage_music', 'Vintage Music', 'default_3x3', 1, 210, 1, 6, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (509, 506, 'boarding_school', 'Boarding School', 'default_3x3', 1, 210, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (510, 506, 'football', 'Football', 'default_3x3', 1, 210, 1, 2, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (300, 557, 'limited_edition_rares', 'Limited Edition Rares', 'default_3x3', 1, 145, 6, 10, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (7, -1, 'staff', 'Staff', 'default_3x3', 1, 65, 4, 7, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (327, 557, 'v7_rares', 'V7 Rares', 'default_3x3', 1, 42, 6, 4, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (547, 442, 'virtual_piggy_ink', 'Virtual Piggy Ink', 'default_3x3', 1, 52, 4, 68, '1', '1', '0', '0', '', '', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (328, 327, 'dragon_lamps', 'Dragon Lamps', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', 'rares', 'Dragons', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (329, 327, 'fans', 'Fans', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', 'rares', 'Fanss', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (330, 327, 'ice_cream_machines', 'Ice Cream Machines', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', '0', 'rares', 'IceCream', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (331, 327, 'laser_gates', 'Laser Gates', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', '0', 'rares', 'Lazer', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (332, 327, 'marquees', 'Marquees', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', '0', 'rares', 'Marquee', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (333, 327, 'monoliths', 'Monoliths', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', '0', 'rares', 'Mono', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (334, 327, 'oriental_screens', 'Oriental Screens', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', '0', 'rares', 'Oriental', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (335, 327, 'pillars', 'Pillars', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', '0', 'rares', 'Pillars', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (336, 327, 'smoke_machines', 'Smoke Machines', 'default_3x3', 1, 42, 1, 12, '1', '1', '0', '0', 'rares', 'Smokes', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (337, 311, 'maroon_rares', 'Maroon Rares', 'default_3x3', 1, 77, 6, 3, '1', '1', '0', '0', '', '5af5b5_prizepack_3d', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (338, 442, 'niko', 'Niko', 'default_3x3', 1, 52, 4, 44, '1', '1', '0', '0', 'catalog_header_niko_en', 'catalog_niko_en', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (339, 442, 'habbo_mobile_app', 'Habbo Mobile App', 'default_3x3', 1, 52, 4, 30, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (360, 387, 'habburgers', 'Habburgers', 'default_3x3', 1, 264, 1, 8, '1', '1', '0', '0', 'catalog_header_classics', 'aug16_classic2_internal', '', 'The room description was \"American classics - burgers, fries and shakes. And ketchup, so much ketchup.\"', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (340, 348, 'sleeping_bags', 'Sleeping Bags', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', 'rares', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (341, 348, 'one_way_gates', 'One Way Gates', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', 'rares', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (342, 348, 'inflatable_chairs', 'Inflatable Chairs', 'default_3x3', 1, 234, 1, 1, '1', '1', '0', '0', 'inflatable_chairs_cata_header', 'inflateable_chairs_teaser', '', 'They say that these chairs are Suuuuuper soft because of the air that keeps them full, how about buying one and experiencing yourself? Enjoy!\n', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (343, 348, 'traffic_lights_barriers', 'Traffic Lights & Road Barriers', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', 'rares', 'catalog_teaser_traffic_signs', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (557, 7, 'rare_groups', 'Rare Groups', 'default_3x3', 1, 10, 4, 2, '1', '0', '0', '0', '', ' ', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (344, 348, 'miscellaneous', 'Miscellaneous', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', '0', 'rares', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (345, 557, 'collectibles', 'Collectibles', 'default_3x3', 1, 42, 5, 7, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (346, 442, 'others', 'Others', 'default_3x3', 1, 52, 4, 72, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (347, 327, 'pillows', 'Pillows', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', '0', 'rares', 'Pillows', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (492, 345, 'merge_compensation', 'Merge Compensation', 'default_3x3', 1, 56, 1, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (495, 442, 'builder\'s_club_birthday', 'Builder\'s Club Birthday', 'default_3x3', 1, 52, 4, 7, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (403, 402, '2010_big_wave', '2010 - Big Wave', 'default_3x3', 1, 274, 1, 5, '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'Even more floats! Make your pool party perfect with some inflatables.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (405, 402, '2007', '2007', 'default_3x3', 1, 274, 1, 1, '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'Relax by the beach with these chairs and BBQs!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (406, 402, '2009', '2009', 'default_3x3', 1, 274, 1, 4, '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'Add to your beach party with an ice box and some floats.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (407, 402, '2011', '2011', 'default_3x3', 1, 274, 1, 6, '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'A bonfire on the beach with some Habbo tunes, nothing beats it.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (408, 402, '2008_tiki', '2008 - Tiki', 'default_3x3', 1, 274, 1, 3, '1', '1', '0', '0', 'catalog_tiki_header1_en', 'tiki_teaser', '', 'Imagine the scene.. lost on a desert island when you stumble across a small local tribe.. now you can with our Tiki range!\n', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (409, 402, '2017', '2017', 'default_3x3', 1, 274, 1, 8, '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'A burger and some shades are all you need to explore a beach town!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (681, 680, 'cows', 'Cows', 'pets', 1, 270, 1, 99, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (680, 675, 'pets', 'Pets', 'default_3x3', 1, 10, 6, 1, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (518, 209, 'rainy_day', 'Rainy Day', 'default_3x3', 1, 2, 1, 59, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'spromo_rainy19_gen', '', 'You\'ll never get soaked again.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (519, 209, 'supermarket', 'Supermarket', 'default_3x3', 1, 213, 1, 71, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Get that last minute shopping in with our supermarket furni!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (675, 7, 'previous_campaigns', 'Previous Campaigns', 'default_3x3', 1, 10, 6, 7, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (501, 209, 'laundry', 'Laundry', 'default_3x3', 1, 2, 1, 42, '1', '1', '0', '0', 'game_shop_header', 'may18_house2_internal', '', 'Kick back and play some games while your clothes wash!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (521, 375, '2019_coven', '2019 - Coven', 'default_3x3', 1, 34, 1, 13, '1', '1', '0', '0', 'halloween', 'catalog_halloween_teaser', '', 'We\'re getting witchy this year! Make your own coven...', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (522, 209, 'dessert_cafe', 'Dessert Cafe', 'default_3x3', 1, 2, 1, 22, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Who loves desserts? If you do, make sure to pick up some of this Dessert Cafe furni!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (185, 442, 'kung_fu_panda_2', 'Kung Fu Panda 2', 'default_3x3', 1, 52, 4, 35, '1', '1', '0', '0', '', 'ctlg_pic_ads_twi_mist', '', 'I\'ve never read the book, all I know is it has vampires playing basket ball and some heart throb called Edward Cullen, but the furni looks good!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (286, 17, 'yellow_mode', 'Yellow Mode', 'default_3x3', 1, 20, 1, 7, '1', '1', '0', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (285, 17, 'red_mode', 'Red Mode', 'default_3x3', 1, 20, 1, 5, '1', '1', '0', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (307, 125, 'credit_furni', 'Credit Furni', 'default_3x3', 1, 146, 7, 2, '1', '1', '0', '0', 'catalog_bank_headline1', 'credit_exchange', '', 'Habbo Exchange is where you can convert your Credits into a tradable currency. You can then use this currency to trade for Furni or just show off your riches in your room.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (502, 511, 'white_plasto', 'White Plasto', 'default_3x3', 1, 46, 1, 6, '1', '1', '0', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (170, 180, 'pink_pura', 'Pink Pura', 'default_3x3', 1, 48, 1, 6, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (171, 180, 'black_pura', 'Black Pura', 'default_3x3', 1, 48, 1, 3, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (172, 180, 'white_pura', 'White Pura', 'default_3x3', 1, 48, 1, 10, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (173, 180, 'beige_pura', 'Beige Pura', 'default_3x3', 1, 48, 1, 2, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (278, 4, 'breeding_boxes', 'Breeding Boxes', 'default_3x3', 1, 99, 1, 4, '1', '1', '0', '0', 'babypets_cata_header', 'babypets_teaser', '', 'To breed a baby pet, you need to purchase a breeding nest and have two adult pets of the same type. At least one of the adult pets need to be owned by you. Breeding nest vanishes after breeding is done. Over 20 breeds of each baby pet available, including rare and super rare!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (589, 3, 'new_additions', 'New Additions', 'default_3x3', 1, 215, 1, 2, '1', '1', '0', '0', 'clothing_catalog_header', 'newclothingeaster16', '', 'The biggest clothing update for YEARS just landed in the Catalogue. We\'ll say no more - just GO LOOK!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (593, 209, 'elegant', 'Elegant', 'default_3x3', 1, 2, 1, 25, '1', '1', '0', '0', 'catalog_header_classics', 'classiclounge', '', 'Who remembers the legendary Habbo Hotel Public Classics? Now you can recreate them any way you want.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (283, 17, 'black_mode', 'Black Mode', 'default_3x3', 1, 20, 1, 2, '1', '1', '0', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (47, 526, 'hello', 'Hello', 'default_3x3', 1, 5, 1, 3, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (555, 526, 'kuurna', 'Kuurna', 'default_3x3', 1, 5, 1, 4, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (188, 526, 'farewell_pixels', 'Farewell Pixels', 'default_3x3', 1, 5, 1, 2, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (23, 526, 'pixel_rentals', 'Pixel Rentals', 'default_3x3', 1, 5, 1, 7, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (526, 675, 'pixels', 'Pixels', 'default_3x3', 1, 5, 6, 6, '1', '0', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (194, 526, 'pixel_pet_accessories', 'Pixel Pet Accessories', 'default_3x3', 1, 5, 1, 6, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (275, 377, 'countdown', 'Countdown', 'default_3x3', 1, 274, 1, 1, '1', '1', '0', '0', 'newyears', 'catal_fp_pic5', '', 'All these years have gone by, relive them with this furni.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (596, 311, 'teal_rares', 'Teal Rares', 'default_3x3', 1, 42, 6, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (326, 373, '2019_log_cabin', '2019 - Log Cabin', 'default_3x3', 1, 168, 1, 17, '1', '1', '0', '0', 'catalog_header_xmas2013', 'spromo_Log_Cabin', '', 'Mixing this line with the Winter Cabin Furni, you could make a multi-roomed cozy cabin for you and your friends.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (125, 7, 'extras', 'Extras', 'pets2', 1, 215, 5, 10, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (325, 373, '2019_winter_palace', '2019 - Winter Palace', 'default_3x3', 1, 168, 1, 18, '1', '1', '0', '0', 'catalog_header_xmas2013', 'spromo_xmas19_gen', '', 'Time to chill out and relax in an icy palace. Just let it go , man.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (196, 387, 'picnic', 'Picnic - Modern', 'default_3x3', 1, 264, 1, 22, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The remodel was debuted in February 2015, and was renamed from Picnic Area to Picnic.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (93, 680, 'bunny_manic', 'Bunny - Manic', 'pets', 1, 149, 1, 99, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'One of the most feared creatures in nature, and perhaps the most misunderstood. The majority of Spiders have sharp fangs that inject venom into their prey- but don\'t worry, these spiders won\'t bite ! Maybe...', '', 'Name your pet:', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (99, 221, 'kittens', 'Kittens', 'pets', 1, 228, 1, 2, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'Leaping their way around the Hotel, these fluffy furballs are here to steal your heart...and your yarn!', '', 'Name your pet:', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (100, 221, 'puppies', 'Puppies', 'pets', 1, 228, 1, 1, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'So soft and cuddly, these playful pups are certain to melt your heart. From Labradors to Dalmatians, there\'s a breed for everyone!', '', 'Name your pet:', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (101, 221, 'piglets', 'Piglets', 'pets', 1, 228, 1, 3, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', 'OINK! Partial to a good roll in the mud, these playful piggies have trotted into the hotel and are ready for fun!', '', 'Name your pet:', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (197, 125, 'null', 'Null', 'default_3x3', 1, 42, 7, 10, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (198, 442, 'bubblejuice', 'BubbleJuice', 'default_3x3', 1, 52, 4, 6, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (46, 209, 'trax', 'Trax', 'default_3x3', 1, 4, 1, 74, '1', '1', '0', '0', 'hotelhits_catalog_header', 'hotelhits_teaser', '', 'Trax are the Habbo music disks which have many multiple tunes installed onto them which can be played on a Trax Machine in the room. After the Habbo transistion from Shockwave to Flash clients, the trax system was not recovered until April 2011, where only Juke Boxes, old CDs, and Habbo sold CDs were re-released.', '', 'For decoration only.. They do not function.', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (623, 234, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (311, 557, 'colourable_rares', 'Colourable Rares', 'default_3x3', 1, 42, 6, 6, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (284, 17, 'beige_mode', 'Beige Mode', 'default_3x3', 1, 20, 1, 1, '1', '1', '0', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (529, 442, 'ob', 'OB', 'default_3x3', 1, 52, 4, 47, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (177, 180, 'red_pura', 'Red Pura', 'default_3x3', 1, 48, 1, 9, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (530, 442, 'mtv', 'MTV', 'default_3x3', 1, 52, 4, 40, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (176, 180, 'yellow_pura', 'Yellow Pura', 'default_3x3', 1, 48, 1, 10, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (531, 442, 'malaco', 'Malaco', 'default_3x3', 1, 52, 4, 38, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (532, 442, 'm6', 'M6', 'default_3x3', 1, 52, 4, 36, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (533, 442, 'gs_arcade', 'GS Arcade', 'default_3x3', 1, 52, 4, 28, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (534, 442, 'grefusa', 'Grefusa', 'default_3x3', 1, 52, 4, 27, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (174, 180, 'blue_pura', 'Blue Pura', 'default_3x3', 1, 48, 1, 4, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (535, 442, 'clearasil', 'Clearasil', 'default_3x3', 1, 52, 4, 14, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (98, 680, 'terrier_puppies', 'Terrier Puppies', 'pets', 1, 228, 1, 5, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (537, 442, 'capri_sun', 'Capri Sun', 'default_3x3', 1, 52, 4, 9, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (96, 680, 'monkey_evil', 'Monkey - Evil', 'pets', 1, 167, 1, 99, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (97, 680, 'bear_cubs', 'Bear Cubs', 'pets', 1, 228, 1, 1, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (538, 442, 'ditch_the_label', 'Ditch The Label', 'default_3x3', 1, 52, 4, 18, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (94, 680, 'pigeon_wise', 'Pigeon - Wise', 'pets', 1, 2, 1, 99, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (95, 680, 'pigeon_cunning', 'Pigeon - Cunning', 'pets', 1, 2, 1, 99, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (539, 442, 'tampax', 'Tampax', 'default_3x3', 1, 52, 4, 65, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (175, 180, 'green_pura', 'Green Pura', 'default_3x3', 1, 48, 1, 5, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (540, 442, 'netari', 'Netari', 'default_3x3', 1, 52, 4, 41, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (541, 442, 'easy_mac', 'Easy Mac', 'default_3x3', 1, 52, 4, 21, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (542, 442, 'persy_jackson', 'Persy Jackson', 'default_3x3', 1, 52, 4, 53, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (601, 599, 'punching_bags', 'Punching Bags', 'default_3x3', 1, 42, 4, 5, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', ' ', NULL, ' ', '', ' ', 0, '');
+INSERT INTO `catalog_pages` VALUES (745, 300, '2019_ltds', '2019 LTDs', 'default_3x3', 1, 145, 1, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (746, 300, '2020_ltds', '2020 LTDs', 'default_3x3', 1, 145, 1, 9, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (543, 442, 'sunny_delight', 'Sunny Delight', 'default_3x3', 1, 52, 4, 62, '1', '1', '0', '0', 'calippo_header_es', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (544, 442, 'puffet', 'Puffet', 'default_3x3', 1, 52, 4, 54, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (545, 442, 'antena_3', 'Antena 3', 'default_3x3', 1, 52, 4, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (546, 442, 'chocapic', 'Chocapic', 'default_3x3', 1, 52, 4, 12, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (280, 209, 'habbowood', 'Habbowood', 'default_3x3', 1, 33, 1, 35, '1', '1', '0', '0', 'habbowood', 'habbowood_logo', '', 'Whether it\'s a boulevard of stars, a cinema, a theatre, a dressing room or an entire film studio - the Habbowood furni ticks all the stage exit right boxes!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (577, 624, 'rare_clothing_2017', '[R] Clothing - 2017', 'default_3x3', 2, 42, 6, 3, '1', '1', '0', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (578, 624, 'rare_clothing_2018', '[R] Clothing - 2018', 'default_3x3', 3, 42, 6, 4, '1', '1', '0', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (579, 624, 'rare_clothing_2019', '[R] Clothing - 2019', 'default_3x3', 4, 42, 6, 5, '1', '1', '0', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (580, 624, 'rare_clothing_2016', '[R] Clothing - 2016', 'default_3x3', 1, 42, 6, 2, '1', '1', '0', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (585, 624, 'golden_accessories', 'Golden Accessories', 'default_3x3', 1, 263, 6, 8, '1', '1', '0', '0', '', '70b334203e82', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (581, 410, '2015-16_new_year_acc.', '2015-16 NY Acc.', 'default_3x3', 1, 350, 1, 21, '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (582, 410, '2017-18_new_year_acc.', '2017-18 NY Acc.', 'default_3x3', 1, 350, 1, 21, '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (583, 410, '2016-17_new_year_acc.', '2016-17 NY Acc.', 'default_3x3', 1, 350, 1, 31, '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (584, 410, '2018-19_new_year_acc.', '2018-19 NY Acc.', 'default_3x3', 1, 350, 1, 10, '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (410, 624, 'new_year_accessories', 'New Year Accessories', 'default_3x3', 1, 42, 5, 7, '1', '0', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (525, 209, 'bohemian_festival', 'Bohemian Festival', 'default_3x3', 1, 285, 1, 14, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'Spromo_fest19_gen', '', 'It\'s time for a festival!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (305, 442, 'chupa_chups', 'Chupa Chups', 'default_3x3', 1, 52, 4, 13, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (568, 5, 'classic_furni_lines', 'Classic Furni Lines', 'pets3', 1, 196, 1, 3, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (556, 568, 'candy', 'Candy', 'default_3x3', 1, 19, 1, 3, '1', '1', '0', '0', 'catalog_candy_headline1', 'catalog_candy_teaser1', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (314, 281, 'black_area', 'Black Area', 'default_3x3', 1, 14, 1, 2, '1', '1', '0', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (315, 281, 'white_area', 'White Area', 'default_3x3', 1, 14, 1, 8, '1', '1', '0', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (316, 281, 'beige_area', 'Beige Area', 'default_3x3', 1, 14, 1, 1, '1', '1', '0', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (317, 281, 'pink_area', 'Pink Area', 'default_3x3', 1, 14, 1, 5, '1', '1', '0', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (318, 281, 'blue_area', 'Blue Area', 'default_3x3', 1, 14, 1, 3, '1', '1', '0', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (319, 281, 'green_area', 'Green Area', 'default_3x3', 1, 14, 1, 4, '1', '1', '0', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (320, 281, 'yellow_area', 'Yellow Area', 'default_3x3', 1, 14, 1, 9, '1', '1', '0', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (321, 281, 'red_area', 'Red Area', 'default_3x3', 1, 14, 1, 7, '1', '1', '0', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (322, 281, 'purple_area', 'Purple Area', 'default_3x3', 1, 14, 1, 6, '1', '1', '0', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (590, 557, 'extra_rares', 'Extra Rares', 'default_3x3', 1, 42, 5, 11, '1', '1', '0', '0', 'limited_header', 'catalog_limited_teaser', '', 'Rares that didn\'t really fit in any other category.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (548, 442, 'paula', 'Paula', 'default_3x3', 1, 52, 4, 51, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (549, 442, 'rango', 'Rango', 'default_3x3', 1, 52, 4, 56, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (550, 442, 'frank', 'Frank', 'default_3x3', 1, 52, 4, 25, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (551, 442, 'escape_from_madagascar', 'Escape From Madagascar', 'default_3x3', 1, 52, 4, 23, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (552, 442, 'coolpolitics', 'Coolpolitics', 'default_3x3', 1, 52, 4, 15, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (553, 442, 'cheetos', 'Cheetos', 'default_3x3', 1, 52, 4, 11, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (554, 442, 'durex', 'Durex', 'default_3x3', 1, 52, 4, 20, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (597, 599, 'sloth_statues', 'Sloth Statues', 'default_3x3', 1, 42, 4, 6, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (742, 300, '2016_ltds', '2016 LTDs', 'default_3x3', 1, 145, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (743, 300, '2017_ltds', '2017 LTDs', 'default_3x3', 1, 145, 1, 6, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (744, 300, '2018_ltds', '2018 LTDs', 'default_3x3', 1, 145, 1, 7, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (598, 599, 'hedgehog_statues', 'Hedgehog Statues', 'default_3x3', 1, 42, 4, 2, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (738, 300, '2012_ltds', '2012 LTDs', 'default_3x3', 1, 145, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (739, 300, '2013_ltds', '2013 LTDs', 'default_3x3', 1, 145, 1, 2, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (740, 300, '2014_ltds', '2014 LTDs', 'default_3x3', 1, 145, 1, 3, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (599, 7, 'bonus_prizes', 'Bonus Prizes', 'default_3x3', 1, 99, 4, 6, '1', '0', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (741, 300, '2015_ltds', '2015 LTDs', 'default_3x3', 1, 145, 1, 4, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (674, 7, 'crafting', 'Crafting', 'default_3x3', 1, 180, 4, 4, '1', '0', '0', '0', '', '', '', 'Either used as prizes or ingredients.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (569, 387, 'hoh_winner_statues', 'HoH Winner Statues', 'default_3x3', 1, 264, 1, 12, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'These statues are shown in the Hall of Habbo as a celebration of 15 years of Habbo.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (657, 345, 'exotic_birds', 'Exotic Birds', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (658, 345, 'northern_american_animals', 'Northern American Animals', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (664, 420, 'bonus_bags', 'Bonus Bags', 'default_3x3', 1, 42, 4, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (665, 420, 'seasonal_crackables', 'Seasonal Crackables', 'default_3x3', 1, 90, 4, 2, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (666, 665, 'halloween_crackables', 'Halloween Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (667, 665, 'easter_crackables', 'Easter Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (668, 665, 'new_year_crackables', 'New Year Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (669, 665, 'christmas_crackables', 'Christmas Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (670, 345, 'sci-fi', 'Sci-Fi', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (671, 345, 'victorian_dolls', 'Victorian Dolls', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (672, 345, 'festival_skulls', 'Festival Skulls', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (673, 345, 'inflatable_furni', 'Inflatable Furni', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (288, 17, 'blue_mode', 'Blue Mode', 'default_3x3', 1, 20, 1, 3, '1', '1', '0', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (289, 17, 'white_mode', 'White Mode', 'default_3x3', 1, 20, 1, 6, '1', '1', '0', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (291, 27, 'white_iced', 'White Iced', 'default_3x3', 1, 20, 1, 8, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (292, 27, 'aquamarine_iced', 'Aquamarine Iced', 'default_3x3', 1, 20, 1, 1, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (290, 27, 'black_iced', 'Black Iced', 'default_3x3', 1, 20, 1, 2, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (293, 27, 'pink_iced', 'Pink Iced', 'default_3x3', 1, 20, 1, 5, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (294, 27, 'blue_iced', 'Blue Iced', 'default_3x3', 1, 20, 1, 3, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (295, 27, 'green_iced', 'Green Iced', 'default_3x3', 1, 20, 1, 4, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (296, 27, 'yellow_iced', 'Yellow Iced', 'default_3x3', 1, 20, 1, 9, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (297, 27, 'red_iced', 'Red Iced', 'default_3x3', 1, 20, 1, 7, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (298, 27, 'purple_iced', 'Purple Iced', 'default_3x3', 1, 20, 1, 6, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (411, 209, 'monster_plant_furni', 'Monster Plant Furni', 'default_3x3', 1, 2, 1, 47, '1', '1', '0', '0', 'catalog_header_mopla_01', 'quest_teaser_monsterplants', '', 'On this page you\'ll find everything you need to take care of your plants: Plant Revival for when your plants die. Place potion to room, double click and select the plant you want to revive.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (178, 180, 'purple_pura', 'Purple Pura', 'default_3x3', 1, 48, 1, 8, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (180, 568, 'pura', 'Pura', 'default_3x3', 1, 48, 1, 9, '1', '0', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', ' ', '', ' ', 0, '');
+INSERT INTO `catalog_pages` VALUES (181, 180, 'pura_extensions', 'Pura Extensions', 'default_3x3', 1, 48, 1, 11, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', ' ', '', ' ', 0, '');
+INSERT INTO `catalog_pages` VALUES (164, 60, 'usva_yellow', 'USVA - Yellow', 'default_3x3', 1, 48, 1, 5, '1', '1', '0', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (165, 60, 'usva_green', 'USVA - Green', 'default_3x3', 1, 48, 1, 4, '1', '1', '0', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (166, 60, 'usva__red', 'USVA - Red', 'default_3x3', 1, 48, 1, 3, '1', '1', '0', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (167, 60, 'usva__blue', 'USVA - Blue', 'default_3x3', 1, 48, 1, 1, '1', '1', '0', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (168, 60, 'usva__pink', 'USVA - Pink', 'default_3x3', 1, 48, 1, 2, '1', '1', '0', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (622, 568, 'dark_iced', 'Dark Iced', 'default_3x3', 1, 72, 1, 5, '1', '1', '0', '0', 'catalog_iced_headline1', 'catalog_iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (187, 209, 'trax_machines', 'Trax Machines', 'default_3x3', 1, 4, 1, 75, '1', '1', '0', '0', 'music_header', 'catalog_djshop_teaser1', '', 'Let\'s get loud! Trax is an old, well-known feature of Habbo where you could mix your own tracks and get pumpin\'. It\'s not the same without it, but at least the machines are still available!', ' ', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (605, 604, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (606, 604, 'seating', 'Seating', 'default_3x3', 1, 111, 1, 2, '1', '1', '0', '0', 'catalog_chairs_header_dyn', 'catalog_chairs_teaser2_001', '', 'You can\'t just leave your friends standing there when you invite them over! Have a look at our huge selection of chairs and take your pick.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (607, 604, 'tables', 'Tables', 'default_3x3', 1, 112, 1, 3, '1', '1', '0', '0', 'catalog_tables_header_dyn', 'catalog_tables_teaser2_001', '', 'What\'s a room without a table? Serve drinks and snacks or simply sit around for some good old chit-chat. Which table suits your room best?', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (608, 604, 'beds', 'Beds', 'default_3x3', 1, 114, 1, 4, '1', '1', '0', '0', 'catalog_beds_header_dyn', 'catalog_beds_teaser2_001', '', 'After a busy day making new friends and exploring the Hotel you\'ll need a good night\'s sleep! Pick your fave from our range of stylish beds and get some much needed rest.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (609, 604, 'dividers', 'Dividers', 'default_3x3', 1, 113, 1, 5, '1', '1', '0', '0', 'catalog_dividers_header_dyn', 'catalog_dividers_teaser2_001', '', 'Divide and conquer! A well-placed divider can really tie your room together. Take a look below to see what\'s on offer.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (611, 603, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (612, 603, 'floors', 'Floors', 'default_3x3', 1, 41, 1, 2, '1', '1', '0', '0', 'catalog_floors_header_dyn', 'small_promo_venus_de_habbo', '', 'This section has a floor furni for every situation.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (613, 602, 'water_features', 'Water Features', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', 'gondola_header', 'gondola_teaser', '', 'Use this section to complete your room with some relaxing water features.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (614, 602, 'ground', 'Ground', 'default_3x3', 1, 21, 1, 4, '1', '1', '0', '0', 'xmas14_catalog_header', 'garden_teaser_de', '', 'Need to build an autumn garden, or do you fancy making a beach room? We\'ve got it covered here.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (615, 603, 'doors', 'Doors', 'default_3x3', 1, 55, 1, 5, '1', '1', '0', '0', 'catalogue_header_castles', 'Catalogue_Teaser_Castles', '', 'Give your room an entrance and an exit.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (616, 602, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (617, 218, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (618, 218, 'deals', 'Deals', 'default_3x3', 1, 84, 1, 2, '1', '1', '0', '0', 'catalog_wired_header6_en', 'ctlg_pic_wired_deals', '', 'The easiest doobie way to get wired is to use the deals! These deals contain all Furni needed to make specific actions like \'Password doors\' and \'Switch operated doors\' possible.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (619, 218, 'how_to_use_wired', 'How To Use Wired', 'info_loyalty', 1, 42, 1, 9, '1', '1', '0', '0', '', '', '', '1. Wired Triggers \r\n2. Wired Effects \r\n3. Wired Conditions \r\n4. Wired Addons \r\n5. Wired Leaderboards ', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (620, 219, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (630, 219, 'rollerskating', 'Rollerskating', 'default_3x3', 1, 94, 1, 9, '1', '1', '0', '0', 'catalog_rollerskates_header', 'catalog_teaser_rollerblades', '', 'Show off your tricks on the rink, get your derby going or just invite your friends to a good ol\' roller party! PS. the rink looks great when dressed up with some Neon or Diner Furni!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (621, 209, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (263, 442, 'miss_mix', 'Miss Mix', 'default_3x3', 1, 52, 4, 39, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (632, 675, 'newbie', 'Newbie', 'default_3x3', 1, 42, 6, 2, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (690, 599, 'seal_statues', 'Seal Statues', 'default_3x3', 1, 42, 4, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (634, 420, 'crackable_prizes', 'Crackable Prizes', 'default_3x3', 1, 42, 5, 6, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (636, 624, 'nt_clothing', 'NT Clothing', 'default_3x3', 1, 42, 5, 9, '1', '1', '0', '0', '', '', '', 'NT stands for Non-Tradable; unsure what Habbo uses these for, but they could be used in competitions and events as prizes.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (638, 622, 'black_dark_iced', 'Black Dark Iced', 'default_3x3', 1, 72, 1, 2, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (639, 622, 'white_dark_iced', 'White Dark Iced', 'default_3x3', 1, 72, 1, 8, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (640, 622, 'aquamarine_dark_iced', 'Aquamarine Dark Iced', 'default_3x3', 1, 72, 1, 1, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (641, 622, 'pink_dark_iced', 'Pink Dark Iced', 'default_3x3', 1, 72, 1, 5, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (642, 622, 'blue_dark_iced', 'Blue Dark Iced', 'default_3x3', 1, 72, 1, 3, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (643, 622, 'green_dark_iced', 'Green Dark Iced', 'default_3x3', 1, 72, 1, 4, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (644, 622, 'yellow_dark_iced', 'Yellow Dark Iced', 'default_3x3', 1, 72, 1, 9, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (645, 622, 'red_dark_iced', 'Red Dark Iced', 'default_3x3', 1, 72, 1, 7, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (646, 622, 'purple_dark_iced', 'Purple Dark Iced', 'default_3x3', 1, 72, 1, 6, '1', '1', '0', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (647, 105, 'pink_dark_pura', 'Pink Dark Pura', 'default_3x3', 1, 48, 1, 6, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (648, 105, 'black_dark_pura', 'Black Dark Pura', 'default_3x3', 1, 48, 1, 3, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (649, 105, 'white_dark_pura', 'White Dark Pura', 'default_3x3', 1, 48, 1, 10, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (650, 105, 'beige_dark_pura', 'Beige Dark Pura', 'default_3x3', 1, 48, 1, 2, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (651, 105, 'blue_dark_pura', 'Blue Dark Pura', 'default_3x3', 1, 48, 1, 4, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (652, 105, 'green_dark_pura', 'Green Dark Pura', 'default_3x3', 1, 48, 1, 5, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (653, 105, 'yellow_dark_pura', 'Yellow Dark Pura', 'default_3x3', 1, 48, 1, 9, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (654, 105, 'red_dark_pura', 'Red Dark Pura', 'default_3x3', 1, 48, 1, 8, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (655, 105, 'purple_dark_pura', 'Purple Dark Pura', 'default_3x3', 1, 48, 1, 7, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (656, 105, 'aqua_dark_pura', 'Aqua Dark Pura', 'default_3x3', 1, 48, 1, 1, '1', '1', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (676, 674, 'finished_craftables', 'Finished Craftables', 'default_3x3', 1, 42, 5, 4, '1', '1', '0', '0', '', '', '', 'When a recipe is made, you are given an item to either craft further, or the final product. This is a page of both of those , and ideally shouldn\'t be in the main catalogue; unless you want to skip crafting.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (677, 674, 'secondary_ingredients', 'Secondary Ingredients', 'default_3x3', 1, 42, 4, 3, '1', '1', '0', '0', '', '', '', 'These secondary ingredients are given from craftables, but are used for crafting so shouldn\'t be in the main catalogue.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (678, 674, 'crafting_tables', 'Crafting Tables', 'default_3x3', 1, 42, 4, 1, '1', '1', '0', '0', '', '', '', 'For users to craft, they\'ll need to be able to use these tables.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (193, 190, 'tokyo_crackables', 'Tokyo Crackables', 'default_3x3', 1, 42, 1, 13, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (683, 125, 'other', 'Other', 'default_3x3', 1, 42, 7, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (685, 680, 'epic_pet_(alone)', 'Epic Pet (alone)', 'pets', 1, 42, 4, 9, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (301, 442, 'alvin', 'Alvin', 'default_3x3', 1, 52, 4, 2, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (687, 624, 'rare_clothing_2020', '[R] Clothing - 2020', 'default_3x3', 1, 42, 6, 6, '1', '1', '0', '0', '', '', '', 'Unreleased rare clothing.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (688, 410, '2019-20_ny_acc.', '2019-20 NY Acc.', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'This furniture is used in a New Years Crackable.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (689, 8, 'masks', 'Masks', 'default_3x3', 1, 214, 1, 9, '1', '1', '0', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', NULL, NULL, 'For Club members only!', 0, '');
+INSERT INTO `catalog_pages` VALUES (691, 720, '2020_rares', '2020 Rares', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (692, 376, '2020_cafe', '2020 - Cafe', 'default_3x3', 1, 62, 1, 22, '1', '1', '0', '0', 'catalog_header_val12_2_en', 'catalog_love_teaser1', '', 'Create your own romantic café with this Valentines furni line.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (693, 721, 'bonus_rare_20', 'Bonus Rare 20', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (570, 624, 'unreleased_clothing', 'Unreleased Clothing', 'default_3x3', 1, 42, 5, 1, '1', '1', '0', '0', '', '', '', 'Clothing that isn\'t released in the main catalogue.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (195, 43, 'white_diner', 'White Diner', 'default_3x3', 1, 204, 1, 5, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (571, 43, 'red_diner', 'Red Diner', 'default_3x3', 1, 204, 1, 4, '1', '1', '0', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (517, 209, 'art', 'Art', 'default_3x3', 1, 2, 1, 8, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (226, 374, '2020_alpine_heights', '2020 - Alpine Heights', 'default_3x3', 1, 181, 1, 13, '1', '1', '0', '0', 'catalog_easter_headline1', 'easternew', '', 'Setting up a campsite along the river, nothing better than nature. Make your perfect campsite today!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (264, 442, 'boost', 'Boost', 'default_3x3', 1, 52, 4, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (696, 209, 'india', 'India', 'default_3x3', 1, 2, 1, 37, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Fall into a new role and take on the beautiful palace views that come with it. Will you be the next Sultan?', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (633, 420, 'temp_art_n_india', 'temp art n india', 'default_3x3', 1, 42, 6, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (265, 442, 'central_music', 'Central Music', 'default_3x3', 1, 52, 4, 10, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (309, 442, 'dave', 'Dave', 'default_3x3', 1, 52, 4, 16, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (323, 442, 'football', 'Football', 'default_3x3', 1, 52, 4, 24, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (324, 442, 'elisa', 'Elisa', 'default_3x3', 1, 52, 4, 22, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (350, 442, 'honey', 'Honey', 'default_3x3', 1, 52, 4, 31, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (351, 442, 'pepsi', 'Pepsi', 'default_3x3', 1, 52, 4, 52, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (353, 442, 'reebok', 'Reebok', 'default_3x3', 1, 52, 4, 57, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (382, 442, 'suunvuoru', 'Suunvuoru', 'default_3x3', 1, 52, 4, 64, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (451, 442, 'kelloggs', 'Kelloggs', 'default_3x3', 1, 52, 4, 34, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (461, 442, 'jaapuisto', 'Jaapuisto', 'default_3x3', 1, 52, 4, 33, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (462, 442, 'volkswagen', 'Volkswagen', 'default_3x3', 1, 52, 4, 69, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (474, 442, 'on_tour', 'On Tour', 'default_3x3', 1, 52, 4, 48, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (489, 442, 'wwe', 'WWE', 'default_3x3', 1, 52, 4, 70, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (496, 442, 'pacha', 'Pacha', 'default_3x3', 1, 52, 4, 50, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (520, 442, 'r2', 'R2', 'default_3x3', 1, 52, 4, 55, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (524, 442, 'spangas_on_survival', 'Spangas on Survival', 'default_3x3', 1, 52, 4, 58, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (560, 442, 'spiderman', 'Spiderman', 'default_3x3', 1, 52, 4, 59, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (561, 442, 'superpop', 'SuperPop', 'default_3x3', 1, 52, 4, 63, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (562, 442, 'disney', 'Disney', 'default_3x3', 1, 52, 4, 17, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (563, 442, 'yle', 'YLE', 'default_3x3', 1, 52, 4, 71, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (564, 442, 'veet', 'Veet', 'default_3x3', 1, 52, 4, 67, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (565, 442, 'nouvelle_star', 'Nouvelle Star', 'default_3x3', 1, 52, 4, 46, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (566, 442, 'dubbelfrisss', 'Dubbelfrisss', 'default_3x3', 1, 52, 4, 19, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (600, 190, 'pinatas_crackables', 'Pinatas Crackables', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (610, 190, 'coloured_rares_crackables', 'Coloured Rares Crackables', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (637, 190, 'gold_crackables', 'Gold Crackables', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (61, 190, 'santorini_crackables', 'Santorini Crackables', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (103, 190, 'coral_kingdom_crackables', 'Coral Kingdom Crackables', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (169, 190, 'hygge_crackables', 'Hygge Crackables', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (183, 190, 'bohemian_crackables', 'Bohemian Festival Crackables', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (184, 190, 'art_crackables', 'Art Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (186, 190, 'spa_crackables', 'Spa Crackables', 'default_3x3', 1, 42, 1, 12, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (189, 190, 'india_crackables', 'India Crackables', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (190, 420, 'campaigns', 'Campaigns', 'default_3x3', 1, 42, 4, 1, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (191, 420, 'non-crack_versions', 'Non-Crack Versions', 'default_3x3', 1, 42, 4, 14, '1', '1', '0', '0', '', '', '', 'Habbo sometimes releases non-crackable versions of crackables; find them here.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (192, 190, 'habbo15_crackables', 'Habbo15 Crackables', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (213, 190, 'greek_crackables', 'Greek Crackables', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (237, 720, '2018_rares', '2018 Rares', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (268, 720, '2016_rares', '2016 Rares', 'default_3x3', 1, 52, 1, 4, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (276, 684, 'palooza_rares', 'Palooza Rares', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (567, 634, 'pinata_prizes', 'Pinata Prizes', 'default_3x3', 1, 42, 1, 14, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (572, 209, 'friendship_fusion', 'Friendship Fusion', 'default_3x3', 1, 2, 1, 27, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Show your best friends you care by using this duck to create some clothing to gift to them!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (573, 720, '2017_rares', '2017 Rares', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (574, 720, '2019_rares', '2019 Rares', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (629, 216, 'greek', 'Greek', 'default_3x3', 1, 31, 1, 1, '1', '1', '0', '0', 'greek_header', 'greek_catateaser', '', 'Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own pantheon with our realistic Greek range!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (631, 684, 'neo-habbo_rares', 'Neo-Habbo Rares', 'default_3x3', 1, 254, 1, 7, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (682, 684, 'mystics_rares', 'Mystics Rares', 'default_3x3', 1, 185, 1, 6, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (684, 557, 'rares_by_furni_line', 'Rares by Furni Line', 'default_3x3', 1, 42, 4, 1, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (694, 684, 'jurassic_rares', 'Jurassic Rares', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (686, 209, 'london', 'London', 'default_3x3', 1, 2, 1, 43, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Really, you\'d expect more coppers and stabbings, but here\'s some furni to show the safe sides of London!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (695, 684, 'olympics/london_rares', 'Olympics/London Rares', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (697, 209, 'habbo-lympix', 'Habbo-Lympix', 'default_3x3', 1, 266, 1, 34, '1', '1', '0', '0', 'catalog_header_olympic16', 'catalog_teaser_olympic16', '', 'We\'ve got everything you need to spread the Habbo-lympic spirit across the Hotel, from podiums and torches to tracks and one very special lady that will serve you tea!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (699, 684, 'executive_rares', 'Executive Rares', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (210, 684, 'university_rares', 'University Rares', 'default_3x3', 1, 42, 1, 19, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (701, 700, 'vanilla_executive', 'Vanilla Executive', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (702, 684, 'drago_rares', 'Drago Rares', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (703, 634, 'bohemian_festival_prizes', 'Bohemian Festival Prizes', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (704, 674, 'ingredients', 'Ingredients', 'default_3x3', 1, 42, 4, 2, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (705, 704, 'bohemian_festival_ingr', 'Bohemian Festival Ingr.', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'These will need to be placed somewhere in the main catalogue for users to craft.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (706, 684, 'paris_rares', 'Paris Rares', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (707, 684, 'pirates_rares', 'Pirates Rares', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (708, 209, 'pirates', 'Pirates', 'default_3x3', 1, 190, 1, 55, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (709, 708, 'ghost_ship', 'Ghost Ship', 'default_3x3', 1, 190, 1, 1, '1', '1', '0', '0', 'catalog_header_pirate', 'pirate_bundle', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (710, 708, 'bottles', 'Bottles', 'default_3x3', 1, 190, 1, 1, '1', '1', '0', '0', 'catalog_header_pirate', 'pirate_bundle', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (711, 684, 'santorini_rares', 'Santorini Rares', 'default_3x3', 1, 42, 1, 13, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (712, 557, 'roombundle_rare', 'Roombundle Rare', 'default_3x3', 1, 42, 7, 12, '1', '1', '0', '0', '', '', '', 'For some reason, Habbo has some non-LTD versions of some LTDs. Here they are.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (713, 684, 'school_rares', 'School Rares', 'default_3x3', 1, 42, 1, 14, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (714, 684, 'steampunk_rares', 'Steampunk Rares', 'default_3x3', 1, 42, 1, 16, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (715, 684, 'bazaar_rares', 'Bazaar Rares', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (716, 684, 'sunlight_city_rares', 'Sunlight City Rares', 'default_3x3', 1, 42, 1, 17, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (717, 684, 'tokyo_rares', 'Tokyo Rares', 'default_3x3', 1, 42, 1, 18, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (718, 684, 'wild_west_rares', 'Wild West Rares', 'default_3x3', 1, 42, 1, 21, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (719, 684, 'zen_garden_rares', 'Zen Garden Rares', 'default_3x3', 1, 42, 1, 22, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (720, 557, 'rares_by_year', 'Rares by Year', 'default_3x3', 1, 42, 4, 2, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (721, 420, 'bonus_rares', 'Bonus Rares', 'default_3x3', 1, 42, 4, 4, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (722, 634, 'halloween_prizes', 'Halloween Prizes', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (723, 634, 'jungle_prizes', 'Jungle Prizes', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (724, 634, 'easter_egg_prizes', 'Easter Egg Prizes', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (725, 634, 'mystics_prizes', 'Mystics Prizes', 'default_3x3', 1, 42, 1, 12, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (726, 634, 'habbo15_prizes', 'Habbo15 Prizes', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (727, 634, 'gold_rare_prizes', 'Gold Rare Prizes', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (728, 634, 'easter_prizes', 'Easter Prizes', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (729, 634, 'christmas_prizes', 'Christmas Prizes', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (730, 634, 'santorini_prizes', 'Santorini Prizes', 'default_3x3', 1, 42, 1, 15, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (731, 634, 'coral_kingdom_prizes', 'Coral Kingdom Prizes', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (732, 634, 'tokyo_prizes', 'Tokyo Prizes', 'default_3x3', 1, 42, 1, 17, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (733, 634, 'diamond_box_prizes', 'Diamond Gift Box Prizes', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (734, 634, 'greek_prizes', 'Greek Prizes', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (735, 634, 'spa_prizes', 'Spa Prizes', 'default_3x3', 1, 42, 1, 16, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (679, 7, 'what_you_can_do', 'What You Can Do', 'info_loyalty', 1, 42, 4, 14, '1', '1', '0', '0', '', '', '', 'Page Text 1: You can use any colour you would like. \r\nAnd any size. \r\nI use red a lot on my staff pages, and of course bold for emphasis, italics are important , and underlining. \r\nYou can add events to some page types too. \r\nThis opens a habbopage. \r\nThis opens your menu. \r\nThis searches the navigator. \r\nThis opens the Avatar Editor. \r\nYou get the idea. \r\nEnjoy the catalogue! ', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (698, 222, 'all_in_one_bc', 'All In One (LAGGY)', 'default_3x3_color_grouping', 1, 28, 1, 35, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, NULL, NULL, 0, '126;127;128;129;130;131;132;133;134;135;136;137;138;139;140;141;142;143;144;145;146;147;148;149;150;151;152;153;154;155;156;157');
+INSERT INTO `catalog_pages` VALUES (747, 704, 'india_ingredients', 'India Ingr.', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'These will need to be placed somewhere in the main catalogue for users to craft.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (1100, 7, 'new_release', 'New Furnitures', 'default_3x3', 1, 180, 4, 4, '1', '1', '0', '0', '', '', '', 'New unrelesed Furnitures.', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (1006, 233, 'terrier_habitat20', 'Terrier\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 7, '1', '1', '0', '0', 'catalog_header_roombundle', 'may20_pet5_internal', '', 'For your Terrier.', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Terrier Habitat Room-Bundle. For only 30 Credits and 30 Diamonds. This could be yours today!', 'The Bundle include: ', 56, '');
+INSERT INTO `catalog_pages` VALUES (1005, 233, 'puppy_habitat20', 'Puppy\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 4, '1', '1', '0', '0', 'catalog_header_roombundle', 'may20_pet2_internal', '', 'For your Puppy.', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Puppy Habitat Room-Bundle. For only 30 Credits and 30 Diamonds. This could be yours today!', 'The Bundle include: ', 55, '');
+INSERT INTO `catalog_pages` VALUES (1002, 233, 'pigglets_habitat20', 'Piglet\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 5, '1', '1', '0', '0', 'catalog_header_roombundle', 'may20_pet3_internal', '', 'For your Pigglet.', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Pigglet Habitat Room-Bundle. For only 30 Credits and 30 Diamonds. This could be yours today!', 'The Bundle include: ', 52, '');
+INSERT INTO `catalog_pages` VALUES (1001, 233, 'chill_modern_20', 'NEW: Chill Modern Bundle', 'room_bundle', 1, 268, 1, 2, '1', '1', '0', '0', 'catalog_header_roombundle', 'chill_modern20_bundle', '', 'For the modern People!', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Chill Modern Room-Bundle. For only 99Credits. This could be yours today!', 'The Bundle include: ', 51, '');
+INSERT INTO `catalog_pages` VALUES (1004, 233, 'cat_habitat20', 'Kitten\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 3, '1', '1', '0', '0', 'catalog_header_roombundle', 'may20_pet1_internal', '', 'For your Pussy.', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Cat Habitat Room-Bundle. For only 30 Credits and 30 Diamonds. This could be yours today!', 'The Bundle include: ', 54, '');
+INSERT INTO `catalog_pages` VALUES (1003, 233, 'polarbear_habitat20', 'Polar Bear\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 6, '1', '1', '0', '0', 'catalog_header_roombundle', 'may20_pet4_internal', '', 'For your Polar Bear.', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Polar Bear Habitat Room-Bundle. For only 30 Credits and 30 Diamonds. This could be yours today!', 'The Bundle include: ', 53, '');
+INSERT INTO `catalog_pages` VALUES (1000, 233, 'dark_elegant_20', 'NEW: Dark Elegant Bundle', 'room_bundle', 1, 268, 1, 1, '1', '1', '0', '0', 'catalog_header_roombundle', 'dark_elegant20_bundle', '', 'For the more elegant People!', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new nice Dark Elegant Room. For only 99Credits. This could be yours today!', 'The Bundle include: ', 50, '');
+INSERT INTO `catalog_pages` VALUES (748, 1100, 'neonpunk_c20', 'neonpunk_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (749, 1100, 'gothiccafe_c20', 'gothiccafe_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (750, 1100, 'sunsetcafe_c20', 'sunsetcafe_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (751, 1100, 'zengarden_c20', 'zengarden_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (752, 1100, 'rainyday_c20', 'rainyday_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (753, 1100, 'habbo20_c20', 'habbo20_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (754, 311, 'rare_blackrosegold', 'Blackrosegold', 'default_3x3', 1, 1, 6, 5, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (755, 1100, 'darkelegant_c20', 'darkelegant_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (756, 1100, 'darkmodern_c20', 'darkmodern_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (757, 2, 'trimmed_rosegold20', 'Trimmed Rose Gold Balloon', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', 'Stars_header', 'habbo20_roselinedball', '', 'These balloons contain one of 16 different rose gold coloured classic rares! Check below for the probabilities of getting each item.', NULL, NULL, NULL, 0, '');
+INSERT INTO `catalog_pages` VALUES (758, 2, 'crackables_habbo20', 'Crackable Rewards: Probabilities', 'pets3', 1, 42, 1, 5, '1', '1', '0', '0', 'Stars_header', 'catalog_teaser_atcg', '', 'Find out everything you need to know about Trimmed Rose Gold Balloons\' rewards here!', 'Here are the probabilities of getting each item:', '\r\n\r\nDragon Lamp: 1%.\r\nIce Cream Maker: 2%.\r\nElephant: 4%.\r\nParasol: 4%.\r\nFountain: 4%.\r\nPowered Fan: 6%.\r\nPillow: 6%.\r\nLaser Portal: 6%.\r\nSmoke Machine: 7%.\r\nSpaceship Door: 7%.\r\nAmber Lamp: 7%.\r\nDoric Pillar: 9%.\r\nSleeping Bag: 9%.\r\nOriental Screen: 9%.\r\nMarquee: 9%.\r\nRoad Barrier: 10%.\r\n\r\n\r\n\r\nSee the balloons on the above sub-page!\r\n', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (1110, 7, 'targetoffer_int', 'Targeted Offers', 'default_3x3', 1, 180, 4, 4, '1', '1', '0', '0', '', '', '', 'Targeted offers Packs', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (761, 14, 'sold_limited_rares', 'Sold Rares', 'default_3x3', 1, 198, 1, 1, '1', '1', '0', '0', 'limited_header_sold', 'limited_sold_promo', '', 'his page shows past Limited Edition Rares. They won\'t come back on sale in the Shop. If they\'re not sold out, they might be given as prizes later on, but for now the only way to get one is through trading!', '', '', '', 0, '');
+INSERT INTO `catalog_pages` VALUES (760, 190, 'habbo20_crackables', 'Habbo 20 Crackables', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
+
+-- ----------------------------
+-- Table structure for catalog_pages_bc
+-- ----------------------------
+DROP TABLE IF EXISTS `catalog_pages_bc`;
+CREATE TABLE `catalog_pages_bc` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `parent_id` int(0) NOT NULL DEFAULT -1,
+ `caption` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `page_layout` enum('default_3x3','club_buy','club_gift','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','spaces_new','soundmachine','guilds','guild_furni','info_duckets','info_rentables','info_pets','roomads','single_bundle','sold_ltd_items','badge_display','bots','pets','pets2','pets3','productpage1','room_bundle','recent_purchases','default_3x3_color_grouping','guild_forum','vip_buy','info_loyalty','loyalty_vip_buy','collectibles','petcustomization','frontpage_featured') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'default_3x3',
+ `icon_color` int(0) NOT NULL DEFAULT 1,
+ `icon_image` int(0) NOT NULL DEFAULT 1,
+ `order_num` int(0) NOT NULL DEFAULT 1,
+ `visible` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ `enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ `page_headline` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `page_teaser` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `page_special` varchar(2048) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT '' COMMENT 'Gold Bubble: catalog_special_txtbg1 // Speech Bubble: catalog_special_txtbg2 // Place normal text in page_text_teaser',
+ `page_text1` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
+ `page_text2` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
+ `page_text_details` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
+ `page_text_teaser` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 3 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of catalog_pages_bc
+-- ----------------------------
+INSERT INTO `catalog_pages_bc` VALUES (1, -1, 'Furniture', 'default_3x3', 1, 1, 0, '1', '1', '', '', '', NULL, NULL, NULL, NULL);
+INSERT INTO `catalog_pages_bc` VALUES (2, -1, 'Building Blocks', 'default_3x3', 1, 1, 1, '0', '0', '', '', '', NULL, NULL, NULL, NULL);
+
+-- ----------------------------
+-- Table structure for catalog_target_offers
+-- ----------------------------
+DROP TABLE IF EXISTS `catalog_target_offers`;
+CREATE TABLE `catalog_target_offers` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `offer_code` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `title` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `description` varchar(2048) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `image` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `icon` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `end_timestamp` int(0) NOT NULL,
+ `credits` int(0) NOT NULL DEFAULT 10,
+ `points` int(0) NOT NULL DEFAULT 10,
+ `points_type` int(0) NOT NULL DEFAULT 5,
+ `purchase_limit` int(0) NOT NULL DEFAULT 5,
+ `catalog_item` int(0) NOT NULL,
+ `vars` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '' COMMENT 'List of strings seperated by a ;',
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of catalog_target_offers
+-- ----------------------------
+INSERT INTO `catalog_target_offers` VALUES (1, '10500', 'Machines Offer One!', 'Click here to see a list of all items included in this deal.', 'targetedoffers/ufo_habbo20_mach1.png', 'targetedoffers/tto_blkfri_20_small.png', 1598745600, 189, 189, 5, 1, 20500, '');
+
+-- ----------------------------
+-- Table structure for chatlogs_private
+-- ----------------------------
+DROP TABLE IF EXISTS `chatlogs_private`;
+CREATE TABLE `chatlogs_private` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_from_id` int(0) NOT NULL,
+ `user_to_id` int(0) NOT NULL,
+ `message` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `timestamp` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `id`(`id`) USING BTREE,
+ INDEX `user_from_id`(`user_from_id`) USING BTREE,
+ INDEX `user_to_id`(`user_to_id`) USING BTREE,
+ INDEX `message`(`message`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for chatlogs_room
+-- ----------------------------
+DROP TABLE IF EXISTS `chatlogs_room`;
+CREATE TABLE `chatlogs_room` (
+ `room_id` int(0) NOT NULL DEFAULT 0,
+ `user_from_id` int(0) NOT NULL,
+ `user_to_id` int(0) NOT NULL DEFAULT 0,
+ `message` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `timestamp` int(0) NOT NULL,
+ INDEX `user_from_id`(`user_from_id`) USING BTREE,
+ INDEX `timestamp`(`timestamp`) USING BTREE,
+ INDEX `user_to_id`(`user_to_id`) USING BTREE,
+ INDEX `message`(`message`) USING BTREE,
+ INDEX `room_id`(`room_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for commandlogs
+-- ----------------------------
+DROP TABLE IF EXISTS `commandlogs`;
+CREATE TABLE `commandlogs` (
+ `user_id` int(0) NOT NULL,
+ `timestamp` int(0) NOT NULL,
+ `command` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `params` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `succes` enum('no','yes') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'yes',
+ INDEX `user_id`(`user_id`) USING BTREE,
+ INDEX `user_data`(`user_id`, `timestamp`) USING BTREE,
+ INDEX `command`(`command`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for crafting_altars_recipes
+-- ----------------------------
+DROP TABLE IF EXISTS `crafting_altars_recipes`;
+CREATE TABLE `crafting_altars_recipes` (
+ `altar_id` int(0) NOT NULL,
+ `recipe_id` int(0) NOT NULL,
+ UNIQUE INDEX `altar_id`(`altar_id`, `recipe_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Records of crafting_altars_recipes
+-- ----------------------------
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 1);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 2);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 3);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 4);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 5);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 6);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 7);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 8);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 9);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 10);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 11);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 12);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 13);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 14);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 15);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 16);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 17);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 18);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 19);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 20);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 21);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 22);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 23);
+INSERT INTO `crafting_altars_recipes` VALUES (8388, 24);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 167);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 168);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 169);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 170);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 171);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 172);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 173);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 174);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 175);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 176);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 177);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 178);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 179);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 180);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 181);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 182);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 183);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 184);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 185);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 186);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 187);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 188);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 189);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 190);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 191);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 192);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 193);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 194);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 195);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 196);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 197);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 198);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 199);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 200);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 201);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 202);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 203);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 204);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 205);
+INSERT INTO `crafting_altars_recipes` VALUES (8938, 206);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 207);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 208);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 209);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 210);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 211);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 212);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 213);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 214);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 215);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 216);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 217);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 218);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 219);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 220);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 221);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 222);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 223);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 224);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 225);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 226);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 227);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 228);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 229);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 230);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 231);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 232);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 233);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 234);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 235);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 236);
+INSERT INTO `crafting_altars_recipes` VALUES (9169, 237);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 25);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 26);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 27);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 28);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 29);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 30);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 31);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 32);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 33);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 34);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 35);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 36);
+INSERT INTO `crafting_altars_recipes` VALUES (9412, 37);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 39);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 41);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 42);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 43);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 44);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 45);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 46);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 47);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 48);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 49);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 51);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 52);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 53);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 54);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 55);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 56);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 57);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 58);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 59);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 60);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 61);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 62);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 63);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 64);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 65);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 66);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 67);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 68);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 69);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 70);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 71);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 72);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 73);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 74);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 75);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 76);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 77);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 78);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 79);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 81);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 82);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 83);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 84);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 85);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 86);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 87);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 88);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 89);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 90);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 91);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 92);
+INSERT INTO `crafting_altars_recipes` VALUES (9603, 93);
+INSERT INTO `crafting_altars_recipes` VALUES (9794, 94);
+INSERT INTO `crafting_altars_recipes` VALUES (9794, 95);
+INSERT INTO `crafting_altars_recipes` VALUES (9794, 96);
+INSERT INTO `crafting_altars_recipes` VALUES (9794, 97);
+INSERT INTO `crafting_altars_recipes` VALUES (9794, 98);
+INSERT INTO `crafting_altars_recipes` VALUES (9794, 99);
+INSERT INTO `crafting_altars_recipes` VALUES (10032, 163);
+INSERT INTO `crafting_altars_recipes` VALUES (10032, 164);
+INSERT INTO `crafting_altars_recipes` VALUES (10032, 165);
+INSERT INTO `crafting_altars_recipes` VALUES (10032, 166);
+INSERT INTO `crafting_altars_recipes` VALUES (10174, 100);
+INSERT INTO `crafting_altars_recipes` VALUES (10174, 101);
+INSERT INTO `crafting_altars_recipes` VALUES (10174, 102);
+INSERT INTO `crafting_altars_recipes` VALUES (10174, 103);
+INSERT INTO `crafting_altars_recipes` VALUES (10174, 104);
+INSERT INTO `crafting_altars_recipes` VALUES (10174, 105);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 106);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 107);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 108);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 109);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 110);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 111);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 112);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 113);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 114);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 115);
+INSERT INTO `crafting_altars_recipes` VALUES (10270, 116);
+INSERT INTO `crafting_altars_recipes` VALUES (10394, 117);
+INSERT INTO `crafting_altars_recipes` VALUES (10394, 118);
+INSERT INTO `crafting_altars_recipes` VALUES (10394, 119);
+INSERT INTO `crafting_altars_recipes` VALUES (10394, 120);
+INSERT INTO `crafting_altars_recipes` VALUES (10394, 121);
+INSERT INTO `crafting_altars_recipes` VALUES (10394, 122);
+INSERT INTO `crafting_altars_recipes` VALUES (10394, 123);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 124);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 125);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 126);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 127);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 128);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 129);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 130);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 131);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 132);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 133);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 134);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 135);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 136);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 137);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 138);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 139);
+INSERT INTO `crafting_altars_recipes` VALUES (10634, 140);
+INSERT INTO `crafting_altars_recipes` VALUES (10732, 141);
+INSERT INTO `crafting_altars_recipes` VALUES (10732, 142);
+INSERT INTO `crafting_altars_recipes` VALUES (10732, 143);
+INSERT INTO `crafting_altars_recipes` VALUES (10732, 144);
+INSERT INTO `crafting_altars_recipes` VALUES (10732, 145);
+INSERT INTO `crafting_altars_recipes` VALUES (10732, 146);
+INSERT INTO `crafting_altars_recipes` VALUES (10732, 147);
+INSERT INTO `crafting_altars_recipes` VALUES (10732, 148);
+INSERT INTO `crafting_altars_recipes` VALUES (10808, 149);
+INSERT INTO `crafting_altars_recipes` VALUES (10808, 150);
+INSERT INTO `crafting_altars_recipes` VALUES (10808, 151);
+INSERT INTO `crafting_altars_recipes` VALUES (10808, 152);
+INSERT INTO `crafting_altars_recipes` VALUES (10808, 153);
+INSERT INTO `crafting_altars_recipes` VALUES (10911, 154);
+INSERT INTO `crafting_altars_recipes` VALUES (10911, 155);
+INSERT INTO `crafting_altars_recipes` VALUES (10911, 156);
+INSERT INTO `crafting_altars_recipes` VALUES (10911, 157);
+INSERT INTO `crafting_altars_recipes` VALUES (10911, 158);
+INSERT INTO `crafting_altars_recipes` VALUES (11169, 159);
+INSERT INTO `crafting_altars_recipes` VALUES (11169, 160);
+INSERT INTO `crafting_altars_recipes` VALUES (11169, 161);
+INSERT INTO `crafting_altars_recipes` VALUES (11169, 162);
+INSERT INTO `crafting_altars_recipes` VALUES (11205, 238);
+INSERT INTO `crafting_altars_recipes` VALUES (11205, 239);
+INSERT INTO `crafting_altars_recipes` VALUES (11205, 240);
+INSERT INTO `crafting_altars_recipes` VALUES (11205, 241);
+INSERT INTO `crafting_altars_recipes` VALUES (11205, 242);
+INSERT INTO `crafting_altars_recipes` VALUES (11205, 243);
+INSERT INTO `crafting_altars_recipes` VALUES (11205, 244);
+INSERT INTO `crafting_altars_recipes` VALUES (11205, 245);
+INSERT INTO `crafting_altars_recipes` VALUES (11205, 246);
+INSERT INTO `crafting_altars_recipes` VALUES (11205, 247);
+
+-- ----------------------------
+-- Table structure for crafting_recipes
+-- ----------------------------
+DROP TABLE IF EXISTS `crafting_recipes`;
+CREATE TABLE `crafting_recipes` (
+ `id` int(0) NOT NULL,
+ `product_name` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'WARNING! This field must match a entry in your productdata or crafting WILL NOT WORK!',
+ `reward` int(0) NOT NULL,
+ `enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ `achievement` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `secret` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `limited` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `remaining` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE,
+ UNIQUE INDEX `id`(`id`) USING BTREE,
+ UNIQUE INDEX `name`(`product_name`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of crafting_recipes
+-- ----------------------------
+INSERT INTO `crafting_recipes` VALUES (3, 'clothing_waterhelm', 8336, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (9, 'gothic_c15_chandelier', 8230, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (22, 'fxbox_fx125', 6324, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (18, 'hween14_skelepieces', 6178, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (11, 'hween14_mariachi', 6179, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (12, 'hween14_doll3', 6203, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (13, 'hween14_doll4', 6204, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (14, 'clothing_wavy2', 6286, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (16, 'fxbox_fx152', 6322, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (21, 'skullcandle', 207, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (23, 'deadduck', 208, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (20, 'penguin_glow', 2993, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (17, 'LT_skull', 3189, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (24, 'qt_xm10_iceduck', 3727, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (10, 'hween12_guillotine', 4738, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (19, 'hween13_bldtrail', 5300, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (2, 'clothing_airhelm', 8340, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (1, 'clothing_firehelm', 8342, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (4, 'clothing_earthhelm', 8346, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (7, 'hween_c15_evilcrystal2', 8362, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (5, 'hween_c15_purecrystal2', 8363, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (8, 'hween_c15_evilcrystal3', 8365, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (6, 'hween_c15_purecrystal3', 8373, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (15, 'guitar_skull', 40110, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (159, 'clothing_maskmint', 11152, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (160, 'clothing_maskrose', 11157, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (161, 'clothing_maskcitrus', 11161, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (162, 'clothing_maskcharcoal', 11164, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (39, 'bazaar_c17_curtainblue', 9553, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (40, 'bazaar_c17_curtainpink', 9631, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (41, 'bazaar_c17_curtainyellow', 9637, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (42, 'bazaar_c17_curtaingreen', 9569, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (43, 'bazaar_c17_curtainpurple', 9606, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (44, 'bazaar_c17_curtainmystic', 9642, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (45, 'bazaar_c17_curtainbluepinktrim', 9596, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (46, 'bazaar_c17_curtainpinkbluetrim', 9583, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (47, 'bazaar_c17_curtainyellowbluetrim', 9555, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (48, 'bazaar_c17_curtainpurpleyellowtrim', 9636, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (49, 'bazaar_c17_curtaingreenpurpletrim', 9572, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (50, 'bazaar_c17_lampblue', 9592, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (51, 'bazaar_c17_lamppink', 9619, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (52, 'bazaar_c17_lampyellow', 9552, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (53, 'bazaar_c17_lampgreen', 9609, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (54, 'bazaar_c17_lamppurple', 9554, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (55, 'bazaar_c17_lampmystic', 9584, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (56, 'bazaar_c17_lampbluepinktrim', 9550, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (57, 'bazaar_c17_lamppinkbluetrim', 9638, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (58, 'bazaar_c17_lampyellowbluetrim', 9599, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (59, 'bazaar_c17_lamppurpleyellowtrim', 9644, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (60, 'bazaar_c17_lampgreenpurpletrim', 9640, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (61, 'bazaar_c17_pillowblue', 9593, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (62, 'bazaar_c17_pillowpink', 9639, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (63, 'bazaar_c17_pillowyellow', 9586, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (64, 'bazaar_c17_pillowgreen', 9633, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (65, 'bazaar_c17_pillowpurple', 9575, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (66, 'bazaar_c17_pillowmystic', 9566, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (67, 'bazaar_c17_pillowbluepinktrim', 9551, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (68, 'bazaar_c17_pillowpinkbluetrim', 9628, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (69, 'bazaar_c17_pillowyellowbluetrim', 9602, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (70, 'bazaar_c17_pillowpurpleyellowtrim', 9629, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (71, 'bazaar_c17_pillowgreenpurpletrim', 9567, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (72, 'bazaar_c17_rugblue', 9573, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (73, 'bazaar_c17_rugpink', 9620, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (74, 'bazaar_c17_rugyellow', 9618, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (75, 'bazaar_c17_ruggreen', 9556, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (76, 'bazaar_c17_rugpurple', 9641, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (77, 'bazaar_c17_rugmystic', 9587, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (78, 'bazaar_c17_rugpinkbluetrim', 9612, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (79, 'bazaar_c17_rugbluepinktrim', 9588, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (80, 'bazaar_c17_rugyellowbluetrim', 9577, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (81, 'bazaar_c17_rugpurpleyellowtrim', 9560, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (82, 'bazaar_c17_ruggreenpurpletrim', 9601, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (83, 'bazaar_c17_vaseblue', 9578, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (84, 'bazaar_c17_vasepink', 9607, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (85, 'bazaar_c17_vaseyellow', 9610, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (86, 'bazaar_c17_vasegreen', 9604, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (87, 'bazaar_c17_vasepurple', 9568, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (88, 'bazaar_c17_vasemystic', 9613, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (89, 'bazaar_c17_vasebluepinktrim', 9563, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (90, 'bazaar_c17_vasepinkbluetrim', 9561, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (91, 'bazaar_c17_vaseyellowbluetrim', 9580, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (92, 'bazaar_c17_vasepurpleyellowtrim', 9614, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (93, 'bazaar_c17_vasegreenpurpletrim', 9571, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (124, 'fest_c19_backdrop2', 10623, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (125, 'fest_c19_backdrop3', 10631, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (126, 'fest_c19_stool2', 10635, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (127, 'fest_c19_stool3', 10575, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (128, 'fest_c19_cushion2', 10598, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (129, 'fest_c19_cushion3', 10591, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (130, 'fest_c19_parasol2', 10609, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (131, 'fest_c19_parasol3', 10580, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (132, 'clothing_bohopaint', 10629, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (133, 'clothing_bohogems', 10581, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (134, 'clothing_bohoheadgems', 10583, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (135, 'clothing_bohotiara', 10619, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (136, 'clothing_bohotunic', 10594, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (137, 'clothing_bohovest', 10618, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (138, 'clothing_ruggedbackpack', 10628, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (139, 'clothing_bohobackpack', 10611, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (140, 'fest_c19_skull3', 10587, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (106, 'hween_c18_toy1new', 10266, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (107, 'hween_c18_toy2new', 10256, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (108, 'hween_c18_toy3new', 10255, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (109, 'hween_c18_toy4new', 10274, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (110, 'hween_c18_toy5new', 10241, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (111, 'clothing_legwarmershoes', 10273, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (112, 'clothing_brownglasses', 10238, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (113, 'clothing_shortcurlhair', 10292, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (114, 'clothing_sideponytail', 10267, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (115, 'clothing_vintagejacket', 10264, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (116, 'hween_c18_labcurtains', 10254, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (141, 'suncity_c19_lamp', 10717, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (142, 'suncity_c19_biokit', 10733, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (143, 'suncity_c19_vase', 10747, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (144, 'suncity_c19_clock', 10716, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (145, 'clothing_leafmask', 10727, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (146, 'clothing_butterflymask', 10719, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (147, 'clothing_floralbag', 10739, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (148, 'clothing_gogglehat', 10728, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (100, 'clothing_harajukuhair', 10186, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (101, 'clothing_harajukubow', 10176, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (102, 'clothing_sakurajacket', 10149, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (103, 'clothing_botface', 10182, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (104, 'clothing_animehair', 10134, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (105, 'clothing_dragonplushhat', 10153, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (94, 'clothing_featherflower', 9807, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (149, 'hween_c19_slimeblob', 10828, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (150, 'hween_c19_spiritowl', 10822, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (151, 'hween_c19_firechild', 10806, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (152, 'hween_c19_darkwerewolf', 10817, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (153, 'hween_c19_flameon', 10801, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (117, 'clothing_xmas5', 10389, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (118, 'clothing_treepartyhat', 10403, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (119, 'clothing_poinsettia', 10354, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (120, 'clothing_snowman', 10382, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (121, 'clothing_rudolphhat', 10342, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (122, 'clothing_penguin', 10361, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (123, 'clothing_halo', 10329, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (154, 'xmas_c19_robinfigure2', 10933, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (155, 'xmas_c19_reindeerfigure2', 10897, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (156, 'xmas_c19_angelfigure2', 10934, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (157, 'xmas_c19_unicornfigure2', 10929, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (158, 'xmas_c19_dragonfigure2', 10915, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (95, 'clothing_tophat', 9839, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (96, 'clothing_buttonpants', 9810, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (97, 'clothing_ruffleshirt', 9836, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (98, 'clothing_tailedcoat', 9851, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (99, 'clothing_dress', 9846, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (25, 'easter_c17_strawbsjam', 9435, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (26, 'easter_c17_blkberryjam', 9455, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (27, 'easter_c17_raspjam', 9421, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (28, 'easter_c17_strawbscake', 9459, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (29, 'easter_c17_carrotcake', 9449, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (30, 'easter_c17_berrytart', 9450, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (31, 'easter_c17_fruitsalad', 9418, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (32, 'easter_c17_chocbunny', 9446, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (33, 'easter_c17_pastries', 9423, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (34, 'easter_c17_choccupcake', 9437, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (35, 'easter_c17_choctart', 9428, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (36, 'easter_c17_berrycupcake', 9419, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (37, 'easter_c17_sweetpastries', 9458, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (163, 'clothing_bffshirt', 10026, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (164, 'clothing_bffhat', 10027, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (165, 'clothing_kpop', 10025, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (166, 'clothing_kpopbuns', 10024, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (183, 'jungle_c16_swingsofa2', 8942, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (177, 'jungle_c16_treestage3', 8988, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (176, 'jungle_c16_dvdr3', 8980, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (175, 'jungle_c16_bkcase3', 8985, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (174, 'jungle_c16_bridgeend3', 8923, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (173, 'jungle_c16_mat3', 8934, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (172, 'jungle_c16_gate3', 8928, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (171, 'jungle_c16_pot3', 8984, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (167, 'jungle_c16_roof3', 8971, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (168, 'jungle_c16_table3', 8925, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (169, 'jungle_c16_stairs3', 8939, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (170, 'jungle_c16_swingsofa3', 8954, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (188, 'jungle_c16_bkcase2', 8976, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (187, 'jungle_c16_bridgeend2', 8944, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (186, 'jungle_c16_mat2', 8937, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (185, 'jungle_c16_gate2', 8960, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (184, 'jungle_c16_pot2', 8941, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (178, 'jungle_c16_wall3', 8952, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (179, 'jungle_c16_bridgemid3', 8989, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (180, 'jungle_c16_roof2', 8978, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (181, 'jungle_c16_table2', 8972, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (182, 'jungle_c16_stairs2', 8950, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (189, 'jungle_c16_dvdr2', 8953, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (190, 'jungle_c16_treestage2', 8958, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (191, 'jungle_c16_wall2', 8943, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (192, 'jungle_c16_bridgemid2', 8990, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (207, 'hween_c16_ghostorb', 9188, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (208, 'hween_c16_ghostvial', 9191, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (209, 'hween12_floor', 4746, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (210, 'hween12_lantern', 4742, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (211, 'hween_c16_bar2', 9168, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (212, 'hween_c16_barchair2', 9157, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (213, 'hween_c16_roundtable2', 9166, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (214, 'hween_c16_wall2', 9175, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (215, 'hween_c16_chair2', 9148, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (216, 'hween_c16_endtable2', 9193, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (217, 'hween_c16_floor2', 9172, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (218, 'hween_c16_glasstable2', 9189, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (219, 'hween_c16_ladder2', 9181, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (220, 'hween10_zombie', 3636, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (221, 'hween11_sofa', 4269, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (222, 'hween14_bed', 6207, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (223, 'st_hween14_closet', 6221, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (224, 'hween_c16_balcony2', 9163, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (225, 'hween_c16_bed2', 9167, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (226, 'hween_c16_bkcase2', 9184, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (227, 'hween_c16_lamp2', 9151, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (228, 'hween_c16_vase2', 9196, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (229, 'hween14_demon', 6214, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (230, 'hween_c16_vanity2', 9192, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (231, 'hween_r16_chandelier2', 9195, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (232, 'hween_r16_grandpiano2', 9165, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (233, 'hween_c16_bust2', 9180, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (234, 'hween_c16_cabinet2', 9155, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (235, 'hween_c16_fireplace2', 9160, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (236, 'st_hween14_mbox', 6219, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (237, 'hween_c15_shinycarpet', 8376, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (193, 'val13_water', 4836, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (194, 'anc_talltree', 4650, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (195, 'val13_shrub_circ', 4935, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (196, 'ny2013_cup', 4844, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (197, 'mnstr_seed_rare', 4604, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (198, 'anc_waterfall', 4651, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (199, 'dino_c15_tree2', 8113, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (200, 'anc_comfy_tree', 4653, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (201, 'stories_shakespeare_tree', 5735, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (202, 'dino_c15_tree1', 8104, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (203, 'easter14_grasspatch', 5841, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (204, 'lt_c15_bush', 8238, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (205, 'tiki_c15_wall', 46240, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (206, 'jetset_landhigh', 4707, '1', '', '1', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (238, 'clothing_headjewel', 11183, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (239, 'clothing_snake', 11209, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (240, 'clothing_sari', 11215, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (241, 'clothing_sherwani', 11189, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (242, 'clothing_exoticcape', 11178, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (243, 'clothing_cobra', 11175, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (244, 'clothing_grandexoticcape', 11204, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (245, 'clothing_grandheadjewel', 11187, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (246, 'clothing_grandsari', 11185, '1', '', '0', '0', 0);
+INSERT INTO `crafting_recipes` VALUES (247, 'clothing_grandsherwani', 11200, '1', '', '0', '0', 0);
+
+-- ----------------------------
+-- Table structure for crafting_recipes_ingredients
+-- ----------------------------
+DROP TABLE IF EXISTS `crafting_recipes_ingredients`;
+CREATE TABLE `crafting_recipes_ingredients` (
+ `recipe_id` int(0) NOT NULL,
+ `item_id` int(0) NOT NULL,
+ `amount` int(0) NOT NULL DEFAULT 1
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Records of crafting_recipes_ingredients
+-- ----------------------------
+INSERT INTO `crafting_recipes_ingredients` VALUES (1, 8373, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (2, 8363, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (2, 8373, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (3, 8363, 8);
+INSERT INTO `crafting_recipes_ingredients` VALUES (4, 8404, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (4, 8363, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (5, 8404, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (6, 8363, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (7, 8370, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (8, 8362, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (9, 3234, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (9, 3294, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (9, 8362, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (9, 3189, 6);
+INSERT INTO `crafting_recipes_ingredients` VALUES (10, 4309, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (10, 5300, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (10, 4292, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (10, 8365, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (11, 3189, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (11, 4083, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (11, 8363, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (11, 6178, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (12, 6178, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (12, 8363, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (12, 5002, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (13, 179, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (13, 8363, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (13, 6178, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (14, 8363, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (14, 5869, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (14, 6153, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (15, 3248, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (15, 8404, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (15, 5002, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (16, 4738, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (16, 8365, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (16, 6191, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (17, 209, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (17, 8404, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (18, 208, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (18, 8404, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (19, 208, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (19, 8404, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (20, 8362, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (20, 2946, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (20, 2977, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (21, 3238, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (21, 3189, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (22, 4268, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (22, 8362, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (23, 179, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (23, 8370, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (24, 179, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (24, 8404, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (159, 11153, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (160, 11147, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (161, 11162, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (162, 11154, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (25, 9431, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (26, 9444, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (27, 9434, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (28, 9411, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (28, 9435, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (29, 9436, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (29, 9411, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (30, 9455, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (30, 9411, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (31, 9444, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (31, 9431, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (31, 9434, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (32, 9457, 10);
+INSERT INTO `crafting_recipes_ingredients` VALUES (33, 9411, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (34, 9411, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (34, 9457, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (35, 9411, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (35, 9457, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (36, 9411, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (36, 9421, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (37, 9457, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (37, 9435, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (37, 9411, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (39, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (39, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (40, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (40, 9611, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (41, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (41, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (42, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (42, 9582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (43, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (43, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (44, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (44, 9574, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (45, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (45, 9581, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (45, 9611, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (46, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (46, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (46, 9611, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (47, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (47, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (47, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (48, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (48, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (48, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (49, 9585, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (49, 9582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (49, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (50, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (50, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (51, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (51, 9611, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (52, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (52, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (53, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (53, 9582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (54, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (54, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (55, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (55, 9574, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (56, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (56, 9581, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (56, 9611, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (57, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (57, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (57, 9611, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (58, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (58, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (58, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (59, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (59, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (59, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (60, 9627, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (60, 9582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (60, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (61, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (61, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (62, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (62, 9611, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (63, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (63, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (64, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (64, 9582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (65, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (65, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (66, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (66, 9574, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (67, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (67, 9581, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (67, 9611, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (68, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (68, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (68, 9611, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (69, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (69, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (69, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (70, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (70, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (70, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (71, 9632, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (71, 9582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (71, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (72, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (72, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (73, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (73, 9611, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (74, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (74, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (75, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (75, 9582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (76, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (76, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (77, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (77, 9574, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (78, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (78, 9581, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (78, 9611, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (79, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (79, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (79, 9611, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (80, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (80, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (80, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (81, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (81, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (81, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (82, 9622, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (82, 9582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (82, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (83, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (83, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (84, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (84, 9611, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (85, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (85, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (86, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (86, 9582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (87, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (87, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (88, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (88, 9574, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (89, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (89, 9581, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (89, 9611, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (90, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (90, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (90, 9611, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (91, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (91, 9581, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (91, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (92, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (92, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (92, 9598, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (93, 9645, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (93, 9582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (93, 9621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (94, 9793, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (94, 9826, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (94, 9838, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (95, 9842, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (95, 9826, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (95, 9838, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (96, 9892, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (96, 9826, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (96, 9838, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (97, 9833, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (97, 9826, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (97, 9838, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (98, 9790, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (98, 9826, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (98, 9838, 6);
+INSERT INTO `crafting_recipes_ingredients` VALUES (99, 9801, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (99, 9826, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (99, 9838, 6);
+INSERT INTO `crafting_recipes_ingredients` VALUES (100, 10133, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (100, 10132, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (101, 10152, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (101, 10155, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (102, 10139, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (102, 10167, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (103, 10171, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (103, 10185, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (104, 10168, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (104, 10168, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10155, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10168, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10185, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10168, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10139, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10133, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10171, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10152, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10132, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10167, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (106, 10298, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (106, 10265, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (107, 10291, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (107, 10265, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (108, 10305, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (108, 10284, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (108, 10265, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (109, 10245, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (109, 10284, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (109, 10265, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (110, 10239, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (110, 10284, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (110, 10265, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (111, 10276, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (111, 10284, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (112, 10301, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (112, 10284, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (113, 10303, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (113, 10284, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (113, 10265, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (114, 10296, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (114, 10284, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (114, 10265, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (115, 10287, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (115, 10284, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (115, 10265, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (116, 10272, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (116, 10265, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (116, 10284, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (117, 10371, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (117, 10370, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (118, 10370, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (118, 10398, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (119, 10352, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (119, 10378, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (120, 10378, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (120, 10384, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (120, 10341, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (121, 10352, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (121, 10349, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (121, 10387, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (122, 10371, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (122, 10343, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (122, 10384, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10378, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10371, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10370, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10398, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10352, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10349, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10341, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (124, 10595, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (124, 10569, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (125, 10595, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (125, 10597, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (126, 10621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (126, 10569, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (127, 10621, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (127, 10597, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (128, 10638, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (128, 10569, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (129, 10638, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (129, 10597, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (130, 10574, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (130, 10569, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (131, 10574, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (131, 10597, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (132, 10600, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (132, 10582, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (133, 10629, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (134, 10636, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (134, 10582, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (135, 10583, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (136, 10614, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (136, 10582, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (137, 10594, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (138, 10606, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (138, 10582, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (139, 10628, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (140, 10597, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (140, 10610, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (141, 10720, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (141, 10711, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (142, 10720, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (142, 10711, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (143, 10720, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (143, 10729, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (144, 10720, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (144, 10729, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (145, 10711, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (145, 10729, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (146, 10711, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (146, 10729, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (147, 10711, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (147, 10729, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (148, 10711, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (148, 10729, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (177, 8955, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (176, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (176, 8963, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (150, 10791, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (150, 10824, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (150, 10825, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (151, 10825, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (151, 10829, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (151, 10826, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (152, 10812, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (152, 10824, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (152, 10798, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (153, 10829, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (153, 10798, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (153, 10824, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (154, 10902, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (155, 10907, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (156, 10881, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (156, 10884, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (157, 10881, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (157, 10940, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (158, 10881, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (158, 10930, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (163, 10031, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (163, 10033, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (164, 10031, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (164, 10033, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (165, 10031, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (165, 10033, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (166, 10031, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (166, 10033, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (167, 8920, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (167, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (168, 8947, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (168, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (169, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (169, 8927, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (170, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (170, 8922, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (171, 8929, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (171, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (172, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (173, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (173, 8962, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (173, 8935, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (174, 8979, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (174, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (175, 8986, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (175, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (180, 8920, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (180, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (179, 8991, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (179, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (178, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (178, 8967, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (177, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (209, 9191, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (208, 9188, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (207, 9158, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (192, 8991, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (192, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (191, 8967, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (191, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (190, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (190, 8955, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (189, 8963, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (189, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (188, 8986, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (188, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (187, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (187, 8979, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (186, 8935, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (186, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (185, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (185, 8962, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (184, 8929, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (184, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (183, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (183, 8922, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (182, 8927, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (182, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (181, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (181, 8947, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (209, 9188, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (210, 9191, 10);
+INSERT INTO `crafting_recipes_ingredients` VALUES (211, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (211, 9194, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (212, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (212, 9150, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (213, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (213, 9149, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (214, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (214, 9161, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (215, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (215, 9190, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (216, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (216, 9174, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (217, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (217, 9176, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (218, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (218, 9185, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (219, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (219, 9182, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (220, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (220, 209, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (221, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (221, 5305, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (222, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (222, 5317, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (223, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (223, 207, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (224, 9152, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (224, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (224, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (225, 9186, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (225, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (225, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (226, 9179, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (226, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (226, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (227, 9187, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (227, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (227, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (228, 9162, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (228, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (228, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (229, 6218, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (229, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (229, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (230, 9173, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (230, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (230, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (230, 9191, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (231, 9156, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (231, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (231, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (231, 9191, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (232, 9178, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (232, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (232, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (232, 9191, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (233, 9170, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (233, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (233, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (233, 9191, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (234, 9177, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (234, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (234, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (234, 9191, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (235, 9153, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (235, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (235, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (235, 9191, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (236, 6215, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (236, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (236, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (236, 9191, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (237, 6183, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (237, 9158, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (237, 9188, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (237, 9191, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (193, 3541, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (193, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (194, 3605, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (194, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (195, 3189, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (195, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (196, 3426, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (196, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (197, 4604, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (197, 4580, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (197, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (198, 2757, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (198, 3165, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (198, 3984, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (189, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (199, 3530, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (199, 3123, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (199, 8936, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (200, 4103, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (200, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (201, 8245, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (201, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (202, 3530, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (202, 8119, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (202, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (203, 3162, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (203, 3407, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (203, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (204, 3145, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (204, 3153, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (204, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (205, 3541, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (205, 4102, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (205, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (206, 3541, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (206, 8101, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (206, 8120, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (206, 8921, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (238, 11212, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (238, 11182, 2);
+INSERT INTO `crafting_recipes_ingredients` VALUES (239, 11195, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (239, 11199, 3);
+INSERT INTO `crafting_recipes_ingredients` VALUES (240, 11172, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (240, 11199, 4);
+INSERT INTO `crafting_recipes_ingredients` VALUES (241, 11190, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (241, 11199, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (242, 11179, 1);
+INSERT INTO `crafting_recipes_ingredients` VALUES (242, 11199, 6);
+INSERT INTO `crafting_recipes_ingredients` VALUES (243, 11209, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (244, 11178, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (245, 11183, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (246, 11215, 5);
+INSERT INTO `crafting_recipes_ingredients` VALUES (247, 11189, 5);
+
+-- ----------------------------
+-- Table structure for emulator_errors
+-- ----------------------------
+DROP TABLE IF EXISTS `emulator_errors`;
+CREATE TABLE `emulator_errors` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `timestamp` int(0) NOT NULL DEFAULT 0,
+ `version` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `build_hash` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `type` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'Exception',
+ `stacktrace` blob NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for emulator_settings
+-- ----------------------------
+DROP TABLE IF EXISTS `emulator_settings`;
+CREATE TABLE `emulator_settings` (
+ `key` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `value` varchar(512) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
+ PRIMARY KEY (`key`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of emulator_settings
+-- ----------------------------
+INSERT INTO `emulator_settings` VALUES ('hotel.home.room', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.welcome.alert.enabled', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.welcome.alert.message', 'Welcome to Habbo Hotel %user%!');
+INSERT INTO `emulator_settings` VALUES ('hotel.max.duckets', '9000000');
+INSERT INTO `emulator_settings` VALUES ('hotel.bots.max.room', '10');
+INSERT INTO `emulator_settings` VALUES ('hotel.bots.max.inventory', '25');
+INSERT INTO `emulator_settings` VALUES ('hotel.navigator.owner', 'HabboHotel');
+INSERT INTO `emulator_settings` VALUES ('hotel.shop.discount.modifier', '6');
+INSERT INTO `emulator_settings` VALUES ('hotel.log.room.enter', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.log.chat', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.teleport.locked.allowed', '1');
+INSERT INTO `emulator_settings` VALUES ('runtime.threads', '8');
+INSERT INTO `emulator_settings` VALUES ('io.bossgroup.threads', '1');
+INSERT INTO `emulator_settings` VALUES ('io.workergroup.threads', '5');
+INSERT INTO `emulator_settings` VALUES ('hotel.log.chat.private', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.marketplace.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.rarity.chance.5', '2000');
+INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.rarity.chance.4', '200');
+INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.rarity.chance.3', '40');
+INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.rarity.chance.2', '4');
+INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.rarity.chance.1', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.pets.name.length.min', '3');
+INSERT INTO `emulator_settings` VALUES ('hotel.pets.name.length.max', '15');
+INSERT INTO `emulator_settings` VALUES ('hotel.pets.max.room', '10');
+INSERT INTO `emulator_settings` VALUES ('hotel.pets.max.inventory', '25');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.points.freeze', '10');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.points.block', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.points.effect', '3');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.powerup.chance', '33');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.powerup.max.snowballs', '5');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.powerup.max.lives', '3');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.onfreeze.loose.snowballs', '5');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.onfreeze.loose.explosionboost', '3');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.onfreeze.time.frozen', '5');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.powerup.protection.time', '10');
+INSERT INTO `emulator_settings` VALUES ('hotel.gifts.special.price', '10');
+INSERT INTO `emulator_settings` VALUES ('hotel.freeze.powerup.protection.stack', '1');
+INSERT INTO `emulator_settings` VALUES ('callback.post.errors', '1');
+INSERT INTO `emulator_settings` VALUES ('callback.post.statistics', '1');
+INSERT INTO `emulator_settings` VALUES ('callback.get.version', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.banzai.points.tile.steal', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.banzai.points.tile.fill', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.banzai.points.tile.lock', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.friendcategory', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.roomuser.idle.cycles', '300');
+INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.rooms', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.messenger', '1');
+INSERT INTO `emulator_settings` VALUES ('notify.staff.chat.auto.report', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.normalise', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.roomuser.idle.not_dancing.ignore.wired_idle', '0');
+INSERT INTO `emulator_settings` VALUES ('pyramids.max.delay', '18');
+INSERT INTO `emulator_settings` VALUES ('guardians.minimum.votes', '5');
+INSERT INTO `emulator_settings` VALUES ('guardians.accept.timer', '90');
+INSERT INTO `emulator_settings` VALUES ('guardians.maximum.resends', '2');
+INSERT INTO `emulator_settings` VALUES ('guardians.maximum.guardians.total', '10');
+INSERT INTO `emulator_settings` VALUES ('guardians.reporting.cooldown', '900');
+INSERT INTO `emulator_settings` VALUES ('pirate_parrot.message.count', '6');
+INSERT INTO `emulator_settings` VALUES ('pirate_parrot.message.bubble', '28');
+INSERT INTO `emulator_settings` VALUES ('furniture.talking.range', '2');
+INSERT INTO `emulator_settings` VALUES ('commands.cmd_chatcolor.banned_numbers', '23;33;34');
+INSERT INTO `emulator_settings` VALUES ('seasonal.primary.type', '5');
+INSERT INTO `emulator_settings` VALUES ('seasonal.types', '0;1;2;3;4;5;101;102;103;104;105');
+INSERT INTO `emulator_settings` VALUES ('catalog.ltd.page.soldout', '761');
+INSERT INTO `emulator_settings` VALUES ('bots.visitor.dateformat', 'yyyy-mm-dd HH:mm');
+INSERT INTO `emulator_settings` VALUES ('wired.highscores.displaycount', '25');
+INSERT INTO `emulator_settings` VALUES ('hotelview.promotional.points.type', '5');
+INSERT INTO `emulator_settings` VALUES ('hotelview.promotional.reward.name', 'bonusbag20_2');
+INSERT INTO `emulator_settings` VALUES ('hotelview.promotional.reward.id', '11043');
+INSERT INTO `emulator_settings` VALUES ('hotelview.promotional.points', '100');
+INSERT INTO `emulator_settings` VALUES ('commands.cmd_staffonline.min_rank', '2');
+INSERT INTO `emulator_settings` VALUES ('bundle.bots.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('bundle.pets.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.trading.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('wired.effect.teleport.delay', '100');
+INSERT INTO `emulator_settings` VALUES ('hotel.roomuser.idle.cycles.kick', '900');
+INSERT INTO `emulator_settings` VALUES ('imager.location.badgeparts', '/var/www/testhotel/Cosmic/public/usercontent/badgeparts');
+INSERT INTO `emulator_settings` VALUES ('imager.location.output.badges', '/var/www/testhotel/Cosmic/public/usercontent/badgeparts/generated/');
+INSERT INTO `emulator_settings` VALUES ('imager.internal.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('db.min.partition.size', '1');
+INSERT INTO `emulator_settings` VALUES ('db.max.partition.size', '2');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.amount', '100');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.interval', '600');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.ignore.idled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.ignore.hotelview', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.amount', '5');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.interval', '600');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.ignore.idled', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.ignore.hotelview', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.amount', '100');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.interval', '600');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.ignore.idled', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.ignore.hotelview', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.max.bots.room', '10');
+INSERT INTO `emulator_settings` VALUES ('hotel.messenger.offline.messaging.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.catalog.discounts.amount', '6');
+INSERT INTO `emulator_settings` VALUES ('hotel.rooms.auto.idle', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.room.enter.logs', '1');
+INSERT INTO `emulator_settings` VALUES ('debug.mode', '1');
+INSERT INTO `emulator_settings` VALUES ('debug.show.packets', '0');
+INSERT INTO `emulator_settings` VALUES ('debug.show.packets.undefined', '0');
+INSERT INTO `emulator_settings` VALUES ('debug.show.sql.exception', '1');
+INSERT INTO `emulator_settings` VALUES ('logging.packets', '0');
+INSERT INTO `emulator_settings` VALUES ('logging.packets.undefined', '0');
+INSERT INTO `emulator_settings` VALUES ('logging.errors.packets', '0');
+INSERT INTO `emulator_settings` VALUES ('logging.errors.sql', '1');
+INSERT INTO `emulator_settings` VALUES ('logging.errors.runtime', '1');
+INSERT INTO `emulator_settings` VALUES ('logging.debug', '0');
+INSERT INTO `emulator_settings` VALUES ('save.room.chats', '1');
+INSERT INTO `emulator_settings` VALUES ('save.private.chats', '1');
+INSERT INTO `emulator_settings` VALUES ('marketplace.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.navigator.camera', '1');
+INSERT INTO `emulator_settings` VALUES ('camera.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('camera.price.credits', '2');
+INSERT INTO `emulator_settings` VALUES ('camera.price.points', '0');
+INSERT INTO `emulator_settings` VALUES ('camera.price.points.publish', '10');
+INSERT INTO `emulator_settings` VALUES ('camera.item_id', '45970');
+INSERT INTO `emulator_settings` VALUES ('camera.extradata', '{\"t\":%timestamp%, \"u\":\"%id%\", \"s\":%room_id%, \"w\":\"%url%\"}');
+INSERT INTO `emulator_settings` VALUES ('hotel.navigator.search.maxresults', '35');
+INSERT INTO `emulator_settings` VALUES ('hotel.rooms.max.favorite', '30');
+INSERT INTO `emulator_settings` VALUES ('catalog.guild.price', '10');
+INSERT INTO `emulator_settings` VALUES ('hotel.catalog.recycler.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('debug.show.errors', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.wired.furni.selection.count', '5');
+INSERT INTO `emulator_settings` VALUES ('pathfinder.step.maximum.height', '1.1');
+INSERT INTO `emulator_settings` VALUES ('pathfinder.step.allow.falling', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.rooms.handitem.time', '100');
+INSERT INTO `emulator_settings` VALUES ('imager.url.youtube', 'imager.php?url=http://img.youtube.com/vi/%video%/default.jpg');
+INSERT INTO `emulator_settings` VALUES ('hotel.navigator.popular.amount', '35');
+INSERT INTO `emulator_settings` VALUES ('hotel.navigator.popular.listtype', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.inventory.max.items', '7500');
+INSERT INTO `emulator_settings` VALUES ('hotel.bot.chat.minimum.interval', '5');
+INSERT INTO `emulator_settings` VALUES ('hotel.daily.respect', '3');
+INSERT INTO `emulator_settings` VALUES ('hotel.daily.respect.pets', '3');
+INSERT INTO `emulator_settings` VALUES ('hotel.refill.daily', '86400');
+INSERT INTO `emulator_settings` VALUES ('monsterplant.seed.item_id', '4582');
+INSERT INTO `emulator_settings` VALUES ('monsterplant.seed_rare.item_id', '4604');
+INSERT INTO `emulator_settings` VALUES ('hotel.room.public.doortile.kick', '0');
+INSERT INTO `emulator_settings` VALUES ('info.shown', '1');
+INSERT INTO `emulator_settings` VALUES ('camera.publish.delay', '180');
+INSERT INTO `emulator_settings` VALUES ('hotel.log.trades', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.bot.butler.servedistance', '5');
+INSERT INTO `emulator_settings` VALUES ('hotelview.halloffame.query', 'SELECT users.look, users.username, users.id, users_settings.hof_points FROM users_settings INNER JOIN users ON users_settings.user_id = users.id WHERE hof_points > 0 ORDER BY hof_points DESC, users.id ASC LIMIT 10');
+INSERT INTO `emulator_settings` VALUES ('hotel.name', 'Habbo Hotel');
+INSERT INTO `emulator_settings` VALUES ('hotel.player.name', 'Habbo');
+INSERT INTO `emulator_settings` VALUES ('catalog.page.vipgifts', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.rollers.speed.maximum', '100');
+INSERT INTO `emulator_settings` VALUES ('seasonal.currency.ducket', '0');
+INSERT INTO `emulator_settings` VALUES ('seasonal.currency.pixel', '0');
+INSERT INTO `emulator_settings` VALUES ('seasonal.currency.diamond', '5');
+INSERT INTO `emulator_settings` VALUES ('seasonal.currency.shell', '4');
+INSERT INTO `emulator_settings` VALUES ('seasonal.currency.names', 'ducket;pixel;shell;diamond');
+INSERT INTO `emulator_settings` VALUES ('hotel.room.tags.staff', 'staff;official;habbo');
+INSERT INTO `emulator_settings` VALUES ('hotel.navigator.popular.category.maxresults', '10');
+INSERT INTO `emulator_settings` VALUES ('debug.show.users', '1');
+INSERT INTO `emulator_settings` VALUES ('room.chat.delay', '0');
+INSERT INTO `emulator_settings` VALUES ('room.chat.prefix.format', '[%prefix% ] ');
+INSERT INTO `emulator_settings` VALUES ('camera.use.https', '1');
+INSERT INTO `emulator_settings` VALUES ('basejump.url', 'http://localhost/game/BaseJump.swf');
+INSERT INTO `emulator_settings` VALUES ('basejump.assets.url', 'http://localhost/gamecenter/gamecenter_basejump/BasicAssets.swf');
+INSERT INTO `emulator_settings` VALUES ('hotel.marketplace.currency', '0');
+INSERT INTO `emulator_settings` VALUES ('networking.tcp.proxy', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.calendar.enabled', '0');
+INSERT INTO `emulator_settings` VALUES ('images.gamecenter.snowwar', 'c_images/gamecenter_snowwar/');
+INSERT INTO `emulator_settings` VALUES ('images.gamecenter.basejump', 'c_images/gamecenter_basejump/');
+INSERT INTO `emulator_settings` VALUES ('hotel.purchase.ltd.limit.daily.total', '10');
+INSERT INTO `emulator_settings` VALUES ('hotel.purchase.ltd.limit.daily.item', '3');
+INSERT INTO `emulator_settings` VALUES ('hotel.catalog.ltd.limit.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.welcome.alert.oldstyle', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.welcome.alert.delay', '10000');
+INSERT INTO `emulator_settings` VALUES ('hotel.calendar.starttimestamp', '1593561600');
+INSERT INTO `emulator_settings` VALUES ('hotel.room.nooblobby', '3');
+INSERT INTO `emulator_settings` VALUES ('hotel.floorplan.max.widthlength', '64');
+INSERT INTO `emulator_settings` VALUES ('hotel.floorplan.max.totalarea', '4096');
+INSERT INTO `emulator_settings` VALUES ('hotel.bot.max.chatlength', '120');
+INSERT INTO `emulator_settings` VALUES ('hotel.bot.max.namelength', '15');
+INSERT INTO `emulator_settings` VALUES ('hotel.bot.max.chatdelay', '604800');
+INSERT INTO `emulator_settings` VALUES ('hotel.chat.max.length', '100');
+INSERT INTO `emulator_settings` VALUES ('hotel.view.ltdcountdown.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.view.ltdcountdown.timestamp', '1519496132');
+INSERT INTO `emulator_settings` VALUES ('hotel.view.ltdcountdown.itemid', '10388');
+INSERT INTO `emulator_settings` VALUES ('hotel.view.ltdcountdown.pageid', '13');
+INSERT INTO `emulator_settings` VALUES ('hotel.view.ltdcountdown.itemname', 'trophy_netsafety_0');
+INSERT INTO `emulator_settings` VALUES ('io.client.multithreaded.handler', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.room.stickypole.prefix', '%timestamp%, %username%:\\r');
+INSERT INTO `emulator_settings` VALUES ('hotel.trading.requires.perk', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.targetoffer.id', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.replacement', 'bobba');
+INSERT INTO `emulator_settings` VALUES ('debug.show.headers', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.catalog.purchase.cooldown', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.catalog.items.display.ordernum', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.talenttrack.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.navigator.sort.ordernum', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.automute', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.achievement.olympics_c16_trampoline', 'Trampolinist');
+INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.achievement.olympics_c16_crosstrainer', 'CrossTrainer');
+INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.achievement.olympics_c16_treadmill', 'Jogger');
+INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.forcerot.olympics_c16_trampoline', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.forcerot.olympics_c16_crosstrainer', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.forcerot.olympics_c16_treadmill', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.messenger.search.maxresults', '50');
+INSERT INTO `emulator_settings` VALUES ('hotel.alert.oldstyle', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.navigator.staffpicks.categoryid', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.room.rollers.norules', '0');
+INSERT INTO `emulator_settings` VALUES ('postit.charlimit', '366');
+INSERT INTO `emulator_settings` VALUES ('hotel.rooms.deco_hosting', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.navigator.populartab.publics', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.bot.butler.commanddistance', '5');
+INSERT INTO `emulator_settings` VALUES ('catalog.guild.hc_required', '1');
+INSERT INTO `emulator_settings` VALUES ('catalog.ltd.random', '1');
+INSERT INTO `emulator_settings` VALUES ('commands.plugins.oldstyle', '0');
+INSERT INTO `emulator_settings` VALUES ('scripter.modtool.tickets', '1');
+INSERT INTO `emulator_settings` VALUES ('invisible.prevent.chat', '0');
+INSERT INTO `emulator_settings` VALUES ('discount.max.allowed.items', '100');
+INSERT INTO `emulator_settings` VALUES ('discount.batch.size', '6');
+INSERT INTO `emulator_settings` VALUES ('discount.batch.free.items', '1');
+INSERT INTO `emulator_settings` VALUES ('discount.bonus.min.discounts', '1');
+INSERT INTO `emulator_settings` VALUES ('discount.additional.thresholds', '40;99');
+INSERT INTO `emulator_settings` VALUES ('team.wired.update.rc-1', 'DO NOT REMOVE THIS SETTING!');
+INSERT INTO `emulator_settings` VALUES ('hotel.room.floorplan.check.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.enabled', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.interval', '600');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.ignore.idled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.ignore.hotelview', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.type', '4');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.name', 'shell');
+INSERT INTO `emulator_settings` VALUES ('camera.url', 'http://localhost/usercontent/camera/');
+INSERT INTO `emulator_settings` VALUES ('imager.location.output.camera', '/var/www/testhotel/Cosmic/public/usercontent/camera/');
+INSERT INTO `emulator_settings` VALUES ('imager.location.output.thumbnail', '/var/www/testhotel/Cosmic/public/usercontent/camera/thumbnail/');
+INSERT INTO `emulator_settings` VALUES ('path.furniture.icons', '${image.library.url}/icons/');
+INSERT INTO `emulator_settings` VALUES ('bubblealerts.notif_purchase.limited', '0');
+INSERT INTO `emulator_settings` VALUES ('bubblealerts.notif_marketplace.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.room.furni.max', '2500');
+INSERT INTO `emulator_settings` VALUES ('hotel.sanctions.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('navigator.eventcategories', '1,Hottest Events,false;2,Parties & Music,true;3,Role Play,true;4,Help Desk,true;5,Trading,true;6,Games,true;7,Debates & Discussions,true;8,Grand Openings,true;9,Friending,true;10,Jobs,true;11,Group Events,true');
+INSERT INTO `emulator_settings` VALUES ('room.promotion.badge', 'RADZZ');
+INSERT INTO `emulator_settings` VALUES ('camera.price.points.publish.type', '0');
+INSERT INTO `emulator_settings` VALUES ('camera.price.points.type', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.bot.placement.messages', 'Yo!;Hello I\'m a real party animal!;Hello!');
+INSERT INTO `emulator_settings` VALUES ('rosie.bubble.image.url', '${image.library.url}notifications/generic.png');
+INSERT INTO `emulator_settings` VALUES ('rosie.buyroom.currency.type', '5');
+INSERT INTO `emulator_settings` VALUES ('allowed.username.characters', 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-=!?@:,.');
+INSERT INTO `emulator_settings` VALUES ('essentials.cmd_kill.effect.victim', '93;89');
+INSERT INTO `emulator_settings` VALUES ('essentials.cmd_kill.effect.killer', '164;182');
+INSERT INTO `emulator_settings` VALUES ('bubblealerts.notif_friendonline.image', '${image.library.url}notifications/figure?p=%figure%');
+INSERT INTO `emulator_settings` VALUES ('bubblealerts.notif_friendonline.useimage', '1');
+INSERT INTO `emulator_settings` VALUES ('bubblealerts.notif_friendonline.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.enabled', 'true');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.game.background.color', '93d4f3');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.game.text.color', '000000');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.game.start.time', '15');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.players.min', '2');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.room.id', '0');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.assets', 'http://localhost/swf/c_images/gamecenter_snowwar/');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.artic.bg', 'http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_1_a_big.png');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.dragoncave.bg', 'http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_2_big.png');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.fightnight.bg', 'http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_3_noscale.png');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.enabled', 'true');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.background.color', '68bbd2');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.text.color', 'ffffff');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.assets', 'http://localhost/swf/c_images/gamecenter_basejump/');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.apiKey', '');
+INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.theme', 'default');
+INSERT INTO `emulator_settings` VALUES ('hotel.room.stickies.max', '200');
+INSERT INTO `emulator_settings` VALUES ('retro.style.homeroom', '1');
+INSERT INTO `emulator_settings` VALUES ('enc.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('enc.e', '');
+INSERT INTO `emulator_settings` VALUES ('enc.n', '');
+INSERT INTO `emulator_settings` VALUES ('enc.d', '');
+INSERT INTO `emulator_settings` VALUES ('db.pool.maxsize', '12');
+INSERT INTO `emulator_settings` VALUES ('db.pool.minsize', '8');
+INSERT INTO `emulator_settings` VALUES ('hotel.item.trap.pirate_sandtrap', '3000');
+INSERT INTO `emulator_settings` VALUES ('hotel.item.trap.hween14_rare2', '3000');
+INSERT INTO `emulator_settings` VALUES ('hotel.item.trap.hween_c17_handstrap', '3000');
+INSERT INTO `emulator_settings` VALUES ('hotel.item.trap.hween_c17_spiketrap', '3000');
+INSERT INTO `emulator_settings` VALUES ('flood.with.rights', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.allow.ignore.staffs', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.gifts.box_types', '0,1,2,3,4,5,6,8');
+INSERT INTO `emulator_settings` VALUES ('hotel.gifts.ribbon_types', '0,1,2,3,4,5,6,7,8,9,10');
+INSERT INTO `emulator_settings` VALUES ('hotel.flood.mute.time', '30');
+INSERT INTO `emulator_settings` VALUES ('hotel.jukebox.limit.large', '20');
+INSERT INTO `emulator_settings` VALUES ('hotel.jukebox.limit.normal', '10');
+INSERT INTO `emulator_settings` VALUES ('apollyon.cooldown.amount', '250');
+INSERT INTO `emulator_settings` VALUES ('ftp.enabled', '0');
+INSERT INTO `emulator_settings` VALUES ('ftp.user', 'root');
+INSERT INTO `emulator_settings` VALUES ('ftp.password', 'password123');
+INSERT INTO `emulator_settings` VALUES ('ftp.host', 'example.com');
+INSERT INTO `emulator_settings` VALUES ('hotel.room.rollers.roll_avatars.max', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.nux.gifts.enabled', '0');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.next_date', '2020-10-15 00:00:00');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.interval', '1 month');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.query', 'SELECT SUM(cost_credits) AS `amount_spent` FROM `logs_shop_purchases` WHERE `user_id` = @user_id AND `timestamp` > @timestamp_start AND `timestamp` <= @timestamp_end AND `catalog_name` NOT LIKE \'CF_%\' AND `catalog_name` NOT LIKE \'CFC_%\';');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.streak', '7=5;30=10;60=15;90=20;180=25;365=30');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.currency', 'credits');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.percentage', '10');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.creditsspent_reset_on_expire', '1');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.achievement', 'VipHC');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.discount.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.discount.days_before_end', '7');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.scheduler.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('subscriptions.scheduler.interval', '10');
+INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onhcexpired', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onlogin', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onchangelooks', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onmimic', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onmannequin', '0');
+INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onfballgate', '0');
+INSERT INTO `emulator_settings` VALUES ('gamedata.figuredata.url', 'https://habbo.com/gamedata/figuredata/0');
+INSERT INTO `emulator_settings` VALUES ('hotel.users.max.friends', '300');
+INSERT INTO `emulator_settings` VALUES ('hotel.users.max.friends.hc', '1100');
+INSERT INTO `emulator_settings` VALUES ('hotel.users.max.rooms', '50');
+INSERT INTO `emulator_settings` VALUES ('hotel.users.max.rooms.hc', '75');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.hc_modifier', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.hc_modifier', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.hc_modifier', '1');
+INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.hc_modifier', '1');
+INSERT INTO `emulator_settings` VALUES ('room.chat.mutearea.allow_whisper', '1');
+INSERT INTO `emulator_settings` VALUES ('easter_eggs.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('bubblealerts.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('wired.place.under', '0');
+INSERT INTO `emulator_settings` VALUES ('wired.custom.enabled', '0');
+INSERT INTO `emulator_settings` VALUES ('console.mode', '1');
+INSERT INTO `emulator_settings` VALUES ('youtube.apikey', '');
+INSERT INTO `emulator_settings` VALUES ('hotel.gifts.length.max', '300');
+INSERT INTO `emulator_settings` VALUES ('hotel.trophies.length.max', '300');
+INSERT INTO `emulator_settings` VALUES ('hotel.calendar.default', 'test');
+INSERT INTO `emulator_settings` VALUES ('hotel.calendar.pixels.hc_modifier', '2.0');
+INSERT INTO `emulator_settings` VALUES ('moodlight.color_check.enabled', '1');
+INSERT INTO `emulator_settings` VALUES ('custom.stacking.enabled', '0');
+INSERT INTO `emulator_settings` VALUES ('pathfinder.execution_time.milli', '25');
+INSERT INTO `emulator_settings` VALUES ('pathfinder.max_execution_time.enabled', '1');
+
+-- ----------------------------
+-- Table structure for emulator_texts
+-- ----------------------------
+DROP TABLE IF EXISTS `emulator_texts`;
+CREATE TABLE `emulator_texts` (
+ `key` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `value` varchar(4096) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ PRIMARY KEY (`key`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of emulator_texts
+-- ----------------------------
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_userinfo.forgot_username', 'Please provide an username!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_userinfo', ':userinfo ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_shout_all', ':shoutall ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_say_all', ':sayall ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout_all.forgot_message', 'Specify a message!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_control.not_self', 'You cannot control yourself *facepalm*');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_talk', ':talk ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_control.not_found', 'User %user% could not be found!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_control.controlling', 'You\'re now controlling %user%!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_alert.forgot_username', 'Please provide a username!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_alert.forgot_message', 'Please provide a message!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_alert.message_send', 'Alert send to %user%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_alert.user_offline', 'Four Oh Four - \\r %user% doesn\'t seem to be online!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.forgot_user', 'Please provide a username!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.forgot_time', 'Please provide a time in seconds!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.invalid_time', 'Please use a valid number.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.time_to_short', 'Ban time must be more than 600 seconds (Which equals 10 minutes.)');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.ban_self', 'You cannot ban yourself.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.user_offline', 'Target could not be found.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_ban.ban_issued', '%user% banned for %time% seconds with reason %reason%');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_coords.title', 'Your current coords ');
+INSERT INTO `emulator_texts` VALUES ('generic.rotation.head', 'Head Rotation');
+INSERT INTO `emulator_texts` VALUES ('generic.rotation.body', 'Body Rotation');
+INSERT INTO `emulator_texts` VALUES ('generic.sitting', 'Sitting');
+INSERT INTO `emulator_texts` VALUES ('generic.yes', 'Yes');
+INSERT INTO `emulator_texts` VALUES ('generic.no', 'No');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_credits.received', 'Whoah! You\'ve received %amount% credits!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_credits.send', '%amount% credits send to %user%!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_credits.invalid_amount', 'Please use a valid number.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_credits.user_offline', 'User %user% could not be found.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.forgot_username', 'Please provide a username!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.disconnect_self', 'You cannot disconnect yourself!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.user_offline', 'User not found.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_disconnect.disconnected', '%user% disconnected!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze_bots.frozen', 'Bots are now frozen.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze_bots.unfrozen', 'Bots can now walk through your room.');
+INSERT INTO `emulator_texts` VALUES ('generic.cannot_do_that', 'You cannot do that!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ha.forgot_message', 'Please provide a message!');
+INSERT INTO `emulator_texts` VALUES ('generic.pet.name', 'Name');
+INSERT INTO `emulator_texts` VALUES ('generic.pet.age', 'Age');
+INSERT INTO `emulator_texts` VALUES ('generic.pet.level', 'Level');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_pet_info.stats', 'Pet Stats: ');
+INSERT INTO `emulator_texts` VALUES ('generic.pet.scratches', 'Scratches');
+INSERT INTO `emulator_texts` VALUES ('generic.pet.energy', 'Energy');
+INSERT INTO `emulator_texts` VALUES ('generic.pet.happyness', 'Happyness');
+INSERT INTO `emulator_texts` VALUES ('generic.pet.level.thirst', 'Thirst Level');
+INSERT INTO `emulator_texts` VALUES ('generic.pet.level.hunger', 'Hunger Level');
+INSERT INTO `emulator_texts` VALUES ('generic.pet.current_action', 'Current action');
+INSERT INTO `emulator_texts` VALUES ('generic.can.walk', 'Can walk');
+INSERT INTO `emulator_texts` VALUES ('generic.nothing', 'Nothing');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_pet_info.title', 'Pet Info ');
+INSERT INTO `emulator_texts` VALUES ('generic.pet.days.alive', 'days alive.');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_duckets.received', 'Whoah! You\'ve received %amount% duckets!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_duckets.send', '%amount% duckets send to %user%!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_duckets.invalid_amount', 'Please use a valid number.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_duckets.user_offline', 'User %user% could not be found.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_catalog', 'Catalogue has been refreshed!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_items', 'Items have been refreshed!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_permissions', 'Permissions have been refreshed!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_pet_data', 'Petdata have been refreshed!');
+INSERT INTO `emulator_texts` VALUES ('error.recycler.box.empty', 'Oops! This box doesn\'t seem to have a prize inside. We\'ll remove it for you.');
+INSERT INTO `emulator_texts` VALUES ('error.catalog.buy.not_yet', 'Cannot buy that yet. Hold on <3');
+INSERT INTO `emulator_texts` VALUES ('hotel.room.inappropriate.title', 'Inappropriate to hotel management.');
+INSERT INTO `emulator_texts` VALUES ('hotel.alert.message.welcome', 'Welcome to Habbo Hotel %user%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say.forgot_username', 'Please provide a username!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say.user_not_found', 'User not found.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say.hotel_view', '%user% is not in a room!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_say', '%user% said %message%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout.forgot_username', 'Please provide a username!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout.hotel_view', '%user% is not in a room!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout.user_not_found', 'User not found.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_shout', '%user% shouted %message%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setspeed.invalid_amount', 'Please use a valid number.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setspeed.bounds', 'Please use a number between 0 and 100.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_setspeed', 'Succes! Old speed: %oldspeed%. New Speed: %newspeed%.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_teleport.enabled', 'Teleporting enabled!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_teleport.disabled', 'Teleporting disabled!');
+INSERT INTO `emulator_texts` VALUES ('error.pets.max.inventory', 'You\'ve reached the maximum amount of pets in your inventory! The Limit is %amount%!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_control', ':control ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say_all.forgot_message', 'Specify a message!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_control.stopped', '%user% is now a free man!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_points.invalid_amount', 'Please use a valid number.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_points.user_offline', 'User %user% could not be found.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_points.send', '%amount% %type% send to %user%!');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_points.received', 'Whoah! You\'ve received %amount% %type%!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_update_texts.failed', 'Failed to update texts!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_texts', 'Updated texts!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hand_item', ':handitem ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_freeze_bots', ':freezebots');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_shout', ':makeshout ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_points', ':points [type]');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_enable', ':enable ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_texts', ':update_texts');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ban', ':ban ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_say', ':say ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_permissions', ':update_permissions');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pet_info', ':petinfo ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setspeed', ':setspeed ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_pet_data', ':update_petdata');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_about', ':about');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_alert', ':alert ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_commands', ':commands');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_coords', ':coords');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_credits', ':credits ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_disconnect', ':disconnect ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_duckets', ':duckets ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ha', ':ha ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_kickall', ':kickall ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setpublic', ':setpublic');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_shutdown', ':shutdown');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_teleport', ':teleport');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_unload', ':unload');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_catalogue', ':update_catalog');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_items', ':update_items');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_userinfo.not_found', 'User %user% not found!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_masscredits.invalid_amount', 'Please use a valid number.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_massduckets.invalid_amount', 'Please use a valid number.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_masspoints.invalid_amount', 'Please use a valid number.');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_masscredits', ':masscredits ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_massduckets', ':massduckets ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_masspoints', ':masspoints [type] ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_sitdown', ':sitdown');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_pull.pull', '* Pulls %user% towards %gender_name% *');
+INSERT INTO `emulator_texts` VALUES ('gender.him', 'him');
+INSERT INTO `emulator_texts` VALUES ('gender.her', 'her');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.not_found', 'User %user% could not be found!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_push.push', '* Pushes %user% away from %gender_name% *');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.cant_reach', 'User %user% is too far away!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.cant_reach', 'User %user% is too far away!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pull', ':pull ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_push', ':push ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.pull_self', 'You cannot pull yourself!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.push_self', 'You cannot push yourself!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.not_found', 'User %user% could not be found!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_superpull', ':spull ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.not_found', 'Use %user% could not be found.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_danceall.invalid_dance', 'Please use a valid number!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_danceall.outside_bounds', 'Please use a number between 0 and 4');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_freeze.not_found', 'User %user% could not be found.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.user_frozen', 'User %user% frozen!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.user_unfrozen', 'User %user% unfrozen!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.frozen', 'You\'ve been frozen!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.unfrozen', 'You\'ve been unfrozen!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_danceall', ':danceall ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_freeze', ':freeze ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.not_found', 'User %user% could not be found!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.not_self', 'You cannot copy yourself!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_mimic', ':mimic ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.blocked', 'You cannot copy %user% %gender_name% look!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mimic.copied', 'You copied %user% %gender_name% look!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.not_specified', 'Please specify an user to mute.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute.muted', 'User %user% is now muted.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute.unmuted', 'User %user% is no longer muted.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.self', 'You cannot mute yourself. ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_mute', ':mute ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.forgot_username', 'Please specify an user to give a badge to.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.forgot_badge', 'Please specify an badge to give to %user%.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.already_owns', 'User %user% already owns %badge%.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_badge.given', 'Given %badge% to %user%!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_badge', ':badge ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_enable.not_allowed', 'You do not have permission to set this effect!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_about', 'info;about;help');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_alert', 'alert;warning');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_badge', 'badge;givebadge');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ban', 'ban');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_commands', 'commands;cmds');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_control', 'control');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_coords', 'coords;cordinates;coordinates;position');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_credits', 'credits;coins');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_disconnect', 'dc;disconnect;kill');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_enable', 'enable;effect');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_freeze_bots', 'freeze_bot;freezebot;freezebots;freeze_bots');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_freeze', 'freeze');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_hand_item', 'handitem;item;hand');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ha', 'hotelalert;ha');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_masscredits', 'mass_credits;masscredits');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_massduckets', 'mass_duckets;massduckets;mass_pixels;masspixels');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_masspoints', 'mass_points;masspoints');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mimic', 'mimic;copy');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mute', 'mute;shutup');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_pet_info', 'pet;pet_info;petinfo');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_duckets', 'pixels;duckets');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_points', 'diamonds;points');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_pull', 'pull');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_push', 'push');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_danceall', 'danceall;room_dance;roomdance');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_kickall', 'room_kick;kickall;roomkick;kick_all');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_say_all', 'sayall;say_all');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_say', 'say;makesay');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_setspeed', 'speed;setspeed');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_shout_all', 'shoutall;shout_all;roomshout;room_shout');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_shout', 'makeshout');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_shutdown', 'stop;shutdown');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_sitdown', 'sitall;sitdown');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_superpull', 'spull;superpull');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_teleport', 'tele;teleport');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_unload', 'crash;unload');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_catalogue', 'reload_catalogue;reload_cata;update_catalogue;update_cata;update_catalog;update_shop');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_items', 'update_items;reload_items');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_permissions', 'update_permissions;update_perms');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_pet_data', 'update_pet_data;update_petdata');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_texts', 'update_texts;reload_texts');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_userinfo', 'userinfo;user_info');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_sit', 'sit');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_sit', ':sit');
+INSERT INTO `emulator_texts` VALUES ('total', 'Total');
+INSERT INTO `emulator_texts` VALUES ('generic.bot.name', 'Bot');
+INSERT INTO `emulator_texts` VALUES ('generic.bot.id', 'ID');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_bots', ':bots');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_bots', 'bots');
+INSERT INTO `emulator_texts` VALUES ('generic.shutdown', 'The server is shutting down. All changes made from now on may not get saved!');
+INSERT INTO `emulator_texts` VALUES ('generic.reason.specified', 'Reason specified');
+INSERT INTO `emulator_texts` VALUES ('generic.warning', 'WARNING!');
+INSERT INTO `emulator_texts` VALUES ('wired.variable.username', '%username%');
+INSERT INTO `emulator_texts` VALUES ('wired.variable.credits', '%credits%');
+INSERT INTO `emulator_texts` VALUES ('wired.variable.points', '%points%');
+INSERT INTO `emulator_texts` VALUES ('wired.variable.pixels', '%pixels%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.target_rank_higher', 'The Habbo you want to ban has a higher rank than you.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unban.not_specified', 'No username specified!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unban.success', '%user% has been unbanned.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unban.not_found', 'No bans found for %user%.');
+INSERT INTO `emulator_texts` VALUES ('unbanned', 'unbanned');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_unban', ':unban ');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_unban', 'unban');
+INSERT INTO `emulator_texts` VALUES ('stalk.failed.same.room', '%user% is in this room too!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_trash', 'trash;tornado;sharknado');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty.cleared', 'Inventory cleared!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty.verify', 'This will remove all items from your inventory. Type :empty %generic.yes% to continue!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_wordfilter', 'Wordfilter reloaded!');
+INSERT INTO `emulator_texts` VALUES ('warning.auto.report', '%user% triggered wordfilter using: %word%');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_empty', 'empty');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.update_wordfilter', 'update_wordfilter;update_filter;update_word_filter');
+INSERT INTO `emulator_texts` VALUES ('commands.description.acc_debug', ':test [header] i:1 s:a b:1');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_trash', ':trash');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_wordfilter', ':update_word_filter');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_config', 'update_config;update_configuration');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.room.delete', '%username% tried to delete %roomname% owned by %roomowner%');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_config', 'Configuration reloaded!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_guildparts', 'update_guildparts;update_guild_parts');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_guildparts', ':update_guild_parts');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_config', ':update_config');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_empty', ':empty ');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_plugins', 'update_plugins;updateplugins');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_plugins', ':update_plugins');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_plugins', 'Reloaded %count% plugins!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_happyhour', 'happyhour;happy_hour');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_danceall.no_dance', 'Please specify a dance from 0 to 4!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomeffect', 'roomeffect;room_effect');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomeffect.no_effect', 'No effect specified!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomeffect.numbers_only', 'Use numbers only!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomeffect.positive', 'Positive numbers only!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_staffonline.numbers_only', 'Numbers only please!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_staffonline.positive_only', 'Positive numbers only please!');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_staffonline.staffs', 'Staffs online: ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_staffonline', ':staffonline [minrank]');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomeffect', ':roomeffect [effect id]');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_staffonline', 'staffonline;staffs');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_happyhour', ':happyhour');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_summon', 'summon');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_summon', ':summon ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_summon.forgot_username', 'Specify the username of the Habbo you want to summon!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_summon.not_found', '%% is not online!');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.same_room', '%user% is in this room already!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_summon.summoned', '%user% summoned!');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.been_summoned', 'You\'ve been summoned by %user%!');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.summoning', 'Summoning %user%...');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomitem.no_item', 'No item id specified!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomitem.positive', 'Positive numbers only!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roomitem.given', 'Handitem %item% given!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roomitem.removed', 'Handitems removed!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomitem', 'roomitem;room_item');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomitem', ':roomitem [itemid]');
+INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.0', 'Yarr');
+INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.1', 'Do what you want cos a pirrrrate is free');
+INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.2', 'Gimme some ale matey');
+INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.3', 'potato');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_chatcolor', 'chat;chatcolor');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_chatcolor.numbers', 'Positive numbers only please!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_chatcolor.no_number', 'Please provide an color id.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_chatcolor.banned', 'Sorry, that chatcolor is not allowed.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_chatcolor.set', 'Your new chatcolor is: %chat%');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_chatcolor.reset', 'Chat reset to normal');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_chatcolor', ':chat [colorid = 0]');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_masspoints.invalid_type', 'Invalid points type. Choose from: %types%');
+INSERT INTO `emulator_texts` VALUES ('seasonal.name.0', 'Pixels');
+INSERT INTO `emulator_texts` VALUES ('seasonal.name.105', 'Diamonds');
+INSERT INTO `emulator_texts` VALUES ('seasonal.name.101', 'Snowflakes');
+INSERT INTO `emulator_texts` VALUES ('seasonal.name.104', 'Clouds');
+INSERT INTO `emulator_texts` VALUES ('seasonal.name.4', 'Shells');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_points.invalid_type', 'Invalid points type. Choose from: %types%');
+INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.4', 'You dirty \'lil cunt');
+INSERT INTO `emulator_texts` VALUES ('bots.visitor.no_visits', 'There were no visitors when you were away.');
+INSERT INTO `emulator_texts` VALUES ('bots.visitor.visits', 'There were %count% visits since the last time you were away. If you want me to tell them say %positive%');
+INSERT INTO `emulator_texts` VALUES ('bots.visitor.list', 'Last %count% visits were: %list%');
+INSERT INTO `emulator_texts` VALUES ('generic.time.at', 'at');
+INSERT INTO `emulator_texts` VALUES ('bots.butler.given', 'Here is your %key% %username%');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_multi', 'multi');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_multi', ':multi');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_stalk.not_found', '%user% seems to be offline.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_stalk.not_room', '%user% seems to be outside of an room.');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_stalk.same_room', '%user% seems to be in this room already!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_stalk', 'stalk;follow;rape');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_stalk', ':stalk ');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summonrank.error', 'Potatohead!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_summonrank', 'summonrank;summonall');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_summonrank', ':summonrank ');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.self', 'I tried something silly.');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_stalk.self', 'I tried something silly');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_bundle', 'bundle;roombundle');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_bundle', ':bundle');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_bundle.missing_params', 'Proper usage is :bundle ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_bundle.duplicate', 'Whoops! Looks like this room is already on sale.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.time', 'Mute time must be atleast 1 second.');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.catalog.count', '%username% tried to buy multiple items of %itemname% from page %pagename% altough these are no set to have offers enabled!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.look.gender', '%username% tried to script an invalid gender \'%gender%\'');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.catalog.page', '%username% tried to access a page it doesn\'t have permission to: %pagename%');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.guild.buy.owner', '%username% tried to buy a guild for room %roomname% owned by %owner%');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.roomsettings.category.nonexisting', '%username% tried to set its room to a non existing category!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.roomsettings.category.permission', '%username% tried to set its room to a category it doesn\'t have acces to: %category%');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_event', 'event;roomevent');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_event', ':event ');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.catalog.badge_display', '%username% tried to buy a badge display with badge %badge% which isn\'t owned!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.alert', '%username% tried to send an alert (\'%message%\') without having permission to modtools!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ban', '%username% tried to ban someone trough modtools without having rights to ban!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.roomsettings', '%username% tried to edit an room via modtool without having permissions!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ticket.close', '%username% tried to close a ticket without having permission!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.kick', '%username% tried to kick someone via modtools without having permission!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ticket.pick', '%username% tried to pick a ticket in modtools without having permission!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ticket.release', '%username% tried to release tickets in modtool without having permission!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.chatlog', '%username% requested chatlog in modtool without having permission!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.roominfo', '%username% requested roominfo in modtools without permission!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.userinfo', '%username% requested userinfo in modtools without permission!');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.roomalert', '%username% tried to send a roomalert in modtools without permission!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_blockalert', 'Alerts are now turned %state%');
+INSERT INTO `emulator_texts` VALUES ('generic.on', 'on');
+INSERT INTO `emulator_texts` VALUES ('generic.off', 'off');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_blockalert', 'blockalerts;blockalert;ignorealerts;ignore_alerts');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_blockalert', ':blockalert');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_faceless', 'faceless;face');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_faceless', ':faceless');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_moonwalk', 'moonwalk;mj;moon_walk');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_moonwalk', ':moonwalk');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_fastwalk', 'fastwalk;supersonic');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_fastwalk', ':fastwalk');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_redeem', 'redeem;exchange');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_redeem', ':redeem');
+INSERT INTO `emulator_texts` VALUES ('generic.redeemed', 'Redeemed: ');
+INSERT INTO `emulator_texts` VALUES ('generic.credits', 'credits');
+INSERT INTO `emulator_texts` VALUES ('generic.pixels', 'pixels');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_gift.not_a_number', 'Only positive numbers');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_gift', 'gift');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_gift.not_found', '%itemid% not found!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_gift.user_not_found', '%username% not found online.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_gift', 'Send %itemname% to %username%!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_gift', ':gift ');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_massgift', 'massgift');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_massgift', ':massgift ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.already_owned', '%user% already owns %badge%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_massbadge.no_badge', 'No badge specified!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_massbadge', 'massbadge;hotelbadge');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_badge.received', 'Yahoooo! You\'ve received a badge!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_pickall', 'pickall;pickupall');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ejectall', 'ejectall;ejectfurni');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_bots', 'update_bots;updatebots');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ejectall', ':ejectall');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pickall', ':pickall');
+INSERT INTO `emulator_texts` VALUES ('', '');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_staffalert', 'sa;staffalert');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_staffalert.title', 'Staff Alert: ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_staffalert.forgot_message', 'Please specify a message to send to staff.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_plugins', 'plugins');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_hotel_view', 'update_view;update_hotel_view;update_hotelview');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_hotel_view', ':update_hotel_view');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_hotel_view', 'Hotelview reloaded!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_bundle', 'Roombundle succesfully created with page id %id%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_kick.unkickable', '%username% is unkickable!');
+INSERT INTO `emulator_texts` VALUES ('camera.disabled', 'Sorry! Camera is disabled :(');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_navigator', 'update_navigator;update_nav');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_navigator', 'Navigator succesfully reloaded!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_plugins', ':plugins');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_massbadge', ':massbadge ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_bots', ':update_bots');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_navigator', ':update_navigator');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ip_ban', 'ipban;banip;ip_ban;ban_ip');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ip_ban', ':ipban [reason]');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_machine_ban', 'machineban;banmachine;banmac;macban');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_machine_ban', ':machineban [reason]');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_super_ban', 'superban;megaban');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_super_ban', ':superban [reason]');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_machine_ban', '%count% accounts have been MAC banned!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_ip_ban', '%count% accounts have been IP banned!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_super_ban', '%count% accounts have been Super banned!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ip_ban.ban_self', 'You cannot IP Ban yourself!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_machine_ban.ban_self', 'You cannot issue yourself a MAC Ban!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_super_ban.ban_self', 'You cannot superban yourself!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_alert.cmd_connect_camera', 'Camera reconnected!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_connect_camera', 'connectcamera;connect_camera;cameraconnect');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.higher_rank', 'The Habbo you wanted to disconnect is more important than you are.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_diagonal', 'diagonal;disablediagonal;diagonally');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_diagonal', ':diagonal');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_diagonal.disabled', 'You can no longer walk diagonally!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_word_quiz', 'wordquiz;quiz');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_word_quiz', ':wordquiz ');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.marketplace.forbidden', '%username% tried to sell an %itemname% for %credits% which is not allowed to be sold on the marketplace!');
+INSERT INTO `emulator_texts` VALUES ('inventory.full', 'You\'ve reached the inventory limit. Move furniture out of your inventory before buying more!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setmax.invalid_number', 'Invalid number. Specify a number between 0 and 9999');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setmax.forgot_number', 'No number specified. Dork.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_setmax', 'setmax;set_max');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setmax', ':setmax ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_staffalert', ':sA ');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_take_badge', ':takebadge ');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_take_badge', 'takebadge;take_badge;remove_badge;removebadge');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_take_badge.forgot_badge', 'No badge specified!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_take_badge.forgot_username', 'No username specified!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_take_badge.no_badge', '%username% does not have %badge%!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_take_badge', 'Badge has been taken!');
+INSERT INTO `emulator_texts` VALUES ('camera.permission', 'You don\'t have permission to use the camera!');
+INSERT INTO `emulator_texts` VALUES ('floorplan.permission', 'You don\'t have permission to use the floorplan editor!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_polls', 'update_polls;reload_polls');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_polls', ':update_polls');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_set_poll', 'setpoll;set_poll');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_set_poll', ':setpoll ');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_set_poll', 'Room poll has been updated!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_set_poll.invalid_number', 'Please specify a valid number. Use 0 to remove the poll.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_set_poll.missing_arg', 'Missing poll id. Use 0 to remove the poll from this room.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomcredits', 'roomcredits;room_credits;roomcoins;room_coins');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomcredits', ':roomcredits ');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roompixels', 'roompixels;room_pixels;roomduckets;room_duckets');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roompixels', ':roompixels ');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomgift', 'roomgift;room_gift');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomgift', ':roomgift [message]');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_polls', 'Room polls have been reloaded!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_set_poll.not_found', 'Poll %id% not found!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unmute.not_specified', 'No user specified to unmute!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unmute.not_found', '%user% is not online!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_unmute', '%user% has been unmuted!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_unmute', 'unmute');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_unmute', ':unmute ');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_give_rank', 'giverank;setrank;give_rank;set_rank');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_give_rank', ':giverank ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.not_found', 'Rank %id% was not found!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_give_rank.updated', '%username% has been given the rank %id%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.higher', 'You cannot rank %username% to a higher rank than you are!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.user_offline', '%username% is not online!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.missing_rank', 'Missing rank. Usage: ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.missing_username', 'Missing username. Usage: ');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_give_rank.new_rank', 'Your rank has been updated. Your rank is now %id%');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roommute', 'roommute;room_mute');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roommute', ':roommute');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roommute.unmuted', 'The room has been unmuted!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roommute.muted', 'The room has been muted!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_lay', 'lay');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_lay', ':lay');
+INSERT INTO `emulator_texts` VALUES ('camera.wait', 'Please wait %seconds% seconds before making another picture.');
+INSERT INTO `emulator_texts` VALUES ('loggedin.elsewhere', 'You have been disconnected as you logged in from somewhere else.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mute_pets', 'mutepets;ignorepets;mute_pets;ignore_pets');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_pets.ignored', 'You\'re now ignoring pets.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_pets.unignored', 'You\'re no longer ignoring pets.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mute_bots', 'mutebots;ignorebots;mute_bots;ignore_bots');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_bots.ignored', 'You are now ignoring bots.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_bots.unignored', 'You are no longer ignoring bots.');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomalert', ':roomalert ');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomalert.empty', 'Please specify an message!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomalert', 'roomalert;room_alert;ra');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roompoints', 'roompoints;room_points');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_transform.title', 'The following pets are available:');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_transform.line', '%name%');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_transform', ':transform ');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_transform', 'transform;becomepet');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_connect_camera', ':connectcamera');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roompoints', ':roompoints ');
+INSERT INTO `emulator_texts` VALUES ('generic.gift.received.anonymous', 'You\'ve received a gift!');
+INSERT INTO `emulator_texts` VALUES ('generic.gift.received', '%username% gave you a gift!');
+INSERT INTO `emulator_texts` VALUES ('generic.user.not_found', '%user% not found.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_reload_room', 'reload_room;reload;reloadroom');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_reload_room', ':reload_room');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.packet.closedice', '%username% tried to change furniture state on non dice using the close dice packet on item %id% %itemname%');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_guildparts', 'Succes! Guild badgeparts and guild badge imager has been reloaded!');
+INSERT INTO `emulator_texts` VALUES ('ban.info.user_id', 'User ID: ');
+INSERT INTO `emulator_texts` VALUES ('ban.info.type', 'Ban Type: ');
+INSERT INTO `emulator_texts` VALUES ('ban.info.reason', 'Reason: ');
+INSERT INTO `emulator_texts` VALUES ('ban.info.staff_id', 'Staff ID: ');
+INSERT INTO `emulator_texts` VALUES ('ban.info.date_issued', 'Date: ');
+INSERT INTO `emulator_texts` VALUES ('ban.info.date_expire', 'Expire Date: ');
+INSERT INTO `emulator_texts` VALUES ('ban.info.ip', 'IP: ');
+INSERT INTO `emulator_texts` VALUES ('ban.info.machine', 'Machine: ');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.user_id', 'ID');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.user_name', 'Username');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.motto', 'Motto');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.rank', 'Rank');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.online', 'Online');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.email', 'Email');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.ip_register', 'Register IP');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.ip_current', 'Current IP');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.banned', 'Banned');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.currencies', 'Currencies');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.achievement_score', 'Score');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.credits', 'Credits');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.current_activity', 'Current Activity');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.room', 'Room');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.respect_left', 'Respect Left');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.pet_respect_left', 'Pet Respect Left');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.allow_trade', 'Allow Trade');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.allow_follow', 'Allow Follow');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.allow_friend_request', 'Allow Friend Request');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.total_bans', 'Total bans');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.ban_info', 'Recent Ban Info');
+INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.userinfo', 'Userinfo');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pet_info.pet_not_found', '\"Please provide a petname!\"');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hal', ':hal ');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_hal', 'hal;halink');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_bots.cleared', 'Bots inventory cleared!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_bots.verify', 'This will remove all bots from your inventory. Type :emptybots %generic.yes% to continue!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_empty_bots', 'emptybots;empty_bots;deletebots');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_empty_bots', ':emptybots');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_pets.cleared', 'Pets inventory cleared!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_pets.verify', 'This will remove all pets from your inventory. Type :emptypets %generic.yes% to continue!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_empty_pets', 'emptypets;empty_pets;deletepets');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_empty_pets', ':emptypets');
+INSERT INTO `emulator_texts` VALUES ('nux.step.1', 'This is the reception button, it will take you to the hotelview.');
+INSERT INTO `emulator_texts` VALUES ('nux.step.2', 'This is the navigator button, from here you can visit other rooms.');
+INSERT INTO `emulator_texts` VALUES ('nux.step.3', 'To talk, just enter your message here.');
+INSERT INTO `emulator_texts` VALUES ('nux.step.4', 'The chat history window lets you read back your previous conversations.');
+INSERT INTO `emulator_texts` VALUES ('nux.step.5', 'If you want to change your looks, you can use the wardrobe.');
+INSERT INTO `emulator_texts` VALUES ('nux.step.6', 'In the catalog you can purchase furniture to decorate your own room.');
+INSERT INTO `emulator_texts` VALUES ('nux.step.7', 'Furniture can be bought with a combination of credits...');
+INSERT INTO `emulator_texts` VALUES ('nux.step.8', '...duckets,');
+INSERT INTO `emulator_texts` VALUES ('nux.step.9', 'or diamonds.');
+INSERT INTO `emulator_texts` VALUES ('nux.step.10', 'All your friends are located down here.');
+INSERT INTO `emulator_texts` VALUES ('nux.step.11', 'Lets have some fun and start exploring the hotel!');
+INSERT INTO `emulator_texts` VALUES ('alert.superwired.invalid', 'Invalid superwired configuration. Make sure to NOT use ; in the product field!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_allow_trading', 'Enables / Disables the tradelock for a user.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_allow_trading', 'tradelock;blocktrading;disabletrade');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.forgot_username', 'Please specify the user to enable / disable trading for.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.forgot_trade', 'Please specify if you want to enable trading for %username%.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_allow_trading.enabled', 'Trading has been enabled for %username%!');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_allow_trading.disabled', 'Trading has been disabled for %username%!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.user_not_found', 'Target Habbo does not exist.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.incorrect_setting', 'Please use %enabled% to enable trading. Use %disabled% to disable trading.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.higher.other', '%username% has an higher rank than you and thus cannot change it!');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unmute.not_muted', '%user% is not muted.');
+INSERT INTO `emulator_texts` VALUES ('supporttools.not_ticket_owner', 'You are not the moderator currently handling the ticket.');
+INSERT INTO `emulator_texts` VALUES ('commands.success.cmd_setmax', 'Success! Maximum users in this room changed to %value%.');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_changename', ':changename');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_changename', 'changename;flagme;change_name;namechange');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_credits.user_not_found', 'Could net send %amount% credits to %user%. %user% does not exist.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.invalid', 'You cannot pull %username% to there.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.invalid', 'You cannot push %username% to there.');
+INSERT INTO `emulator_texts` VALUES ('hotel.wired.superwired.info', 'Superwired Usage Information. Possible reward types: badge: BADGE CODE Credits: credits#amount Pixels: pixels#amount Points: points#amount Respect: respect#amount Furniture: furni#FurnitureID Catalog Item: cata#CatalogItemID');
+INSERT INTO `emulator_texts` VALUES ('hotel.wired.kickexception.unkickable', 'Wired Kick Exception: Unkickable');
+INSERT INTO `emulator_texts` VALUES ('hotel.wired.kickexception.owner', 'Wired Kick Exception: Room Owner');
+INSERT INTO `emulator_texts` VALUES ('error.catalog.buy.limited.daily.item', 'You cannot purchase any limited %itemname% for today as you have reached the limt of %limit%. Come back tomorrow.');
+INSERT INTO `emulator_texts` VALUES ('error.catalog.buy.limited.daily.total', 'You cannot purchase any limited furniture as you have reached the limited of %limit% for today. Come back tomorrow.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_calendar', 'calendar');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_calendar', ':calendar');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.chat.length', '%username% tried to send a room chat message with length %length% while the maximum length is 100 characters.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_invisible', 'invisible;hideme');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_invisible', ':invisible');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_invisible.updated', 'You are now invisible. Reload the room to reset.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_hidewired', 'hidewired;hidemywired;wiredbegone');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_hidewired.hidden', 'Wired is now hidden.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_hidewired.shown', 'Wired is now shown.');
+INSERT INTO `emulator_texts` VALUES ('commands.errors.cmd_hidewired.permission', 'You don\'t have permission to hide wireds in this room!');
+INSERT INTO `emulator_texts` VALUES ('support.ticket.picked.failed', 'Picking issue failedd: Ticket already picked or does not exist!');
+INSERT INTO `emulator_texts` VALUES ('camera.error.creation', 'Failed to create your picture. *sadpanda*');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.sticky.size', '%username% tried to create a sticky with %amount% characters where %limit% characters are allowed!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_promote_offer', 'promoteoffer;promotetargetoffer;promote_offer');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_promote_offer', ':promoteoffer [info]');
+INSERT INTO `emulator_texts` VALUES ('commands.cmd_promote_offer.info', 'info');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_promote_offer.not_found', 'The offer could not be found. Use :promoteoffer info to see a list of active offers.');
+INSERT INTO `emulator_texts` VALUES ('commands.cmd_promote_offer.list', 'All available offers (%amount%): %list%');
+INSERT INTO `emulator_texts` VALUES ('commands.cmd_promote_offer.list.entry', '%id%: %title% %description%');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_promote_offer', 'The promoted offer has been changed to %id%: %title%');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_filterword', 'filter;banword;filterword');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_filterword.missing_word', 'Please specify the word to filter, with an optional replacement.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_filterword.error', 'Failed to add the word to the wordfilter. Possible duplicate?');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_filterword.added', 'Wordfilter word %word% has been added with replacement %replacement%!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_filterword', ':filter [replacement]');
+INSERT INTO `emulator_texts` VALUES ('debug.show.headers', '');
+INSERT INTO `emulator_texts` VALUES ('generic.tile.not.exists', 'Tile does not exist!');
+INSERT INTO `emulator_texts` VALUES ('commands.errors.cmd_give_rank.not_found', 'Rank %id% could not be given to %username% as it does not exist!');
+INSERT INTO `emulator_texts` VALUES ('hotel.wired.giveachievement.invalid.points', 'This is not a number!');
+INSERT INTO `emulator_texts` VALUES ('hotel.wired.giveachievement.invalid.achievement', '%achievement% does not exist!');
+INSERT INTO `emulator_texts` VALUES ('hotel.error.roomads.nopermission', 'You have no permission to modify room ads!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_achievements', 'uach;update_achievements');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_achievements', ':update_achievements');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_achievements.updated', 'Achievements have been reloaded!');
+INSERT INTO `emulator_texts` VALUES ('invisible.prevent.chat.error', 'While being invisible you cannot talk.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_invisible.updated.back', 'You are now visible again.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.forbidden_clothing', 'The other user has clothing that you do not own yet.');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_youtube_playlists', 'update_youtube;update_youtube_playlists');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_youtube_playlists', 'YouTube playlists have been refreshed!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_add_youtube_playlist', 'add_youtube;add_playlist;add_youtube_playlist');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_add_youtube_playlist.usage', 'Usage: base_item_id youtube_playlist_id');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_add_youtube_playlist.no_base_item', 'A base item with that ID could not be found.');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_add_youtube_playlist.failed_playlist', 'Error: unable to fetch the given YouTube playlist.');
+INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_add_youtube_playlist', 'The playlist has been added successfully!');
+INSERT INTO `emulator_texts` VALUES ('generic.furniture.bought', 'You just purchased %amount%%is_limited%%itemname%%limited_display%!');
+INSERT INTO `emulator_texts` VALUES ('generic.furniture.sold', 'Your %item% has been sold. Click here to claim your credits!');
+INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_commands.text', 'Your Commands');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_stand', 'stand');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setstate', ':ss');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_setstate.keys', 'ss;setstate');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_setstate.changed', 'Changed state to %extra_data%');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_setstate.disabled', 'state removed.');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_setstate.not_specified', 'No state set. state must be between 0 - 40.');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_buildheight', ':buildheight [height]');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_buildheight.keys', 'buildheight;bh');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_buildheight.invalid_height', 'Invalid height! Build height must be between 0 - 40!');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_buildheight.changed', 'Changed build height to %height%');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_buildheight.disabled', 'Build height removed.');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_buildheight.not_specified', 'No buildheight set. Height must be between 0 - 40.');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setrotation', ':rot;rotation');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_setrotation.keys', 'rot;setrotation');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_setrotation.changed', 'Changed Furni Rotation to %rot%');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_setrotation.disabled', 'Furni Rotation removed.');
+INSERT INTO `emulator_texts` VALUES ('be.cmd_setrotation.not_specified', 'No rotation set. state must be between 0 - 6.');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_buyroom', ':buyroom');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_sellroom', ':sellroom ');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.keys', 'sellroom');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.removed', 'This room was remove from sale.');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.invalid_credits', '%diamonds% diamonds is an invalid amount!');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.has_guild', 'Cannot sell this room, room has a guild.');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.confirmed', 'This room is now up for sale for %currency% diamonds!');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.usage', 'Usage: :sellroom ');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.forsale', 'This room is being sold by %ownername% for %currency% diamonds! If you wish to buy it write :buyroom confirm.');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.notforsale', 'This room is not being sold.');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.confirmkey', 'confirm');
+INSERT INTO `emulator_texts` VALUES ('rosie.buyroom.has_guild', 'This room has a guild and therefor cannot be bought.');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.bubble.thisroom', 'This room is for sale for %currency% diamonds!');
+INSERT INTO `emulator_texts` VALUES ('rosie.buyroom.bubble.message', 'This room has been bought from %oldowner% by %newowner%!');
+INSERT INTO `emulator_texts` VALUES ('rosie.buyroom.bubble.message.bought', '%roomname% has been bought by %newowner%');
+INSERT INTO `emulator_texts` VALUES ('rosie.buyroom.invalid_amount', 'You don\'t have enough diamonds to buy this room!');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.owneroffline', 'Owner of this room, %username%, is offline.');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.selfbuy', 'Silly %username%. You cannot buy your own room.');
+INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.buyroom.usage', 'To buy a room use :%key% %confirmkey%');
+INSERT INTO `emulator_texts` VALUES ('rosie.buyroom.keys', 'buyroom');
+INSERT INTO `emulator_texts` VALUES ('rosie.roomforsale.alert', 'This room is for sale. Type :buyroom for more information.');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.keys', 'pay;transfer');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.incorrect.usage', 'Missing arguments for pay command!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pay', ':pay ');
+INSERT INTO `emulator_texts` VALUES ('generic.habbo.notfound', 'Habbo not found');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.self', 'You cannot pay yourself, silly!');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.invalid_amount', 'Invalid amount! Please use a positive value.');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.not_enough', 'Cannot pay %username%. You don\'t have %amount% %type%!');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.invalid_type', 'The currency %type% does not exist!');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.received', '%username% has paid you %amount% %type%!');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.transferred', 'You paid %username% %amount% %type%!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_kill', ':kill ');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kill.keys', 'kill;murder');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kill.killmessages.killer', '* Murders %victim% *;* %victim% was slain by %killer% *;* Takes %victim%s head off *');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kill.killmessages.victim', '* Bleeds to dead while twitching *; * Oh noes. %killer% took my head off *');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hoverboard', ':hoverboard');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_hoverboard.keys', 'hoverboard');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_hoverboard.texts', '* Grabs Blue hoverboard and flies away *;* Jumps onto a pink hoverboard *;* Nice day to ride my yellow hoverboard *;* Pulls out a green hoverboard to explore the hotel on *');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_kiss', ':kiss ');
+INSERT INTO `emulator_texts` VALUES ('essentials.kissedmessages.kissedperson', '* %kissedperson% gets kissed by %kisser% *');
+INSERT INTO `emulator_texts` VALUES ('essentials.kissedmessages.kisser', '* Kisses %kissedperson% passionately *');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kiss.keys', 'kiss;frenchkiss');
+INSERT INTO `emulator_texts` VALUES ('essentials.kissmessages.tofar', '%kissedperson% is too far to kiss!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hug', ':hug ');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_hug.keys', 'hug;cuddle');
+INSERT INTO `emulator_texts` VALUES ('essentials.hugmessages.huggedperson', '* Gets a warm hug from %hugger% *');
+INSERT INTO `emulator_texts` VALUES ('essentials.hugmessages.hugger', '* Hugs %huggedperson% tightly *');
+INSERT INTO `emulator_texts` VALUES ('essentials.hugmessages.tofar', '%huggedperson% is too far to hug. Get a bit closer and try again!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_welcome', ':welcome ');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_welcome.keys', 'welcome;willkommen;welkom;bienvenue;bienvenida;bem-vindo');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_welcome.text', 'Welcome %username% to %hotelname%;My name is %greeter_username% and I am %greeter_rank% at %hotelname%;At the moment there are %onlinecount% %hotelplayername%s online!;If you have any further questions feel free to ask me or any of our staff. You can recognize our staff from the badge they wear;Enjoy your stay in %hotelname% %username%!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_disable_effects', ':disableffects');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_disable_effects.keys', 'antieffects;disableffects');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_disable_effects.effects_enabled', 'Effects in this room have been enabled!');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_disable_effects.effects_disabled', 'Effects in this room have been disabled!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_brb', ':brb');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.keys', 'afk;brb;');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.brb', '* %username% is now AFK! *');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.back', '* %username% is now back! *');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.time', '* %username% has now been away for %time% minutes *');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_nuke', ':nuke ');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_nuke.keys', 'nuke;nade;grenade;explode;boom');
+INSERT INTO `emulator_texts` VALUES ('essentials.nuke.self', 'You can\'t nuke yourself, silly!');
+INSERT INTO `emulator_texts` VALUES ('essentials.nuke.action', '* Launches nuke towards %username% *');
+INSERT INTO `emulator_texts` VALUES ('essentials.nuke.nuked', '* %username% gets obliterated *');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.keys', 'buildheight;bh');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.invalid_height', 'Invalid height! Build height must be between 0 - 40!');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.changed', 'Changed build height to %height%');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.disabled', 'Build height removed.');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.not_specified', 'No buildheight set. Height must be between 0 - 40.');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_slime', ':slime ');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.keys', 'slime;slimed;goop;nickelodeon');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.throws', '* Throws slime at %username%s direction *');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.missed', '* Missed %username%s face *');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.slimed', '* Gets covered in slime by %username% *');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_explain', ':explain ');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.keys', 'explain;commandinfo;commandhelp;aliases');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.help', 'Specify a command to lookup. Example: :explain mimic');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.notfound', 'Too bad but \'%command%\'-command does not seem to exist');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.nopermission', 'You don\'t have permission to use %command%');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.info', 'Information about the \'%command%\'-command:\rUsage: %description%\rKeys / Aliases:%keys%');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.keys', 'sellroom');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.removed', 'This room was remove from sale.');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.invalid_credits', '%credits% credits is an invalid amount!');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.has_guild', 'Cannot sell this room, room has a guild.');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.confirmed', 'This room is now up for sale for %credits% credits!');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.usage', 'Usage: :sellroom ');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.forsale', 'This room is being sold by %ownername% for %credits%.');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.notforsale', 'This room is not being sold.');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.confirmkey', 'confirm');
+INSERT INTO `emulator_texts` VALUES ('essentials.buyroom.has_guild', 'This room has a guild and therefor cannot be bought.');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.owneroffline', 'Owner of this room, %username%, is offline.');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.selfbuy', 'Silly %username%. You cannot buy your own room.');
+INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.buyroom.usage', 'To buy a room use :%key% %confirmkey%');
+INSERT INTO `emulator_texts` VALUES ('essentials.buyroom.keys', 'buyroom');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_closedice', ':closedice [all]');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_closedice.keys', 'closedice;cd;sluitdices');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_closedice.keywordall', 'all');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_closedice.closed', '* Closes %count% dices *');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_set', ':set info');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.keys', 'set;changefurni');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.error', 'Use \':set info\' for more information!');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.invalid', 'Invalid item id %value%');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.notfound', 'Item not found.');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.wrong', 'Something went wrong.');
+INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.succes', 'Updated!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_furnidata', ':furnidata');
+INSERT INTO `emulator_texts` VALUES ('furnidata.cmd_furnidata.keys', 'furnidata');
+INSERT INTO `emulator_texts` VALUES ('furnidata.cmd_furnidata.on', 'Successfully turned furnidata on!');
+INSERT INTO `emulator_texts` VALUES ('furnidata.cmd_furnidata.off', 'Successfully turned furnidata off!');
+INSERT INTO `emulator_texts` VALUES ('bubblealerts.notif_friendonline.message', '%username% just logged in! Say hi!');
+INSERT INTO `emulator_texts` VALUES ('bubblealerts.notif_mention.message', '%username% mentioned you. Click to visit %username% in %room_name%!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_softkick', 'softkick');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_softkick_not_found', '%user% not found');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_softkick_error_self', 'You can not softkick yourself!');
+INSERT INTO `emulator_texts` VALUES ('generic.error.ignore_higher_rank', 'You can\'t ignore this user.');
+INSERT INTO `emulator_texts` VALUES ('error.bots.max.inventory', 'You can\'t buy or pickup anymore bots until you place some, the maximum amount of bots you are allowed is %amount%.');
+INSERT INTO `emulator_texts` VALUES ('scripter.warning.item.bgtoner.permission', '%username% tried to change the background toner without rights in %room% owned by %owner%');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_subscription', 'subscription;sub');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.invalid_action', 'Invalid action specified. Must be add, +, remove or -');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.type_not_found', '%subscription% is not a valid subscription type');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.invalid_params_time', 'Invalid time span, try: x minutes/days/weeks/months');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.success_add_time', 'Successfully added %time% seconds to %subscription% on %user%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.user_not_have', '%user% does not have the %subscription% subscription');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.success_remove_time', 'Successfully removed %time% seconds from %subscription% on %user%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.success_remove_sub', 'Successfully removed %subscription% sub from %user%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.user_not_found', '%user% was not found');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.invalid_params', 'Invalid command format');
+INSERT INTO `emulator_texts` VALUES ('subscriptions.hc.payday.message', 'Woohoo HC Payday has arrived! You have received %amount% credits to your purse. Enjoy!');
+INSERT INTO `emulator_texts` VALUES ('hotel.room.tent.prefix', 'Tent');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roombadge.no_badge', 'No badge specified!');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roombadge', 'roombadge');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roombadge', ':roombadge ');
+INSERT INTO `emulator_texts` VALUES ('wired.variable.name', '%name%');
+INSERT INTO `emulator_texts` VALUES ('wired.variable.roomname', '%roomname%');
+INSERT INTO `emulator_texts` VALUES ('wired.variable.user_count', '%user_count%');
+INSERT INTO `emulator_texts` VALUES ('wired.variable.owner', '%owner%');
+INSERT INTO `emulator_texts` VALUES ('wired.variable.item_count', '%item_count%');
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_stalk.forgot_username', 'Specify the username of the Habbo you want to follow!');
+INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_calendar', ':update_calendar');
+INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_calendar', 'update_calendar');
+INSERT INTO `emulator_texts` VALUES ('commands.success.cmd_update_calendar', 'Calendar updated successfully!');
+INSERT INTO `emulator_texts` VALUES ('hotel.mannequin.name.default', 'My look');
+INSERT INTO `emulator_texts` VALUES ('rcon.alert.user.change_username', 'You can change your username. Click on yourself to change it.');
+
+-- ----------------------------
+-- Table structure for gift_wrappers
+-- ----------------------------
+DROP TABLE IF EXISTS `gift_wrappers`;
+CREATE TABLE `gift_wrappers` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `sprite_id` int(0) NOT NULL,
+ `item_id` int(0) NOT NULL,
+ `type` enum('gift','wrapper') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'wrapper',
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 18 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Records of gift_wrappers
+-- ----------------------------
+INSERT INTO `gift_wrappers` VALUES (1, 187, 187, 'gift');
+INSERT INTO `gift_wrappers` VALUES (2, 188, 188, 'gift');
+INSERT INTO `gift_wrappers` VALUES (3, 189, 189, 'gift');
+INSERT INTO `gift_wrappers` VALUES (4, 190, 190, 'gift');
+INSERT INTO `gift_wrappers` VALUES (5, 191, 191, 'gift');
+INSERT INTO `gift_wrappers` VALUES (6, 192, 192, 'gift');
+INSERT INTO `gift_wrappers` VALUES (7, 193, 193, 'gift');
+INSERT INTO `gift_wrappers` VALUES (8, 3372, 3372, 'wrapper');
+INSERT INTO `gift_wrappers` VALUES (9, 3373, 3373, 'wrapper');
+INSERT INTO `gift_wrappers` VALUES (10, 3374, 3374, 'wrapper');
+INSERT INTO `gift_wrappers` VALUES (11, 3375, 3375, 'wrapper');
+INSERT INTO `gift_wrappers` VALUES (12, 3376, 3376, 'wrapper');
+INSERT INTO `gift_wrappers` VALUES (13, 3377, 3377, 'wrapper');
+INSERT INTO `gift_wrappers` VALUES (14, 3378, 3378, 'wrapper');
+INSERT INTO `gift_wrappers` VALUES (15, 3379, 3379, 'wrapper');
+INSERT INTO `gift_wrappers` VALUES (16, 3380, 3380, 'wrapper');
+INSERT INTO `gift_wrappers` VALUES (17, 3381, 3381, 'wrapper');
+
+-- ----------------------------
+-- Table structure for groups_items
+-- ----------------------------
+DROP TABLE IF EXISTS `groups_items`;
+CREATE TABLE `groups_items` (
+ `type` enum('base','symbol','color','color2','color3') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `id` int(0) NOT NULL,
+ `firstvalue` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `secondvalue` varchar(2000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ PRIMARY KEY (`id`, `type`) USING BTREE,
+ INDEX `type`(`type`) USING BTREE,
+ INDEX `id`(`id`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of groups_items
+-- ----------------------------
+INSERT INTO `groups_items` VALUES ('base', 1, 'base_basic_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 1, 'symbol_background_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 1, 'ffd601', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 1, 'ffffff', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 1, 'ffffff', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 2, 'base_basic_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 2, 'symbol_background_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 2, 'ec7600', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 2, 'ebebeb', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 2, 'e5e5e5', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 3, 'base_basic_3.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 3, 'symbol_background_3_part2.gif', 'symbol_background_3_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color', 3, '84de00', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 3, 'd4d4d4', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 3, 'bfbfbf', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 4, 'base_basic_4.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 4, 'symbol_ball_1_part2.gif', 'symbol_ball_1_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color', 4, '589a00', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 4, 'bdbdbd', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 4, '999999', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 5, 'base_basic_5.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 5, 'symbol_ball_2_part2.gif', 'symbol_ball_2_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color', 5, '50c1fb', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 5, 'a6a6a6', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 5, '737373', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 6, 'base_advanced_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 6, 'symbol_bobba.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 6, '006fcf', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 6, '8f8f8f', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 6, '4c4c4c', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 7, 'base_advanced_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 7, 'symbol_bomb_part2.gif', 'symbol_bomb_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color', 7, 'ff98e3', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 7, '787878', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 7, '589a00', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 8, 'base_advanced_3.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 8, 'symbol_bow.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 8, 'f334bf', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 8, '616161', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 8, '4f8a00', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 9, 'base_advanced_4.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 9, 'symbol_box_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 9, 'ff2d2d', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 9, '4c4c4c', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 9, '427300', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 10, 'base_gold_1_part2.gif', 'base_gold_1_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 10, 'symbol_box_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 10, 'af0a0a', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 10, '589a00', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 10, '355c00', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 11, 'base_gold_2_part2.gif', 'base_gold_2_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 11, 'symbol_bunting_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 11, 'ffffff', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 11, '518e00', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 11, '284500', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 12, 'base_pin_part2.gif', 'base_pin_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 12, 'symbol_bunting_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 12, 'c0c0c0', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 12, '498000', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 12, '1a2e00', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 13, 'base_gradient_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 13, 'symbol_butterfly_part2.gif', 'symbol_butterfly_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color', 13, '373737', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 13, '417200', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 13, '84de00', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 14, 'base_gradient_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 14, 'symbol_cowskull_part2.gif', 'symbol_cowskull_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color', 14, 'fbe7ac', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 14, '396400', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 14, '77c700', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 15, 'base_circles_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 15, 'symbol_cross.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 15, '977641', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 15, '315600', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 15, '63a600', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 16, 'base_circles_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 16, 'symbol_diamond.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 16, 'c2eaff', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 16, '294800', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 16, '4f8500', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 17, 'base_ornament_1_part2.gif', 'base_ornament_1_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 17, 'symbol_diploma_part2.gif', 'symbol_diploma_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color', 17, 'fff165', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 17, '213b00', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 17, '3c6400', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 18, 'base_ornament_2_part2.gif', 'base_ornament_2_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 18, 'symbol_eyeball_part2.gif', 'symbol_eyeball_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color', 18, 'aaff7d', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 18, '1a2e00', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 18, '274200', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 19, 'base_misc_1_part2.gif', 'base_misc_1_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 19, 'symbol_fist.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 19, '87e6c8', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 19, '84de00', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 19, 'c2eaff', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 20, 'base_misc_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 20, 'symbol_flame_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 20, '9844e7', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 20, '7acd00', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 20, 'aed2e5', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 21, 'base_beams_part2.gif', 'base_beams_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 21, 'symbol_flame_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 21, 'dea9ff', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 21, '6eb900', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 21, '91afbf', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 22, 'base_ring.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 22, 'symbol_flash.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 22, 'ffb579', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 22, '62a500', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 22, '748c99', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 23, 'base_simplestar_part2.gif', 'base_simplestar_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 23, 'symbol_flower_1_part2.gif', 'symbol_flower_1_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color', 23, 'c3aa6e', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 23, '569100', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 23, '576a73', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 24, 'base_spiral.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 24, 'symbol_flower_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color', 24, '7a7a7a', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 24, '4a7c00', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 24, '3a464c', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 25, 'base_book.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 25, 'symbol_flower_3.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 25, '3e6800', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 25, '50c1fb', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 26, 'base_egg.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 26, 'symbol_flower_4.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 26, '325400', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 26, '48ade1', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 27, 'base_ornament.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 27, 'symbol_football.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 27, '274200', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 27, '3c91bc', '', '1');
+INSERT INTO `groups_items` VALUES ('base', 28, 'base_shield_part2.gif', 'base_shield_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 28, 'symbol_heart_1_part2.gif', 'symbol_heart_1_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 28, 'c2eaff', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 28, '307497', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 29, 'symbol_heart_2_part2.gif', 'symbol_heart_2_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 29, 'b3d8eb', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 29, '245771', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 30, 'symbol_jingjang_part2.gif', 'symbol_jingjang_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 30, 'a1c3d4', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 30, '183a4b', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 31, 'symbol_lips_part2.gif', 'symbol_lips_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 31, '90adbd', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 31, '006fcf', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 32, 'symbol_note.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 32, '7e98a6', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 32, '0064ba', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 33, 'symbol_peace.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 33, '6d838f', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 33, '00539b', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 34, 'symbol_planet_part2.gif', 'symbol_planet_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 34, '5b6e78', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 34, '00437c', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 35, 'symbol_rainbow_part2.gif', 'symbol_rainbow_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 35, '4a5961', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 35, '00325d', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 36, 'symbol_rosete.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 36, '3a464c', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 36, '00213e', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 37, 'symbol_shape.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 37, '50c1fb', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 37, '9844e7', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 38, 'symbol_star_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 38, '4ab2e7', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 38, '893dcf', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 39, 'symbol_star_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 39, '43a0d1', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 39, '7233ad', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 40, 'symbol_sword_1_part2.gif', 'symbol_sword_1_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 40, '3b8fba', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 40, '5b298b', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 41, 'symbol_sword_2_part2.gif', 'symbol_sword_2_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 41, '347ea3', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 41, '451f68', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 42, 'symbol_sword_3_part2.gif', 'symbol_sword_3_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 42, '2d6c8d', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 42, '2d1445', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 43, 'symbol_wings_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 43, '265b76', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 43, 'dea9ff', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 44, 'symbol_wings_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 44, '1e495f', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 44, 'c798e5', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 45, 'symbol_arrow_down.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 45, '183a4b', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 45, 'a67fbf', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 46, 'symbol_arrow_left.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 46, '006fcf', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 46, '856599', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 47, 'symbol_arrow_right.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 47, '0066bf', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 47, '644c73', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 48, 'symbol_arrow_up.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 48, '005cac', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 48, '42324c', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 49, 'symbol_arrowbig_up.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 49, '005299', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 49, 'ff98e3', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 50, 'symbol_axe_part2.gif', 'symbol_axe_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 50, '004887', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 50, 'e589cc', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 51, 'symbol_bug_part2.gif', 'symbol_bug_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 51, '003e74', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 51, 'bf72aa', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 52, 'symbol_capsbig_part2.gif', 'symbol_capsbig_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 52, '003461', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 52, '995b88', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 53, 'symbol_capssmall_part2.gif', 'symbol_capssmall_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 53, '002a4f', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 53, '734566', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 54, 'symbol_cloud.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 54, '00213e', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 54, '4c2d44', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 55, 'symbol_crown_part2.gif', 'symbol_crown_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 55, '9844e7', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 55, 'f334bf', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 56, 'symbol_diamsmall2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 56, '8c3fd5', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 56, 'da2fac', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 57, 'symbol_diamsmall.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 57, '7e39c0', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 57, 'b6278f', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 58, 'symbol_drop.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 58, '7132ab', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 58, '921f73', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 59, 'symbol_fingersheavy.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 59, '632c96', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 59, '6e1756', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 60, 'symbol_fingersv.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 60, '552682', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 60, '480f39', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 61, 'symbol_gtr_part2.gif', 'symbol_gtr_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 61, '48206d', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 61, 'ff2d2d', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 62, 'symbol_hat.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 62, '3a1a58', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 62, 'e52828', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 63, 'symbol_oval_part2.gif', 'symbol_oval_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 63, '2d1445', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 63, 'bf2222', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 64, 'symbol_pawprint.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 64, 'dea9ff', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 64, '991b1b', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 65, 'symbol_screw.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 65, 'cd9ceb', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 65, '731414', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 66, 'symbol_stickL_part2.gif', 'symbol_stickL_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 66, 'b98dd4', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 66, '4c0d0d', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 67, 'symbol_stickR_part2.gif', 'symbol_stickR_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 67, 'a57dbd', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 67, 'ffb579', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 68, 'symbol_alligator.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 68, '916ea6', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 68, 'e5a36d', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 69, 'symbol_americanfootball_part2.gif', 'symbol_americanfootball_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 69, '7c5f8f', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 69, 'bf885b', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 70, 'symbol_award_part2.gif', 'symbol_award_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 70, '685078', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 70, '996d49', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 71, 'symbol_bananapeel.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 71, '544061', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 71, '735237', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 72, 'symbol_battleball.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 72, '42324c', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 72, '4c3624', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 73, 'symbol_biohazard.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 73, 'ff98e3', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 73, 'ec7600', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 74, 'symbol_bird.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 74, 'eb8cd1', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 74, 'd46a00', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 75, 'symbol_bishop.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 75, 'd47ebd', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 75, 'b15800', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 76, 'symbol_coalion.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 76, 'bd71a8', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 76, '8e4700', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 77, 'symbol_cocoamug.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 77, 'a66394', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 77, '6a3500', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 78, 'symbol_dashflag.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 78, '8f557f', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 78, '462300', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 79, 'symbol_diamondring_part2.gif', 'symbol_diamondring_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 79, '78486b', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 79, 'ffd601', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 80, 'symbol_discoball_part2.gif', 'symbol_discoball_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 80, '613a56', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 80, 'e5c001', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 81, 'symbol_dog.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 81, '4c2d44', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 81, 'bfa001', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 82, 'symbol_electricguitarh_part2.gif', 'symbol_electricguitarh_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 82, 'f334bf', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 82, '998001', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 83, 'symbol_electricguitarv_part2.gif', 'symbol_electricguitarv_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 83, 'e030b0', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 83, '736100', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 84, 'symbol_film.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 84, 'ca2b9f', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 84, '4c4000', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 85, 'symbol_flame_part2.gif', 'symbol_flame_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 85, 'b4278e', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 85, 'c3aa6e', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 86, 'symbol_gamepad.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 86, '9e227c', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 86, 'af9963', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 87, 'symbol_gem1_part2.gif', 'symbol_gem1_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 87, '881d6b', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 87, '927f52', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 88, 'symbol_gem2_part2.gif', 'symbol_gem2_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 88, '72185a', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 88, '756642', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 89, 'symbol_gem3_part2.gif', 'symbol_gem3_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 89, '5c1449', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 89, '584d32', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 90, 'symbol_hawk.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 90, '480f39', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 90, '3a3321', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 91, 'symbol_hearts_down.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 91, 'ff2d2d', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 91, '977641', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 92, 'symbol_hearts_up.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 92, 'eb2929', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 92, '886a3a', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 93, 'symbol_horseshoe.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 93, 'd42525', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 93, '715831', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 94, 'symbol_inksplatter.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 94, 'bd2121', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 94, '5b4727', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 95, 'symbol_leaf.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 95, 'a61d1d', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 95, '44351d', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 96, 'symbol_micstand.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 96, '8f1919', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 96, '2d2313', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 97, 'symbol_mirror_part2.gif', 'symbol_mirror_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 97, '781515', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 97, 'c0c0c0', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 98, 'symbol_monkeywrench.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 98, '611111', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 98, 'acacac', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 99, 'symbol_note1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 99, '4c0d0d', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 99, '909090', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 100, 'ffb579', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 100, '737373', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 101, 'eba770', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 101, '575757', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 102, 'd49665', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 102, '393939', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 103, 'bd865a', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 103, '7a7a7a', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 104, 'a6764f', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 104, '6e6e6e', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 105, '8f6644', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 105, '5b5b5b', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 106, '785539', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 106, '494949', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 107, '61452e', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 107, '373737', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 108, '4c3624', '', '1');
+INSERT INTO `groups_items` VALUES ('color3', 108, '242424', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 109, 'ec7600', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 110, 'd96d00', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 111, 'c46200', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 112, 'af5700', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 113, '9a4d00', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 114, '844200', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 115, '6f3800', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 116, '5a2d00', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 117, '462300', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 118, 'ffd601', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 119, 'ebc501', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 120, 'd4b201', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 121, 'bd9f01', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 122, 'a68b01', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 123, '8f7801', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 124, '786500', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 125, '615100', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 126, '4c4000', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 127, 'c3aa6e', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 128, 'b49d65', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 129, 'a28d5b', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 130, '917e52', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 131, '7f6f48', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 132, '6d5f3e', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 133, '5c5034', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 134, '4a412a', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 135, '3a3321', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 136, '977641', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 137, '8b6d3c', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 138, '7e6236', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 139, '705730', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 140, '624d2a', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 141, '554224', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 142, '47381f', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 143, '392d19', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 144, '2d2313', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 145, 'c0c0c0', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 146, 'b1b1b1', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 147, 'a0a0a0', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 148, '8e8e8e', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 149, '7d7d7d', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 150, '6c6c6c', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 151, '5a5a5a', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 152, '494949', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 153, '393939', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 154, 'symbol_note2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 154, '7a7a7a', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 155, 'symbol_note3.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 155, '707070', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 156, 'symbol_nursecross.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 156, '656565', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 157, 'symbol_pencil_part2.gif', 'symbol_pencil_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 157, '5a5a5a', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 158, 'symbol_queen.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 158, '4f4f4f', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 159, 'symbol_rock.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 159, '444444', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 160, 'symbol_rook.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 160, '393939', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 161, 'symbol_skate.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('color2', 161, '2e2e2e', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 162, 'symbol_smallring_part2.gif', 'symbol_smallring_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('color2', 162, '242424', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 163, 'symbol_snowstorm_part2.gif', 'symbol_snowstorm_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 164, 'symbol_sphere.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 165, 'symbol_spraycan_part2.gif', 'symbol_spraycan_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 166, 'symbol_stars1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 167, 'symbol_stars2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 168, 'symbol_stars3.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 169, 'symbol_stars4.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 170, 'symbol_stars5.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 171, 'symbol_waterdrop_part2.gif', 'symbol_waterdrop_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 172, 'symbol_wolverine.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 173, 'symbol_0.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 174, 'symbol_1.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 175, 'symbol_2.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 176, 'symbol_3.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 177, 'symbol_4.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 178, 'symbol_5.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 179, 'symbol_6.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 180, 'symbol_7.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 181, 'symbol_8.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 182, 'symbol_9.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 183, 'symbol_a.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 184, 'symbol_b.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 185, 'symbol_c.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 186, 'symbol_d.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 187, 'symbol_e.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 188, 'symbol_f.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 189, 'symbol_g.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 190, 'symbol_h.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 191, 'symbol_i.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 192, 'symbol_j.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 193, 'symbol_k.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 194, 'symbol_l.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 195, 'symbol_m.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 196, 'symbol_n.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 197, 'symbol_o.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 198, 'symbol_p.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 199, 'symbol_q.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 200, 'symbol_r.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 201, 'symbol_s.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 202, 'symbol_t.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 203, 'symbol_u.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 204, 'symbol_v.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 205, 'symbol_w.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 206, 'symbol_x.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 207, 'symbol_y.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 208, 'symbol_z.gif', '', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 209, 'symbol_pixel_part2.gif', 'symbol_pixel_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 210, 'symbol_credit_part2.gif', 'symbol_credit_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 211, 'symbol_hc_part2.gif', 'symbol_hc_part1.gif', '1');
+INSERT INTO `groups_items` VALUES ('symbol', 212, 'symbol_vip_part2.gif', 'symbol_vip_part1.gif', '1');
+
+-- ----------------------------
+-- Table structure for guild_forum_views
+-- ----------------------------
+DROP TABLE IF EXISTS `guild_forum_views`;
+CREATE TABLE `guild_forum_views` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL,
+ `guild_id` int(0) NOT NULL,
+ `timestamp` int(0) NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for guilds
+-- ----------------------------
+DROP TABLE IF EXISTS `guilds`;
+CREATE TABLE `guilds` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL DEFAULT 0,
+ `name` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `description` varchar(250) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `room_id` int(0) NOT NULL DEFAULT 0,
+ `state` int(0) NOT NULL DEFAULT 0,
+ `rights` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `color_one` int(0) NOT NULL DEFAULT 0,
+ `color_two` int(0) NOT NULL DEFAULT 0,
+ `badge` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `date_created` int(0) NOT NULL,
+ `forum` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `read_forum` enum('EVERYONE','MEMBERS','ADMINS') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'EVERYONE',
+ `post_messages` enum('EVERYONE','MEMBERS','ADMINS','OWNER') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'EVERYONE',
+ `post_threads` enum('EVERYONE','MEMBERS','ADMINS','OWNER') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'EVERYONE',
+ `mod_forum` enum('ADMINS','OWNER') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'ADMINS',
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `id`(`id`) USING BTREE,
+ INDEX `data`(`room_id`, `user_id`) USING BTREE,
+ INDEX `name`(`name`) USING BTREE,
+ INDEX `description`(`description`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for guilds_elements
+-- ----------------------------
+DROP TABLE IF EXISTS `guilds_elements`;
+CREATE TABLE `guilds_elements` (
+ `id` int(0) NOT NULL,
+ `firstvalue` varchar(300) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `secondvalue` varchar(300) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `type` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ UNIQUE INDEX `id`(`id`, `type`) USING BTREE,
+ UNIQUE INDEX `data`(`id`, `type`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of guilds_elements
+-- ----------------------------
+INSERT INTO `guilds_elements` VALUES (1, 'ffffff', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (1, 'base_basic_1.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (1, 'ffd601', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (1, 'symbol_background_1.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (1, 'ffffff', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (2, 'e5e5e5', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (2, 'base_basic_2.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (2, 'ec7600', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (2, 'symbol_background_2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (2, 'ebebeb', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (3, 'bfbfbf', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (3, 'base_basic_3.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (3, '84de00', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (3, 'symbol_background_3_part2.gif', 'symbol_background_3_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (3, 'd4d4d4', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (4, '999999', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (4, 'base_basic_4.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (4, '589a00', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (4, 'symbol_ball_1_part2.gif', 'symbol_ball_1_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (4, 'bdbdbd', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (5, '737373', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (5, 'base_basic_5.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (5, '50c1fb', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (5, 'symbol_ball_2_part2.gif', 'symbol_ball_2_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (5, 'a6a6a6', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (6, '4c4c4c', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (6, 'base_advanced_1.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (6, '006fcf', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (6, 'symbol_bobba.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (6, '8f8f8f', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (7, '589a00', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (7, 'base_advanced_2.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (7, 'ff98e3', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (7, 'symbol_bomb_part2.gif', 'symbol_bomb_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (7, '787878', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (8, '4f8a00', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (8, 'base_advanced_3.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (8, 'f334bf', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (8, 'symbol_bow.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (8, '616161', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (9, '427300', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (9, 'base_advanced_4.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (9, 'ff2d2d', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (9, 'symbol_box_1.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (9, '4c4c4c', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (10, '355c00', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (10, 'base_gold_1_part2.gif', 'base_gold_1_part1.gif', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (10, 'af0a0a', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (10, 'symbol_box_2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (10, '589a00', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (11, '284500', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (11, 'base_gold_2_part2.gif', 'base_gold_2_part1.gif', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (11, 'ffffff', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (11, 'symbol_bunting_1.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (11, '518e00', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (12, '1a2e00', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (12, 'base_pin_part2.gif', 'base_pin_part1.gif', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (12, 'c0c0c0', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (12, 'symbol_bunting_2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (12, '498000', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (13, '84de00', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (13, 'base_gradient_1.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (13, '373737', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (13, 'symbol_butterfly_part2.gif', 'symbol_butterfly_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (13, '417200', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (14, '77c700', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (14, 'base_gradient_2.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (14, 'fbe7ac', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (14, 'symbol_cowskull_part2.gif', 'symbol_cowskull_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (14, '396400', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (15, '63a600', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (15, 'base_circles_1.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (15, '977641', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (15, 'symbol_cross.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (15, '315600', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (16, '4f8500', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (16, 'base_circles_2.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (16, 'c2eaff', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (16, 'symbol_diamond.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (16, '294800', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (17, '3c6400', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (17, 'base_ornament_1_part2.gif', 'base_ornament_1_part1.gif', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (17, 'fff165', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (17, 'symbol_diploma_part2.gif', 'symbol_diploma_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (17, '213b00', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (18, '274200', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (18, 'base_ornament_2_part2.gif', 'base_ornament_2_part1.gif', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (18, 'aaff7d', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (18, 'symbol_eyeball_part2.gif', 'symbol_eyeball_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (18, '1a2e00', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (19, 'c2eaff', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (19, 'base_misc_1_part2.gif', 'base_misc_1_part1.gif', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (19, '87e6c8', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (19, 'symbol_fist.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (19, '84de00', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (20, 'aed2e5', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (20, 'base_misc_2.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (20, '9844e7', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (20, 'symbol_flame_1.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (20, '7acd00', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (21, '91afbf', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (21, 'base_beams_part2.gif', 'base_beams_part1.gif', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (21, 'dea9ff', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (21, 'symbol_flame_2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (21, '6eb900', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (22, '748c99', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (22, 'base_ring.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (22, 'ffb579', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (22, 'symbol_flash.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (22, '62a500', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (23, '576a73', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (23, 'base_simplestar_part2.gif', 'base_simplestar_part1.gif', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (23, 'c3aa6e', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (23, 'symbol_flower_1_part2.gif', 'symbol_flower_1_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (23, '569100', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (24, '3a464c', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (24, 'base_spiral.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (24, '7a7a7a', '', 'base_color', '1');
+INSERT INTO `guilds_elements` VALUES (24, 'symbol_flower_2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (24, '4a7c00', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (25, '50c1fb', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (25, 'base_book.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (25, 'symbol_flower_3.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (25, '3e6800', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (26, '48ade1', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (26, 'base_egg.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (26, 'symbol_flower_4.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (26, '325400', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (27, '3c91bc', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (27, 'base_ornament.gif', '', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (27, 'symbol_football.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (27, '274200', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (28, '307497', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (28, 'base_shield_part2.gif', 'base_shield_part1.gif', 'base', '1');
+INSERT INTO `guilds_elements` VALUES (28, 'symbol_heart_1_part2.gif', 'symbol_heart_1_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (28, 'c2eaff', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (29, '245771', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (29, 'symbol_heart_2_part2.gif', 'symbol_heart_2_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (29, 'b3d8eb', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (30, '183a4b', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (30, 'symbol_jingjang_part2.gif', 'symbol_jingjang_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (30, 'a1c3d4', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (31, '006fcf', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (31, 'symbol_lips_part2.gif', 'symbol_lips_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (31, '90adbd', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (32, '0064ba', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (32, 'symbol_note.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (32, '7e98a6', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (33, '00539b', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (33, 'symbol_peace.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (33, '6d838f', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (34, '00437c', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (34, 'symbol_planet_part2.gif', 'symbol_planet_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (34, '5b6e78', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (35, '00325d', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (35, 'symbol_rainbow_part2.gif', 'symbol_rainbow_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (35, '4a5961', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (36, '00213e', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (36, 'symbol_rosete.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (36, '3a464c', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (37, '9844e7', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (37, 'symbol_shape.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (37, '50c1fb', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (38, '893dcf', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (38, 'symbol_star_1.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (38, '4ab2e7', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (39, '7233ad', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (39, 'symbol_star_2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (39, '43a0d1', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (40, '5b298b', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (40, 'symbol_sword_1_part2.gif', 'symbol_sword_1_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (40, '3b8fba', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (41, '451f68', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (41, 'symbol_sword_2_part2.gif', 'symbol_sword_2_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (41, '347ea3', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (42, '2d1445', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (42, 'symbol_sword_3_part2.gif', 'symbol_sword_3_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (42, '2d6c8d', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (43, 'dea9ff', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (43, 'symbol_wings_1.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (43, '265b76', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (44, 'c798e5', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (44, 'symbol_wings_2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (44, '1e495f', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (45, 'a67fbf', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (45, 'symbol_arrow_down.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (45, '183a4b', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (46, '856599', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (46, 'symbol_arrow_left.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (46, '006fcf', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (47, '644c73', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (47, 'symbol_arrow_right.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (47, '0066bf', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (48, '42324c', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (48, 'symbol_arrow_up.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (48, '005cac', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (49, 'ff98e3', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (49, 'symbol_arrowbig_up.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (49, '005299', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (50, 'e589cc', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (50, 'symbol_axe_part2.gif', 'symbol_axe_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (50, '004887', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (51, 'bf72aa', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (51, 'symbol_bug_part2.gif', 'symbol_bug_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (51, '003e74', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (52, '995b88', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (52, 'symbol_capsbig_part2.gif', 'symbol_capsbig_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (52, '003461', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (53, '734566', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (53, 'symbol_capssmall_part2.gif', 'symbol_capssmall_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (53, '002a4f', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (54, '4c2d44', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (54, 'symbol_cloud.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (54, '00213e', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (55, 'f334bf', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (55, 'symbol_crown_part2.gif', 'symbol_crown_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (55, '9844e7', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (56, 'da2fac', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (56, 'symbol_diamsmall2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (56, '8c3fd5', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (57, 'b6278f', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (57, 'symbol_diamsmall.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (57, '7e39c0', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (58, '921f73', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (58, 'symbol_drop.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (58, '7132ab', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (59, '6e1756', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (59, 'symbol_fingersheavy.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (59, '632c96', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (60, '480f39', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (60, 'symbol_fingersv.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (60, '552682', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (61, 'ff2d2d', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (61, 'symbol_gtr_part2.gif', 'symbol_gtr_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (61, '48206d', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (62, 'e52828', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (62, 'symbol_hat.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (62, '3a1a58', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (63, 'bf2222', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (63, 'symbol_oval_part2.gif', 'symbol_oval_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (63, '2d1445', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (64, '991b1b', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (64, 'symbol_pawprint.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (64, 'dea9ff', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (65, '731414', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (65, 'symbol_screw.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (65, 'cd9ceb', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (66, '4c0d0d', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (66, 'symbol_stickL_part2.gif', 'symbol_stickL_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (66, 'b98dd4', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (67, 'ffb579', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (67, 'symbol_stickR_part2.gif', 'symbol_stickR_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (67, 'a57dbd', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (68, 'e5a36d', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (68, 'symbol_alligator.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (68, '916ea6', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (69, 'bf885b', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (69, 'symbol_americanfootball_part2.gif', 'symbol_americanfootball_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (69, '7c5f8f', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (70, '996d49', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (70, 'symbol_award_part2.gif', 'symbol_award_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (70, '685078', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (71, '735237', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (71, 'symbol_bananapeel.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (71, '544061', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (72, '4c3624', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (72, 'symbol_battleball.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (72, '42324c', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (73, 'ec7600', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (73, 'symbol_biohazard.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (73, 'ff98e3', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (74, 'd46a00', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (74, 'symbol_bird.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (74, 'eb8cd1', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (75, 'b15800', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (75, 'symbol_bishop.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (75, 'd47ebd', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (76, '8e4700', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (76, 'symbol_coalion.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (76, 'bd71a8', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (77, '6a3500', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (77, 'symbol_cocoamug.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (77, 'a66394', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (78, '462300', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (78, 'symbol_dashflag.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (78, '8f557f', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (79, 'ffd601', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (79, 'symbol_diamondring_part2.gif', 'symbol_diamondring_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (79, '78486b', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (80, 'e5c001', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (80, 'symbol_discoball_part2.gif', 'symbol_discoball_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (80, '613a56', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (81, 'bfa001', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (81, 'symbol_dog.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (81, '4c2d44', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (82, '998001', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (82, 'symbol_electricguitarh_part2.gif', 'symbol_electricguitarh_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (82, 'f334bf', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (83, '736100', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (83, 'symbol_electricguitarv_part2.gif', 'symbol_electricguitarv_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (83, 'e030b0', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (84, '4c4000', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (84, 'symbol_film.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (84, 'ca2b9f', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (85, 'c3aa6e', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (85, 'symbol_flame_part2.gif', 'symbol_flame_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (85, 'b4278e', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (86, 'af9963', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (86, 'symbol_gamepad.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (86, '9e227c', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (87, '927f52', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (87, 'symbol_gem1_part2.gif', 'symbol_gem1_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (87, '881d6b', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (88, '756642', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (88, 'symbol_gem2_part2.gif', 'symbol_gem2_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (88, '72185a', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (89, '584d32', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (89, 'symbol_gem3_part2.gif', 'symbol_gem3_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (89, '5c1449', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (90, '3a3321', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (90, 'symbol_hawk.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (90, '480f39', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (91, '977641', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (91, 'symbol_hearts_down.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (91, 'ff2d2d', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (92, '886a3a', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (92, 'symbol_hearts_up.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (92, 'eb2929', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (93, '715831', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (93, 'symbol_horseshoe.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (93, 'd42525', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (94, '5b4727', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (94, 'symbol_inksplatter.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (94, 'bd2121', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (95, '44351d', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (95, 'symbol_leaf.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (95, 'a61d1d', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (96, '2d2313', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (96, 'symbol_micstand.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (96, '8f1919', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (97, 'c0c0c0', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (97, 'symbol_mirror_part2.gif', 'symbol_mirror_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (97, '781515', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (98, 'acacac', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (98, 'symbol_monkeywrench.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (98, '611111', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (99, '909090', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (99, 'symbol_note1.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (99, '4c0d0d', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (100, '737373', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (100, 'ffb579', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (101, '575757', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (101, 'eba770', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (102, '393939', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (102, 'd49665', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (103, '7a7a7a', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (103, 'bd865a', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (104, '6e6e6e', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (104, 'a6764f', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (105, '5b5b5b', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (105, '8f6644', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (106, '494949', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (106, '785539', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (107, '373737', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (107, '61452e', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (108, '242424', '', 'background_color', '1');
+INSERT INTO `guilds_elements` VALUES (108, '4c3624', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (109, 'ec7600', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (110, 'd96d00', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (111, 'c46200', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (112, 'af5700', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (113, '9a4d00', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (114, '844200', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (115, '6f3800', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (116, '5a2d00', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (117, '462300', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (118, 'ffd601', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (119, 'ebc501', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (120, 'd4b201', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (121, 'bd9f01', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (122, 'a68b01', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (123, '8f7801', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (124, '786500', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (125, '615100', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (126, '4c4000', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (127, 'c3aa6e', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (128, 'b49d65', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (129, 'a28d5b', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (130, '917e52', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (131, '7f6f48', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (132, '6d5f3e', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (133, '5c5034', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (134, '4a412a', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (135, '3a3321', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (136, '977641', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (137, '8b6d3c', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (138, '7e6236', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (139, '705730', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (140, '624d2a', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (141, '554224', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (142, '47381f', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (143, '392d19', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (144, '2d2313', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (145, 'c0c0c0', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (146, 'b1b1b1', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (147, 'a0a0a0', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (148, '8e8e8e', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (149, '7d7d7d', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (150, '6c6c6c', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (151, '5a5a5a', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (152, '494949', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (153, '393939', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (154, 'symbol_note2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (154, '7a7a7a', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (155, 'symbol_note3.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (155, '707070', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (156, 'symbol_nursecross.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (156, '656565', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (157, 'symbol_pencil_part2.gif', 'symbol_pencil_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (157, '5a5a5a', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (158, 'symbol_queen.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (158, '4f4f4f', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (159, 'symbol_rock.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (159, '444444', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (160, 'symbol_rook.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (160, '393939', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (161, 'symbol_skate.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (161, '2e2e2e', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (162, 'symbol_smallring_part2.gif', 'symbol_smallring_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (162, '242424', '', 'symbol_color', '1');
+INSERT INTO `guilds_elements` VALUES (163, 'symbol_snowstorm_part2.gif', 'symbol_snowstorm_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (164, 'symbol_sphere.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (165, 'symbol_spraycan_part2.gif', 'symbol_spraycan_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (166, 'symbol_stars1.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (167, 'symbol_stars2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (168, 'symbol_stars3.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (169, 'symbol_stars4.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (170, 'symbol_stars5.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (171, 'symbol_waterdrop_part2.gif', 'symbol_waterdrop_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (172, 'symbol_wolverine.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (173, 'symbol_0.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (174, 'symbol_1.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (175, 'symbol_2.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (176, 'symbol_3.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (177, 'symbol_4.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (178, 'symbol_5.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (179, 'symbol_6.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (180, 'symbol_7.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (181, 'symbol_8.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (182, 'symbol_9.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (183, 'symbol_a.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (184, 'symbol_b.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (185, 'symbol_c.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (186, 'symbol_d.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (187, 'symbol_e.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (188, 'symbol_f.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (189, 'symbol_g.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (190, 'symbol_h.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (191, 'symbol_i.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (192, 'symbol_j.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (193, 'symbol_k.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (194, 'symbol_l.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (195, 'symbol_m.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (196, 'symbol_n.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (197, 'symbol_o.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (198, 'symbol_p.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (199, 'symbol_q.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (200, 'symbol_r.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (201, 'symbol_s.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (202, 'symbol_t.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (203, 'symbol_u.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (204, 'symbol_v.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (205, 'symbol_w.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (206, 'symbol_x.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (207, 'symbol_y.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (208, 'symbol_z.gif', '', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (209, 'symbol_pixel_part2.gif', 'symbol_pixel_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (210, 'symbol_credit_part2.gif', 'symbol_credit_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (211, 'symbol_hc_part2.gif', 'symbol_hc_part1.gif', 'symbol', '1');
+INSERT INTO `guilds_elements` VALUES (212, 'symbol_vip_part2.gif', 'symbol_vip_part1.gif', 'symbol', '1');
+
+-- ----------------------------
+-- Table structure for guilds_forums_comments
+-- ----------------------------
+DROP TABLE IF EXISTS `guilds_forums_comments`;
+CREATE TABLE `guilds_forums_comments` (
+ `id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
+ `thread_id` int(0) NOT NULL DEFAULT 0,
+ `user_id` int(0) NOT NULL DEFAULT 0,
+ `message` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ `created_at` int(0) NOT NULL DEFAULT 0,
+ `state` int(0) NOT NULL DEFAULT 0,
+ `admin_id` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `id`(`id`) USING BTREE,
+ INDEX `thread_data`(`thread_id`, `user_id`, `created_at`, `state`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_bin ROW_FORMAT = Compact;
+
+-- ----------------------------
+-- Table structure for guilds_forums_threads
+-- ----------------------------
+DROP TABLE IF EXISTS `guilds_forums_threads`;
+CREATE TABLE `guilds_forums_threads` (
+ `id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
+ `guild_id` int(0) NULL DEFAULT 0,
+ `opener_id` int(0) NULL DEFAULT 0,
+ `subject` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT '',
+ `posts_count` int(0) NULL DEFAULT 0,
+ `created_at` int(0) NULL DEFAULT 0,
+ `updated_at` int(0) NULL DEFAULT 0,
+ `state` int(0) NULL DEFAULT 0,
+ `pinned` tinyint(0) NULL DEFAULT 0,
+ `locked` tinyint(0) NULL DEFAULT 0,
+ `admin_id` int(0) NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_bin ROW_FORMAT = Compact;
+
+-- ----------------------------
+-- Table structure for guilds_members
+-- ----------------------------
+DROP TABLE IF EXISTS `guilds_members`;
+CREATE TABLE `guilds_members` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `guild_id` int(0) NOT NULL DEFAULT 0,
+ `user_id` int(0) NOT NULL DEFAULT 0,
+ `level_id` int(0) NOT NULL DEFAULT 0,
+ `member_since` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `id`(`id`) USING BTREE,
+ INDEX `user_id`(`user_id`) USING BTREE,
+ INDEX `guild_id`(`guild_id`) USING BTREE,
+ INDEX `userdata`(`user_id`, `guild_id`) USING BTREE,
+ INDEX `level_id`(`level_id`) USING BTREE,
+ INDEX `member_since`(`member_since`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 34 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for hotelview_news
+-- ----------------------------
+DROP TABLE IF EXISTS `hotelview_news`;
+CREATE TABLE `hotelview_news` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `title` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `text` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `button_text` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `button_type` enum('client','web') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'web',
+ `button_link` varchar(200) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `image` varchar(200) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of hotelview_news
+-- ----------------------------
+INSERT INTO `hotelview_news` VALUES (1, 'Open Your Summer Calendar!', 'Between the 1st and 31st od July, every day you will recive a free gift from your Summer Calendar. Open yours Now!', 'Open it!', 'client', 'openView/calendar', 'web_promo_small/spromo_h20_calrew.png');
+
+-- ----------------------------
+-- Table structure for items
+-- ----------------------------
+DROP TABLE IF EXISTS `items`;
+CREATE TABLE `items` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL DEFAULT 0,
+ `room_id` int(0) NOT NULL DEFAULT 0,
+ `item_id` int(0) NULL DEFAULT 0,
+ `wall_pos` varchar(20) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `x` int(0) NOT NULL DEFAULT 0,
+ `y` int(0) NOT NULL DEFAULT 0,
+ `z` double(10, 6) NOT NULL DEFAULT 0.000000,
+ `rot` int(0) NOT NULL DEFAULT 0,
+ `extra_data` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `wired_data` varchar(10000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `limited_data` varchar(10) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0:0',
+ `guild_id` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `room_id`(`user_id`, `room_id`) USING BTREE,
+ INDEX `itemsdata`(`room_id`, `item_id`) USING BTREE,
+ INDEX `user_id`(`user_id`) USING BTREE,
+ INDEX `extra_data`(`extra_data`) USING BTREE,
+ INDEX `wired_data`(`wired_data`(3072)) USING BTREE,
+ INDEX `id`(`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 336 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of items
+-- ----------------------------
+INSERT INTO `items` VALUES (1, 1, 50, 11349, '', 3, 12, 0.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (2, 1, 50, 11349, '', 3, 8, 0.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (3, 1, 50, 11349, '', 4, 1, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (4, 1, 50, 11349, '', 4, 2, 1.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (5, 1, 50, 11349, '', 8, 1, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (6, 1, 50, 11349, '', 10, 1, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (7, 1, 50, 11336, '', 6, 1, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (8, 1, 50, 11336, '', 4, 4, 1.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (9, 1, 50, 11336, '', 3, 14, 0.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (10, 1, 50, 11336, '', 3, 10, 0.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (11, 1, 50, 11333, '', 7, 12, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (12, 1, 50, 11333, '', 7, 14, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (13, 1, 50, 11333, '', 5, 14, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (14, 1, 50, 11333, '', 5, 12, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (15, 1, 50, 11333, '', 5, 10, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (16, 1, 50, 11333, '', 5, 8, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (17, 1, 50, 11333, '', 7, 8, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (18, 1, 50, 11333, '', 9, 8, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (19, 1, 50, 11333, '', 11, 14, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (20, 1, 50, 11333, '', 11, 12, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (21, 1, 50, 11333, '', 11, 10, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (22, 1, 50, 11333, '', 11, 8, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (23, 1, 50, 11333, '', 8, 1, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (24, 1, 50, 11333, '', 6, 3, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (25, 1, 50, 11333, '', 8, 3, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (26, 1, 50, 11333, '', 6, 1, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (27, 1, 50, 11333, '', 10, 1, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (28, 1, 50, 11333, '', 10, 3, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (29, 1, 50, 11333, '', 4, 3, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (30, 1, 50, 11333, '', 4, 5, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (31, 1, 50, 11333, '', 6, 5, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (32, 1, 50, 11333, '', 4, 1, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (33, 1, 50, 11333, '', 8, 5, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (34, 1, 50, 11333, '', 10, 5, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (35, 1, 50, 11333, '', 7, 10, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (36, 1, 50, 11333, '', 9, 14, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (37, 1, 50, 11333, '', 9, 12, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (38, 1, 50, 11333, '', 9, 10, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (39, 1, 50, 11333, '', 3, 8, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (40, 1, 50, 11333, '', 3, 10, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (41, 1, 50, 11333, '', 3, 12, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (42, 1, 50, 11333, '', 3, 14, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (43, 1, 50, 11337, '', 10, 2, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (44, 1, 50, 11335, '', 4, 8, 0.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (45, 1, 50, 11335, '', 9, 2, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (46, 1, 50, 11346, '', 4, 12, 0.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (47, 1, 50, 11346, '', 5, 2, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (48, 1, 50, 11342, '', 11, 3, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (49, 1, 50, 11342, '', 8, 13, 0.150000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (50, 1, 50, 11331, '', 11, 6, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (51, 1, 50, 11331, '', 6, 9, 0.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (52, 1, 50, 11331, '', 10, 9, 0.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (53, 1, 50, 11331, '', 9, 2, 1.050001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (54, 1, 50, 11350, '', 7, 12, 0.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (55, 1, 50, 11350, '', 7, 9, 0.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (56, 1, 50, 11350, '', 7, 3, 1.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (57, 1, 50, 11350, '', 8, 9, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (58, 1, 50, 11350, '', 8, 12, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (59, 1, 50, 11348, '', 10, 11, 0.050000, 6, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (60, 1, 50, 11348, '', 6, 11, 0.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (61, 1, 50, 11343, '', 8, 6, 1.050001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (62, 1, 50, 11339, '', 12, 8, 0.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (63, 1, 50, 11344, '', 12, 11, 0.050000, 6, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (64, 1, 50, 11344, '', 8, 11, 0.150001, 6, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (65, 1, 50, 11341, '', 12, 11, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (66, 1, 50, 11341, '', 10, 14, 1.400000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (67, 1, 50, 11340, '', 8, 12, 1.150001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (68, 1, 50, 11340, '', 9, 9, 1.400000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (69, 1, 50, 11332, '', 9, 9, 0.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (70, 1, 50, 11332, '', 10, 14, 0.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (71, 1, 50, 11347, '', 7, 3, 1.150000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (72, 1, 50, 11338, '', 8, 6, 1.050000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (73, 1, 50, 11338, '', 8, 11, 0.150000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (74, 1, 50, 11334, '', 6, 14, 0.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (75, 1, 50, 11334, '', 8, 9, 0.150000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (76, 1, 51, 11368, '', 7, 2, 1.010000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (77, 1, 51, 11368, '', 1, 5, 1.000000, 2, '2', '', '0:0', 0);
+INSERT INTO `items` VALUES (78, 1, 51, 11368, '', 1, 3, 1.000000, 2, '3', '', '0:0', 0);
+INSERT INTO `items` VALUES (79, 1, 51, 11368, '', 1, 1, 1.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (80, 1, 51, 11368, '', 2, 1, 1.000000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (81, 1, 51, 11368, '', 4, 1, 1.000000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (82, 1, 51, 11368, '', 6, 1, 1.000000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (83, 1, 51, 11368, '', 8, 1, 1.000000, 4, '8', '', '0:0', 0);
+INSERT INTO `items` VALUES (84, 1, 51, 11368, '', 10, 1, 1.000000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (85, 1, 51, 11368, '', 12, 1, 1.000000, 4, '6', '', '0:0', 0);
+INSERT INTO `items` VALUES (86, 1, 51, 11372, '', 8, 4, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (87, 1, 51, 11372, '', 10, 2, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (88, 1, 51, 11372, '', 12, 2, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (89, 1, 51, 11372, '', 12, 4, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (90, 1, 51, 11372, '', 12, 6, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (91, 1, 51, 11372, '', 10, 4, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (92, 1, 51, 11372, '', 6, 2, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (93, 1, 51, 11372, '', 10, 6, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (94, 1, 51, 11372, '', 2, 2, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (95, 1, 51, 11372, '', 4, 2, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (96, 1, 51, 11372, '', 2, 4, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (97, 1, 51, 11372, '', 2, 6, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (98, 1, 51, 11372, '', 4, 6, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (99, 1, 51, 11372, '', 4, 4, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (100, 1, 51, 11372, '', 6, 6, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (101, 1, 51, 11372, '', 8, 6, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (102, 1, 51, 11372, '', 6, 4, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (103, 1, 51, 11372, '', 8, 2, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (104, 1, 51, 11372, '', 10, 8, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (105, 1, 51, 11372, '', 8, 8, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (106, 1, 51, 11372, '', 6, 8, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (107, 1, 51, 11374, '', 10, 13, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (108, 1, 51, 11374, '', 8, 13, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (109, 1, 51, 11374, '', 10, 10, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (110, 1, 51, 11374, '', 8, 10, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (111, 1, 51, 11374, '', 7, 13, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (112, 1, 51, 11374, '', 6, 10, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (113, 1, 51, 11379, '', 8, 9, 1.010000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (114, 1, 51, 11379, '', 6, 9, 1.010000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (115, 1, 51, 11379, '', 6, 10, 1.000000, 6, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (116, 1, 51, 11395, '', 10, 9, 1.010000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (117, 1, 51, 11395, '', 11, 9, 1.010000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (118, 1, 51, 11395, '', 13, 6, 1.010000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (119, 1, 51, 11395, '', 13, 5, 1.010000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (120, 1, 51, 11387, '', 2, 4, 1.060000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (121, 1, 51, 11387, '', 9, 7, 1.010000, 6, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (122, 1, 51, 11372, '', 6, 14, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (123, 1, 51, 11375, '', 11, 2, 1.010000, 2, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (124, 1, 51, 11375, '', 8, 2, 2.010000, 0, '2', '', '0:0', 0);
+INSERT INTO `items` VALUES (125, 1, 51, 11377, '', 10, 2, 1.010000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (126, 1, 51, 11377, '', 2, 2, 1.010000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (127, 1, 51, 11377, '', 6, 13, 1.000000, 0, '4', '', '0:0', 0);
+INSERT INTO `items` VALUES (128, 1, 51, 11370, '', 6, 15, 1.010000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (129, 1, 51, 11370, '', 7, 4, 1.010000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (130, 1, 51, 11382, '', 7, 4, 1.000000, 0, '2', '', '0:0', 0);
+INSERT INTO `items` VALUES (131, 1, 51, 11382, '', 6, 13, 1.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (132, 1, 51, 11380, '', 2, 2, 1.100000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (133, 1, 51, 11380, '', 8, 2, 1.010000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (134, 1, 51, 11391, '', 6, 7, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (135, 1, 51, 11394, '', 3, 2, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (136, 1, 51, 11393, '', 10, 10, 1.050000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (137, 1, 51, 11393, '', 2, 6, 1.010000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (138, 1, 51, 11393, '', 2, 6, 1.000000, 6, '3', '', '0:0', 0);
+INSERT INTO `items` VALUES (139, 1, 51, 11386, '', 12, 2, 1.010000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (140, 1, 51, 11386, '', 10, 2, 1.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (141, 1, 51, 11373, '', 12, 3, 2.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (142, 1, 51, 11373, '', 12, 2, 2.100000, 0, '2', '', '0:0', 0);
+INSERT INTO `items` VALUES (143, 1, 51, 11373, '', 10, 2, 2.100000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (144, 1, 51, 11392, '', 12, 2, 2.100000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (145, 1, 51, 11392, '', 7, 10, 3.800000, 6, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (146, 1, 51, 11374, '', 9, 2, 1.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (147, 1, 51, 11389, '', 10, 3, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (148, 1, 51, 11388, '', 9, 5, 1.010000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (149, 1, 51, 11385, '', 7, 14, 1.000000, 4, '2', '', '0:0', 0);
+INSERT INTO `items` VALUES (150, 1, 51, 11385, '', 2, 7, 1.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (151, 1, 51, 11385, '', 6, 15, 1.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (152, 1, 51, 11381, '', 2, 2, 2.100000, 0, '2', '', '0:0', 0);
+INSERT INTO `items` VALUES (153, 1, 51, 11381, '', 8, 4, 2.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (154, 1, 51, 11383, '', 8, 2, 2.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (155, 1, 51, 11376, '', 3, 2, 2.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (156, 1, 51, 11378, '', 7, 11, 1.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (157, 1, 51, 11383, '', 8, 3, 2.000000, 0, '2', '', '0:0', 0);
+INSERT INTO `items` VALUES (158, 1, 51, 11384, '', 7, 4, 2.290000, 0, '3', '', '0:0', 0);
+INSERT INTO `items` VALUES (159, 1, 51, 11371, '', 6, 8, 3.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (160, 1, 51, 11369, '', 6, 7, 3.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (161, 1, 51, 11369, '', 4, 2, 2.100000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (162, 1, 51, 11385, '', 10, 14, 1.050000, 4, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (163, 1, 51, 11390, '', 9, 15, 1.050000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (164, 1, 51, 11370, '', 6, 11, 1.000000, 2, '2', '', '0:0', 0);
+INSERT INTO `items` VALUES (165, 1, 51, 11374, '', 2, 4, 1.010000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (166, 1, 51, 11395, '', 2, 2, 1.000000, 0, '3', '', '0:0', 0);
+INSERT INTO `items` VALUES (167, 1, 51, 11395, '', 4, 2, 1.000000, 0, '3', '', '0:0', 0);
+INSERT INTO `items` VALUES (168, 1, 51, 11395, '', 3, 2, 1.000000, 0, '3', '', '0:0', 0);
+INSERT INTO `items` VALUES (169, 1, 52, 10786, '', 8, 1, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (170, 1, 52, 10786, '', 8, 3, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (171, 1, 52, 10786, '', 8, 5, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (172, 1, 52, 10788, '', 4, 1, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (173, 1, 52, 10788, '', 6, 1, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (174, 1, 52, 10788, '', 6, 3, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (175, 1, 52, 10788, '', 6, 5, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (176, 1, 52, 10788, '', 4, 5, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (177, 1, 52, 10788, '', 4, 3, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (178, 1, 52, 10793, '', 3, 1, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (179, 1, 52, 10793, '', 3, 3, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (180, 1, 52, 10793, '', 5, 1, 0.000001, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (181, 1, 52, 10793, '', 6, 1, 0.000000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (182, 1, 52, 10793, '', 3, 1, 0.000000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (183, 1, 52, 10793, '', 5, 7, 0.000000, 4, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (184, 1, 52, 10793, '', 3, 7, 0.000000, 4, '4', '', '0:0', 0);
+INSERT INTO `items` VALUES (185, 1, 52, 10793, '', 3, 5, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (186, 1, 52, 10819, '', 6, 2, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (187, 1, 52, 10796, '', 4, 3, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (188, 1, 52, 10797, '', 7, 5, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (189, 1, 52, 10795, '', 7, 6, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (190, 1, 52, 10794, '', 8, 6, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (191, 1, 52, 46830, ':w=8,0 l=2,29 r', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (192, 1, 52, 46830, ':w=6,0 l=1,29 r', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (193, 1, 52, 46830, ':w=4,0 l=0,28 r', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (194, 1, 52, 46830, ':w=2,2 l=16,28 l', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (195, 1, 52, 46830, ':w=2,4 l=15,29 l', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (196, 1, 52, 46830, ':w=2,6 l=14,29 l', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (197, 1, 52, 46830, ':w=2,7 l=16,28 l', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (198, 1, 52, 10793, '', 6, 7, 0.000000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (199, 1, 53, 10894, '', 7, 1, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (200, 1, 53, 10894, '', 5, 1, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (201, 1, 53, 10894, '', 3, 1, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (202, 1, 53, 10894, '', 7, 3, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (203, 1, 53, 10894, '', 5, 5, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (204, 1, 53, 10894, '', 3, 3, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (205, 1, 53, 10894, '', 3, 5, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (206, 1, 53, 10894, '', 5, 3, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (207, 1, 53, 10900, '', 3, 1, 0.000001, 2, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (208, 1, 53, 10900, '', 8, 1, 0.000001, 4, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (209, 1, 53, 10900, '', 3, 5, 0.000000, 2, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (210, 1, 53, 10927, '', 3, 3, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (211, 1, 53, 10927, '', 4, 1, 0.000001, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (212, 1, 53, 10927, '', 6, 1, 0.000001, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (213, 1, 53, 10887, '', 6, 2, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (214, 1, 53, 10880, '', 8, 2, 0.000001, 4, '2', '', '0:0', 0);
+INSERT INTO `items` VALUES (215, 1, 53, 10918, '', 6, 6, 0.000001, 2, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (216, 1, 53, 10918, '', 8, 4, 0.000001, 2, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (217, 1, 53, 10935, '', 5, 6, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (218, 1, 53, 10935, '', 7, 4, 0.000001, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (219, 1, 53, 10935, '', 8, 3, 0.000001, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (220, 1, 53, 10935, '', 6, 5, 0.000001, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (221, 1, 53, 10935, '', 5, 3, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (222, 1, 53, 10941, '', 4, 4, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (223, 1, 53, 3001, '', 4, 3, 0.000001, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (224, 1, 53, 3001, '', 4, 5, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (225, 1, 53, 2992, '', 3, 5, 5.700000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (226, 1, 53, 2992, '', 4, 1, 5.700000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (227, 1, 53, 2992, '', 8, 1, 5.700000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (228, 1, 53, 2992, '', 6, 1, 5.700000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (229, 1, 53, 2992, '', 3, 3, 5.700000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (230, 1, 53, 2992, '', 3, 1, 5.700000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (231, 1, 53, 2982, '', 5, 3, 0.000002, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (232, 1, 54, 5692, '', 3, 7, 0.100000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (233, 1, 54, 5698, '', 3, 4, 0.100000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (234, 1, 54, 5710, '', 6, 2, 0.100000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (235, 1, 54, 5716, '', 3, 1, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (236, 1, 54, 5716, '', 5, 1, 0.000000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (237, 1, 54, 5716, '', 3, 2, 0.100000, 6, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (238, 1, 54, 5707, '', 3, 8, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (239, 1, 54, 5707, '', 5, 8, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (240, 1, 54, 5707, '', 5, 6, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (241, 1, 54, 5707, '', 5, 4, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (242, 1, 54, 5707, '', 5, 2, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (243, 1, 54, 5707, '', 3, 6, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (244, 1, 54, 5707, '', 3, 4, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (245, 1, 54, 5707, '', 3, 2, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (246, 1, 54, 5703, '', 3, 1, 2.850000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (247, 1, 54, 5703, '', 5, 1, 4.050000, 3, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (248, 1, 54, 5703, '', 4, 1, 4.050000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (249, 1, 54, 5703, '', 3, 1, 4.050000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (250, 1, 54, 5703, '', 5, 2, 3.020000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (251, 1, 54, 5703, '', 4, 2, 3.020000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (252, 1, 54, 5703, '', 6, 1, 2.850000, 3, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (253, 1, 54, 5703, '', 3, 3, 2.950000, 3, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (254, 1, 54, 5703, '', 3, 2, 2.950000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (255, 1, 54, 5703, '', 5, 1, 2.850000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (256, 1, 54, 5703, '', 4, 1, 2.850000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (257, 1, 54, 5699, '', 5, 10, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (258, 1, 54, 5699, '', 7, 5, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (259, 1, 54, 5699, '', 7, 6, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (260, 1, 54, 5699, '', 7, 10, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (261, 1, 54, 5699, '', 6, 10, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (262, 1, 54, 10730, '', 4, 3, 0.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (263, 1, 54, 10743, '', 6, 6, 0.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (264, 1, 54, 10743, '', 7, 6, 0.100000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (265, 1, 54, 10743, '', 7, 10, 0.100000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (266, 1, 54, 10712, '', 3, 6, 0.100000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (267, 1, 54, 10712, '', 3, 9, 0.100000, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (268, 1, 54, 10738, '', 6, 10, 0.100000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (269, 1, 54, 10706, '', 7, 7, 0.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (270, 1, 54, 10706, '', 6, 7, 0.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (271, 1, 54, 10706, '', 6, 8, 0.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (272, 1, 54, 10706, '', 6, 9, 0.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (273, 1, 54, 10706, '', 7, 9, 0.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (274, 1, 54, 10706, '', 7, 8, 0.100000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (275, 1, 55, 9608, '', 4, 1, 4.000000, 2, '7', '', '0:0', 0);
+INSERT INTO `items` VALUES (276, 1, 55, 9608, '', 4, 1, 0.000000, 2, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (277, 1, 55, 9608, '', 4, 3, 0.000000, 2, '2', '', '0:0', 0);
+INSERT INTO `items` VALUES (278, 1, 55, 9608, '', 4, 5, 0.000000, 2, '4', '', '0:0', 0);
+INSERT INTO `items` VALUES (279, 1, 55, 9608, '', 4, 5, 4.000000, 2, '7', '', '0:0', 0);
+INSERT INTO `items` VALUES (280, 1, 55, 9608, '', 7, 1, 0.000001, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (281, 1, 55, 9595, '', 7, 2, 0.000001, 4, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (282, 1, 55, 9595, '', 6, 4, 0.000001, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (283, 1, 55, 9597, '', 4, 3, 4.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (284, 1, 55, 9626, '', 7, 5, 0.300001, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (285, 1, 55, 9626, '', 7, 4, 0.300001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (286, 1, 55, 9625, '', 7, 4, 0.000001, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (287, 1, 55, 9625, '', 6, 4, 0.000002, 2, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (288, 1, 55, 9625, '', 7, 2, 0.000002, 4, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (289, 1, 55, 9589, '', 7, 2, 0.900002, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (290, 1, 55, 9591, '', 6, 4, 0.900002, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (291, 1, 55, 9557, '', 8, 2, 0.900002, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (292, 1, 55, 9635, '', 8, 5, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (293, 1, 55, 9558, '', 6, 5, 0.900002, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (294, 1, 55, 9649, '', 5, 1, 0.000001, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (295, 1, 55, 6035, '', 5, 3, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (296, 1, 55, 6035, '', 5, 5, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (297, 1, 55, 6035, '', 7, 3, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (298, 1, 55, 6035, '', 5, 1, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (299, 1, 55, 6035, '', 7, 5, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (300, 1, 55, 6035, '', 7, 1, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (301, 1, 56, 4288, '', 3, 1, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (302, 1, 56, 4288, '', 3, 3, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (303, 1, 56, 4288, '', 5, 3, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (304, 1, 56, 4288, '', 5, 1, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (305, 1, 56, 4288, '', 7, 1, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (306, 1, 56, 4288, '', 7, 3, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (307, 1, 56, 4288, '', 9, 1, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (308, 1, 56, 4288, '', 9, 3, 0.000000, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (309, 1, 56, 6126, '', 9, 1, 0.000001, 4, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (310, 1, 56, 6129, '', 8, 2, 0.000001, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (311, 1, 56, 6112, '', 9, 1, 2.800001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (312, 1, 56, 6119, '', 9, 2, 0.000001, 6, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (313, 1, 56, 3893, '', 8, 2, 1.000001, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (314, 1, 56, 10754, '', 3, 1, 0.000000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (315, 1, 56, 10762, '', 4, 1, 0.000000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (316, 1, 56, 10763, '', 3, 3, 0.000001, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (317, 1, 56, 10755, '', 3, 3, 0.000002, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (318, 1, 56, 10759, '', 5, 1, 1.000000, 4, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (319, 1, 56, 10756, '', 3, 1, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (320, 1, 56, 10756, '', 4, 1, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (321, 1, 56, 10756, '', 5, 1, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (322, 1, 56, 10756, '', 6, 1, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (323, 1, 56, 10756, '', 7, 1, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (324, 1, 56, 10756, '', 3, 1, 0.000000, 6, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (325, 1, 56, 10753, '', 4, 4, 0.000002, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (326, 1, 56, 6123, '', 5, 4, 0.000001, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (327, 1, 56, 6102, '', 5, 3, 0.000001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (328, 1, 56, 44200, ':w=2,3 l=11,29 l', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (329, 1, 56, 44200, ':w=9,0 l=4,29 r', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (330, 1, 56, 4351, '', 4, 3, 0.000002, 0, '1', '', '0:0', 0);
+INSERT INTO `items` VALUES (331, 1, 56, 10764, '', 8, 3, 1.200001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (332, 1, 56, 4344, '', 10, 1, 2.800001, 0, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (333, 1, 56, 4331, '', 8, 3, 1.000001, 0, '3', '', '0:0', 0);
+INSERT INTO `items` VALUES (334, 1, 56, 8040, '', 9, 3, 0.000001, 2, '0', '', '0:0', 0);
+INSERT INTO `items` VALUES (335, 1, 56, 8064, '', 8, 1, 0.000001, 2, '0', '', '0:0', 0);
+
+-- ----------------------------
+-- Table structure for items_base
+-- ----------------------------
+DROP TABLE IF EXISTS `items_base`;
+CREATE TABLE `items_base` (
+ `id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
+ `sprite_id` int(0) NOT NULL DEFAULT 0,
+ `public_name` varchar(56) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `item_name` varchar(70) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `type` varchar(3) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 's',
+ `width` int(0) NOT NULL DEFAULT 1,
+ `length` int(0) NOT NULL DEFAULT 1,
+ `stack_height` double(4, 2) NOT NULL DEFAULT 0.00,
+ `allow_stack` tinyint(1) NOT NULL DEFAULT 1,
+ `allow_sit` tinyint(1) NOT NULL DEFAULT 0,
+ `allow_lay` tinyint(1) NOT NULL DEFAULT 0,
+ `allow_walk` tinyint(1) NOT NULL DEFAULT 0,
+ `allow_gift` tinyint(1) NOT NULL DEFAULT 1,
+ `allow_trade` tinyint(1) NOT NULL DEFAULT 1,
+ `allow_recycle` tinyint(1) NOT NULL DEFAULT 0,
+ `allow_marketplace_sell` tinyint(1) NOT NULL DEFAULT 0,
+ `allow_inventory_stack` tinyint(1) NOT NULL DEFAULT 1,
+ `interaction_type` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'default',
+ `interaction_modes_count` int(0) NOT NULL DEFAULT 1,
+ `vending_ids` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `multiheight` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `customparams` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `effect_id_male` int(0) NOT NULL DEFAULT 0,
+ `effect_id_female` int(0) NOT NULL DEFAULT 0,
+ `clothing_on_walk` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 599724 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of items_base
+-- ----------------------------
+INSERT INTO `items_base` VALUES (1, 1, 'post.it', 'post.it', 'i', 0, 0, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'postit', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2, 2, 'Heart stickies', 'post.it.vd', 'i', 0, 0, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'postit', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3, 3, 'photo', 'photo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4, 0, 'bot_generic', 'bot_generic', 'r', 0, 0, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5, 0, 'bot_bartender', 'bot_bartender', 'r', 0, 0, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6, 0, 'rentable_bot_visitor_log', 'rentable_bot_visitor_log', 'r', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7, 0, 'avatar_effect158', 'avatar_effect158', 'e', 0, 0, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '158', 158, 158, '');
+INSERT INTO `items_base` VALUES (8, 0, 'room_ad_plus_badge', 'room_ad_plus_badge', 'b', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'room_event', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (13, 13, 'Beige Bookcase', 'shelves_norja', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (14, 14, 'Bookcase', 'shelves_polyfon', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (15, 15, 'Bookcase', 'shelves_silo', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'intelligence_bookcase', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (17, 17, 'Small Coffee Table', 'table_polyfon_small', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (18, 18, 'Dining Chair', 'chair_polyfon', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (20, 20, 'Beige Coffee Table', 'table_norja_med', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (21, 21, 'Gray Coffee Table', 'table_silo_med', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (22, 22, 'table_plasto_4leg', 'table_plasto_4leg', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (23, 23, 'table_plasto_round', 'table_plasto_round', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (24, 24, 'table_plasto_bigsquare', 'table_plasto_bigsquare', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (25, 25, 'Z Shelf', 'stand_polyfon_z', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (26, 26, 'Gray Dining Chair', 'chair_silo', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (28, 28, 'Gray Sofa', 'sofa_silo', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (29, 29, 'Beige Bench', 'couch_norja', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (30, 30, 'Beige Chair', 'chair_norja', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (31, 31, 'Large Coffee Table', 'table_polyfon_med', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (32, 32, 'Doormat', 'doormat_love', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (33, 33, 'Doormat', 'doormat_plain', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (34, 34, 'Aquamarine Armchair', 'sofachair_polyfon', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (35, 35, 'Aquamarine Sofa', 'sofa_polyfon', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (36, 36, 'sofachair_silo', 'sofachair_silo', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (38, 38, 'chair_plasty', 'chair_plasty', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (39, 39, 'chair_plasto', 'chair_plasto', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40, 40, 'table_plasto_square', 'table_plasto_square', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41, 41, 'Aquamarine Double Bed', 'bed_polyfon', 's', 2, 3, 1.40, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42, 42, 'Aquamarine Single Bed', 'bed_polyfon_one', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43, 43, 'Plain Single Bed', 'bed_trad_one', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44, 44, 'Plain Double Bed', 'bed_trad', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45, 45, 'Single Bed', 'bed_silo_one', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46, 46, 'Double Bed', 'bed_silo_two', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (47, 47, 'Gray Occasional Table', 'table_silo_small', 's', 1, 1, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (48, 48, 'Double Bed', 'bed_armas_two', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (49, 49, 'Aquamarine Single Bed', 'bed_budget_one', 's', 1, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50, 50, 'Plain Double Bed', 'bed_budget', 's', 2, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (51, 51, 'Bookcase', 'shelves_armas', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (52, 52, 'Bench', 'bench_armas', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (53, 53, 'Dining Table', 'table_armas', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (54, 54, 'Occasional Table', 'small_table_armas', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (55, 55, 'Stool', 'small_chair_armas', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (56, 56, 'Fireplace', 'fireplace_armas', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (57, 57, 'Table Lamp', 'lamp_armas', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (58, 58, 'Single Bed', 'bed_armas_one', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (59, 59, 'Floor rug', 'carpet_standard', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (60, 60, 'Hand-Woven Rug', 'carpet_armas', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (61, 61, 'Faux-Fur Bear Rug', 'carpet_polar', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (62, 62, 'Fireplace', 'fireplace_polyfon', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (63, 63, 'Occasional Table', 'table_plasto_4leg*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (64, 64, 'Square Dining Table', 'table_plasto_bigsquare*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (65, 65, 'Round Dining Table', 'table_plasto_round*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (66, 66, 'Occasional Table', 'table_plasto_square*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (67, 67, 'Chair', 'chair_plasto*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (68, 68, 'Floor Rug', 'carpet_standard*1', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (69, 69, 'Doormat', 'doormat_plain*1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (70, 70, 'Occasional Table', 'table_plasto_4leg*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (71, 71, 'Square Dining Table', 'table_plasto_bigsquare*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (72, 72, 'Round Dining Table', 'table_plasto_round*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (73, 73, 'Occasional Table', 'table_plasto_square*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (74, 74, 'Chair', 'chair_plasto*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (75, 75, 'Doormat', 'doormat_plain*2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (76, 76, 'Floor Rug', 'carpet_standard*2', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (77, 77, 'Occasional Table', 'table_plasto_4leg*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (78, 78, 'Square Dining Table', 'table_plasto_bigsquare*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (79, 79, 'Round Dining Table', 'table_plasto_round*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (80, 80, 'Occasional Table', 'table_plasto_square*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (81, 81, 'Chair', 'chair_plasto*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (82, 82, 'Floor Rug', 'carpet_standard*3', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (83, 83, 'Doormat', 'doormat_plain*3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (84, 84, 'Square Dining Table', 'table_plasto_4leg*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (85, 85, 'Square Dining Table', 'table_plasto_bigsquare*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (86, 86, 'Round Dining Table', 'table_plasto_round*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (87, 87, 'Occasional Table', 'table_plasto_square*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (88, 88, 'Chair', 'chair_plasto*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (89, 89, 'Floor Rug', 'carpet_standard*4', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (90, 90, 'Doormat', 'doormat_plain*4', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (91, 91, 'Doormat', 'doormat_plain*6', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (93, 93, 'Doormat', 'doormat_plain*5', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (94, 94, 'Floor Rug', 'carpet_standard*5', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (95, 95, 'Occasional Table', 'table_plasto_4leg*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (96, 96, 'Square Dining Table', 'table_plasto_bigsquare*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (97, 97, 'Round Dining Table', 'table_plasto_round*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (98, 98, 'Occasional Table', 'table_plasto_square*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (99, 99, 'Chair', 'chair_plasto*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (100, 100, 'Occasional Table', 'table_plasto_4leg*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (101, 101, 'Square Dining Table', 'table_plasto_bigsquare*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (102, 102, 'Round Dining Table', 'table_plasto_round*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (103, 103, 'Occasional Table', 'table_plasto_square*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (104, 104, 'Chair', 'chair_plasto*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (105, 105, 'Occasional Table', 'table_plasto_4leg*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (106, 106, 'Square Dining Table', 'table_plasto_bigsquare*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (107, 107, 'Round Dining Table', 'table_plasto_round*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (108, 108, 'Occasional Table', 'table_plasto_square*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (109, 109, 'Chair', 'chair_plasto*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (110, 110, 'Occasional Table', 'table_plasto_4leg*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (111, 111, 'Square Dining Table', 'table_plasto_bigsquare*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (112, 112, 'Round Dining Table', 'table_plasto_round*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (113, 113, 'Occasional Table', 'table_plasto_square*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (114, 114, 'Chair', 'chair_plasto*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (115, 115, 'Occasional Table', 'table_plasto_4leg*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (116, 116, 'Square Dining Table', 'table_plasto_bigsquare*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (117, 117, 'Round Dining Table', 'table_plasto_round*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (118, 118, 'Occasional Table', 'table_plasto_square*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (119, 119, 'Chair', 'chair_plasto*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (120, 120, 'Floor Rug', 'carpet_standard*6', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (121, 121, 'Plastic Pod Chair', 'chair_plasty*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (122, 122, 'Pizza Box', 'pizza', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (123, 123, 'Empty Cans', 'drinks', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (124, 124, 'Plastic Pod Chair', 'chair_plasty*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (125, 125, 'Plastic Pod Chair', 'chair_plasty*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (126, 126, 'Plastic Pod Chair', 'chair_plasty*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (127, 127, 'Mini-bar', 'bar_polyfon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '6,5,2,1', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (128, 128, 'Aloe Vera', 'plant_cruddy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (129, 129, 'Empty Spinning Bottle', 'bottle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dice', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (130, 130, 'Aquamarine Bar', 'bardesk_polyfon', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (131, 131, 'Aquamarine Corner', 'bardeskcorner_polyfon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (132, 132, 'Floor Tile', 'floortile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (133, 133, 'Barrel Minibar', 'bar_armas', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '6,2,1', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (134, 134, 'Bar', 'bartable_armas', 's', 1, 3, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (135, 135, 'Barrel Stool', 'bar_chair_armas', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (136, 136, 'Soft Wool Rug', 'carpet_soft', 's', 2, 4, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (137, 137, 'Soft Wool Rug', 'carpet_soft*1', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (138, 138, 'Soft Wool Rug', 'carpet_soft*2', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (139, 139, 'Soft Wool Rug', 'carpet_soft*3', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (140, 140, 'Soft Wool Rug', 'carpet_soft*4', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (141, 141, 'Soft Wool Rug', 'carpet_soft*5', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (143, 143, 'Soft Wool Rug', 'carpet_soft*6', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (144, 144, 'Portable TV', 'red_tv', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (145, 145, 'Large TV', 'wood_tv', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (146, 146, 'Pink Faux-Fur Bear Rug', 'carpet_polar*1', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (147, 147, 'Plastic Pod Chair', 'chair_plasty*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (148, 148, 'Arctic Bear Rug', 'carpet_polar*2', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (149, 149, 'Faux-Fur Bear Rug', 'carpet_polar*3', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (150, 150, 'Faux-Fur Bear Rug', 'carpet_polar*4', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (151, 151, 'Plastic Pod Chair', 'chair_plasty*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (152, 152, 'Large Table', 'table_polyfon', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (153, 153, 'Large Dining Table', 'smooth_table_polyfon', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (154, 154, 'Pink Armchair', 'sofachair_polyfon_girl', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (155, 155, 'Pink Single Bed', 'bed_polyfon_girl_one', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (156, 156, 'Pink Double Bed', 'bed_polyfon_girl', 's', 2, 3, 1.40, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (157, 157, 'Pink Sofa', 'sofa_polyfon_girl', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (158, 158, 'White Single Bed', 'bed_budgetb_one', 's', 1, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (159, 159, 'Plain Double Bed', 'bed_budgetb', 's', 2, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (160, 160, 'Pineapple Plant', 'plant_pineapple', 's', 1, 1, 0.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (161, 161, 'Cherry Tree', 'plant_fruittree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (162, 162, 'Small Cactus', 'plant_small_cactus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (163, 163, 'Bonsai Tree', 'plant_bonsai', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (164, 164, 'Mature Cactus', 'plant_big_cactus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (165, 165, 'Yucca Plant', 'plant_yukka', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (166, 166, 'Floor Rug', 'carpet_standard*7', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (167, 167, 'Floor Rug', 'carpet_standard*8', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (168, 168, 'Floor Rug', 'carpet_standard*9', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (169, 169, 'Floor Rug', 'carpet_standard*10', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (170, 170, 'Floor Rug', 'carpet_standard*11', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (171, 171, 'Cut Sunflower', 'plant_sunflower', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1002', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (172, 172, 'Cut Roses', 'plant_rose', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1000', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (173, 173, 'Digital TV', 'tv_luxus', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (174, 174, 'Bubble Bath', 'bath', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (177, 177, 'sink', 'sink', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '100', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (178, 178, 'Blue Loo Seat', 'toilet', 's', 1, 1, 1.20, 1, 1, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (179, 179, 'Rubber Duck', 'duck', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (180, 180, 'Blue Floor Tiles', 'tile', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (181, 181, 'Pink Loo Seat', 'toilet_red', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (182, 182, 'Yellow Loo Seat', 'toilet_yell', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (183, 183, 'Pink Floor Tiles', 'tile_red', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (184, 184, 'Yellow Floor Tiles', 'tile_yell', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (185, 185, 'Gold Trophy', 'prize1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (186, 186, 'Silver Trophy', 'prize2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (187, 187, 'Gift', 'present_gen', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (188, 188, 'Gift', 'present_gen1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (189, 189, 'Gift', 'present_gen2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (190, 190, 'Gift', 'present_gen3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (191, 191, 'Gift', 'present_gen4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (192, 192, 'Gift', 'present_gen5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (193, 193, 'Gift', 'present_gen6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (195, 195, 'Pura Minibar', 'bar_basic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '6,2,5,1', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (196, 196, 'pura shelves', 'shelves_basic', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (197, 197, 'Beige Sofachair', 'soft_sofachair_norja', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (198, 198, 'Beige Sofa', 'soft_sofa_norja', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (199, 199, 'Pura lamp', 'lamp_basic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (200, 200, 'Lodge candle', 'lamp2_armas', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (201, 201, 'Pura Refrigerator', 'fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '3,5,6,2,4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (202, 202, 'Telephone Box', 'door', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (204, 204, 'Wardrobe', 'doorB', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (205, 205, 'Portaloo', 'doorC', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (206, 206, 'Pumpkin Lamp', 'pumpkin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (207, 207, 'Skull Candle Holder', 'skullcandle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (208, 208, 'Bloody Duck', 'deadduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (209, 209, 'Skeleduck', 'deadduck2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (210, 210, 'Gory Duck', 'deadduck3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (211, 211, 'menorah', 'menorah', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (212, 212, 'Holiday Pudding', 'pudding', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (213, 213, 'Joint of Ham', 'ham', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (214, 214, 'Roast turkey', 'turkey', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (215, 215, 'Christmas Duck', 'xmasduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (216, 216, 'Gingerbread House', 'house', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (217, 217, 'Electric Candles', 'triplecandle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (218, 218, 'Christmas tree 2', 'tree3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (219, 219, 'Christmas tree 1', 'tree4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (220, 220, 'Christmas tree 3', 'tree5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (223, 223, 'Eaten ham', 'ham2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (224, 224, 'White Candles', 'wcandleset', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (225, 225, 'Red Candles', 'rcandleset', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (226, 226, 'Cupid Statue', 'statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (227, 227, 'Giant Heart', 'heart', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (228, 228, 'Valentine\'s Duck', 'valeduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (229, 229, 'Heart Sofa', 'heartsofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (230, 230, 'throne', 'throne', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (231, 231, 'Russian Samovar', 'samovar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '1', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (232, 232, 'Vase of Flowers', 'giftflowers', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1019', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (233, 233, 'Habbo Cake', 'habbocake', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (234, 234, 'Holoboy', 'hologram', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (235, 235, 'Wannabe Duck', 'easterduck', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (236, 236, 'Squidgy Bunny', 'bunny', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (237, 237, 'Basket of eggs', 'basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (238, 238, 'Pop-Up Chicken', 'birdie', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (239, 239, 'Holodice', 'edice', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dice', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (243, 243, 'Bronze Trophy', 'prize3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (244, 244, 'Aquamarine Gate', 'divider_poly3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (245, 245, 'Corner Plinth', 'divider_arm1', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (246, 246, 'Room Divider', 'divider_arm2', 's', 2, 1, 1.19, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (247, 247, 'Gate (lockable)', 'divider_arm3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (248, 248, 'Beige Corner', 'divider_nor1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (249, 249, 'Gray Corner Shelf', 'divider_silo1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (250, 250, 'Beige Bar', 'divider_nor2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (251, 251, 'Screen', 'divider_silo2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (252, 252, 'Beige Gate', 'divider_nor3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (253, 253, 'Gray Gate', 'divider_silo3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (254, 254, 'Typewriter', 'typingmachine', 's', 1, 1, 0.50, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (260, 260, 'Dragon Egg', 'spyro', 's', 1, 1, 0.50, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (261, 261, 'Hologirl', 'redhologram', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (263, 263, 'camera', 'camera', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (264, 264, 'Poinsetta', 'joulutahti', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1023', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (265, 265, 'Pink Hyacinth', 'hyacinth1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1021', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (266, 266, 'Blue Hyacinth', 'hyacinth2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1022', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (267, 267, 'Club sofa', 'club_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (268, 268, 'Chair', 'chair_plasto*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (269, 269, 'Chair', 'chair_plasto*11', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (270, 270, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (271, 271, 'bardeskcorner_polyfon*11', 'bardeskcorner_polyfon*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (273, 273, 'Chair', 'chair_plasto*12', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (274, 274, 'Chair', 'chair_plasto*13', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (275, 275, 'HC chair', 'chair_plasto*14', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (276, 276, 'HC table', 'table_plasto_4leg*14', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (277, 277, 'Mochamaster', 'mocchamaster', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '9,8,14,15,6,10,11,12', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (278, 278, 'Basketball Court', 'carpet_legocourt', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (279, 279, 'Team Bench', 'bench_lego', 's', 4, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (280, 280, 'Basketball Trophy', 'legotrophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (283, 283, 'Holiday romance', 'valentinescreen', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (284, 284, 'Dicemaster', 'edicehc', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dice', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (285, 285, 'Petal Patch', 'rare_daffodil_rug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (286, 286, 'Royal Egyptian Lamp', 'rare_beehive_bulb', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (287, 287, 'Throne sofa', 'hcsohva', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (288, 288, 'Tubmaster', 'hcamme', 's', 1, 2, 0.60, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (289, 289, 'Green Parasol', 'rare_parasol*0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (290, 290, 'Golden Elephant', 'rare_elephant_statue', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (291, 291, 'Granite Fountain', 'rare_fountain', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (292, 292, 'rare_stand', 'rare_stand', 's', 1, 1, 1.70, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (293, 293, 'Habbo Globe', 'rare_globe', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (294, 294, 'rare_hammock', 'rare_hammock', 's', 1, 3, 1.57, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (295, 295, 'Silver Elephant', 'rare_elephant_statue*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (296, 296, 'Bronze Elephant', 'rare_elephant_statue*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (297, 297, 'Grey Fountain', 'rare_fountain*1', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (298, 298, 'Jade Birdbath', 'rare_fountain*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (299, 299, 'Blue Kimberlite Fountain', 'rare_fountain*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (300, 300, 'Red Amber Lamp', 'rare_beehive_bulb*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (301, 301, 'Yellow Amber Lamp', 'rare_beehive_bulb*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (302, 302, 'Santa and Elf', 'rare_xmas_screen', 's', 2, 1, 0.70, 1, 1, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (303, 303, 'Yellow Parasol', 'rare_parasol*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (304, 304, 'Orange Parasol', 'rare_parasol*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (305, 305, 'Violet Parasol', 'rare_parasol*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (420, 420, 'Norja-pehmojakkara', 'soft_jaggara_norja', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (428, 428, 'Eaten Gingerbread', 'house2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (449, 449, 'DJ Turntable', 'djesko_turntable', 's', 1, 1, 0.50, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (456, 456, 'Mountain dew sohva', 'md_sofa', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (457, 457, 'Habbo Cola Machine', 'md_limukaappi', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1001, 1001, '', 'Chess', 'i', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1011, 1011, '', 'TicTacToe', 'i', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1021, 1021, '', 'BattleShip', 'i', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1484, 1484, 'Occasional Table', 'table_plasto_4leg*10', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1486, 1486, 'Occasional Table', 'table_plasto_4leg*15', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1487, 1487, 'Square Dining Table', 'table_plasto_bigsquare*14', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1488, 1488, 'Square Dining Table', 'table_plasto_bigsquare*15', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1489, 1489, 'Round Dining Table', 'table_plasto_round*14', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1490, 1490, 'Round Dining Table', 'table_plasto_round*15', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1491, 1491, 'Occasional Table', 'table_plasto_square*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1492, 1492, 'Occasional Table', 'table_plasto_square*15', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1495, 1495, 'Chair', 'chair_plasto*15', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1496, 1496, 'Plastic Pod Chair', 'chair_plasty*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1497, 1497, 'Plastic Pod Chair', 'chair_plasty*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1498, 1498, 'Plastic Pod Chair', 'chair_plasty*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1499, 1499, 'Plastic Pod Chair', 'chair_plasty*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1500, 1500, 'Plastic Pod Chair', 'chair_plasty*11', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1501, 1501, 'Chair', 'chair_plasto*16', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1502, 1502, 'Occasional Table', 'table_plasto_4leg*16', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1503, 1503, 'Scoreboard', 'hockey_score', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'scoreboard', 100, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1504, 1504, 'Lert', 'hockey_light', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'alert', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1505, 1505, 'Imperial Teleport', 'doorD', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1506, 1506, 'Duck trophy', 'prizetrophy2*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1507, 1507, 'Globe trophy', 'prizetrophy3*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1508, 1508, 'Fish trophy', 'prizetrophy4*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1509, 1509, 'Duo trophy', 'prizetrophy5*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1510, 1510, 'Champion trophy', 'prizetrophy6*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1512, 1512, 'Classic trophy', 'prizetrophy*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1513, 1513, 'Duck trophy', 'prizetrophy2*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1514, 1514, 'Globe trophy', 'prizetrophy3*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1515, 1515, 'Fish trophy', 'prizetrophy4*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1516, 1516, 'Duo trophy', 'prizetrophy5*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1517, 1517, 'Champion trophy', 'prizetrophy6*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1518, 1518, 'Gold Habbo trophy', 'prizetrophy7*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1519, 1519, 'Classic trophy', 'prizetrophy*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1520, 1520, 'Duck trophy', 'prizetrophy2*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1521, 1521, 'Globe trophy', 'prizetrophy3*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1522, 1522, 'Fish trophy', 'prizetrophy4*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1523, 1523, 'Duo trophy', 'prizetrophy5*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1524, 1524, 'Champion trophy', 'prizetrophy6*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1525, 1525, 'Silver Habbo trophy', 'prizetrophy7*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1526, 1526, 'Classic trophy', 'prizetrophy*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1527, 1527, 'Majestic Chair', 'hc_chr', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1528, 1528, 'Nordic Table', 'hc_tbl', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1529, 1529, 'Oil lamp', 'hc_lmp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1530, 1530, 'Study desk', 'hc_dsk', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1531, 1531, 'nest', 'nest', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1532, 1532, 'Doggy Bones', 'petfood1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1533, 1533, 'Sardines', 'petfood2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1534, 1534, 'Cabbage', 'petfood3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1535, 1535, 'Blue Water Bowl', 'waterbowl*4', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1536, 1536, 'Brown Water Bowl', 'waterbowl*5', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1537, 1537, 'Green Water Bowl', 'waterbowl*2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1538, 1538, 'Red Water Bowl', 'waterbowl*1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1539, 1539, 'Yellow Water Bowl', 'waterbowl*3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1540, 1540, 'Rubber Ball', 'toy1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1541, 1541, 'Rubber Ball', 'toy1*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1542, 1542, 'Rubber Ball', 'toy1*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1543, 1543, 'Rubber Ball', 'toy1*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1544, 1544, 'Rubber Ball', 'toy1*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1545, 1545, 'Marzipan Man', 'goodie1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1546, 1546, 'Marzipan Man', 'goodie1*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1547, 1547, 'Marzipan Man', 'goodie1*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1548, 1548, 'Chocolate Mouse', 'goodie2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1549, 1549, 'Red Laser Door', 'scifiport*0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1550, 1550, 'Violet Laser Portal', 'scifiport*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1551, 1551, 'Purple Laser Portal', 'scifiport*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1552, 1552, 'Turquoise Laser Portal', 'scifiport*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1553, 1553, 'White Laser Portal', 'scifiport*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1554, 1554, 'Black Laser Portal', 'scifiport*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1555, 1555, 'Pink Laser Portal', 'scifiport*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1556, 1556, 'Jade Laser Portal', 'scifiport*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1557, 1557, 'Blue Laser Portal', 'scifiport*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1558, 1558, 'Golden Plasma Gate', 'scifiport*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1559, 1559, 'Violet Smoke Machine', 'scifirocket*9', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1560, 1560, 'Purple Smoke Machine', 'scifirocket*8', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1561, 1561, 'Aqua Smoke Machine', 'scifirocket*7', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1562, 1562, 'Grey Smoke Machine', 'scifirocket*6', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1563, 1563, 'HB Zero-300', 'scifirocket*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1564, 1564, 'Pink Smoke Machine', 'scifirocket*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1565, 1565, 'Jade Smoke Machine', 'scifirocket*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1566, 1566, 'Blue Smoke Machine', 'scifirocket*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1567, 1567, 'Yellow Smoke Machine', 'scifirocket*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1568, 1568, 'Red Smoke Machine', 'scifirocket*0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1569, 1569, 'Violet Spaceship Door', 'scifidoor*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1570, 1570, 'Blue Spaceship Door', 'scifidoor*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1571, 1571, 'Purple Spaceship Door', 'scifidoor*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1572, 1572, 'Aqua Spaceship Door', 'scifidoor*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1573, 1573, 'The Black Monolith', 'scifidoor*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1574, 1574, 'White Spaceship Door', 'scifidoor*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1575, 1575, 'Jade Spaceship Door', 'scifidoor*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1576, 1576, 'Sky Spaceship Door', 'scifidoor*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1577, 1577, 'Yellow Spaceship Door', 'scifidoor*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1578, 1578, 'Pink Spaceship Door', 'scifidoor*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1579, 1579, 'Black Giant Pillow', 'pillow*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1580, 1580, 'Navy Giant Pillow', 'pillow*8', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1581, 1581, 'A Snow Drift', 'pillow*0', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1582, 1582, 'Pink Giant Pillow', 'pillow*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1583, 1583, 'Festive Red Pillow', 'pillow*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1584, 1584, 'Bonnie Blonde\'s Pillow', 'pillow*7', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1585, 1585, 'Green Giant Pillow', 'pillow*9', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1586, 1586, 'Golden Giant Pillow', 'pillow*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1587, 1587, 'Blue Giant Pillow', 'pillow*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1588, 1588, 'pillow*3', 'pillow*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1589, 1589, 'Pink marquee', 'marquee*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1590, 1590, 'Red Marquee', 'marquee*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1591, 1591, 'Purple Marquee', 'marquee*7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1592, 1592, 'White Marquee', 'marquee*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1593, 1593, 'Majestic Marquee', 'marquee*8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1594, 1594, 'Green Marquee', 'marquee*9', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1595, 1595, 'Graphite Marquee', 'marquee*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1596, 1596, 'Yellow Marquee', 'marquee*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1597, 1597, 'Yellow Marquee', 'marquee*6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1598, 1598, 'Aqua Marquee', 'marquee*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1599, 1599, 'Pink Oriental screen', 'wooden_screen*1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1600, 1600, 'Red Oriental Screen', 'wooden_screen*2', 's', 1, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1601, 1601, 'Purple Oriental Screen', 'wooden_screen*7', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1602, 1602, 'White Oriental Screen', 'wooden_screen*0', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1603, 1603, 'Teal Oriental Screen', 'wooden_screen*8', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1604, 1604, 'Grey Asian Screen', 'wooden_screen*5', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1605, 1605, 'Green Oriental Screen', 'wooden_screen*9', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1606, 1606, 'Golden Oriental Screen', 'wooden_screen*4', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1607, 1607, 'Blue Oriental Screen', 'wooden_screen*6', 's', 1, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1608, 1608, 'Aqua Oriental Screen', 'wooden_screen*3', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1609, 1609, 'Doric Terracotta Pillar', 'pillar*6', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1610, 1610, 'Doric Pink Marble Pillar', 'pillar*1', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1611, 1611, 'Doric Rock', 'pillar*9', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1612, 1612, 'Doric Classic Pillar', 'pillar*0', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1613, 1613, 'Doric Olive Green Pillar', 'pillar*8', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1614, 1614, 'Leap Day Pillar', 'pillar*2', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1615, 1615, 'Doric Green Pillar', 'pillar*5', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1616, 1616, 'Doric Graphite Pillar', 'pillar*4', 's', 1, 1, 3.50, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1617, 1617, 'Doric Gold Pillar', 'pillar*7', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1618, 1618, 'Doric Blue Pillar', 'pillar*3', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1619, 1619, 'Black Dragon Lamp', 'rare_dragonlamp*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1620, 1620, 'rare_dragonlamp*0', 'rare_dragonlamp*0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1621, 1621, 'Forest Dragon Lamp', 'rare_dragonlamp*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1622, 1622, 'Jade Dragon', 'rare_dragonlamp*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1623, 1623, 'Bronze Dragon Lamp', 'rare_dragonlamp*8', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1624, 1624, 'Frost Dragon', 'rare_dragonlamp*9', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1625, 1625, 'Sky Dragon Lamp', 'rare_dragonlamp*7', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1626, 1626, 'Golden Dragon', 'rare_dragonlamp*6', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1627, 1627, 'Blue Dragon Lamp', 'rare_dragonlamp*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1628, 1628, 'Silver Dragon Lamp', 'rare_dragonlamp*3', 's', 1, 1, 2.00, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1629, 1629, 'rare_icecream*1', 'rare_icecream*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1630, 1630, 'Choco Ice Cream Maker', 'rare_icecream*7', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1631, 1631, 'Aqua Ice Cream Maker', 'rare_icecream*8', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1632, 1632, 'Shamrock Shake Machine', 'rare_icecream*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1633, 1633, 'Ochre Ice Cream Maker', 'rare_icecream*6', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1634, 1634, 'Fuchsia Ice Cream Maker', 'rare_icecream*9', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1635, 1635, 'Purple Ice Cream Maker', 'rare_icecream*3', 's', 1, 1, 2.50, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1636, 1636, 'Red Ice Cream Maker', 'rare_icecream*0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1637, 1637, 'rare_icecream*4', 'rare_icecream*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1638, 1638, 'Gold Ice Cream Maker', 'rare_icecream*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1639, 1639, 'Brown Powered Fan', 'rare_fan*7', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1640, 1640, 'Orange Powered Fan', 'rare_fan*6', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1641, 1641, 'Fuchsia Powered Fan', 'rare_fan*9', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1642, 1642, 'Purple Powered Fan', 'rare_fan*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1643, 1643, 'Red Powered Fan', 'rare_fan*0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1644, 1644, 'Superlove Pink Fan', 'rare_fan*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1645, 1645, 'Yellow Powered Fan', 'rare_fan*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1646, 1646, 'Blue Powered Fan', 'rare_fan*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1647, 1647, 'Turquoise Powered Fan', 'rare_fan*8', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1648, 1648, 'Green Powered Fan', 'rare_fan*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1649, 1649, 'Aqua Habbo Roller', 'queue_tile1*3', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1650, 1650, 'Blue Habbo Roller', 'queue_tile1*6', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1651, 1651, 'Gold Habbo Roller', 'queue_tile1*4', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1652, 1652, 'Green Habbo Roller', 'queue_tile1*9', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1653, 1653, 'Teal Habbo Roller', 'queue_tile1*8', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1654, 1654, 'Black Habbo Roller', 'queue_tile1*5', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1655, 1655, 'Purple Habbo Roller', 'queue_tile1*7', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1656, 1656, 'Red Habbo Roller', 'queue_tile1*2', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1657, 1657, 'Pink Habbo Roller', 'queue_tile1*1', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1658, 1658, 'Silver Habbo Rollers', 'queue_tile1*0', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1659, 1659, 'Big Ticket Bundle', 'ticket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1738, 1738, 'Snow Patch', 'rare_snowrug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1741, 1741, 'Chinese Lantern', 'cn_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1742, 1742, 'Chinese Lacquer Sofa', 'cn_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1745, 1745, 'Clay Straight Track', 'sporttrack1*1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1747, 1747, 'Grass Straight Track', 'sporttrack1*3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1748, 1748, 'Synthetic Track', 'sporttrack1*2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1750, 1750, 'Clay Corner Track', 'sporttrack2*1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1751, 1751, 'Synthetic Corner Track', 'sporttrack2*2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1752, 1752, 'Grass Corner Track', 'sporttrack2*3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1754, 1754, 'Clay Finish Line', 'sporttrack3*1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1755, 1755, 'Synthetic Finish Line', 'sporttrack3*2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1756, 1756, 'Grass Finish Line!', 'sporttrack3*3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1757, 1757, 'Soccer Ball Lamp', 'footylamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1758, 1758, 'Old Christmas Tree', 'tree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1759, 1759, 'barchair_silo', 'barchair_silo', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1760, 1760, 'Aquamarine Shutter', 'divider_nor4*4', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1761, 1761, 'Classic Traffic Light', 'traffic_light*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1762, 1762, 'Blue Traffic Light', 'traffic_light*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1763, 1763, 'Purple Traffic Light', 'traffic_light*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1764, 1764, 'Yellow Traffic Light', 'traffic_light*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1765, 1765, 'Red Traffic Light', 'traffic_light*6', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1766, 1766, 'Blue Inflatable Chair', 'rubberchair*1', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1767, 1767, 'Red Inflatable Chair', 'rubberchair*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1768, 1768, 'Orange Inflatable Chair', 'rubberchair*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1769, 1769, 'Ocean Inflatable Chair', 'rubberchair*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1770, 1770, 'Lime Inflatable Chair', 'rubberchair*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1771, 1771, 'Violet Inflatable Chair', 'rubberchair*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1772, 1772, 'Yellow Road Barrier', 'barrier*1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1773, 1773, 'White Road Barrier', 'barrier*2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1774, 1774, 'Red Road Barrier', 'barrier*3', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1775, 1775, 'White Inflatable Chair', 'rubberchair*7', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1776, 1776, 'Black Inflatable Chair', 'rubberchair*8', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1777, 1777, 'Black Coffee Table', 'table_norja_med*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1778, 1778, 'White Coffee Table', 'table_norja_med*3', 's', 2, 2, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1779, 1779, 'Aquamarine Coffee Table', 'table_norja_med*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1780, 1780, 'Pink Coffee Table', 'table_norja_med*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1781, 1781, 'Blue Coffee Table', 'table_norja_med*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1782, 1782, 'Green Coffee Table', 'table_norja_med*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1783, 1783, 'Yellow Coffee Table', 'table_norja_med*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1784, 1784, 'Red Coffee Table', 'table_norja_med*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1785, 1785, 'Black Bench', 'couch_norja*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1786, 1786, 'White Bench', 'couch_norja*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1787, 1787, 'Aquamarine Bench', 'couch_norja*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1788, 1788, 'Pink Bench', 'couch_norja*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1789, 1789, 'Blue Bench', 'couch_norja*6', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1790, 1790, 'Green Iced Bench', 'couch_norja*7', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1791, 1791, 'Yellow Bench', 'couch_norja*8', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1792, 1792, 'Red Bench', 'couch_norja*9', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1793, 1793, 'Black Bookcase', 'shelves_norja*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1794, 1794, 'White Bookcase', 'shelves_norja*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1795, 1795, 'Aquamarine Bookcase', 'shelves_norja*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1796, 1796, 'Pink Bookcase', 'shelves_norja*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1797, 1797, 'Blue Bookcase', 'shelves_norja*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1798, 1798, 'Green Bookcase', 'shelves_norja*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1799, 1799, 'Yellow Bookcase', 'shelves_norja*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1800, 1800, 'Red Iced Bookcase', 'shelves_norja*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1801, 1801, 'Black Chair', 'chair_norja*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1802, 1802, 'White Chair', 'chair_norja*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1803, 1803, 'Aquamarine Chair', 'chair_norja*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1804, 1804, 'Pink Chair', 'chair_norja*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1805, 1805, 'Blue Chair', 'chair_norja*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1806, 1806, 'Green Chair', 'chair_norja*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1807, 1807, 'Yellow Chair', 'chair_norja*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1808, 1808, 'Red Chair', 'chair_norja*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1809, 1809, 'Black Corner', 'divider_nor1*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1810, 1810, 'White Corner', 'divider_nor1*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1811, 1811, 'Aquamarine Corner', 'divider_nor1*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1812, 1812, 'Pink Corner', 'divider_nor1*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1813, 1813, 'Blue Corner', 'divider_nor1*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1814, 1814, 'Green Corner', 'divider_nor1*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1815, 1815, 'Yellow Corner', 'divider_nor1*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1816, 1816, 'Red Corner', 'divider_nor1*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1817, 1817, 'Black Sofa', 'soft_sofa_norja*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1818, 1818, 'White Sofa', 'soft_sofa_norja*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1819, 1819, 'Aquamarine Sofa', 'soft_sofa_norja*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1820, 1820, 'Pink Sofa', 'soft_sofa_norja*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1821, 1821, 'Blue Sofa', 'soft_sofa_norja*6', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1822, 1822, 'Green Sofa', 'soft_sofa_norja*7', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1823, 1823, 'Yellow Sofa', 'soft_sofa_norja*8', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1824, 1824, 'Red Sofa', 'soft_sofa_norja*9', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1825, 1825, 'Black Sofachair', 'soft_sofachair_norja*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1826, 1826, 'White Sofachair', 'soft_sofachair_norja*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1827, 1827, 'Aquamarine Sofachair', 'soft_sofachair_norja*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1828, 1828, 'Pink Sofachair', 'soft_sofachair_norja*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1829, 1829, 'Blue Sofachair', 'soft_sofachair_norja*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1830, 1830, 'Green Sofachair', 'soft_sofachair_norja*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1831, 1831, 'Yellow Sofachair', 'soft_sofachair_norja*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1832, 1832, 'Red Sofachair', 'soft_sofachair_norja*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1833, 1833, 'Black Armchair', 'sofachair_silo*2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1834, 1834, 'White Armchair', 'sofachair_silo*3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1835, 1835, 'Beige Armchair', 'sofachair_silo*4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1836, 1836, 'Pink Armchair', 'sofachair_silo*5', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1837, 1837, 'Blue Armchair', 'sofachair_silo*6', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1838, 1838, 'Green Armchair', 'sofachair_silo*7', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1839, 1839, 'Yellow Armchair', 'sofachair_silo*8', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1840, 1840, 'Red Armchair', 'sofachair_silo*9', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1841, 1841, 'Black Occasional Table', 'table_silo_small*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1842, 1842, 'White Occasional Table', 'table_silo_small*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1843, 1843, 'Beige Occasional Table', 'table_silo_small*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1844, 1844, 'Pink Occasional Table', 'table_silo_small*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1845, 1845, 'Blue Occasional Table', 'table_silo_small*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1846, 1846, 'Green Occasional Table', 'table_silo_small*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1847, 1847, 'Yellow Occasional Table', 'table_silo_small*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1848, 1848, 'Red Occasional Table', 'table_silo_small*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1849, 1849, 'Black Corner Shelf', 'divider_silo1*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1850, 1850, 'White Corner Shelf', 'divider_silo1*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1851, 1851, 'Beige Corner Shelf', 'divider_silo1*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1852, 1852, 'Pink Corner Shelf', 'divider_silo1*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1853, 1853, 'Blue Corner Shelf', 'divider_silo1*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1854, 1854, 'Green Corner Shelf', 'divider_silo1*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1855, 1855, 'Yellow Corner Shelf', 'divider_silo1*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1856, 1856, 'Red Corner Shelf', 'divider_silo1*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1857, 1857, 'Black Gate', 'divider_silo3*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1858, 1858, 'White Gate', 'divider_silo3*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1859, 1859, 'Beige Gate', 'divider_silo3*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1860, 1860, 'Pink Gate', 'divider_silo3*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1861, 1861, 'Blue Gate', 'divider_silo3*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1862, 1862, 'Green Gate', 'divider_silo3*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1863, 1863, 'Yellow Gate', 'divider_silo3*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1864, 1864, 'Red Gate', 'divider_silo3*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1865, 1865, 'Black Coffee Table', 'table_silo_med*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1866, 1866, 'White Coffee Table', 'table_silo_med*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1867, 1867, 'Beige Coffee Table', 'table_silo_med*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1868, 1868, 'Pink Coffee Table', 'table_silo_med*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1869, 1869, 'Blue Coffee Table', 'table_silo_med*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1870, 1870, 'Green Coffee Table', 'table_silo_med*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1871, 1871, 'Yellow Coffee Table', 'table_silo_med*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1872, 1872, 'Red Coffee Table', 'table_silo_med*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1873, 1873, 'Black Sofa', 'sofa_silo*2', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1874, 1874, 'White Sofa', 'sofa_silo*3', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1875, 1875, 'Beige Sofa', 'sofa_silo*4', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1876, 1876, 'Pink Sofa', 'sofa_silo*5', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1877, 1877, 'Blue Sofa', 'sofa_silo*6', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1878, 1878, 'Green Sofa', 'sofa_silo*7', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1879, 1879, 'Yellow Sofa', 'sofa_silo*8', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1880, 1880, 'Red Sofa', 'sofa_silo*9', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1881, 1881, 'Black Armchair', 'sofachair_polyfon*2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1882, 1882, 'White Armchair', 'sofachair_polyfon*3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1883, 1883, 'Beige Armchair', 'sofachair_polyfon*4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1884, 1884, 'Blue Armchair', 'sofachair_polyfon*6', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1885, 1885, 'Green Armchair', 'sofachair_polyfon*7', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1886, 1886, 'Yellow Armchair', 'sofachair_polyfon*8', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1887, 1887, 'Red Armchair', 'sofachair_polyfon*9', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1888, 1888, 'Black Sofa', 'sofa_polyfon*2', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1889, 1889, 'White Sofa', 'sofa_polyfon*3', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1890, 1890, 'Beige Sofa', 'sofa_polyfon*4', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1891, 1891, 'Blue Sofa', 'sofa_polyfon*6', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1892, 1892, 'Green Sofa', 'sofa_polyfon*7', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1893, 1893, 'Yellow Sofa', 'sofa_polyfon*8', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1894, 1894, 'Red Sofa', 'sofa_polyfon*9', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1895, 1895, 'Black Double Bed', 'bed_polyfon*2', 's', 2, 3, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1896, 1896, 'White Double Bed', 'bed_polyfon*3', 's', 2, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1897, 1897, 'Beige Double Bed', 'bed_polyfon*4', 's', 2, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1898, 1898, 'Blue Double Bed', 'bed_polyfon*6', 's', 2, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1899, 1899, 'Green Double Bed', 'bed_polyfon*7', 's', 2, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1900, 1900, 'Yellow Double Bed', 'bed_polyfon*8', 's', 2, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1901, 1901, 'Red Double Bed', 'bed_polyfon*9', 's', 2, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1902, 1902, 'Black Single Bed', 'bed_polyfon_one*2', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1903, 1903, 'White Single Bed', 'bed_polyfon_one*3', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1904, 1904, 'Beige Single Bed', 'bed_polyfon_one*4', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1905, 1905, 'Blue Single Bed', 'bed_polyfon_one*6', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1906, 1906, 'Green Single Bed', 'bed_polyfon_one*7', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1907, 1907, 'Yellow Single Bed', 'bed_polyfon_one*8', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1908, 1908, 'Red Single Bed', 'bed_polyfon_one*9', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1909, 1909, 'Black Bar', 'bardesk_polyfon*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1910, 1910, 'White Bar', 'bardesk_polyfon*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1911, 1911, 'Beige Bar', 'bardesk_polyfon*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1912, 1912, 'Pink Bar', 'bardesk_polyfon*5', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1913, 1913, 'Blue Bar', 'bardesk_polyfon*6', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1914, 1914, 'Green Bar', 'bardesk_polyfon*7', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1915, 1915, 'Yellow Bar', 'bardesk_polyfon*8', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1916, 1916, 'Red Bar', 'bardesk_polyfon*9', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1917, 1917, 'Black Corner', 'bardeskcorner_polyfon*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1918, 1918, 'White Corner', 'bardeskcorner_polyfon*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1919, 1919, 'Beige Corner', 'bardeskcorner_polyfon*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1920, 1920, 'Pink Corner', 'bardeskcorner_polyfon*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1921, 1921, 'Blue Corner', 'bardeskcorner_polyfon*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1922, 1922, 'Green Corner', 'bardeskcorner_polyfon*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1923, 1923, 'Yellow Corner', 'bardeskcorner_polyfon*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1924, 1924, 'Red Corner', 'bardeskcorner_polyfon*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1925, 1925, 'Black Gate', 'divider_poly3*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1926, 1926, 'White Gate', 'divider_poly3*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1927, 1927, 'Beige Gate', 'divider_poly3*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1928, 1928, 'Pink Gate', 'divider_poly3*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1929, 1929, 'Blue Gate', 'divider_poly3*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1930, 1930, 'Green Gate', 'divider_poly3*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1931, 1931, 'Yellow Gate', 'divider_poly3*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1932, 1932, 'Red Gate', 'divider_poly3*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1933, 1933, 'Black Dining Chair', 'chair_silo*2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1934, 1934, 'White Dining Chair', 'chair_silo*3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1935, 1935, 'Beige Dining Chair', 'chair_silo*4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1936, 1936, 'Pink Dining Chair', 'chair_silo*5', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1937, 1937, 'Blue Dining Chair', 'chair_silo*6', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1938, 1938, 'Green Dining Chair', 'chair_silo*7', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1939, 1939, 'Yellow Dining Chair', 'chair_silo*8', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1940, 1940, 'Red Dining Chair', 'chair_silo*9', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1941, 1941, 'Black Gate', 'divider_nor3*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1942, 1942, 'White Gate', 'divider_nor3*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1943, 1943, 'Aquamarine Gate', 'divider_nor3*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1944, 1944, 'Pink Gate', 'divider_nor3*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1945, 1945, 'Blue Gate', 'divider_nor3*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1946, 1946, 'Green Gate', 'divider_nor3*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1947, 1947, 'Yellow Gate', 'divider_nor3*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1948, 1948, 'Red Gate', 'divider_nor3*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1949, 1949, 'Black Bar', 'divider_nor2*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1950, 1950, 'White Bar', 'divider_nor2*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1951, 1951, 'Aquamarine Bar', 'divider_nor2*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1952, 1952, 'Pink Bar', 'divider_nor2*5', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1953, 1953, 'Blue Bar', 'divider_nor2*6', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1954, 1954, 'Green Bar', 'divider_nor2*7', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1955, 1955, 'Yellow Bar', 'divider_nor2*8', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1956, 1956, 'Red Bar', 'divider_nor2*9', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1957, 1957, 'Area Master Desk', 'silo_studydesk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1958, 1958, 'White Panel', 'solarium_norja', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1959, 1959, 'Black Panel', 'solarium_norja*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1960, 1960, 'Beige Panel', 'solarium_norja*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1961, 1961, 'Aquamarine Panel', 'solarium_norja*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1962, 1962, 'Pink Panel', 'solarium_norja*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1963, 1963, 'Blue Panel', 'solarium_norja*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1964, 1964, 'Green Panel', 'solarium_norja*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1965, 1965, 'Yellow Panel', 'solarium_norja*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1966, 1966, 'Red Panel', 'solarium_norja*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1967, 1967, 'Tropical Beach Rug', 'sandrug', 's', 2, 2, 0.00, 1, 0, 0, 1, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1968, 1968, 'Moon Rug', 'rare_moonrug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1969, 1969, 'Chinese Lacquer Chair', 'chair_china', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1970, 1970, 'Chinese Lacquer Table', 'china_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1971, 1971, 'Red Sleeping Bag', 'sleepingbag*1', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1972, 1972, 'Lime Sleeping Bag', 'sleepingbag*2', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1973, 1973, 'Ocean Sleeping Bag', 'sleepingbag*3', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1974, 1974, 'Army Sleeping Bag', 'sleepingbag*4', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1975, 1975, 'Gray Safe Minibar', 'safe_silo', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1976, 1976, 'Orange Sleeping Bag', 'sleepingbag*7', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1977, 1977, 'Blue Sleeping Bag', 'sleepingbag*9', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1978, 1978, 'Graphite Sleeping Bag', 'sleepingbag*5', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1979, 1979, 'Khaki Sleeping Bag', 'sleepingbag*10', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1980, 1980, 'Purple Sleeping Bag', 'sleepingbag*6', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1981, 1981, 'Yellow Sleeping Bag', 'sleepingbag*8', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1982, 1982, 'Chinese Lacquer Bookshelf', 'china_shelve', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1983, 1983, 'White Traffic Light', 'traffic_light*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1984, 1984, 'Black Shutter', 'divider_nor4*2', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1985, 1985, 'White Shutter', 'divider_nor4*3', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1986, 1986, 'Pink Shutter', 'divider_nor4*5', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1987, 1987, 'Blue Shutter', 'divider_nor4*6', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1988, 1988, 'Green Shutter', 'divider_nor4*7', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1989, 1989, 'Yellow Shutter', 'divider_nor4*8', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1990, 1990, 'Red Shutter', 'divider_nor4*9', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1991, 1991, 'Black Angle', 'divider_nor5*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1992, 1992, 'White Angle', 'divider_nor5*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1993, 1993, 'Aquamarine Angle', 'divider_nor5*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1994, 1994, 'Pink Angle', 'divider_nor5*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1995, 1995, 'Blue Angle', 'divider_nor5*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1996, 1996, 'Green Angle', 'divider_nor5*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1997, 1997, 'Yellow Angle', 'divider_nor5*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1998, 1998, 'Red Angle', 'divider_nor5*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (1999, 1999, 'Beige Angle', 'divider_nor5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2000, 2000, 'Beige Shutter', 'divider_nor4', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2001, 2001, 'Dragon Screen', 'wall_china', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2002, 2002, 'Dragon Screen Corner', 'corner_china', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2003, 2003, 'Black Bar Stool', 'barchair_silo*2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2004, 2004, 'White Bar Stool', 'barchair_silo*3', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2005, 2005, 'Beige Bar Stool', 'barchair_silo*4', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2006, 2006, 'Pink Bar Stool', 'barchair_silo*5', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2007, 2007, 'Blue Bar Stool', 'barchair_silo*6', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2008, 2008, 'Green Bar Stool', 'barchair_silo*7', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2009, 2009, 'Yellow Bar Stool', 'barchair_silo*8', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2010, 2010, 'Red Bar Stool', 'barchair_silo*9', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2011, 2011, 'Black Safe Minibar', 'safe_silo*2', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2012, 2012, 'White Safe Minibar', 'safe_silo*3', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2013, 2013, 'Beige Safe Minibar', 'safe_silo*4', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2014, 2014, 'Pink Safe Minibar', 'safe_silo*5', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2015, 2015, 'Blue Safe Minibar', 'safe_silo*6', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2016, 2016, 'Green Safe Minibar', 'safe_silo*7', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2017, 2017, 'Yellow Safe Minibar', 'safe_silo*8', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2018, 2018, 'Red Safe Minibar', 'safe_silo*9', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2019, 2019, 'glass shelf', 'glass_shelf', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2020, 2020, 'Glass Chair', 'glass_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2021, 2021, 'Glass Stool', 'glass_stool', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2022, 2022, 'Glass Sofa', 'glass_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2023, 2023, 'Glass Table', 'glass_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2024, 2024, 'Glass Table', 'glass_table*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2025, 2025, 'Glass Table', 'glass_table*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2026, 2026, 'Glass Table', 'glass_table*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2027, 2027, 'Glass Table', 'glass_table*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2028, 2028, 'Glass Table', 'glass_table*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2029, 2029, 'Glass Table', 'glass_table*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2030, 2030, 'Glass Table', 'glass_table*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2031, 2031, 'Glass Table', 'glass_table*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2032, 2032, 'Glass Chair', 'glass_chair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2033, 2033, 'Glass Chair', 'glass_chair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2034, 2034, 'Glass Chair', 'glass_chair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2035, 2035, 'Glass Chair', 'glass_chair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2036, 2036, 'Glass Chair', 'glass_chair*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2037, 2037, 'Glass Chair', 'glass_chair*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2038, 2038, 'Glass Chair', 'glass_chair*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2039, 2039, 'Glass Chair', 'glass_chair*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2040, 2040, 'Glass Sofa', 'glass_sofa*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2041, 2041, 'Glass Sofa', 'glass_sofa*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2042, 2042, 'Glass Sofa', 'glass_sofa*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2043, 2043, 'Glass Sofa', 'glass_sofa*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2044, 2044, 'Glass Sofa', 'glass_sofa*6', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2045, 2045, 'Glass Sofa', 'glass_sofa*7', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2046, 2046, 'Glass Sofa', 'glass_sofa*8', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2047, 2047, 'Glass Sofa', 'glass_sofa*9', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2048, 2048, 'Glass Stool', 'glass_stool*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2050, 2050, 'Glass Stool', 'glass_stool*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2051, 2051, 'Glass Stool', 'glass_stool*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2052, 2052, 'Glass Stool', 'glass_stool*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2053, 2053, 'Glass Stool', 'glass_stool*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2054, 2054, 'Glass Stool', 'glass_stool*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2056, 2056, 'Glass Stool', 'glass_stool*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2057, 2057, 'Glass Stool', 'glass_stool*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2063, 2063, 'Gold Coin', 'CF_10_coin_gold', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2064, 2064, 'Bronze Coin', 'CF_1_coin_bronze', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2065, 2065, 'Sack of Coins', 'CF_20_moneybag', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2066, 2066, 'Gold Bar', 'CF_50_goldbar', 's', 1, 1, 0.40, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2067, 2067, 'Silver Coin', 'CF_5_coin_silver', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2068, 2068, 'Persian Carpet', 'hc_crpt', 's', 3, 5, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2069, 2069, 'Mega TV Set', 'hc_tv', 's', 2, 1, 1.40, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2070, 2070, 'Gothic Portcullis', 'gothgate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2071, 2071, 'Gothic Candelabra', 'gothiccandelabra', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2072, 2072, 'Gothic Railing', 'gothrailing', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2073, 2073, 'Gothic Table', 'goth_table', 's', 1, 5, 1.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2074, 2074, 'Medieval Bookcase', 'hc_bkshlf', 's', 1, 4, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2075, 2075, 'Electric Butler', 'hc_btlr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '24', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2076, 2076, 'Antique Drapery', 'hc_crtn', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2077, 2077, 'The Grammophon', 'hc_djset', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2078, 2078, 'Heavy Duty Fireplace', 'hc_frplc', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2079, 2079, 'Victorian Street Light', 'hc_lmpst', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2080, 2080, 'Weird Science Machine', 'hc_machine', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2081, 2081, 'HC Roller', 'hc_rllr', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2082, 2082, 'X-Ray Divider', 'hc_rntgn', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2083, 2083, 'Drinks Trolley', 'hc_trll', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2084, 2084, 'Gothic Chair Pink', 'gothic_chair*1', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2085, 2085, 'Gothic Sofa Pink', 'gothic_sofa*1', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2086, 2086, 'Gothic Stool Pink', 'gothic_stool*1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2087, 2087, 'Gothic Chair Saffron', 'gothic_chair*2', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2088, 2088, 'Gothic Sofa Saffron', 'gothic_sofa*2', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2089, 2089, 'Gothic Stool Saffron', 'gothic_stool*2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2090, 2090, 'Gothic Chair Red', 'gothic_chair*3', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2091, 2091, 'Gothic Sofa Red', 'gothic_sofa*3', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2092, 2092, 'Gothic Stool Red', 'gothic_stool*3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2093, 2093, 'Black Gothic Chair', 'gothic_chair*4', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2094, 2094, 'Black Gothic Sofa', 'gothic_sofa*4', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2095, 2095, 'Black Gothic Stool', 'gothic_stool*4', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2096, 2096, 'Gothic Chair Green', 'gothic_chair*5', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2097, 2097, 'Gothic Sofa Green', 'gothic_sofa*5', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2098, 2098, 'Gothic Stool Green', 'gothic_stool*5', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2099, 2099, 'Gothic Chair Blue', 'gothic_chair*6', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2100, 2100, 'Gothic Sofa Blue', 'gothic_sofa*6', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2101, 2101, 'Gothic Stool Blue', 'gothic_stool*6', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2102, 2102, 'White candle', 'wcandle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2103, 2103, 'Valentine\'s cauldron', 'val_cauldron', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '25', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2104, 2104, 'Old Christmas tree', 'tree2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2105, 2105, 'Sound Machine', 'sound_machine', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2106, 2106, 'Turquoise Piano Chair', 'romantique_pianochair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2107, 2107, 'Black Piano Chair', 'romantique_pianochair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2108, 2108, 'Green Piano Chair', 'romantique_pianochair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2109, 2109, 'Lemon Piano Chair', 'romantique_pianochair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2110, 2110, 'Pink Piano Chair', 'romantique_pianochair*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2111, 2111, 'Turquoise Divan', 'romantique_divan*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2112, 2112, 'Black Divan', 'romantique_divan*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2113, 2113, 'Green Divan', 'romantique_divan*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2114, 2114, 'Lemon Divan', 'romantique_divan*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2115, 2115, 'Pink Divan', 'romantique_divan*1', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2116, 2116, 'Turquoise Chair', 'romantique_chair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2117, 2117, 'Black Chair', 'romantique_chair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2118, 2118, 'Green Chair', 'romantique_chair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2119, 2119, 'Lemon Chair', 'romantique_chair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2120, 2120, 'Pink Chair', 'romantique_chair*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2121, 2121, 'Red candle', 'rcandle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2122, 2122, 'rare_parasol', 'rare_parasol', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2123, 2123, 'Yellow Rose', 'plant_valentinerose*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2124, 2124, 'Purple Rose', 'plant_valentinerose*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2125, 2125, 'White Rose', 'plant_valentinerose*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2126, 2126, 'Pink Rose', 'plant_valentinerose*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2127, 2127, 'Red Rose', 'plant_valentinerose*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2128, 2128, 'Maze Shrubbery Gate', 'plant_mazegate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2129, 2129, 'Maze Shrubbery', 'plant_maze', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2130, 2130, 'Bulrush', 'plant_bulrush', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2131, 2131, 'T-Bones', 'petfood4', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2132, 2132, 'Red Carpet', 'carpet_valentine', 's', 2, 7, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2133, 2133, 'Cobbled Path', 'gothic_carpet', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2134, 2134, 'Floor Hatch', 'gothic_carpet2', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2135, 2135, '', 'gothic_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2136, 2136, '', 'gothic_sofa', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2137, 2137, '', 'gothic_stool', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2138, 2138, 'Turquoise Grand Piano', 'grand_piano*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2139, 2139, 'Black Grand Piano', 'grand_piano*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2140, 2140, 'Green Grand Piano', 'grand_piano*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2141, 2141, 'Lemon Grand Piano', 'grand_piano*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2142, 2142, 'Pink Grand Piano', 'grand_piano*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2143, 2143, 'Red Theatre Seat', 'theatre_seat', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2144, 2144, 'Romantique Treats Tray', 'romantique_tray2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2145, 2145, 'Romantique Tray', 'romantique_tray1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2146, 2146, 'Turquoise Tray Table', 'romantique_smalltabl*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2147, 2147, 'Black Tray Table', 'romantique_smalltabl*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2148, 2148, 'Green Tray Table', 'romantique_smalltabl*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2149, 2149, 'Lemon Tray Table', 'romantique_smalltabl*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2150, 2150, 'Pink Tray Table', 'romantique_smalltabl*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2151, 2151, 'Romantique Mirrortable', 'romantique_mirrortabl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2152, 2152, 'Turquoise Screen', 'romantique_divider*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2153, 2153, 'Green Screen', 'romantique_divider*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2154, 2154, 'Lemon Screen', 'romantique_divider*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2155, 2155, 'Pink Screen', 'romantique_divider*1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2156, 2156, 'Large Tatami Rug', 'jp_tatami2', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2157, 2157, 'Small Tatami Rug', 'jp_tatami', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2158, 2158, 'Habbowood Chair', 'habbowood_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2159, 2159, 'Bamboo Forest', 'jp_bamboo', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2160, 2160, 'Irori Table', 'jp_irori', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2161, 2161, 'Floor Pillow', 'jp_pillow', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2162, 2162, 'Habbo Sounds 1', 'sound_set_1', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2163, 2163, 'Habbo Sounds 3', 'sound_set_2', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2164, 2164, 'Electronic 1', 'sound_set_3', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2165, 2165, 'Ambient 1', 'sound_set_4', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2166, 2166, 'Ambient 4', 'sound_set_5', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2167, 2167, 'Ambient 3', 'sound_set_6', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2168, 2168, 'SFX 5', 'sound_set_7', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2169, 2169, 'Ambient 2', 'sound_set_8', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2170, 2170, 'Electronic 2', 'sound_set_9', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2171, 2171, '', 'sound_machine*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2457, 2457, '', 'sound_set_23', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2458, 2458, 'Water Garden', 'rclr_garden', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2459, 2459, 'Polar Sofa', 'rclr_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 0, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2460, 2460, 'Aquamarine Left Module', 'pura_mdl1*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2461, 2461, 'Pink Left Module', 'pura_mdl1*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2462, 2462, 'Black Left Module', 'pura_mdl1*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2463, 2463, 'White Left Module', 'pura_mdl1*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2464, 2464, 'Beige Left Module', 'pura_mdl1*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2465, 2465, 'Blue Left Module', 'pura_mdl1*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2466, 2466, 'Green Left Module', 'pura_mdl1*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2467, 2467, 'Yellow Left Module', 'pura_mdl1*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2468, 2468, 'Red Left Module', 'pura_mdl1*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2469, 2469, 'MnM', 'sound_set_19', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2470, 2470, '', 'sound_set_25', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2471, 2471, 'Japanese Lantern', 'jp_lantern', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2472, 2472, 'Aquamarine Corner Module', 'pura_mdl4*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2473, 2473, 'Pink Corner Module', 'pura_mdl4*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2474, 2474, 'Black Corner Module', 'pura_mdl4*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2475, 2475, 'White Corner Module', 'pura_mdl4*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2476, 2476, 'Beige Corner Module', 'pura_mdl4*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2477, 2477, 'Blue Corner Module', 'pura_mdl4*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2478, 2478, 'Green Corner Module', 'pura_mdl4*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2479, 2479, 'Yellow Corner Module', 'pura_mdl4*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2480, 2480, 'Red Corner Module', 'pura_mdl4*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2481, 2481, 'Hip Hop Beats 1', 'sound_set_10', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2482, 2482, 'Hip hop Beats 2', 'sound_set_14', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2483, 2483, 'Aquamarine Right Module', 'pura_mdl2*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2484, 2484, 'Pink Right Module', 'pura_mdl2*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2485, 2485, 'Black Right Module', 'pura_mdl2*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2486, 2486, 'White Right Module', 'pura_mdl2*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2487, 2487, 'Beige Right Module', 'pura_mdl2*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2488, 2488, 'Blue Right Module', 'pura_mdl2*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2489, 2489, 'Green Right Module', 'pura_mdl2*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2490, 2490, 'Yellow Right Module', 'pura_mdl2*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2491, 2491, 'Red Right Module', 'pura_mdl2*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2492, 2492, '', 'sound_set_24', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2493, 2493, 'Habbo Sounds 2', 'sound_set_12', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2494, 2494, 'Snotty Day', 'sound_set_21', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2495, 2495, 'RnB Grooves 6', 'sound_set_15', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2496, 2496, 'Moshy Metal', 'sound_set_28', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2497, 2497, '', 'sound_set_18', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2498, 2498, '', 'bed_budget_one*1', 's', 1, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2499, 2499, 'Pink Single Bed', 'bed_budget_one*2', 's', 1, 3, 1.90, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2500, 2500, 'Black Single Bed', 'bed_budget_one*3', 's', 1, 3, 1.90, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2501, 2501, 'Single Bed', 'bed_budget_one*4', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2502, 2502, 'Beige Single Bed', 'bed_budget_one*5', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2503, 2503, 'Blue Single Bed', 'bed_budget_one*6', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2504, 2504, 'Green Single Bed', 'bed_budget_one*7', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2505, 2505, 'Yellow Single Bed', 'bed_budget_one*8', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2506, 2506, 'Red Single Bed', 'bed_budget_one*9', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2507, 2507, 'Rare icecream white', 'rare_icecream_campaign', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2508, 2508, 'Bhangra Mangra', 'sound_set_26', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2509, 2509, 'Aquamarine Square Module', 'pura_mdl5*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2510, 2510, 'Pink Square Module', 'pura_mdl5*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2511, 2511, 'Black Square Module', 'pura_mdl5*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2512, 2512, 'White Square Module', 'pura_mdl5*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2513, 2513, 'Beige Square Module', 'pura_mdl5*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2514, 2514, 'Blue Square Module', 'pura_mdl5*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2515, 2515, 'Green Square Module', 'pura_mdl5*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2516, 2516, 'Yellow Square Module', 'pura_mdl5*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2517, 2517, 'Red Square Module', 'pura_mdl5*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2518, 2518, 'Rope Divider', 'rope_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2519, 2519, 'Habbowood Spotlight', 'spotlight', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2520, 2520, 'Romantique Clock', 'romantique_clock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2521, 2521, '', 'sound_set_22', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2522, 2522, 'Ornate Drawer', 'jp_drawer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2523, 2523, 'Dance 5', 'sound_set_13', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2524, 2524, '', 'sound_set_20', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2525, 2525, 'Aquamarine Egg Chair', 'chair_basic*1', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2526, 2526, 'Pink Egg Chair', 'chair_basic*2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2527, 2527, 'Black Egg Chair', 'chair_basic*3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2528, 2528, 'White Egg Chair', 'chair_basic*4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2529, 2529, 'Beige Egg Chair', 'chair_basic*5', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2530, 2530, 'Blue Egg Chair', 'chair_basic*6', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2531, 2531, 'Green Egg Chair', 'chair_basic*7', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2532, 2532, 'Yellow Egg Chair', 'chair_basic*8', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2533, 2533, 'Red Egg Chair', 'chair_basic*9', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2534, 2534, 'Straight Module', 'pura_mdl3*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2535, 2535, 'Pink Straight Module', 'pura_mdl3*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2536, 2536, 'Black Straight Module', 'pura_mdl3*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2537, 2537, 'White Straight Module', 'pura_mdl3*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2538, 2538, 'Beige Straight Module', 'pura_mdl3*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2539, 2539, 'Blue Straight Module', 'pura_mdl3*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2540, 2540, 'Green Straight Module', 'pura_mdl3*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2541, 2541, 'Yellow Straight Module', 'pura_mdl3*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2542, 2542, 'Red Straight Module', 'pura_mdl3*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2543, 2543, 'Turquoise Traxmachine', 'sound_machine*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2544, 2544, '', 'sound_machine*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2545, 2545, '', 'sound_machine*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2546, 2546, 'Sound Machine Brown', 'sound_machine*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2547, 2547, '', 'sound_machine*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2548, 2548, 'Red Traxmachine', 'sound_machine*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2549, 2549, 'Rasta.Claus\'s Pack', 'sound_set_27', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2550, 2550, '', 'sound_set_17', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2551, 2551, 'Romantique Lamp', 'rom_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2552, 2552, 'Aquamarine Double Bed', 'bed_budget*1', 's', 2, 3, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2553, 2553, 'Pink Double Bed', 'bed_budget*2', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2554, 2554, 'Black Double Bed', 'bed_budget*3', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2555, 2555, 'White Double Bed', 'bed_budget*4', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2556, 2556, 'Beige Double Bed', 'bed_budget*5', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2557, 2557, 'Blue Double Bed', 'bed_budget*6', 's', 2, 3, 1.90, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2558, 2558, 'Green Double Bed', 'bed_budget*7', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2559, 2559, 'Yellow Double Bed', 'bed_budget*8', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2560, 2560, 'Red Double Bed', 'bed_budget*9', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2561, 2561, 'Hip hop Beats 3', 'sound_set_16', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2562, 2562, 'rclr_chair', 'rclr_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2563, 2563, 'Dance 4', 'sound_set_11', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2564, 2564, 'Rock 3', 'sound_set_33', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2565, 2565, 'Sound set 37', 'sound_set_37', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2566, 2566, 'Marble tile', 'tile_marble', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2567, 2567, 'Executive Carpet', 'exe_rug', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2568, 2568, 'Stella tile', 'tile_stella', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2569, 2569, 'Instrumental 2', 'sound_set_32', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2570, 2570, 'Rock 5', 'sound_set_34', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2571, 2571, 'Aquamarine Deck Chair', 'summer_chair*1', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2572, 2572, 'Pink Deck Chair', 'summer_chair*2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2573, 2573, 'Black Deck Chair', 'summer_chair*3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2574, 2574, 'White Deck Chair', 'summer_chair*4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2575, 2575, 'Beige Deck Chair', 'summer_chair*5', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2576, 2576, 'Blue Deck Chair', 'summer_chair*6', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2577, 2577, 'Green Deck Chair', 'summer_chair*7', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2578, 2578, 'Yellow Deck Chair', 'summer_chair*8', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2579, 2579, 'Red Deck Chair', 'summer_chair*9', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2580, 2580, 'Dance 2', 'sound_set_29', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2581, 2581, 'Glass Table', 'exe_s_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2582, 2582, 'Brown tile', 'tile_brown', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2583, 2583, 'Bossa Nueva', 'sound_set_36', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2584, 2584, 'Rare Monster Plant', 'rare_mnstr', 's', 1, 1, 3.50, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2585, 2585, 'Instrumental 1', 'sound_set_30', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2586, 2586, 'Bronze Habbo trophy', 'prizetrophy7*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2587, 2587, 'Blue BBQ', 'summer_grill*1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2588, 2588, 'Red BBQ', 'summer_grill*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2589, 2589, 'Green BBQ', 'summer_grill*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2590, 2590, 'Yellow BBQ', 'summer_grill*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2591, 2591, 'Blue Paddling Pool', 'summer_pool*1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2592, 2592, 'Red Paddling Pool', 'summer_pool*2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2593, 2593, 'Green Paddling Pool', 'summer_pool*3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2594, 2594, 'Yellow Paddling Pool', 'summer_pool*4', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2595, 2595, 'Dance 6', 'sound_set_35', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2596, 2596, 'Dance 3', 'sound_set_31', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2597, 2597, 'Aquamarine One Way Gate', 'one_way_door*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2598, 2598, 'Black One Way Gate', 'one_way_door*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2599, 2599, 'White One Way Gate', 'one_way_door*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2600, 2600, 'Beige One Way Gate', 'one_way_door*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2601, 2601, 'Pink One Way Gate', 'one_way_door*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2602, 2602, 'Blue One Way Gate', 'one_way_door*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2603, 2603, 'Green One Way Gate', 'one_way_door*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2604, 2604, 'Yellow One Way Gate', 'one_way_door*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2605, 2605, 'Red One Way Gate', 'one_way_door*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2606, 2606, 'Sound Machine Pro', 'sound_machine_pro', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2607, 2607, 'Tapes from Goa', 'song_disk', 's', 1, 1, 0.12, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'musicdisc', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2608, 2608, 'Jukebox', 'jukebox*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'jukebox', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2609, 2609, 'welcome_carpet', 'carpet_soft_tut', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2610, 2610, 'Sound set 44', 'sound_set_44', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2611, 2611, 'Habboween Crypt', 'habboween_crypt', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2612, 2612, 'Rock 8', 'sound_set_41', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2613, 2613, 'Grunge Sign', 'grunge_sign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2614, 2614, 'SFX 1', 'sound_set_43', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2615, 2615, 'Rock 4', 'sound_set_40', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2616, 2616, 'Rock 6', 'sound_set_38', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2617, 2617, 'Grunge Chair', 'grunge_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2618, 2618, 'Grunge Mattress', 'grunge_mattress', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2619, 2619, 'Grunge Shelf', 'grunge_shelf', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2620, 2620, 'Grave', 'hal_grave', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2621, 2621, 'Grunge Radiator', 'grunge_radiator', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2622, 2622, 'Rock 7', 'sound_set_39', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2623, 2623, 'Grunge Table', 'grunge_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2624, 2624, 'Sound set 42', 'sound_set_42', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2625, 2625, 'Green Cauldron', 'hal_cauldron', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '30', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2626, 2626, 'Unholy Ground', 'habboween_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2627, 2627, 'Club 2', 'sound_set_47', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2628, 2628, 'Berlin Connection', 'sound_set_45', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2629, 2629, 'Club 3', 'sound_set_48', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2630, 2630, 'Club 1', 'sound_set_46', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2631, 2631, 'Club 6', 'sound_set_51', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2632, 2632, 'Club 5', 'sound_set_50', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2633, 2633, 'Club 7', 'sound_set_52', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2634, 2634, 'Club 4', 'sound_set_49', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2635, 2635, 'Snowy Maze Shrubbery', 'plant_maze_snow', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2636, 2636, 'Snow Castle Gate', 'xmas_cstl_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2637, 2637, 'Reindeer', 'christmas_reindeer', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2638, 2638, 'Flashy Christmas tree', 'tree6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2639, 2639, 'Three Seat Sofa', 'exe_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2640, 2640, 'Snowy Maze Gate', 'plant_mazegate_snow', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2641, 2641, 'Ice Block Lantern', 'xmas_icelamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2642, 2642, 'postbank Safe', 'safe_silo_pb', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2643, 2643, 'Bar', 'exe_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2644, 2644, 'Office Desk', 'exe_table', 's', 3, 2, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2645, 2645, 'Drinks Tray', 'exe_drinks', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2646, 2646, 'Snow Castle Wall', 'xmas_cstl_wall', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2647, 2647, 'Sofa Chair', 'exe_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2648, 2648, 'Santa\'s Sleigh', 'christmas_sleigh', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2649, 2649, 'Rudolph\'s Loops', 'sound_set_54', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2650, 2650, 'Boss Chair', 'exe_chair2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2651, 2651, 'Snow Castle Tower', 'xmas_cstl_twr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2652, 2652, 'Oh Holy Habbo', 'sound_set_53', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2653, 2653, 'Snowy Christmas Tree', 'tree7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2654, 2654, 'Reindeer Droppings', 'christmas_poop', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2655, 2655, 'Bar Corner', 'exe_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2656, 2656, 'RnB Grooves 4', 'sound_set_58', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2657, 2657, 'My first Habbo stool', 'noob_stool*1', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2658, 2658, 'My first Habbo stool', 'noob_stool*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2659, 2659, 'My first Habbo stool', 'noob_stool*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2660, 2660, 'My first Habbo stool', 'noob_stool*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2661, 2661, 'My first Habbo stool', 'noob_stool*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2662, 2662, 'My first Habbo stool', 'noob_stool*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2663, 2663, 'My first Habbo lamp', 'noob_lamp*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2664, 2664, 'My first Habbo lamp', 'noob_lamp*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2665, 2665, 'My first Habbo lamp', 'noob_lamp*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2666, 2666, 'My first Habbo lamp', 'noob_lamp*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2667, 2667, 'My first Habbo lamp', 'noob_lamp*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2668, 2668, 'My first Habbo lamp', 'noob_lamp*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2669, 2669, 'RnB Grooves 2', 'sound_set_56', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2670, 2670, 'RnB Grooves 5', 'sound_set_59', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2671, 2671, 'RnB Grooves 1', 'sound_set_55', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2672, 2672, 'Executive Globe', 'exe_globe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2673, 2673, 'RnB Grooves 3', 'sound_set_57', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2674, 2674, 'Office Plant', 'exe_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2675, 2675, 'My first Habbo chair', 'noob_chair*1', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2676, 2676, 'My first Habbo chair', 'noob_chair*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2677, 2677, 'My first Habbo chair', 'noob_chair*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2678, 2678, 'My first Habbo chair', 'noob_chair*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2679, 2679, 'My first Habbo chair', 'noob_chair*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2680, 2680, 'My first Habbo chair', 'noob_chair*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2681, 2681, 'My first Habbo rug', 'noob_rug*1', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2682, 2682, 'My first Habbo rug', 'noob_rug*2', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2683, 2683, 'My first Habbo rug', 'noob_rug*3', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2684, 2684, 'My first Habbo rug', 'noob_rug*4', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2685, 2685, 'My first Habbo rug', 'noob_rug*5', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2686, 2686, 'My first Habbo rug', 'noob_rug*6', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2687, 2687, 'My first Habbo table', 'noob_table*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2688, 2688, 'My first Habbo table', 'noob_table*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2689, 2689, 'My first Habbo table', 'noob_table*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2690, 2690, 'My first Habbo table', 'noob_table*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2691, 2691, 'My first Habbo table', 'noob_table*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2692, 2692, 'My first Habbo table', 'noob_table*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2693, 2693, 'Door Teleports', 'teleport_door', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2694, 2694, 'Magic Crystal Ball', 'fortune', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dice', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2695, 2695, 'Latin 1', 'sound_set_60', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2696, 2696, 'Love Randomizer', 'val_randomizer', 's', 4, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'dice', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2697, 2697, 'Chocolate', 'val_choco', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2698, 2698, 'Latin 2', 'sound_set_61', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2699, 2699, 'Grey Teddy Bear', 'val_teddy*1', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2700, 2700, 'Pink Teddy Bear', 'val_teddy*2', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2701, 2701, 'Green Teddy Bear', 'val_teddy*3', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2702, 2702, 'Brown Teddy Bear', 'val_teddy*4', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2703, 2703, 'Yellow Teddy Bear', 'val_teddy*5', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2704, 2704, 'Blue Teddy Bear', 'val_teddy*6', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2705, 2705, 'Sand Castle Tower', 'sand_cstl_twr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2706, 2706, 'Grunge Barrel', 'grunge_barrel', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2707, 2707, 'Grunge Bench', 'grunge_bench', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2708, 2708, 'Grunge Candle', 'grunge_candle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2709, 2709, 'Spiderwick Chest', 'sw_chest', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2710, 2710, 'Sand Castle Wall', 'sand_cstl_wall', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2711, 2711, 'Spiderwick Raven', 'sw_raven', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2712, 2712, 'Sand Castle Gate', 'sand_cstl_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2713, 2713, 'Spiderwick Desk', 'sw_table', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2714, 2714, 'Hexagonal Tea Table', 'arabian_tetbl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2715, 2715, 'Sushi Maguro', 'jp_tray1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2716, 2716, 'Tea Maker', 'arabian_teamk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '1', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2717, 2717, 'Sushi Tamago', 'jp_tray5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2718, 2718, 'Champion trophy', 'prizetrophy9*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2719, 2719, 'Berber Kilim Rug', 'arabian_rug', 's', 3, 5, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2720, 2720, 'Sushi Kohada', 'jp_tray6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2721, 2721, 'Green Blossom Chair', 'arabian_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2722, 2722, 'Green Blossom Pillow', 'arabian_pllw', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2723, 2723, 'Sweets Tray', 'arabian_tray3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2724, 2724, 'Sushi Ika', 'jp_tray2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2725, 2725, 'Sushi Uni', 'jp_tray4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2726, 2726, 'Sushi Ikura', 'jp_tray3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2727, 2727, 'Bubble Juice Floor', 'md_rug', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2728, 2728, 'Fruits Tray', 'arabian_tray4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2729, 2729, 'Duo Bubbles trophy', 'prizetrophy8*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2730, 2730, 'Carved Cedar Divider', 'arabian_divdr', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2731, 2731, 'Amanjena Table', 'arabian_bigtb', 's', 3, 2, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2732, 2732, 'Ornamental Urn', 'arabian_snake', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2733, 2733, 'Moon Lamp', 'rclr_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2734, 2734, 'Mint Tea Tray', 'arabian_tray1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2735, 2735, 'Candle Tray', 'arabian_tray2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2736, 2736, 'nouvelle_trax', 'nouvelle_trax', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'musicdisc', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2737, 2737, 'Calippo icecream machine', 'calippo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2738, 2738, 'Trax Alhambra 3', 'sound_set_64', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2739, 2739, 'Jukebox Pacha TV', 'jukebox_ptv*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'jukebox', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2740, 2740, 'Trax Alhambra 2', 'sound_set_63', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2741, 2741, 'Trax Alhambra 1', 'sound_set_62', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2742, 2742, 'traxgold', 'traxgold', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2743, 2743, 'traxbronze', 'traxbronze', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2744, 2744, 'traxsilver', 'traxsilver', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2745, 2745, 'bench_puffet', 'bench_puffet', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2746, 2746, 'footylamp_campaign', 'footylamp_campaign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2747, 2747, 'Blue Katana', 'jp_katana2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2748, 2748, 'Green Katana', 'jp_katana3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2749, 2749, 'Sushi Table', 'jp_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2750, 2750, 'Shishi Odoishi', 'jp_rare', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2751, 2751, 'Red Katana', 'jp_katana1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2752, 2752, 'Tiki Trax Pack 2', 'sound_set_66', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2753, 2753, 'Tiki Tray with Fish', 'tiki_tray3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2754, 2754, 'tampax_rug', 'tampax_rug', 's', 3, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2755, 2755, 'Tiki Tray with Fruit', 'tiki_tray1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2756, 2756, 'Tiki Toucan', 'tiki_toucan', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2757, 2757, 'Tiki Waterfall', 'tiki_waterfall', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2758, 2758, 'starter lamp', 'noob_lamp_tradeable*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2759, 2759, 'starter lamp', 'noob_lamp_tradeable*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2760, 2760, 'starter lamp', 'noob_lamp_tradeable*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2761, 2761, 'starter lamp', 'noob_lamp_tradeable*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2762, 2762, 'starter lamp', 'noob_lamp_tradeable*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2763, 2763, 'starter lamp', 'noob_lamp_tradeable*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2764, 2764, 'Gold Bar (500)', 'CFC_500_goldbar', 's', 1, 1, 0.50, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2765, 2765, 'Tiki Tray with Pig\'s Head', 'tiki_tray4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2766, 2766, 'Tiki Trax Pack 1', 'sound_set_65', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2767, 2767, 'Madball Trax 3', 'sound_set_70', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2768, 2768, 'Tiki Tray with Pineapple', 'tiki_tray2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2769, 2769, 'Tiki Parasol', 'tiki_parasol', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2770, 2770, 'Sack of Coins (200)', 'CFC_200_moneybag', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2771, 2771, 'Tiki Trax Pack 3', 'sound_set_67', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2772, 2772, 'Silver Coin (50)', 'CFC_50_coin_silver', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2773, 2773, 'Tiki Torch', 'tiki_torch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2774, 2774, 'Teamaker', 'jp_teamaker', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '28', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2775, 2775, 'starter chair', 'noob_chair_tradeable*1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2776, 2776, 'starter chair', 'noob_chair_tradeable*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2777, 2777, 'starter chair', 'noob_chair_tradeable*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2778, 2778, 'starter chair', 'noob_chair_tradeable*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2779, 2779, 'starter chair', 'noob_chair_tradeable*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2780, 2780, 'starter chair', 'noob_chair_tradeable*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2781, 2781, 'Tiki Jungle Rug', 'tiki_junglerug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2782, 2782, 'Tiki Statue', 'tiki_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2783, 2783, 'Lucky Bamboo', 'noob_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2784, 2784, 'Tiki Bar Stool', 'tiki_bench', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2785, 2785, 'Tiki Butterflies', 'tiki_bflies', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2786, 2786, 'starter rug', 'noob_rug_tradeable*1', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2787, 2787, 'starter rug', 'noob_rug_tradeable*2', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2788, 2788, 'starter rug', 'noob_rug_tradeable*3', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2789, 2789, 'starter rug', 'noob_rug_tradeable*4', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2790, 2790, 'starter rug', 'noob_rug_tradeable*5', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2791, 2791, 'starter rug', 'noob_rug_tradeable*6', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2792, 2792, 'Tiki Tray Empty', 'tiki_tray0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2793, 2793, 'Madball Trax 1', 'sound_set_68', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2794, 2794, 'Tiki Bar Corner', 'tiki_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2795, 2795, 'Tiki Bar Desk', 'tiki_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2796, 2796, 'Gold Coin (100)', 'CFC_100_coin_gold', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2797, 2797, 'Bronze Coin (China)', 'CFC_10_coin_bronze', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2798, 2798, 'Tiki Sand Rug', 'tiki_sand', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2799, 2799, 'Madball Trax 2', 'sound_set_69', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2800, 2800, 'Plate With Pancakes', 'diner_tray_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2801, 2801, 'Garden Gnome', 'svnr_de', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2802, 2802, 'Plate With Steak', 'diner_tray_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2803, 2803, 'Diner Rug', 'diner_rug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2804, 2804, 'Aquamarine Sofa 2', 'diner_sofa_2*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2805, 2805, 'Pink Sofa 2', 'diner_sofa_2*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2806, 2806, 'Black Sofa 2', 'diner_sofa_2*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2807, 2807, 'White Sofa 2', 'diner_sofa_2*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2808, 2808, 'Beige Sofa 2', 'diner_sofa_2*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2809, 2809, 'Blue Sofa 2', 'diner_sofa_2*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2810, 2810, 'Green Sofa 2', 'diner_sofa_2*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2811, 2811, 'Yellow Sofa 2', 'diner_sofa_2*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2812, 2812, 'Red Sofa 2', 'diner_sofa_2*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2813, 2813, 'Gondola', 'svnr_it', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2814, 2814, 'Diner Shaker', 'diner_shaker', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2815, 2815, 'Plate With Bacon', 'diner_tray_5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2816, 2816, 'Aquamarine Register', 'diner_cashreg*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2817, 2817, 'Pink Register', 'diner_cashreg*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2818, 2818, 'Black Register', 'diner_cashreg*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2819, 2819, 'White Register', 'diner_cashreg*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2820, 2820, 'Beige Register', 'diner_cashreg*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2821, 2821, 'Blue Register', 'diner_cashreg*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2822, 2822, 'Green Register', 'diner_cashreg*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2823, 2823, 'Yellow Register', 'diner_cashreg*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2824, 2824, 'Red Register', 'diner_cashreg*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2825, 2825, 'Clog', 'svnr_nl', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2826, 2826, 'Plate With Milkshakes', 'diner_tray_6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2827, 2827, 'Aquamarine Gum Machine', 'diner_gumvendor*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2828, 2828, 'Pink Gum Machine', 'diner_gumvendor*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2829, 2829, 'Black Gum Machine', 'diner_gumvendor*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2830, 2830, 'White Gum Machine', 'diner_gumvendor*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2831, 2831, 'Beige Gumball Machine', 'diner_gumvendor*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2832, 2832, 'Blue Gum Machine', 'diner_gumvendor*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2833, 2833, 'Green Gum Machine', 'diner_gumvendor*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2834, 2834, 'Yellow Gum Machine', 'diner_gumvendor*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2835, 2835, 'Red Gum Machine', 'diner_gumvendor*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '92,93,94', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2836, 2836, 'Koala', 'svnr_aus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2837, 2837, 'Empty Plate', 'diner_tray_0', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2838, 2838, 'Big Ben', 'svnr_uk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2839, 2839, 'Plate With Hamburger', 'diner_tray_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2840, 2840, 'Ketchup and Mustard', 'diner_tray_7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2841, 2841, 'Plate With Spaghetti', 'diner_tray_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2842, 2842, 'Aquamarine Gate', 'diner_bardesk_gate*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2843, 2843, 'Pink Gate', 'diner_bardesk_gate*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2844, 2844, 'Black Gate', 'diner_bardesk_gate*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2845, 2845, 'White Gate', 'diner_bardesk_gate*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2846, 2846, 'Beige Gate', 'diner_bardesk_gate*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2847, 2847, 'Blue Gate', 'diner_bardesk_gate*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2848, 2848, 'Green Gate', 'diner_bardesk_gate*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2849, 2849, 'Yellow Gate', 'diner_bardesk_gate*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2850, 2850, 'Red Gate', 'diner_bardesk_gate*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2851, 2851, 'Aquamarine Bar', 'diner_bardesk*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2852, 2852, 'Pink Bar', 'diner_bardesk*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2853, 2853, 'Black Bar', 'diner_bardesk*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2854, 2854, 'White Bar', 'diner_bardesk*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2855, 2855, 'Beige Bar', 'diner_bardesk*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2856, 2856, 'Blue Bar', 'diner_bardesk*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2857, 2857, 'Green Bar', 'diner_bardesk*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2858, 2858, 'Yellow Bar', 'diner_bardesk*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2859, 2859, 'Red Bar', 'diner_bardesk*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2860, 2860, 'ads_dave_cns', 'ads_dave_cns', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2861, 2861, 'Aquamarine Stool', 'diner_chair*1', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2862, 2862, 'Pink Stool', 'diner_chair*2', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2863, 2863, 'Black Stool', 'diner_chair*3', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2864, 2864, 'White Stool', 'diner_chair*4', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2865, 2865, 'Beige Stool', 'diner_chair*5', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2866, 2866, 'Blue Stool', 'diner_chair*6', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2867, 2867, 'Green Stool', 'diner_chair*7', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2868, 2868, 'Yellow Stool', 'diner_chair*8', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2869, 2869, 'Red Stool', 'diner_chair*9', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2870, 2870, 'Aquamarine Corner', 'diner_bardesk_corner*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2871, 2871, 'Pink Corner', 'diner_bardesk_corner*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2872, 2872, 'Black Corner', 'diner_bardesk_corner*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2873, 2873, 'White Corner', 'diner_bardesk_corner*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2874, 2874, 'Beige Corner', 'diner_bardesk_corner*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2875, 2875, 'Blue Corner', 'diner_bardesk_corner*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2876, 2876, 'Green Corner', 'diner_bardesk_corner*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2877, 2877, 'Yellow Corner', 'diner_bardesk_corner*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2878, 2878, 'Red Corner', 'diner_bardesk_corner*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2879, 2879, 'Aquamarine Table', 'diner_table_2*1', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2880, 2880, 'Pink Table', 'diner_table_2*2', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2881, 2881, 'Black Table', 'diner_table_2*3', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2882, 2882, 'White Table', 'diner_table_2*4', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2883, 2883, 'Beige Table', 'diner_table_2*5', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2884, 2884, 'Blue Table', 'diner_table_2*6', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2885, 2885, 'Green Table', 'diner_table_2*7', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2886, 2886, 'Yellow Table', 'diner_table_2*8', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2887, 2887, 'Red Table', 'diner_table_2*9', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2888, 2888, 'Aquamarine Sofa 1', 'diner_sofa_1*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2889, 2889, 'Pink Sofa 1', 'diner_sofa_1*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2890, 2890, 'Black Sofa 1', 'diner_sofa_1*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2891, 2891, 'White Sofa 1', 'diner_sofa_1*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2892, 2892, 'Beige Sofa 1', 'diner_sofa_1*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2893, 2893, 'Blue Sofa 1', 'diner_sofa_1*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2894, 2894, 'Green Sofa 1', 'diner_sofa_1*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2895, 2895, 'Yellow Sofa 1', 'diner_sofa_1*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2896, 2896, 'Red Sofa 1', 'diner_sofa_1*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2897, 2897, 'Aquamarine Booth Table', 'diner_table_1*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2898, 2898, 'Pink Booth Table', 'diner_table_1*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2899, 2899, 'Black Booth Table', 'diner_table_1*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2900, 2900, 'White Booth Table', 'diner_table_1*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2901, 2901, 'Beige Booth Table', 'diner_table_1*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2902, 2902, 'Blue Booth Table', 'diner_table_1*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2903, 2903, 'Green Booth Table', 'diner_table_1*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2904, 2904, 'Yellow Booth Table', 'diner_table_1*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2905, 2905, 'Red Booth Table', 'diner_table_1*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2906, 2906, 'Greek Seat', 'greek_seat', 's', 1, 1, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2907, 2907, 'easy_bowl2', 'easy_bowl2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2908, 2908, 'Greek Gate', 'greek_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2909, 2909, 'Greek Pillar', 'greek_pillars', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2910, 2910, 'Greek Corner', 'greek_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2911, 2911, 'easy_carpet name', 'easy_carpet', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2912, 2912, 'Greek trophy', 'greektrophy*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2913, 2913, 'Greek trophy', 'greektrophy*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2914, 2914, 'Greek trophy', 'greektrophy*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2915, 2915, 'greek_block', 'greek_block', 's', 2, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2916, 2916, 'netari_carpet', 'netari_carpet', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2917, 2917, 'HC Shelf', 'hcc_shelf', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2918, 2918, 'Crime Divider', 'det_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2919, 2919, 'HC Chair', 'hcc_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2920, 2920, 'HC Stool', 'hcc_stool', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2921, 2921, 'HC Sofa', 'hcc_sofa', 's', 2, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2922, 2922, 'Chalk Outline', 'det_body', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2923, 2923, 'HC Table', 'hcc_table', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2924, 2924, 'HC Minibar', 'hcc_minibar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '24', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2925, 2925, 'HC Sofa Chair', 'hcc_sofachair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2926, 2926, 'HC Corner', 'hcc_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2927, 2927, 'HC Divider', 'hcc_dvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2928, 2928, 'Bobba Carpet', 'sob_carpet', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2929, 2929, 'Hump Massaging Chair', 'igor_seat', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2930, 2930, 'Lime Slurpee Machine', 'ads_711*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2931, 2931, 'Cherry Slurpee Machine', 'ads_711*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2932, 2932, 'Blueberry Slurpee Machine', 'ads_711*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2933, 2933, 'ads_711*4', 'ads_711*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2934, 2934, 'The Switch', 'ads_igorswitch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2935, 2935, 'Ray Gun', 'ads_igorraygun', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2936, 2936, 'The Brain', 'ads_igorbrain', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2937, 2937, 'Gooey Hospital Bed', 'hween08_bed2', 's', 1, 3, 1.90, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2938, 2938, 'Bloody Defibrilator', 'hween08_defibs', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2939, 2939, 'Gooey Defibrilator', 'hween08_defibs2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2940, 2940, 'Gooey Sink', 'hween08_sink2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '30', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2941, 2941, 'Hospital Trolley', 'hween08_trll', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2942, 2942, 'Bloody Hospital Curtain', 'hween08_curtain', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2943, 2943, 'Bodybag', 'hween08_bbag', 's', 1, 3, 1.30, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2944, 2944, 'Bloody Sink', 'hween08_sink', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '29', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2945, 2945, 'Bloody Hospital Bed', 'hween08_bed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2946, 2946, 'Manhole', 'hween08_manhole', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2947, 2947, 'Gooey Bathtub', 'hween08_bath2', 's', 1, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2948, 2948, 'Bloody Bathtub', 'hween08_bath', 's', 1, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2949, 2949, 'Gooey Hospital Curtain', 'hween08_curtain2', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2950, 2950, 'Large Stage', 'party_block2', 's', 2, 2, 0.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2951, 2951, 'Bubble Lamp', 'party_tube_bubble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2952, 2952, 'Party Chair', 'party_seat', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2953, 2953, 'Microphone', 'party_mic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2954, 2954, 'DJ Table', 'party_djtable', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2955, 2955, 'Party Tray', 'party_tray', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '31', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2956, 2956, 'Neon Table', 'party_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2957, 2957, 'Party Corner', 'party_barcorn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2958, 2958, 'Dance Floor', 'party_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2959, 2959, 'Small Stage', 'party_block', 's', 1, 1, 0.90, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2960, 2960, 'Neon Chair', 'party_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2961, 2961, 'Beamer', 'party_beamer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2962, 2962, 'Party Bar', 'party_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2963, 2963, 'Party Spotlight', 'party_discol', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2964, 2964, 'Disco Ball', 'party_ball', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2965, 2965, 'Laser', 'party_ravel', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2966, 2966, 'Lava Lamp', 'party_tube_lava', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2967, 2967, 'Icy Xmas Tree', 'xmas08_icetree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2968, 2968, 'Icy Lantern', 'xmas08_lantern', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2969, 2969, 'Robot Penguin', 'penguin_robot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2970, 2970, 'Icy Divider Corner', 'xmas08_dvdr2', 's', 1, 1, 1.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2971, 2971, 'Christmas Penguin', 'penguin_elf', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2972, 2972, 'Penguin Gift', 'xmas08_trph1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2973, 2973, 'Skater Penguin', 'penguin_skater', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2974, 2974, 'campfire', 'campfire', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2975, 2975, 'Bunny Penguin', 'penguin_bunny', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2976, 2976, 'Ninja Penguin', 'penguin_ninja', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2977, 2977, 'Emperor Penguin', 'penguin_basic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2978, 2978, 'Icy Teleport', 'xmas08_telep', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2979, 2979, 'Boxer Penguin', 'penguin_boxer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2980, 2980, 'Fish Hole', 'xmas08_hole', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '34', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2981, 2981, 'Ski Penguin', 'penguin_ski', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2982, 2982, 'Snow Storm', 'xmas_snow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2983, 2983, 'Infected Penguin', 'penguin_infected', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2984, 2984, 'Summer Penguin', 'penguin_swim', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2985, 2985, 'Geyser', 'xmas08_geysir', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2986, 2986, 'Hot Tub', 'xmas08_hottub', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2987, 2987, 'Cowboy Penguin', 'penguin_cowboy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2988, 2988, 'Hockey Penguin', 'penguin_icehockey', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2989, 2989, 'Clown Penguin', 'penguin_clown', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2990, 2990, 'Luchador Penguin', 'penguin_wrestler', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2991, 2991, 'Finnish sauna', 'svnr_fi', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2992, 2992, 'Icy Divider', 'xmas08_dvdr1', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2993, 2993, 'Fluorescent Penguin', 'penguin_glow', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2994, 2994, 'Sumo Penguin', 'penguin_sumo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2995, 2995, 'Musketeer Penguin', 'penguin_musketeer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2996, 2996, 'Ballerina Penguin', 'penguin_ballet', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2997, 2997, 'Magic Penguin', 'penguin_magician', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2998, 2998, 'Superhero Penguin', 'penguin_super', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (2999, 2999, 'Pirate Penguin', 'penguin_pirate', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3000, 3000, 'Sound set 71', 'sound_set_71', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3001, 3001, 'Icy Chair', 'xmas08_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3002, 3002, 'Ice Patch', 'xmas08_icerug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3003, 3003, 'Beautiful Penguin', 'penguin_hunchback', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3004, 3004, 'Punk Penguin', 'penguin_punk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3005, 3005, 'Snow Seat', 'xmas08_snowpl', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3006, 3006, 'Cube Tree', 'xmas08_cubetree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3007, 3007, 'Pilot Penguin', 'penguin_pilot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3008, 3008, 'Executive Penguin', 'penguin_suit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3009, 3009, 'Icy Table', 'xmas08_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3010, 3010, 'Disco Penguin', 'penguin_rock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3011, 3011, 'Explosion', 'fx_explosion', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3012, 3012, 'Bubbles', 'fx_bubble', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3013, 3013, 'Flare', 'fx_flare', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3014, 3014, 'Idea Agency Teleporter', 'ads_cltele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3015, 3015, 'Eco Friendly Penguin', 'xmas08_trph2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3016, 3016, 'The Leviatha', 'lostc_merdragon', 's', 1, 3, 1.00, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3017, 3017, 'Idea Agency Desk', 'ads_cldesk', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3018, 3018, 'OB Pillow', 'ads_ob_pillow', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3019, 3019, 'Childline Rug', 'ads_clfloor', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3020, 3020, 'Mall tele-door', 'ads_mall_tele', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3021, 3021, 'Idea Agency Lava Lamp', 'ads_cllava2', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3022, 3022, 'Lotus Pool', 'bolly_lotus_pool', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3023, 3023, 'kinkysofa', 'kinkysofa', 's', 2, 1, 1.30, 1, 2, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3024, 3024, 'Moongate', 'china_moongt', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3025, 3025, 'Ox Statue', 'china_ox', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3026, 3026, 'Petals', 'bolly_petals', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3027, 3027, 'Basic Floor Tile', 'bolly_tile2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3028, 3028, 'Ornamental Floor Tile', 'bolly_tile1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3029, 3029, 'Fountain', 'bolly_fountain', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3030, 3030, 'Pillow', 'bolly_pillow', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3031, 3031, 'Corner', 'bolly_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3032, 3032, 'Yellow Curtain', 'bolly_drapec', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3033, 3033, 'Elephant Minibar', 'bolly_phant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '35', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3034, 3034, 'Elephant Minibar', 'bolly_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3035, 3035, 'Large square table', 'bolly_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3036, 3036, 'Monkey Lamp', 'bolly_monkey_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3037, 3037, 'Swing', 'bolly_swing', 's', 2, 1, 1.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3038, 3038, 'Pink Curtain', 'bolly_drapea', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3039, 3039, 'Palm Tree', 'bolly_palm', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3040, 3040, 'Green Curtain', 'bolly_drapeb', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3041, 3041, 'Chandelier', 'bolly_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3042, 3042, 'Palm Tree', 'bolly_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3043, 3043, 'Vase of Flowers', 'bolly_vase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1019', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3044, 3044, 'Planet of Love', 'planet_of_love', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3045, 3045, 'American Idol Floor Tile 1', 'ads_idol_floor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3046, 3046, 'Flask', 'ads_igor_flask', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3047, 3047, 'American Idol Floor Tile 2', 'ads_idol_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3048, 3048, 'American Idol Curtain', 'ads_idol_drape', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3049, 3049, 'Evil Genius Desk', 'ads_igor_dsk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3050, 3050, 'American Idol Judge Desk', 'ads_idol_desk', 's', 1, 4, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3051, 3051, 'American Idol Judge Chair', 'ads_idol_ch', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3052, 3052, 'Iku-Turso', 'lostc_octopus', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3053, 3053, 'American Idol Star Teleport', 'ads_idol_tele', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3054, 3054, 'American Idol Microphone', 'ads_idol_mic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3055, 3055, 'American Idol Trax Machine', 'ads_idol_trax', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3056, 3056, 'American Idol Piano Chair', 'ads_idol_pchair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3057, 3057, 'American Idol Audience Chair', 'ads_idol_audChr', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3058, 3058, 'American Idol Piano', 'ads_idol_piano', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3059, 3059, 'American Idol Jukebox', 'ads_idol_jukebox*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'jukebox', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3060, 3060, 'Ocean Floor Window', 'lc_glass_floor', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3061, 3061, 'Wood Chair', 'lc_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3062, 3062, 'Crab Patch', 'lc_crab1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3063, 3063, 'Wood Stool', 'lc_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3064, 3064, 'Large Jellyfish Lamp', 'lc_medusa1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3065, 3065, 'Water Tubes', 'lc_tubes_straight', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3066, 3066, '7-11 Cooler', 'ads_711shelf', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3067, 3067, 'Wood Table', 'lc_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3068, 3068, 'Clawford C. Crabbington III', 'lc_crab2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3069, 3069, 'Cobbled Stones', 'lc_tile2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3070, 3070, 'Bar Desk', 'lc_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3071, 3071, 'Architeuthis', 'lostc_teleport', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3072, 3072, 'Tube Corner', 'lc_tubes_corners', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3073, 3073, 'Jellyfish Lamp', 'lc_medusa2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3074, 3074, 'Anemone', 'lc_anemone', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3075, 3075, 'Bar Corner', 'lc_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3076, 3076, 'Marble Floor Tile', 'lc_tile1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3077, 3077, 'Coral Divider', 'lc_coral_divider_low', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3078, 3078, 'Large Coral Divider', 'lc_coral_divider_hi', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3079, 3079, 'Clothes Rack', 'ads_idol_clRack', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3080, 3080, 'Hot Spot & Scoreboard', 'ads_idol_hotspot', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 103, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3081, 3081, 'Voting Chair', 'ads_idol_voting_ch', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3082, 3082, 'Eco Light 2', 'eco_light2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3083, 3083, 'Potted Cactus 1', 'eco_cactus1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3084, 3084, 'Eco Stool 1', 'eco_chair1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3085, 3085, 'Potted Cactus 3', 'eco_cactus3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3086, 3086, 'Eco Coffee Table 3', 'eco_table3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3087, 3087, 'Safety Cone', 'bump_tottero', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3088, 3088, 'Eco Armchair 3', 'eco_sofa3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3089, 3089, 'Eco Coffee Table 2', 'eco_table2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3090, 3090, 'Road Signs', 'bump_signs', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3091, 3091, 'Eco Lamp 3', 'eco_lamp3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3092, 3092, 'Eco Lamp 2', 'eco_lamp2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3093, 3093, 'Orange Tree', 'eco_tree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3094, 3094, 'Eco Stool 3', 'eco_chair3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3095, 3095, 'Furni-Matic Box', 'ecotron_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3096, 3096, 'Eco Armchair 1', 'eco_sofa1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3097, 3097, 'Eco Lamp 1', 'eco_lamp1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3098, 3098, 'Eco Light 1', 'eco_light1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3099, 3099, 'Eco Coffee Table 1', 'eco_table1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3100, 3100, 'Eco Armchair 2', 'eco_sofa2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3101, 3101, 'Bumper Tires', 'bump_tires', 's', 1, 1, 0.80, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3102, 3102, 'Fruit Bowl 2', 'eco_fruits2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3103, 3103, 'Traffic Lights', 'bump_lights', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3104, 3104, 'Fruit Bowl 3', 'eco_fruits3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3105, 3105, 'Potted Cactus 2', 'eco_cactus2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3106, 3106, 'Eco Stool 2', 'eco_chair2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3107, 3107, 'Fruit Bowl 1', 'eco_fruits1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3108, 3108, 'Eco Light 3', 'eco_light3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3109, 3109, 'Pear Tree', 'eco_tree2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3110, 3110, 'Road', 'bump_road', 's', 2, 2, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3111, 3111, 'Talk To FRANK Brain Lamp', 'ads_frankb', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3112, 3112, 'ads_grefusa_cactus name', 'ads_grefusa_cactus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3113, 3113, 'Sacred Fire', 'totem_leg', 's', 1, 1, 1.25, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3114, 3114, 'Art Lamp', 'exe_artlamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3115, 3115, 'Bush Divider', 'env_bushes', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3116, 3116, 'News Reporter Desk', 'ads_idol_newsDsk', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3117, 3117, 'Beech Stool', 'env_tree1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3118, 3118, 'Friendship Tree', 'env_tree4', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3119, 3119, 'Gate', 'exe_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3120, 3120, 'Cubicle Partition', 'ads_idol_cork', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3121, 3121, 'Cubelight', 'exe_cubelight', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3122, 3122, 'Light', 'exe_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3123, 3123, 'Tree Stool 2', 'env_tree2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3124, 3124, 'Interview Chair', 'ads_idol_ichair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3125, 3125, 'Linden Stool', 'env_tree3', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3126, 3126, 'Tube Light', 'ads_idol_tube', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3127, 3127, 'Idea Agency Jukebox', 'ads_cl_jukeb', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3128, 3128, 'Bush Gate Divider', 'env_bushes_gate', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3129, 3129, 'Grass Patch', 'env_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3130, 3130, 'Beverage Tower', 'tray_glasstower', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '40', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3131, 3131, 'ads_malaco_gu', 'ads_malaco_gu', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3132, 3132, 'ads_reebok_block2', 'ads_reebok_block2', 's', 2, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3133, 3133, 'Elegant Party Cake', 'tray_cake', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3134, 3134, 'Beverage Tray', 'tray_champagne', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3135, 3135, 'ads_malaco_rug_name', 'ads_malaco_rug', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3136, 3136, 'Formal Dining Table', 'ads_idol_tblCloth', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3137, 3137, 'Idea Agency Sofa', 'ads_cl_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3138, 3138, 'Blue Chandelier', 'ads_idol_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3139, 3139, 'Idea Agency Super Cake', 'ads_clcake', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3140, 3140, 'American Idol Carpet', 'ads_idol_carpet', 's', 2, 7, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3141, 3141, 'Rock Divider', 'country_fnc2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3142, 3142, 'Eco Mushroom 1', 'eco_mush1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3143, 3143, 'Rainbow', 'country_rbw', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3144, 3144, 'Country Trax Pack', 'sound_set_72', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3145, 3145, 'Soil', 'country_soil', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3146, 3146, 'Log', 'country_log', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3147, 3147, 'Tractor', 'country_trctr', 's', 2, 2, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3148, 3148, 'Country Stage', 'country_stage', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3149, 3149, 'Well', 'country_well', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '91', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3150, 3150, 'Gate', 'country_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3151, 3151, 'The Golden Tablet', 'ads_goldtabl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3152, 3152, 'Rock Corner Divider', 'country_fnc3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3153, 3153, 'Rain', 'country_rain', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3154, 3154, 'Wooden Divider', 'country_fnc1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3155, 3155, 'Eco Mushroom 2', 'eco_mush2', 's', 1, 1, 1.50, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3156, 3156, 'ads_calip_cola_1 name', 'ads_calip_cola*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3157, 3157, 'ads_calip_cola_2 name', 'ads_calip_cola*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3158, 3158, 'ads_calip_cola_3 name', 'ads_calip_cola*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3159, 3159, 'ads_calip_cola_4 name', 'ads_calip_cola*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3160, 3160, 'Scarecrow', 'country_scarecrow', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3161, 3161, 'The Outhouse', 'env_telep', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3162, 3162, 'Grass Patch', 'country_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3163, 3163, 'Wheat Patch', 'country_wheat', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3164, 3164, 'Ditch Corner', 'country_corner', 's', 1, 1, 0.20, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3165, 3165, 'Ditch', 'country_ditch', 's', 1, 2, 0.20, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3166, 3166, 'Patio', 'country_patio', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3167, 3167, 'Totem Spirit Head', 'totem_head', 's', 1, 1, 1.75, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 15, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3168, 3168, 'ads_calip_chair name', 'ads_calip_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3169, 3169, 'American Idol Trophy', 'ads_idol_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3170, 3170, 'Small Torch', 'LT_pillar2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3171, 3171, 'Tribal Seat', 'LT_throne', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3172, 3172, 'Lost Tribe Gate', 'lt_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3173, 3173, 'Laptop Desk', 'laptopdesk', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3174, 3174, 'Ant Hill', 'lt_bughill', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3175, 3175, 'Lost Tribe Large Stage', 'lt_stage2', 's', 2, 2, 0.90, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3176, 3176, 'Lava Ditch', 'lt_lava', 's', 1, 2, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3177, 3177, 'Stone Divider', 'lt_stone2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3178, 3178, 'Legs Tarantina', 'lt_spider', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3179, 3179, 'Audience Chair', 'audChr', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3180, 3180, 'Lava Corner', 'lt_lavac', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3181, 3181, 'Planet of Eternity', 'saturn', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3182, 3182, 'ads_calip_pool name', 'ads_calip_pool', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3183, 3183, 'Lost Tribe Small Stage', 'lt_stage1', 's', 1, 1, 0.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3184, 3184, 'Clothes Rack', 'clrack', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3185, 3185, 'Lost Tribe Statue', 'lt_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3186, 3186, 'Notice Board', 'noticeboard', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3187, 3187, 'Big Torch', 'LT_pillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3188, 3188, 'Lost Tribe Patch', 'lt_patch', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3189, 3189, 'The Lost Skull', 'LT_skull', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3190, 3190, 'ads_calip_tele name', 'ads_calip_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3195, 3195, 'ads_calip_parasol name', 'ads_calip_parasol', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3196, 3196, 'Stone Corner', 'lt_stone1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3197, 3197, 'ads_calip_lava name', 'ads_calip_lava', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3198, 3198, 'ads_calip_fan', 'ads_calip_fan', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3199, 3199, 'Transparent Floor', 'transparent_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3200, 3200, 'Totem Planet', 'totem_planet', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3201, 3201, 'voting_ch name', 'voting_ch', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3202, 3202, 'Quick Coffee Stop', 'ads_mall_coffeem', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '41', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3203, 3203, 'Spaceship Roof', 'sf_roof', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3204, 3204, 'Large Crate', 'SF_crate_2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3205, 3205, 'Small Crate', 'SF_crate_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3206, 3206, 'Light Pole', 'sf_stick', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3207, 3207, 'Medium Chair', 'SF_chair_blue', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3208, 3208, 'Navigation Console', 'SF_panel3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3209, 3209, 'SciFi Roller', 'sf_roller', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3210, 3210, 'Dizziti', 'SF_alien', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3211, 3211, 'Spaceship Floor Dark', 'SF_floor_2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3212, 3212, 'Warp Reactor', 'SF_reactor', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3213, 3213, 'Transparent Floor', 'sf_floor', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3214, 3214, 'Space Teleporter', 'sf_tele', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3215, 3215, 'Small Chair', 'SF_chair_green', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3216, 3216, 'Mall Kiosk', 'ads_mall_kiosk', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '29,30,34,36,37,38', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3217, 3217, 'Command Console', 'SF_panel1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3218, 3218, 'Engineering Console', 'SF_panel2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3219, 3219, 'Cryogenic Bed', 'sf_pod', 's', 1, 3, 1.36, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3220, 3220, 'Space Table', 'SF_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3221, 3221, 'Display-Gate', 'sf_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3222, 3222, 'Spaceship Floor Light', 'SF_floor_1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3223, 3223, 'Captain\'s Chair', 'SF_chair_red', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3224, 3224, 'Spaceship Lamp', 'SF_lamp', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3225, 3225, 'Cool Trophy', 'prizetrophy_cool', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3226, 3226, 'ads_elisa_gnome name', 'ads_elisa_gnome', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3227, 3227, 'Blue Raft', 'summer_raft2', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3228, 3228, 'Pink Raft', 'summer_raft1', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3229, 3229, 'Hot Trophy', 'prizetrophy_hot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3230, 3230, 'Orange Soda Machine', 'ads_oc_soda', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3231, 3231, 'Ice Box', 'summer_icebox', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '43', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3232, 3232, 'Mars Moonrug', 'marsrug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3233, 3233, 'Relaxation Stones', 'rela_stone', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3234, 3234, 'White Candles', 'rela_candles1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3235, 3235, 'Violet Candle', 'rela_candle3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3236, 3236, 'Violet Candles', 'rela_candles3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3237, 3237, 'The Asteroid', 'pix_asteroid', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3238, 3238, 'White Candle', 'rela_candle1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3239, 3239, 'Orchid', 'rela_orchid', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3240, 3240, 'Stick in Jar', 'rela_stick', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3241, 3241, 'Orange Slurpee Machine', 'ads_711*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3242, 3242, 'Aqua Slurpee Machine', 'ads_711*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3243, 3243, 'Pink Slurpee Machine', 'ads_711*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3244, 3244, 'Red Candle', 'rela_candle2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3245, 3245, 'Red Candles', 'rela_candles2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3246, 3246, 'Relaxation Plant', 'rela_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3247, 3247, 'Comfort Cradle', 'rela_hchair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3248, 3248, 'Rock Seat', 'rela_rock', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3249, 3249, 'Kitchen Fridge', 'ktchn_fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '3,36,37,38', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3250, 3250, 'Kitchen Inspector', 'ktchn_inspctr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3251, 3251, 'ads_1800tele', 'ads_1800tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3252, 3252, 'Hanging Pot Rack', 'ktchn_pots', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3253, 3253, 'Kitchen Counter Large', 'ktchn_countr_2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3254, 3254, 'Kitchen Swinging Door', 'ktchn_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3255, 3255, 'Butcher\'s Block', 'ktchn_bBlock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3256, 3256, 'Industrial Stove', 'ktchn_stove', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3257, 3257, 'Kitchen Wall Divider Corner', 'ktchn_cornr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3258, 3258, 'Kitchen Light', 'ktchn_light', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3259, 3259, 'Kitchen Wall Divider', 'ktchn_dvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3260, 3260, 'Kitchen Work Table', 'ktchn_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3261, 3261, 'Kitchen Counter Small', 'ktchn_countr_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3262, 3262, 'Industrial Sink', 'ktchn_sink', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3263, 3263, 'Dinner Plates', 'ktchn_plates', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3264, 3264, 'Trash Can', 'ktchn_trash', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3265, 3265, 'Street Lamp', 'urban_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3266, 3266, 'Urban Trash Can', 'urban_bin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3267, 3267, 'Urban Fence', 'urban_fence', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3268, 3268, 'Taxi Sofa', 'urban_carsofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3269, 3269, 'Urban Bench', 'urban_bench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3270, 3270, 'Road Block', 'urban_blocker', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3271, 3271, 'Urban Basketball Hoop', 'urban_bsktbll', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3272, 3272, 'Fire Hydrant', 'urban_wpost', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3273, 3273, 'Astro-Bar', 'sf_mbar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '44', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3274, 3274, 'Sidewalk', 'urban_sidewalk', 's', 2, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3275, 3275, 'Urban Fence Corner', 'urban_fence_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3276, 3276, 'ads_idol_l_carpet name', 'ads_idol_l_carpet', 's', 2, 7, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3277, 3277, 'ads_gsArcade_1 name', 'ads_gsArcade_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3278, 3278, 'Arcade Cabinet', 'ads_gsArcade_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3279, 3279, 'Golden EMA Trophy', 'ads_mtvtrophy_gold', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3280, 3280, 'ads_spang_sleep', 'ads_spang_sleep', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3281, 3281, 'MTV EMA Trophy', 'ads_mtvtrophy_silver', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3282, 3282, 'Ghostly Organ', 'hween09_organ', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3283, 3283, 'ads_idol_chmpgn', 'ads_idol_chmpgn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3284, 3284, 'Clean Bench', 'urban_bench_plain', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3285, 3285, 'Creepy Trap Door', 'hween09_hatch', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3286, 3286, 'Creepy Table', 'hween09_table', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3287, 3287, 'Strange Jar', 'hween09_jar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3288, 3288, 'Creaky Floor', 'hween09_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3289, 3289, 'byesw_hotel', 'byesw_hotel', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3290, 3290, 'Ghost-in-the-Box', 'hween09_ghost', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3291, 3291, 'byesw_hand', 'byesw_hand', 's', 1, 1, 1.35, 0, 1, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3292, 3292, 'Haunted TV', 'hween09_tv', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3293, 3293, 'Ghostly Mirror', 'hween09_mirror', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3294, 3294, 'Haunted Chandelier', 'hween09_chandelier', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3295, 3295, 'Haunted Chair', 'hween09_chair', 's', 1, 1, 1.35, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3296, 3296, 'Toolbox', 'ads_twi_toolbx', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3297, 3297, 'Cake on Table with Presents', 'ads_twi_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3298, 3298, 'Clock Tower', 'ads_twi_tower', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3299, 3299, 'Broken Piano', 'ads_twi_piano', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3300, 3300, 'Volturi Royal Chair', 'ads_twi_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3301, 3301, 'Fountain', 'ads_twi_fountn', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3302, 3302, 'Clock Tower wall', 'ads_twi_dvdr2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3303, 3303, 'Half wall', 'ads_twi_dvdr1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3304, 3304, 'Standing Rose Bouquet', 'ads_twi_roses', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3305, 3305, 'Elevator Teleport', 'exe_elevator', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3306, 3306, 'Mall Lift', 'ads_mall_elevator', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3307, 3307, 'The Health Nut', 'ktchn_hlthNut', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3308, 3308, 'Fog', 'ads_twi_mist', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3309, 3309, 'Regular Nest Brown', 'nest_plow_bro', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'normal', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3310, 3310, 'Snug Nest Green', 'nest_snug_grn', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3311, 3311, 'Twilight Trophy', 'ads_twi_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3312, 3312, 'Arabian Tile', 'arabian_tile', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3313, 3313, 'Large Bauble', 'xm09_lrgBauble', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3314, 3314, 'Candy Canes', 'xm09_candyCane', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3315, 3315, 'Snug Nest Blue', 'nest_snug_blu', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3316, 3316, 'Regular Nest Blue', 'nest_plow_blu', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3317, 3317, 'Snug Nest Red', 'nest_snug_red', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3318, 3318, 'Regular Nest', 'nest_plow_reg', 's', 1, 1, 0.80, 0, 1, 0, 1, 1, 1, 0, 0, 1, 'normal', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3319, 3319, 'Snug Nest Yellow', 'nest_snug_yel', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3320, 3320, 'Regular Nest Red', 'nest_plow_red', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3321, 3321, 'Ice Apples', 'petfood7', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3322, 3322, 'Salmon', 'petfood9', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3323, 3323, 'Red Apples', 'petfood6', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3324, 3324, 'Green Apples', 'petfood5', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3325, 3325, 'Chicken', 'petfood8', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3326, 3326, 'Holiday Cake', 'petfood10', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3327, 3327, 'Party Lantern', 'party_lantern', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3328, 3328, 'Snowman middle', 'xm09_man_b', 's', 1, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3329, 3329, 'Snowman head', 'xm09_man_c', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3330, 3330, 'Snowman legs', 'xm09_man_a', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3331, 3331, 'Dirt Nest', 'nest_dirt', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3332, 3332, 'Snug Nest Purple', 'nest_snug_prp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3333, 3333, 'Basket Nest', 'nest_basket', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3334, 3334, 'Stone Nest', 'nest_nest', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3335, 3335, 'Holiday Table', 'xm09_table', 's', 2, 6, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3336, 3336, 'Nest of Nails', 'nest_nails', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3337, 3337, 'Hot Chocolate Maker', 'xm09_cocoa', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '10', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3338, 3338, 'Snug Nest Dark', 'nest_snug_bla', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3339, 3339, 'Ice Nest', 'nest_ice', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3340, 3340, 'Holiday Bench', 'xm09_bench', 's', 6, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3341, 3341, 'Skull Pillow Nest', 'nest_plow_skl', 's', 1, 1, 0.30, 0, 1, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3342, 3342, 'ads_cl_moodi', 'ads_cl_moodi', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '46,47,45', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3343, 3343, 'prizetrophy_nrj name', 'prizetrophy_nrj', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3344, 3344, 'Tiger Statue', 'china_tiger', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3345, 3345, 'org_chrblk', 'org_chrblk', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3346, 3346, 'Tiger Seat', 'china_tigrSeat', 's', 1, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3347, 3347, 'Black Organo Table', 'org_tblblk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3348, 3348, 'Pinky Organo Lamp', 'org_lamppnk', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3349, 3349, 'org_chairblk', 'org_chairblk', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3350, 3350, 'org_chrpnk', 'org_chrpnk', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3351, 3351, '2009 Habbo Trophy', 'xm09_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3352, 3352, 'Pinky Organo Table', 'org_tblpnk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3353, 3353, 'org_lampblk', 'org_lampblk', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3354, 3354, 'org_chairpnk', 'org_chairpnk', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3355, 3355, 'Chinese Blossom Tree', 'china_plmTree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3356, 3356, 'org_table', 'org_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3357, 3357, 'Wooden Tile', 'val09_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3358, 3358, 'Pile Of Letters', 'petfood11', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3359, 3359, 'TV Remote', 'petfood13', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3360, 3360, 'Suave Chair', 'bling_chair_b', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3361, 3361, 'Suave Chair', 'bling_chair_c', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3362, 3362, 'Golden Toilet', 'bling_toilet', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3363, 3363, 'Polished Tile', 'val09_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3364, 3364, 'Bling Bed', 'bling_bed', 's', 2, 3, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3365, 3365, 'ads_droetker_paula name', 'ads_droetker_paula', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '49', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3366, 3366, 'Big Purple Fridge', 'bling_fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '50', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3367, 3367, 'ads_chups name', 'ads_chups', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '48', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3368, 3368, 'Suave Chair', 'bling_chair_a', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3369, 3369, 'Jacuzzi', 'bling_pool', 's', 3, 1, 0.01, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3370, 3370, 'Books', 'petfood12', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3371, 3371, 'Leather Sofa', 'bling_sofa', 's', 2, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3372, 3372, 'Gift Wrapped', 'present_wrap*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3373, 3373, 'Gift Wrapped', 'present_wrap*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3374, 3374, 'Gift Wrapped', 'present_wrap*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3375, 3375, 'Gift Wrapped', 'present_wrap*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3376, 3376, 'Gift Wrapped', 'present_wrap*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3377, 3377, 'Gift Wrapped', 'present_wrap*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3378, 3378, 'Gift Wrapped', 'present_wrap*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3379, 3379, 'Gift Wrapped', 'present_wrap*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3380, 3380, 'Gift Wrapped', 'present_wrap*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3381, 3381, 'Gift Wrapped', 'present_wrap*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3382, 3382, 'Valentines Gift Basket', 'val_basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3383, 3383, 'Pink Teddy', 'teddy_pink', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3384, 3384, 'Pilot Teddy', 'teddy_pendergrass', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3385, 3385, 'Teddy Bear', 'teddy_bear', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3386, 3386, 'Black Heart Chair', 'val_hSeat*1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3387, 3387, 'White Heart Chair', 'val_hSeat*2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3388, 3388, 'Red Heart Chair', 'val_hSeat*3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3389, 3389, 'Pink Heart Chair', 'val_hSeat*4', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3390, 3390, 'Yellow Heart Chair', 'val_hSeat*5', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3391, 3391, 'Purple Heart Chair', 'val_hSeat*6', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3392, 3392, 'Blue Heart Chair', 'val_hSeat*7', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3393, 3393, 'Brown Teddy', 'teddy_basic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3394, 3394, 'Bling Fridge', 'bling_fridge_restricted', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '50', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3395, 3395, 'Bolt of Zeus', 'ads_percyrock', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3396, 3396, 'Power Shower', 'bling_shwr', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3397, 3397, 'Romantic Dinner Table', 'val_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3398, 3398, 'T-Rex', 'rare_trex', 's', 3, 7, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3399, 3399, 'Rare Iron Maiden', 'rare_ironmaiden', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3400, 3400, 'Crystal Patch', 'crystal_patch', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3401, 3401, 'Gigantic Beanstalk', 'beanstalk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3402, 3402, 'rare_mmmth name', 'rare_mmmth', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3403, 3403, 'Rare Voodoo Doll', 'rare_vdoll', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3404, 3404, 'Perfectly Pink Rush', 'garden_mursu', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3405, 3405, 'Star Flower', 'garden_jyrki', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3406, 3406, 'Violet blossom', 'garden_seed', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3407, 3407, 'Ravishing Red Lupine', 'garden_lupin3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3408, 3408, 'Gallant Gold Rush', 'garden_mursu3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3409, 3409, 'Yellow Delight', 'garden_flo2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '1008', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3410, 3410, 'Thumbs Up Trophy', 'prizetrophy_thumb', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3411, 3411, 'Princly Purple Lupine', 'garden_lupin5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3412, 3412, 'Rampaging Red Rush', 'garden_mursu2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3413, 3413, 'Bauhibia Orchid Tree', 'garden_orchtree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3414, 3414, 'Wimsome White Rush', 'garden_mursu4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3415, 3415, 'Wonder Lamp', 'garden_flolamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3416, 3416, 'Sky Blue Lupine', 'garden_lupin2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3417, 3417, 'Weird Staring Bush', 'garden_staringbush', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3418, 3418, 'Jimson Weed', 'garden_flo1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '1007', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3419, 3419, 'White Lupine', 'garden_lupin4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3420, 3420, 'Snapping Teleporter', 'garden_flytrap', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3421, 3421, 'Gold Lupine', 'garden_lupin1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3422, 3422, 'Duck Grass', 'garden_jungle', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3423, 3423, 'ads_grefusa_yum', 'ads_grefusa_yum', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '51, 52', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3424, 3424, 'Volcano Flower', 'garden_volcano', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'alert', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3425, 3425, 'Garden Leaves', 'garden_leaves', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3426, 3426, 'Pink Pandemic', 'garden_flo3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '1009', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3427, 3427, 'Runway Red Fashion Chair', 'runway_bigchr_2', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3428, 3428, 'Black Vase', 'hc2_vase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3429, 3429, 'Pink Styling Chair', 'runway_chair_2', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3430, 3430, 'Service Trolley', 'hc2_cart', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3431, 3431, 'HC Divider', 'hc3_divider', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3432, 3432, 'Mannequin Head', 'runway_head', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3433, 3433, 'Runway White Catwalk', 'runway_block_1', 's', 2, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3434, 3434, 'Glass Table', 'hc2_sofatbl', 's', 2, 2, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3435, 3435, 'Runway Purple Fashion Chair', 'runway_bigchr_4', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3436, 3436, 'Leather Armchair', 'hc2_armchair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3437, 3437, 'Runway Male Mannequin', 'runway_manqn_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3438, 3438, 'HC Shelves', 'hc3_shelf', 's', 3, 1, 1.75, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3439, 3439, 'Leather Bar Stool', 'hc2_barchair', 's', 1, 1, 1.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3440, 3440, 'Trendy Rug', 'hc2_carpet', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3441, 3441, 'HC Sofa', 'hc3_sofa', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3442, 3442, 'Runway Stool', 'runway_stool', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3443, 3443, 'Runway Black Catwalk', 'runway_block_2', 's', 2, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3444, 3444, 'Runway Sewing Table', 'runway_table_2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3445, 3445, 'HC Bar Desk', 'hc3_bard', 's', 2, 1, 1.05, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3446, 3446, 'Black Lamp', 'hc2_biglamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3447, 3447, 'HC Lamp', 'hc3_hugelamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3448, 3448, 'HC Stool', 'hc3_stool', 's', 1, 1, 1.70, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3449, 3449, 'Black Divider', 'hc2_divider', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3450, 3450, 'Espresso Machine', 'hc2_coffee', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '9,8,14,15,6,10,11,12', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3451, 3451, 'Black Styling Chair', 'runway_chair_1', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3452, 3452, 'Leather Sofa', 'hc2_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3453, 3453, 'ads_cheetos name', 'ads_cheetos', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '51, 52', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3454, 3454, 'Runway Brown Fashion Chair', 'runway_bigchr_3', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3455, 3455, 'Travel Trunk', 'merger_chest', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3456, 3456, 'Salon Desk', 'runway_dvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3457, 3457, 'Salon Display', 'runway_display', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3458, 3458, 'Suave Fireplace', 'hc2_frplc', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3459, 3459, 'Leather Duvan', 'hc2_dvn', 's', 1, 3, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3460, 3460, 'Runway Design Table', 'runway_table_1', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3461, 3461, 'HC Duvan', 'hc3_dc', 's', 1, 3, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3462, 3462, 'Runway Blue Fashion Chair', 'runway_bigchr_1', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3463, 3463, 'Runway Black Fashion Chair', 'runway_bigchr_5', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3464, 3464, 'Runway Bench', 'runway_bench', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3465, 3465, 'HC Light', 'hc3_light', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3466, 3466, 'HC Coffee Table', 'hc3_table', 's', 2, 2, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3467, 3467, 'Runway Female Mannequin', 'runway_manqn_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3468, 3468, 'Silver Carp', 'cmp_fish_s', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3469, 3469, 'Black Carp', 'cmp_fish_bk', 's', 1, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3470, 3470, 'HC Stereo', 'hc3_stereo', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3471, 3471, 'Blue Ultimate Machine', 'cmp_nobox_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3472, 3472, 'Blue Carp', 'cmp_fish_b', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3473, 3473, 'Yellow Ultimate Machine', 'cmp_nobox_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3474, 3474, 'Green Carp', 'cmp_fish_gr', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3475, 3475, 'Golden Carp', 'cmp_fish_g', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3476, 3476, 'Red Ultimate Machine', 'cmp_nobox', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3477, 3477, 'Red Carp', 'cmp_fish_r', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3478, 3478, 'Ultramarine', 'cmp_sub', 's', 7, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3479, 3479, 'HC Vase', 'hc3_vase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3480, 3480, 'Large Blue Crate', 'party_crate2_1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3481, 3481, 'Small Pink Crate', 'party_crate1_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3482, 3482, 'Flower Arrangement', 'wed_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3483, 3483, 'Arch', 'wed_arch', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3484, 3484, 'Pro Digital Deck', 'party_djset', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3485, 3485, 'Small Yellow Crate', 'party_crate1_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3486, 3486, 'ads_chocapic name', 'ads_chocapic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3487, 3487, 'Small Blue Crate', 'party_crate1_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3488, 3488, 'Ice Sculpture', 'wed_icesculp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3489, 3489, 'Small Green Crate', 'party_crate1_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3490, 3490, 'Large Green Crate', 'party_crate2_2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3491, 3491, 'Large Pink Crate', 'party_crate2_3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3492, 3492, 'Large Yellow Crate', 'party_crate2_4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3493, 3493, 'Car Sofa', 'wed_carsofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3494, 3494, 'Football Bench', 'fball_bench', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3495, 3495, 'Football Fence Long', 'fball_fnc3', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3496, 3496, 'Football Scoreboard Blue', 'fball_score_b', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_counter_blue', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3497, 3497, 'Blue Game Ball', 'fball_ball3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3498, 3498, 'Football Patch 6', 'fball_ptch5', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3499, 3499, 'Stadium Lights', 'fball_light', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3500, 3500, 'Stadium Bench', 'fball_audbench', 's', 4, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '1.2;1.9;2.5', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3501, 3501, 'Football Fence Short', 'fball_fnc1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3502, 3502, 'Football Patch 9', 'fball_ptch8', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3503, 3503, 'Football Corner', 'fball_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3504, 3504, 'fball_ptch4 name', 'fball_ptch4', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3505, 3505, 'World Cup Trophy', 'fball_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3506, 3506, 'Football Scoreboard Yellow', 'fball_score_y', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_counter_yellow', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3507, 3507, 'Football Barrier', 'fball_cote', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3508, 3508, 'Game Ball', 'fball_ball', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3509, 3509, 'Football Patch 7', 'fball_ptch7', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3510, 3510, 'Red Game Ball', 'fball_ball2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3511, 3511, 'Football Patch 3', 'fball_ptch2', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3512, 3512, 'Football Scoreboard Green', 'fball_score_g', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_counter_green', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3513, 3513, 'Football Patch 4', 'fball_ptch3', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3514, 3514, 'Football Goal Red', 'fball_goal_r', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_goal_red', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3515, 3515, 'Football Goal Blue', 'fball_goal_b', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_goal_blue', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3516, 3516, 'Football Gate', 'fball_gate', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3517, 3517, 'Football Patch 7', 'fball_ptch6', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3518, 3518, 'Grand Final Ball', 'fball_ball5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3519, 3519, 'Football Goal Green', 'fball_goal_g', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_goal_green', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3520, 3520, 'Football Patch 1', 'fball_ptch0', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3521, 3521, 'Yellow Game Ball', 'fball_ball4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3522, 3522, 'Football Scoreboard Red', 'fball_score_r', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_counter_red', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3523, 3523, 'Football Goal Yellow', 'fball_goal_y', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_goal_yellow', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3524, 3524, 'Football Patch 2', 'fball_ptch1', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3525, 3525, 'Counter', 'fball_counter', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'game_timer', 1, '0', '', '30,60,120,180,300,600', 0, 0, '');
+INSERT INTO `items_base` VALUES (3526, 3526, 'Prison Gate', 'prison_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3527, 3527, 'Yellow Inflatable Boat', 'bw_boat', 's', 2, 2, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3528, 3528, 'Prison Corner', 'prison_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3529, 3529, 'Lifeguard Tower', 'bw_lgchair', 's', 1, 1, 2.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3530, 3530, 'Water Patch', 'bw_water_1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'water', 1, '0', '', '', 30, 30, '');
+INSERT INTO `items_base` VALUES (3531, 3531, 'Prison Tower', 'prison_tower', 's', 1, 1, 3.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3532, 3532, 'Prison Wall', 'prison_dvdr2', 's', 2, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3533, 3533, 'Yellow Inflatable Sofa', 'bw_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3534, 3534, 'Prison Bars', 'prison_dvdr1', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3535, 3535, 'Capri-Sun Arm Chair', 'ads_capri_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3536, 3536, 'Capri-Sun Lava Lamp', 'ads_capri_lava', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3537, 3537, 'Prison Stones', 'prison_stone', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3538, 3538, 'Shark Fin', 'bw_fin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3539, 3539, 'Coconuts', 'bw_ccnuts', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3540, 3540, 'Beach Shower', 'bw_shower', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3541, 3541, 'Deep Water Patch', 'bw_water_2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'water', 1, '0', '', '', 29, 29, '');
+INSERT INTO `items_base` VALUES (3542, 3542, 'Inflatable Croc', 'bw_croc', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3543, 3543, 'Yellow Surfboard', 'bw_sboard', 's', 2, 1, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3544, 3544, 'Yellow Inflatable Lounge', 'bw_chair', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3545, 3545, 'Yellow Inflatable Table', 'bw_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3546, 3546, 'Capri-Sun Fruit Tree', 'ads_capri_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3547, 3547, 'Beach Ball', 'bw_bball', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3548, 3548, 'Yellow Inflatable Mattress', 'bw_mttrss', 's', 2, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3549, 3549, 'Yellow Van', 'bw_van', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3550, 3550, 'Changing Room Teleport', 'bw_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3551, 3551, 'Yellow Buoy Corner', 'bw_fnc_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3552, 3552, 'Yellow Buoy Line', 'bw_fnc', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3553, 3553, 'Capri-Sun Arcade Machine', 'ads_capri_arcade', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3554, 3554, 'ads_pepsi0', 'ads_pepsi0', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '55', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3555, 3555, 'Pink Inflatable Boat', 'bw_boat_p', 's', 2, 2, 0.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3556, 3556, 'Blue Pool Stairs', 'bw_pool_a3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3557, 3557, 'Green Buoy Line', 'bw_fnc_g', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3558, 3558, 'Green Inflatable Mattress', 'bw_mttrss_g', 's', 2, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3559, 3559, 'Pink Inflatable Mattress', 'bw_mttrss_p', 's', 2, 1, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3560, 3560, 'Pink Square Pool Piece', 'bw_pool_b1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3561, 3561, 'Pink Inflatable Sofa', 'bw_sofa_p', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3562, 3562, 'Green Surfboard', 'bw_sboard_g', 's', 2, 1, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3563, 3563, 'Green Buoy Corner', 'bw_fnc_crnr_g', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3564, 3564, 'Blue Long Pool Piece', 'bw_pool_a2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3565, 3565, 'Pink Long Pool Piece', 'bw_pool_b2', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3566, 3566, 'bw_table_g name', 'bw_table_g', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3567, 3567, 'Pink Inflatable Lounge', 'bw_chair_p', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3568, 3568, 'Green Inflatable Boat', 'bw_boat_g', 's', 2, 2, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3569, 3569, 'Pink Buoy Line', 'bw_fnc_p', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3570, 3570, 'Pink Van', 'bw_van_p', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3571, 3571, 'Pink Surfboard', 'bw_sboard_p', 's', 2, 1, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3572, 3572, 'Green Inflatable Lounge', 'bw_chair_g', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3573, 3573, 'Pink Pool Stairs', 'bw_pool_b3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3574, 3574, 'Green Van', 'bw_van_g', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3575, 3575, 'Green Inflatable Sofa', 'bw_sofa_g', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3576, 3576, 'Pink Buoy Corner', 'bw_fnc_crnr_p', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3577, 3577, 'Blue Square Pool Piece', 'bw_pool_a1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3578, 3578, 'bw_table_p name', 'bw_table_p', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3579, 3579, 'Stick fence', 'african_fence', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3580, 3580, 'Boiling Water', 'ktchn10_pot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3581, 3581, 'Kitchen Stove', 'ktchn10_stove', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3582, 3582, 'StrayPixels Winner x1', 'easel_0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3583, 3583, 'Hay', 'petfood15', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3584, 3584, 'Accacia Tree', 'african_tree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3585, 3585, 'ads_cheetos_hotdog name', 'ads_cheetos_hotdog', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3586, 3586, 'Hospital Cabinet', 'hosptl_cab1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1011,1013,1014,1015', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3587, 3587, 'Low Lion\'s Nest', 'nest_lion2', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3588, 3588, 'Hospital Curtain', 'hosptl_curtain', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3589, 3589, 'Kitchen Corner Block', 'ktchn10_block', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3590, 3590, 'Hospital Bed', 'hosptl_bed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3591, 3591, 'Hospital Bag', 'hosptl_bbag', 's', 1, 3, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3592, 3592, 'Teapot', 'ktchn10_tea', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3593, 3593, 'ads_cheetos_bath name', 'ads_cheetos_bath', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3594, 3594, 'StrayPixels winner x3', 'easel_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3595, 3595, 'Tiki Gate', 'tiki_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3596, 3596, 'StrayPixels winner x7', 'easel_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3597, 3597, 'Rhino Nest', 'nest_rhino', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3598, 3598, 'Cherry Crush Soda Machine', 'ads_oc_soda_cherry', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '57', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3599, 3599, 'Chocolate Gazelle', 'petfood14', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3600, 3600, 'StrayPixels winner x10', 'easel_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3601, 3601, 'High Lion\'s Nest', 'nest_lion', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3602, 3602, 'Savannah Patch', 'african_patch', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3603, 3603, 'StrayPixels winner x5', 'easel_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3604, 3604, 'Hospital Skeleton', 'hosptl_skele', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3605, 3605, 'Baobob Tree', 'african_tree2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3606, 3606, 'Hospital Defibrillator', 'hosptl_defibs', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3607, 3607, 'Sand stage', 'african_stage', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3608, 3608, 'Hospital Cabinet Large', 'hosptl_cab2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1011,1013,1014,1015', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3609, 3609, 'African bones', 'african_bones', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3610, 3610, 'Hospital Light', 'hosptl_light', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3611, 3611, 'Hospital Seat', 'hosptl_seat', 's', 2, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3612, 3612, 'Kitchen Sink', 'ktchn10_sink', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3613, 3613, 'ads_disney_tv name', 'ads_disney_tv', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3614, 3614, 'Arena Corner', 'bb_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3615, 3615, 'Blue Scoreboard', 'bb_score_b', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_counter_blue', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3616, 3616, 'Banzai Robo', 'bb_robo', 's', 2, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3617, 3617, 'Banzai Dragon', 'bb_dragon', 's', 3, 1, 2.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3618, 3618, 'Duck Light', 'bb_ducklight', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3619, 3619, 'Caterpillar Head', 'bb_caterhead', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3620, 3620, 'Banzai Box', 'bb_cargobox', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3621, 3621, 'Green Portal', 'bb_gate_g', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_gate_green', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3622, 3622, 'Pyro Pig Chair', 'bb_crchair3', 's', 1, 1, 0.90, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3623, 3623, 'Green Scoreboard', 'bb_score_g', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_counter_green', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3624, 3624, 'Crazy Cat Chair', 'bb_crchair', 's', 1, 1, 0.90, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3625, 3625, 'Raging Rooster Chair', 'bb_crchair2', 's', 1, 1, 0.90, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3626, 3626, 'Yellow Scoreboard', 'bb_score_y', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_counter_yellow', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3627, 3627, 'Small Banzai Signage', 'bb_knj1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3628, 3628, 'Pink Portal', 'bb_gate_r', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_gate_red', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3629, 3629, 'Bear Hand', 'bb_tddhnd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3630, 3630, 'Light Divider', 'bb_lightdiv', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3631, 3631, 'Bear Head', 'bb_tddhead', 's', 2, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3632, 3632, 'Pyramid', 'bb_pyramid', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pyramid', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3633, 3633, 'Banzai Arena Tile', 'bb_patch1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_tile', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3634, 3634, 'Long Arena Divider', 'bb_fnc3', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3635, 3635, 'Yellow Portal', 'bb_gate_y', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_gate_yellow', 1, '0', '', '', 34, 0, '');
+INSERT INTO `items_base` VALUES (3636, 3636, 'Zombie Butler', 'hween10_zombie', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '58', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3637, 3637, 'Banzai Sphere', 'bb_apparatus', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3638, 3638, 'Caterpillar Body', 'bb_caterbody', 's', 1, 1, 1.70, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3639, 3639, 'Big Banzai Signage', 'bb_knj2', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3640, 3640, 'Short Arena Divider', 'bb_fnc1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3641, 3641, 'Banzai Puck', 'bb_puck', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_puck', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3642, 3642, 'Random Banzai Teleporter', 'bb_rnd_tele', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_random_teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3643, 3643, 'Blue Portal', 'bb_gate_b', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_gate_blue', 2, '0', '', '', 35, 35, '');
+INSERT INTO `items_base` VALUES (3644, 3644, 'Pink Scoreboard', 'bb_score_r', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_counter_red', 999, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3645, 3645, 'Counter', 'bb_counter', 's', 1, 4, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'game_timer', 1, '0', '', '30,60,120,180,300,600', 0, 0, '');
+INSERT INTO `items_base` VALUES (3646, 3646, 'Tarot Tree Stump', 'hween10_tarot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', ' ', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3647, 3647, 'Voodoo Doll - Curse', 'hween10_voodoo1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3648, 3648, 'Tree of Lost Souls', 'hween10_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3649, 3649, 'Swamp Patch', 'hween10_swamp', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3650, 3650, 'Dark Water', 'hween10_pond', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3651, 3651, 'Fireflies Jar', 'hween10_jar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3652, 3652, 'Swamp Fog', 'hween10_fog', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3653, 3653, 'Voodoo Doll - Love', 'hween10_voodoo2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3654, 3654, 'Scary Skull Shadow', 'hween10_skullpost', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3655, 3655, 'Voodoo Doll - Luck', 'hween10_voodoo3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3656, 3656, 'Swamp Log', 'hween10_logs', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3657, 3657, 'Fireflies', 'hween10_ffly', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3658, 3658, 'The Chicken of Doom', 'hween10_chicken', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'club_gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3659, 3659, 'Tree Teleport', 'hween10_tele', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3660, 3660, 'Voodoo Throne', 'hween10_throne', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3661, 3661, 'Porch', 'hween10_portch', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3662, 3662, 'Bat Cage', 'hween10_bat', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3663, 3663, 'WIRED Effect: Move And Rotate Furni', 'wf_act_move_rotate', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_move_rotate', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3664, 3664, 'Wire Junction', 'wf_wire2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3665, 3665, 'WIRED Condition: More Than x Secs Elapsed Since Timer Re', 'wf_cnd_time_more_than', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_time_more_than', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3666, 3666, 'Color Tile', 'wf_colortile', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3667, 3667, 'Floor Switch 2', 'wf_floor_switch2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'switch', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3668, 3668, 'WIRED Trigger: Furni State Is Changed', 'wf_trg_state_changed', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_state_changed', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3669, 3669, 'WIRED Add-on: Random Effect', 'wf_xtra_random', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_xtra_random', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3670, 3670, 'WIRED Add-on: Unseen Effect', 'wf_xtra_unseen', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_xtra_unseen', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3671, 3671, 'WIRED Trigger: Repeat Effect', 'wf_trg_periodically', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_periodically', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3672, 3672, 'Hidden Pyramid', 'wf_pyramid', 's', 1, 1, 0.10, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'pyramid', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3673, 3673, 'WIRED Trigger: Score Is Achieved', 'wf_trg_score_achieved', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_score_achieved', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3674, 3674, 'WIRED Effect: Teleport To Furni', 'wf_act_teleport_to', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_teleport_to', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3675, 3675, 'WIRED Trigger: User Says Keyword', 'wf_trg_says_something', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_says_something', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3676, 3676, 'Color Wheel', 'wf_colorwheel', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3677, 3677, 'Three Way Wires', 'wf_wire4', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3678, 3678, 'WIRED Trigger: User Walks Off Furni', 'wf_trg_walks_off_furni', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_walks_off_furni', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3679, 3679, 'WIRED Trigger: At Set Time', 'wf_trg_at_given_time', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_at_given_time', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3680, 3680, 'WIRED Trigger: Game Ends', 'wf_trg_game_ends', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_game_ends', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3681, 3681, 'WIRED Effect: Show Message', 'wf_act_show_message', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_show_message', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3682, 3682, 'WIRED Condition: Less Than x Secs Elapsed Since Timer Re', 'wf_cnd_time_less_than', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_time_less_than', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3683, 3683, 'WIRED Trigger: User Enters Room', 'wf_trg_enter_room', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_enter_room', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3684, 3684, 'ads_hh_safe name', 'ads_hh_safe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3685, 3685, 'WIRED Effect: Toggle Furni State', 'wf_act_toggle_state', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_toggle_state', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3686, 3686, 'Wall Of Flame', 'wf_firegate', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3687, 3687, 'Ringplate', 'wf_ringplate', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3688, 3688, 'Pressure Plate', 'wf_pressureplate', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3689, 3689, 'Glowball', 'wf_glowball', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'glowball', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3690, 3690, 'bb_lightstrip name', 'bb_lightstrip', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3691, 3691, 'WIRED Effect: Timer Reset', 'wf_act_reset_timers', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_reset_timers', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3692, 3692, 'WIRED Condition: Furni has users', 'wf_cnd_furnis_hv_avtrs', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_furnis_hv_avtrs', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3693, 3693, 'Arrow Plate', 'wf_arrowplate', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3694, 3694, 'WIRED Condition: Triggering User Is On Furni', 'wf_cnd_trggrer_on_frn', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_trggrer_on_frn', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3695, 3695, 'WIRED Condition: Furni States And Positions Match', 'wf_cnd_match_snapshot', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_match_snapshot', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3696, 3696, 'Floor Wiring', 'wf_wire1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3697, 3697, 'WIRED Effect: Give Points', 'wf_act_give_score', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_give_score', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3698, 3698, 'Wire Corner', 'wf_wire3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3699, 3699, 'Glass Door', 'wf_glassdoor', 's', 1, 1, 0.10, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3700, 3700, 'WIRED Effect: Match Furni to Position & State', 'wf_act_match_to_sshot', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_match_to_sshot', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3701, 3701, 'Floor Switch 1', 'wf_floor_switch1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'switch', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3702, 3702, 'WIRED Trigger: Game Starts', 'wf_trg_game_starts', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_game_starts', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3703, 3703, 'WIRED Trigger: User Walks On Furni', 'wf_trg_walks_on_furni', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_walks_on_furni', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3704, 3704, 'Copier', 'exe_copier', 's', 1, 1, 1.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '1.9;1.8', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3705, 3705, 'Work Desk', 'exe_wrkdesk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3706, 3706, 'Executive Divider', 'exe_glassdvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3707, 3707, 'Security Camera', 'exe_seccam', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3708, 3708, 'Hockey Penguin', 'qt_penguin_icehockey', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3709, 3709, 'The Black Duck', 'duck_vip', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3710, 3710, 'HC Trial - 7 Days', 'duck_hc', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3711, 3711, 'Ballerina Penguin', 'qt_penguin_ballet', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3712, 3712, 'Park Bench', 'es_bench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3713, 3713, 'Blue Ice Star', 'es_icestar', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3714, 3714, 'City Street Divider', 'es_fnc_2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3715, 3715, 'Monkey On Ice', 'qt_xm10_monkey_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3716, 3716, 'Snowy Sidewalk', 'es_sidewalk', 's', 2, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3717, 3717, 'City Statue', 'es_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3718, 3718, 'Cool Club Sofa', 'qt_xm10_iceclubsofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3719, 3719, 'Jolly Duck', 'qt_xm10_xmduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3720, 3720, 'Frozen Fronds', 'qt_xm10_palm_tree', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3721, 3721, 'City Street Corner', 'es_fnc_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3722, 3722, 'Frozen In Time', 'qt_xm10_trex', 's', 3, 7, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3723, 3723, 'Epic Christmas Tree', 'es_epictree', 's', 2, 2, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3724, 3724, 'Elephant Minibar', 'qt_xm10_elephant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3725, 3725, 'City Hydrant', 'es_wpost', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3726, 3726, 'Garden Gnome', 'qt_xm10_gnome', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3727, 3727, 'Plain Icy Duck', 'qt_xm10_iceduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3728, 3728, 'Ice of the Tiger', 'qt_xm10_icetiger', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3729, 3729, 'City Street Barrier', 'es_fnc_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3730, 3730, 'Pod Chair', 'qt_xm10_iceplasto', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3731, 3731, 'Green Ice Star', 'es_icestar_g', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3732, 3732, 'Cool Lupin', 'qt_xm10_icelupin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3733, 3733, 'prizetrophy_nrj_2011 name', 'prizetrophy_nrj_2011', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3734, 3734, 'Frozen Ted', 'qt_xm10_iceteddy', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3735, 3735, 'Street Lamp Post', 'es_lmppst', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3736, 3736, 'Ice Skating Patch', 'es_skating_ice', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'icetag_field', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3737, 3737, 'Frozen Pillar', 'qt_xm10_icepillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3738, 3738, 'Chestnut Roaster', 'es_roaster', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3739, 3739, 'Ice Hockey Puck', 'es_puck', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3740, 3740, 'Santa', 'es_santa', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3741, 3741, 'Tag Pole', 'es_tagging', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'icetag_pole', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3742, 3742, 'Frozen Nest', 'qt_xm10_nest', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3743, 3743, 'Chilly Table', 'qt_xm10_icesilotable', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3744, 3744, 'Popsicles', 'petfood16', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3745, 3745, 'Red Ice Star', 'es_icestar_r', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3746, 3746, 'Blizzard Dragon', 'qt_xm10_icedragon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3747, 3747, 'Stone', 'qt_xm10_stone', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3748, 3748, 'Frozen Fish', 'qt_xm10_ice_fish', 's', 1, 2, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3749, 3749, 'Yellow Ice Star', 'es_icestar_y', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3750, 3750, 'Bench', 'qt_xm10_bench', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3751, 3751, 'Mystery Ball', 'xmas10_surprise', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3752, 3752, 'Santa\'s Fireplace Teleport', 'xmas10_fireplace', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3753, 3753, 'Freeze Geyser', 'es_geysir', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'pyramid', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3754, 3754, 'Mystery Christmas Gift', 'xmas10_present', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3755, 3755, 'Woah Nelly!', 'qt_xm10_iceelephant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3756, 3756, 'Blue Freeze Scoreboard', 'es_score_b', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'freeze_counter_blue', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3757, 3757, 'Freeze Tile', 'es_tile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_tile', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3758, 3758, 'Freeze Ice Block', 'es_box', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'freeze_block', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3759, 3759, 'Exit Tile', 'es_exit', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_exit', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3760, 3760, 'Red Freeze Gate', 'es_gate_r', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_gate_red', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3761, 3761, 'Green Freeze Gate', 'es_gate_g', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_gate_green', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3762, 3762, 'Blue Freeze Gate', 'es_gate_b', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_gate_blue', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3763, 3763, 'Yellow Freeze Gate', 'es_gate_y', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_gate_yellow', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3764, 3764, 'Freeze Counter', 'es_counter', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'game_timer', 1, '0', '', '30,60,120,180,300,600', 0, 0, '');
+INSERT INTO `items_base` VALUES (3765, 3765, 'Red Freeze Scoreboard', 'es_score_r', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'freeze_counter_red', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3766, 3766, 'Green Freeze Scoreboard', 'es_score_g', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'freeze_counter_green', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3767, 3767, 'Yellow Freeze Scoreboard', 'es_score_y', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'freeze_counter_yellow', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3768, 3768, 'Yellow Waver', 'year2011_waver_y', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3769, 3769, 'Habbo Award Trophy', 'prizetrophy_2011_w', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3770, 3770, 'Hottest Girl', 'prizetrophy_2011_r', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3771, 3771, 'Best Friend of 2010', 'prizetrophy_2011_y', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3772, 3772, 'Green Firework Blaster', 'fireworks_01', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3773, 3773, 'Hottest Guy', 'prizetrophy_2011_b', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3774, 3774, 'Yellow Firework Blaster', 'fireworks_03', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3775, 3775, 'Most Fashionable Habbo', 'prizetrophy_2011_p', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3776, 3776, 'Red Firework Blaster', 'fireworks_02', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3777, 3777, 'Red Waver', 'year2011_waver_r', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3778, 3778, 'Best Room Builder', 'prizetrophy_2011_g', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3779, 3779, 'Big Bang Bug Sparkler', 'fireworks_05', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3780, 3780, 'Green Waver', 'year2011_waver_g', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3781, 3781, 'Blue Waver', 'year2011_waver_b', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3782, 3782, 'Nuclear Firework', 'fireworks_07', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3783, 3783, 'Bee Buster Blaster', 'fireworks_06', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3784, 3784, 'Purple Fireworks Blaster', 'fireworks_04', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3785, 3785, 'Love Carp', 'bling11_statue2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3786, 3786, 'Slot Machine', 'bling11_slot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 59, 59, '');
+INSERT INTO `items_base` VALUES (3787, 3787, 'Bling Towels', 'bling11_towels', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3788, 3788, 'Tiger Rug', 'bling11_rug1', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3789, 3789, 'Bling Teleporter', 'bling11_tele', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3790, 3790, 'Bling Divan', 'bling11_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3791, 3791, 'Eros', 'bling11_statue1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3792, 3792, 'Roller Rink', 'val11_floor', 's', 2, 2, 0.10, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'rollerskate_field', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3793, 3793, 'Bling Divider', 'bling11_dvd', 's', 1, 2, 1.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3794, 3794, 'Italian Marble Floor', 'bling11_floor', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3795, 3795, 'Bling Plant', 'bling11_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3796, 3796, 'Rabbit Statue', 'china_rabbit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3797, 3797, 'Bling Carpet', 'bling11_rug2', 's', 3, 3, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3798, 3798, 'Bling Daybed', 'bling11_dvn', 's', 1, 3, 1.20, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3799, 3799, 'Slot Chair', 'bling11_seat2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3800, 3800, 'Bling Seat', 'bling11_seat1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3801, 3801, 'Bling Block', 'bling11_block', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3802, 3802, 'Italian Marble Pillar', 'bling11_pillar', 's', 1, 1, 3.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3803, 3803, 'Holo-Duck', 'qt_val11_holoduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3804, 3804, 'Boom Box', 'val11_playa', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3805, 3805, 'Disco Hearts', 'qt_val11_discoball', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3806, 3806, 'Roller Rink Chair', 'val11_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3807, 3807, 'Heart Nest', 'qt_val11_nest', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3808, 3808, 'Terrarium', 'nest_terrarium', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3809, 3809, 'Duck-o-Heart', 'qt_val11_duckformer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3810, 3810, 'Jelly Chair', 'qt_val11_jellychair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3811, 3811, 'Jelly Heart', 'qt_val11_jellyheart', 's', 1, 1, 0.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3812, 3812, 'Roller Rink Railing', 'val11_rail', 's', 1, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'rollerskate_field', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3813, 3813, 'Holo-Heart', 'qt_val11_holoheart', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3814, 3814, 'ads_leaf_teleport name', 'ads_leaf_teleport', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3815, 3815, 'ads_sunnyvend name', 'ads_sunnyvend', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3816, 3816, 'Webbed Grapes', 'petfood18', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3817, 3817, 'Grapes', 'petfood17', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3819, 3819, 'Limo Middle Part 1', 'limo_w_mid', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3820, 3820, 'Limo Middle Part 2', 'limo_w_mid2', 's', 2, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3821, 3821, 'The Fly', 'petfood19', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3822, 3822, 'Limo Back', 'limo_w_back', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3823, 3823, 'Limo Front', 'limo_w_front', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3824, 3824, 'Gothic Bed', 'gothic_bed', 's', 2, 3, 1.90, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3825, 3825, 'Gothic Candles', 'gothic_candles', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3826, 3826, 'Gothic Desk', 'gothic_desk', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3827, 3827, 'ads_grefu_trophy name', 'ads_grefu_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3828, 3828, 'Gothic Drinking Fountain', 'gothic_bowl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '62', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3830, 3830, 'Frog Nest', 'nest_frog', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3831, 3831, 'pond', 'pond', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3832, 3832, 'Mystery Leaf Gift', 'val11_present', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3833, 3833, 'Habbowood Trophy', 'prizetrophy_cine', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3834, 3834, 'HC Sign', 'cine_vipsign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3835, 3835, 'Black Limo Middle 3', 'limo_b_mid3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '50', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3836, 3836, 'Black Limo Middle 2', 'limo_b_mid2', 's', 2, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3837, 3837, 'Black Limo Front', 'limo_b_front', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3838, 3838, 'Black Limo Middle 1', 'limo_b_mid', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3839, 3839, 'Walk of Fame Tile', 'cine_star', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3840, 3840, 'Black Limo Back', 'limo_b_back', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3841, 3841, 'Theater Curtains', 'cine_curtain', 's', 8, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3842, 3842, 'Movie Screen', 'cine_screen', 's', 6, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3843, 3843, 'Green Habbowood Chair', 'theatre_seat_g', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3844, 3844, 'Tile With a Halo', 'cine_tile', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3845, 3845, 'Black Lobby Bench', 'cine_bench_b', 's', 3, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3846, 3846, 'Black Habbowood Chair', 'theatre_seat_b', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3847, 3847, 'Glass roof', 'cine_roof', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3848, 3848, 'Popcorn Machine', 'cine_popcorn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '63', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3849, 3849, 'Red Lobby Bench', 'cine_bench', 's', 3, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3850, 3850, 'Green Lobby Bench', 'cine_bench_g', 's', 3, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3851, 3851, 'Ticket Vending Booth', 'cine_ticket_booth', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3852, 3852, 'Movie Projector', 'cine_projector', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3853, 3853, 'Puzzle Box', 'wf_box', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'puzzle_box', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3854, 3854, 'Maze Divider', 'wf_maze', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3855, 3855, 'Rango Cactus', 'ads_rangocactus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3856, 3856, 'Glass Divider', 'cine_glass', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3857, 3857, 'WIRED Condition: Has Furni On', 'wf_cnd_has_furni_on', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_has_furni_on', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3858, 3858, 'Blue Deco Spot Lamp', 'cubie_lamp_b', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3859, 3859, 'Blue Desk Chair', 'cubie_chair_b', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3860, 3860, 'Black and Blue Rug', 'cubie_rug_b', 's', 2, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3861, 3861, 'Blue Glass Table', 'cubie_bigtable_b', 's', 2, 2, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3862, 3862, 'Purple Beanbag', 'cubie_beanbag_p', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3863, 3863, 'Purple Deco Spot Lamp', 'cubie_lamp_p', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3864, 3864, 'Purple Sofa Seat', 'cubie_sofaseat_p', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3865, 3865, 'Rectangular Blue Shelf', 'cubie_shelf_0_b', 's', 1, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3866, 3866, 'Purple Cupboard', 'cubie_shelf_4_p', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3867, 3867, 'Purple Shelving Unit', 'cubie_shelf_2_p', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 17, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3868, 3868, 'Purple Bed', 'cubie_bed_p', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3869, 3869, 'Blue Breakfast Bar Stool', 'cubie_stool_b', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3870, 3870, 'Black and Purple Rug', 'cubie_rug_p', 's', 2, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3871, 3871, 'Blue Bed', 'cubie_bed_b', 's', 1, 3, 1.80, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3872, 3872, 'Blue Wall Unit', 'cubie_shelf_3_b', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3873, 3873, 'Purple Wall Unit', 'cubie_shelf_3_p', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3874, 3874, 'Stackable Purple Shelf', 'cubie_shelf_1_p', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 14, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3875, 3875, 'Stackable Blue Shelf', 'cubie_shelf_1_b', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 14, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3876, 3876, 'Purple Glass Table', 'cubie_bigtable_p', 's', 2, 2, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3877, 3877, 'Blue Beanbag', 'cubie_beanbag_b', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3878, 3878, 'Purple Breakfast Bar Stool', 'cubie_stool_p', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3879, 3879, 'Purple Desk Chair', 'cubie_chair_p', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3880, 3880, 'Glass Table', 'cubie_table', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3881, 3881, 'Blue Sofa Seat', 'cubie_sofaseat_b', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3882, 3882, 'Blue Cupboard', 'cubie_shelf_4_b', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3883, 3883, 'Blue Shelving Unit', 'cubie_shelf_2_b', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 17, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3884, 3884, 'Rectangular Purple Shelf', 'cubie_shelf_0_p', 's', 1, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3885, 3885, 'Mysterious Box', 'newbie_present', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3886, 3886, 'Flatscreen TV', 'tv_flat', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3887, 3887, 'Large Wooden Table', 'waasa_table2', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3888, 3888, 'Desktop Computer', 'computer_flatscreen', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3889, 3889, 'Computer Chair', 'waasa_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3890, 3890, 'Large Sailing Boat', 'waasa_ship2', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3891, 3891, 'Small Sailing Boat', 'waasa_ship1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3892, 3892, 'Bunk Bed', 'waasa_bunk_bed', 's', 3, 1, 3.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3893, 3893, 'Laptop', 'computer_laptop', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3894, 3894, 'Nostalgic Computer', 'computer_old', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3895, 3895, 'Small Wooden Table', 'waasa_table1', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3896, 3896, 'Wooden Study Desk', 'waasa_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3897, 3897, 'Nest', 'newbie_nest', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3898, 3898, 'Gray Waasa Rug', 'waasa_rug5', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3899, 3899, 'Blue Waasa Rug', 'waasa_rug1', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3900, 3900, 'Orange Waasa Rug', 'waasa_rug3', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3901, 3901, 'Aquarium', 'waasa_aquarium', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3902, 3902, 'Green Waasa Rug', 'waasa_rug4', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3903, 3903, 'Wooden Chair', 'waasa_chair_wood', 's', 1, 1, 1.05, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3904, 3904, 'Yellow Waasa Rug', 'waasa_rug2', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3905, 3905, 'Mega Jukebox', 'jukebox_big', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'jukebox', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3906, 3906, 'Milk Bowl', 'milkbowl', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3907, 3907, 'Red Tuna', 'petfood21', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3908, 3908, 'Basket of eggs', 'easter11_basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3909, 3909, 'Bunny Run Field', 'easter11_grasspatch', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'bunnyrun_field', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3910, 3910, 'Wizards of Waverly Place Crystal Ball', 'ads_wowpball', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3911, 3911, 'Corn', 'pet_food_corn', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3912, 3912, 'Trampoline', 'pet_toy_trampoline', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3913, 3913, 'Chicken Nest', 'nest_chick', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3914, 3914, 'Egg Tag Pole', 'easter11_tag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'bunnyrun_pole', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3915, 3915, 'Green Starfish', 'easter11_tuip_g', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3916, 3916, 'Yellow Starfish', 'easter11_tuip_y', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3917, 3917, 'Mayflower Mushrooms', 'easter11_mushroom4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3918, 3918, 'Mega Shroom', 'easter11_mushroom1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3919, 3919, 'Pixel Sofa', 'kuurna_sofa', 's', 2, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3920, 3920, 'Bluebell Mushrooms', 'easter11_mushroom3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3921, 3921, 'Coraline Mushrooms', 'easter11_mushroom2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3922, 3922, 'Pixel Lamp', 'kuurna_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3923, 3923, 'Pixel Sofa Chair', 'kuurna_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3924, 3924, 'Pixel Shag Rug', 'kuurna_mat', 's', 3, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3925, 3925, 'Pixel Side Table', 'kuurna_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3926, 3926, 'Pixel Dining Table', 'kuurna_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3927, 3927, 'ads_suun name', 'ads_suun', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3928, 3928, 'Pixel Dining Chair', 'kuurna_chair1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3929, 3929, 'Purple Starfish', 'easter11_tuip_p', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3930, 3930, 'Yellow Anna Divider', 'anna_divider*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3931, 3931, 'Pink Anna Divider', 'anna_divider*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3932, 3932, 'Green Anna Divider', 'anna_divider*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3933, 3933, 'Blue Anna Divider', 'anna_divider*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3934, 3934, 'Purple Anna Divider', 'anna_divider*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3935, 3935, 'Yellow Anna Gate', 'anna_div_gate*1', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3936, 3936, 'Pink Anna Gate', 'anna_div_gate*2', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3937, 3937, 'Green Anna Gate', 'anna_div_gate*3', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3938, 3938, 'Blue Anna Gate', 'anna_div_gate*4', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3939, 3939, 'Purple Anna Gate', 'anna_div_gate*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3940, 3940, 'Yellow Anna Chair', 'anna_chair*1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3941, 3941, 'Pink Anna Chair', 'anna_chair*2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3942, 3942, 'Green Anna Chair', 'anna_chair*3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3943, 3943, 'Blue Anna Chair', 'anna_chair*4', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3944, 3944, 'Purple Anna Chair', 'anna_chair*5', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3945, 3945, 'Yellow Anna Stool', 'anna_stool*1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3946, 3946, 'Pink Anna Stool', 'anna_stool*2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3947, 3947, 'Green Anna Stool', 'anna_stool*3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3948, 3948, 'Blue Anna Stool', 'anna_stool*4', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3949, 3949, 'Purple Anna Stool', 'anna_stool*5', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3950, 3950, 'Yellow Anna Table', 'anna_table*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3951, 3951, 'Pink Anna Table', 'anna_table*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3952, 3952, 'Green Anna Table', 'anna_table*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3953, 3953, 'Blue Anna Table', 'anna_table*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3954, 3954, 'Purple Anna Table', 'anna_table*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3955, 3955, 'Yellow Anna Rug', 'anna_rug*1', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3956, 3956, 'Pink Anna Rug', 'anna_rug*2', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3957, 3957, 'Green Anna Rug', 'anna_rug*3', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3958, 3958, 'Blue Anna Rug', 'anna_rug*4', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3959, 3959, 'Purple Anna Rug', 'anna_rug*5', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3960, 3960, 'Yellow Anna Sofa', 'anna_sofa*1', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3961, 3961, 'Pink Anna Sofa', 'anna_sofa*2', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3962, 3962, 'Green Anna Sofa', 'anna_sofa*3', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3963, 3963, 'Blue Anna Sofa', 'anna_sofa*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3964, 3964, 'Purple Anna Sofa', 'anna_sofa*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3965, 3965, 'Yellow Anna Blob', 'anna_pill*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3966, 3966, 'Pink Anna Blob', 'anna_pill*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3967, 3967, 'Green Anna Blob', 'anna_pill*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3968, 3968, 'Blue Anna Blob', 'anna_pill*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3969, 3969, 'Purple Anna Blob', 'anna_pill*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3970, 3970, 'Yellow Anna Lamp', 'anna_lamp*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3971, 3971, 'Pink Anna Lamp', 'anna_lamp*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3972, 3972, 'Green Anna Lamp', 'anna_lamp*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3973, 3973, 'Blue Anna Lamp', 'anna_lamp*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3974, 3974, 'Purple Anna Lamp', 'anna_lamp*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3975, 3975, 'Yellow Anna Corner', 'anna_div_crnr*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3976, 3976, 'Pink Anna Corner', 'anna_div_crnr*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3977, 3977, 'Green Anna Corner', 'anna_div_crnr*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3978, 3978, 'Blue Anna Corner', 'anna_div_crnr*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3979, 3979, 'Purple Anna Corner', 'anna_div_crnr*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3980, 3980, 'Yellow Picnic Blanket', 'picnic_blanket_yel', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3981, 3981, 'Yellow Picnic Pillow', 'picnic_pillow_yel', 's', 1, 1, 0.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3982, 3982, 'Cheese Platter', 'picnic_food1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3983, 3983, 'Stickie Pole', 'note_tag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'sticky_pole', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3984, 3984, 'Wild Cascades', 'picnic_wfall', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3985, 3985, 'Blue Picnic Blanket', 'picnic_blanket_blu', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3986, 3986, 'Picnic Refreshments', 'picnic_food3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3987, 3987, 'Red Picnic Blanket', 'picnic_blanket', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3988, 3988, 'Blue Picnic Pillow', 'picnic_pillow_blu', 's', 1, 1, 0.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3989, 3989, 'Baguettes and Apples', 'picnic_food2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3990, 3990, 'Rock Teleport', 'picnic_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3991, 3991, 'Picnic Basket', 'picnic_basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3992, 3992, 'Red Picnic Pillow', 'picnic_pillow', 's', 1, 1, 0.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3993, 3993, 'Stump Chair', 'picnic_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3994, 3994, 'Nest(led) Tree', 'picnic_3brds', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3995, 3995, 'Dragon and starter food', 'petfood23', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3996, 3996, 'Room Background', 'ads_background', 's', 1, 1, 0.00, 1, 0, 0, 1, 0, 0, 0, 1, 1, 'ads_bg', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3997, 3997, 'ads_kelloggs_statue name', 'ads_kelloggs_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3998, 3998, 'race_trophy', 'race_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (3999, 3999, 'Po\'s Kung Fu Kick Statue', 'ads_kfp2statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4000, 4000, 'Red Pepper', 'petfood22', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4001, 4001, 'Dragon Treasure Nest', 'nest_dragon', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4002, 4002, 'Burnt tree', 'ashtree', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4003, 4003, 'Grail of Water', 'grail_water', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4004, 4004, 'Grail of Nectar', 'grail_nectar', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4005, 4005, 'Dungeon Bricks', 'dng_cube', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4006, 4006, 'Dungeon Ground', 'dng_ground', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4007, 4007, 'Dungeon Pillar', 'dng_pillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4008, 4008, 'Treasure Dig', 'dng_treasure2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4009, 4009, 'Dungeon Floor', 'dng_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4010, 4010, 'Dungeon Stairs', 'dng_stairs', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4011, 4011, 'Treasure Patch', 'dng_treasure', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4012, 4012, 'Dragon Throne Rare', 'dng_throne', 's', 1, 1, 1.70, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4013, 4013, 'Dungeon Plateau', 'dng_block', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4014, 4014, 'Leaves', 'petfood_19', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4015, 4015, 'Deluxe Sitting Room Lamp', 'mm_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4016, 4016, 'Deluxe Lemonade Pitcher', 'mm_lemon_drink', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '2', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4017, 4017, 'Clam Shell', 'qt_sum11_shell1', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4018, 4018, 'Ice Cream Trolley', 'qt_sum11_ictrolley', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '76', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4019, 4019, 'Catch of the Day', 'qt_sum11_petfood', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4020, 4020, 'Sea Shell', 'qt_sum11_shell4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4021, 4021, 'Blistering Barnacle', 'qt_sum11_shell3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4022, 4022, 'Pier', 'qt_sum11_platfrm', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4023, 4023, 'Star Fish', 'qt_sum11_shell2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4024, 4024, 'Trumpet Shell', 'qt_sum11_shell5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4025, 4025, 'Rare Sea Throne', 'qt_sum11_chair', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4026, 4026, 'Deluxe Lemon & Lime Bath', 'mm_tub', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4027, 4027, 'Gold Skate Trophy', 'prizetrophy_skate*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4028, 4028, 'Silver Skate Trophy', 'prizetrophy_skate*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4029, 4029, 'Bronze Skate Trophy', 'prizetrophy_skate*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4030, 4030, 'Skate Rail', 'sb_rail', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4031, 4031, 'Skate Ramp', 'sb_ramp', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4032, 4032, 'Skate Platform', 'sb_block', 's', 2, 2, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4033, 4033, 'Spray Can Crate', 'sb_cans', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4034, 4034, 'Concrete Patch', 'sb_tile', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4035, 4035, 'Turtle Tree', 'nest_turtle', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4036, 4036, 'ads_mpu_720 name', 'ads_mpu_720', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'ads_bg', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4037, 4037, 'Turtle', 'petfood24', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4039, 4039, 'Chocolate Coco Stool', 'coco_stool_c2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4040, 4040, 'Black Pool-side Lounge', 'coco_divan_c4', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4041, 4041, 'White Wicker Throne', 'coco_throne_c3', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4042, 4042, 'Blue Resort Pod', 'coco_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4043, 4043, 'Chocolate Wicker Throne', 'coco_throne__c2', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4044, 4044, 'Black Coco Stool', 'coco_stool_c4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4045, 4045, 'Resort Flooring', 'coco_patch', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4046, 4046, 'Chocolate Pool-side Lounge', 'coco_divan_c2', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4047, 4047, 'White Drinks Table', 'coco_sofatable_c3', 's', 1, 1, 1.30, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4048, 4048, 'White Coco Stool', 'coco_stool_c3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4049, 4049, 'Black Drinks Table', 'coco_sofatable_c4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4050, 4050, 'White Coco Sofa', 'coco_sofa_c3', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4051, 4051, 'COCOnut Table', 'coco_table', 's', 2, 3, 0.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4052, 4052, 'Blue Coco Stool', 'coco_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4053, 4053, 'Chocolate Resort Pod', 'coco_chair_c2', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4054, 4054, 'Resort Ornament', 'coco_stick', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4055, 4055, 'Blue Wicker Throne', 'coco_throne', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4056, 4056, 'Pool-side Table', 'coco_table2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4057, 4057, 'Chocolate Coco Sofa', 'coco_sofa_c2', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4058, 4058, 'Black Resort Pod', 'coco_chair_c4', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4059, 4059, 'White Resort Pod', 'coco_chair_c3', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4060, 4060, 'Blue Pool-side Lounge', 'coco_divan', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4061, 4061, 'White Pool-side Lounge', 'coco_divan_c3', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4062, 4062, 'Blue Drinks Table', 'coco_sofatable', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4063, 4063, 'Black Coco Sofa', 'coco_sofa_c4', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4064, 4064, 'Chocolate Drinks Table', 'coco_sofatable_c2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4065, 4065, 'Black Wicker Throne', 'coco_throne_c4', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4066, 4066, 'Blue Coco Sofa', 'coco_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4067, 4067, 'Crystal Skull', 'lm_crystal_skull', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4068, 4068, 'Banana Drink Machine', 'lm_bananadrink', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '64', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4069, 4069, 'ads_mpu_300 name', 'ads_mpu_300', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'ads_bg', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4070, 4070, 'Monkey and starter food', 'petfood25', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4071, 4071, 'Black Hole', 'hole', 's', 2, 2, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4073, 4073, 'Jack In The Box', 'lm_jackbox', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4074, 4074, 'ads_durex_vend name', 'ads_durex_vend', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4075, 4075, 'ads_durex_carpet name', 'ads_durex_carpet', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4076, 4076, 'Monkey Pond', 'lm_pond', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4077, 4077, 'Monkey Statue & Nest', 'nest_with_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4078, 4078, 'Monkey Nest', 'nest_monkey', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4079, 4079, 'ads_mtv_floor name', 'ads_mtv_floor', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4080, 4080, 'Stage Monitor', 'studio_monitor', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4081, 4081, 'Stage Chair', 'studio_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4082, 4082, 'Stage Fence Corner', 'studio_fencecr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4083, 4083, 'Guitar', 'studio_guitar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4084, 4084, 'Amplifier 2', 'studio_amp2', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4085, 4085, 'Stage Fence', 'studio_fence', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4086, 4086, 'Amplifier 1', 'studio_amp1', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4087, 4087, 'Floor Spotlight', 'studio_floorlight', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4088, 4088, 'Mixing Desk', 'studio_mixingdesk', 's', 5, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4089, 4089, 'Studio Camera', 'studio_camera', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4090, 4090, 'Stage Screen', 'studio_tv', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4091, 4091, 'Red\'n\'Blue Stage Lights', 'studio_lights3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4092, 4092, 'Rainbow Stage Lights', 'studio_lights2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4093, 4093, 'Set of Drums', 'studio_drums', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4094, 4094, 'Stage Lights', 'studio_lights1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4095, 4095, 'Stage Couch', 'studio_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4096, 4096, 'Sound set 73', 'sound_set_73', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4097, 4097, 'Sound set 74', 'sound_set_74', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4098, 4098, 'Sound set 76', 'sound_set_76', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4099, 4099, 'Sound set 75', 'sound_set_75', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4100, 4100, 'Ghettoblaster', 'summer_blaster', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'jukebox', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4101, 4101, 'Beach Bonfire', 's12_bonfire', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4102, 4102, 'Big Rock', 'lm_bigrock', 's', 2, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4103, 4103, 'Palm Tree', 'lm_palm1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4104, 4104, 'Totem Poll', 'lm_totem', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4105, 4105, 'hole2', 'hole2', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4106, 4106, 'Banana Tree', 'lm_palm2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4107, 4107, 'qt_sum11_dragon', 'qt_sum11_dragon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4108, 4108, 'Green USVA Rug', 'usva3_rug', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4109, 4109, 'Blue USVA Sofa', 'usva5_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4110, 4110, 'Red USVA Table Lamp', 'usva4_lamble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4111, 4111, 'Green USVA Block Shelf', 'usva3_shelf', 's', 1, 1, 0.75, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4112, 4112, 'White USVA Rug', 'usva_rug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4113, 4113, 'Yellow USVA table', 'usva2_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4114, 4114, 'White USVA Shelf', 'usva_shelf2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4115, 4115, 'Red USVA Sofa', 'usva4_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4116, 4116, 'Pink USVA table', 'usva_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4117, 4117, 'Blue USVA Table', 'usva5_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4118, 4118, 'Pink USVA Table Lamp', 'usva_lamble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4119, 4119, 'Yellow USVA Sofa', 'usva2_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4120, 4120, 'Yellow USVA Chair', 'usva2_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4121, 4121, 'Pink USVA Lamp', 'usva_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4122, 4122, 'Black USVA Shelf', 'usva2_shelf2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4123, 4123, 'Pink USVA Chair', 'usva_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4124, 4124, 'Blue USVA Desk Lamp', 'usva5_lamble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4125, 4125, 'Yellow USVA Lamp', 'usva2_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4126, 4126, 'Red USVA Chair', 'usva4_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4127, 4127, 'Green USVA Shelf', 'usva3_shelf2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4128, 4128, 'Green USVA Table', 'usva3_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4129, 4129, 'Black USVA Rug', 'usva2_rug', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4130, 4130, 'Red USVA table', 'usva4_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4131, 4131, 'Blue USVA Lamp', 'usva5_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4132, 4132, 'Green USVA Chair', 'usva3_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4133, 4133, 'Green USVA Table Lamp', 'usva3_lamble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4134, 4134, 'Pink USVA Sofa', 'usva_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4135, 4135, 'White USVA Block Shelf', 'usva_shelf', 's', 1, 1, 0.75, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4136, 4136, 'Red USVA Lamp', 'usva4_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4137, 4137, 'Yellow USVA Table Lamp', 'usva2_lamble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4138, 4138, 'Green USVA Lamp', 'usva3_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4139, 4139, 'Red USVA Rug', 'usva4_rug', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4140, 4140, 'Black USVA Block Shelf', 'usva2_shelf', 's', 1, 1, 0.75, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4141, 4141, 'Green USVA Sofa', 'usva3_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4142, 4142, 'Blue USVA Rug', 'usva5_rug', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4143, 4143, 'Blue USVA Chair', 'usva5_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4144, 4144, 'Soapbox', 'uservoice_soapbox', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4145, 4145, 'Auditorium Platform', 'school_platform', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4146, 4146, 'Blue Locker Teleport', 'school_locker_b', 's', 1, 1, 0.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4147, 4147, 'Red Locker (NOT FOR SALE)', 'school_locker_r_nosale', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4148, 4148, 'Toilet Stall', 'school_toilet_stall', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4149, 4149, 'Cafeteria Vegetables', 'school_stuff_06', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4150, 4150, 'Red Locker Teleport', 'school_locker_r', 's', 1, 1, 0.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4151, 4151, 'School Bus', 'school_bus', 's', 2, 4, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4152, 4152, 'Cafeteria Table', 'school_table', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4153, 4153, 'Cafeteria Bench', 'school_bench', 's', 3, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4154, 4154, 'School Desk', 'school_console', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4155, 4155, 'School Books', 'school_stuff_01', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4156, 4156, 'Cafeteria Nuggets', 'school_stuff_05', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4157, 4157, 'School Flooring', 'school_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4158, 4158, 'Blue Locker (NOT FOR SALE)', 'school_locker_b_nosale', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4159, 4159, 'Chem Set', 'school_stuff_02', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4160, 4160, 'Cafeteria Meatballs', 'school_stuff_04', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4161, 4161, 'Cafeteria Burger', 'school_stuff_03', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4162, 4162, 'Desk Chair', 'school_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4163, 4163, 'Hay Bucket', 'petfood26', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4164, 4164, 'Polished Floor', 'boutique_floor1a', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4165, 4165, 'Boutique Shelf', 'boutique_table1', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4166, 4166, 'Pile Of Clothes', 'boutique_clothingpile', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4167, 4167, 'Red Changing Booth', 'boutique_changing1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4168, 4168, 'Blue Changing Booth', 'boutique_changing3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4169, 4169, 'Chaise Longue', 'boutique_sofa2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4170, 4170, 'Mannequin', 'boutique_mannequin1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'mannequin', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4171, 4171, 'Pouf', 'boutique_sofa1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4172, 4172, 'Boutique Counter', 'boutique_table2', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4173, 4173, 'Cash Register', 'boutique_cashreg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4174, 4174, 'Purple Changing Booth', 'boutique_changing2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4175, 4175, 'Small Shop Plant', 'boutique_plant1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4176, 4176, 'Large Shop Plant', 'boutique_plant2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4177, 4177, 'Glass Display Case', 'boutique_counter', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4178, 4178, 'Large Polished Floor', 'boutique_floor2b', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4179, 4179, 'Large Polished Floor', 'boutique_floor1b', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4180, 4180, 'Polished Floor', 'boutique_floor2a', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4181, 4181, 'Basic Pink Water Bowl', 'waterbowl_basic*1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4182, 4182, 'Basic Blue Water Bowl', 'waterbowl_basic*2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4183, 4183, 'Basic Green Water Bowl', 'waterbowl_basic*3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4184, 4184, 'Basic Yellow Water Bowl', 'waterbowl_basic*4', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4185, 4185, 'Basic Red Water Bowl', 'waterbowl_basic*5', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4186, 4186, 'HC Sign', 'boutique_hcsign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4187, 4187, 'boutique_vipsign name', 'boutique_vipsign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4188, 4188, 'Pura Bubble Lamp', 'bubble_lamp1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4189, 4189, 'Yellow Quarter-Round', 'pura_roundpad8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4190, 4190, 'Pura Block Lamp', 'pura_block_lamp1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4191, 4191, 'Red Quarter-Round', 'pura_roundpad9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4192, 4192, 'Pink Pura Block', 'eleblock2', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.01;0.60;0.99;1.80;2.00', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4193, 4193, 'White Pura Block', 'eleblock4', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;0.00', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4194, 4194, 'Blue Quarter-Round', 'pura_roundpad6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4195, 4195, 'Green Pura Block', 'eleblock7', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4196, 4196, 'Black Quarter-Round', 'pura_roundpad3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4197, 4197, 'White Quarter-Round', 'pura_roundpad4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4198, 4198, 'Beige Pura Block', 'eleblock5', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4199, 4199, 'Black Pura Block', 'eleblock3', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4200, 4200, 'Aquamarine Pura Block', 'eleblock1', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4201, 4201, 'Aqua Quarter-Round', 'pura_roundpad1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4202, 4202, 'Pink Quarter-Round', 'pura_roundpad2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4203, 4203, 'Yellow Pura Block', 'eleblock8', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4204, 4204, 'Beige Quarter-Round', 'pura_roundpad5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4205, 4205, 'Red Pura Block', 'eleblock9', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4206, 4206, 'Green Quarter-Round', 'pura_roundpad7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4207, 4207, 'Blue Pura Block', 'eleblock6', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4208, 4208, 'Eggshell White', 'horse_dye_08', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4209, 4209, 'Hay Floor', 'horse_hayfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4210, 4210, 'Marine Green', 'horse_dye_11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4211, 4211, 'Rose', 'horse_hairdye_06', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4212, 4212, 'Acorn Brown', 'horse_dye_02', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4213, 4213, 'Paddock Gate', 'horse_stable_gate', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4214, 4214, 'Moccasin', 'horse_hairdye_09', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4215, 4215, 'Pearl', 'horse_hairdye_07', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4216, 4216, 'Ochre', 'horse_dye_12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4217, 4217, 'Chestnut', 'horse_dye_03', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4218, 4218, 'Autumn Brown', 'horse_dye_05', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4219, 4219, 'Whiskey', 'horse_hairdye_11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4220, 4220, 'Applewood', 'horse_hairdye_12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4221, 4221, 'Horse Saddle', 'horse_saddle1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '', '', '15 4 9 0 77', 0, 0, '');
+INSERT INTO `items_base` VALUES (4222, 4222, 'White Paddock Fence', 'horse_stable_fence_w', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4223, 4223, 'White Paddock Gate', 'horse_stable_gate_w', 's', 1, 2, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4224, 4224, 'Ghostly Grey', 'horse_dye_04', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4225, 4225, 'Ash', 'horse_hairdye_10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4226, 4226, 'Sand', 'horse_hairdye_01', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4227, 4227, 'Chestnut', 'horse_hairdye_02', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4228, 4228, 'Twilight Blue', 'horse_dye_13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4229, 4229, 'Sawdust Floor', 'horse_sawdustfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4230, 4230, 'Brandy', 'horse_hairdye_05', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4231, 4231, 'Beaver', 'horse_hairdye_04', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4232, 4232, 'Classy colouring for your companion. Can only be used on', 'horse_hairdye_00', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4233, 4233, 'Paddock Fence', 'horse_stable_fence', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4234, 4234, 'Demon Black', 'horse_dye_09', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4235, 4235, 'Pearly White', 'horse_dye_10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4236, 4236, 'White Paddock Corner', 'horse_stbl_fnc_corn_w', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4237, 4237, 'Bubblegum Pink', 'horse_dye_06', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4238, 4238, 'Russet', 'horse_hairdye_03', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4239, 4239, 'Hay Bale', 'horse_hay', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4240, 4240, 'Paddock Corner', 'horse_stbl_fnc_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4241, 4241, 'Sky Blue', 'horse_dye_07', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4242, 4242, 'Pale Pink', 'horse_dye_14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4243, 4243, 'Elm', 'horse_hairdye_08', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4244, 4244, 'Loyal Beige', 'horse_dye_01', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4245, 4245, 'The two most beautiful words in the english language: de', 'horse_dye_00', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4246, 4246, 'Horse Manure', 'horse_poop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4247, 4247, 'Horse Trough', 'horse_trough', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4248, 4248, 'Group Carpet', 'gld_carpet', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 11, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4249, 4249, 'Group Banner', 'gld_badgewall_tall', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 11, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4250, 4250, 'Group Stool', 'gld_stool2', 's', 1, 1, 1.60, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4251, 4251, 'Group Stool', 'gld_stool1', 's', 1, 1, 1.60, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4252, 4252, 'Group Divider', 'gld_wall_tall', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 11, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4253, 4253, 'Group Pennant', 'gld_pennant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 11, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4254, 4254, 'Group Sofa', 'gld_sofa1', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4255, 4255, 'FRANK Trophy', 'ads_frank_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4256, 4256, 'Wild', 'horse_hairstyle_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4257, 4257, 'Unicorn', 'horse_hairstyle_5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4258, 4258, 'Red Chyna', 'horse_dye_15', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4259, 4259, 'Free', 'horse_hairstyle_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4260, 4260, 'Traditional', 'horse_hairstyle_0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4261, 4261, 'Braids', 'horse_hairstyle_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4262, 4262, 'Sunset', 'horse_dye_16', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4263, 4263, 'Plaited', 'horse_hairstyle_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4264, 4264, 'Tombstone Trophy', 'prizetrophy_hween11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4265, 4265, 'Habboween Disco Floor II', 'hween11_disflo2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4266, 4266, 'Punch Bowl', 'hween11_punch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '1;17;24;58;29', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4267, 4267, 'Plate Of Brains', 'hween11_dish2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4268, 4268, 'Habboween Pumpkin', 'hween11_pumpkin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4269, 4269, 'Coffin Sofa', 'hween11_sofa', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4270, 4270, 'Head On A Plate', 'hween11_dish3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4271, 4271, 'Plate Of Fingers', 'hween11_dish4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4272, 4272, 'Habboween Disco Floor', 'hween11_disflo', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4273, 4273, 'Plate Of Eyeballs', 'hween11_dish1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4274, 4274, 'Pumpkin', 'lm_pumpkin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4275, 4275, 'Unicorn Manure', 'horse_poop_luxus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4276, 4276, 'ads_mpu_160 name', 'ads_mpu_160', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'ads_bg', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4277, 4277, 'ads_liisu name', 'ads_liisu', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4278, 4278, 'Hell Hound Guardian', 'hween11_fountain', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4279, 4279, 'Black Roses', 'plant_rose_black', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1001', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4280, 4280, 'The Golden Egg', 'ads_pib', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4281, 4281, 'WIRED CONDITION: Group Member', 'wf_cnd_actor_in_group', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_actor_in_group', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4282, 4282, 'Cabin Sofa Table', 'xmas11_sofatable', 's', 2, 2, 0.50, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4283, 4283, 'Red Cozy Cabin Chair', 'xmas11_comfy_chair', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4284, 4284, 'Aurora Borealis', 'xmas2011_aurora1', 's', 1, 4, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4285, 4285, 'Cabin Divider', 'xmas11_stonedivider', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4286, 4286, 'xmas11_yetifeet name', 'xmas11_yetifeet', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4287, 4287, 'Tiny Snowy Tree', 'xmas2011_tree2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4288, 4288, 'Cabin Wooden Floor', 'xmas11_woodfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4289, 4289, 'Red Cabin Footstool', 'xmas11_footstool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4290, 4290, 'Flag', 'xmas11_flag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4291, 4291, 'Snowy Tree', 'xmas2011_tree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4292, 4292, 'Cabin Firewood', 'xmas11_firewood', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4293, 4293, 'Red Wooden Cabin Stool', 'xmas11_stool', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4294, 4294, 'Cabin Stove', 'xmas11_stove', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4295, 4295, 'Snowy Log', 'xmas2011_snowlog', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4296, 4296, 'Cabin Stone Floor', 'xmas11_stonefloor', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4297, 4297, 'Red Wooden Cabin Bench', 'xmas11_comfy_bench', 's', 2, 1, 1.36, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4298, 4298, 'Icy Waterfall', 'xmas2011_icefall', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4299, 4299, 'Xmas Throne', 'xmas11_throne', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4300, 4300, 'Cheese', 'xmas11_petfood', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4301, 4301, 'Small Aurora Borealis', 'xmas2011_aurora2', 's', 1, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4302, 4302, 'Cabin Nightstand', 'xmas11_nghtstnd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4303, 4303, 'Red Wooden Cabin Chair', 'xmas11_chair', 's', 1, 1, 1.35, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4304, 4304, 'Snowy Rock 1', 'xmas2011_rock1', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4305, 4305, 'Snowy Rail', 'xmas2011_balrail', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4306, 4306, 'Snowy Pine', 'xmas2011_tree4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4307, 4307, 'Snowy Rock 2', 'xmas2011_rock2', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4308, 4308, 'Big Snowy Tree', 'xmas2011_tree3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4309, 4309, 'Cabin Stone and Wood Tiles', 'xmas11_elewood', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.01;0.50;1.00;1.50;2.00', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4310, 4310, 'Reindeer Antlers', 'horse_hairstyle_6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4313, 4313, 'Joyful Gift Bag', 'xmas_giftbag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4314, 4314, 'Poinsetta', 'joulutahti_notrd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1023', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4315, 4315, 'Beige Cozy Cabin Chair', 'xmas11_comfy_chair_3', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4316, 4316, 'Green Wooden Cabin Stool', 'xmas11_stool_2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4317, 4317, 'Wooden Cabin Stool with Fur Cover', 'xmas11_stool_4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4318, 4318, 'Beige Wooden Cabin Stool', 'xmas11_stool_3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4319, 4319, 'Cabin Footstool with Fur Cover', 'xmas11_footstool_4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4320, 4320, 'Green Cozy Cabin Chair', 'xmas11_comfy_chair_2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4321, 4321, 'Green Wooden Cabin Chair', 'xmas11_chair_2', 's', 1, 1, 1.35, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4322, 4322, 'The Santa Butler', 'xmas11_btlr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 2, '8', '', '', 1, 1, '');
+INSERT INTO `items_base` VALUES (4323, 4323, 'Green Wooden Cabin Bench', 'xmas11_comfy_bench_2', 's', 2, 1, 1.36, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4324, 4324, 'Cozy Cabin Fur Chair', 'xmas11_comfy_chair_4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4325, 4325, 'Wooden Cabin Bench with Fur Cover', 'xmas11_comfy_bench_4', 's', 2, 1, 1.36, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4326, 4326, 'Wooden Cabin Chair with Fur Cover', 'xmas11_chair_4', 's', 1, 1, 1.35, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4327, 4327, 'Beige Wooden Cabin Bench', 'xmas11_comfy_bench_3', 's', 2, 1, 1.36, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4328, 4328, 'Beige Wooden Cabin Chair', 'xmas11_chair_3', 's', 1, 1, 1.35, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4329, 4329, 'Green Cabin Footstool', 'xmas11_footstool_2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4330, 4330, 'Beige Cabin Footstool', 'xmas11_footstool_3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4331, 4331, 'Books', 'books_1', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4332, 4332, 'homework', 'homework', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4333, 4333, 'Model Car', 'gift_mdlcar0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4334, 4334, 'Adonis Statue', 'gift_manlystatue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4335, 4335, 'Joystick', 'gift_joystick', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4336, 4336, 'Weird toy', 'gift_thing', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4337, 4337, 'Scratch pad', 'pstack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4338, 4338, 'Paper Balls', 'pwad', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4339, 4339, 'Incense', 'gift_incense', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4340, 4340, 'pencils', 'pencils', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4341, 4341, 'Picture Frame', 'pframe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4342, 4342, 'toaster', 'toaster', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '71', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4343, 4343, 'Piggy bank', 'gift_pbank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4344, 4344, 'Game Console', 'console', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4345, 4345, 'Vase', 'gift_vase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4346, 4346, 'MyPod Docking Station', 'gift_mypod', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4347, 4347, 'Organizer', 'trapkeep', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4348, 4348, 'Coal', 'gift_coal', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4349, 4349, 'Handbag', 'gift_handbag0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4350, 4350, 'Necklace', 'gift_jewel0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4351, 4351, 'Books', 'books_0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4352, 4352, 'Double Bed', 'bed_silo_two_notrd', 's', 2, 3, 1.00, 1, 0, 1, 1, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4353, 4353, 'snst_ballpile name', 'snst_ballpile', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4354, 4354, 'starting_position', 'starting_position', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4355, 4355, 'snst_tree1_d name', 'snst_tree1_d', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4356, 4356, 'snst_fence name', 'snst_fence', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4357, 4357, 'snst_tree1 name', 'Snst_tree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4358, 4358, 'snst_iceblock name', 'Snst_iceblock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4359, 4359, 'hole1x1 name', 'hole1x1', 's', 1, 1, 0.10, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4360, 4360, 'snst_block1 name', 'snst_block1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4361, 4361, 'Epic Fireplace', 'snst_fireplace', 's', 3, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4362, 4362, 's_snowball_machine name', 's_snowball_machine', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4363, 4363, 'ads_honeymonster', 'ads_honeymonster', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4364, 4364, 'ads_m6_floor name', 'ads_m6_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4365, 4365, 'HC Duck', 'duck_vipwhite', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4366, 4366, 'snst_fireplace_nfs name', 'snst_fireplace_nfs', 's', 3, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4367, 4367, 'Vote Counter', 'vote_count_add', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vote_counter', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4368, 4368, 'Double Balloon', 'xmas11_balloon2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4369, 4369, 'Polished Stone Floor', 'xmas11_luxfloor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4370, 4370, 'Single Balloon', 'xmas11_balloon1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4371, 4371, 'Fireworks Gnome', 'fireworks_09', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4372, 4372, 'Serving Table', 'xmas11_luxtable', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4373, 4373, 'Fireworks Pot', 'fireworks_08', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4374, 4374, 'White Chesterfield Sofa', 'xmas11_luxsofa1', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4375, 4375, 'Parquet', 'xmas11_luxfloor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4376, 4376, 'Rare Balloon Machine', 'xmas11_balloon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '1029', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4377, 4377, 'Triple Balloons', 'xmas11_balloon3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4378, 4378, 'White Chesterfield Armchair', 'xmas11_luxchair1', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4379, 4379, 'Strawberries', 'xmas11_luxdish2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4380, 4380, 'Fireworks Tube', 'fireworks_10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4381, 4381, 'Red Chesterfield Sofa', 'xmas11_luxsofa2', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4382, 4382, 'Porcelain', 'xmas11_luxdish3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4383, 4383, 'Black Chesterfield Armchair', 'xmas11_luxchair3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4384, 4384, 'Fireworks Box', 'fireworks_12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4385, 4385, 'Black Chesterfield Sofa', 'xmas11_luxsofa3', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4386, 4386, 'Red Chesterfield Armchair', 'xmas11_luxchair2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4387, 4387, 'Red Rocket', 'fireworks_11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4388, 4388, 'Chocolate Fountain', 'xmas11_luxdish1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4389, 4389, 'Group Gate', 'gld_gate', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4390, 4390, 'Snowboard Patch', 'snowb_slope', 's', 2, 2, 0.00, 1, 0, 0, 1, 0, 0, 0, 0, 1, 'multiheight', 7, '0', '0.2;1.3;2.4;3.5;4.6;5.7;6.8', '', 97, 97, '');
+INSERT INTO `items_base` VALUES (4391, 4391, 'Snowboard Ramp', 'snowb_jump', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 0, 0, 0, 1, 'default', 1, '0', '', '', 97, 97, '');
+INSERT INTO `items_base` VALUES (4392, 4392, 'Slope Light', 'snowb_light1', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4393, 4393, 'Slope Divider', 'snowb_divider', 's', 1, 3, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 97, 97, '');
+INSERT INTO `items_base` VALUES (4394, 4394, 'Snow Puff', 'snowb_snowpuff', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4395, 4395, 'Snowboard Rail', 'snowb_rail', 's', 1, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4402, 4402, 'Laser SFX', 'sfx_lazer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4403, 4403, 'Robot Voice SFX', 'sfx_onetwo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4404, 4404, 'Duck SFX', 'sfx_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4405, 4405, 'Whistle SFX', 'sfx_whistle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4406, 4406, 'Bell SFX', 'sfx_bells', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'sound_fx', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4407, 4407, 'Glass SFX', 'sfx_glass', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4408, 4408, 'Golden Niko Trophy', 'prizetrophy_niko2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4409, 4409, 'Silver Niko Trophy', 'prizetrophy_niko1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4410, 4410, 'Sky Lantern', 'china_lantern', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4411, 4411, 'The Dragon that Spews Fireworks', 'fireworks_13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4412, 4412, 'rare_fountain_niko name', 'rare_fountain_niko', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4413, 4413, 'Dragon Teleport', 'teleport_dragon', 's', 1, 1, 0.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4414, 4414, 'sfx_rare_lazer name', 'sfx_rare_lazer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4415, 4415, 'sfx_rare_duck name', 'sfx_rare_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4416, 4416, 'Kissing Booth', 'val12_kbooth', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4417, 4417, 'Hanging Love Flower', 'val12_flower', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4418, 4418, 'Prom Night Carpet', 'val12_carpet', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4419, 4419, 'The Vines Of Love', 'val12_vines', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4420, 4420, 'Love Reanimator', 'val12_shocker', 's', 1, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4421, 4421, 'Room Hopper Tubes', 'val12_hopper1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'hopper', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4422, 4422, 'Column Of Light', 'val12_pillar2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4423, 4423, 'Xray Booth', 'val12_xray', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4424, 4424, 'Black Marble Floor', 'val12_marble2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4425, 4425, 'Romantic vines', 'val12_elevine', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4426, 4426, 'White Marble Floor', 'val12_marble1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4427, 4427, 'Room Hopper Curtains', 'val12_hopper2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'hopper', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4428, 4428, 'Love Thermometer', 'edice_val12_therm', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dice', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4429, 4429, 'Not for sale thermometer', 'val12_therm_nfs', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4430, 4430, 'Heartbeat Sofa', 'val12_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4431, 4431, 'Lantern Of Lurve', 'val12_lantern', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4432, 4432, 'Prom Night Pillar', 'val12_pillar1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4433, 4433, 'Prom Night Table', 'val12_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4434, 4434, 'ads_antena3_floor name', 'ads_antena3_floor', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4435, 4435, 'hole3', 'hole3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4436, 4436, 'waterbowl1_red name', 'water_bowl1*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4437, 4437, 'water_bowl1_green name', 'water_bowl1*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4438, 4438, 'water_bowl1_yellow name', 'water_bowl1*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4439, 4439, 'waterbowl1_blue name', 'water_bowl1*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4440, 4440, 'water_bowl1_brown name', 'water_bowl1*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4441, 4441, 'nest_with_egg name', 'nest_with_egg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4442, 4442, 'for testing purposes', 'present_firework', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4443, 4443, 'Room Hopper Elevator', 'val12_hopper_3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'hopper', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4444, 4444, 'Cinema Platform', 'cine_platform', 's', 4, 1, 0.68, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '1.50;2.00;2.50', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4445, 4445, 'magazines name', 'magazines', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4446, 4446, 'Desk Junk', 'desk_junk', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4447, 4447, 'Cup of Coffee', 'coffee_cup', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4448, 4448, 'bowl name', 'bowl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4449, 4449, 'Book pile', 'bookpile', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4450, 4450, 'Saddle Stand', 'horse_saddle2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4451, 4451, 'Blue Racing Flag', 'horse_fin_flag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4452, 4452, 'Corner Fences', 'horse_track_fence_cor', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4453, 4453, 'Horse Jump', 'obstacle_oxer', 's', 2, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4454, 4454, 'Horse Track Patch', 'horse_track1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4455, 4455, 'Fences', 'horse_track_fence', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4456, 4456, 'elmeri name', 'elmeri', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4457, 4457, 'Corn', 'petfood20', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4458, 4458, 'elegrass1 name', 'elegrass1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.01;0.50;1.00;1.50;2.00', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4459, 4459, 'elerock1 name', 'elerock1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.2;0.7;1.2;1.7;2.2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4460, 4460, 'bling_sofa_mu', 'bling_sofa_mu', 's', 2, 1, 1.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4461, 4461, 'Hedges', 'obstacle_bush', 's', 2, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4462, 4462, 'Ring Of Fire', 'obstacle_fring', 's', 2, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4463, 4463, 'Blue Finish Line', 'horse_fin_poster', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4464, 4464, 'Grass Duck', 'petfood27', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4465, 4465, 'Pegasus Wings', 'horse_hairstyle_7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '15 2,3 107,107 1,1', 0, 0, '');
+INSERT INTO `items_base` VALUES (4466, 4466, 'Horse Track Gate', 'horse_track_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4467, 4467, 'Red Finish Line', 'horse_fin_poster2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4468, 4468, 'Red Racing Flag', 'horse_fin_flag2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4469, 4469, 'Stylish Finish Line', 'horse_fin_poster3', 's', 2, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4470, 4470, 'Stable Hopper', 'horse_hopper', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'hopper', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4471, 4471, 'Water Jump 3', 'obstacle_water3', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4472, 4472, 'Water Jump', 'obstacle_water', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4473, 4473, 'Horse Jump 3', 'obstacle_oxer3', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4474, 4474, 'Horse Jump 2', 'obstacle_oxer2', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4475, 4475, 'Stylish Racing Flag', 'horse_fin_flag3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4476, 4476, 'Water Jump 2', 'obstacle_water2', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4477, 4477, 'horse_hairdye_04_horsesho', 'horse_hairdye_04_horsesho', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4478, 4478, 'ads_ag_crate name', 'ads_ag_crate', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4479, 4479, 'horse_hairstyle_4_hs name', 'horse_hairstyle_4_hs', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '15 2,3 104,104 1,1', 0, 0, '');
+INSERT INTO `items_base` VALUES (4480, 4480, 'Ice Apples', 'petfood7_horseshoe', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4481, 4481, 'bolly_cherry', 'bolly_cherry', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4482, 4482, 'Japanese Sky Lantern', 'jp_ceiling_lamp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4483, 4483, 'Shiki Futon', 'jp_bed', 's', 2, 3, 1.60, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4484, 4484, 'exe_drinks_cabinet', 'exe_drinks_cabinet', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4485, 4485, 'Red Theatre Curtain', 'cine_curtain_red', 's', 8, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4486, 4486, 'Black Scifi Pod', 'sf_pod_dark', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4487, 4487, 'Black Leviathan', 'dark_merdragon', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4488, 4488, 'Romantique Screen Gray', 'romantique_divider*5', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4489, 4489, 'Black Dino Egg', 'black_dino_egg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4490, 4490, 'Platinum Bar', 'CF_500_platinum_bar', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4491, 4491, 'theatre_stage name', 'theatre_stage', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4492, 4492, 'theatre_mask name', 'theatre_mask', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4493, 4493, 'theatre_carpet name', 'theatre_carpet', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4494, 4494, 'theatre_lights name', 'theatre_lights', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4495, 4495, 'theatre_rug name', 'theatre_rug', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 13, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4496, 4496, 'theatre_stool name', 'theatre_stool', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4497, 4497, 'theatre_wall name', 'theatre_wall', 's', 1, 4, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4498, 4498, 'Curtain Switch', 'theatre_switch', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4499, 4499, 'theatre_chair name', 'theatre_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4500, 4500, 'theatre_curtain name', 'theatre_curtain', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4501, 4501, 'theatre_floor name', 'theatre_floor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4502, 4502, 'theatre_plant name', 'theatre_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4503, 4503, 'theatre_edge name', 'theatre_edge', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4504, 4504, 'theatre_spotlight name', 'theatre_spotlight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4505, 4505, 'wf_act_give_reward name', 'wf_act_give_reward', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_give_reward', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4506, 4506, 'Carrot', 'petfood28', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4507, 4507, 'Spinning Top', 'toy2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4508, 4508, 'Lush Bunny Nest', 'nest_bunny', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4509, 4509, 'DONT USE - there is color versions in nest_bunny', 'nest_bunny_green', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4510, 4510, 'DONT USE - there is color versions in nest_bunny', 'nest_bunny_blue', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4511, 4511, 'lido_bench name', 'lido_bench', 's', 2, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4512, 4512, 'lidowall3 name', 'lidowall3', 's', 4, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4513, 4513, 'lido_parasol name', 'lido_parasol', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4514, 4514, 'lidowall1 name', 'lidowall1', 's', 4, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4515, 4515, 'lidofence name', 'lidofence', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4516, 4516, 'lido_chair name', 'lido_chair', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4517, 4517, 'The Small Pool Kiosk', 'lido_kiosk', 's', 1, 4, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4518, 4518, 'lido_table name', 'lido_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4519, 4519, 'lidotree1 name', 'lidotree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4520, 4520, 'lidodoor name', 'lidodoor', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4521, 4521, 'lidotile name', 'lidotile', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4522, 4522, 'lido_kiosk_block name', 'lido_kiosk_block', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4523, 4523, 'lidostairs name', 'lidostairs', 's', 2, 2, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4524, 4524, 'lidostage name', 'lidostage', 's', 2, 2, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4525, 4525, 'lidowall2 name', 'lidowall2', 's', 4, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4526, 4526, 'wl_wall2 name', 'wl_wall2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4527, 4527, 'wl_table2 name', 'wl_table2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4528, 4528, 'wl_sofa name', 'wl_sofa', 's', 3, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4529, 4529, 'wl_wall1 name', 'wl_wall1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 14, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4530, 4530, 'wl_floor name', 'wl_floor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4531, 4531, 'wl_rdesk name', 'wl_rdesk', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4532, 4532, 'Shelf', 'wl_shelf', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4533, 4533, 'wl_chair name', 'wl_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4534, 4534, 'wl_table1 name', 'wl_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4535, 4535, 'pcnc_tilegrass name', 'pcnc_tilegrass', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 11, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4536, 4536, 'pcnc_dvdrtile name', 'pcnc_dvdrtile', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4537, 4537, 'pcnc_wtable name', 'pcnc_wtable', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4538, 4538, 'pcnc_shrub name', 'pcnc_shrub', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4539, 4539, 'pcnc_fountain name', 'pcnc_fountain', 's', 4, 4, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4540, 4540, 'pcnc_tiledirt name', 'pcnc_tiledirt', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4541, 4541, 'pcnc_gazebohack name', 'pcnc_gazebohack', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4542, 4542, 'pcnc_wall1 name', 'pcnc_wall1', 's', 3, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4543, 4543, 'pcnc_carp name', 'pcnc_carp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4544, 4544, 'pcnc_door name', 'pcnc_door', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4545, 4545, 'pcnc_wood name', 'pcnc_wood', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4546, 4546, 'pcnc_redbench name', 'pcnc_redbench', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4547, 4547, 'pcnc_wall2 name', 'pcnc_wall2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4548, 4548, 'Tale Swing', 'pcnc_swing', 's', 2, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4549, 4549, 'pcnc_bbq name', 'pcnc_bbq', 's', 2, 3, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4550, 4550, 'pcnc_tilestone name', 'pcnc_tilestone', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4551, 4551, 'pcnc_tree name', 'pcnc_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4552, 4552, 'pcnc_carrot name', 'pcnc_carrot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'patch_carrot', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4553, 4553, 'pcnc_gazebo name', 'pcnc_gazebo', 's', 5, 5, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4554, 4554, 'pcnc_wbench name', 'pcnc_wbench', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4555, 4555, 'Evil Bunny Lair', 'nest_bunny_evil', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4556, 4556, 'Bored Bunny Nest', 'nest_bunny_dep', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4557, 4557, 'Manic Bunny Nest', 'nest_bunny_love', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4558, 4558, 'ads_dfrisss name', 'ads_dfrisss', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '72', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4559, 4559, 'Rainbow round dining table', 'table_plasto_round_lm1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4560, 4560, 'Black pod chair', 'chair_plasty2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4561, 4561, 'Black Occasional Table', 'table_plasto2_sq', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4562, 4562, 'Transparent plasto chair', 'chair_plasto3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4563, 4563, 'Transparent four-leg table', 'table_plasto3_4leg', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4564, 4564, 'Transparent pod chair', 'chair_plasty3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4565, 4565, 'Rainbow occasional table', 'table_plasto_sq_lm1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4566, 4566, 'Rainbow pod chair', 'chair_plasty_lm1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4567, 4567, 'Transparent Square Dining Table', 'table_plasto3_bigsq', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4568, 4568, 'Transparent Occasional table', 'table_plasto3_sq', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4569, 4569, 'Rainbow square dining table', 'table_plasto_bigsq_lm1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4570, 4570, 'Black Square Dining Table', 'table_plasto2_bigsq', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4571, 4571, 'Black four-leg table', 'table_plasto2_4leg', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4572, 4572, 'Black round dining table', 'table_plasto2_round', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4573, 4573, 'Rainbow four-leg table', 'table_plasto_4leg_lm1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4574, 4574, 'Black plasto chair', 'chair_plasto2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4575, 4575, 'Rainbow plasto chair', 'chair_plasto_lm1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4576, 4576, 'Transparent round dining table', 'table_plasto3_round', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4577, 4577, 'easel_5', 'easel_5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4578, 4578, 'Plant Revival Potion', 'mnstr_revival', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '16', 0, 0, '');
+INSERT INTO `items_base` VALUES (4579, 4579, 'Greenhouse Wall', 'gh_div_wall', 's', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4580, 4580, 'Watering Can', 'watering_can', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4581, 4581, 'Greenhouse Corner', 'gh_div_cor', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4582, 4582, 'Plant Seed', 'mnstr_seed', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'monsterplant_seed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4583, 4583, 'Gardening Toolbox', 'gardening_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4584, 4584, 'Stone Patio', 'stone_platform', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0;0.5;1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4585, 4585, 'Stone Stairs', 'stone_stairs', 's', 2, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4586, 4586, 'Pink Pod Chair', 'chair_plasty4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4587, 4587, 'Pink Four-leg Table', 'table_plasto4_4leg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4588, 4588, 'Pink Occasional Table', 'table_plasto4_sq', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4589, 4589, 'Pink Square Dining Table', 'table_plasto4_bigsq', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4590, 4590, 'Pink Plasto Chair', 'chair_plasto4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4591, 4591, 'Pink Round Dining Table', 'table_plasto4_round', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4592, 4592, 'Rebreeding Potion 1', 'mnstr_rebreed', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4593, 4593, 'Monster Plant Fertiliser', 'mnstr_fert', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '16', 0, 0, '');
+INSERT INTO `items_base` VALUES (4594, 4594, 'Darkstar Dragons', 'dragonlamp_shinobi', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4595, 4595, 'Shoji Divider', 'jp_divider', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4596, 4596, 'Shoji Gate', 'jp_gate', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4597, 4597, 'Golden Man-Eating Plant Trophy', 'prizetrophy_breed*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4598, 4598, 'Silver Man-Eating Plant Trophy', 'prizetrophy_breed*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4599, 4599, 'Bronze Man-Eating Plant Trophy', 'prizetrophy_breed*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4600, 4600, 'Watering Can Of Greatness!', 'prizetrophy_nurture*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4601, 4601, 'Watering Can Of Semi-Greatness', 'prizetrophy_nurture*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4602, 4602, 'Watering Can Of Partial Greatness', 'prizetrophy_nurture*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4603, 4603, 'Monster Plant Bed', 'stone_flowerbed', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4604, 4604, 'Rare Monster Plant Seed', 'mnstr_seed_rare', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'monsterplant_seed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4605, 4605, 'ads_mad3 name', 'ads_mad3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4606, 4606, 'Throbbing Monster Fountain', 'mnstr_waterfall', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4607, 4607, 'Rebreeding Potion 2', 'mnstr_rebreed_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4608, 4608, 'Rebreeding Potion 3', 'mnstr_rebreed_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4609, 4609, 'garden_caterpillar', 'garden_caterpillar', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4610, 4610, 'ads_cp_trophy name', 'ads_cp_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4611, 4611, 'ads_ontour name', 'ads_ontour', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4612, 4612, 'Small Ruby', 'CF_75_ruby_small', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4613, 4613, 'Big Ruby', 'CF_200_ruby', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4614, 4614, 'Justice Trophy', 'prizetrophy_habboway', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4615, 4615, 'Light Cloud', 'patch_cloud', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4616, 4616, 'Exotic Butterfly', 'garden_bfly', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4617, 4617, 'Pixel Sofa', 'kuurna_red_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4618, 4618, 'Pixel Sofa Chair', 'kuurna_red_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4619, 4619, 'Pixel Dining Table', 'kuurna_red_chair1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4620, 4620, 'Pixel Dining Table', 'kuurna_red_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4621, 4621, 'Pixel Side Table', 'kuurna_red_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4622, 4622, 'Pixel Lamp', 'kuurna_red_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4623, 4623, 'Pixel Memorial', 'pixel_memorial', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4624, 4624, 'Torch Trophy', 'trophy_torch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4625, 4625, 'Vanilla Lounge Chair', 'js_exe_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4626, 4626, 'Vanilla Gate', 'js_exe_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4627, 4627, 'Vanilla Bar', 'js_exe_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4628, 4628, 'Vanilla Sofa', 'js_exe_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4629, 4629, 'Vanilla Bar Corner', 'js_exe_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4630, 4630, 'Vanilla Rug', 'js_exe_rug', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4631, 4631, 'Vanilla Boss Chair', 'js_exe_chair2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4632, 4632, 'Vanilla Glass Table', 'js_exe_s_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4633, 4633, 'Pharaoh Teleporter', 'anc_pharaoh_tele', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4634, 4634, 'Quackatoa', 'anc_artifact1', 's', 2, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4635, 4635, 'Obsidian Obelisk', 'anc_trophy_obsidian', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4636, 4636, 'Pyramid Block', 'anc_pyramid_block', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4637, 4637, 'Marble Obelisk', 'anc_trophy_marble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4638, 4638, 'Stone Obelisk', 'anc_trophy_sstone', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4639, 4639, 'Hot Sand', 'anc_hot_sands', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4640, 4640, 'sp_statue', 'sp_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4641, 4641, 'Frank Trophy', 'prizetrophy_frank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4642, 4642, 'Rock Block', 'anc_ele_rock', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.2;0.7;1.2;1.7;2.2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4643, 4643, 'Shallow Water', 'shallow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 30, 30, '');
+INSERT INTO `items_base` VALUES (4644, 4644, 'Grass Block', 'anc_ele_grass', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.01;0.60;0.99;1.80;2.00', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4645, 4645, 'Blazing Sun', 'anc_sun', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4646, 4646, 'Flamingo', 'pink_flamingo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4647, 4647, 'Dem Bones', 'anc_bones', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4648, 4648, 'The Hand Of The Ancients', 'anc_artifact2', 's', 2, 2, 2.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4649, 4649, 'Jungle leaf patch', 'anc_jngl_patch', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4650, 4650, 'Tall tree', 'anc_talltree', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4651, 4651, 'Jungle Waterfall', 'anc_waterfall', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4652, 4652, 'Mossy rock', 'anc_mossyrock', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4653, 4653, 'Not so tall tree', 'anc_comfy_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4654, 4654, 'The Gate of Eternity', 'gate_of_eternity', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4655, 4655, 'Mighty Frank Statue', 'anc_artifact3', 's', 3, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4656, 4656, 'Habbo-lympix Circle Track', 'track12_circle', 's', 3, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4657, 4657, 'Habbo-lympix Hurdle', 'track12_hurdle', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4658, 4658, 'White Habbo-lympix Podium', 'track12_ele_podium2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.7;1.2;1.7', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4659, 4659, 'Royal Tea Lady', 'track12_tea_mother', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '1', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4660, 4660, 'Hammer Toss', 'track12_hammer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4661, 4661, 'Habbo-lympix Torch', 'track12_mini_torch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4662, 4662, 'Black Habbo-lympix Podium', 'track12_ele_podium1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.7;1.2;1.7', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4663, 4663, 'Union Jack Sofa', 'track12_ujack_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4664, 4664, 'Dumbbell', 'track12_weight', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4665, 4665, 'Habbo-lympix Trophy', 'prizetrophy_track12*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 111, 111, '');
+INSERT INTO `items_base` VALUES (4666, 4666, 'Habbo-lympix Trophy', 'prizetrophy_track12*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 110, 110, '');
+INSERT INTO `items_base` VALUES (4667, 4667, 'Habbo-lympix Trophy', 'prizetrophy_track12*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 109, 109, '');
+INSERT INTO `items_base` VALUES (4668, 4668, 'Javelin Statue', 'track12_javstatue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4669, 4669, 'Habbo-lympix Cauldron', 'track12_hcauldron', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4670, 4670, 'Rectangular Block', 'lon_block2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4671, 4671, 'Door Block', 'lon_base', 's', 1, 2, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4672, 4672, 'Window Piece', 'lon_window', 's', 1, 2, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4673, 4673, 'lon_gate name', 'lon_gate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4674, 4674, 'Stately Roof', 'lon_roof', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4675, 4675, 'Building Block', 'lon_block1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4676, 4676, 'hof_parameter_test name', 'hof_parameter_test', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4677, 4677, 'Red Walkway', 'matic_walkway_red', 's', 1, 1, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4678, 4678, 'Green Holo Tree', 'matic_tree_green', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4679, 4679, 'Silver Walkway', 'matic_walkway_silver', 's', 1, 1, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4680, 4680, 'Space Duck', 'matic_cont_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4681, 4681, 'Blue Holo Tree', 'matic_tree_blue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4682, 4682, 'Silver Holo Tree', 'matic_tree_silver', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4683, 4683, 'Frank', 'matic_cont_frank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4684, 4684, 'Alien Specimen', 'matic_cont_alien', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4685, 4685, 'Yellow Holo Tree', 'matic_tree_yellow', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4686, 4686, 'Deep Space Probe', 'matic_probe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4687, 4687, 'Green Walkway', 'matic_walkway_green', 's', 1, 1, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4688, 4688, 'Red Holo Tree', 'matic_tree_red', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4689, 4689, 'Blue Walkway', 'matic_walkway_blue', 's', 1, 1, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4690, 4690, 'Yellow Walkway', 'matic_walkway_yellow', 's', 1, 1, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4691, 4691, 'ads_spiderman_trophy name', 'ads_spiderman_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4692, 4692, 'Mystery Box', 'matic_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4693, 4693, 'metallic structure', 'matic_wirerig', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4694, 4694, 'Black Hole', 'matic_dispenser', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '3;28;29;34;58;70;71;1013;1014;1015;1029;1030;1031;1032;1033;1034;1035;1036', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4695, 4695, 'Battle Mech', 'matic_mech', 's', 1, 1, 2.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4696, 4696, 'ads_mad3_edit name', 'ads_mad3_edit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4697, 4697, 'Background Toner', 'roombg_color', 's', 1, 1, 0.45, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'background_toner', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4698, 4698, 'Mountains Background', 'roombg_mountains1', 's', 1, 1, 0.45, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4699, 4699, 'Dark Cloud Machine', 'roombg_cloud_dark', 's', 1, 1, 0.45, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4700, 4700, 'Cloud Machine', 'roombg_cloud', 's', 1, 1, 0.45, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4701, 4701, 'Pearl Dragon Egg', 'cloud_egg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4702, 4702, 'Cloud Throne', 'cloud_throne', 's', 1, 1, 2.30, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4703, 4703, 'Yacht Bow', 'jetset_yacht_front', 's', 3, 3, 3.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4704, 4704, 'Stealth Jet Ski', 'js_jetski', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4705, 4705, 'HC Gate', 'vip_gate', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4706, 4706, 'Yacht Bridge', 'jetset_yacht_mid_1', 's', 3, 1, 4.45, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4707, 4707, 'Grassy Stack', 'jetset_landhigh', 's', 1, 1, 2.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4708, 4708, 'Rocky Stack', 'jetset_landlow', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4709, 4709, 'Yacht Stern', 'jetset_yacht_back', 's', 3, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4710, 4710, 'Yacht Middle', 'jetset_yacht_mid_2', 's', 3, 1, 3.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4711, 4711, 'Paparazzi Wall', 'jetset_vipscreen', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4712, 4712, 'Yacht Pool', 'jetset_yacht_mid_3', 's', 3, 1, 3.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4713, 4713, 'Jet Ski', 'js_jetski2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4714, 4714, 'Cabana Tent', 'jetset_tent', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4715, 4715, 'Stone Jetty', 'jetset_stonejetty', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4716, 4716, 'HC Room Hopper', 'vip_hopper', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'club_hopper', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4717, 4717, 'Emerald Trophy', 'prizetrophy_room_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4718, 4718, 'Bouncer', 'js_bouncer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4719, 4719, 'Vault Wall', 'jetset_vault_wall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4720, 4720, 'Vault Corner', 'jetset_vault_crnr', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4721, 4721, 'Cash Patch', 'jetset_moneypatch', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4722, 4722, 'Vault Door', 'jetset_vault_door', 's', 2, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4723, 4723, 'Diamond Dragon Lamp', 'diamond_dragon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4724, 4724, 'Diamond Throne', 'diamond_throne', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4725, 4725, 'Monte Carlo', 'roombg_jetset', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4726, 4726, 'Paparazzi Wall Corner', 'jetset_vipscreencr', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4727, 4727, 'Golden Bathtub', 'jetset_tub', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4728, 4728, 'Coin Rain', 'js_coins', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4729, 4729, 'Ghost Train Car', 'hween12_cart', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4730, 4730, 'Fairground Entrance', 'hween12_entry', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4731, 4731, 'Ghost Train Track', 'hween12_track', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4732, 4732, 'Ghost Light', 'hween12_orb', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4733, 4733, 'Scarecrow', 'hween12_scarecrow', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4734, 4734, 'Fairground Of Fear', 'roombg_hween12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4735, 4735, 'Costume Hopper', 'hween12_costume_hopper', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'costume_hoppper', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4736, 4736, 'Ghost Train Left Corner', 'hween12_track_crl', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4737, 4737, 'Snake skin', 'hween12_shedskin', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4738, 4738, 'Guillotine', 'hween12_guillotine', 's', 1, 3, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4739, 4739, 'Ghost Train Right Corner', 'hween12_track_crr', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4740, 4740, 'Moon Light', 'hween12_moon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4741, 4741, 'Executioner\'s Coffin', 'hween12_coffin', 's', 1, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4742, 4742, 'Lantern', 'hween12_lantern', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4743, 4743, 'Magic Mirror', 'hween12_mirror', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4744, 4744, 'cannon', 'cannon', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'cannon', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4745, 4745, 'Duck Ride', 'hween12_duck', 's', 1, 1, 2.05, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4746, 4746, 'Gory Floor', 'hween12_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4747, 4747, 'Fairground Divider', 'hween12_wall', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4748, 4748, 'Costume Gate', 'costume_gate', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4749, 4749, 'Misfortune Teller', 'hween12_fortune', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4750, 4750, 'Cage', 'hween12_cage', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4751, 4751, 'Fairground Grabber', 'hween12_grabby', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1035,1037,1038,1039,1040,1041,1042,1043,1044,1045', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4752, 4752, 'Wolf', 'hween12_wolf', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4753, 4753, 'Test Your Strength!', 'hween12_strengthtest', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable_master', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4754, 4754, 'Blue Star Stage', 'hs_stage_blue', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4755, 4755, 'Stage Smoker', 'hs_smoke', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4756, 4756, 'Star Carpet', 'hs_carpet', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4757, 4757, 'Circular Stage', 'hs_circstage', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4758, 4758, 'Black Star Stage', 'hs_stage_black', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4759, 4759, 'Pink Star Stage', 'hs_stage_pink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4760, 4760, 'Stage Up light', 'hs_prop', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4761, 4761, 'Habnam Style', 'hs_dnctile_1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 140, 140, '');
+INSERT INTO `items_base` VALUES (4762, 4762, 'Pink floor lights', 'hs_lightstrip_pink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4763, 4763, 'Long Black Stage', 'hs_stage_long_black', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4764, 4764, 'Star Carpet Black', 'hs_carpet_blk', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4765, 4765, 'Long Blue STage', 'hs_stage_long_blue', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4766, 4766, 'Pink Stairs', 'hs_stairs_pink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.5;1.2;1.8', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4767, 4767, 'Long Pink Stage', 'hs_stage_long_pink', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4768, 4768, 'Backstage Pass', 'hs_bpass', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4769, 4769, 'Blue Stairs', 'hs_stairs_blue', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.5;1.2;1.8', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4770, 4770, 'Black Stairs', 'hs_stairs_black', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.5;1.2;1.8', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4771, 4771, 'Blue floor lights', 'hs_lightstrip_blue', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4772, 4772, 'Dance steps', 'hs_marswalk', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'floor_switch', 2, '0', '', '', 136, 136, '');
+INSERT INTO `items_base` VALUES (4773, 4773, 'Balcony', 'hs_balcony', 's', 1, 1, 2.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4774, 4774, 'hs_box name', 'hs_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4775, 4775, 'Star Chair', 'hs_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4776, 4776, 'Xylophone SFX', 'sfx_xylo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4777, 4777, 'Dubstep 3.2: Yay For Peanuts! SFX', 'sfx_dubstep3_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4778, 4778, 'Dubstep III SFX', 'sfx_dubstep3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4779, 4779, 'Xylophone High SFX', 'sfx_xylo_high', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4780, 4780, 'Big Finish SFX', 'sfx_bigfinish_jamesbrown', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4781, 4781, 'Funky Horn SFX', 'sfx_funkhorn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4782, 4782, 'Dub Step I SFX', 'sfx_dubstep1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4783, 4783, 'Xylophone IISFX', 'sfx_xylo2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4784, 4784, 'Dubstep II SFX', 'sfx_dubstep2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4785, 4785, 'Highhat Intro SFX', 'sfx_highhatintro', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4786, 4786, 'Hey! SFX', 'sfx_jamesbrown_hey', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4787, 4787, 'Drum Loop SFX', 'sfx_drumloop', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4788, 4788, 'Pad 3 SFX', 'sfx_pad3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4789, 4789, 'Xylophone Pattern SFX', 'sfx_xylopattern', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4790, 4790, 'Pad SFX', 'sfx_pad1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4791, 4791, 'Pad 2 SFX', 'sfx_pad2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4792, 4792, 'Sound set 77', 'sound_set_77', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4793, 4793, 'Sound set 78', 'sound_set_78', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4794, 4794, 'Diamond Uplink Station', 'dia_uplink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4795, 4795, 'Diamond Podium', 'dia_podium', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4796, 4796, 'Baby Bear Breeding Box', 'pet_breeding_bear', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4797, 4797, 'Xmas Mystery Box', 'mystery_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4798, 4798, 'Strange Echoes II SFX', 'sfx_strange_echoes_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4799, 4799, 'Bass SFX', 'sfx_bass1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4800, 4800, 'Square Pad SFX', 'sfx_sqrpad_dbldotted', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4801, 4801, 'Double Bass SFX', 'sfx_bass_dbl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4802, 4802, 'Strange Echoes SFX', 'sfx_strange_echoes_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4803, 4803, 'Strange Echoes III SFX', 'sfx_strange_echoes_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4804, 4804, 'Castle Floor', 'xmas12_floortile', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4805, 4805, 'Castle Bar Desk', 'xmas12_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4806, 4806, 'Christmas Ham', 'xmas12_pork', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4807, 4807, 'The Nutcracker', 'xmas12_nutcracker', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4808, 4808, 'Feasting Table', 'xmas12_table', 's', 2, 2, 1.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4809, 4809, 'Santa Throne', 'xmas12_santathrone', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4810, 4810, 'North Pole', 'xmas12_npole', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4811, 4811, 'Castle Dining Chair', 'xmas12_chair', 's', 1, 1, 1.21, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4812, 4812, 'Castle Fireplace', 'xmas12_fireplace', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4813, 4813, 'Grey Castle Arch', 'xmas12_pillar2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4814, 4814, 'Barley Barrel', 'xmas12_barrel', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '73', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4815, 4815, 'Beige Castle Arch', 'xmas12_pillar1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4816, 4816, 'Green Castle Arch', 'xmas12_pillar3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4817, 4817, 'Milk & Cookies', 'xmas12_snack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4818, 4818, 'Decorated Medieval Floor', 'xmas12_floortile2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4819, 4819, 'Castle Floor', 'xmas12_cfloor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4820, 4820, 'Santa\'s Workbench', 'xmas12_worktable', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4821, 4821, 'Castle Floor', 'xmas12_cfloorbig', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4822, 4822, 'Aurora Borealis Room Background', 'roombg_aurora', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4823, 4823, 'Pet Ball', 'pet_toy_ball', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4824, 4824, 'Baby Waterbottle', 'pet_waterbottle', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4825, 4825, 'Baby Terrier Breeding Box', 'pet_breeding_terrier', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'breeding_nest', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4826, 4826, 'Pink Pet Blanket', 'pet_blanket_pink', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4827, 4827, 'Blue Pet Basket', 'pet_basket_blue', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4828, 4828, 'Pink Pet Basket', 'pet_basket_pink', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4829, 4829, 'Blue Pet Blanket', 'pet_blanket_blue', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4830, 4830, 'RIP Monster Plant', 'mnstr_compost', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4831, 4831, 'New Year\'s Resolution 2013', 'ny2013_res', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4832, 4832, 'New Year\'s Resolution 2013', 'ny2013_extrares', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4833, 4833, 'Holo Dragon', 'holo_dragon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4834, 4834, 'WIRED EFFECT: Execute Wired Stacks', 'wf_act_call_stacks', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_call_stacks', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4835, 4835, 'Fireworks Wolf Blue', 'fireworks_15', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4836, 4836, 'Mayan Chair', 'ny2013_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4837, 4837, 'Aquarium', 'reef_aquarium', 's', 4, 4, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4838, 4838, 'Mayan Calendar', 'ny2013_calendar', 's', 1, 1, 1.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4839, 4839, 'Mayan Building Block', 'ny2013_block', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4840, 4840, 'Fireworks Wolf Purple', 'fireworks_14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4841, 4841, 'Flaming Comet', 'ny2013_aftermath', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4842, 4842, 'Mayan Floor', 'ny2013_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4843, 4843, 'Mayan Clock', 'ny2013_clock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4844, 4844, 'Mayan Cup', 'ny2013_cup', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4845, 4845, 'HC Chair', 'hc_roundchair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4846, 4846, 'HC Big Vase', 'hc_bigvase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4847, 4847, 'HC Knight', 'hc_knight_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4848, 4848, 'HC Round Table', 'hc_roundtable', 's', 1, 1, 0.90, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4849, 4849, 'HC Cabinet', 'hc_cab', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4850, 4850, 'HC Radio', 'hc_radio', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4851, 4851, 'HC Luggage', 'hc_luggage', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4852, 4852, 'rare_dragonlamp_pink', 'rare_dragonlamp_pink', 's', 1, 1, 2.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4853, 4853, 'Pillow - Silver', 'pillow_silver', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4854, 4854, 'Pillow - Bronze', 'pillow_bronze', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4855, 4855, 'prizetrophy_cake_g', 'prizetrophy_cake*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4856, 4856, 'prizetrophy_cake_s', 'prizetrophy_cake*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4857, 4857, 'prizetrophy_cake_b', 'prizetrophy_cake*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4858, 4858, 'Snake Statue', 'china_snake', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4859, 4859, 'Silver Icecream Machine', 'rare_icecream*10', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4860, 4860, 'Venetian Building', 'val13_build_3', 's', 1, 2, 0.40, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'wateritem', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4861, 4861, 'Gondola Post', 'val13_gond_post', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4862, 4862, 'Gondola Middle', 'val13_gond_mid1', 's', 2, 1, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4863, 4863, 'Venetian Water', 'val13_water', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4864, 4864, 'Venetian Divider', 'val13_div_2', 's', 1, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4865, 4865, 'Gondola Front', 'val13_gond_front', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4866, 4866, 'Venetian Building', 'val13_build_1', 's', 2, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4867, 4867, 'Venetian Building Block', 'val13_build_2', 's', 1, 2, 1.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4868, 4868, 'Gondola Back', 'val13_gond_back', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4869, 4869, 'Gondola Middle Seat', 'val13_gond_mid2', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4870, 4870, 'Venetian Divider Corner', 'val13_div_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4871, 4871, 'Red Base Plant', 'pixel_plantred', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4872, 4872, 'Pink Base Plant', 'pixel_plantpink', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4873, 4873, 'Red Base Light', 'pixel_light_red', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4874, 4874, 'Blue Base Plant', 'pixel_plantblue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4875, 4875, 'green Base Plant', 'pixel_plantgreen', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4876, 4876, 'green Base Light', 'pixel_light_green', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4877, 4877, 'Pink Base Light', 'pixel_light_pink', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4878, 4878, 'Black Base Plant', 'pixel_plantblack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4879, 4879, 'Blue Base Light', 'pixel_light_blue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4880, 4880, 'Red Carpet', 'pixel_carpet_red', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4881, 4881, 'Blue Carpet', 'pixel_carpet_blue', 's', 2, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4882, 4882, 'Pink Carpet', 'pixel_carpet_pink', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4883, 4883, 'Black Base Light', 'pixel_light_black', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4884, 4884, 'Black Carpet', 'pixel_carpet_black', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4885, 4885, 'Love Lock', 'valentines_lovelock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4886, 4886, 'Blue Base Bed', 'pixel_bed_blue', 's', 2, 3, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4887, 4887, 'Blue Base Small Table', 'pixel_smalltable_blue', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4888, 4888, 'Red Base Small Table', 'pixel_smalltable_red', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4889, 4889, 'Pink Base Small Table', 'pixel_smalltable_pink', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4890, 4890, 'Black Base Small Table', 'pixel_smalltable_black', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4891, 4891, 'Green Base Small Table', 'pixel_smalltable_green', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4892, 4892, 'Love Lock', 'valentines_lovelock9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4893, 4893, 'Red Base Table', 'pixel_table_red', 's', 2, 2, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4894, 4894, 'w', 'pixel_chair_blue', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4895, 4895, 'Pink Base Floor', 'pixel_floor_pink', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4896, 4896, 'Brown Base Floor', 'pixel_floor_brown', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4897, 4897, 'Yellow Base Floor', 'pixel_floor_yellow', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4898, 4898, 'Red Base Bed', 'pixel_bed_red', 's', 2, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4899, 4899, 'Green Base Chair', 'pixel_chair_green', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4900, 4900, 'Black Base Table', 'pixel_table_black', 's', 2, 2, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4901, 4901, 'Black Base Bed', 'pixel_bed_black', 's', 2, 3, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4902, 4902, 'Blue Base Table', 'pixel_table_blue', 's', 2, 2, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4903, 4903, 'Green Base Floor', 'pixel_floor_green', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4904, 4904, 'Silver Base Floor', 'pixel_floor_silver', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4905, 4905, 'Pink Base Table', 'pixel_table_pink', 's', 2, 2, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4906, 4906, 'Pink Base Chair', 'pixel_chair_pink', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4907, 4907, 'Green Base Table', 'pixel_table_green', 's', 2, 2, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4908, 4908, 'Pink Base Bed', 'pixel_bed_pink', 's', 2, 3, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4909, 4909, 'Green Base Bed', 'pixel_bed_green', 's', 2, 3, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4910, 4910, 'Red Base Chair', 'pixel_chair_red', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4911, 4911, 'Black Base Chair', 'pixel_chair_black', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4912, 4912, 'Blue Base Floor', 'pixel_floor_blue', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4913, 4913, 'Love Lock', 'valentines_lovelock8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4914, 4914, 'Love Lock', 'valentines_lovelock7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4915, 4915, 'Love Lock', 'valentines_lovelock3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4916, 4916, 'Love Lock', 'valentines_lovelock4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4917, 4917, 'Love Lock', 'valentines_lovelock6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4918, 4918, 'Love Lock', 'valentines_lovelock5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4919, 4919, 'Love Lock', 'valentines_lovelock2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4920, 4920, 'Love Lock Corner', 'valentines_lovelock10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4921, 4921, 'Venetian Divider', 'val13_div_3', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4922, 4922, 'Masked Arch', 'val13_archway', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4923, 4923, 'Grass Patch', 'val13_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4924, 4924, 'Venetian Pillar', 'val13_pillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4925, 4925, 'Floor Tile', 'val13_floor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4926, 4926, 'Gazebo', 'val13_gazebo', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4927, 4927, 'Venetian Divider Corner', 'val13_div_3_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4928, 4928, 'Roses', 'val13_roses', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4929, 4929, 'Table', 'val13_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4930, 4930, 'Venetian Lamp', 'val13_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4931, 4931, 'Venetian Flowerpot', 'val13_flower', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4932, 4932, 'Venetian Divider Corner', 'val13_div_3_crnr2', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4933, 4933, 'Venetian Lights', 'val13_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4934, 4934, 'Venetian Chair', 'val13_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4935, 4935, 'Venetian Shrub', 'val13_shrub_circ', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4936, 4936, 'Duck Shrub', 'val13_shrub_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4937, 4937, 'Green Carpet', 'pixel_carpet_green', 's', 2, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4938, 4938, 'Blue Couch', 'pixel_couch_blue', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4939, 4939, 'val13_easel_4', 'val13_easel_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4940, 4940, 'val13_easel_3', 'val13_easel_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4941, 4941, 'val13_easel_1', 'val13_easel_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4942, 4942, 'val13_easel_2', 'val13_easel_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4943, 4943, 'val13_easel_5', 'val13_easel_5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4944, 4944, 'David Fountain', 'val13_statue', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4945, 4945, 'Small Sapphire', 'CF_120_sapphire_small', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4946, 4946, 'Big Sapphire', 'CF_240_sapphire', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4947, 4947, 'WIRED EFFECT: Kick User', 'wf_act_kick_user', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_kick_user', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4948, 4948, 'Steampunk Table', 'steampunk_table_1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4949, 4949, 'Steampunk Pillar', 'steampunk_pillar_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4950, 4950, 'Donnie Santini\'s Helmet', 'steampunk_rack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4951, 4951, 'Steampunk Pillar', 'steampunk_pillar_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4952, 4952, 'Steampunk Chandalier', 'steampunk_chand', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4953, 4953, 'Steampunk Floor', 'steampunk_floor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4954, 4954, 'Steampunk Sofa', 'steampunk_sofachair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4955, 4955, 'Steampunk Chair', 'steampunk_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4956, 4956, 'Steampunk Tele', 'steampunk_tele', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4957, 4957, 'Steampunk Table', 'steampunk_table_2', 's', 2, 2, 1.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4958, 4958, 'Large Cog', 'steampunk_gear_1', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4959, 4959, 'Steampunk Arch', 'steampunk_arch', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4960, 4960, 'Steampunk Lamp', 'steampunk_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4961, 4961, 'Steampunk Computer', 'steampunk_computer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4962, 4962, 'Steampunk Floor', 'steampunk_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4963, 4963, 'Globe', 'steampunk_globe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4964, 4964, 'Small Cog', 'steampunk_gear_2', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4965, 4965, 'Steampunk Carpet', 'steampunk_carpet', 's', 3, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4966, 4966, 'Steampunk Gramophone', 'steampunk_gramophone', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4967, 4967, 'Time Machine', 'steampunk_timemach', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4968, 4968, 'Steampunk Zeppelin', 'steampunk_zep', 's', 2, 2, 8.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4969, 4969, 'Dye', 'horse_hairdye_17', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4970, 4970, 'Dye', 'horse_dye_17', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4971, 4971, 'Dye', 'horse_hairdye_15', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4972, 4972, 'Dye', 'horse_hairdye_14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4973, 4973, 'Dye', 'horse_hairdye_13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4974, 4974, 'Dye', 'horse_hairdye_16', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4975, 4975, 'Blue Flower', 'easter13_flower_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4976, 4976, 'Red Flower', 'easter13_flower_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4977, 4977, 'Garden Arch', 'easter13_arch', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4978, 4978, 'Glowing Garden Floor', 'easter13_floor_1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4979, 4979, 'Garden Teleport', 'easter13_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4980, 4980, 'Glowing Bulbs', 'easter13_bulbs', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4981, 4981, 'High Garden Stage', 'easter13_stage_1', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4982, 4982, 'Mushrooms', 'easter13_sshrooms', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4983, 4983, 'Low Garden Stage', 'easter13_stage_2', 's', 1, 2, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4984, 4984, 'Yellow Flower', 'easter13_flower_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4985, 4985, 'Choco-Bunny', 'petfood29', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4986, 4986, 'Crackable Egg - Level 1', 'easter13_egg_0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'crackable', 1000, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4987, 4987, 'Crackable Egg - Level 4', 'easter13_egg_3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'crackable', 20000, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4988, 4988, 'Crackable Egg - Level 2', 'easter13_egg_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 5000, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4989, 4989, 'Crackable Egg - Level 3', 'easter13_egg_2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 0, 1, 'crackable', 10000, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4990, 4990, 'Purple Area Coffee Table', 'table_silo_med*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4991, 4991, 'Purple Area Sofa', 'sofa_silo*10', 's', 1, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4992, 4992, 'Purple Safe Minibar', 'safe_silo*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '8', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4993, 4993, 'Purple Area Armchair', 'sofachair_silo*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4994, 4994, 'Purple Area Gate', 'divider_silo3*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4995, 4995, 'Purple Silo Dining Chair', 'chair_silo*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4996, 4996, 'Purple Bar Stool', 'barchair_silo*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4997, 4997, 'Purple Area Corner Shelf', 'divider_silo1*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4998, 4998, 'Purple Area Occasional Table', 'table_silo_small*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (4999, 4999, 'Easter Globe', 'easter13_globe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5000, 5000, 'Easter Island Frank', 'easter13_stonefrank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5001, 5001, 'Scuba Duck', 'duck_scuba', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5002, 5002, 'Afro Duck', 'duck_afro', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5003, 5003, 'Duck Frank', 'duck_frank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5004, 5004, 'Penguin Frank', 'penguin_frank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5005, 5005, 'penguin_tribal name', 'penguin_tribal', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5006, 5006, 'Easter Island Head', 'easter13_stonehead', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5007, 5007, 'Zombie Duck', 'duck_zombie', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5008, 5008, 'Pixeled Penguin', 'penguin_wip', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5009, 5009, 'easter13_sub', 'easter13_sub', 's', 7, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5010, 5010, 'Skeleton Penguin', 'penguin_skele', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5011, 5011, 'Easter Dino Egg', 'easter13_dinoegg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5012, 5012, 'Easter Chair', 'easter13_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5013, 5013, 'Badge Display Case', 'badge_display2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5014, 5014, 'Badge Display Case', 'badge_display', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5015, 5015, 'Badge Display Case', 'badge_display4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5016, 5016, 'Badge Display Case', 'badge_display3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5017, 5017, 'Badge Display Case', 'badge_display5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5018, 5018, 'exe_icecream name', 'exe_icecream', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '76', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5019, 5019, 'Classic trophy', 'prizetrophy_hockey*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5020, 5020, 'Classic trophy', 'prizetrophy_hockey*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5021, 5021, 'Classic trophy', 'prizetrophy_hockey*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5022, 5022, 'Classic trophy', 'prizetrophy_football*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5023, 5023, 'Classic trophy', 'prizetrophy_football*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5024, 5024, 'Classic trophy', 'prizetrophy_football*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5025, 5025, 'Classic trophy', 'prizetrophy_freeze*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5026, 5026, 'Classic trophy', 'prizetrophy_freeze*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5027, 5027, 'Classic trophy', 'prizetrophy_freeze*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5028, 5028, 'Classic trophy', 'prizetrophy_bb*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5029, 5029, 'Classic trophy', 'prizetrophy_bb*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5030, 5030, 'Classic trophy', 'prizetrophy_bb*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5031, 5031, 'Classic trophy', 'prizetrophy_snow*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5032, 5032, 'Classic trophy', 'prizetrophy_snow*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5033, 5033, 'Classic trophy', 'prizetrophy_snow*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5034, 5034, 'Classic trophy', 'prizetrophy_roller*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5035, 5035, 'Classic trophy', 'prizetrophy_roller*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5036, 5036, 'Classic trophy', 'prizetrophy_roller*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5037, 5037, 'Group Flag', 'gld_hangflag2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5038, 5038, 'Group Tile', 'gld_tile2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5039, 5039, 'Group Flag', 'gld_hangflag1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5040, 5040, 'Group Tile', 'gld_tile1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5041, 5041, 'Group Table', 'gld_table1', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5042, 5042, 'WIRED TRIGGER: Periodically Long', 'wf_trg_period_long', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_period_long', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5043, 5043, 'WIRED Effect: Give score to a predefined team', 'wf_act_give_score_tm', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_give_score_tm', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5044, 5044, 'Highscore Classic - Alltime', 'highscore_classic*1', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5045, 5045, 'Highscore Classic - Daily', 'highscore_classic*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5046, 5046, 'Highscore Classic - Weekly', 'highscore_classic*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5047, 5047, 'Highscore Classic - Monthly', 'highscore_classic*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5048, 5048, 'WIRED Effect: Change Furni Direction', 'wf_act_move_to_dir', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_move_to_dir', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5049, 5049, 'WIRED Effect: Leave Team', 'wf_act_leave_team', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_leave_team', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5050, 5050, 'WIRED Trigger: User Stuff Collision', 'wf_trg_collision', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_collision', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5051, 5051, 'Highscore Per-team - Alltime', 'highscore_perteam*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5052, 5052, 'Highscore Per-team - Daily', 'highscore_perteam*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5053, 5053, 'Highscore Per-team - Weekly', 'highscore_perteam*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5054, 5054, 'Highscore Per-team - Monthly', 'highscore_perteam*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5055, 5055, 'WIRED Effect: Move Furni towards nearest user', 'wf_act_chase', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_chase', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5056, 5056, 'WIRED Condition: User Is on Team x', 'wf_cnd_actor_in_team', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_actor_in_team', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5057, 5057, 'Highscore Most Wins - Alltime', 'highscore_mostwin*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5058, 5058, 'Highscore Most Wins - Daily', 'highscore_mostwin*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5059, 5059, 'Highscore Most Wins - Weekly', 'highscore_mostwin*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5060, 5060, 'Highscore Most Wins - Monthly', 'highscore_mostwin*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5061, 5061, 'WIRED Effect: Move Furni away from nearest user', 'wf_act_flee', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_flee', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5062, 5062, 'WIRED Effect: Join team', 'wf_act_join_team', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_join_team', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5063, 5063, 'arcade_cab', 'arcade_cab', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5064, 5064, 'Rare Bear Head', 'bb_tddhead_rc1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5065, 5065, 'Rare Banzai Robo', 'bb_robo_rc1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5066, 5066, 'Rare Banzai SPhere', 'bb_apparatus_rc1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5067, 5067, 'WIRED GAME: Blob', 'wf_blob', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_blob', 2, '0', '', '1,true', 0, 0, '');
+INSERT INTO `items_base` VALUES (5068, 5068, 'WIRED GAME: Super Blob', 'wf_blob2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_blob', 2, '0', '', '5,false', 0, 0, '');
+INSERT INTO `items_base` VALUES (5069, 5069, 'Loyal Toad', 'loyalty_toad', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5070, 5070, 'Loyal Dragon', 'statue_dragon', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5071, 5071, 'Loyal Griffin', 'statue_griffin', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5072, 5072, 'Loyal Mouse', 'loyalty_mouse', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5073, 5073, 'Loyal Elk', 'statue_elk', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5074, 5074, 'Good Side Stool', 'mystics_gstool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5075, 5075, 'Bad Side Spike', 'mystics_bspike2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5076, 5076, 'Bad Side Bench', 'mystics_bbench', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5077, 5077, 'Good Side Block', 'mystics_gblock1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5078, 5078, 'Bad Side Large Floor Tile', 'mystics_bfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5079, 5079, 'Bad Side Stool', 'mystics_bstool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5080, 5080, 'Good Side Bench', 'mystics_gbench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5081, 5081, 'Good Side Arch', 'mystics_garch', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5082, 5082, 'Good Side Block', 'mystics_gblock2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5083, 5083, 'Good Side Large Floor Tile', 'mystics_gfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5084, 5084, 'Bad Side Arch', 'mystics_barch', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5085, 5085, 'Good Side Floor Tile', 'mystics_gtile1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5086, 5086, 'Bad Side Sculpture', 'mystics_bbed', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5087, 5087, 'Bad Side Floating Crystal', 'mystics_btile2', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5088, 5088, 'Bad Side Spike', 'mystics_bspike1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5089, 5089, 'Bad Side Floor Tile', 'mystics_btile1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5090, 5090, 'Bad Side Table', 'mystics_btable', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5091, 5091, 'Good Side Table', 'mystics_gtable', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5092, 5092, 'Good Side Sculpture', 'mystics_gbed', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5093, 5093, 'Good Side Tree', 'mystics_gtree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5094, 5094, 'Wired Condition: Wearing Badge', 'wf_cnd_wearing_badge', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_cnd_habbo_owns_badge', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5095, 5095, 'Wired Condition: Wearing Avatar Effect', 'wf_cnd_wearing_effect', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_wearing_effect', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5096, 5096, 'Good Side Throne', 'mystics_gthrone', 's', 1, 1, 2.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5097, 5097, 'Bad Side Throne', 'mystics_bthrone', 's', 1, 1, 2.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5098, 5098, 'Crystal Loyalty Statue', 'mystics_ltstatue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5099, 5099, 'Mystic Crystal', 'mystics_crystal_s', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5100, 5100, 'Mystic Crystal', 'mystics_crystal_m', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5101, 5101, 'Mystic Duck', 'mystics_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5102, 5102, 'Mystic Crystal', 'mystics_crystal_l', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 15000, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5103, 5103, 'Stack Magic Tile', 'tile_stackmagic', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'stack_helper', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5104, 5104, 'Mystic Fountain', 'mystics_rfountain', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5105, 5105, 'Mystic Pillar', 'mystics_rpillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5106, 5106, 'Holo Nelly', 'holo_nelly', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5107, 5107, 'ads_woz_mpu name', 'ads_woz_mpu', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5108, 5108, 'Mint MintCorner', 'diner_bardesk_corner*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5109, 5109, 'Mint Gate', 'diner_bardesk_gate*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5110, 5110, 'Mint Sofa 1', 'diner_sofa_1*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5111, 5111, 'Mint Bar', 'diner_bardesk*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5112, 5112, 'Mint Booth Table', 'diner_table_1*10', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5113, 5113, 'Mint Gum Machine', 'diner_gumvendor*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5114, 5114, 'Mint Sofa 2', 'diner_sofa_2*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5115, 5115, 'Mint Table', 'diner_table_2*10', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5116, 5116, 'Mint Stool', 'diner_chair*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5117, 5117, 'Mint Register', 'diner_cashreg*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5118, 5118, 'Loyal Dolphin', 'loyalty_dolphin', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5119, 5119, 'ads_clearasil_tile1 name', 'ads_clearasil_tile1', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5120, 5120, 'ads_clearasil_vend name', 'ads_clearasil_vend', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1046', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5121, 5121, 'Orange Tent', 'tent_orange', 's', 2, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5122, 5122, 'Portable Barbecue', 'hblooza_bbq', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5123, 5123, 'Camouflage Folding Table', 'foldabletable_camo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5124, 5124, 'Beige Folding Table', 'foldabletable_beige', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5125, 5125, 'Ice Cream Stand', 'hblooza_icecream', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '75,76,77', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5126, 5126, 'Orange Stage', 'hblooza_stage2*1', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5127, 5127, 'Blue Stage', 'hblooza_stage2*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5128, 5128, 'Yellow Stage', 'hblooza_stage2*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5129, 5129, 'Black Stage', 'hblooza_stage2*4', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5130, 5130, 'Popcorn Stand', 'hblooza_popcorn', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '63', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5131, 5131, 'Dirt Floor', 'hblooza_dirtfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5132, 5132, 'Multicoloured Stage Fence', 'hblooza_tfnc_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5133, 5133, 'Beige Tent', 'tent_beige', 's', 2, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5134, 5134, 'Rental Space', 'hblooza_spacerent3x4', 's', 3, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5135, 5135, 'Orange Stage Fence Corner', 'hblooza_sfnc_crnr*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5136, 5136, 'Blue Stage Fence Corner', 'hblooza_sfnc_crnr*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5137, 5137, 'Yellow Stage Fence Corner', 'hblooza_sfnc_crnr*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5138, 5138, 'Black Stage Fence Corner', 'hblooza_sfnc_crnr*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5139, 5139, 'Orange Stage', 'hblooza_stage1*1', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5140, 5140, 'Blue Stage', 'hblooza_stage1*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5141, 5141, 'Yellow Stage', 'hblooza_stage1*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5142, 5142, 'Black Stage', 'hblooza_stage1*4', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5143, 5143, 'Camouflage Tent', 'tent_camo', 's', 2, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5144, 5144, 'Fence Corner', 'hblooza_fnc_crnr', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5145, 5145, 'Bubble Juice Stand', 'hblooza_bubblejuice', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5146, 5146, 'Orange Stage Fence', 'hblooza_tfnc_2*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5147, 5147, 'Blue Stage Fence', 'hblooza_tfnc_2*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5148, 5148, 'Yellow Stage Fence', 'hblooza_tfnc_2*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5149, 5149, 'Black Stage Fence', 'hblooza_tfnc_2*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5150, 5150, 'Pillar of Light!', 'hblooza_pillar1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5151, 5151, 'Big Beige Tent', 'bigtent_beige', 's', 5, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5152, 5152, 'Camouflage Folding Chair', 'foldablechair_camo', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5153, 5153, 'Cotton Candy Stand', 'hblooza_candyfloss', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '79,80', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5154, 5154, 'Fence', 'hblooza_fnc', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5155, 5155, 'Large Rental Space', 'hblooza_spacerent6x6', 's', 6, 6, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5156, 5156, 'Hot Dog Vendor', 'hblooza_hotdog', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '81', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5157, 5157, 'Big Camouflage Tent', 'bigtent_camo', 's', 5, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5158, 5158, 'Orange Stage Fence', 'hblooza_sfnc*1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5159, 5159, 'Blue Stage Fence Corner', 'hblooza_sfnc*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5160, 5160, 'Yellow Stage Fence', 'hblooza_sfnc*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5161, 5161, 'Black Stage Fence', 'hblooza_sfnc*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5162, 5162, 'Beige Folding Chair', 'foldablechair_beige', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5163, 5163, 'Blue Tent', 'tent_blue', 's', 2, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5164, 5164, ' Kiosk', 'hblooza_kiosk', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5165, 5165, 'Orange Stage Gate', 'hblooza_tgate*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5166, 5166, 'Blue Stage Gate', 'hblooza_tgate*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5167, 5167, 'Yellow Stage Gate', 'hblooza_tgate*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5168, 5168, 'Black Stage Gate', 'hblooza_tgate*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5169, 5169, 'Chicken Stand', 'hblooza_chicken', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '70', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5170, 5170, 'Direction Sign', 'hblooza_sign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5171, 5171, 'Large Rental Space', 'hblooza_spacerent7x7', 's', 7, 7, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5172, 5172, 'Rental Space', 'hblooza_spacerent5x5', 's', 5, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5173, 5173, 'Green Stackable Video TV', 'yttv3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5174, 5174, 'Red Stackable Video TV', 'yttv2', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5175, 5175, 'Basic Video Set', 'yttv1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5176, 5176, 'Grey Stackable Video TV', 'yttv2b', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5177, 5177, 'Habbo Palooza 2013', 'prizetrophy_hblooza*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5178, 5178, 'Habbo Palooza 2013', 'prizetrophy_hblooza*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5179, 5179, 'Habbo Palooza 2013', 'prizetrophy_hblooza*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5180, 5180, '2x1 Stack Magic Tile', 'tile_stackmagic1', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'stack_helper', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5181, 5181, '2x2 Stack Magic Tile', 'tile_stackmagic2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'stack_helper', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5182, 5182, 'hblooza_guitar3', 'hblooza_guitar3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5183, 5183, 'hblooza_guitar1', 'hblooza_guitar1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5184, 5184, 'hblooza_guitar11', 'hblooza_guitar11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5185, 5185, 'hblooza_guitar7', 'hblooza_guitar7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5186, 5186, 'hblooza_guitar9', 'hblooza_guitar9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5187, 5187, 'hblooza_guitar8', 'hblooza_guitar8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5188, 5188, 'hblooza_guitar6', 'hblooza_guitar6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5189, 5189, 'hblooza_guitar10', 'hblooza_guitar10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5190, 5190, 'hblooza_guitar5', 'hblooza_guitar5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5191, 5191, 'hblooza_guitar4', 'hblooza_guitar4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5192, 5192, 'hblooza_guitar2', 'hblooza_guitar2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5193, 5193, 'Ultra Rare Pinata', 'hblooza_pinata2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5194, 5194, 'Rainbow Pinata', 'hblooza_pinata1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5195, 5195, 'Piggy Pirate Flag', 'ads_vpiggy_flag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5196, 5196, 'Golden Pig', 'ads_vpiggy_pig', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5197, 5197, 'Glass Bottle 1', 'pirate_bottle_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5198, 5198, 'Ship Edging 3', 'pirate_dvdr3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5199, 5199, 'Glass Bottle 3', 'pirate_bottle_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5200, 5200, 'Glass Bottle 2', 'pirate_bottle_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5201, 5201, 'Treasure chest', 'pirate_chest1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5202, 5202, 'Stackable barrels', 'pirate_barrel1', 's', 1, 1, 1.75, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5203, 5203, 'Pile o\' Balls', 'pirate_cannonballs', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5204, 5204, 'Basic Lower Sail', 'pirate_mast2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5205, 5205, 'Group Lower Sail', 'pirate_mast2grp', 's', 1, 1, 6.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5206, 5206, 'Glass Bottle 8', 'pirate_bottle_8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5207, 5207, 'Glass Bottle 7', 'pirate_bottle_7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5208, 5208, 'Ship Edging 2', 'pirate_dvdr2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5209, 5209, 'Crate', 'pirate_crate', 's', 1, 1, 1.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5210, 5210, 'Pirate Talking Parrot', 'pirate_parrot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'talking_furni', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5211, 5211, 'Group Upper Sail', 'pirate_mast3grp', 's', 1, 1, 4.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5212, 5212, 'Sword Rack', 'pirate_swordrack', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5213, 5213, 'Glass Bottle 10', 'pirate_bottle_10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5214, 5214, 'Gate', 'pirate_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5215, 5215, 'pirate_side1 name', 'pirate_side1', 's', 1, 1, 2.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5216, 5216, 'Pirate Room Background', 'pirate_roombg', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5217, 5217, 'Ship Side', 'pirate_stage3', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5218, 5218, 'Glass Bottle 4', 'pirate_bottle_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5219, 5219, 'Glass Bottle 9', 'pirate_bottle_9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5220, 5220, 'Ship Corner', 'pirate_stage2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5221, 5221, 'Lower Mast', 'pirate_mast1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5222, 5222, 'Pirate Cannon', 'pirate_cannon', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'cannon', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5223, 5223, 'Stair Block', 'pirate_stairs', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5224, 5224, 'spacerent_room name', 'spacerent_room', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5225, 5225, 'Group Crows Nest', 'pirate_mast4grp', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5226, 5226, 'Grate', 'pirate_grate', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5227, 5227, 'Ships Wheel', 'ship_wheel', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5228, 5228, 'Glass Bottle 6', 'pirate_bottle_6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5229, 5229, 'Basic Upper Sail', 'pirate_mast3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5230, 5230, 'Stage', 'pirate_stage', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '1.0;2.0;3.0;4.0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5231, 5231, 'Glass Bottle 5', 'pirate_bottle_5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5232, 5232, 'Pirate Flag', 'pirate_flag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5233, 5233, 'Orange barrel', 'pirate_barrel2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5234, 5234, 'Plank', 'pirate_plank', 's', 2, 1, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5235, 5235, 'Anchor', 'pirate_anchor', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5236, 5236, 'Gun Rack', 'pirate_gunrack', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5237, 5237, 'Sand Trap', 'pirate_sandtrap', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'trap', 2, '0', '', '', 163, 163, '');
+INSERT INTO `items_base` VALUES (5238, 5238, 'Fish Barrel', 'pirate_barrel3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5239, 5239, 'Crows Nest', 'pirate_mast4', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5240, 5240, 'Ship Edging 1', 'pirate_dvdr1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5241, 5241, 'Pirate Teleport', 'pirate_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5242, 5242, 'Poseidon Statue', 'pirate_poseidon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5243, 5243, 'Kraken', 'pirate_kraken', 's', 3, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5244, 5244, 'Navigators Desk', 'pirate_navdesk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5245, 5245, 'Ghost Ship Edging 1', 'pirate_dvdr1_g', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5246, 5246, 'pirate_stage_g', 'pirate_stage_g', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5247, 5247, 'pirate_stage3_g', 'pirate_stage3_g', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5248, 5248, 'pirate_stairs_g', 'pirate_stairs_g', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5249, 5249, 'pirate_plank_g', 'pirate_plank_g', 's', 2, 1, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5250, 5250, 'pirate_flag_g', 'pirate_flag_g', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5251, 5251, 'pirate_mast_g', 'pirate_mast_g', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5252, 5252, 'pirate_gate_g', 'pirate_gate_g', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5253, 5253, 'pirate_stage2_g', 'pirate_stage2_g', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5254, 5254, 'ship_wheel_g', 'ship_wheel_g', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5255, 5255, 'pirate_dvdr3_g', 'pirate_dvdr3_g', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5256, 5256, 'pirate_dvdr2_g', 'pirate_dvdr2_g', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5257, 5257, 'Rare Gilded Chair', 'school_chairgold', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5258, 5258, 'Green Coatrack', 'school_coatrack_g', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5259, 5259, 'Green School Locker', 'school_locker_g_notele', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5260, 5260, 'Blue Coatrack', 'school_coatrack_b', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5261, 5261, 'Blue School Locker', 'school_locker_b_notele', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5262, 5262, 'Blue School Chair', 'school_chair_b', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5263, 5263, 'Teleport School Locker', 'school_locker_g', 's', 1, 1, 0.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5264, 5264, 'Rare Gilded Desk', 'school_consolegold', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5265, 5265, 'Green School Chair', 'school_chair_g', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5266, 5266, 'School Water Fountain', 'school_fountain', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5267, 5267, 'Red School Locker', 'school_locker_r_notele', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5268, 5268, 'Green School Desk', 'school_console_g', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5269, 5269, 'Blue School Desk', 'school_console_b', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5270, 5270, 'Red Coatrack', 'school_coatrack_r', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5271, 5271, 'School Gates', 'school_gate', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5272, 5272, 'School Lunch Cart', 'school_cafe', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5273, 5273, 'Grunge Lamp', 'grungelamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5274, 5274, 'ads_clearasil_vend2 name', 'ads_clearasil_vend2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1050', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5275, 5275, 'golden_apple name', 'golden_apple', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5276, 5276, 'Trophy Display', 'trophy_display', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5277, 5277, 'Sally the Sheep', 'hween13_sheep', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5278, 5278, 'Wilting Rose', 'hween13_rose', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5279, 5279, 'Seance Book', 'hween13_book', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5280, 5280, 'Castle Turret Top', 'hween13_castleturret3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5281, 5281, 'Castle Turret block', 'hween13_castleturret1', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5282, 5282, 'Castle Turret Block with window', 'hween13_castleturret2', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5283, 5283, 'Castle Wall with window', 'hween13_castleblock2', 's', 1, 2, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5284, 5284, 'Troll Bridge End', 'hween13_bridgeend', 's', 1, 1, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5285, 5285, 'Thorny Divider Corner Piece', 'hween13_thorndiv2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5286, 5286, 'Thorny Divider', 'hween13_thorndiv1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5287, 5287, 'Guts Floor Piece', 'hween13_gutsfloor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5288, 5288, 'Thorny grass', 'hween13_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5289, 5289, 'Castle Wall Spike', 'hween13_castlespike', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5290, 5290, 'Castle Wall', 'hween13_castleblock1', 's', 1, 2, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5291, 5291, 'Castle floor tile', 'hween13_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5292, 5292, 'Terrifying background', 'hween13_roombg', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5293, 5293, 'Troll Bridge Middle', 'hween13_bridgemid', 's', 1, 1, 0.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5294, 5294, 'Metal Fence', 'hween13_fence_1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5295, 5295, 'Stage 1x1 Piece', 'hween13_stage_s', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5296, 5296, 'Metal Corner', 'hween13_crnr_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5297, 5297, 'House of Cards Table', 'hween13_cardtable', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5298, 5298, 'Metal Gate', 'hween13_gate_1', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5299, 5299, 'Poisonous Apple Tree', 'hween13_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5300, 5300, 'Blood Drips', 'hween13_bldtrail', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5301, 5301, 'Tea Cup Seat', 'hween13_teacup', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5302, 5302, 'Red Spades Card Tile', 'hween13_tile1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5303, 5303, 'Stage 2x2 Piece', 'hween13_stage_l', 's', 2, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5304, 5304, '', 'hween13_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5305, 5305, 'Pocket Watch', 'hween13_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5306, 5306, 'Dark Spades Card Tile', 'hween13_tile2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5307, 5307, 'Cracked Mirror', 'hween13_mirror', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5308, 5308, 'Floating candle', 'hween13_candle', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5309, 5309, 'Pig Candelabra', 'hween13_piglamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5310, 5310, 'Castle Gargoyle', 'hween13_castlegarg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5311, 5311, 'Castle Door', 'hween13_castledoor', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5312, 5312, 'Tea set', 'hween13_teaset', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5313, 5313, '', 'hween13_dwarfdiv', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5314, 5314, '', 'hween13_dwarfcrn', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5315, 5315, 'Information Terminal', 'info_terminal', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'information_terminal', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5316, 5316, 'button_green name', 'button_green', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'switch', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5317, 5317, 'Bed made of a scroll', 'hween13_bed', 's', 1, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5318, 5318, 'Headonistic Pig', 'loyalty_pig', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5319, 5319, 'Princess and the Pea Rare', 'hween13_monsterpea', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5320, 5320, 'Demonic Sheep', 'hween13_sheepdemon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5321, 5321, 'Throne of Thorns', 'hween13_throne', 's', 1, 1, 1.85, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5322, 5322, 'The Secret TV', 'yttv2n', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5323, 5323, 'Cinema Teleport', 'cine_teleport4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5324, 5324, 'Director\'s Chair', 'cine_starchair', 's', 1, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5325, 5325, 'Cine Pillar Light', 'cine_pillarlight', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5326, 5326, 'Cinema Teleport', 'cine_teleport2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5327, 5327, 'Big Popcorn', 'cine_bigcorn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5328, 5328, 'Cinema Teleport', 'cine_teleport1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5329, 5329, 'Big Soda', 'cine_soda', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5330, 5330, 'Cinema Teleport', 'cine_teleport3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5331, 5331, 'Ditch the Label Flag Machine', 'ads_dtlrare', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1048', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5332, 5332, 'NFS CRYSTAL', 'mystics_crystal', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 14, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5333, 5333, 'sfx_taperec_breakbeat name', 'sfx_taperec_breakbeat', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5334, 5334, 'sfx_taperec name', 'sfx_taperec', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5335, 5335, 'sfx_taperec_bassline name', 'sfx_taperec_bassline', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5336, 5336, 'Sound set 79', 'sound_set_79', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5337, 5337, 'background_color name', 'background_color', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5338, 5338, 'pixel_couch_pink name', 'pixel_couch_pink', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5339, 5339, 'pixel_couch_green name', 'pixel_couch_green', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5340, 5340, 'pixel_couch_black name', 'pixel_couch_black', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5341, 5341, 'pixel_couch_red name', 'pixel_couch_red', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5342, 5342, 'Small Wooden Block', 'xmas13_block2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5343, 5343, 'Icy Cannon', 'xmas13_snowflake10', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'cannon', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5344, 5344, 'Icy thorn bush', 'xmas13_snowflake2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5345, 5345, 'Workshop Table', 'xmas13_table', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5346, 5346, 'Icy Tiki statue', 'xmas13_snowflake5', 's', 1, 1, 2.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5347, 5347, 'Snack', 'xmas13_snack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5348, 5348, 'Icy Cactus', 'xmas13_snowflake9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5349, 5349, 'Icy duck shrub', 'xmas13_snowflake3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5350, 5350, 'Large Wooden Block', 'xmas13_block1', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5351, 5351, 'Icy cupid', 'xmas13_snowflake6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5352, 5352, 'Icy candelabra', 'xmas13_snowflake1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5353, 5353, 'Icy sink', 'xmas13_snowflake7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5354, 5354, 'Icy lamp post', 'xmas13_snowflake4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5355, 5355, 'Icy blue plant', 'xmas13_snowflake8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5356, 5356, 'Workshop chair', 'xmas13_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5357, 5357, 'Workshop Floor', 'xmas13_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5358, 5358, 'js_bling_chair_w name', 'js_bling_chair_w', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5359, 5359, 'White Bling Bed', 'js_bling_bed', 's', 2, 3, 1.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5360, 5360, 'Chandelier', 'js_chandelier', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5361, 5361, 'White Bling Seat', 'js_bling11_seat1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5362, 5362, 'White Bling Fridge', 'js_bling_fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 3, '50', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5363, 5363, 'js_bling_fridge', 'js_bling11_seat2', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5364, 5364, 'White Bling Sofa', 'js_bling11_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5365, 5365, 'White Bling Divan', 'js_bling11_dvn', 's', 1, 3, 1.20, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5366, 5366, 'lidotower name', 'lidotower', 's', 4, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5367, 5367, 'test_tent name', 'test_tent', 's', 2, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5368, 5368, 'test_cnd_not_stuff_is name', 'test_cnd_not_stuff_is', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5369, 5369, 'test_cnd_not_furni_on name', 'test_cnd_not_furni_on', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5370, 5370, 'Forum Terminal', 'info_terminal_test', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5371, 5371, 'talking_fridge name', 'talking_fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5372, 5372, 'telescopetest name', 'telescopetest', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5373, 5373, 'test_spacerent name', 'test_spacerent', 's', 6, 6, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5374, 5374, 'Test guild custom furni', 'guild_customized', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5375, 5375, 'test_effectswitch name', 'test_effectswitch', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5376, 5376, 'test_cnd_not_hv_avtrs name', 'test_cnd_not_hv_avtrs', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5377, 5377, 'vimeo_cubie name', 'vimeo_cubie', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5378, 5378, 'vote_majority name', 'vote_majority', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5379, 5379, 'test_cnd_not_in_group name', 'test_cnd_not_in_group', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5380, 5380, 'ytprojector name', 'ytprojector', 's', 3, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5381, 5381, 'test_cnd_not_match_snap name', 'test_cnd_not_match_snap', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5382, 5382, 'testbot name', 'testbot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5383, 5383, 'ach Resolution test', 'ach_resolution_test', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5384, 5384, 'test_bigtent name', 'test_bigtent', 's', 5, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5385, 5385, 'test_cnd_not_in_team name', 'test_cnd_not_in_team', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_give_credits', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5386, 5386, 'icecream_stand name', 'icecream_stand', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5387, 5387, 'test_candyfloss name', 'test_candyfloss', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5388, 5388, 'test_cnd_not_wearing_b name', 'test_cnd_not_wearing_b', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5389, 5389, 'shallow_test name', 'shallow_test', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5390, 5390, 'test_cnd_not_wearing_f name', 'test_cnd_not_wearing_f', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5391, 5391, 'test_builder_placeholder name', 'test_builder_placeholder', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5392, 5392, 'test_cnd_not_trggrer_on name', 'test_cnd_not_trggrer_on', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5393, 5393, 'change_state_on_step name', 'change_state_on_step', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5394, 5394, 'test_highscore_alltime name', 'test_highscore*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5395, 5395, 'test_highscore_daily name', 'test_highscore*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5396, 5396, 'test_highscore_weekly name', 'test_highscore*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5397, 5397, 'test_highscore_monthly name', 'test_highscore*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5398, 5398, 'testtubetv2 name', 'testtubetv2', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'yt_tv', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5399, 5399, 'vimeo_test name', 'vimeo_test', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5400, 5400, 'action_link_furni_test name', 'action_link_furni_test', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5401, 5401, 'test_highscore_wins_alltime name', 'test_highscore_wins*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5402, 5402, 'test_highscore_wins_daily name', 'test_highscore_wins*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5403, 5403, 'test_highscore_wins_weekly name', 'test_highscore_wins*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5404, 5404, 'test_highscore_wins_monthly name', 'test_highscore_wins*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5405, 5405, 'Tree Trunk', 'cr_tree_basic_01', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5406, 5406, 'handitem_tester name', 'handitem_tester', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5407, 5407, 'random_tele_1 name', 'random_tele_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5408, 5408, 'builder_exp name', 'builder_exp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5409, 5409, 'cameraproto name', 'cameraproto', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5410, 5410, 'test_shipside name', 'test_shipside', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5411, 5411, 'lovelock_test name', 'lovelock_test', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5412, 5412, 'testing_crackable name', 'testing_crackable', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5413, 5413, 'royal_sofa name', 'royal_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5414, 5414, 'test_ltd_handitem name', 'test_ltd_handitem', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5415, 5415, 'testing_yt name', 'testing_yt', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5416, 5416, 'vote_machine name', 'vote_machine', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5417, 5417, 'Badge Display Case Test', 'badge_display_case', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5418, 5418, 'testtubetv1 name', 'testtubetv1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5419, 5419, 'royal_chair name', 'royal_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5420, 5420, 'random_tele_2 name', 'random_tele_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5421, 5421, 'statestoragetesting', 'statestoragetesting*1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5422, 5422, 'statestoragetesting', 'statestoragetesting*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5423, 5423, 'statestoragetesting', 'statestoragetesting*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5424, 5424, 'statestoragetesting', 'statestoragetesting*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5425, 5425, 'statestoragetesting', 'statestoragetesting*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5426, 5426, 'statestoragetesting', 'statestoragetesting*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5427, 5427, 'statestoragetesting', 'statestoragetesting*7', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5428, 5428, 'statestoragetesting', 'statestoragetesting*8', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5429, 5429, 'statestoragetesting', 'statestoragetesting*9', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5430, 5430, 'test_cnd_not_user_count name', 'test_cnd_not_user_count', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5431, 5431, 'soundblock name', 'soundblock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5432, 5432, 'testing_rentablespace name', 'testing_rentablespace', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5433, 5433, 'test_festhotdog name', 'test_festhotdog', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5434, 5434, 'random_teleport name', 'random_teleport', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'hopper', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5435, 5435, 'soundblock_breakbeat name', 'soundblock_breakbeat', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5436, 5436, 'stackable_water', 'stackable_water', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5437, 5437, 'water_backdrop name', 'water_backdrop', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5438, 5438, 'WIRED Negative Condition: Triggerer is NOT on furni', 'wf_cnd_not_trggrer_on', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_trggrer_on', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5439, 5439, 'WIRED Negative Condition: NOT Team Member', 'wf_cnd_not_in_team', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_in_team', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5440, 5440, 'WIRED Negative Condition: Has NO Furni On', 'wf_cnd_not_furni_on', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_furni_on', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5441, 5441, 'WIRED Negative Condition: Furnis have NO avatars', 'wf_cnd_not_hv_avtrs', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_hv_avtrs', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5442, 5442, 'wf_trg_at_time_long name', 'wf_trg_at_time_long', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_at_time_long', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5443, 5443, 'WIRED Condition: User DOESN\'T count in Room', 'wf_cnd_not_user_count', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_user_count', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5444, 5444, 'wf_cnd_not_wearing_fx name', 'wf_cnd_not_wearing_fx', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_wearing_fx', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5445, 5445, 'WIRED Condition: User count in Room', 'wf_cnd_user_count_in', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_user_count_in', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5446, 5446, 'wf_cnd_not_wearing_b name', 'wf_cnd_not_wearing_b', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_cnd_not_habbo_owns_badge', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5447, 5447, 'WIRED Condition: Furni Type Matches', 'wf_cnd_stuff_is', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_cnd_stuff_is', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5448, 5448, 'WIRED Negative Condition: NOT Group Member', 'wf_cnd_not_in_group', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_in_group', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5449, 5449, 'WIRED Condition: Furni Type DOESN\'T Match', 'wf_cnd_not_stuff_is', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_cnd_not_stuff_is', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5450, 5450, 'WIRED Effect: Move Triggering Furni', 'wf_act_move_furni_to', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_move_furni_to', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5451, 5451, 'wf_act_toggle_to_rnd', 'wf_act_toggle_to_rnd', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_toggle_to_rnd', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5452, 5452, 'WIRED Negative Condition: Furni states DOESN\'T match', 'wf_cnd_not_match_snap', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_match_snap', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5453, 5453, 'crystal_dragon name', 'crystal_dragon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5454, 5454, 'crystal_throne name', 'crystal_throne', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5455, 5455, 'Pearl Dragon Egg', 'white_dino_egg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5456, 5456, 'bg_cloud name', 'bg_cloud', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5457, 5457, 'hole4 name', 'hole4', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5458, 5458, 'hole1x1test', 'hole1x1test', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5459, 5459, 'teleport_random name', 'teleport_random', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5460, 5460, 'teleport_random_2 name', 'teleport_random_2', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'hopper', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5461, 5461, 'CF_5000_suitcase name', 'CF_5000_suitcase', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5462, 5462, 'Small Block', 'bc_block_0*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5463, 5463, 'Small Block 10', 'bc_block_0*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5464, 5464, 'Small Block 11', 'bc_block_0*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5465, 5465, 'Small Block 12', 'bc_block_0*12', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5466, 5466, 'Small Block 13', 'bc_block_0*13', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5467, 5467, 'Small Block 14', 'bc_block_0*14', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5468, 5468, 'Small Block 2', 'bc_block_0*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5469, 5469, 'Small Block 3', 'bc_block_0*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5470, 5470, 'Small Block 4', 'bc_block_0*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5471, 5471, 'Small Block 5', 'bc_block_0*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5472, 5472, 'Small Block 6', 'bc_block_0*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5473, 5473, 'Small Block 7', 'bc_block_0*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5474, 5474, 'Small Block 8', 'bc_block_0*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5475, 5475, 'Small Block 9', 'bc_block_0*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5476, 5476, 'Large Block', 'bc_block_1*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5477, 5477, 'Large Block 10', 'bc_block_1*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5478, 5478, 'Large Block 11', 'bc_block_1*11', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5479, 5479, 'Large Block 12', 'bc_block_1*12', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5480, 5480, 'Large Block 13', 'bc_block_1*13', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5481, 5481, 'Large Block 14', 'bc_block_1*14', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5482, 5482, 'Large Block 2', 'bc_block_1*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5483, 5483, 'Large Block 3', 'bc_block_1*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5484, 5484, 'Large Block 4', 'bc_block_1*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5485, 5485, 'Large Block 5', 'bc_block_1*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5486, 5486, 'Large Block 6', 'bc_block_1*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5487, 5487, 'Large Block 7', 'bc_block_1*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5488, 5488, 'Large Block 8', 'bc_block_1*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5489, 5489, 'Large Block 9', 'bc_block_1*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5490, 5490, 'Carpenter\'s Carpet', 'xmas13_rug', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5491, 5491, 'Mahogany Shelves', 'xmas13_shelves', 's', 2, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5492, 5492, 'Wrapping Paper Pillar', 'xmas13_pillar', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5493, 5493, 'Wooden Horse', 'xmas13_toyhorse', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5494, 5494, 'Mallet and Chisel', 'xmas13_tools1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5495, 5495, 'Green Paint Splat', 'xmas13_paintsplat1', 's', 1, 1, 0.02, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5496, 5496, 'Gingerbread House', 'xmas13_gingerbread', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5497, 5497, 'Christmas Tree Light', 'xmas13_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5498, 5498, 'Candy Machine', 'xmas13_candycane1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5499, 5499, 'Purple Paint Splat', 'xmas13_paintsplat3', 's', 1, 1, 0.02, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5500, 5500, 'Yellow Paint Splat', 'xmas13_paintsplat4', 's', 1, 1, 0.02, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5501, 5501, 'Blue Paint Splat', 'xmas13_paintsplat2', 's', 1, 1, 0.02, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5502, 5502, 'Candy Pipe', 'xmas13_candycane2', '', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5503, 5503, 'Paint Bucket', 'xmas13_bucket1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5504, 5504, 'Purple Toy Block', 'xmas13_toyblock2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5505, 5505, 'Blue Toy Block', 'xmas13_toyblock4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5506, 5506, 'Green Toy Block', 'xmas13_toyblock3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5507, 5507, 'Red Toy Block', 'xmas13_toyblock1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5508, 5508, 'HC Executive Security Camera', 'hc_exe_seccam', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5509, 5509, 'HC Executive Work Desk', 'hc_exe_wrkdesk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5510, 5510, 'HC Executive Glass Divider', 'hc_exe_glassdvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5511, 5511, 'HC Executive Sofa', 'hc_exe_sofa', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5512, 5512, 'HC Executive Small Table', 'hc_exe_s_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5513, 5513, 'HC Executive Light', 'hc_exe_light', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5514, 5514, 'HC Executive Boss Chair', 'hc_exe_chair2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5515, 5515, 'HC Executive Boss Table', 'hc_exe_table', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5516, 5516, 'HC Executive Sofa Chair', 'hc_exe_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5517, 5517, 'HC Executive Elevator Teleport', 'hc_exe_elevator', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5518, 5518, 'HC Executive Cube Light', 'hc_exe_cubelight', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5519, 5519, 'mutearea_sign name', 'mutearea_sign', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'ads_bg', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5520, 5520, 'buildarea_sign name', 'buildarea_sign', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'ads_bg', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5521, 5521, 'Mince Pies', 'xmas13_mincepies', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5522, 5522, 'Eggnog Bowl', 'xmas13_eggnogbowl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '73', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5523, 5523, 'Eggnog Set', 'xmas13_eggnogglass', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5524, 5524, 'Magical Machine', 'xmas13_machine1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5525, 5525, 'Jack in the Box', 'xmas13_jack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5526, 5526, '2014 LTD Rare', 'xmas13_throne', 's', 1, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5527, 5527, 'Toolset', 'xmas13_toolbox', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5528, 5528, 'Santa\'s Workdesk', 'xmas13_workdesk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5529, 5529, 'Robot Dinosaur', 'xmas13_robotdino', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5530, 5530, 'Gnome in a Box', 'gnome_box', 's', 1, 1, 2.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5531, 5531, 'Diamond Duck', 'CF_750_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5532, 5532, 'Emerald Duck', 'CF_350_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5533, 5533, 'Candy Terminal', 'xmas13_terminal', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5534, 5534, 'Icy Ice Cream Maker', 'xmas13_icecream', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5535, 5535, 'Starry Night', 'roombg_stars', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5536, 5536, 'Skyscraper City', 'roombg_city1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5537, 5537, 'Evening Cityscape', 'roombg_city2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5538, 5538, 'Ruby and Gold Horse Statue', 'rare_chinahorse', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5539, 5539, 'Brick Block 1', 'bc_block_redbrick*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5540, 5540, 'Brick Block 10', 'bc_block_redbrick*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5541, 5541, 'Brick Block 11', 'bc_block_redbrick*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5542, 5542, 'Brick Block 12', 'bc_block_redbrick*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5543, 5543, 'Brick Block 13', 'bc_block_redbrick*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5544, 5544, 'Brick Block 14', 'bc_block_redbrick*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5545, 5545, 'Brick Block 2', 'bc_block_redbrick*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5546, 5546, 'Brick Block 3', 'bc_block_redbrick*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5547, 5547, 'Brick Block 4', 'bc_block_redbrick*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5548, 5548, 'Brick Block 5', 'bc_block_redbrick*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5549, 5549, 'Brick Block 6', 'bc_block_redbrick*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5550, 5550, 'Brick Block 7', 'bc_block_redbrick*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5551, 5551, 'Brick Block 8', 'bc_block_redbrick*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5552, 5552, 'Brick Block 9', 'bc_block_redbrick*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5553, 5553, 'Art Deco Block 1', 'bc_block_artdeco1*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5554, 5554, 'Art Deco Block 2', 'bc_block_artdeco1*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5555, 5555, 'Art Deco Block 3', 'bc_block_artdeco1*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5556, 5556, 'Art Deco Block 4', 'bc_block_artdeco1*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5557, 5557, 'Art Deco Block 5', 'bc_block_artdeco1*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5558, 5558, 'Industrial Block 1', 'bc_block_industrial*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5559, 5559, 'Industrial Block 2', 'bc_block_industrial*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5560, 5560, 'Industrial Block 3', 'bc_block_industrial*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5561, 5561, 'Industrial Block 4', 'bc_block_industrial*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5562, 5562, 'Industrial Block 5', 'bc_block_industrial*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5563, 5563, 'bc_lavarock_1 name', 'bc_lavarock*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5564, 5564, 'bc_lavarock_10 name', 'bc_lavarock*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5565, 5565, 'bc_lavarock_11 name', 'bc_lavarock*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5566, 5566, 'bc_lavarock_12 name', 'bc_lavarock*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5567, 5567, 'bc_lavarock_13 name', 'bc_lavarock*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5568, 5568, 'bc_lavarock_14 name', 'bc_lavarock*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5569, 5569, 'bc_lavarock_2 name', 'bc_lavarock*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5570, 5570, 'bc_lavarock_3 name', 'bc_lavarock*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5571, 5571, 'bc_lavarock_4 name', 'bc_lavarock*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5572, 5572, 'bc_lavarock_5 name', 'bc_lavarock*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5573, 5573, 'bc_lavarock_6 name', 'bc_lavarock*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5574, 5574, 'bc_lavarock_7 name', 'bc_lavarock*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5575, 5575, 'bc_lavarock_8 name', 'bc_lavarock*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5576, 5576, 'bc_lavarock_9 name', 'bc_lavarock*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5577, 5577, 'Metal Block 1', 'bc_block_metalgrip*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5578, 5578, 'Metal Block 2', 'bc_block_metalgrip*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5579, 5579, 'Metal Block 3', 'bc_block_metalgrip*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5580, 5580, 'Metal Block 4', 'bc_block_metalgrip*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5581, 5581, 'Metal Block 5', 'bc_block_metalgrip*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5582, 5582, 'Grass Block 1', 'bc_block_grass*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5583, 5583, 'Grass Block 2', 'bc_block_grass*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5584, 5584, 'Grass Block 3', 'bc_block_grass*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5585, 5585, 'Grass Block 4', 'bc_block_grass*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5586, 5586, 'Grass Block 5', 'bc_block_grass*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5587, 5587, 'Grass Block 6', 'bc_block_grass*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5588, 5588, 'Grass Block 7', 'bc_block_grass*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5589, 5589, 'Marble Block 1', 'bc_block_marble*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5590, 5590, 'Marble Block 10', 'bc_block_marble*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5591, 5591, 'Marble Block 11', 'bc_block_marble*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5592, 5592, 'Marble Block 12', 'bc_block_marble*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5593, 5593, 'Marble Block 13', 'bc_block_marble*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5594, 5594, 'Marble Block 14', 'bc_block_marble*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5595, 5595, 'Marble Block 2', 'bc_block_marble*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5596, 5596, 'Marble Block 3', 'bc_block_marble*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5597, 5597, 'Marble Block 4', 'bc_block_marble*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5598, 5598, 'Marble Block 5', 'bc_block_marble*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5599, 5599, 'Marble Block 6', 'bc_block_marble*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5600, 5600, 'Marble Block 7', 'bc_block_marble*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5601, 5601, 'Marble Block 8', 'bc_block_marble*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5602, 5602, 'Marble Block 9', 'bc_block_marble*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5603, 5603, 'Sand Block 1', 'bc_block_sand*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5604, 5604, 'Sand Block 2', 'bc_block_sand*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5605, 5605, 'Sand Block 3', 'bc_block_sand*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5606, 5606, 'Sand Block 4', 'bc_block_sand*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5607, 5607, 'Sand Block 5', 'bc_block_sand*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5608, 5608, 'Sand Block 6', 'bc_block_sand*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5609, 5609, 'Sand Block 7', 'bc_block_sand*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5610, 5610, 'Glass Block 1', 'bc_block_glass*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5611, 5611, 'Glass Block 10', 'bc_block_glass*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5612, 5612, 'Glass Block 11', 'bc_block_glass*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5613, 5613, 'Glass Block 12', 'bc_block_glass*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5614, 5614, 'Glass Block 13', 'bc_block_glass*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5615, 5615, 'Glass Block 14', 'bc_block_glass*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5616, 5616, 'Glass Block 2', 'bc_block_glass*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5617, 5617, 'Glass Block 3', 'bc_block_glass*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5618, 5618, 'Glass Block 4', 'bc_block_glass*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5619, 5619, 'Glass Block 5', 'bc_block_glass*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5620, 5620, 'Glass Block 6', 'bc_block_glass*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5621, 5621, 'Glass Block 7', 'bc_block_glass*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5622, 5622, 'Glass Block 8', 'bc_block_glass*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5623, 5623, 'Glass Block 9', 'bc_block_glass*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5624, 5624, 'Round Block', 'bc_round*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5625, 5625, 'Round Block 10', 'bc_round*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5626, 5626, 'Round Block 11', 'bc_round*11', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5627, 5627, 'Round Block 12', 'bc_round*12', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5628, 5628, 'Round Block 13', 'bc_round*13', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5629, 5629, 'Round Block 14', 'bc_round*14', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5630, 5630, 'Round Block 2', 'bc_round*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5631, 5631, 'Round Block 3', 'bc_round*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5632, 5632, 'Round Block 4', 'bc_round*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5633, 5633, 'Round Block 5', 'bc_round*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5634, 5634, 'Round Block 6', 'bc_round*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5635, 5635, 'Round Block 7', 'bc_round*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5636, 5636, 'Round Block 8', 'bc_round*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5637, 5637, 'Round Block 9', 'bc_round*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5638, 5638, 'Wool Block 1', 'bc_block_wool*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5639, 5639, 'Wool Block 10', 'bc_block_wool*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5640, 5640, 'Wool Block 11', 'bc_block_wool*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5641, 5641, 'Wool Block 12', 'bc_block_wool*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5642, 5642, 'Wool Block 13', 'bc_block_wool*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5643, 5643, 'Wool Block 14', 'bc_block_wool*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5644, 5644, 'Wool Block 2', 'bc_block_wool*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5645, 5645, 'Wool Block 3', 'bc_block_wool*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5646, 5646, 'Wool Block 4', 'bc_block_wool*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5647, 5647, 'Wool Block 5', 'bc_block_wool*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5648, 5648, 'Wool Block 6', 'bc_block_wool*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5649, 5649, 'Wool Block 7', 'bc_block_wool*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5650, 5650, 'Wool Block 8', 'bc_block_wool*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5651, 5651, 'Wool Block 9', 'bc_block_wool*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5652, 5652, 'bc_stone_1 name', 'bc_stone*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5653, 5653, 'bc_stone_10 name', 'bc_stone*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5654, 5654, 'bc_stone_11 name', 'bc_stone*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5655, 5655, 'bc_stone_12 name', 'bc_stone*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5656, 5656, 'bc_stone_13 name', 'bc_stone*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5657, 5657, 'bc_stone_14 name', 'bc_stone*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5658, 5658, 'bc_stone_2 name', 'bc_stone*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5659, 5659, 'bc_stone_3 name', 'bc_stone*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5660, 5660, 'bc_stone_4 name', 'bc_stone*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5661, 5661, 'bc_stone_5 name', 'bc_stone*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5662, 5662, 'bc_stone_6 name', 'bc_stone*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5663, 5663, 'bc_stone_7 name', 'bc_stone*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5664, 5664, 'bc_stone_8 name', 'bc_stone*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5665, 5665, 'bc_stone_9 name', 'bc_stone*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5666, 5666, 'bc_metalcrate_1 name', 'bc_metalcrate*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5667, 5667, 'bc_metalcrate_10 name', 'bc_metalcrate*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5668, 5668, 'bc_metalcrate_11 name', 'bc_metalcrate*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5669, 5669, 'bc_metalcrate_12 name', 'bc_metalcrate*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5670, 5670, 'bc_metalcrate_13 name', 'bc_metalcrate*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5671, 5671, 'bc_metalcrate_14 name', 'bc_metalcrate*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5672, 5672, 'bc_metalcrate_2 name', 'bc_metalcrate*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5673, 5673, 'bc_metalcrate_3 name', 'bc_metalcrate*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5674, 5674, 'bc_metalcrate_4 name', 'bc_metalcrate*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5675, 5675, 'bc_metalcrate_5 name', 'bc_metalcrate*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5676, 5676, 'bc_metalcrate_6 name', 'bc_metalcrate*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5677, 5677, 'bc_metalcrate_7 name', 'bc_metalcrate*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5678, 5678, 'bc_metalcrate_8 name', 'bc_metalcrate*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5679, 5679, 'bc_metalcrate_9 name', 'bc_metalcrate*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5680, 5680, 'Horse Statue', 'china_horse', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5681, 5681, 'Habbo Stories Hero Trophy.', 'prizetrophy_storieshero', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5682, 5682, 'Book of Habbo Knowledge I', 'book_rare*0', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5683, 5683, 'Book of Habbo Knowledge II', 'book_rare*1', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5684, 5684, 'book_rare_2 name', 'book_rare*2', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5685, 5685, 'book_rare_3 name', 'book_rare*3', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5686, 5686, 'book_rare_4 name', 'book_rare*4', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5687, 5687, 'book_rare_5 name', 'book_rare*5', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5688, 5688, 'book_rare_6 name', 'book_rare*6', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5689, 5689, 'book_rare_7 name', 'book_rare*7', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5690, 5690, 'book_rare_8 name', 'book_rare*8', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5691, 5691, 'book_rare_9 name', 'book_rare*9', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5692, 5692, 'Pine Bench', 'val14_bench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5693, 5693, 'Pine Table', 'val14_table', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5694, 5694, 'Bouquet of Pages', 'val14_rosebook', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5695, 5695, 'Pine Stool', 'val14_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5696, 5696, 'Green Form Recliner', 'val14_bed_g', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5697, 5697, 'Blue Spa Roof', 'val14_b_roof', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5698, 5698, 'Sliding Glass Doors', 'val14_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5699, 5699, 'Small Blue Spa Tile', 'val14_tile2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5700, 5700, 'Orange Form Recliner', 'val14_bed_o', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5701, 5701, 'Spa Wheelchair', 'val14_wchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5702, 5702, 'Small Orange Spa Tile', 'val14_tile3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5703, 5703, 'Green Spa Roof', 'val14_g_roof', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5704, 5704, 'Big Leaf Plant', 'val14_bigplant1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5705, 5705, 'Calming Tree', 'val14_pot1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5706, 5706, 'Marble Foot Bath', 'val14_fbath', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5707, 5707, 'Large Ceramic Spa Tile', 'val14_largetile', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5708, 5708, 'Small Green Spa Tile', 'val14_tile1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5709, 5709, 'Clay Spa Roof', 'val14_y_roof', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5710, 5710, 'Leafy Archway', 'val14_archway', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5711, 5711, 'Solo Glass Door', 'val14_door', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5712, 5712, 'Treatment Chair', 'val14_recchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5713, 5713, 'Blue Form Recliner', 'val14_bed_b', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5714, 5714, 'Narcissus Plant', 'val14_bigplant2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5715, 5715, 'Blue Exterior Wall', 'val14_b_wall', 's', 2, 1, 2.85, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5716, 5716, 'Green Exterior Wall', 'val14_g_wall', 's', 2, 1, 2.85, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5717, 5717, 'Yellow Exterior Wall', 'val14_y_wall', 's', 2, 1, 2.85, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5718, 5718, 'L0-V3 Machine', 'val14_lovelock1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5719, 5719, 'Pink L0-V3 Machine', 'val14_lovelock2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5720, 5720, 'prizetrophy_room2_g name', 'prizetrophy_room2*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5721, 5721, 'prizetrophy_room2_s name', 'prizetrophy_room2*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5722, 5722, 'prizetrophy_room2_b name', 'prizetrophy_room2*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5723, 5723, 'Hotel Prize Trophy', 'prizetrophy_hotel1*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5724, 5724, 'prizetrophy_hotel1_s name', 'prizetrophy_hotel1*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5725, 5725, 'prizetrophy_hotel1_b name', 'prizetrophy_hotel1*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5726, 5726, 'rare_pbag_1 name', 'rare_pbag*0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5727, 5727, 'rare_pbag_2 name', 'rare_pbag*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5728, 5728, 'rare_pbag_3 name', 'rare_pbag*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5729, 5729, 'rare_pbag_4 name', 'rare_pbag*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5730, 5730, 'rare_pbag_5 name', 'rare_pbag*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5731, 5731, 'Punching Bag VI', 'rare_pbag*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5732, 5732, 'Punching Bag VII', 'rare_pbag*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5733, 5733, 'Flaming Phoenix', 'br_phoenix', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5734, 5734, 'Elegant Lamp', 'val14_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5735, 5735, 'Wondrous Weeping Willow', 'stories_shakespeare_tree', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5736, 5736, 'Garden Rose Swing', 'stories_shakespeare_swing', 's', 2, 1, 1.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5737, 5737, 'Rosemantic Bench', 'stories_shakespeare_bench', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5738, 5738, 'Fairy Statue', 'stories_shakespeare_fairy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5739, 5739, 'Winter-lympix Bear', 'hlympic_bear', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5740, 5740, 'Eternity Fountain', 'val14_fountain', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5741, 5741, 'portabandeira', 'portabandeira', 's', 4, 4, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5742, 5742, 'Gold L0-V3 Machine', 'val14_lovelock3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5743, 5743, 'Flash Camera', 'runway_camera', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5744, 5744, 'The Slime Geyser', 'ads_nick_geyeser', 's', 5, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5745, 5745, 'OMG Slime', 'ads_nick_faketile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5746, 5746, 'Iconic wall hanging', 'runway_hangingb', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5747, 5747, 'Umbrella Light', 'runway_umbrellalight', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5748, 5748, 'Neon Runway Fan', 'runway_fan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5749, 5749, 'Runway Dressing Room', 'runway_changing', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5750, 5750, 'Fortune-Teller Machine', 'rare_sage', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'pressureplate', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5751, 5751, 'Antique Camera', 'runway_oldecamera', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5752, 5752, 'Luxury Dressing Room', 'runway_changingrare', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5753, 5753, 'Pot O\' Gold', 'rare_stpat14', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5754, 5754, 'Leprechaun Nest', 'nest_leprechaun', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5755, 5755, 'Gnome Nest', 'nest_gnome', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5756, 5756, 'Leprechaun Box', 'leprechaun_box', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5757, 5757, 'newbie_stairs_pink name', 'newbie_stairs_pink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.5;1.2;1.8', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5758, 5758, 'newbie_stairs_black name', 'newbie_stairs_black', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.5;1.2;1.8', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5759, 5759, 'New Habbo Welcome Gift', 'newbie_present_2014', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5760, 5760, 'newbie_eleblock5 name', 'newbie_eleblock5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5761, 5761, 'newbie_eleblock1 name', 'newbie_eleblock1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5762, 5762, 'Book of wisdom', 'stories_sch_book', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5763, 5763, 'Sands of time hourglass', 'stories_sch_hourglass', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5764, 5764, 'Homme Fashionista', 'LTD_fashionistam', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5765, 5765, 'Femme Fashionista', 'LTD_fashionistaf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5766, 5766, 'effect_faketile name', 'effect_faketile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5767, 5767, 'Water Block', 'bc_block_water*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5768, 5768, 'Water Block 2', 'bc_block_water*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5769, 5769, 'Water Block 3', 'bc_block_water*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5770, 5770, 'Water Block 4', 'bc_block_water*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5771, 5771, 'Water Block 5', 'bc_block_water*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5772, 5772, 'Water Block 6', 'bc_block_water*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5773, 5773, 'Tile Block', 'bc_tile*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5774, 5774, 'Tile Block 10', 'bc_tile*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5775, 5775, 'Tile Block 11', 'bc_tile*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5776, 5776, 'Tile Block 12', 'bc_tile*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5777, 5777, 'Tile Block 13', 'bc_tile*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5778, 5778, 'Tile Block 14', 'bc_tile*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5779, 5779, 'Tile Block 2', 'bc_tile*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5780, 5780, 'Tile Block 3', 'bc_tile*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5781, 5781, 'Tile Block 4', 'bc_tile*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5782, 5782, 'Tile Block 5', 'bc_tile*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5783, 5783, 'Tile Block 6', 'bc_tile*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5784, 5784, 'Tile Block 7', 'bc_tile*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5785, 5785, 'Tile Block 8', 'bc_tile*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5786, 5786, 'Tile Block 9', 'bc_tile*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5787, 5787, 'Terra Block', 'bc_terra*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5788, 5788, 'Terra Block 10', 'bc_terra*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5789, 5789, 'Terra Block 11', 'bc_terra*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5790, 5790, 'Terra Block 12', 'bc_terra*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5791, 5791, 'Terra Block 13', 'bc_terra*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5792, 5792, 'Terra Block 14', 'bc_terra*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5793, 5793, 'Terra Block 2', 'bc_terra*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5794, 5794, 'Terra Block 3', 'bc_terra*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5795, 5795, 'Terra Block 4', 'bc_terra*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5796, 5796, 'Terra Block 5', 'bc_terra*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5797, 5797, 'Terra Block 6', 'bc_terra*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5798, 5798, 'Terra Block 7', 'bc_terra*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5799, 5799, 'Terra Block 8', 'bc_terra*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5800, 5800, 'Terra Block 9', 'bc_terra*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5801, 5801, 'Flower Hedge', 'bc_flowerhedge*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5802, 5802, 'Flower Hedge 10', 'bc_flowerhedge*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5803, 5803, 'Flower Hedge 11', 'bc_flowerhedge*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5804, 5804, 'Flower Hedge 12', 'bc_flowerhedge*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5805, 5805, 'Flower Hedge 13', 'bc_flowerhedge*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5806, 5806, 'Flower Hedge 14', 'bc_flowerhedge*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5807, 5807, 'Flower Hedge 2', 'bc_flowerhedge*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5808, 5808, 'Flower Hedge 3', 'bc_flowerhedge*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5809, 5809, 'Flower Hedge 4', 'bc_flowerhedge*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5810, 5810, 'Flower Hedge 5', 'bc_flowerhedge*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5811, 5811, 'Flower Hedge 6', 'bc_flowerhedge*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5812, 5812, 'Flower Hedge 7', 'bc_flowerhedge*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5813, 5813, 'Flower Hedge 8', 'bc_flowerhedge*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5814, 5814, 'Flower Hedge 9', 'bc_flowerhedge*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5815, 5815, 'Headmaster\'s chair', 'stories_sch_chair', 's', 1, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5816, 5816, 'Prefect\'s bookshelf', 'stories_sch_bookshelf', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5817, 5817, 'Cacao Chest', 'easter14_chocchestrare', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5818, 5818, 'free_placement_room name', 'free_placement_room', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5819, 5819, 'Electric Flowers', 'easter14_plant', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5820, 5820, 'Electric Fence', 'easter14_elecdivdr', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5821, 5821, 'Lupin Jar', 'easter14_jar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5822, 5822, 'Magnetic Pillar', 'easter14_pillar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5823, 5823, 'Small bright light block', 'easter14_block3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5824, 5824, 'Large bright light block', 'easter14_block1', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5825, 5825, 'Shiny alloy tile', 'easter14_metalfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5826, 5826, 'Egg Lamp', 'easter14_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5827, 5827, 'Pixel Sunset', 'easter14_roombg', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5828, 5828, 'Corner', 'easter14_corner', 's', 1, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5829, 5829, 'Captain´s Perch', 'easter14_captainchr', 's', 1, 1, 1.45, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5830, 5830, 'Polaroid Flower', 'easter14_flower', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5831, 5831, 'Luminescent Palm', 'easter14_palmtree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5832, 5832, 'Leafy Teleport', 'easter14_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5833, 5833, 'Egg Plant', 'easter14_eggplant', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5834, 5834, 'Alien Gate', 'easter14_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5835, 5835, 'Divider', 'easter14_divider', 's', 2, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5836, 5836, 'Large Foliage Block', 'easter14_block2', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5837, 5837, 'Small Foliage Clock', 'easter14_block4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5838, 5838, 'Tech Tree', 'easter14_techtreebrkn', 's', 2, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5839, 5839, 'Cryptic tile', 'easter14_sandfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5840, 5840, 'Cable chair', 'easter14_chair', 's', 1, 1, 1.05, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5841, 5841, 'Floral patch', 'easter14_grasspatch', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5842, 5842, 'Tech Stump', 'easter14_techstump', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5843, 5843, 'Tech table', 'easter14_table', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5844, 5844, 'Pillar of Hope', 'easter14_effectgiver', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'effect_tile', 0, '0', '', '', 171, 171, '');
+INSERT INTO `items_base` VALUES (5845, 5845, 'Electric Corner', 'easter14_eleccrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5846, 5846, 'Little Bunny Foo Foo', 'easter14_screen', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5847, 5847, 'Cottontail Effigy', 'easter14_statue', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5848, 5848, 'Lagomorph Sphinx', 'easter14_bunnysphinx', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5849, 5849, 'Death Egg-Star', 'easter14_eggstar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5850, 5850, 'Maw-Sit-Sit Egg', 'ltd_habberge3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5851, 5851, 'Maw-Sit-Sit Egg', 'ltd_habberge2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5852, 5852, 'ltd_habberge4', 'ltd_habberge4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5853, 5853, 'Dark Sapphire & Diamond Egg', 'ltd_habberge5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5854, 5854, 'WIRED Effect: Mute user', 'wf_act_mute_triggerer', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_mute_triggerer', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5855, 5855, 'Lapis Lazuli Egg', 'ltd_habberge1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5856, 5856, 'Habberge Aquamarine', 'easter14_habberge6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5857, 5857, 'On Air Sign', 'stories_oldmusic_neon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5858, 5858, 'Vintage Vinyl Records', 'stories_oldmusic_vinyl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5859, 5859, 'Rockabilly Guitar Case', 'stories_oldmusic_guitarcase', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5860, 5860, 'Crooner Microphone', 'stories_oldmusic_mike', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5861, 5861, 'Viking Wired', 'wf_cnd_date_rng_active', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_date_rng_active', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5862, 5862, 'Venus de Habbo', 'rare_venusstatue', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5863, 5863, 'Forum Furni', 'guild_forum', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5864, 5864, 'Steelscar Table', 'vikings_table_r', 's', 3, 1, 1.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5865, 5865, 'Battleshade Chair', 'vikings_chair_g', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5866, 5866, 'Furolles Torch', 'vikings_torch', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5867, 5867, 'Viking bed', 'vikings_bed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5868, 5868, 'Viking Cotie', 'vikings_house', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'viking_cotie', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5869, 5869, 'Spiked Skull', 'vikings_spike', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5870, 5870, 'Timber Divider', 'vikings_wooddivdr', 's', 2, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5871, 5871, 'Dark Wood Floor', 'vikings_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5872, 5872, 'Timber Gate', 'vikings_woodgate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5873, 5873, 'Steelscar Flag', 'vikings_flag_r', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5874, 5874, 'Stone Corner', 'vikings_stonecrn', 's', 1, 1, 1.25, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5875, 5875, 'Steelscar Figurehead', 'vikings_animal_r', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5876, 5876, 'Vegetable Bingue', 'vikings_basket1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5877, 5877, 'Stone Divider', 'vikings_stonedivdr', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5878, 5878, 'Cooking Pit', 'vikings_outdoorstove', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5879, 5879, 'Viking Weapon Rack', 'vikings_weapon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5880, 5880, 'Battleshade Figurehead', 'vikings_animal_g', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5881, 5881, 'Cooking Pit', 'vikings_indoorstove', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5882, 5882, 'Amber Roof', 'vikings_roof_r', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5883, 5883, 'Viking Long Ship Front', 'vikings_gondola1', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5884, 5884, 'Meat Bingue', 'vikings_basket2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5885, 5885, 'Battleshade Table', 'vikings_table_g', 's', 1, 1, 1.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5886, 5886, 'Viking Long Ship Middle', 'vikings_gondola2b', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5887, 5887, 'Timber Corner', 'vikings_woodcrn', 's', 1, 1, 1.19, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5888, 5888, 'Viking Long Ship Back', 'vikings_gondola3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5889, 5889, 'Runestone Teleport', 'vikings_teleport', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5890, 5890, 'Battleshade Flag', 'vikings_flag_g', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5891, 5891, 'Viking Long Ship Middle', 'vikings_gondola2c', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5892, 5892, 'Verdigris Roof', 'vikings_roof_g', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5893, 5893, 'Steelscar Chair', 'vikings_chair_r', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5894, 5894, 'Viking Cross', 'vikings_tombstone', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5895, 5895, 'Stone Gate', 'vikings_stonegate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5896, 5896, 'Lund Stool', 'vikings_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5897, 5897, 'Viking Long Ship Middle', 'vikings_gondola2a', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5898, 5898, 'Vikings Stove', 'vikings_stove', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5899, 5899, 'Viking Pillar', 'vikings_pillar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5900, 5900, 'Simple Wood Block', 'bc_wood*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5901, 5901, 'Simple Wood block', 'bc_wood*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5902, 5902, 'Simple Wood block', 'bc_wood*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5903, 5903, 'Simple Wood block', 'bc_wood*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5904, 5904, 'Simple Wood block', 'bc_wood*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5905, 5905, 'Simple Wood block', 'bc_wood*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5906, 5906, 'Viking Relic', 'vikings_runestone', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5907, 5907, 'Habbo Hotel', 'room_noob_walltl', 's', 1, 9, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5908, 5908, 'Habbo Hotel', 'room_noob_bar', 's', 1, 6, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5909, 5909, 'Habbo Hotel', 'room_noob_walltr1', 's', 7, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5910, 5910, 'Habbo Hotel', 'room_noob_table1', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5911, 5911, 'Habbo Hotel', 'room_noob_carpet1', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5912, 5912, 'Habbo Hotel', 'room_noob_fxremove', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5913, 5913, 'Habbo Hotel', 'room_noob_barchair', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5914, 5914, 'Habbo Hotel', 'room_noob_fx1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5915, 5915, 'Habbo Hotel', 'room_noob_table2', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5916, 5916, 'Habbo Hotel', 'room_noob_stairside', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5917, 5917, 'Habbo Hotel', 'room_noob_walltr2', 's', 8, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5918, 5918, 'Habbo Hotel', 'room_noob_tallfloor', 's', 5, 1, 2.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5919, 5919, 'Habbo Hotel', 'room_noob_floor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5920, 5920, 'Habbo Hotel', 'room_noob_stairs', 's', 5, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '0.5;1.0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5921, 5921, 'Habbo Hotel', 'room_noob_fx2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tile_fxprovider_nfs', 2, '0', '', '', 2, 2, '');
+INSERT INTO `items_base` VALUES (5922, 5922, 'Habbo Hotel', 'room_noob_barside', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5923, 5923, 'Habbo Hotel', 'room_noob_sofa', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5924, 5924, 'Habbo Hotel', 'room_noob_glow', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5925, 5925, 'Habbo Hotel', 'room_noob_plant', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5926, 5926, 'Habbo Hotel', 'room_noob_wallcrnr', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5927, 5927, 'Habbo Hotel', 'room_noob_wallbl3', 's', 1, 14, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5928, 5928, 'Habbo Hotel', 'room_noob_hanglight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5929, 5929, 'Habbo Hotel', 'room_noob_wallbl1', 's', 1, 7, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5930, 5930, 'Habbo Hotel', 'room_noob_div', 's', 7, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5931, 5931, 'Habbo Hotel', 'room_noob_floor3', 's', 8, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5932, 5932, 'Habbo Hotel', 'room_noob_floor2', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5933, 5933, 'Habbo Hotel', 'room_noob_chair', 's', 1, 1, 2.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5934, 5934, 'Habbo Hotel', 'room_noob_bargate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5935, 5935, 'Habbo Hotel', 'room_noob_wallbl2', 's', 1, 15, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5936, 5936, 'Habbo Hotel', 'room_noob_pool', 's', 3, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5937, 5937, 'Habbo Hotel', 'room_noob_fx4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5938, 5938, 'Habbo Hotel', 'room_noob_fx3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5939, 5939, 'Blob', 'wf_blob_invis', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_blob', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5940, 5940, 'Blob', 'wf_blob2_vis', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_blob', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5941, 5941, 'Game of Habbos', 'vikings_throne', 's', 1, 1, 1.70, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5942, 5942, 'Yggdrasil Tree', 'vikings_yggdrasil', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5943, 5943, 'Mjolnir of Thor', 'vikings_thor', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5944, 5944, 'Viking Chess Piece', 'vikings_chesspiece', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5945, 5945, 'HiPad Vendor', 'tablet_vendor', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1030', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5946, 5946, 'Viking Loot', 'CF_500_vikings', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5947, 5947, 'Ditch the Label Equality Machine', 'ads_dtlrare_rc', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1052', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5948, 5948, 'Habbo Hotel', 'room_noob_exit', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5949, 5949, 'Golden Boot', 'fball_goldenboot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5950, 5950, 'Group Fence Corner', 'fball_grp_crnr', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5951, 5951, 'fball_trophybrasil_silver name', 'fball_trophybrasil_silver', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5952, 5952, 'Habbo Football', 'fball_ball6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5953, 5953, 'fball_trophybrasil_bronze name', 'fball_trophybrasil_bronze', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5954, 5954, 'fball_trophybrasil_gold name', 'fball_trophybrasil_gold', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5955, 5955, 'Group Fence Small', 'fball_grp_fnc1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5956, 5956, 'Group Cote', 'fball_grp_cote', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5957, 5957, 'Group Bench', 'fball_grp_bench', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5958, 5958, 'Group Fence Large', 'fball_grp_fnc3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5959, 5959, 'Audience Bench', 'fball_audbench2', 's', 4, 1, 0.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '1.2;1.9;2.5', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5960, 5960, 'Football Strategy Board', 'stories_football_board', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5961, 5961, 'Sports Commentator Desk', 'stories_football_table', 's', 3, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5962, 5962, 'Group Side Flag', 'fball_flag_grp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5963, 5963, 'Not so Golden boot', 'fball_goldenboot2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5964, 5964, 'Afroduck the Ref', 'fball_mascot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5965, 5965, 'Medical Scales', 'fball_scales', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5966, 5966, 'CF_diamond_1000', 'CF_diamond_1000', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5967, 5967, 'CF_diamond_500', 'CF_diamond_500', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5968, 5968, 'CF_diamond_250', 'CF_diamond_250', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5969, 5969, 'CF_diamond_100', 'CF_diamond_100', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5970, 5970, 'CF_diamond_2500', 'CF_diamond_2500', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5971, 5971, 'LED Soccer Display', 'stories_football_screen', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5972, 5972, 'fball_ltd14', 'fball_ltd14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5973, 5973, 'Gold Football Trophy', 'prizetrophy_fballbrazil*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5974, 5974, 'Silver Football Trophy', 'prizetrophy_fballbrazil*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5975, 5975, 'Bronze Football Trophy', 'prizetrophy_fballbrazil*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5976, 5976, 'Mystery Trophy', 'gift_mysterytrophy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5977, 5977, 'Blue Hot Air Balloon', 'hblooza14_hotair_b', 's', 1, 1, 7.00, 1, 1, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5978, 5978, 'Yellow Hot Air Balloon', 'hblooza14_hotair_y', 's', 1, 1, 7.00, 1, 1, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5979, 5979, 'The Small Pool Kiosk', 'hblooza14_bundkiosk', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5980, 5980, 'Pink Hot Air Balloon', 'hblooza14_hotair_p', 's', 1, 1, 7.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5981, 5981, 'Hoopla Tent', 'hblooza14_tent', 's', 5, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5982, 5982, 'Drinks Stall', 'hblooza14_drinkstall', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '40,39,19,1,2', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5983, 5983, 'Target Practice Booth', 'hblooza14_shotgall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5984, 5984, 'Hook-a-Duck', 'hblooza14_duckhook', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5985, 5985, 'Coffee Stand Piñata', 'hblooza14_pinata2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5986, 5986, 'Hedge Divider', 'hblooza14_hedgediv', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5987, 5987, 'Duck Gate', 'hblooza14_duckgate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5988, 5988, 'Tent Teleport', 'hblooza14_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5989, 5989, 'hblooza14_duck_balloon_y', 'hblooza14_duck_balloon_y', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5990, 5990, 'Duck Piñata', 'hblooza14_pinata1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5991, 5991, 'Crazy Daisy', 'hblooza14_flowerlight', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5992, 5992, 'Festival Flag', 'hblooza14_flagpole', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5993, 5993, 'Top Spin Teleport', 'hblooza14_hctele', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5994, 5994, 'Palooza Coaster', 'hblooza14_rollercost', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5995, 5995, 'Duck Gate Divider', 'hblooza14_duckdvdr', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5996, 5996, 'hblooza14_cafe_y', 'hblooza14_cafe_y', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5997, 5997, 'Emerald Hook-a-Duck', 'hblooza14_duckhookhc', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5998, 5998, 'Festival Flag', 'hblooza14_flagpole_p', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (5999, 5999, 'hblooza14_horsecarop', 'hblooza14_horsecarop', 's', 1, 1, 2.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6000, 6000, 'Candy Stall', 'hblooza14_candystall', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '79;89;63;48', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6001, 6001, 'Carousel Horse Piñata', 'hblooza14_pinata3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6002, 6002, 'Balloon sign', 'hblooza14_ballsign', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6003, 6003, 'hblooza14_horsecaroy', 'hblooza14_horsecaroy', 's', 1, 1, 2.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6004, 6004, 'Red Plane Landing Pad', 'hblooza14_planepadr', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'effect_tile', 2, '0', '', '', 175, 175, '');
+INSERT INTO `items_base` VALUES (6005, 6005, 'hblooza14_duck_balloon_p', 'hblooza14_duck_balloon_p', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6006, 6006, 'hblooza14_cafe_b', 'hblooza14_cafe_b', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6007, 6007, 'hblooza14_duck_balloon_b', 'hblooza14_duck_balloon_b', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6008, 6008, 'Pink Flag Bunting', 'hblooza14_flag_p', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6009, 6009, 'Yellow Flag Bunting', 'hblooza14_flag_y', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6010, 6010, 'Arrow Signage', 'hblooza14_arrowsign', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6011, 6011, 'Duck Funk Revolution', 'hblooza14_dance', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 140, 140, '');
+INSERT INTO `items_base` VALUES (6012, 6012, 'Ruckus Table', 'hblooza14_table', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6013, 6013, 'Hedge Corner', 'hblooza14_hedgecrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6014, 6014, 'Duck Gate Corner', 'hblooza14_duckcrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6015, 6015, 'Ruckus Chair', 'hblooza14_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6016, 6016, 'Blue Flag Bunting', 'hblooza14_flag_b', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6017, 6017, 'hblooza14_cafe_p', 'hblooza14_cafe_p', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '17', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6018, 6018, 'Muddy Floor', 'hblooza14_mud', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6019, 6019, 'Hedge Gate', 'hblooza14_arch', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6020, 6020, 'Blue iing Pad', 'hblooza14_planepadb', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'effect_tile', 2, '0', '', '', 176, 176, '');
+INSERT INTO `items_base` VALUES (6021, 6021, 'hblooza14_horsecarob', 'hblooza14_horsecarob', 's', 1, 1, 2.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6022, 6022, 'Party Cake', 'st_palooza_cake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6023, 6023, 'My Little Unicorn Balloon', 'st_palooza_unicorn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6024, 6024, 'Rainbow Cupcakes', 'st_palooza_cupcakes', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6025, 6025, 'Roller Coster Track', 'hblooza14_track_crl', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6026, 6026, 'Roller Coster Track', 'hblooza14_track', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6027, 6027, 'Roller Coster Track', 'hblooza14_track_crr', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6028, 6028, 'Hot Air Balloon Piñata', 'hblooza14_pinata4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6029, 6029, 'Head in the Hole Board', 'st_palooza_screen', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6030, 6030, 'Rainbow Balloons', 'st_palooza_balloons', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '1054;1055;1056;1057', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6031, 6031, 'Inflatable Party Pool', 'st_palooza_pool', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6032, 6032, 'Mine cart', 'wildwest_minecart', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6033, 6033, 'Outhouse Teleport', 'wildwest_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6034, 6034, 'Saloon Piano', 'wildwest_piano', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6035, 6035, 'Cracked Earth tile', 'wildwest_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6036, 6036, 'Milk Can', 'wildwest_milkcan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6037, 6037, 'Frontier Bank', 'wildwest_bank', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6038, 6038, 'Loca-motive Sofa', 'wildwest_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6039, 6039, 'Saloon Bar Desk', 'wildwest_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6040, 6040, 'Hand Water Pump', 'wildwest_pump', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6041, 6041, 'Black Vulture', 'wildwest_vulture', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6042, 6042, 'Saloon corner', 'wildwest_salooncrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6043, 6043, 'Cracked Clay tile', 'wildwest_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6044, 6044, 'Saddle Seat', 'wildwest_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6045, 6045, 'Flowered Cactus', 'wildwest_cactus1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6046, 6046, 'Large Bleached Wooden Stage', 'wildwest_stagew2', 's', 1, 2, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6047, 6047, 'Spiky Cactus', 'wildwest_cactus2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6048, 6048, 'Covered Wagon', 'wildwest_wagon', 's', 2, 2, 2.55, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6049, 6049, 'Red Wooden Stage Roof', 'wildwest_roofr', 's', 1, 3, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6050, 6050, 'Large Red Wooden Stage', 'wildwest_stager2', 's', 1, 2, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6051, 6051, 'Tin Spittoon', 'wildwest_spittoon2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6052, 6052, 'Bleached Wooden Stage Roof', 'wildwest_roofw', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6053, 6053, 'Frank\'s General Store', 'wildwest_store', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6054, 6054, 'Outside Bench', 'wildwest_bench', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6055, 6055, 'Saloon Doors', 'wildwest_saloondr', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6056, 6056, 'Fort Habbo Divider', 'wildwest_divdr', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6057, 6057, 'Fort Habbo Gate', 'wildwest_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6058, 6058, 'Wanted Poster', 'wildwest_wanted_poster', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6059, 6059, 'Old Fashioned Till', 'wildwest_till', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6060, 6060, 'Terracotta Spittoon', 'wildwest_spittoon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6061, 6061, 'Cowboy Stocks', 'wildwest_stocks', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6062, 6062, 'Lantern pole', 'wildwest_light', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6063, 6063, 'Bucket\'o\'tar', 'wildwest_tarbucket', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6064, 6064, 'Skeleton Tree', 'wildwest_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6065, 6065, 'Shoot\'em Up Saloon', 'wildwest_saloon', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6066, 6066, 'Saloon Drinks Cabinet', 'wildwest_cabinet', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6067, 6067, 'Small Brown Wooden Stage', 'wildwest_stageb', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6068, 6068, 'Fort Habbo Corner', 'wildwest_crn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6069, 6069, 'Longhorn Skull', 'wildwest_longhorn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6070, 6070, 'Drying Line', 'wildwest_clothesline', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6071, 6071, 'Loca-motive Landscape', 'wildwest_bgland', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6072, 6072, 'Wooden Crate', 'wildwest_crate', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6073, 6073, 'Tumbleweed', 'wildwest_weed', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6074, 6074, 'Loca-motive Landscape 2', 'wildwest_bgland2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6075, 6075, 'Loca-motive Background', 'wildwest_bgtrain', 's', 15, 8, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6076, 6076, 'Brown Wooden Stage with roof', 'wildwest_roofb', 's', 1, 3, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6077, 6077, 'Saloon wall', 'wildwest_saloonwall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6078, 6078, 'Sheriff\'s Office', 'wildwest_sheriff', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6079, 6079, 'Rattle Snake', 'wildwest_snake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6080, 6080, 'Barrel Table', 'wildwest_table', 's', 1, 1, 1.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6081, 6081, 'Large Brown Wooden Stage', 'wildwest_stageb2', 's', 1, 2, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6082, 6082, 'Small Red Wooden Stage', 'wildwest_stager', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6083, 6083, 'Small Bleached Wooden Stage', 'wildwest_stagew', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6084, 6084, 'Ghostly Gallows', 'wildwest_gallows', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6085, 6085, 'Buffalo Statue', 'st_wildwest_buffalo', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6086, 6086, 'Playing Cards', 'st_wildwest_cards', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6087, 6087, 'Water Barrel', 'st_wildwest_barrel', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6088, 6088, 'Dynamite Crate', 'st_wildwest_tnt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6089, 6089, 'Miner\'s Pickaxe', 'st_wildwest_goldpick', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6090, 6090, 'Leather Canteen', 'st_wildwest_canteen', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6091, 6091, 'Red Zone CCTV', 'matic_light_cam_red', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6092, 6092, 'Blue Zone CCTV', 'matic_light_cam_blue', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6093, 6093, 'Green Zone CCTV', 'matic_light_cam_green', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6094, 6094, 'Body Sanitizer', 'matic_sanitizer', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6095, 6095, 'Orange Zone CCTV', 'matic_light_cam_orange', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6096, 6096, 'Messy Wardrobe', 'uni_messwardrobe', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6097, 6097, 'Dragon Plushy', 'uni_plush1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6098, 6098, 'Hootie the Owl', 'uni_owl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6099, 6099, 'Comfy Ottoman', 'uni_ottoman', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6100, 6100, 'Bobba Pop Juice', 'uni_drinks', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6101, 6101, 'Brotein Powder', 'uni_brotein', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6102, 6102, 'Games', 'uni_games', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6103, 6103, 'Girly Chair', 'uni_girlchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6104, 6104, 'Gamer Shelf', 'uni_gamershelf', 's', 2, 1, 2.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6105, 6105, 'Dumbbells', 'uni_dumbells', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6106, 6106, 'Hanging Beads', 'uni_doorhanging', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6107, 6107, 'Dorm Wardrobe', 'uni_wardrobe', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6108, 6108, 'Jewelry Stand', 'uni_jewellery', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6109, 6109, 'Cat Plushy', 'uni_plush2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6110, 6110, 'Cafetiere French Press', 'uni_cafeterie', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6111, 6111, 'Habbo TV Projector', 'uni_projector', 's', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6112, 6112, 'Colour Cube', 'uni_rubik', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6113, 6113, 'Hipster Bed', 'uni_hipbed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6114, 6114, 'HabBook Pro', 'uni_laptop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6115, 6115, 'Workout Bench', 'uni_wobench', 's', 1, 3, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'tile_fxprovider_nfs', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6116, 6116, 'Mini Fridge', 'uni_fridge', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '29,30,36,37,38,39', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6117, 6117, 'Dorm Bed', 'uni_bed', 's', 1, 3, 1.80, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6118, 6118, 'Snack Time', 'uni_snacks', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6119, 6119, 'Dorm Chair', 'uni_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6120, 6120, 'Sloppy Bed', 'uni_messbed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6121, 6121, 'UFOware Desktop', 'uni_gamerdesk', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6122, 6122, 'Haba John\'s Pizza', 'uni_pizza', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6123, 6123, 'Manga Magazines', 'uni_manga', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6124, 6124, 'Dorm Nightstand', 'uni_nstand', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6125, 6125, 'Plushy Pile', 'uni_plushpile', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6126, 6126, 'Dorm Bookshelf', 'uni_bookshelf', 's', 2, 1, 2.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6127, 6127, 'Gamer Bed', 'uni_gamerbed', 's', 1, 3, 1.80, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6128, 6128, 'Hipster Bookcase', 'uni_hipbookcase', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6129, 6129, 'Dorm Desk', 'uni_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6130, 6130, 'Frank Kidston Bed', 'uni_girlbed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6131, 6131, 'Alarm Clock', 'uni_alarm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6132, 6132, 'Professor\'s Lectern LTD', 'uni_lectern', 's', 1, 1, 0.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6133, 6133, 'Cat Rug', 'uni_catrug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6134, 6134, 'Trashcan', 'uni_trashcan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6135, 6135, 'Onyx Bath', 'bathroom_bath3', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6136, 6136, 'Onyx Sink', 'bathroom_sinkmodule3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6137, 6137, 'Teal Bathroom Counter', 'bathroom_tablemodule4', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6138, 6138, 'Dark Grey Sink', 'bathroom_sinkmodule2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6139, 6139, 'Teal Toilet', 'bathroom_toilet4', 's', 1, 1, 1.50, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6140, 6140, 'Light Grey Bathroom Counter', 'bathroom_tablemodule1', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6141, 6141, 'Light Grey Toilet', 'bathroom_toilet1', 's', 1, 1, 1.50, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6142, 6142, 'Teal Sink', 'bathroom_sinkmodule4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6143, 6143, 'Dark Grey Bath', 'bathroom_bath2', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6144, 6144, 'Dark Grey Bathroom Tile', 'bathroom_floortile2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6145, 6145, 'Onyx Toilet', 'bathroom_toilet3', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6146, 6146, 'Teal Bathroom Tile', 'bathroom_floortile4', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6147, 6147, 'Teal Bath', 'bathroom_bath4', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6148, 6148, 'Light Grey Shower', 'bathroom_shower1', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6149, 6149, 'Onyx Bathroom Tile', 'bathroom_floortile3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6150, 6150, 'Light Grey Bath', 'bathroom_bath1', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6151, 6151, 'Dark Grey Toilet', 'bathroom_toilet2', 's', 1, 1, 1.50, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6152, 6152, 'Toilet Roll Holder', 'bathroom_toiletroll', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6153, 6153, 'Anti-Dither Shampoo', 'bathroom_shampoo', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6154, 6154, 'Light Grey Bathroom Tile', 'bathroom_floortile1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6155, 6155, 'Dark Grey Shower', 'bathroom_shower2', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6156, 6156, 'Pixel Poop', 'bathroom_poop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6157, 6157, 'Teal Shower', 'bathroom_shower4', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6158, 6158, 'Chamber Pot', 'bathroom_chamberpot', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6159, 6159, 'Dark Grey Bathroom Counter', 'bathroom_tablemodule2', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6160, 6160, 'Onyx Shower', 'bathroom_shower3', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6161, 6161, 'Onyx Bathroom Counter', 'bathroom_tablemodule3', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6162, 6162, 'Light Grey Sink', 'bathroom_sinkmodule1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6163, 6163, 'DNA model', 'st_uni_dnamodel', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6164, 6164, 'Test Tube Rack', 'st_uni_testtubes', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6165, 6165, 'Lab Desk', 'st_uni_labtable', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6166, 6166, 'Icky Ooze Jar', 'st_uni_ooze', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6167, 6167, 'Einstein Bust', 'uni_einstein', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6168, 6168, 'Solar System', 'st_uni_solarsystem', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6169, 6169, 'Water Cooler', 'matic_water_dispenser', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6170, 6170, 'Command Chair', 'matic_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6171, 6171, 'Brain in a Jar', 'matic_brainjar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6172, 6172, 'Duck Vendor', 'matic_slime_duck', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '1036', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6173, 6173, 'Storm Doors', 'matic_door', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6174, 6174, 'Black Adobe Corner', 'hween14_crn', 's', 1, 1, 2.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6175, 6175, 'Skull Granite Floor', 'hween14_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6176, 6176, 'Catrina Effigy', 'hween14_catrina', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6177, 6177, 'Deluxe Coffin Bed', 'hween14_hccoffin', 's', 1, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6178, 6178, 'Skele', 'hween14_skelepieces', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6179, 6179, 'Mariachi Skeleton', 'hween14_mariachi', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6180, 6180, 'Hand Carved Mexican Table', 'hween14_table', 's', 2, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6181, 6181, 'Floral Bench', 'hween14_bench', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6182, 6182, 'Tattooed Skeleton', 'hween14_doll5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6183, 6183, 'Skull Rug', 'hween14_carpet', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6184, 6184, 'Day of the Dead Votive', 'hween14_lovelock', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6185, 6185, 'Melting Candles', 'hween14_candletrail', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6186, 6186, 'Catrina Doll', 'hween14_doll2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6187, 6187, 'Punk Rock', 'hween14_doll8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6188, 6188, 'Lucha Libre', 'hween14_doll6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6189, 6189, 'Mariachi Doll', 'hween14_doll1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6190, 6190, 'Black Adobe Skull Gate', 'hween14_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6191, 6191, 'Lamancha Goat', 'hween14_goat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6192, 6192, 'Habbo Girl', 'hween14_doll7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6193, 6193, 'Habboween Grub', 'hween14_grossfood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6194, 6194, 'Skele-tele', 'hween14_hctele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6195, 6195, 'Flower Garland', 'hween14_flowertrail', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6196, 6196, 'Skeleton Cat', 'hween14_doll10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6197, 6197, 'Hanging Skull Candle', 'hween14_hangskull', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6198, 6198, 'Table Candle', 'hween14_skullcandle', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6199, 6199, 'Graveyard Trap', 'hween14_rare2', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'trap', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6200, 6200, 'Day of the Dead Altar Piece', 'hween14_altarpieces1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6201, 6201, 'Fiery Pits Teleport', 'hween14_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6202, 6202, 'Grim Reaper', 'hween14_doll9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6203, 6203, 'Dressed to the nines Doll', 'hween14_doll3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6204, 6204, 'Habbo Boy', 'hween14_doll4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6205, 6205, 'Hand Carved Mexican Chair', 'hween14_chair', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6206, 6206, 'La Ofrenda', 'hween14_food', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6207, 6207, 'Skull Bed', 'hween14_bed', 's', 1, 3, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6208, 6208, 'Day of the Dead Altar Piece', 'hween14_altarpieces2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6209, 6209, 'Skull Mirror', 'hween14_mirror', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6210, 6210, 'Ornate Skull Flowerpot', 'hween14_flowerpot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6211, 6211, 'Day of the Dead Altar Piece', 'hween14_altarpieces3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6212, 6212, 'Black Adobe Divider', 'hween14_divdr', 's', 2, 1, 2.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6213, 6213, 'Cranial lamp', 'hween14_skulllight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6214, 6214, 'Demon Goat', 'hween14_demon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6215, 6215, 'Skull in the Box', 'st_hween14_jack', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6216, 6216, 'Colorful Candy Skull', 'st_hween14_skulls', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6217, 6217, 'hween14_carnivalbg name', 'hween14_carnivalbg', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6218, 6218, 'Fiesta Wooden Horse', 'st_hween14_horse', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6219, 6219, 'Muerto Music Box', 'st_hween14_mbox', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6220, 6220, 'Creepy Cranium Fireplace', 'st_hween14_fireplace', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6221, 6221, 'Colorful Coffin', 'st_hween14_closet', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6222, 6222, 'Crystal Skull', 'CF_350_skull', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6223, 6223, 'Skull Fountain', 'hween14_rare1', 's', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6224, 6224, 'Red Limo Front', 'limo_r_front', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6225, 6225, 'Red Limo Back', 'limo_r_back', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6226, 6226, 'Red Limo Mid 2', 'limo_r_mid2', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6227, 6227, 'Red Limo Mid', 'limo_r_mid', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6228, 6228, 'Day of the Dead Altar', 'hween14_ltdalter', 's', 3, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6229, 6229, 'prizetrophy_mastercard name', 'prizetrophy_mastercard', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6230, 6230, 'Beach Recliner', 'xmas14_recliner', 's', 1, 3, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6231, 6231, 'Festive Tiki Curved Fence', 'xmas14_corner2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6232, 6232, 'Beach Hut Stage', 'xmas14_stages1', 's', 2, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6233, 6233, 'Tiki Bar', 'xmas14_tikibar2', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '32', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6234, 6234, 'Beach Hut tent', 'xmas14_beachhut', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6235, 6235, 'Festive Tiki Fence', 'xmas14_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6236, 6236, 'Festive Tiki Bar', 'xmas14_tikibar', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6237, 6237, 'Beach Hut Stage', 'xmas14_stages2', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6238, 6238, 'Sunny the Sad Snowman', 'xmas14_snowman', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6239, 6239, 'Beach Hut teleport', 'xmas14_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6240, 6240, 'Festive Tiki Fence Corner', 'xmas14_corner1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6241, 6241, 'Surfboard Table', 'xmas14_table', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6242, 6242, 'Sun Beams', 'xmas14_sunbeams', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6243, 6243, 'White Sand with Baubles', 'xmas14_sand', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6244, 6244, 'Festive Tiki Fence Gate', 'xmas14_gate1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6245, 6245, 'Surfboard Chair', 'xmas14_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6246, 6246, 'Tiki Fence Gate', 'xmas14_gate2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6247, 6247, 'String Lights', 'xmas14_lights1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6248, 6248, 'String Lights', 'xmas14_lights2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6249, 6249, 'Starfish Wall Light', 'xmas14_starfish', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6250, 6250, 'Inflata-Tree', 'xmas14_inflatabletree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6251, 6251, 'Christmas Palm', 'xmas14_palm', 's', 1, 1, 5.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6252, 6252, 'Mermaid Carol Singer', 'xmas14_mermaid', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6253, 6253, 'Lobster Dinner', 'xmas14_lobsterdin', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6254, 6254, 'Festive Beach Hut tent', 'xmas14_festivehut', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6255, 6255, 'Octo-Claus', 'xmas14_octosanta', 's', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6256, 6256, 'Shark Santa Throne', 'xmas14_sharkthrone', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6257, 6257, '90\'s Boombox Sandman', 'xmas14_boomboxman', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6258, 6258, 'Inflatable Rudolph Ring-deer', 'xmas14_rudolph_ring', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6259, 6259, 'xmas14_snowglobe', 'xmas14_snowglobe', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6260, 6260, 'Blue Man Tube Man', 'xmas14_tubeman', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6261, 6261, 'Block of ice Elf', 'xmas14_elf8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6262, 6262, 'Rasta Elf', 'xmas14_elf7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6263, 6263, 'Bikini Elf', 'xmas14_elf3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6264, 6264, 'Muscle Elf', 'xmas14_elf1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6265, 6265, 'Mrs Claus Elf', 'xmas14_elf5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6266, 6266, 'Holiday Elf', 'xmas14_elf10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6267, 6267, 'Normal Elf', 'xmas14_elf2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6268, 6268, 'Miami Habbo Elf', 'xmas14_elf9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6269, 6269, 'Scuba Elf', 'xmas14_elf4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6270, 6270, 'Rudolph Elf', 'xmas14_elf6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6271, 6271, 'HC Tea Table', 'hc_arab_tetbl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6272, 6272, 'HC Amanjena Table', 'hc_arab_bigtb', 's', 3, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6273, 6273, 'Holiday Santa Fortune Teller', 'xmas14_santateller', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6274, 6274, 'Habbo Mini Memorial', 'memorial_size', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6275, 6275, 'Builder\'s Club Birthday', 'bc_blocktrophy_1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6276, 6276, 'Lazy Beach Hammock', 'xmas14_hammock', 's', 1, 3, 1.40, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6277, 6277, 'Is he going to get through?', 'xmas14_santastuck', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6278, 6278, 'clothing_party1', 'clothing_party1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6279, 6279, 'Tribal Print Skirt', 'clothing_geometricskirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6280, 6280, 'Three Piece Jacket', 'clothing_waistcoatsuit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6281, 6281, 'Meow-suit', 'clothing_meowtfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6282, 6282, 'Roaring 20\'s', 'clothing_gatsby', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6283, 6283, 'Hair Bow Clip', 'clothing_bow', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6284, 6284, 'Squid Hat', 'clothing_squid', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6285, 6285, 'Baldilocks', 'clothing_baldy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6286, 6286, 'Wavy Shoulder Length hair', 'clothing_wavy2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6287, 6287, 'Semi Muttonchop', 'clothing_mutton1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6288, 6288, 'Straw Hat', 'clothing_straw2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6289, 6289, 'Fish Hat', 'clothing_fishhat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6290, 6290, 'Rolled Up Jeans', 'clothing_rolled_jeans', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6291, 6291, 'Bird Shoes', 'clothing_birdshoes', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6292, 6292, 'Mermaid Outfit', 'clothing_mermaidoutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6293, 6293, 'Scoop Neck Top', 'clothing_droopycollar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6294, 6294, 'Rockstar Headband', 'clothing_headband', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6295, 6295, 'Floral Crown', 'clothing_flowercrown', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6296, 6296, 'H for Habbo Headphones', 'clothing_hheadphones', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6297, 6297, 'Full Muttonchop', 'clothing_mutton2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6298, 6298, 'Floral Maxi Skirt', 'clothing_floralskirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6299, 6299, 'Night Vision goggles', 'clothing_nightvision', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6300, 6300, 'Mocky Maus', 'clothing_mockymouse', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6301, 6301, 'Christmas Jumper', 'clothing_xmas1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6302, 6302, 'Undercut Hair', 'clothing_shavedside', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6303, 6303, 'Tribal Print Jumper', 'clothing_geometricjumper', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6304, 6304, 'King Beard', 'clothing_beard1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6305, 6305, 'Chunky Necklace', 'clothing_beads', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6306, 6306, 'Two-Tone Cardigan', 'clothing_twotonecardi', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6307, 6307, 'Animal Print Leggings', 'clothing_animalprint', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6308, 6308, 'clothing_party2', 'clothing_party2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6309, 6309, 'Upper Cuff Shirt', 'clothing_tshirt_rolled', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6310, 6310, 'Ripped Jeans', 'clothing_rippedjeans', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6311, 6311, 'Shoes w/ Socks', 'clothing_shoestights', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6312, 6312, 'Funky chicken', 'pet_puppy_toy', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6313, 6313, 'Spinning Top', 'pet_ufo_toy', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6314, 6314, 'Red Yarn Ball', 'yarn', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6315, 6315, 'Patchwork Pillow', 'nest_pig', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6316, 6316, 'Luxury Bed', 'nest_bed', 's', 1, 1, 0.25, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6317, 6317, 'Cardboard Cot', 'nest_box', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6318, 6318, 'Peacock Mask', 'fxbox_fx147', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 147, 147, '');
+INSERT INTO `items_base` VALUES (6319, 6319, 'Ghost', 'fxbox_fx92', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 92, 92, '');
+INSERT INTO `items_base` VALUES (6320, 6320, 'Nightmare Bride Costume', 'fxbox_fx123', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 123, 123, '');
+INSERT INTO `items_base` VALUES (6321, 6321, 'Flower Mask', 'fxbox_fx153', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 153, 153, '');
+INSERT INTO `items_base` VALUES (6322, 6322, 'Goat Mask', 'fxbox_fx152', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 152, 152, '');
+INSERT INTO `items_base` VALUES (6323, 6323, 'Fly Head', 'fxbox_fx116', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 116, 116, '');
+INSERT INTO `items_base` VALUES (6324, 6324, 'Pumpkin King Costume', 'fxbox_fx125', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 125, 125, '');
+INSERT INTO `items_base` VALUES (6325, 6325, 'Feather Mask', 'fxbox_fx143', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 143, 143, '');
+INSERT INTO `items_base` VALUES (6326, 6326, 'Werewolf Costume', 'fxbox_fx127', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 127, 127, '');
+INSERT INTO `items_base` VALUES (6327, 6327, 'Scarecrow Costume', 'fxbox_fx126', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 126, 126, '');
+INSERT INTO `items_base` VALUES (6328, 6328, 'Small Confetti Floor', 'ny2015_floor2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6329, 6329, '2015 Archway', 'ny2015_archway', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6330, 6330, 'New Years Balloons', 'ny2015_balloons', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6331, 6331, 'Chocolate Fountain', 'ny2015_chocfountain', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6332, 6332, 'Confetti Ball', 'ny2015_conball', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6333, 6333, 'Party Bar', 'ny2015_bar', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '35', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6334, 6334, 'Glass table', 'ny2015_table', 's', 2, 1, 0.75, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6335, 6335, 'Cupcake tray', 'ny2015_cctray', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '89', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6336, 6336, 'Large Confetti Floor', 'ny2015_floor1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6337, 6337, 'Drinks tray', 'ny2015_drktray', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '31', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6338, 6338, 'HC Sweets Tray', 'hc_arab_tray3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6339, 6339, 'HC Tea Tray', 'hc_arab_tray1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6340, 6340, 'HC Berber Kilim Rug', 'hc_arab_rug', 's', 3, 5, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6341, 6341, 'HC Blossom Chair', 'hc_arab_chair', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6342, 6342, 'HC Carved Cedar Divider', 'hc_arab_divdr', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6343, 6343, 'HC Tea Maker', 'hc_arab_teamk', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '27', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6344, 6344, 'HC Ornamental Urn', 'hc_arab_snake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6345, 6345, 'HC Blossom Pillow', 'hc_arab_pllw', 's', 1, 1, 0.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6346, 6346, 'pet_breeding_dog name', 'pet_breeding_dog', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6347, 6347, 'pet_breeding_pig name', 'pet_breeding_pig', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6348, 6348, 'pet_breeding_cat name', 'pet_breeding_cat', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6349, 6349, 'Oink-Santa', 'ads_vpiggy_santapig', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6350, 6350, 'Pyramid Block', 'bc_pyramidtip*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6351, 6351, 'Pyramid Block 10', 'bc_pyramidtip*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6352, 6352, 'Pyramid Block 11', 'bc_pyramidtip*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6353, 6353, 'Pyramid Block 12', 'bc_pyramidtip*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6354, 6354, 'Pyramid Block 13', 'bc_pyramidtip*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6355, 6355, 'Pyramid Block 14', 'bc_pyramidtip*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6356, 6356, 'Pyramid Block 15', 'bc_pyramidtip*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6357, 6357, 'Pyramid Block 16', 'bc_pyramidtip*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6358, 6358, 'Pyramid Block 17', 'bc_pyramidtip*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6359, 6359, 'Pyramid Block 18', 'bc_pyramidtip*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6360, 6360, 'Pyramid Block 19', 'bc_pyramidtip*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6361, 6361, 'Pyramid Block 2', 'bc_pyramidtip*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6362, 6362, 'Pyramid Block 20', 'bc_pyramidtip*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6363, 6363, 'Pyramid Block 21', 'bc_pyramidtip*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6364, 6364, 'Pyramid Block 22', 'bc_pyramidtip*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6365, 6365, 'Pyramid Block 23', 'bc_pyramidtip*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6366, 6366, 'Pyramid Block 24', 'bc_pyramidtip*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6367, 6367, 'Pyramid Block 25', 'bc_pyramidtip*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6368, 6368, 'Pyramid Block 26', 'bc_pyramidtip*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6369, 6369, 'Pyramid Block 27', 'bc_pyramidtip*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6370, 6370, 'Pyramid Block 28', 'bc_pyramidtip*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6371, 6371, 'Pyramid Block 29', 'bc_pyramidtip*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6372, 6372, 'Pyramid Block 3', 'bc_pyramidtip*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6373, 6373, 'Pyramid Block 30', 'bc_pyramidtip*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6374, 6374, 'Pyramid Block 31', 'bc_pyramidtip*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6375, 6375, 'Pyramid Block 32', 'bc_pyramidtip*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6376, 6376, 'Pyramid Block 33', 'bc_pyramidtip*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6377, 6377, 'Pyramid Block 34', 'bc_pyramidtip*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6378, 6378, 'Pyramid Block 35', 'bc_pyramidtip*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6379, 6379, 'Pyramid Block 36', 'bc_pyramidtip*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6380, 6380, 'Pyramid Block 37', 'bc_pyramidtip*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6381, 6381, 'Pyramid Block 38', 'bc_pyramidtip*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6382, 6382, 'Pyramid Block 39', 'bc_pyramidtip*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6383, 6383, 'Pyramid Block 4', 'bc_pyramidtip*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6384, 6384, 'Pyramid Block 40', 'bc_pyramidtip*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6385, 6385, 'Pyramid Block 41', 'bc_pyramidtip*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6386, 6386, 'Pyramid Block 42', 'bc_pyramidtip*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6387, 6387, 'Pyramid Block 43', 'bc_pyramidtip*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6388, 6388, 'Pyramid Block 44', 'bc_pyramidtip*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6389, 6389, 'Pyramid Block 45', 'bc_pyramidtip*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6390, 6390, 'Pyramid Block 46', 'bc_pyramidtip*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6391, 6391, 'Pyramid Block 47', 'bc_pyramidtip*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6392, 6392, 'Pyramid Block 48', 'bc_pyramidtip*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6393, 6393, 'Pyramid Block 49', 'bc_pyramidtip*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6394, 6394, 'Pyramid Block 5', 'bc_pyramidtip*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6395, 6395, 'Pyramid Block 50', 'bc_pyramidtip*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6396, 6396, 'Pyramid Block 51', 'bc_pyramidtip*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6397, 6397, 'Pyramid Block 52', 'bc_pyramidtip*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6398, 6398, 'Pyramid Block 53', 'bc_pyramidtip*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6399, 6399, 'Pyramid Block 54', 'bc_pyramidtip*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6400, 6400, 'Pyramid Block 55', 'bc_pyramidtip*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6401, 6401, 'Pyramid Block 56', 'bc_pyramidtip*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6402, 6402, 'Pyramid Block 57', 'bc_pyramidtip*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6403, 6403, 'Pyramid Block 58', 'bc_pyramidtip*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6404, 6404, 'Pyramid Block 59', 'bc_pyramidtip*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6405, 6405, 'Pyramid Block 6', 'bc_pyramidtip*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6406, 6406, 'Pyramid Block 60', 'bc_pyramidtip*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6407, 6407, 'Pyramid Block 61', 'bc_pyramidtip*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6408, 6408, 'Pyramid Block 62', 'bc_pyramidtip*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6409, 6409, 'Pyramid Block 63', 'bc_pyramidtip*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6410, 6410, 'Pyramid Block 64', 'bc_pyramidtip*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6411, 6411, 'Pyramid Block 65', 'bc_pyramidtip*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6412, 6412, 'Pyramid Block 66', 'bc_pyramidtip*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6413, 6413, 'Pyramid Block 67', 'bc_pyramidtip*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6414, 6414, 'Pyramid Block 68', 'bc_pyramidtip*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6415, 6415, 'Pyramid Block 69', 'bc_pyramidtip*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6416, 6416, 'Pyramid Block 7', 'bc_pyramidtip*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6417, 6417, 'Pyramid Block 8', 'bc_pyramidtip*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6418, 6418, 'Pyramid Block 9', 'bc_pyramidtip*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6419, 6419, 'Cone Block', 'bc_cone*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6420, 6420, 'Cone Block 10', 'bc_cone*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6421, 6421, 'Cone Block 11', 'bc_cone*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6422, 6422, 'Cone Block 12', 'bc_cone*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6423, 6423, 'Cone Block 13', 'bc_cone*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6424, 6424, 'Cone Block 14', 'bc_cone*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6425, 6425, 'Cone Block 15', 'bc_cone*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6426, 6426, 'Cone Block 16', 'bc_cone*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6427, 6427, 'Cone Block 17', 'bc_cone*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6428, 6428, 'Cone Block 18', 'bc_cone*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6429, 6429, 'Cone Block 19', 'bc_cone*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6430, 6430, 'Cone Block 2', 'bc_cone*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6431, 6431, 'Cone Block 20', 'bc_cone*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6432, 6432, 'Cone Block 21', 'bc_cone*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6433, 6433, 'Cone Block 22', 'bc_cone*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6434, 6434, 'Cone Block 23', 'bc_cone*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6435, 6435, 'Cone Block 24', 'bc_cone*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6436, 6436, 'Cone Block 25', 'bc_cone*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6437, 6437, 'Cone Block 26', 'bc_cone*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6438, 6438, 'Cone Block 27', 'bc_cone*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6439, 6439, 'Cone Block 28', 'bc_cone*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6440, 6440, 'Cone Block 29', 'bc_cone*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6441, 6441, 'Cone Block 3', 'bc_cone*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6442, 6442, 'Cone Block 30', 'bc_cone*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6443, 6443, 'Cone Block 31', 'bc_cone*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6444, 6444, 'Cone Block 32', 'bc_cone*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6445, 6445, 'Cone Block 33', 'bc_cone*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6446, 6446, 'Cone Block 34', 'bc_cone*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6447, 6447, 'Cone Block 35', 'bc_cone*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6448, 6448, 'Cone Block 36', 'bc_cone*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6449, 6449, 'Cone Block 37', 'bc_cone*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6450, 6450, 'Cone Block 38', 'bc_cone*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6451, 6451, 'Cone Block 39', 'bc_cone*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6452, 6452, 'Cone Block 4', 'bc_cone*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6453, 6453, 'Cone Block 40', 'bc_cone*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6454, 6454, 'Cone Block 41', 'bc_cone*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6455, 6455, 'Cone Block 42', 'bc_cone*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6456, 6456, 'Cone Block 43', 'bc_cone*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6457, 6457, 'Cone Block 44', 'bc_cone*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6458, 6458, 'Cone Block 45', 'bc_cone*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6459, 6459, 'Cone Block 46', 'bc_cone*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6460, 6460, 'Cone Block 47', 'bc_cone*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6461, 6461, 'Cone Block 48', 'bc_cone*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6462, 6462, 'Cone Block 49', 'bc_cone*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6463, 6463, 'Cone Block 5', 'bc_cone*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6464, 6464, 'Cone Block 50', 'bc_cone*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6465, 6465, 'Cone Block 51', 'bc_cone*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6466, 6466, 'Cone Block 52', 'bc_cone*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6467, 6467, 'Cone Block 53', 'bc_cone*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6468, 6468, 'Cone Block 54', 'bc_cone*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6469, 6469, 'Cone Block 55', 'bc_cone*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6470, 6470, 'Cone Block 56', 'bc_cone*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6471, 6471, 'Cone Block 57', 'bc_cone*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6472, 6472, 'Cone Block 58', 'bc_cone*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6473, 6473, 'Cone Block 59', 'bc_cone*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6474, 6474, 'Cone Block 6', 'bc_cone*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6475, 6475, 'Cone Block 60', 'bc_cone*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6476, 6476, 'Cone Block 61', 'bc_cone*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6477, 6477, 'Cone Block 62', 'bc_cone*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6478, 6478, 'Cone Block 63', 'bc_cone*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6479, 6479, 'Cone Block 64', 'bc_cone*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6480, 6480, 'Cone Block 65', 'bc_cone*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6481, 6481, 'Cone Block 66', 'bc_cone*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6482, 6482, 'Cone Block 67', 'bc_cone*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6483, 6483, 'Cone Block 68', 'bc_cone*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6484, 6484, 'Cone Block 69', 'bc_cone*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6485, 6485, 'Cone Block 7', 'bc_cone*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6486, 6486, 'Cone Block 8', 'bc_cone*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6487, 6487, 'Cone Block 9', 'bc_cone*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6488, 6488, 'Standing Half Cylinder', 'bc_standinghalfcylinder*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6489, 6489, 'Standing Half Cylinder 10', 'bc_standinghalfcylinder*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6490, 6490, 'Standing Half Cylinder 11', 'bc_standinghalfcylinder*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6491, 6491, 'Standing Half Cylinder 12', 'bc_standinghalfcylinder*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6492, 6492, 'Standing Half Cylinder 13', 'bc_standinghalfcylinder*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6493, 6493, 'Standing Half Cylinder 14', 'bc_standinghalfcylinder*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6494, 6494, 'Standing Half Cylinder 15', 'bc_standinghalfcylinder*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6495, 6495, 'Standing Half Cylinder 16', 'bc_standinghalfcylinder*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6496, 6496, 'Standing Half Cylinder 17', 'bc_standinghalfcylinder*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6497, 6497, 'Standing Half Cylinder 18', 'bc_standinghalfcylinder*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6498, 6498, 'Standing Half Cylinder 19', 'bc_standinghalfcylinder*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6499, 6499, 'Standing Half Cylinder 2', 'bc_standinghalfcylinder*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6500, 6500, 'Standing Half Cylinder 20', 'bc_standinghalfcylinder*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6501, 6501, 'Standing Half Cylinder 21', 'bc_standinghalfcylinder*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6502, 6502, 'Standing Half Cylinder 22', 'bc_standinghalfcylinder*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6503, 6503, 'Standing Half Cylinder 23', 'bc_standinghalfcylinder*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6504, 6504, 'Standing Half Cylinder 24', 'bc_standinghalfcylinder*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6505, 6505, 'Standing Half Cylinder 25', 'bc_standinghalfcylinder*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6506, 6506, 'Standing Half Cylinder 26', 'bc_standinghalfcylinder*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6507, 6507, 'Standing Half Cylinder 27', 'bc_standinghalfcylinder*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6508, 6508, 'Standing Half Cylinder 28', 'bc_standinghalfcylinder*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6509, 6509, 'Standing Half Cylinder 29', 'bc_standinghalfcylinder*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6510, 6510, 'Standing Half Cylinder 3', 'bc_standinghalfcylinder*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6511, 6511, 'Standing Half Cylinder 30', 'bc_standinghalfcylinder*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6512, 6512, 'Standing Half Cylinder 31', 'bc_standinghalfcylinder*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6513, 6513, 'Standing Half Cylinder 32', 'bc_standinghalfcylinder*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6514, 6514, 'Standing Half Cylinder 33', 'bc_standinghalfcylinder*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6515, 6515, 'Standing Half Cylinder 34', 'bc_standinghalfcylinder*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6516, 6516, 'Standing Half Cylinder 35', 'bc_standinghalfcylinder*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6517, 6517, 'Standing Half Cylinder 36', 'bc_standinghalfcylinder*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6518, 6518, 'Standing Half Cylinder 37', 'bc_standinghalfcylinder*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6519, 6519, 'Standing Half Cylinder 38', 'bc_standinghalfcylinder*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6520, 6520, 'Standing Half Cylinder 39', 'bc_standinghalfcylinder*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6521, 6521, 'Standing Half Cylinder 4', 'bc_standinghalfcylinder*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6522, 6522, 'Standing Half Cylinder 40', 'bc_standinghalfcylinder*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6523, 6523, 'Standing Half Cylinder 41', 'bc_standinghalfcylinder*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6524, 6524, 'Standing Half Cylinder 42', 'bc_standinghalfcylinder*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6525, 6525, 'Standing Half Cylinder 43', 'bc_standinghalfcylinder*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6526, 6526, 'Standing Half Cylinder 44', 'bc_standinghalfcylinder*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6527, 6527, 'Standing Half Cylinder 45', 'bc_standinghalfcylinder*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6528, 6528, 'Standing Half Cylinder 46', 'bc_standinghalfcylinder*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6529, 6529, 'Standing Half Cylinder 47', 'bc_standinghalfcylinder*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6530, 6530, 'Standing Half Cylinder 48', 'bc_standinghalfcylinder*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6531, 6531, 'Standing Half Cylinder 49', 'bc_standinghalfcylinder*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6532, 6532, 'Standing Half Cylinder 5', 'bc_standinghalfcylinder*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6533, 6533, 'Standing Half Cylinder 50', 'bc_standinghalfcylinder*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6534, 6534, 'Standing Half Cylinder 51', 'bc_standinghalfcylinder*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6535, 6535, 'Standing Half Cylinder 52', 'bc_standinghalfcylinder*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6536, 6536, 'Standing Half Cylinder 53', 'bc_standinghalfcylinder*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6537, 6537, 'Standing Half Cylinder 54', 'bc_standinghalfcylinder*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6538, 6538, 'Standing Half Cylinder 55', 'bc_standinghalfcylinder*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6539, 6539, 'Standing Half Cylinder 56', 'bc_standinghalfcylinder*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6540, 6540, 'Standing Half Cylinder 57', 'bc_standinghalfcylinder*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6541, 6541, 'Standing Half Cylinder 58', 'bc_standinghalfcylinder*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6542, 6542, 'Standing Half Cylinder 59', 'bc_standinghalfcylinder*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6543, 6543, 'Standing Half Cylinder 6', 'bc_standinghalfcylinder*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6544, 6544, 'Standing Half Cylinder 60', 'bc_standinghalfcylinder*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6545, 6545, 'Standing Half Cylinder 61', 'bc_standinghalfcylinder*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6546, 6546, 'Standing Half Cylinder 62', 'bc_standinghalfcylinder*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6547, 6547, 'Standing Half Cylinder 63', 'bc_standinghalfcylinder*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6548, 6548, 'Standing Half Cylinder 64', 'bc_standinghalfcylinder*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6549, 6549, 'Standing Half Cylinder 65', 'bc_standinghalfcylinder*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6550, 6550, 'Standing Half Cylinder 66', 'bc_standinghalfcylinder*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6551, 6551, 'Standing Half Cylinder 67', 'bc_standinghalfcylinder*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6552, 6552, 'Standing Half Cylinder 68', 'bc_standinghalfcylinder*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6553, 6553, 'Standing Half Cylinder 69', 'bc_standinghalfcylinder*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6554, 6554, 'Standing Half Cylinder 7', 'bc_standinghalfcylinder*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6555, 6555, 'Standing Half Cylinder 8', 'bc_standinghalfcylinder*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6556, 6556, 'Standing Half Cylinder 9', 'bc_standinghalfcylinder*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6557, 6557, 'Hemisphere Block', 'bc_hemisphere*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6558, 6558, 'Hemisphere Block 10', 'bc_hemisphere*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6559, 6559, 'Hemisphere Block 11', 'bc_hemisphere*11', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6560, 6560, 'Hemisphere Block 12', 'bc_hemisphere*12', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6561, 6561, 'Hemisphere Block 13', 'bc_hemisphere*13', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6562, 6562, 'Hemisphere Block 14', 'bc_hemisphere*14', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6563, 6563, 'Hemisphere Block 15', 'bc_hemisphere*15', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6564, 6564, 'Hemisphere Block 16', 'bc_hemisphere*16', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6565, 6565, 'Hemisphere Block 17', 'bc_hemisphere*17', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6566, 6566, 'Hemisphere Block 18', 'bc_hemisphere*18', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6567, 6567, 'Hemisphere Block 19', 'bc_hemisphere*19', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6568, 6568, 'Hemisphere Block 2', 'bc_hemisphere*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6569, 6569, 'Hemisphere Block 20', 'bc_hemisphere*20', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6570, 6570, 'Hemisphere Block 21', 'bc_hemisphere*21', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6571, 6571, 'Hemisphere Block 22', 'bc_hemisphere*22', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6572, 6572, 'Hemisphere Block 23', 'bc_hemisphere*23', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6573, 6573, 'Hemisphere Block 24', 'bc_hemisphere*24', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6574, 6574, 'Hemisphere Block 25', 'bc_hemisphere*25', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6575, 6575, 'Hemisphere Block 26', 'bc_hemisphere*26', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6576, 6576, 'Hemisphere Block 27', 'bc_hemisphere*27', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6577, 6577, 'Hemisphere Block 28', 'bc_hemisphere*28', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6578, 6578, 'Hemisphere Block 29', 'bc_hemisphere*29', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6579, 6579, 'Hemisphere Block 3', 'bc_hemisphere*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6580, 6580, 'Hemisphere Block 30', 'bc_hemisphere*30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6581, 6581, 'Hemisphere Block 31', 'bc_hemisphere*31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6582, 6582, 'Hemisphere Block 32', 'bc_hemisphere*32', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6583, 6583, 'Hemisphere Block 33', 'bc_hemisphere*33', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6584, 6584, 'Hemisphere Block 34', 'bc_hemisphere*34', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6585, 6585, 'Hemisphere Block 35', 'bc_hemisphere*35', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6586, 6586, 'Hemisphere Block 36', 'bc_hemisphere*36', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6587, 6587, 'Hemisphere Block 37', 'bc_hemisphere*37', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6588, 6588, 'Hemisphere Block 38', 'bc_hemisphere*38', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6589, 6589, 'Hemisphere Block 39', 'bc_hemisphere*39', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6590, 6590, 'Hemisphere Block 4', 'bc_hemisphere*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6591, 6591, 'Hemisphere Block 40', 'bc_hemisphere*40', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6592, 6592, 'Hemisphere Block 41', 'bc_hemisphere*41', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6593, 6593, 'Hemisphere Block 42', 'bc_hemisphere*42', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6594, 6594, 'Hemisphere Block 43', 'bc_hemisphere*43', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6595, 6595, 'Hemisphere Block 44', 'bc_hemisphere*44', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6596, 6596, 'Hemisphere Block 45', 'bc_hemisphere*45', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6597, 6597, 'Hemisphere Block 46', 'bc_hemisphere*46', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6598, 6598, 'Hemisphere Block 47', 'bc_hemisphere*47', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6599, 6599, 'Hemisphere Block 48', 'bc_hemisphere*48', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6600, 6600, 'Hemisphere Block 49', 'bc_hemisphere*49', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6601, 6601, 'Hemisphere Block 5', 'bc_hemisphere*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6602, 6602, 'Hemisphere Block 50', 'bc_hemisphere*50', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6603, 6603, 'Hemisphere Block 51', 'bc_hemisphere*51', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6604, 6604, 'Hemisphere Block 52', 'bc_hemisphere*52', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6605, 6605, 'Hemisphere Block 53', 'bc_hemisphere*53', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6606, 6606, 'Hemisphere Block 54', 'bc_hemisphere*54', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6607, 6607, 'Hemisphere Block 55', 'bc_hemisphere*55', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6608, 6608, 'Hemisphere Block 56', 'bc_hemisphere*56', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6609, 6609, 'Hemisphere Block 57', 'bc_hemisphere*57', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6610, 6610, 'Hemisphere Block 58', 'bc_hemisphere*58', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6611, 6611, 'Hemisphere Block 59', 'bc_hemisphere*59', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6612, 6612, 'Hemisphere Block 6', 'bc_hemisphere*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6613, 6613, 'Hemisphere Block 60', 'bc_hemisphere*60', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6614, 6614, 'Hemisphere Block 61', 'bc_hemisphere*61', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6615, 6615, 'Hemisphere Block 62', 'bc_hemisphere*62', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6616, 6616, 'Hemisphere Block 63', 'bc_hemisphere*63', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6617, 6617, 'Hemisphere Block 64', 'bc_hemisphere*64', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6618, 6618, 'Hemisphere Block 65', 'bc_hemisphere*65', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6619, 6619, 'Hemisphere Block 66', 'bc_hemisphere*66', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6620, 6620, 'Hemisphere Block 67', 'bc_hemisphere*67', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6621, 6621, 'Hemisphere Block 68', 'bc_hemisphere*68', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6622, 6622, 'Hemisphere Block 69', 'bc_hemisphere*69', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6623, 6623, 'Hemisphere Block 7', 'bc_hemisphere*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6624, 6624, 'Hemisphere Block 8', 'bc_hemisphere*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6625, 6625, 'Hemisphere Block 9', 'bc_hemisphere*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6626, 6626, 'Half Cylinder', 'bc_halfcylinder*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6627, 6627, 'Half Cylinder 10', 'bc_halfcylinder*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6628, 6628, 'Half Cylinder 11', 'bc_halfcylinder*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6629, 6629, 'Half Cylinder 12', 'bc_halfcylinder*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6630, 6630, 'Half Cylinder 13', 'bc_halfcylinder*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6631, 6631, 'Half Cylinder 14', 'bc_halfcylinder*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6632, 6632, 'Half Cylinder 15', 'bc_halfcylinder*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6633, 6633, 'Half Cylinder 16', 'bc_halfcylinder*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6634, 6634, 'Half Cylinder 17', 'bc_halfcylinder*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6635, 6635, 'Half Cylinder 18', 'bc_halfcylinder*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6636, 6636, 'Half Cylinder 19', 'bc_halfcylinder*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6637, 6637, 'Half Cylinder 2', 'bc_halfcylinder*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6638, 6638, 'Half Cylinder 20', 'bc_halfcylinder*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6639, 6639, 'Half Cylinder 21', 'bc_halfcylinder*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6640, 6640, 'Half Cylinder 22', 'bc_halfcylinder*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6641, 6641, 'Half Cylinder 23', 'bc_halfcylinder*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6642, 6642, 'Half Cylinder 24', 'bc_halfcylinder*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6643, 6643, 'Half Cylinder 25', 'bc_halfcylinder*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6644, 6644, 'Half Cylinder 26', 'bc_halfcylinder*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6645, 6645, 'Half Cylinder 27', 'bc_halfcylinder*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6646, 6646, 'Half Cylinder 28', 'bc_halfcylinder*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6647, 6647, 'Half Cylinder 29', 'bc_halfcylinder*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6648, 6648, 'Half Cylinder 3', 'bc_halfcylinder*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6649, 6649, 'Half Cylinder 30', 'bc_halfcylinder*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6650, 6650, 'Half Cylinder 31', 'bc_halfcylinder*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6651, 6651, 'Half Cylinder 32', 'bc_halfcylinder*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6652, 6652, 'Half Cylinder 33', 'bc_halfcylinder*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6653, 6653, 'Half Cylinder 34', 'bc_halfcylinder*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6654, 6654, 'Half Cylinder 35', 'bc_halfcylinder*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6655, 6655, 'Half Cylinder 36', 'bc_halfcylinder*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6656, 6656, 'Half Cylinder 37', 'bc_halfcylinder*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6657, 6657, 'Half Cylinder 38', 'bc_halfcylinder*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6658, 6658, 'Half Cylinder 39', 'bc_halfcylinder*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6659, 6659, 'Half Cylinder 4', 'bc_halfcylinder*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6660, 6660, 'Half Cylinder 40', 'bc_halfcylinder*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6661, 6661, 'Half Cylinder 41', 'bc_halfcylinder*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6662, 6662, 'Half Cylinder 42', 'bc_halfcylinder*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6663, 6663, 'Half Cylinder 43', 'bc_halfcylinder*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6664, 6664, 'Half Cylinder 44', 'bc_halfcylinder*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6665, 6665, 'Half Cylinder 45', 'bc_halfcylinder*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6666, 6666, 'Half Cylinder 46', 'bc_halfcylinder*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6667, 6667, 'Half Cylinder 47', 'bc_halfcylinder*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6668, 6668, 'Half Cylinder 48', 'bc_halfcylinder*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6669, 6669, 'Half Cylinder 49', 'bc_halfcylinder*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6670, 6670, 'Half Cylinder 5', 'bc_halfcylinder*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6671, 6671, 'Half Cylinder 50', 'bc_halfcylinder*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6672, 6672, 'Half Cylinder 51', 'bc_halfcylinder*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6673, 6673, 'Half Cylinder 52', 'bc_halfcylinder*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6674, 6674, 'Half Cylinder 53', 'bc_halfcylinder*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6675, 6675, 'Half Cylinder 54', 'bc_halfcylinder*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6676, 6676, 'Half Cylinder 55', 'bc_halfcylinder*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6677, 6677, 'Half Cylinder 56', 'bc_halfcylinder*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6678, 6678, 'Half Cylinder 57', 'bc_halfcylinder*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6679, 6679, 'Half Cylinder 58', 'bc_halfcylinder*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6680, 6680, 'Half Cylinder 59', 'bc_halfcylinder*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6681, 6681, 'Half Cylinder 6', 'bc_halfcylinder*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6682, 6682, 'Half Cylinder 60', 'bc_halfcylinder*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6683, 6683, 'Half Cylinder 61', 'bc_halfcylinder*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6684, 6684, 'Half Cylinder 62', 'bc_halfcylinder*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6685, 6685, 'Half Cylinder 63', 'bc_halfcylinder*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6686, 6686, 'Half Cylinder 64', 'bc_halfcylinder*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6687, 6687, 'Half Cylinder 65', 'bc_halfcylinder*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6688, 6688, 'Half Cylinder 66', 'bc_halfcylinder*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6689, 6689, 'Half Cylinder 67', 'bc_halfcylinder*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6690, 6690, 'Half Cylinder 68', 'bc_halfcylinder*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6691, 6691, 'Half Cylinder 69', 'bc_halfcylinder*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6692, 6692, 'Half Cylinder 7', 'bc_halfcylinder*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6693, 6693, 'Half Cylinder 8', 'bc_halfcylinder*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6694, 6694, 'Half Cylinder 9', 'bc_halfcylinder*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6695, 6695, 'Quarter Ring Block', 'bc_quarterring*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6696, 6696, 'Quarter Ring Block 10', 'bc_quarterring*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6697, 6697, 'Quarter Ring Block 11', 'bc_quarterring*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6698, 6698, 'Quarter Ring Block 12', 'bc_quarterring*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6699, 6699, 'Quarter Ring Block 13', 'bc_quarterring*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6700, 6700, 'Quarter Ring Block 14', 'bc_quarterring*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6701, 6701, 'Quarter Ring Block 15', 'bc_quarterring*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6702, 6702, 'Quarter Ring Block 16', 'bc_quarterring*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6703, 6703, 'Quarter Ring Block 17', 'bc_quarterring*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6704, 6704, 'Quarter Ring Block 18', 'bc_quarterring*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6705, 6705, 'Quarter Ring Block 19', 'bc_quarterring*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6706, 6706, 'Quarter Ring Block 2', 'bc_quarterring*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6707, 6707, 'Quarter Ring Block 20', 'bc_quarterring*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6708, 6708, 'Quarter Ring Block 21', 'bc_quarterring*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6709, 6709, 'Quarter Ring Block 22', 'bc_quarterring*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6710, 6710, 'Quarter Ring Block 23', 'bc_quarterring*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6711, 6711, 'Quarter Ring Block 24', 'bc_quarterring*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6712, 6712, 'Quarter Ring Block 25', 'bc_quarterring*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6713, 6713, 'Quarter Ring Block 26', 'bc_quarterring*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6714, 6714, 'Quarter Ring Block 27', 'bc_quarterring*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6715, 6715, 'Quarter Ring Block 28', 'bc_quarterring*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6716, 6716, 'Quarter Ring Block 29', 'bc_quarterring*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6717, 6717, 'Quarter Ring Block 3', 'bc_quarterring*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6718, 6718, 'Quarter Ring Block 30', 'bc_quarterring*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6719, 6719, 'Quarter Ring Block 31', 'bc_quarterring*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6720, 6720, 'Quarter Ring Block 32', 'bc_quarterring*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6721, 6721, 'Quarter Ring Block 33', 'bc_quarterring*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6722, 6722, 'Quarter Ring Block 34', 'bc_quarterring*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6723, 6723, 'Quarter Ring Block 35', 'bc_quarterring*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6724, 6724, 'Quarter Ring Block 36', 'bc_quarterring*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6725, 6725, 'Quarter Ring Block 37', 'bc_quarterring*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6726, 6726, 'Quarter Ring Block 38', 'bc_quarterring*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6727, 6727, 'Quarter Ring Block 39', 'bc_quarterring*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6728, 6728, 'Quarter Ring Block 4', 'bc_quarterring*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6729, 6729, 'Quarter Ring Block 40', 'bc_quarterring*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6730, 6730, 'Quarter Ring Block 41', 'bc_quarterring*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6731, 6731, 'Quarter Ring Block 42', 'bc_quarterring*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6732, 6732, 'Quarter Ring Block 43', 'bc_quarterring*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6733, 6733, 'Quarter Ring Block 44', 'bc_quarterring*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6734, 6734, 'Quarter Ring Block 45', 'bc_quarterring*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6735, 6735, 'Quarter Ring Block 46', 'bc_quarterring*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6736, 6736, 'Quarter Ring Block 47', 'bc_quarterring*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6737, 6737, 'Quarter Ring Block 48', 'bc_quarterring*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6738, 6738, 'Quarter Ring Block 49', 'bc_quarterring*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6739, 6739, 'Quarter Ring Block 5', 'bc_quarterring*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6740, 6740, 'Quarter Ring Block 50', 'bc_quarterring*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6741, 6741, 'Quarter Ring Block 51', 'bc_quarterring*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6742, 6742, 'Quarter Ring Block 52', 'bc_quarterring*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6743, 6743, 'Quarter Ring Block 53', 'bc_quarterring*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6744, 6744, 'Quarter Ring Block 54', 'bc_quarterring*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6745, 6745, 'Quarter Ring Block 55', 'bc_quarterring*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6746, 6746, 'Quarter Ring Block 56', 'bc_quarterring*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6747, 6747, 'Quarter Ring Block 57', 'bc_quarterring*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6748, 6748, 'Quarter Ring Block 58', 'bc_quarterring*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6749, 6749, 'Quarter Ring Block 59', 'bc_quarterring*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6750, 6750, 'Quarter Ring Block 6', 'bc_quarterring*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6751, 6751, 'Quarter Ring Block 60', 'bc_quarterring*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6752, 6752, 'Quarter Ring Block 61', 'bc_quarterring*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6753, 6753, 'Quarter Ring Block 62', 'bc_quarterring*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6754, 6754, 'Quarter Ring Block 63', 'bc_quarterring*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6755, 6755, 'Quarter Ring Block 64', 'bc_quarterring*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6756, 6756, 'Quarter Ring Block 65', 'bc_quarterring*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6757, 6757, 'Quarter Ring Block 66', 'bc_quarterring*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6758, 6758, 'Quarter Ring Block 67', 'bc_quarterring*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6759, 6759, 'Quarter Ring Block 68', 'bc_quarterring*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6760, 6760, 'Quarter Ring Block 69', 'bc_quarterring*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6761, 6761, 'Quarter Ring Block 7', 'bc_quarterring*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6762, 6762, 'Quarter Ring Block 8', 'bc_quarterring*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6763, 6763, 'Quarter Ring Block 9', 'bc_quarterring*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6764, 6764, 'Glass Panel', 'bc_glasspanel*1', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6765, 6765, 'Glass Panel 10', 'bc_glasspanel*10', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6766, 6766, 'Glass Panel 11', 'bc_glasspanel*11', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6767, 6767, 'Glass Panel 12', 'bc_glasspanel*12', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6768, 6768, 'Glass Panel 13', 'bc_glasspanel*13', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6769, 6769, 'Glass Panel 14', 'bc_glasspanel*14', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6770, 6770, 'Glass Panel 15', 'bc_glasspanel*15', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6771, 6771, 'Glass Panel 16', 'bc_glasspanel*16', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6772, 6772, 'Glass Panel 17', 'bc_glasspanel*17', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6773, 6773, 'Glass Panel 18', 'bc_glasspanel*18', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6774, 6774, 'Glass Panel 19', 'bc_glasspanel*19', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6775, 6775, 'Glass Panel 2', 'bc_glasspanel*2', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6776, 6776, 'Glass Panel 20', 'bc_glasspanel*20', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6777, 6777, 'Glass Panel 21', 'bc_glasspanel*21', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6778, 6778, 'Glass Panel 22', 'bc_glasspanel*22', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6779, 6779, 'Glass Panel 23', 'bc_glasspanel*23', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6780, 6780, 'Glass Panel 24', 'bc_glasspanel*24', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6781, 6781, 'Glass Panel 25', 'bc_glasspanel*25', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6782, 6782, 'Glass Panel 26', 'bc_glasspanel*26', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6783, 6783, 'Glass Panel 27', 'bc_glasspanel*27', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6784, 6784, 'Glass Panel 28', 'bc_glasspanel*28', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6785, 6785, 'Glass Panel 29', 'bc_glasspanel*29', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6786, 6786, 'Glass Panel 3', 'bc_glasspanel*3', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6787, 6787, 'Glass Panel 30', 'bc_glasspanel*30', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6788, 6788, 'Glass Panel 31', 'bc_glasspanel*31', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6789, 6789, 'Glass Panel 32', 'bc_glasspanel*32', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6790, 6790, 'Glass Panel 33', 'bc_glasspanel*33', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6791, 6791, 'Glass Panel 34', 'bc_glasspanel*34', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6792, 6792, 'Glass Panel 35', 'bc_glasspanel*35', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6793, 6793, 'Glass Panel 36', 'bc_glasspanel*36', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6794, 6794, 'Glass Panel 37', 'bc_glasspanel*37', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6795, 6795, 'Glass Panel 38', 'bc_glasspanel*38', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6796, 6796, 'Glass Panel 39', 'bc_glasspanel*39', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6797, 6797, 'Glass Panel 4', 'bc_glasspanel*4', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6798, 6798, 'Glass Panel 40', 'bc_glasspanel*40', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6799, 6799, 'Glass Panel 41', 'bc_glasspanel*41', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6800, 6800, 'Glass Panel 42', 'bc_glasspanel*42', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6801, 6801, 'Glass Panel 43', 'bc_glasspanel*43', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6802, 6802, 'Glass Panel 44', 'bc_glasspanel*44', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6803, 6803, 'Glass Panel 45', 'bc_glasspanel*45', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6804, 6804, 'Glass Panel 46', 'bc_glasspanel*46', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6805, 6805, 'Glass Panel 47', 'bc_glasspanel*47', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6806, 6806, 'Glass Panel 48', 'bc_glasspanel*48', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6807, 6807, 'Glass Panel 49', 'bc_glasspanel*49', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6808, 6808, 'Glass Panel 5', 'bc_glasspanel*5', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6809, 6809, 'Glass Panel 50', 'bc_glasspanel*50', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6810, 6810, 'Glass Panel 51', 'bc_glasspanel*51', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6811, 6811, 'Glass Panel 52', 'bc_glasspanel*52', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6812, 6812, 'Glass Panel 53', 'bc_glasspanel*53', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6813, 6813, 'Glass Panel 54', 'bc_glasspanel*54', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6814, 6814, 'Glass Panel 55', 'bc_glasspanel*55', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6815, 6815, 'Glass Panel 56', 'bc_glasspanel*56', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6816, 6816, 'Glass Panel 57', 'bc_glasspanel*57', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6817, 6817, 'Glass Panel 58', 'bc_glasspanel*58', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6818, 6818, 'Glass Panel 59', 'bc_glasspanel*59', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6819, 6819, 'Glass Panel 6', 'bc_glasspanel*6', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6820, 6820, 'Glass Panel 60', 'bc_glasspanel*60', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6821, 6821, 'Glass Panel 61', 'bc_glasspanel*61', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6822, 6822, 'Glass Panel 62', 'bc_glasspanel*62', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6823, 6823, 'Glass Panel 63', 'bc_glasspanel*63', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6824, 6824, 'Glass Panel 64', 'bc_glasspanel*64', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6825, 6825, 'Glass Panel 65', 'bc_glasspanel*65', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6826, 6826, 'Glass Panel 66', 'bc_glasspanel*66', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6827, 6827, 'Glass Panel 67', 'bc_glasspanel*67', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6828, 6828, 'Glass Panel 68', 'bc_glasspanel*68', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6829, 6829, 'Glass Panel 69', 'bc_glasspanel*69', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6830, 6830, 'Glass Panel 7', 'bc_glasspanel*7', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6831, 6831, 'Glass Panel 8', 'bc_glasspanel*8', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6832, 6832, 'Glass Panel 9', 'bc_glasspanel*9', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6833, 6833, 'Wedge Block', 'bc_wedge*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6834, 6834, 'Wedge Block 10', 'bc_wedge*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6835, 6835, 'Wedge Block 11', 'bc_wedge*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6836, 6836, 'Wedge Block 12', 'bc_wedge*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6837, 6837, 'Wedge Block 13', 'bc_wedge*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6838, 6838, 'Wedge Block 14', 'bc_wedge*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6839, 6839, 'Wedge Block 15', 'bc_wedge*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6840, 6840, 'Wedge Block 16', 'bc_wedge*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6841, 6841, 'Wedge Block 17', 'bc_wedge*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6842, 6842, 'Wedge Block 18', 'bc_wedge*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6843, 6843, 'Wedge Block 19', 'bc_wedge*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6844, 6844, 'Wedge Block 2', 'bc_wedge*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6845, 6845, 'Wedge Block 20', 'bc_wedge*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6846, 6846, 'Wedge Block 21', 'bc_wedge*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6847, 6847, 'Wedge Block 22', 'bc_wedge*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6848, 6848, 'Wedge Block 23', 'bc_wedge*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6849, 6849, 'Wedge Block 24', 'bc_wedge*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6850, 6850, 'Wedge Block 25', 'bc_wedge*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6851, 6851, 'Wedge Block 26', 'bc_wedge*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6852, 6852, 'Wedge Block 27', 'bc_wedge*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6853, 6853, 'Wedge Block 28', 'bc_wedge*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6854, 6854, 'Wedge Block 29', 'bc_wedge*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6855, 6855, 'Wedge Block 3', 'bc_wedge*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6856, 6856, 'Wedge Block 30', 'bc_wedge*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6857, 6857, 'Wedge Block 31', 'bc_wedge*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6858, 6858, 'Wedge Block 32', 'bc_wedge*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6859, 6859, 'Wedge Block 33', 'bc_wedge*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6860, 6860, 'Wedge Block 34', 'bc_wedge*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6861, 6861, 'Wedge Block 35', 'bc_wedge*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6862, 6862, 'Wedge Block 36', 'bc_wedge*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6863, 6863, 'Wedge Block 37', 'bc_wedge*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6864, 6864, 'Wedge Block 38', 'bc_wedge*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6865, 6865, 'Wedge Block 39', 'bc_wedge*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6866, 6866, 'Wedge Block 4', 'bc_wedge*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6867, 6867, 'Wedge Block 40', 'bc_wedge*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6868, 6868, 'Wedge Block 41', 'bc_wedge*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6869, 6869, 'Wedge Block 42', 'bc_wedge*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6870, 6870, 'Wedge Block 43', 'bc_wedge*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6871, 6871, 'Wedge Block 44', 'bc_wedge*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6872, 6872, 'Wedge Block 45', 'bc_wedge*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6873, 6873, 'Wedge Block 46', 'bc_wedge*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6874, 6874, 'Wedge Block 47', 'bc_wedge*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6875, 6875, 'Wedge Block 48', 'bc_wedge*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6876, 6876, 'Wedge Block 49', 'bc_wedge*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6877, 6877, 'Wedge Block 5', 'bc_wedge*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6878, 6878, 'Wedge Block 50', 'bc_wedge*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6879, 6879, 'Wedge Block 51', 'bc_wedge*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6880, 6880, 'Wedge Block 52', 'bc_wedge*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6881, 6881, 'Wedge Block 53', 'bc_wedge*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6882, 6882, 'Wedge Block 54', 'bc_wedge*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6883, 6883, 'Wedge Block 55', 'bc_wedge*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6884, 6884, 'Wedge Block 56', 'bc_wedge*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6885, 6885, 'Wedge Block 57', 'bc_wedge*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6886, 6886, 'Wedge Block 58', 'bc_wedge*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6887, 6887, 'Wedge Block 59', 'bc_wedge*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6888, 6888, 'Wedge Block 6', 'bc_wedge*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6889, 6889, 'Wedge Block 60', 'bc_wedge*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6890, 6890, 'Wedge Block 61', 'bc_wedge*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6891, 6891, 'Wedge Block 62', 'bc_wedge*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6892, 6892, 'Wedge Block 63', 'bc_wedge*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6893, 6893, 'Wedge Block 64', 'bc_wedge*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6894, 6894, 'Wedge Block 65', 'bc_wedge*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6895, 6895, 'Wedge Block 66', 'bc_wedge*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6896, 6896, 'Wedge Block 67', 'bc_wedge*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6897, 6897, 'Wedge Block 68', 'bc_wedge*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6898, 6898, 'Wedge Block 69', 'bc_wedge*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6899, 6899, 'Wedge Block 7', 'bc_wedge*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6900, 6900, 'Wedge Block 8', 'bc_wedge*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6901, 6901, 'Wedge Block 9', 'bc_wedge*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6902, 6902, 'Small Block 15', 'bc_block_0*15', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6903, 6903, 'Small Block 16', 'bc_block_0*16', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6904, 6904, 'Small Block 17', 'bc_block_0*17', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6905, 6905, 'Small Block 18', 'bc_block_0*18', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6906, 6906, 'Small Block 19', 'bc_block_0*19', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6907, 6907, 'Small Block 20', 'bc_block_0*20', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6908, 6908, 'Small Block 21', 'bc_block_0*21', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6909, 6909, 'Small Block 22', 'bc_block_0*22', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6910, 6910, 'Small Block 23', 'bc_block_0*23', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6911, 6911, 'Small Block 24', 'bc_block_0*24', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6912, 6912, 'Small Block 25', 'bc_block_0*25', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6913, 6913, 'Small Block 26', 'bc_block_0*26', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6914, 6914, 'Small Block 27', 'bc_block_0*27', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6915, 6915, 'Small Block 28', 'bc_block_0*28', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6916, 6916, 'Small Block 29', 'bc_block_0*29', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6917, 6917, 'Small Block 30', 'bc_block_0*30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6918, 6918, 'Small Block 31', 'bc_block_0*31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6919, 6919, 'Small Block 32', 'bc_block_0*32', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6920, 6920, 'Small Block 33', 'bc_block_0*33', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6921, 6921, 'Small Block 34', 'bc_block_0*34', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6922, 6922, 'Small Block 35', 'bc_block_0*35', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6923, 6923, 'Small Block 36', 'bc_block_0*36', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6924, 6924, 'Small Block 37', 'bc_block_0*37', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6925, 6925, 'Small Block 38', 'bc_block_0*38', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6926, 6926, 'Small Block 39', 'bc_block_0*39', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6927, 6927, 'Small Block 40', 'bc_block_0*40', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6928, 6928, 'Small Block 41', 'bc_block_0*41', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6929, 6929, 'Small Block 42', 'bc_block_0*42', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6930, 6930, 'Small Block 43', 'bc_block_0*43', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6931, 6931, 'Small Block 44', 'bc_block_0*44', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6932, 6932, 'Small Block 45', 'bc_block_0*45', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6933, 6933, 'Small Block 46', 'bc_block_0*46', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6934, 6934, 'Small Block 47', 'bc_block_0*47', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6935, 6935, 'Small Block 48', 'bc_block_0*48', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6936, 6936, 'Small Block 49', 'bc_block_0*49', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6937, 6937, 'Small Block 50', 'bc_block_0*50', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6938, 6938, 'Small Block 51', 'bc_block_0*51', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6939, 6939, 'Small Block 52', 'bc_block_0*52', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6940, 6940, 'Small Block 53', 'bc_block_0*53', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6941, 6941, 'Small Block 54', 'bc_block_0*54', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6942, 6942, 'Small Block 55', 'bc_block_0*55', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6943, 6943, 'Small Block 56', 'bc_block_0*56', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6944, 6944, 'Small Block 57', 'bc_block_0*57', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6945, 6945, 'Small Block 58', 'bc_block_0*58', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6946, 6946, 'Small Block 59', 'bc_block_0*59', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6947, 6947, 'Small Block 60', 'bc_block_0*60', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6948, 6948, 'Small Block 61', 'bc_block_0*61', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6949, 6949, 'Small Block 62', 'bc_block_0*62', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6950, 6950, 'Small Block 63', 'bc_block_0*63', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6951, 6951, 'Small Block 64', 'bc_block_0*64', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6952, 6952, 'Small Block 65', 'bc_block_0*65', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6953, 6953, 'Small Block 66', 'bc_block_0*66', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6954, 6954, 'Small Block 67', 'bc_block_0*67', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6955, 6955, 'Small Block 68', 'bc_block_0*68', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6956, 6956, 'Small Block 69', 'bc_block_0*69', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6957, 6957, 'Cylinder Block', 'bc_cylinder*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6958, 6958, 'Cylinder Block 10', 'bc_cylinder*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6959, 6959, 'Cylinder Block 11', 'bc_cylinder*11', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6960, 6960, 'Cylinder Block 12', 'bc_cylinder*12', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6961, 6961, 'Cylinder Block 13', 'bc_cylinder*13', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6962, 6962, 'Cylinder Block 14', 'bc_cylinder*14', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6963, 6963, 'Cylinder Block 15', 'bc_cylinder*15', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6964, 6964, 'Cylinder Block 16', 'bc_cylinder*16', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6965, 6965, 'Cylinder Block 17', 'bc_cylinder*17', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6966, 6966, 'Cylinder Block 18', 'bc_cylinder*18', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6967, 6967, 'Cylinder Block 19', 'bc_cylinder*19', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6968, 6968, 'Cylinder Block 2', 'bc_cylinder*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6969, 6969, 'Cylinder Block 20', 'bc_cylinder*20', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6970, 6970, 'Cylinder Block 21', 'bc_cylinder*21', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6971, 6971, 'Cylinder Block 22', 'bc_cylinder*22', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6972, 6972, 'Cylinder Block 23', 'bc_cylinder*23', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6973, 6973, 'Cylinder Block 24', 'bc_cylinder*24', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6974, 6974, 'Cylinder Block 25', 'bc_cylinder*25', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6975, 6975, 'Cylinder Block 26', 'bc_cylinder*26', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6976, 6976, 'Cylinder Block 27', 'bc_cylinder*27', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6977, 6977, 'Cylinder Block 28', 'bc_cylinder*28', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6978, 6978, 'Cylinder Block 29', 'bc_cylinder*29', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6979, 6979, 'Cylinder Block 3', 'bc_cylinder*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6980, 6980, 'Cylinder Block 30', 'bc_cylinder*30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6981, 6981, 'Cylinder Block 31', 'bc_cylinder*31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6982, 6982, 'Cylinder Block 32', 'bc_cylinder*32', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6983, 6983, 'Cylinder Block 33', 'bc_cylinder*33', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6984, 6984, 'Cylinder Block 34', 'bc_cylinder*34', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6985, 6985, 'Cylinder Block 35', 'bc_cylinder*35', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6986, 6986, 'Cylinder Block 36', 'bc_cylinder*36', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6987, 6987, 'Cylinder Block 37', 'bc_cylinder*37', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6988, 6988, 'Cylinder Block 38', 'bc_cylinder*38', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6989, 6989, 'Cylinder Block 39', 'bc_cylinder*39', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6990, 6990, 'Cylinder Block 4', 'bc_cylinder*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6991, 6991, 'Cylinder Block 40', 'bc_cylinder*40', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6992, 6992, 'Cylinder Block 41', 'bc_cylinder*41', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6993, 6993, 'Cylinder Block 42', 'bc_cylinder*42', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6994, 6994, 'Cylinder Block 43', 'bc_cylinder*43', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6995, 6995, 'Cylinder Block 44', 'bc_cylinder*44', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6996, 6996, 'Cylinder Block 45', 'bc_cylinder*45', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6997, 6997, 'Cylinder Block 46', 'bc_cylinder*46', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6998, 6998, 'Cylinder Block 47', 'bc_cylinder*47', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (6999, 6999, 'Cylinder Block 48', 'bc_cylinder*48', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7000, 7000, 'Cylinder Block 49', 'bc_cylinder*49', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7001, 7001, 'Cylinder Block 5', 'bc_cylinder*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7002, 7002, 'Cylinder Block 50', 'bc_cylinder*50', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7003, 7003, 'Cylinder Block 51', 'bc_cylinder*51', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7004, 7004, 'Cylinder Block 52', 'bc_cylinder*52', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7005, 7005, 'Cylinder Block 53', 'bc_cylinder*53', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7006, 7006, 'Cylinder Block 54', 'bc_cylinder*54', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7007, 7007, 'Cylinder Block 55', 'bc_cylinder*55', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7008, 7008, 'Cylinder Block 56', 'bc_cylinder*56', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7009, 7009, 'Cylinder Block 57', 'bc_cylinder*57', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7010, 7010, 'Cylinder Block 58', 'bc_cylinder*58', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7011, 7011, 'Cylinder Block 59', 'bc_cylinder*59', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7012, 7012, 'Cylinder Block 6', 'bc_cylinder*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7013, 7013, 'Cylinder Block 60', 'bc_cylinder*60', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7014, 7014, 'Cylinder Block 61', 'bc_cylinder*61', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7015, 7015, 'Cylinder Block 62', 'bc_cylinder*62', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7016, 7016, 'Cylinder Block 63', 'bc_cylinder*63', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7017, 7017, 'Cylinder Block 64', 'bc_cylinder*64', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7018, 7018, 'Cylinder Block 65', 'bc_cylinder*65', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7019, 7019, 'Cylinder Block 66', 'bc_cylinder*66', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7020, 7020, 'Cylinder Block 67', 'bc_cylinder*67', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7021, 7021, 'Cylinder Block 68', 'bc_cylinder*68', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7022, 7022, 'Cylinder Block 69', 'bc_cylinder*69', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7023, 7023, 'Cylinder Block 7', 'bc_cylinder*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7024, 7024, 'Cylinder Block 8', 'bc_cylinder*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7025, 7025, 'Cylinder Block 9', 'bc_cylinder*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7026, 7026, 'Standing Triangular Prism', 'bc_standingtriangularprism*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7027, 7027, 'Standing Triangular Prism 10', 'bc_standingtriangularprism*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7028, 7028, 'Standing Triangular Prism 11', 'bc_standingtriangularprism*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7029, 7029, 'Standing Triangular Prism 12', 'bc_standingtriangularprism*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7030, 7030, 'Standing Triangular Prism 13', 'bc_standingtriangularprism*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7031, 7031, 'Standing Triangular Prism 14', 'bc_standingtriangularprism*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7032, 7032, 'Standing Triangular Prism 15', 'bc_standingtriangularprism*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7033, 7033, 'Standing Triangular Prism 16', 'bc_standingtriangularprism*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7034, 7034, 'Standing Triangular Prism 17', 'bc_standingtriangularprism*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7035, 7035, 'Standing Triangular Prism 18', 'bc_standingtriangularprism*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7036, 7036, 'Standing Triangular Prism 19', 'bc_standingtriangularprism*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7037, 7037, 'Standing Triangular Prism 2', 'bc_standingtriangularprism*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7038, 7038, 'Standing Triangular Prism 20', 'bc_standingtriangularprism*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7039, 7039, 'Standing Triangular Prism 21', 'bc_standingtriangularprism*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7040, 7040, 'Standing Triangular Prism 22', 'bc_standingtriangularprism*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7041, 7041, 'Standing Triangular Prism 23', 'bc_standingtriangularprism*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7042, 7042, 'Standing Triangular Prism 24', 'bc_standingtriangularprism*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7043, 7043, 'Standing Triangular Prism 25', 'bc_standingtriangularprism*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7044, 7044, 'Standing Triangular Prism 26', 'bc_standingtriangularprism*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7045, 7045, 'Standing Triangular Prism 27', 'bc_standingtriangularprism*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7046, 7046, 'Standing Triangular Prism 28', 'bc_standingtriangularprism*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7047, 7047, 'Standing Triangular Prism 29', 'bc_standingtriangularprism*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7048, 7048, 'Standing Triangular Prism 3', 'bc_standingtriangularprism*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7049, 7049, 'Standing Triangular Prism 30', 'bc_standingtriangularprism*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7050, 7050, 'Standing Triangular Prism 31', 'bc_standingtriangularprism*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7051, 7051, 'Standing Triangular Prism 32', 'bc_standingtriangularprism*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7052, 7052, 'Standing Triangular Prism 33', 'bc_standingtriangularprism*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7053, 7053, 'Standing Triangular Prism 34', 'bc_standingtriangularprism*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7054, 7054, 'Standing Triangular Prism 35', 'bc_standingtriangularprism*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7055, 7055, 'Standing Triangular Prism 36', 'bc_standingtriangularprism*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7056, 7056, 'Standing Triangular Prism 37', 'bc_standingtriangularprism*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7057, 7057, 'Standing Triangular Prism 38', 'bc_standingtriangularprism*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7058, 7058, 'Standing Triangular Prism 39', 'bc_standingtriangularprism*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7059, 7059, 'Standing Triangular Prism 4', 'bc_standingtriangularprism*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7060, 7060, 'Standing Triangular Prism 40', 'bc_standingtriangularprism*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7061, 7061, 'Standing Triangular Prism 41', 'bc_standingtriangularprism*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7062, 7062, 'Standing Triangular Prism 42', 'bc_standingtriangularprism*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7063, 7063, 'Standing Triangular Prism 43', 'bc_standingtriangularprism*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7064, 7064, 'Standing Triangular Prism 44', 'bc_standingtriangularprism*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7065, 7065, 'Standing Triangular Prism 45', 'bc_standingtriangularprism*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7066, 7066, 'Standing Triangular Prism 46', 'bc_standingtriangularprism*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7067, 7067, 'Standing Triangular Prism 47', 'bc_standingtriangularprism*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7068, 7068, 'Standing Triangular Prism 48', 'bc_standingtriangularprism*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7069, 7069, 'Standing Triangular Prism 49', 'bc_standingtriangularprism*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7070, 7070, 'Standing Triangular Prism 5', 'bc_standingtriangularprism*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7071, 7071, 'Standing Triangular Prism 50', 'bc_standingtriangularprism*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7072, 7072, 'Standing Triangular Prism 51', 'bc_standingtriangularprism*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7073, 7073, 'Standing Triangular Prism 52', 'bc_standingtriangularprism*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7074, 7074, 'Standing Triangular Prism 53', 'bc_standingtriangularprism*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7075, 7075, 'Standing Triangular Prism 54', 'bc_standingtriangularprism*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7076, 7076, 'Standing Triangular Prism 55', 'bc_standingtriangularprism*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7077, 7077, 'Standing Triangular Prism 56', 'bc_standingtriangularprism*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7078, 7078, 'Standing Triangular Prism 57', 'bc_standingtriangularprism*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7079, 7079, 'Standing Triangular Prism 58', 'bc_standingtriangularprism*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7080, 7080, 'Standing Triangular Prism 59', 'bc_standingtriangularprism*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7081, 7081, 'Standing Triangular Prism 6', 'bc_standingtriangularprism*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7082, 7082, 'Standing Triangular Prism 60', 'bc_standingtriangularprism*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7083, 7083, 'Standing Triangular Prism 61', 'bc_standingtriangularprism*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7084, 7084, 'Standing Triangular Prism 62', 'bc_standingtriangularprism*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7085, 7085, 'Standing Triangular Prism 63', 'bc_standingtriangularprism*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7086, 7086, 'Standing Triangular Prism 64', 'bc_standingtriangularprism*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7087, 7087, 'Standing Triangular Prism 65', 'bc_standingtriangularprism*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7088, 7088, 'Standing Triangular Prism 66', 'bc_standingtriangularprism*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7089, 7089, 'Standing Triangular Prism 67', 'bc_standingtriangularprism*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7090, 7090, 'Standing Triangular Prism 68', 'bc_standingtriangularprism*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7091, 7091, 'Standing Triangular Prism 69', 'bc_standingtriangularprism*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7092, 7092, 'Standing Triangular Prism 7', 'bc_standingtriangularprism*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7093, 7093, 'Standing Triangular Prism 8', 'bc_standingtriangularprism*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7094, 7094, 'Standing Triangular Prism 9', 'bc_standingtriangularprism*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7095, 7095, 'Large Block 15', 'bc_block_1*15', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7096, 7096, 'Large Block 16', 'bc_block_1*16', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7097, 7097, 'Large Block 17', 'bc_block_1*17', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7098, 7098, 'Large Block 18', 'bc_block_1*18', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7099, 7099, 'Large Block 19', 'bc_block_1*19', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7100, 7100, 'Large Block 20', 'bc_block_1*20', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7101, 7101, 'Large Block 21', 'bc_block_1*21', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7102, 7102, 'Large Block 22', 'bc_block_1*22', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7103, 7103, 'Large Block 23', 'bc_block_1*23', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7104, 7104, 'Large Block 24', 'bc_block_1*24', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7105, 7105, 'Large Block 25', 'bc_block_1*25', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7106, 7106, 'Large Block 26', 'bc_block_1*26', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7107, 7107, 'Large Block 27', 'bc_block_1*27', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7108, 7108, 'Large Block 28', 'bc_block_1*28', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7109, 7109, 'Large Block 29', 'bc_block_1*29', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7110, 7110, 'Large Block 30', 'bc_block_1*30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7111, 7111, 'Large Block 31', 'bc_block_1*31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7112, 7112, 'Large Block 32', 'bc_block_1*32', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7113, 7113, 'Large Block 33', 'bc_block_1*33', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7114, 7114, 'Large Block 34', 'bc_block_1*34', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7115, 7115, 'Large Block 35', 'bc_block_1*35', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7116, 7116, 'Large Block 36', 'bc_block_1*36', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7117, 7117, 'Large Block 37', 'bc_block_1*37', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7118, 7118, 'Large Block 38', 'bc_block_1*38', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7119, 7119, 'Large Block 39', 'bc_block_1*39', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7120, 7120, 'Large Block 40', 'bc_block_1*40', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7121, 7121, 'Large Block 41', 'bc_block_1*41', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7122, 7122, 'Large Block 42', 'bc_block_1*42', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7123, 7123, 'Large Block 43', 'bc_block_1*43', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7124, 7124, 'Large Block 44', 'bc_block_1*44', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7125, 7125, 'Large Block 45', 'bc_block_1*45', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7126, 7126, 'Large Block 46', 'bc_block_1*46', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7127, 7127, 'Large Block 47', 'bc_block_1*47', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7128, 7128, 'Large Block 48', 'bc_block_1*48', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7129, 7129, 'Large Block 49', 'bc_block_1*49', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7130, 7130, 'Large Block 50', 'bc_block_1*50', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7131, 7131, 'Large Block 51', 'bc_block_1*51', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7132, 7132, 'Large Block 52', 'bc_block_1*52', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7133, 7133, 'Large Block 53', 'bc_block_1*53', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7134, 7134, 'Large Block 54', 'bc_block_1*54', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7135, 7135, 'Large Block 55', 'bc_block_1*55', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7136, 7136, 'Large Block 56', 'bc_block_1*56', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7137, 7137, 'Large Block 57', 'bc_block_1*57', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7138, 7138, 'Large Block 58', 'bc_block_1*58', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7139, 7139, 'Large Block 59', 'bc_block_1*59', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7140, 7140, 'Large Block 60', 'bc_block_1*60', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7141, 7141, 'Large Block 61', 'bc_block_1*61', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7142, 7142, 'Large Block 62', 'bc_block_1*62', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7143, 7143, 'Large Block 63', 'bc_block_1*63', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7144, 7144, 'Large Block 64', 'bc_block_1*64', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7145, 7145, 'Large Block 65', 'bc_block_1*65', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7146, 7146, 'Large Block 66', 'bc_block_1*66', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7147, 7147, 'Large Block 67', 'bc_block_1*67', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7148, 7148, 'Large Block 68', 'bc_block_1*68', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7149, 7149, 'Large Block 69', 'bc_block_1*69', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7150, 7150, 'Triangular Prism', 'bc_triangularprism*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7151, 7151, 'Triangular Prism 10', 'bc_triangularprism*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7152, 7152, 'Triangular Prism 11', 'bc_triangularprism*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7153, 7153, 'Triangular Prism 12', 'bc_triangularprism*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7154, 7154, 'Triangular Prism 13', 'bc_triangularprism*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7155, 7155, 'Triangular Prism 14', 'bc_triangularprism*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7156, 7156, 'Triangular Prism 15', 'bc_triangularprism*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7157, 7157, 'Triangular Prism 16', 'bc_triangularprism*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7158, 7158, 'Triangular Prism 17', 'bc_triangularprism*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7159, 7159, 'Triangular Prism 18', 'bc_triangularprism*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7160, 7160, 'Triangular Prism 19', 'bc_triangularprism*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7161, 7161, 'Triangular Prism 2', 'bc_triangularprism*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7162, 7162, 'Triangular Prism 20', 'bc_triangularprism*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7163, 7163, 'Triangular Prism 21', 'bc_triangularprism*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7164, 7164, 'Triangular Prism 22', 'bc_triangularprism*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7165, 7165, 'Triangular Prism 23', 'bc_triangularprism*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7166, 7166, 'Triangular Prism 24', 'bc_triangularprism*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7167, 7167, 'Triangular Prism 25', 'bc_triangularprism*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7168, 7168, 'Triangular Prism 26', 'bc_triangularprism*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7169, 7169, 'Triangular Prism 27', 'bc_triangularprism*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7170, 7170, 'Triangular Prism 28', 'bc_triangularprism*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7171, 7171, 'Triangular Prism 29', 'bc_triangularprism*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7172, 7172, 'Triangular Prism 3', 'bc_triangularprism*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7173, 7173, 'Triangular Prism 30', 'bc_triangularprism*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7174, 7174, 'Triangular Prism 31', 'bc_triangularprism*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7175, 7175, 'Triangular Prism 32', 'bc_triangularprism*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7176, 7176, 'Triangular Prism 33', 'bc_triangularprism*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7177, 7177, 'Triangular Prism 34', 'bc_triangularprism*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7178, 7178, 'Triangular Prism 35', 'bc_triangularprism*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7179, 7179, 'Triangular Prism 36', 'bc_triangularprism*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7180, 7180, 'Triangular Prism 37', 'bc_triangularprism*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7181, 7181, 'Triangular Prism 38', 'bc_triangularprism*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7182, 7182, 'Triangular Prism 39', 'bc_triangularprism*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7183, 7183, 'Triangular Prism 4', 'bc_triangularprism*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7184, 7184, 'Triangular Prism 40', 'bc_triangularprism*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7185, 7185, 'Triangular Prism 41', 'bc_triangularprism*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7186, 7186, 'Triangular Prism 42', 'bc_triangularprism*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7187, 7187, 'Triangular Prism 43', 'bc_triangularprism*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7188, 7188, 'Triangular Prism 44', 'bc_triangularprism*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7189, 7189, 'Triangular Prism 45', 'bc_triangularprism*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7190, 7190, 'Triangular Prism 46', 'bc_triangularprism*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7191, 7191, 'Triangular Prism 47', 'bc_triangularprism*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7192, 7192, 'Triangular Prism 48', 'bc_triangularprism*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7193, 7193, 'Triangular Prism 49', 'bc_triangularprism*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7194, 7194, 'Triangular Prism 5', 'bc_triangularprism*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7195, 7195, 'Triangular Prism 50', 'bc_triangularprism*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7196, 7196, 'Triangular Prism 51', 'bc_triangularprism*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7197, 7197, 'Triangular Prism 52', 'bc_triangularprism*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7198, 7198, 'Triangular Prism 53', 'bc_triangularprism*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7199, 7199, 'Triangular Prism 54', 'bc_triangularprism*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7200, 7200, 'Triangular Prism 55', 'bc_triangularprism*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7201, 7201, 'Triangular Prism 56', 'bc_triangularprism*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7202, 7202, 'Triangular Prism 57', 'bc_triangularprism*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7203, 7203, 'Triangular Prism 58', 'bc_triangularprism*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7204, 7204, 'Triangular Prism 59', 'bc_triangularprism*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7205, 7205, 'Triangular Prism 6', 'bc_triangularprism*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7206, 7206, 'Triangular Prism 60', 'bc_triangularprism*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7207, 7207, 'Triangular Prism 61', 'bc_triangularprism*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7208, 7208, 'Triangular Prism 62', 'bc_triangularprism*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7209, 7209, 'Triangular Prism 63', 'bc_triangularprism*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7210, 7210, 'Triangular Prism 64', 'bc_triangularprism*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7211, 7211, 'Triangular Prism 65', 'bc_triangularprism*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7212, 7212, 'Triangular Prism 66', 'bc_triangularprism*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7213, 7213, 'Triangular Prism 67', 'bc_triangularprism*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7214, 7214, 'Triangular Prism 68', 'bc_triangularprism*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7215, 7215, 'Triangular Prism 69', 'bc_triangularprism*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7216, 7216, 'Triangular Prism 7', 'bc_triangularprism*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7217, 7217, 'Triangular Prism 8', 'bc_triangularprism*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7218, 7218, 'Triangular Prism 9', 'bc_triangularprism*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7219, 7219, 'Sphere Block', 'bc_sphere*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7220, 7220, 'Sphere Block 10', 'bc_sphere*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7221, 7221, 'Sphere Block 11', 'bc_sphere*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7222, 7222, 'Sphere Block 12', 'bc_sphere*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7223, 7223, 'Sphere Block 13', 'bc_sphere*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7224, 7224, 'Sphere Block 14', 'bc_sphere*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7225, 7225, 'Sphere Block 15', 'bc_sphere*15', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7226, 7226, 'Sphere Block 16', 'bc_sphere*16', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7227, 7227, 'Sphere Block 17', 'bc_sphere*17', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7228, 7228, 'Sphere Block 18', 'bc_sphere*18', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7229, 7229, 'Sphere Block 19', 'bc_sphere*19', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7230, 7230, 'Sphere Block 2', 'bc_sphere*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7231, 7231, 'Sphere Block 20', 'bc_sphere*20', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7232, 7232, 'Sphere Block 21', 'bc_sphere*21', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7233, 7233, 'Sphere Block 22', 'bc_sphere*22', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7234, 7234, 'Sphere Block 23', 'bc_sphere*23', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7235, 7235, 'Sphere Block 24', 'bc_sphere*24', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7236, 7236, 'Sphere Block 25', 'bc_sphere*25', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7237, 7237, 'Sphere Block 26', 'bc_sphere*26', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7238, 7238, 'Sphere Block 27', 'bc_sphere*27', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7239, 7239, 'Sphere Block 28', 'bc_sphere*28', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7240, 7240, 'Sphere Block 29', 'bc_sphere*29', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7241, 7241, 'Sphere Block 3', 'bc_sphere*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7242, 7242, 'Sphere Block 30', 'bc_sphere*30', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7243, 7243, 'Sphere Block 31', 'bc_sphere*31', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7244, 7244, 'Sphere Block 32', 'bc_sphere*32', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7245, 7245, 'Sphere Block 33', 'bc_sphere*33', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7246, 7246, 'Sphere Block 34', 'bc_sphere*34', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7247, 7247, 'Sphere Block 35', 'bc_sphere*35', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7248, 7248, 'Sphere Block 36', 'bc_sphere*36', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7249, 7249, 'Sphere Block 37', 'bc_sphere*37', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7250, 7250, 'Sphere Block 38', 'bc_sphere*38', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7251, 7251, 'Sphere Block 39', 'bc_sphere*39', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7252, 7252, 'Sphere Block 4', 'bc_sphere*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7253, 7253, 'Sphere Block 40', 'bc_sphere*40', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7254, 7254, 'Sphere Block 41', 'bc_sphere*41', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7255, 7255, 'Sphere Block 42', 'bc_sphere*42', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7256, 7256, 'Sphere Block 43', 'bc_sphere*43', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7257, 7257, 'Sphere Block 44', 'bc_sphere*44', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7258, 7258, 'Sphere Block 45', 'bc_sphere*45', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7259, 7259, 'Sphere Block 46', 'bc_sphere*46', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7260, 7260, 'Sphere Block 47', 'bc_sphere*47', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7261, 7261, 'Sphere Block 48', 'bc_sphere*48', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7262, 7262, 'Sphere Block 49', 'bc_sphere*49', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7263, 7263, 'Sphere Block 5', 'bc_sphere*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7264, 7264, 'Sphere Block 50', 'bc_sphere*50', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7265, 7265, 'Sphere Block 51', 'bc_sphere*51', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7266, 7266, 'Sphere Block 52', 'bc_sphere*52', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7267, 7267, 'Sphere Block 53', 'bc_sphere*53', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7268, 7268, 'Sphere Block 54', 'bc_sphere*54', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7269, 7269, 'Sphere Block 55', 'bc_sphere*55', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7270, 7270, 'Sphere Block 56', 'bc_sphere*56', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7271, 7271, 'Sphere Block 57', 'bc_sphere*57', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7272, 7272, 'Sphere Block 58', 'bc_sphere*58', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7273, 7273, 'Sphere Block 59', 'bc_sphere*59', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7274, 7274, 'Sphere Block 6', 'bc_sphere*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7275, 7275, 'Sphere Block 60', 'bc_sphere*60', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7276, 7276, 'Sphere Block 61', 'bc_sphere*61', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7277, 7277, 'Sphere Block 62', 'bc_sphere*62', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7278, 7278, 'Sphere Block 63', 'bc_sphere*63', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7279, 7279, 'Sphere Block 64', 'bc_sphere*64', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7280, 7280, 'Sphere Block 65', 'bc_sphere*65', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7281, 7281, 'Sphere Block 66', 'bc_sphere*66', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7282, 7282, 'Sphere Block 67', 'bc_sphere*67', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7283, 7283, 'Sphere Block 68', 'bc_sphere*68', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7284, 7284, 'Sphere Block 69', 'bc_sphere*69', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7285, 7285, 'Sphere Block 7', 'bc_sphere*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7286, 7286, 'Sphere Block 8', 'bc_sphere*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7287, 7287, 'Sphere Block 9', 'bc_sphere*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7288, 7288, 'Round Block 15', 'bc_round*15', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7289, 7289, 'Round Block 16', 'bc_round*16', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7290, 7290, 'Round Block 17', 'bc_round*17', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7291, 7291, 'Round Block 18', 'bc_round*18', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7292, 7292, 'Round Block 19', 'bc_round*19', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7293, 7293, 'Round Block 20', 'bc_round*20', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7294, 7294, 'Round Block 21', 'bc_round*21', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7295, 7295, 'Round Block 22', 'bc_round*22', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7296, 7296, 'Round Block 23', 'bc_round*23', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7297, 7297, 'Round Block 24', 'bc_round*24', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7298, 7298, 'Round Block 25', 'bc_round*25', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7299, 7299, 'Round Block 26', 'bc_round*26', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7300, 7300, 'Round Block 27', 'bc_round*27', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7301, 7301, 'Round Block 28', 'bc_round*28', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7302, 7302, 'Round Block 29', 'bc_round*29', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7303, 7303, 'Round Block 30', 'bc_round*30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7304, 7304, 'Round Block 31', 'bc_round*31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7305, 7305, 'Round Block 32', 'bc_round*32', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7306, 7306, 'Round Block 33', 'bc_round*33', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7307, 7307, 'Round Block 34', 'bc_round*34', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7308, 7308, 'Round Block 35', 'bc_round*35', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7309, 7309, 'Round Block 36', 'bc_round*36', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7310, 7310, 'Round Block 37', 'bc_round*37', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7311, 7311, 'Round Block 38', 'bc_round*38', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7312, 7312, 'Round Block 39', 'bc_round*39', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7313, 7313, 'Round Block 40', 'bc_round*40', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7314, 7314, 'Round Block 41', 'bc_round*41', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7315, 7315, 'Round Block 42', 'bc_round*42', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7316, 7316, 'Round Block 43', 'bc_round*43', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7317, 7317, 'Round Block 44', 'bc_round*44', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7318, 7318, 'Round Block 45', 'bc_round*45', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7319, 7319, 'Round Block 46', 'bc_round*46', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7320, 7320, 'Round Block 47', 'bc_round*47', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7321, 7321, 'Round Block 48', 'bc_round*48', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7322, 7322, 'Round Block 49', 'bc_round*49', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7323, 7323, 'Round Block 50', 'bc_round*50', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7324, 7324, 'Round Block 51', 'bc_round*51', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7325, 7325, 'Round Block 52', 'bc_round*52', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7326, 7326, 'Round Block 53', 'bc_round*53', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7327, 7327, 'Round Block 54', 'bc_round*54', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7328, 7328, 'Round Block 55', 'bc_round*55', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7329, 7329, 'Round Block 56', 'bc_round*56', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7330, 7330, 'Round Block 57', 'bc_round*57', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7331, 7331, 'Round Block 58', 'bc_round*58', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7332, 7332, 'Round Block 59', 'bc_round*59', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7333, 7333, 'Round Block 60', 'bc_round*60', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7334, 7334, 'Round Block 61', 'bc_round*61', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7335, 7335, 'Round Block 62', 'bc_round*62', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7336, 7336, 'Round Block 63', 'bc_round*63', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7337, 7337, 'Round Block 64', 'bc_round*64', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7338, 7338, 'Round Block 65', 'bc_round*65', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7339, 7339, 'Round Block 66', 'bc_round*66', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7340, 7340, 'Round Block 67', 'bc_round*67', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7341, 7341, 'Round Block 68', 'bc_round*68', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7342, 7342, 'Round Block 69', 'bc_round*69', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7343, 7343, 'Coin Suitcase', 'CF_1500_suitcase', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7344, 7344, 'W Block', 'bc_alpha1_w*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7345, 7345, 'W Block', 'bc_alpha1_w*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7346, 7346, 'W Block', 'bc_alpha1_w*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7347, 7347, 'W Block', 'bc_alpha1_w*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7348, 7348, 'W Block', 'bc_alpha1_w*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7349, 7349, 'W Block', 'bc_alpha1_w*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7350, 7350, 'W Block', 'bc_alpha1_w*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7351, 7351, 'W Block', 'bc_alpha1_w*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7352, 7352, 'W Block', 'bc_alpha1_w*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7353, 7353, 'W Block', 'bc_alpha1_w*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7354, 7354, 'W Block', 'bc_alpha1_w*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7355, 7355, 'W Block', 'bc_alpha1_w*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7356, 7356, 'W Block', 'bc_alpha1_w*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7357, 7357, 'W Block', 'bc_alpha1_w*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7358, 7358, 'G Block', 'bc_alpha1_g*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7359, 7359, 'G Block', 'bc_alpha1_g*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7360, 7360, 'G Block', 'bc_alpha1_g*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7361, 7361, 'G Block', 'bc_alpha1_g*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7362, 7362, 'G Block', 'bc_alpha1_g*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7363, 7363, 'G Block', 'bc_alpha1_g*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7364, 7364, 'G Block', 'bc_alpha1_g*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7365, 7365, 'G Block', 'bc_alpha1_g*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7366, 7366, 'G Block', 'bc_alpha1_g*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7367, 7367, 'G Block', 'bc_alpha1_g*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7368, 7368, 'G Block', 'bc_alpha1_g*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7369, 7369, 'G Block', 'bc_alpha1_g*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7370, 7370, 'G Block', 'bc_alpha1_g*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7371, 7371, 'G Block', 'bc_alpha1_g*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7372, 7372, 'R Block', 'bc_alpha1_r*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7373, 7373, 'R Block', 'bc_alpha1_r*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7374, 7374, 'R Block', 'bc_alpha1_r*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7375, 7375, 'R Block', 'bc_alpha1_r*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7376, 7376, 'R Block', 'bc_alpha1_r*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7377, 7377, 'R Block', 'bc_alpha1_r*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7378, 7378, 'R Block', 'bc_alpha1_r*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7379, 7379, 'R Block', 'bc_alpha1_r*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7380, 7380, 'R Block', 'bc_alpha1_r*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7381, 7381, 'R Block', 'bc_alpha1_r*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7382, 7382, 'R Block', 'bc_alpha1_r*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7383, 7383, 'R Block', 'bc_alpha1_r*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7384, 7384, 'R Block', 'bc_alpha1_r*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7385, 7385, 'R Block', 'bc_alpha1_r*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7386, 7386, 'S Block', 'bc_alpha1_s*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7387, 7387, 'S Block', 'bc_alpha1_s*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7388, 7388, 'S Block', 'bc_alpha1_s*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7389, 7389, 'S Block', 'bc_alpha1_s*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7390, 7390, 'S Block', 'bc_alpha1_s*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7391, 7391, 'S Block', 'bc_alpha1_s*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7392, 7392, 'S Block', 'bc_alpha1_s*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7393, 7393, 'S Block', 'bc_alpha1_s*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7394, 7394, 'S Block', 'bc_alpha1_s*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7395, 7395, 'S Block', 'bc_alpha1_s*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7396, 7396, 'S Block', 'bc_alpha1_s*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7397, 7397, 'S Block', 'bc_alpha1_s*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7398, 7398, 'S Block', 'bc_alpha1_s*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7399, 7399, 'S Block', 'bc_alpha1_s*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7400, 7400, 'H Block', 'bc_alpha1_h*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7401, 7401, 'H Block', 'bc_alpha1_h*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7402, 7402, 'H Block', 'bc_alpha1_h*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7403, 7403, 'H Block', 'bc_alpha1_h*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7404, 7404, 'H Block', 'bc_alpha1_h*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7405, 7405, 'H Block', 'bc_alpha1_h*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7406, 7406, 'H Block', 'bc_alpha1_h*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7407, 7407, 'H Block', 'bc_alpha1_h*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7408, 7408, 'H Block', 'bc_alpha1_h*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7409, 7409, 'H Block', 'bc_alpha1_h*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7410, 7410, 'H Block', 'bc_alpha1_h*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7411, 7411, 'H Block', 'bc_alpha1_h*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7412, 7412, 'H Block', 'bc_alpha1_h*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7413, 7413, 'H Block', 'bc_alpha1_h*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7414, 7414, 'T Block', 'bc_alpha1_t*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7415, 7415, 'T Block', 'bc_alpha1_t*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7416, 7416, 'T Block', 'bc_alpha1_t*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7417, 7417, 'T Block', 'bc_alpha1_t*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7418, 7418, 'T Block', 'bc_alpha1_t*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7419, 7419, 'T Block', 'bc_alpha1_t*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7420, 7420, 'T Block', 'bc_alpha1_t*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7421, 7421, 'T Block', 'bc_alpha1_t*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7422, 7422, 'T Block', 'bc_alpha1_t*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7423, 7423, 'T Block', 'bc_alpha1_t*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7424, 7424, 'T Block', 'bc_alpha1_t*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7425, 7425, 'T Block', 'bc_alpha1_t*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7426, 7426, 'T Block', 'bc_alpha1_t*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7427, 7427, 'T Block', 'bc_alpha1_t*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7428, 7428, 'O Block', 'bc_alpha1_o*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7429, 7429, 'O Block', 'bc_alpha1_o*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7430, 7430, 'O Block', 'bc_alpha1_o*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7431, 7431, 'O Block', 'bc_alpha1_o*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7432, 7432, 'O Block', 'bc_alpha1_o*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7433, 7433, 'O Block', 'bc_alpha1_o*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7434, 7434, 'O Block', 'bc_alpha1_o*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7435, 7435, 'O Block', 'bc_alpha1_o*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7436, 7436, 'O Block', 'bc_alpha1_o*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7437, 7437, 'O Block', 'bc_alpha1_o*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7438, 7438, 'O Block', 'bc_alpha1_o*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7439, 7439, 'O Block', 'bc_alpha1_o*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7440, 7440, 'O Block', 'bc_alpha1_o*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7441, 7441, 'O Block', 'bc_alpha1_o*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7442, 7442, 'V Block', 'bc_alpha1_v*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7443, 7443, 'V Block', 'bc_alpha1_v*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7444, 7444, 'V Block', 'bc_alpha1_v*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7445, 7445, 'V Block', 'bc_alpha1_v*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7446, 7446, 'V Block', 'bc_alpha1_v*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7447, 7447, 'V Block', 'bc_alpha1_v*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7448, 7448, 'V Block', 'bc_alpha1_v*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7449, 7449, 'V Block', 'bc_alpha1_v*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7450, 7450, 'V Block', 'bc_alpha1_v*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7451, 7451, 'V Block', 'bc_alpha1_v*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7452, 7452, 'V Block', 'bc_alpha1_v*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7453, 7453, 'V Block', 'bc_alpha1_v*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7454, 7454, 'V Block', 'bc_alpha1_v*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7455, 7455, 'V Block', 'bc_alpha1_v*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7456, 7456, 'C Block', 'bc_alpha1_c*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7457, 7457, 'C Block', 'bc_alpha1_c*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7458, 7458, 'C Block', 'bc_alpha1_c*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7459, 7459, 'C Block', 'bc_alpha1_c*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7460, 7460, 'C Block', 'bc_alpha1_c*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7461, 7461, 'C Block', 'bc_alpha1_c*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7462, 7462, 'C Block', 'bc_alpha1_c*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7463, 7463, 'C Block', 'bc_alpha1_c*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7464, 7464, 'C Block', 'bc_alpha1_c*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7465, 7465, 'C Block', 'bc_alpha1_c*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7466, 7466, 'C Block', 'bc_alpha1_c*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7467, 7467, 'C Block', 'bc_alpha1_c*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7468, 7468, 'C Block', 'bc_alpha1_c*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7469, 7469, 'C Block', 'bc_alpha1_c*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7470, 7470, 'B BLock', 'bc_alpha1_b*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7471, 7471, 'B BLock', 'bc_alpha1_b*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7472, 7472, 'B BLock', 'bc_alpha1_b*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7473, 7473, 'B BLock', 'bc_alpha1_b*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7474, 7474, 'B BLock', 'bc_alpha1_b*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7475, 7475, 'B BLock', 'bc_alpha1_b*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7476, 7476, 'B BLock', 'bc_alpha1_b*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7477, 7477, 'B BLock', 'bc_alpha1_b*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7478, 7478, 'B BLock', 'bc_alpha1_b*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7479, 7479, 'B BLock', 'bc_alpha1_b*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7480, 7480, 'B BLock', 'bc_alpha1_b*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7481, 7481, 'B BLock', 'bc_alpha1_b*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7482, 7482, 'B BLock', 'bc_alpha1_b*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7483, 7483, 'B BLock', 'bc_alpha1_b*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7484, 7484, 'M Block', 'bc_alpha1_m*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7485, 7485, 'M Block', 'bc_alpha1_m*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7486, 7486, 'M Block', 'bc_alpha1_m*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7487, 7487, 'M Block', 'bc_alpha1_m*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7488, 7488, 'M Block', 'bc_alpha1_m*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7489, 7489, 'M Block', 'bc_alpha1_m*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7490, 7490, 'M Block', 'bc_alpha1_m*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7491, 7491, 'M Block', 'bc_alpha1_m*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7492, 7492, 'M Block', 'bc_alpha1_m*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7493, 7493, 'M Block', 'bc_alpha1_m*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7494, 7494, 'M Block', 'bc_alpha1_m*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7495, 7495, 'M Block', 'bc_alpha1_m*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7496, 7496, 'M Block', 'bc_alpha1_m*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7497, 7497, 'M Block', 'bc_alpha1_m*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7498, 7498, 'I Block', 'bc_alpha1_i*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7499, 7499, 'I Block', 'bc_alpha1_i*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7500, 7500, 'I Block', 'bc_alpha1_i*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7501, 7501, 'I Block', 'bc_alpha1_i*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7502, 7502, 'I Block', 'bc_alpha1_i*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7503, 7503, 'I Block', 'bc_alpha1_i*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7504, 7504, 'I Block', 'bc_alpha1_i*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7505, 7505, 'I Block', 'bc_alpha1_i*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7506, 7506, 'I Block', 'bc_alpha1_i*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7507, 7507, 'I Block', 'bc_alpha1_i*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7508, 7508, 'I Block', 'bc_alpha1_i*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7509, 7509, 'I Block', 'bc_alpha1_i*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7510, 7510, 'I Block', 'bc_alpha1_i*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7511, 7511, 'I Block', 'bc_alpha1_i*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7512, 7512, 'X Block', 'bc_alpha1_x*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7513, 7513, 'X Block', 'bc_alpha1_x*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7514, 7514, 'X Block', 'bc_alpha1_x*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7515, 7515, 'X Block', 'bc_alpha1_x*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7516, 7516, 'X Block', 'bc_alpha1_x*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7517, 7517, 'X Block', 'bc_alpha1_x*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7518, 7518, 'X Block', 'bc_alpha1_x*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7519, 7519, 'X Block', 'bc_alpha1_x*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7520, 7520, 'X Block', 'bc_alpha1_x*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7521, 7521, 'X Block', 'bc_alpha1_x*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7522, 7522, 'X Block', 'bc_alpha1_x*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7523, 7523, 'X Block', 'bc_alpha1_x*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7524, 7524, 'X Block', 'bc_alpha1_x*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7525, 7525, 'X Block', 'bc_alpha1_x*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7526, 7526, 'L Block', 'bc_alpha1_l*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7527, 7527, 'L Block', 'bc_alpha1_l*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7528, 7528, 'L Block', 'bc_alpha1_l*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7529, 7529, 'L Block', 'bc_alpha1_l*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7530, 7530, 'L Block', 'bc_alpha1_l*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7531, 7531, 'L Block', 'bc_alpha1_l*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7532, 7532, 'L Block', 'bc_alpha1_l*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7533, 7533, 'L Block', 'bc_alpha1_l*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7534, 7534, 'L Block', 'bc_alpha1_l*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7535, 7535, 'L Block', 'bc_alpha1_l*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7536, 7536, 'L Block', 'bc_alpha1_l*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7537, 7537, 'L Block', 'bc_alpha1_l*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7538, 7538, 'L Block', 'bc_alpha1_l*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7539, 7539, 'L Block', 'bc_alpha1_l*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7540, 7540, 'J Block', 'bc_alpha1_j*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7541, 7541, 'J Block', 'bc_alpha1_j*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7542, 7542, 'J Block', 'bc_alpha1_j*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7543, 7543, 'J Block', 'bc_alpha1_j*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7544, 7544, 'J Block', 'bc_alpha1_j*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7545, 7545, 'J Block', 'bc_alpha1_j*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7546, 7546, 'J Block', 'bc_alpha1_j*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7547, 7547, 'J Block', 'bc_alpha1_j*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7548, 7548, 'J Block', 'bc_alpha1_j*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7549, 7549, 'J Block', 'bc_alpha1_j*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7550, 7550, 'J Block', 'bc_alpha1_j*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7551, 7551, 'J Block', 'bc_alpha1_j*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7552, 7552, 'J Block', 'bc_alpha1_j*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7553, 7553, 'J Block', 'bc_alpha1_j*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7554, 7554, 'F BLock', 'bc_alpha1_f*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7555, 7555, 'F BLock', 'bc_alpha1_f*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7556, 7556, 'F BLock', 'bc_alpha1_f*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7557, 7557, 'F BLock', 'bc_alpha1_f*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7558, 7558, 'F BLock', 'bc_alpha1_f*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7559, 7559, 'F BLock', 'bc_alpha1_f*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7560, 7560, 'F BLock', 'bc_alpha1_f*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7561, 7561, 'F BLock', 'bc_alpha1_f*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7562, 7562, 'F BLock', 'bc_alpha1_f*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7563, 7563, 'F BLock', 'bc_alpha1_f*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7564, 7564, 'F BLock', 'bc_alpha1_f*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7565, 7565, 'F BLock', 'bc_alpha1_f*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7566, 7566, 'F BLock', 'bc_alpha1_f*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7567, 7567, 'F BLock', 'bc_alpha1_f*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7568, 7568, 'E Block', 'bc_alpha1_e*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7569, 7569, 'E Block', 'bc_alpha1_e*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7570, 7570, 'E Block', 'bc_alpha1_e*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7571, 7571, 'E Block', 'bc_alpha1_e*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7572, 7572, 'E Block', 'bc_alpha1_e*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7573, 7573, 'E Block', 'bc_alpha1_e*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7574, 7574, 'E Block', 'bc_alpha1_e*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7575, 7575, 'E Block', 'bc_alpha1_e*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7576, 7576, 'E Block', 'bc_alpha1_e*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7577, 7577, 'E Block', 'bc_alpha1_e*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7578, 7578, 'E Block', 'bc_alpha1_e*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7579, 7579, 'E Block', 'bc_alpha1_e*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7580, 7580, 'E Block', 'bc_alpha1_e*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7581, 7581, 'E Block', 'bc_alpha1_e*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7582, 7582, 'Q Block', 'bc_alpha1_q*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7583, 7583, 'Q Block', 'bc_alpha1_q*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7584, 7584, 'Q Block', 'bc_alpha1_q*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7585, 7585, 'Q Block', 'bc_alpha1_q*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7586, 7586, 'Q Block', 'bc_alpha1_q*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7587, 7587, 'Q Block', 'bc_alpha1_q*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7588, 7588, 'Q Block', 'bc_alpha1_q*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7589, 7589, 'Q Block', 'bc_alpha1_q*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7590, 7590, 'Q Block', 'bc_alpha1_q*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7591, 7591, 'Q Block', 'bc_alpha1_q*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7592, 7592, 'Q Block', 'bc_alpha1_q*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7593, 7593, 'Q Block', 'bc_alpha1_q*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7594, 7594, 'Q Block', 'bc_alpha1_q*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7595, 7595, 'Q Block', 'bc_alpha1_q*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7596, 7596, 'Y Block', 'bc_alpha1_y*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7597, 7597, 'Y Block', 'bc_alpha1_y*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7598, 7598, 'Y Block', 'bc_alpha1_y*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7599, 7599, 'Y Block', 'bc_alpha1_y*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7600, 7600, 'Y Block', 'bc_alpha1_y*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7601, 7601, 'Y Block', 'bc_alpha1_y*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7602, 7602, 'Y Block', 'bc_alpha1_y*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7603, 7603, 'Y Block', 'bc_alpha1_y*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7604, 7604, 'Y Block', 'bc_alpha1_y*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7605, 7605, 'Y Block', 'bc_alpha1_y*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7606, 7606, 'Y Block', 'bc_alpha1_y*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7607, 7607, 'Y Block', 'bc_alpha1_y*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7608, 7608, 'Y Block', 'bc_alpha1_y*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7609, 7609, 'Y Block', 'bc_alpha1_y*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7610, 7610, 'D Block', 'bc_alpha1_d*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7611, 7611, 'D Block', 'bc_alpha1_d*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7612, 7612, 'D Block', 'bc_alpha1_d*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7613, 7613, 'D Block', 'bc_alpha1_d*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7614, 7614, 'D Block', 'bc_alpha1_d*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7615, 7615, 'D Block', 'bc_alpha1_d*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7616, 7616, 'D Block', 'bc_alpha1_d*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7617, 7617, 'D Block', 'bc_alpha1_d*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7618, 7618, 'D Block', 'bc_alpha1_d*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7619, 7619, 'D Block', 'bc_alpha1_d*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7620, 7620, 'D Block', 'bc_alpha1_d*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7621, 7621, 'D Block', 'bc_alpha1_d*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7622, 7622, 'D Block', 'bc_alpha1_d*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7623, 7623, 'D Block', 'bc_alpha1_d*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7624, 7624, 'N Block', 'bc_alpha1_n*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7625, 7625, 'N Block', 'bc_alpha1_n*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7626, 7626, 'N Block', 'bc_alpha1_n*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7627, 7627, 'N Block', 'bc_alpha1_n*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7628, 7628, 'N Block', 'bc_alpha1_n*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7629, 7629, 'N Block', 'bc_alpha1_n*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7630, 7630, 'N Block', 'bc_alpha1_n*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7631, 7631, 'N Block', 'bc_alpha1_n*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7632, 7632, 'N Block', 'bc_alpha1_n*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7633, 7633, 'N Block', 'bc_alpha1_n*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7634, 7634, 'N Block', 'bc_alpha1_n*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7635, 7635, 'N Block', 'bc_alpha1_n*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7636, 7636, 'N Block', 'bc_alpha1_n*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7637, 7637, 'N Block', 'bc_alpha1_n*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7638, 7638, 'K Block', 'bc_alpha1_k*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7639, 7639, 'K Block', 'bc_alpha1_k*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7640, 7640, 'K Block', 'bc_alpha1_k*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7641, 7641, 'K Block', 'bc_alpha1_k*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7642, 7642, 'K Block', 'bc_alpha1_k*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7643, 7643, 'K Block', 'bc_alpha1_k*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7644, 7644, 'K Block', 'bc_alpha1_k*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7645, 7645, 'K Block', 'bc_alpha1_k*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7646, 7646, 'K Block', 'bc_alpha1_k*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7647, 7647, 'K Block', 'bc_alpha1_k*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7648, 7648, 'K Block', 'bc_alpha1_k*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7649, 7649, 'K Block', 'bc_alpha1_k*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7650, 7650, 'K Block', 'bc_alpha1_k*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7651, 7651, 'K Block', 'bc_alpha1_k*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7652, 7652, 'Numeric Block', 'bc_alpha1_num*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7653, 7653, 'Numeric Block', 'bc_alpha1_num*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7654, 7654, 'Numeric Block', 'bc_alpha1_num*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7655, 7655, 'Numeric Block', 'bc_alpha1_num*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7656, 7656, 'Numeric Block', 'bc_alpha1_num*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7657, 7657, 'Numeric Block', 'bc_alpha1_num*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7658, 7658, 'Numeric Block', 'bc_alpha1_num*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7659, 7659, 'Numeric Block', 'bc_alpha1_num*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7660, 7660, 'Numeric Block', 'bc_alpha1_num*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7661, 7661, 'Numeric Block', 'bc_alpha1_num*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7662, 7662, 'Numeric Block', 'bc_alpha1_num*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7663, 7663, 'Numeric Block', 'bc_alpha1_num*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7664, 7664, 'Numeric Block', 'bc_alpha1_num*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7665, 7665, 'Numeric Block', 'bc_alpha1_num*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7666, 7666, 'U Block', 'bc_alpha1_u*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7667, 7667, 'U Block', 'bc_alpha1_u*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7668, 7668, 'U Block', 'bc_alpha1_u*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7669, 7669, 'U Block', 'bc_alpha1_u*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7670, 7670, 'U Block', 'bc_alpha1_u*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7671, 7671, 'U Block', 'bc_alpha1_u*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7672, 7672, 'U Block', 'bc_alpha1_u*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7673, 7673, 'U Block', 'bc_alpha1_u*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7674, 7674, 'U Block', 'bc_alpha1_u*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7675, 7675, 'U Block', 'bc_alpha1_u*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7676, 7676, 'U Block', 'bc_alpha1_u*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7677, 7677, 'U Block', 'bc_alpha1_u*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7678, 7678, 'U Block', 'bc_alpha1_u*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7679, 7679, 'U Block', 'bc_alpha1_u*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7680, 7680, 'Z Block', 'bc_alpha1_z*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7681, 7681, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7682, 7682, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7683, 7683, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7684, 7684, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7685, 7685, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7686, 7686, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7687, 7687, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7688, 7688, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7689, 7689, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7690, 7690, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7691, 7691, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7692, 7692, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7693, 7693, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7694, 7694, 'A Block', 'bc_alpha1_a*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7695, 7695, 'A Block', 'bc_alpha1_a*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7696, 7696, 'A Block', 'bc_alpha1_a*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7697, 7697, 'A Block', 'bc_alpha1_a*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7698, 7698, 'A Block', 'bc_alpha1_a*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7699, 7699, 'A Block', 'bc_alpha1_a*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7700, 7700, 'A Block', 'bc_alpha1_a*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7701, 7701, 'A Block', 'bc_alpha1_a*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7702, 7702, 'A Block', 'bc_alpha1_a*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7703, 7703, 'A Block', 'bc_alpha1_a*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7704, 7704, 'A Block', 'bc_alpha1_a*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7705, 7705, 'A Block', 'bc_alpha1_a*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7706, 7706, 'A Block', 'bc_alpha1_a*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7707, 7707, 'A Block', 'bc_alpha1_a*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7708, 7708, 'P Block', 'bc_alpha1_p*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7709, 7709, 'P Block', 'bc_alpha1_p*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7710, 7710, 'P Block', 'bc_alpha1_p*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7711, 7711, 'P Block', 'bc_alpha1_p*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7712, 7712, 'P Block', 'bc_alpha1_p*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7713, 7713, 'P Block', 'bc_alpha1_p*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7714, 7714, 'P Block', 'bc_alpha1_p*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7715, 7715, 'P Block', 'bc_alpha1_p*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7716, 7716, 'P Block', 'bc_alpha1_p*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7717, 7717, 'P Block', 'bc_alpha1_p*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7718, 7718, 'P Block', 'bc_alpha1_p*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7719, 7719, 'P Block', 'bc_alpha1_p*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7720, 7720, 'P Block', 'bc_alpha1_p*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7721, 7721, 'P Block', 'bc_alpha1_p*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7722, 7722, 'Broken Vanity', 'attic15_cabinet', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7723, 7723, 'Purple Gift Bag', 'val15_gift2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7724, 7724, 'Zen Pebble Garden', 'val15_zen', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7725, 7725, 'Habbo Falls Teleport', 'val15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7726, 7726, 'Sakura tree', 'val15_sakura', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7727, 7727, 'Floating water Lilies', 'val15_lilys', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7728, 7728, 'Mossy Rock', 'val15_rock1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7729, 7729, 'Shamisen Guitar', 'val15_shamisen', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7730, 7730, 'Japanese Tea set', 'val15_tea', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7731, 7731, 'Red Gift Bag', 'val15_gift1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7732, 7732, 'Wooden Ofuro Tub', 'val15_hottub', 's', 2, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7733, 7733, 'Sakura Petals', 'val15_petals', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7734, 7734, 'Japanese Wooden Corner', 'val15_stage2', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7735, 7735, 'Japanese Bonbori Lantern', 'val15_lantern', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7736, 7736, 'Blue Gift Bag', 'val15_gift3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7737, 7737, 'Japanese Fort Corner', 'val15_corner', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7738, 7738, 'Dodge and Duck', 'val15_dogstat', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7739, 7739, 'Tatami Table', 'val15_table', 's', 2, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7740, 7740, 'Tatami Chair', 'val15_chair', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7741, 7741, 'Big Mossy Rock', 'val15_rock2', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7742, 7742, 'Foot Bridge middle', 'val15_bridge2', 's', 1, 1, 0.75, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7743, 7743, 'Japanese Fort Divider', 'val15_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7744, 7744, 'Water Lily Pond Tile', 'val15_water', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 75, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7745, 7745, 'Samurai Suit of Armour', 'val15_armour', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7746, 7746, 'Koi Fish Pond', 'val15_koipond', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7747, 7747, 'Red-Crowned Crane', 'val15_crane', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7748, 7748, 'Japanese Bench', 'val15_bench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7749, 7749, 'Japanese Gazebo', 'val15_gazebo', 's', 2, 2, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7750, 7750, 'Giant Bonsai Tree', 'val15_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7751, 7751, 'Shinto Shrine', 'val15_shinto_arch', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7752, 7752, 'Japanese Fort Gate', 'val15_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7753, 7753, 'Foot Bridge End', 'val15_bridge1', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7754, 7754, 'Japanese Wooden Deck', 'val15_stage1', 's', 2, 1, 0.45, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7755, 7755, 'Dusty Old Sofa', 'attic15_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7756, 7756, 'Attic Corner', 'attic15_crn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7757, 7757, 'Cardboard Box', 'attic15_box', 's', 1, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7758, 7758, 'Forgotten Toy Chest', 'attic15_chest', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7759, 7759, 'Oil Lamp', 'attic15_oillamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7760, 7760, 'Attic Shelf', 'attic15_bigshelf', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7761, 7761, 'Dusty Chair', 'attic15_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7762, 7762, 'Covered Long Table', 'attic15_bigtable', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7763, 7763, 'Broken Lamp', 'attic15_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7764, 7764, 'Covered Side Table', 'attic15_table', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7765, 7765, 'Pile of Paintings', 'attic15_paintingfloor', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7766, 7766, 'Attic Window', 'attic15_window', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7767, 7767, 'Wooden Cradle', 'attic15_cradle', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7768, 7768, 'Cosmos Telescope', 'attic15_telescope', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7769, 7769, 'Attic Gate', 'attic15_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7770, 7770, 'Grandfather Clock', 'attic15_clock', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7771, 7771, 'Mouse Trap', 'attic15_mousetrap', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'trap', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7772, 7772, 'Antique Carpet', 'attic15_carpet', 's', 3, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '1', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7773, 7773, 'Attic Door Tele', 'attic15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7774, 7774, 'Dingy Shelf', 'attic15_shelf', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7775, 7775, 'Attic Divider', 'attic15_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7776, 7776, 'Floral Karikomi', 'val15_shrub', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7777, 7777, 'Floral Kimono Outfit', 'clothing_kimono1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7778, 7778, 'Blue Kimono Outfit', 'clothing_kimono2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7779, 7779, 'Red Hippo', 'rare_prize15*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7780, 7780, 'Game Hub Hippo', 'rare_prize15*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7781, 7781, 'Brown Hippo', 'rare_prize15*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7782, 7782, 'Turquoise Hippo', 'rare_prize15*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7783, 7783, 'Bluesky Hippo', 'rare_prize15*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7784, 7784, 'Emerald Hippo', 'rare_prize15*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7785, 7785, 'Grey Hippo', 'rare_prize15*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7786, 7786, 'Green Hippo', 'rare_prize15*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7787, 7787, 'Beige Hippo', 'rare_prize15*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7788, 7788, 'Blue Hippo', 'rare_prize15*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7789, 7789, 'Orange Hippo', 'rare_prize15*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7790, 7790, 'Violet Hippo', 'rare_prize15*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7791, 7791, 'Brazilian Hot Air Balloon', 'carnival15_hotair_brazil', 's', 1, 1, 7.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7792, 7792, 'Light Blue Hippo', 'rare_prize15*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7793, 7793, 'Ocher Hippo', 'rare_prize15*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7794, 7794, 'Ultra Light Blue Hippo', 'rare_prize15*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7795, 7795, 'Dark Hippo', 'rare_prize15*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7796, 7796, 'Pistachio Hippo', 'rare_prize15*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7797, 7797, 'Purple Hippo', 'rare_prize15*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7798, 7798, 'Earth Hippo', 'rare_prize15*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7799, 7799, 'Gold Dipped Hippo', 'rare_prize15*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7800, 7800, 'Salmon Coloured Hippo', 'rare_prize15*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7801, 7801, 'Chlorophyll Hippo', 'rare_prize15*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7802, 7802, 'Light Grey Hippo', 'rare_prize15*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7803, 7803, 'Coral Hippo', 'rare_prize15*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7804, 7804, 'Hover Arrow Sign', 'cpunk_c15_neoarrowup', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7805, 7805, 'Hover X Sign', 'cpunk_c15_neonx', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7806, 7806, 'RoboFrank', 'cpunk15_robofrank', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7807, 7807, 'Cyber Teleport', 'cpunk_c15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7808, 7808, 'Cyber Robo', 'cpunk15_robo', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7809, 7809, 'Digi-Duck', 'cpunk15_gift', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7810, 7810, 'Acid Rain', 'cpunk_c15_rain', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7811, 7811, 'Cyber Table', 'cpunk_c15_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7812, 7812, 'Flash Shoes', 'clothing_cyboots', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7813, 7813, 'Search Light', 'cpunk_c15_searchlight', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7814, 7814, 'Zip Jacket', 'clothing_cyzipped', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7815, 7815, 'Cyber Suit', 'clothing_cystraphood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7816, 7816, 'Cyber Punk Goggles', 'clothing_goggles', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7817, 7817, 'Robo Junk', 'cpunk_c15_robojunk', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7818, 7818, 'Overseer Blimp', 'cpunk15_blimp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7819, 7819, 'Skater Skirt', 'clothing_cyskirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7820, 7820, 'Digital Quiff', 'clothing_cyquif', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7821, 7821, 'Cyber Building 2', 'cpunk_c15_building2', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7822, 7822, 'LED Hood', 'clothing_cyhood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7823, 7823, 'Extractor Pipes', 'cpunk_c15_tubes', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7824, 7824, 'Techno Hair', 'clothing_cyhair', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7825, 7825, 'Hover skull Sign', 'cpunk_c15_neonsk', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7826, 7826, 'Hover Turn Sign', 'cpunk_c15_neoarrow', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7827, 7827, 'Strap Trousers', 'clothing_cystrappants', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7828, 7828, 'Cyber Road', 'cpunk_c15_road', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7829, 7829, 'BlackHabbo Gun Vender', 'cpunk15_gunvender', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 192, 192, '');
+INSERT INTO `items_base` VALUES (7830, 7830, 'Hover Duck sign', 'cpunk_c15_neond', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7831, 7831, 'Strap Boots', 'clothing_cystrapboots', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7832, 7832, 'Vent Mask', 'clothing_cymask', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7833, 7833, 'Cyber Stool', 'cpunk_c15_stool', 's', 1, 1, 1.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7834, 7834, 'Hover Traffic Lights', 'cpunk_c15_traffic', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7835, 7835, 'Cyber Eye', 'clothing_cyglass', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7836, 7836, 'Cyber Door', 'cpunk_c15_door', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7837, 7837, 'Cyber Girl', 'clothing_cygirl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7838, 7838, 'RoboRat', 'cpunk15_roborat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7839, 7839, 'Electro- Sheep', 'cpunk15_robosheep', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7840, 7840, 'Cyber Bar', 'cpunk_c15_bar', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7841, 7841, 'Circuit Head', 'clothing_cycircuit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7842, 7842, 'Leather Jacker', 'clothing_cyleather', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7843, 7843, 'Techno Headphones', 'clothing_cyphones', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7844, 7844, 'Cyberpunk Building 1', 'cpunk_c15_building1', 's', 1, 2, 6.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7845, 7845, 'Sheep Balloon', 'cny_sheepballoon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7846, 7846, 'Goat Statue', 'china_goat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7847, 7847, 'Cyber Stage', 'cpunk_c15_stage1', 's', 2, 2, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.00;1.50;2.70', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7848, 7848, 'WIRED Effect: Bot changes clothes', 'wf_act_bot_clothes', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_clothes', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7849, 7849, 'WIRED Effect: Teleport Bot to Furni', 'wf_act_bot_teleport', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7850, 7850, 'WIRED Trigger: Bot reaches Furni', 'wf_trg_bot_reached_stf', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_trg_bot_reached_stf', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7851, 7851, 'WIRED Effect: Bot follows user', 'wf_act_bot_follow_avatar', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_follow_avatar', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7852, 7852, 'WIRED Effect: Bot gives Handitem', 'wf_act_bot_give_handitem', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_give_handitem', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7853, 7853, 'WIRED Effect: Bot moves to Furni', 'wf_act_bot_move', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_move', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7854, 7854, 'WIRED Condition: User has handitem', 'wf_cnd_has_handitem', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_cnd_has_handitem', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7855, 7855, 'WIRED Effect: Bot talks or whispers to user', 'wf_act_bot_talk_to_avatar', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_talk_to_avatar', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7856, 7856, 'WIRED Trigger: Bot reaches user', 'wf_trg_bot_reached_avtr', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_trg_bot_reached_avtr', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7857, 7857, 'WIRED Effect: Bot talks or shouts to all users', 'wf_act_bot_talk', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_talk', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7858, 7858, 'Habbo Hotel', 'room_cof15_tree1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7859, 7859, 'Habbo Hotel', 'room_cof15_counter2', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7860, 7860, 'Habbo Hotel', 'room_cof15_table3', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7861, 7861, 'Habbo Hotel', 'room_cof15_lamp1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7862, 7862, 'Habbo Hotel', 'room_cof15_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7863, 7863, 'Habbo Hotel', 'room_cof15_counter1', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '97,96', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7864, 7864, 'Habbo Hotel', 'room_cof15_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7865, 7865, 'Habbo Hotel', 'room_cof15_table2', 's', 3, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7866, 7866, 'Habbo Hotel', 'room_cof15_sofa1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7867, 7867, 'Habbo Hotel', 'room_cof15_cup', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7868, 7868, 'Habbo Hotel', 'room_cof15_planter', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7869, 7869, 'Habbo Hotel', 'room_cof15_pillar1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7870, 7870, 'Habbo Hotel', 'room_cof15_counter3', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7871, 7871, 'Habbo Hotel', 'room_cof15_espresso', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '8', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7872, 7872, 'Habbo Hotel', 'room_cof15_lamp2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7873, 7873, 'Habbo Hotel', 'room_cof15_shelf2', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7874, 7874, 'Habbo Hotel', 'room_cof15_shelf', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7875, 7875, 'Habbo Hotel', 'room_cof15_door', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7876, 7876, 'Habbo Hotel', 'room_cof15_cup2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '85', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7877, 7877, 'Habbo Hotel', 'room_cof15_sofa2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7878, 7878, 'Habbo Hotel', 'room_cof15_press', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7879, 7879, 'Habbo Hotel', 'room_gh15_cab2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7880, 7880, 'Habbo Hotel', 'room_gh15_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7881, 7881, 'Habbo Hotel', 'room_gh15_cab3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7882, 7882, 'Habbo Hotel', 'room_gh15_cab1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'information_terminal', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7883, 7883, 'Habbo Hotel', 'room_gh15_desk', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7884, 7884, 'Habbo Hotel', 'room_gh15_cab4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7885, 7885, 'Habbo Hotel', 'room_gh15_cab6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7886, 7886, 'Habbo Hotel', 'room_gh15_ball', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7887, 7887, 'Habbo Hotel', 'room_gh15_rtele', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleporttile', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7888, 7888, 'Habbo Hotel', 'room_gh15_cab5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7889, 7889, 'room_hcl15_tree2', 'room_hcl15_tree2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7890, 7890, 'Habbo Hotel', 'room_hcl15_gate', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'club_gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7891, 7891, 'Habbo Hotel', 'room_hcl15_dj', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7892, 7892, 'Habbo Hotel', 'room_hcl15_table1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7893, 7893, 'Habbo Hotel', 'room_hcl15_table2', 's', 1, 2, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7894, 7894, 'Habbo Hotel', 'room_hcl15_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7895, 7895, 'Habbo Hotel', 'room_hcl15_amp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7896, 7896, 'Habbo Hotel', 'room_hcl15_div', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7897, 7897, 'Habbo Hotel', 'room_hcl15_tube', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7898, 7898, 'Habbo Hotel', 'room_hcl15_bar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 15, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7899, 7899, 'Habbo Hotel', 'room_hcl15_barchair', 's', 1, 1, 1.40, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7900, 7900, 'Habbo Hotel', 'room_hcl15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7901, 7901, 'Habbo Hotel', 'room_hcl15_tree1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7902, 7902, 'Habbo Hotel', 'room_hcl15_djtable', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7903, 7903, 'Habbo Hotel', 'room_wl15_mag1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7904, 7904, 'Habbo Hotel', 'room_wl15_table1', 's', 1, 2, 0.35, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7905, 7905, 'Habbo Hotel', 'room_wl15_ele', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7906, 7906, 'Habbo Hotel', 'room_wl15_sink', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7907, 7907, 'Habbo Hotel', 'room_wlof15_bed', 's', 1, 3, 1.80, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7908, 7908, 'Habbo Hotel', 'room_wl15_teleblock', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleporttile', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7909, 7909, 'Habbo Hotel', 'room_wl15_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7910, 7910, 'Habbo Hotel', 'room_wl15_infolink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7911, 7911, 'Habbo Hotel', 'room_wl15_pillar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7912, 7912, 'Habbo Hotel', 'room_wl15_trashbin', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7913, 7913, 'Habbo Hotel', 'room_wl15_table3', 's', 1, 1, 0.95, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7914, 7914, 'Habbo Hotel', 'room_wl15_bthdoor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7915, 7915, 'Habbo Hotel', 'room_wl15_toiletbroke', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '1.2;2.8', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7916, 7916, 'Habbo Hotel', 'room_wl15_deskgate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7917, 7917, 'Habbo Hotel', 'room_wl15_deskfront', 's', 1, 4, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7918, 7918, 'Habbo Hotel', 'room_wl15_table2', 's', 2, 2, 0.35, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7919, 7919, 'Habbo Hotel', 'room_wlof15_chair', 's', 1, 1, 1.40, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7920, 7920, 'Habbo Hotel', 'room_wl15_mirror', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7921, 7921, 'Habbo Hotel', 'room_wlof15_wardrobe', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7922, 7922, 'Habbo Hotel', 'room_wlof15_bookcase', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7923, 7923, 'Habbo Hotel', 'room_wl15_toilet', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7924, 7924, 'Habbo Hotel', 'room_wl15_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7925, 7925, 'Habbo Hotel', 'room_hall15_wfall', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7926, 7926, 'Habbo Hotel', 'room_hall15_dish1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7927, 7927, 'Habbo Hotel', 'room_hall15_ele', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7928, 7928, 'Habbo Hotel', 'room_hall15_light1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7929, 7929, 'Habbo Hotel', 'room_hall15_dish2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7930, 7930, 'Habbo Hotel', 'room_hall15_arch', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7931, 7931, 'Habbo Hotel', 'room_hall15_plant1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7932, 7932, 'Orange Soda Candy Table', 'cland_c15_table', 's', 1, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7933, 7933, 'Popsicle Tree', 'cland_c15_icreamtree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7934, 7934, 'Swirly Hair', 'clothing_frontswirl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7935, 7935, 'Chocolate Jersey', 'clothing_cjersey', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7936, 7936, 'Candy Girl Outfit', 'clothing_candygirl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7937, 7937, 'Vanilla Wafer Gate', 'cland_c15_gate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7938, 7938, 'White Chocolate Bunny', 'cland15_LTD5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7939, 7939, 'Yellow Gum Drop Seat', 'cland_c15_jellyseat2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7940, 7940, 'Jello Tent', 'cland15_tent', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7941, 7941, 'Candycane Pillar', 'cland_c15_pillar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7942, 7942, 'Wafer Block', 'cland_c15_waferblock', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7943, 7943, 'Collared Jumper', 'clothing_cjumper', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7944, 7944, 'Strawberry Wafer Gate', 'cland_c15_gatepink', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7945, 7945, 'Dark Chocolate Bunny', 'cland15_ltd4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7946, 7946, 'Hard Candy Pavement', 'cland_c15_pavement', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7947, 7947, 'Chocolate Stick Roof', 'cland_c15_roof', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7948, 7948, 'Double Cherries', 'clothing_cherries', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7949, 7949, 'Laffy Taffy Tree', 'cland_c15_swirltree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7950, 7950, 'Cake Block', 'cland_c15_cakeblock', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7951, 7951, 'Puffy Shorts', 'clothing_cshorts', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7952, 7952, 'Obbah Wobbah Hair', 'clothing_habloompa', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7953, 7953, 'Candy Throne', 'cland15_candythrone', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7954, 7954, 'Cherry Bomb', 'clothing_cherrybomb', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7955, 7955, 'Wafer Wall', 'cland_c15_wafer', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7956, 7956, 'cland15_ltd3', 'cland15_ltd3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7957, 7957, 'Unicorn Praline', 'cland15_unipoo', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7958, 7958, 'Candy Headphones', 'clothing_candyphones', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7959, 7959, 'Cherry Light', 'cland_c15_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7960, 7960, 'Magical Candy Unicorn', 'cland15_unicorn', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7961, 7961, 'Side Hat', 'clothing_sidehat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7962, 7962, 'Bubblegum Fountain', 'cland15_fountain', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7963, 7963, 'Swirly Skirt', 'clothing_swirlskirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7964, 7964, 'Green Frosting Grass', 'cland_c15_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7965, 7965, 'cland15_ltd1', 'cland15_ltd1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7966, 7966, 'Cotton Candy Tree', 'cland15_flosstree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7967, 7967, 'Chocolate Drop Hat', 'clothing_chocodrop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7968, 7968, 'Hard Candy Bunny', 'cland15_ltd2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7969, 7969, 'Bubblegum Floor', 'cland_c15_goofloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7970, 7970, 'Lollipop Tree', 'cland_c15_lollytree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7971, 7971, 'Blue Gum Drop Seat', 'cland_c15_jellyseat3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7972, 7972, 'Pink Gum Drop Seat', 'cland_c15_jellyseat1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7973, 7973, 'Swirly Top', 'clothing_swirltop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7974, 7974, 'Pocky Stick Forest', 'cland_c15_chocostick', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7975, 7975, 'Chocolate Rocks', 'cland_c15_chocorock', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7976, 7976, 'Candy Boy Outfit', 'clothing_candyboy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7977, 7977, 'Epic Pet', 'petbox_epic', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7978, 7978, 'Alien Hat', 'clothing_knitalien', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7979, 7979, 'Gold HiPad Vendor', 'tablet_vendorg', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1071', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7980, 7980, 'Green Alien', 'prize_alienplush', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7981, 7981, 'Habbo Hotel', 'room_info15_shrub1', 's', 1, 1, 1.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7982, 7982, 'Habbo Hotel', 'room_info15_shrub3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7983, 7983, 'Habbo Hotel', 'room_info15_shrub2', 's', 2, 1, 1.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7984, 7984, 'Habbo Hotel', 'room_info15_statue1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7985, 7985, 'Habbo Hotel', 'room_info15_counter3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7986, 7986, 'Habbo Hotel', 'room_info15_sofa2', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7987, 7987, 'Habbo Hotel', 'room_info15_tree1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7988, 7988, 'room_info15_bus1 name', 'room_info15_bus*1', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7989, 7989, 'room_info15_bus10 name', 'room_info15_bus*10', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7990, 7990, 'room_info15_bus11 name', 'room_info15_bus*11', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7991, 7991, 'room_info15_bus12 name', 'room_info15_bus*12', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7992, 7992, 'room_info15_bus13 name', 'room_info15_bus*13', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7993, 7993, 'room_info15_bus14 name', 'room_info15_bus*14', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7994, 7994, 'room_info15_bus15 name', 'room_info15_bus*15', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7995, 7995, 'room_info15_bus16 name', 'room_info15_bus*16', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7996, 7996, 'room_info15_bus17 name', 'room_info15_bus*17', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7997, 7997, 'room_info15_bus18 name', 'room_info15_bus*18', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7998, 7998, 'room_info15_bus19 name', 'room_info15_bus*19', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (7999, 7999, 'room_info15_bus2 name', 'room_info15_bus*2', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8000, 8000, 'room_info15_bus20 name', 'room_info15_bus*20', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8001, 8001, 'room_info15_bus3 name', 'room_info15_bus*3', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8002, 8002, 'room_info15_bus4 name', 'room_info15_bus*4', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8003, 8003, 'room_info15_bus5 name', 'room_info15_bus*5', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8004, 8004, 'room_info15_bus6 name', 'room_info15_bus*6', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8005, 8005, 'room_info15_bus7 name', 'room_info15_bus*7', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8006, 8006, 'room_info15_bus8 name', 'room_info15_bus*8', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8007, 8007, 'room_info15_bus9 name', 'room_info15_bus*9', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8008, 8008, 'Habbo Hotel', 'room_info15_bridge1', 's', 1, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8009, 8009, 'Habbo Hotel', 'room_info15_bridge2', 's', 2, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8010, 8010, 'Habbo Hotel', 'room_info15_clouds', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8011, 8011, 'Habbo Hotel', 'room_info15_lamp1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8012, 8012, 'Habbo Hotel', 'room_info15_bench', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8013, 8013, 'Habbo Hotel', 'room_info15_sofa1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8014, 8014, 'Habbo Hotel', 'room_info15_reed', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8015, 8015, 'Habbo Hotel', 'room_info15_fridge', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8016, 8016, 'Habbo Hotel', 'room_info15_counter4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8017, 8017, 'Habbo Hotel', 'room_info15_counter2', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8018, 8018, 'Habbo Hotel', 'room_info15_counter1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8019, 8019, 'Habbo Hotel', 'room_info15_statue2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8020, 8020, 'Habbo Hotel', 'room_info15_bg', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'background_toner', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8021, 8021, 'Atlas BC', 'diamond_painting8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8022, 8022, 'HabboCopter', 'army15_copter', 's', 2, 3, 9.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8023, 8023, 'Conference Table Corner', 'army_c15_contable2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8024, 8024, 'Army Ranks 4', 'clothing_rank4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8025, 8025, 'army15_ltdhumvee', 'army15_ltdhumvee', 's', 2, 3, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8026, 8026, 'Army Teleport', 'army_c15_telemine', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8027, 8027, 'Medic Tent', 'army_c15_medictent', 's', 4, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8028, 8028, 'Notice Board', 'army_c15_notice', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8029, 8029, 'Wooden Crate', 'army_c15_crate', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8030, 8030, 'Military Parade Uniform', 'clothing_parade', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8031, 8031, 'Compass', 'army_c15_compass', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8032, 8032, 'Glass Room Divider Corner', 'army_c15_glasscrn', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8033, 8033, 'Body Scanner', 'army_c15_doorscan', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8034, 8034, 'Kevlar Outfit', 'clothing_kevlaroutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8035, 8035, 'Barrier Arm Gate', 'army_c15_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8036, 8036, 'Executive Swivel Chair', 'army_c15_leatherchr', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8037, 8037, 'Guard Stand', 'army_c15_guardcub', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8038, 8038, 'Security Fence Corner', 'army_c15_wirecrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8039, 8039, 'Sandbag', 'army_c15_sandbag', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8040, 8040, 'Overhead Light', 'army_c15_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8041, 8041, 'Military Parade Jacket', 'clothing_militaryjacket', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8042, 8042, 'Recruit Uniform', 'clothing_camooutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8043, 8043, 'Side Cap', 'clothing_napkin', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8044, 8044, 'Kevlar Vest', 'clothing_kevlar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8045, 8045, 'Army Boots', 'clothing_camoboots', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8046, 8046, 'Flat Screen TV', 'army_c15_screen', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8047, 8047, 'Army Ranks 5', 'clothing_rank5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8048, 8048, 'X-Ray Scanner', 'army15_scanner', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8049, 8049, 'Security Fence', 'army_c15_wiredividr', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8050, 8050, 'Jerry Can', 'army_c15_jerrycan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8051, 8051, 'Kevlar Helmet', 'clothing_kevlarhat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8052, 8052, 'Watchtower', 'army_c15_watchtwr', 's', 1, 1, 3.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8053, 8053, 'Conference Table', 'army_c15_contable', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8054, 8054, 'Mighty 1or of Habbo Bust', 'army15_statue', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8055, 8055, 'Foot Locker', 'army_c15_locker', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8056, 8056, 'Military Medal 1', 'clothing_medal1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8057, 8057, 'Army Ranks 3', 'clothing_rank3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8058, 8058, 'Office Cubicle', 'army_c15_officetent', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8059, 8059, 'Military Medal 3', 'clothing_medal3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8060, 8060, 'Conference Door', 'army_c15_teledoor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8061, 8061, 'Mahogany Conference Desk', 'army15_ltddesk', 's', 3, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8062, 8062, 'Swivel Chair', 'army_c15_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8063, 8063, 'Drill Sergeant Hat', 'clothing_drillserg', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8064, 8064, 'Potted Peace-Lily Plant', 'army_c15_plant', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8065, 8065, 'Army Ranks 2', 'clothing_rank2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8066, 8066, 'Folding Table', 'army_c15_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8067, 8067, 'Camp Cot', 'army_c15_bed', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8068, 8068, 'Filing Cabinet', 'army_c15_cabinet', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8069, 8069, 'Metal Shelf', 'army_c15_bookshelf', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8070, 8070, 'Military Gun Rack', 'army_c15_gunrack', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8071, 8071, 'Shipping Crate', 'army_c15_shipcon', 's', 3, 2, 2.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8072, 8072, 'Army Ranks 1', 'clothing_rank1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8073, 8073, 'Glass Room Divider', 'army_c15_glassdivdr', 's', 2, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8074, 8074, 'Military Dress Skirt', 'clothing_armyskirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8075, 8075, 'Military Parade Trousers', 'clothing_militarypants', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8076, 8076, 'Army Slop', 'army_c15_food', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8077, 8077, 'Short Blue Carpet', 'army_c15_carpet', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8078, 8078, 'Walkie Talkie', 'clothing_walkie', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8079, 8079, 'Hector the German Shepherd', 'army15_dog', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8080, 8080, 'Rugged Laptop', 'army_c15_deskcomp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8081, 8081, 'Desktop Clutter', 'army_c15_deskitem', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8082, 8082, 'Group Flag', 'army_c15_groupflag', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8083, 8083, 'Military Medal 2', 'clothing_medal2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8084, 8084, 'Camo Tank', 'clothing_camotank', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8085, 8085, 'Military Parade Hat', 'clothing_militaryhat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8086, 8086, 'Camo Cap', 'clothing_camocap', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8087, 8087, 'Camouflage Combat Trousers', 'clothing_camotuck', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8088, 8088, 'Habbo Hotel', 'room_info15_div', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8089, 8089, 'Habbo Hotel', 'room_info15_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8090, 8090, 'botnest name', 'botnest', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8091, 8091, 'Three-toed Dino Footprint', 'dino_c15_footprint', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8092, 8092, 'Pamela the Parasaurolophus', 'dino15_dinoprize6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8093, 8093, 'Plesiosaurus Fossil', 'dino15_fossil2', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dino_fossil', 20, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8094, 8094, 'Archaeopteryx Fossil', 'dino15_fossil5', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dino_fossil', 20, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8095, 8095, 'Venus Fly Trap', 'dino_c15_venusfly', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8096, 8096, 'Baby Dino Nest', 'dino_c15_nest', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8097, 8097, 'Dinosaur Hat', 'clothing_dinohat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8098, 8098, 'T-Rex Bone throne', 'dino15_throne', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8099, 8099, 'Dusty Grass Floor', 'dino_c15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8100, 8100, 'Brown Earth Blocks', 'dino_c15_blocks', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.5;1.0;1.5;2.0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8101, 8101, 'Tiny Rocks', 'dino_c15_rocksmall', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8102, 8102, 'Rock Table', 'dino_c15_table', 's', 2, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8103, 8103, 'Dilophosaurus', 'dino_c15_dilosaur', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8104, 8104, 'Monkey Puzzle Tree', 'dino_c15_tree1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8105, 8105, 'Electric Fence Corner', 'dino_c15_crn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8106, 8106, 'Lava Geyser', 'dino_c15_volcano', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '0.6;2.2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8107, 8107, 'Amber Dung Beetle', 'dino15_amberbug', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8108, 8108, 'Jurassic Meganeura LTD', 'dino15_dragonfly', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8109, 8109, 'Electric Fence Gate', 'dino_c15_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8110, 8110, 'Hot Spring Teleport', 'dino_c15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8111, 8111, 'Cave Dweller Shirt', 'clothing_caveshirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8112, 8112, 'Rib Bone Archway', 'dino_c15_ribcage', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8113, 8113, 'Ginkgos Tree', 'dino_c15_tree2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8114, 8114, 'Sleepin\' Suzie', 'dino15_dinoprize1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8115, 8115, 'Cave Dweller Hair', 'clothing_cavehair', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8116, 8116, 'Raptor Fossil', 'dino15_fossil3', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'dino_fossil', 20, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8117, 8117, 'Jumbo Rocks', 'dino_c15_rocklarge', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8118, 8118, 'Amber Saber-Toothed Duck', 'dino15_amberduck', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8119, 8119, 'Dock Leaf Bush', 'dino_c15_plant2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8120, 8120, 'Leafy Crawler', 'dino_c15_plant1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8121, 8121, 'Dino onesie', 'clothing_dino', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8122, 8122, 'Electric Fence', 'dino_c15_divdr', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8123, 8123, 'Becca the Brontosaurus', 'dino15_dinoprize3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8124, 8124, 'Ammonoidea Fossill', 'dino15_fossil1', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dino_fossil', 20, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8125, 8125, 'Cave Dweller Outfit', 'clothing_caveman', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8126, 8126, 'Mossy Log', 'dino_c15_log', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8127, 8127, 'Donald the Dodo', 'dino15_dinoprize4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8128, 8128, 'Triceratops Fossil', 'dino15_fossil4', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dino_fossil', 20, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8129, 8129, 'Tracy the Triceratops', 'dino15_dinoprize5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8130, 8130, 'Skull Hat', 'clothing_hat_skulldino', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8131, 8131, 'Clifford the T-Rex', 'dino15_dinoprize2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8132, 8132, 'Cycad Plant', 'dino_c15_tree3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8133, 8133, 'Fossil Hammer', 'fxbox_fx183', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8134, 8134, 'Gold Bullion', 'CF_300_bricks', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8135, 8135, 'Habbo Hotel', 'room_thr15_spot', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8136, 8136, 'Habbo Hotel', 'room_thr15_chair2', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8137, 8137, 'Habbo Hotel', 'room_thr15_div2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8138, 8138, 'Habbo Hotel', 'room_thr15_curtain1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8139, 8139, 'Habbo Hotel', 'room_thr15_bubjuice', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '43', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8140, 8140, 'Habbo Hotel', 'room_thr15_popcorn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '63', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8141, 8141, 'Habbo Hotel', 'room_thr15_stair', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '0.0;1.0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8142, 8142, 'Habbo Hotel', 'room_thr15_icecream', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8143, 8143, 'Habbo Hotel', 'room_thr15_chair1', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8144, 8144, 'Habbo Hotel', 'room_thr15_div3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8145, 8145, 'Habbo Hotel', 'room_thr15_stage', 's', 1, 1, 1.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8146, 8146, 'Habbo Hotel', 'room_thr15_ramp', 's', 2, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 10, '0', '0.00;0.60;1.20;1.80;2.40;3.00;3.60;4.20', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8147, 8147, 'Habbo Hotel', 'room_thr15_block', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8148, 8148, 'Habbo Hotel', 'room_thr15_div1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8149, 8149, 'Habbo Hotel', 'room_thr15_frontcur', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8150, 8150, 'Habbo Hotel', 'room_thr15_cover', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8151, 8151, 'Habbo Hotel', 'room_thr15_candy', 's', 1, 4, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8152, 8152, 'Habbo Hotel', 'room_thr15_hotdog', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '81', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8153, 8153, 'Habbo Hotel', 'room_thr15_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8154, 8154, 'Habbo Hotel', 'room_info15_roller', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8155, 8155, 'Raptor Nest', 'nest_raptor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8156, 8156, 'Velociraptor Egg', 'velociraptor_egg', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8157, 8157, 'Pterodactyl Egg', 'pterosaur_egg', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8158, 8158, 'Kale', 'petfood31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8159, 8159, 'Meat Bone', 'petfood30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8160, 8160, 'Attic Room', 'paris_c15_roof', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8161, 8161, 'Chateau Pillar', 'paris_c15_crn', 's', 1, 1, 8.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8162, 8162, 'Street Artist Display', 'paris15_paintings', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8163, 8163, 'Sailor Sweater', 'clothing_breton', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8164, 8164, 'Spotless Restaurant Table', 'paris_c15_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8165, 8165, 'Blue Bicycle', 'paris15_bicycle', 's', 1, 2, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8166, 8166, 'Cafe de Flore', 'paris_c15_building2', 's', 3, 1, 8.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8167, 8167, 'Coffee Sipping Chair', 'paris_c15_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8168, 8168, 'Parisien Pigeons', 'paris15_pigeon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8169, 8169, 'Frog\'s legs', 'paris_c15_food3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8170, 8170, 'Cafe de Flore', 'paris_c15_menu', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8171, 8171, 'Smelly Cheese', 'paris_c15_food1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8172, 8172, 'Cute Poodle', 'paris15_poodle', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8173, 8173, 'Plate of Snails', 'paris15_giftsnails', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8174, 8174, 'Pot of Roses', 'paris_c15_flowerpot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8175, 8175, 'Tomato Stall', 'paris_c15_vegstall3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8176, 8176, 'Frank\'s Fruity Cake', 'paris15_cake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8177, 8177, 'Parisien Apartment', 'paris_c15_building1', 's', 3, 1, 8.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8178, 8178, 'Love Arch', 'paris_c15_arch', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8179, 8179, 'Parisien Necktie', 'clothing_necktie', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8180, 8180, 'Shadow Patch', 'paris_c15_shadow', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8181, 8181, 'Aubergine Stall', 'paris_c15_vegstall2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8182, 8182, 'paris15_ltdfountain', 'paris15_ltdfountain', 's', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8183, 8183, 'Cobblestone Floor', 'paris_c15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8184, 8184, 'French Pancake', 'paris_c15_food2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8185, 8185, 'French Flower Cart', 'paris_c15_flowerstl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '1000;1001;1002;1006;1007;1008;1009;1019;1021;1022;1023', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8186, 8186, 'Tricolore Awning', 'paris_c15_awning', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8187, 8187, 'Parisien Sidewalk', 'paris_c15_pavement', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8188, 8188, 'Fresh Bread Cart', 'paris_c15_breadstall', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '97', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8189, 8189, 'Cabbage Stall', 'paris_c15_vegstall1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '100', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8190, 8190, 'Parisien Parasol', 'paris_c15_parasol', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8191, 8191, 'Pterodactyl Nest', 'nest_pterosaur', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8192, 8192, 'yttv_retro name', 'yttv_retro', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8193, 8193, 'Habbo 15 Rare Prize Balloon', 'habbo15_rare_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8194, 8194, 'habbo15_comp_photo name', 'habbo15_comp_photo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8195, 8195, 'Outfit Competition Finalists', 'habbo15_comp_clothing', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8196, 8196, 'Room Competition Finalists', 'habbo15_comp_room', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8197, 8197, 'Habbo 15', 'habbo15_comp_video', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8198, 8198, 'Competition Winner', 'habbo15_placeholder', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8199, 8199, 'Rare Competition Finalists', 'habbo15_comp_furni', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8200, 8200, 'Block Competition Finalists', 'habbo15_comp_blocks', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8201, 8201, 'Habbo 15 Prize Balloon', 'habbo15_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8202, 8202, 'Habbo Hotel', 'room_hall_trophy2', 's', 2, 2, 1.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8203, 8203, 'room_hall15_window name', 'room_hall15_window', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8204, 8204, 'Habbo Hotel', 'room_hall15_pillar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8205, 8205, 'Habbo Hotel', 'room_hall15_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8206, 8206, 'Habbo Hotel', 'room_hall_trophy1', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8207, 8207, 'Habbo Hotel', 'room_hall15_barch', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8208, 8208, 'pillar*10', 'pillar*10', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8209, 8209, 'Maroon Parasol', 'rare_parasol*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8210, 8210, 'Maroon Spaceship Door', 'scifidoor*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8211, 8211, 'Maroon Sleeping Bag', 'sleepingbag*11', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8212, 8212, 'Maroon Fountain', 'rare_fountain*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8213, 8213, 'Maroon Dragon Lamp', 'rare_dragonlamp*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8214, 8214, 'Maroon Powered Fan', 'rare_fan*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8215, 8215, 'Maroon Ice Cream Maker', 'rare_icecream*11', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8216, 8216, 'Maroon Oriental Door', 'wooden_screen*10', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8217, 8217, 'Maroon Amber Lamp', 'rare_beehive_bulb*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8218, 8218, 'Maroon Pillow', 'pillow*10', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8219, 8219, 'Maroon Laser Portal', 'scifiport*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8220, 8220, 'Maroon Elephant', 'rare_elephant_statue*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8221, 8221, 'Maroon Marquee', 'marquee*11', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8222, 8222, 'Maroon Smoke Machine', 'scifirocket*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8223, 8223, 'African Meerkat', 'africa15_meerkat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8224, 8224, 'Lodge Floor', 'lodge_c15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8225, 8225, 'Dungeon Bed', 'drago_c15_bed', 's', 1, 1, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8226, 8226, 'Dungeon Sofa', 'drago_c15_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8227, 8227, 'Gothic Toilet', 'gothic_c15_toilet', 's', 1, 1, 1.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8228, 8228, 'Gothic Tower', 'gothic_c15_tower', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8229, 8229, 'Gothic Divider', 'gothic_c15_dvdr', 's', 2, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8230, 8230, 'Gothic Chandelier', 'gothic_c15_chandelier', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8231, 8231, 'Gothic Corner', 'gothic_c15_crn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8232, 8232, 'Quackatoa Duck', 'anc15_pharaohduck', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8233, 8233, 'Ancient Table', 'anc_c15_table', 's', 1, 2, 0.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8234, 8234, 'Ancient Chair', 'anc_c15_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8235, 8235, 'gothic15_toilet', 'gothic15_toilet', 's', 1, 1, 1.00, 0, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8236, 8236, 'Lost Tribe Tree', 'lt_c15_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8237, 8237, 'Lost Tribe Teleport', 'lt15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8238, 8238, 'Lost Tribe Leafy Bush', 'lt_c15_bush', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8239, 8239, 'African Table', 'africa_c15_table', 's', 2, 1, 0.55, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8240, 8240, 'African Chair', 'africa_c15_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8241, 8241, 'Bongos', 'africa_c15_bongos', 's', 1, 1, 1.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8242, 8242, 'Priorities', 'habbo15_win_2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8243, 8243, 'habbo15_win_3 name', 'habbo15_win_3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8244, 8244, 'habbo15_win_1 name', 'habbo15_win_1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8245, 8245, 'Tiki Lei', 'tiki_c15_leigiver', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8246, 8246, 'Tiki Teleport', 'tiki_c15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8247, 8247, 'Greek Tile', 'greek_c15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8248, 8248, 'Greek Bench', 'greek_c15_bench', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8249, 8249, 'Greek Torch', 'greek_c15_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8250, 8250, 'greek_c15_tile name', 'greek_c15_tile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8251, 8251, 'Tool Shed', 'garden_c15_toolshed', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8252, 8252, 'Mushroom Stool', 'garden_c15_shroomchr', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8253, 8253, 'Lawnmower', 'garden15_lawnmower', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8254, 8254, 'habbo15_win_5 name', 'habbo15_win_5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8255, 8255, 'habbo15_win_4 name', 'habbo15_win_4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8256, 8256, 'habbo15_win_10 name', 'habbo15_win_10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8257, 8257, 'habbo15_win_7 name', 'habbo15_win_7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8258, 8258, 'habbo15_win_6 name', 'habbo15_win_6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8259, 8259, 'habbo15_win_8 name', 'habbo15_win_8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8260, 8260, 'Desk Phone', 'exe_c15_telephone', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8261, 8261, 'Executive Printer', 'exe_c15_printer', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8262, 8262, 'Desk Tidy', 'exe_c15_desktidy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8263, 8263, 'Steampunk Plane', 'steampunk15_plane', 's', 1, 1, 3.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8264, 8264, 'Steampunk Door', 'steampunk_c15_door', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8265, 8265, 'Steampunk Bed', 'steampunk_c15_bed', 's', 2, 3, 2.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8266, 8266, '', 'steampunk_c15_stage', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8267, 8267, 'habbo15_win_13 name', 'habbo15_win_13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8268, 8268, 'Habbo15 Outfit Competition Winner', 'habbo15_win_12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8269, 8269, 'Habbo 15th Birthday Cake', 'habbo15_birthdaycake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8270, 8270, 'habbo15_win_14 name', 'habbo15_win_14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8271, 8271, 'habbo15_win_11 name', 'habbo15_win_11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8272, 8272, 'habbo15_win_9 name', 'habbo15_win_9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8273, 8273, 'Pink Coffee Table', 'romantique_c15_table*1', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8274, 8274, 'Green Coffee Table', 'romantique_c15_table*2', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8275, 8275, 'Turquoise Coffee Table', 'romantique_c15_table*3', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8276, 8276, 'Lemon Coffee Table', 'romantique_c15_table*4', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8277, 8277, 'Black Coffee Table', 'romantique_c15_table*5', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8278, 8278, 'Romantique Dresser', 'romantique_c15_dresser', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8279, 8279, 'Uni Lamp', 'uni_c15_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8280, 8280, 'Shelf Corner', 'uni_c15_shelvescrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8281, 8281, 'Uni Bench', 'uni_c15_chair', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8282, 8282, 'Bling Chandelier', 'bling_c15_chandalier', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8283, 8283, 'Bling Billiards Table', 'bling15_pooltable', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8284, 8284, 'Daruma Doll', 'jp_c15_daruma', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8285, 8285, 'Ornate Shelf', 'jp_c15_dresser', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8286, 8286, 'Tetsubin Teapot', 'jp_c15_teapot', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8287, 8287, 'Maneki-neko', 'jp15_luckycat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8288, 8288, 'habbo15_win_19 name', 'habbo15_win_19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8289, 8289, 'habbo15_win_16 name', 'habbo15_win_16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8290, 8290, 'habbo15_win_17 name', 'habbo15_win_17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8291, 8291, 'habbo15_win_20 name', 'habbo15_win_20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8292, 8292, 'habbo15_win_15 name', 'habbo15_win_15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8293, 8293, 'habbo15_win_22 name', 'habbo15_win_22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8294, 8294, 'habbo15_win_18 name', 'habbo15_win_18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8295, 8295, 'habbo15_win_24 name', 'habbo15_win_24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8296, 8296, 'habbo15_win_28 name', 'habbo15_win_28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8297, 8297, 'Habbo 15 Room Competition Winner', 'habbo15_win_21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8298, 8298, 'habbo15_win_25 name', 'habbo15_win_25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8299, 8299, 'habbo15_win_23 name', 'habbo15_win_23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8300, 8300, 'habbo15_win_29 name', 'habbo15_win_29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8301, 8301, 'habbo15_win_26 name', 'habbo15_win_26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8302, 8302, 'Habbo Hotel', 'room_pcnc15_dvd2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8303, 8303, 'Habbo Hotel', 'room_pcnc15_dvd1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8304, 8304, 'Habbo Hotel', 'room_pcnc15_hotdog', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '81', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8305, 8305, 'Habbo Hotel', 'room_pcnc15_awn', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8306, 8306, 'Habbo Hotel', 'room_pcnc15_carrot', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8307, 8307, 'Habbo Hotel', 'room_pcnc15_table1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8308, 8308, 'Habbo Hotel', 'room_pcnc15_gzb', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8309, 8309, 'Habbo Hotel', 'room_pcnc15_wbench', 's', 1, 1, 0.90, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8310, 8310, 'Habbo Hotel', 'room_pcnc15_soda', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '43', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8311, 8311, 'Habbo Hotel', 'room_pcnc15_table3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8312, 8312, 'Habbo Hotel', 'room_pcnc15_table2', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8313, 8313, 'Habbo Hotel', 'room_pcnc15_blanket', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8314, 8314, 'Habbo Hotel', 'room_pcnc15_chair1', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8315, 8315, 'Habbo Hotel', 'room_pcnc15_wood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8316, 8316, 'Habbo Hotel', 'room_pcnc15_bbq', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8317, 8317, 'Habbo 15 Video Competition winner', 'habbo15_win_32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8318, 8318, 'habbo15_win_34 name', 'habbo15_win_34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8319, 8319, 'habbo15_win_30 name', 'habbo15_win_30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8320, 8320, 'habbo15_win_31 name', 'habbo15_win_31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8321, 8321, 'habbo15_win_35 name', 'habbo15_win_35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8322, 8322, 'habbo15_win_33 name', 'habbo15_win_33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8323, 8323, 'habbo15_win_27 name', 'habbo15_win_27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8324, 8324, 'habbo15_win_36 name', 'habbo15_win_36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8325, 8325, 'habbo15_win_38 name', 'habbo15_win_38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8326, 8326, 'habbo15_win_39 name', 'habbo15_win_39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8327, 8327, 'habbo15_win_41 name', 'habbo15_win_41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8328, 8328, 'habbo15_win_37 name', 'habbo15_win_37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8329, 8329, 'habbo15_win_43 name', 'habbo15_win_43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8330, 8330, 'habbo15_win_40 name', 'habbo15_win_40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8331, 8331, 'habbo15_win_42 name', 'habbo15_win_42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8332, 8332, 'Habbo 15 Rare Furni Competition Winner', 'habbo15_win_44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8333, 8333, 'habbo15_win_45 name', 'habbo15_win_45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8334, 8334, 'Chest plate of the redeemed', 'clothing_knighttop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8335, 8335, 'Robes of the Lost Souls', 'clothing_demonoutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8336, 8336, 'Helmet of Water', 'clothing_waterhelm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8337, 8337, 'Famine horseman mask', 'clothing_fammask', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8338, 8338, 'Cloak of the damned', 'clothing_demoncloak', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8339, 8339, 'Mask of War', 'clothing_warmask', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8340, 8340, 'Helmet of Air', 'clothing_airhelm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8341, 8341, 'Light Guardian Battle Gear', 'clothing_knightoutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8342, 8342, 'Helmet of Fire', 'clothing_firehelm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8343, 8343, 'Demonhood', 'clothing_demonhood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8344, 8344, 'Hallowed leg plates', 'clothing_knighttrousers', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8345, 8345, 'Cursed skull pendant', 'clothing_skullnecklace', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8346, 8346, 'Helmet of Earth', 'clothing_earthhelm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8347, 8347, 'Death horseman mask', 'clothing_deathmask', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8348, 8348, 'Pestilence horseman mask', 'clothing_pestmask', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8349, 8349, 'Harbinger of the Habbocalypse', 'hween_c15_angel', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8350, 8350, 'Brass Water Lily Pot', 'bonusrare16_2*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8351, 8351, 'Quartz Water Lily Pot', 'bonusrare16_2*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8352, 8352, 'Nickel Water Lily Pot', 'bonusrare16_2*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8353, 8353, 'Copper Water Lily Pot', 'bonusrare16_2*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8354, 8354, 'Mint Vase', 'bonusrare16_1*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8355, 8355, 'Cerulean Vase', 'bonusrare16_1*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8356, 8356, 'Charcoal Vase', 'bonusrare16_1*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8357, 8357, 'Mauve Vase', 'bonusrare16_1*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8358, 8358, 'Ochre Bird of Paradise', 'bonusrare16_3*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8359, 8359, 'Teal Bird of Paradise', 'bonusrare16_3*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8360, 8360, 'Mauve Bird of Paradise', 'bonusrare16_3*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8361, 8361, 'Purple Bird of Paradise', 'bonusrare16_3*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8362, 8362, 'hween_c15_evilcrystal2', 'hween_c15_evilcrystal2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8363, 8363, 'hween_c15_purecrystal2', 'hween_c15_purecrystal2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8364, 8364, 'Gloomy basement', 'hween_c15_stage', 's', 2, 1, 0.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8365, 8365, 'hween_c15_evilcrystal3', 'hween_c15_evilcrystal3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8366, 8366, 'Fog of the Habbocalypse', 'hween_c15_fog', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8367, 8367, 'Basement corner', 'hween_c15_stagecorner', 's', 1, 1, 0.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8368, 8368, 'Habbocalypse Building', 'hween_c15_building', 's', 2, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8369, 8369, 'Lost Souls Portal', 'hween_c15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8370, 8370, 'Small Lost Souls crystal', 'hween_c15_evilcrystal1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8371, 8371, 'Smelly Dumpster', 'hween_c15_dump', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8372, 8372, 'hween15_horseman3', 'hween15_horseman3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8373, 8373, 'hween_c15_purecrystal3', 'hween_c15_purecrystal3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8374, 8374, 'Skeletal Oak', 'hween_c15_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8375, 8375, 'Horseman of Death', 'hween15_ltdhorseman4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8376, 8376, 'Emblem of the Habbocalypse', 'hween_c15_shinycarpet', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8377, 8377, 'Crumbling Pillar', 'hween_c15_corner', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8378, 8378, 'Burnt Car Wreckage', 'hween_c15_car', 's', 2, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8379, 8379, 'Saintini', 'hween15_saintini', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8380, 8380, 'Demonic Frank', 'hween15_evilfrank', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8381, 8381, 'Haunted bus stop', 'hween_c15_busstop', 's', 2, 1, 1.35, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8382, 8382, 'Habbocalypse Pylons', 'hween_c15_telewire', 's', 1, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8383, 8383, 'Haunted Phone Booth', 'hween_c15_phone', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8384, 8384, 'Evil Raider', 'hween15_evilraider', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8385, 8385, 'Creeky Stairs', 'hween_c15_stairs', 's', 2, 1, 0.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8386, 8386, 'Fermenting Rubbish', 'hween_c15_rubbish', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8387, 8387, 'Windswept Road', 'hween_c15_road', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8388, 8388, 'Habbocalypse Crafting Altar', 'hween_c15_altar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8389, 8389, 'Clouds of the Habbocalypse', 'hween_c15_evilcloud', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8390, 8390, 'Corrupted Kitty', 'hween_c15_demoncat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8391, 8391, 'Horseman of Famine', 'hween15_ltdhorseman2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8392, 8392, 'hween15_horseman2', 'hween15_horseman2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8393, 8393, 'Floor fire', 'hween_c15_fire', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8394, 8394, 'Smashed Sidewalk', 'hween_c15_pavement', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8395, 8395, 'Horseman of Pestilence', 'hween15_ltdhorseman3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8396, 8396, 'hween15_horseman1', 'hween15_horseman1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8397, 8397, 'Dark Road Cracks', 'hween_c15_sdcrack', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8398, 8398, 'Swamp of Lost Souls', 'hween_c15_sdwater', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'water', 2, '0', '', '', 185, 185, '');
+INSERT INTO `items_base` VALUES (8399, 8399, 'Horseman of War', 'hween15_ltdhorseman1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8400, 8400, 'Damaged Lamp post', 'hween_c15_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8401, 8401, 'Sam-Ta Cherub', 'hween15_saintta', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8402, 8402, 'hween15_horseman4', 'hween15_horseman4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8403, 8403, 'hween15_horseman5', 'hween15_horseman5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8404, 8404, 'Small Pure crystal', 'hween_c15_purecrystal1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8405, 8405, 'Purple Skull Credit Furni', 'CF_750_evilskull', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8406, 8406, 'Sacrificial altar bed', 'hween_c15_altarbed', 's', 1, 3, 2.20, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8407, 8407, 'horse_dye_18 name', 'horse_dye_18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8408, 8408, 'Future is Back Hoverboard', 'fxbox_fx14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8409, 8409, 'hween_c15_pumpkin2', 'hween_c15_pumpkin2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8410, 8410, 'hween_c15_pumpkin1', 'hween_c15_pumpkin1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8411, 8411, 'Blue Cushioned Chair', 'ktchn_c15_chair_b', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8412, 8412, 'Varnished Worktop', 'ktchn_c15_divdr', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8413, 8413, 'Green Kitchen Table', 'ktchn_c15_table_g', 's', 2, 2, 1.25, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8414, 8414, 'Red Brick Floor', 'ktchn_c15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8415, 8415, 'Bread Bin', 'ktchn_c15_bread', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8416, 8416, 'Blue Kitchen Table', 'ktchn_c15_table_b', 's', 2, 2, 1.25, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8417, 8417, 'Chopping Board', 'ktchn_c15_chopboard', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8418, 8418, 'Green Cushioned Chair', 'ktchn_c15_chair_g', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8419, 8419, 'Pink Kitchen Lamp', 'ktchn_c15_lamp_p', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8420, 8420, 'Coffee Machine', 'ktchn15_coffeemaker', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '14', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8421, 8421, 'Cereal Selection', 'ktchn_c15_cereal', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8422, 8422, 'Blue Kitchen Lamp', 'ktchn_c15_lamp_b', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8423, 8423, 'Stainless Steel Sink', 'ktchn_c15_sink', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8424, 8424, 'Pink Cushioned Chair', 'ktchn_c15_chair_p', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8425, 8425, 'Green Kitchen Lamp', 'ktchn_c15_lamp_g', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8426, 8426, 'Varnished Worktop Corner', 'ktchn_c15_crn', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8427, 8427, 'Antique Crockery Cupboard', 'ktchn15_cabinet', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8428, 8428, 'White Restaurant Door', 'ktchn_c15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8429, 8429, 'Deluxe Dishwasher', 'ktchn_c15_dishwasher', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8430, 8430, 'Pink Kitchen Table', 'ktchn_c15_table_p', 's', 2, 2, 1.25, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8431, 8431, 'Stainless Steel Oven', 'ktchn_c15_stove', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8432, 8432, 'Bobba Juice Rack', 'ktchn15_bubblejuicerack', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8433, 8433, 'Varnished Kitchen Gate', 'ktchn_c15_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8434, 8434, 'Deluxe Refrigerator', 'ktchn15_fridge', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '3,5,6,2,4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8435, 8435, 'Breakfast Buffet', 'ktchn_c15_food', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8436, 8436, 'Deluxe Microwave', 'ktchn_c15_microwave', 's', 1, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8437, 8437, 'Chilled Drinks', 'ktchn_c15_drinks', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8438, 8438, 'MINI Pumpkin Pack', 'habbo15_pumpkin1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8439, 8439, 'MEGA Pumpkin Pack', 'habbo15_pumpkin2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8440, 8440, 'xmas_c15_bushy1 name', 'xmas_c15_bushy1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8441, 8441, 'Solid Gold Corner', 'gold_c15_arc_div2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8442, 8442, 'Solid Gold Seat', 'gold_c15_arc_seat', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8443, 8443, 'Solid Gold Rug', 'gold_c15_arc_icerug', 's', 2, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8444, 8444, 'Solid Gold Penguin', 'gold_c15_arc_statue', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8445, 8445, 'Solid Gold Divider', 'gold_c15_arc_div1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8446, 8446, 'Solid Gold Lantern', 'gold_c15_arc_lantern', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8447, 8447, 'Solid Gold Lamp', 'gold_c15_arc_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8448, 8448, 'Solid Gold Campfire', 'gold_c15_arc_camp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8449, 8449, 'Solid Gold Hot Tub', 'gold_c15_arc_tub', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8450, 8450, 'Solid Gold Chair', 'gold_c15_arc_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8451, 8451, 'Pot O\' Gold', 'gold_rare_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8452, 8452, 'Solid Gold Cube Tree', 'gold_c15_arc_tree1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8453, 8453, 'Solid Gold Table', 'gold_c15_arc_table', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8454, 8454, 'Solid Gold Geyser', 'gold_c15_arc_geysir', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8455, 8455, 'Solid Gold Teleporter', 'gold_c15_arc_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8456, 8456, 'Solid Gold Fish Hole', 'gold_c15_arc_hole', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8457, 8457, 'Solid Gold Snow', 'gold_c15_arc_snow', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8458, 8458, 'Solid Gold Christmas Tree', 'gold_c15_arc_tree2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8459, 8459, 'xmas15_nutcrackerltd', 'xmas15_nutcrackerltd', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8460, 8460, 'Albert the Alpaca', 'xmas_c15_advent6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8461, 8461, 'Seal Topiary', 'xmas_c15_bushy5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8462, 8462, 'Santa Trousers', 'clothing_santapants', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8463, 8463, 'Toy Shop Market Stall Insert', 'xmas_c15_store1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8464, 8464, 'Blanket Scarf', 'clothing_bscarf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8465, 8465, 'Red Snowy Roof', 'xmas_c15_roof1', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8466, 8466, 'Freeze Veteran Statue', 'winter15_freeze', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8467, 8467, 'Dark Wood Fence', 'xmas_c15_fnc', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8468, 8468, 'Gold Hydrant', 'winter15_wpost', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8469, 8469, 'Ice Hockey Pro Statue', 'winter15_icehockey', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8470, 8470, 'Grey Stone Building', 'xmas_c15_buildbase2', 's', 1, 3, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8471, 8471, 'Rabbit Topiary', 'xmas_c15_bushy3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8472, 8472, 'Gingerbread Market Stall Insert', 'xmas_c15_store4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8473, 8473, 'Christmas Bow', 'clothing_xmasbow', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8474, 8474, 'Stevie the St. Bernard', 'xmas_c15_advent5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8475, 8475, 'Christmas Poinsettia', 'xmas_c15_poinsettia', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8476, 8476, 'Brownstone Building', 'xmas_c15_buildbase1', 's', 1, 3, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8477, 8477, 'Dark Wood Fence', 'xmas_c15_crnr', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8478, 8478, 'Clock Tower', 'xmas15_clocktower', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8479, 8479, 'Santa Claus Suit', 'clothing_santaoutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8480, 8480, 'Mrs. Claus Outfit', 'clothing_cladyoutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8481, 8481, 'Candy Market Stall Insert', 'xmas_c15_store2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8482, 8482, 'Market Stall', 'xmas_c15_stall', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8483, 8483, 'Dark Snow Patch', 'xmas_c15_snow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8484, 8484, 'Bandstand', 'xmas_c15_bndstnd', 's', 3, 3, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8485, 8485, 'Rudolf the Red-Nosed Reindeer', 'xmas15_rudolf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8486, 8486, 'Blue Snow Roof', 'xmas_c15_roof2', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8487, 8487, 'Christmas Dress', 'clothing_cladydress', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8488, 8488, 'Gregory Goat', 'xmas_c15_advent2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8489, 8489, 'Gold Winter Pine', 'winter15_tree4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8490, 8490, 'Bear Topiary', 'xmas_c15_bushy2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8491, 8491, 'Christmas Wishing Well', 'xmas15_wishltd', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8492, 8492, 'Snowglobe', 'xmas_c15_advent8', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8493, 8493, 'Cute Curly Hair', 'clothing_cladyhair', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8494, 8494, 'Glowing Reindeer', 'xmas15_glowdeerltd', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8495, 8495, 'Santa Top', 'clothing_santatop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8496, 8496, 'Fancy Ribbon', 'clothing_ribbon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8497, 8497, 'Holly Hedgehog', 'xmas_c15_advent3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8498, 8498, 'Santa Hat', 'clothing_santahat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8499, 8499, 'Finnish Forest Reindeer', 'xmas_c15_reindeer', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8500, 8500, 'Frozen Fountain', 'xmas15_fountainltd', 's', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8501, 8501, 'Oversized Snood', 'clothing_snood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8502, 8502, 'Bratwurst Market Stall Insert', 'xmas_c15_store3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8503, 8503, 'Grouchy Cat', 'xmas_c15_advent1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8504, 8504, 'Christmas Archway', 'xmas_c15_arch', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8505, 8505, 'Gold Corner', 'winter15_fnc_crnr', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8506, 8506, 'Samantha Squirrel', 'xmas_c15_advent4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8507, 8507, 'Christmas Shoes', 'clothing_cladyshoes', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8508, 8508, 'Snowboarding Ace Statue', 'winter15_snowboard', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8509, 8509, 'Santa Beard', 'clothing_santabeard', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8510, 8510, 'Snow Capped Mountains', 'xmas_c15_mntn', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8511, 8511, 'Bavarian Christmas Photo Stand', 'xmas15_stand', 's', 2, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8512, 8512, 'Brown Timber Frame Building', 'xmas_c15_buildmid2', 's', 1, 3, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8513, 8513, 'Penguin Topiary', 'xmas_c15_bushy6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8514, 8514, 'Winter Shrub', 'xmas_c15_snwbush', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8515, 8515, 'Ornate Winter Sleigh', 'xmas15_sleigh', 's', 1, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8516, 8516, 'Pro Ice Skater Statue', 'winter15_iceskater', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8517, 8517, 'Bushy Pine Tree', 'xmas_c15_alpinetree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8518, 8518, 'Knitted Headband', 'clothing_knitband', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8519, 8519, 'DIY Christmas Tree', 'xmas_c15_decotree', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8520, 8520, 'Rocky Road', 'xmas_c15_stone', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8521, 8521, 'Squirrel Topiary', 'xmas_c15_bushy4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8522, 8522, 'Gold Lamp Post', 'winter15_lmppst', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8523, 8523, 'The Thing Snowglobe', 'xmas_c15_advent7', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8524, 8524, 'Moonlight', 'xmas_c15_mlight', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8525, 8525, 'Beige Timber Frame Building', 'xmas_c15_buildmid1', 's', 1, 3, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8526, 8526, 'Slouchy Knit Hat', 'clothing_knithat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8527, 8527, 'Varnished Writing Desk', 'hc16_10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8528, 8528, 'Miniature Pavilion', 'hc16_1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8529, 8529, 'Green Stash Chest', 'hc16_4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8530, 8530, 'Gleaming Sink', 'hc16_12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8531, 8531, 'Four Poster Bed', 'hc16_11', 's', 1, 3, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8532, 8532, 'Giant Houseplant', 'hc16_5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8533, 8533, 'Fancy Vase', 'hc16_9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8534, 8534, 'Polished Oak Floorboards', 'hc16_7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8535, 8535, 'Propeller Lamp', 'hc16_2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8536, 8536, 'Bureau Divider', 'hc16_6', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8537, 8537, 'Frank\'s Bubbly', 'hc16_3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '24', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8538, 8538, 'Antique Air Conditioning', 'hc16_8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8539, 8539, 'Snazzy Star Decoration', 'ny16_stars', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8540, 8540, 'Purple Party Hat', 'clothing_party5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8541, 8541, 'Orange Party Hat', 'clothing_party4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8542, 8542, 'Turquoise Party Hat', 'clothing_party8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8543, 8543, 'Black Party Hat', 'clothing_party6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8544, 8544, '2016 Balloons', 'ny_c16_sign', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8545, 8545, 'Gold Party Hat', 'clothing_party3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8546, 8546, 'White Party Hat', 'clothing_party7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8547, 8547, 'Monkey Balloon', 'cny16_monkeyballoon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8548, 8548, 'Party Hat Gift Box', 'ny16_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8549, 8549, 'Gold Accessory Pack', 'clothing_goldpack1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8550, 8550, 'Monkey Statue', 'china_monkey', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8551, 8551, '2016 Bubble Juice', 'CF_1200_ny16', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8552, 8552, 'tile_fxprovider_nfs name', 'tile_fxprovider_nfs', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'tile_fxprovider_nfs', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8553, 8553, 'Spaceman Helmet', 'clothing_hat_space1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8554, 8554, 'Ruby Sloth', 'rare_prize16*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8555, 8555, 'Game Hub Sloth', 'rare_prize16*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8556, 8556, 'Jasper Sloth', 'rare_prize16*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8557, 8557, 'Turquoise Sloth', 'rare_prize16*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8558, 8558, 'Topaz Sloth', 'rare_prize16*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8559, 8559, 'Beryl Sloth', 'rare_prize16*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8560, 8560, 'February Blues Sloth', 'rare_prize16*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8561, 8561, 'Emerald Sloth', 'rare_prize16*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8562, 8562, 'Onyx Sloth', 'rare_prize16*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8563, 8563, 'Jade Sloth', 'rare_prize16*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8564, 8564, 'Pearl Sloth', 'rare_prize16*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8565, 8565, 'Aquamarine Sloth', 'rare_prize16*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8566, 8566, 'Citrine Sloth', 'rare_prize16*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8567, 8567, 'Amethyst Sloth', 'rare_prize16*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8568, 8568, 'Blossom Volcano', 'val16_float2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8569, 8569, 'Lovebirds of Paradise', 'val_c16_lovebirds', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8570, 8570, 'Tiki Cat', 'val_c16_tikicat', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8571, 8571, 'Tiki Melon Cat', 'val_c16_tikicat2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8572, 8572, 'Lustrous Peacock', 'val16_float3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8573, 8573, 'Shell Fountain', 'val_c16_shellfountain', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8574, 8574, 'Luminous Love Oyster', 'val16_float1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8575, 8575, 'Floral Lion', 'val16_float4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8576, 8576, 'Vase of Passion', 'val_c16_vase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8577, 8577, 'easter16_habberge6ltd', 'easter16_habberge6ltd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8578, 8578, 'clothing_pjtop3 name', 'clothing_pjtop3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8579, 8579, 'Tracksuit Bottoms', 'clothing_sportpants', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8580, 8580, 'Skater Outfit', 'clothing_urbanoutfit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8581, 8581, 'Jumper Belt', 'clothing_tiedjumper', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8582, 8582, 'Posh Cumberband', 'clothing_cumberband', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8583, 8583, 'Comfort Clothes Outfit', 'clothing_casualoutfit1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8584, 8584, 'Top Knot', 'clothing_manbun', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8585, 8585, 'Denim Vest', 'clothing_denimvest', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8586, 8586, 'Pyjama Bottoms', 'clothing_pjbottoms1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8587, 8587, 'Moon Pyjamas', 'clothing_pjtop1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8588, 8588, 'Hipster Glasses', 'clothing_hipsterglasses', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8589, 8589, 'Spotless Tuxedo', 'clothing_tux', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8590, 8590, 'Office Tie', 'clothing_tie1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8591, 8591, 'Head Bandage', 'clothing_bandage', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8592, 8592, 'Denim Shorts', 'clothing_denimshorts', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8593, 8593, 'clothing_brainjar', 'clothing_brainjar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8594, 8594, 'Candy Duck', 'easter_c16_mallowduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8595, 8595, 'Flower Power Outfit', 'clothing_floraloutfit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8596, 8596, 'easter16_habberge9ltd', 'easter16_habberge9ltd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8597, 8597, 'Duck Hat', 'clothing_duckhat', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8598, 8598, 'Punk Outfit', 'clothing_punkoutfit2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8599, 8599, 'Starched Tuxedo Shirt', 'clothing_tuxshirt', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8600, 8600, 'Moon Pyjamas Outfit', 'clothing_pjoutfit1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8601, 8601, 'Spectacled Hipster Outfit', 'clothing_hipoutfit3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8602, 8602, 'Canvas Slip Ons', 'clothing_sliponcanvas', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8603, 8603, 'Nu Raver Outfit', 'clothing_punkoutfit1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8604, 8604, 'Backwards Cap', 'clothing_backcap', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8605, 8605, 'Mermaid Hair', 'clothing_mermaid', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8606, 8606, 'Two-Tone Hoodie', 'clothing_jacket_twotone', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8607, 8607, 'Hipster Hair', 'clothing_hipster2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8608, 8608, 'Dragon Habberge Egg', 'easter16_habberge8ltd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8609, 8609, 'Disco Hair', 'clothing_disco', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8610, 8610, 'Long sleeve T-Shirt', 'clothing_longtshirt', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8611, 8611, 'Sports Jacket', 'clothing_sportsjckt', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8612, 8612, 'Polka Dot Dress', 'clothing_polkadress', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8613, 8613, 'Posh Waiter Outfit', 'clothing_tuxoutfit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8614, 8614, 'Ripped Up Top', 'clothing_rippedtop', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8615, 8615, 'easter16_habberge7ltd', 'easter16_habberge7ltd', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8616, 8616, 'Bearded Hipster Outfit', 'clothing_hipoutfit1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8617, 8617, 'Spectacled Designer Outfit', 'clothing_hipoutfit2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8618, 8618, 'Paparazzi Camera', 'clothing_camera', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8619, 8619, 'Bed Hair', 'clothing_bedhair', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8620, 8620, 'Halter Top', 'clothing_halter', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8621, 8621, 'Sheep Pyjamas Outfit', 'clothing_pjoutfit2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8622, 8622, 'clothing_pjtop2 name', 'clothing_pjtop2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8623, 8623, 'Star Pyjamas Outfit', 'clothing_pjoutfit3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8624, 8624, 'Off-Shoulder Jumper', 'clothing_offshldrjumper', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8625, 8625, 'Oversized Sunglasses', 'clothing_bigshades', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8626, 8626, 'Noble Crown', 'clothing_noblecrown', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8627, 8627, 'Ombre Hair', 'clothing_ombrehr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8628, 8628, 'Scarlet Rose Pillar', 'bonusrare16_4*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8629, 8629, 'Violet Rose Pillar', 'bonusrare16_4*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8630, 8630, 'Lilac Rose Pillar', 'bonusrare16_4*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8631, 8631, 'Azure Rose Pillar', 'bonusrare16_4*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8632, 8632, 'icedblk_c16_table_1 name', 'icedblk_c16_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8633, 8633, 'Dark Iced Coffee Table (Purple)', 'icedblk_c16_table*10', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8634, 8634, 'Dark Iced Coffee Table (Pink)', 'icedblk_c16_table*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8635, 8635, 'Dark Iced Coffee Table (Grey)', 'icedblk_c16_table*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8636, 8636, 'Dark Iced Coffee Table (White)', 'icedblk_c16_table*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8637, 8637, 'Dark Iced Coffee Table (Beige)', 'icedblk_c16_table*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8638, 8638, 'Dark Iced Coffee Table (Blue)', 'icedblk_c16_table*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8639, 8639, 'Dark Iced Coffee Table (Green)', 'icedblk_c16_table*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8640, 8640, 'Dark Iced Coffee Table (Yellow)', 'icedblk_c16_table*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8641, 8641, 'Dark Iced Coffee Table (Red)', 'icedblk_c16_table*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8642, 8642, 'icedblk_c16_div4_1 name', 'icedblk_c16_div4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8643, 8643, 'Dark Iced Shutter (Purple)', 'icedblk_c16_div4*10', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8644, 8644, 'Dark Iced Shutter (Pink)', 'icedblk_c16_div4*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8645, 8645, 'Dark Iced Shutter (Grey)', 'icedblk_c16_div4*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8646, 8646, 'Dark Iced Shutter (White)', 'icedblk_c16_div4*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8647, 8647, 'Dark Iced Shutter (Beige)', 'icedblk_c16_div4*5', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8648, 8648, 'Dark Iced Shutter (Blue)', 'icedblk_c16_div4*6', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8649, 8649, 'Dark Iced Shutter (Green)', 'icedblk_c16_div4*7', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8650, 8650, 'Dark Iced Shutter (Yellow)', 'icedblk_c16_div4*8', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8651, 8651, 'Dark Iced Shutter (Red)', 'icedblk_c16_div4*9', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8652, 8652, 'icedblk_c16_div2_1 name', 'icedblk_c16_div2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8653, 8653, 'Dark Iced Bar (Purple)', 'icedblk_c16_div2*10', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8654, 8654, 'Dark Iced Bar (Pink)', 'icedblk_c16_div2*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8655, 8655, 'Dark Iced Bar (Grey)', 'icedblk_c16_div2*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8656, 8656, 'Dark Iced Bar (White)', 'icedblk_c16_div2*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8657, 8657, 'Dark Iced Bar (Beige)', 'icedblk_c16_div2*5', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8658, 8658, 'Dark Iced Bar (Blue)', 'icedblk_c16_div2*6', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8659, 8659, 'Dark Iced Bar (Green)', 'icedblk_c16_div2*7', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8660, 8660, 'Dark Iced Bar (Yellow)', 'icedblk_c16_div2*8', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8661, 8661, 'Dark Iced Bar (Red)', 'icedblk_c16_div2*9', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8662, 8662, 'icedblk_c16_couch_1 name', 'icedblk_c16_couch', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8663, 8663, 'Dark Iced Bench (Purple)', 'icedblk_c16_couch*10', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8664, 8664, 'Dark Iced Bench (Pink)', 'icedblk_c16_couch*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8665, 8665, 'Dark Iced Bench (Grey)', 'icedblk_c16_couch*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8666, 8666, 'Dark Iced Bench (White)', 'icedblk_c16_couch*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8667, 8667, 'Dark Iced Bench (Beige)', 'icedblk_c16_couch*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8668, 8668, 'Dark Iced Bench (Blue)', 'icedblk_c16_couch*6', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8669, 8669, 'Dark Iced Bench (Green)', 'icedblk_c16_couch*7', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8670, 8670, 'Dark Iced Bench (Yellow)', 'icedblk_c16_couch*8', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8671, 8671, 'Dark Iced Bench (Red)', 'icedblk_c16_couch*9', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8672, 8672, 'icedblk_c16_div3_1 name', 'icedblk_c16_div3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8673, 8673, 'Dark Iced Gate (Purple)', 'icedblk_c16_div3*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8674, 8674, 'Dark Iced Gate (Pink)', 'icedblk_c16_div3*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8675, 8675, 'Dark Iced Gate (Grey)', 'icedblk_c16_div3*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8676, 8676, 'Dark Iced Gate (White)', 'icedblk_c16_div3*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8677, 8677, 'Dark Iced Gate (Beige)', 'icedblk_c16_div3*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8678, 8678, 'Dark Iced Gate (Blue)', 'icedblk_c16_div3*6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8679, 8679, 'Dark Iced Gate (Green)', 'icedblk_c16_div3*7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8680, 8680, 'Dark Iced Gate (Yellow)', 'icedblk_c16_div3*8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8681, 8681, 'Dark Iced Gate (Red)', 'icedblk_c16_div3*9', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8682, 8682, 'icedblk_c16_solarium_1 name', 'icedblk_c16_solarium', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8683, 8683, 'Dark Iced Panel (Purple)', 'icedblk_c16_solarium*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8684, 8684, 'Dark Iced Panel (Pink)', 'icedblk_c16_solarium*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8685, 8685, 'Dark Iced Panel (Grey)', 'icedblk_c16_solarium*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8686, 8686, 'Dark Iced Panel (White)', 'icedblk_c16_solarium*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8687, 8687, 'Dark Iced Panel (Beige)', 'icedblk_c16_solarium*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8688, 8688, 'Dark Iced Panel (Blue)', 'icedblk_c16_solarium*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8689, 8689, 'Dark Iced Panel (Green)', 'icedblk_c16_solarium*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8690, 8690, 'Dark Iced Panel (Yellow)', 'icedblk_c16_solarium*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8691, 8691, 'Dark Iced Panel (Red)', 'icedblk_c16_solarium*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8692, 8692, 'icedblk_c16_shelves_1 name', 'icedblk_c16_shelves', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8693, 8693, 'Dark Iced Bookcase (Purple)', 'icedblk_c16_shelves*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8694, 8694, 'Dark Iced Bookcase (Pink)', 'icedblk_c16_shelves*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8695, 8695, 'Dark Iced Bookcase (Grey)', 'icedblk_c16_shelves*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8696, 8696, 'Dark Iced Bookcase (White)', 'icedblk_c16_shelves*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8697, 8697, 'Dark Iced Bookcase (Beige)', 'icedblk_c16_shelves*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8698, 8698, 'Dark Iced Bookcase (Blue)', 'icedblk_c16_shelves*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8699, 8699, 'Dark Iced Bookcase (Green)', 'icedblk_c16_shelves*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8700, 8700, 'Dark Iced Bookcase (Yellow)', 'icedblk_c16_shelves*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8701, 8701, 'Dark Iced Bookcase (Red)', 'icedblk_c16_shelves*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8702, 8702, 'icedblk_c16_sofachair_1 name', 'icedblk_c16_sofachair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8703, 8703, 'Dark Iced Sofachair (Purple)', 'icedblk_c16_sofachair*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8704, 8704, 'Dark Iced Sofachair (Pink)', 'icedblk_c16_sofachair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8705, 8705, 'Dark Iced Sofachair (Grey)', 'icedblk_c16_sofachair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8706, 8706, 'Dark Iced Sofachair (White)', 'icedblk_c16_sofachair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8707, 8707, 'Dark Iced Sofachair (Beige)', 'icedblk_c16_sofachair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8708, 8708, 'Dark Iced Sofachair (Blue)', 'icedblk_c16_sofachair*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8709, 8709, 'Dark Iced Sofachair (Green)', 'icedblk_c16_sofachair*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8710, 8710, 'Dark Iced Sofachair (Yellow)', 'icedblk_c16_sofachair*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8711, 8711, 'Dark Iced Sofachair (Red)', 'icedblk_c16_sofachair*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8712, 8712, 'icedblk_c16_div1_1 name', 'icedblk_c16_div1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8713, 8713, 'Dark Iced Corner (Purple)', 'icedblk_c16_div1*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8714, 8714, 'Dark Iced Corner (Pink)', 'icedblk_c16_div1*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8715, 8715, 'Dark Iced Corner (Grey)', 'icedblk_c16_div1*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8716, 8716, 'Dark Iced Corner (White)', 'icedblk_c16_div1*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8717, 8717, 'Dark Iced Corner (Beige)', 'icedblk_c16_div1*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8718, 8718, 'Dark Iced Corner (Blue)', 'icedblk_c16_div1*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8719, 8719, 'Dark Iced Corner (Green)', 'icedblk_c16_div1*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8720, 8720, 'Dark Iced Corner (Yellow)', 'icedblk_c16_div1*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8721, 8721, 'Dark Iced Corner (Red)', 'icedblk_c16_div1*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8722, 8722, 'icedblk_c16_sofa_1 name', 'icedblk_c16_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8723, 8723, 'Dark Iced Sofa (Purple)', 'icedblk_c16_sofa*10', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8724, 8724, 'Dark Iced Sofa (Pink)', 'icedblk_c16_sofa*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8725, 8725, 'Dark Iced Sofa (Grey)', 'icedblk_c16_sofa*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8726, 8726, 'Dark Iced Sofa (White)', 'icedblk_c16_sofa*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8727, 8727, 'Dark Iced Sofa (Beige)', 'icedblk_c16_sofa*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8728, 8728, 'Dark Iced Sofa (Blue)', 'icedblk_c16_sofa*6', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8729, 8729, 'Dark Iced Sofa (Green)', 'icedblk_c16_sofa*7', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8730, 8730, 'Dark Iced Sofa (Yellow)', 'icedblk_c16_sofa*8', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8731, 8731, 'Dark Iced Sofa (Red)', 'icedblk_c16_sofa*9', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8732, 8732, 'icedblk_c16_chair_1 name', 'icedblk_c16_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8733, 8733, 'Dark Iced Chair (Purple)', 'icedblk_c16_chair*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8734, 8734, 'Dark Iced Chair (Pink)', 'icedblk_c16_chair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8735, 8735, 'Dark Iced Chair (Grey)', 'icedblk_c16_chair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8736, 8736, 'Dark Iced Chair (White)', 'icedblk_c16_chair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8737, 8737, 'Dark Iced Chair (Beige)', 'icedblk_c16_chair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8738, 8738, 'Dark Iced Chair (Blue)', 'icedblk_c16_chair*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8739, 8739, 'Dark Iced Chair (Green)', 'icedblk_c16_chair*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8740, 8740, 'Dark Iced Chair (Yellow)', 'icedblk_c16_chair*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8741, 8741, 'Dark Iced Chair (Red)', 'icedblk_c16_chair*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8742, 8742, 'icedblk_c16_div5_1 name', 'icedblk_c16_div5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8743, 8743, 'Dark Iced Angle (Purple)', 'icedblk_c16_div5*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8744, 8744, 'Dark Iced Angle (Pink)', 'icedblk_c16_div5*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8745, 8745, 'Dark Iced Angle (Grey)', 'icedblk_c16_div5*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8746, 8746, 'Dark Iced Angle (White)', 'icedblk_c16_div5*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8747, 8747, 'Dark Iced Angle (Beige)', 'icedblk_c16_div5*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8748, 8748, 'Dark Iced Angle (Blue)', 'icedblk_c16_div5*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8749, 8749, 'Dark Iced Angle (Green)', 'icedblk_c16_div5*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8750, 8750, 'Dark Iced Angle (Yellow)', 'icedblk_c16_div5*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8751, 8751, 'Dark Iced Angle (Red)', 'icedblk_c16_div5*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8752, 8752, 'Dark Pura Book Shelf', 'purablk_c16_shelve', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8753, 8753, 'Dark Pura Block (Aqua)', 'purablk_c16_eleblock*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8754, 8754, 'Dark Pura Block (Purple)', 'purablk_c16_eleblock*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8755, 8755, 'Dark Pura Block (Pink)', 'purablk_c16_eleblock*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8756, 8756, 'Dark Pura Block (Grey)', 'purablk_c16_eleblock*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8757, 8757, 'Dark Pura Block (White)', 'purablk_c16_eleblock*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8758, 8758, 'Dark Pura Block (Beige)', 'purablk_c16_eleblock*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8759, 8759, 'Dark Pura Block (Blue)', 'purablk_c16_eleblock*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8760, 8760, 'Dark Pura Block (Green)', 'purablk_c16_eleblock*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8761, 8761, 'Dark Pura Block (Yellow)', 'purablk_c16_eleblock*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8762, 8762, 'Dark Pura Block (Red)', 'purablk_c16_eleblock*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8763, 8763, 'Dark Pura Quarter-Round (Aqua)', 'purablk_c16_round*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8764, 8764, 'Dark Pura Quarter-Round (Purple)', 'purablk_c16_round*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8765, 8765, 'Dark Pura Quarter-Round (Pink)', 'purablk_c16_round*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8766, 8766, 'Dark Pura Quarter-Round (Grey)', 'purablk_c16_round*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8767, 8767, 'Dark Pura Quarter-Round (White)', 'purablk_c16_round*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8768, 8768, 'Dark Pura Quarter-Round (Beige)', 'purablk_c16_round*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8769, 8769, 'Dark Pura Quarter-Round (Blue)', 'purablk_c16_round*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8770, 8770, 'Dark Pura Quarter-Round (Green)', 'purablk_c16_round*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8771, 8771, 'Dark Pura Quarter-Round (Yellow)', 'purablk_c16_round*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8772, 8772, 'Dark Pura Quarter-Round (Red)', 'purablk_c16_round*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8773, 8773, 'Dark Pura Bubble Lamp', 'purablk_c16_lamp1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8774, 8774, 'Dark Pura Egg Chair (Aqua)', 'purablk_c16_chair*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8775, 8775, 'Dark Pura Egg Chair (Purple)', 'purablk_c16_chair*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8776, 8776, 'Dark Pura Egg Chair (Pink)', 'purablk_c16_chair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8777, 8777, 'Dark Pura Egg Chair (Grey)', 'purablk_c16_chair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8778, 8778, 'Dark Pura Egg Chair (White)', 'purablk_c16_chair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8779, 8779, 'Dark Pura Egg Chair (Beige)', 'purablk_c16_chair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8780, 8780, 'Dark Pura Egg Chair (Blue)', 'purablk_c16_chair*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8781, 8781, 'Dark Pura Egg Chair (Green)', 'purablk_c16_chair*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8782, 8782, 'Dark Pura Egg Chair (Yellow)', 'purablk_c16_chair*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8783, 8783, 'Dark Pura Egg Chair (Red)', 'purablk_c16_chair*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8784, 8784, 'Dark Pura Block Lamp', 'purablk_c16_lamp3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8785, 8785, 'Dark Pura Double Bed (Aqua)', 'purablk_c16_bed*1', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8786, 8786, 'Dark Pura Double Bed (Purple)', 'purablk_c16_bed*10', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8787, 8787, 'Dark Pura Double Bed (Pink)', 'purablk_c16_bed*2', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8788, 8788, 'Dark Pura Double Bed (Grey)', 'purablk_c16_bed*3', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8789, 8789, 'Dark Pura Double Bed (White)', 'purablk_c16_bed*4', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8790, 8790, 'Dark Pura Double Bed (Beige)', 'purablk_c16_bed*5', 's', 2, 1, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8791, 8791, 'Dark Pura Double Bed (Blue)', 'purablk_c16_bed*6', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8792, 8792, 'Dark Pura Double Bed (Green)', 'purablk_c16_bed*7', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8793, 8793, 'Dark Pura Double Bed (Yellow)', 'purablk_c16_bed*8', 's', 2, 1, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8794, 8794, 'Dark Pura Double Bed (Red)', 'purablk_c16_bed*9', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8795, 8795, 'Dark Pura Straight Module (Aqua)', 'purablk_c16_mdl3*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8796, 8796, 'Dark Pura Straight Module (Purple)', 'purablk_c16_mdl3*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8797, 8797, 'Dark Pura Straight Module (Pink)', 'purablk_c16_mdl3*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8798, 8798, 'Dark Pura Straight Module (Grey)', 'purablk_c16_mdl3*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8799, 8799, 'Dark Pura Straight Module (White)', 'purablk_c16_mdl3*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8800, 8800, 'Dark Pura Straight Module (Beige)', 'purablk_c16_mdl3*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8801, 8801, 'Dark Pura Straight Module (Blue)', 'purablk_c16_mdl3*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8802, 8802, 'Dark Pura Straight Module (Green)', 'purablk_c16_mdl3*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8803, 8803, 'Dark Pura Straight Module (Yellow)', 'purablk_c16_mdl3*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8804, 8804, 'Dark Pura Straight Module (Red)', 'purablk_c16_mdl3*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8805, 8805, 'Dark Pura Single Bed (Aqua)', 'purablk_c16_bedone*1', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8806, 8806, 'Dark Pura Single Bed (Purple)', 'purablk_c16_bedone*10', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8807, 8807, 'Dark Pura Single Bed (Pink)', 'purablk_c16_bedone*2', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8808, 8808, 'Dark Pura Single Bed (Grey)', 'purablk_c16_bedone*3', 's', 1, 1, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8809, 8809, 'Dark Pura Single Bed (White)', 'purablk_c16_bedone*4', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8810, 8810, 'Dark Pura Single Bed (Beige)', 'purablk_c16_bedone*5', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8811, 8811, 'Dark Pura Single Bed (Blue)', 'purablk_c16_bedone*6', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8812, 8812, 'Dark Pura Single Bed (Green)', 'purablk_c16_bedone*7', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8813, 8813, 'Dark Pura Single Bed (Yellow)', 'purablk_c16_bedone*8', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8814, 8814, 'Dark Pura Single Bed (Red)', 'purablk_c16_bedone*9', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8815, 8815, 'Dark Pura Right Module (Aqua)', 'purablk_c16_mdl2*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8816, 8816, 'Dark Pura Right Module (Purple)', 'purablk_c16_mdl2*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8817, 8817, 'Dark Pura Right Module (Pink)', 'purablk_c16_mdl2*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8818, 8818, 'Dark Pura Right Module (Grey)', 'purablk_c16_mdl2*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8819, 8819, 'Dark Pura Right Module (White)', 'purablk_c16_mdl2*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8820, 8820, 'Dark Pura Right Module (Beige)', 'purablk_c16_mdl2*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8821, 8821, 'Dark Pura Right Module (Blue)', 'purablk_c16_mdl2*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8822, 8822, 'Dark Pura Right Module (Green)', 'purablk_c16_mdl2*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8823, 8823, 'Dark Pura Right Module (Yellow)', 'purablk_c16_mdl2*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8824, 8824, 'Dark Pura Right Module (Red)', 'purablk_c16_mdl2*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8825, 8825, 'purablk_c16_bar name', 'purablk_c16_bar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '29,30,36,37,38,39', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8826, 8826, 'Dark Pura Refrigerator', 'purablk_c16_fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '3,5,6,2,4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8827, 8827, 'Dark Pura Square Module (Aqua)', 'purablk_c16_mdl5*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8828, 8828, 'Dark Pura Square Module (Purple)', 'purablk_c16_mdl5*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8829, 8829, 'Dark Pura Square Module (Pink)', 'purablk_c16_mdl5*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8830, 8830, 'Dark Pura Square Module (Grey)', 'purablk_c16_mdl5*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8831, 8831, 'Dark Pura Square Module (White)', 'purablk_c16_mdl5*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8832, 8832, 'Dark Pura Square Module (Beige)', 'purablk_c16_mdl5*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8833, 8833, 'Dark Pura Square Module (Blue)', 'purablk_c16_mdl5*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8834, 8834, 'Dark Pura Square Module (Green)', 'purablk_c16_mdl5*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8835, 8835, 'Dark Pura Square Module (Yellow)', 'purablk_c16_mdl5*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8836, 8836, 'Dark Pura Square Module (Red)', 'purablk_c16_mdl5*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8837, 8837, 'Dark Pura Left Module (Aqua)', 'purablk_c16_mdl1*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8838, 8838, 'Dark Pura Left Module (Purple)', 'purablk_c16_mdl1*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8839, 8839, 'Dark Pura Left Module (Pink)', 'purablk_c16_mdl1*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8840, 8840, 'Dark Pura Left Module (Grey)', 'purablk_c16_mdl1*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8841, 8841, 'Dark Pura Left Module (White)', 'purablk_c16_mdl1*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8842, 8842, 'Dark Pura Left Module (Beige)', 'purablk_c16_mdl1*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8843, 8843, 'Dark Pura Left Module (Blue)', 'purablk_c16_mdl1*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8844, 8844, 'Dark Pura Left Module (Green)', 'purablk_c16_mdl1*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8845, 8845, 'Dark Pura Left Module (Yellow)', 'purablk_c16_mdl1*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8846, 8846, 'Dark Pura Left Module (Red)', 'purablk_c16_mdl1*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8847, 8847, 'Dark Pura Lamp', 'purablk_c16_lamp2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8848, 8848, 'Dark Pura Corner Module (Aqua)', 'purablk_c16_mdl4*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8849, 8849, 'Dark Pura Corner Module (Purple)', 'purablk_c16_mdl4*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8850, 8850, 'Dark Pura Corner Module (Pink)', 'purablk_c16_mdl4*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8851, 8851, 'Dark Pura Corner Module (Grey)', 'purablk_c16_mdl4*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8852, 8852, 'Dark Pura Corner Module (White)', 'purablk_c16_mdl4*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8853, 8853, 'Dark Pura Corner Module (Beige)', 'purablk_c16_mdl4*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8854, 8854, 'Dark Pura Corner Module (Blue)', 'purablk_c16_mdl4*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8855, 8855, 'Dark Pura Corner Module (Green)', 'purablk_c16_mdl4*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8856, 8856, 'Dark Pura Corner Module (Yellow)', 'purablk_c16_mdl4*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8857, 8857, 'Dark Pura Corner Module (Red)', 'purablk_c16_mdl4*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8858, 8858, 'pura_c16_mdl4 name', 'pura_mdl4*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8859, 8859, 'pura_c16_bed name', 'bed_budget*10', 's', 2, 3, 1.70, 1, 0, 1, 1, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8860, 8860, 'Purple Quarter-Round', 'pura_c16_roundpad10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8861, 8861, 'pura_c16_bedone name', 'bed_budget_one*10', 's', 1, 1, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8862, 8862, 'pura_c16_mdl3 name', 'pura_mdl3*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8863, 8863, 'pura_c16_mdl5 name', 'pura_mdl5*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8864, 8864, 'pura_c16_mdl2 name', 'pura_mdl2*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8865, 8865, 'pura_c16_chair name', 'chair_basic*10', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8866, 8866, 'Purple Pura Block', 'pura_c16_eleblock10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8867, 8867, 'pura_c16_mdl1 name', 'pura_mdl1*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8868, 8868, 'Purple Ice corner', 'divider_nor1*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8869, 8869, 'Purple Iced Angle', 'divider_nor5*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8870, 8870, 'Purple Solarium', 'solarium_norja*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8871, 8871, 'Purple Iced Auto Shutter', 'divider_nor4*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8872, 8872, 'Purple Iced Sofa', 'soft_sofa_norja*10', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8873, 8873, 'iced_c16_chair', 'chair_norja*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8874, 8874, 'Large Coffee Table Purple', 'table_norja_med*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8875, 8875, 'Purple Bookcase', 'shelves_norja*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8876, 8876, 'Purple Iced gate', 'divider_nor3*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8877, 8877, 'Purple Iced Sofachair', 'soft_sofachair_norja*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8878, 8878, 'iced_c16_couch', 'couch_norja*10', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8879, 8879, 'Purple Iced bar desk', 'divider_nor2*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8880, 8880, 'Squid Invader', 'easter_r16_squid', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8881, 8881, 'Smuggler\'s Barrel', 'easter_r16_crackable', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8882, 8882, 'Fermenting Broth', 'easter_r16_pot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8883, 8883, 'Blacksmith\'s Hut', 'easter_c16_house', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8884, 8884, 'Looted Bullion', 'easter_r16_gold', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8885, 8885, 'Smuggler\'s Lookout', 'easter_c16_nest', 's', 1, 1, 7.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8886, 8886, 'Skeletal Raider', 'easter_r16_throne', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8887, 8887, 'Crimson House Plant', 'bonusrare16_5*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8888, 8888, 'Ochre House Plant', 'bonusrare16_5*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8889, 8889, 'Violet House Plant', 'bonusrare16_5*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8890, 8890, 'Emerald House Plant', 'bonusrare16_5*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8891, 8891, 'bonusrare16_5_5 name', 'bonusrare16_5*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8892, 8892, 'Pewter House Plant', 'bonusrare16_5*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8893, 8893, 'Chinese Banyan Bonsai', 'bonusrare16_6*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8894, 8894, 'Japanese Maple Bonsai', 'bonusrare16_6*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8895, 8895, 'Spruce Bonsai', 'bonusrare16_6*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8896, 8896, 'Japanese Boxthorn Bonsai', 'bonusrare16_6*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8897, 8897, 'bonusrare16_6_5 name', 'bonusrare16_6*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8898, 8898, 'bonusrare16_6_6 name', 'bonusrare16_6*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8899, 8899, 'Chromium Plate Armour', 'super_r16_herodisplay', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8900, 8900, 'Habbamantium Skeleton', 'super_r16_adamskele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8901, 8901, 'Heroic Helm', 'clothing_r16_helmhero', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8902, 8902, 'Power Imbued Protector', 'clothing_r16_helmprotect', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8903, 8903, 'room_wl15_telehc name', 'room_wl15_telehc', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8904, 8904, 'Classic Lounge large table', 'classic1_table2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8905, 8905, 'Classic Lounge lamp', 'classic1_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8906, 8906, 'Classic Lounge pillar', 'classic1_pillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8907, 8907, 'Classic Lounge plant', 'classic1_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8908, 8908, 'Classic Lounge chair', 'classic1_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8909, 8909, 'Classic Lounge desk', 'classic1_desk', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8910, 8910, 'Classic Lounge gate', 'classic1_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8911, 8911, 'Classic Lounge window', 'classic1_wall2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8912, 8912, 'Classic Lounge small table', 'classic1_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8913, 8913, 'Classic Lounge shelf', 'classic1_shelf', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8914, 8914, 'Classic Lounge floor', 'classic1_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8915, 8915, 'Classic Lounge sofa', 'classic1_sofa', 's', 3, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8916, 8916, 'Classic Lounge wall', 'classic1_wall1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8917, 8917, 'Blue Ditch the Label Equality Machine', 'ads_dtlrare_2', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8918, 8918, 'jungle_c16_flowerd2', 'jungle_c16_flowerd2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8919, 8919, 'jungle_c16_flowerd1', 'jungle_c16_flowerd1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8920, 8920, 'Leafy Roof', 'jungle_c16_roof', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8921, 8921, 'Red Berries', 'jungle_c16_berry', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8922, 8922, 'Suspended Bench', 'jungle_c16_swingsofa', 's', 2, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8923, 8923, 'Bridge End', 'jungle_c16_bridgeend3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8924, 8924, 'Firefly Lantern', 'jungle_c16_light', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8925, 8925, 'Jungle table', 'jungle_c16_table3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8926, 8926, 'jungle_c16_flowerc3', 'jungle_c16_flowerc3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8927, 8927, 'Jungle Stairs', 'jungle_c16_stairs', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 10, '0', '1.0;2.0;3.0;4.0;5.0;6.0;7.0;8.0;9.0;10', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8928, 8928, 'Leafy Gate', 'jungle_c16_gate3', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8929, 8929, 'Hanging Herbs', 'jungle_c16_pot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8930, 8930, 'Long Grass', 'jungle_c16_tallgrass', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8931, 8931, 'Rainforest Floor', 'jungle_c16_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8932, 8932, 'jungle_ltd16_orangutan', 'jungle_ltd16_orangutan', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8933, 8933, 'Jungle Pulley', 'jungle_r16_basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8934, 8934, 'Raffia Mat', 'jungle_c16_mat3', 's', 2, 3, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8935, 8935, 'Raffia Mat', 'jungle_c16_mat', 's', 2, 3, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8936, 8936, 'Blue Berries', 'jungle_c16_berry2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8937, 8937, 'Raffia Mat', 'jungle_c16_mat2', 's', 2, 3, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8938, 8938, 'Survivor\'s Workbench', 'jungle_c16_worktable', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8939, 8939, 'Jungle Stairs', 'jungle_c16_stairs3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 10, '0', '1.0;2.0;3.0;4.0;5.0;6.0;7.0;8.0;9.0;10', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8940, 8940, 'Rafflesia', 'jungle_c16_rafflesia', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8941, 8941, 'Hanging Herbs', 'jungle_c16_pot2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8942, 8942, 'Suspended Bench', 'jungle_c16_swingsofa2', 's', 2, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8943, 8943, 'Bamboo Wall', 'jungle_c16_wall2', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8944, 8944, 'Bridge End', 'jungle_c16_bridgeend2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8945, 8945, 'Pitcher Plant', 'jungle_r16_pitcherplant', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8946, 8946, 'Jungle Teleport', 'jungle_c16_tele', 's', 1, 1, 0.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8947, 8947, 'Jungle table', 'jungle_c16_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8948, 8948, 'jungle_c16_flowera3', 'jungle_c16_flowera3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8949, 8949, 'Ancient Kapok Tree', 'jungle_c16_tree', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8950, 8950, 'Jungle Stairs', 'jungle_c16_stairs2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 10, '0', '1.0;2.0;3.0;4.0;5.0;6.0;7.0;8.0;9.0;10', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8951, 8951, 'jungle_c16_flowerd3', 'jungle_c16_flowerd3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8952, 8952, 'Bamboo Wall', 'jungle_c16_wall3', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8953, 8953, 'Jungle Fence', 'jungle_c16_dvdr2', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8954, 8954, 'Suspended Bench', 'jungle_c16_swingsofa3', 's', 2, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8955, 8955, 'Jungle Platform', 'jungle_c16_treestage', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1;2.8;4.8;6.8;8.8', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8956, 8956, 'Basalt Rock', 'jungle_c16_rocks', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8957, 8957, 'Exotic Fruits', 'jungle_c16_fruits', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8958, 8958, 'Jungle Platform', 'jungle_c16_treestage2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 10, '0', '1;2.8;4.8;6.8;8.8', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8959, 8959, 'Fuschia Bush', 'jungle_c16_bush', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8960, 8960, 'Leafy Gate', 'jungle_c16_gate2', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8961, 8961, 'Strange Aura', 'jungle_c16_ctrick', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8962, 8962, 'Leafy Gate', 'jungle_c16_gate', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8963, 8963, 'Jungle Fence', 'jungle_c16_dvdr', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8964, 8964, 'Jungle Drum Plant', 'jungle_c16_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8965, 8965, 'Scavenged Supplies', 'jungle_c16_sacks', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8966, 8966, 'Log Raft', 'jungle_r16_raft', 's', 2, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8967, 8967, 'Bamboo Wall', 'jungle_c16_wall', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8968, 8968, 'jungle_c16_flowerc2', 'jungle_c16_flowerc2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8969, 8969, 'Tropical Pond', 'jungle_c16_watertile', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 30, 30, '');
+INSERT INTO `items_base` VALUES (8970, 8970, 'Tropical Swamp', 'jungle_c16_watertrap', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8971, 8971, 'Leafy Roof', 'jungle_c16_roof3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8972, 8972, 'Jungle table', 'jungle_c16_table2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8973, 8973, 'Jungle Boombox', 'jungle_c16_radio', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8974, 8974, 'Betty the Sloth', 'clothing_r16_sloth', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8975, 8975, 'jungle_c16_flowera1', 'jungle_c16_flowera1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8976, 8976, 'Survivor\'s Storage', 'jungle_c16_bkcase2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8977, 8977, 'jungle_c16_flowerb3', 'jungle_c16_flowerb3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8978, 8978, 'Leafy Roof', 'jungle_c16_roof2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8979, 8979, 'Bridge End', 'jungle_c16_bridgeend', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8980, 8980, 'Jungle Fence', 'jungle_c16_dvdr3', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8981, 8981, 'jungle_c16_flowerb2', 'jungle_c16_flowerb2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8982, 8982, 'jungle_c16_flowerb1', 'jungle_c16_flowerb1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8983, 8983, 'jungle_c16_flowerc1', 'jungle_c16_flowerc1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8984, 8984, 'Hanging Herbs', 'jungle_c16_pot3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8985, 8985, 'Survivor\'s Storage', 'jungle_c16_bkcase3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8986, 8986, 'Survivor\'s Storage', 'jungle_c16_bkcase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8987, 8987, 'jungle_c16_flowera2', 'jungle_c16_flowera2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8988, 8988, 'Jungle Platform', 'jungle_c16_treestage3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1;2.8;4.8;6.8;8.8', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8989, 8989, 'Bridge Section', 'jungle_c16_bridgemid3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8990, 8990, 'Bridge Section', 'jungle_c16_bridgemid2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8991, 8991, 'Bridge Section', 'jungle_c16_bridgemid', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8992, 8992, 'Watering Can', 'fxbox_fx192', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 1, '0', '', '', 192, 192, '');
+INSERT INTO `items_base` VALUES (8993, 8993, 'Bonus Bag', 'bonusbag16_1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8994, 8994, 'Bonus Bag 2', 'bonusbag16_2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8995, 8995, 'King-Sized Bed', 'js_c16_bed', 's', 2, 3, 2.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8996, 8996, 'Luxury Sun Lounger', 'js_c16_lounger', 's', 1, 1, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8997, 8997, 'High-Powered Speedboat', 'js_r16_boat', 's', 2, 4, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8998, 8998, 'Jellyfish Lamp', 'js_r16_jelly', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (8999, 8999, 'Great White Shark', 'js_r16_shark', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9000, 9000, 'Sailor Cat', 'js_c16_cat', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9001, 9001, 'Deluxe HabboCopter', 'js_r16_heli', 's', 2, 3, 9.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9002, 9002, 'Titanium Drinks Cabinet', 'js_c16_drkcab', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '55', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9003, 9003, 'HabboLympix Shop Counter', 'olympics_c16_counter', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9004, 9004, 'Sparring Mat', 'olympics_c16_softmat', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9005, 9005, 'Pommel Horse', 'olympics_c16_pommel', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '2;2.2;2.4;2.6', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9006, 9006, 'Dumbbell Rack', 'olympics_c16_weightrack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '108', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9007, 9007, 'olympics_r16_vendingmchn', 'olympics_r16_vendingmchn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9008, 9008, 'Brazilian Houseplant', 'olympics_c16_plantdvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9009, 9009, 'Chilean Grapes', 'olympics_c16_graperack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '105', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9010, 9010, 'Colombian Avocados', 'olympics_c16_cadorack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '104', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9011, 9011, 'Bonnie the Cheerleader', 'olympics_r16_cheerleader', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9012, 9012, 'Miss Olympus', 'olympics_ltd16_missolympus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9013, 9013, 'HabboLympix Salad Bar', 'olympics_c16_saladbar', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9014, 9014, 'HabboLympix Merchandise', 'olympics_c16_merchdisplay', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9015, 9015, 'HabboLympix Water Bottles', 'olympics_c16_merch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '102', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9016, 9016, 'HabboLympix Banner', 'olympics_c16_banner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9017, 9017, 'Protein Advert', 'olympics_c16_adsboard', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9018, 9018, 'Balance Beam', 'olympics_c16_bbeam', 's', 3, 1, 1.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9019, 9019, 'Brazilian Smoothie Maker', 'olympics_r16_smoothie', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '106', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9020, 9020, 'Blue Yoga Mat', 'olympics_c16_yogamat*1', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9021, 9021, 'Green Yoga Mat', 'olympics_c16_yogamat*2', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9022, 9022, 'Orange Yoga Mat', 'olympics_c16_yogamat*3', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9023, 9023, 'Grey Yoga Mat', 'olympics_c16_yogamat*4', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9024, 9024, 'Pink Yoga Mat', 'olympics_c16_yogamat*5', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9025, 9025, 'Purple Yoga Mat', 'olympics_c16_yogamat*6', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9026, 9026, 'Fruit Basket', 'olympics_c16_emptrack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9027, 9027, 'Canteen Table', 'olympics_c16_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9028, 9028, 'Gym Trampoline', 'olympics_c16_trampoline', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'gym_equipment', 2, '0', '', '', 193, 193, '');
+INSERT INTO `items_base` VALUES (9029, 9029, 'Vegetable Fiend', 'olympics_c16_veggiething', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9030, 9030, 'Sports Bag', 'olympics_c16_sportsbag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9031, 9031, 'Hi-tech Crosstrainer', 'olympics_c16_crosstrainer', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'gym_equipment', 2, '0', '', '', 195, 195, '');
+INSERT INTO `items_base` VALUES (9032, 9032, 'Spotless Glass Divider', 'olympics_c16_glssdvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9033, 9033, 'HabboLympixMannequin', 'olympics_c16_mannequin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'mannequin', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9034, 9034, 'Furry Rug', 'olympics_c16_rug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9035, 9035, 'Ceiling Light', 'olympics_c16_light', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9036, 9036, 'HabboLympix Pillar', 'olympics_c16_pillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9037, 9037, 'Ecuadorian Bananas', 'olympics_c16_nanarack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9038, 9038, 'Curvy Sofa', 'olympics_c16_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9039, 9039, 'Fitness Duck', 'olympics_c16_fitnessduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9040, 9040, 'Canteen Stool', 'olympics_c16_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9041, 9041, 'Gym Maniac', 'olympics_r16_gymfreak', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9042, 9042, 'Blue Swiss Ball', 'olympics_c16_swissball*1', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9043, 9043, 'Green Swiss Ball', 'olympics_c16_swissball*2', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9044, 9044, 'Orange Swiss Ball', 'olympics_c16_swissball*3', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9045, 9045, 'Grey Swiss Ball', 'olympics_c16_swissball*4', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9046, 9046, 'Pink Swiss Ball', 'olympics_c16_swissball*5', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9047, 9047, 'Purple Swiss Ball', 'olympics_c16_swissball*6', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9048, 9048, 'Gym Treadmill', 'olympics_c16_treadmill', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'gym_equipment', 2, '0', '', '', 194, 194, '');
+INSERT INTO `items_base` VALUES (9049, 9049, 'garden_birdbath name', 'garden_birdbath', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9050, 9050, 'garden_basketflower name', 'garden_basketflower', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9051, 9051, 'garden_basket name', 'garden_basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9052, 9052, 'garden_climber name', 'garden_climber', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9053, 9053, 'garden_grass name', 'garden_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9054, 9054, 'garden_pond name', 'garden_pond', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9055, 9055, 'garden_boots name', 'garden_boots', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9056, 9056, 'garden_patio name', 'garden_patio', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9057, 9057, 'garden_stonesteps name', 'garden_stonesteps', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9058, 9058, 'garden_smallpot name', 'garden_smallpot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9059, 9059, 'garden_fishgnome name', 'garden_fishgnome', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9060, 9060, 'garden_rosearch name', 'garden_rosearch', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9061, 9061, 'garden_rosefence name', 'garden_rosefence', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9062, 9062, 'garden_chair name', 'garden_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9063, 9063, 'garden_bigpot name', 'garden_bigpot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9064, 9064, 'garden_table name', 'garden_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9065, 9065, 'garden_flowerbed name', 'garden_flowerbed', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9066, 9066, 'Habburgers Red Drinks Machine', 'classic2_drinkmach', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9067, 9067, 'Habburgers Gate', 'classic2_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9068, 9068, 'Habburgers Corner', 'classic2_corner', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9069, 9069, 'Habburgers Tray', 'classic2_tray', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9070, 9070, 'Habburgers Cup Stack', 'classic2_drinkcup', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9071, 9071, 'Habburgers Yellow Drinks Machine', 'classic2_drinkmach2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9072, 9072, 'Habburgers Wall', 'classic2_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9073, 9073, 'Habburgers Trash Can', 'classic2_trashcan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9074, 9074, 'Habburgers Counter', 'classic2_counter', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9075, 9075, 'Habburgers Seating', 'classic2_sofa', 's', 2, 1, 0.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9076, 9076, 'Habburgers Plant Divider', 'classic2_plantdivdr', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9077, 9077, 'Habburgers Grill', 'classic2_grill', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9078, 9078, 'Habburgers Table', 'classic2_table', 's', 1, 2, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9079, 9079, 'Habburgers Floor', 'classic2_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9080, 9080, 'Habburgers Box', 'classic2_burger', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9081, 9081, 'Habburgers Napkin Dispenser', 'classic2_napkin', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9082, 9082, 'classic3_chair*0', 'classic3_chair*0', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'battleball_trigger', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9083, 9083, 'classic3_chair*1', 'classic3_chair*1', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'battleball_trigger', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9084, 9084, 'classic3_chair*2', 'classic3_chair*2', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'battleball_trigger', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9085, 9085, 'classic3_chair*3', 'classic3_chair*3', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'battleball_trigger', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9086, 9086, 'classic3_plant*0', 'classic3_plant*0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9087, 9087, 'classic3_plant*1', 'classic3_plant*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9088, 9088, 'classic3_plant*2', 'classic3_plant*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9089, 9089, 'classic3_plant*3', 'classic3_plant*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9090, 9090, 'classic3_plant*4', 'classic3_plant*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9091, 9091, 'Classic BB pillar 1', 'classic3_pillar1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9092, 9092, 'classic3_div2*0', 'classic3_div2*0', 's', 2, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9093, 9093, 'classic3_div2*1', 'classic3_div2*1', 's', 2, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9094, 9094, 'classic3_div2*2', 'classic3_div2*2', 's', 2, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9095, 9095, 'classic3_div2*3', 'classic3_div2*3', 's', 2, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9096, 9096, 'classic3_div2*4', 'classic3_div2*4', 's', 2, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9097, 9097, 'classic3_floor3*0', 'classic3_floor3*0', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9098, 9098, 'classic3_floor3*1', 'classic3_floor3*1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9099, 9099, 'classic3_floor3*2', 'classic3_floor3*2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9100, 9100, 'classic3_floor3*3', 'classic3_floor3*3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9101, 9101, 'classic3_floor3*4', 'classic3_floor3*4', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9102, 9102, 'Classic BB table', 'classic3_table', 's', 2, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9103, 9103, 'Classic BB pillar 2', 'classic3_pillar2', 's', 1, 1, 1.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9104, 9104, 'Classic BB ticket', 'classic3_ticket', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9105, 9105, 'classic3_sofa*0', 'classic3_sofa*0', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9106, 9106, 'classic3_sofa*1', 'classic3_sofa*1', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9107, 9107, 'classic3_sofa*2', 'classic3_sofa*2', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9108, 9108, 'classic3_sofa*3', 'classic3_sofa*3', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9109, 9109, 'Classic BB floor', 'classic3_floor2', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9110, 9110, 'classic3_stool*0', 'classic3_stool*0', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9111, 9111, 'classic3_stool*1', 'classic3_stool*1', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9112, 9112, 'classic3_stool*2', 'classic3_stool*2', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9113, 9113, 'classic3_stool*3', 'classic3_stool*3', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9114, 9114, 'Classic BB lock', 'classic3_block', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9115, 9115, 'Classic BB tile floor', 'classic3_floor1', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9116, 9116, 'classic3_bench*0', 'classic3_bench*0', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9117, 9117, 'classic3_bench*1', 'classic3_bench*1', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9118, 9118, 'classic3_bench*2', 'classic3_bench*2', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9119, 9119, 'classic3_bench*3', 'classic3_bench*3', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9120, 9120, 'classic3_wall2*0', 'classic3_wall2*0', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9121, 9121, 'classic3_wall2*1', 'classic3_wall2*1', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9122, 9122, 'classic3_wall2*2', 'classic3_wall2*2', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9123, 9123, 'classic3_wall2*3', 'classic3_wall2*3', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9124, 9124, 'classic3_wall2*4', 'classic3_wall2*4', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9125, 9125, 'classic3_wall2*5', 'classic3_wall2*5', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9126, 9126, 'classic3_wall2*6', 'classic3_wall2*6', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9127, 9127, 'classic3_wall2*7', 'classic3_wall2*7', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9128, 9128, 'Classic BB wall 1', 'classic3_wall1', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9129, 9129, 'Classic BB pillar 3', 'classic3_pillar3', 's', 1, 1, 1.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9130, 9130, 'Classic BB railing', 'classic3_div1', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9131, 9131, 'rare_colourable_marquee', 'rare_colourable_marquee*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9132, 9132, 'rare_colourable_scifirocket', 'rare_colourable_scifirocket*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9133, 9133, 'rare_colourable_fountain', 'rare_colourable_fountain*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9134, 9134, 'Azure Chest of Light', 'hhistory_r16_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9135, 9135, 'rare_colourable_wooden_screen', 'rare_colourable_wooden_screen*1', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9136, 9136, 'rare_colourable_dragonlamp*1', 'rare_colourable_dragonlamp*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9137, 9137, 'rare_colourable_parasol*1', 'rare_colourable_parasol*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9138, 9138, 'rare_colourable_pillar', 'rare_colourable_pillar*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9139, 9139, 'rare_colourable_beehive_bulb*1', 'rare_colourable_beehive_bulb*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9140, 9140, 'rare_colourable_icecream*1', 'rare_colourable_icecream*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9141, 9141, 'rare_colourable_elephant_statue', 'rare_colourable_elephant_statue*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9142, 9142, 'rare_colourable_scifidoor', 'rare_colourable_scifidoor*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9143, 9143, 'rare_colourable_fan', 'rare_colourable_fan*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9144, 9144, 'rare_colourable_pillow*1', 'rare_colourable_pillow*1', 's', 1, 1, 0.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9145, 9145, 'rare_colourable_scifiport', 'rare_colourable_scifiport*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9146, 9146, 'rare_colourable_barrier', 'rare_colourable_barrier*1', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9147, 9147, 'Lift Teleport', 'hween_c16_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9148, 9148, 'Lounge Armchair', 'hween_c16_chair2', 's', 1, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9149, 9149, 'Patterned Table', 'hween_c16_roundtable', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9150, 9150, 'Bar Stool', 'hween_c16_barchair', 's', 1, 1, 1.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9151, 9151, 'Hotel Lobby Lamp', 'hween_c16_lamp2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9152, 9152, 'Balcony Windows', 'hween_c16_balcony', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9153, 9153, 'Magnificent Fireplace', 'hween_c16_fireplace', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9154, 9154, 'Glowing Ghost', 'hween_r16_crackable2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 20, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9155, 9155, 'Cabinet of Curiosities', 'hween_c16_cabinet2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9156, 9156, 'Grim Reapers Chandelier', 'hween_r16_chandelier', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9157, 9157, 'Bar Stool', 'hween_c16_barchair2', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9158, 9158, 'Essence Ash', 'hween_c16_ghostash', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9159, 9159, 'Tarantula Web', 'hween_c16_webs', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9160, 9160, 'Magnificent Fireplace', 'hween_c16_fireplace2', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9161, 9161, 'Hotel Wall', 'hween_c16_wall', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9162, 9162, 'Opulent Vase', 'hween_c16_vase', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9163, 9163, 'Balcony Windows', 'hween_c16_balcony2', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9164, 9164, 'Slimey Ghost', 'hween_c16_crackable1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 20, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9165, 9165, 'Grim Reapers Piano', 'hween_r16_grandpiano2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9166, 9166, 'Patterned Table', 'hween_c16_roundtable2', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9167, 9167, 'Four Poster Bed', 'hween_c16_bed2', 's', 1, 1, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9168, 9168, 'Marble Bar', 'hween_c16_bar2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9169, 9169, 'Purification Device', 'hween_c16_ghostmchn', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9170, 9170, 'Evil Frank Bust', 'hween_c16_bust', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9171, 9171, 'clothing_r16_catface', 'clothing_r16_catface', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9172, 9172, 'Polished Marble Floor', 'hween_c16_floor2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9173, 9173, 'Vanity Mirror', 'hween_c16_vanity', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9174, 9174, 'Bedside Table', 'hween_c16_endtable', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9175, 9175, 'Hotel Wall', 'hween_c16_wall2', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9176, 9176, 'Polished Marble Floor', 'hween_c16_floor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9177, 9177, 'Wolf Hand Cabinet', 'hween_c16_cabinet', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9178, 9178, 'Grim Reapers Piano', 'hween_r16_grandpiano', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9179, 9179, 'Mahogany Bookcase', 'hween_c16_bkcase', 's', 0, 0, 3.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9180, 9180, 'Evil Frank Bust', 'hween_c16_bust2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9181, 9181, 'Creaking Stairs', 'hween_c16_ladder2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9182, 9182, 'Creaking Stairs', 'hween_c16_ladder', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9183, 9183, 'Haamukärry', 'hween_ltd16_ghostcar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9184, 9184, 'Mahogany Bookcase', 'hween_c16_bkcase2', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9185, 9185, 'Ornate Coffee Table', 'hween_c16_glasstable', 's', 1, 2, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9186, 9186, 'Four Poster Bed', 'hween_c16_bed', 's', 1, 1, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9187, 9187, 'Hotel Lobby Lamp', 'hween_c16_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9188, 9188, 'Orb of Essence', 'hween_c16_ghostorb', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9189, 9189, 'Ornate Coffee Table', 'hween_c16_glasstable2', 's', 1, 2, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9190, 9190, 'Lounge Armchair', 'hween_c16_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9191, 9191, 'Vial of Essence', 'hween_c16_ghostvial', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9192, 9192, 'Vanity Mirror', 'hween_c16_vanity2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9193, 9193, 'Bedside Table', 'hween_c16_endtable2', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9194, 9194, 'Marble Bar', 'hween_c16_bar', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9195, 9195, 'Grim Reapers Chandelier', 'hween_r16_chandelier2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9196, 9196, 'Opulent Vase', 'hween_c16_vase2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9197, 9197, 'clothing_r16_cyclops', 'clothing_r16_cyclops', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9198, 9198, 'fxbox_fx16', 'fxbox_fx16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9199, 9199, 'test_ltd', 'test_ltd', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9200, 9200, 'test_ltd2', 'test_ltd2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9201, 9201, 'xmas_c16_elf8 name', 'xmas_c16_elf8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9202, 9202, 'xmas_c16_woodfloor name', 'xmas_c16_woodfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9203, 9203, 'xmas_c16_fireplace name', 'xmas_c16_fireplace', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9204, 9204, 'xmas_c16_dvdr name', 'xmas_c16_dvdr', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9205, 9205, 'xmas_r16_throne name', 'xmas_r16_throne', 's', 1, 1, 1.40, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9206, 9206, 'clothing_bearhat name', 'clothing_bearhat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9207, 9207, 'xmas_c16_woodtile name', 'xmas_c16_woodtile', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.01;0.60;0.99;1.80;2.05', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9208, 9208, 'xmas_c16_deskitems name', 'xmas_c16_deskitems', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9209, 9209, 'clothing_r16_icetiara name', 'clothing_r16_icetiara', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9210, 9210, 'xmas_c16_chair name', 'xmas_c16_chair', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9211, 9211, 'xmas_c16_creature3 name', 'xmas_c16_creature3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9212, 9212, 'xmas_c16_banner name', 'xmas_c16_banner', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9213, 9213, 'xmas_c16_presentstack name', 'xmas_c16_presentstack', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9214, 9214, 'xmas_c16_creature7 name', 'xmas_c16_creature7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 23, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9215, 9215, 'clothing_bear name', 'clothing_bear', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9216, 9216, 'xmas_c16_elf9 name', 'xmas_c16_elf9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9217, 9217, 'xmas_c16_elf7 name', 'xmas_c16_elf7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9218, 9218, 'xmas_c16_elf3 name', 'xmas_c16_elf3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9219, 9219, 'xmas_c16_diningtable name', 'xmas_c16_diningtable', 's', 3, 4, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9220, 9220, 'xmas_c16_diningbench name', 'xmas_c16_diningbench', 's', 4, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9221, 9221, 'xmas_c16_food2 name', 'xmas_c16_food2', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9222, 9222, 'xmas_c16_roundtable name', 'xmas_c16_roundtable', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9223, 9223, 'xmas_c16_balcony name', 'xmas_c16_balcony', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9224, 9224, 'xmas_c16_creature5 name', 'xmas_c16_creature5', 's', 1, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9225, 9225, 'xmas_c16_wreathdeco name', 'xmas_c16_wreathdeco', 's', 1, 2, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9226, 9226, 'xmas_c16_dresser name', 'xmas_c16_dresser', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9227, 9227, 'xmas_c16_desk name', 'xmas_c16_desk', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9228, 9228, 'xmas_c16_food3 name', 'xmas_c16_food3', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9229, 9229, 'clothing_bearscarf name', 'clothing_bearscarf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9230, 9230, 'xmas_c16_stocking name', 'xmas_c16_stocking', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9231, 9231, 'xmas_c16_tinybed name', 'xmas_c16_tinybed', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9232, 9232, 'xmas_c16_egg name', 'xmas_c16_egg', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 23, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9233, 9233, 'xmas_c16_elf1 name', 'xmas_c16_elf1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9234, 9234, 'xmas_c16_tele name', 'xmas_c16_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9235, 9235, 'clothing_reindeer name', 'clothing_reindeer', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9236, 9236, 'xmas_c16_door name', 'xmas_c16_door', 's', 4, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9237, 9237, 'xmas_c16_elf10 name', 'xmas_c16_elf10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9238, 9238, 'xmas_c16_creature1 name', 'xmas_c16_creature1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 23, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9239, 9239, 'xmas_c16_elf6 name', 'xmas_c16_elf6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9240, 9240, 'xmas_c16_deskcandles name', 'xmas_c16_deskcandles', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9241, 9241, 'xmas_c16_elf4 name', 'xmas_c16_elf4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9242, 9242, 'xmas_c16_creature6 name', 'xmas_c16_creature6', 's', 1, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9243, 9243, 'xmas_c16_food1 name', 'xmas_c16_food1', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9244, 9244, 'clothing_xmas2 name', 'clothing_xmas2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9245, 9245, 'xmas_c16_rug name', 'xmas_c16_rug', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9246, 9246, 'xmas_c16_creature9 name', 'xmas_c16_creature9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9247, 9247, 'clothing_r16_cathat name', 'clothing_r16_cathat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9248, 9248, 'xmas_c16_sofa name', 'xmas_c16_sofa', 's', 2, 1, 1.25, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9249, 9249, 'xmas_c16_tinychair name', 'xmas_c16_tinychair', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9250, 9250, 'xmas_c16_wall name', 'xmas_c16_wall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9251, 9251, 'xmas_c16_creature4 name', 'xmas_c16_creature4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 23, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9252, 9252, 'clothing_xmas3 name', 'clothing_xmas3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9253, 9253, 'xmas_c16_candles name', 'xmas_c16_candles', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9254, 9254, 'xmas_c16_elf2 name', 'xmas_c16_elf2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9255, 9255, 'xmas_c16_pillarlight name', 'xmas_c16_pillarlight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9256, 9256, 'xmas_c16_creature8 name', 'xmas_c16_creature8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9257, 9257, 'xmas_c16_mailshelf name', 'xmas_c16_mailshelf', 's', 2, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9258, 9258, 'xmas_c16_creature2 name', 'xmas_c16_creature2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9259, 9259, 'xmas_c16_elf5 name', 'xmas_c16_elf5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9260, 9260, 'xmas_r16_owl name', 'xmas_r16_owl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9261, 9261, 'xmas_ltd16_bearbed', 'xmas_ltd16_bearbed', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9262, 9262, 'clothing_xmas4 name', 'clothing_xmas4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9263, 9263, 'clothing_longscarf name', 'clothing_longscarf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9264, 9264, 'virus_r16_piratank', 'virus_r16_piratank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9265, 9265, 'virus_r16_crabtank', 'virus_r16_crabtank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9266, 9266, 'virus_r16_eeltank', 'virus_r16_eeltank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9267, 9267, 'virus_r16_troptank', 'virus_r16_troptank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9268, 9268, 'virus_r16_pufftank', 'virus_r16_pufftank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9269, 9269, 'virus_r16_turttank', 'virus_r16_turttank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9270, 9270, 'virus_r16_angtank', 'virus_r16_angtank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9271, 9271, 'Ice Cafe Sofa', 'classic5_sofa', 's', 2, 1, 0.90, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9272, 9272, 'Yellow Ice Table', 'classic5_table_yel', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9273, 9273, 'Ice Cafe Stage', 'classic5_stage', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9274, 9274, 'Icey Speaker', 'classic5_speaker', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9275, 9275, 'Ice Cafe Floor', 'classic5_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9276, 9276, 'Ice Cafe Wall', 'classic5_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9277, 9277, 'Blue Ice Chair', 'classic5_chair_blu', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9278, 9278, 'Ice Cafe Stairs', 'classic5_stairs', 's', 2, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9279, 9279, 'Yellow Ice Chair', 'classic5_chair_yel', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9280, 9280, 'Blue Ice Table', 'classic5_table_blu', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9281, 9281, 'bonusbag16_3', 'bonusbag16_3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9282, 9282, 'bonusrare16_7*1', 'bonusrare16_7*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9283, 9283, 'bonusrare16_7*2', 'bonusrare16_7*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9284, 9284, 'bonusrare16_7*3', 'bonusrare16_7*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9285, 9285, 'bonusrare16_7*4', 'bonusrare16_7*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9286, 9286, 'bonusrare16_7*5', 'bonusrare16_7*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9287, 9287, 'bonusrare16_7*6', 'bonusrare16_7*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9288, 9288, 'ny17_crackable', 'ny17_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9289, 9289, 'Kultainen juhlahattu', 'clothing_r16_party14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9290, 9290, 'cny17_roosterballoon', 'cny17_roosterballoon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9291, 9291, 'Musta juhlahattu', 'clothing_r16_party13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9292, 9292, 'Violetti juhlahattu', 'clothing_r16_party11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9293, 9293, 'clothing_party9', 'clothing_r16_party9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9294, 9294, 'Turkoosi juhlahattu', 'clothing_r16_party12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9295, 9295, 'Pinkki juhlahattu', 'clothing_r16_party10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9296, 9296, 'clothing_wink', 'clothing_wink', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9297, 9297, 'clothing_love', 'clothing_love', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9298, 9298, 'clothing_surprised', 'clothing_surprised', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9299, 9299, 'clothing_happy', 'clothing_happy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9300, 9300, 'clothing_poop', 'clothing_poop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9301, 9301, 'clothing_angry', 'clothing_angry', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9302, 9302, 'clothing_sad', 'clothing_sad', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9303, 9303, 'clothing_excited', 'clothing_excited', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9304, 9304, 'clothing_cool', 'clothing_cool', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9305, 9305, 'clothing_shy', 'clothing_shy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9306, 9306, 'clothing_bobba', 'clothing_bobba', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9307, 9307, 'clothing_silly', 'clothing_silly', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9308, 9308, 'Oriental Stool', 'classic6_stool', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9309, 9309, 'Oriental Bench', 'classic6_sofa', 's', 2, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9310, 9310, 'Rice and Tea', 'classic6_tearice', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9311, 9311, 'Oriental Table', 'classic6_bigtable', 's', 2, 2, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9312, 9312, 'Oriental Chair', 'classic6_chair', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9313, 9313, 'Oriental Stand', 'classic6_endtable', 's', 1, 1, 1.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9314, 9314, 'Oriental Low Table', 'classic6_lowtable', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9315, 9315, 'Oriental Lantern', 'classic6_lantern', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9316, 9316, 'Oriental Wall', 'classic6_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9317, 9317, 'Hardwood Floor', 'classic6_woodfloor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9318, 9318, 'Stone Tiled Floor', 'classic6_stonecarpet', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9319, 9319, 'Grand Oriental Arch', 'classic6_arch', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9320, 9320, 'Oriental Vase', 'classic6_vase', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9321, 9321, 'Oriental Lunchbox', 'classic6_food', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9322, 9322, 'Oriental Rug', 'classic6_mat', 's', 2, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9323, 9323, 'Oriental Divider', 'classic6_dvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9324, 9324, 'bc_gift_31days', 'bc_gift_31days', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9325, 9325, 'hc_gift_14days', 'hc_gift_14days', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9326, 9326, 'hc_gift_31days', 'hc_gift_31days', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9327, 9327, 'bc_gift_14days', 'bc_gift_14days', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9328, 9328, 'Rooster Statue', 'china_rooster', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9329, 9329, 'rare_prize17*14', 'rare_prize17*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9330, 9330, 'rare_prize17*10', 'rare_prize17*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9331, 9331, 'rare_prize17*11', 'rare_prize17*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9332, 9332, 'rare_prize17*12', 'rare_prize17*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9333, 9333, 'rare_prize17*13', 'rare_prize17*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9334, 9334, 'rare_prize17*14', 'rare_prize17*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9335, 9335, 'rare_prize17*2', 'rare_prize17*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9336, 9336, 'rare_prize17*3', 'rare_prize17*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9337, 9337, 'rare_prize17*4', 'rare_prize17*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9338, 9338, 'rare_prize17*5', 'rare_prize17*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9339, 9339, 'rare_prize17*6', 'rare_prize17*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9340, 9340, 'rare_prize17*7', 'rare_prize17*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9341, 9341, 'rare_prize17*8', 'rare_prize17*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9342, 9342, 'rare_prize17*9', 'rare_prize17*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9343, 9343, 'bonusrare17_1*0', 'bonusrare17_1*0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9344, 9344, 'bonusrare17_1*1', 'bonusrare17_1*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9345, 9345, 'bonusrare17_1*2', 'bonusrare17_1*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9346, 9346, 'bonusrare17_1*3', 'bonusrare17_1*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9347, 9347, 'bonusrare17_1*4', 'bonusrare17_1*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9348, 9348, 'bonusrare17_1*5', 'bonusrare17_1*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9349, 9349, 'bonusrare17_4*1', 'bonusrare17_4*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9350, 9350, 'bonusrare17_4*2', 'bonusrare17_4*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9351, 9351, 'bonusrare17_4*3', 'bonusrare17_4*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9352, 9352, 'bonusrare17_4*4', 'bonusrare17_4*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9353, 9353, 'bonusrare17_4*5', 'bonusrare17_4*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9354, 9354, 'bonusrare17_4*6', 'bonusrare17_4*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9355, 9355, 'bonusrare17_3*1', 'bonusrare17_3*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9356, 9356, 'bonusrare17_3*2', 'bonusrare17_3*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9357, 9357, 'bonusrare17_3*3', 'bonusrare17_3*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9358, 9358, 'bonusrare17_3*4', 'bonusrare17_3*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9359, 9359, 'bonusrare17_3*5', 'bonusrare17_3*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9360, 9360, 'bonusrare17_3*6', 'bonusrare17_3*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9361, 9361, 'bonusrare17_2*0', 'bonusrare17_2*0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9362, 9362, 'bonusrare17_2*1', 'bonusrare17_2*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9363, 9363, 'bonusrare17_2*2', 'bonusrare17_2*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9364, 9364, 'bonusrare17_2*3', 'bonusrare17_2*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9365, 9365, 'bonusrare17_2*4', 'bonusrare17_2*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9366, 9366, 'bonusrare17_2*5', 'bonusrare17_2*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9367, 9367, 'classic7_gate', 'classic7_gate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9368, 9368, 'classic7_stage', 'classic7_stage', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9369, 9369, 'classic7_dvdr', 'classic7_dvdr', 's', 2, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9370, 9370, 'classic7_drinks', 'classic7_drinks', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9371, 9371, 'classic7_table', 'classic7_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9372, 9372, 'classic7_drinkdispenser', 'classic7_drinkdispenser', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '24', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9373, 9373, 'classic7_djbooth', 'classic7_djbooth', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9374, 9374, 'classic7_floor', 'classic7_floor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9375, 9375, 'classic7_starlight', 'classic7_starlight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9376, 9376, 'classic7_chair', 'classic7_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9377, 9377, 'classic7_tree', 'classic7_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9378, 9378, 'classic7_stairs', 'classic7_stairs', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9379, 9379, 'classic7_wall', 'classic7_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9380, 9380, 'classic7_drinkcabinet', 'classic7_drinkcabinet', 's', 1, 3, 3.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9381, 9381, 'classic7_fridge', 'classic7_fridge', 's', 1, 2, 3.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9382, 9382, 'classic7_crn', 'classic7_crn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9383, 9383, 'clothing_r17_wedveil', 'clothing_r17_wedveil', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9384, 9384, 'clothing_r17_weddingdress', 'clothing_r17_weddingdress', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9385, 9385, 'clothing_r17_weddingset', 'clothing_r17_weddingset', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9386, 9386, 'val_c17_roseplant', 'val_c17_roseplant', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9387, 9387, 'val_c17_chair', 'val_c17_chair', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9388, 9388, 'val_c17_rosedivider', 'val_c17_rosedivider', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9389, 9389, 'val_c17_bandstand', 'val_c17_bandstand', 's', 3, 3, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9390, 9390, 'val_c17_vase', 'val_c17_vase', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9391, 9391, 'val_r17_organltd', 'val_r17_organltd', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9392, 9392, 'clothing_goldpack2', 'clothing_goldpack2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9393, 9393, 'exotic_r17_chamele', 'exotic_r17_chamele', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9394, 9394, 'exotic_r17_treefrog', 'exotic_r17_treefrog', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9395, 9395, 'exotic_r17_snake', 'exotic_r17_snake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9396, 9396, 'exotic_r17_chipmunk', 'exotic_r17_chipmunk', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9397, 9397, 'exotic_r17_birds', 'exotic_r17_birds', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9398, 9398, 'exotic_r17_bat', 'exotic_r17_bat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9399, 9399, 'exotic_r17_chinchil', 'exotic_r17_chinchil', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9400, 9400, 'exotic_r17_sloth', 'exotic_r17_sloth', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9401, 9401, 'mall_c17_tele', 'mall_c17_tele', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9402, 9402, 'mall_c17_kiosk', 'mall_c17_kiosk', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '29,30,34,36,37,38', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9403, 9403, 'mall_r17_coffeem', 'mall_r17_coffeem', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '8', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9404, 9404, 'easter_c17_fence2', 'easter_c17_fence2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9405, 9405, 'clothing_apron', 'clothing_apron', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9406, 9406, 'easter_c17_barngate', 'easter_c17_barngate', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9407, 9407, 'easter_c17_table', 'easter_c17_table', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9408, 9408, 'easter_c17_floweringbush', 'easter_c17_floweringbush', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9409, 9409, 'easter_c17_appletree', 'easter_c17_appletree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '37', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9410, 9410, 'clothing_r17_cow', 'clothing_r17_cow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9411, 9411, 'easter_c17_flour', 'easter_c17_flour', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9412, 9412, 'easter_c17_combistove', 'easter_c17_combistove', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9413, 9413, 'clothing_crownbraid', 'clothing_crownbraid', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9414, 9414, 'easter_c17_chickens', 'easter_c17_chickens', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9415, 9415, 'easter_ltd17_harvestgoddess', 'easter_ltd17_harvestgoddess', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9416, 9416, 'easter_c17_egg', 'easter_c17_egg', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 20, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9417, 9417, 'easter_c17_barn', 'easter_c17_barn', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9418, 9418, 'easter_c17_fruitsalad', 'easter_c17_fruitsalad', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9419, 9419, 'easter_c17_berrycupcake', 'easter_c17_berrycupcake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9420, 9420, 'easter_c17_fence', 'easter_c17_fence', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9421, 9421, 'easter_c17_raspjam', 'easter_c17_raspjam', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9422, 9422, 'easter_c17_gate', 'easter_c17_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9423, 9423, 'easter_c17_pastries', 'easter_c17_pastries', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9424, 9424, 'easter_c17_peachtree', 'easter_c17_peachtree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9425, 9425, 'easter_c17_leafsprout', 'easter_c17_leafsprout', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9426, 9426, 'clothing_r17_chicken', 'clothing_r17_chicken', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9427, 9427, 'easter_c17_roof2', 'easter_c17_roof2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9428, 9428, 'easter_c17_choctart', 'easter_c17_choctart', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9429, 9429, 'easter_c17_peartree', 'easter_c17_peartree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '36', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9430, 9430, 'easter_c17_windmill', 'easter_c17_windmill', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9431, 9431, 'easter_c17_strawbsbush', 'easter_c17_strawbsbush', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9432, 9432, 'easter_c17_collie', 'easter_c17_collie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9433, 9433, 'easter_c17_sapling', 'easter_c17_sapling', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9434, 9434, 'easter_c17_raspbush', 'easter_c17_raspbush', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9435, 9435, 'easter_c17_strawbsjam', 'easter_c17_strawbsjam', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9436, 9436, 'easter_c17_carrot', 'easter_c17_carrot', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9437, 9437, 'easter_c17_choccupcake', 'easter_c17_choccupcake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9438, 9438, 'easter_c17_sprinkler', 'easter_c17_sprinkler', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9439, 9439, 'easter_c17_coop', 'easter_c17_coop', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9440, 9440, 'Lehmälaatikko', 'cowbox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9441, 9441, 'clothing_messyhalfbun', 'clothing_messyhalfbun', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9442, 9442, 'easter_c17_tree', 'easter_c17_tree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9443, 9443, 'easter_r17_farmcutout', 'easter_r17_farmcutout', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9444, 9444, 'easter_c17_blkberrybush', 'easter_c17_blkberrybush', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9445, 9445, 'easter_c17_seeds', 'easter_c17_seeds', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9446, 9446, 'easter_c17_chocbunny', 'easter_c17_chocbunny', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9447, 9447, 'easter_c17_seedbag', 'easter_c17_seedbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9448, 9448, 'easter_c17_crn', 'easter_c17_crn', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9449, 9449, 'easter_c17_carrotcake', 'easter_c17_carrotcake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9450, 9450, 'easter_c17_berrytart', 'easter_c17_berrytart', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9451, 9451, 'easter_c17_farmsoil', 'easter_c17_farmsoil', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9452, 9452, 'Kultainen lehmälaatikko', 'cowbox_gold', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9453, 9453, 'clothing_r17_horse', 'clothing_r17_horse', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9454, 9454, 'easter_c17_beehive', 'easter_c17_beehive', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9455, 9455, 'easter_c17_blkberryjam', 'easter_c17_blkberryjam', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9456, 9456, 'easter_c17_roof', 'easter_c17_roof', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9457, 9457, 'easter_c17_choc', 'easter_c17_choc', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9458, 9458, 'easter_c17_sweetpastries', 'easter_c17_sweetpastries', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9459, 9459, 'easter_c17_strawbscake', 'easter_c17_strawbscake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9460, 9460, 'easter_c17_chairs', 'easter_c17_chairs', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9461, 9461, 'bonusbag17_1', 'bonusbag17_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9462, 9462, 'santorini_c17_pottedplants name', 'santorini_c17_pottedplants', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9463, 9463, 'santorini_c17_artefact4 name', 'santorini_c17_artefact4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9464, 9464, 'santorini_c17_bar name', 'santorini_c17_bar', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9465, 9465, 'santorini_c17_arch name', 'santorini_c17_arch', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9466, 9466, 'santorini_c17_pottedshrub name', 'santorini_c17_pottedshrub', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9467, 9467, 'santorini_c17_artefact3 name', 'santorini_c17_artefact3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9468, 9468, 'santorini_c17_roof name', 'santorini_c17_roof', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9469, 9469, 'santorini_c17_rockroof name', 'santorini_c17_rockroof', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9470, 9470, 'clothing_leafcrown', 'clothing_leafcrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9471, 9471, 'santorini_c17_flowerdivider name', 'santorini_c17_flowerdivider', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9472, 9472, 'clothing_hermeshat', 'clothing_hermeshat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9473, 9473, 'santorini_c17_rocks name', 'santorini_c17_rocks', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '1.0;2.0;3.0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9474, 9474, 'santorini_c17_sand name', 'santorini_c17_sand', 's', 2, 2, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9475, 9475, 'santorini_c17_artefact5 name', 'santorini_c17_artefact5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9476, 9476, 'santorini_c17_food1 name', 'santorini_c17_food1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9477, 9477, 'santorini_r17_chest', 'santorini_r17_chest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9478, 9478, 'santorini_c17_trellis', 'santorini_c17_trellis', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9479, 9479, 'clothing_hoplitehelm', 'clothing_hoplitehelm', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9480, 9480, 'santorini_c17_artefact1 name', 'santorini_c17_artefact1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9481, 9481, 'santorini_c17_rockpool name', 'santorini_c17_rockpool', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9482, 9482, 'clothing_greektoga', 'clothing_greektoga', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9483, 9483, 'santorini_c17_dividerend name', 'santorini_c17_dividerend', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9484, 9484, 'santorini_r17_chimera name', 'santorini_r17_chimera', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9485, 9485, 'santorini_r17_hydra name', 'santorini_r17_hydra', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9486, 9486, 'santorini_c17_rockstage name', 'santorini_c17_rockstage', 's', 2, 2, 0.90, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9487, 9487, 'santorini_c17_donkey name', 'santorini_c17_donkey', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9488, 9488, 'santorini_c17_pierend name', 'santorini_c17_pierend', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9489, 9489, 'santorini_c17_ornatepots name', 'santorini_c17_ornatepots', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9490, 9490, 'santorini_c17_dolphin name', 'santorini_c17_dolphin', 's', 2, 2, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'water', 2, '0', '', '', 29, 29, '');
+INSERT INTO `items_base` VALUES (9491, 9491, 'santorini_c17_mosaicfloor name', 'santorini_c17_mosaicfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9492, 9492, 'clothing_hermesshoes', 'clothing_hermesshoes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9493, 9493, 'santorini_c17_rockcave name', 'santorini_c17_rockcave', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9494, 9494, 'santorini_c17_belltop name', 'santorini_c17_belltop', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9495, 9495, 'santorini_c17_gate name', 'santorini_c17_gate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9496, 9496, 'santorini_r17_centaur name', 'santorini_r17_centaur', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9497, 9497, 'santorini_ltd17_lighthouse', 'santorini_ltd17_lighthouse', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'tent', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9498, 9498, 'santorini_c17_divider name', 'santorini_c17_divider', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9499, 9499, 'santorini_c17_piermid name', 'santorini_c17_piermid', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9500, 9500, 'santorini_c17_house name', 'santorini_c17_house', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9501, 9501, 'santorini_c17_table name', 'santorini_c17_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9502, 9502, 'santorini_c17_artefact2 name', 'santorini_c17_artefact2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9503, 9503, 'santorini_r17_minotaur name', 'santorini_r17_minotaur', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9504, 9504, 'santorini_c17_chair name', 'santorini_c17_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9505, 9505, 'clothing_octohat', 'clothing_octohat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9506, 9506, 'santorini_c17_pebblefloor name', 'santorini_c17_pebblefloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9507, 9507, 'santorini_c17_lighthouse name', 'santorini_c17_lighthouse', 's', 2, 2, 0.00, 0, 0, 0, 1, 0, 0, 0, 0, 1, 'tent', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9508, 9508, 'santorini_c17_stairs name', 'santorini_c17_stairs', 's', 1, 1, 0.50, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9509, 9509, 'santorini_c17_food2 name', 'santorini_c17_food2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9510, 9510, 'santorini_c17_rockfloat name', 'santorini_c17_rockfloat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9511, 9511, 'Cryo-Bed', 'scifi_r17_bed', 's', 1, 3, 0.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9512, 9512, 'scifi_c17_xcannon', 'scifi_c17_xcannon', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9513, 9513, 'Spacecraft Door', 'scifi_c17_airlock', 's', 4, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9514, 9514, 'clothing_r17_explorerhelm', 'clothing_r17_explorerhelm', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9515, 9515, 'Interstellar Cruiser', 'scifi_r17_cruiser', 's', 2, 3, 9.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9516, 9516, 'Battle Mech', 'scifi_ltd17_mech', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9517, 9517, 'clothing_r17_sentinelhelm', 'clothing_r17_sentinelhelm', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9518, 9518, 'clothing_facehugger', 'clothing_facehugger', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9519, 9519, 'Studio Sofa', 'modern_c17_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9520, 9520, 'Decorative Artwork', 'modern_c17_pictures', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9521, 9521, 'Perky Pug', 'modern_c17_pug', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9522, 9522, 'Studio Desk Lamp', 'modern_c17_lamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9523, 9523, 'Studio Bed', 'modern_c17_bed', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9524, 9524, 'Studio Table', 'modern_c17_lowtable', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9525, 9525, 'Studio Records', 'modern_c17_folder', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9526, 9526, 'Artists Literature', 'modern_c17_reads', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9527, 9527, 'Studio Rug', 'modern_c17_rug', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9528, 9528, 'Studio Incense', 'modern_c17_incense', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9529, 9529, 'Aloe Plant', 'modern_c17_plant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9530, 9530, 'Ideas Board', 'modern_c17_display', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9531, 9531, 'Studio Pillow', 'modern_c17_pillow', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9532, 9532, 'Studio TV', 'modern_c17_tv', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9533, 9533, 'Studio Floorboards', 'modern_c17_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9534, 9534, 'Decorative Photos', 'modern_c17_photos', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9535, 9535, 'Studio Desk', 'modern_c17_desk', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9536, 9536, 'Studio Wall', 'modern_c17_wall', 's', 2, 1, 3.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9537, 9537, 'Studio Workstation', 'modern_c17_iscreen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9538, 9538, 'Studio Lamp', 'modern_c17_floorlamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9539, 9539, 'Drawing Equipment', 'modern_c17_creative', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9540, 9540, 'Studio Chair', 'modern_c17_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9541, 9541, 'Mini Speakers', 'modern_c17_speakers', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9542, 9542, 'Studio Shelving', 'modern_c17_shelf', 's', 1, 2, 1.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9543, 9543, 'Studio Corner Table', 'modern_c17_endtable', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9544, 9544, 'clothing_toxicfacehugger', 'clothing_toxicfacehugger', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9545, 9545, 'summer_c17_merchstall', 'summer_c17_merchstall', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9546, 9546, 'summer_c17_astrotelescope', 'summer_c17_astrotelescope', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9547, 9547, 'summer_c17_burgertruck', 'summer_c17_burgertruck', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9548, 9548, 'summer_c17_promenadelamp', 'summer_c17_promenadelamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9549, 9549, 'bonusbag17_2', 'bonusbag17_2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9550, 9550, 'Vaaleanpunakirjailtu basaarilamppu', 'bazaar_c17_lampbluepinktrim', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9551, 9551, 'Vaaleanpunakirjailtu basaarityyny', 'bazaar_c17_pillowbluepinktrim', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9552, 9552, 'Keltainen basaarilamppu', 'bazaar_c17_lampyellow', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9553, 9553, 'Sininen basaariverho', 'bazaar_c17_curtainblue', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9554, 9554, 'Violetti basaarilamppu', 'bazaar_c17_lamppurple', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9555, 9555, 'Sinikirjailtu basaariverho', 'bazaar_c17_curtainyellowbluetrim', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9556, 9556, 'Vihreä basaarimatto', 'bazaar_c17_ruggreen', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9557, 9557, 'Saviruukut', 'bazaar_c17_pots', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9558, 9558, 'Hedelmäkori', 'bazaar_c17_fruitbasket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9559, 9559, 'Persialaiset matot', 'bazaar_c17_rugrolls', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9560, 9560, 'Keltakirjailtu basaarimatto', 'bazaar_c17_rugpurpleyellowtrim', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9561, 9561, 'Sinikirjailtu basaarivaasi', 'bazaar_c17_vasepinkbluetrim', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9562, 9562, 'Kauppiaan parta', 'clothing_exoticbeard', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9563, 9563, 'Vaaleanpunakirjailtu basaarivaasi', 'bazaar_c17_vasebluepinktrim', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9564, 9564, 'Basaarikori', 'bazaar_c17_basket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9565, 9565, 'Alice-kameli', 'bazaar_c17_camel', 's', 1, 1, 3.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9566, 9566, 'Mystinen basaarityyny', 'bazaar_c17_pillowmystic', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9567, 9567, 'Violettikirjailtu basaarityyny', 'bazaar_c17_pillowgreenpurpletrim', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9568, 9568, 'Violetti basaarivaasi', 'bazaar_c17_vasepurple', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9569, 9569, 'Vihreä basaariverho', 'bazaar_c17_curtaingreen', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9570, 9570, 'clothing_alluringeyes', 'clothing_alluringeyes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9571, 9571, 'Violettikirjailtu basaarivaasi', 'bazaar_c17_vasegreenpurpletrim', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9572, 9572, 'Violettikirjailtu basaariverho', 'bazaar_c17_curtaingreenpurpletrim', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9573, 9573, 'Sininen basaarimatto', 'bazaar_c17_rugblue', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9574, 9574, 'Mystinen värjäysaine', 'bazaar_c17_dyemystic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9575, 9575, 'Violetti basaarityyny', 'bazaar_c17_pillowpurple', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9576, 9576, 'bazaar_r17_throne', 'bazaar_r17_throne', 's', 0, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9577, 9577, 'Sinikirjailtu basaarimatto', 'bazaar_c17_rugyellowbluetrim', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9578, 9578, 'Sininen basaarivaasi', 'bazaar_c17_vaseblue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9579, 9579, 'bazaar_ltd17_ele', 'bazaar_ltd17_ele', 's', 0, 2, 3.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9580, 9580, 'Sinikirjailtu basaarivaasi', 'bazaar_c17_vaseyellowbluetrim', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9581, 9581, 'Sininen värjäysaine', 'bazaar_c17_dyeblue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9582, 9582, 'Vihreä värjäysaine', 'bazaar_c17_dyegreen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9583, 9583, 'Sinikirjailtu basaariverho', 'bazaar_c17_curtainpinkbluetrim', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9584, 9584, 'Mystinen basaarilamppu', 'bazaar_c17_lampmystic', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9585, 9585, 'Basaariverho', 'bazaar_c17_curtain', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9586, 9586, 'Keltainen basaarityyny', 'bazaar_c17_pillowyellow', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9587, 9587, 'Mystinen basaarimatto', 'bazaar_c17_rugmystic', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9588, 9588, 'Vaaleanpunakirjailtu basaarimatto', 'bazaar_c17_rugbluepinktrim', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9589, 9589, 'Taikamatto (kokeile matolla seisomista!)', 'bazaar_c17_flycarpet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9590, 9590, 'clothing_exoticvest', 'clothing_exoticvest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9591, 9591, 'Liskotikku', 'bazaar_c17_sticklizard', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9592, 9592, 'Sininen basaarilamppu', 'bazaar_c17_lampblue', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9593, 9593, 'Sininen basaarityyny', 'bazaar_c17_pillowblue', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9594, 9594, 'Basaarin kulmakatto', 'bazaar_c17_clothroof2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9595, 9595, 'Torikatos', 'bazaar_c17_marketroofsmall', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9596, 9596, 'Vaaleanpunakirjailtu basaariverho', 'bazaar_c17_curtainbluepinktrim', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9597, 9597, 'Basaariparveke', 'bazaar_c17_balcony', 's', 0, 2, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9598, 9598, 'Keltainen värjäysaine', 'bazaar_c17_dyeyellow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9599, 9599, 'Sinikirjailtu basaarilamppu', 'bazaar_c17_lampyellowbluetrim', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9600, 9600, 'clothing_bazaarfemale', 'clothing_bazaarfemale', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9601, 9601, 'Violettikirjailtu basaarimatto', 'bazaar_c17_ruggreenpurpletrim', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9602, 9602, 'Sinikirjailtu basaarityyny', 'bazaar_c17_pillowyellowbluetrim', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9603, 9603, 'Värjäysämpäri (voit värjätä basaarikamojasi)', 'bazaar_c17_colourbucket', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9604, 9604, 'Vihreä basaarivaasi', 'bazaar_c17_vasegreen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9605, 9605, 'Lampaan koipi', 'bazaar_c17_meat', 's', 0, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9606, 9606, 'Violetti basaariverho', 'bazaar_c17_curtainpurple', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9607, 9607, 'Pinkki basaarivaasi', 'bazaar_c17_vasepink', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9608, 9608, 'Basaaritalo', 'bazaar_c17_building', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9609, 9609, 'Vihreä basaarilamppu', 'bazaar_c17_lampgreen', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9610, 9610, 'Keltainen basaarivaasi', 'bazaar_c17_vaseyellow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9611, 9611, 'Pinkki värjäysaine', 'bazaar_c17_dyepink', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9612, 9612, 'Sinikirjailtu basaarimatto', 'bazaar_c17_rugpinkbluetrim', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9613, 9613, 'Mystinen basaarivaasi', 'bazaar_c17_vasemystic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9614, 9614, 'Keltakirjailtu basaarivaasi', 'bazaar_c17_vasepurpleyellowtrim', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9615, 9615, 'clothing_pointyshoes', 'clothing_pointyshoes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9616, 9616, 'Keisariskorpioni', 'bazaar_c17_scorpion', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9617, 9617, 'Puhallettavaa kuplamehua', 'bazaar_c17_bubblejuiceblower', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9618, 9618, 'Keltainen basaarimatto', 'bazaar_c17_rugyellow', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9619, 9619, 'Pinkki basaarilamppu', 'bazaar_c17_lamppink', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9620, 9620, 'Pinkki basaarimatto', 'bazaar_c17_rugpink', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9621, 9621, 'Violetti värjäysaine', 'bazaar_c17_dyepurple', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9622, 9622, 'Basaarimatto', 'bazaar_c17_rug', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9623, 9623, 'clothing_exotictop', 'clothing_exotictop', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9624, 9624, 'clothing_r17_cursedmask', 'clothing_r17_cursedmask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9625, 9625, 'Markkinaständi', 'bazaar_c17_displaytable', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.3;0.9;1.4', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9626, 9626, 'Maustekulho', 'bazaar_c17_spice', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9627, 9627, 'Basaarilamppu', 'bazaar_c17_lamp', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9628, 9628, 'Sinikirjailtu basaarityyny', 'bazaar_c17_pillowpinkbluetrim', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9629, 9629, 'Keltakirjailtu basaarityyny', 'bazaar_c17_pillowpurpleyellowtrim', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9630, 9630, 'bazaar_r17_fountain', 'bazaar_r17_fountain', 's', 0, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9631, 9631, 'Vaaleanpunainen basaariverho', 'bazaar_c17_curtainpink', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9632, 9632, 'Basaarityyny', 'bazaar_c17_pillow', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9633, 9633, 'Vihreä basaarityyny', 'bazaar_c17_pillowgreen', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9634, 9634, 'Suuri torikatos', 'bazaar_c17_marketroofbig', 's', 2, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9635, 9635, 'Chiliköynnös', 'bazaar_c17_chillies', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9636, 9636, 'Keltakirjailtu basaariverho', 'bazaar_c17_curtainpurpleyellowtrim', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9637, 9637, 'Keltainen basaariverho', 'bazaar_c17_curtainyellow', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9638, 9638, 'Sinikirjailtu basaarilamppu', 'bazaar_c17_lamppinkbluetrim', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9639, 9639, 'Pinkki basaarityyny', 'bazaar_c17_pillowpink', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9640, 9640, 'Violettikirjailtu basaarilamppu', 'bazaar_c17_lampgreenpurpletrim', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9641, 9641, 'Violetti basaarimatto', 'bazaar_c17_rugpurple', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9642, 9642, 'Mystinen basaariverho', 'bazaar_c17_curtainmystic', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9643, 9643, 'bazaar_r17_monkey', 'bazaar_r17_monkey', 's', 0, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9644, 9644, 'Keltakirjailtu basaarilamppu', 'bazaar_c17_lamppurpleyellowtrim', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9645, 9645, 'Basaarivaasi', 'bazaar_c17_vase', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9646, 9646, 'clothing_harempants', 'clothing_harempants', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9647, 9647, 'Basaarin katto', 'bazaar_c17_clothroof', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9648, 9648, 'clothing_bazaarmale', 'clothing_bazaarmale', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9649, 9649, 'Basaarikaari', 'bazaar_c17_arch', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9650, 9650, 'summer_r17_sealion', 'summer_r17_sealion', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9651, 9651, 'clothing_r17_boxerbraids', 'clothing_r17_boxerbraids', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9652, 9652, 'summer_r17_fishingboat', 'summer_r17_fishingboat', 's', 2, 4, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9653, 9653, 'clothing_r17_sharkmask', 'clothing_r17_sharkmask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9654, 9654, 'bazaar_c17_eleengage', 'bazaar_c17_eleengage', 's', 2, 2, 1.00, 1, 1, 1, 2, 0, 0, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9655, 9655, 'Släbärit ja sukat', 'clothing_flipflopsocks', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9656, 9656, 'rare_colourable_marquee*2', 'rare_colourable_marquee*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9657, 9657, 'rare_colourable_scifirocket*2', 'rare_colourable_scifirocket*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9658, 9658, 'rare_colourable_fountain*2', 'rare_colourable_fountain*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9659, 9659, 'rare_colourable_wooden_screen*2', 'rare_colourable_wooden_screen*2', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9660, 9660, 'rare_colourable_dragonlamp*2', 'rare_colourable_dragonlamp*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9661, 9661, 'rare_colourable_parasol*2', 'rare_colourable_parasol*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9662, 9662, 'rare_colourable_sleepingbag*2', 'rare_colourable_sleepingbag*2', 's', 1, 3, 1.00, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9663, 9663, 'rare_colourable_pillar*2', 'rare_colourable_pillar*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9664, 9664, 'rare_colourable_beehive_bulb*2', 'rare_colourable_beehive_bulb*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9665, 9665, 'rare_colourable_icecream*2', 'rare_colourable_icecream*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9666, 9666, 'rare_colourable_elephant_statue_2', 'rare_colourable_elephant_statue*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9667, 9667, 'hhistory_r17_crackable', 'hhistory_r17_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9668, 9668, 'rare_colourable_scifidoor*2', 'rare_colourable_scifidoor*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9669, 9669, 'rare_colourable_fan*2', 'rare_colourable_fan*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9670, 9670, 'rare_colourable_pillow*2', 'rare_colourable_pillow*2', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9671, 9671, 'rare_colourable_scifiport*2', 'rare_colourable_scifiport*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9672, 9672, 'rare_colourable_barrier*2', 'rare_colourable_barrier*2', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9673, 9673, 'Kahvilan nojatuoli', 'dessertcafe_c17_armchair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9674, 9674, 'dessertcafe_c17_windoor', 'dessertcafe_c17_windoor', 's', 1, 2, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9675, 9675, 'Tarjoilijan mekko', 'clothing_cutie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9676, 9676, 'dessertcafe_c17_creamrolls', 'dessertcafe_c17_creamrolls', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9677, 9677, 'dessertcafe_c17_teaplant', 'dessertcafe_c17_teaplant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9678, 9678, 'dessertcafe_c17_vase', 'dessertcafe_c17_vase', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9679, 9679, 'dessertcafe_c17_table', 'dessertcafe_c17_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9680, 9680, 'Kahvilan lattia', 'dessertcafe_c17_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9681, 9681, 'dessertcafe_c17_donut', 'dessertcafe_c17_donut', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9682, 9682, 'dessertcafe_c17_glass', 'dessertcafe_c17_glass', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9683, 9683, 'dessertcafe_c17_shelf', 'dessertcafe_c17_shelf', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '0.2;1.0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9684, 9684, 'dessertcafe_c17_rug', 'dessertcafe_c17_rug', 's', 2, 3, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9685, 9685, 'Sisäkön päähine', 'clothing_maidband', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9686, 9686, 'dessertcafe_c17_coffeetable', 'dessertcafe_c17_coffeetable', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9687, 9687, 'Kahvilan sohva', 'dessertcafe_c17_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9688, 9688, 'clothing_bowtights', 'clothing_bowtights', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9689, 9689, 'dessertcafe_c17_counter', 'dessertcafe_c17_counter', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9690, 9690, 'clothing_maid', 'clothing_maid', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9691, 9691, 'dessertcafe_c17_mochi', 'dessertcafe_c17_mochi', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9692, 9692, 'clothing_ribbonband', 'clothing_ribbonband', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9693, 9693, 'dessertcafe_c17_wall', 'dessertcafe_c17_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9694, 9694, 'dessertcafe_c17_froyo', 'dessertcafe_c17_froyo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9695, 9695, 'Elegantti ikkuna', 'elegant_c17_window', 's', 2, 1, 5.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9696, 9696, 'Elegantti meikkipöytä', 'elegant_c17_vanity', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9697, 9697, 'Prinsessasohva', 'elegantp_c17_sofa', 's', 2, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9698, 9698, 'Prinsessanojatuoli', 'elegantp_c17_chair', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9699, 9699, 'Elegantti maljakko', 'elegant_c17_flowerpot', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9700, 9700, 'Elegantti sohva', 'elegant_c17_sofa', 's', 2, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9701, 9701, 'Elegantti sänky', 'elegant_c17_bed', 's', 2, 3, 2.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9702, 9702, 'Elegantti teeastiasto', 'elegant_c17_teaset', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9703, 9703, 'Elegantti jakkara', 'elegant_c17_stool', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9704, 9704, 'Elegantti pikkupöytä', 'elegant_c17_smalltable', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9705, 9705, 'Elegantti lattia', 'elegant_c17_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9706, 9706, 'elegantp_c17_stool name', 'elegantp_c17_stool', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9707, 9707, 'Elegantti matto', 'elegant_c17_carpet', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9708, 9708, 'elegantp_c17_cat name', 'elegantp_c17_cat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9709, 9709, 'Elegantti seinä', 'elegant_c17_wall', 's', 2, 1, 5.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9710, 9710, 'clothing_r17_elegantcrown', 'clothing_r17_elegantcrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9711, 9711, 'Elegantti tuoli', 'elegant_c17_chair', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9712, 9712, 'Prinsessaikkuna', 'elegantp_c17_window', 's', 2, 1, 5.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9713, 9713, 'Elegantti kisu', 'elegant_c17_cat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9714, 9714, 'elegantp_c17_bed name', 'elegantp_c17_bed', 's', 2, 3, 2.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9715, 9715, 'elegantp_c17_carpet name', 'elegantp_c17_carpet', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9716, 9716, 'Elegantti kaappi', 'elegant_c17_cupboard', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9717, 9717, 'Elegantti valaisin', 'elegant_c17_light', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9718, 9718, 'Elegantti maalaus', 'elegant_c17_walldecor', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9719, 9719, 'Elegantti kahvipöytä', 'elegant_c17_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9720, 9720, 'Prinsessavaasi', 'elegantp_c17_flowerpot', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9721, 9721, 'Karmaiseva mato-teleportti', 'hween_c17_monstertele', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9722, 9722, 'Zombie-rintamasotilas', 'hween_c17_zombiegrunt', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9723, 9723, 'Kiirastulten lohikäärme', 'hween_ltd17_dragon', 's', 1, 2, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9724, 9724, 'Kirotut juuret', 'hween_c17_hangingroots', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9725, 9725, 'Tippuvat kivet', 'hween_c17_fallingrocks', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9726, 9726, 'Nukkuva zombie', 'hween_c17_zombiesleep', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9727, 9727, 'clothing_badasshelmet', 'clothing_badasshelmet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9728, 9728, 'Keskiaikainen nuttura', 'clothing_layerbuns', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9729, 9729, 'Miimikko-arkut', 'hween_c17_mimic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9730, 9730, 'Kirottu valtaistuin', 'hween_r17_lichthrone', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '1.2;1.7', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9731, 9731, 'Demonisilmät', 'clothing_demoneyes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9732, 9732, 'Luukasa', 'hween_c17_thefallen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9733, 9733, 'clothing_herochest', 'clothing_herochest', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9734, 9734, 'clothing_rebelchest', 'clothing_rebelchest', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9735, 9735, 'Rutto rotta', 'hween_c17_rat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9736, 9736, 'Tippukivi', 'hween_c17_rockdrip', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9737, 9737, 'clothing_r17_bathat', 'clothing_r17_bathat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9738, 9738, 'clothing_herohelmet', 'clothing_herohelmet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9739, 9739, 'clothing_legarmour', 'clothing_legarmour', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9740, 9740, 'Kirottu jäkälä', 'hween_c17_lichen', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9741, 9741, 'Liekkiansa', 'hween_c17_bonfire', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9742, 9742, 'Kirotut luolat-seinämä', 'hween_c17_hidewall', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9743, 9743, 'Kirotut kivet', 'hween_c17_rock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9744, 9744, 'clothing_plaguemask', 'clothing_plaguemask', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9745, 9745, 'Kiirastulten lohikäärme', 'hween_dragengage', '2', 1, 1, 2.00, 0, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9746, 9746, 'Kirottu portti', 'hween_c17_portcullis', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9747, 9747, 'Kirottu pylväs', 'hween_c17_pillar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9748, 9748, 'Kirottu lohikäärme', 'hween_r17_ancdrago', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9749, 9749, 'clothing_r17_hweencrown', 'clothing_r17_hweencrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9750, 9750, 'Sienimies', 'hween_c17_shroomthing', 's', 1, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9751, 9751, 'Haudattu Zombie-ansa', 'hween_c17_handstrap', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'trap', 2, '0', '', '', 163, 163, '');
+INSERT INTO `items_base` VALUES (9752, 9752, 'Kirottu häkki', 'hween_c17_gibbet', 's', 1, 1, 2.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9753, 9753, 'Kirottu liekehtivä ritari', 'hween_c17_flamingknight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 20, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9754, 9754, 'Kirotut luolat-seinämä', 'hween_c17_wall', 's', 1, 2, 3.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9755, 9755, 'Zombie-silmät', 'clothing_zombieeyes', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9756, 9756, 'Pieni Kirottu pylväs', 'hween_c17_pillarsmall', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9757, 9757, 'Kirotut luolat-taso', 'hween_c17_cavefloor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0;0.5;1.0;1.5;2.0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9758, 9758, 'Kirottu ansa', 'hween_c17_spiketrap', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'trap', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9759, 9759, 'Kirottu teltta', 'hween_c17_tent', 's', 2, 3, 1.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9760, 9760, 'clothing_shoearmour', 'clothing_shoearmour', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9761, 9761, 'Kidutusteline', 'hween_c17_torturebed', 's', 1, 3, 1.40, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9762, 9762, 'Kirotut kivet', 'hween_c17_rock2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9763, 9763, 'bonusbag17_3', 'bonusbag17_3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9764, 9764, 'bonusbag17_4', 'bonusbag17_4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9765, 9765, 'Majava', 'america_r17_beaver', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9766, 9766, 'Valkoinen lähetti', 'chess_w_bishop', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9767, 9767, 'Shakkiruutu', 'chess_boardtile', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9768, 9768, 'Musta torni', 'chess_b_rook', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9769, 9769, 'Musta ratsu', 'chess_b_knight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9770, 9770, 'Valkoinen torni', 'chess_w_rook', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9771, 9771, 'Valkoinen kuningatar', 'chess_w_queen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9772, 9772, 'Valkoinen kuningas', 'chess_w_king', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9773, 9773, 'Valkoinen sotilas', 'chess_w_pawn', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9774, 9774, 'Musta kuningas', 'chess_b_king', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9775, 9775, 'chess_b_bishop', 'chess_b_bishop', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9776, 9776, 'Musta sotilas', 'chess_b_pawn', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9777, 9777, 'Musta kuningatar', 'chess_b_queen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9778, 9778, 'Valkoinen ratsu', 'chess_w_knight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9779, 9779, 'Haisunäätä', 'america_r17_skunk', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9780, 9780, 'clothing_r17_daveycrockett', 'clothing_r17_daveycrockett', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9781, 9781, 'clothing_r17_frontierbraids', 'clothing_r17_frontierbraids', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9782, 9782, 'Pussirotta', 'america_r17_opossum', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9783, 9783, 'Pesukarhu', 'america_r17_raccoon', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9784, 9784, 'Kotka', 'america_r17_eagle', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9785, 9785, 'Vyötiäinen', 'america_r17_armadillo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9786, 9786, 'clothing_r17_goldtophat', 'clothing_r17_goldtophat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9787, 9787, 'xmas_c17_britishbulldog name', 'xmas_c17_britishbulldog', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9788, 9788, 'xmas_c17_girl name', 'xmas_c17_girl', 's', 1, 1, 0.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9789, 9789, 'xmas_c17_man name', 'xmas_c17_man', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9790, 9790, 'xmas_c17_blueprint3 name', 'xmas_c17_blueprint3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9791, 9791, 'xmas_c17_snowybasket name', 'xmas_c17_snowybasket', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9792, 9792, 'xmas_c17_doll2 name', 'xmas_c17_doll2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9793, 9793, 'xmas_c17_blueprint6 name', 'xmas_c17_blueprint6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9794, 9794, 'xmas_c17_sewingmchn name', 'xmas_c17_sewingmchn', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9795, 9795, 'xmas_c17_roof name', 'xmas_c17_roof', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9796, 9796, 'xmas_c17_door name', 'xmas_c17_door', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9797, 9797, 'xmas_c17_hatshop name', 'xmas_c17_hatshop', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9798, 9798, 'xmas_c17_doll4 name', 'xmas_c17_doll4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9799, 9799, 'xmas_ltd17_ted', 'xmas_ltd17_ted', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9800, 9800, 'xmas_c17_stove name', 'xmas_c17_stove', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9801, 9801, 'xmas_c17_blueprint5 name', 'xmas_c17_blueprint5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9802, 9802, 'xmas_c17_hangingbasket name', 'xmas_c17_hangingbasket', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9803, 9803, 'xmas_c17_lamp name', 'xmas_c17_lamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9804, 9804, 'xmas_c17_pavement name', 'xmas_c17_pavement', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9805, 9805, 'xmas_c17_smallpavement name', 'xmas_c17_smallpavement', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.1;0.7;1.3;1.8;2.3', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9806, 9806, 'xmas_r17_carriage', 'xmas_r17_carriage', 's', 2, 2, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9807, 9807, 'clothing_featherflower', 'clothing_featherflower', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9808, 9808, 'xmas_c17_book name', 'xmas_c17_book', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9809, 9809, 'xmas_c17_chair name', 'xmas_c17_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9810, 9810, 'clothing_buttonpants', 'clothing_buttonpants', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9811, 9811, 'xmas_c17_doll1 name', 'xmas_c17_doll1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9812, 9812, 'xmas_c17_tree name', 'xmas_c17_tree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9813, 9813, 'xmas_c17_frizzycat name', 'xmas_c17_frizzycat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9814, 9814, 'clothing_r17_goldfeatherflower', 'clothing_r17_goldfeatherflower', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9815, 9815, 'xmas_c17_bigwindows2 name', 'xmas_c17_bigwindows2', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9816, 9816, 'xmas_c17_teashop name', 'xmas_c17_teashop', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9817, 9817, 'xmas_c17_doll6 name', 'xmas_c17_doll6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9818, 9818, 'xmas_c17_snowypot name', 'xmas_c17_snowypot', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9819, 9819, 'xmas_c17_cobbleroad name', 'xmas_c17_cobbleroad', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9820, 9820, 'Viktoriaaninen soittorasia', 'xmas_r17_musicbox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9821, 9821, 'xmas_c17_window name', 'xmas_c17_window', 's', 2, 1, 0.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9822, 9822, 'xmas_c17_fencecorner name', 'xmas_c17_fencecorner', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9823, 9823, 'xmas_c17_chestnutstall name', 'xmas_c17_chestnutstall', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9824, 9824, 'Kauniiksi laitetut kasvot', 'clothing_beautyface', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9825, 9825, 'xmas_c17_bench name', 'xmas_c17_bench', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate_group', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9826, 9826, 'xmas_c17_thread name', 'xmas_c17_thread', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9827, 9827, 'xmas_c17_wall name', 'xmas_c17_wall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9828, 9828, 'xmas_c17_pillar name', 'xmas_c17_pillar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9829, 9829, 'xmas_c17_blueprint4 name', 'xmas_c17_blueprint4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9830, 9830, 'xmas_c17_drain name', 'xmas_c17_drain', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9831, 9831, 'xmas_c17_fence name', 'xmas_c17_fence', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9832, 9832, 'xmas_c17_table name', 'xmas_c17_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9833, 9833, 'xmas_c17_blueprint2 name', 'xmas_c17_blueprint2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9834, 9834, 'xmas_c17_doll5 name', 'xmas_c17_doll5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9835, 9835, 'xmas_c17_boy name', 'xmas_c17_boy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 4, '1050', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9836, 9836, 'clothing_ruffleshirt', 'clothing_ruffleshirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9837, 9837, 'xmas_c17_pub2 name', 'xmas_c17_pub2', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9838, 9838, 'xmas_c17_cloth name', 'xmas_c17_cloth', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9839, 9839, 'clothing_tophat', 'clothing_tophat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9840, 9840, 'xmas_c17_engage_ted name', 'xmas_c17_engage_ted', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9841, 9841, 'xmas_c17_snowygrass name', 'xmas_c17_snowygrass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9842, 9842, 'xmas_c17_blueprint1 name', 'xmas_c17_blueprint1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9843, 9843, 'xmas_c17_doll3 name', 'xmas_c17_doll3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9844, 9844, 'xmas_c17_robins name', 'xmas_c17_robins', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9845, 9845, 'xmas_c17_woman name', 'xmas_c17_woman', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9846, 9846, 'clothing_dress', 'clothing_dress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9847, 9847, 'xmas_c17_bigwindows1 name', 'xmas_c17_bigwindows1', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9848, 9848, 'xmas_c17_pram name', 'xmas_c17_pram', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9849, 9849, 'xmas_r17_lion', 'xmas_r17_lion', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9850, 9850, 'xmas_c17_horse name', 'xmas_c17_horse', 's', 1, 1, 2.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9851, 9851, 'clothing_tailedcoat', 'clothing_tailedcoat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9852, 9852, 'xmas_c17_pub1 name', 'xmas_c17_pub1', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9853, 9853, 'xmas_c17_gate name', 'xmas_c17_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9854, 9854, 'xmas_c17_candyshop name', 'xmas_c17_candyshop', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9855, 9855, 'clothing_sasquatchmask', 'clothing_sasquatchmask', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9856, 9856, 'rare_prize17xmas', 'rare_prize17xmas', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9857, 9857, 'clothing_loyaltycrown_V name', 'clothing_loyaltycrown_V', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9858, 9858, 'clothing_loyaltycrown_X name', 'clothing_loyaltycrown_X', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9859, 9859, 'clothing_loyaltycrown_II name', 'clothing_loyaltycrown_II', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9860, 9860, 'clothing_goldpack3', 'clothing_goldpack3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9861, 9861, 'bonusrare18_3*0', 'bonusrare18_3*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9862, 9862, 'bonusrare18_3*1', 'bonusrare18_3*1', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9863, 9863, 'bonusrare18_3*2', 'bonusrare18_3*2', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9864, 9864, 'bonusrare18_3*3', 'bonusrare18_3*3', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9865, 9865, 'bonusrare18_3*4', 'bonusrare18_3*4', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9866, 9866, 'bonusrare18_3*5', 'bonusrare18_3*5', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9867, 9867, 'bonusbag18_3', 'bonusbag18_3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9868, 9868, 'bonusbag18_2', 'bonusbag18_2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9869, 9869, 'bonusrare18_2*0', 'bonusrare18_2*0', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9870, 9870, 'bonusrare18_2*1', 'bonusrare18_2*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9871, 9871, 'bonusrare18_2*2', 'bonusrare18_2*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9872, 9872, 'bonusrare18_2*3', 'bonusrare18_2*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9873, 9873, 'bonusrare18_2*4', 'bonusrare18_2*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9874, 9874, 'bonusrare18_2*5', 'bonusrare18_2*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9875, 9875, 'bonusbag18_4', 'bonusbag18_4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9876, 9876, 'bonusbag18_1', 'bonusbag18_1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9877, 9877, 'bonusrare18_4*0', 'bonusrare18_4*0', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9878, 9878, 'bonusrare18_4*1', 'bonusrare18_4*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9879, 9879, 'bonusrare18_4*2', 'bonusrare18_4*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9880, 9880, 'bonusrare18_4*3', 'bonusrare18_4*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9881, 9881, 'bonusrare18_4*4', 'bonusrare18_4*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9882, 9882, 'bonusrare18_4*5', 'bonusrare18_4*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9883, 9883, 'bonusrare18_1*0', 'bonusrare18_1*0', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '66', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9884, 9884, 'bonusrare18_1*1', 'bonusrare18_1*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 2, '66', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9885, 9885, 'bonusrare18_1*2', 'bonusrare18_1*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '106', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9886, 9886, 'bonusrare18_1*3', 'bonusrare18_1*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 2, '66', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9887, 9887, 'bonusrare18_1*4', 'bonusrare18_1*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '106', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9888, 9888, 'bonusrare18_1*5', 'bonusrare18_1*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '106', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9889, 9889, 'Dark Bowler Hat', 'clothing_mini_bowlerhat_dark', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9890, 9890, 'Cream Bowler Hat', 'clothing_mini_bowlerhat_cream', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9891, 9891, 'Gold Bowler Hat', 'clothing_mini_bowlerhat_gold', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9892, 9892, 'Green Bowler Hat', 'clothing_mini_bowlerhat_green', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9893, 9893, 'clothing_mini_bowlerhat_red name', 'clothing_mini_bowlerhat_red', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9894, 9894, 'Purple Bowler Hat', 'clothing_mini_bowlerhat_purple', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9895, 9895, 'Blue Bowler Hat', 'clothing_mini_bowlerhat_blue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9896, 9896, '2018 Party Hat Gift Box', 'ny18_crackable', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9897, 9897, 'classic8_bar', 'classic8_bar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9898, 9898, 'Kirjasto lattialaatat', 'classic9_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9899, 9899, 'classic8_chair', 'classic8_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9900, 9900, 'classic9_statue', 'classic9_statue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9901, 9901, 'classic8_rug', 'classic8_rug', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9902, 9902, 'classic8_records', 'classic8_records', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9903, 9903, 'classic8_sofa', 'classic8_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9904, 9904, 'classic9_carpet', 'classic9_carpet', 's', 2, 2, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9905, 9905, 'classic8_statue', 'classic8_statue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9906, 9906, 'classic8_curtains', 'classic8_curtains', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9907, 9907, 'classic8_stairs', 'classic8_stairs', 's', 1, 1, 0.60, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9908, 9908, 'classic8_glassfloor', 'classic8_glassfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 0, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9909, 9909, 'classic9_counter', 'classic9_counter', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9910, 9910, 'classic9_chair', 'classic9_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9911, 9911, 'classic9_light', 'classic9_light', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9912, 9912, 'classic8_pillar', 'classic8_pillar', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9913, 9913, 'Kirjasto kivilattia', 'classic9_floor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9914, 9914, 'classic9_table', 'classic9_table', 's', 2, 2, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9915, 9915, 'classic8_divider', 'classic8_divider', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9916, 9916, 'HC Lounge lattia', 'classic8_floor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9917, 9917, 'classic8_sign', 'classic8_sign', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9918, 9918, 'classic8_shelf', 'classic8_shelf', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9919, 9919, 'classic9_plant', 'classic9_plant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9920, 9920, 'classic8_disco', 'classic8_disco', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9921, 9921, 'classic9_stool', 'classic9_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9922, 9922, 'classic9_bookshelf', 'classic9_bookshelf', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9923, 9923, 'classic8_wall', 'classic8_wall', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9924, 9924, 'classic9_books', 'classic9_books', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9925, 9925, 'classic8_plant', 'classic8_plant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9926, 9926, 'classic9_wall', 'classic9_wall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9927, 9927, 'rare_prize18*0', 'rare_prize18*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9928, 9928, 'rare_prize18*1', 'rare_prize18*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9929, 9929, 'rare_prize18*10', 'rare_prize18*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9930, 9930, 'rare_prize18*11', 'rare_prize18*11', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9931, 9931, 'rare_prize18*12', 'rare_prize18*12', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9932, 9932, 'rare_prize18*2', 'rare_prize18*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9933, 9933, 'rare_prize18*3', 'rare_prize18*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9934, 9934, 'rare_prize18*4', 'rare_prize18*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9935, 9935, 'rare_prize18*5', 'rare_prize18*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9936, 9936, 'rare_prize18*6', 'rare_prize18*6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9937, 9937, 'rare_prize18*7', 'rare_prize18*7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9938, 9938, 'rare_prize18*8', 'rare_prize18*8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9939, 9939, 'rare_prize18*9', 'rare_prize18*9', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9940, 9940, 'hc17_3', 'hc17_3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 0, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9941, 9941, 'hc17_8', 'hc17_8', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'pressureplate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9942, 9942, 'hc17_10', 'hc17_10', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 0, 1, 1, 0, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9943, 9943, 'hc17_11', 'hc17_11', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 1, 1, 0, 'vendingmachine', 0, '3,5,6,2,4,50,1032', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9944, 9944, 'hc17_5', 'hc17_5', 's', 1, 3, 1.40, 0, 0, 1, 0, 1, 0, 1, 1, 0, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9945, 9945, 'hc17_2', 'hc17_2', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 0, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9946, 9946, 'hc17_6', 'hc17_6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 1, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9947, 9947, 'hc17_12', 'hc17_12', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 0, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9948, 9948, 'hc17_9', 'hc17_9', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 0, 1, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9949, 9949, 'hc17_4', 'hc17_4', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 0, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9950, 9950, 'hc17_1', 'hc17_1', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 0, 1, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9951, 9951, 'val_c18_chest', 'val_c18_chest', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9952, 9952, 'val_c18_wardrobe', 'val_c18_wardrobe', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9953, 9953, 'clothing_judgewig', 'clothing_judgewig', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9954, 9954, 'clothing_elegantponytail', 'clothing_elegantponytail', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9955, 9955, 'clothing_r18_unicorn', 'clothing_r18_unicorn', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9956, 9956, 'val_c18_swan', 'val_c18_swan', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9957, 9957, 'clothing_r18_dress', 'clothing_r18_dress', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9958, 9958, 'val_r18_bed', 'val_r18_bed', 's', 1, 1, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9959, 9959, 'clothing_gentcap', 'clothing_gentcap', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9960, 9960, 'Sitruunapuu', 'easter_c18_lemontree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9961, 9961, 'easter_c18_snowdrop3', 'easter_c18_snowdrop3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9962, 9962, 'clothing_shades', 'clothing_shades', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9963, 9963, 'easter_c18_lupin1', 'easter_c18_lupin1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9964, 9964, 'clothing_braidedwavy', 'clothing_braidedwavy', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 1, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9965, 9965, 'easter_c18_tulip2', 'easter_c18_tulip2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9966, 9966, 'Ruusun siemenet', 'easter_c18_seedpackrose', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9967, 9967, 'clothing_satchel', 'clothing_satchel', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9968, 9968, 'Tanssiva kasvi', 'easter_c18_dancingplant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9969, 9969, 'Rikkaruoho', 'easter_c18_badflower', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9970, 9970, 'Tulppaanin siemenet', 'easter_c18_seedpacktulip', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9971, 9971, 'easter_c18_rose3', 'easter_c18_rose3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9972, 9972, 'easter_c18_tulip3', 'easter_c18_tulip3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9973, 9973, 'Kolmipyörä', 'easter_c18_tricyle', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9974, 9974, 'Komposti', 'easter_c18_recyclebin', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9975, 9975, 'Muratti', 'easter_c18_ivybeam', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9976, 9976, 'easter_c18_lupin3', 'easter_c18_lupin3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9977, 9977, 'Piharadio', 'easter_c18_radio', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9978, 9978, 'easter_c18_lupin4', 'easter_c18_lupin4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9979, 9979, 'Tuuletin', 'easter_c18_ceilingfan', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9980, 9980, 'Valaistu muratti', 'easter_c18_ivylight', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9981, 9981, 'clothing_tiedtop', 'clothing_tiedtop', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 1, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9982, 9982, 'Lumikellon siemenet', 'easter_c18_seedpacksnowdrop', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9983, 9983, 'easter_c18_rose4', 'easter_c18_rose4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9984, 9984, 'Bonzai-lähde', 'easter_r18_bonzaifountain', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9985, 9985, 'Eläinmaja', 'easter_c18_hutch', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9986, 9986, 'easter_c18_snowdrop4', 'easter_c18_snowdrop4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9987, 9987, 'Ruukkukasvit', 'easter_c18_shelfplants', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9988, 9988, 'Jättiläispupu', 'easter_r18_bigbunny', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9989, 9989, 'Verhot', 'easter_c18_curtains', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9990, 9990, 'clothing_r18_bunniemask', 'clothing_r18_bunniemask', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9991, 9991, 'Pyykkiteline', 'easter_c18_washline', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9992, 9992, 'Pihanurkkaus', 'easter_c18_glassbrickcnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9993, 9993, 'Pihakoivu', 'easter_c18_birchpillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9994, 9994, 'easter_c18_rose2', 'easter_c18_rose2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9995, 9995, 'Kukkapenkki', 'easter_c18_boxplanter', 's', 1, 2, 0.50, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9996, 9996, 'clothing_r18_bunniehat', 'clothing_r18_bunniehat', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9997, 9997, 'easter_c18_tulip1', 'easter_c18_tulip1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9998, 9998, 'clothing_floppyhair', 'clothing_floppyhair', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (9999, 9999, 'easter_ltd18_habberge10', 'easter_ltd18_habberge10', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10000, 10000, 'Roikkukasvi', 'easter_c18_hangingplant', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10001, 10001, 'Puueläimet', 'easter_c18_woodendeco', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10002, 10002, 'easter_c18_lupin2', 'easter_c18_lupin2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10003, 10003, 'Sudenkorento', 'easter_c18_dragonflies', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10004, 10004, 'clothing_retrohair', 'clothing_retrohair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10005, 10005, 'Pihatuoli', 'easter_c18_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10006, 10006, 'easter_c18_tulip4', 'easter_c18_tulip4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10007, 10007, 'clothing_floppysunhat', 'clothing_floppysunhat', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10008, 10008, 'Pihalattia', 'easter_c18_patternfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10009, 10009, 'Lasiovi', 'easter_c18_glassdoor', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10010, 10010, 'Laatat', 'easter_c18_slatestack', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10011, 10011, 'Kasvikokoelma', 'easter_c18_stackedplants', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10012, 10012, 'Teesetti', 'easter_c18_countryteaset', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10013, 10013, 'Lupiinin siemenet', 'easter_c18_seedpacklupin', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10014, 10014, 'Pihaseinä', 'easter_c18_glassbrickwall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10015, 10015, 'Chia-kasvi', 'easter_c18_chiaplants', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10016, 10016, 'Pihakahvipöytä', 'easter_c18_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10017, 10017, 'easter_c18_snowdrop1', 'easter_c18_snowdrop1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10018, 10018, 'Pihalämmitin', 'easter_c18_radiator', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10019, 10019, 'Pääsiäispeura', 'easter_c18_fawn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10020, 10020, 'Tomaattipuu', 'easter_c18_veg', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10021, 10021, 'easter_c18_snowdrop2', 'easter_c18_snowdrop2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10022, 10022, 'easter_c18_rose1', 'easter_c18_rose1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10023, 10023, 'trophy_netsafety_0', 'trophy_netsafety_0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10024, 10024, 'clothing_kpopbuns', 'clothing_kpopbuns', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10025, 10025, 'clothing_kpop', 'clothing_kpop', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10026, 10026, 'clothing_bffshirt', 'clothing_bffshirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10027, 10027, 'clothing_bffhat', 'clothing_bffhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10028, 10028, 'china_dog', 'china_dog', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10029, 10029, 'cny18_dogballoon', 'cny18_dogballoon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10030, 10030, 'CF_500_moneytree', 'CF_500_moneytree', 's', 1, 1, 0.00, 1, 1, 1, 1, 0, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10031, 10031, 'gift_bff_a', 'gift_bff_a', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10032, 10032, 'crafting_jarhearts', 'crafting_jarhearts', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10033, 10033, 'gift_bff_b', 'gift_bff_b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10034, 10034, 'cine_r18_buggy', 'cine_r18_buggy', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10035, 10035, 'cine_r18_camera', 'cine_r18_camera', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'multiheight', 2, '0', '1.6;3.0;4.3', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10036, 10036, 'cine_r18_catcopter', 'cine_r18_catcopter', 's', 1, 1, 0.00, 0, 0, 0, 1, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10037, 10037, 'Intiaanin poncho', 'clothing_poncho', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10038, 10038, 'clothing_inmate', 'clothing_inmate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10039, 10039, 'clothing_mercenary', 'clothing_mercenary', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10040, 10040, 'clothing_yetifeet', 'clothing_yetifeet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10041, 10041, 'cine_r18_trailer', 'cine_r18_trailer', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'tent', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10042, 10042, 'clothing_c18_cutething', 'clothing_c18_cutething', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10043, 10043, 'gift_c18_cookiejar', 'gift_c18_cookiejar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10044, 10044, 'Kannettava HabboStation', 'gaming_c18_hswap', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10045, 10045, 'Silityslauta', 'laundry_c18_ironing', 's', 1, 2, 1.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10046, 10046, 'Rikkalapio ja -harja', 'laundry_c18_dustpan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10047, 10047, 'Pro Gamer-tuoli', 'gaming_c18_chairpro', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10048, 10048, 'Pyykkikori', 'laundry_c18_basket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10049, 10049, 'Siivoustuotteet', 'laundry_c18_products', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10050, 10050, 'Gamer-pehmo', 'gaming_c18_gameplush2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10051, 10051, 'Pesukone', 'laundry_c18_washmachine', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10052, 10052, 'Gamer-pehmo', 'gaming_c18_gameplush1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10053, 10053, 'Pro Gamer-kaapit', 'gaming_c18_gamecollection', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10054, 10054, 'Pro Gamer-näytöt', 'gaming_c18_setuppro', 's', 1, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10055, 10055, 'Rubikin kuutio-lampunvarjostin', 'gaming_c18_cubelight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10056, 10056, 'Luksusimuri', 'laundry_r18_vacuum', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10057, 10057, 'Pyykkiteline', 'laundry_c18_dryingrack', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10058, 10058, 'HabboStation 4', 'gaming_c18_hs4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10059, 10059, 'Pro Gamer-pöytä', 'gaming_c18_rigpro', 's', 3, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10060, 10060, 'jp_r18_asiandoll', 'jp_r18_asiandoll', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10061, 10061, 'Merihevosnaamari', 'clothing_r18_seahorse', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10062, 10062, 'coralking_c18_cone name', 'coralking_c18_cone', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10063, 10063, 'coralking_c18_gate name', 'coralking_c18_gate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10064, 10064, 'coralking_c18_fishnet name', 'coralking_c18_fishnet', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10065, 10065, 'coralking_c18_spinycoral2 name', 'coralking_c18_spinycoral2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10066, 10066, 'coralking_c18_anchor name', 'coralking_c18_anchor', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10067, 10067, 'coralking_r18_turtleride name', 'coralking_r18_turtleride', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'effect_tile', 2, '0', '', '', 206, 206, '');
+INSERT INTO `items_base` VALUES (10068, 10068, 'coralking_c18_shelltele name', 'coralking_c18_shelltele', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10069, 10069, 'coralking_c18_starfish1 name', 'coralking_c18_starfish1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10070, 10070, 'coralking_c18_treasurechest name', 'coralking_c18_treasurechest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10071, 10071, 'coralking_c18_tropicalfish name', 'coralking_c18_tropicalfish', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10072, 10072, 'coralking_c18_goldenfish name', 'coralking_c18_goldenfish', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10073, 10073, 'coralking_c18_bluesand name', 'coralking_c18_bluesand', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10074, 10074, 'clothing_luscioushair', 'clothing_luscioushair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10075, 10075, 'coralking_c18_sunkenpots name', 'coralking_c18_sunkenpots', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10076, 10076, 'coralking_c18_catfish name', 'coralking_c18_catfish', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10077, 10077, 'coralking_c18_closedspiral1 name', 'coralking_c18_closedspiral1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10078, 10078, 'coralking_r18_goldenchest name', 'coralking_r18_goldenchest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10079, 10079, 'coralking_c18_bubbleseat name', 'coralking_c18_bubbleseat', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'multiheight', 2, '0', '1.0;2.5', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10080, 10080, 'coralking_c18_closedspiral2 name', 'coralking_c18_closedspiral2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10081, 10081, 'coralking_c18_spinycoral1 name', 'coralking_c18_spinycoral1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10082, 10082, 'clothing_flippers', 'clothing_flippers', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10083, 10083, 'coralking_c18_trash name', 'coralking_c18_trash', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10084, 10084, 'coralking_c18_bushycoral2 name', 'coralking_c18_bushycoral2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10085, 10085, 'coralking_c18_corner name', 'coralking_c18_corner', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10086, 10086, 'coralking_c18_openspiral1 name', 'coralking_c18_openspiral1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10087, 10087, 'coralking_c18_seafloor name', 'coralking_c18_seafloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10088, 10088, 'coralking_c18_kelppillar name', 'coralking_c18_kelppillar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10089, 10089, 'coralking_c18_clamshell2 name', 'coralking_c18_clamshell2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10090, 10090, 'coralking_c18_neoncoral2 name', 'coralking_c18_neoncoral2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10091, 10091, 'clothing_wetsuit', 'clothing_wetsuit', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10092, 10092, 'coralking_c18_boulders1 name', 'coralking_c18_boulders1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10093, 10093, 'clothing_r18_goldfish', 'clothing_r18_goldfish', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10094, 10094, 'coralking_r18_vanitytable name', 'coralking_r18_vanitytable', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10095, 10095, 'coralking_c18_coralfloor name', 'coralking_c18_coralfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10096, 10096, 'coralking_c18_bed name', 'coralking_c18_bed', 's', 1, 3, 2.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10097, 10097, 'coralking_c18_gazebo name', 'coralking_c18_gazebo', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10098, 10098, 'coralking_c18_neoncoral3 name', 'coralking_c18_neoncoral3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10099, 10099, 'coralking_c18_trident name', 'coralking_c18_trident', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10100, 10100, 'coralking_c18_starfish2 name', 'coralking_c18_starfish2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10101, 10101, 'coralking_c18_table name', 'coralking_c18_table', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10102, 10102, 'coralking_c18_fence name', 'coralking_c18_fence', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10103, 10103, 'coralking_ltd18_royalseahorse', 'coralking_ltd18_royalseahorse', 's', 2, 2, 0.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10104, 10104, 'coralking_c18_seaweed name', 'coralking_c18_seaweed', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10105, 10105, 'coralking_c18_clownfish name', 'coralking_c18_clownfish', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10106, 10106, 'Sukeltajan kypärä', 'clothing_r18_divershelmet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10107, 10107, 'clothing_sailortop', 'clothing_sailortop', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10108, 10108, 'coralking_c18_openspiral2 name', 'coralking_c18_openspiral2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10109, 10109, 'coralking_c18_angelfish name', 'coralking_c18_angelfish', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10110, 10110, 'coralking_c18_clamshell3 name', 'coralking_c18_clamshell3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10111, 10111, 'coralking_c18_chalice name', 'coralking_c18_chalice', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10112, 10112, 'coralking_c18_bubblerock name', 'coralking_c18_bubblerock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10113, 10113, 'clothing_r18_seawreath', 'clothing_r18_seawreath', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10114, 10114, 'coralking_c18_chair name', 'coralking_c18_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10115, 10115, 'coralking_c18_neoncoral1 name', 'coralking_c18_neoncoral1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10116, 10116, 'coralking_c18_boulders2 name', 'coralking_c18_boulders2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10117, 10117, 'coralking_c18_pearloyster name', 'coralking_c18_pearloyster', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10118, 10118, 'coralking_c18_clamshell1 name', 'coralking_c18_clamshell1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10119, 10119, 'coralking_c18_bushycoral1 name', 'coralking_c18_bushycoral1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10120, 10120, 'coralking_engageseahorse name', 'coralking_engageseahorse', 's', 1, 1, 2.50, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10121, 10121, 'CF_750_goldenpig', 'CF_750_goldenpig', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10122, 10122, 'clothing_r18_tiedwavylocks', 'clothing_r18_tiedwavylocks', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10123, 10123, 'Afrokeesi', 'clothing_r18_frohawk', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10124, 10124, 'birds_r18_spoonbill', 'birds_r18_spoonbill', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10125, 10125, 'birds_r18_puffin', 'birds_r18_puffin', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10126, 10126, 'birds_r18_peacock', 'birds_r18_peacock', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10127, 10127, 'birds_r18_crane', 'birds_r18_crane', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10128, 10128, 'birds_r18_quetzal', 'birds_r18_quetzal', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10129, 10129, 'birds_r18_cardinal', 'birds_r18_cardinal', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10130, 10130, 'trophy_ltd18_wcup', 'trophy_ltd18_wcup', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10131, 10131, 'Tokio rakennus', 'tokyo_c18_residential', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10132, 10132, 'tokyo_c18_toy4', 'tokyo_c18_toy4', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10133, 10133, 'tokyo_c18_toy6', 'tokyo_c18_toy6', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10134, 10134, 'Anime-hiukset', 'clothing_animehair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10135, 10135, 'Tokio kaide', 'tokyo_c18_railing', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10136, 10136, 'Keltainen peliluolakone', 'tokyo_c18_retroarcade', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10137, 10137, 'Futuristinen Tokio prätkä', 'tokyo_c18_motorbike', 's', 1, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10138, 10138, 'tokyo_c18_neonsign2 name', 'tokyo_c18_neonsign2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10139, 10139, 'tokyo_c18_toy9', 'tokyo_c18_toy9', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10140, 10140, 'Tokio näyteikkuna', 'tokyo_c18_shopdisplay', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10141, 10141, 'Tokio pylväs', 'tokyo_c18_pole', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10142, 10142, 'Tokio säleikkö', 'tokyo_c18_trellis', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10143, 10143, 'tokyo_r18_mapletree name', 'tokyo_r18_mapletree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10144, 10144, 'tokyo_c18_toy5', 'tokyo_c18_toy5', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10145, 10145, 'tokyo_c18_bugsmachine name', 'tokyo_c18_bugsmachine', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '33', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10146, 10146, 'tokyo_c18_drinksmachine name', 'tokyo_c18_drinksmachine', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '33', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10147, 10147, 'tokyo_c18_gamesign name', 'tokyo_c18_gamesign', 's', 4, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10148, 10148, 'tokyo_c18_adposters name', 'tokyo_c18_adposters', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10149, 10149, 'clothing_sakurajacket name', 'clothing_sakurajacket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10150, 10150, 'tokyo_c18_lights name', 'tokyo_c18_lights', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10151, 10151, 'tokyo_c18_snackroof name', 'tokyo_c18_snackroof', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10152, 10152, 'tokyo_c18_toy2', 'tokyo_c18_toy2', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10153, 10153, 'clothing_dragonplushhat name', 'clothing_dragonplushhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10154, 10154, 'tokyo_ltd18_shiba', 'tokyo_ltd18_shiba', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10155, 10155, 'tokyo_c18_toy1', 'tokyo_c18_toy1', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10156, 10156, 'tokyo_c18_road name', 'tokyo_c18_road', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10157, 10157, 'tokyo_c18_scarydino name', 'tokyo_c18_scarydino', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10158, 10158, 'tokyo_c18_jpmerchshop name', 'tokyo_c18_jpmerchshop', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10159, 10159, 'tokyo_c18_floor name', 'tokyo_c18_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10160, 10160, 'tokyo_c18_lanterns name', 'tokyo_c18_lanterns', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10161, 10161, 'tokyo_c18_magazinerack name', 'tokyo_c18_magazinerack', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10162, 10162, 'tokyo_c18_racearcade name', 'tokyo_c18_racearcade', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10163, 10163, 'clothing_cuteglasses', 'clothing_cuteglasses', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10164, 10164, 'tokyo_c18_retroarcade2 name', 'tokyo_c18_retroarcade2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10165, 10165, 'clothing_shogunhelmet', 'clothing_shogunhelmet', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10166, 10166, 'tokyo_c18_snackdisplay name', 'tokyo_c18_snackdisplay', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10167, 10167, 'tokyo_c18_toy10', 'tokyo_c18_toy10', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10168, 10168, 'tokyo_c18_toy3', 'tokyo_c18_toy3', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10169, 10169, 'clothing_r18_catbag name', 'clothing_r18_catbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10170, 10170, 'tokyo_c18_gacha name', 'tokyo_c18_gacha', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10171, 10171, 'tokyo_c18_toy8', 'tokyo_c18_toy8', 's', 1, 1, 0.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10172, 10172, 'tokyo_c18_snackdisplay2 name', 'tokyo_c18_snackdisplay2', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10173, 10173, 'clothing_r18_kitsunemask name', 'clothing_r18_kitsunemask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10174, 10174, 'tokyo_c18_craftbot name', 'tokyo_c18_craftbot', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10175, 10175, 'tokyo_c18_shopfront name', 'tokyo_c18_shopfront', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10176, 10176, 'clothing_harajukubow name', 'clothing_harajukubow', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10177, 10177, 'tokyo_c18_sakura name', 'tokyo_c18_sakura', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10178, 10178, 'clothing_tutu', 'clothing_tutu', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10179, 10179, 'tokyo_c18_adposters2 name', 'tokyo_c18_adposters2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10180, 10180, 'tokyo_c18_neonsign1 name', 'tokyo_c18_neonsign1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10181, 10181, 'tokyo_c18_bigbillboard name', 'tokyo_c18_bigbillboard', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10182, 10182, 'clothing_botface name', 'clothing_botface', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10183, 10183, 'tokyo_r18_koikite', 'tokyo_r18_koikite', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10184, 10184, 'tokyo_c18_snackroof2 name', 'tokyo_c18_snackroof2', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10185, 10185, 'tokyo_c18_toy7', 'tokyo_c18_toy7', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10186, 10186, 'clothing_harajukuhair name', 'clothing_harajukuhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10187, 10187, 'anniversary_r18_throne', 'anniversary_r18_throne', 's', 1, 1, 1.30, 0, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10188, 10188, 'tokyo_c18_gacha2', 'tokyo_c18_gacha2', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10189, 10189, 'zengarden_c18_glasspond', 'zengarden_c18_glasspond', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10190, 10190, 'zengarden_c18_light', 'zengarden_c18_light', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10191, 10191, 'zengarden_c18_roof', 'zengarden_c18_roof', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10192, 10192, 'zengarden_c18_stonebench', 'zengarden_c18_stonebench', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10193, 10193, 'zengarden_c18_rootplant', 'zengarden_c18_rootplant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10194, 10194, 'zengarden_c18_stonetable', 'zengarden_c18_stonetable', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10195, 10195, 'zengarden_c18_divider', 'zengarden_c18_divider', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10196, 10196, 'zengarden_c18_moss', 'zengarden_c18_moss', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10197, 10197, 'zengarden_c18_peacefrog', 'zengarden_c18_peacefrog', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10198, 10198, 'zengarden_c18_bamboo', 'zengarden_c18_bamboo', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10199, 10199, 'zengarden_c18_door', 'zengarden_c18_door', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10200, 10200, 'zengarden_c18_plankfloor', 'zengarden_c18_plankfloor', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10201, 10201, 'zengarden_c18_roofcorner', 'zengarden_c18_roofcorner', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10202, 10202, 'zengarden_c18_spikeyplant', 'zengarden_c18_spikeyplant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10203, 10203, 'zengarden_r18_fountain', 'zengarden_r18_fountain', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10204, 10204, 'zengarden_c18_pebbles', 'zengarden_c18_pebbles', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10205, 10205, 'clothing_r18_longwavy', 'clothing_r18_longwavy', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10206, 10206, 'rare_colourable_marquee*3', 'rare_colourable_marquee*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10207, 10207, 'rare_colourable_scifirocket*3', 'rare_colourable_scifirocket*3', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10208, 10208, 'rare_colourable_fountain*3', 'rare_colourable_fountain*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10209, 10209, 'rare_colourable_wooden_screen*3', 'rare_colourable_wooden_screen*3', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10210, 10210, 'rare_colourable_dragonlamp*3', 'rare_colourable_dragonlamp*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10211, 10211, 'rare_colourable_parasol*3', 'rare_colourable_parasol*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10212, 10212, 'hhistory_r18_crackable', 'hhistory_r18_crackable', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10213, 10213, 'rare_colourable_sleepingbag*3', 'rare_colourable_sleepingbag*3', 's', 1, 3, 0.70, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10214, 10214, 'rare_colourable_pillar*3', 'rare_colourable_pillar*3', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10215, 10215, 'rare_colourable_beehive_bulb*3', 'rare_colourable_beehive_bulb*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10216, 10216, 'rare_colourable_icecream*3', 'rare_colourable_icecream*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '5', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10217, 10217, 'rare_colourable_elephant_statue*3', 'rare_colourable_elephant_statue*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10218, 10218, 'rare_colourable_scifidoor*3', 'rare_colourable_scifidoor*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10219, 10219, 'rare_colourable_fan*3', 'rare_colourable_fan*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10220, 10220, 'rare_colourable_pillow*3', 'rare_colourable_pillow*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10221, 10221, 'rare_colourable_scifiport*3', 'rare_colourable_scifiport*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10222, 10222, 'rare_colourable_barrier*3', 'rare_colourable_barrier*3', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10223, 10223, 'hotel_c18_pool', 'hotel_c18_pool', 's', 3, 4, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10224, 10224, 'hotel_c18_stairs', 'hotel_c18_stairs', 's', 1, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10225, 10225, 'hotel_c18_roof', 'hotel_c18_roof', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10226, 10226, 'hotel_c18_rail', 'hotel_c18_rail', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10227, 10227, 'hotel_c18_fountain', 'hotel_c18_fountain', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10228, 10228, 'hotel_c18_block2', 'hotel_c18_block2', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10229, 10229, 'hotel_c18_awning', 'hotel_c18_awning', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10230, 10230, 'hotel_c18_block1', 'hotel_c18_block1', 's', 1, 2, 5.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10231, 10231, 'hotel_c18_tree', 'hotel_c18_tree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10232, 10232, 'hotel_c18_foundation', 'hotel_c18_foundation', 's', 1, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10233, 10233, 'hotel_c18_cypress', 'hotel_c18_cypress', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10234, 10234, 'hotel_c18_rooftop', 'hotel_c18_rooftop', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10235, 10235, 'hween_c18_deskitems2', 'hween_c18_deskitems2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10236, 10236, 'hween_c18_ceilingrays', 'hween_c18_ceilingrays', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10237, 10237, 'hween_c18_complexmchn3', 'hween_c18_complexmchn3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10238, 10238, 'clothing_brownglasses', 'clothing_brownglasses', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10239, 10239, 'hween_c18_toy5old', 'hween_c18_toy5old', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10240, 10240, 'hween_c18_complexmchn2', 'hween_c18_complexmchn2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10241, 10241, 'hween_c18_toy5new', 'hween_c18_toy5new', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10242, 10242, 'clothing_brain', 'clothing_brain', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10243, 10243, 'hween_c18_olddocs2', 'hween_c18_olddocs2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10244, 10244, 'hween_c18_ceilingfan', 'hween_c18_ceilingfan', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10245, 10245, 'hween_c18_toy4old', 'hween_c18_toy4old', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10246, 10246, 'hween_c18_labglasswall', 'hween_c18_labglasswall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10247, 10247, 'hween_c18_retropc', 'hween_c18_retropc', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10248, 10248, 'hween_c18_dimlights', 'hween_c18_dimlights', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10249, 10249, 'hween_c18_medicineshelf', 'hween_c18_medicineshelf', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10250, 10250, 'hween_c18_labtilewall', 'hween_c18_labtilewall', 's', 1, 2, 4.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10251, 10251, 'hween_c18_labcage', 'hween_c18_labcage', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10252, 10252, 'hween_ltd18_cosplaycat', 'hween_ltd18_cosplaycat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10253, 10253, 'hween_c18_oldceilingrays', 'hween_c18_oldceilingrays', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10254, 10254, 'hween_c18_labcurtains', 'hween_c18_labcurtains', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10255, 10255, 'hween_c18_toy3new', 'hween_c18_toy3new', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10256, 10256, 'hween_c18_toy2new', 'hween_c18_toy2new', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10257, 10257, 'hween_c18_labsteelfloor', 'hween_c18_labsteelfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10258, 10258, 'hween_c18_labmchn1', 'hween_c18_labmchn1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10259, 10259, 'hween_c18_rustyceilingfan', 'hween_c18_rustyceilingfan', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10260, 10260, 'hween_c18_labstoolold', 'hween_c18_labstoolold', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10261, 10261, 'hween_c18_labmchn2', 'hween_c18_labmchn2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10262, 10262, 'hween_c18_brokenglasswall', 'hween_c18_brokenglasswall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10263, 10263, 'hween_c18_floormould', 'hween_c18_floormould', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10264, 10264, 'clothing_vintagejacket', 'clothing_vintagejacket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10265, 10265, 'hween_c18_washliquid', 'hween_c18_washliquid', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'switch', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10266, 10266, 'hween_c18_toy1new', 'hween_c18_toy1new', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10267, 10267, 'clothing_sideponytail', 'clothing_sideponytail', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10268, 10268, 'hween_c18_zaptele', 'hween_c18_zaptele', 's', 1, 1, 0.20, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10269, 10269, 'clothing_r18_axe', 'clothing_r18_axe', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10270, 10270, 'hween_c18_washmchn', 'hween_c18_washmchn', 's', 1, 1, 1.85, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10271, 10271, 'hween_c18_labglovebox', 'hween_c18_labglovebox', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10272, 10272, 'hween_c18_bloodcurtains', 'hween_c18_bloodcurtains', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10273, 10273, 'clothing_legwarmershoes', 'clothing_legwarmershoes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10274, 10274, 'hween_c18_toy4new', 'hween_c18_toy4new', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10275, 10275, 'hween_c18_labshelf', 'hween_c18_labshelf', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10276, 10276, 'clothing_bloodshoes', 'clothing_bloodshoes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10277, 10277, 'hween_c18_bloodfloorstreak', 'hween_c18_bloodfloorstreak', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10278, 10278, 'clothing_r18_vamp', 'clothing_r18_vamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10279, 10279, 'hween_c18_labdesk', 'hween_c18_labdesk', 's', 1, 2, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10280, 10280, 'hween_c18_oldlabdesk', 'hween_c18_oldlabdesk', 's', 1, 2, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10281, 10281, 'hween_c18_labchair', 'hween_c18_labchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10282, 10282, 'hween_c18_ceilingmould', 'hween_c18_ceilingmould', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10283, 10283, 'hween_c18_labjar1', 'hween_c18_labjar1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10284, 10284, 'hween_c18_washpowder', 'hween_c18_washpowder', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10285, 10285, 'hween_r18_pupbot', 'hween_r18_pupbot', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10286, 10286, 'hween_c18_labmchn3', 'hween_c18_labmchn3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10287, 10287, 'clothing_bloodjacket', 'clothing_bloodjacket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10288, 10288, 'hween_c18_complexmchn1', 'hween_c18_complexmchn1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10289, 10289, 'hween_c18_spareparts', 'hween_c18_spareparts', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10290, 10290, 'clothing_labcoat', 'clothing_labcoat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10291, 10291, 'hween_c18_toy2old', 'hween_c18_toy2old', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10292, 10292, 'clothing_shortcurlhair', 'clothing_shortcurlhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10293, 10293, 'hween_c18_labjar2', 'hween_c18_labjar2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10294, 10294, 'hween_c18_labstool', 'hween_c18_labstool', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10295, 10295, 'hween_c18_labtooltable', 'hween_c18_labtooltable', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10296, 10296, 'clothing_bloodponytail', 'clothing_bloodponytail', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10297, 10297, 'hween_r18_antiquechemset', 'hween_r18_antiquechemset', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10298, 10298, 'hween_c18_toy1old', 'hween_c18_toy1old', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10299, 10299, 'hween_c18_oldlabtilewall', 'hween_c18_oldlabtilewall', 's', 1, 2, 4.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10300, 10300, 'hween_c18_deskitems1', 'hween_c18_deskitems1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10301, 10301, 'clothing_bloodglasses', 'clothing_bloodglasses', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10302, 10302, 'hween_c18_staffoftheyr', 'hween_c18_staffoftheyr', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10303, 10303, 'clothing_bloodscruffyhair', 'clothing_bloodscruffyhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10304, 10304, 'hween_c18_olddocs1', 'hween_c18_olddocs1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10305, 10305, 'hween_c18_toy3old', 'hween_c18_toy3old', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'switch', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10306, 10306, 'hween_c18_labtilefloor', 'hween_c18_labtilefloor', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10307, 10307, 'hween_c18_oldlablocker', 'hween_c18_oldlablocker', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10308, 10308, 'hween_c18_flashlight', 'hween_c18_flashlight', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10309, 10309, 'hween_c18_labbed', 'hween_c18_labbed', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10310, 10310, 'hween_c18_lablocker', 'hween_c18_lablocker', 's', 1, 1, 2.63, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10311, 10311, 'CF_350_jadefish', 'CF_350_jadefish', 's', 1, 1, 0.00, 1, 1, 1, 1, 0, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10312, 10312, 'hygge_c18_stove', 'hygge_c18_stove', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10313, 10313, 'hygge_c18_cushion', 'hygge_c18_cushion', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10314, 10314, 'clothing_r18_antlers', 'clothing_r18_antlers', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10315, 10315, 'hygge_r18_fox', 'hygge_r18_fox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10316, 10316, 'clothing_r18_hyggehair', 'clothing_r18_hyggehair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10317, 10317, 'hygge_c18_shelf', 'hygge_c18_shelf', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10318, 10318, 'hygge_c18_chair', 'hygge_c18_chair', 's', 1, 1, 1.15, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10319, 10319, 'clothing_r18_dungarees', 'clothing_r18_dungarees', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10320, 10320, 'clothing_r18_diaparty', 'clothing_r18_diaparty', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10321, 10321, 'clothing_dianoblecrown', 'clothing_dianoblecrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10322, 10322, 'diamond_c18_giftbox', 'diamond_c18_giftbox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10323, 10323, 'clothing_diafish', 'clothing_diafish', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10324, 10324, 'clothing_dialeafcrown', 'clothing_dialeafcrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10325, 10325, 'xmas_c18_deer_comet', 'xmas_c18_deer_comet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10326, 10326, 'xmas_c18_stocking_snoopy', 'xmas_c18_stocking_snoopy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10327, 10327, 'xmas_c18_souvenir', 'xmas_c18_souvenir', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10328, 10328, 'xmas_c18_deer_dasher', 'xmas_c18_deer_dasher', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10329, 10329, 'clothing_halo', 'clothing_halo', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10330, 10330, 'xmas_c18_snowfootball', 'xmas_c18_snowfootball', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10331, 10331, 'xmas_c18_stocking_cinnamon', 'xmas_c18_stocking_cinnamon', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10332, 10332, 'xmas_c18_stool', 'xmas_c18_stool', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10333, 10333, 'xmas_c18_stage', 'xmas_c18_stage', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '1;2', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10334, 10334, 'xmas_c18_metro', 'xmas_c18_metro', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10335, 10335, 'xmas_c18_stocking_tiger', 'xmas_c18_stocking_tiger', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10336, 10336, 'xmas_c18_snowman', 'xmas_c18_snowman', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10337, 10337, 'xmas_c18_snowballpit', 'xmas_c18_snowballpit', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10338, 10338, 'xmas_c18_stocking_crusoe', 'xmas_c18_stocking_crusoe', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10339, 10339, 'xmas_c18_stallroof', 'xmas_c18_stallroof', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10340, 10340, 'xmas_c18_presentelf', 'xmas_c18_presentelf', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10341, 10341, 'xmas_c18_doll10', 'xmas_c18_doll10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10342, 10342, 'clothing_rudolphhat', 'clothing_rudolphhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10343, 10343, 'xmas_c18_doll8', 'xmas_c18_doll8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10344, 10344, 'xmas_c18_deer_vixen', 'xmas_c18_deer_vixen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10345, 10345, 'xmas_c18_stagecurtains', 'xmas_c18_stagecurtains', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10346, 10346, 'xmas_c18_stocking_cleo', 'xmas_c18_stocking_cleo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10347, 10347, 'xmas_c18_presents', 'xmas_c18_presents', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10348, 10348, 'xmas_r18_snowyowl', 'xmas_r18_snowyowl', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10349, 10349, 'xmas_c18_doll6', 'xmas_c18_doll6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10350, 10350, 'xmas_c18_stalltable', 'xmas_c18_stalltable', 's', 1, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10351, 10351, 'xmas_c18_streetlight', 'xmas_c18_streetlight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10352, 10352, 'xmas_c18_doll5', 'xmas_c18_doll5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10353, 10353, 'xmas_r18_lightfountain', 'xmas_r18_lightfountain', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10354, 10354, 'clothing_poinsettia', 'clothing_poinsettia', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10355, 10355, 'clothing_bobblehat', 'clothing_bobblehat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10356, 10356, 'xmas_c18_groundlight', 'xmas_c18_groundlight', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10357, 10357, 'xmas_c18_stagechair', 'xmas_c18_stagechair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10358, 10358, 'clothing_r18_featherdress', 'clothing_r18_featherdress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10359, 10359, 'xmas_c18_stagestairs', 'xmas_c18_stagestairs', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10360, 10360, 'xmas_c18_deer_rudolph', 'xmas_c18_deer_rudolph', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10361, 10361, 'clothing_penguin', 'clothing_penguin', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10362, 10362, 'xmas_c18_xmastree', 'xmas_c18_xmastree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10363, 10363, 'xmas_c18_booth', 'xmas_c18_booth', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10364, 10364, 'xmas_c18_curtaintopper', 'xmas_c18_curtaintopper', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10365, 10365, 'xmas_c18_building', 'xmas_c18_building', 's', 2, 1, 5.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10366, 10366, 'xmas_ltd18_snowhabberge', 'xmas_ltd18_snowhabberge', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10367, 10367, 'xmas_c18_iciclelight', 'xmas_c18_iciclelight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10368, 10368, 'xmas_c18_deer_cupid', 'xmas_c18_deer_cupid', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10369, 10369, 'xmas_c18_borscht', 'xmas_c18_borscht', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10370, 10370, 'xmas_c18_doll3', 'xmas_c18_doll3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10371, 10371, 'xmas_c18_doll2', 'xmas_c18_doll2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10372, 10372, 'xmas_c18_balllight', 'xmas_c18_balllight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10373, 10373, 'xmas_c18_harp', 'xmas_c18_harp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10374, 10374, 'clothing_r18_feathercrown', 'clothing_r18_feathercrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10375, 10375, 'xmas_c18_penguin', 'xmas_c18_penguin', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10376, 10376, 'xmas_c18_deer_prancer', 'xmas_c18_deer_prancer', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10377, 10377, 'clothing_sideflopped', 'clothing_sideflopped', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10378, 10378, 'xmas_c18_doll1', 'xmas_c18_doll1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10379, 10379, 'xmas_c18_rainlightfloor', 'xmas_c18_rainlightfloor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10380, 10380, 'xmas_c18_candycane', 'xmas_c18_candycane', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10381, 10381, 'xmas_c18_stocking_norbert', 'xmas_c18_stocking_norbert', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10382, 10382, 'clothing_snowman', 'clothing_snowman', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10383, 10383, 'xmas_c18_buildingpillar', 'xmas_c18_buildingpillar', 's', 1, 1, 5.20, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10384, 10384, 'xmas_c18_doll7', 'xmas_c18_doll7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10385, 10385, 'xmas_c18_bounceycastle', 'xmas_c18_bounceycastle', 's', 3, 3, 0.80, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 193, 193, '');
+INSERT INTO `items_base` VALUES (10386, 10386, 'xmas_c18_babushka', 'xmas_c18_babushka', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10387, 10387, 'xmas_c18_doll9', 'xmas_c18_doll9', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10388, 10388, 'xmas_c18_stagewindow', 'xmas_c18_stagewindow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10389, 10389, 'clothing_xmas5', 'clothing_xmas5', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10390, 10390, 'clothing_mittens', 'clothing_mittens', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10391, 10391, 'xmas_c18_fairylightree', 'xmas_c18_fairylightree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10392, 10392, 'xmas_c18_deer_blitzen', 'xmas_c18_deer_blitzen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10393, 10393, 'xmas_c18_stocking_boo', 'xmas_c18_stocking_boo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10394, 10394, 'xmas_c18_nutcracker', 'xmas_c18_nutcracker', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10395, 10395, 'xmas_c18_stagebackdrop', 'xmas_c18_stagebackdrop', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10396, 10396, 'xmas_c18_bearlight', 'xmas_c18_bearlight', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10397, 10397, 'xmas_c18_deer_dancer', 'xmas_c18_deer_dancer', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10398, 10398, 'xmas_c18_doll4', 'xmas_c18_doll4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10399, 10399, 'xmas_c18_food', 'xmas_c18_food', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10400, 10400, 'xmas_c18_fatherfrost', 'xmas_c18_fatherfrost', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10401, 10401, 'clothing_regiment', 'clothing_regiment', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10402, 10402, 'xmas_c18_piano', 'xmas_c18_piano', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10403, 10403, 'clothing_treepartyhat', 'clothing_treepartyhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10404, 10404, 'xmas_c18_deer_donna', 'xmas_c18_deer_donna', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10405, 10405, 'rare_prize18_xmas', 'rare_prize18_xmas', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10406, 10406, 'hosp_c19_drinksvend', 'hosp_c19_drinksvend', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 2, '19', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10407, 10407, 'clothing_r18_goldpack4', 'clothing_r18_goldpack4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10408, 10408, 'attic_c19_hammock', 'attic_c19_hammock', 's', 1, 3, 2.30, 0, 0, 1, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10409, 10409, 'clothing_r18_sparkleparty2', 'clothing_r18_sparkleparty2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10410, 10410, 'clothing_r18_sparkleparty1', 'clothing_r18_sparkleparty1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10411, 10411, 'clothing_r18_sparkleparty7', 'clothing_r18_sparkleparty7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10412, 10412, 'clothing_r18_sparkleparty4', 'clothing_r18_sparkleparty4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10413, 10413, 'clothing_r19_longwavy2', 'clothing_r19_longwavy2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10414, 10414, 'ny_r18_crackable', 'ny_r18_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10415, 10415, 'clothing_r18_sparkleparty8', 'clothing_r18_sparkleparty8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10416, 10416, 'clothing_r18_sparkleparty6', 'clothing_r18_sparkleparty6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10417, 10417, 'clothing_r18_sparkleparty3', 'clothing_r18_sparkleparty3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10418, 10418, 'clothing_r18_sparkleparty5', 'clothing_r18_sparkleparty5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10419, 10419, 'diamond_c18_giftbox2', 'diamond_c18_giftbox2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10420, 10420, 'CF_1000_goldenkey', 'CF_1000_goldenkey', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10421, 10421, 'hween13_c19_frog', 'hween13_c19_frog', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10422, 10422, 'hc19_11', 'hc19_11', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10423, 10423, 'hc19_1', 'hc19_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10424, 10424, 'hc19_4', 'hc19_4', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10425, 10425, 'hc19_5', 'hc19_5', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10426, 10426, 'hc19_9', 'hc19_9', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10427, 10427, 'hc19_3', 'hc19_3', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10428, 10428, 'hc19_2', 'hc19_2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10429, 10429, 'hc19_10', 'hc19_10', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10430, 10430, 'hc19_12', 'hc19_12', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10431, 10431, 'hc19_7', 'hc19_7', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10432, 10432, 'hc19_6', 'hc19_6', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10433, 10433, 'hc19_8', 'hc19_8', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10434, 10434, 'val_c19_food', 'val_c19_food', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10435, 10435, 'val_c19_bottlewall', 'val_c19_bottlewall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10436, 10436, 'clothing_r19_messybun', 'clothing_r19_messybun', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10437, 10437, 'val_r19_bath', 'val_r19_bath', 's', 1, 2, 1.00, 0, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10438, 10438, 'val_r19_recordplayer', 'val_r19_recordplayer', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10439, 10439, 'clothing_r19_frilledskirt', 'clothing_r19_frilledskirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10440, 10440, 'val_c19_bottle', 'val_c19_bottle', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10441, 10441, 'val_r19_puppy', 'val_r19_puppy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10442, 10442, 'val_c19_till', 'val_c19_till', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10443, 10443, 'val_r19_unicorn', 'val_r19_unicorn', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10444, 10444, 'clothing_r19_shortcurly', 'clothing_r19_shortcurly', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10445, 10445, 'clothing_r19_waistcoat', 'clothing_r19_waistcoat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10446, 10446, 'val_c19_tableacc', 'val_c19_tableacc', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10447, 10447, 'val_c19_chair', 'val_c19_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10448, 10448, 'val_c19_petals', 'val_c19_petals', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10449, 10449, 'val_c19_awning', 'val_c19_awning', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10450, 10450, 'val_c19_table', 'val_c19_table', 's', 1, 1, 0.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10451, 10451, 'val_r19_sofa', 'val_r19_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate_group', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10452, 10452, 'china_pig', 'china_pig', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10453, 10453, 'china_goldenpig', 'china_goldenpig', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10454, 10454, 'clothing_piglethat', 'clothing_piglethat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10455, 10455, 'rare_prize19*0', 'rare_prize19*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10456, 10456, 'rare_prize19*1', 'rare_prize19*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10457, 10457, 'rare_prize19*10', 'rare_prize19*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10458, 10458, 'rare_prize19*11', 'rare_prize19*11', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10459, 10459, 'rare_prize19*12', 'rare_prize19*12', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10460, 10460, 'rare_prize19*13', 'rare_prize19*13', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10461, 10461, 'rare_prize19*2', 'rare_prize19*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10462, 10462, 'rare_prize19*3', 'rare_prize19*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10463, 10463, 'rare_prize19*4', 'rare_prize19*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10464, 10464, 'rare_prize19*5', 'rare_prize19*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10465, 10465, 'rare_prize19*6', 'rare_prize19*6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10466, 10466, 'rare_prize19*7', 'rare_prize19*7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10467, 10467, 'rare_prize19*8', 'rare_prize19*8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10468, 10468, 'rare_prize19*9', 'rare_prize19*9', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10469, 10469, 'room_invisible_block', 'room_invisible_block', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10470, 10470, 'rare_colourable_scifirocket*4', 'rare_colourable_scifirocket*4', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10471, 10471, 'rare_colourable_parasol*4', 'rare_colourable_parasol*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10472, 10472, 'rare_r19_car1', 'rare_r19_car1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10473, 10473, 'clothing_topbuttonshirt', 'clothing_topbuttonshirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10474, 10474, 'clothing_rippedjeans2', 'clothing_rippedjeans2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10475, 10475, 'clothing_r19_scuffedboots', 'clothing_r19_scuffedboots', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10476, 10476, 'clothing_r19_longtwotone', 'clothing_r19_longtwotone', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10477, 10477, 'band_c19_drums', 'band_c19_drums', 's', 3, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10478, 10478, 'clothing_r19_punkhat', 'clothing_r19_punkhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10479, 10479, 'band_c19_guitar', 'band_c19_guitar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10480, 10480, 'clothing_r19_messybangs', 'clothing_r19_messybangs', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10481, 10481, 'clothing_messycurls', 'clothing_messycurls', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10482, 10482, 'band_c19_synth', 'band_c19_synth', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10483, 10483, 'clothing_highfade', 'clothing_highfade', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10484, 10484, 'easter_c19_kelpie', 'easter_c19_kelpie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10485, 10485, 'clothing_r19_forrestcrown', 'clothing_r19_forrestcrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10486, 10486, 'easter_ltd19_flowerthrone', 'easter_ltd19_flowerthrone', 's', 1, 1, 1.20, 0, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10487, 10487, 'easter_c19_babyent', 'easter_c19_babyent', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 24, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10488, 10488, 'easter_c19_habshirecat', 'easter_c19_habshirecat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10489, 10489, 'easter_r19_treeswing', 'easter_r19_treeswing', 's', 2, 1, 1.40, 0, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10490, 10490, 'easter_c19_book4a', 'easter_c19_book4a', 's', 1, 1, 0.35, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10491, 10491, 'easter_c19_turnipbuddies', 'easter_c19_turnipbuddies', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10492, 10492, 'easter_c19_wisestone', 'easter_c19_wisestone', 's', 1, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10493, 10493, 'easter_c19_ancientbook2', 'easter_c19_ancientbook2', 's', 1, 1, 0.35, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10494, 10494, 'clothing_ribboncurls', 'clothing_ribboncurls', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10495, 10495, 'easter_c19_earthdrago', 'easter_c19_earthdrago', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10496, 10496, 'easter_c19_logtable', 'easter_c19_logtable', 's', 1, 2, 0.60, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10497, 10497, 'easter_c19_book1', 'easter_c19_book1', 's', 1, 1, 0.35, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10498, 10498, 'easter_c19_book3', 'easter_c19_book3', 's', 1, 1, 0.35, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10499, 10499, 'clothing_archerhat', 'clothing_archerhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10500, 10500, 'easter_c19_littlefairies', 'easter_c19_littlefairies', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10501, 10501, 'easter_c19_book2', 'easter_c19_book2', 's', 1, 1, 0.35, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10502, 10502, 'easter_c19_logchair', 'easter_c19_logchair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10503, 10503, 'easter_c19_book3a', 'easter_c19_book3a', 's', 1, 1, 0.35, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10504, 10504, 'clothing_madhat', 'clothing_madhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10505, 10505, 'easter_c19_book4', 'easter_c19_book4', 's', 1, 1, 0.35, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10506, 10506, 'easter_c19_book2a', 'easter_c19_book2a', 's', 1, 1, 0.35, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10507, 10507, 'easter_c19_meadow', 'easter_c19_meadow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10508, 10508, 'easter_c19_dirtpath', 'easter_c19_dirtpath', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10509, 10509, 'easter_c19_flowertea', 'easter_c19_flowertea', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10510, 10510, 'easter_c19_babyhippogriff', 'easter_c19_babyhippogriff', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 24, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10511, 10511, 'easter_c19_mushrooms', 'easter_c19_mushrooms', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10512, 10512, 'easter_c19_forrestegg', 'easter_c19_forrestegg', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'crackable', 24, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10513, 10513, 'easter_c19_chillgnome', 'easter_c19_chillgnome', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10514, 10514, 'easter_c19_babykelpie2', 'easter_c19_babykelpie2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10515, 10515, 'easter_c19_babyhippogriff2', 'easter_c19_babyhippogriff2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10516, 10516, 'easter_c19_ent', 'easter_c19_ent', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10517, 10517, 'easter_c19_wolf', 'easter_c19_wolf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10518, 10518, 'easter_c19_ancientbook', 'easter_c19_ancientbook', 's', 1, 1, 0.35, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10519, 10519, 'easter_r19_mysticalbird', 'easter_r19_mysticalbird', 's', 1, 1, 1.70, 0, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10520, 10520, 'clothing_mushroomhat', 'clothing_mushroomhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10521, 10521, 'clothing_petaldress', 'clothing_petaldress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10522, 10522, 'clothing_wolfmask', 'clothing_wolfmask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10523, 10523, 'clothing_flowerponytail', 'clothing_flowerponytail', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10524, 10524, 'easter_c19_busybunny', 'easter_c19_busybunny', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10525, 10525, 'easter_c19_forrestfood', 'easter_c19_forrestfood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10526, 10526, 'easter_c19_springtree', 'easter_c19_springtree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10527, 10527, 'easter_c19_book1a', 'easter_c19_book1a', 's', 1, 1, 0.35, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10528, 10528, 'easter_c19_waterdrago', 'easter_c19_waterdrago', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10529, 10529, 'easter_c19_babykelpie', 'easter_c19_babykelpie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 24, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10530, 10530, 'easter_c19_habelina', 'easter_c19_habelina', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10531, 10531, 'easter_c19_babyent2', 'easter_c19_babyent2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10532, 10532, 'easter_c19_woodlandcritters', 'easter_c19_woodlandcritters', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10533, 10533, 'clothing_r19_fox', 'clothing_r19_fox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10534, 10534, 'easter_c19_forrestegg2', 'easter_c19_forrestegg2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10535, 10535, 'easter_c19_lilredbonnie', 'easter_c19_lilredbonnie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10536, 10536, 'easter_c19_magicringtele', 'easter_c19_magicringtele', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'teleporttile', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10537, 10537, 'easter_c19_hippogriff', 'easter_c19_hippogriff', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10538, 10538, 'easter_c19_fairyprince', 'easter_c19_fairyprince', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10539, 10539, 'clothing_leafhair', 'clothing_leafhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10540, 10540, 'easter_c19_forrestfloor', 'easter_c19_forrestfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10541, 10541, 'easter_c19_bearowl', 'easter_c19_bearowl', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10542, 10542, 'easter_c19_flowerlamp', 'easter_c19_flowerlamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10543, 10543, 'bonusbag19_1', 'bonusbag19_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10544, 10544, 'bonusrare19_1*0', 'bonusrare19_1*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10545, 10545, 'bonusrare19_1*1', 'bonusrare19_1*1', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10546, 10546, 'bonusrare19_1*2', 'bonusrare19_1*2', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10547, 10547, 'bonusrare19_1*3', 'bonusrare19_1*3', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10548, 10548, 'bonusrare19_1*4', 'bonusrare19_1*4', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10549, 10549, 'bonusrare19_1*5', 'bonusrare19_1*5', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10550, 10550, 'clothing_r19_comedymask', 'clothing_r19_comedymask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10551, 10551, 'greek_c19_scrolls1', 'greek_c19_scrolls1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10552, 10552, 'greek_c19_table', 'greek_c19_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10553, 10553, 'greek_c19_vase2', 'greek_c19_vase2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10554, 10554, 'greek_c19_scrolls2', 'greek_c19_scrolls2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10555, 10555, 'greek_c19_harp2', 'greek_c19_harp2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10556, 10556, 'clothing_r19_tragedymask', 'clothing_r19_tragedymask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10557, 10557, 'greek_c19_fruitbowl', 'greek_c19_fruitbowl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10558, 10558, 'greek_c19_harp', 'greek_c19_harp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10559, 10559, 'greek_c19_pythagorascup', 'greek_c19_pythagorascup', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10560, 10560, 'clothing_r19_minotaurhorns', 'clothing_r19_minotaurhorns', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10561, 10561, 'greek_r19_tiledbath', 'greek_r19_tiledbath', 's', 2, 2, 1.50, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 29, 29, '');
+INSERT INTO `items_base` VALUES (10562, 10562, 'greek_c19_shield2', 'greek_c19_shield2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10563, 10563, 'greek_c19_vase1', 'greek_c19_vase1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10564, 10564, 'greek_c19_chair', 'greek_c19_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10565, 10565, 'clothing_r19_medusa', 'clothing_r19_medusa', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10566, 10566, 'greek_r19_chariot', 'greek_r19_chariot', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10567, 10567, 'greek_c19_statue', 'greek_c19_statue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10568, 10568, 'greek_c19_shield1', 'greek_c19_shield1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10569, 10569, 'greek_ltd19_harp', 'greek_ltd19_harp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10570, 10570, 'greek_r19_luxbed', 'greek_r19_luxbed', 's', 1, 3, 1.40, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10571, 10571, 'greek_c19_wall', 'greek_c19_wall', 's', 1, 2, 3.10, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10572, 10572, 'booster_c19_box1', 'booster_c19_box1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10573, 10573, 'booster_c19_box2', 'booster_c19_box2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10574, 10574, 'fest_c19_parasol1', 'fest_c19_parasol1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10575, 10575, 'fest_c19_stool3', 'fest_c19_stool3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10576, 10576, 'fest_c19_loverstent', 'fest_c19_loverstent', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'tent', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10577, 10577, 'fest_c19_bobbatea', 'fest_c19_bobbatea', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10578, 10578, 'fest_ltd19_alpaca', 'fest_ltd19_alpaca', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10579, 10579, 'fest_c19_ticketstall', 'fest_c19_ticketstall', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10580, 10580, 'fest_c19_parasol3', 'fest_c19_parasol3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10581, 10581, 'clothing_bohogems', 'clothing_bohogems', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10582, 10582, 'fest_c19_materials', 'fest_c19_materials', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10583, 10583, 'clothing_bohoheadgems', 'clothing_bohoheadgems', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10584, 10584, 'clothing_plungebikini', 'clothing_plungebikini', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10585, 10585, 'fest_c19_falafelstall', 'fest_c19_falafelstall', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10586, 10586, 'fest_c19_pole', 'fest_c19_pole', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10587, 10587, 'fest_c19_skull3', 'fest_c19_skull3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10588, 10588, 'clothing_flowerbeard', 'clothing_flowerbeard', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10589, 10589, 'fest_c19_coalicecream', 'fest_c19_coalicecream', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10590, 10590, 'clothing_dreadlockstied', 'clothing_dreadlockstied', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10591, 10591, 'fest_c19_cushion3', 'fest_c19_cushion3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10592, 10592, 'fest_c19_hangingdecor', 'fest_c19_hangingdecor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10593, 10593, 'clothing_r19_rainbowhair', 'clothing_r19_rainbowhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10594, 10594, 'clothing_bohotunic', 'clothing_bohotunic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10595, 10595, 'fest_c19_backdrop1', 'fest_c19_backdrop1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10596, 10596, 'fest_c19_dye1', 'fest_c19_dye1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10597, 10597, 'fest_c19_dye2', 'fest_c19_dye2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10598, 10598, 'fest_c19_cushion2', 'fest_c19_cushion2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10599, 10599, 'clothing_waistbag', 'clothing_waistbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10600, 10600, 'fest_c19_bprint1', 'fest_c19_bprint1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10601, 10601, 'fest_c19_dreamcatcher', 'fest_c19_dreamcatcher', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10602, 10602, 'fest_c19_bongos', 'fest_c19_bongos', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10603, 10603, 'fest_r19_gemowl', 'fest_r19_gemowl', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10604, 10604, 'clothing_grandetail', 'clothing_grandetail', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10605, 10605, 'fest_c19_dj', 'fest_c19_dj', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10606, 10606, 'fest_c19_bprint4', 'fest_c19_bprint4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10607, 10607, 'fest_c19_skull5', 'fest_c19_skull5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10608, 10608, 'fest_c19_skull4', 'fest_c19_skull4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10609, 10609, 'fest_c19_parasol2', 'fest_c19_parasol2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10610, 10610, 'fest_c19_skull2', 'fest_c19_skull2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10611, 10611, 'clothing_bohobackpack', 'clothing_bohobackpack', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10612, 10612, 'fest_c19_brazier', 'fest_c19_brazier', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10613, 10613, 'clothing_flowingshirt', 'clothing_flowingshirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10614, 10614, 'fest_c19_bprint3', 'fest_c19_bprint3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10615, 10615, 'clothing_r19_rainbowshades', 'clothing_r19_rainbowshades', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10616, 10616, 'fest_c19_lamp', 'fest_c19_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10617, 10617, 'fest_c19_palm', 'fest_c19_palm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10618, 10618, 'clothing_bohovest', 'clothing_bohovest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10619, 10619, 'clothing_bohotiara', 'clothing_bohotiara', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10620, 10620, 'fest_r19_ladygaia', 'fest_r19_ladygaia', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10621, 10621, 'fest_c19_stool1', 'fest_c19_stool1', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10622, 10622, 'fest_c19_hipdog', 'fest_c19_hipdog', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10623, 10623, 'fest_c19_backdrop2', 'fest_c19_backdrop2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10624, 10624, 'fest_c19_amp', 'fest_c19_amp', 's', 1, 1, 2.80, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10625, 10625, 'fest_c19_didgeridoo', 'fest_c19_didgeridoo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10626, 10626, 'fest_c19_bprintcrackable', 'fest_c19_bprintcrackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10627, 10627, 'fest_c19_skull1', 'fest_c19_skull1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10628, 10628, 'clothing_ruggedbackpack', 'clothing_ruggedbackpack', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10629, 10629, 'clothing_bohopaint', 'clothing_bohopaint', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10630, 10630, 'clothing_bohobag', 'clothing_bohobag', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10631, 10631, 'fest_c19_backdrop3', 'fest_c19_backdrop3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10632, 10632, 'fest_c19_skull6', 'fest_c19_skull6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10633, 10633, 'fest_c19_sitar', 'fest_c19_sitar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10634, 10634, 'fest_c19_craft', 'fest_c19_craft', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10635, 10635, 'fest_c19_stool2', 'fest_c19_stool2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10636, 10636, 'fest_c19_bprint2', 'fest_c19_bprint2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10637, 10637, 'fest_c19_stage', 'fest_c19_stage', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10638, 10638, 'fest_c19_cushion1', 'fest_c19_cushion1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10639, 10639, 'fest_c19_flags', 'fest_c19_flags', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10640, 10640, 'pastel_c19_plushie3', 'pastel_c19_plushie3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10641, 10641, 'pastel_c19_stool', 'pastel_c19_stool', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10642, 10642, 'pastel_c19_cupcake', 'pastel_c19_cupcake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10643, 10643, 'pastel_c19_bedsidetable', 'pastel_c19_bedsidetable', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10644, 10644, 'pastel_c19_stardeco', 'pastel_c19_stardeco', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10645, 10645, 'clothing_r19_rainbowstarjumper', 'clothing_r19_rainbowstarjumper', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10646, 10646, 'pastel_c19_sofa', 'pastel_c19_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10647, 10647, 'pastel_c19_cupboard', 'pastel_c19_cupboard', 's', 1, 1, 2.70, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10648, 10648, 'pastel_c19_unicornposter', 'pastel_c19_unicornposter', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10649, 10649, 'pastel_c19_lamp', 'pastel_c19_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10650, 10650, 'pastel_c19_shootingstar', 'pastel_c19_shootingstar', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10651, 10651, 'pastel_c19_carpet', 'pastel_c19_carpet', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10652, 10652, 'pastel_c19_lights', 'pastel_c19_lights', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10653, 10653, 'pastel_c19_table', 'pastel_c19_table', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10654, 10654, 'pastel_c19_plushie1', 'pastel_c19_plushie1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10655, 10655, 'pastel_c19_starlights', 'pastel_c19_starlights', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10656, 10656, 'pastel_c19_wall', 'pastel_c19_wall', 's', 1, 2, 4.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10657, 10657, 'pastel_c19_cubeseat', 'pastel_c19_cubeseat', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10658, 10658, 'pastel_c19_plushiepile', 'pastel_c19_plushiepile', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10659, 10659, 'pastel_c19_floor', 'pastel_c19_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10660, 10660, 'pastel_c19_plushie2', 'pastel_c19_plushie2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10661, 10661, 'pastel_c19_bed', 'pastel_c19_bed', 's', 2, 3, 1.80, 0, 0, 2, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10662, 10662, 'CF_350_sceptre', 'CF_350_sceptre', 's', 1, 1, 0.00, 1, 1, 1, 1, 0, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10663, 10663, 'diamond_painting39', 'diamond_painting39', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10664, 10664, 'fest_c19_bprintcrackableb', 'fest_c19_bprintcrackableb', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10665, 10665, 'bonusbag19_2', 'bonusbag19_2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10666, 10666, 'bonusrare19_2*0', 'bonusrare19_2*0', 's', 1, 1, 0.50, 1, 2, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10667, 10667, 'bonusrare19_2*1', 'bonusrare19_2*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10668, 10668, 'bonusrare19_2*2', 'bonusrare19_2*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10669, 10669, 'bonusrare19_2*3', 'bonusrare19_2*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10670, 10670, 'bonusrare19_2*4', 'bonusrare19_2*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10671, 10671, 'bonusrare19_2*5', 'bonusrare19_2*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10672, 10672, 'rainbow_r19_pineapplefloat', 'rainbow_r19_pineapplefloat', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10673, 10673, 'rainbow_c19_table', 'rainbow_c19_table', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10674, 10674, 'rainbow_ltd19_parasol', 'rainbow_ltd19_parasol', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10675, 10675, 'rainbow_c19_rug', 'rainbow_c19_rug', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10676, 10676, 'rainbow_c19_chair', 'rainbow_c19_chair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10677, 10677, 'rainbow_c19_lights', 'rainbow_c19_lights', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10678, 10678, 'rainbow_c19_bed', 'rainbow_c19_bed', 's', 2, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10679, 10679, 'rainbow_r19_peacockfloat', 'rainbow_r19_peacockfloat', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10680, 10680, 'rainbow_r19_rainbowfloat', 'rainbow_r19_rainbowfloat', 's', 1, 1, 0.70, 0, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10681, 10681, 'rainbow_r19_flamingofloat', 'rainbow_r19_flamingofloat', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'water_item', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10682, 10682, 'celestial_c19_wardrobe', 'celestial_c19_wardrobe', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10683, 10683, 'celestial_c19_starshower', 'celestial_c19_starshower', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10684, 10684, 'celestial_c19_dresser', 'celestial_c19_dresser', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10685, 10685, 'celestial_c19_moonbed', 'celestial_c19_moonbed', 's', 1, 3, 3.00, 0, 0, 1, 0, 0, 1, 1, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10686, 10686, 'celestial_c19_spacebun', 'celestial_c19_spacebun', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10687, 10687, 'celestial_c19_rug', 'celestial_c19_rug', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10688, 10688, 'celestial_c19_planet', 'celestial_c19_planet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10689, 10689, 'celestial_c19_tree', 'celestial_c19_tree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10690, 10690, 'celestial_c19_aurora', 'celestial_c19_aurora', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10691, 10691, 'celestial_c19_flower', 'celestial_c19_flower', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10692, 10692, 'celestial_c19_table', 'celestial_c19_table', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10693, 10693, 'celestial_c19_starchair', 'celestial_c19_starchair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10694, 10694, 'celestial_c19_floor', 'celestial_c19_floor', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10695, 10695, 'clothing_r19_celestialdress', 'clothing_r19_celestialdress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10696, 10696, 'clothing_zebratop', 'clothing_zebratop', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10697, 10697, 'clothing_nt_zebratop', 'clothing_nt_zebratop', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10698, 10698, 'clothing_croppedjumper', 'clothing_croppedjumper', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10699, 10699, 'clothing_layeredlongskirt', 'clothing_layeredlongskirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10700, 10700, 'rainbow_c19_flags', 'rainbow_c19_flags', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10701, 10701, 'clothing_longmohawk', 'clothing_longmohawk', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10702, 10702, 'suncity_c19_botshop', 'suncity_c19_botshop', 's', 2, 1, 4.70, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10703, 10703, 'suncity_c19_jellyfood', 'suncity_c19_jellyfood', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10704, 10704, 'suncity_c19_building', 'suncity_c19_building', 's', 2, 1, 4.70, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10705, 10705, 'suncity_c19_chair', 'suncity_c19_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10706, 10706, 'suncity_c19_waterway', 'suncity_c19_waterway', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10707, 10707, 'suncity_c19_divider', 'suncity_c19_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10708, 10708, 'clothing_shortcut', 'clothing_shortcut', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10709, 10709, 'clothing_loosekimono', 'clothing_loosekimono', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10710, 10710, 'suncity_c19_flora', 'suncity_c19_flora', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10711, 10711, 'suncity_c19_glass', 'suncity_c19_glass', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10712, 10712, 'suncity_c19_plantpillar', 'suncity_c19_plantpillar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10713, 10713, 'suncity_c19_awning', 'suncity_c19_awning', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10714, 10714, 'clothing_gardenapron', 'clothing_gardenapron', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10715, 10715, 'suncity_ltd19_duckpond', 'suncity_ltd19_duckpond', 's', 3, 3, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10716, 10716, 'suncity_c19_clock', 'suncity_c19_clock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10717, 10717, 'suncity_c19_lamp', 'suncity_c19_lamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10718, 10718, 'clothing_nt_flowytop', 'clothing_nt_flowytop', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10719, 10719, 'clothing_butterflymask', 'clothing_butterflymask', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10720, 10720, 'suncity_c19_plastic', 'suncity_c19_plastic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10721, 10721, 'suncity_c19_munchling', 'suncity_c19_munchling', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10722, 10722, 'suncity_c19_balcony', 'suncity_c19_balcony', 's', 2, 1, 4.70, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10723, 10723, 'suncity_c19_solarpanel', 'suncity_c19_solarpanel', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10724, 10724, 'clothing_r19_butterflydress', 'clothing_r19_butterflydress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10725, 10725, 'suncity_r19_biosphere', 'suncity_r19_biosphere', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10726, 10726, 'suncity_c19_floor', 'suncity_c19_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10727, 10727, 'clothing_leafmask', 'clothing_leafmask', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10728, 10728, 'clothing_gogglehat', 'clothing_gogglehat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10729, 10729, 'suncity_c19_paper', 'suncity_c19_paper', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10730, 10730, 'suncity_c19_tree', 'suncity_c19_tree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10731, 10731, 'clothing_flowytop', 'clothing_flowytop', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10732, 10732, 'suncity_c19_trashboy', 'suncity_c19_trashboy', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10733, 10733, 'suncity_c19_biokit', 'suncity_c19_biokit', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10734, 10734, 'clothing_leafearrings', 'clothing_leafearrings', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10735, 10735, 'suncity_c19_glasswall', 'suncity_c19_glasswall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10736, 10736, 'suncity_c19_gazebo', 'suncity_c19_gazebo', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10737, 10737, 'clothing_r19_featheredcowl', 'clothing_r19_featheredcowl', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10738, 10738, 'suncity_c19_wateroutlet', 'suncity_c19_wateroutlet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10739, 10739, 'clothing_floralbag', 'clothing_floralbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10740, 10740, 'suncity_c19_streetlight', 'suncity_c19_streetlight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10741, 10741, 'suncity_r19_glassfountain', 'suncity_r19_glassfountain', 's', 2, 2, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10742, 10742, 'suncity_c19_minibridge', 'suncity_c19_minibridge', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10743, 10743, 'suncity_c19_waterwaycrnr', 'suncity_c19_waterwaycrnr', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10744, 10744, 'suncity_c19_table', 'suncity_c19_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10745, 10745, 'clothing_sprout', 'clothing_sprout', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10746, 10746, 'suncity_c19_perfumeshop', 'suncity_c19_perfumeshop', 's', 2, 1, 4.70, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10747, 10747, 'suncity_c19_vase', 'suncity_c19_vase', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10748, 10748, 'clothing_nt_loosekimono', 'clothing_nt_loosekimono', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10749, 10749, 'clothing_nt_shortcut', 'clothing_nt_shortcut', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10750, 10750, 'clothing_nt_sprout', 'clothing_nt_sprout', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10751, 10751, 'clothing_nt_leafearrings', 'clothing_nt_leafearrings', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10752, 10752, 'clothing_nt_gardenapron', 'clothing_nt_gardenapron', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10753, 10753, 'rainyday_c19_lamp', 'rainyday_c19_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10754, 10754, 'rainyday_c19_beanbag', 'rainyday_c19_beanbag', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10755, 10755, 'rainyday_c19_pillowfort', 'rainyday_c19_pillowfort', 's', 2, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10756, 10756, 'rainyday_c19_rainwindows', 'rainyday_c19_rainwindows', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10757, 10757, 'clothing_halftiedhair', 'clothing_halftiedhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10758, 10758, 'clothing_r19_raincoat', 'clothing_r19_raincoat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10759, 10759, 'rainyday_c19_boardgames', 'rainyday_c19_boardgames', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10760, 10760, 'clothing_r19_teddygown', 'clothing_r19_teddygown', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10761, 10761, 'clothing_bookbag', 'clothing_bookbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10762, 10762, 'rainyday_c19_tartanseat', 'rainyday_c19_tartanseat', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10763, 10763, 'rainyday_c19_rugblanket', 'rainyday_c19_rugblanket', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10764, 10764, 'rainyday_c19_cocoa', 'rainyday_c19_cocoa', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10765, 10765, 'rainyday_r19_rainbear', 'rainyday_r19_rainbear', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10766, 10766, 'rainyday_r19_fluffbun', 'rainyday_r19_fluffbun', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10767, 10767, 'market_c19_drygoods', 'market_c19_drygoods', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10768, 10768, 'market_c19_trolley', 'market_c19_trolley', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10769, 10769, 'market_c19_icecreamfreezer', 'market_c19_icecreamfreezer', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10770, 10770, 'market_c19_deli1', 'market_c19_deli1', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10771, 10771, 'market_c19_icecreamtubs', 'market_c19_icecreamtubs', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10772, 10772, 'market_c19_stationary', 'market_c19_stationary', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10773, 10773, 'market_c19_selfcheckout', 'market_c19_selfcheckout', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10774, 10774, 'market_c19_spill', 'market_c19_spill', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10775, 10775, 'market_c19_meat', 'market_c19_meat', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10776, 10776, 'market_c19_floor', 'market_c19_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10777, 10777, 'market_c19_vegfruit', 'market_c19_vegfruit', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10778, 10778, 'market_c19_deli2', 'market_c19_deli2', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10779, 10779, 'market_c19_banner', 'market_c19_banner', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10780, 10780, 'market_c19_dairyfridge', 'market_c19_dairyfridge', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10781, 10781, 'market_c19_basket', 'market_c19_basket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10782, 10782, 'market_c19_antitheftalarm', 'market_c19_antitheftalarm', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10783, 10783, 'market_c19_dvds', 'market_c19_dvds', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10784, 10784, 'market_c19_checkoutdesk', 'market_c19_checkoutdesk', 's', 3, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10785, 10785, 'market_c19_signboard', 'market_c19_signboard', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10786, 10786, 'hween_c19_autumnfloor', 'hween_c19_autumnfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10787, 10787, 'hween_c19_tarot', 'hween_c19_tarot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10788, 10788, 'hween_c19_crookedfloor', 'hween_c19_crookedfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10789, 10789, 'hween_c19_bewitchedcauldron', 'hween_c19_bewitchedcauldron', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10790, 10790, 'clothing_r19_warlocks', 'clothing_r19_warlocks', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10791, 10791, 'hween_c19_herbs', 'hween_c19_herbs', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10792, 10792, 'clothing_r19_longlonghair', 'clothing_r19_longlonghair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10793, 10793, 'hween_c19_stonewall', 'hween_c19_stonewall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10794, 10794, 'hween_c19_pumpkinpatch', 'hween_c19_pumpkinpatch', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10795, 10795, 'hween_c19_bewitchedchair', 'hween_c19_bewitchedchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10796, 10796, 'hween_c19_bewitchedbed', 'hween_c19_bewitchedbed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10797, 10797, 'hween_c19_bewitchedtable', 'hween_c19_bewitchedtable', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10798, 10798, 'hween_c19_crystal', 'hween_c19_crystal', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10799, 10799, 'hween_c19_roofcorner', 'hween_c19_roofcorner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10800, 10800, 'hween_c19_witchsatchel', 'hween_c19_witchsatchel', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10801, 10801, 'hween_c19_flameon', 'hween_c19_flameon', 's', 1, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10802, 10802, 'clothing_nt_possessedeyes', 'clothing_nt_possessedeyes', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10803, 10803, 'hween_c19_angleroof', 'hween_c19_angleroof', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10804, 10804, 'clothing_r19_demonwings', 'clothing_r19_demonwings', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10805, 10805, 'hween_c19_birchtree', 'hween_c19_birchtree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10806, 10806, 'hween_c19_firechild', 'hween_c19_firechild', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10807, 10807, 'hween_c19_bigroof', 'hween_c19_bigroof', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10808, 10808, 'hween_c19_witchcraft', 'hween_c19_witchcraft', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10809, 10809, 'hween_c19_claddedwall', 'hween_c19_claddedwall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10810, 10810, 'clothing_possessedeyes', 'clothing_possessedeyes', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10811, 10811, 'clothing_nt_witchrobes', 'clothing_nt_witchrobes', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10812, 10812, 'hween_c19_bewitchedskull', 'hween_c19_bewitchedskull', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10813, 10813, 'hween_ltd19_skullthrone', 'hween_ltd19_skullthrone', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10814, 10814, 'hween_c19_archway', 'hween_c19_archway', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10815, 10815, 'hween_r19_weepingwillow', 'hween_r19_weepingwillow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10816, 10816, 'hween_c19_smallroof', 'hween_c19_smallroof', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10817, 10817, 'hween_c19_darkwerewolf', 'hween_c19_darkwerewolf', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10818, 10818, 'hween_r19_witchfamiliar', 'hween_r19_witchfamiliar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10819, 10819, 'hween_c19_fireplace', 'hween_c19_fireplace', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10820, 10820, 'clothing_witchhat2', 'clothing_witchhat2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10821, 10821, 'clothing_witchrobes', 'clothing_witchrobes', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10822, 10822, 'hween_c19_spiritowl', 'hween_c19_spiritowl', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10823, 10823, 'hween_c19_steeproof', 'hween_c19_steeproof', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10824, 10824, 'hween_c19_potions', 'hween_c19_potions', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10825, 10825, 'hween_c19_feathers', 'hween_c19_feathers', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10826, 10826, 'hween_c19_crystalball', 'hween_c19_crystalball', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10827, 10827, 'clothing_nt_witchhat2', 'clothing_nt_witchhat2', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10828, 10828, 'hween_c19_slimeblob', 'hween_c19_slimeblob', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10829, 10829, 'hween_c19_bewitchedcandles', 'hween_c19_bewitchedcandles', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10830, 10830, 'hween_c19_witchsatchel2', 'hween_c19_witchsatchel2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10831, 10831, 'hween_c19_broomstaffstand', 'hween_c19_broomstaffstand', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10832, 10832, 'CF_250_Hucci', 'CF_250_Hucci', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10833, 10833, 'bonusbag19_3', 'bonusbag19_3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10834, 10834, 'bonusrare19_3*0', 'bonusrare19_3*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10835, 10835, 'bonusrare19_3*1', 'bonusrare19_3*1', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10836, 10836, 'bonusrare19_3*2', 'bonusrare19_3*2', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10837, 10837, 'bonusrare19_3*3', 'bonusrare19_3*3', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10838, 10838, 'bonusrare19_3*4', 'bonusrare19_3*4', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10839, 10839, 'bonusrare19_3*5', 'bonusrare19_3*5', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10840, 10840, 'mutearea_sign2', 'mutearea_sign2', 's', 1, 1, 0.10, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'mutearea', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10841, 10841, 'clothing_habpods', 'clothing_habpods', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10842, 10842, 'clothing_nt_shortscarf', 'clothing_nt_shortscarf', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10843, 10843, 'clothing_nt_habpods', 'clothing_nt_habpods', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10844, 10844, 'clothing_nt_flaredtrench', 'clothing_nt_flaredtrench', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10845, 10845, 'clothing_microbag', 'clothing_microbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10846, 10846, 'clothing_hitchedjumper', 'clothing_hitchedjumper', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10847, 10847, 'clothing_nt_hitchedjumper', 'clothing_nt_hitchedjumper', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10848, 10848, 'autumn_r19_maplebonsai', 'autumn_r19_maplebonsai', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10849, 10849, 'clothing_shortscarf', 'clothing_shortscarf', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10850, 10850, 'clothing_nt_microbag', 'clothing_nt_microbag', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10851, 10851, 'clothing_flaredtrench', 'clothing_flaredtrench', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10852, 10852, 'wintercabin_c19_window', 'wintercabin_c19_window', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10853, 10853, 'wintercabin_c19_floor', 'wintercabin_c19_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10854, 10854, 'wintercabin_c19_sofa', 'wintercabin_c19_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10855, 10855, 'wintercabin_c19_fence', 'wintercabin_c19_fence', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10856, 10856, 'wintercabin_c19_cabintable', 'wintercabin_c19_cabintable', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10857, 10857, 'wintercabin_c19_stairs', 'wintercabin_c19_stairs', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10858, 10858, 'wintercabin_c19_antlerlight', 'wintercabin_c19_antlerlight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10859, 10859, 'wintercabin_c19_corner', 'wintercabin_c19_corner', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10860, 10860, 'wintercabin_c19_stage', 'wintercabin_c19_stage', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'multiheight', 3, '0', '1.2;2.5;3.5', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10861, 10861, 'wintercabin_c19_fireplace', 'wintercabin_c19_fireplace', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10862, 10862, 'wintercabin_c19_lamp', 'wintercabin_c19_lamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10863, 10863, 'wintercabin_c19_cabinrug', 'wintercabin_c19_cabinrug', 's', 4, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10864, 10864, 'wintercabin_c19_glasstable', 'wintercabin_c19_glasstable', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10865, 10865, 'wintercabin_c19_items', 'wintercabin_c19_items', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10866, 10866, 'wintercabin_c19_wall', 'wintercabin_c19_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10867, 10867, 'wintercabin_c19_drawers', 'wintercabin_c19_drawers', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10868, 10868, 'wintercabin_c19_cabinchair', 'wintercabin_c19_cabinchair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10869, 10869, 'wintercabin_c19_bed', 'wintercabin_c19_bed', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10870, 10870, 'clothing_leatherhoodie', 'clothing_leatherhoodie', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10871, 10871, 'clothing_nt_shortfluffy', 'clothing_nt_shortfluffy', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10872, 10872, 'clothing_wavy3', 'clothing_wavy3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10873, 10873, 'clothing_r19_autumndress', 'clothing_r19_autumndress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10874, 10874, 'clothing_nt_leatherhoodie', 'clothing_nt_leatherhoodie', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10875, 10875, 'clothing_r19_autumnhairpiece', 'clothing_r19_autumnhairpiece', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10876, 10876, 'clothing_nt_wavy3', 'clothing_nt_wavy3', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10877, 10877, 'clothing_shortfluffy', 'clothing_shortfluffy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10878, 10878, 'clothing_r19_puppyacc', 'clothing_r19_puppyacc', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10879, 10879, 'CF_500_orb', 'CF_500_orb', 's', 1, 1, 0.00, 1, 1, 1, 1, 0, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10880, 10880, 'xmas_c19_balcony', 'xmas_c19_balcony', 's', 2, 1, 5.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10881, 10881, 'xmas_c19_jarofgold', 'xmas_c19_jarofgold', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10882, 10882, 'xmas_c19_terrierplushie', 'xmas_c19_terrierplushie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10883, 10883, 'xmas_c19_icicles', 'xmas_c19_icicles', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10884, 10884, 'xmas_c19_angelfigure', 'xmas_c19_angelfigure', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10885, 10885, 'xmas_c19_hamsterplushie', 'xmas_c19_hamsterplushie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10886, 10886, 'xmas_ltd19_icethrone', 'xmas_ltd19_icethrone', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10887, 10887, 'xmas_c19_snowsprites', 'xmas_c19_snowsprites', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10888, 10888, 'clothing_pompombag', 'clothing_pompombag', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10889, 10889, 'clothing_r19_elisa', 'clothing_r19_elisa', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10890, 10890, 'xmas_c19_box4b', 'xmas_c19_box4b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10891, 10891, 'clothing_nt_pompombag', 'clothing_nt_pompombag', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10892, 10892, 'xmas_c19_box1b', 'xmas_c19_box1b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10893, 10893, 'xmas_c19_elfguard', 'xmas_c19_elfguard', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10894, 10894, 'xmas_c19_crystalfloor', 'xmas_c19_crystalfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10895, 10895, 'clothing_nt_frostedbeard', 'clothing_nt_frostedbeard', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10896, 10896, 'xmas_c19_elffairy', 'xmas_c19_elffairy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10897, 10897, 'xmas_c19_reindeerfigure2', 'xmas_c19_reindeerfigure2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10898, 10898, 'xmas_c19_box6b', 'xmas_c19_box6b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10899, 10899, 'xmas_c19_box5b', 'xmas_c19_box5b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10900, 10900, 'xmas_c19_curtain', 'xmas_c19_curtain', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10901, 10901, 'xmas_c19_box3', 'xmas_c19_box3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10902, 10902, 'xmas_c19_robinfigure', 'xmas_c19_robinfigure', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10903, 10903, 'clothing_snowmansuit', 'clothing_snowmansuit', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10904, 10904, 'clothing_nt_bearmuffs', 'clothing_nt_bearmuffs', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10905, 10905, 'clothing_frostedbeard', 'clothing_frostedbeard', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10906, 10906, 'xmas_c19_icetree', 'xmas_c19_icetree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10907, 10907, 'xmas_c19_reindeerfigure', 'xmas_c19_reindeerfigure', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10908, 10908, 'xmas_r19_crystalharp', 'xmas_r19_crystalharp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10909, 10909, 'xmas_c19_archwall', 'xmas_c19_archwall', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10910, 10910, 'xmas_c19_furbanner', 'xmas_c19_furbanner', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10911, 10911, 'xmas_c19_snowcraft', 'xmas_c19_snowcraft', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10912, 10912, 'clothing_nordicscarf', 'clothing_nordicscarf', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10913, 10913, 'xmas_c19_crystaltable', 'xmas_c19_crystaltable', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10914, 10914, 'xmas_c19_catplushie', 'xmas_c19_catplushie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10915, 10915, 'xmas_c19_dragonfigure2', 'xmas_c19_dragonfigure2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10916, 10916, 'xmas_c19_box2', 'xmas_c19_box2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10917, 10917, 'xmas_c19_elfeskimo', 'xmas_c19_elfeskimo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10918, 10918, 'xmas_c19_lamp', 'xmas_c19_lamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10919, 10919, 'clothing_pompomhat', 'clothing_pompomhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10920, 10920, 'xmas_c19_stackedicedrinks', 'xmas_c19_stackedicedrinks', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 2, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10921, 10921, 'xmas_c19_pugplushie', 'xmas_c19_pugplushie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10922, 10922, 'clothing_r19_frosted', 'clothing_r19_frosted', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10923, 10923, 'xmas_r19_crystalfountain', 'xmas_r19_crystalfountain', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10924, 10924, 'xmas_c19_crystalchair', 'xmas_c19_crystalchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10925, 10925, 'clothing_bearmuffs', 'clothing_bearmuffs', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10926, 10926, 'xmas_c19_box3b', 'xmas_c19_box3b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10927, 10927, 'xmas_c19_windowwall', 'xmas_c19_windowwall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10928, 10928, 'xmas_c19_box6', 'xmas_c19_box6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10929, 10929, 'xmas_c19_unicornfigure2', 'xmas_c19_unicornfigure2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10930, 10930, 'xmas_c19_dragonfigure', 'xmas_c19_dragonfigure', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10931, 10931, 'xmas_c19_box4', 'xmas_c19_box4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10932, 10932, 'clothing_nt_pompomhat', 'clothing_nt_pompomhat', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10933, 10933, 'xmas_c19_robinfigure2', 'xmas_c19_robinfigure2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10934, 10934, 'xmas_c19_angelfigure2', 'xmas_c19_angelfigure2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10935, 10935, 'xmas_c19_iceshards', 'xmas_c19_iceshards', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10936, 10936, 'xmas_c19_box5', 'xmas_c19_box5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10937, 10937, 'xmas_c19_elfmage', 'xmas_c19_elfmage', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10938, 10938, 'xmas_c19_chandelier', 'xmas_c19_chandelier', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10939, 10939, 'xmas_c19_box2b', 'xmas_c19_box2b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10940, 10940, 'xmas_c19_unicornfigure', 'xmas_c19_unicornfigure', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10941, 10941, 'xmas_c19_icefood', 'xmas_c19_icefood', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10942, 10942, 'clothing_nt_snowmansuit', 'clothing_nt_snowmansuit', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10943, 10943, 'xmas_c19_box1', 'xmas_c19_box1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10944, 10944, 'clothing_icecrown', 'clothing_icecrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10945, 10945, 'bonusrare19_4*0', 'bonusrare19_4*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10946, 10946, 'bonusrare19_4*1', 'bonusrare19_4*1', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10947, 10947, 'bonusrare19_4*2', 'bonusrare19_4*2', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10948, 10948, 'bonusrare19_4*3', 'bonusrare19_4*3', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10949, 10949, 'bonusrare19_4*4', 'bonusrare19_4*4', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10950, 10950, 'bonusrare19_4*5', 'bonusrare19_4*5', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10951, 10951, 'bonusbag19_4', 'bonusbag19_4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10952, 10952, 'rare_prize19_xmas', 'rare_prize19_xmas', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10953, 10953, 'shome_keys', 'shome_keys', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10954, 10954, 'shome_hamster', 'shome_hamster', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10955, 10955, 'clothing_goldpack4', 'clothing_goldpack4', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10956, 10956, 'clothing_r20_galaxybackpack', 'clothing_r20_galaxybackpack', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10957, 10957, 'clothing_heartnecklace', 'clothing_heartnecklace', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10958, 10958, 'clothing_r20_kittyearphones', 'clothing_r20_kittyearphones', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10959, 10959, 'china_goldenrat', 'china_goldenrat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10960, 10960, 'china_rat', 'china_rat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10961, 10961, 'clothing_rat', 'clothing_rat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10962, 10962, 'clothing_r19_sparklywaist5', 'clothing_r19_sparklywaist5', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10963, 10963, 'clothing_r19_sparklywaist6', 'clothing_r19_sparklywaist6', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10964, 10964, 'clothing_r19_sparklywaist7', 'clothing_r19_sparklywaist7', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10965, 10965, 'clothing_r19_sparklywaist8', 'clothing_r19_sparklywaist8', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10966, 10966, 'clothing_r19_sparklywaist2', 'clothing_r19_sparklywaist2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10967, 10967, 'clothing_r19_sparklywaist3', 'clothing_r19_sparklywaist3', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10968, 10968, 'clothing_r19_sparklywaist1', 'clothing_r19_sparklywaist1', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10969, 10969, 'clothing_r19_sparklywaist4', 'clothing_r19_sparklywaist4', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10970, 10970, 'ny_r19_crackable', 'ny_r19_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10971, 10971, 'hc20_9', 'hc20_9', 's', 1, 1, 0.01, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10972, 10972, 'hc20_8', 'hc20_8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10973, 10973, 'hc20_4', 'hc20_4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10974, 10974, 'hc20_2', 'hc20_2', 's', 3, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10975, 10975, 'hc20_12', 'hc20_12', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10976, 10976, 'hc20_3', 'hc20_3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10977, 10977, 'hc20_7', 'hc20_7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10978, 10978, 'hc20_10', 'hc20_10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10979, 10979, 'hc20_11', 'hc20_11', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10980, 10980, 'hc20_5', 'hc20_5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10981, 10981, 'hc20_6', 'hc20_6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10982, 10982, 'hc20_1', 'hc20_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10983, 10983, 'CF_750_minihabberge', 'CF_750_minihabberge', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10984, 10984, 'rare_prize20*0', 'rare_prize20*0', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10985, 10985, 'rare_prize20*1', 'rare_prize20*1', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10986, 10986, 'rare_prize20*10', 'rare_prize20*10', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10987, 10987, 'rare_prize20*11', 'rare_prize20*11', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10988, 10988, 'rare_prize20*12', 'rare_prize20*12', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10989, 10989, 'rare_prize20*13', 'rare_prize20*13', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10990, 10990, 'rare_prize20*2', 'rare_prize20*2', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10991, 10991, 'rare_prize20*3', 'rare_prize20*3', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10992, 10992, 'rare_prize20*4', 'rare_prize20*4', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10993, 10993, 'rare_prize20*5', 'rare_prize20*5', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10994, 10994, 'rare_prize20*6', 'rare_prize20*6', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10995, 10995, 'rare_prize20*7', 'rare_prize20*7', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10996, 10996, 'rare_prize20*8', 'rare_prize20*8', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10997, 10997, 'rare_prize20*9', 'rare_prize20*9', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10998, 10998, 'rare_r20_wardrobe', 'rare_r20_wardrobe', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (10999, 10999, 'clothing_r20_quinn', 'clothing_r20_quinn', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11000, 11000, 'rare_r20_balloonchair', 'rare_r20_balloonchair', 's', 1, 1, 2.00, 0, 1, 0, 0, 0, 1, 0, 1, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11001, 11001, 'val_c20_cakestand', 'val_c20_cakestand', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11002, 11002, 'val_c20_chair', 'val_c20_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11003, 11003, 'val_c20_lights', 'val_c20_lights', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11004, 11004, 'val_c20_floor', 'val_c20_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11005, 11005, 'val_c20_blackboard', 'val_c20_blackboard', 'i', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11006, 11006, '42670', 'val_c20_window', 'i', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11007, 11007, 'val_c20_tablecounter', 'val_c20_tablecounter', 's', 2, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11008, 11008, 'clothing_chocochefoutfit', 'clothing_chocochefoutfit', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11009, 11009, 'val_c20_cakedisplay', 'val_c20_cakedisplay', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11010, 11010, 'val_c20_wall', 'val_c20_wall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11011, 11011, 'val_c20_cake', 'val_c20_cake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11012, 11012, 'clothing_r20_tattoo', 'clothing_r20_tattoo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11013, 11013, 'val_c20_chocgift', 'val_c20_chocgift', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11014, 11014, 'val_c20_chocfountain', 'val_c20_chocfountain', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11015, 11015, 'val_c20_table', 'val_c20_table', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11016, 11016, 'val_c20_seats', 'val_c20_seats', 's', 2, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11017, 11017, 'bonusbag20_1', 'bonusbag20_1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11018, 11018, 'bonusrare20_1a*1', 'bonusrare20_1a*1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11019, 11019, 'bonusrare20_1a*2', 'bonusrare20_1a*2', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11020, 11020, 'bonusrare20_1a*3', 'bonusrare20_1a*3', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11021, 11021, 'bonusrare20_1a*4', 'bonusrare20_1a*4', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11022, 11022, 'bonusrare20_1a*5', 'bonusrare20_1a*5', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11023, 11023, 'bonusrare20_1a*6', 'bonusrare20_1a*6', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11024, 11024, 'bonusrare20_2*1', 'bonusrare20_2*1', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11025, 11025, 'bonusrare20_2*2', 'bonusrare20_2*2', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11026, 11026, 'bonusrare20_2*3', 'bonusrare20_2*3', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11027, 11027, 'bonusrare20_2*4', 'bonusrare20_2*4', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11028, 11028, 'bonusrare20_2*5', 'bonusrare20_2*5', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11029, 11029, 'bonusrare20_2*6', 'bonusrare20_2*6', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11030, 11030, 'bonusbag20_3', 'bonusbag20_3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11031, 11031, 'bonusrare20_3*1', 'bonusrare20_3*1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11032, 11032, 'bonusrare20_3*2', 'bonusrare20_3*2', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11033, 11033, 'bonusrare20_3*3', 'bonusrare20_3*3', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11034, 11034, 'bonusrare20_3*4', 'bonusrare20_3*4', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11035, 11035, 'bonusrare20_3*5', 'bonusrare20_3*5', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11036, 11036, 'bonusrare20_3*6', 'bonusrare20_3*6', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11037, 11037, 'bonusrare20_4*0', 'bonusrare20_4*0', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11038, 11038, 'bonusrare20_4*1', 'bonusrare20_4*1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11039, 11039, 'bonusrare20_4*2', 'bonusrare20_4*2', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11040, 11040, 'bonusrare20_4*3', 'bonusrare20_4*3', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11041, 11041, 'bonusrare20_4*4', 'bonusrare20_4*4', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11042, 11042, 'bonusrare20_4*5', 'bonusrare20_4*5', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11043, 11043, 'bonusbag20_2', 'bonusbag20_2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11044, 11044, 'bonusbag20_4', 'bonusbag20_4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11045, 11045, 'rare_r20_grandebackdrop', 'rare_r20_grandebackdrop', 's', 3, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11046, 11046, 'clothing_c20_goldheartbp', 'clothing_c20_goldheartbp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11047, 11047, 'art_c20_plant', 'art_c20_plant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11048, 11048, 'booster_c20_box', 'booster_c20_box', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11049, 11049, 'art_c20_rug', 'art_c20_rug', 's', 2, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11050, 11050, 'booster_c20_box1', 'booster_c20_box1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11051, 11051, 'art_c20_floor', 'art_c20_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11052, 11052, 'art_c20_light', 'art_c20_light', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11053, 11053, 'art_c20_paintings', 'art_c20_paintings', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11054, 11054, 'art_c20_gold4', 'art_c20_gold4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11055, 11055, 'art_c20_chair', 'art_c20_chair', 's', 1, 1, 1.60, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11056, 11056, 'art_c20_pillow', 'art_c20_pillow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11057, 11057, 'art_c20_bin', 'art_c20_bin', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11058, 11058, 'art_c20_gold1', 'art_c20_gold1', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11059, 11059, 'clothing_c20_heartbackpack', 'clothing_c20_heartbackpack', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11060, 11060, 'art_c20_drawingtablet', 'art_c20_drawingtablet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11061, 11061, 'art_c20_gold2', 'art_c20_gold2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11062, 11062, 'art_c20_chair2', 'art_c20_chair2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11063, 11063, 'art_c20_desk', 'art_c20_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11064, 11064, 'art_c20_shelves', 'art_c20_shelves', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11065, 11065, 'art_c20_chair4', 'art_c20_chair4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11066, 11066, 'art_c20_canvas', 'art_c20_canvas', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11067, 11067, 'art_c20_gold5', 'art_c20_gold5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11068, 11068, 'art_c20_sofa', 'art_c20_sofa', 's', 2, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11069, 11069, 'art_c20_chair1', 'art_c20_chair1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11070, 11070, 'art_c20_clock', 'art_c20_clock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11071, 11071, 'art_c20_clotheshanger', 'art_c20_clotheshanger', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11072, 11072, 'art_c20_rolledpaper', 'art_c20_rolledpaper', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11073, 11073, 'art_c20_gold3', 'art_c20_gold3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11074, 11074, 'art_c20_artstool', 'art_c20_artstool', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11075, 11075, 'art_c20_easel', 'art_c20_easel', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11076, 11076, 'art_c20_chair3', 'art_c20_chair3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11077, 11077, 'art_c20_coffeetable', 'art_c20_coffeetable', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11078, 11078, 'art_c20_caddy', 'art_c20_caddy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11079, 11079, 'easter_c20_heather', 'easter_c20_heather', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11080, 11080, 'easter_r20_mountaingoat', 'easter_r20_mountaingoat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11081, 11081, 'easter_c20_darkrock', 'easter_c20_darkrock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11082, 11082, 'clothing_mysticrobes', 'clothing_mysticrobes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11083, 11083, 'easter_c20_darkprize4', 'easter_c20_darkprize4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11084, 11084, 'easter_c20_scatteredforestfloor', 'easter_c20_scatteredforestfloor', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11085, 11085, 'easter_c20_fishingpole', 'easter_c20_fishingpole', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11086, 11086, 'clothing_nt_yogatop', 'clothing_nt_yogatop', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11087, 11087, 'clothing_nt_campingbackpack', 'clothing_nt_campingbackpack', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11088, 11088, 'easter_c20_stickteepee', 'easter_c20_stickteepee', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11089, 11089, 'easter_c20_ancientbird', 'easter_c20_ancientbird', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11090, 11090, 'clothing_explorersash', 'clothing_explorersash', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11091, 11091, 'easter_c20_rockboulders', 'easter_c20_rockboulders', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11092, 11092, 'clothing_r20_bunnyoutfit', 'clothing_r20_bunnyoutfit', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11093, 11093, 'easter_c20_darkprize2', 'easter_c20_darkprize2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11094, 11094, 'clothing_puffyvest', 'clothing_puffyvest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11095, 11095, 'easter_c20_mountainslopes', 'easter_c20_mountainslopes', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11096, 11096, 'easter_ltd20_fortuneduck', 'easter_ltd20_fortuneduck', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11097, 11097, 'easter_r20_mystictree', 'easter_r20_mystictree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11098, 11098, 'easter_c20_campingessentials', 'easter_c20_campingessentials', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11099, 11099, 'clothing_binoculars', 'clothing_binoculars', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11100, 11100, 'easter_c20_ornamentalrocks', 'easter_c20_ornamentalrocks', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11101, 11101, 'easter_c20_picnicfood', 'easter_c20_picnicfood', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11102, 11102, 'clothing_campingbackpack', 'clothing_campingbackpack', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11103, 11103, 'easter_c20_mountainflats', 'easter_c20_mountainflats', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11104, 11104, 'easter_c20_darkprize3', 'easter_c20_darkprize3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11105, 11105, 'easter_c20_darkprize1', 'easter_c20_darkprize1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11106, 11106, 'clothing_yogatop', 'clothing_yogatop', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11107, 11107, 'clothing_nt_puffyvest', 'clothing_nt_puffyvest', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11108, 11108, 'clothing_nt_sportshair', 'clothing_nt_sportshair', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11109, 11109, 'easter_c20_camprug', 'easter_c20_camprug', 's', 2, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11110, 11110, 'easter_c20_mossydivider', 'easter_c20_mossydivider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11111, 11111, 'easter_c20_firstaidkit', 'easter_c20_firstaidkit', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11112, 11112, 'clothing_sportshair', 'clothing_sportshair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11113, 11113, 'easter_c20_logwalk', 'easter_c20_logwalk', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11114, 11114, 'clothing_mysticcrown', 'clothing_mysticcrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11115, 11115, 'clothing_yogapants', 'clothing_yogapants', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11116, 11116, 'easter_c20_ancienthorse', 'easter_c20_ancienthorse', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11117, 11117, 'easter_c20_kayak', 'easter_c20_kayak', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11118, 11118, 'clothing_r20_ponytailcap', 'clothing_r20_ponytailcap', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11119, 11119, 'clothing_nt_yogapants', 'clothing_nt_yogapants', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11120, 11120, 'easter_c20_lightprize3', 'easter_c20_lightprize3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11121, 11121, 'easter_c20_climbingropetele', 'easter_c20_climbingropetele', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'teleport', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11122, 11122, 'clothing_nt_sportsshade', 'clothing_nt_sportsshade', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11123, 11123, 'clothing_nt_binoculars', 'clothing_nt_binoculars', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11124, 11124, 'easter_c20_lightprize2', 'easter_c20_lightprize2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11125, 11125, 'easter_c20_forestfriends', 'easter_c20_forestfriends', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11126, 11126, 'easter_c20_lightrock', 'easter_c20_lightrock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11127, 11127, 'easter_c20_clayrelic', 'easter_c20_clayrelic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11128, 11128, 'easter_c20_fishstream', 'easter_c20_fishstream', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11129, 11129, 'clothing_rainbowegg', 'clothing_rainbowegg', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '3918', 0, 0, '');
+INSERT INTO `items_base` VALUES (11130, 11130, 'easter_c20_jadeguardian', 'easter_c20_jadeguardian', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11131, 11131, 'easter_c20_heatherrock', 'easter_c20_heatherrock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11132, 11132, 'easter_c20_ancientstatue', 'easter_c20_ancientstatue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11133, 11133, 'clothing_sportsshade', 'clothing_sportsshade', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11134, 11134, 'easter_c20_lightprize4', 'easter_c20_lightprize4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11135, 11135, 'easter_c20_lightprize1', 'easter_c20_lightprize1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11136, 11136, 'easter_c20_waypointrocks', 'easter_c20_waypointrocks', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11137, 11137, 'easter_c20_energyfood', 'easter_c20_energyfood', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11138, 11138, 'easter_c20_zenmaster', 'easter_c20_zenmaster', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11139, 11139, 'clothing_nt_explorersash', 'clothing_nt_explorersash', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11140, 11140, 'easter_c20_foresttree', 'easter_c20_foresttree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11141, 11141, 'easter_c20_rapids', 'easter_c20_rapids', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'roller', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11142, 11142, 'easter_c20_lightrock1', 'easter_c20_lightrock1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11143, 11143, 'easter_c20_darkrock1', 'easter_c20_darkrock1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11144, 11144, 'rare_r20_corgi', 'rare_r20_corgi', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11145, 11145, 'rare_r20_marimo', 'rare_r20_marimo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11146, 11146, 'rare_r20_treehouse', 'rare_r20_treehouse', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11147, 11147, 'spa_c20_bbrose', 'spa_c20_bbrose', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11148, 11148, 'spa_c20_crackable1A', 'spa_c20_crackable1A', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11149, 11149, 'clothing_towelwraphalf', 'clothing_towelwraphalf', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11150, 11150, 'spa_c20_crackable1B', 'spa_c20_crackable1B', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11151, 11151, 'clothing_eyemask', 'clothing_eyemask', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11152, 11152, 'clothing_maskmint', 'clothing_maskmint', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11153, 11153, 'spa_c20_bbmint', 'spa_c20_bbmint', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11154, 11154, 'spa_c20_bbcharcoal', 'spa_c20_bbcharcoal', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11155, 11155, 'clothing_towelhair', 'clothing_towelhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11156, 11156, 'clothing_eyetomato', 'clothing_eyetomato', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11157, 11157, 'clothing_maskrose', 'clothing_maskrose', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11158, 11158, 'clothing_eyecucumber', 'clothing_eyecucumber', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11159, 11159, 'spa_c20_lavendersalt', 'spa_c20_lavendersalt', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11160, 11160, 'clothing_towelwrapfull', 'clothing_towelwrapfull', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11161, 11161, 'clothing_maskcitrus', 'clothing_maskcitrus', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11162, 11162, 'spa_c20_bbcitrus', 'spa_c20_bbcitrus', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11163, 11163, 'spa_c20_incense', 'spa_c20_incense', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11164, 11164, 'clothing_maskcharcoal', 'clothing_maskcharcoal', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11165, 11165, 'clothing_eyecitrus', 'clothing_eyecitrus', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11166, 11166, 'spa_c20_crackable2A', 'spa_c20_crackable2A', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11167, 11167, 'clothing_eyestrawberry', 'clothing_eyestrawberry', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11168, 11168, 'spa_c20_crackable2B', 'spa_c20_crackable2B', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11169, 11169, 'spa_c20_bath', 'spa_c20_bath', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11170, 11170, 'CF_500_goldenbeetle', 'CF_500_goldenbeetle', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11171, 11171, 'clothing_r20_monkeyfezhat', 'clothing_r20_monkeyfezhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11172, 11172, 'india_c20_saribp', 'india_c20_saribp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11173, 11173, 'india_c20_longpillow', 'india_c20_longpillow', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11174, 11174, 'clothing_moviestarmakeup', 'clothing_moviestarmakeup', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11175, 11175, 'clothing_cobra', 'clothing_cobra', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11176, 11176, 'india_r20_bengaltiger', 'india_r20_bengaltiger', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11177, 11177, 'india_c20_incense', 'india_c20_incense', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11178, 11178, 'clothing_exoticcape', 'clothing_exoticcape', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11179, 11179, 'india_c20_capebp', 'india_c20_capebp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11180, 11180, 'india_c20_eleseat', 'india_c20_eleseat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11181, 11181, 'india_c20_flowerbelldeco', 'india_c20_flowerbelldeco', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11182, 11182, 'india_c20_dye', 'india_c20_dye', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11183, 11183, 'clothing_headjewel', 'clothing_headjewel', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11184, 11184, 'clothing_moviestarhair', 'clothing_moviestarhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11185, 11185, 'clothing_grandsari', 'clothing_grandsari', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11186, 11186, 'india_c20_sofa', 'india_c20_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11187, 11187, 'clothing_grandheadjewel', 'clothing_grandheadjewel', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11188, 11188, 'india_c20_jewellerybox', 'india_c20_jewellerybox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11189, 11189, 'clothing_sherwani', 'clothing_sherwani', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11190, 11190, 'india_c20_sherwanibp', 'india_c20_sherwanibp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11191, 11191, 'india_c20_light', 'india_c20_light', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11192, 11192, 'clothing_nt_turban', 'clothing_nt_turban', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11193, 11193, 'india_c20_balconydoor', 'india_c20_balconydoor', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11194, 11194, 'india_c20_archway', 'india_c20_archway', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11195, 11195, 'india_c20_snakebp', 'india_c20_snakebp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11196, 11196, 'india_c20_dessert', 'india_c20_dessert', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11197, 11197, 'india_c20_tiledfloor', 'india_c20_tiledfloor', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11198, 11198, 'clothing_turban', 'clothing_turban', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11199, 11199, 'india_c20_cloth', 'india_c20_cloth', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11200, 11200, 'clothing_grandsherwani', 'clothing_grandsherwani', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11201, 11201, 'india_c20_curries', 'india_c20_curries', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11202, 11202, 'india_c20_palmvase', 'india_c20_palmvase', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11203, 11203, 'clothing_nt_moviestarhair', 'clothing_nt_moviestarhair', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11204, 11204, 'clothing_grandexoticcape', 'clothing_grandexoticcape', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11205, 11205, 'india_c20_sewingmachine', 'india_c20_sewingmachine', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11206, 11206, 'india_c20_blueprintb', 'india_c20_blueprintb', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11207, 11207, 'india_c20_eletable', 'india_c20_eletable', 's', 1, 1, 1.45, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11208, 11208, 'india_r20_exotictent', 'india_r20_exotictent', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11209, 11209, 'clothing_snake', 'clothing_snake', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11210, 11210, 'india_c20_blueprint', 'india_c20_blueprint', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11211, 11211, 'india_c20_teaset', 'india_c20_teaset', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11212, 11212, 'india_c20_headjewelbp', 'india_c20_headjewelbp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11213, 11213, 'clothing_nt_moviestarmakeup', 'clothing_nt_moviestarmakeup', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11214, 11214, 'india_c20_beadbellsdeco', 'india_c20_beadbellsdeco', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11215, 11215, 'clothing_sari', 'clothing_sari', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11216, 11216, 'clothing_r20_jewelbraidhair', 'clothing_r20_jewelbraidhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11217, 11217, 'india_ltd20_sultanthrone', 'india_ltd20_sultanthrone', 's', 1, 1, 1.25, 0, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11218, 11218, 'diamond_painting48', 'diamond_painting48', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11219, 11219, 'diamond_painting50', 'diamond_painting50', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11220, 11220, 'diamond_painting49', 'diamond_painting49', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11221, 11221, 'diamond_painting47', 'diamond_painting47', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11222, 11222, 'clothing_studentcap', 'clothing_studentcap', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11223, 11223, 'clothing_nt_studentcap', 'clothing_nt_studentcap', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11224, 11224, 'clothing_spottedoctohat', 'clothing_spottedoctohat', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11225, 11225, 'rainyday_c20_craftset', 'rainyday_c20_craftset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11226, 11226, 'rainyday_c20_woodentable', 'rainyday_c20_woodentable', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11227, 11227, 'rainyday_c20_rainceilingwindow', 'rainyday_c20_rainceilingwindow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11228, 11228, 'rainyday_c20_paintset', 'rainyday_c20_paintset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11229, 11229, 'rainyday_c20_typewriter', 'rainyday_c20_typewriter', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11230, 11230, 'rainyday_c20_scentedcandles', 'rainyday_c20_scentedcandles', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11231, 11231, 'rainyday_c20_cosywhippet', 'rainyday_c20_cosywhippet', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11232, 11232, 'rainyday_c20_woodendesk', 'rainyday_c20_woodendesk', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11233, 11233, 'rainyday_c20_glowstars', 'rainyday_c20_glowstars', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11234, 11234, 'rainyday_c20_raindropwall', 'rainyday_c20_raindropwall', 's', 1, 2, 4.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11235, 11235, 'rainyday_c20_woodenfloor', 'rainyday_c20_woodenfloor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11236, 11236, 'rainyday_c20_snugblanket', 'rainyday_c20_snugblanket', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11237, 11237, 'rainyday_c20_stackoflogs', 'rainyday_c20_stackoflogs', 's', 1, 2, 1.80, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11238, 11238, 'rainyday_c20_coathanger', 'rainyday_c20_coathanger', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11239, 11239, 'rainyday_c20_homebakes', 'rainyday_c20_homebakes', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11240, 11240, 'rainyday_c20_retrogames', 'rainyday_c20_retrogames', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11241, 11241, 'clothing_nt_starearrings', 'clothing_nt_starearrings', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11242, 11242, 'clothing_starearrings', 'clothing_starearrings', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11243, 11243, 'clothing_glitzypurse', 'clothing_glitzypurse', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11244, 11244, 'clothing_nt_flapperdress', 'clothing_nt_flapperdress', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11245, 11245, 'clothing_chiseledface', 'clothing_chiseledface', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11246, 11246, 'clothing_nt_modernshortwave', 'clothing_nt_modernshortwave', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11247, 11247, 'habbo20_c20_artdecocarpet', 'habbo20_c20_artdecocarpet', 's', 3, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11248, 11248, 'clothing_nt_silkgloves', 'clothing_nt_silkgloves', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11249, 11249, 'habbo20_c20_balloons', 'habbo20_c20_balloons', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11250, 11250, 'clothing_nt_slickedbackhair', 'clothing_nt_slickedbackhair', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11251, 11251, 'clothing_r20_glitzytux', 'clothing_r20_glitzytux', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11252, 11252, 'clothing_pencilmoustache', 'clothing_pencilmoustache', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11253, 11253, 'clothing_nt_glitzypurse', 'clothing_nt_glitzypurse', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11254, 11254, 'clothing_modernshortwave', 'clothing_modernshortwave', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11255, 11255, 'clothing_slickedbackhair', 'clothing_slickedbackhair', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11256, 11256, 'clothing_flapperdress', 'clothing_flapperdress', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11257, 11257, 'clothing_nt_pencilmoustache', 'clothing_nt_pencilmoustache', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11258, 11258, 'habbo20_c20_artdecochair', 'habbo20_c20_artdecochair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11259, 11259, 'clothing_silkgloves', 'clothing_silkgloves', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11260, 11260, 'habbo20_c20_artdecobackdrop', 'habbo20_c20_artdecobackdrop', 's', 1, 2, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11261, 11261, 'habbo20_c20_glitzytable', 'habbo20_c20_glitzytable', 's', 2, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11262, 11262, 'clothing_nt_chiseledface', 'clothing_nt_chiseledface', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11263, 11263, 'neonpunk_c20_wall', 'neonpunk_c20_wall', 's', 1, 2, 4.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11264, 11264, 'neonpunk_c20_cupboard', 'neonpunk_c20_cupboard', 's', 1, 1, 2.60, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11265, 11265, 'neonpunk_c20_strawberries', 'neonpunk_c20_strawberries', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11266, 11266, 'neonpunk_c20_stool', 'neonpunk_c20_stool', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11267, 11267, 'neonpunk_c20_lamp', 'neonpunk_c20_lamp', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11268, 11268, 'clothing_r20_neonpunkset', 'clothing_r20_neonpunkset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11269, 11269, 'neonpunk_c20_bed', 'neonpunk_c20_bed', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11270, 11270, 'neonpunk_c20_stardeco', 'neonpunk_c20_stardeco', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11271, 11271, 'neonpunk_c20_unicornposter', 'neonpunk_c20_unicornposter', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11272, 11272, 'neonpunk_c20_candylights', 'neonpunk_c20_candylights', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11273, 11273, 'neonpunk_c20_bows', 'neonpunk_c20_bows', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11274, 11274, 'neonpunk_c20_carpet', 'neonpunk_c20_carpet', 's', 4, 4, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11275, 11275, 'neonpunk_c20_lights', 'neonpunk_c20_lights', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11276, 11276, 'neonpunk_c20_table', 'neonpunk_c20_table', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11277, 11277, 'neonpunk_c20_cubeseat', 'neonpunk_c20_cubeseat', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11278, 11278, 'neonpunk_c20_storage', 'neonpunk_c20_storage', 's', 2, 1, 2.60, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11279, 11279, 'neonpunk_c20_plushiepile', 'neonpunk_c20_plushiepile', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11280, 11280, 'neonpunk_c20_plushie1', 'neonpunk_c20_plushie1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11281, 11281, 'neonpunk_c20_dresser', 'neonpunk_c20_dresser', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11282, 11282, 'neonpunk_c20_food', 'neonpunk_c20_food', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11283, 11283, 'neonpunk_c20_floor', 'neonpunk_c20_floor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11284, 11284, 'neonpunk_c20_plushie2', 'neonpunk_c20_plushie2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11285, 11285, 'neonpunk_c20_plushie3', 'neonpunk_c20_plushie3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11286, 11286, 'neonpunk_c20_sofa', 'neonpunk_c20_sofa', 's', 2, 1, 1.20, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11287, 11287, 'neonpunk_c20_bedsidetable', 'neonpunk_c20_bedsidetable', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11288, 11288, 'gothiccafe_c20_sofa', 'gothiccafe_c20_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11289, 11289, 'gothiccafe_c20_creamrolls', 'gothiccafe_c20_creamrolls', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11290, 11290, 'gothiccafe_c20_bookcase', 'gothiccafe_c20_bookcase', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11291, 11291, 'gothiccafe_c20_table', 'gothiccafe_c20_table', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11292, 11292, 'gothiccafe_c20_teaplant', 'gothiccafe_c20_teaplant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11293, 11293, 'gothiccafe_c20_glass', 'gothiccafe_c20_glass', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11294, 11294, 'gothiccafe_c20_vase', 'gothiccafe_c20_vase', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11295, 11295, 'gothiccafe_c20_icetea', 'gothiccafe_c20_icetea', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11296, 11296, 'gothiccafe_c20_donut', 'gothiccafe_c20_donut', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11297, 11297, 'gothiccafe_c20_coffeetable', 'gothiccafe_c20_coffeetable', 's', 2, 1, 1.10, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11298, 11298, 'gothiccafe_c20_floor', 'gothiccafe_c20_floor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11299, 11299, 'clothing_r20_gothicset', 'clothing_r20_gothicset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11300, 11300, 'gothiccafe_c20_rosepainting', 'gothiccafe_c20_rosepainting', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11301, 11301, 'gothiccafe_c20_shelf', 'gothiccafe_c20_shelf', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'multiheight', 2, '0', '0.30;1.10', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11302, 11302, 'gothiccafe_c20_wall', 'gothiccafe_c20_wall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11303, 11303, 'gothiccafe_c20_mochicake', 'gothiccafe_c20_mochicake', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11304, 11304, 'gothiccafe_c20_counter', 'gothiccafe_c20_counter', 's', 1, 2, 1.10, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11305, 11305, 'gothiccafe_c20_rug', 'gothiccafe_c20_rug', 's', 2, 1, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11306, 11306, 'gothiccafe_c20_windoor', 'gothiccafe_c20_windoor', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11307, 11307, 'gothiccafe_c20_armchair', 'gothiccafe_c20_armchair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11308, 11308, 'habbo20_r20_crackable', 'habbo20_r20_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11309, 11309, 'habbo20_c20_crackable', 'habbo20_c20_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11310, 11310, 'habbo20_c20_blackgoldballoon', 'habbo20_c20_blackgoldballoon', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11311, 11311, 'clothing_h20th', 'clothing_h20th', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11312, 11312, 'habbo20_c20_rosegoldballoon', 'habbo20_c20_rosegoldballoon', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11313, 11313, 'rare_blackrosegold_parasol', 'rare_blackrosegold_parasol', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11314, 11314, 'rare_blackrosegold_icecream', 'rare_blackrosegold_icecream', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'vendingmachine', 2, '4', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11315, 11315, 'rare_blackrosegold_fountain', 'rare_blackrosegold_fountain', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11316, 11316, 'rare_r20_candle', 'rare_r20_candle', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11317, 11317, 'rare_blackrosegold_beehive_bulb', 'rare_blackrosegold_beehive_bulb', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11318, 11318, 'rare_blackrosegold_scifidoor', 'rare_blackrosegold_scifidoor', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11319, 11319, 'rare_blackrosegold_pillar', 'rare_blackrosegold_pillar', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11320, 11320, 'rare_blackrosegold_pillow', 'rare_blackrosegold_pillow', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11321, 11321, 'rare_blackrosegold_wooden_screen', 'rare_blackrosegold_wooden_screen', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11322, 11322, 'rare_blackrosegold_barrier', 'rare_blackrosegold_barrier', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11323, 11323, 'rare_blackrosegold_scifirocket', 'rare_blackrosegold_scifirocket', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11324, 11324, 'rare_blackrosegold_marquee', 'rare_blackrosegold_marquee', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11325, 11325, 'rare_blackrosegold_elephant_statue', 'rare_blackrosegold_elephant_statue', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11326, 11326, 'rare_r20_throne', 'rare_r20_throne', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11327, 11327, 'rare_blackrosegold_dragonlamp', 'rare_blackrosegold_dragonlamp', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11328, 11328, 'rare_blackrosegold_sleepingbag', 'rare_blackrosegold_sleepingbag', 's', 1, 3, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11329, 11329, 'rare_blackrosegold_scifiport', 'rare_blackrosegold_scifiport', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11330, 11330, 'rare_blackrosegold_fan', 'rare_blackrosegold_fan', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11331, 11331, 'darkelegant_c20_flowerpot', 'darkelegant_c20_flowerpot', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11332, 11332, 'darkelegant_c20_smalltable', 'darkelegant_c20_smalltable', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11333, 11333, 'darkelegant_c20_floor', 'darkelegant_c20_floor', 's', 2, 2, 0.05, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11334, 11334, 'darkelegant_c20_chair', 'darkelegant_c20_chair', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11335, 11335, 'darkelegant_c20_walldecor', 'darkelegant_c20_walldecor', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11336, 11336, 'darkelegant_c20_window', 'darkelegant_c20_window', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11337, 11337, 'darkelegant_c20_vanity', 'darkelegant_c20_vanity', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11338, 11338, 'darkelegant_c20_light', 'darkelegant_c20_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11339, 11339, 'darkelegant_c20_lionstatue', 'darkelegant_c20_lionstatue', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11340, 11340, 'darkelegant_c20_teaset', 'darkelegant_c20_teaset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11341, 11341, 'darkelegant_c20_lamp', 'darkelegant_c20_lamp', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11342, 11342, 'darkelegant_c20_stool', 'darkelegant_c20_stool', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11343, 11343, 'darkelegant_c20_cat', 'darkelegant_c20_cat', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11344, 11344, 'darkelegant_c20_table', 'darkelegant_c20_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11345, 11345, 'clothing_darkelegantset', 'clothing_darkelegantset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11346, 11346, 'darkelegant_c20_cupboard', 'darkelegant_c20_cupboard', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11347, 11347, 'darkelegant_c20_bed', 'darkelegant_c20_bed', 's', 2, 3, 2.00, 0, 0, 1, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11348, 11348, 'darkelegant_c20_sofa', 'darkelegant_c20_sofa', 's', 2, 1, 1.50, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11349, 11349, 'darkelegant_c20_wall', 'darkelegant_c20_wall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11350, 11350, 'darkelegant_c20_carpet', 'darkelegant_c20_carpet', 's', 3, 2, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11351, 11351, 'sunsetcafe_c20_duck', 'sunsetcafe_c20_duck', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11352, 11352, 'sunsetcafe_c20_plant', 'sunsetcafe_c20_plant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11353, 11353, 'sunsetcafe_c20_floor', 'sunsetcafe_c20_floor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11354, 11354, 'sunsetcafe_c20_table', 'sunsetcafe_c20_table', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11355, 11355, 'sunsetcafe_c20_wallcorner', 'sunsetcafe_c20_wallcorner', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11356, 11356, 'sunsetcafe_c20_bench', 'sunsetcafe_c20_bench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11357, 11357, 'sunsetcafe_c20_benchcornerconcave', 'sunsetcafe_c20_benchcornerconcave', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 1, 1, '');
+INSERT INTO `items_base` VALUES (11358, 11358, 'sunsetcafe_c20_coffeemachine', 'sunsetcafe_c20_coffeemachine', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'vendingmachine', 2, '14', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11359, 11359, 'sunsetcafe_c20_logdecor', 'sunsetcafe_c20_logdecor', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11360, 11360, 'sunsetcafe_c20_swordfish', 'sunsetcafe_c20_swordfish', 's', 3, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11361, 11361, 'sunsetcafe_c20_barcorner', 'sunsetcafe_c20_barcorner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11362, 11362, 'sunsetcafe_c20_lightupfloor', 'sunsetcafe_c20_lightupfloor', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11363, 11363, 'sunsetcafe_c20_bar', 'sunsetcafe_c20_bar', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11364, 11364, 'sunsetcafe_c20_shallow', 'sunsetcafe_c20_shallow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 30, 30, '');
+INSERT INTO `items_base` VALUES (11365, 11365, 'sunsetcafe_c20_drinks', 'sunsetcafe_c20_drinks', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11366, 11366, 'sunsetcafe_c20_logsteppingstones', 'sunsetcafe_c20_logsteppingstones', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11367, 11367, 'sunsetcafe_c20_wall', 'sunsetcafe_c20_wall', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11368, 11368, 'darkmodern_c20_wall', 'darkmodern_c20_wall', 's', 2, 1, 3.60, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11369, 11369, 'darkmodern_c20_incense', 'darkmodern_c20_incense', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11370, 11370, 'darkmodern_c20_neonlight', 'darkmodern_c20_neonlight', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11371, 11371, 'darkmodern_c20_folder', 'darkmodern_c20_folder', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11372, 11372, 'darkmodern_c20_floor', 'darkmodern_c20_floor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11373, 11373, 'darkmodern_c20_creative', 'darkmodern_c20_creative', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11374, 11374, 'darkmodern_c20_rug', 'darkmodern_c20_rug', 's', 2, 3, 0.05, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11375, 11375, 'darkmodern_c20_display', 'darkmodern_c20_display', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11376, 11376, 'darkmodern_c20_speakers', 'darkmodern_c20_speakers', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11377, 11377, 'darkmodern_c20_pictures', 'darkmodern_c20_pictures', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11378, 11378, 'darkmodern_c20_bed', 'darkmodern_c20_bed', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11379, 11379, 'darkmodern_c20_glassblockwall', 'darkmodern_c20_glassblockwall', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11380, 11380, 'darkmodern_c20_lowtable', 'darkmodern_c20_lowtable', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11381, 11381, 'darkmodern_c20_plant', 'darkmodern_c20_plant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11382, 11382, 'darkmodern_c20_endtable', 'darkmodern_c20_endtable', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11383, 11383, 'darkmodern_c20_reads', 'darkmodern_c20_reads', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11384, 11384, 'darkmodern_c20_bunnylight', 'darkmodern_c20_bunnylight', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11385, 11385, 'darkmodern_c20_pillow', 'darkmodern_c20_pillow', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11386, 11386, 'darkmodern_c20_desk', 'darkmodern_c20_desk', 's', 1, 2, 1.20, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11387, 11387, 'darkmodern_c20_sofa', 'darkmodern_c20_sofa', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11388, 11388, 'darkmodern_c20_hoomba', 'darkmodern_c20_hoomba', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11389, 11389, 'darkmodern_c20_chair', 'darkmodern_c20_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11390, 11390, 'darkmodern_c20_pug', 'darkmodern_c20_pug', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11391, 11391, 'darkmodern_c20_shelf', 'darkmodern_c20_shelf', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11392, 11392, 'darkmodern_c20_lamp', 'darkmodern_c20_lamp', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11393, 11393, 'darkmodern_c20_tubelights', 'darkmodern_c20_tubelights', 's', 1, 1, 1.85, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11394, 11394, 'darkmodern_c20_tv', 'darkmodern_c20_tv', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11395, 11395, 'darkmodern_c20_floorlight', 'darkmodern_c20_floorlight', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11396, 11396, 'zengarden_c20_stonebench', 'zengarden_c20_stonebench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11397, 11397, 'zengarden_c20_peacedog', 'zengarden_c20_peacedog', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11398, 11398, 'clothing_r20_harmonyset', 'clothing_r20_harmonyset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11399, 11399, 'zengarden_c20_spikeyplant', 'zengarden_c20_spikeyplant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11400, 11400, 'zengarden_c20_stonetable', 'zengarden_c20_stonetable', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11401, 11401, 'zengarden_c20_door', 'zengarden_c20_door', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11402, 11402, 'zengarden_c20_rootplant', 'zengarden_c20_rootplant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11403, 11403, 'zengarden_c20_light', 'zengarden_c20_light', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11404, 11404, 'zengarden_c20_roof', 'zengarden_c20_roof', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11405, 11405, 'zengarden_c20_plankfloor', 'zengarden_c20_plankfloor', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11406, 11406, 'zengarden_c20_roofcorner', 'zengarden_c20_roofcorner', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11407, 11407, 'zengarden_c20_moss', 'zengarden_c20_moss', 's', 1, 1, 0.20, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11408, 11408, 'zengarden_c20_goldenmobile', 'zengarden_c20_goldenmobile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11409, 11409, 'zengarden_c20_pebbles', 'zengarden_c20_pebbles', 's', 2, 2, 0.05, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11410, 11410, 'zengarden_c20_bamboo', 'zengarden_c20_bamboo', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11411, 11411, 'zengarden_c20_divider', 'zengarden_c20_divider', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11412, 11412, 'zengarden_c20_glasspond', 'zengarden_c20_glasspond', 's', 2, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11413, 11413, 'habbo20_c20_trophybronze', 'habbo20_c20_trophybronze', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11414, 11414, 'habbo20_c20_trophyblock', 'habbo20_c20_trophyblock', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11415, 11415, 'habbo20_c20_trophygold', 'habbo20_c20_trophygold', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11416, 11416, 'habbo20_c20_trophylooks', 'habbo20_c20_trophylooks', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11417, 11417, 'habbo20_c20_trophydesign', 'habbo20_c20_trophydesign', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11418, 11418, 'habbo20_c20_trophysilver', 'habbo20_c20_trophysilver', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11419, 11419, 'habbo20_c20_trophyvideo', 'habbo20_c20_trophyvideo', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (11420, 11420, 'CF_1500_suitcase2', 'CF_1500_suitcase2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (19894, 3002, 'Golvfärg', 'floor', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 0, 'roomeffect', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (19896, 3001, 'Väggfärg', 'wallpaper', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 0, 0, 0, 0, 'roomeffect', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (19926, 4055, 'Landskap', 'landscape', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 0, 'roomeffect', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (20060, 20060, 'DEAL_HC_1', 'DEAL_HC_1', 'h', 0, 0, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (20100, 2010, '', 'Poker', 'i', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40010, 4001, '', 'poster', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40020, 4002, 'Gothic fountain', 'gothicfountain', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40030, 4003, 'Retro Wall Lamp', 'hc_wall_lamp', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40040, 4004, 'Industrial Turbine', 'industrialfan', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40050, 4005, 'Gothic Torch', 'torch', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40060, 4006, 'Heartlight', 'val_heart', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40070, 4007, 'Romantique Wall Mirror', 'wallmirror', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40080, 4008, 'Ninja Stars', 'jp_ninjastars', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40090, 4009, 'Habbowood Mirror', 'habw_mirror', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40100, 4010, 'The Wheel of Fortune', 'habbowheel', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'colorwheel', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40110, 4011, 'Skull Guitar', 'guitar_skull', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40120, 4012, 'V Guitar', 'guitar_v', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40130, 4013, 'Life Buoy', 'hrella_poster_2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40140, 4014, 'Porthole', 'hrella_poster_1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40150, 4015, 'Xmas light', 'xmas_light', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40160, 4016, 'Anchor', 'hrella_poster_3', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40170, 4017, 'Swords', 'sw_swords', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40180, 4018, 'sw_stone', 'sw_stone', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40190, 4019, 'Spiderwick Hole on Wall', 'sw_hole', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40200, 4020, 'Ancestral Scimitars', 'arabian_swords', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40210, 4021, 'Kakejiku Hokusai', 'jp_sheet3', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40220, 4022, 'Window Frame', 'arabian_wndw', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40230, 4023, 'Bubble Juice Logo', 'md_logo_wall', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40240, 4024, 'Kakejiku Ziritsu', 'jp_sheet1', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40250, 4025, 'Bubble Juice Can', 'md_can', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40260, 4026, 'Kakejiku Ninjya', 'jp_sheet2', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40270, 4027, 'Mood Light', 'roomdimmer', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40280, 4028, 'Tiki Surfboard', 'tiki_surfboard', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40290, 4029, 'tampax_wall', 'tampax_wall', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40300, 4030, 'Tiki Wallplant', 'tiki_wallplnt', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40310, 4031, 'Single Window', 'window_single_default', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40320, 4032, 'Double Window', 'window_double_default', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40330, 4033, 'Window', 'noob_window_double', 'i', 0, 0, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40340, 4034, 'Chinese Window Large', 'window_chinese_wide', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40350, 4035, 'Golden Window', 'window_golden', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40360, 4036, 'Square Glass Window', 'window_square', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40370, 4037, 'Romantic Window Small', 'window_romantic_narrow', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40380, 4038, 'Chinese Window Small', 'window_chinese_narrow', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40390, 4039, '70s Window Large', 'window_70s_wide', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40400, 4040, '70s Window Small', 'window_70s_narrow', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40410, 4041, 'Romantic Window Large', 'window_romantic_wide', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40420, 4042, 'Basic Window', 'window_basic', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40430, 4043, 'ads_sunnyd', 'ads_sunnyd', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40440, 4044, 'Grunge Window', 'window_grunge', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40450, 4045, 'Bay Window', 'window_triple', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40460, 4046, 'Diner Window Small', 'window_diner2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40470, 4047, 'ads_dave_wall', 'ads_dave_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40480, 4048, 'Diner Wall Table', 'diner_walltable', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40490, 4049, 'Large Window', 'window_diner', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40500, 4050, 'Nokia', 'ads_nokia_logo', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40510, 4051, 'easy_poster', 'easy_poster', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40520, 4052, 'Window', 'window_hole', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40530, 4053, 'ads_nokia_phone name', 'ads_nokia_phone', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40540, 4054, 'Skyscraper Window', 'window_skyscraper', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40560, 4056, 'Bullet Hole', 'det_bhole', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40570, 4057, 'netari_poster', 'netari_poster', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40580, 4058, 'ads_campguitar', 'ads_campguitar', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40590, 4059, 'Nuclear poster', 'hween08_rad', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40600, 4060, 'X-Ray light', 'hw_08_xray', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40610, 4061, 'Window with Blood - Small', 'hween08_wndwb', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40620, 4062, 'Window with Blood - Big', 'hween08_wndw', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40630, 4063, 'Biohazard poster', 'hween08_bio', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40640, 4064, 'X-Ray light', 'hw08_xray', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40650, 4065, 'Gothic fountain', 'gothicfountain2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40660, 4066, 'LED Wall Poster', 'party_led', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40670, 4067, 'TBD Central Musical TV', 'ads_cmusic', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40680, 4068, 'Girls\' Bathrooom Sign', 'party_wc_girl', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40690, 4069, 'Neon Left Arrow', 'party_neon1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40700, 4070, 'Guys\' Bathrooom Sign', 'party_wc_boy', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40710, 4071, 'Bar Shelf', 'party_shelf', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40720, 4072, 'Neon Skull Light', 'party_neon4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40730, 4073, 'Neon Right Arrow', 'party_neon2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40740, 4074, 'Heart Light', 'party_neon5', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40750, 4075, 'Flamingo Light', 'party_neon3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40760, 4076, 'Icy Wall', 'xmas08_icewall', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40770, 4077, 'Snowy Poster', 'xmas08_wallpaper', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'roomeffect', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40780, 4078, 'ads_clwall2', 'ads_clwall2', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40790, 4079, 'ads_clwall3', 'ads_clwall3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40800, 4080, 'xmas_icewall name', 'xmas_icewall', 'i', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40810, 4081, 'ads_ob_wall', 'ads_ob_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40820, 4082, 'ChildLine TV', 'ads_clwall1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40830, 4083, 'Habbo Mall Window', 'ads_mall_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40840, 4084, 'Ox Poster', 'china_pstr1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40850, 4085, 'Dragon Poster', 'china_pstr2', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40860, 4086, 'Wall Lamp', 'china_light', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40870, 4087, 'Window', 'bolly_wdw_wd', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40880, 4088, 'American Idol Poster', 'ads_idol_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40890, 4089, 'Evil Bone', 'ads_igorevilb', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40900, 4090, 'Monster Blueprint', 'ads_igor_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40910, 4091, 'Habbo Mall Petshop Window', 'ads_mall_winpet', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40920, 4092, 'Habbo Mall Furni Window', 'ads_mall_winfur', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40930, 4093, 'American Idol Flat Screen', 'ads_idol_tv', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40940, 4094, 'Wooden window', 'lc_window1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40950, 4095, 'Rock Wall', 'lc_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40960, 4096, 'Aquarium window', 'lc_window2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40970, 4097, 'Coral Wall', 'lc_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40980, 4098, 'Habbo Mall Cinema Window', 'ads_mall_wincin', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (40990, 4099, 'Makeup Mirror', 'ads_idol_mirror', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41000, 4100, 'Habbo Mall Window Beauty', 'ads_mall_winbea', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41010, 4101, 'Habbo Mall Music Window', 'ads_mall_winmus', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41020, 4102, 'Eco Curtain 2', 'eco_curtains2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41030, 4103, 'ads_mall_winchi', 'ads_mall_winchi', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41040, 4104, 'Eco Curtain 3', 'eco_curtains3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41050, 4105, 'Eco Curtain 1', 'eco_curtains1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41060, 4106, 'ads_mall_winspo', 'ads_mall_winspo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41070, 4107, 'Waterfall', 'exe_wfall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41080, 4108, 'American Idol Neon Sign', 'ads_idol_logo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41090, 4109, 'Habbo Mall Ice Cream Window', 'ads_mall_winice', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41100, 4110, 'World Map', 'exe_map', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41110, 4111, 'ads_puffet_tv name', 'ads_puffet_tv', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41120, 4112, 'ads_reebok_tv name', 'ads_reebok_tv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41130, 4113, 'ads_malaco_tv name', 'ads_malaco_tv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41140, 4114, 'Forest Wall', 'country_forestwall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41150, 4115, 'ads_lin_wh_c name', 'ads_lin_wh_c', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'colorwheel', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41160, 4116, 'Country Lantern', 'country_lantern', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41170, 4117, 'Country Fireplace', 'country_fp', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41180, 4118, 'Country wall', 'country_wall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41190, 4119, 'flag_norway', 'flag_norway', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41200, 4120, 'Le Diner', 'diner_poster', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41210, 4121, 'Jungle Wall', 'lt_jngl_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41220, 4122, 'Dress Up Mirror', 'ads_mirror', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (41230, 4123, 'Lost Tribe Stone Wall', 'lt_wall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42200, 4220, 'Heart stickies', 'post_it_vd', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'postit', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42210, 4221, 'Pad of Stickies', 'post_it', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'postit', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42220, 4222, 'ads_veet name', 'ads_veet', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42230, 4223, 'Spaceship Corner Wall', 'sf_wall3', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42240, 4224, 'Spaceship Window', 'sf_window', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42250, 4225, 'ads_mall_wintra', 'ads_mall_wintra', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42260, 4226, 'WWE', 'ads_wwe_poster', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42270, 4227, 'sf_wall', 'sf_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42280, 4228, 'Spaceship Wall', 'sf_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42290, 4229, 'flag_belgium', 'flag_belgium', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42300, 4230, 'ads_mall_wingar', 'ads_mall_wingar', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42310, 4231, 'flag_portugal', 'flag_portugal', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42320, 4232, 'Relaxation Wall', 'rela_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42330, 4233, 'Magnetic Knife Holder', 'ktchn_knives', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42340, 4234, 'Kitchen Oven', 'ktchn_oven', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42350, 4235, 'Kitchen Wall', 'ktchn_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42360, 4236, 'ads_mall_winclo', 'ads_mall_winclo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42370, 4237, 'Large Mood Switch', 'dimmer_swtch', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42380, 4238, 'Small Mood Switch', 'dimmer_buttn', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42390, 4239, 'Small Mood Controller', 'dimmer_fuse2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42400, 4240, 'Large Mood Controller', 'dimmer_fuse6', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42410, 4241, 'ads_mtv_bigtv name', 'ads_mtv_bigtv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42420, 4242, 'ads_mtv_tv name', 'ads_mtv_tv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42430, 4243, 'ads_idol_l_logo name', 'ads_idol_l_logo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42440, 4244, 'Urban Wall', 'urban_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42450, 4245, 'Latin American Idol TV', 'ads_idol_l_tv', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42460, 4246, 'flag_peru', 'flag_peru', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42470, 4247, 'Creaky Corner', 'hween09_crnr1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42480, 4248, 'flag_tunisia', 'flag_tunisia', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42490, 4249, 'flag_singapore', 'flag_singapore', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42500, 4250, 'flag_mexico', 'flag_mexico', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42510, 4251, 'flag_philippines', 'flag_philippines', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42520, 4252, 'flag_malaysia', 'flag_malaysia', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42530, 4253, 'flag_greece', 'flag_greece', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42540, 4254, 'flag_venezl', 'flag_venezl', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42550, 4255, 'flag_turkey', 'flag_turkey', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42560, 4256, 'flag_chile', 'flag_chile', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42570, 4257, 'Creaky Wall', 'hween09_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42580, 4258, 'flag_columbia', 'flag_columbia', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42590, 4259, 'Old Stone Wall', 'hween09_stonewall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42600, 4260, 'flag_newzealand', 'flag_newzealand', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42610, 4261, 'flag_argentina', 'flag_argentina', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42620, 4262, 'flag_panama', 'flag_panama', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42630, 4263, 'Haunted Painting', 'hween09_paint', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42640, 4264, 'flag_morocco', 'flag_morocco', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42650, 4265, 'flag_dominicanrepublic', 'flag_dominicanrepublic', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42660, 4266, 'Floating Curtain', 'hween09_curt', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42670, 4267, 'Loading screen memorial', 'byesw_loadscreen', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42680, 4268, 'flag_ecuador', 'flag_ecuador', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42690, 4269, 'Haunted Forest', 'hween09_treewall', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42700, 4270, 'flag_algeria', 'flag_algeria', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42710, 4271, 'Haunted Window', 'hween09_win', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42720, 4272, 'Painting', 'ads_twi_paint', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42730, 4273, 'Dream Catcher', 'ads_twi_dreamc', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42740, 4274, 'Barn Wall', 'ads_twi_bwall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42750, 4275, 'Volturi Crest', 'ads_twi_crest', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42760, 4276, 'Truck and Motorcycles', 'ads_twi_bwall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42770, 4277, 'Window with Candles', 'ads_twi_windw', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42780, 4278, 'Green Heart Bauble', 'xm09_bauble_24', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42790, 4279, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42800, 4280, 'Holiday Stocking', 'xm09_stocking', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42810, 4281, 'Tall Red Striped Bauble', 'xm09_bauble_17', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42820, 4282, 'Yellow Bauble', 'xm09_bauble_4', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42830, 4283, 'Tall Blue Striped Bauble', 'xm09_bauble_19', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42840, 4284, 'Red Striped Bauble', 'xm09_bauble_6', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42850, 4285, 'Green Bauble', 'xm09_bauble_3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42860, 4286, 'Yellow Heart Bauble', 'xm09_bauble_25', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42870, 4287, 'Arabian Wall', 'arabian_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42880, 4288, 'White Bauble', 'xm09_bauble_5', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42890, 4289, 'Tall Red Bauble', 'xm09_bauble_11', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42900, 4290, 'Tall Yellow Bauble', 'xm09_bauble_14', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42910, 4291, 'Blue Striped Bauble', 'xm09_bauble_7', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42920, 4292, 'Blue Heart Bauble', 'xm09_bauble_23', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42930, 4293, 'White Striped Bauble', 'xm09_bauble_10', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42940, 4294, 'Yellow Striped Bauble', 'xm09_bauble_9', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42950, 4295, 'Green Striped Bauble', 'xm09_bauble_8', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42960, 4296, 'Tall Yellow Striped Bauble', 'xm09_bauble_20', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42970, 4297, 'Blue Bauble', 'xm09_bauble_2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42980, 4298, 'White Dot Bauble', 'xm09_bauble_18', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (42990, 4299, 'Tall Green Bauble', 'xm09_bauble_13', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43000, 4300, 'Red Bauble', 'xm09_bauble_1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43010, 4301, 'Tall White Bauble', 'xm09_bauble_15', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43020, 4302, 'Red Heart Bauble', 'xm09_bauble_22', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43030, 4303, 'Purple Green Bauble', 'xm09_bauble_16', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43040, 4304, 'Tall Blue Bauble', 'xm09_bauble_12', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43050, 4305, 'Green White Bauble', 'xm09_bauble_21', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43060, 4306, 'White Heart Bauble', 'xm09_bauble_26', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43070, 4307, 'Xmas Tree Wall', 'xm09_firwall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43080, 4308, 'Snow Forest Wall', 'xm09_forestwall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43090, 4309, 'Flatscreen TV', 'xm09_infotv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43100, 4310, 'Party Lights', 'party_lights', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43110, 4311, 'Lodge Wall', 'xm09_lodgewall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43120, 4312, 'Christmas Fireplace', 'xm09_frplc', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43130, 4313, '2010 Poster', 'year2010', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43140, 4314, 'Tiger Poster', 'china_pstr3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43150, 4315, 'ads_tv_jaapuisto name', 'ads_tv_jaapuisto', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43160, 4316, 'Embroidered Wall', 'val09_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43170, 4317, 'Designer Wardrobe', 'val09_wdrobe_g', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43180, 4318, 'Sound-proofed Wall', 'val09_wall1', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43190, 4319, 'Marble Sink', 'bling_sink', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43200, 4320, 'Designer Wardrobe', 'val09_wdrobe_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43210, 4321, 'Bathroom Cabinet', 'bling_cabinet', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43220, 4322, 'ads_percyw name', 'ads_percyw', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43230, 4323, 'Boost Surf Sho Surfboard', 'ads_boost_surfb', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43240, 4324, 'Teen Life Check Wheel', 'ads_tlc_wheel', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'colorwheel', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43250, 4325, 'Green Bean Vines', 'garden_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43260, 4326, 'ads_tv_yle name', 'ads_tv_yle', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43270, 4327, 'Salon Shelf', 'runway_shelf', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43280, 4328, 'La Trobe Uni Pennant', 'ads_latrobe_flag', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43290, 4329, 'HC Wall Art', 'hc3_walldeco', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43300, 4330, 'ads_nokia_x6 name', 'ads_nokia_x6', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43310, 4331, 'Runway Fabric', 'runway_fabric', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43320, 4332, 'Twilight at Target Item', 'ads_target_wall', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43330, 4333, 'ads_super_pop name', 'ads_super_pop', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43340, 4334, 'ads_tv_chocapic_02 name', 'ads_tv_chocapic_02', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43350, 4335, 'ads_tv_chocapic_01 name', 'ads_tv_chocapic_01', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43360, 4336, 'Shark Jaws', 'bw_jaws', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43370, 4337, 'ads_grefusa_surfb name', 'ads_grefusa_surfb', 'i', 0, 0, 0.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43380, 4338, 'Cabinet', 'ktchn10_cabnt', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43390, 4339, 'Hospital X-Ray', 'hosptl_xray', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43400, 4340, 'Fog Wall', 'hween10_fogwall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43410, 4341, 'Arena Lights 1', 'bb_painimies1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43420, 4342, 'Arena Lights 2', 'bb_painimies2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43430, 4343, 'MTV Big TV', 'ads_mtv_bigtv2', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43440, 4344, 'MTV TV', 'ads_mtv_tv2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43450, 4345, 'hween10_card_3 name', 'hween10_card_3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43460, 4346, 'Moon Tarot Card', 'hween10_card_1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43470, 4347, 'Wheel of Fortune Tarot', 'hween10_card_4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43480, 4348, 'hween10_card_6 name', 'hween10_card_6', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43490, 4349, 'hween10_wallskull name', 'hween10_wallskull', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43500, 4350, 'Death Tarot Card', 'hween10_card_2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43510, 4351, 'hween10_card_5 name', 'hween10_card_5', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43520, 4352, 'Nokia Lights 2', 'ads_nokiax3_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43530, 4353, 'Nokia Lights 3', 'ads_nokiax3_wall3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43540, 4354, 'Nokia Lights', 'ads_nokiax3_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43550, 4355, 'Nokia X3', 'ads_nokiax3_phn', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43560, 4356, 'Security Sensor', 'exe_sensor', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43570, 4357, 'Blue Calendar', 'qt_calendar2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43580, 4358, 'ads_r7logo name', 'ads_r7logo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43590, 4359, 'qt_calendar0 name', 'qt_calendar0', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43600, 4360, 'Santa Calendar', 'qt_calendar1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43610, 4361, 'Icy Bauble 2', 'qt_xm10_bauble2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43620, 4362, 'Skyscraper 1', 'es_build1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43630, 4363, 'Skyscraper 4', 'es_build4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43640, 4364, 'Skyscraper 2', 'es_build2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43650, 4365, 'Icy Bauble 1', 'qt_xm10_bauble1', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43660, 4366, 'Skyscraper 3', 'es_build3', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43670, 4367, 'Shop Window', 'es_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43680, 4368, 'Icy Bauble 3', 'qt_xm10_bauble3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43690, 4369, 'Ice Star', 'qt_xm10_icestar', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43700, 4370, 'City Building 1', 'es_big1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43710, 4371, 'City Building 3', 'es_big3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43720, 4372, 'City Building 2', 'es_big2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43730, 4373, 'Countdown Building', 'year2011', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43740, 4374, 'Tiger Wall Cover', 'bling11_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43750, 4375, 'Panther Wall Cover', 'bling11_wall4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43760, 4376, 'Zebra Wall Cover', 'bling11_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43770, 4377, 'Leopard Wall Cover', 'bling11_wall3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43780, 4378, 'Heart Lights', 'qt_val11_heartlights', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43790, 4379, 'Vegas Buildings', 'bling11_big1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43800, 4380, 'Gothic Stained Glass', 'gothic_st_glass', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43810, 4381, 'ads_bigtv_missmix name', 'ads_bigtv_missmix', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43820, 4382, 'Theater Hall Lights', 'cine_light2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43830, 4383, 'Theater Lights', 'cine_light1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43840, 4384, 'Blue Arrow', 'cubie_decal_3_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43850, 4385, 'Purple Decklight', 'cubie_decklight_p', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43860, 4386, 'Blue Circle Art', 'cubie_decal_1_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43870, 4387, 'Blue Mod Poster', 'cubie_decal_2_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43880, 4388, 'Purple Arrow', 'cubie_decal_3_p', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43890, 4389, 'Blue Wallshelf', 'cubie_wallshelf_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43900, 4390, 'Purple Circle Art', 'cubie_decal_1_p', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43910, 4391, 'Black Arrow', 'cubie_decal_3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43920, 4392, 'Purple Wall Shelf', 'cubie_wallshelf_p', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43930, 4393, 'Purple Mod Poster', 'cubie_decal_2_p', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43940, 4394, 'Blue Decklight', 'cubie_decklight_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43950, 4395, 'Crazed Rorshach Inkblot', 'cubie_decal_0', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43960, 4396, 'Wall Shelf', 'waasa_wall_shelf2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43970, 4397, 'Book Shelf', 'waasa_wall_shelf1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43980, 4398, 'Mushroom Walls', 'easter11_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (43990, 4399, 'ads_suunvuorow name', 'ads_suunvuorow', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44000, 4400, 'ads_volkswagen_poster name', 'ads_volkswagen_poster', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44010, 4401, 'picture_car name', 'picture_car', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44020, 4402, 'Kung Fu Panda 2', 'ads_kfp2_tv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44030, 4403, 'ads_kfp2_wall name', 'ads_kfp2_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44040, 4404, 'Dungeon Wall', 'dng_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44050, 4405, 'ads_cchups_screen name', 'ads_cchups_screen', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44060, 4406, 'Graffiti 1', 'sb_tag1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44070, 4407, 'Concrete Wall', 'sb_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44080, 4408, 'Graffiti 2', 'sb_tag2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44090, 4409, 'Graffiti 3', 'sb_tag3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44100, 4410, 'ads_durex_screen name', 'ads_durex_screen', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44110, 4411, 'ads_mtv_wall name', 'ads_mtv_wall', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44120, 4412, 'Sunset Wall', 'summer_sunset_wall', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44130, 4413, 'White+Blue USVA Wallrug', 'usva5_wallrug', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44140, 4414, 'Green USVA Wallrug', 'usva3_wallrug', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44150, 4415, 'White+Pink USVA Wallrug', 'usva_wallrug', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44160, 4416, 'Red USVA Wallrug', 'usva4_wallrug', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44170, 4417, 'Black+Yellow USVA Wallrug', 'usva2_wallrug', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44180, 4418, 'Chalkboard', 'school_chalkboard', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44190, 4419, 'Urinal', 'school_urinal', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44200, 4420, 'School Wall', 'school_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44210, 4421, 'School Charts', 'school_charts', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44220, 4422, 'Toilet Wall', 'school_toilet_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44230, 4423, 'Light Wall', 'boutique_lampwall', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44240, 4424, 'Shoe Rack', 'boutique_shrack2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44250, 4425, 'Shoe Rack', 'boutique_shrack1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44260, 4426, 'Speakers', 'boutique_speakers', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44270, 4427, 'Hot from the streets of New York. Two states.', 'boutique_clrack2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44280, 4428, 'Hot from the catwalks of Milan. Two states.', 'boutique_clrack1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44290, 4429, 'ads_flag_un', 'ads_flag_un', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44300, 4430, 'Pitchfork', 'horse_pitchfork_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44310, 4431, 'Traditional Stable Wall', 'horse_stable_wall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44320, 4432, 'White Stable Wall', 'horse_stable_wall_w', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44330, 4433, 'Horse Shoe', 'horse_shoe_wall', 'i', 0, 0, 9.99, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44340, 4434, 'Wicked Window', 'hween11_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44350, 4435, 'Crocodile Head', 'xmas11_hd4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44360, 4436, 'Cabin Wall', 'xmas11_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44370, 4437, 'Arctic Bear Head', 'xmas11_hd2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44380, 4438, 'Ghost Pet Head', 'xmas11_hd5', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44390, 4439, 'Wild Boar Head', 'xmas11_hd3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44400, 4440, 'Moose Head', 'xmas11_hd1', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44410, 4441, 'Deer Head', 'xmas11_hd6', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44420, 4442, 'Alvin 3 Surfboard', 'ads_alvinsurf', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44430, 4443, 'Cuckoo\'s Clock', 'xmas11_cuckoo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44440, 4444, 'ads_m6_wall name', 'ads_m6_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44450, 4445, '2012 Countdown Sign', 'year2012', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44460, 4446, 'Mountain Landscape', 'snowb_mountain_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44470, 4447, 'The Danish Flag', 'flag_denmark', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44480, 4448, 'China Town', 'urban_wall_china', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44490, 4449, 'ads_antena3_wall name', 'ads_antena3_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44500, 4450, 'xm11_stocking name', 'xm11_stocking', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44510, 4451, 'for testing purposes', 'wallchair', 'i', 0, 0, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44520, 4452, 'Window', 'jp_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44530, 4453, 'jp_wall name', 'jp_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44540, 4454, 'Stone Wall', 'stone_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44550, 4455, 'Shed Wall', 'gardenshed_wall', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44560, 4456, 'Vanilla Waterfall', 'js_exe_wfall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44570, 4457, 'Sports led screen', 'football12_es', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44580, 4458, 'Sports led screen', 'football12_it', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44590, 4459, 'Sports led screen', 'football12_de', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44600, 4460, 'Sports led screen', 'football12_pt', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44610, 4461, 'Savannah landscape', 'anc_savanna_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44620, 4462, 'Jungle landscape', 'anc_sunset_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44630, 4463, 'London Skyline', 'lon_skyline', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44640, 4464, 'hween12_dartboard name', 'hween12_dartboard', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44650, 4465, 'Stage Backdrop', 'hs_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 11, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44660, 4466, 'Stars Wall Lamp', 'hs_wlight', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44670, 4467, 'Applause Sign', 'hs_applause', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44680, 4468, 'Castle Wall', 'xmas12_wall_in', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44690, 4469, 'Castle Window', 'xmas12_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44700, 4470, 'Castle Wall', 'xmas12_wall_out', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44710, 4471, 'Castle Door', 'xmas12_door', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44720, 4472, 'Torch', 'xmas12_torch', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44750, 4475, '2013 Countdown Sign', 'year2013', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44760, 4476, 'Mayan Wall', 'ny2013_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44770, 4477, 'china_pstr4 name', 'china_pstr4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44780, 4478, 'Venetian Wall', 'val13_wall_2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44790, 4479, 'Venetian Wall', 'val13_wall_3', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44800, 4480, 'Venetian Wall', 'val13_wall_1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44810, 4481, 'Red Clock', 'pixel_clock_red', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44820, 4482, 'Base Wall Decoration', 'pixel_walldeco', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44830, 4483, 'Pink Clock', 'pixel_clock_pink', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44840, 4484, 'pixel_mirror name', 'pixel_mirror', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44850, 4485, 'Black Clock', 'pixel_clock_black', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44860, 4486, 'Green Clock', 'pixel_clock_green', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44870, 4487, 'Blue Clock', 'pixel_clock_blue', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44880, 4488, 'Green Base Wall', 'pixel_wall_green', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44890, 4489, 'Red Base Wall', 'pixel_wall_red', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44900, 4490, 'Pink Base Painting', 'pixel_painting_pink', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44910, 4491, 'Green Base Painting', 'pixel_painting_green', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44920, 4492, 'Pink Base Wall', 'pixel_wall_pink', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44930, 4493, 'Black Base Painting', 'pixel_painting_black', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44940, 4494, 'Blue Base Painting', 'pixel_painting_blue', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44950, 4495, 'Red Base Painting', 'pixel_painting_red', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44960, 4496, 'Blue Base Wall', 'pixel_wall_blue', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44970, 4497, 'Black Base Wall', 'pixel_wall_black', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44980, 4498, 'pixel_poster2 name', 'pixel_poster2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (44990, 4499, 'Steampunk Dimmer Switch', 'dimmer_steampunk', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45000, 4500, 'Steampunk Wall', 'steampunk_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45010, 4501, 'Steampunk Wall', 'steampunk_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45020, 4502, 'steampunk_window name', 'steampunk_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45030, 4503, 'World Map', 'steampunk_map', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45040, 4504, 'easter13_wall3 name', 'easter13_wall3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45050, 4505, 'Egg-shaped Window', 'easter13_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45060, 4506, 'easter13_wall1 name', 'easter13_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45070, 4507, 'easter13_wall2 name', 'easter13_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45080, 4508, 'Bad Side Wall', 'mystics_bwall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45090, 4509, 'Good Side Wall', 'mystics_gwall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45100, 4510, 'The Austrian Flag', 'flag_austria', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45110, 4511, 'Grunge Wall', 'grungewall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45120, 4512, 'School Chalkboard', 'school_chalkboard2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45130, 4513, 'The Ducket List', 'cine_pstr_6', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45140, 4514, 'Dark Duck Descends', 'cine_pstr_4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45150, 4515, 'M.O.D', 'cine_pstr_7', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45160, 4516, 'Habbo Club', 'cine_pstr_8', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45170, 4517, 'Get Frank', 'cine_pstr_1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45180, 4518, 'Avatar Editor', 'cine_pstr_5', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45190, 4519, 'Revenge of the Cheeps', 'cine_pstr_0', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45200, 4520, 'The Rabbit 2', 'cine_pstr_3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45210, 4521, 'Bobbaro', 'cine_pstr_9', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45220, 4522, 'The Rabbit', 'cine_pstr_2', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45230, 4523, 'habbopage_wall name', 'habbopage_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45240, 4524, 'brnd_cscape_wall name', 'brnd_cscape_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45250, 4525, 'ads_nokiax3_wallb name', 'ads_nokiax3_wallb', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45260, 4526, 'ads_nokiax3_wall name', 'ads_nokiax3_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45270, 4527, 'builderwall_exp name', 'builderwall_exp', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45280, 4528, 'test_habbopage_display name', 'test_habbopage_display', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45290, 4529, 'Gnome', 'cine_pstr_10', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45300, 4530, 'HC Executive Waterfall', 'hc_exe_wfall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45310, 4531, 'Stories Christmas Stickies', 'post_it_xmas', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'postit', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45320, 4532, '2014 Countdown', 'year2014', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45330, 4533, 'Stories Dream Stickies', 'post_it_dreams', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'postit', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45340, 4534, 'Horse Poster', 'china_pstr5', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45350, 4535, 'Heroic Acts Certificate', 'storieshero_poster', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45360, 4536, 'Valentines card', 'external_image_wallitem', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'external_image', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45370, 4537, 'val14_wall1', 'val14_wall1', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45380, 4538, 'Orange Spa Wall', 'val14_wall3', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45390, 4539, 'Blue Spa Wall', 'val14_wall2', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45400, 4540, 'Feather Quill Sticky', 'post_it_shakesp', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'postit', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45410, 4541, 'Habbo Selfie', 'external_image_wallitem_photo', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'external_image', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45420, 4542, 'Draped Sequin Wall', 'runway_fabric2', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45430, 4543, 'Boarder\'s residence window', 'stories_sch_glass', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45440, 4544, 'Lagomorph Wall', 'easter14_wall', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45450, 4545, 'The Big Pixel Wave', 'diamond_painting6', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45453, 45453, 'The Big Pixel Wave', 'diamond_painting6', 'i', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45460, 4546, 'A Bar at Folies-Habberge', 'diamond_painting4', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45463, 45463, 'A Bar at Folies-Habberge', 'diamond_painting4', 'i', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45470, 4547, 'The Duck Pond', 'diamond_painting2', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45473, 45473, 'The Duck Pond', 'diamond_painting2', 'i', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45480, 4548, 'The Captured Pirates', 'diamond_painting5', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45483, 45483, 'The Captured Pirates', 'diamond_painting5', 'i', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45490, 4549, 'Duck Funk Dance', 'diamond_painting1', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45500, 4550, 'Heartbroken Habbo', 'diamond_painting3', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45503, 45503, 'Heartbroken Habbo', 'diamond_painting3', 'i', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45510, 4551, 'Steelscar Banner', 'vikings_banner_r', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45520, 4552, 'Battleshade Banner', 'vikings_banner_g', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45530, 4553, 'Battleshade Wall Shield', 'vikings_wallshield_g', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45540, 4554, 'Steelscar Wall Shield', 'vikings_wallshield_r', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45550, 4555, 'Battleshade Wooden Wall', 'vikings_wall_g', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45560, 4556, 'Steelscar Wooden Wall', 'vikings_wall_r', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45570, 4557, 'Summer Lovin\' Stickies', 'post_it_juninas', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, '', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45580, 4558, 'hblooza14_wall name', 'hblooza14_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45590, 4559, 'wildwest_wallpaper name', 'wildwest_wallpaper', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45600, 4560, 'Skull Wall Hanging', 'st_wildwest_wallskull', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45610, 4561, 'Floppy Disk Poster', 'uni_floppy', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45620, 4562, 'Fairy Lights', 'uni_fairylights', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45630, 4563, 'Anime Robot Poster', 'uni_poster1', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45640, 4564, 'Beach Babe Poster', 'uni_pinupgirl', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45650, 4565, 'Hip Mounted Deer', 'uni_hipdeer', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45660, 4566, 'Anime Girl Poster', 'uni_poster2', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45670, 4567, 'Professor\'s Bookshelf', 'uni_libraryshelf', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45680, 4568, 'Plain Coat Rack', 'uni_coatrack', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45690, 4569, 'Coat Rack', 'uni_girlcoatrack', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45700, 4570, 'Beach Dude Poster', 'uni_pinupboy', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45710, 4571, 'Vinyl Poster', 'uni_vinyl', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45720, 4572, 'Moustache Poster', 'uni_moustache', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45730, 4573, 'Teal Bathroom Wall', 'bathroom_wall4', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45740, 4574, 'Light Grey Bathroom Wall', 'bathroom_wall1', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45750, 4575, 'Onyx Bathroom Wall', 'bathroom_wall3', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45760, 4576, 'Dark Grey Bathroom Wall', 'bathroom_wall2', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45770, 4577, 'Anatomy of a Habbo', 'st_uni_poster', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45780, 4578, 'Floral Stained Glass', 'hween14_stainglass', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45790, 4579, 'Skull Stained Glass', 'hween14_hcglass', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45800, 4580, 'Black Adobe Wall', 'hween14_wall', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45810, 4581, 'Camera Pic', 'external_image_wallitem_poster', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'external_image', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45820, 4582, 'Ping Pong', 'cine_pstr_11', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45830, 4583, 'Habbo Games', 'cine_pstr_18', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45840, 4584, 'Quacktrix', 'cine_pstr_16', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45850, 4585, 'Ding Dong', 'cine_pstr_12', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45860, 4586, 'The Guardian of Habbo', 'cine_pstr_19', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45870, 4587, 'Sing Song', 'cine_pstr_13', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45880, 4588, 'Ducknado', 'cine_pstr_15', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45890, 4589, 'Freeze!', 'cine_pstr_14', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45900, 4590, 'Barry Bobba', 'cine_pstr_17', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45910, 4591, 'st_pstr_felipe name', 'st_pstr_felipe', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45920, 4592, 'HC Window Frame', 'hc_arab_wndw', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45930, 4593, 'HC Ancestral Scimitars', 'hc_arab_swords', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45940, 4594, 'Mt. Fuji Wall Piece', 'val15_fujiwall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45950, 4595, 'Attic Wall', 'attic15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45960, 4596, 'Oil Painting', 'attic15_painting', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45970, 4597, 'Camera Pic', 'external_image_wallitem_poster_small', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'external_image', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45980, 4598, 'Carnival Mask', 'carnival15_wallmask', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (45990, 4599, 'Neo-Habbo Cityscape', 'cpunk_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46000, 4600, 'Year of the Goat Poster', 'china_pstr6', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46010, 4601, 'cypunk_c15_wall name', 'cypunk_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46020, 4602, 'Sugarscape Wall', 'cland_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46030, 4603, 'Lady with a Duck', 'diamond_painting9', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46040, 4604, 'Life rider', 'diamond_painting18', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46050, 4605, 'Pet Lion in a Pixel Storm', 'diamond_painting17', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46060, 4606, 'Nighthabbos', 'diamond_painting15', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46070, 4607, 'Birth of Dragons', 'diamond_painting16', 'i', 0, 0, 0.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46080, 4608, 'Hotelier Man(ager)', 'diamond_painting14', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46090, 4609, 'Carré', 'diamond_painting13', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46100, 4610, 'Creation of Habbo', 'diamond_painting10', 'i', 0, 0, 0.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46110, 4611, 'Pixel night', 'diamond_painting7', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46120, 4612, 'Soapy Girl', 'diamond_painting12', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46130, 4613, 'Dans so ducké', 'diamond_painting11', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46140, 4614, 'Frank Needs YOU.', 'army15_poster', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46150, 4615, 'Habbo Forces Sign', 'army_c15_insig', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46160, 4616, 'Global Satellite Screen', 'army15_largescreen', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46170, 4617, 'Conference Walls', 'army_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46180, 4618, 'Jurassic Wall Piece', 'dino_c15_wallpiece', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46190, 4619, 'View of the Seine', 'paris_c15_wall', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46200, 4620, 'Lodge Window', 'lodge_c15_window', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46210, 4621, 'Log Wall', 'lodge_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46220, 4622, 'Dungeon Flag', 'drago_c15_flag', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46230, 4623, 'Ancient Wall', 'anc_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46240, 4624, 'Tiki Moss Wall', 'tiki_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46250, 4625, 'Executive Skyline', 'exe_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46260, 4626, 'Romantique Wall', 'romantique_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46270, 4627, 'Bling Wall', 'bling_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46280, 4628, 'Burning hotel', 'hween_c15_sky', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46290, 4629, 'The future is back poster', 'cine_pstr_20', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46300, 4630, 'Kitchen Cabinet', 'ktchn_c15_cupboard', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46310, 4631, 'Habbo Home Poster', 'gift_hhome', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46320, 4632, 'gold_c15_arc_icewall name', 'gold_c15_arc_icewall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46330, 4633, 'Ribbon Wreath', 'xmas_c15_advent9', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46340, 4634, 'Candy Stripe Wreath', 'xmas_c15_advent10', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46350, 4635, 'Monkey Poster', 'china_pstr7', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46360, 4636, 'Cursed Fountain', 'gothic_r16_fountain', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46370, 4637, 'Iron Frank', 'super_c16_pstriron', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46380, 4638, 'Cat Lady', 'super_c16_pstrcat', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46390, 4639, 'The Incredible Sulk', 'super_c16_pstrsulk', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46400, 4640, 'Superheroes in Love', 'super_c16_pstrlove', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46410, 4641, 'Wall Decoration', 'olympics_c16_walldecal', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46420, 4642, 'xmas_c16_painting name', 'xmas_c16_painting', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46430, 4643, 'Ice Cafe Window', 'classic5_window', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46440, 4644, 'Rooster Poster', 'china_pstr8', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46450, 4645, 'mall_c17_winclo', 'mall_c17_winclo', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46460, 4646, 'mall_c17_winpet', 'mall_c17_winpet', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46470, 4647, 'mall_c17_winspo', 'mall_c17_winspo', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46480, 4648, 'easter_c17_countrybg', 'easter_c17_countrybg', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46490, 4649, 'year2018', 'year2018', 'i', 0, 0, 0.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46500, 4650, 'hc17_7', 'hc17_7', 'i', 0, 0, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46510, 4651, 'china_pstr9', 'china_pstr9', 'i', 0, 0, 0.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46520, 4652, 'coralking_c18_seabg name', 'coralking_c18_seabg', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46530, 4653, 'diamond_painting26', 'diamond_painting26', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46540, 4654, 'diamond_painting28', 'diamond_painting28', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46550, 4655, 'diamond_painting27', 'diamond_painting27', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46560, 4656, 'diamond_painting23', 'diamond_painting23', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46570, 4657, 'diamond_painting21', 'diamond_painting21', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46580, 4658, 'diamond_painting20', 'diamond_painting20', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46590, 4659, 'diamond_painting19', 'diamond_painting19', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46600, 4660, 'diamond_painting24', 'diamond_painting24', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46610, 4661, 'diamond_painting29', 'diamond_painting29', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46620, 4662, 'diamond_painting30', 'diamond_painting30', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46630, 4663, 'diamond_painting22', 'diamond_painting22', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46640, 4664, 'diamond_painting25', 'diamond_painting25', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46650, 4665, 'hween_c18_labwallpanel', 'hween_c18_labwallpanel', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46660, 4666, 'xmas_c18_starrybg', 'xmas_c18_starrybg', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46670, 4667, 'year2019', 'year2019', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46680, 4668, 'china_pstr10', 'china_pstr10', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46690, 4669, 'easter_c19_forrestbg', 'easter_c19_forrestbg', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46700, 4670, 'fest_c19_bgwall', 'fest_c19_bgwall', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46710, 4671, 'diamond_painting37', 'diamond_painting37', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46720, 4672, 'diamond_painting33', 'diamond_painting33', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46730, 4673, 'diamond_painting31', 'diamond_painting31', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46740, 4674, 'diamond_painting36', 'diamond_painting36', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46750, 4675, 'diamond_painting40', 'diamond_painting40', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46760, 4676, 'diamond_painting35', 'diamond_painting35', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46770, 4677, 'diamond_painting41', 'diamond_painting41', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46780, 4678, 'diamond_painting32', 'diamond_painting32', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46790, 4679, 'diamond_painting38', 'diamond_painting38', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46800, 4680, 'diamond_painting34', 'diamond_painting34', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46810, 4681, 'celestial_c19_wall', 'celestial_c19_wall', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46820, 4682, 'celestial_c19_constellations', 'celestial_c19_constellations', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46830, 4683, 'hween_c19_mistywoodsbg', 'hween_c19_mistywoodsbg', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46840, 4684, 'china_pstr11', 'china_pstr11', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46850, 4685, 'year2020', 'year2020', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46860, 4686, 'art_c20_wall', 'art_c20_wall', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46870, 4687, 'art_c20_window', 'art_c20_window', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46880, 4688, 'india_c20_sunsetbg', 'india_c20_sunsetbg', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46890, 4689, 'diamond_painting52', 'diamond_painting52', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46900, 4690, 'diamond_painting42', 'diamond_painting42', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46910, 4691, 'diamond_painting46', 'diamond_painting46', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46920, 4692, 'diamond_painting51', 'diamond_painting51', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46930, 4693, 'diamond_painting44', 'diamond_painting44', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46940, 4694, 'diamond_painting45', 'diamond_painting45', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (46950, 4695, 'diamond_painting43', 'diamond_painting43', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50000, 50000, 'a0 pet0', 'a0 pet0', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50001, 50001, 'a0 pet1', 'a0 pet1', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50002, 50002, 'a0 pet2', 'a0 pet2', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50003, 50003, 'a0 pet3', 'a0 pet3', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50004, 50004, 'a0 pet4', 'a0 pet4', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50005, 50005, 'a0 pet5', 'a0 pet5', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50006, 50006, 'a0 pet6', 'a0 pet6', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet6', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50007, 50007, 'a0 pet7', 'a0 pet7', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet7', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50008, 50008, 'a0 pet8', 'a0 pet8', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet8', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50009, 50009, 'a0 pet9', 'a0 pet9', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet9', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50010, 50010, 'a0 pet10', 'a0 pet10', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet10', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50011, 50011, 'a0 pet11', 'a0 pet11', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet11', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50012, 50012, 'a0 pet12', 'a0 pet12', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet12', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50014, 50014, 'a0 pet14', 'a0 pet14', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet14', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50015, 50015, 'a0 pet15', 'a0 pet15', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet15', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50017, 50017, 'a0 pet17', 'a0 pet17', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet17', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50018, 50018, 'a0 pet18', 'a0 pet18', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet18', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50019, 50019, 'a0 pet19', 'a0 pet19', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet19', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50020, 50020, 'a0 pet20', 'a0 pet20', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet20', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50021, 50021, 'a0 pet21', 'a0 pet21', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet21', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50022, 50022, 'a0 pet22', 'a0 pet22', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet22', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50023, 50023, 'a0 pet23', 'a0 pet23', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet23', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50024, 50024, 'a0 pet24', 'a0 pet24', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet24', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50025, 50025, 'a0 pet25', 'a0 pet25', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet25', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50028, 50028, 'a0 pet28', 'a0 pet28', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet28', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50029, 50029, 'a0 pet29', 'a0 pet29', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet29', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50030, 50030, 'a0 pet30', 'a0 pet30', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet31', 0, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50031, 50031, 'a0 pet31', 'a0 pet31', 's', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'pet31', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50032, 50032, 'a0 pet32', 'a0 pet32', 's', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'pet37', 1, '0', '', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50035, 50035, 'a0 pet35', 'a0 pet35', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50200, 0, 'HTW01', 'HTW01', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50201, 0, 'HTW02', 'HTW02', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50202, 0, 'SPD10', 'SPD10', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50203, 0, 'SPD11', 'SPD11', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50204, 0, 'SPD08', 'SPD08', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50205, 0, 'SPD09', 'SPD09', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50206, 0, 'SPD12', 'SPD12', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50500, 0, 'Football_PT', 'Football_PT', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50501, 0, 'Football_IT', 'Football_IT', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50502, 0, 'Football_DE', 'Football_DE', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50503, 0, 'Football_PT', 'Football_PT', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50504, 0, 'STG05', 'STG05', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50505, 0, 'STG08', 'STG08', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50506, 0, 'STG07', 'STG07', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50507, 0, 'STG06', 'STG06', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50508, 0, 'SCH17', 'SCH17', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50509, 0, 'SCH16', 'SCH16', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50510, 0, 'SCH15', 'SCH15', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
+INSERT INTO `items_base` VALUES (50512, 0, 'MCH01', 'MCH01', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge', 1, '0', '0', '', 0, 0, '');
+
+-- ----------------------------
+-- Table structure for items_crackable
+-- ----------------------------
+DROP TABLE IF EXISTS `items_crackable`;
+CREATE TABLE `items_crackable` (
+ `item_id` int(0) NOT NULL,
+ `item_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'Item name for identification',
+ `count` int(0) NOT NULL,
+ `prizes` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '179:1' COMMENT 'Used in the format of item_id:chance;item_id_2:chance. item_id must be id in the items_base table. Default value for chance is 100.',
+ `achievement_tick` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `achievement_cracked` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `required_effect` int(0) NOT NULL DEFAULT 0,
+ `subscription_duration` int(0) NULL DEFAULT NULL,
+ `subscription_type` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL COMMENT 'hc for Habbo Club, bc for Builders Club',
+ PRIMARY KEY (`item_id`) USING BTREE,
+ UNIQUE INDEX `id`(`item_id`) USING BTREE,
+ INDEX `data`(`count`, `prizes`, `achievement_tick`, `achievement_cracked`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of items_crackable
+-- ----------------------------
+INSERT INTO `items_crackable` VALUES (4986, 'easter13_egg_0', 1000, '2012:12;2004:13;1934:12;1874:13;1866:12;1850:13;1842:12;1834:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (4987, 'easter13_egg_3', 20000, '5009:33;5000:33;5006:33', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (4988, 'easter13_egg_1', 5000, '3010:4;3008:4;3007:4;3004:4;3003:4;2999:4;2998:4;2997:4;2996:4;2995:4;2994:4;2993:4;2990:4;2989:4;2988:4;2987:4;2984:4;2983:4;2981:4;2979:4;2977:4;2976:4;2975:4;2973:4;2971:4;2969:4', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (4989, 'easter13_egg_2', 10000, '208:8;209:7;210:7;215:7;228:7;235:7;3709:7;3710:7;3719:7;3727:7;4365:7;4745:7', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (5099, 'mystics_crystal_s', 3, '5105:100', 'CrystalCracker', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (5100, 'mystics_crystal_m', 3, '5104:100', 'CrystalCracker', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (5102, 'mystics_crystal_l', 1500000, '5101:100', 'CrystalCracker', 'CrystalLegend', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (5985, 'hblooza14_pinata2', 100, '5996:60;6006:30;6017:10', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (5990, 'hblooza14_pinata1', 100, '5989:60;6007:30;6005:10', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (6001, 'hblooza14_pinata3', 100, '6003:60;6021:30;5999:10', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (6028, 'hblooza14_pinata4', 100, '5978:60;5977:30;5980:10', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8193, 'habbo15_rare_crackable', 2, '8222:7;8221:7;8220:6;8219:7;8218:6;8217:7;8216:6;8215:7;8214:6;8213:7;8212:6;8211:7;8210:6;8209:7;8208:7', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8201, 'habbo15_crackable', 2, '2645:10;6024:10;2063:10;2066:10;8193:10;9325:10;9326:10;9327:10;9324:10;2064:10', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8409, 'hween_c15_pumpkin2', 1, '8379:20;8380:20;8384:20;8390:20;8401:20', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8410, 'hween_c15_pumpkin1', 1, '8404:50;8370:50;8363:35;8362:35;8373:15;8365:15', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8451, 'gold_rare_crackable', 2, '8458:6;8457:6;8456:6;8455:6;8454:6;8453:5;8452:6;8450:6;8449:6;8448:6;8447:6;8446:5;8445:6;8444:6;8442:6;8441:6;46320:6', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8881, 'easter_r16_crackable', 2, '8880:25;8882:25;8884:25;8886:25', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8918, 'jungle_c16_flowerd2', 12, '8919:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8919, 'jungle_c16_flowerd1', 12, '8919:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8926, 'jungle_c16_flowerc3', 12, '8926:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8948, 'jungle_c16_flowera3', 12, '8948:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8951, 'jungle_c16_flowerd3', 12, '8951:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8968, 'jungle_c16_flowerc2', 12, '8968:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8975, 'jungle_c16_flowera1', 12, '8975:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8977, 'jungle_c16_flowerb3', 12, '8977:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8981, 'jungle_c16_flowerb2', 12, '8981:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8982, 'jungle_c16_flowerb1', 12, '8982:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8983, 'jungle_c16_flowerc1', 12, '8983:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8987, 'jungle_c16_flowera2', 12, '8987:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8993, 'bonusbag16_1', 1, '8361:20;8360:20;8359:20;8358:20;2065:20', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8994, 'bonusbag16_2', 1, '8353:20;8352:20;8351:20;8350:20;2065:20', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9134, 'hhistory_r16_crackable', 2, '9131:6;9132:8;9133:6;9135:7;9136:6;9137:7;9138:6;9139:7;9140:6;9141:7;9142:6;9143:7;9144:6;9145:8;9146:6', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9154, 'hween_r16_crackable2', 20, '9178:50;9156:50', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9164, 'hween_c16_crackable1', 20, '9158:50;9188:35;9191:15', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9230, 'xmas_c16_stocking', 1, '9254:5;9218:5;9217:5;9216:5;8499:5;8484:5;6253:5;5496:5;4330:5;4315:5;4304:5;4293:5;4291:5;4287:5;3740:5;3313:5;2064:5;215:5;214:5;212:5', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9281, 'bonusbag16_3', 1, '8357:20;8356:20;8355:20;8354:20;2065:20', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9324, 'bc_gift_31days', 2, '', '', '', 0, 31, 'bc');
+INSERT INTO `items_crackable` VALUES (9325, 'hc_gift_14days', 1, '', '', '', 0, 14, 'hc');
+INSERT INTO `items_crackable` VALUES (9326, 'hc_gift_31days', 1, '', '', '', 0, 31, 'hc');
+INSERT INTO `items_crackable` VALUES (9327, 'bc_gift_14days', 2, '', '', '', 0, 14, 'bc');
+INSERT INTO `items_crackable` VALUES (9408, 'easter_c17_floweringbush', 1, '9444:50;9431:35;9434:15', '', '', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9416, 'easter_c17_egg', 20, '9443:25;9426:25;9410:25;9453:25', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9425, 'easter_c17_leafsprout', 1, '9436:100', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9433, 'easter_c17_sapling', 1, '9408:100', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9445, 'easter_c17_seeds', 1, '9433:50;9425:50', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9447, 'easter_c17_seedbag', 1, '9445:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9461, 'bonusbag17_1', 1, '9348:12;9347:13;9346:12;9345:13;9344:12;9343:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9463, 'santorini_c17_artefact4', 2, '9472:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9467, 'santorini_c17_artefact3', 2, '9492:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9475, 'santorini_c17_artefact5', 2, '9479:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9477, 'santorini_r17_chest', 2, '9463:20;9467:20;9475:20;9480:20;9502:20', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9480, 'santorini_c17_artefact1', 2, '9482:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9502, 'santorini_c17_artefact2', 2, '9470:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9549, 'bonusbag17_2', 1, '9366:12;9365:13;9364:12;9363:13;9362:12;9361:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9667, 'hhistory_r17_crackable', 2, '9656:6;9657:6;9658:6;9659:7;9660:6;9661:6;9662:6;9663:7;9664:6;9665:6;9666:6;9668:7;9669:6;9670:6;9671:6;9672:7', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9753, 'hween_c17_flamingknight', 20, '9738:20;9733:20;9739:20;9760:20;9727:10;9734:10', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9763, 'bonusbag17_3', 1, '9360:12;9359:13;9358:12;9357:13;9356:12;9355:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9764, 'bonusbag17_4', 1, '9354:12;9353:13;9352:12;9351:13;9350:12;9349:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9808, 'xmas_c17_book', 1, '9790:17;9793:16;9801:17;9829:17;9833:16;9842:17', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9867, 'bonusbag18_3', 1, '9866:12;9865:13;9864:12;9863:13;9862:12;9861:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9868, 'bonusbag18_2', 1, '9874:12;9873:13;9872:12;9871:13;9870:12;9869:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9875, 'bonusbag18_4', 1, '9882:12;9881:13;9880:12;9879:13;9878:12;9877:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9876, 'bonusbag18_1', 1, '9888:12;9887:13;9886:12;9885:13;9884:12;9883:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9896, 'ny18_crackable', 1, '9889:14;9890:14;9891:15;9892:14;9893:14;9894:14;9895:15', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9961, 'easter_c18_snowdrop3', 12, '9961:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9963, 'easter_c18_lupin1', 12, '9963:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9965, 'easter_c18_tulip2', 12, '9965:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9966, 'easter_c18_seedpackrose', 1, '10022:25;9994:25;9971:25;9983:25', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9970, 'easter_c18_seedpacktulip', 1, '9997:25;9965:25;9972:25;10006:25', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9971, 'easter_c18_rose3', 12, '9971:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9972, 'easter_c18_tulip3', 12, '9972:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9976, 'easter_c18_lupin3', 12, '9976:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9978, 'easter_c18_lupin4', 12, '9978:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9982, 'easter_c18_seedpacksnowdrop', 1, '10017:25;10021:25;9961:25;9986:25', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9983, 'easter_c18_rose4', 12, '9983:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9986, 'easter_c18_snowdrop4', 12, '9986:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9994, 'easter_c18_rose2', 12, '9994:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9997, 'easter_c18_tulip1', 12, '9997:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10002, 'easter_c18_lupin2', 12, '10002:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10006, 'easter_c18_tulip4', 12, '10006:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10013, 'easter_c18_seedpacklupin', 1, '9963:25;10002:25;9976:25;9978:25', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10017, 'easter_c18_snowdrop1', 12, '10017:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10021, 'easter_c18_snowdrop2', 12, '10021:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10022, 'easter_c18_rose1', 12, '10022:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10070, 'coralking_c18_treasurechest', 2, '10062:60;10065:60;10069:60;10077:60;10080:60;10081:60;10084:60;10086:60;10089:60;10100:60;10104:60;10108:60;10110:60;10118:60;10119:60;10072:30;10099:30;10111:30;10117:30;10093:10;10113:10', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10078, 'coralking_r18_goldenchest', 2, '10072:70;10099:70;10111:70;10117:70;10093:30;10113:30', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10170, 'tokyo_c18_gacha', 2, '10132:10;10133:10;10139:10;10144:10;10152:10;10154:10;10155:10;10167:10;10168:10;10185:10', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10212, 'hhistory_r18_crackable', 2, '10206:6;10207:6;10208:6;10209:7;10210:6;10211:6;10213:6;10214:7;10215:6;10216:6;10217:6;10218:7;10219:6;10220:6;10221:6;10222:7', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10322, 'diamond_c18_giftbox', 2, '10323:45;10324:45;10321:10', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10341, 'xmas_c18_doll10', 2, '10349:80;10394:20', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10343, 'xmas_c18_doll8', 2, '10387:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10349, 'xmas_c18_doll6', 2, '10384:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10352, 'xmas_c18_doll5', 2, '10378:80;10394:20', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10370, 'xmas_c18_doll3', 2, '10398:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10371, 'xmas_c18_doll2', 2, '10370:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10378, 'xmas_c18_doll1', 2, '10371:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10384, 'xmas_c18_doll7', 2, '10343:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10387, 'xmas_c18_doll9', 2, '10341:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10398, 'xmas_c18_doll4', 2, '10352:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10414, 'ny_r18_crackable', 2, '10409:12;10410:13;10411:12;10412:13;10415:12;10416:13;10417:12;10418:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10487, 'easter_c19_babyent', 24, '10516:57;10495:25', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10497, 'easter_c19_book1', 2, '10517:45;10535:45;10522:10', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10498, 'easter_c19_book3', 2, '10532:45;10513:45;10494:10', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10501, 'easter_c19_book2', 2, '10488:45;10524:45;10504:10', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10505, 'easter_c19_book4', 2, '10530:45;10538:45;10523:10', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10510, 'easter_c19_babyhippogriff', 24, '10541:75;10537:25', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10512, 'easter_c19_forrestegg', 24, '10510:50;10487:35;10529:15', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10518, 'easter_c19_ancientbook', 1, '10497:25;10501:25;10498:25;10505:25', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10529, 'easter_c19_babykelpie', 24, '10484:75;10528:25', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10543, 'bonusbag19_1', 1, '10549:12;10548:13;10547:12;10546:13;10545:12;10544:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10572, 'booster_c19_box1', 1, '10568:17;10563:16;10559:17;10557:16;10555:17;10551:17', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10573, 'booster_c19_box2', 1, '10568:17;10563:16;10559:17;10557:16;10558:17;10551:17', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10665, 'bonusbag19_2', 1, '10671:12;10670:13;10669:12;10668:13;10667:12;10666:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10800, 'hween_c19_witchsatchel', 1, '10787:12;10791:13;10798:12;10812:13;10824:12;10825:13;10826:12;10829:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10833, 'bonusbag19_3', 1, '10839:12;10838:13;10837:12;10836:13;10835:12;10834:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10901, 'xmas_c19_box3', 2, '10931:50;10884:50', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10916, 'xmas_c19_box2', 2, '10901:50;10907:50', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10928, 'xmas_c19_box6', 2, '10912:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10931, 'xmas_c19_box4', 2, '10936:50;10940:50', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10936, 'xmas_c19_box5', 2, '10928:50;10930:50', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10943, 'xmas_c19_box1', 2, '10916:50;10902:50', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10951, 'bonusbag19_4', 1, '10950:12;10949:13;10948:12;10947:13;10946:12;10945:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10970, 'ny_r19_crackable', 1, '10968:13;10966:12;10967:13;10969:12;10962:13;10963:12;10964:13;10965:12', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11017, 'bonusbag20_1', 1, '11023:12;11022:13;11021:12;11020:13;11019:12;11018:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11030, 'bonusbag20_3', 1, '11036:12;11035:13;11034:12;11033:13;11033:12;11031:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11043, 'bonusbag20_2', 1, '11029:12;11028:13;11027:12;11026:13;11025:12;11024:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11044, 'bonusbag20_4', 1, '11042:12;11041:13;11040:12;11039:13;11038:12;11037:13;9326:12;2065:13', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11048, 'booster_c20_box', 1, '11069:15;11062:14;11076:9;11065:9;11056:8;11070:8;11059:7;11058:6;11061:6;11073:6;11054:5;11067:5;11046:2', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11081, 'easter_c20_darkrock', 1, '11104:31;11093:31;11105:31;11083:7', '', '', 183, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11083, 'easter_c20_darkprize4', 1, '11114:100', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11093, 'easter_c20_darkprize2', 1, '11116:100', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11104, 'easter_c20_darkprize3', 1, '11138:100', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11105, 'easter_c20_darkprize1', 1, '11127:100', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11120, 'easter_c20_lightprize3', 1, '11132:100', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11124, 'easter_c20_lightprize2', 1, '11130:100', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11126, 'easter_c20_lightrock', 1, '11120:31;11124:31;11135:31;11134:7', '', '', 183, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11134, 'easter_c20_lightprize4', 1, '11082:100', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11135, 'easter_c20_lightprize1', 1, '11089:100', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11148, 'spa_c20_crackable1A', 2, '11153:15;11154:10;11151:10;11155:10;11159:10;11160:10;11163:10;11165:10;11167:10;11143:5', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11166, 'spa_c20_crackable2A', 2, '11163:15;11147:10;11155:10;11151:10;11159:10;11162:10;11158:10;11156:10;11149:10;11142:5', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11210, 'india_c20_blueprint', 2, '11195:20;11190:20;11179:20;11172:20;11212:20', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (5332, 'mystics_crystal', 14, '179:100', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8438, 'habbo15_pumpkin1', 3, '8404:50;8370:50;8363:35;8362:35;8373:15;8365:15', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (8439, 'habbo15_pumpkin2', 3, '8379:20;8380:20;8384:20;8390:20;8401:20', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (10626, 'fest_c19_bprintcrackable', 2, '10600:25;10606:25;10614:25;10636:25', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11308, 'habbo20_r20_crackable', 2, '11327:1;11314:2;11325:4;11315:4;11313:4;11330:6;11329:6;11320:6;11323:7;11318:7;11317:7;11328:9;11324:9;11321:9;11319:9;11322:10', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (11309, 'habbo20_c20_crackable', 2, '11309:3;11308:1;6281:6;6292:10;8583:10;8335:10;10481:12;7843:12;8589:12;10821:12;8526:12', '', '', 0, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (5194, 'hblooza_pinata1', 100, '179:1', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (5193, 'hblooza_pinata2', 100, '179:1', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9214, 'xmas_c16_creature7', 24, '9256:50;9246:50', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9232, 'xmas_c16_egg', 24, '9214:33;9238:33;9251:33', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9238, 'xmas_c16_creature1', 24, '9211:50;9258:50', '', '', 186, NULL, NULL);
+INSERT INTO `items_crackable` VALUES (9251, 'xmas_c16_creature4', 24, '9224:50;9242:50', '', '', 186, NULL, NULL);
+
+-- ----------------------------
+-- Table structure for items_highscore_data
+-- ----------------------------
+DROP TABLE IF EXISTS `items_highscore_data`;
+CREATE TABLE `items_highscore_data` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `item_id` int(0) NOT NULL,
+ `user_ids` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `score` int(0) NOT NULL,
+ `is_win` tinyint(1) NULL DEFAULT 0,
+ `timestamp` int(0) NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `id`(`id`) USING BTREE,
+ INDEX `data`(`item_id`, `user_ids`) USING BTREE,
+ INDEX `status`(`is_win`, `score`, `timestamp`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for items_hoppers
+-- ----------------------------
+DROP TABLE IF EXISTS `items_hoppers`;
+CREATE TABLE `items_hoppers` (
+ `item_id` int(0) NOT NULL,
+ `base_item` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for items_presents
+-- ----------------------------
+DROP TABLE IF EXISTS `items_presents`;
+CREATE TABLE `items_presents` (
+ `item_id` int(0) NOT NULL,
+ `base_item_reward` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for items_teleports
+-- ----------------------------
+DROP TABLE IF EXISTS `items_teleports`;
+CREATE TABLE `items_teleports` (
+ `teleport_one_id` int(0) NOT NULL,
+ `teleport_two_id` int(0) NOT NULL,
+ INDEX `teleport_one_id`(`teleport_one_id`) USING BTREE,
+ INDEX `teleport_two_id`(`teleport_two_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for logs_hc_payday
+-- ----------------------------
+DROP TABLE IF EXISTS `logs_hc_payday`;
+CREATE TABLE `logs_hc_payday` (
+ `id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
+ `timestamp` int(0) UNSIGNED NULL DEFAULT NULL,
+ `user_id` int(0) UNSIGNED NULL DEFAULT NULL,
+ `hc_streak` int(0) UNSIGNED NULL DEFAULT NULL,
+ `total_coins_spent` int(0) UNSIGNED NULL DEFAULT NULL,
+ `reward_coins_spent` int(0) UNSIGNED NULL DEFAULT NULL,
+ `reward_streak` int(0) UNSIGNED NULL DEFAULT NULL,
+ `total_payout` int(0) UNSIGNED NULL DEFAULT NULL,
+ `currency` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
+ `claimed` tinyint(1) NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `timestamp`(`timestamp`) USING BTREE,
+ INDEX `user_id`(`user_id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for logs_shop_purchases
+-- ----------------------------
+DROP TABLE IF EXISTS `logs_shop_purchases`;
+CREATE TABLE `logs_shop_purchases` (
+ `id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
+ `timestamp` int(0) UNSIGNED NULL DEFAULT NULL,
+ `user_id` int(0) UNSIGNED NULL DEFAULT NULL,
+ `catalog_item_id` int(0) UNSIGNED NULL DEFAULT NULL,
+ `item_ids` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL,
+ `catalog_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
+ `cost_credits` int(0) NULL DEFAULT NULL,
+ `cost_points` int(0) NULL DEFAULT NULL,
+ `points_type` int(0) NULL DEFAULT NULL,
+ `amount` int(0) NULL DEFAULT NULL,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `timestamp`(`timestamp`) USING BTREE,
+ INDEX `user_id`(`user_id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for marketplace_items
+-- ----------------------------
+DROP TABLE IF EXISTS `marketplace_items`;
+CREATE TABLE `marketplace_items` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `item_id` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL,
+ `price` int(0) NOT NULL,
+ `timestamp` int(0) NOT NULL,
+ `sold_timestamp` int(0) NOT NULL DEFAULT 0,
+ `state` int(0) NOT NULL DEFAULT 1,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `itemdata`(`item_id`, `user_id`) USING BTREE,
+ INDEX `price`(`price`) USING BTREE,
+ INDEX `time`(`timestamp`, `sold_timestamp`) USING BTREE,
+ INDEX `status`(`state`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for messenger_categories
+-- ----------------------------
+DROP TABLE IF EXISTS `messenger_categories`;
+CREATE TABLE `messenger_categories` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `name` varchar(25) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
+ `user_id` int(0) NOT NULL,
+ UNIQUE INDEX `identifier`(`id`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for messenger_friendrequests
+-- ----------------------------
+DROP TABLE IF EXISTS `messenger_friendrequests`;
+CREATE TABLE `messenger_friendrequests` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_to_id` int(0) NOT NULL DEFAULT 0,
+ `user_from_id` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE,
+ UNIQUE INDEX `id`(`id`) USING BTREE,
+ INDEX `users`(`user_to_id`, `user_from_id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for messenger_friendships
+-- ----------------------------
+DROP TABLE IF EXISTS `messenger_friendships`;
+CREATE TABLE `messenger_friendships` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_one_id` int(0) NOT NULL DEFAULT 0,
+ `user_two_id` int(0) NOT NULL DEFAULT 0,
+ `relation` int(0) NOT NULL DEFAULT 0,
+ `friends_since` int(0) NOT NULL DEFAULT 0,
+ `category` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE,
+ UNIQUE INDEX `id`(`id`) USING BTREE,
+ INDEX `user_one_id`(`user_one_id`) USING BTREE,
+ INDEX `user_two_id`(`user_two_id`) USING BTREE,
+ INDEX `userdata`(`user_one_id`, `user_two_id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for messenger_offline
+-- ----------------------------
+DROP TABLE IF EXISTS `messenger_offline`;
+CREATE TABLE `messenger_offline` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL DEFAULT 0,
+ `user_from_id` int(0) NOT NULL DEFAULT 0,
+ `message` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `sended_on` int(0) NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for namechange_log
+-- ----------------------------
+DROP TABLE IF EXISTS `namechange_log`;
+CREATE TABLE `namechange_log` (
+ `user_id` int(0) NOT NULL,
+ `old_name` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `new_name` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `timestamp` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for navigator_filter
+-- ----------------------------
+DROP TABLE IF EXISTS `navigator_filter`;
+CREATE TABLE `navigator_filter` (
+ `key` varchar(11) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `field` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `compare` enum('equals','equals_ignore_case','contains') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `database_query` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ PRIMARY KEY (`key`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of navigator_filter
+-- ----------------------------
+INSERT INTO `navigator_filter` VALUES ('owner', 'getOwnerName', 'equals_ignore_case', 'SELECT * FROM rooms WHERE owner_name LIKE ?');
+INSERT INTO `navigator_filter` VALUES ('anything', 'filterAnything', 'contains', 'SELECT rooms.*, CONCAT_WS(rooms.owner_name, rooms.name, rooms.description, rooms.tags, guilds.name, guilds.description) as whole FROM rooms LEFT JOIN guilds ON rooms.guild_id = guilds.id HAVING whole LIKE ? ');
+INSERT INTO `navigator_filter` VALUES ('roomname', 'getName', 'contains', 'SELECT * FROM rooms WHERE name COLLATE UTF8_GENERAL_CI LIKE ? ');
+INSERT INTO `navigator_filter` VALUES ('tag', 'getTags', 'equals', 'SELECT * FROM rooms WHERE tags LIKE CONCAT(?, \";%\") ');
+INSERT INTO `navigator_filter` VALUES ('group', 'getGuildName', 'contains', 'SELECT rooms.* FROM guilds INNER JOIN rooms ON guilds.room_id = rooms.id WHERE CONCAT(guilds.name, guilds.description) LIKE ?');
+INSERT INTO `navigator_filter` VALUES ('desc', 'getDescription', 'contains', 'SELECT * FROM rooms WHERE description LIKE ?');
+INSERT INTO `navigator_filter` VALUES ('promo', 'getPromotionDesc', 'contains', 'SELECT rooms.* FROM rooms INNER JOIN room_promotions ON rooms.id = room_promotions.id WHERE room_promotions.end_timestamp >= UNIX_TIMESTAMP() AND CONCAT (room_promotions.title, room_promotions.description) LIKE ?');
+
+-- ----------------------------
+-- Table structure for navigator_flatcats
+-- ----------------------------
+DROP TABLE IF EXISTS `navigator_flatcats`;
+CREATE TABLE `navigator_flatcats` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `min_rank` int(0) NOT NULL DEFAULT 0,
+ `caption_save` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'caption_save',
+ `caption` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `can_trade` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `max_user_count` int(0) NOT NULL DEFAULT 100,
+ `public` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `list_type` int(0) NOT NULL DEFAULT 0 COMMENT 'Display mode in the navigator. 0 for list, 1 for thumbnails.',
+ `order_num` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of navigator_flatcats
+-- ----------------------------
+INSERT INTO `navigator_flatcats` VALUES (1, 1, 'caption_save', '${navigator.flatcategory.global.BC}', '0', 100, '0', 0, 0);
+INSERT INTO `navigator_flatcats` VALUES (2, 1, 'caption_save_building', '${navigator.flatcategory.global.BUILDING}', '0', 100, '0', 0, 0);
+INSERT INTO `navigator_flatcats` VALUES (3, 1, 'caption_save_chat', '${navigator.flatcategory.global.CHAT}', '0', 100, '0', 0, 0);
+INSERT INTO `navigator_flatcats` VALUES (4, 1, 'caption_save_fansite', '${navigator.flatcategory.global.FANSITE}', '0', 100, '0', 0, 0);
+INSERT INTO `navigator_flatcats` VALUES (5, 1, 'caption_save_games', '${navigator.flatcategory.global.GAMES}', '0', 100, '0', 0, 0);
+INSERT INTO `navigator_flatcats` VALUES (6, 1, 'caption_save_help', '${navigator.flatcategory.global.HELP}', '0', 100, '0', 0, 0);
+INSERT INTO `navigator_flatcats` VALUES (7, 1, 'caption_save_life', '${navigator.flatcategory.global.LIFE}', '0', 100, '0', 0, 0);
+INSERT INTO `navigator_flatcats` VALUES (8, 7, 'caption_save_official', '${navigator.flatcategory.global.OFFICIAL}', '0', 100, '1', 0, 0);
+INSERT INTO `navigator_flatcats` VALUES (9, 1, 'caption_save_party', '${navigator.flatcategory.global.PARTY}', '0', 100, '0', 0, 0);
+
+-- ----------------------------
+-- Table structure for navigator_publiccats
+-- ----------------------------
+DROP TABLE IF EXISTS `navigator_publiccats`;
+CREATE TABLE `navigator_publiccats` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `name` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'Staff Picks',
+ `image` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `visible` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
+ `order_num` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 7 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of navigator_publiccats
+-- ----------------------------
+INSERT INTO `navigator_publiccats` VALUES (1, 'Staff Picks', '0', '1', 0);
+INSERT INTO `navigator_publiccats` VALUES (2, 'Official Games', '0', '1', 0);
+INSERT INTO `navigator_publiccats` VALUES (3, 'Official Fansites', '0', '1', 0);
+INSERT INTO `navigator_publiccats` VALUES (4, 'BAW: Builders at Work', '0', '1', 0);
+INSERT INTO `navigator_publiccats` VALUES (5, 'Room Bundles', '0', '1', 0);
+INSERT INTO `navigator_publiccats` VALUES (6, 'Safety', '0', '1', 0);
+
+-- ----------------------------
+-- Table structure for navigator_publics
+-- ----------------------------
+DROP TABLE IF EXISTS `navigator_publics`;
+CREATE TABLE `navigator_publics` (
+ `public_cat_id` int(0) NOT NULL,
+ `room_id` int(0) NOT NULL,
+ `visible` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1'
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for nux_gifts
+-- ----------------------------
+DROP TABLE IF EXISTS `nux_gifts`;
+CREATE TABLE `nux_gifts` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `type` enum('item','room') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'item',
+ `value` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'If type item then items.item_name. If type room then room id to copy.',
+ `image` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 4 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of nux_gifts
+-- ----------------------------
+INSERT INTO `nux_gifts` VALUES (1, 'item', 'rare_daffodil_rug', 'notifications/rare_daffodil_rug.png');
+INSERT INTO `nux_gifts` VALUES (2, 'item', 'rare_moonrug', 'notifications/rare_moonrug.png');
+INSERT INTO `nux_gifts` VALUES (3, 'item', 'sandrug', 'notifications/sandrug.png');
+
+-- ----------------------------
+-- Table structure for old_guilds_forums
+-- ----------------------------
+DROP TABLE IF EXISTS `old_guilds_forums`;
+CREATE TABLE `old_guilds_forums` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `guild_id` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL,
+ `subject` mediumtext CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `message` longtext CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `state` enum('OPEN','CLOSED','HIDDEN_BY_ADMIN','HIDDEN_BY_STAFF') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'OPEN',
+ `admin_id` int(0) NOT NULL DEFAULT 0,
+ `pinned` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `locked` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `timestamp` int(0) NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for old_guilds_forums_comments
+-- ----------------------------
+DROP TABLE IF EXISTS `old_guilds_forums_comments`;
+CREATE TABLE `old_guilds_forums_comments` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `thread_id` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL,
+ `timestamp` int(0) NOT NULL,
+ `message` longtext CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `state` enum('OPEN','CLOSED','HIDDEN_BY_ADMIN','HIDDEN_BY_STAFF') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'OPEN',
+ `admin_id` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for permissions
+-- ----------------------------
+DROP TABLE IF EXISTS `permissions`;
+CREATE TABLE `permissions` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `rank_name` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `badge` varchar(12) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `level` int(0) NOT NULL DEFAULT 1,
+ `room_effect` int(0) NOT NULL DEFAULT 0,
+ `log_commands` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `prefix` varchar(5) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `prefix_color` varchar(7) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `cmd_about` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_alert` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_allow_trading` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_badge` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_ban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_blockalert` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_bots` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_bundle` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_calendar` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_changename` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_chatcolor` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_commands` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_connect_camera` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_control` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_coords` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
+ `cmd_credits` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_subscription` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '0',
+ `cmd_danceall` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_diagonal` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_disconnect` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_duckets` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_ejectall` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
+ `cmd_empty` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_empty_bots` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_empty_pets` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_enable` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_event` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_faceless` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_fastwalk` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_filterword` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_freeze` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_freeze_bots` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_gift` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_give_rank` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_ha` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_can_stalk` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_hal` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_invisible` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_ip_ban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_machine_ban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_hand_item` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_happyhour` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_hidewired` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
+ `cmd_kickall` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
+ `cmd_softkick` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_massbadge` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_roombadge` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_masscredits` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_massduckets` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_massgift` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_masspoints` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_moonwalk` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_mimic` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_multi` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_mute` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_pet_info` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
+ `cmd_pickall` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_plugins` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_points` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_promote_offer` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_pull` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_push` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_redeem` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_reload_room` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
+ `cmd_roomalert` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_roomcredits` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_roomeffect` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_roomgift` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_roomitem` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_roommute` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_roompixels` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_roompoints` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_say` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_say_all` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_setmax` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_set_poll` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_setpublic` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_setspeed` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_shout` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_shout_all` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_shutdown` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_sitdown` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_staffalert` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_staffonline` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_summon` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_summonrank` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_super_ban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_stalk` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_superpull` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_take_badge` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_talk` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_teleport` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_trash` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_transform` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_unban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_unload` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_unmute` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_achievements` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_bots` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_catalogue` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_config` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_guildparts` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_hotel_view` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_items` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_navigator` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_permissions` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_pet_data` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_plugins` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_polls` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_texts` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_wordfilter` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_userinfo` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_word_quiz` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_warp` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_anychatcolor` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_anyroomowner` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_empty_others` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_enable_others` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_see_whispers` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_see_tentchat` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_superwired` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_supporttool` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_unkickable` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_guildgate` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_moverotate` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_placefurni` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_unlimited_bots` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0' COMMENT 'Overrides the bot restriction to the inventory and room.',
+ `acc_unlimited_pets` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0' COMMENT 'Overrides the pet restriction to the inventory and room.',
+ `acc_hide_ip` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_hide_mail` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_not_mimiced` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_chat_no_flood` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_staff_chat` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_staff_pick` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_enteranyroom` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_fullrooms` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_infinite_credits` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_infinite_pixels` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_infinite_points` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_ambassador` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_debug` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_chat_no_limit` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0' COMMENT 'People with this permission node are always heard and can see all chat in the room regarding of maximum hearing distance in the room settings (In game)',
+ `acc_chat_no_filter` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_nomute` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_guild_admin` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_catalog_ids` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_modtool_ticket_q` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_modtool_user_logs` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_modtool_user_alert` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_modtool_user_kick` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_modtool_user_ban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_modtool_room_info` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_modtool_room_logs` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_trade_anywhere` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_update_notifications` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_helper_use_guide_tool` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_helper_give_guide_tours` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_helper_judge_chat_reviews` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_floorplan_editor` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_camera` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_ads_background` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_wordquiz` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_room_staff_tags` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_infinite_friends` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_mimic_unredeemed` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_update_youtube_playlists` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_add_youtube_playlist` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `auto_credits_amount` int(0) NULL DEFAULT 0,
+ `auto_pixels_amount` int(0) NULL DEFAULT 0,
+ `auto_gotw_amount` int(0) NULL DEFAULT 0,
+ `auto_points_amount` int(0) NULL DEFAULT 0,
+ `acc_mention` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_setstate` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_buildheight` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_setrotation` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_sellroom` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_buyroom` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_pay` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_kill` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_hoverboard` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_kiss` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_hug` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_welcome` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `cmd_disable_effects` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
+ `cmd_brb` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_nuke` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_slime` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_explain` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_closedice` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `acc_closedice_room` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
+ `cmd_set` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `cmd_furnidata` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `kiss_cmd` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `acc_calendar_force` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '0',
+ `cmd_update_calendar` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of permissions
+-- ----------------------------
+INSERT INTO `permissions` VALUES (1, 'Member', '', 1, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
+INSERT INTO `permissions` VALUES (2, 'VIP', '', 2, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
+INSERT INTO `permissions` VALUES (3, 'X', '', 3, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
+INSERT INTO `permissions` VALUES (4, 'Support', '', 4, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
+INSERT INTO `permissions` VALUES (5, 'Moderator', '', 5, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
+INSERT INTO `permissions` VALUES (6, 'Super Mod', '', 6, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
+INSERT INTO `permissions` VALUES (7, 'Administrator', 'ADM', 7, 0, '0', 'ADM', '#A1A1A1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', 0, 0, 0, 0, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0');
+
+-- ----------------------------
+-- Table structure for pet_actions
+-- ----------------------------
+DROP TABLE IF EXISTS `pet_actions`;
+CREATE TABLE `pet_actions` (
+ `ID` int(0) NOT NULL AUTO_INCREMENT,
+ `pet_type` int(0) NOT NULL,
+ `pet_name` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `offspring_type` int(0) NOT NULL DEFAULT -1,
+ `happy_actions` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `tired_actions` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `random_actions` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `can_swim` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT '0',
+ PRIMARY KEY (`ID`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 77 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of pet_actions
+-- ----------------------------
+INSERT INTO `pet_actions` VALUES (38, 0, 'Dog', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (1, 1, 'Cat', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (2, 2, 'Crocodile', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (3, 3, 'Terrier', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (4, 4, 'Bear', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (5, 5, 'Pig', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (6, 6, 'Lion', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (7, 7, 'Rhino', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (8, 8, 'Spider', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (9, 9, 'Turtle', -1, '', '', '', '1');
+INSERT INTO `pet_actions` VALUES (10, 10, 'Chicken', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (11, 11, 'Frog', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (12, 12, 'Dragon', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (13, 13, '', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (14, 14, 'Monkey', -1, '', '', '', '1');
+INSERT INTO `pet_actions` VALUES (15, 15, 'Horse', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (16, 16, 'Monsterplant', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (17, 17, 'Bunny', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (18, 18, 'Evil Bunny', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (19, 19, 'Bored Bunny', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (20, 20, 'Love Bunny', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (21, 21, 'Wise Pidgeon', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (22, 22, 'Cunning Pidgeon', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (23, 23, 'Evil Monkey', -1, '', '', '', '1');
+INSERT INTO `pet_actions` VALUES (24, 24, 'Baby Bear', -1, '', '', '', '1');
+INSERT INTO `pet_actions` VALUES (25, 25, 'Baby Terrier', -1, '', '', '', '1');
+INSERT INTO `pet_actions` VALUES (26, 26, 'Gnome', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (27, 27, 'Leprechaun', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (28, 28, 'Baby Cat', -1, '', '', '', '1');
+INSERT INTO `pet_actions` VALUES (29, 29, 'Baby Dog', -1, '', '', '', '1');
+INSERT INTO `pet_actions` VALUES (30, 30, 'Baby Pig', -1, '', '', '', '1');
+INSERT INTO `pet_actions` VALUES (31, 31, 'Haloompa', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (32, 32, 'Fools', -1, '', '', '', '1');
+INSERT INTO `pet_actions` VALUES (33, 33, 'Pterodactyl', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (34, 34, 'Velociraptor', -1, '', '', '', '0');
+INSERT INTO `pet_actions` VALUES (35, 35, 'Cow', -1, '', '', '', '0');
+
+-- ----------------------------
+-- Table structure for pet_breeding
+-- ----------------------------
+DROP TABLE IF EXISTS `pet_breeding`;
+CREATE TABLE `pet_breeding` (
+ `pet_id` int(0) NOT NULL,
+ `offspring_id` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for pet_breeding_races
+-- ----------------------------
+DROP TABLE IF EXISTS `pet_breeding_races`;
+CREATE TABLE `pet_breeding_races` (
+ `pet_type` int(0) NOT NULL,
+ `rarity_level` int(0) NOT NULL,
+ `breed` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Records of pet_breeding_races
+-- ----------------------------
+INSERT INTO `pet_breeding_races` VALUES (28, 1, 1);
+INSERT INTO `pet_breeding_races` VALUES (28, 1, 2);
+INSERT INTO `pet_breeding_races` VALUES (28, 1, 3);
+INSERT INTO `pet_breeding_races` VALUES (28, 1, 4);
+INSERT INTO `pet_breeding_races` VALUES (28, 1, 5);
+INSERT INTO `pet_breeding_races` VALUES (28, 1, 6);
+INSERT INTO `pet_breeding_races` VALUES (28, 1, 7);
+INSERT INTO `pet_breeding_races` VALUES (28, 2, 8);
+INSERT INTO `pet_breeding_races` VALUES (28, 2, 9);
+INSERT INTO `pet_breeding_races` VALUES (28, 2, 10);
+INSERT INTO `pet_breeding_races` VALUES (28, 2, 11);
+INSERT INTO `pet_breeding_races` VALUES (28, 2, 12);
+INSERT INTO `pet_breeding_races` VALUES (28, 2, 13);
+INSERT INTO `pet_breeding_races` VALUES (28, 3, 14);
+INSERT INTO `pet_breeding_races` VALUES (28, 3, 15);
+INSERT INTO `pet_breeding_races` VALUES (28, 3, 16);
+INSERT INTO `pet_breeding_races` VALUES (28, 3, 17);
+INSERT INTO `pet_breeding_races` VALUES (28, 4, 18);
+INSERT INTO `pet_breeding_races` VALUES (28, 4, 19);
+INSERT INTO `pet_breeding_races` VALUES (28, 4, 20);
+
+-- ----------------------------
+-- Table structure for pet_breeds
+-- ----------------------------
+DROP TABLE IF EXISTS `pet_breeds`;
+CREATE TABLE `pet_breeds` (
+ `race` int(0) NOT NULL,
+ `color_one` int(0) NOT NULL,
+ `color_two` int(0) NOT NULL,
+ `has_color_one` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `has_color_two` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ UNIQUE INDEX `idx_name`(`race`, `color_one`, `color_two`, `has_color_one`, `has_color_two`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Records of pet_breeds
+-- ----------------------------
+INSERT INTO `pet_breeds` VALUES (0, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 16, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 17, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 18, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 19, 19, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 20, 20, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 21, 21, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 22, 22, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 23, 23, '1', '0');
+INSERT INTO `pet_breeds` VALUES (0, 24, 24, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 16, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 17, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 18, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 19, 19, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 20, 20, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 21, 21, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 22, 22, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 23, 23, '1', '0');
+INSERT INTO `pet_breeds` VALUES (1, 24, 24, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (2, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (3, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (3, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (3, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (3, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (3, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (3, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (3, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (4, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (4, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (4, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (4, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (5, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (5, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (5, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (5, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (5, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (5, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (5, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (6, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (6, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (6, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (6, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (6, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (6, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (6, 6, 6, '0', '1');
+INSERT INTO `pet_breeds` VALUES (6, 7, 7, '0', '1');
+INSERT INTO `pet_breeds` VALUES (6, 8, 8, '0', '1');
+INSERT INTO `pet_breeds` VALUES (6, 9, 9, '0', '1');
+INSERT INTO `pet_breeds` VALUES (6, 10, 10, '0', '1');
+INSERT INTO `pet_breeds` VALUES (6, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (6, 12, 12, '0', '1');
+INSERT INTO `pet_breeds` VALUES (7, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (7, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (7, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (7, 3, 3, '0', '1');
+INSERT INTO `pet_breeds` VALUES (7, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (7, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (7, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (7, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (8, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (9, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (9, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (9, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (9, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (9, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (9, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (9, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (9, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (9, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (10, 0, 0, '1', '1');
+INSERT INTO `pet_breeds` VALUES (10, 1, 1, '1', '1');
+INSERT INTO `pet_breeds` VALUES (10, 2, 2, '1', '1');
+INSERT INTO `pet_breeds` VALUES (10, 3, 3, '1', '1');
+INSERT INTO `pet_breeds` VALUES (10, 4, 4, '1', '1');
+INSERT INTO `pet_breeds` VALUES (11, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 8, 8, '0', '0');
+INSERT INTO `pet_breeds` VALUES (11, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (11, 18, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (12, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (14, 0, 0, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 1, 1, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 2, 2, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 3, 3, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 4, 4, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 5, 5, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 6, 6, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 7, 7, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 8, 8, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 9, 9, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 10, 10, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 11, 11, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 12, 12, '1', '1');
+INSERT INTO `pet_breeds` VALUES (14, 13, 13, '1', '1');
+INSERT INTO `pet_breeds` VALUES (15, 1, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 21, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 25, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 29, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 33, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 37, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 41, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 45, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 49, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 53, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 1, 57, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 19, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 22, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 26, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 30, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 34, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 38, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 42, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 46, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 50, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 54, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 2, 58, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 20, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 23, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 27, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 31, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 35, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 39, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 43, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 47, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 51, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 55, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 3, 59, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 21, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 24, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 28, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 32, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 36, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 40, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 44, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 48, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 52, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 56, '1', '0');
+INSERT INTO `pet_breeds` VALUES (15, 4, 60, '1', '0');
+INSERT INTO `pet_breeds` VALUES (17, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (17, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (17, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (17, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (17, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (18, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (19, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (20, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (21, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (22, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (23, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 16, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 17, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 18, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (24, 19, 19, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 16, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 17, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 18, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (25, 19, 19, '1', '0');
+INSERT INTO `pet_breeds` VALUES (26, 0, 0, '0', '0');
+INSERT INTO `pet_breeds` VALUES (27, 0, 0, '0', '0');
+INSERT INTO `pet_breeds` VALUES (28, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 16, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 17, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 18, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 19, 19, '1', '0');
+INSERT INTO `pet_breeds` VALUES (28, 20, 20, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 16, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 17, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 18, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 19, 19, '1', '0');
+INSERT INTO `pet_breeds` VALUES (29, 20, 20, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 16, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 17, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 18, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 19, 19, '1', '0');
+INSERT INTO `pet_breeds` VALUES (30, 20, 20, '1', '0');
+INSERT INTO `pet_breeds` VALUES (31, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (31, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (31, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (31, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (31, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (31, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (31, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (31, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (31, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (31, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (32, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 16, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 17, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 18, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 19, 19, '1', '0');
+INSERT INTO `pet_breeds` VALUES (33, 20, 20, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 0, 0, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 1, 1, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 3, 3, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 16, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 17, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 18, 18, '1', '0');
+INSERT INTO `pet_breeds` VALUES (34, 19, 19, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 2, 2, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 4, 4, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 5, 5, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 6, 6, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 7, 7, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 8, 8, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 9, 9, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 10, 10, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 11, 11, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 12, 12, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 13, 13, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 14, 14, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 15, 15, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 16, 16, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 17, 17, '1', '0');
+INSERT INTO `pet_breeds` VALUES (35, 18, 18, '1', '1');
+
+-- ----------------------------
+-- Table structure for pet_commands
+-- ----------------------------
+DROP TABLE IF EXISTS `pet_commands`;
+CREATE TABLE `pet_commands` (
+ `pet_id` int(0) NOT NULL,
+ `command_id` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Records of pet_commands
+-- ----------------------------
+INSERT INTO `pet_commands` VALUES (12, 0);
+INSERT INTO `pet_commands` VALUES (12, 35);
+INSERT INTO `pet_commands` VALUES (12, 5);
+INSERT INTO `pet_commands` VALUES (12, 3);
+INSERT INTO `pet_commands` VALUES (12, 36);
+INSERT INTO `pet_commands` VALUES (12, 37);
+INSERT INTO `pet_commands` VALUES (12, 38);
+INSERT INTO `pet_commands` VALUES (12, 2);
+INSERT INTO `pet_commands` VALUES (12, 6);
+INSERT INTO `pet_commands` VALUES (12, 7);
+INSERT INTO `pet_commands` VALUES (12, 22);
+INSERT INTO `pet_commands` VALUES (12, 8);
+INSERT INTO `pet_commands` VALUES (12, 9);
+INSERT INTO `pet_commands` VALUES (12, 41);
+INSERT INTO `pet_commands` VALUES (12, 10);
+INSERT INTO `pet_commands` VALUES (12, 11);
+INSERT INTO `pet_commands` VALUES (12, 12);
+INSERT INTO `pet_commands` VALUES (12, 13);
+INSERT INTO `pet_commands` VALUES (12, 14);
+INSERT INTO `pet_commands` VALUES (12, 15);
+INSERT INTO `pet_commands` VALUES (12, 16);
+INSERT INTO `pet_commands` VALUES (12, 42);
+
+-- ----------------------------
+-- Table structure for pet_commands_data
+-- ----------------------------
+DROP TABLE IF EXISTS `pet_commands_data`;
+CREATE TABLE `pet_commands_data` (
+ `command_id` int(0) NOT NULL,
+ `text` varchar(15) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `required_level` int(0) NOT NULL,
+ `reward_xp` int(0) NOT NULL DEFAULT 5,
+ `cost_happyness` int(0) NOT NULL DEFAULT 0,
+ `cost_energy` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`command_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of pet_commands_data
+-- ----------------------------
+INSERT INTO `pet_commands_data` VALUES (0, 'Free', 1, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (1, 'Sit', 1, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (2, 'Down', 2, 10, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (3, 'Here', 2, 10, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (4, 'Beg', 2, 10, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (5, 'Play Dead', 3, 15, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (6, 'Stay', 4, 10, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (7, 'Follow', 5, 15, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (8, 'Stand', 6, 15, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (9, 'Jump', 6, 15, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (10, 'Speak', 7, 10, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (11, 'Play', 8, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (12, 'Silent', 8, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (13, 'Nest', 5, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (14, 'Drink', 4, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (15, 'Follow left', 15, 15, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (16, 'Follow right', 15, 15, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (17, 'Play football', 10, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (18, 'Come here', 9, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (19, 'Bounce', 9, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (20, 'Flat', 11, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (21, 'Dance', 12, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (22, 'Spin', 10, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (23, 'Switch TV', 12, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (24, 'Move forward', 17, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (25, 'Turn left', 18, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (26, 'Turn right', 18, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (27, 'Relax', 13, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (28, 'Croak', 14, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (29, 'Dip', 14, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (30, 'Wave', 5, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (31, 'Mambo!', 18, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (32, 'High jump', 18, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (33, 'Chicken dance', 7, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (34, 'Triple jump', 9, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (35, 'Spread wings', 8, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (36, 'Breathe fire', 10, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (37, 'Hang', 12, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (38, 'Torch', 6, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (40, 'Swing', 13, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (41, 'Roll', 10, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (42, 'Ring of fire', 20, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (43, 'Eat', 4, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (44, 'Wag Tail', 4, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (45, 'Count', 6, 5, 0, 0);
+INSERT INTO `pet_commands_data` VALUES (46, 'Breed', 20, 5, 0, 0);
+
+-- ----------------------------
+-- Table structure for pet_drinks
+-- ----------------------------
+DROP TABLE IF EXISTS `pet_drinks`;
+CREATE TABLE `pet_drinks` (
+ `pet_id` int(0) NOT NULL DEFAULT 0 COMMENT 'Leave 0 to have it affect all pet types.',
+ `item_id` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for pet_foods
+-- ----------------------------
+DROP TABLE IF EXISTS `pet_foods`;
+CREATE TABLE `pet_foods` (
+ `pet_id` int(0) NOT NULL DEFAULT 0 COMMENT 'Leave 0 to have it affect all pet types.',
+ `item_id` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for pet_items
+-- ----------------------------
+DROP TABLE IF EXISTS `pet_items`;
+CREATE TABLE `pet_items` (
+ `pet_id` int(0) NOT NULL COMMENT 'Leave 0 to have it affect all pet types.',
+ `item_id` int(0) NOT NULL COMMENT 'Item id of a item having one of the following interactions: nest, pet_food, pet_drink'
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for pet_vocals
+-- ----------------------------
+DROP TABLE IF EXISTS `pet_vocals`;
+CREATE TABLE `pet_vocals` (
+ `pet_id` int(0) NOT NULL DEFAULT 0 COMMENT 'Leave 0 to have it apply to all pet types.',
+ `type` enum('DISOBEY','DRINKING','EATING','GENERIC_HAPPY','GENERIC_NEUTRAL','GENERIC_SAD','GREET_OWNER','HUNGRY','LEVEL_UP','MUTED','PLAYFUL','SLEEPING','THIRSTY','TIRED','UNKNOWN_COMMAND') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'GENERIC_HAPPY',
+ `message` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of pet_vocals
+-- ----------------------------
+INSERT INTO `pet_vocals` VALUES (0, 'GENERIC_HAPPY', 'Yay, lets play!');
+INSERT INTO `pet_vocals` VALUES (0, 'GENERIC_HAPPY', '*Whistles*');
+INSERT INTO `pet_vocals` VALUES (0, 'DISOBEY', 'Nope, ain\'t gonna do that for you.');
+INSERT INTO `pet_vocals` VALUES (0, 'DISOBEY', 'Who do you think I am?');
+INSERT INTO `pet_vocals` VALUES (0, 'DISOBEY', 'That ain\'t gonna happen mate.');
+
+-- ----------------------------
+-- Table structure for polls
+-- ----------------------------
+DROP TABLE IF EXISTS `polls`;
+CREATE TABLE `polls` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `title` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'Hey! We\'d appreciate it if you could take some time to answer these questions. It will help improve our hotel.',
+ `thanks_message` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `reward_badge` varchar(10) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for polls_answers
+-- ----------------------------
+DROP TABLE IF EXISTS `polls_answers`;
+CREATE TABLE `polls_answers` (
+ `poll_id` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL,
+ `question_id` int(0) NOT NULL,
+ `answer` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ UNIQUE INDEX `unique_index`(`poll_id`, `user_id`, `question_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for polls_questions
+-- ----------------------------
+DROP TABLE IF EXISTS `polls_questions`;
+CREATE TABLE `polls_questions` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `parent_id` int(0) NOT NULL DEFAULT 0,
+ `poll_id` int(0) NOT NULL,
+ `order` int(0) NOT NULL,
+ `question` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `type` int(0) NOT NULL DEFAULT 2,
+ `min_selections` int(0) NOT NULL DEFAULT 1,
+ `options` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for recycler_prizes
+-- ----------------------------
+DROP TABLE IF EXISTS `recycler_prizes`;
+CREATE TABLE `recycler_prizes` (
+ `rarity` int(0) NOT NULL,
+ `item_id` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for room_bans
+-- ----------------------------
+DROP TABLE IF EXISTS `room_bans`;
+CREATE TABLE `room_bans` (
+ `room_id` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL,
+ `ends` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for room_enter_log
+-- ----------------------------
+DROP TABLE IF EXISTS `room_enter_log`;
+CREATE TABLE `room_enter_log` (
+ `room_id` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL,
+ `timestamp` int(0) NOT NULL,
+ `exit_timestamp` int(0) NOT NULL DEFAULT 0,
+ INDEX `room_enter_log_room_id`(`room_id`) USING BTREE,
+ INDEX `room_enter_log_user_entry`(`user_id`, `timestamp`) USING BTREE,
+ INDEX `room_id`(`room_id`) USING BTREE,
+ INDEX `exit_timestamp`(`exit_timestamp`) USING BTREE,
+ INDEX `timestamps`(`timestamp`, `exit_timestamp`) USING BTREE,
+ INDEX `user_id`(`user_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for room_game_scores
+-- ----------------------------
+DROP TABLE IF EXISTS `room_game_scores`;
+CREATE TABLE `room_game_scores` (
+ `room_id` int(0) NOT NULL,
+ `game_start_timestamp` int(0) NOT NULL,
+ `game_name` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `user_id` int(0) NOT NULL,
+ `team_id` int(0) NOT NULL,
+ `score` int(0) NOT NULL,
+ `team_score` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for room_models
+-- ----------------------------
+DROP TABLE IF EXISTS `room_models`;
+CREATE TABLE `room_models` (
+ `name` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `door_x` int(0) NOT NULL,
+ `door_y` int(0) NOT NULL,
+ `door_dir` int(0) NOT NULL DEFAULT 2,
+ `heightmap` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `public_items` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `club_only` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ PRIMARY KEY (`name`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of room_models
+-- ----------------------------
+INSERT INTO `room_models` VALUES ('model_basa', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxx\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx000x11xxxxxxxx11x000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_4', 0, 12, 2, 'xxxxxxxxxxxxxxxxxxxxxxx\r\nxXXXXXXXX9999999999999x\r\nxXXXXXXXX9999999999999x\r\nxXXXXXXXX9999999999999x\r\nxXXXXXXXX9999999999999x\r\nx00000000XXXXXXX999999x\r\nx00000000XXXXXXX999999x\r\nx00000000XXXXXXX999999x\r\nx00000000XXXXXXX999999x\r\nx000000000000000999999x\r\nx000000000000000999999x\r\nx000000000000000999999x\r\n0000000000000000999999x\r\nx000000000000000XXXXXXx\r\nx000000000000000XXXXXXx\r\nx000000000000000XXXXXXx\r\nx000000000000000XXXXXXx\r\nx000000000000000XXXXXXx\r\nx000000000000000XXXXXXx\r\nxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_3', 0, 10, 2, 'XXXXXXXXXXXXXXXXX\r\nXXX0000000000000X\r\nXXX0000000000000X\r\nXXX0000000000000X\r\nXXX0000000000000X\r\nXXX0000000000000X\r\nXXX0000000000000X\r\nX000000000000000X\r\nX000000000000000X\r\nX000000000000000X\r\n0000000000000000X\r\nX000000000000000X\r\nX000000000000000X\r\nX000000000000000X\r\nXXXXXXXXXXXXXXXXX', '', '1');
+INSERT INTO `room_models` VALUES ('model_b2g', 0, 0, 2, 'xxxxxxxxxxxxxx\r\nx00000x000000x\r\nx000000000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nxxx0xxx000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx00000xx00000x\r\nxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_opening', 0, 23, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx2222xx111111111111\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_y', 0, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx0000000000xx0000x\r\nx00000000xx0000000000xx0000x\r\n000000000xx0000000000xx0000x\r\nx00000000xx0000000000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000000000x\r\nx00000000xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_oscar', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_u', 0, 17, 2, 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\n11111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_z', 0, 9, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\n000000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_w', 0, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\n222222111111111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xxxx1111xx\r\nx2222xx1111111111xxxx0000xx\r\nxxxxxxx1111111111xx00000000\r\nxxxxxxx1111111111xx00000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx2222xx1111111111xx00000000\r\nx2222xx1111111111xx00000000\r\nx2222xxxx1111xxxxxxxxxxxxxx\r\nx2222xxxx0000xxxxxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_x', 0, 12, 2, 'xxxxxxxxxxxxxxxxxxxx\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxx00xxx0000xxx00xxx\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\n0000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000xxxxxx000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('park_b', 11, 2, 6, '0000x0000000\r\n0000xx000000\r\n000000000000\r\n00000000000x\r\n000000000000\r\n00x0000x0000', '', '0');
+INSERT INTO `room_models` VALUES ('model_0', 0, 4, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\n000000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_v', 0, 3, 2, 'xxxxxxxxxxxxxxxxxxxx\r\nx222221111111111111x\r\nx222221111111111111x\r\n2222221111111111111x\r\nx222221111111111111x\r\nx222221111111111111x\r\nx222221111111111111x\r\nxxxxxxxx1111xxxxxxxx\r\nxxxxxxxx0000xxxxxxxx\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxx00000000000x\r\nx000000x00000000000x\r\nx000000x0000xxxxxxxx\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nxxxxxxxx0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_t', 0, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\n2222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx2222xxxxxx222222xxxxxxx2222x\r\nx2222xxxxxx111111xxxxxxx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx11xxx1111xxxx11xx2222x\r\nx2222xx11xxx0000xxxx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_s', 0, 3, 2, 'xxxxxx\r\nx00000\r\nx00000\r\n000000\r\nx00000\r\nx00000\r\nx00000\r\nx00000', '', '0');
+INSERT INTO `room_models` VALUES ('park_a', 2, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx\r\nxxxxxxxxxxxxx0x00xxxxxxxxxxx0x000xxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000000000000xxxxxxxxxx\r\nxxxxxxxxxxx000000000000000000000000xxxxxxxxx\r\nxxxxxxxxxxx0000000000000000000000000xxxxxxxx\r\nxxxxxxxxxxx00000000000000000000000000xxxxxxx\r\nxxxxxxxx000000000000000000000000000000xxxxxx\r\nxxxxxxx00000000000000000000000000000000xxxxx\r\nxxxxxxx000000000000000000000000000000000xxxx\r\nxxxxxxx0000000000000000000000000000000000xxx\r\nxxxxxxxxx000000000000000000000000000000000xx\r\n00000000000000000000xx00000000000000000000xx\r\n0000000000000000000xxxx00000000000xxxxxxx0xx\r\n0000000000000000000xxxx00000000000x00000xxxx\r\nxxxxx00x0000000000xxxxx0xxxxxx0000x0000000xx\r\nxxxxx0000000000000xxxxx0xx000x0000x000000xxx\r\nxxxxx0000000000000xxxxx0x000000000x00000xxxx\r\nxxxxx000000x0000000xxxx0x000000000xxx00xxxxx\r\nxxxxxxxx000x0000000xxx00xxx000000x0000xxxxxx\r\nxxxxxxxx000x000000xxxx0x0000000000000xxxxxxx\r\nxxxxxxxx000x000000011100000000000000xxxxxxxx\r\nxxxxxxxx000x00000001110000000000000xxxxxxxxx\r\nxxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx\r\nxxxxxxxxxx0x0000000xxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0xx000x00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxxxxxxxxx', 'RPHN527parkfence2SFQAHHHN529parkfence2QGQAHHHM619parkfence1SDRAHHHO620parkfence3PERAHPAHO621parkfence3QERAHPAHO622parkfence3RERAHPAHN623parkfence2SERAHPAHO624parkfence3PFRAHPAHO625parkfence3QFRAHPAHO626parkfence3RFRAHPAHM627parkfence1SFRAHJHO629parkfence3QGRAHJHN717parkfence2QDSAHHHO719parkfence3SDSAHJHO723parkfence3SESAHJHO727parkfence3SFSAHJHO729parkfence3QGSAHJHO817parkfence3QDPBHJHO819parkfence3SDPBHJHN821parkfence2QEPBHHHO823parkfence3SEPBHJHN825parkfence2QFPBHHHO827parkfence3SFPBHJHO829parkfence3QGPBHJHL98bench2PBQBHPAHK99benchQBQBHPAHO917parkfence3QDQBHJHN919parkfence2SDQBHRAHO921parkfence3QEQBHJHN923parkfence2SEQBHRAHO925parkfence3QFQBHJHN927parkfence2SFQBHRAHO929parkfence3QGQBHJHO1017parkfence3QDRBHJHO1021parkfence3QERBHJHO1025parkfence3QFRBHJHO1029parkfence3QGRBHJHL117bench2SASBHJHM1117parkfence1QDSBHPAHO1118parkfence3RDSBHPAHO1119parkfence3SDSBHPAHO1120parkfence3PESBHPAHN1121parkfence2QESBHJHO1122parkfence3RESBHPAHO1123parkfence3SESBHPAHO1124parkfence3PFSBHPAHN1125parkfence2QFSBHJHO1126parkfence3RFSBHPAHO1127parkfence3SFSBHPAHO1128parkfence3PGSBHPAHM1129parkfence1QGSBHRAHK127benchSAPCHJHL1635bench2SHPDHJHL1637bench2QIPDHPAHK1638benchRIPDHPAHK1735benchSHQDHJHL1827bench2SFRDHPAHK1828benchPGRDHPAHL1835bench2SHRDHJHL1925bench2QFSDHJHK1935benchSHSDHJHK2025benchQFPEHJHL2925bench2QFQGHPAHK2926benchRFQGHPAHL3023bench2SERGHJHK3123benchSESGHJ@`SGSBMRDPBPA0.0I2Mqueue_tile2JMPGRAH0.0I2Mqueue_tile2SAMPFSAJ0.0I2Mqueue_tile2QBMRFSAPA0.0I2Mqueue_tile2SFMSERBJ0.0I2Mqueue_tile2SCMRFPBPA0.0I2Mqueue_tile2REMPGQBH0.0I2Mqueue_tile2PGMPFRBH0.0I2Mqueue_tile2PCMPEPBH0.0I2Mqueue_tile2QGMRFRBJ0.0I2Mqueue_tile2QDMRDQBPA0.0I2Mqueue_tile2RFMRERBJ0.0I2Mqueue_tile2PFMSDRBJ0.0I2Mqueue_tile2PDMPGPBH0.0I2Mqueue_tile2RGMSFRBJ0.0I2Mqueue_tile2RAMRESAPA0.0I2Mqueue_tile2RBMPGSAH0.0I2Mqueue_tile2SDMREQBPA0.0I2Mqueue_tile2QEMRFQBPA0.0I2Mqueue_tile2RCMPFPBH0.0I2Mqueue_tile2KMRDSAPA0.0I2Mqueue_tile2PAMPESAJ0.0I2Mqueue_tile2PBMQFSAJ0.0I2Mqueue_tile2IMPGQAH0.0I2Mqueue_tile2SEMRDRBJ0.0I2Mqueue_tile2QCMREPBPA0.0I2Mqueue_tile2SGMPGRBH0.0I2Mqueue_tile2QAMQESAJ0.0I2Mqueue_tile2QFMPERBH0.0I2Mqueue_tile2RDMPEQBH0.0I2Mqueue_tile2PEMPFQBH0.0I2Mqueue_tile2', '0');
+INSERT INTO `room_models` VALUES ('the_den', 3, 22, 0, '00000000xxxxxxxx\r\n0000000000000000\r\n0000000000000000\r\n000000000000xx00\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nGV00000000xxxxxxxx\r\n0000000000000000\r\n0000000000000000\r\n000000000000xx00\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('cinema_a', 20, 27, 0, 'xxxxxxx1xx11111111xxxxxx\r\nxxx1111111111111111xxxxx\r\nxxx111xxxx1111111111xxxx\r\nxxxx2xxxxxxxxxxxxxxxxxxx\r\nxx3x3x333311xxxxxxxxxx11\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111111122111\r\nxx3333333311x22222222111\r\nxx3333333311x22222222111\r\nxx3333333311xxxxxxxxx111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\n333333332111111xxxx11111\r\n333333332111111111111111\r\n333333332111111111111111\r\n333333332111111111111111\r\nxx3333332111111111111111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxxxxx11111', 'PUHC42orangeJPAKHHA47loungey_chairSAPAKJHV48loungey_tablebigbPBPAKHHA49loungey_chairQBPAKRAHA52loungey_chairJQAKPAHA57loungey_chairSAQAKJHU58loungey_tablebigaPBQAKHHA59loungey_chairQBQAKRAHB62loungey_tableJRAKHHA72loungey_chairJSAKHHh713theater_chairQCSAIHHh714theater_chairRCSAIHHh715theater_chairSCSAIHHh716theater_chairPDSAIHHh717theater_chairQDSAIHHh718theater_chairRDSAIHHz721stairQESAIHHL89lightpoleQBPBKHHq813pomomaskiQCPBJJHq814pomomaskiRCPBJHHq815pomomaskiSCPBJHHq816pomomaskiPDPBJHHq817pomomaskiQDPBJHHq818pomomaskiRDPBJHHq819pomomaskiSDPBJIHz821stairQEPBIHHC92orangeJQBKHHh913theater_chairQCQBJHHh914theater_chairRCQBJHHh915theater_chairSCQBJHHh916theater_chairPDQBJHHh917theater_chairQDQBJHHh918theater_chairRDQBJHHh919theater_chairSDQBJHHh920theater_chairPEQBJHHz921stairQEQBIHHA102loungey_chairJRBKPAHA109loungey_chairQBRBKPAHB112loungey_tableJSBKHHB119loungey_tableQBSBKHHA122loungey_chairJPCKHHA129loungey_chairQBPCKHHd1217cubicb_chairQDPCIRAHc1219cubico_chairSDPCIJHd1315cubicb_chairSCQCIJHL1319lightpoleSDQCIHHd1320cubicb_chairPEQCIRAHL149lightpoleQBRCKHHA152loungey_chairJSCKPAHd1514cubicb_chairRCSCIPAHc1519cubico_chairSDSCIPAHB162loungey_tableJPDKHHA167loungey_chairSAPDKJHB168loungey_tablePBPDKJHA169loungey_chairQBPDKRAHd1613cubicb_chairQCPDIJHd1614cubicb_chairRCPDIRAHC1619orangeSDPDIHHA172loungey_chairJQDKHHA177loungey_chairSAQDKJHB178loungey_tablePBQDKJHA179loungey_chairQBQDKRAHd1719cubicb_chairSDQDIJHC182orangeJRDKHHd1814cubicb_chairRCRDIPAHK192bardesqueJSDKHHK202bardesqueJPEKIHb203bar_chairKPEKRAHL209lightpoleQBPEKHHd2014cubicb_chairRCPEIHHd2019cubicb_chairSDPEIJHc2020cubico_chairPEPEIRAHK212bardesqueJQEKIHb213bar_chairKQEKRAHd2119cubicb_chairSDQEIHHK222bardesqueJREKIHb223bar_chairKREKRAHL2216lightpolePDREIHHc2218cubico_chairRDREIHHK232bardesqueJSEKIHb233bar_chairKSEKRAHK242bardesqueJPFKIHb243bar_chairKPFKRAHK252bardesqueJQFKJ', '0');
+INSERT INTO `room_models` VALUES ('picnic', 16, 5, 4, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxx22222xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\n22xxxxxxxxxxxxx22xxxxxxxxxxxxxxxxxxxxx\r\n2222222222222222222x222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222xxx222222222222222222222222\r\n2222222222xx33x22222222222222222222222\r\n222222222xx3333x2222222222222222222222\r\n222222222x333333x222222222222222222222\r\n222222222x333333x222222222222222222222\r\n2222222222x3332x2222222222222222222222\r\n22222222222x33x22222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222x22222xxxx22222222222222222222\r\n22222222222222xxxx22222222222222222222\r\n22222222222222xxx222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222', 'PcHh710hedge7RBSAJPAHh711hedge7SBSAJPAHh712hedge7PCSAJPAHh713hedge7QCSAJPAHy714hedge8RCSAJPAHs718hedge2RDSAJPAHh719hedge7SDSAJPAHh720hedge7PESAJPAHh721hedge7QESAJPAHz814hedge9RCPBJPAHz818hedge9RDPBJPAHv93hedge5KQBJPAHz103hedge9KRBJPAHc1112picnic_dummychair1PCSBKPAHc1113picnic_dummychair1QCSBKPAHc1114picnic_dummychair1RCSB`hFFPAHc1310picnic_dummychair1RBQCKJHc1315picnic_dummychair1SCQCKRAHb1321picnic_groundQEQCJPAHb147picnic_groundSARCJPAHc1410picnic_dummychair1RBRCKJHc1415picnic_dummychair1SCRCKRAHb1519picnic_groundSDSCJJHb1523picnic_groundSESCJRAHb165picnic_groundQAPDJJHb169picnic_groundQBPDJRAHL1620picnic_cloth1PEPDJJHL176picnic_cloth1RAQDJJHb1721picnic_groundQEQDJHHb187picnic_groundSARDJHHa190picnic_redbench2HSDJJHA200picnic_redbench1HPEJJHw2011hedge6SBPEJPAHh2012hedge7PCPEJPAHh2013hedge7QCPEJPAHt2014hedge3RCPEJPAHu2017hedge4QDPEJPAHh2018hedge7RDPEJPAHh2019hedge7SDPEJPAHy2020hedge8PEPEJPAHv2111hedge5SBQEJPAHM2112picnic_bench1PCQEJPAHN2113picnic_bench2QCQEJPAHO2114picnic_bench3RCQEJPAHM2117picnic_bench1QDQEJPAHN2118picnic_bench2RDQEJPAHO2119picnic_bench3SDQEJPAHv2120hedge5PEQEJPAHa220picnic_redbench2HREJJHv2211hedge5SBREJPAHv2220hedge5PEREJPAHb2225picnic_groundQFREJPAHA230picnic_redbench1HSEJJHv2311hedge5SBSEJPAHM2312picnic_bench1PCSEJJHM2319picnic_bench1SDSEJRAHv2320hedge5PESEJPAHc246picnic_dummychair1RAPFJPAHd247picnic_dummychair4SAPFJPAHe248picnic_dummychair6PBPFJPAHv2411hedge5SBPFJPAHN2412picnic_bench2PCPFJJHN2419picnic_bench2SDPFJRAHv2420hedge5PEPFJPAHb2423picnic_groundSEPFJJHb2427picnic_groundSFPFJRAHK255picnic_stumpQAQFJJHv2511hedge5SBQFJPAHN2512picnic_bench2PCQFJJHN2519picnic_bench2SDQFJRAHv2520hedge5PEQFJPAHG2524picnic_cloth2PFQFJJHK267picnic_stumpSARFJHHv2611hedge5SBRFJPAHO2612picnic_bench3PCRFJJHH2614picnic_fireplace1RCRFJHHI2616picnic_fireplace2PDRFJJHO2619picnic_bench3SDRFJRAHv2620hedge5PERFJPAHb2625picnic_groundQFRFJHHz2711hedge9SBSFJPAHQ2712picnic_lemonadePCSFJPAHz2720hedge9PESFJPAHE298picnic_firewood2PBQGJHHa300picnic_redbench2HRGJJHD308picnic_firewood1PBRGJHHA310picnic_redbench1HSGJJHD318picnic_firewood1PBSGJHHM3112picnic_bench1PCSGJPAHN3113picnic_bench2QCSGJPAHO3114picnic_bench3RCSGJPAHM3118picnic_bench1RDSGJPAHN3119picnic_bench2SDSGJPAHO3120picnic_bench3PESGJPAHf3127picnic_carrotSFSGJHHf3128picnic_carrotPGSGJHHf3129picnic_carrotQGSGJHHf3130picnic_carrotRGSGJHHf3131picnic_carrotSGSGJHHD328picnic_firewood1PBPHJHHF3212picnic_table2PCPHJJHP3214picnic_tableRCPHJJHF3218picnic_table2RDPHJJHP3220picnic_tablePEPHJJHr333hedge1KQHJPAHD338picnic_firewood1PBQHJHHM3312picnic_bench1PCQHJHHN3313picnic_bench2QCQHJHHO3314picnic_bench3RCQHJHHM3318picnic_bench1RDQHJHHN3319picnic_bench2SDQHJHHO3320picnic_bench3PEQHJHHg3327picnic_cabbageSFQHJHHg3328picnic_cabbagePGQHJHHg3329picnic_cabbageQGQHJHHv343hedge5KRHJPAHD348picnic_firewood1PBRHJHHv353hedge5KSHJPAHD358picnic_firewood1PBSHJHHv363hedge5KPIJPAHD368picnic_firewood1PBPIJHHD378picnic_firewood1PBQIJHHM3712picnic_bench1PCQIJPAHN3713picnic_bench2QCQIJPAHO3714picnic_bench3RCQIJPAHM3718picnic_bench1RDQIJPAHN3719picnic_bench2SDQIJPAHO3720picnic_bench3PEQIJPAHD388picnic_firewood1PBRIJHHF3812picnic_table2PCRIJJHP3814picnic_tableRCRIJJHF3818picnic_table2RDRIJJHP3820picnic_tablePERIJJHJ398picnic_firewood3PBSIJHHM3912picnic_bench1PCSIJHHN3913picnic_bench2QCSIJHHO3914picnic_bench3RCSIJHHM3918picnic_bench1RDSIJHHN3919picnic_bench2SDSIJHHO3920picnic_bench3PESIJH', '0');
+INSERT INTO `room_models` VALUES ('custom_model', 0, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxx\r\nxxxxxxxxxxx000000000000000xxx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx11111111111111111xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('theater', 20, 27, 0, 'XXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXX111111111XXXXXXX\r\nXXXXXXX11111111100000XX\r\nXXXX00X11111111100000XX\r\nXXXX00x11111111100000XX\r\n4XXX00X11111111100000XX\r\n4440000XXXXXXXXX00000XX\r\n444000000000000000000XX\r\n4XX000000000000000000XX\r\n4XX0000000000000000000X\r\n44400000000000000000000\r\n44400000000000000000000\r\n44X00000000000000000000\r\n44X11111111111111111000\r\n44X11111111111111111000\r\n33X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22211111111111111111000\r\n22211111111111111111000\r\nXXXXXXXXXXXXXXXXXXXX00X\r\nXXXXXXXXXXXXXXXXXXXX00X', 'QKHm1011micSBRBIHHd112thchair2JSBPAJHd122thchair2JPCPAJHd152thchair2JSCPAJHc156thchair1RASCHHHc157thchair1SASCHHHc158thchair1PBSCHHHc159thchair1QBSCHHHc1510thchair1RBSCHHHc1512thchair1PCSCHHHc1513thchair1QCSCHHHc1514thchair1RCSCHHHc1515thchair1SCSCHHHc1516thchair1PDSCHHHd162thchair2JPDPAJHc206thchair1RAPEIHHc207thchair1SAPEIHHc208thchair1PBPEIHHc209thchair1QBPEIHHc2010thchair1RBPEIHHc2012thchair1PCPEIHHc2013thchair1QCPEIHHc2014thchair1RCPEIHHc2015thchair1SCPEIHHc2016thchair1PDPEIHHc236thchair1RASEIHHc237thchair1SASEIHHc238thchair1PBSEIHHc239thchair1QBSEIHHc2310thchair1RBSEIHHc2312thchair1PCSEIHHc2313thchair1QCSEIHHc2314thchair1RCSEIHHc2315thchair1SCSEIHHc2316thchair1PDSEIHHc266thchair1RARFIHHc267thchair1SARFIHHc268thchair1PBRFIHHc269thchair1QBRFIHHc2610thchair1RBRFIHHc2612thchair1PCRFIHHc2613thchair1QCRFIHHc2614thchair1RCRFIHHc2615thchair1SCRFIHHc2616thchair1PDRFIH', '0');
+INSERT INTO `room_models` VALUES ('orient', 35, 22, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xx000x000xx111x111xxx\r\nxxxxxxxxxxxxxx1xx000x000xxxxxx1111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxx111111111111xx000x000x111111111xx\r\nxxx1xxxxxxxxxxxxx000x000x111111111xx\r\nxxx1x1111111111000000000x111111111xx\r\nxxx1x1111111111000000000xx1111111xxx\r\nxxx1x11xxxxxx11000000000xx1111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxxxx1xxxxxxx11000000000011111111100\r\nxxxxx11xxxxxx11000000000xx1111111100\r\nxxxxx1111111111000000000xx1111111xxx\r\nxxxxx1111111111xx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x00xx11xxxx111xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxx11111111xx', 'SOHd1017benchQDRBHJHd1019benchSDRBHRAHd1021benchQERBHJHd1023benchSERBHRAHd1117benchQDSBHJHd1119benchSDSBHRAHd1121benchQESBHJHd1123benchSESBHRAHb1132koc_chairPHSBIPAHd1217benchQDPCHJHd1219benchSDPCHRAHd1221benchQEPCHJHd1223benchSEPCHRAHb1231koc_chairSGPCIJHa1232koc_tablePHPCIHHb1233koc_chairQHPCIRAHd1317benchQDQCHJHd1319benchSDQCHRAHd1321benchQEQCHJHd1323benchSEQCHRAHb1325koc_chairQFQCIPAHb1332koc_chairPHQCIHHd1417benchQDRCHJHd1419benchSDRCHRAHd1421benchQERCHJHd1423benchSERCHRAHa1425koc_tableQFRCIHHb1426koc_chairRFRCIRAHd1517benchQDSCHJHd1519benchSDSCHRAHd1521benchQESCHJHd1523benchSESCHRAHb1525koc_chairQFSCIHHb1529koc_chairQGSCIJHa1530koc_tableRGSCIHHb1531koc_chairSGSCIRAHb1630koc_chairRGPDIHHc2425chairf1QFPFIJHc2433chairf1QHPFIRAHd2517benchQDQFHJHd2519benchSDQFHRAHd2521benchQEQFHJHd2523benchSEQFHRAHc2525chairf1QFQFIJHc2533chairf1QHQFIRAHd2617benchQDRFHJHd2619benchSDRFHRAHd2621benchQERFHJHd2623benchSERFHRAHc2625chairf1QFRFIJHc2633chairf1QHRFIRAHd2717benchQDSFHJHd2719benchSDSFHRAHd2721benchQESFHJHd2723benchSESFHRAHd2817benchQDPGHJHd2819benchSDPGHRAHd2821benchQEPGHJHd2823benchSEPGHRAHd2917benchQDQGHJHd2919benchSDQGHRAHd2921benchQEQGHJHd2923benchSEQG`hFFRA', '0');
+INSERT INTO `room_models` VALUES ('dusty_lounge', 14, 1, 4, 'xxxxxxxxxxxxxx22xxxxxxxxxxxxx\r\nxxxxxxxxxx222x222x2xxxxxxxxxx\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223x33333x3\r\nxxxxxxx33322222222223x33333x3\r\nxx111xx33322222222223xxxxxxx3\r\nxx111xxx332222222222333333333\r\nxx111xxxx32222222222333333333\r\nxx111xxxxxx222222222333333333\r\nxx111xxxxxxx1111111x333333333\r\nxx111xxxxxxx1111111x222222222\r\nxx111xxxxxx111111111111111111\r\nxx111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n11x11xxxxxx111111111111111111\r\n11xxxxxxxxx11111111111111111x\r\nx11xxxxxxxxx1111111x1111111xx\r\nxx11xxxxxxx111111111111111xxx\r\nxxx11xxxxxx11111111111111xxxx\r\nxxxx11111111111111111111xxxxx\r\nxxxxx11111111111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx', 'QHHc48greenchair2PBPAKPAHd49greenchair1QBPAKPAHc68greenchair2PBRAKHHd69greenchair1QBRAKHHa620dustylampPERAKJHa628dustylampPGRAKJHc73greenchair2KSAIPAHd74greenchair1PASAIPAHc93greenchair2KQBIHHd94greenchair1PAQBIHHb1021yellowchairQERBKJHb1023yellowchairSERBKRAHb1026yellowchairRFRBKJHb1028yellowchairPGRBKRAHc1211greenchair2SBPCIJHc133greenchair2KQCIPAHd134greenchair1PAQCIPAHd1311greenchair1SBQCIJHa1411dustylampSBRCIJHc153greenchair2KSCIHHd154greenchair1PASCIHHc1511greenchair2SBSCIJHb1524yellowchairPFSCIPAHd1611greenchair1SBPDIJHb1722yellowchairREQDIJHa1724dustylampPFQDIJHb1726yellowchairRFQDIRAHa1911dustylampSBSDIJHb1924yellowchairPFSDIHHc2312greenchair2PCSEIJHc2314greenchair2RCSEIRAHd2412greenchair1PCPFIJHd2414greenchair1RCPFIRA', '0');
+INSERT INTO `room_models` VALUES ('netcafe', 22, 12, 2, 'xxxxx1111xxxxxxxxxxx1xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxxxxx0000000000000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\nxxxx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1xx111000000000000000000\r\nx1xx111000000000000000000\r\nxxxx111000000000000000000\r\nxxxx11100000000000000xxxx\r\nxxxx1110000000xx11111xxxx\r\nxxxxx111110000x111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxx1111100001111111xxxx', 'RRHi06shift1RAHIPAHj07shift2SAHIPAHm110mRBIIHHl113lQCIIHHk116kPDIIHHk119kSDIIHHh35kukat6QAKIHHg36kukat5RAKIHHc312kukat2PCKIHHb313kukat1QCKIHHc319kukat2SDKIHHb320kukat1PEKIHHi412shift1PCPAHPAHj413shift2QCPAHPAHi419shift1SDPAHPAHj420shift2PEPAHPAHi50shift1HQAIPAHj51shift2IQAIPAHi52shift1JQAIPAHj53shift2KQAIPAHk715kSCSAHJHo716table2PDSAHRAHz717tablecornerQDSAHHHm718mRDSAHRAHl815lSCPBHJHo816table2PDPBHPAHl818lRDPBHRAHm94mPAQBIRAHk99kQBQBHJHp910table3RBQBHRAHz911tablecornerSBQBHHHm912mPCQBHRAHk915kSCQBHJHo916table2PDQBHJHk918kRDQBHRAHk104kPARBIRAHm109mQBRBHJHp1010table3RBRBHPAHm1012mPCRBHRAHm1015mSCRBHJHo1016table2PDRBHHHk1018kRDRBHRAHl114lPASBIRAHl119lQBSBHJHp1110table3RBSBHJHl1112lPCSBHRAHk124kPAPCIRAHl129lQBPCHJHp1210table3RBPCHHHk1212kPCPCHRAHm134mPAQCIRAHc165kukat2QAPDIHHb166kukat1RAPDIHHc167kukat2SAPDIHHb168kukat1PBPDIHHe169kukat3QBPDIHHd1615kukka2SCPDIHHf179kukat4QBQDIHHk186kRARDIRAHe189kukat3QBRDIHHs1820sofabig3PERDIRAHf199kukat4QBSDIHHn1917table1QDSDIPAHz1918tablecornerRDSDIHHr1920sofabig2PESDIRAHn2017table1QDPEIJHr2020sofabig2PEPEIRAHm216mRAQEIRAHn2117table1QDQEIHHq2120sofabig1PEQEIRAHv2316sofalittle3PDSEIHHu2317sofalittle2QDSEIHHt2318sofalittle1RDSEIHHa2320kukkaPESEIH', '0');
+INSERT INTO `room_models` VALUES ('rooftop_2', 4, 9, 2, 'x0000x000\r\nxxxxxx000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\nxxx000xxx\r\nxxx000xxx', 'RDHk08rooftop_bigchairPBHHPAHl18rooftop_bigtablePBIHHHj20rooftop_sofabHJHPAHi21rooftop_sofaIJHPAHk28rooftop_bigchairPBJHHHk38rooftop_bigchairPBKHPAHl48rooftop_bigtablePBPAHHHj50rooftop_sofabHQAHHHi51rooftop_sofaIQAHHHk58rooftop_bigchairPBQAHHHj60rooftop_sofabHRAHPAHi61rooftop_sofaIRAHPAHj67rooftop_sofabSARAHPAHi68rooftop_sofaPBRAHPAHj90rooftop_sofabHQBHHHi91rooftop_sofaIQBHHHj97rooftop_sofabSAQBHHHi98rooftop_sofaPBQBHH', '0');
+INSERT INTO `room_models` VALUES ('star_lounge', 37, 36, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx2222x4444442222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222x444x32222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222xx4xx22222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222221111xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333xx2x22222220000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx33333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx222222000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'PXHk1521star_tableQESCJHHa1522star_sofaRESCJPAHb1523star_sofa2SESCJPAHz1524palmPFSCJHHb1621star_sofa2QEPDJJHQ1632dj1PHPDJHHW1633dj2QHPDJHHE1634dj3RHPDJHHa1721star_sofaQEQDJJHm1728star_microphonePGQDPAHHb1821star_sofa2QERDJJHa1835star_sofaSHRDJRAHa1921star_sofaQESDJJHb1935star_sofa2SHSDJRAHb2021star_sofa2QEPEJJHb2024star_sofa2PFPEJJHa2032star_sofaPHPEJRAHa2035star_sofaSHPEJRAHa2121star_sofaQEQEJJHa2124star_sofaPFQEJJHb2132star_sofa2PHQEJRAHb2135star_sofa2SHQEJRAHc2221star_sofachairQEREJJHk2224star_tablePFREJHHb2225star_sofa2QFREJHHa2226star_sofaRFREJHHb2230star_sofa2RGREJHHa2231star_sofaSGREJHHk2232star_tablePHREJHHk2235star_tableSHREJHHz2321palmQESEJHHa2335star_sofaSHSEJRAHp2422bar10REPFJHHb2435star_sofa2SHPFJRAHa2437star_sofaQIPFIPAHb2438star_sofa2RIPFIPAHa2439star_sofaSIPFIPAHb2440star_sofa2PJPFIPAHo2522bar9REQFJHHb2525star_sofa2QFQFJHHa2526star_sofaRFQFJHHb2530star_sofa2RGQFJHHa2531star_sofaSGQFJHHa2535star_sofaSHQFJRAHb2536star_sofa2PIQFIJHi2622bar8RERFJHHX2625palm1QFRFJHHV2626palm3RFRFJHHC2630palm2RGRFJHHB2631palm4SGRFJHHb2635star_sofa2SHRFJRAHa2636star_sofaPIRFIJHk2639star_tableSIRFIHHk2640star_tablePJRFIHHu2722bar7RESFJHHa2725star_sofaQFSFJPAHb2726star_sofa2RFSFJPAHa2730star_sofaRGSFJPAHb2731star_sofa2SGSFJPAHk2735star_tableSHSFJHHz2736palmPISFIHHk2737star_tableQISFIHHy2822bar6REPGJHHt2922bar5REQGJHHk2925star_tableQFQGJHHk2926star_tableRFQGJHHk3016star_tablePDRGKHHr3022bar4RERGJHHb3116star_sofa2PDSGKJHe3122bar3RESGJHHb3125star_sofa2QFSGJHHa3126star_sofaRFSGJHHa3130star_sofaRGSGJRAHa3216star_sofaPDPHKJHw3222bar2REPHJHHB3225palm4QFPHJHHX3226palm1RFPHJHHb3230star_sofa2RGPHJRAHb3316star_sofa2PDQHKJHq3322bar1REQHJHHa3325star_sofaQFQHJPAHb3326star_sofa2RFQHJPAHa3330star_sofaRGQHJRAHa3416star_sofaPDRHKJHb3430star_sofa2RGRHJRAHV3435palm3SHRHHHHC3436palm2PIRHHHHk3516star_tablePDSHKHHa3530star_sofaRGSHJRAHb3630star_sofa2RGPIJRAHc3725star_sofachairQFQIJHHb3726star_sofa2RFQIJHHa3727star_sofaSFQIJHHb3728star_sofa2PGQIJHHa3729star_sofaQGQIJHHk3730star_tableRGQIJH', '0');
+INSERT INTO `room_models` VALUES ('tearoom', 21, 19, 6, 'xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxx3333x33333333x\r\n333333xx3333x33333333x\r\n3333333x3333x33333333x\r\n3333333x3333x33333333x\r\n3333333xxxxxx33333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\nxxxxxxxx111xxxxxxxxxxx\r\n11111111111111111111xx\r\n1111111111111111111111\r\n1111111111111111111111\r\n11111111111111111111xx', 'QIHh113hardwoodsofa1QCIKPAHi114hardwoodsofa2RCIKPAHj115hardwoodsofa3SCIKPAHc116teabambooPDIKHHh118hardwoodsofa1RDIKPAHi119hardwoodsofa2SDIKPAHj120hardwoodsofa3PEIKPAHl313teasmalltable1QCKKHHk315teasmalltable2SCKKHHl318teasmalltable1RDKKHHk320teasmalltable2PEKKHHe62teastoolJRAKPAHe63teastoolKRAKPAHf68chinastoolredPBRAKPAHf69chinastoolredQBRAKPAHf610chinastoolredRBRAKPAHf611chinastoolredSBRAKPAHa82teatable1JPBKHHb83teatable2KPBKHHm92teastool2JQBKHHm93teastool2KQBKHHe916teastoolPDQBKPAHe917teastoolQDQBKPAHa1116teatable1PDSBKHHb1117teatable2QDSBKHHe122teastoolJPCKPAHe123teastoolKPCKPAHm1216teastool2PDPCKHHm1217teastool2QDPCKHHa142teatable1JRCKHHb143teatable2KRCKHHm152teastool2JSCKHHm153teastool2KSCKHHd180teavaseHRDIHHg190chinastoolgreenHSDIJHg200chinastoolgreenHPEIJHd210teavaseHQEIH', '0');
+INSERT INTO `room_models` VALUES ('rooftop', 17, 12, 2, '44xxxxxxxxxxxxxxxxxx\r\n444xxxxxxxxxxx444444\r\n4444xxxxxxxxxx444444\r\n44444xxxx4xxxx444444\r\n444444xxx44xxx444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444xx44xx44xx44\r\n44444444xx44xx44xx44\r\n44444444444444444444\r\n44444444444444444444\r\n44444444444444444444\r\nx444444x444444xx4444\r\nx444444x444444xx333x\r\nx444444x444444xx222x\r\nx444444x444444xx11xx\r\nx444444x444444xxxxxx', 'PKHa10rooftop_minichairHIPAPAHd116rooftop_flatcurbPDIPAPAHe117rooftop_flatcurb2QDIPAPAHc20rooftop_rodtableHJPAHHa21rooftop_minichairIJPARAHa30rooftop_minichairHKPAHHd416rooftop_flatcurbPDPAPAHHe417rooftop_flatcurb2QDPAPAHHa62rooftop_minichairJRAPAPAHa71rooftop_minichairISAPAJHc72rooftop_rodtableJSAPAHHa73rooftop_minichairKSAPARAHa82rooftop_minichairJPBPAHHa90rooftop_minichairHQBPAPAHb100rooftop_emptytableHRBPAHHa110rooftop_minichairHSBPAHHd131rooftop_flatcurbIQCPAJHd136rooftop_flatcurbRAQCPARAHd138rooftop_flatcurbPBQCPAJHd1313rooftop_flatcurbQCQCPARAHf141rooftop_flatcurb3IRCPAJHf146rooftop_flatcurb3RARCPARAHf148rooftop_flatcurb3PBRCPAJHf1413rooftop_flatcurb3QCRCPARAHf151rooftop_flatcurb3ISCPAJHf156rooftop_flatcurb3RASCPARAHf158rooftop_flatcurb3PBSCPAJHf1513rooftop_flatcurb3QCSCPARAHf161rooftop_flatcurb3IPDPAJHf166rooftop_flatcurb3RAPDPARAHf168rooftop_flatcurb3PBPDPAJHf1613rooftop_flatcurb3QCPDPARAHg171rooftop_flatcurb4IQDPAHHf172rooftop_flatcurb3JQDPAHHf173rooftop_flatcurb3KQDPAHHf174rooftop_flatcurb3PAQDPAHHf175rooftop_flatcurb3QAQDPAHHh176rooftop_flatcurb5RAQDPAHHg178rooftop_flatcurb4PBQDPAHHf179rooftop_flatcurb3QBQDPAHHf1710rooftop_flatcurb3RBQDPAHHf1711rooftop_flatcurb3SBQDPAHHf1712rooftop_flatcurb3PCQDPAHHh1713rooftop_flatcurb5QCQDPAH', '0');
+INSERT INTO `room_models` VALUES ('pub_a', 15, 25, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333333332222222222000xxx\r\nxxxxx31111112222222000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', 'SWHS119pub_sofa2SDIIPAHs120pub_sofaPEIIPAHs121pub_sofaQEIIPAHq211bardesk1SBJJHHc212pub_chairPCJJRAHQ311bardesk2SBKJHHq411bardesk1SBPAJHHc412pub_chairPCPAJRAHQ511bardesk2SBQAJHHf518pub_fenceRDQAJIHq611bardesk1SBRAJHHc612pub_chairPCRAJRAHf618pub_fenceRDRAJHHQ711bardesk2SBSAJHHf718pub_fenceRDSAJHHq811bardesk1SBPBJHHc812pub_chairPCPBJRAHf818pub_fenceRDPBJHHw910bardesk4RBQBJHHW911bardesk3SBQBJHHf918pub_fenceRDQBJHHf1018pub_fenceRDRBJHHC112pub_chair2JSBKPAHC113pub_chair2KSBKPAHC115pub_chair2QASBKPAHC116pub_chair2RASBKPAHf118pub_fencePBSBKIHf1118pub_fenceRDSBJHHf128pub_fencePBPCKHHf1218pub_fenceRDPCJHHf138pub_fencePBQCKHHC139pub_chair2QBQCJJHk1314pub_chair3RCQCJJHT1315pub_table2SCQCJIHk1316pub_chair3PDQCJRAHf1318pub_fenceRDQCJHHf148pub_fencePBRCKJHC149pub_chair2QBRCJJHk1414pub_chair3RCRCJJHT1415pub_table2SCRCJJHk1416pub_chair3PDRCJRAHf1418pub_fenceRDRCJHHt151pub_tableISCKHHf155pub_fenceQASCKIHf1518pub_fenceRDSCJHHS161pub_sofa2IPDKJHf165pub_fenceQAPDKHHf1618pub_fenceRDPDJHHs171pub_sofaIQDKJHf175pub_fenceQAQDKHHk1713pub_chair3QCQDJPAHk1714pub_chair3RCQDJPAHk1715pub_chair3SCQDJPAHk1716pub_chair3PDQDJPAHf1718pub_fenceRDQDJHHs181pub_sofaIRDKJHf185pub_fenceQARDKHHT1813pub_table2QCRDJQAHT1814pub_table2RCRDJRAHT1815pub_table2SCRDJRAHT1816pub_table2PDRDJPAHf1818pub_fenceRDRDJHHs192pub_sofaJSDKHHS193pub_sofa2KSDKHHf195pub_fenceQASDKHHk1913pub_chair3QCSDJHHk1914pub_chair3RCSDJHHk1915pub_chair3SCSDJHHk1916pub_chair3PDSDJHHf1918pub_fenceRDSDJHHf201pub_fenceIPEKQAHf202pub_fenceJPEKRAHf203pub_fenceKPEKRAHf204pub_fencePAPEKRAHf205pub_fenceQAPEKKHf2018pub_fenceRDPEJHHS217pub_sofa2SAQEIPAHs218pub_sofaPBQEIPAHf2112pub_fencePCQEJQAHf2113pub_fenceQCQEJRAHf2114pub_fenceRCQEJRAHf2115pub_fenceSCQEJRAHf2116pub_fencePDQEJRAHf2117pub_fenceQDQEJRAHf2118pub_fenceRDQEJKHS226pub_sofa2RAREIJHt2215pub_tableSCREHHHC2216pub_chair2PDREHPAHC2217pub_chair2QDREHPAHs236pub_sofaRASEIJHT238pub_table2PBSEIIHs246pub_sofaRAPFIJHT248pub_table2PBPFIHHs256pub_sofaRAQFIJHT258pub_table2PBQFIJ', '0');
+INSERT INTO `room_models` VALUES ('newbie_lobby', 2, 11, 2, 'xxxxxxxxxxxxxxxx000000\r\nxxxxx0xxxxxxxxxx000000\r\nxxxxx00000000xxx000000\r\nxxxxx000000000xx000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\nxxxxx000000000000000xx\r\nxxxxx000000000000000xx\r\nx0000000000000000000xx\r\nx0000000000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxxx0000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxx000000000000xxxxx\r\nxxxxx000000000000xxxxx', 'SOHa016crl_lampPDHHHHy017crl_sofa2cQDHHPAHw018crl_sofa2bRDHHPAHv019crl_sofa2aSDHHPAHa020crl_lampPEHHHHb116crl_chairPDIHJHa27crl_lampSAJHHHa211crl_lampSBJHHHb216crl_chairPDJHJHc35crl_pillarQAKHHHb37crl_chairSAKHJHu39crl_table1bQBKHHHs311crl_sofa1cSBKHRAHb316crl_chairPDKHJHA319crl_table2bSDKHHHz320crl_table2aPEKHHHa40crl_lampHPAHHHy41crl_sofa2cIPAHPAHw42crl_sofa2bJPAHPAHv43crl_sofa2aKPAHPAHa44crl_lampPAPAHHHt49crl_table1aQBPAHHHr411crl_sofa1bSBPAHRAHh415crl_wall2aSCPAHHHa416crl_lampPDPAHHHb50crl_chairHQAHJHb57crl_chairSAQAHJHq511crl_sofa1aSBQAHRAHA62crl_table2bJRAHHHz63crl_table2aKRAHHHa611crl_lampSBRAHHHb70crl_chairHSAHJHa80crl_lampHPBHHHD81crl_sofa3cIPBHHHC82crl_sofa3bJPBHHHB83crl_sofa3aKPBHHHa84crl_lampPAPBHHHo819crl_barchair2SDPBHHHp820crl_tablebarPEPBHHHo821crl_barchair2QEPBHHHE95crl_pillar2QAQBHHHc99crl_pillarQBQBHHHP158crl_desk1aPBSCHHHO159crl_deskiQBSCHHHN1510crl_deskhRBSCHHHM1610crl_deskgRBPDHHHL1710crl_deskfRBQDHHHK1810crl_deskeRBRDHHHK1910crl_deskeRBSDHHHK2010crl_deskeRBPEHHHK2110crl_deskeRBQEHHHK2210crl_deskeRBREHHHK2310crl_deskeRBSEHHHG247crl_wallbSAPFHHHK2410crl_deskeRBPFHHHF257crl_wallaSAQFHHHH258crl_desk1bPBQFHHHI259crl_desk1cQBQFHHHJ2510crl_desk1dRBQFHHHd2712crl_lamp2PCSFHHHf2713crl_cabinet2QCSFHHHe2714crl_cabinet1RCSFHHHd2715crl_lamp2SCSFHH', '0');
+INSERT INTO `room_models` VALUES ('pizza', 5, 27, 2, 'xxxxxxxxx0000000\r\nx11111x1xx000000\r\n11xxxxx111x00000\r\n11x1111111xx0000\r\n11x1111111100000\r\nxxx1111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n11111111111xxxxx\r\n1111111111xxxxxx\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n11xx11xx11111111\r\nxxxx11xxxxxxxxxx\r\nxxxx11xxxxxxxxxx', 'QGHa015pizza_plant1SCHHJHe314pizza_sofa1RCKHPAHE315pizza_sofa2SCKHPAHc515pizza_tableSCQAHJHb60pizza_plant2HRAIJHf614pizza_sofa3RCRAHHHF615pizza_sofa4SCRAHHHd81pizza_chairIPBIPAHd82pizza_chairJPBIPAHc102pizza_tableJRBIJHe1014pizza_sofa1RCRBHPAHE1015pizza_sofa2SCRBHPAHd111pizza_chairISBIHHd112pizza_chairJSBIHHc1215pizza_tableSCPCHJHf1314pizza_sofa3RCQCHHHF1315pizza_sofa4SCQCHHHd161pizza_chairIPDIPAHd162pizza_chairJPDIPAHc182pizza_tableJRDIJHd191pizza_chairISDIHHd192pizza_chairJSDIHHd2111pizza_chairSBQEIJHd2114pizza_chairRCQEIRAHd2211pizza_chairSBREIJHc2213pizza_tableQCREIHHd2214pizza_chairRCREIRAHa250pizza_plant1HQFIJHa2515pizza_plant1SCQFIJ', '0');
+INSERT INTO `room_models` VALUES ('old_skool', 2, 1, 2, 'xx0xxxxxxxxxxxxxx\r\n0000000xxx00000xx\r\n0000000x0000000xx\r\n0000000xxxxxxxxxx\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n00000000000000000\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x', 'SLHk49mobiles_chair3QBPAHHHk410mobiles_chair3RBPAHHHk411mobiles_chair3SBPAHHHk412mobiles_chair3PCPAHHHe101mobiles_chair1IRBHPAHe1010mobiles_chair1RBRBHPAHe110mobiles_chair1HSBHJHb111mobiles_table2ISBHHHc112mobiles_table3JSBHHHe113mobiles_chair1KSBHRAHb1110mobiles_table2RBSBHHHc1111mobiles_table3SBSBHHHa121mobiles_table1IPCHHHd122mobiles_table4JPCHHHe129mobiles_chair1QBPCHJHa1210mobiles_table1RBPCHHHd1211mobiles_table4SBPCHHHe1212mobiles_chair1PCPCHRAHe131mobiles_chair1IQCHHHe1311mobiles_chair1SBQCHHHe150mobiles_chair1HSCHPAHe170mobiles_chair1HQDHJHb171mobiles_table2IQDHHHc172mobiles_table3JQDHHHe173mobiles_chair1KQDHRAHa181mobiles_table1IRDHHHd182mobiles_table4JRDHHHe192mobiles_chair1JSDHHHe211mobiles_chair1IQEHPAHb216mobiles_table2RAQEHHHc217mobiles_table3SAQEHHHe2112mobiles_chair1PCQEHPAHe220mobiles_chair1HREHJHb221mobiles_table2IREHHHc222mobiles_table3JREHHHe223mobiles_chair1KREHRAHe225mobiles_chair1QAREHJHa226mobiles_table1RAREHHHd227mobiles_table4SAREHHHe228mobiles_chair1PBREHRAHe2211mobiles_chair1SBREHJHb2212mobiles_table2PCREHHHc2213mobiles_table3QCREHHHe2214mobiles_chair1RCREHRAHa231mobiles_table1ISEHHHd232mobiles_table4JSEHHHa2312mobiles_table1PCSEHHHd2313mobiles_table4QCSEHHHe241mobiles_chair1IPFHHHe247mobiles_chair1SAPFHPAHe2413mobiles_chair1QCPFHH', '0');
+INSERT INTO `room_models` VALUES ('model_h', 4, 4, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxx1111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_p', 0, 23, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx22222222xxxx\r\nxxxxxxx11111111xxxx\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx2222xx11111111xxxx\r\nx2222xx00000000xxxx\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_r', 10, 4, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxx333333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nx4444433333xxxxxxxxxxxxxx\r\nx4444433333xxxxxxxxxxxxxx\r\nx44444333333222xx000000xx\r\nx44444333333222xx000000xx\r\nxxx44xxxxxxxx22xx000000xx\r\nxxx33xxxxxxxx11xx000000xx\r\nxxx33322222211110000000xx\r\nxxx33322222211110000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_q', 10, 4, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxx222222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx2222xxxxxxxxxxxxxx\r\nx2222xxxxxxxxxxxxxx\r\nx2222211111xx000000\r\nx222221111110000000\r\nx222221111110000000\r\nx2222211111xx000000\r\nxx22xxx1111xxxxxxxx\r\nxx11xxx1111xxxxxxxx\r\nx1111xx1111xx000000\r\nx1111xx111110000000\r\nx1111xx111110000000\r\nx1111xx1111xx000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_o', 0, 18, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx00000000xxxx\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\n1111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_n', 0, 16, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx000000xxxxxxxx000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000xxxxxxxx000000\r\nx00000000000000000000\r\n000000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_g', 1, 7, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxx1111000000\r\nxx1111000000\r\nx11111000000\r\nxx1111000000\r\nxx1111000000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1');
+INSERT INTO `room_models` VALUES ('model_l', 0, 16, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\n000000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_m', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\n00000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_k', 0, 13, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\n0000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_j', 0, 10, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\n000000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_i', 0, 10, 2, 'xxxxxxxxxxxxxxxxx\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\n00000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_e', 1, 5, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxx0000000000\r\nxx0000000000\r\nx00000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_f', 2, 5, 2, 'xxxxxxxxxxxx\r\nxxxxxxx0000x\r\nxxxxxxx0000x\r\nxxx00000000x\r\nxxx00000000x\r\nxx000000000x\r\nxxx00000000x\r\nx0000000000x\r\nx0000000000x\r\nx0000000000x\r\nx0000000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_a', 3, 5, 2, 'xxxxxxxxxxxx\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxx000000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_b', 0, 5, 2, 'xxxxxxxxxxxx\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx0000000\r\n000000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_c', 4, 7, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxx0000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_d', 4, 7, 2, 'xxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxx0000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_room_15', 3, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx11111xXXXXXXXXXXXXXXXXx\r\nx11111xxxxxxxxxxxxxxxxxx\r\nx11111xYYYYYYYYYYYYYYYYx\r\nx11111xYYYYYYYYYYYYYYYYx\r\nx11111xxxxxxxxxxxxxxxxxx\r\nx11111xUUUUUUUUUUUUUUUUx\r\nx11111xUUUUUUUUUUUUUUUUx\r\nx11111xxxxxxxxxxxxxxxxxx\r\nx11111xVVVVVVVVVVVVVVVVx\r\nx11111xxxxxxxxxxxxxxxxxx\r\nx11111xWWWWWWWWWWWWWWWWx\r\nx11111xxxxxxxxxxxxxxxxxx\r\nx1111100000000000000008x\r\nx1111100000000000000009x\r\nx111110000000000000000ax\r\nx111110000000000000000bx\r\n1111110000000000000000cx\r\nx111110000000000000000dx\r\nx111110000000000000000ex\r\nx111110000000000000000fx\r\nx111110000000000000000gx\r\nx111110000000000000000hx\r\nx111110000000000000000ix\r\nx111110000000000000000jx\r\nx111110000000000000000kx\r\nx111110000000000000000lx\r\nx111110000000000000000mx\r\nx111110000000000000000nx\r\nx111110xxxxxxxxxxxxxxxxx\r\nx111110xzzzzzzzzzzzzzzzx\r\nx111110xzzzzzzzzzzzzzzzx\r\nx111110xzzzzzzzzzzzzzzzx\r\nx111110xzzzzzzzzzzzzzzzx\r\nx111110xzzzzzzzzzzzzzzzx\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_1', 0, 10, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxeeeeeeeeeeeeeeeedcba9888888888888\r\nxeeeeeeeeeeeeeeeexxxxxx88888888888\r\nxeeeeeeeeeeeeeeeexxxxxx88888888888\r\nxeeeeeeeeeeeeeeeexxxxxx88888888888\r\nxeeeeeeeeeeeeeeeexxxxxx88888888888\r\nxdxxxxxxxxxxxxxxxxxxxxx88888888888\r\nxcxxxxxxxxxxxxxxxxxxxxx88888888888\r\nxbxxxxxxxxxxxxxxxxxxxxx88888888888\r\nxaxxxxxxxxxxxxxxxxxxxxx88888888888\r\naaaaaaaaaaaaaaaaaxxxxxxxxxxxxxxxxx\r\nxaaaaaaaaaaaaaaaaxxxxxxxxxxxxxxxxx\r\nxaaaaaaaaaaaaaaaaxxxxxxxxxxxxxxxxx\r\nxaaaaaaaaaaaaaaaaxxxx6666666666666\r\nxaaaaaaaaaaaaaaaaxxxx6666666666666\r\nxaaaaaaaaaaaaaaaaxxxx6666666666666\r\nxaaaaaaaaaaaaaaaaxxxx6666666666666\r\nxaaaaaaaaaaaaaaaaxxxx6666666666666\r\nxaaaaaaaaaaaaaaaa98766666666666666\r\nxaaaaaaaaaaaaaaaaxxxxxxxxxxxx5xxxx\r\nxaaaaaaaaaaaaaaaaxxxxxxxxxxxx4xxxx\r\nxaaaaaaaaaaaaaaaaxxxxxxxxxxxx3xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxxxxxxxxxxxxxxxx9xxx3333333333xxxx\r\nxxxxxxxxxxxxxxxx8xxx3333333333xxxx\r\nxxxxxxxxxxxxxxxx7xxx3333333333xxxx\r\nxxx777777777xxxx6xxx3333333333xxxx\r\nxxx777777777xxxx5xxxxxxxxxxxxxxxxx\r\nxxx777777777xxxx4xxxxxxxxxxxxxxxxx\r\nxxx777777777xxxx3xxxxxxxxxxxxxxxxx\r\nxxx777777777xxxx2xxxxxxxxxxxxxxxxx\r\nxfffffffffxxxxxx1xxxxxxxxxxxxxxxxx\r\nxfffffffffxxxxxx111111111111111111\r\nxfffffffffxxxxxx111111111111111111\r\nxfffffffffxxxxxx111111111111111111\r\nxfffffffffxxxxxx111111111111111111\r\nxfffffffffxxxxxx111111111111111111\r\nxfffffffffxxxxxx111111111111111111\r\nxxxxxxxxxxxxxxxx111111111111111111\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_2', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxxxxxxxxxxxxiix0000xxxxxxxxxx\r\nxxxxxxxxxxxxhhx0000xxxxxxxxxx\r\nxxxxxxxxxxxxggx0000xxxxxxxxxx\r\nxxxxxxxxxxxxffx0000xxxxxxxxxx\r\nxxxxxxxxxxxxeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\neeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxxxxxxxxxxxxddx00000000000000\r\nxxxxxxxxxxxxccx00000000000000\r\nxxxxxxxxxxxxbbx00000000000000\r\nxxxxxxxxxxxxaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxxxxxxxxxxxx99x0000xxxxxxxxxx\r\nxxxxxxxxxxxx88x0000xxxxxxxxxx\r\nxxxxxxxxxxxx77x0000xxxxxxxxxx\r\nxxxxxxxxxxxx66x0000xxxxxxxxxx\r\nxxxxxxxxxxxx55x0000xxxxxxxxxx\r\nxxxxxxxxxxxx44x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nxxxxxxxxxxxx33x0000xxxxxxxxxx\r\nxxxxxxxxxxxx22x0000xxxxxxxxxx\r\nxxxxxxxxxxxx11x0000xxxxxxxxxx\r\nxxxxxxxxxxxx00x0000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_5', 0, 10, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\n000000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_6', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x00000000xxxxxxxx00000000xxxx\r\nx11xxxxxxxx00000000xxxxxxxx00000000xxxx\r\nx00x000000000000000xxxxxxxx00000000xxxx\r\nx00x000000000000000xxxxxxxx00000000xxxx\r\nx000000000000000000xxxxxxxx00000000xxxx\r\nx000000000000000000xxxxxxxx00000000xxxx\r\n0000000000000000000xxxxxxxx00000000xxxx\r\nx000000000000000000xxxxxxxx00000000xxxx\r\nx00x000000000000000xxxxxxxx00000000xxxx\r\nx00x000000000000000xxxxxxxx00000000xxxx\r\nx00xxxxxxxxxxxxxxxxxxxxxxxx00000000xxxx\r\nx00xxxxxxxxxxxxxxxxxxxxxxxx00000000xxxx\r\nx00x0000000000000000000000000000000xxxx\r\nx00x0000000000000000000000000000000xxxx\r\nx0000000000000000000000000000000000xxxx\r\nx0000000000000000000000000000000000xxxx\r\nx0000000000000000000000000000000000xxxx\r\nx0000000000000000000000000000000000xxxx\r\nx00x0000000000000000000000000000000xxxx\r\nx00x0000000000000000000000000000000xxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_7', 0, 17, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nx222222xx00000000xxxxxxxx\r\nx222222xx00000000xxxxxxxx\r\nx2222221000000000xxxxxxxx\r\nx2222221000000000xxxxxxxx\r\nx222222xx00000000xxxxxxxx\r\nx222222xx00000000xxxxxxxx\r\nx222222xxxxxxxxxxxxxxxxxx\r\nx222222xkkkkkkxxiiiiiiiix\r\nx222222xkkkkkkxxiiiiiiiix\r\nx222222xkkkkkkjiiiiiiiiix\r\nx222222xkkkkkkjiiiiiiiiix\r\nx222222xkkkkkkxxiiiiiiiix\r\nxxx11xxxkkkkkkxxiiiiiiiix\r\nxxx00xxxkkkkkkxxxxxxxxxxx\r\nx000000xkkkkkkxxxxxxxxxxx\r\nx000000xkkkkkkxxxxxxxxxxx\r\n0000000xkkkkkkxxxxxxxxxxx\r\nx000000xkkkkkkxxxxxxxxxxx\r\nx000000xkkkkkkxxxxxxxxxxx\r\nx000000xxxjjxxxxxxxxxxxxx\r\nx000000xxxiixxxxxxxxxxxxx\r\nx000000xiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_8', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555xxxxxxxxxxxxxxxxxxxxxxxx\r\nx55555555554321000000000000000000xx\r\nx55555555554321000000000000000000xx\r\nx5555555555xxxxx00000000000000000xx\r\nx555555x44x0000000000000000000000xx\r\nx555555x33x0000000000000000000000xx\r\nx555555x22x0000000000000000000000xx\r\nx555555x11x0000000000000000000000xx\r\n5555555x00x0000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('model_9', 0, 17, 2, 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\n00000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
+INSERT INTO `room_models` VALUES ('infobus_bus', 16, 11, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx0xxxxx\r\nxxxxxxxxxxxxxxxxxxx\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxxxxxxxxxxxxxxxx0xx', ' ', '0');
+
+-- ----------------------------
+-- Table structure for room_models_custom
+-- ----------------------------
+DROP TABLE IF EXISTS `room_models_custom`;
+CREATE TABLE `room_models_custom` (
+ `id` int(0) NOT NULL,
+ `name` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `door_x` int(0) NOT NULL,
+ `door_y` int(0) NOT NULL,
+ `door_dir` int(0) NOT NULL,
+ `heightmap` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ UNIQUE INDEX `id`(`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of room_models_custom
+-- ----------------------------
+INSERT INTO `room_models_custom` VALUES (50, 'custom_50', 4, 6, 2, 'xxxxxxxxxxxxx\rxxxx11111111x\rxxxx11111111x\rxxxx11111111x\rxxxx11111111x\rxxxx11111111x\rxxxx11111111x\rxxxxx000000xx\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxxxxxxxxxxxx\r');
+INSERT INTO `room_models_custom` VALUES (51, 'custom_51', 13, 5, 6, 'xxxxxxxxxxxxxx\rx1111111111111\rx1111111111111\rx1111111111111\rx1111111111111\rx1111111111111\rx1111111111111\rxx111111111111\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxxxxxxxxxx\r');
+INSERT INTO `room_models_custom` VALUES (52, 'custom_52', 9, 4, 6, 'xxxxxxxxxx\rxxx0000000\rxxx0000000\rxxx0000000\rxxx0000000\rxxx0000000\rxxx0000000\rxxx0000000\rxxxxxxxxxx\r');
+INSERT INTO `room_models_custom` VALUES (53, 'custom_53', 9, 2, 4, 'xxxxxxxxxx\rxxx0000000\rxxx0000000\rxxx000000x\rxxx000000x\rxxx0000xxx\rxxx0000xxx\rxxxxxxxxxx\r');
+INSERT INTO `room_models_custom` VALUES (54, 'custom_54', 6, 2, 3, 'xxxxxxxxxx\rxxx0000xxx\rxxx0000xxx\rxxx0000xxx\rxxx0000xxx\rxxx00000xx\rxxx00000xx\rxxx00000xx\rxxx00000xx\rxxx00000xx\rxxxxx000xx\rxxxxxxxxxx\r');
+INSERT INTO `room_models_custom` VALUES (55, 'custom_55', 6, 1, 2, 'xxxxxxxxxx\rxxxx00000x\rxxxx00000x\rxxxx00000x\rxxxx00000x\rxxxx00000x\rxxxx00000x\rxxxxxxxxxx\r');
+INSERT INTO `room_models_custom` VALUES (56, 'custom_56', 10, 3, 6, 'xxxxxxxxxxxx\rxxx00000000x\rxxx00000000x\rxxx00000000x\rxxx00000000x\rxxxxxxxxxxxx\r');
+
+-- ----------------------------
+-- Table structure for room_mutes
+-- ----------------------------
+DROP TABLE IF EXISTS `room_mutes`;
+CREATE TABLE `room_mutes` (
+ `room_id` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL,
+ `ends` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for room_promotions
+-- ----------------------------
+DROP TABLE IF EXISTS `room_promotions`;
+CREATE TABLE `room_promotions` (
+ `room_id` int(0) NOT NULL,
+ `title` varchar(127) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `description` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `end_timestamp` int(0) NOT NULL DEFAULT 0,
+ `start_timestamp` int(0) NOT NULL DEFAULT -1,
+ `category` int(0) NOT NULL DEFAULT 0,
+ UNIQUE INDEX `room_id`(`room_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for room_rights
+-- ----------------------------
+DROP TABLE IF EXISTS `room_rights`;
+CREATE TABLE `room_rights` (
+ `room_id` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for room_trade_log
+-- ----------------------------
+DROP TABLE IF EXISTS `room_trade_log`;
+CREATE TABLE `room_trade_log` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_one_id` int(0) NOT NULL,
+ `user_two_id` int(0) NOT NULL,
+ `user_one_ip` varchar(45) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `user_two_ip` varchar(45) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `timestamp` int(0) NOT NULL,
+ `user_one_item_count` int(0) NOT NULL,
+ `user_two_item_count` int(0) NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `user_one_id`(`user_one_id`) USING BTREE,
+ INDEX `user_two_id`(`user_two_id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for room_trade_log_items
+-- ----------------------------
+DROP TABLE IF EXISTS `room_trade_log_items`;
+CREATE TABLE `room_trade_log_items` (
+ `id` int(0) NOT NULL,
+ `item_id` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL,
+ UNIQUE INDEX `id`(`id`, `item_id`, `user_id`) USING BTREE,
+ INDEX `id_2`(`id`) USING BTREE,
+ INDEX `user_id`(`user_id`) USING BTREE,
+ INDEX `id_3`(`id`, `user_id`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for room_trax
+-- ----------------------------
+DROP TABLE IF EXISTS `room_trax`;
+CREATE TABLE `room_trax` (
+ `room_id` int(0) NOT NULL,
+ `trax_item_id` int(0) NOT NULL
+) ENGINE = InnoDB CHARACTER SET = armscii8 COLLATE = armscii8_general_ci ROW_FORMAT = Compact;
+
+-- ----------------------------
+-- Table structure for room_trax_playlist
+-- ----------------------------
+DROP TABLE IF EXISTS `room_trax_playlist`;
+CREATE TABLE `room_trax_playlist` (
+ `room_id` int(0) NOT NULL,
+ `item_id` int(0) NOT NULL,
+ INDEX `room_id`(`room_id`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for room_votes
+-- ----------------------------
+DROP TABLE IF EXISTS `room_votes`;
+CREATE TABLE `room_votes` (
+ `user_id` int(0) NOT NULL,
+ `room_id` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for room_wordfilter
+-- ----------------------------
+DROP TABLE IF EXISTS `room_wordfilter`;
+CREATE TABLE `room_wordfilter` (
+ `room_id` int(0) NOT NULL,
+ `word` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ UNIQUE INDEX `unique_index`(`room_id`, `word`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for rooms
+-- ----------------------------
+DROP TABLE IF EXISTS `rooms`;
+CREATE TABLE `rooms` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `owner_id` int(0) NOT NULL DEFAULT 0,
+ `owner_name` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `name` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '',
+ `description` varchar(512) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `model` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'model_a',
+ `password` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `state` enum('open','locked','password','invisible') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'open',
+ `users` int(0) NOT NULL DEFAULT 0,
+ `users_max` int(0) NOT NULL DEFAULT 25,
+ `guild_id` int(0) NOT NULL DEFAULT 0,
+ `category` int(0) NOT NULL DEFAULT 1,
+ `score` int(0) NOT NULL DEFAULT 0,
+ `paper_floor` varchar(5) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0.0',
+ `paper_wall` varchar(5) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0.0',
+ `paper_landscape` varchar(5) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0.0',
+ `thickness_wall` int(0) NOT NULL DEFAULT 0,
+ `wall_height` int(0) NOT NULL DEFAULT -1,
+ `thickness_floor` int(0) NOT NULL DEFAULT 0,
+ `moodlight_data` varchar(254) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2,1,1,#000000,255;2,3,1,#000000,255;2,3,1,#000000,255;',
+ `tags` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `is_public` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `is_staff_picked` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `allow_other_pets` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `allow_other_pets_eat` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `allow_walkthrough` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `allow_hidewall` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `chat_mode` int(0) NOT NULL DEFAULT 0,
+ `chat_weight` int(0) NOT NULL DEFAULT 1,
+ `chat_speed` int(0) NOT NULL DEFAULT 1,
+ `chat_hearing_distance` int(0) NOT NULL DEFAULT 50,
+ `chat_protection` int(0) NOT NULL DEFAULT 2,
+ `override_model` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `who_can_mute` int(0) NOT NULL DEFAULT 0,
+ `who_can_kick` int(0) NOT NULL DEFAULT 0,
+ `who_can_ban` int(0) NOT NULL DEFAULT 0,
+ `poll_id` int(0) NOT NULL DEFAULT 0,
+ `roller_speed` int(0) NOT NULL DEFAULT 4,
+ `promoted` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `trade_mode` int(0) NOT NULL DEFAULT 2,
+ `move_diagonally` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
+ `jukebox_active` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `hidewired` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `is_forsale` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `name`(`name`) USING BTREE,
+ INDEX `owner_name`(`owner_name`) USING BTREE,
+ INDEX `owner_id`(`owner_id`) USING BTREE,
+ INDEX `guild_id`(`guild_id`) USING BTREE,
+ INDEX `category`(`category`) USING BTREE,
+ INDEX `public_status`(`is_public`, `is_staff_picked`) USING BTREE,
+ INDEX `togehter_data`(`name`, `owner_name`, `guild_id`) USING BTREE,
+ INDEX `tags`(`tags`) USING BTREE,
+ INDEX `state`(`state`) USING BTREE,
+ INDEX `description`(`description`) USING BTREE,
+ INDEX `users`(`users`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 201 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of rooms
+-- ----------------------------
+INSERT INTO `rooms` VALUES (50, 1, 'Systemaccount', 'Dark Elegant Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 25, 0, 12, 0, '401', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#2020', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
+INSERT INTO `rooms` VALUES (51, 1, 'Systemaccount', 'Chill Modern Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 25, 0, 12, 0, '401', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#2020', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
+INSERT INTO `rooms` VALUES (52, 1, 'Systemaccount', 'Piglet\'s Habitat Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 10, 0, 12, 0, '407', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#habitat', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
+INSERT INTO `rooms` VALUES (53, 1, 'Systemaccount', 'Polar Bear\'s Habitat Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 10, 0, 12, 0, '0.0', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#habitat', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
+INSERT INTO `rooms` VALUES (54, 1, 'Systemaccount', 'Cat\'s Habitat Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 10, 0, 12, 0, '0.0', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#habitat', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
+INSERT INTO `rooms` VALUES (55, 1, 'Systemaccount', 'Puppy\'s Habitat Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 10, 0, 12, 0, '0.0', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#habitat', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
+INSERT INTO `rooms` VALUES (56, 1, 'Systemaccount', 'Terrier\'s Habitat Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 10, 0, 12, 0, '102', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#habitat', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
+
+-- ----------------------------
+-- Table structure for sanction_levels
+-- ----------------------------
+DROP TABLE IF EXISTS `sanction_levels`;
+CREATE TABLE `sanction_levels` (
+ `level` int(0) NOT NULL,
+ `type` enum('ALERT','BAN','MUTE') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `hour_length` int(0) NOT NULL,
+ `probation_days` int(0) NOT NULL,
+ PRIMARY KEY (`level`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of sanction_levels
+-- ----------------------------
+INSERT INTO `sanction_levels` VALUES (1, 'ALERT', 0, 30);
+INSERT INTO `sanction_levels` VALUES (2, 'MUTE', 1, 30);
+INSERT INTO `sanction_levels` VALUES (3, 'BAN', 18, 30);
+INSERT INTO `sanction_levels` VALUES (4, 'BAN', 168, 30);
+INSERT INTO `sanction_levels` VALUES (5, 'BAN', 720, 60);
+INSERT INTO `sanction_levels` VALUES (6, 'BAN', 720, 60);
+INSERT INTO `sanction_levels` VALUES (7, 'BAN', 876581, 876581);
+
+-- ----------------------------
+-- Table structure for sanctions
+-- ----------------------------
+DROP TABLE IF EXISTS `sanctions`;
+CREATE TABLE `sanctions` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `habbo_id` int(0) NOT NULL DEFAULT 0,
+ `sanction_level` int(0) NOT NULL DEFAULT 0,
+ `probation_timestamp` int(0) NOT NULL DEFAULT 0,
+ `reason` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `trade_locked_until` int(0) NOT NULL DEFAULT 0,
+ `is_muted` tinyint(1) NOT NULL DEFAULT 0,
+ `mute_duration` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for soundtracks
+-- ----------------------------
+DROP TABLE IF EXISTS `soundtracks`;
+CREATE TABLE `soundtracks` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `code` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `name` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `author` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `track` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `length` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 28 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of soundtracks
+-- ----------------------------
+INSERT INTO `soundtracks` VALUES (1, 'ballad_of_bonnie', 'The Ballad of Bonnie Blonde', 'Pixel! at the Disco', '1:371,8;374,4;378,4;0,4;378,4;0,4;377,4;378,4;0,6;371,4;0,4;370,3;377,2;0,7:2:353,24;358,4;363,4;353,10;367,4;353,4;367,4;353,8:3:0,4;291,2;365,2;0,2;365,2;377,2;365,2;377,2;365,2;377,2;0,2;359,4;352,4;357,1;0,1;365,2;0,2;292,4;0,3;357,1;292,4;0,3;357,1;292,4;296,4:4:0,2;368,22;354,4;368,26;361,8:', 124);
+INSERT INTO `soundtracks` VALUES (2, 'bossa_nova', 'Push the Call for Help', 'BanzaiBabes', '1:317,6;318,4;319,4;317,4;319,4;0,2:2:0,2;316,4;0,4;316,4;0,4;316,4;0,2:3:0,6;321,4;323,4;322,10:4:0,18;321,2;324,2;0,2:', 48);
+INSERT INTO `soundtracks` VALUES (3, 'doorman_frank', 'Monotone Hotel Sounds', 'Doorman Frank', '1:4,24:2:2,24:3:0,24:4:0,24:', 48);
+INSERT INTO `soundtracks` VALUES (4, 'pianissimo', 'Haven\'t Friend Request You Yet', 'Micheal Bauble', '1:280,4;281,4;282,4;283,4;284,4;285,4;286,4;287,4;288,4:2:0,36:3:0,36:4:0,36:', 72);
+INSERT INTO `soundtracks` VALUES (5, 'sounds_that_fit', 'Sounds That Fit Double Rainbows', 'Kallomies', '1:200,12;199,3;201,1;200,28:2:0,2;190,1;0,1;191,1;0,1;192,1;0,1;190,2;191,1;192,1;190,2;0,1;193,2;190,2;191,1;0,1;190,1;192,2;0,1;191,2;178,2;0,1;178,2;0,1;178,2;0,2;177,2;0,1;176,4:3:0,8;176,2;0,1;177,2;0,3;179,2;0,2;177,2;0,2;176,2;0,1;178,6;0,1;178,2;0,2;177,4;176,2:4:0,8;197,16;0,20:', 88);
+INSERT INTO `soundtracks` VALUES (6, 'gold_coin_digger', 'Gold Coin Digger', 'Kayne Quest', '1:104,10;102,8;104,4;102,8;104,4:2:0,2;181,8;182,8;181,4;182,8;130,2;106,2:3:0,2;105,2;106,2;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;187,1;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;184,1;72,1;100,2;0,1:4:0,4;103,6;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;103,4;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;105,2;101,1;0,1:', 68);
+INSERT INTO `soundtracks` VALUES (7, 'miami_miamor', 'Too Lost In Lido', 'BanzaiBabes', '1:317,4;408,7;0,1;410,16;413,4;406,4;410,8;412,4:2:0,2;321,2;443,22;91,2;317,8;443,8;412,2;0,2:3:0,3;320,2;0,7;414,4;445,4;412,2;323,2;412,4;96,2;412,2;414,4;445,7;448,1;317,4:4:0,3;324,2;0,6;448,1;0,6;96,2;322,4;96,2;99,2;322,4;412,2;0,2;322,2;96,2;322,2;0,1;324,2;0,3:', 96);
+INSERT INTO `soundtracks` VALUES (8, 'limber_take', 'Pixelrazzi', 'Lady BlaBla', '1:0,3;167,1;163,2;0,2;142,2;163,2;142,2;163,2;142,2;163,2;142,2;0,1;88,1;142,2;163,2;142,2;163,2;142,2;163,2;142,2;163,2:2:89,16;0,2;143,4;119,4;143,4;89,2;119,4;143,4:3:0,3;121,2;0,1;164,2;140,8;141,6;0,1;168,1;141,16:4:0,2;139,2;123,4;143,8;144,2;89,2;144,2;0,1;90,1;144,2;89,2;0,2;89,2;144,2;89,2;0,2;89,2:', 80);
+INSERT INTO `soundtracks` VALUES (9, 'klub_haus', 'Touch the Skyscraper', 'Kayne Quest', '1:274,4;275,4;276,8;274,4;276,4;274,4:2:0,4;278,4;279,4;273,12;277,3;0,1:3:0,4;429,2;0,4;430,2;429,2;340,2;342,4;429,2;261,2;342,4:4:0,2;340,2;0,3;429,2;0,1;259,2;271,4;254,12:', 56);
+INSERT INTO `soundtracks` VALUES (10, 'disco_extreme', 'About VIP Now', 'BanzaiBabes', '1:152,20;146,1;0,1;152,4;151,4;152,20;153,4:2:0,8;145,12;146,1;0,1;145,4;0,1;151,2;0,1;145,20;0,1;150,2;0,1:3:0,10;150,2;146,1;0,1;150,2;146,1;0,1;150,2;146,1;0,7;151,2;0,2;150,2;146,1;0,1;150,2;146,1;0,1;150,2;0,1;146,1;0,1;146,1;0,1;146,3;0,4:4:0,4;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,4;147,2;148,6;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;0,4:', 108);
+INSERT INTO `soundtracks` VALUES (11, 'good_trade', 'The Good Trade', 'Kayne Quest', '1:108,4;135,8;130,2;108,2;135,8;127,28:2:0,3;131,9;104,2;0,2;131,8;108,4;102,4;0,8;92,6;0,6:3:134,4;140,8;0,1;133,1;136,2;140,6;0,10;143,16;108,4:4:0,2;104,2;0,1;133,1;0,3;133,1;134,4;0,1;104,2;133,1;0,3;133,1;0,24;136,2;0,4:', 104);
+INSERT INTO `soundtracks` VALUES (12, 'haadolocknloll', 'I Write Bans not Tragedies', 'Pixel! at the Disco', '1:248,4;247,4;252,4;251,8;245,4;250,4;252,4:2:359,4;250,4;359,4;345,8;0,4;359,8:3:0,3;347,1;359,4;352,8;342,4;350,4;342,4;350,4:4:0,3;357,1;334,4;246,4;343,12;334,4;340,2;0,1;347,1:', 64);
+INSERT INTO `soundtracks` VALUES (13, 'weirdodo', 'Furni Face', 'Lady BlaBla', '1:379,4;45,4;0,1;205,2;42,5;37,4;384,2;41,4;42,5;0,2:2:0,3;199,3;0,1;383,3;519,4;515,8;519,8;39,2;0,1:3:0,2;205,2;382,4;522,2;516,12;518,8;0,3:4:0,4;386,2;0,2;43,1;0,1;207,3;202,1;520,8;44,2;0,2;520,4;207,3:', 68);
+INSERT INTO `soundtracks` VALUES (14, 'double_peks', 'Habbowood', 'Micheal Bauble', '1:280,4;265,4;264,4;263,8;0,16:2:262,4;263,8;266,4;267,4;264,12;262,4:3:0,4;268,8;269,4;270,4;268,8;282,4;285,4:4:0,20;74,4;75,3;81,3;0,6:', 72);
+INSERT INTO `soundtracks` VALUES (15, 'party_trax', 'Party Trax', 'Aerokid', '1:12,16;3,4;19,8;0,2;29,8;0,16:2:13,4;14,4;10,8;0,4;2,8;0,1;33,1;32,18;16,2;32,2;16,2:3:0,2;15,1;17,1;5,4;7,2;24,1;8,1;4,4;0,2;24,1;6,1;0,4;22,4;0,2;28,4;30,4;31,2;16,2;31,2;16,2;20,1;21,1;20,1;21,1;20,1;21,1;20,1;21,1:4:18,2;0,2;10,4;5,22;35,2;0,20;24,1;17,1:', 100);
+INSERT INTO `soundtracks` VALUES (16, 'who_dares_stacks', 'Who Dares Stacks', 'Rage Against the Fuse', '1:255,4;310,7;0,9;310,14;0,4:2:0,3;309,1;308,7;309,1;308,7;309,1;308,7;309,1;308,7;309,1;0,2:3:0,4;162,7;0,1;162,7;0,1;162,15;0,3:4:0,6;135,4;135,4;135,4;0,2;135,4;135,4;135,4;135,4;0,2:5:0,14;155,2;0,2;155,2;314,1;315,1;314,1;315,1;314,1;315,1;314,1;0,1;314,1;315,1;314,1;315,1;314,1;315,1;314,1;315,1;0,2:6:0,12;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,5;155,2;311,1;0,1;311,1;0,1;311,1;0,3;311,1;0,1:', 76);
+INSERT INTO `soundtracks` VALUES (17, 'rnb_swat_teem', 'Pet Romance', 'Lady BlaBla', '1:118,1;0,1;136,2;0,2;137,2;0,2;137,2;136,2;137,2;136,4;71,6;0,4:2:121,6;122,4;123,4;122,4;123,2;122,4;0,2;169,2;0,2:3:0,1;125,1;143,8;68,2;165,2;69,1;0,1;69,1;168,1;169,2;69,1;0,1;69,1;125,1;143,4;167,1;0,1:4:0,2;120,8;138,4;120,6;138,6;66,2;121,2:', 61);
+INSERT INTO `soundtracks` VALUES (18, 'park_adventure', 'Park Adventure', 'Kallomies', '1:200,12;199,3;201,1;200,28:2:0,2;190,1;0,1;191,1;0,1;192,1;0,1;190,2;191,1;192,1;190,2;0,1;193,2;190,2;191,1;0,1;190,1;192,2;0,1;191,2;178,2;0,1;178,2;0,1;178,2;0,2;177,2;0,1;176,4:3:0,8;176,2;0,1;177,2;0,3;179,2;0,2;177,2;0,2;176,2;0,1;178,6;0,1;178,2;0,2;177,4;176,2:4:0,8;197,16;0,20:', 90);
+INSERT INTO `soundtracks` VALUES (19, 'good_trade', 'The Good Trade', 'Kayne Quest', '1:108,4;135,8;130,2;108,2;135,8;127,28:2:0,3;131,9;104,2;0,2;131,8;108,4;102,4;0,8;92,6;0,6:3:134,4;140,8;0,1;133,1;136,2;140,6;0,10;143,16;108,4:4:0,2;104,2;0,1;133,1;0,3;133,1;134,4;0,1;104,2;133,1;0,3;133,1;0,24;136,2;0,4:', 107);
+INSERT INTO `soundtracks` VALUES (20, 'chilled_trax', 'Phuturistic Chilled Trax', 'Aerokid', '1:65,2;64,16;0,1;69,1;0,4;31,8;64,12;49,4;53,2:2:0,2;66,18;70,24;75,3;0,3:3:0,6;71,4;72,10;36,4;30,4;36,4;0,4;77,8;0,6:4:0,10;68,2;65,2;68,2;67,4;73,12;0,10;81,3;0,5:', 106);
+INSERT INTO `soundtracks` VALUES (21, 'epic_flail', 'Epic Flail', 'Habbocalyptica', '1:484,12;0,4;298,2;303,2;298,2;303,2;0,3;366,1;305,4;306,2;0,2;306,2;0,1;366,1;0,4;629,4;630,4;622,4;630,4;305,4;306,2;0,2;306,2;0,1;366,1;298,2;303,2;298,2;303,2;484,12;0,2:2:0,2;471,8;207,3;0,3;298,2;303,2;298,2;303,2;295,2;296,2;305,4;306,2;296,2;306,2;296,2;471,4;629,4;630,4;622,8;305,4;306,2;296,2;306,2;296,2;298,2;303,2;298,2;303,2;471,4;207,3;0,7:3:0,2;471,8;0,2;338,32;39,2;0,6;39,2;0,2;630,4;338,20;471,4;0,10:4:0,3;471,8;0,1;338,32;39,2;0,10;622,4;338,20;0,1;471,4;0,9:5:485,4;0,1;485,4;0,11;295,2;296,2;295,2;296,2;0,4;295,2;296,2;295,2;296,2;0,16;39,2;0,6;295,2;296,2;295,2;296,2;295,2;296,2;295,2;296,2;469,4;0,10:6:472,12;0,8;244,10;182,14;244,2;0,20;244,16;472,8;0,6:', 186);
+INSERT INTO `soundtracks` VALUES (22, 'alley_cat_in_trouble', 'Alley Cat in Trouble', 'Rage Against the Fuse', '1:349,20;355,8;349,8;307,8;307,1;307,1;307,1;0,1;349,8;457,2:2:0,2;346,17;0,5;346,11;0,1;361,12;346,7;0,3:3:0,4;240,16;0,8;240,8;307,8;307,1;307,1;307,1;0,1;240,8;0,2:4:0,8;243,12;0,8;243,8;363,8;0,4;243,8;0,2:5:0,12;242,8;0,4;236,4;242,8;457,2;0,2;457,2;0,2;457,2;457,2;242,8;0,2:6:0,2;71,18;0,4;71,32;0,2:', 119);
+INSERT INTO `soundtracks` VALUES (23, 'lost_my_tapes_at_goa', 'Tapes from Goa', 'Habnosis', '1:0,116;116,8;0,8;5,56;0,64:2:0,49;42,6;0,21;575,4;0,4;575,20;0,4;0,2;290,6;290,2;290,4;293,2;297,1;291,2;0,12;42,6;0,31;75,4;0,6;97,2;0,16;575,4;0,2;502,4;0,12;502,4;0,4;502,4:3:0,42;471,4;0,3;81,4;44,2;0,12;97,2;2,2;0,2;2,2;0,2;2,8;0,1;81,3;0,4;410,14;0,2;410,30;97,2;0,2;410,2;0,2;410,2;0,2;410,2;0,2;410,2;0,10;97,2;0,6;97,2;410,22;97,2;410,16:4:0,44;410,40;157,66;97,2;157,2;97,2;0,4;157,79:5:0,20;577,8;0,8;570,16;79,2;423,2;79,2;423,2;79,2;423,2;79,2;423,2;79,2;423,2;79,2;423,2;79,2;0,2;79,2;97,2;0,6;97,2;0,6;97,2;0,6;97,2;0,14;97,2;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;100,1;101,1;100,1;101,1;100,1;101,1;100,1;101,1;100,1;101,1;100,1;101,19;100,5;101,1;100,1;101,1;100,6;101,1;100,1;101,1;100,5;101,1;100,1;101,1;0,4;576,4;575,12:6:0,11;576,16;0,5;100,19;101,1;447,32;0,6;447,50;454,36;447,56:7:0,4;575,16;0,6;514,4;0,1;118,1;0,5;118,1;0,3;118,1;97,2;0,6;97,2;0,8;71,24;0,8;471,48;0,24;73,82:8:578,20;0,4;579,8;0,6;73,46;0,4;73,87;97,2;0,44;578,32;579,4:', 512);
+INSERT INTO `soundtracks` VALUES (24, 'galactic_disco', 'Galactic Disco', 'DJ Bobba feat. Habboway', '1:214,2;95,20;0,2;260,1;0,3;260,1;0,1;407,16;95,6;0,6:2:0,14;461,2;0,2;461,2;0,10;495,2;0,2;495,2;0,2;495,2;0,2;495,2;0,2;412,2;0,5;495,2;0,3:3:0,2;413,28;458,14;0,2;86,6;0,6:4:0,2;411,42;0,2;256,1;257,5;0,6:5:0,6;465,2;0,2;465,2;0,2;465,2;0,2;465,2;0,2;531,2;0,2;531,2;0,6;461,2;0,2;461,2;0,2;461,2;0,4;92,1;93,4;0,5:6:0,6;72,2;0,2;72,2;0,2;72,2;0,2;72,2;0,2;72,2;0,1;72,3;0,2;72,2;0,2;72,2;0,2;72,2;0,2;72,2;0,4;72,2;0,8:', 114);
+INSERT INTO `soundtracks` VALUES (25, 'electric_pixels', 'Electric Pixels', 'Habbo de Gaia', '1:73,36;435,40;565,2;566,2;468,24;0,2:2:0,1;76,2;43,1;0,1;76,2;0,2;76,2;43,1;0,1;76,2;0,2;76,2;0,21;439,8;454,2;0,2;454,2;0,2;454,20;0,6;420,2;0,2;420,2;0,2;420,2;0,2;420,2;0,2;97,2;0,6:3:0,2;76,2;0,2;76,2;0,2;76,2;0,2;76,2;0,2;76,2;0,16;73,30;434,4;420,2;434,6;435,24;0,4:4:0,1;80,16;0,19;463,6;438,2;463,2;438,2;463,2;438,2;0,2;97,2;0,4;79,2;0,2;79,2;42,6;79,2;420,2;0,4;447,20;73,2;0,4:5:52,34;97,2;0,2;420,2;0,2;420,2;0,2;420,2;439,4;0,4;456,22;0,2;456,20;0,6:6:0,7;42,6;0,1;42,6;565,2;566,2;565,2;566,2;565,2;566,2;565,2;566,2;468,38;0,2;73,4;463,2;0,2;439,4;463,2;0,2;439,4;463,2;0,8:7:0,12;577,24;52,62;0,8:8:77,20;553,4;554,4;553,4;554,4;460,32;447,10;0,2;460,18;0,8:', 210);
+INSERT INTO `soundtracks` VALUES (26, 'xmas_2011', 'Xmas Magic', 'Silent Aurora', '1:387,4;387,3;0,5;387,4;0,23;558,8;0,8;558,8;0,8;558,4;0,4;558,4;0,4;558,4;476,1;0,3;558,4;0,3;476,2;0,2;476,2;0,14;387,6:2:0,4;484,8;484,3;0,5;61,4;0,40;481,1;482,3;481,5;482,3;481,5;482,3;481,5;482,3;481,4;0,1;482,4;0,3;476,2;0,2;476,4:3:0,4;477,2;476,2;0,2;476,2;0,2;476,2;0,3;476,4;0,1;485,4;0,43;485,4;0,7;476,3;0,2;485,4;0,1;476,4;0,5;558,4:4:0,2;485,6;0,11;485,7;0,6;498,78;0,2;473,4;474,4;473,4:5:0,16;326,12;326,3;0,1;326,68;326,2:6:0,8;476,2;0,2;476,2;0,2;476,3;0,6;325,42;0,12;325,12;0,4;325,4:7:0,27;325,3;325,2;0,14;475,1;0,1;475,4;475,4;0,22;477,2;0,5;476,4;476,3:8:0,38;474,2;0,30;486,32:meta,1;c,1', 257);
+INSERT INTO `soundtracks` VALUES (27, 'who_dares_stacks', 'Who Dares Stacks', 'Rage Against the Fuse', '1:255,4;310,7;0,9;310,14;0,4:2:0,3;309,1;308,7;309,1;308,7;309,1;308,7;309,1;308,7;309,1;0,2:3:0,4;162,7;0,1;162,7;0,1;162,15;0,3:4:0,6;135,4;135,4;135,4;0,2;135,4;135,4;135,4;135,4;0,2:5:0,14;155,2;0,2;155,2;314,1;315,1;314,1;315,1;314,1;315,1;314,1;0,1;314,1;315,1;314,1;315,1;314,1;315,1;314,1;315,1;0,2:6:0,12;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,5;155,2;311,1;0,1;311,1;0,1;311,1;0,3;311,1;0,1:', 76);
+
+-- ----------------------------
+-- Table structure for special_enables
+-- ----------------------------
+DROP TABLE IF EXISTS `special_enables`;
+CREATE TABLE `special_enables` (
+ `effect_id` int(0) NOT NULL,
+ `min_rank` int(0) NOT NULL,
+ UNIQUE INDEX `effect_id`(`effect_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Records of special_enables
+-- ----------------------------
+INSERT INTO `special_enables` VALUES (102, 5);
+INSERT INTO `special_enables` VALUES (178, 5);
+INSERT INTO `special_enables` VALUES (136, 5);
+
+-- ----------------------------
+-- Table structure for support_cfh_categories
+-- ----------------------------
+DROP TABLE IF EXISTS `support_cfh_categories`;
+CREATE TABLE `support_cfh_categories` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `name_internal` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
+ `name_external` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of support_cfh_categories
+-- ----------------------------
+INSERT INTO `support_cfh_categories` VALUES (1, 'cyber', 'Cyber sex');
+INSERT INTO `support_cfh_categories` VALUES (2, 'scamming', 'Scamming');
+INSERT INTO `support_cfh_categories` VALUES (3, 'badwords', 'Inappropriate words');
+INSERT INTO `support_cfh_categories` VALUES (4, 'badbehavior', 'Bad behavior');
+INSERT INTO `support_cfh_categories` VALUES (5, 'account', 'Account Issues');
+INSERT INTO `support_cfh_categories` VALUES (6, 'hacking', 'Hacking');
+
+-- ----------------------------
+-- Table structure for support_cfh_topics
+-- ----------------------------
+DROP TABLE IF EXISTS `support_cfh_topics`;
+CREATE TABLE `support_cfh_topics` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `category_id` int(0) NULL DEFAULT NULL,
+ `name_internal` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
+ `name_external` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
+ `action` enum('mods','auto_ignore','auto_reply') CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT 'mods',
+ `ignore_target` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `auto_reply` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
+ `default_sanction` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 33 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of support_cfh_topics
+-- ----------------------------
+INSERT INTO `support_cfh_topics` VALUES (1, 1, 'cyber.sextalk', 'Sexual talk', 'auto_ignore', '0', 'Thank you for reporting someone for sexual talk. We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'. We will take a look at this.', 0);
+INSERT INTO `support_cfh_topics` VALUES (2, 1, 'cyber.asking', 'Asking for cyber sex', 'auto_ignore', '0', 'Thank you for reporting someone for sexual talk. We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'. We will take a look at this.', 0);
+INSERT INTO `support_cfh_topics` VALUES (3, 1, 'cyber.offering', 'Offering cyber sex', 'auto_ignore', '0', 'Thank you for reporting someone for sexual talk. We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'. We will take a look at this.', 0);
+INSERT INTO `support_cfh_topics` VALUES (4, 1, 'cyber.porn', 'Sending porn', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (5, 2, 'scamming.scamsite', 'Promoting scam sites', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (6, 2, 'scamming.sellingirl', 'Selling virtual items for real money', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (7, 2, 'scamming.stealingfurni', 'Stealing furni or coins', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (8, 2, 'scamming.account', 'Stealing account information', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (9, 2, 'scamming.casino', 'Casino scamming', 'auto_reply', '0', 'Habbo does not get involved with the casino community due to cases being complex and hard to track. Players gamble at their own risk. When the fun stops, stop.', 0);
+INSERT INTO `support_cfh_topics` VALUES (10, 3, 'badwords.roomname', 'Room name', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (11, 3, 'badwords.roomdesc', 'Room description', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (12, 3, 'badwords.username', 'Username', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (13, 3, 'badwords.motto', 'Moto', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (14, 3, 'badwords.grouporevent', 'Group or event name', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (15, 4, 'badbehavior.trolling', 'Trolling', 'auto_reply', '0', 'Thanks for your report. Please call a moderator to the room by following these steps.\r\n1. Under the Help window click on \'Get immediate help\'.\r\n2. Then click on \'Chat to a Moderator\'.\r\n3. Let them know that somebody is trolling in the room.\r\n4. A moderator will open a chat session with you to resolve the problem.', 0);
+INSERT INTO `support_cfh_topics` VALUES (16, 4, 'badbehavior.blocking', 'Blocking', 'auto_reply', '0', 'Thanks for your report. Please call a moderator to the room by following these steps.\r\n1. Under the Help window click on \'Get immediate help\'.\r\n2. Then click on \'Chat to a Moderator\'.\r\n3. Let them know that somebody is blocking in the room.\r\n4. A moderator will open a chat session with you to resolve the problem.', 0);
+INSERT INTO `support_cfh_topics` VALUES (17, 4, 'badbehavior.flooding', 'Flooding', 'auto_reply', '0', 'Thanks for your report. Please call a moderator to the room by following these steps.\r\n1. Under the Help window click on \'Get immediate help\'.\r\n2. Then click on \'Chat to a Moderator\'.\r\n3. Let them know that somebody is flooding the room.\r\n4. A moderator will open a chat session with you to resolve the problem.', 0);
+INSERT INTO `support_cfh_topics` VALUES (18, 4, 'badbehavior.young', 'Too young for Habbo', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (19, 4, 'badbehavior.staffimpersonation', 'Staff impersonation', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (20, 4, 'badbehavior.offensive', 'Offensive language', 'auto_ignore', '0', 'We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'', 0);
+INSERT INTO `support_cfh_topics` VALUES (21, 4, 'badbehavior.hate', 'Hate speech', 'auto_ignore', '0', 'We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'', 0);
+INSERT INTO `support_cfh_topics` VALUES (22, 4, 'badbehavior.violence', 'Violence', 'auto_ignore', '0', 'We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'', 0);
+INSERT INTO `support_cfh_topics` VALUES (23, 5, 'account.username', 'Change username', 'auto_reply', '0', 'It is currently not possible to change your username in Habbo. When that feature becomes available you\'ll be sure to know! :)', 0);
+INSERT INTO `support_cfh_topics` VALUES (24, 5, 'accunt.payment', 'Payment issues', 'auto_reply', '0', 'Thanks for your report. Unfortunately Game Moderators cannot help with payment issues. Please report your payment issue to us at the help desk on the website where our team of specialists will get back to you.', 0);
+INSERT INTO `support_cfh_topics` VALUES (25, 5, 'account.earn', 'Earn gems', 'auto_reply', '0', 'Thanks for your report. Unfortunately Game Moderators cannot help with payment issues. Please report your payment issue to us at the help desk on the website where our team of specialists will get back to you.', 0);
+INSERT INTO `support_cfh_topics` VALUES (26, 5, 'account.other', 'Something else', 'auto_reply', '0', 'Please use the helpdesk on the website for help with this matter.', 0);
+INSERT INTO `support_cfh_topics` VALUES (27, 6, 'hacking.game', 'Threat to hack Habbo', 'auto_reply', '0', 'We work very hard to ensure that Habbo is safe for all that play. This involves using only the best security technology. We would like to thank you for reporting this to us, but we don\'t think this person is capable of hacking Habbo :)', 0);
+INSERT INTO `support_cfh_topics` VALUES (28, 6, 'hacking.player', 'Threat to hack a player', 'auto_reply', '0', 'There is no way that another Habbo can hack you without knowing your Habbo password or Habbo email address. Please make sure that you are using a secure password which is not easy to remember. We recommend passwords which include letters and numbers such as fl0w3rs. If you wanted to be even more secure you could include a special letter, such as fl0w3r$.\r\n\r\nTo change your Habbo password go to your profile on the website.', 0);
+INSERT INTO `support_cfh_topics` VALUES (29, 6, 'hacking.furni', 'Scripted furniture', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (30, 6, 'hacking.room', 'Scripted room', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (31, 6, 'hacking.character', 'Scripted character', 'mods', '0', NULL, 0);
+INSERT INTO `support_cfh_topics` VALUES (32, 6, 'hacking.other', 'Other hacking', 'mods', '0', NULL, 0);
+
+-- ----------------------------
+-- Table structure for support_issue_categories
+-- ----------------------------
+DROP TABLE IF EXISTS `support_issue_categories`;
+CREATE TABLE `support_issue_categories` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'PII',
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 3 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of support_issue_categories
+-- ----------------------------
+INSERT INTO `support_issue_categories` VALUES (1, 'PII');
+INSERT INTO `support_issue_categories` VALUES (2, 'Whatever');
+
+-- ----------------------------
+-- Table structure for support_issue_presets
+-- ----------------------------
+DROP TABLE IF EXISTS `support_issue_presets`;
+CREATE TABLE `support_issue_presets` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `category` int(0) NOT NULL DEFAULT 1,
+ `name` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `message` varchar(300) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `reminder` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `ban_for` int(0) NOT NULL DEFAULT 0 COMMENT '100000 = perm ban',
+ `mute_for` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 12 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of support_issue_presets
+-- ----------------------------
+INSERT INTO `support_issue_presets` VALUES (1, 1, '1 hour mute', '1 hour mute', 'Reminder, yeah.. no', 0, 1);
+INSERT INTO `support_issue_presets` VALUES (2, 1, '2 hour mute', '2 hour mute', 'Reminder, yeah.. no', 0, 2);
+INSERT INTO `support_issue_presets` VALUES (3, 1, '1 hour ban', '1 hour ban', 'Reminder, yeah.. no', 1, 0);
+INSERT INTO `support_issue_presets` VALUES (4, 1, '2 hour ban', '2 hour ban', 'Reminder, yeah.. no', 2, 0);
+INSERT INTO `support_issue_presets` VALUES (5, 1, '1 day ban', '1 day ban', 'Reminder, yeah.. no', 24, 0);
+INSERT INTO `support_issue_presets` VALUES (6, 1, '7 days ban', '7 days ban', 'Reminder, yeah.. no', 168, 0);
+INSERT INTO `support_issue_presets` VALUES (7, 1, '1 month ban', '1 month ban', 'Reminder, yeah.. no', 744, 0);
+INSERT INTO `support_issue_presets` VALUES (8, 1, '2 months ban', '2 months ban', 'Reminder, yeah.. no', 1488, 0);
+INSERT INTO `support_issue_presets` VALUES (9, 1, '1 year ban', '1 year ban', 'Reminder, yeah.. no', 8760, 0);
+INSERT INTO `support_issue_presets` VALUES (10, 1, 'Perm ban', 'Perm ban', 'Reminder, yeah.. no', 100000, 0);
+INSERT INTO `support_issue_presets` VALUES (11, 2, '1 day ban', '1 day ban', 'Reminder, yeah.. no', 24, 0);
+
+-- ----------------------------
+-- Table structure for support_presets
+-- ----------------------------
+DROP TABLE IF EXISTS `support_presets`;
+CREATE TABLE `support_presets` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `type` enum('user','room') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'user',
+ `preset` varchar(200) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of support_presets
+-- ----------------------------
+INSERT INTO `support_presets` VALUES (1, 'user', 'You\'re banned.');
+INSERT INTO `support_presets` VALUES (2, 'user', 'Other message.');
+INSERT INTO `support_presets` VALUES (3, 'room', 'Some message');
+INSERT INTO `support_presets` VALUES (4, 'room', 'Configurable in support_presets table.');
+
+-- ----------------------------
+-- Table structure for support_tickets
+-- ----------------------------
+DROP TABLE IF EXISTS `support_tickets`;
+CREATE TABLE `support_tickets` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `state` int(0) NOT NULL DEFAULT 0,
+ `type` int(0) NOT NULL DEFAULT 1,
+ `timestamp` int(0) NOT NULL DEFAULT 0,
+ `score` int(0) NOT NULL DEFAULT 0,
+ `sender_id` int(0) NOT NULL DEFAULT 0,
+ `reported_id` int(0) NOT NULL DEFAULT 0,
+ `room_id` int(0) NOT NULL DEFAULT 0,
+ `mod_id` int(0) NOT NULL DEFAULT 0,
+ `issue` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `category` int(0) NOT NULL DEFAULT 0,
+ `group_id` int(0) NOT NULL,
+ `thread_id` int(0) NOT NULL,
+ `comment_id` int(0) NOT NULL,
+ `photo_item_id` int(0) NOT NULL DEFAULT -1,
+ PRIMARY KEY (`id`) USING BTREE,
+ UNIQUE INDEX `id`(`id`) USING BTREE,
+ INDEX `state`(`state`) USING BTREE,
+ INDEX `type`(`type`) USING BTREE,
+ INDEX `timestamp`(`timestamp`) USING BTREE,
+ INDEX `user_data`(`sender_id`, `reported_id`) USING BTREE,
+ INDEX `room_id`(`room_id`) USING BTREE,
+ INDEX `issue`(`issue`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for trax_playlist
+-- ----------------------------
+DROP TABLE IF EXISTS `trax_playlist`;
+CREATE TABLE `trax_playlist` (
+ `trax_item_id` int(0) NOT NULL,
+ `item_id` int(0) NOT NULL
+) ENGINE = InnoDB CHARACTER SET = armscii8 COLLATE = armscii8_general_ci ROW_FORMAT = Compact;
+
+-- ----------------------------
+-- Table structure for user_window_settings
+-- ----------------------------
+DROP TABLE IF EXISTS `user_window_settings`;
+CREATE TABLE `user_window_settings` (
+ `user_id` int(0) NOT NULL,
+ `x` int(0) NOT NULL DEFAULT 100,
+ `y` int(0) NOT NULL DEFAULT 100,
+ `width` int(0) NOT NULL DEFAULT 435,
+ `height` int(0) NOT NULL DEFAULT 535,
+ `open_searches` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0'
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Records of user_window_settings
+-- ----------------------------
+INSERT INTO `user_window_settings` VALUES (1, 100, 100, 425, 535, '0');
+
+-- ----------------------------
+-- Table structure for users
+-- ----------------------------
+DROP TABLE IF EXISTS `users`;
+CREATE TABLE `users` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `username` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `real_name` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'KREWS DEV',
+ `password` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `mail` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL,
+ `mail_verified` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `account_created` int(0) NOT NULL,
+ `account_day_of_birth` int(0) NOT NULL DEFAULT 0,
+ `last_login` int(0) NOT NULL DEFAULT 0,
+ `last_online` int(0) NOT NULL DEFAULT 0,
+ `motto` varchar(127) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `look` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'hr-115-42.hd-195-19.ch-3030-82.lg-275-1408.fa-1201.ca-1804-64',
+ `gender` enum('M','F') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'M',
+ `rank` int(0) NOT NULL DEFAULT 1,
+ `credits` int(0) NOT NULL DEFAULT 2500,
+ `pixels` int(0) NOT NULL DEFAULT 500,
+ `points` int(0) NOT NULL DEFAULT 10,
+ `online` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `auth_ticket` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `ip_register` varchar(45) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `ip_current` varchar(45) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT 'Have your CMS update this IP. If you do not do this IP banning won\'t work!',
+ `machine_id` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
+ `home_room` int(0) NOT NULL DEFAULT 0,
+ `secret_key` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL,
+ `pincode` varchar(11) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL,
+ `extra_rank` int(0) NULL DEFAULT NULL,
+ PRIMARY KEY (`id`) USING BTREE,
+ UNIQUE INDEX `username`(`username`) USING BTREE,
+ UNIQUE INDEX `id`(`id`) USING BTREE,
+ UNIQUE INDEX `id_2`(`id`) USING BTREE,
+ UNIQUE INDEX `id_3`(`id`) USING BTREE,
+ INDEX `account_created`(`account_created`) USING BTREE,
+ INDEX `last_login`(`last_login`) USING BTREE,
+ INDEX `last_online`(`last_online`) USING BTREE,
+ INDEX `figure`(`motto`, `look`, `gender`) USING BTREE,
+ INDEX `auth_ticket`(`auth_ticket`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of users
+-- ----------------------------
+INSERT INTO `users` VALUES (1, 'Systemaccount', 'SYSTEMACC', '', 'mail@hoster.de', '1', 1, 1, 1594680183, 1, '', 'he-3884-92-93.ch-4004-92.hr-3251-39-49.hd-3100-5.lg-3078-110', 'F', 1, 0, 0, 0, '1', '', '127.0.0.1', '127.0.0.1', 'dde7b67386d37aff60022250b84efbff5b1fd2c4ae5c8609049470a1c0feffc4', 0, NULL, NULL, NULL);
+
+-- ----------------------------
+-- Table structure for users_achievements
+-- ----------------------------
+DROP TABLE IF EXISTS `users_achievements`;
+CREATE TABLE `users_achievements` (
+ `user_id` int(0) NOT NULL,
+ `achievement_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `progress` int(0) NOT NULL DEFAULT 1,
+ INDEX `user_id`(`user_id`) USING BTREE,
+ INDEX `achievement_name`(`achievement_name`) USING BTREE,
+ INDEX `progress`(`progress`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of users_achievements
+-- ----------------------------
+INSERT INTO `users_achievements` VALUES (1, 'FriendListSize', 1);
+INSERT INTO `users_achievements` VALUES (1, 'RegistrationDuration', 1);
+INSERT INTO `users_achievements` VALUES (1, 'TraderPass', 1);
+
+-- ----------------------------
+-- Table structure for users_achievements_queue
+-- ----------------------------
+DROP TABLE IF EXISTS `users_achievements_queue`;
+CREATE TABLE `users_achievements_queue` (
+ `user_id` int(0) NOT NULL,
+ `achievement_id` int(0) NOT NULL,
+ `amount` int(0) NOT NULL,
+ UNIQUE INDEX `unique_index`(`user_id`, `achievement_id`) USING BTREE,
+ UNIQUE INDEX `data`(`user_id`, `achievement_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for users_badges
+-- ----------------------------
+DROP TABLE IF EXISTS `users_badges`;
+CREATE TABLE `users_badges` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL DEFAULT 0,
+ `slot_id` int(0) NOT NULL DEFAULT 0,
+ `badge_code` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of users_badges
+-- ----------------------------
+INSERT INTO `users_badges` VALUES (1, 1, 0, 'ACH_TraderPass1');
+
+-- ----------------------------
+-- Table structure for users_clothing
+-- ----------------------------
+DROP TABLE IF EXISTS `users_clothing`;
+CREATE TABLE `users_clothing` (
+ `user_id` int(0) NOT NULL,
+ `clothing_id` int(0) NOT NULL,
+ UNIQUE INDEX `user_id`(`user_id`, `clothing_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for users_currency
+-- ----------------------------
+DROP TABLE IF EXISTS `users_currency`;
+CREATE TABLE `users_currency` (
+ `user_id` int(0) NOT NULL,
+ `type` int(0) NOT NULL,
+ `amount` int(0) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`user_id`, `type`) USING BTREE,
+ UNIQUE INDEX `userdata`(`user_id`, `type`) USING BTREE,
+ INDEX `amount`(`amount`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Records of users_currency
+-- ----------------------------
+INSERT INTO `users_currency` VALUES (1, 0, 5);
+
+-- ----------------------------
+-- Table structure for users_effects
+-- ----------------------------
+DROP TABLE IF EXISTS `users_effects`;
+CREATE TABLE `users_effects` (
+ `user_id` int(0) NOT NULL,
+ `effect` int(0) NOT NULL,
+ `duration` int(0) NOT NULL DEFAULT 86400,
+ `activation_timestamp` int(0) NOT NULL DEFAULT -1,
+ `total` int(0) NOT NULL DEFAULT 1,
+ UNIQUE INDEX `user_id`(`user_id`, `effect`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for users_favorite_rooms
+-- ----------------------------
+DROP TABLE IF EXISTS `users_favorite_rooms`;
+CREATE TABLE `users_favorite_rooms` (
+ `user_id` int(0) NOT NULL,
+ `room_id` int(0) NOT NULL,
+ UNIQUE INDEX `user_id`(`user_id`, `room_id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for users_ignored
+-- ----------------------------
+DROP TABLE IF EXISTS `users_ignored`;
+CREATE TABLE `users_ignored` (
+ `user_id` int(0) NOT NULL,
+ `target_id` int(0) NOT NULL,
+ INDEX `user_id`(`user_id`, `target_id`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for users_navigator_settings
+-- ----------------------------
+DROP TABLE IF EXISTS `users_navigator_settings`;
+CREATE TABLE `users_navigator_settings` (
+ `user_id` int(0) NOT NULL,
+ `caption` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `list_type` enum('list','thumbnails') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'list',
+ `display` enum('visible','collapsed') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'visible',
+ UNIQUE INDEX `userid`(`user_id`) USING BTREE,
+ INDEX `list_type`(`list_type`) USING BTREE,
+ INDEX `display`(`display`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for users_pets
+-- ----------------------------
+DROP TABLE IF EXISTS `users_pets`;
+CREATE TABLE `users_pets` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL,
+ `room_id` int(0) NOT NULL,
+ `name` varchar(15) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'User Pet',
+ `race` int(0) NOT NULL,
+ `type` int(0) NOT NULL,
+ `color` varchar(6) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `happyness` int(0) NOT NULL DEFAULT 100,
+ `experience` int(0) NOT NULL DEFAULT 0,
+ `energy` int(0) NOT NULL DEFAULT 100,
+ `hunger` int(0) NOT NULL DEFAULT 0,
+ `thirst` int(0) NOT NULL DEFAULT 0,
+ `respect` int(0) NOT NULL DEFAULT 0,
+ `created` int(0) NOT NULL,
+ `x` int(0) NOT NULL DEFAULT 0,
+ `y` int(0) NOT NULL DEFAULT 0,
+ `z` double NOT NULL DEFAULT 0,
+ `rot` int(0) NOT NULL DEFAULT 0,
+ `hair_style` int(0) NOT NULL DEFAULT -1,
+ `hair_color` int(0) NOT NULL DEFAULT 0,
+ `saddle` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `ride` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `mp_type` int(0) NOT NULL DEFAULT 0,
+ `mp_color` int(0) NOT NULL DEFAULT 0,
+ `mp_nose` int(0) NOT NULL DEFAULT 0,
+ `mp_nose_color` tinyint(0) NOT NULL DEFAULT 0,
+ `mp_eyes` int(0) NOT NULL DEFAULT 0,
+ `mp_eyes_color` tinyint(0) NOT NULL DEFAULT 0,
+ `mp_mouth` int(0) NOT NULL DEFAULT 0,
+ `mp_mouth_color` tinyint(0) NOT NULL DEFAULT 0,
+ `mp_death_timestamp` int(0) NOT NULL DEFAULT 0,
+ `mp_breedable` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `mp_allow_breed` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
+ `gnome_data` varchar(80) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
+ `mp_is_dead` tinyint(1) NOT NULL DEFAULT 0,
+ `saddle_item_id` int(0) NULL DEFAULT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for users_recipes
+-- ----------------------------
+DROP TABLE IF EXISTS `users_recipes`;
+CREATE TABLE `users_recipes` (
+ `user_id` int(0) NOT NULL,
+ `recipe` int(0) NOT NULL,
+ UNIQUE INDEX `user_id`(`user_id`, `recipe`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for users_saved_searches
+-- ----------------------------
+DROP TABLE IF EXISTS `users_saved_searches`;
+CREATE TABLE `users_saved_searches` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `search_code` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `filter` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
+ `user_id` int(0) NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of users_saved_searches
+-- ----------------------------
+INSERT INTO `users_saved_searches` VALUES (1, 'official-root', '', 1);
+INSERT INTO `users_saved_searches` VALUES (2, 'my', '', 1);
+INSERT INTO `users_saved_searches` VALUES (3, 'favorites', '', 1);
+
+-- ----------------------------
+-- Table structure for users_settings
+-- ----------------------------
+DROP TABLE IF EXISTS `users_settings`;
+CREATE TABLE `users_settings` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL DEFAULT 0 COMMENT 'WARNING: DONT HAVE YOUR CMS INSERT ANYTHING IN HERE. THE EMULATOR DOES THIS FOR YOU!',
+ `credits` int(0) NOT NULL DEFAULT 0,
+ `achievement_score` int(0) NOT NULL DEFAULT 0,
+ `daily_respect_points` int(0) NOT NULL DEFAULT 3,
+ `daily_pet_respect_points` int(0) NOT NULL DEFAULT 3,
+ `respects_given` int(0) NOT NULL DEFAULT 0,
+ `respects_received` int(0) NOT NULL DEFAULT 0,
+ `guild_id` int(0) NOT NULL DEFAULT 0,
+ `can_change_name` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `can_trade` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '1',
+ `is_citizen` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
+ `citizen_level` int(0) NOT NULL DEFAULT 0,
+ `helper_level` int(0) NOT NULL DEFAULT 0,
+ `tradelock_amount` int(0) NOT NULL DEFAULT 0,
+ `cfh_send` int(0) NOT NULL DEFAULT 0 COMMENT 'Amount of CFHs been send. Not include abusive.',
+ `cfh_abusive` int(0) NOT NULL DEFAULT 0 COMMENT 'Amount of abusive CFHs have been send.',
+ `cfh_warnings` int(0) NOT NULL DEFAULT 0 COMMENT 'Amount of warnings a user has received.',
+ `cfh_bans` int(0) NOT NULL DEFAULT 0 COMMENT 'Amount of bans a user has received.',
+ `block_following` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `block_friendrequests` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
+ `block_roominvites` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
+ `volume_system` int(0) NOT NULL DEFAULT 100,
+ `volume_furni` int(0) NOT NULL DEFAULT 100,
+ `volume_trax` int(0) NOT NULL DEFAULT 100,
+ `old_chat` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
+ `block_camera_follow` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
+ `chat_color` int(0) NOT NULL DEFAULT 0,
+ `home_room` int(0) NOT NULL DEFAULT 0,
+ `online_time` int(0) NOT NULL DEFAULT 0 COMMENT 'Total online time in seconds.',
+ `tags` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Arcturus Emulator;',
+ `club_expire_timestamp` int(0) NOT NULL DEFAULT 0,
+ `login_streak` int(0) NOT NULL DEFAULT 0,
+ `rent_space_id` int(0) NOT NULL DEFAULT 0,
+ `rent_space_endtime` int(0) NOT NULL DEFAULT 0,
+ `hof_points` int(0) NOT NULL DEFAULT 0,
+ `block_alerts` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
+ `talent_track_citizenship_level` int(0) NOT NULL DEFAULT -1,
+ `talent_track_helpers_level` int(0) NOT NULL DEFAULT -1,
+ `ignore_bots` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
+ `ignore_pets` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
+ `nux` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
+ `mute_end_timestamp` int(0) NOT NULL DEFAULT 0,
+ `allow_name_change` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
+ `perk_trade` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0' COMMENT 'Defines if a player has obtained the perk TRADE. When hotel.trading.requires.perk is set to 1, this perk is required in order to trade. Perk is obtained from the talen track.',
+ `forums_post_count` int(0) NULL DEFAULT 0,
+ `ui_flags` int(0) NOT NULL DEFAULT 1,
+ `has_gotten_default_saved_searches` tinyint(1) NOT NULL DEFAULT 0,
+ `hc_gifts_claimed` int(0) NULL DEFAULT 0,
+ `last_hc_payday` int(0) NULL DEFAULT 0,
+ `max_rooms` int(0) NULL DEFAULT 50,
+ `max_friends` int(0) NULL DEFAULT 300,
+ PRIMARY KEY (`id`) USING BTREE,
+ UNIQUE INDEX `user_id`(`user_id`) USING BTREE,
+ INDEX `achievement_score`(`achievement_score`) USING BTREE,
+ INDEX `guild_id`(`guild_id`) USING BTREE,
+ INDEX `can_trade`(`can_trade`) USING BTREE,
+ INDEX `online_time`(`online_time`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_unicode_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of users_settings
+-- ----------------------------
+INSERT INTO `users_settings` VALUES (1, 1, 0, 0, 3, 3, 0, 0, 0, '0', '1', '0', 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', 100, 100, 100, '0', '0', 0, 0, 0, 'Arcturus Emulator;', 0, 0, 0, 0, 0, '0', -1, -1, '0', '0', '0', 0, '0', '0', 0, 1, 1, 0, 0, 50, 300);
+
+-- ----------------------------
+-- Table structure for users_subscriptions
+-- ----------------------------
+DROP TABLE IF EXISTS `users_subscriptions`;
+CREATE TABLE `users_subscriptions` (
+ `id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) UNSIGNED NULL DEFAULT NULL,
+ `subscription_type` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
+ `timestamp_start` int(0) UNSIGNED NULL DEFAULT NULL,
+ `duration` int(0) UNSIGNED NULL DEFAULT NULL,
+ `active` tinyint(1) NULL DEFAULT 1,
+ PRIMARY KEY (`id`) USING BTREE,
+ INDEX `user_id`(`user_id`) USING BTREE,
+ INDEX `subscription_type`(`subscription_type`) USING BTREE,
+ INDEX `timestamp_start`(`timestamp_start`) USING BTREE,
+ INDEX `active`(`active`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for users_target_offer_purchases
+-- ----------------------------
+DROP TABLE IF EXISTS `users_target_offer_purchases`;
+CREATE TABLE `users_target_offer_purchases` (
+ `user_id` int(0) NOT NULL,
+ `offer_id` int(0) NOT NULL,
+ `state` int(0) NOT NULL DEFAULT 0,
+ `amount` int(0) NOT NULL DEFAULT 0,
+ `last_purchase` int(0) NOT NULL DEFAULT 0,
+ UNIQUE INDEX `use_id`(`user_id`, `offer_id`) USING BTREE
+) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of users_target_offer_purchases
+-- ----------------------------
+INSERT INTO `users_target_offer_purchases` VALUES (1, 1, 0, 0, 0);
+
+-- ----------------------------
+-- Table structure for users_wardrobe
+-- ----------------------------
+DROP TABLE IF EXISTS `users_wardrobe`;
+CREATE TABLE `users_wardrobe` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `user_id` int(0) NOT NULL DEFAULT 0,
+ `slot_id` int(0) NOT NULL DEFAULT 0,
+ `look` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
+ `gender` enum('M','F') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'F',
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for voucher_history
+-- ----------------------------
+DROP TABLE IF EXISTS `voucher_history`;
+CREATE TABLE `voucher_history` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `voucher_id` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL,
+ `timestamp` int(0) NOT NULL,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for vouchers
+-- ----------------------------
+DROP TABLE IF EXISTS `vouchers`;
+CREATE TABLE `vouchers` (
+ `id` int(0) NOT NULL AUTO_INCREMENT,
+ `code` varchar(10) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
+ `credits` int(0) NOT NULL DEFAULT 0,
+ `points` int(0) NOT NULL DEFAULT 0,
+ `points_type` int(0) NOT NULL DEFAULT 0,
+ `catalog_item_id` int(0) NOT NULL DEFAULT 0,
+ `amount` int(0) NOT NULL DEFAULT 1,
+ `limit` int(0) NOT NULL DEFAULT -1,
+ PRIMARY KEY (`id`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Table structure for wired_rewards_given
+-- ----------------------------
+DROP TABLE IF EXISTS `wired_rewards_given`;
+CREATE TABLE `wired_rewards_given` (
+ `wired_item` int(0) NOT NULL,
+ `user_id` int(0) NOT NULL,
+ `reward_id` int(0) NOT NULL,
+ `timestamp` int(0) NOT NULL
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Table structure for wordfilter
+-- ----------------------------
+DROP TABLE IF EXISTS `wordfilter`;
+CREATE TABLE `wordfilter` (
+ `key` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'The word to filter.',
+ `replacement` varchar(16) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'What the word should be replaced with.',
+ `hide` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0' COMMENT 'Wether the whole message that contains this word should be hidden from being displayed.',
+ `report` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0' COMMENT 'Wether the message should be reported as auto-report to the moderators.',
+ `mute` int(0) NOT NULL DEFAULT 0 COMMENT 'Time user gets muted for mentioning this word.',
+ UNIQUE INDEX `key`(`key`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
+
+-- ----------------------------
+-- Records of wordfilter
+-- ----------------------------
+INSERT INTO `wordfilter` VALUES ('com', 'bobba', '0', '0', 0);
+
+-- ----------------------------
+-- Table structure for youtube_playlists
+-- ----------------------------
+DROP TABLE IF EXISTS `youtube_playlists`;
+CREATE TABLE `youtube_playlists` (
+ `item_id` int(0) NOT NULL,
+ `playlist_id` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'YouTube playlist ID',
+ `order` int(0) NOT NULL,
+ UNIQUE INDEX `item_id`(`item_id`, `playlist_id`, `order`) USING BTREE
+) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
+
+-- ----------------------------
+-- Records of youtube_playlists
+-- ----------------------------
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4ACB18CA629E650A', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
+INSERT INTO `youtube_playlists` VALUES (3568, 'PL80F08DAE1B614BA9', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4ACB18CA629E650A', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
+INSERT INTO `youtube_playlists` VALUES (3569, 'PL80F08DAE1B614BA9', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4ACB18CA629E650A', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
+INSERT INTO `youtube_playlists` VALUES (3570, 'PL80F08DAE1B614BA9', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4ACB18CA629E650A', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
+INSERT INTO `youtube_playlists` VALUES (3571, 'PL80F08DAE1B614BA9', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4ACB18CA629E650A', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
+INSERT INTO `youtube_playlists` VALUES (3717, 'PL80F08DAE1B614BA9', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4ACB18CA629E650A', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
+INSERT INTO `youtube_playlists` VALUES (6587, 'PL80F08DAE1B614BA9', 0);
+
+SET FOREIGN_KEY_CHECKS = 1;
diff --git a/Updated_Cms/database/schema/README.md b/Updated_Cms/database/schema/README.md
new file mode 100644
index 0000000000..d178646637
--- /dev/null
+++ b/Updated_Cms/database/schema/README.md
@@ -0,0 +1,21 @@
+# Testing schema
+
+This schema is made, so we can run tests without worrying about the database from outside (i.e. Arcturus Morningstar db).
+
+This file (`testing-schema.sql`) needs to be generated again when the database is updated. It is currently generated from https://github.com/ObjectRetros/arcturus-ms-3-5-base-db/blob/23ae66bc2b67a3504d6e3c2e01a4e54f48b7daa4/arcturus-3-5-base-db.sql
+
+To generate the contents of the file, I've used this tool: https://github.com/dumblob/mysql2sqlite.
+I downloaded the file (`mysql2sqlite`) in the root of this project and ran it like so
+```bash
+.\mysql2sqlite my_mysql_sql_file.sql > database/schema/testing-schema.sql
+```
+
+To make it work with laravel migrations, we need to add this as the first table it creates, after `BEGIN TRANSACTION;` if that exists in the generated sql file.
+```sqlite
+CREATE TABLE `migrations`
+(
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT,
+ `migration` varchar(255) NOT NULL,
+ `batch` integer NOT NULL
+);
+```
diff --git a/Updated_Cms/database/schema/testing-schema.sql b/Updated_Cms/database/schema/testing-schema.sql
new file mode 100644
index 0000000000..2f10a81fe2
--- /dev/null
+++ b/Updated_Cms/database/schema/testing-schema.sql
@@ -0,0 +1,3136 @@
+PRAGMA synchronous = OFF;
+PRAGMA journal_mode = MEMORY;
+BEGIN TRANSACTION;
+CREATE TABLE `migrations`
+(
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT,
+ `migration` varchar(255) NOT NULL,
+ `batch` integer NOT NULL
+);
+
+CREATE TABLE `achievements` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `name` varchar(64) NOT NULL DEFAULT 'ACH_'
+, `category` text NOT NULL DEFAULT 'identity'
+, `level` integer NOT NULL DEFAULT 1
+, `reward_amount` integer NOT NULL DEFAULT 100
+, `reward_type` integer NOT NULL DEFAULT 0
+, `points` integer DEFAULT 10
+, `progress_needed` integer NOT NULL DEFAULT 1
+, UNIQUE (`id`)
+);
+INSERT INTO `achievements` VALUES (467,'AvatarLooks','identity',1,5,0,5,1),(469,'RoomEntry','explore',1,5,0,5,5),(470,'RoomEntry','explore',2,10,0,5,20),(471,'RoomEntry','explore',3,15,0,10,50),(472,'RoomEntry','explore',4,20,0,15,100),(473,'RoomEntry','explore',5,25,0,20,160),(474,'RoomEntry','explore',6,30,0,25,240),(475,'RoomEntry','explore',7,35,0,30,360),(476,'RoomEntry','explore',8,40,0,35,500),(477,'RoomEntry','explore',9,45,0,40,660),(478,'RoomEntry','explore',10,50,0,45,2400),(479,'Motto','identity',1,5,0,5,1),(480,'HappyHour','identity',1,5,0,5,1),(481,'RegistrationDuration','identity',1,5,0,5,1),(482,'RegistrationDuration','identity',2,10,0,10,3),(483,'RegistrationDuration','identity',3,15,0,15,10),(484,'RegistrationDuration','identity',4,20,0,20,20),(485,'RegistrationDuration','identity',5,25,0,25,30),(486,'RegistrationDuration','identity',6,30,0,30,56),(487,'RegistrationDuration','identity',7,35,0,35,84),(488,'RegistrationDuration','identity',8,40,0,40,112),(489,'RegistrationDuration','identity',9,45,0,45,168),(490,'RegistrationDuration','identity',10,50,0,50,224),(506,'RespectEarned','social',1,5,0,0,1),(507,'RespectEarned','social',2,10,0,5,6),(508,'RespectEarned','social',3,15,0,10,16),(509,'RespectEarned','social',4,20,0,15,66),(510,'RespectEarned','social',5,25,0,20,166),(511,'RespectEarned','social',6,30,0,25,366),(512,'RespectEarned','social',7,35,0,30,566),(513,'RespectEarned','social',8,40,0,35,766),(514,'RespectEarned','social',9,45,0,40,966),(515,'RespectEarned','social',10,50,0,45,4660),(517,'AllTimeHotelPresence','identity',1,5,0,0,30),(518,'AllTimeHotelPresence','identity',2,10,0,5,60),(519,'AllTimeHotelPresence','identity',3,15,0,10,360),(520,'AllTimeHotelPresence','identity',4,20,0,15,980),(521,'AllTimeHotelPresence','identity',5,25,0,20,4560),(522,'AllTimeHotelPresence','identity',6,30,0,25,13200),(523,'AllTimeHotelPresence','identity',7,35,0,30,30480),(524,'AllTimeHotelPresence','identity',8,40,0,35,65040),(525,'AllTimeHotelPresence','identity',9,45,0,40,134160),(526,'AllTimeHotelPresence','identity',10,50,0,45,872400),(527,'RespectGiven','social',1,5,0,0,2),(528,'TraderPass','identity',1,5,0,0,1),(529,'PetLover','pets',1,5,0,0,1),(530,'PetLover','pets',2,10,0,5,3),(531,'PetLover','pets',3,15,0,10,5),(532,'PetLover','pets',4,20,0,15,10),(533,'PetLover','pets',5,25,0,20,15),(534,'PetLover','pets',6,30,0,25,25),(535,'PetLover','pets',7,35,0,30,35),(536,'PetLover','pets',8,40,0,35,45),(537,'PetLover','pets',9,45,0,40,60),(538,'PetLover','pets',10,50,0,45,75),(559,'PetLevelUp','pets',1,5,0,0,2),(560,'PetLevelUp','pets',2,10,0,5,5),(561,'PetLevelUp','pets',3,15,0,10,10),(562,'PetLevelUp','pets',4,20,0,15,20),(563,'PetLevelUp','pets',5,25,0,20,30),(564,'PetLevelUp','pets',6,30,0,25,50),(565,'PetLevelUp','pets',7,35,0,30,80),(566,'PetLevelUp','pets',8,40,0,35,130),(567,'PetLevelUp','pets',9,45,0,40,200),(568,'PetLevelUp','pets',10,50,0,45,320),(569,'PetRespectReceiver','pets',1,5,0,0,3),(570,'PetRespectReceiver','pets',2,10,0,5,10),(571,'PetRespectReceiver','pets',3,15,0,10,20),(572,'PetRespectReceiver','pets',4,20,0,15,40),(573,'PetRespectReceiver','pets',5,25,0,20,70),(574,'PetRespectReceiver','pets',6,30,0,25,120),(575,'PetRespectReceiver','pets',7,35,0,30,200),(576,'PetRespectReceiver','pets',8,40,0,35,300),(577,'PetRespectReceiver','pets',9,45,0,40,500),(578,'PetRespectReceiver','pets',10,50,0,45,750),(579,'PetRespectGiver','pets',1,5,0,0,2),(580,'PetRespectGiver','pets',2,10,0,5,5),(581,'PetRespectGiver','pets',3,15,0,10,10),(582,'PetRespectGiver','pets',4,20,0,15,20),(583,'PetRespectGiver','pets',5,25,0,20,40),(584,'PetRespectGiver','pets',6,30,0,25,70),(585,'PetRespectGiver','pets',7,35,0,30,110),(586,'PetRespectGiver','pets',8,40,0,35,170),(587,'PetRespectGiver','pets',9,45,0,40,250),(588,'PetRespectGiver','pets',10,50,0,45,350),(589,'GiftGiver','social',1,5,0,0,1),(590,'GiftGiver','social',2,10,0,5,6),(591,'GiftGiver','social',3,15,0,10,14),(592,'GiftGiver','social',4,20,0,15,26),(593,'GiftGiver','social',5,25,0,20,46),(594,'GiftGiver','social',6,30,0,25,86),(595,'GiftGiver','social',7,35,0,30,146),(596,'GiftGiver','social',8,40,0,35,236),(597,'GiftGiver','social',9,45,0,40,366),(598,'GiftGiver','social',10,50,0,45,1566),(605,'GiftReceiver','social',1,5,0,5,1),(606,'GiftReceiver','social',2,10,0,5,6),(607,'GiftReceiver','social',3,15,0,10,14),(608,'GiftReceiver','social',4,20,0,15,26),(609,'GiftReceiver','social',5,25,0,20,46),(610,'GiftReceiver','social',6,30,0,25,86),(611,'GiftReceiver','social',7,35,0,30,146),(612,'GiftReceiver','social',8,40,0,35,236),(613,'GiftReceiver','social',9,45,0,40,366),(614,'GiftReceiver','social',10,50,0,45,1566),(660,'BattleBallTilesLocked','games',1,5,0,5,25),(661,'BattleBallTilesLocked','games',2,10,0,5,65),(662,'BattleBallTilesLocked','games',3,15,0,10,125),(663,'BattleBallTilesLocked','games',4,20,0,15,205),(664,'BattleBallTilesLocked','games',5,25,0,20,335),(665,'BattleBallTilesLocked','games',6,30,0,25,525),(666,'BattleBallTilesLocked','games',7,35,0,30,805),(667,'BattleBallTilesLocked','games',8,40,0,35,1235),(668,'BattleBallTilesLocked','games',9,45,0,40,1875),(669,'BattleBallTilesLocked','games',10,50,0,45,2875),(670,'BattleBallTilesLocked','games',11,55,0,50,4375),(671,'BattleBallTilesLocked','games',12,60,0,55,6875),(672,'BattleBallTilesLocked','games',13,65,0,60,10775),(673,'BattleBallTilesLocked','games',14,70,0,65,17075),(674,'BattleBallTilesLocked','games',15,75,0,70,27175),(675,'BattleBallTilesLocked','games',16,80,0,75,43275),(676,'BattleBallTilesLocked','games',17,85,0,80,69075),(677,'BattleBallTilesLocked','games',18,90,0,85,110375),(678,'BattleBallTilesLocked','games',19,95,0,90,176375),(679,'BattleBallTilesLocked','games',20,100,0,95,482075),(720,'EsA','games',1,5,0,0,2),(721,'EsA','games',2,10,0,5,5),(722,'EsA','games',3,15,0,10,10),(723,'EsA','games',4,20,0,15,18),(724,'EsA','games',5,25,0,20,30),(725,'EsA','games',6,30,0,25,50),(726,'EsA','games',7,35,0,30,80),(727,'EsA','games',8,40,0,35,125),(728,'EsA','games',9,45,0,40,200),(729,'EsA','games',10,50,0,45,300),(730,'EsA','games',11,55,0,50,420),(731,'EsA','games',12,60,0,55,600),(732,'EsA','games',13,65,0,60,900),(733,'EsA','games',14,70,0,65,1500),(734,'EsA','games',15,75,0,70,2500),(735,'EsA','games',16,80,0,75,3700),(736,'EsA','games',17,85,0,80,5400),(737,'EsA','games',18,90,0,85,8000),(738,'EsA','games',19,95,0,90,12000),(739,'EsA','games',20,100,0,95,200000),(740,'Spr','room_builder',1,5,0,5,1),(741,'Spr','room_builder',2,10,0,5,3),(742,'Spr','room_builder',3,15,0,10,6),(743,'Spr','room_builder',4,20,0,15,10),(744,'Spr','room_builder',5,25,0,20,15),(745,'Spr','room_builder',6,30,0,25,21),(746,'Spr','room_builder',7,35,0,30,28),(747,'Spr','room_builder',8,40,0,35,36),(748,'Spr','room_builder',9,45,0,40,45),(749,'Spr','room_builder',10,50,0,45,550),(860,'RoomDecoFurniCount','room_builder',1,5,0,5,150),(861,'RoomDecoFurniCount','room_builder',2,10,0,5,200),(862,'RoomDecoFurniCount','room_builder',3,15,0,10,250),(863,'RoomDecoFurniCount','room_builder',4,20,0,15,300),(864,'RoomDecoFurniCount','room_builder',5,25,0,20,350),(865,'RoomDecoFurniCount','room_builder',6,30,0,25,450),(866,'RoomDecoFurniCount','room_builder',7,35,0,30,550),(867,'RoomDecoFurniCount','room_builder',8,40,0,35,650),(868,'RoomDecoFurniCount','room_builder',9,45,0,40,800),(869,'RoomDecoFurniCount','room_builder',10,50,0,45,950),(870,'RoomDecoFurniCount','room_builder',11,55,0,50,1100),(871,'RoomDecoFurniCount','room_builder',12,60,0,55,1300),(872,'RoomDecoFurniCount','room_builder',13,65,0,60,1500),(873,'RoomDecoFurniCount','room_builder',14,70,0,65,1700),(874,'RoomDecoFurniCount','room_builder',15,75,0,70,2000),(875,'RoomDecoFurniCount','room_builder',16,80,0,75,2300),(876,'RoomDecoFurniCount','room_builder',17,85,0,80,2700),(877,'RoomDecoFurniCount','room_builder',18,90,0,85,3100),(878,'RoomDecoFurniCount','room_builder',19,95,0,90,3600),(879,'RoomDecoFurniCount','room_builder',20,100,0,95,100000),(900,'RoomDecoWallpaper','room_builder',1,5,0,5,3),(901,'RoomDecoWallpaper','room_builder',2,10,0,5,5),(902,'RoomDecoWallpaper','room_builder',3,15,0,10,7),(903,'RoomDecoWallpaper','room_builder',4,20,0,15,12),(904,'RoomDecoWallpaper','room_builder',5,25,0,20,17),(905,'RoomDecoWallpaper','room_builder',6,30,0,25,22),(906,'RoomDecoWallpaper','room_builder',7,35,0,30,27),(907,'RoomDecoWallpaper','room_builder',8,40,0,35,32),(908,'RoomDecoWallpaper','room_builder',9,45,0,40,37),(909,'RoomDecoWallpaper','room_builder',10,50,0,45,47),(910,'RoomDecoWallpaper','room_builder',11,55,0,50,57),(911,'RoomDecoWallpaper','room_builder',12,60,0,55,67),(912,'RoomDecoWallpaper','room_builder',13,65,0,60,77),(913,'RoomDecoWallpaper','room_builder',14,70,0,65,97),(914,'RoomDecoWallpaper','room_builder',15,75,0,70,117),(915,'RoomDecoWallpaper','room_builder',16,80,0,75,137),(916,'RoomDecoWallpaper','room_builder',17,85,0,80,167),(917,'RoomDecoWallpaper','room_builder',18,90,0,85,197),(918,'RoomDecoWallpaper','room_builder',19,95,0,90,237),(919,'RoomDecoWallpaper','room_builder',20,100,0,95,2870),(920,'RoomDecoLandscape','room_builder',1,5,0,5,3),(921,'RoomDecoLandscape','room_builder',2,10,0,5,5),(922,'RoomDecoLandscape','room_builder',3,15,0,10,7),(923,'RoomDecoLandscape','room_builder',4,20,0,15,12),(924,'RoomDecoLandscape','room_builder',5,25,0,20,17),(925,'RoomDecoLandscape','room_builder',6,30,0,25,22),(926,'RoomDecoLandscape','room_builder',7,35,0,30,27),(927,'RoomDecoLandscape','room_builder',8,40,0,35,32),(928,'RoomDecoLandscape','room_builder',9,45,0,40,37),(929,'RoomDecoLandscape','room_builder',10,50,0,45,47),(930,'RoomDecoLandscape','room_builder',11,55,0,50,57),(931,'RoomDecoLandscape','room_builder',12,60,0,55,67),(932,'RoomDecoLandscape','room_builder',13,65,0,60,77),(933,'RoomDecoLandscape','room_builder',14,70,0,65,97),(934,'RoomDecoLandscape','room_builder',15,75,0,70,117),(935,'RoomDecoLandscape','room_builder',16,80,0,75,137),(936,'RoomDecoLandscape','room_builder',17,85,0,80,167),(937,'RoomDecoLandscape','room_builder',18,90,0,85,197),(938,'RoomDecoLandscape','room_builder',19,95,0,90,237),(939,'RoomDecoLandscape','room_builder',20,100,0,95,2870),(940,'RoomDecoFloor','room_builder',1,5,0,5,3),(941,'RoomDecoFloor','room_builder',2,10,0,5,5),(942,'RoomDecoFloor','room_builder',3,15,0,10,7),(943,'RoomDecoFloor','room_builder',4,20,0,15,12),(944,'RoomDecoFloor','room_builder',5,25,0,20,17),(945,'RoomDecoFloor','room_builder',6,30,0,25,22),(946,'RoomDecoFloor','room_builder',7,35,0,30,27),(947,'RoomDecoFloor','room_builder',8,40,0,35,32),(948,'RoomDecoFloor','room_builder',9,45,0,40,37),(949,'RoomDecoFloor','room_builder',10,50,0,45,47),(950,'RoomDecoFloor','room_builder',11,55,0,50,57),(951,'RoomDecoFloor','room_builder',12,60,0,55,67),(952,'RoomDecoFloor','room_builder',13,65,0,60,77),(953,'RoomDecoFloor','room_builder',14,70,0,65,97),(954,'RoomDecoFloor','room_builder',15,75,0,70,117),(955,'RoomDecoFloor','room_builder',16,80,0,75,137),(956,'RoomDecoFloor','room_builder',17,85,0,80,167),(957,'RoomDecoFloor','room_builder',18,90,0,85,197),(958,'RoomDecoFloor','room_builder',19,95,0,90,237),(959,'RoomDecoFloor','room_builder',20,100,0,95,2870),(1120,'BattleBallPlayer','games',1,5,0,5,50),(1121,'BattleBallPlayer','games',2,10,0,5,125),(1122,'BattleBallPlayer','games',3,15,0,10,240),(1123,'BattleBallPlayer','games',4,20,0,15,410),(1124,'BattleBallPlayer','games',5,25,0,20,665),(1125,'BattleBallPlayer','games',6,30,0,25,1045),(1126,'BattleBallPlayer','games',7,35,0,30,1615),(1127,'BattleBallPlayer','games',8,40,0,35,2465),(1128,'BattleBallPlayer','games',9,45,0,40,3765),(1129,'BattleBallPlayer','games',10,50,0,45,6215),(1130,'BattleBallPlayer','games',11,55,0,50,10865),(1131,'BattleBallPlayer','games',12,60,0,55,19665),(1132,'BattleBallPlayer','games',13,65,0,60,36365),(1133,'BattleBallPlayer','games',14,70,0,65,68115),(1134,'BattleBallPlayer','games',15,75,0,70,128415),(1135,'BattleBallPlayer','games',16,80,0,75,242965),(1136,'BattleBallPlayer','games',17,85,0,80,460615),(1137,'BattleBallPlayer','games',18,90,0,85,874115),(1138,'BattleBallPlayer','games',19,95,0,90,1659765),(1139,'BattleBallPlayer','games',20,100,0,95,3152515),(1140,'FreezeWinner','games',1,5,0,5,50),(1141,'FreezeWinner','games',2,10,0,5,125),(1142,'FreezeWinner','games',3,15,0,10,240),(1143,'FreezeWinner','games',4,20,0,15,410),(1144,'FreezeWinner','games',5,25,0,20,665),(1145,'FreezeWinner','games',6,30,0,25,1045),(1146,'FreezeWinner','games',7,35,0,30,1615),(1147,'FreezeWinner','games',8,40,0,35,2465),(1148,'FreezeWinner','games',9,45,0,40,3765),(1149,'FreezeWinner','games',10,50,0,45,6215),(1150,'FreezeWinner','games',11,55,0,50,10865),(1151,'FreezeWinner','games',12,60,0,55,19665),(1152,'FreezeWinner','games',13,65,0,60,36365),(1153,'FreezeWinner','games',14,70,0,65,68115),(1154,'FreezeWinner','games',15,75,0,70,128415),(1155,'FreezeWinner','games',16,80,0,75,242965),(1156,'FreezeWinner','games',17,85,0,80,460615),(1157,'FreezeWinner','games',18,90,0,85,874115),(1158,'FreezeWinner','games',19,95,0,90,1659765),(1159,'FreezeWinner','games',20,100,0,95,3152515),(1160,'FreezePlayer','games',1,5,0,5,50),(1161,'FreezePlayer','games',2,10,0,5,125),(1162,'FreezePlayer','games',3,15,0,10,240),(1163,'FreezePlayer','games',4,20,0,15,410),(1164,'FreezePlayer','games',5,25,0,20,665),(1165,'FreezePlayer','games',6,30,0,25,1045),(1166,'FreezePlayer','games',7,35,0,30,1615),(1167,'FreezePlayer','games',8,40,0,35,2465),(1168,'FreezePlayer','games',9,45,0,40,3765),(1169,'FreezePlayer','games',10,50,0,45,6215),(1170,'FreezePlayer','games',11,55,0,50,10865),(1171,'FreezePlayer','games',12,60,0,55,19665),(1172,'FreezePlayer','games',13,65,0,60,36365),(1173,'FreezePlayer','games',14,70,0,65,68115),(1174,'FreezePlayer','games',15,75,0,70,128415),(1175,'FreezePlayer','games',16,80,0,75,242965),(1176,'FreezePlayer','games',17,85,0,80,460615),(1177,'FreezePlayer','games',18,90,0,85,874115),(1178,'FreezePlayer','games',19,95,0,90,1659765),(1179,'FreezePlayer','games',20,100,0,95,8152515),(1180,'FreezePowerUp','games',1,5,0,0,1),(1181,'FreezePowerUp','games',2,10,0,5,3),(1182,'FreezePowerUp','games',3,15,0,10,6),(1183,'FreezePowerUp','games',4,20,0,15,10),(1184,'FreezePowerUp','games',5,25,0,20,15),(1185,'FreezePowerUp','games',6,30,0,25,21),(1186,'FreezePowerUp','games',7,35,0,30,29),(1187,'FreezePowerUp','games',8,40,0,35,39),(1188,'FreezePowerUp','games',9,45,0,40,52),(1189,'FreezePowerUp','games',10,50,0,45,68),(1190,'FreezePowerUp','games',11,55,0,50,88),(1191,'FreezePowerUp','games',12,60,0,55,112),(1192,'FreezePowerUp','games',13,65,0,60,141),(1193,'FreezePowerUp','games',14,70,0,65,176),(1194,'FreezePowerUp','games',15,75,0,70,221),(1195,'FreezePowerUp','games',16,80,0,75,281),(1196,'FreezePowerUp','games',17,85,0,80,361),(1197,'FreezePowerUp','games',18,90,0,85,481),(1198,'FreezePowerUp','games',19,95,0,90,661),(1199,'FreezePowerUp','games',20,100,0,95,961),(1200,'BattleBallQuestCompleted','games',1,5,0,0,3),(1201,'BattleBallQuestCompleted','games',2,10,0,5,5),(1202,'BattleBallQuestCompleted','games',3,15,0,10,7),(1203,'BattleBallQuestCompleted','games',4,20,0,15,10),(1204,'BattleBallQuestCompleted','games',5,25,0,20,13),(1205,'BattleBallQuestCompleted','games',6,30,0,25,16),(1206,'BattleBallQuestCompleted','games',7,35,0,30,19),(1207,'BattleBallQuestCompleted','games',8,40,0,35,20),(1208,'BattleBallQuestCompleted','games',9,45,0,40,21),(1209,'BattleBallQuestCompleted','games',10,50,0,45,22),(1230,'BattleBallWinner','games',1,5,0,0,50),(1231,'BattleBallWinner','games',2,10,0,5,125),(1232,'BattleBallWinner','games',3,15,0,10,240),(1233,'BattleBallWinner','games',4,20,0,15,410),(1234,'BattleBallWinner','games',5,25,0,20,665),(1235,'BattleBallWinner','games',6,30,0,25,1045),(1236,'BattleBallWinner','games',7,35,0,30,1615),(1237,'BattleBallWinner','games',8,40,0,35,2465),(1238,'BattleBallWinner','games',9,45,0,40,3765),(1239,'BattleBallWinner','games',10,50,0,45,6215),(1240,'BattleBallWinner','games',11,55,0,50,10865),(1241,'BattleBallWinner','games',12,60,0,55,19665),(1242,'BattleBallWinner','games',13,65,0,60,36365),(1243,'BattleBallWinner','games',14,70,0,65,68115),(1244,'BattleBallWinner','games',15,75,0,70,128415),(1245,'BattleBallWinner','games',16,80,0,75,242965),(1246,'BattleBallWinner','games',17,85,0,80,460615),(1247,'BattleBallWinner','games',18,90,0,85,874115),(1248,'BattleBallWinner','games',19,95,0,90,1659765),(1249,'BattleBallWinner','games',20,100,0,95,3152515),(1250,'RoomDecoHoleFurniCount','room_builder',1,5,0,0,10),(1251,'RoomDecoHoleFurniCount','room_builder',2,10,0,5,20),(1252,'RoomDecoHoleFurniCount','room_builder',3,15,0,10,30),(1253,'RoomDecoHoleFurniCount','room_builder',4,20,0,15,45),(1254,'RoomDecoHoleFurniCount','room_builder',5,25,0,20,60),(1255,'RoomDecoHoleFurniCount','room_builder',6,30,0,25,80),(1256,'RoomDecoHoleFurniCount','room_builder',7,35,0,30,100),(1257,'RoomDecoHoleFurniCount','room_builder',8,40,0,35,125),(1258,'RoomDecoHoleFurniCount','room_builder',9,45,0,40,150),(1259,'RoomDecoHoleFurniCount','room_builder',10,50,0,45,170),(2744,'Jogger','explore',7,70,0,70,600),(2743,'Jogger','explore',6,60,0,60,240),(2742,'Jogger','explore',5,50,0,50,120),(2741,'Jogger','explore',4,40,0,40,60),(2740,'Jogger','explore',3,30,0,30,30),(2739,'Jogger','explore',2,20,0,20,10),(2738,'Jogger','explore',1,10,0,10,1),(2737,'CrossTrainer','explore',10,100,0,100,4800),(2736,'CrossTrainer','explore',9,90,0,90,2400),(2735,'CrossTrainer','explore',8,80,0,80,1200),(2734,'CrossTrainer','explore',7,70,0,70,600),(2733,'CrossTrainer','explore',6,60,0,60,240),(2732,'CrossTrainer','explore',5,50,0,50,120),(2731,'CrossTrainer','explore',4,40,0,40,60),(2730,'CrossTrainer','explore',3,30,0,30,30),(2729,'CrossTrainer','explore',2,20,0,20,10),(2728,'CrossTrainer','explore',1,10,0,10,1),(2727,'Trampolinist','explore',10,100,0,100,4800),(2726,'Trampolinist','explore',9,90,0,90,2400),(2725,'Trampolinist','explore',8,80,0,80,1200),(2724,'Trampolinist','explore',7,70,0,70,600),(2723,'Trampolinist','explore',6,60,0,60,240),(2722,'Trampolinist','explore',5,50,0,50,120),(2721,'Trampolinist','explore',4,40,0,40,60),(2720,'Trampolinist','explore',3,30,0,30,30),(2719,'Trampolinist','explore',2,20,0,20,10),(2718,'Trampolinist','explore',1,10,0,10,1),(2630,'GnomeFeeding','pets',10,100,0,100,10000),(2629,'GnomeFeeding','pets',9,80,0,80,8000),(2626,'GnomeFeeding','pets',6,40,0,40,1000),(2627,'GnomeFeeding','pets',7,50,0,50,2000),(2628,'GnomeFeeding','pets',8,70,0,70,4000),(1322,'RoomEntry','explore',11,55,0,50,1080),(1323,'RoomEntry','explore',12,60,0,55,1320),(1324,'RoomEntry','explore',13,65,0,60,1580),(1325,'RoomEntry','explore',14,70,0,65,1860),(1326,'RoomEntry','explore',15,75,0,70,2160),(1327,'RoomEntry','explore',16,80,0,75,2480),(1328,'RoomEntry','explore',17,85,0,80,2820),(1329,'RoomEntry','explore',18,90,0,85,3180),(1330,'RoomEntry','explore',19,95,0,90,3560),(1331,'RoomEntry','explore',20,100,0,95,39600),(1332,'RegistrationDuration','identity',11,55,0,50,280),(1333,'RegistrationDuration','identity',12,60,0,55,365),(1334,'RegistrationDuration','identity',13,65,0,60,548),(1335,'RegistrationDuration','identity',14,70,0,65,730),(1336,'RegistrationDuration','identity',15,75,0,70,913),(1337,'RegistrationDuration','identity',16,80,0,75,1095),(1338,'RegistrationDuration','identity',17,85,0,80,1278),(1339,'RegistrationDuration','identity',18,90,0,85,1460),(1340,'RegistrationDuration','identity',19,95,0,90,1643),(1341,'RegistrationDuration','identity',20,100,0,95,1825),(1342,'AllTimeHotelPresence','identity',11,55,0,50,7200),(1343,'AllTimeHotelPresence','identity',12,60,0,55,10080),(1344,'AllTimeHotelPresence','identity',13,65,0,60,20160),(1345,'AllTimeHotelPresence','identity',14,70,0,65,30240),(1346,'AllTimeHotelPresence','identity',15,75,0,70,40320),(1347,'AllTimeHotelPresence','identity',16,80,0,75,50400),(1348,'AllTimeHotelPresence','identity',17,85,0,80,60480),(1349,'AllTimeHotelPresence','identity',18,90,0,85,80640),(1350,'AllTimeHotelPresence','identity',19,95,0,90,100800),(1351,'AllTimeHotelPresence','identity',20,100,0,95,438240),(1352,'RespectGiven','social',2,10,0,5,5),(1353,'RespectGiven','social',3,15,0,10,10),(1354,'RespectGiven','social',4,20,0,15,20),(1355,'RespectGiven','social',5,25,0,20,40),(1356,'RespectGiven','social',6,30,0,25,70),(1357,'RespectGiven','social',7,35,0,30,110),(1358,'RespectGiven','social',8,40,0,35,170),(1359,'RespectGiven','social',9,45,0,40,250),(1360,'RespectGiven','social',10,50,0,45,350),(1361,'RespectGiven','social',11,55,0,50,470),(1362,'RespectGiven','social',12,60,0,55,610),(1363,'RespectGiven','social',13,65,0,60,770),(1364,'RespectGiven','social',14,70,0,65,950),(1365,'RespectGiven','social',15,75,0,70,1150),(1366,'RespectGiven','social',16,80,0,75,1370),(1367,'RespectGiven','social',17,85,0,80,1610),(1368,'RespectGiven','social',18,90,0,85,1870),(1369,'RespectGiven','social',19,95,0,90,2150),(1370,'RespectGiven','social',20,100,0,95,2450),(1381,'PetRespectGiver','pets',11,55,0,50,470),(1382,'PetRespectGiver','pets',12,60,0,55,610),(1383,'PetRespectGiver','pets',13,65,0,60,770),(1384,'PetRespectGiver','pets',14,70,0,65,950),(1385,'PetRespectGiver','pets',15,75,0,70,1150),(1386,'PetRespectGiver','pets',16,80,0,75,1370),(1387,'PetRespectGiver','pets',17,85,0,80,1610),(1388,'PetRespectGiver','pets',18,90,0,85,1870),(1389,'PetRespectGiver','pets',19,95,0,90,2150),(1390,'PetRespectGiver','pets',20,100,0,95,2450),(1391,'GiftGiver','social',11,55,0,50,816),(1392,'GiftGiver','social',12,60,0,55,1141),(1393,'GiftGiver','social',13,65,0,60,1541),(1394,'GiftGiver','social',14,70,0,65,2041),(1395,'GiftGiver','social',15,75,0,70,2591),(2717,'AdvancedHorticulturist','explore',10,100,0,120,240),(2716,'AdvancedHorticulturist','explore',9,100,0,80,120),(2715,'AdvancedHorticulturist','explore',8,100,0,60,80),(2714,'AdvancedHorticulturist','explore',7,100,0,40,60),(2713,'AdvancedHorticulturist','explore',6,100,0,30,40),(2712,'AdvancedHorticulturist','explore',5,100,0,25,30),(2711,'AdvancedHorticulturist','explore',4,100,0,20,20),(2710,'AdvancedHorticulturist','explore',3,100,0,15,10),(2709,'AdvancedHorticulturist','explore',2,100,0,10,5),(2708,'AdvancedHorticulturist','explore',1,100,0,5,1),(1479,'GuideEnrollmentLifetime','explore',1,5,0,0,1),(1480,'GuideEnrollmentLifetime','explore',2,10,0,5,7),(1481,'GuideEnrollmentLifetime','explore',3,15,0,10,14),(1482,'GuideEnrollmentLifetime','explore',4,20,0,15,21),(1483,'GuideEnrollmentLifetime','explore',5,25,0,20,28),(1484,'GuideEnrollmentLifetime','explore',6,30,0,25,56),(1485,'GuideEnrollmentLifetime','explore',7,35,0,30,70),(1486,'GuideEnrollmentLifetime','explore',8,40,0,35,112),(1487,'GuideEnrollmentLifetime','explore',9,45,0,40,168),(1488,'GuideEnrollmentLifetime','explore',10,50,0,45,224),(1489,'GuideEnrollmentLifetime','explore',11,55,0,50,280),(1490,'GuideEnrollmentLifetime','explore',12,60,0,55,365),(1491,'GuideEnrollmentLifetime','explore',13,65,0,60,548),(1492,'GuideEnrollmentLifetime','explore',14,70,0,65,730),(1493,'GuideEnrollmentLifetime','explore',15,75,0,70,913),(1494,'GuideEnrollmentLifetime','explore',16,80,0,75,1095),(1495,'GuideEnrollmentLifetime','explore',17,85,0,80,1278),(1496,'GuideEnrollmentLifetime','explore',18,90,0,85,1460),(1497,'GuideEnrollmentLifetime','explore',19,95,0,90,1643),(1498,'GuideEnrollmentLifetime','explore',20,100,0,95,1825),(1513,'MonsterPlantTreater','explore',1,5,0,0,5),(1514,'MonsterPlantTreater','explore',2,10,0,5,30),(1515,'MonsterPlantTreater','explore',3,15,0,10,130),(1516,'MonsterPlantTreater','explore',4,20,0,15,380),(1517,'MonsterPlantTreater','explore',5,25,0,20,1380),(2757,'MusicCollector','music',10,100,0,80,280),(2756,'MusicCollector','music',9,100,0,50,200),(2755,'MusicCollector','music',8,100,0,45,160),(2754,'MusicCollector','music',7,100,0,40,120),(2753,'MusicCollector','music',6,100,0,35,80),(2752,'MusicCollector','music',5,100,0,30,60),(2751,'MusicCollector','music',4,100,0,25,40),(2750,'MusicCollector','music',3,100,0,20,20),(2749,'MusicCollector','music',2,100,0,15,5),(2747,'Jogger','explore',10,100,0,100,4800),(2746,'Jogger','explore',9,90,0,90,2400),(2745,'Jogger','explore',8,80,0,80,1200),(1646,'GuideRecommendation','explore',1,5,0,5,2),(1647,'GuideRecommendation','explore',2,10,0,5,5),(1648,'GuideRecommendation','explore',3,15,0,10,10),(1649,'GuideRecommendation','explore',4,20,0,15,15),(1650,'GuideRecommendation','explore',5,25,0,20,30),(1651,'GuideRecommendation','explore',6,30,0,25,55),(1652,'GuideRecommendation','explore',7,35,0,30,85),(1653,'GuideFeedbackGiver','explore',1,5,0,5,2),(1654,'GuideFeedbackGiver','explore',2,10,0,5,5),(1660,'MonsterPlantGardenOfDeath','explore',1,5,0,0,5),(1661,'MonsterPlantGardenOfDeath','explore',2,10,0,5,30),(1662,'MonsterPlantGardenOfDeath','explore',3,15,0,10,100),(1663,'MonsterPlantGardenOfDeath','explore',4,20,0,15,500),(1664,'MonsterPlantGardenOfDeath','explore',5,25,0,20,2000),(1665,'MonsterPlantHealer','pets',1,5,0,0,5),(1666,'MonsterPlantHealer','pets',2,10,0,5,30),(1667,'MonsterPlantHealer','pets',3,15,0,10,100),(1668,'MonsterPlantHealer','pets',4,20,0,15,500),(1669,'MonsterPlantHealer','pets',5,25,0,20,2000),(1690,'FootballGoalScored','games',1,5,0,0,1),(1691,'FootballGoalScored','games',2,10,0,5,10),(1692,'FootballGoalScored','games',3,15,0,10,100),(1693,'FootballGoalScored','games',4,20,0,15,1000),(1694,'FootballGoalScored','games',5,25,0,20,10000),(1705,'SafetyQuizGraduate','identity',1,5,0,5,1),(1706,'GuideRequestHandler','explore',1,5,0,5,2),(1707,'GuideRequestHandler','explore',2,10,0,5,5),(1708,'GuideRequestHandler','explore',3,15,0,10,10),(1709,'GuideRequestHandler','explore',4,20,0,15,15),(1710,'GuideRequestHandler','explore',5,25,0,20,30),(1711,'GuideRequestHandler','explore',6,30,0,25,55),(1712,'GuideRequestHandler','explore',7,35,0,30,85),(1713,'GuideRequestHandler','explore',8,40,0,35,115),(1714,'GuideRequestHandler','explore',9,45,0,40,150),(1715,'GuideRequestHandler','explore',10,50,0,45,200),(1716,'GuideRequester','explore',1,5,0,0,2),(1717,'GuideRequester','explore',2,10,0,5,5),(1741,'FriendListSize','social',1,5,0,0,2),(1742,'FriendListSize','social',2,10,0,5,10),(1743,'FriendListSize','social',3,15,0,10,30),(1744,'FriendListSize','social',4,20,0,15,85),(1745,'FriendListSize','social',5,25,0,20,150),(1746,'FriendListSize','social',6,30,0,25,250),(1747,'FriendListSize','social',7,35,0,30,350),(1748,'FriendListSize','social',8,40,0,35,500),(1749,'FriendListSize','social',9,45,0,40,700),(1750,'FriendListSize','social',10,50,0,45,800),(1751,'FriendListSize','social',11,55,0,50,900),(1752,'FriendListSize','social',12,60,0,55,1000),(1753,'FriendListSize','social',13,65,0,60,1100),(1764,'FootballGoalScoredInRoom','games',1,5,0,0,1),(1765,'FootballGoalScoredInRoom','games',2,10,0,5,20),(1766,'FootballGoalScoredInRoom','games',3,15,0,10,400),(1767,'FootballGoalScoredInRoom','games',4,20,0,15,8000),(1768,'FootballGoalScoredInRoom','games',5,25,0,20,160000),(1886,'FurnimaticQuest','explore',1,5,0,5,1),(1887,'FurnimaticQuest','explore',2,10,0,5,2),(1888,'FurnimaticQuest','explore',3,15,0,10,3),(1889,'FurnimaticQuest','explore',4,20,0,15,4),(1890,'FurnimaticQuest','explore',5,25,0,20,5),(1891,'FurnimaticQuest','explore',6,30,0,25,6),(1892,'FurnimaticQuest','explore',7,35,0,30,7),(1893,'FurnimaticQuest','explore',8,40,0,35,8),(1894,'FurnimaticQuest','explore',9,45,0,40,9),(1895,'FurnimaticQuest','explore',10,50,0,45,10),(1896,'FurnimaticQuest','explore',11,55,0,50,11),(1897,'FurnimaticQuest','explore',12,60,0,55,12),(1898,'FurnimaticQuest','explore',13,65,0,60,13),(1899,'FurnimaticQuest','explore',14,70,0,65,14),(1900,'FurnimaticQuest','explore',15,75,0,70,15),(1901,'FurnimaticQuest','explore',16,80,0,75,16),(1902,'FurnimaticQuest','explore',17,85,0,80,17),(1903,'GuideAdvertisementReader','identity',1,5,0,5,1),(2020,'EggMaster','explore',1,5,0,5,1),(2021,'EggMaster','explore',2,10,0,5,3),(2022,'EggMaster','explore',3,15,0,10,7),(2023,'EggCracker','explore',1,5,0,0,10),(2024,'EggCracker','explore',2,10,0,5,20),(2025,'EggCracker','explore',3,15,0,10,80),(2026,'EggCracker','explore',4,20,0,15,320),(2027,'EggCracker','explore',5,25,0,20,1280),(2028,'EggCracker','explore',6,30,0,25,5120),(2029,'EggCracker','explore',7,35,0,30,10240),(2030,'EggCracker','explore',8,40,0,35,20480),(2031,'EggCracker','explore',9,45,0,40,40960),(2032,'EggCracker','explore',10,50,0,45,81920),(2188,'PinataWhacker','explore',1,5,0,5,1),(2189,'PinataWhacker','explore',2,10,0,5,5),(2190,'PinataWhacker','explore',3,15,0,10,25),(2191,'PinataWhacker','explore',4,20,0,15,50),(2192,'PinataWhacker','explore',5,25,0,20,100),(2193,'PinataWhacker','explore',6,30,0,25,200),(2194,'PinataWhacker','explore',7,35,0,30,400),(2195,'PinataWhacker','explore',8,40,0,35,800),(2196,'PinataWhacker','explore',9,45,0,40,1600),(2197,'PinataWhacker','explore',10,50,0,45,3200),(2198,'PinataBreaker','explore',1,5,0,5,1),(2199,'PinataBreaker','explore',2,10,0,5,2),(2200,'PinataBreaker','explore',3,15,0,10,4),(2201,'PinataBreaker','explore',4,20,0,15,8),(2202,'PinataBreaker','explore',5,25,0,20,16),(2318,'CrystalCracker','explore',1,5,0,0,1),(2319,'CrystalCracker','explore',2,10,0,5,25),(2320,'CrystalCracker','explore',3,15,0,10,50),(2321,'CrystalCracker','explore',4,20,0,15,100),(2322,'CrystalCracker','explore',5,25,0,20,200),(2323,'CrystalCracker','explore',6,30,0,25,400),(2324,'CrystalCracker','explore',7,35,0,30,800),(2325,'CrystalCracker','explore',8,40,0,35,1600),(2326,'CrystalCracker','explore',9,45,0,40,3200),(2327,'CrystalCracker','explore',10,50,0,45,6400),(2369,'SelfModRoomFilterSeen','tools',1,5,0,5,1),(2370,'ViciousViking','explore',1,5,0,5,1),(2371,'ViciousViking','explore',2,10,0,5,5),(2372,'ViciousViking','explore',3,15,0,10,10),(2373,'ViciousViking','explore',4,20,0,15,20),(2374,'ViciousViking','explore',5,25,0,20,40),(2375,'ViciousViking','explore',6,30,0,25,80),(2376,'ViciousViking','explore',7,35,0,30,160),(2377,'ViciousViking','explore',8,40,0,35,250),(2378,'ViciousViking','explore',9,45,0,40,350),(2379,'ViciousViking','explore',10,50,0,45,600),(2380,'SelfModWalkthroughSeen','tools',1,5,0,0,1),(2381,'SelfModDoorModeSeen','tools',1,5,0,0,1),(2382,'LeprechaunRespectGiver','pets',1,5,0,0,3),(2383,'LeprechaunRespectGiver','pets',2,10,0,5,10),(2384,'LeprechaunRespectGiver','pets',3,15,0,10,20),(2385,'LeprechaunRespectGiver','pets',4,20,0,15,40),(2386,'LeprechaunRespectGiver','pets',5,25,0,20,70),(2387,'LeprechaunRespectGiver','pets',6,30,0,25,120),(2388,'LeprechaunRespectGiver','pets',7,35,0,30,200),(2389,'LeprechaunRespectGiver','pets',8,40,0,35,300),(2390,'LeprechaunRespectGiver','pets',9,45,0,40,500),(2391,'LeprechaunRespectGiver','pets',10,50,0,45,750),(2403,'LeprechaunLevelUp','pets',1,5,0,0,1),(2404,'LeprechaunLevelUp','pets',2,10,0,5,5),(2405,'LeprechaunLevelUp','pets',3,15,0,10,10),(2406,'LeprechaunLevelUp','pets',4,20,0,15,20),(2407,'LeprechaunLevelUp','pets',5,25,0,20,30),(2408,'LeprechaunLevelUp','pets',6,30,0,25,50),(2409,'LeprechaunLevelUp','pets',7,35,0,30,80),(2410,'LeprechaunLevelUp','pets',8,40,0,35,130),(2411,'LeprechaunLevelUp','pets',9,45,0,40,200),(2412,'LeprechaunLevelUp','pets',10,50,0,45,350),(2443,'GnomeRespectGiver','pets',1,5,0,0,3),(2444,'GnomeRespectGiver','pets',2,10,0,5,10),(2445,'GnomeRespectGiver','pets',3,15,0,10,20),(2446,'GnomeRespectGiver','pets',4,20,0,15,40),(2447,'GnomeRespectGiver','pets',5,25,0,20,70),(2448,'GnomeRespectGiver','pets',6,30,0,25,120),(2449,'GnomeRespectGiver','pets',7,35,0,30,200),(2450,'GnomeRespectGiver','pets',8,40,0,35,300),(2451,'GnomeRespectGiver','pets',9,45,0,40,500),(2452,'GnomeRespectGiver','pets',10,50,0,45,750),(2453,'GnomeLevelUp','pets',1,5,0,0,1),(2454,'GnomeLevelUp','pets',2,10,0,5,3),(2455,'GnomeLevelUp','pets',3,15,0,10,5),(2456,'GnomeLevelUp','pets',4,20,0,15,7),(2457,'GnomeLevelUp','pets',5,25,0,20,9),(2458,'GnomeLevelUp','pets',6,30,0,25,11),(2459,'GnomeLevelUp','pets',7,35,0,30,13),(2460,'GnomeLevelUp','pets',8,40,0,35,15),(2461,'GnomeLevelUp','pets',9,45,0,40,17),(2462,'GnomeLevelUp','pets',10,50,0,45,20),(2625,'GnomeFeeding','pets',5,30,0,30,800),(2624,'GnomeFeeding','pets',4,25,0,25,600),(2623,'GnomeFeeding','pets',3,20,0,20,400),(2622,'GnomeFeeding','pets',2,15,0,15,250),(2621,'GnomeFeeding','pets',1,10,0,10,100),(2620,'Bazaar','explore',10,100,0,100,240),(2619,'Bazaar','explore',9,100,0,100,180),(2618,'Bazaar','explore',8,100,0,100,120),(2617,'Bazaar','explore',7,80,0,80,100),(2616,'Bazaar','explore',6,60,0,60,80),(2543,'SelfModMuteSeen','tools',1,5,0,1,1),(2544,'SelfModKickSeen','tools',1,5,0,1,1),(2547,'SelfModChatScrollSpeedSeen','tools',1,5,0,1,1),(2548,'SelfModChatFloodFilterSeen','tools',1,5,0,1,1),(2549,'SelfModChatHearRangeSeen','tools',1,5,0,1,1),(2550,'SelfModIgnoreSeen','tools',1,5,0,1,1),(2555,'CameraPhotoCount','explore',1,5,0,5,1),(2556,'CameraPhotoCount','explore',2,10,0,5,5),(2557,'CameraPhotoCount','explore',3,15,0,10,15),(2558,'CameraPhotoCount','explore',4,20,0,15,30),(2559,'CameraPhotoCount','explore',5,25,0,20,50),(2560,'CameraPhotoCount','explore',6,30,0,25,100),(2561,'CameraPhotoCount','explore',7,35,0,30,200),(2562,'CameraPhotoCount','explore',8,40,0,35,400),(2563,'CameraPhotoCount','explore',9,45,0,40,800),(2564,'CameraPhotoCount','explore',10,50,0,45,1000),(2615,'Bazaar','explore',5,50,0,50,60),(2614,'Bazaar','explore',4,40,0,40,40),(2613,'Bazaar','explore',3,20,0,20,20),(2612,'Bazaar','explore',2,10,0,10,5),(2611,'Bazaar','explore',1,5,0,5,1),(2610,'ffusion','explore',5,100,0,100,10),(2609,'ffusion','explore',4,50,0,50,8),(2608,'ffusion','explore',3,30,0,30,5),(2607,'ffusion','explore',2,20,0,20,3),(2606,'ffusion','explore',1,10,0,10,1),(2576,'VicGar','explore',1,5,0,5,2),(2577,'VicGar','explore',2,10,0,10,6),(2578,'VicGar','explore',3,15,0,15,10),(2579,'VicGar','explore',4,20,0,20,20),(2580,'VicGar','explore',5,25,0,25,40),(2581,'VicGar','explore',6,30,0,30,60),(2582,'VicGar','explore',7,35,0,35,80),(2583,'VicGar','explore',8,40,0,40,100),(2584,'VicGar','explore',9,50,0,50,150),(2585,'VicGar','explore',10,100,0,100,240),(2586,'Chef','explore',1,5,0,5,1),(2587,'Chef','explore',2,10,0,10,5),(2588,'Chef','explore',3,15,0,15,10),(2589,'Chef','explore',4,20,0,20,20),(2590,'Chef','explore',5,25,0,25,40),(2591,'Chef','explore',6,30,0,30,60),(2592,'Chef','explore',7,35,0,35,80),(2593,'Chef','explore',8,50,0,50,100),(2594,'Chef','explore',9,80,0,80,120),(2595,'Chef','explore',10,100,0,100,250),(2748,'MusicCollector','music',1,100,0,10,2),(2597,'Restorer','explore',1,100,0,10,2),(2598,'Restorer','explore',2,100,0,15,4),(2599,'Restorer','explore',3,100,0,20,6),(2600,'Restorer','explore',4,100,0,30,8),(2601,'Restorer','explore',5,100,0,50,20),(2602,'AtcgSecret','explore',1,100,0,20,5),(2603,'AtcgSecret','explore',2,100,0,30,12),(2604,'AtcgSecret','explore',3,100,0,50,24),(2605,'AtcgSecret','explore',4,100,0,100,38);
+CREATE TABLE `achievements_talents` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `type` text NOT NULL DEFAULT 'citizenship'
+, `level` integer NOT NULL DEFAULT 0
+, `achievement_ids` varchar(100) NOT NULL DEFAULT ''
+, `achievement_levels` varchar(100) NOT NULL DEFAULT ''
+, `reward_furni` varchar(100) NOT NULL DEFAULT ''
+, `reward_perks` varchar(100) NOT NULL DEFAULT ''
+, `reward_badges` varchar(100) NOT NULL DEFAULT ''
+);
+INSERT INTO `achievements_talents` VALUES (1,'citizenship',0,'481','1','179','',''),(2,'citizenship',1,'467,479,469','1,1,1','179','',''),(3,'citizenship',2,'445','2,1','179','TRADE','ACH_TraderPass1'),(4,'citizenship',3,'467','1','179,5003','CITIZEN','ACH_Citizenship1');
+CREATE TABLE `bans` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL
+, `ip` varchar(50) NOT NULL DEFAULT ''
+, `machine_id` varchar(255) NOT NULL DEFAULT ''
+, `user_staff_id` integer NOT NULL
+, `timestamp` integer NOT NULL
+, `ban_expire` integer NOT NULL DEFAULT 0
+, `ban_reason` varchar(200) NOT NULL DEFAULT ''
+, `type` text NOT NULL DEFAULT 'account'
+, `cfh_topic` integer NOT NULL DEFAULT -1
+);
+CREATE TABLE `bot_serves` (
+ `keys` varchar(128) NOT NULL
+, `item` integer NOT NULL
+);
+CREATE TABLE `bots` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL DEFAULT 0
+, `room_id` integer NOT NULL DEFAULT 0
+, `name` varchar(25) NOT NULL DEFAULT ''
+, `motto` varchar(100) NOT NULL DEFAULT ''
+, `figure` varchar(500) NOT NULL DEFAULT ''
+, `gender` text NOT NULL DEFAULT 'M'
+, `x` integer NOT NULL DEFAULT 0
+, `y` integer NOT NULL DEFAULT 0
+, `z` double(11,1) NOT NULL DEFAULT 0.0
+, `rot` integer NOT NULL DEFAULT 0
+, `chat_lines` varchar(5112) NOT NULL DEFAULT ''
+, `chat_auto` text NOT NULL DEFAULT '1'
+, `chat_random` text NOT NULL DEFAULT '1'
+, `chat_delay` integer NOT NULL DEFAULT 5
+, `dance` integer NOT NULL DEFAULT 0
+, `freeroam` text NOT NULL DEFAULT '0'
+, `type` text NOT NULL DEFAULT 'generic'
+, `effect` integer NOT NULL DEFAULT 0
+, `bubble_id` integer DEFAULT 31
+);
+CREATE TABLE `calendar_campaigns` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `name` varchar(255) NOT NULL DEFAULT ''
+, `image` varchar(255) NOT NULL DEFAULT ''
+, `start_timestamp` integer NOT NULL DEFAULT 0
+, `total_days` integer NOT NULL DEFAULT 30
+, `lock_expired` text NOT NULL DEFAULT '1'
+, `enabled` text NOT NULL DEFAULT '1'
+, UNIQUE (`id`)
+);
+CREATE TABLE `calendar_rewards` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `campaign_id` integer NOT NULL DEFAULT 0
+, `product_name` varchar(128) NOT NULL DEFAULT ''
+, `custom_image` varchar(128) NOT NULL DEFAULT ''
+, `credits` integer NOT NULL DEFAULT 0
+, `pixels` integer NOT NULL DEFAULT 0
+, `points` integer NOT NULL DEFAULT 0
+, `points_type` integer NOT NULL DEFAULT 0
+, `badge` varchar(25) NOT NULL DEFAULT ''
+, `item_id` integer NOT NULL DEFAULT 0
+, `subscription_type` varchar(128) DEFAULT ''
+, `subscription_days` integer NOT NULL DEFAULT 0
+);
+CREATE TABLE `calendar_rewards_claimed` (
+ `user_id` integer NOT NULL
+, `campaign_id` integer NOT NULL DEFAULT 0
+, `day` integer NOT NULL
+, `reward_id` integer NOT NULL
+, `timestamp` integer NOT NULL
+);
+CREATE TABLE `camera_web` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL
+, `room_id` integer NOT NULL DEFAULT 0
+, `timestamp` integer NOT NULL
+, `url` varchar(128) NOT NULL DEFAULT ''
+, UNIQUE (`id`)
+);
+CREATE TABLE `catalog_clothing` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `name` varchar(75) NOT NULL
+, `setid` varchar(75) NOT NULL
+);
+INSERT INTO `catalog_clothing` VALUES (1,'clothing_squid','3356'),(2,'clothing_party1','3362'),(3,'clothing_meowtfit','3331,3334,3335,3337,3338'),(4,'clothing_geometricskirt','3341'),(5,'clothing_waistcoatsuit','3327'),(6,'clothing_gatsby','3322'),(7,'clothing_bow','3358'),(8,'clothing_baldy','3357'),(9,'clothing_wavy2','3339'),(10,'clothing_mutton1','3345'),(11,'clothing_straw2','3347'),(12,'clothing_fishhat','3349'),(13,'clothing_rolled_jeans','3320'),(14,'clothing_birdshoes','3348'),(15,'clothing_mermaidoutfit','3332,3333'),(16,'clothing_droopycollar','3336,3340'),(17,'clothing_headband','3352'),(18,'clothing_flowercrown','3329'),(19,'clothing_hheadphones','3324'),(20,'clothing_mutton2','3346'),(21,'clothing_floralskirt','3355'),(22,'clothing_nightvision','3318'),(23,'clothing_mockymouse','3359,3360,3361'),(24,'clothing_xmas1','3321'),(25,'clothing_shavedside','3325'),(26,'clothing_geometricjumper','3342'),(27,'clothing_beard1','3344'),(28,'clothing_beads','3343'),(29,'clothing_twotonecardi','3326'),(30,'clothing_animalprint','3353'),(31,'clothing_party2','3363'),(32,'clothing_tshirt_rolled','3323,3351'),(33,'clothing_rippedjeans','3328'),(34,'clothing_shoestights','3354'),(35,'clothing_kimono1','3366,3367,3368,3369,3364'),(36,'clothing_kimono2','3365,3371,3372,3370'),(37,'clothing_cyboots','3375'),(38,'clothing_cycircuit','3385'),(39,'clothing_cygirl','3373,3374,3375,3376,3377,3387'),(40,'clothing_cyglass','3388'),(41,'clothing_cyhair','3377'),(42,'clothing_cyhood','3382'),(43,'clothing_cyleather','3373,3374'),(44,'clothing_cymask','3378'),(45,'clothing_cyquif','3386'),(46,'clothing_cyskirt','3387'),(47,'clothing_cystrapboots','3383'),(48,'clothing_cystraphood','3380,3381,3382,3383,3384'),(49,'clothing_cystrappants','3384'),(50,'clothing_cyzipped','3380,3381'),(51,'clothing_goggles','3376'),(52,'clothing_candyboy','3389,3390,3391,3394'),(53,'clothing_sidehat','3392'),(54,'clothing_candygirl','3392,3396,3397,3398,3401'),(55,'clothing_candyphones','3395'),(56,'clothing_cherries','3402'),(57,'clothing_cherrybomb','3403'),(58,'clothing_chocodrop','3394'),(59,'clothing_cjersey','3389,3390'),(60,'clothing_cjumper','3397,3398'),(61,'clothing_cshorts','3391'),(62,'clothing_frontswirl','3393'),(63,'clothing_habloompa','3396'),(64,'clothing_swirlskirt','3401'),(65,'clothing_swirltop','3399,3400'),(66,'clothing_knitalien','3404'),(67,'clothing_camoboots','3419'),(68,'clothing_camocap','3415'),(69,'clothing_camooutfit','3415,3416,3417,3418,3419'),(70,'clothing_camotuck','3418'),(71,'clothing_drillserg','3426'),(72,'clothing_kevlaroutfit','3420,3421'),(73,'clothing_kevlar','3420'),(74,'clothing_kevlarhat','3421'),(75,'clothing_medal1','3423'),(76,'clothing_medal2','3424'),(77,'clothing_medal3','3425'),(78,'clothing_militaryhat','3409'),(79,'clothing_militaryjacket','3405,3406'),(80,'clothing_militarypants','3407'),(81,'clothing_napkin','3422'),(82,'clothing_parade','3405,3406,3408,3409,3407'),(83,'clothing_rank1','3410'),(84,'clothing_rank2','3411'),(85,'clothing_rank3','3412'),(86,'clothing_rank4','3413'),(87,'clothing_rank5','3414'),(88,'clothing_walkie','3427'),(89,'clothing_camotank','3416,3417'),(90,'clothing_dinohat','3431'),(91,'clothing_caveshirt','3428,3429'),(92,'clothing_cavehair','3436'),(93,'clothing_dino','3431,3432,3433,3434,3435'),(94,'clothing_caveman','3428,3429,3436'),(95,'clothing_hat_skulldino','3430'),(96,'clothing_breton','3438,3439'),(97,'clothing_necktie','3437'),(98,'clothing_airhelm','3452'),(101,'clothing_deathmask','3457'),(102,'clothing_demoncloak','3442,3443'),(103,'clothing_demonhood','3441'),(104,'clothing_demonoutfit','3441,3442,3443,3444'),(105,'clothing_earthhelm','3453'),(106,'clothing_fammask','3455'),(107,'clothing_firehelm','3450'),(108,'clothing_knightoutfit','3447,3448,3449'),(109,'clothing_knighttop','3447,3448'),(110,'clothing_knighttrousers','3449'),(111,'clothing_pestmask','3456'),(112,'clothing_skullnecklace','3444'),(113,'clothing_warmask','3454'),(114,'clothing_waterhelm','3451'),(115,'clothing_bscarf','3466'),(116,'clothing_cladydress','3446'),(117,'clothing_cladyhair','3468'),(118,'clothing_cladyoutfit','3446,3467,3468,3469,3458'),(119,'clothing_cladyshoes','3467'),(120,'clothing_santapants','3460'),(121,'clothing_xmasbow','3458'),(122,'clothing_santaoutfit','3459,3460,3461,3462'),(123,'clothing_santatop','3459'),(124,'clothing_ribbon','3469'),(125,'clothing_santahat','3461'),(126,'clothing_snood','3464'),(127,'clothing_santabeard','3462'),(128,'clothing_knitband','3465'),(129,'clothing_knithat','3463'),(130,'clothing_hat_space1','3440'),(131,'clothing_goldpack1','3470,3471,3472,3473,3474,3475,3476'),(132,'clothing_party3','3480'),(133,'clothing_party4','3481'),(134,'clothing_party5','3482'),(135,'clothing_party6','3477'),(136,'clothing_party7','3478'),(137,'clothing_party8','3479'),(138,'clothing_backcap','3494'),(139,'clothing_bandage','3495'),(140,'clothing_bedhair','3520'),(141,'clothing_bigshades','3493'),(142,'clothing_brainjar','3514'),(143,'clothing_camera','3485'),(144,'clothing_casualoutfit1','3519,3522,3523,3526'),(145,'clothing_cumberband','3504'),(146,'clothing_denimshorts','3526'),(147,'clothing_denimvest','3509,3515'),(148,'clothing_disco','3525'),(149,'clothing_duckhat','3500'),(150,'clothing_floraloutfit','3517,3518,3519,3329,3354,3532'),(151,'clothing_halter','3496,3510'),(152,'clothing_hipoutfit1','3342,3344,3531'),(153,'clothing_hipoutfit2','3499,3524,3528,3529,3484,3328'),(154,'clothing_hipoutfit3','3531,3484,3527,3530,3526'),(155,'clothing_hipster2','3499'),(156,'clothing_hipsterglasses','3484'),(482,'clothing_r18_longwavy','3733'),(158,'clothing_jacket_twotone','3522,3523'),(159,'clothing_longtshirt','3497,3498'),(160,'clothing_manbun','3531'),(161,'clothing_mermaid','3516'),(162,'clothing_offshldrjumper','3528,3529'),(163,'clothing_ombrehr','3519'),(164,'clothing_pjbottoms1','3483'),(165,'clothing_pjoutfit1','3486,3487,3483,3520'),(166,'clothing_pjoutfit2','3489,3490,3483,3520'),(167,'clothing_pjoutfit3','3491,3492,3483,3520'),(168,'clothing_pjtop1','3486,3487'),(169,'clothing_pjtop2','3489,3490'),(170,'clothing_pjtop3','3491,3492'),(171,'clothing_polkadress','3517,3518'),(172,'clothing_punkoutfit1','3528,3529,3325,3391,3419'),(173,'clothing_punkoutfit2','3484,3326,3325,3324'),(174,'clothing_rippedtop','3527,3530'),(175,'clothing_sliponcanvas','3524'),(176,'clothing_sportpants','3521'),(177,'clothing_sportsjckt','3512,3513'),(178,'clothing_tie1','3503'),(179,'clothing_tiedjumper','3532'),(180,'clothing_tux','3507,3508'),(181,'clothing_tuxoutfit','3503,3504,3505,3506,3507,3508'),(182,'clothing_tuxshirt','3505,3506'),(183,'clothing_urbanoutfit','3494,3497,3498,3521'),(184,'clothing_cyphones','3379'),(185,'clothing_armyskirt','3408'),(186,'clothing_r16_sloth','3533'),(187,'clothing_r16_cyclops','3537'),(188,'clothing_r16_catface','3536'),(189,'clothing_r16_icetiara','3541'),(190,'clothing_bear','3545,3546'),(191,'clothing_bearhat','3546'),(192,'clothing_bearscarf','3545'),(193,'clothing_longscarf','3542'),(194,'clothing_r16_cathat','3544'),(195,'clothing_xmas2','3538'),(196,'clothing_xmas3','3539'),(197,'clothing_xmas4','3540'),(198,'clothing_poop','3560'),(199,'clothing_angry','3552'),(200,'clothing_bobba','3557'),(201,'clothing_cool','3558'),(202,'clothing_excited','3548'),(203,'clothing_happy','3547'),(204,'clothing_love','3559'),(205,'clothing_sad','3549'),(206,'clothing_shy','3561'),(207,'clothing_silly','3562'),(208,'clothing_surprised','3550'),(209,'clothing_wink','3551'),(210,'ny17_crackable','3565,3566,3554,3555,3556,3564'),(212,'clothing_retrohair','3657'),(213,'clothing_tiedtop','3658,3659'),(214,'clothing_floppyhair','3664'),(215,'clothing_floppysunhat','3666'),(216,'clothing_braidedwavy','3665'),(217,'clothing_shades','3660'),(218,'clothing_satchel','3661'),(219,'clothing_elegantponytail','3671'),(220,'clothing_judgewig','3674'),(221,'clothing_gentcap','3675'),(222,'clothing_beautyface','3631'),(223,'clothing_layerbuns','3608'),(224,'clothing_plaguemask','3605'),(225,'clothing_zombieeyes','3603'),(226,'clothing_demoneyes','3604'),(227,'clothing_bowtights','3619'),(228,'clothing_maid','3615,3617'),(229,'clothing_maidband','3613'),(230,'clothing_bazaarfemale','3598,3599,3596,3595'),(231,'clothing_bazaarmale','3593,3594,3595,3596'),(232,'clothing_alluringeyes','3600'),(233,'clothing_exoticbeard','3592'),(234,'clothing_exoticvest','3593,3594'),(235,'clothing_exotictop','3598,3599'),(236,'clothing_harempants','3596'),(237,'clothing_pointyshoes','3595'),(238,'clothing_messyhalfbun','3569'),(239,'clothing_crownbraid','3568'),(240,'clothing_apron','3572,3573'),(241,'clothing_r18_seawreath','3681'),(242,'clothing_r18_goldfish','3677'),(243,'clothing_luscioushair','3673'),(244,'clothing_wetsuit','3678,3679'),(245,'clothing_sailortop','3682,3683'),(246,'clothing_flippers','3687'),(247,'clothing_r19_messybangs','3790'),(248,'clothing_r19_forrestcrown','3776'),(249,'clothing_ribboncurls','3777,3778'),(250,'clothing_archerhat','3765'),(251,'clothing_madhat','3766'),(252,'clothing_mushroomhat','3775'),(253,'clothing_petaldress','3769,3770'),(254,'clothing_wolfmask','3771'),(255,'clothing_flowerponytail','3774'),(256,'clothing_r19_fox','3772,3773'),(257,'clothing_leafhair','3768'),(258,'clothing_highfade','3786'),(259,'clothing_messycurls','3791'),(260,'clothing_piglethat','3767'),(261,'clothing_rippedjeans2','3787'),(262,'clothing_topbuttonshirt','3792,3793'),(263,'clothing_r18_antlers','3732'),(264,'clothing_r18_hyggehair','3731'),(265,'clothing_r18_dungarees','3728,3729'),(266,'clothing_goldpack2','3574,3575,3576,3577,3578,3579,3580'),(267,'clothing_goldpack3','3639,3640,3641,3642,3643,3644,3645'),(268,'clothing_loyaltycrown_V','3655'),(269,'clothing_loyaltycrown_X','3656'),(270,'clothing_loyaltycrown_II','3654'),(271,'clothing_r17_weddingdress','3563'),(272,'clothing_r17_weddingset','3563,3553'),(273,'clothing_r17_wedveil','3553'),(274,'clothing_r18_goldpack4','3749,3750,3751,3752,3753,3754,3755'),(275,'clothing_r17_chicken','3570'),(276,'clothing_r17_cow','3571'),(277,'clothing_r17_horse','3567'),(278,'clothing_featherflower','3627'),(279,'clothing_buttonpants','3626'),(280,'clothing_r17_goldfeatherflower','3628'),(281,'clothing_ruffleshirt','3636,3637'),(282,'clothing_tophat','3632'),(283,'clothing_dress','3629,3630'),(284,'clothing_tailedcoat','3634,3635'),(285,'clothing_sasquatchmask','3638'),(286,'clothing_r19_frilledskirt','3781'),(287,'clothing_r19_shortcurly','3785'),(288,'clothing_r19_waistcoat','3779,3780'),(289,'clothing_badasshelmet','3624'),(290,'clothing_herochest','3609'),(291,'clothing_rebelchest','3610'),(292,'clothing_r17_bathat','3606'),(293,'clothing_herohelmet','3623'),(294,'clothing_legarmour','3607'),(295,'clothing_r17_hweencrown','3612'),(296,'clothing_shoearmour','3611'),(297,'clothing_animehair','3699'),(298,'clothing_harajukuhair','3705'),(299,'clothing_sakurajacket','3696,3697'),(300,'clothing_dragonplushhat','3701'),(301,'clothing_cuteglasses','3698'),(302,'clothing_shogunhelmet','3694'),(303,'clothing_r18_catbag','3702'),(304,'clothing_r18_kitsunemask','3700'),(305,'clothing_harajukubow','3703'),(306,'clothing_tutu','3695'),(307,'clothing_botface','3704'),(308,'clothing_r19_comedymask','3815'),(309,'clothing_r19_tragedymask','3816'),(310,'clothing_r19_minotaurhorns','3820'),(311,'clothing_r19_medusa','3819'),(312,'clothing_r19_celestialdress','3817,3818'),(313,'clothing_zebratop','3839,3840'),(315,'clothing_croppedjumper','3837,3838'),(316,'clothing_layeredlongskirt','3842'),(317,'clothing_longmohawk','3841'),(318,'clothing_r19_rainbowstarjumper','3788'),(319,'clothing_shortcut','3829'),(320,'clothing_loosekimono','3826,3827'),(321,'clothing_gardenapron','3824,3825'),(502,'clothing_r19_puppyacc','3872,3873'),(323,'clothing_butterflymask','3832'),(324,'clothing_r19_butterflydress','3834,3835'),(325,'clothing_leafmask','3822'),(326,'clothing_gogglehat','3823'),(327,'clothing_flowytop','3836'),(328,'clothing_leafearrings','3833'),(329,'clothing_r19_featheredcowl','3830,3831'),(330,'clothing_floralbag','3828'),(331,'clothing_sprout','3821'),(503,'clothing_diafish','3708'),(504,'clothing_dialeafcrown','3709'),(505,'clothing_dianoblecrown','3710'),(506,'clothing_r18_diaparty','3711'),(337,'clothing_halo','3740'),(338,'clothing_rudolphhat','3742'),(339,'clothing_poinsettia','3743'),(340,'clothing_bobblehat','3745'),(341,'clothing_r18_featherdress','3747,3748'),(342,'clothing_penguin','3737'),(343,'clothing_r18_feathercrown','3734'),(344,'clothing_sideflopped','3746'),(345,'clothing_snowman','3741'),(346,'clothing_xmas5','3735'),(347,'clothing_mittens','3744'),(348,'clothing_regiment','3738,3739'),(349,'clothing_treepartyhat','3736'),(350,'clothing_flipflopsocks','3621'),(351,'clothing_kpopbuns','3676'),(352,'clothing_r19_rainbowhair','3811'),(353,'clothing_r19_rainbowshades','3803'),(354,'clothing_halftiedhair','3852'),(355,'clothing_r19_raincoat','3850,3851'),(356,'clothing_r19_teddygown','3853,3854,3855'),(357,'clothing_bookbag','3856'),(563,'clothing_brain','3730'),(364,'clothing_r16_helmprotect','3534'),(365,'clothing_r16_helmhero','3535'),(507,'clothing_mini_bowlerhat_dark','3652'),(508,'clothing_mini_bowlerhat_cream','3651'),(509,'clothing_mini_bowlerhat_gold','3646'),(510,'clothing_mini_bowlerhat_green','3647'),(511,'clothing_mini_bowlerhat_red','3649'),(512,'clothing_mini_bowlerhat_purple','3648'),(513,'clothing_mini_bowlerhat_blue','3650'),(514,'clothing_r16_party14','3556'),(515,'clothing_r16_party13','3555'),(516,'clothing_r16_party11','3566'),(517,'clothing_r16_party9','3564'),(518,'clothing_r16_party12','3554'),(519,'clothing_r16_party10','3565'),(520,'clothing_r18_sparkleparty1','3756'),(521,'clothing_r18_sparkleparty2','3757'),(522,'clothing_r18_sparkleparty3','3758'),(523,'clothing_r18_sparkleparty4','3759'),(392,'clothing_noblecrown','3488'),(524,'clothing_r18_sparkleparty5','3760'),(525,'clothing_r18_sparkleparty6','3761'),(526,'clothing_r18_sparkleparty7','3762'),(530,'clothing_r18_sparkleparty8','3763'),(531,'clothing_bohobag','3799'),(532,'clothing_bohopaint','3814'),(533,'clothing_ruggedbackpack','3802'),(534,'clothing_bohotiara','3804'),(535,'clothing_bohovest','3794,3795'),(536,'clothing_flowingshirt','3806,3807'),(537,'clothing_bohobackpack','3801'),(538,'clothing_grandetail','3810'),(539,'clothing_waistbag','3798'),(540,'clothing_bohotunic','3796,3797'),(541,'clothing_dreadlockstied','3800'),(542,'clothing_flowerbeard','3812'),(543,'clothing_plungebikini','3808,3809'),(544,'clothing_bohoheadgems','3805'),(579,'clothing_reindeer','3543'),(545,'clothing_bohogems','3813'),(546,'clothing_r19_punkhat','3784'),(547,'clothing_r19_longtwotone','3789'),(548,'clothing_r19_scuffedboots','3783'),(427,'clothing_r18_unicorn','3653'),(549,'clothing_r19_messybun','3782'),(550,'clothing_r19_longwavy2','3764'),(551,'clothing_bloodscruffyhair','3725'),(552,'clothing_bloodglasses','3726'),(553,'clothing_bloodponytail','3714'),(554,'clothing_shortcurlhair','3724'),(555,'clothing_labcoat','3722,3723'),(556,'clothing_bloodjacket','3717,3718'),(557,'clothing_r18_vamp','3721'),(558,'clothing_bloodshoes','3720'),(559,'clothing_legwarmershoes','3719'),(560,'clothing_r18_axe','3716'),(561,'clothing_sideponytail','3715'),(562,'clothing_vintagejacket','3712,3713'),(564,'clothing_r18_frohawk','3706'),(565,'clothing_r18_tiedwavylocks','3707'),(566,'clothing_r18_divershelmet','3680'),(567,'clothing_r18_seahorse','3684'),(454,'clothing_leafcrown','3586'),(456,'clothing_hermeshat','3585'),(457,'clothing_hoplitehelm','3583'),(458,'clothing_greektoga','3581,3582'),(459,'clothing_hermesshoes','3587'),(460,'clothing_octohat','3584'),(461,'clothing_r17_explorerhelm','3589'),(462,'clothing_r17_sentinelhelm','3588'),(463,'clothing_facehugger','3590'),(464,'clothing_toxicfacehugger','3597'),(465,'clothing_r17_cursedmask','3591'),(466,'clothing_r17_boxerbraids','3602'),(467,'clothing_r17_sharkmask','3601'),(469,'clothing_cutie','3616,3618'),(470,'clothing_ribbonband','3614'),(471,'clothing_r17_elegantcrown','3620'),(472,'clothing_r17_daveycrockett','3622'),(473,'clothing_r17_frontierbraids','3625'),(474,'clothing_r17_goldtophat','3633'),(475,'clothing_r19_warlocks','3846'),(476,'clothing_r19_longlonghair','3847'),(477,'clothing_possessedeyes','3845'),(478,'clothing_witchhat2','3843'),(479,'clothing_witchrobes','3848,3849'),(480,'clothing_r19_demonwings','3844'),(481,'clothing_brownglasses','3727'),(483,'clothing_flaredtrench','3877,3878'),(484,'clothing_habpods','3879'),(485,'clothing_hitchedjumper','3880,3881'),(486,'clothing_leatherhoodie','3874,3875'),(487,'clothing_microbag','3876'),(488,'clothing_shortfluffy','3871'),(489,'clothing_shortscarf','3882'),(490,'clothing_wavy3','3870'),(491,'clothing_r19_autumndress','3868'),(492,'clothing_r19_autumnhairpiece','3869'),(493,'clothing_pompombag','3861'),(494,'clothing_r19_elisa','3866'),(495,'clothing_snowmansuit','3862,3863,3864'),(496,'clothing_frostedbeard','3865'),(497,'clothing_nordicscarf','3867'),(498,'clothing_pompomhat','3857'),(499,'clothing_r19_frosted','3860'),(500,'clothing_bearmuffs','3858'),(501,'clothing_icecrown','3859'),(568,'clothing_c18_cutething','3685,3686'),(569,'clothing_yetifeet','3693'),(570,'clothing_mercenary','3690,3691'),(571,'clothing_inmate','3688,3689'),(572,'clothing_poncho','3692'),(573,'clothing_bffhat','3667'),(574,'clothing_bffshirt','3668,3669'),(575,'clothing_kpop','3670'),(576,'clothing_r18_bunniehat','3662'),(577,'clothing_r18_bunniemask','3663'),(578,'clothing_r18_dress','3672'),(703,'clothing_r20_galaxybackpack','3883'),(704,'clothing_heartnecklace','3885'),(705,'clothing_r20_kittyearphones','3884'),(706,'clothing_r19_sparklywaist5','3900,3908'),(707,'clothing_r19_sparklywaist6','3901,3909'),(708,'clothing_r19_sparklywaist7','3902,3910'),(709,'clothing_r19_sparklywaist8','3903,3911'),(710,'clothing_r19_sparklywaist2','3897,3905'),(711,'clothing_r19_sparklywaist3','3898,3906'),(712,'clothing_r19_sparklywaist1','3896,3904'),(713,'clothing_r19_sparklywaist4','3899,3907'),(714,'clothing_rat','3894,3895'),(715,'clothing_r20_quinn','3936'),(716,'clothing_chocochefoutfit','3930,3931,3932,3933'),(717,'clothing_r20_tattoo','3934,3935'),(718,'clothing_c20_goldheartbp','3938'),(719,'clothing_c20_heartbackpack','3937'),(720,'clothing_mysticrobes','3927,3928'),(721,'clothing_nt_yogatop','3913,3914'),(722,'clothing_nt_campingbackpack','3916'),(723,'clothing_explorersash','3921'),(724,'clothing_r20_bunnyoutfit','3922,3923,3924'),(725,'clothing_puffyvest','3917'),(726,'clothing_binoculars','3919'),(727,'clothing_campingbackpack','3916'),(728,'clothing_yogatop','3913,3914'),(729,'clothing_nt_puffyvest','3917'),(730,'clothing_nt_sportshair','3926'),(731,'clothing_sportshair','3926'),(732,'clothing_mysticcrown','3929'),(733,'clothing_yogapants','3915'),(734,'clothing_r20_ponytailcap','3920'),(735,'clothing_nt_yogapants','3915'),(736,'clothing_nt_sportsshade','3925'),(737,'clothing_nt_binoculars','3919'),(738,'clothing_sportsshade','3925'),(739,'clothing_nt_explorersash','3921'),(740,'clothing_rainbowegg','3918'),(741,'clothing_goldpack4','3886,3887,3888,3889,3890,3891,3892,3893,3912'),(742,'clothing_towelwraphalf','3968'),(743,'clothing_eyemask','3958'),(744,'clothing_maskmint','3966'),(745,'clothing_towelhair','3967'),(746,'clothing_eyetomato','3959'),(747,'clothing_maskrose','3964'),(748,'clothing_eyecucumber','3960'),(749,'clothing_towelwrapfull','3969,3970'),(750,'clothing_maskcitrus','3963'),(751,'clothing_maskcharcoal','3965'),(752,'clothing_eyecitrus','3962'),(753,'clothing_eyestrawberry','3961'),(754,'clothing_r20_monkeyfezhat','3952'),(755,'clothing_moviestarmakeup','3956'),(756,'clothing_cobra','3954'),(757,'clothing_exoticcape','3955'),(758,'clothing_headjewel','3951'),(759,'clothing_moviestarhair','3944'),(760,'clothing_grandsari','3949'),(761,'clothing_grandheadjewel','3939'),(762,'clothing_sherwani','3940,3941'),(763,'clothing_nt_turban','3945'),(764,'clothing_turban','3945'),(765,'clothing_grandsherwani','3942,3943'),(766,'clothing_nt_moviestarhair','3944'),(767,'clothing_grandexoticcape','3946'),(768,'clothing_snake','3953'),(769,'clothing_nt_moviestarmakeup','3956'),(770,'clothing_sari','3947,3948,3950'),(771,'clothing_r20_jewelbraidhair','3957'),(772,'clothing_studentcap','3976'),(773,'clothing_nt_studentcap','3976'),(774,'clothing_mermaid','3516'),(775,'clothing_nt_zebratop','3839,3840'),(776,'clothing_nt_flowytop','3836'),(777,'clothing_nt_loosekimono','3826,3827'),(778,'clothing_nt_shortcut','3829'),(779,'clothing_nt_sprout','3821'),(780,'clothing_nt_leafearrings','3833'),(781,'clothing_nt_gardenapron','3824,3825'),(782,'clothing_nt_possessedeyes','3845'),(783,'clothing_nt_witchrobes','3848,3849'),(784,'clothing_nt_witchhat2','3843'),(785,'clothing_nt_shortscarf','3882'),(786,'clothing_nt_habpods','3879'),(787,'clothing_nt_flaredtrench','3877,3878'),(788,'clothing_nt_hitchedjumper','3880,3881'),(789,'clothing_nt_microbag','3876'),(790,'clothing_nt_shortfluffy','3871'),(791,'clothing_nt_leatherhoodie','3874,3875'),(792,'clothing_nt_wavy3','3870'),(793,'clothing_nt_pompombag','3861'),(794,'clothing_nt_frostedbeard','3865'),(795,'clothing_nt_bearmuffs','3858'),(796,'clothing_nt_pompomhat','3857'),(797,'clothing_nt_snowmansuit','3862,3863,3864'),(822,'clothing_spottedoctohat','3984'),(823,'clothing_nt_starearrings','3974'),(824,'clothing_starearrings','3974'),(825,'clothing_glitzypurse','3973'),(826,'clothing_nt_flapperdress','3995,3996'),(827,'clothing_chiseledface','3997'),(828,'clothing_nt_modernshortwave','3998'),(829,'clothing_nt_silkgloves','3975'),(830,'clothing_nt_slickedbackhair','3994'),(831,'clothing_r20_glitzytux','3971,3972'),(832,'clothing_pencilmoustache','3993'),(833,'clothing_nt_glitzypurse','3973'),(834,'clothing_modernshortwave','3998'),(835,'clothing_slickedbackhair','3994'),(836,'clothing_flapperdress','3995,3996'),(837,'clothing_nt_pencilmoustache','3993'),(838,'clothing_silkgloves','3975'),(839,'clothing_nt_chiseledface','3997'),(840,'clothing_r20_neonpunkset','3989,3990,3991,3992'),(841,'clothing_r20_gothicset','3999,4000,4001,4002'),(842,'clothing_h20th','4003,4004'),(843,'clothing_darkelegantset','3985,3986,3987,3988'),(844,'clothing_r20_harmonyset','3983,3982,3980,3981'),(845,'clothing_r20_slumberoutfit','3977,3978,3979');
+CREATE TABLE `catalog_club_offers` (
+ `id` integer NOT NULL
+, `enabled` text NOT NULL DEFAULT '1'
+, `name` varchar(35) NOT NULL
+, `days` integer NOT NULL
+, `credits` integer NOT NULL DEFAULT 10
+, `points` integer NOT NULL DEFAULT 0
+, `points_type` integer NOT NULL DEFAULT 0
+, `type` text NOT NULL DEFAULT 'HC'
+, `deal` text NOT NULL DEFAULT '0'
+, `giftable` text NOT NULL DEFAULT '0'
+, PRIMARY KEY (`id`)
+);
+INSERT INTO `catalog_club_offers` VALUES (1,'1','HABBO_CLUB_1_MONTH',31,50,50,5,'VIP','0','0'),(2,'1','HABBO_CLUB_3_MONTHS',93,120,120,5,'VIP','0','0');
+CREATE TABLE `catalog_featured_pages` (
+ `slot_id` integer NOT NULL
+, `image` varchar(70) NOT NULL DEFAULT ''
+, `caption` varchar(130) NOT NULL DEFAULT ''
+, `type` text NOT NULL DEFAULT 'page_name'
+, `expire_timestamp` integer NOT NULL DEFAULT -1
+, `page_name` varchar(30) NOT NULL DEFAULT ''
+, `page_id` integer NOT NULL DEFAULT 0
+, `product_name` varchar(40) NOT NULL DEFAULT ''
+, PRIMARY KEY (`slot_id`)
+);
+INSERT INTO `catalog_featured_pages` VALUES (1,'catalogue/feature_cata/feature_cata_hort_pets.png','The Habbo Pet Shop','page_name',-1,'pet_animals',277,''),(4,'catalogue/feature_cata/feature_cata_vert_habbo20_roselinedball.png','Trimmed Rose Gold Balloon','page_name',-1,'trimmed_rosegold20',757,''),(3,'catalogue/feature_cata/feature_cata_hort_habbo20_bun2.png','Chill Modern Bundle','page_name',-1,'chill_modern_20',1001,''),(2,'catalogue/feature_cata/feature_cata_hort_clothes.png','Clothes Shop','page_name',-1,'top_picks',588,'');
+CREATE TABLE `catalog_items` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `item_ids` varchar(666) NOT NULL
+, `page_id` integer NOT NULL
+, `catalog_name` varchar(100) NOT NULL
+, `cost_credits` integer NOT NULL DEFAULT 3
+, `cost_points` integer NOT NULL DEFAULT 0
+, `points_type` integer NOT NULL DEFAULT 0
+, `amount` integer NOT NULL DEFAULT 1
+, `limited_stack` integer NOT NULL DEFAULT 0
+, `limited_sells` integer NOT NULL DEFAULT 0
+, `order_number` integer NOT NULL DEFAULT 1
+, `offer_id` integer NOT NULL DEFAULT -1
+, `song_id` integer NOT NULL DEFAULT 0
+, `extradata` varchar(500) NOT NULL DEFAULT ''
+, `have_offer` text NOT NULL DEFAULT '1'
+, `club_only` text NOT NULL DEFAULT '0'
+);
+INSERT INTO `catalog_items` VALUES (1,'1',197,'post.it',4,0,0,1,0,0,99,-1,0,'','1','0'),(2,'2',197,'post.it.vd',4,0,0,1,0,0,99,-1,0,'','1','0'),(3,'3',429,'photo',4,0,0,1,0,0,99,-1,0,'','1','0'),(4,'4',9,'bot_generic',25,0,0,1,0,0,1,-1,0,'name:Robbie;motto:Generic;figure:hr-3020-31.sh-3089-82.lg-3057-1330.ch-225-1408.ca-3084-82-82.wa-2003-63.hd-3091-1383;gender:m','0','0'),(5,'5',9,'bot_bartender',40,0,0,1,0,0,3,-1,0,'name:Love;motto:Bartender;figure:hr-9534-45.sh-3064-1425.lg-3058-82.ch-818-1408.wa-2005-63.hd-600-1;gender:f','0','0'),(6,'6',9,'rentable_bot_visitor_log',35,0,0,1,0,0,2,-1,0,'name:Belle;motto:Visitor Counter;figure:sh-3064-91.lg-3166-82.ch-3076-82-73.hr-3251-31-1355.hd-3096-1;gender:f','0','0'),(7,'7',429,'avatar_effect158',4,0,0,1,0,0,99,-1,0,'158','1','0'),(8,'13',27,'A1 HYN',4,0,0,1,0,0,8,-1,0,'','1','0'),(9,'14',17,'A2 KHP',4,0,0,1,0,0,99,-1,0,'','1','0'),(10,'15',281,'A1 KHS',4,0,0,1,0,0,9,-1,0,'','1','0'),(11,'17',17,'A1 PPP',5,0,0,1,0,0,99,-1,0,'','1','0'),(12,'18',17,'A1 TUP',2,0,0,1,0,0,99,-1,0,'','1','0'),(13,'20',27,'A1 PYN',5,0,0,1,0,0,11,-1,0,'','1','0'),(14,'21',281,'A1 PYS',5,0,0,1,0,0,12,-1,0,'','1','0'),(15,'22',502,'table_plasto_4leg',5,0,0,1,0,0,0,-1,0,'','1','0'),(16,'23',502,'table_plasto_round',5,0,0,1,0,0,99,-1,0,'','1','0'),(17,'24',502,'table_plasto_bigsquare',5,0,0,1,0,0,0,-1,0,'','1','0'),(18,'25',17,'A1 LTP',4,0,0,1,0,0,99,-1,0,'','1','0'),(19,'26',281,'A1 TUS',2,0,0,1,0,0,4,-1,0,'','1','0'),(20,'28',281,'A1 SHS',3,0,0,1,0,0,11,-1,0,'','1','0'),(21,'29',27,'A2 PSN',4,0,0,1,0,0,2,-1,0,'','1','0'),(22,'30',27,'A1 TUN',2,0,0,1,0,0,1,-1,0,'','1','0'),(23,'31',17,'a2 modetable',5,0,0,1,0,0,99,-1,0,'','1','0'),(24,'32',559,'A1 OSB',4,0,0,1,0,0,16,-1,0,'','1','0'),(25,'33',559,'A1 BV1',4,0,0,1,0,0,27,-1,0,'','1','0'),(26,'34',17,'a4 stn',2,0,0,1,0,0,99,-1,0,'','1','0'),(27,'35',17,'A2 SHP',3,0,0,1,0,0,99,-1,0,'','1','0'),(28,'36',281,'a4 PSN',2,0,0,1,0,0,10,-1,0,'','1','0'),(29,'38',502,'chair_plasty',2,0,0,1,0,0,99,-1,0,'','1','0'),(30,'39',502,'chair_plasto',2,0,0,1,0,0,0,-1,0,'','1','0'),(31,'40',502,'table_plasto_square',2,0,0,1,0,0,0,-1,0,'','1','0'),(32,'41',17,'A2 S2P',4,0,0,1,0,0,99,-1,0,'','1','0'),(33,'42',17,'A1 S1B',4,0,0,1,0,0,99,-1,0,'','1','0'),(34,'43',429,'A1 S1B',4,0,0,1,0,0,99,-1,0,'','1','0'),(35,'44',429,'A1 S2B',4,0,0,1,0,0,99,-1,0,'','1','0'),(36,'45',281,'A1 S1S',4,0,0,1,0,0,2,-1,0,'','1','0'),(37,'46',281,'A1 S2S',4,0,0,1,0,0,3,-1,0,'','1','0'),(38,'47',281,'A2 POJA',2,0,0,1,0,0,14,-1,0,'','1','0'),(39,'48',18,'A2 S2A',4,0,0,1,0,0,1,-1,0,'','1','0'),(40,'49',429,'A1 S1B',4,0,0,1,0,0,101,-1,0,'','1','0'),(41,'50',429,'A1 S2BVALKO',4,0,0,1,0,0,43,-1,0,'','1','0'),(42,'51',18,'A1 KHA',4,0,0,1,0,0,2,-1,0,'','1','0'),(43,'52',18,'A1 PEA',4,0,0,1,0,0,3,-1,0,'','1','0'),(44,'53',18,'A2 PIA',5,0,0,1,0,0,4,-1,0,'','1','0'),(45,'54',18,'A1 PPA',2,0,0,1,0,0,5,-1,0,'','1','0'),(46,'55',18,'A1 JAA',2,0,0,1,0,0,6,-1,0,'','1','0'),(47,'56',18,'A2 TAA',4,0,0,1,0,0,7,-1,0,'','1','0'),(48,'57',18,'A1 JLA',4,0,0,1,0,0,8,-1,0,'','1','0'),(49,'58',18,'A1 S1A',4,0,0,1,0,0,9,-1,0,'','1','0'),(50,'59',559,'A1 BM1',4,0,0,1,0,0,14,-1,0,'','1','0'),(51,'60',18,'A1 RMA',4,0,0,1,0,0,10,-1,0,'','1','0'),(52,'61',559,'A2 MUR',1,150,0,1,0,0,1,-1,0,'','1','0'),(53,'62',17,'A2 TAP',4,0,0,1,0,0,99,-1,0,'','1','0'),(54,'63',19,'A2 KOUVOLA',5,0,0,1,0,0,1,-1,0,'','1','0'),(55,'64',19,'A1 A1P',5,0,0,1,0,0,1,-1,0,'','1','0'),(56,'65',19,'A1 C1P',5,0,0,1,0,0,1,-1,0,'','1','0'),(57,'66',19,'A1 B1P',2,0,0,1,0,0,1,-1,0,'','1','0'),(58,'67',19,'A1 E1P',2,0,0,1,0,0,1,-1,0,'','1','0'),(59,'68',559,'A1 BM1',4,0,0,1,0,0,13,-1,0,'','1','0'),(60,'69',559,'A1 BV1',4,0,0,1,0,0,28,-1,0,'','1','0'),(61,'70',19,'A2 KOUVOLA',5,0,0,1,0,0,2,-1,0,'','1','0'),(62,'71',19,'A2 A1P',5,0,0,1,0,0,2,-1,0,'','1','0'),(63,'72',19,'A1 C1P',5,0,0,1,0,0,2,-1,0,'','1','0'),(64,'73',19,'A1 B1P',2,0,0,1,0,0,2,-1,0,'','1','0'),(65,'74',19,'A1 E1P',2,0,0,1,0,0,2,-1,0,'','1','0'),(66,'75',559,'A1 BV2',4,0,0,1,0,0,29,-1,0,'','1','0'),(67,'76',559,'A1 BM2',4,0,0,1,0,0,14,-1,0,'','1','0'),(68,'77',19,'A2 KOUVOLA',5,0,0,1,0,0,3,-1,0,'','1','0'),(69,'78',19,'A3 A1P',5,0,0,1,0,0,3,-1,0,'','1','0'),(70,'79',19,'A1 C1P',5,0,0,1,0,0,3,-1,0,'','1','0'),(71,'80',19,'A1 B1P',2,0,0,1,0,0,3,-1,0,'','1','0'),(72,'81',19,'A1 E1P',2,0,0,1,0,0,3,-1,0,'','1','0'),(73,'82',559,'A1 BM3',4,0,0,1,0,0,17,-1,0,'','1','0'),(74,'83',559,'A1 BV3',4,0,0,1,0,0,17,-1,0,'','1','0'),(75,'84',19,'A2 KOUVOLA',5,0,0,1,0,0,4,-1,0,'','1','0'),(76,'85',19,'A4 A1P',3,0,0,1,0,0,99,-1,0,'','1','0'),(77,'86',19,'A1 C1P',3,0,0,1,0,0,99,-1,0,'','1','0'),(78,'87',19,'A1 B1P',2,0,0,1,0,0,4,-1,0,'','1','0'),(79,'88',19,'A1 E1P',2,0,0,1,0,0,4,-1,0,'','1','0'),(80,'89',559,'A1 BM4',4,0,0,1,0,0,18,-1,0,'','1','0'),(81,'90',559,'A1 BV4',4,0,0,1,0,0,31,-1,0,'','1','0'),(82,'91',559,'A1 BV6',4,0,0,1,0,0,33,-1,0,'','1','0'),(83,'93',559,'A1 BV5',4,0,0,1,0,0,32,-1,0,'','1','0'),(84,'94',559,'A1 BM5',4,0,0,1,0,0,19,-1,0,'','1','0'),(85,'95',19,'A2 KOUVOLA',5,0,0,1,0,0,5,-1,0,'','1','0'),(86,'96',19,'A5 A1P',5,0,0,1,0,0,5,-1,0,'','1','0'),(87,'97',19,'A1 C1P',5,0,0,1,0,0,5,-1,0,'','1','0'),(88,'98',19,'A1 B1P',2,0,0,1,0,0,5,-1,0,'','1','0'),(89,'99',19,'A1 E1P',2,0,0,1,0,0,5,-1,0,'','1','0'),(90,'100',19,'A2 KOUVOLA',5,0,0,1,0,0,6,-1,0,'','1','0'),(91,'101',19,'A6 A1P',5,0,0,1,0,0,6,-1,0,'','1','0'),(92,'102',19,'A1 C1P',5,0,0,1,0,0,6,-1,0,'','1','0'),(93,'103',19,'A1 B1P',2,0,0,1,0,0,6,-1,0,'','1','0'),(94,'104',19,'A1 E1P',2,0,0,1,0,0,6,-1,0,'','1','0'),(95,'105',19,'A2 KOUVOLA',5,0,0,1,0,0,7,-1,0,'','1','0'),(96,'106',19,'A7 A1P',5,0,0,1,0,0,7,-1,0,'','1','0'),(97,'107',19,'A1 C1P',5,0,0,1,0,0,7,-1,0,'','1','0'),(98,'108',19,'A1 B1P',2,0,0,1,0,0,7,-1,0,'','1','0'),(99,'109',19,'A1 E1P',2,0,0,1,0,0,7,-1,0,'','1','0'),(100,'110',19,'A2 KOUVOLA',5,0,0,1,0,0,8,-1,0,'','1','0'),(101,'111',19,'A8 A1P',5,0,0,1,0,0,8,-1,0,'','1','0'),(102,'112',19,'A1 C1P',5,0,0,1,0,0,8,-1,0,'','1','0'),(103,'113',19,'A1 B1P',2,0,0,1,0,0,8,-1,0,'','1','0'),(104,'114',19,'A1 E1P',2,0,0,1,0,0,8,-1,0,'','1','0'),(105,'115',19,'A2 KOUVOLA',5,0,0,1,0,0,9,-1,0,'','1','0'),(106,'116',19,'A9 A1P',5,0,0,1,0,0,9,-1,0,'','1','0'),(107,'117',19,'A1 C1P',5,0,0,1,0,0,9,-1,0,'','1','0'),(108,'118',19,'A1 B1P',2,0,0,1,0,0,9,-1,0,'','1','0'),(109,'119',19,'A1 E1P',2,0,0,1,0,0,9,-1,0,'','1','0'),(110,'120',559,'A1 BM6',4,0,0,1,0,0,20,-1,0,'','1','0'),(111,'121',19,'A1 E1P',2,0,0,1,0,0,99,-1,0,'','1','0'),(112,'122',22,'A1 PIZ',4,0,0,1,0,0,10,-1,0,'','1','0'),(113,'123',22,'A1 DRK',4,0,0,1,0,0,10,-1,0,'','1','0'),(114,'124',19,'A1 E3P',2,0,0,1,0,0,99,-1,0,'','1','0'),(115,'125',19,'A1 E4P',2,0,0,1,0,0,99,-1,0,'','1','0'),(116,'126',19,'A1 E5P',2,0,0,1,0,0,99,-1,0,'','1','0'),(117,'127',17,'A2 BAP',4,0,0,1,0,0,99,-1,0,'','1','0'),(118,'128',663,'A1 PL1',0,3600,5,1,0,1,24,-1,0,'','1','0'),(119,'129',22,'A2 PUL',4,0,0,1,0,0,11,-1,0,'','1','0'),(120,'130',17,'A1 BTP',4,0,0,1,0,0,99,-1,0,'','1','0'),(121,'131',17,'A1 BKP',4,0,0,1,0,0,99,-1,0,'','1','0'),(122,'132',429,'floortile',4,0,0,1,0,0,1,-1,0,'','0','0'),(123,'133',18,'A2 BAA',4,0,0,1,0,0,10,-1,0,'','1','0'),(124,'134',18,'A1 BTA',4,0,0,1,0,0,11,-1,0,'','1','0'),(125,'135',18,'A1 BJA',2,0,0,1,0,0,12,-1,0,'','1','0'),(126,'136',559,'A1 MM1',0,150,0,1,0,0,6,-1,0,'','1','0'),(127,'137',559,'A1 MM1',0,150,0,1,0,0,7,-1,0,'','1','0'),(128,'138',559,'A1 MM2',0,150,0,1,0,0,8,-1,0,'','1','0'),(129,'139',559,'A1 MM3',0,150,0,1,0,0,9,-1,0,'','1','0'),(130,'140',559,'A1 MM4',0,150,0,1,0,0,10,-1,0,'','1','0'),(131,'141',559,'A1 MM5',0,150,0,1,0,0,10,-1,0,'','1','0'),(132,'143',559,'A1 MM6',0,150,0,1,0,0,11,-1,0,'','1','0'),(133,'144',22,'A2 RTV',4,0,0,1,0,0,7,-1,0,'','1','0'),(134,'145',22,'A2 WTV',4,0,0,1,0,0,8,-1,0,'','1','0'),(135,'146',556,'A2 MURECO',4,0,0,1,0,0,2,-1,0,'','1','0'),(136,'147',19,'A1 E6P',2,0,0,1,0,0,99,-1,0,'','1','0'),(137,'148',559,'A2 MURECO',4,0,0,1,0,0,3,-1,0,'','1','0'),(138,'149',559,'A2 MURECO',4,0,0,1,0,0,4,-1,0,'','1','0'),(139,'150',559,'A2 MURECO',4,0,0,1,0,0,5,-1,0,'','1','0'),(140,'151',19,'A1 E7P',2,0,0,1,0,0,99,-1,0,'','1','0'),(141,'152',17,'deal_usa',5,0,0,1,0,0,99,-1,0,'','1','0'),(142,'153',17,'A2 R2P',5,0,0,1,0,0,99,-1,0,'','1','0'),(143,'154',556,'A1 GIRLSTP',2,0,0,1,0,0,99,-1,0,'','1','0'),(144,'155',556,'A1 GIRLS1P',4,0,0,1,0,0,99,-1,0,'','1','0'),(145,'156',556,'A2 GIRLS2P',4,0,0,1,0,0,99,-1,0,'','1','0'),(146,'157',556,'A2 GIRLSHP',3,0,0,1,0,0,99,-1,0,'','1','0'),(147,'158',429,'A3 S1P',4,0,0,1,0,0,42,-1,0,'','1','0'),(148,'159',429,'A1 S2BVALKO',4,0,0,1,0,0,104,-1,0,'','1','0'),(149,'160',20,'A1 ANANAS',4,0,0,1,0,0,99,-1,0,'','1','0'),(150,'161',20,'A1 PUU',0,150,0,1,0,0,99,-1,0,'','1','0'),(151,'162',20,'A1 PIKKUKAKTUS',2,0,0,1,0,0,99,-1,0,'','1','0'),(152,'163',20,'A2 BONSAI',0,150,0,1,0,0,99,-1,0,'','1','0'),(153,'164',20,'A2 ISOKAKTUS',3,0,0,1,0,0,99,-1,0,'','1','0'),(154,'165',20,'A2 JUKKA',3,0,0,1,0,0,99,-1,0,'','1','0'),(155,'166',559,'A1 BM7',4,0,0,1,0,0,21,-1,0,'','1','0'),(156,'167',559,'A1 BM8',4,0,0,1,0,0,15,-1,0,'','1','0'),(157,'168',559,'A1 BM9',4,0,0,1,0,0,23,-1,0,'','1','0'),(158,'169',559,'A1 BM1',4,0,0,1,0,0,24,-1,0,'','1','0'),(159,'170',559,'A1 BM1',4,0,0,1,0,0,25,-1,0,'','1','0'),(160,'171',20,'a2 aurinko',3,0,0,1,0,0,99,-1,0,'','1','0'),(161,'172',20,'a2 ruusu',0,150,0,1,0,0,99,-1,0,'','1','0'),(162,'173',22,'A2 DIGITV',4,0,0,1,0,0,9,-1,0,'','1','0'),(163,'174',182,'A2 AMME',4,0,0,1,0,0,1,-1,0,'','1','0'),(164,'177',182,'A2 AMM',4,0,0,1,0,0,3,-1,0,'','1','0'),(165,'178',182,'A2 PYTTYSIN',4,0,0,1,0,0,7,-1,0,'','1','0'),(166,'179',182,'A1 KUMIANKKA',4,0,0,1,0,0,2,-1,0,'','1','0'),(167,'180',182,'A2 KAAKELISIN',4,0,0,1,0,0,4,-1,0,'','1','0'),(168,'181',182,'A2 PYTTYPUN',4,0,0,1,0,0,8,-1,0,'','1','0'),(169,'182',182,'A2 PYTTYKELT',4,0,0,1,0,0,9,-1,0,'','1','0'),(170,'183',182,'A2 KAAKELIPUN',4,0,0,1,0,0,5,-1,0,'','1','0'),(171,'184',182,'A2 KAAKELIKELT',4,0,0,1,0,0,6,-1,0,'','1','0'),(172,'185',663,'a0 prize1',0,14400,5,1,0,0,9,-1,0,'','1','0'),(173,'186',663,'a0 prize2',0,10800,5,1,0,0,8,-1,0,'','1','0'),(174,'187',260,'present_gen',7,0,0,1,0,0,0,-1,0,'','1','0'),(175,'188',260,'present_gen1',7,0,0,1,0,0,1,-1,0,'','1','0'),(176,'189',260,'present_gen2',7,0,0,1,0,0,2,-1,0,'','1','0'),(177,'190',260,'present_gen3',7,0,0,1,0,0,3,-1,0,'','1','0'),(178,'191',260,'present_gen4',7,0,0,1,0,0,4,-1,0,'','1','0'),(179,'192',260,'present_gen5',7,0,0,1,0,0,5,-1,0,'','1','0'),(180,'193',260,'present_gen6',7,0,0,1,0,0,6,-1,0,'','1','0'),(181,'195',181,'A2 baba',10,0,0,1,0,0,10,-1,0,'','1','0'),(182,'196',181,'a2 bookcase',4,0,0,1,0,0,12,-1,0,'','1','0'),(183,'197',27,'a2 stn',2,0,0,1,0,0,9,-1,0,'','1','0'),(184,'198',27,'A2 PSN',3,0,0,1,0,0,10,-1,0,'','1','0'),(185,'199',181,'A1 BLMP',4,0,0,1,0,0,13,-1,0,'','1','0'),(186,'200',18,'a2 kya',4,0,0,1,0,0,14,-1,0,'','1','0'),(187,'201',181,'A2 FDG',10,0,0,1,0,0,11,-1,0,'','1','0'),(188,'202',224,'DEV door',1,225,0,1,0,0,3,-1,0,'','1','0'),(189,'204',224,'DEV doorB',0,150,0,1,0,0,1,-1,0,'','1','0'),(190,'205',224,'DEV doorC',1,150,0,1,0,0,4,-1,0,'','1','0'),(191,'206',388,'A2 pumpkin',4,0,0,1,0,0,9,-1,0,'','1','0'),(192,'207',676,'a2 kallo',4,0,0,1,0,0,10,-1,0,'','1','0'),(193,'208',676,'a2 deadduck',4,0,0,1,0,0,1,-1,0,'','1','0'),(194,'209',677,'deal_halloween',4,0,0,1,0,0,2,-1,0,'','1','0'),(195,'210',724,'a1 raato3',4,0,0,1,0,0,3,-1,0,'','1','0'),(196,'211',473,'a2 menorah',4,0,0,1,0,0,5,-1,0,'','1','0'),(197,'212',729,'pudding',4,0,0,1,0,0,7,-1,0,'','1','0'),(198,'213',22,'A2 ham',4,0,0,1,0,0,5,-1,0,'','1','0'),(199,'214',729,'turkey',4,0,0,1,0,0,10,-1,0,'','1','0'),(200,'215',724,'a1 jouluank',4,0,0,1,0,0,14,-1,0,'','1','0'),(201,'216',473,'a1 house',4,0,0,1,0,0,1,-1,0,'','1','0'),(202,'217',473,'a2 triplecandle',4,0,0,1,0,0,10,-1,0,'','1','0'),(203,'218',473,'a2 tree3',4,0,0,1,0,0,17,-1,0,'','1','0'),(204,'219',473,'A2 tree5',4,0,0,1,0,0,18,-1,0,'','1','0'),(205,'220',473,'A2 tree4',4,0,0,1,0,0,19,-1,0,'','1','0'),(206,'223',22,'a2 ham2',4,0,0,1,0,0,6,-1,0,'','1','0'),(207,'224',473,'a2 wcandles',4,0,0,1,0,0,12,-1,0,'','1','0'),(208,'225',473,'A2 KYNTTILAT2',4,0,0,1,0,0,9,-1,0,'','1','0'),(209,'226',445,'a2 cupido',4,0,0,1,0,0,4,-1,0,'','1','0'),(210,'228',724,'a1 pinkkiankka',4,0,0,1,0,0,5,-1,0,'','1','0'),(211,'230',663,'a0 throne',0,14400,5,1,0,14,1,-1,0,'','1','0'),(212,'231',663,'a0 samovar',0,7200,5,1,0,1,17,-1,0,'','1','0'),(213,'232',20,'a2 giftflowers',3,0,0,1,0,0,99,-1,0,'','1','0'),(214,'233',22,'a2 habbocake',4,0,0,1,0,0,2,-1,0,'','0','0'),(215,'234',663,'a0 hologram',0,7200,5,1,0,1,5,-1,0,'','1','0'),(216,'235',724,'a1 easterduck',4,0,0,1,0,0,4,-1,0,'','1','0'),(217,'236',378,'a2 bunny',4,0,0,1,0,0,3,-1,0,'','1','0'),(218,'237',378,'a2 basket',4,0,0,1,0,0,1,-1,0,'','1','0'),(219,'238',378,'a2 birdie',4,0,0,1,0,0,2,-1,0,'','1','0'),(220,'239',22,'A2 NOPPA',4,0,0,1,0,0,12,-1,0,'','1','0'),(221,'243',663,'a0 prize3',0,7200,5,1,0,0,7,-1,0,'','1','0'),(222,'244',17,'a2 polyovi',3,0,0,1,0,0,99,-1,0,'','1','0'),(223,'245',18,'a1 armkp',3,0,0,1,0,0,99,-1,0,'','1','0'),(224,'246',18,'a1 armdiv',4,0,0,1,0,0,99,-1,0,'','1','0'),(225,'247',18,'a2 armovi',3,0,0,1,0,0,99,-1,0,'','1','0'),(226,'248',27,'A4 BTP',4,0,0,1,0,0,3,-1,0,'','1','0'),(227,'249',281,'a1 silkp',3,0,0,1,0,0,5,-1,0,'','1','0'),(228,'250',27,'a1 nordiv',4,0,0,1,0,0,4,-1,0,'','1','0'),(229,'251',281,'a1 sildiv',4,0,0,1,0,0,6,-1,0,'','1','0'),(230,'252',27,'a3 nordiv',4,0,0,1,0,0,5,-1,0,'','1','0'),(231,'253',281,'a2 silovi',3,0,0,1,0,0,7,-1,0,'','1','0'),(232,'254',663,'a0 hemingway',0,10800,5,1,0,0,3,-1,0,'','1','0'),(233,'260',663,'a0 spyro',0,14400,5,1,0,1,2,-1,0,'','1','0'),(234,'261',663,'a0 hologirl',0,7200,5,1,0,1,6,-1,0,'','1','0'),(235,'263',273,'camera',0,75,0,1,0,0,99,-1,0,'','1','0'),(236,'264',473,'A2 JOULUTAHTI',10,0,0,1,0,0,6,-1,0,'','1','0'),(237,'265',473,'A2 HYASINTTIP',10,0,0,1,0,0,3,-1,0,'','1','0'),(238,'266',473,'A2 HYASINTTIS',10,0,0,1,0,0,4,-1,0,'','1','0'),(239,'267',349,'club_sofa',10,1,5,1,0,0,1,-1,0,'','1','1'),(240,'268',19,'A1 E1P',2,0,0,1,0,0,10,-1,0,'','1','0'),(241,'269',19,'A1 E1P',2,0,0,1,0,0,10,-1,0,'','1','0'),(242,'270',429,'bardeskcorner_polyfon_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(243,'271',429,'bardeskcorner_polyfon*11',4,0,0,1,0,0,3,-1,0,'','0','0'),(244,'273',19,'A1 E1P',2,0,0,1,0,0,11,-1,0,'','1','0'),(245,'274',19,'A1 E1P',3,0,0,1,0,0,99,-1,0,'','1','0'),(246,'275',349,'A1 E1P',10,1,5,1,0,0,14,-1,0,'','1','1'),(247,'276',349,'A2 KOUVOLA',10,1,5,1,0,0,14,-1,0,'','1','1'),(248,'277',349,'mocchamaster',10,1,5,1,0,0,5,-1,0,'','1','1'),(249,'278',217,'a2 legocourt',4,0,0,1,0,0,99,-1,0,'','1','0'),(250,'279',217,'a2 legobench',4,0,0,1,0,0,99,-1,0,'','1','0'),(251,'280',217,'a2 legotrophy',4,0,0,1,0,0,18,-1,0,'','1','0'),(252,'283',663,'a0 valentinescreen',0,3600,5,1,0,0,19,-1,0,'','1','0'),(253,'284',349,'edicehc',10,1,5,1,0,0,6,-1,0,'','1','1'),(254,'285',663,'rare_daffodil_rug',0,3600,5,1,0,28,25,-1,0,'','1','0'),(255,'286',663,'A0 rarebeehiveblue',0,7200,5,1,0,0,16,-1,0,'','1','0'),(256,'287',349,'hcsohva',10,1,5,1,0,0,8,-1,0,'','1','1'),(257,'288',349,'hcamme',10,1,5,1,0,0,4,-1,0,'','1','1'),(258,'289',663,'A0 rareparasol',0,3600,5,1,0,0,14,-1,0,'','1','0'),(259,'290',663,'A0 rarelephantgold',0,14400,5,1,0,2,11,-1,0,'','1','0'),(260,'291',663,'A0 rarefountainpink',0,7200,5,1,0,0,20,-1,0,'','1','0'),(261,'292',663,'rare_stand',0,3600,5,1,0,0,29,-1,0,'','1','0'),(262,'293',663,'rare_globe',0,3600,5,1,0,1,31,-1,0,'','1','0'),(263,'294',663,'rare_hammock',0,3600,5,1,0,0,33,-1,0,'','1','0'),(264,'295',663,'A0 rarelephantsilver',0,10800,5,1,0,0,10,-1,0,'','1','0'),(265,'296',663,'A0 rarelephantbronze',0,7200,5,1,0,0,10,-1,0,'','1','0'),(266,'297',663,'A0 rarefountaingrey',0,7200,5,1,0,0,21,-1,0,'','1','0'),(267,'298',663,'A0 rarefountaingreen',0,7200,5,1,0,0,15,-1,0,'','1','0'),(268,'299',663,'A0 rarefountainblue',0,7200,5,1,0,0,23,-1,0,'','1','0'),(269,'300',663,'s',0,7200,5,1,0,0,27,-1,0,'','1','0'),(270,'301',663,'A0 rarebeehiveyellow',0,7200,5,1,0,0,28,-1,0,'','1','0'),(271,'302',663,'A0 rarexmasscreen',0,3600,5,1,0,1,18,-1,0,'','1','0'),(272,'303',663,'A0 rareparasolyellow',0,3600,5,1,0,0,13,-1,0,'','1','0'),(273,'304',663,'A0 rareparasolbrown',0,3600,5,1,0,0,14,-1,0,'','1','0'),(274,'305',663,'A0 rareparasolviolet',0,3600,5,1,0,0,17,-1,0,'','1','0'),(275,'420',429,'soft_jaggara_norja',4,0,0,1,0,0,4,-1,0,'','0','0'),(276,'428',473,'a1 house2',4,0,0,1,0,0,2,-1,0,'','1','0'),(277,'449',663,'A2 3000rpm',0,10800,5,1,0,0,4,-1,0,'','1','0'),(278,'456',198,'md_sofa',4,0,0,1,0,0,99,-1,0,'','1','0'),(279,'457',663,'md_limukaappi',0,7200,5,1,0,0,99,-1,0,'','1','0'),(280,'1001',429,'Chess',4,0,0,1,0,0,5,-1,0,'','0','0'),(281,'1011',429,'TicTacToe',4,0,0,1,0,0,6,-1,0,'','0','0'),(282,'1021',429,'BattleShip',4,0,0,1,0,0,7,-1,0,'','0','0'),(283,'1484',19,'A2 KOUVOLA',5,0,0,1,0,0,10,-1,0,'','1','0'),(284,'1486',19,'A2 KOUVOLA',5,0,0,1,0,0,13,-1,0,'','1','0'),(285,'1487',19,'A14 A1P',5,0,0,1,0,0,14,-1,0,'','1','0'),(286,'1488',19,'A15 A1P',5,0,0,1,0,0,13,-1,0,'','1','0'),(287,'1489',19,'A1 C1P',5,0,0,1,0,0,14,-1,0,'','1','0'),(288,'1490',19,'A1 C1P',5,0,0,1,0,0,13,-1,0,'','1','0'),(289,'1491',19,'A1 B1P',2,0,0,1,0,0,14,-1,0,'','1','0'),(290,'1492',19,'A1 B1P',2,0,0,1,0,0,13,-1,0,'','1','0'),(291,'1495',19,'A1 E1P',2,0,0,1,0,0,13,-1,0,'','1','0'),(292,'1496',19,'A1 E8P',2,0,0,1,0,0,99,-1,0,'','1','0'),(293,'1497',19,'A1 E9P',2,0,0,1,0,0,99,-1,0,'','1','0'),(294,'1498',19,'A1 E9P',2,0,0,1,0,0,99,-1,0,'','1','0'),(295,'1499',19,'A1 E9P',2,0,0,1,0,0,99,-1,0,'','1','0'),(296,'1500',19,'A1 E9P',2,0,0,1,0,0,99,-1,0,'','1','0'),(297,'1501',19,'A1 E1P',2,0,0,1,0,0,14,-1,0,'','1','0'),(298,'1502',19,'A2 KOUVOLA',5,0,0,1,0,0,14,-1,0,'','1','0'),(299,'1503',217,'a0 hockey_score',4,0,0,1,0,0,99,-1,0,'','1','0'),(300,'1504',413,'a0 goallight',1,225,0,1,0,0,99,-1,0,'','1','0'),(301,'1505',349,'DEV doorD',10,1,5,1,0,0,7,-1,0,'','1','1'),(302,'1506',225,'a0 prizetrophy2_b',8,0,0,1,0,0,12,-1,0,'','1','0'),(303,'1507',225,'a0 prizetrophy3_b',8,0,0,1,0,0,9,-1,0,'','1','0'),(304,'1508',736,'a0 prizetrophy4_b',0,75,0,1,0,0,51,-1,0,'','1','0'),(305,'1509',736,'a0 prizetrophy5_b',0,75,0,1,0,0,54,-1,0,'','1','0'),(306,'1510',736,'a0 prizetrophy6_b',0,75,0,1,0,0,57,-1,0,'','1','0'),(307,'1512',225,'a0 prizetrophy_g',12,0,0,1,0,0,4,-1,0,'','1','0'),(308,'1513',225,'a0 prizetrophy2_g',12,0,0,1,0,0,10,-1,0,'','1','0'),(309,'1514',225,'a0 prizetrophy3_g',12,0,0,1,0,0,7,-1,0,'','1','0'),(310,'1515',736,'a0 prizetrophy4_g',0,75,0,1,0,0,49,-1,0,'','1','0'),(311,'1516',736,'a0 prizetrophy5_g',0,75,0,1,0,0,52,-1,0,'','1','0'),(312,'1517',736,'a0 prizetrophy6_g',0,75,0,1,0,0,55,-1,0,'','1','0'),(313,'1518',736,'a0 prizetrophy7_g',0,75,0,1,0,0,58,-1,0,'','1','0'),(314,'1519',225,'a0 prizetrophy_s',10,0,0,1,0,0,5,-1,0,'','1','0'),(315,'1520',225,'a0 prizetrophy2_s',10,0,0,1,0,0,11,-1,0,'','1','0'),(316,'1521',225,'a0 prizetrophy3_s',10,0,0,1,0,0,8,-1,0,'','1','0'),(317,'1522',736,'a0 prizetrophy4_s',0,75,0,1,0,0,50,-1,0,'','1','0'),(318,'1523',736,'a0 prizetrophy5_s',0,75,0,1,0,0,53,-1,0,'','1','0'),(319,'1524',736,'a0 prizetrophy6_s',0,75,0,1,0,0,56,-1,0,'','1','0'),(320,'1525',736,'a0 prizetrophy7_s',0,75,0,1,0,0,59,-1,0,'','1','0'),(321,'1526',225,'a0 prizetrophy_b',8,0,0,1,0,0,6,-1,0,'','1','0'),(322,'1527',349,'hc_chr',10,1,5,1,0,0,10,-1,0,'','1','1'),(323,'1528',349,'hc_tbl',10,1,5,1,0,0,10,-1,0,'','1','1'),(324,'1529',349,'hc_lmp',10,1,5,1,0,0,9,-1,0,'','1','1'),(325,'1530',349,'hc_dsk',10,1,5,1,0,0,11,-1,0,'','1','1'),(326,'1531',115,'nest',2,0,0,1,0,0,29,-1,0,'','1','0'),(327,'1532',52,'petfood1',1,0,0,1,0,0,2,-1,0,'','1','0'),(328,'1533',52,'petfood2',1,0,0,1,0,0,2,-1,0,'','1','0'),(329,'1534',52,'petfood3',0,15,0,1,0,0,1,-1,0,'','1','0'),(330,'1535',115,'waterbowl_4',2,0,0,1,0,0,60,-1,0,'','1','0'),(331,'1536',115,'waterbowl_5',2,0,0,1,0,0,59,-1,0,'','1','0'),(332,'1537',115,'waterbowl_2',2,0,0,1,0,0,58,-1,0,'','1','0'),(333,'1538',115,'waterbowl_1',2,0,0,1,0,0,57,-1,0,'','1','0'),(334,'1539',115,'waterbowl_3',2,0,0,1,0,0,28,-1,0,'','1','0'),(335,'1540',115,'toy1',2,0,0,1,0,0,27,-1,0,'','1','0'),(336,'1541',115,'toy1_1',2,0,0,1,0,0,54,-1,0,'','1','0'),(337,'1542',115,'toy1_2',2,0,0,1,0,0,26,-1,0,'','1','0'),(338,'1543',115,'toy1_3',2,0,0,1,0,0,25,-1,0,'','1','0'),(339,'1544',115,'toy1_4',2,0,0,1,0,0,51,-1,0,'','1','0'),(340,'1545',52,'goodie1',1,0,0,1,0,0,33,-1,0,'','1','0'),(341,'1546',52,'goodie1_1',1,0,0,1,0,0,34,-1,0,'','1','0'),(342,'1547',52,'goodie1_2',1,0,0,1,0,0,18,-1,0,'','1','0'),(343,'1548',52,'goodie2',1,0,0,1,0,0,32,-1,0,'','1','0'),(344,'1549',331,'a0 scifiport',0,3600,5,1,0,0,0,-1,0,'','1','0'),(345,'1550',331,'a10 scifiport',0,3600,5,1,0,0,9,-1,0,'','1','0'),(346,'1551',331,'a9 scifiport',0,3600,5,1,0,0,8,-1,0,'','1','0'),(347,'1552',331,'a8 scifiport',0,3600,5,1,0,0,7,-1,0,'','1','0'),(348,'1553',331,'a7 scifiport',0,3600,5,1,0,0,6,-1,0,'','1','0'),(349,'1554',331,'a6 scifiport',0,3600,5,1,0,0,5,-1,0,'','1','0'),(350,'1555',331,'a5 scifiport',0,3600,5,1,0,0,4,-1,0,'','1','0'),(351,'1556',331,'a4 scifiport',0,3600,5,1,0,0,3,-1,0,'','1','0'),(352,'1557',331,'a3 scifiport',0,3600,5,1,0,0,2,-1,0,'','1','0'),(353,'1558',331,'a2 scifiport',0,3600,5,1,0,0,1,-1,0,'','1','0'),(354,'1559',336,'a10 scifirocket_badge',0,3600,5,1,0,0,10,-1,0,'','1','0'),(355,'1560',336,'a9 scifirocket',0,3600,5,1,0,0,9,-1,0,'','1','0'),(356,'1561',336,'a8 scifirocket',0,3600,5,1,0,0,8,-1,0,'','1','0'),(357,'1562',336,'a7 scifirocket',0,3600,5,1,0,0,7,-1,0,'','1','0'),(358,'1563',336,'a6 scifirocket',0,3600,5,1,0,0,6,-1,0,'','1','0'),(359,'1564',336,'a5 scifirocket_badge',0,3600,5,1,0,0,5,-1,0,'','1','0'),(360,'1565',336,'a4 scifirocket',0,3600,5,1,0,0,4,-1,0,'','1','0'),(361,'1566',336,'a3 scifirocket',0,3600,5,1,0,0,3,-1,0,'','1','0'),(362,'1567',336,'a2 scifirocket',0,3600,5,1,0,0,2,-1,0,'','1','0'),(363,'1568',336,'a1 scifirocket',0,3600,5,1,0,0,1,-1,0,'','1','0'),(364,'1569',333,'a10 scifidoor',0,3600,5,1,0,0,10,-1,0,'','1','0'),(365,'1570',333,'a9 scifidoor',0,3600,5,1,0,0,9,-1,0,'','1','0'),(366,'1571',333,'a8 scifidoor',0,3600,5,1,0,0,8,-1,0,'','1','0'),(367,'1572',333,'a7 scifidoor',0,3600,5,1,0,0,7,-1,0,'','1','0'),(368,'1573',333,'a6 scifidoor',0,3600,5,1,0,0,6,-1,0,'','1','0'),(369,'1574',333,'a5 scifidoor',0,3600,5,1,0,0,5,-1,0,'','1','0'),(370,'1575',333,'a4 scifidoor',0,3600,5,1,0,0,4,-1,0,'','1','0'),(371,'1576',333,'a3 scifidoor',0,3600,5,1,0,0,3,-1,0,'','1','0'),(372,'1577',333,'a2 scifidoor',0,3600,5,1,0,0,2,-1,0,'','1','0'),(373,'1578',333,'a1 scifidoor',0,3600,5,1,0,0,1,-1,0,'','1','0'),(374,'1579',347,'a7 pillow',0,3600,5,1,0,0,5,-1,0,'','1','0'),(375,'1580',347,'a10 pillow',0,3600,5,1,0,0,8,-1,0,'','1','0'),(376,'1581',347,'a0 pillow',0,3600,5,1,0,0,0,-1,0,'','1','0'),(377,'1582',347,'a3 pillow',0,3600,5,1,0,0,1,-1,0,'','1','0'),(378,'1583',347,'a4 pillow',0,3600,5,1,0,0,2,-1,0,'','1','0'),(379,'1584',347,'a9 pillow',0,3600,5,1,0,0,7,-1,0,'','1','0'),(380,'1585',347,'a11 pillow',0,3600,5,1,0,0,9,-1,0,'','1','0'),(381,'1586',347,'a6 pillow',0,3600,5,1,0,0,4,-1,0,'','1','0'),(382,'1587',347,'a10 pillow',0,3600,5,1,0,0,6,-1,0,'','1','0'),(383,'1588',347,'pillow*3',0,3600,5,1,0,0,3,-1,0,'','1','0'),(384,'1589',332,'a4 marquee',0,3600,5,1,0,0,1,-1,0,'','1','0'),(385,'1590',332,'a5 marquee',0,3600,5,1,0,0,2,-1,0,'','1','0'),(386,'1591',332,'a10 marquee',0,3600,5,1,0,0,7,-1,0,'','1','0'),(387,'1592',332,'a0 marquee',0,3600,5,1,0,0,10,-1,0,'','1','0'),(388,'1593',332,'a11 marquee_badge',0,3600,5,1,0,0,8,-1,0,'','1','0'),(389,'1594',332,'a12 marquee',0,3600,5,1,0,0,9,-1,0,'','1','0'),(390,'1595',332,'a8 marquee',0,3600,5,1,0,0,5,-1,0,'','1','0'),(391,'1596',332,'a7 marquee',0,3600,5,1,0,0,4,-1,0,'','1','0'),(392,'1597',332,'a9 marquee',0,3600,5,1,0,0,6,-1,0,'','1','0'),(393,'1598',332,'a6 marquee',0,3600,5,1,0,0,3,-1,0,'','1','0'),(394,'1599',334,'a3 wooden_screen',0,3600,5,1,0,0,2,-1,0,'','1','0'),(395,'1600',334,'a4 wooden_screen',0,3600,5,1,0,0,3,-1,0,'','1','0'),(396,'1601',334,'a9 wooden_screen',0,3600,5,1,0,0,8,-1,0,'','1','0'),(397,'1602',334,'a0 wooden_screen',0,3600,5,1,0,0,1,-1,0,'','1','0'),(398,'1603',334,'a10 wooden_screen',0,3600,5,1,0,0,9,-1,0,'','1','0'),(399,'1604',334,'a7 wooden_screen',0,3600,5,1,0,0,6,-1,0,'','1','0'),(400,'1605',334,'a11 wooden_screen',0,3600,5,1,0,0,10,-1,0,'','1','0'),(401,'1606',334,'a6 wooden_screen',0,3600,5,1,0,0,5,-1,0,'','1','0'),(402,'1607',334,'a8 wooden_screen',0,3600,5,1,0,0,7,-1,0,'','1','0'),(403,'1608',334,'a5 wooden_screen',0,3600,5,1,0,0,4,-1,0,'','1','0'),(404,'1609',335,'a8 pillar',0,3600,5,1,0,0,7,-1,0,'','1','0'),(405,'1610',335,'a3 pillar',0,3600,5,1,0,0,2,-1,0,'','1','0'),(406,'1611',335,'a11 pillar',0,3600,5,1,0,0,10,-1,0,'','1','0'),(407,'1612',335,'a0 pillar',0,3600,5,1,0,0,1,-1,0,'','1','0'),(408,'1613',335,'a10 pillar',0,3600,5,1,0,0,9,-1,0,'','1','0'),(409,'1614',335,'a4 pillar',0,3600,5,1,0,0,3,-1,0,'','1','0'),(410,'1615',335,'a7 pillar',0,3600,5,1,0,0,6,-1,0,'','1','0'),(411,'1616',335,'a6 pillar',0,3600,5,1,0,0,5,-1,0,'','1','0'),(412,'1617',335,'a9 pillar',0,3600,5,1,0,0,8,-1,0,'','1','0'),(413,'1618',335,'a5 pillar',0,3600,5,1,0,0,4,-1,0,'','1','0'),(414,'1619',328,'a5 rare_dragonlamp',0,3600,5,1,0,0,4,-1,0,'','1','0'),(415,'1620',328,'rare_dragonlamp*0',0,3600,5,1,0,0,0,-1,0,'','1','0'),(416,'1621',328,'a6 rare_dragonlamp',0,3600,5,1,0,0,5,-1,0,'','1','0'),(417,'1622',328,'a3 rare_dragonlamp',0,3600,5,1,0,0,2,-1,0,'','1','0'),(418,'1623',328,'a9 rare_dragonlamp',0,3600,5,1,0,0,8,-1,0,'','1','0'),(419,'1624',328,'a10 rare_dragonlamp',0,3600,5,1,0,0,9,-1,0,'','1','0'),(420,'1625',328,'a8 rare_dragonlamp',0,3600,5,1,0,0,7,-1,0,'','1','0'),(421,'1626',328,'a7 rare_dragonlamp',0,3600,5,1,0,0,6,-1,0,'','1','0'),(422,'1627',328,'a2 rare_dragonlamp',0,3600,5,1,0,0,1,-1,0,'','1','0'),(423,'1628',328,'a4 rare_dragonlamp',0,3600,5,1,0,0,3,-1,0,'','1','0'),(424,'1629',330,'rare_icecream*1',0,3600,5,1,0,0,2,-1,0,'','1','0'),(425,'1630',330,'a8 rare_icecream_badge',0,3600,5,1,0,0,8,-1,0,'','1','0'),(426,'1631',330,'a9 rare_icecream',0,3600,5,1,0,0,9,-1,0,'','1','0'),(427,'1632',330,'a3 rare_icecream',0,3600,5,1,0,0,3,-1,0,'','1','0'),(428,'1633',330,'a7 rare_icecream',0,3600,5,1,0,0,7,-1,0,'','1','0'),(429,'1634',330,'a10 rare_icecream',0,3600,5,1,0,0,10,-1,0,'','1','0'),(430,'1635',330,'a4 rare_icecream',0,3600,5,1,0,0,4,-1,0,'','1','0'),(431,'1636',330,'a1 rare_icecream',0,3600,5,1,0,0,1,-1,0,'','1','0'),(432,'1637',330,'rare_icecream*4',0,3600,5,1,0,0,5,-1,0,'','1','0'),(433,'1638',330,'a6 rare_icecream',0,3600,5,1,0,0,6,-1,0,'','1','0'),(434,'1639',329,'a8 rare_fan',0,3600,5,1,0,0,7,-1,0,'','1','0'),(435,'1640',329,'a7 rare_fan',0,3600,5,1,0,0,6,-1,0,'','1','0'),(436,'1641',329,'a10 rare_fan',0,3600,5,1,0,0,9,-1,0,'','1','0'),(437,'1642',329,'a4 rare_fan',0,3600,5,1,0,0,3,-1,0,'','1','0'),(438,'1643',329,'a9 rare_fan',0,3600,5,1,0,0,0,-1,0,'','1','0'),(439,'1644',329,'a5 rare_fan',0,3600,5,1,0,0,4,-1,0,'','1','0'),(440,'1645',329,'summerpromo_yellowfan',0,3600,5,1,0,0,5,-1,0,'','1','0'),(441,'1646',329,'a2 rare_fan',0,3600,5,1,0,0,1,-1,0,'','1','0'),(442,'1647',329,'a9 rare_fan',0,3600,5,1,0,0,8,-1,0,'','1','0'),(443,'1648',329,'a3 rare_fan',0,3600,5,1,0,0,2,-1,0,'','1','0'),(444,'1649',42,'a10 queue',7,0,0,1,0,0,3,-1,0,'','1','0'),(445,'1650',42,'a10 queue',7,0,0,1,0,0,6,-1,0,'','1','0'),(446,'1651',42,'a10 queue',7,0,0,1,0,0,4,-1,0,'','1','0'),(447,'1652',42,'a10 queue',7,0,0,1,0,0,9,-1,0,'','1','0'),(448,'1653',42,'a10 queue',7,0,0,1,0,0,8,-1,0,'','1','0'),(449,'1654',42,'a10 queue',7,0,0,1,0,0,5,-1,0,'','1','0'),(450,'1655',42,'a10 queue',7,0,0,1,0,0,7,-1,0,'','1','0'),(451,'1656',42,'a10 queue',2,225,0,1,0,0,2,-1,0,'','1','0'),(452,'1657',42,'a10 queue',7,0,0,1,0,0,1,-1,0,'','1','0'),(453,'1658',42,'a10 queue',7,0,0,1,0,0,0,-1,0,'','1','0'),(454,'1659',429,'ticket',4,0,0,1,0,0,8,-1,0,'','0','0'),(455,'1738',344,'rare_snowrug',4,0,0,1,0,0,6,-1,0,'','1','0'),(456,'1741',302,'a0 lantern',4,0,0,1,0,0,37,-1,0,'','1','0'),(457,'1742',302,'a0 rw_sofa',4,0,0,1,0,0,19,-1,0,'','1','0'),(458,'1745',217,'a1 sporttrackstraight',4,0,0,1,0,0,99,-1,0,'','1','0'),(459,'1747',217,'a3 sporttrackstraight gra',4,0,0,1,0,0,99,-1,0,'','1','0'),(460,'1748',217,'a2 sporttrackstraight asp',4,0,0,1,0,0,99,-1,0,'','1','0'),(461,'1750',217,'a0 deal201',4,0,0,1,0,0,99,-1,0,'','1','0'),(462,'1751',217,'a2 sportcorner asphalt',4,0,0,1,0,0,99,-1,0,'','1','0'),(463,'1752',217,'a0 deal208',4,0,0,1,0,0,99,-1,0,'','1','0'),(464,'1754',217,'a2 sportgoal asphalt',4,0,0,1,0,0,99,-1,0,'','1','0'),(465,'1755',217,'a2 sportgoal asphalt',4,0,0,1,0,0,99,-1,0,'','1','0'),(466,'1756',217,'a3 sportgoal grass',4,0,0,1,0,0,99,-1,0,'','1','0'),(467,'1757',217,'a1 sportfootylamp',4,0,0,1,0,0,99,-1,0,'','1','0'),(468,'1758',473,'a1 tree1',4,0,0,1,0,0,99,-1,0,'','1','0'),(469,'1759',281,'barchair_silo',2,0,0,1,0,0,1,-1,0,'','1','0'),(470,'1760',292,'a4 nordiv',4,0,0,1,0,0,6,-1,0,'','1','0'),(471,'1761',343,'traffic_light_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(472,'1762',343,'traffic_light_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(473,'1763',343,'traffic_light_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(474,'1764',343,'traffic_light_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(475,'1765',343,'traffic_light_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(476,'1766',342,'a1 rubberchairblue',4,0,1,1,0,0,1,-1,0,'','1','0'),(477,'1767',342,'a2 rubberchairpink',4,0,1,1,0,0,2,-1,0,'','1','0'),(478,'1768',342,'a3 rubberchairorange',4,0,1,1,0,0,3,-1,0,'','1','0'),(479,'1769',342,'a4 rubberchairocean',4,0,1,1,0,0,4,-1,0,'','1','0'),(480,'1770',342,'a5 rubberchairlime',4,0,1,1,0,0,5,-1,0,'','1','0'),(481,'1771',342,'a6 rubberchairviolet',4,0,1,1,0,0,6,-1,0,'','1','0'),(482,'1772',343,'barrier_1',4,0,0,1,0,0,7,-1,0,'','1','0'),(483,'1773',343,'barrier_2',4,0,0,1,0,0,8,-1,0,'','1','0'),(484,'1774',343,'barrier_3',4,0,0,1,0,0,9,-1,0,'','1','0'),(485,'1775',342,'a7 rubberchairwhite',4,0,1,1,0,0,7,-1,0,'','1','0'),(486,'1776',342,'a8 rubberchairblack',4,0,1,1,0,0,8,-1,0,'','1','0'),(487,'1777',290,'table_norja_med_2',5,0,0,1,0,0,11,-1,0,'','1','0'),(488,'1778',291,'table_norja_med_3',5,0,0,1,0,0,11,-1,0,'','1','0'),(489,'1779',292,'table_norja_med_4',5,0,0,1,0,0,11,-1,0,'','1','0'),(490,'1780',293,'table_norja_med_5',5,0,0,1,0,0,11,-1,0,'','1','0'),(491,'1781',294,'table_norja_med_6',5,0,0,1,0,0,11,-1,0,'','1','0'),(492,'1782',295,'table_norja_med_7',5,0,0,1,0,0,11,-1,0,'','1','0'),(493,'1783',296,'table_norja_med_8',5,0,0,1,0,0,11,-1,0,'','1','0'),(494,'1784',297,'table_norja_med_9',5,0,0,1,0,0,11,-1,0,'','1','0'),(495,'1785',290,'couch_norja_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(496,'1786',291,'couch_norja_3',4,0,0,1,0,0,2,-1,0,'','1','0'),(497,'1787',292,'couch_norja_4',4,0,0,1,0,0,2,-1,0,'','1','0'),(498,'1788',293,'couch_norja_5',4,0,0,1,0,0,2,-1,0,'','1','0'),(499,'1789',294,'couch_norja_6',4,0,0,1,0,0,2,-1,0,'','1','0'),(500,'1790',295,'couch_norja_7',4,0,0,1,0,0,2,-1,0,'','1','0'),(501,'1791',296,'couch_norja_8',4,0,0,1,0,0,2,-1,0,'','1','0'),(502,'1792',297,'couch_norja_9',4,0,0,1,0,0,2,-1,0,'','1','0'),(503,'1793',290,'shelves_norja_2',4,0,0,1,0,0,8,-1,0,'','1','0'),(504,'1794',291,'shelves_norja_3',4,0,0,1,0,0,8,-1,0,'','1','0'),(505,'1795',292,'shelves_norja_4',4,0,0,1,0,0,8,-1,0,'','1','0'),(506,'1796',293,'shelves_norja_5',4,0,0,1,0,0,8,-1,0,'','1','0'),(507,'1797',294,'shelves_norja_6',4,0,0,1,0,0,8,-1,0,'','1','0'),(508,'1798',295,'shelves_norja_7',4,0,0,1,0,0,8,-1,0,'','1','0'),(509,'1799',296,'shelves_norja_8',4,0,0,1,0,0,8,-1,0,'','1','0'),(510,'1800',297,'shelves_norja_9',4,0,0,1,0,0,8,-1,0,'','1','0'),(511,'1801',290,'chair_norja_2',2,0,0,1,0,0,1,-1,0,'','1','0'),(512,'1802',291,'chair_norja_3',2,0,0,1,0,0,1,-1,0,'','1','0'),(513,'1803',292,'chair_norja_4',2,0,0,1,0,0,1,-1,0,'','1','0'),(514,'1804',293,'chair_norja_5',2,0,0,1,0,0,1,-1,0,'','1','0'),(515,'1805',294,'chair_norja_6',2,0,0,1,0,0,1,-1,0,'','1','0'),(516,'1806',295,'chair_norja_7',2,0,0,1,0,0,1,-1,0,'','1','0'),(517,'1807',296,'chair_norja_8',2,0,0,1,0,0,1,-1,0,'','1','0'),(518,'1808',297,'chair_norja_9',2,0,0,1,0,0,1,-1,0,'','1','0'),(519,'1809',290,'a2 nordiv',4,0,0,1,0,0,3,-1,0,'','1','0'),(520,'1810',291,'a3 nordiv',4,0,0,1,0,0,3,-1,0,'','1','0'),(521,'1811',292,'a4 nordiv',4,0,0,1,0,0,3,-1,0,'','1','0'),(522,'1812',293,'a5 nordiv',4,0,0,1,0,0,3,-1,0,'','1','0'),(523,'1813',294,'a6 nordiv',4,0,0,1,0,0,3,-1,0,'','1','0'),(524,'1814',295,'a7 nordiv',4,0,0,1,0,0,3,-1,0,'','1','0'),(525,'1815',296,'a8 nordiv',4,0,0,1,0,0,3,-1,0,'','1','0'),(526,'1816',297,'a9 nordiv',4,0,0,1,0,0,3,-1,0,'','1','0'),(527,'1817',290,'A1 SHP',3,0,0,1,0,0,10,-1,0,'','1','0'),(528,'1818',291,'A3 SHP',3,0,0,1,0,0,10,-1,0,'','1','0'),(529,'1819',292,'A4 SHP',3,0,0,1,0,0,10,-1,0,'','1','0'),(530,'1820',293,'A5 SHP',3,0,0,1,0,0,10,-1,0,'','1','0'),(531,'1821',294,'A6 SHP',3,0,0,1,0,0,10,-1,0,'','1','0'),(532,'1822',295,'A7 SHP',3,0,0,1,0,0,10,-1,0,'','1','0'),(533,'1823',296,'A8 SHP',3,0,0,1,0,0,10,-1,0,'','1','0'),(534,'1824',297,'A9 SHP',3,0,0,1,0,0,10,-1,0,'','1','0'),(535,'1825',290,'a1 stn',2,0,0,1,0,0,9,-1,0,'','1','0'),(536,'1826',291,'a3 stn',2,0,0,1,0,0,9,-1,0,'','1','0'),(537,'1827',292,'a4 stn',2,0,0,1,0,0,9,-1,0,'','1','0'),(538,'1828',293,'a5 stn',2,0,0,1,0,0,9,-1,0,'','1','0'),(539,'1829',294,'a6 stn',2,0,0,1,0,0,9,-1,0,'','1','0'),(540,'1830',295,'a7 stn',2,0,0,1,0,0,9,-1,0,'','1','0'),(541,'1831',296,'a8 stn',2,0,0,1,0,0,9,-1,0,'','1','0'),(542,'1832',297,'a9 stn',2,0,0,1,0,0,9,-1,0,'','1','0'),(543,'1833',314,'A2 STS',2,0,0,1,0,0,6,-1,0,'','1','0'),(544,'1834',315,'A3 STS',2,0,0,1,0,0,6,-1,0,'','1','0'),(545,'1835',316,'A4 STS',2,0,0,1,0,0,6,-1,0,'','1','0'),(546,'1836',317,'A5 STS',2,0,0,1,0,0,6,-1,0,'','1','0'),(547,'1837',318,'A6 STS',2,0,0,1,0,0,6,-1,0,'','1','0'),(548,'1838',319,'A7 STS',2,0,0,1,0,0,6,-1,0,'','1','0'),(549,'1839',320,'A8 STS',2,0,0,1,0,0,6,-1,0,'','1','0'),(550,'1840',321,'A9 STS',2,0,0,1,0,0,6,-1,0,'','1','0'),(551,'1841',314,'A2 PPS',2,0,0,1,0,0,9,-1,0,'','1','0'),(552,'1842',315,'A3 PPS',2,0,0,1,0,0,9,-1,0,'','1','0'),(553,'1843',316,'A4 PPS',2,0,0,1,0,0,9,-1,0,'','1','0'),(554,'1844',317,'A5 PPS',2,0,0,1,0,0,9,-1,0,'','1','0'),(555,'1845',318,'A6 PPS',2,0,0,1,0,0,9,-1,0,'','1','0'),(556,'1846',319,'A7 PPS',2,0,0,1,0,0,9,-1,0,'','1','0'),(557,'1847',320,'A8 PPS',2,0,0,1,0,0,9,-1,0,'','1','0'),(558,'1848',321,'A9 PPS',2,0,0,1,0,0,9,-1,0,'','1','0'),(559,'1849',314,'a2 silkp',3,0,0,1,0,0,3,-1,0,'','1','0'),(560,'1850',315,'a3 silkp',3,0,0,1,0,0,3,-1,0,'','1','0'),(561,'1851',316,'a4 silkp',3,0,0,1,0,0,3,-1,0,'','1','0'),(562,'1852',317,'a5 silkp',3,0,0,1,0,0,3,-1,0,'','1','0'),(563,'1853',318,'a6 silkp',3,0,0,1,0,0,3,-1,0,'','1','0'),(564,'1854',319,'a7 silkp',3,0,0,1,0,0,3,-1,0,'','1','0'),(565,'1855',320,'a8 silkp',3,0,0,1,0,0,3,-1,0,'','1','0'),(566,'1856',321,'a9 silkp',3,0,0,1,0,0,3,-1,0,'','1','0'),(567,'1857',314,'a1 silovi',3,0,0,1,0,0,4,-1,0,'','1','0'),(568,'1858',315,'a3 silovi',3,0,0,1,0,0,4,-1,0,'','1','0'),(569,'1859',316,'a4 silovi',3,0,0,1,0,0,4,-1,0,'','1','0'),(570,'1860',317,'a5 silovi',3,0,0,1,0,0,4,-1,0,'','1','0'),(571,'1861',318,'a6 silovi',3,0,0,1,0,0,4,-1,0,'','1','0'),(572,'1862',319,'a7 silovi',3,0,0,1,0,0,4,-1,0,'','1','0'),(573,'1863',320,'a8 silovi',3,0,0,1,0,0,4,-1,0,'','1','0'),(574,'1864',321,'a9 silovi',3,0,0,1,0,0,4,-1,0,'','1','0'),(575,'1865',314,'A1 OSLO',5,0,0,1,0,0,8,-1,0,'','1','0'),(576,'1866',315,'A4 OSLO',5,0,0,1,0,0,8,-1,0,'','1','0'),(577,'1867',316,'A5 OSLO',5,0,0,1,0,0,8,-1,0,'','1','0'),(578,'1868',317,'A6 OSLO',5,0,0,1,0,0,8,-1,0,'','1','0'),(579,'1869',318,'A7 OSLO',5,0,0,1,0,0,8,-1,0,'','1','0'),(580,'1870',319,'A8 OSLO',5,0,0,1,0,0,8,-1,0,'','1','0'),(581,'1871',320,'A8 OSLO',5,0,0,1,0,0,8,-1,0,'','1','0'),(582,'1872',321,'A9 OSLO',5,0,0,1,0,0,8,-1,0,'','1','0'),(583,'1873',314,'A2 SHS',3,0,0,1,0,0,7,-1,0,'','1','0'),(584,'1874',315,'A3 SHS',3,0,0,1,0,0,7,-1,0,'','1','0'),(585,'1875',316,'A4 SHS',3,0,0,1,0,0,7,-1,0,'','1','0'),(586,'1876',317,'A5 SHS',3,0,0,1,0,0,7,-1,0,'','1','0'),(587,'1877',318,'A6 SHS',3,0,0,1,0,0,7,-1,0,'','1','0'),(588,'1878',319,'A7 SHS',3,0,0,1,0,0,7,-1,0,'','1','0'),(589,'1879',320,'A8 SHS',3,0,0,1,0,0,7,-1,0,'','1','0'),(590,'1880',321,'A9 SHS',3,0,0,1,0,0,7,-1,0,'','1','0'),(591,'1881',283,'A2 STP',2,0,0,1,0,0,6,-1,0,'','1','0'),(592,'1882',289,'A3 STP',2,0,0,1,0,0,6,-1,0,'','1','0'),(593,'1883',284,'A4 STP',2,0,0,1,0,0,6,-1,0,'','1','0'),(594,'1884',288,'A6 STP',2,0,0,1,0,0,6,-1,0,'','1','0'),(595,'1885',287,'A7 STP',2,0,0,1,0,0,6,-1,0,'','1','0'),(596,'1886',286,'A8 STP',2,0,0,1,0,0,6,-1,0,'','1','0'),(597,'1887',285,'A9 STP',2,0,0,1,0,0,6,-1,0,'','1','0'),(598,'1888',283,'A1 SHP',3,0,0,1,0,0,7,-1,0,'','1','0'),(599,'1889',289,'A3 SHP',3,0,0,1,0,0,7,-1,0,'','1','0'),(600,'1890',284,'A4 SHP',3,0,0,1,0,0,7,-1,0,'','1','0'),(601,'1891',288,'A6 SHP',3,0,0,1,0,0,7,-1,0,'','1','0'),(602,'1892',287,'A7 SHP',3,0,0,1,0,0,7,-1,0,'','1','0'),(603,'1893',286,'A8 SHP',3,0,0,1,0,0,7,-1,0,'','1','0'),(604,'1894',285,'A9 SHP',3,0,0,1,0,0,7,-1,0,'','1','0'),(605,'1895',283,'A1 S2P',4,0,0,1,0,0,3,-1,0,'','1','0'),(606,'1896',289,'A3 S2P',4,0,0,1,0,0,3,-1,0,'','1','0'),(607,'1897',284,'A4 S2P',4,0,0,1,0,0,3,-1,0,'','1','0'),(608,'1898',288,'A6 S2P',4,0,0,1,0,0,3,-1,0,'','1','0'),(609,'1899',287,'A7 S2P',4,0,0,1,0,0,3,-1,0,'','1','0'),(610,'1900',286,'A8 S2P',4,0,0,1,0,0,3,-1,0,'','1','0'),(611,'1901',285,'A9 S2P',4,0,0,1,0,0,3,-1,0,'','1','0'),(612,'1902',283,'A2 S1P',4,0,0,1,0,0,4,-1,0,'','1','0'),(613,'1903',289,'A3 S1P',4,0,0,1,0,0,4,-1,0,'','1','0'),(614,'1904',284,'A4 S1P',4,0,0,1,0,0,4,-1,0,'','1','0'),(615,'1905',288,'A6 S1P',4,0,0,1,0,0,4,-1,0,'','1','0'),(616,'1906',287,'A7 S1P',4,0,0,1,0,0,4,-1,0,'','1','0'),(617,'1907',286,'A8 S1P',4,0,0,1,0,0,4,-1,0,'','1','0'),(618,'1908',285,'A9 S1P',4,0,0,1,0,0,4,-1,0,'','1','0'),(619,'1909',283,'A2 BTP',5,0,0,1,0,0,2,-1,0,'','1','0'),(620,'1910',289,'A3 BTP',5,0,0,1,0,0,2,-1,0,'','1','0'),(621,'1911',284,'A4 BTP',5,0,0,1,0,0,2,-1,0,'','1','0'),(622,'1912',556,'A5 BTP',4,0,0,1,0,0,99,-1,0,'','1','0'),(623,'1913',288,'A6 BTP',5,0,0,1,0,0,2,-1,0,'','1','0'),(624,'1914',287,'A7 BTP',5,0,0,1,0,0,2,-1,0,'','1','0'),(625,'1915',286,'A8 BTP',5,0,0,1,0,0,2,-1,0,'','1','0'),(626,'1916',285,'A9 BTP',5,0,0,1,0,0,2,-1,0,'','1','0'),(627,'1917',283,'A2 BKP',5,0,0,1,0,0,1,-1,0,'','1','0'),(628,'1918',289,'A3 BKP',5,0,0,1,0,0,1,-1,0,'','1','0'),(629,'1919',284,'A4 BKP',5,0,0,1,0,0,1,-1,0,'','1','0'),(630,'1920',556,'A5 BKP',4,0,0,1,0,0,99,-1,0,'','1','0'),(631,'1921',288,'A6 BKP',5,0,0,1,0,0,1,-1,0,'','1','0'),(632,'1922',287,'A7 BKP',5,0,0,1,0,0,1,-1,0,'','1','0'),(633,'1923',286,'A8 BKP',5,0,0,1,0,0,1,-1,0,'','1','0'),(634,'1924',285,'A9 BKP',5,0,0,1,0,0,1,-1,0,'','1','0'),(635,'1925',283,'A1 polyovi',3,0,0,1,0,0,5,-1,0,'','1','0'),(636,'1926',289,'A3 polyovi',3,0,0,1,0,0,5,-1,0,'','1','0'),(637,'1927',284,'A4 polyovi',3,0,0,1,0,0,5,-1,0,'','1','0'),(638,'1928',556,'A5 polyovi',3,0,0,1,0,0,99,-1,0,'','1','0'),(639,'1929',288,'A6 polyovi',3,0,0,1,0,0,5,-1,0,'','1','0'),(640,'1930',287,'A7 polyovi',3,0,0,1,0,0,5,-1,0,'','1','0'),(641,'1931',286,'A8 polyovi',3,0,0,1,0,0,5,-1,0,'','1','0'),(642,'1932',285,'A9 polyovi',3,0,0,1,0,0,5,-1,0,'','1','0'),(643,'1933',314,'A2 TUS',2,0,0,1,0,0,2,-1,0,'','1','0'),(644,'1934',315,'A3 TUS',2,0,0,1,0,0,2,-1,0,'','1','0'),(645,'1935',316,'A4 TUS',2,0,0,1,0,0,2,-1,0,'','1','0'),(646,'1936',317,'A5 TUS',2,0,0,1,0,0,2,-1,0,'','1','0'),(647,'1937',318,'A6 TUS',2,0,0,1,0,0,2,-1,0,'','1','0'),(648,'1938',319,'A7 TUS',2,0,0,1,0,0,2,-1,0,'','1','0'),(649,'1939',320,'A8 TUS',2,0,0,1,0,0,2,-1,0,'','1','0'),(650,'1940',321,'A9 TUS',2,0,0,1,0,0,2,-1,0,'','1','0'),(651,'1941',290,'a2 norkg',4,0,0,1,0,0,5,-1,0,'','1','0'),(652,'1942',291,'a3 norkg',4,0,0,1,0,0,5,-1,0,'','1','0'),(653,'1943',292,'a4 norkg',4,0,0,1,0,0,5,-1,0,'','1','0'),(654,'1944',293,'a5 norkg',4,0,0,1,0,0,5,-1,0,'','1','0'),(655,'1945',294,'a6 norkg',4,0,0,1,0,0,5,-1,0,'','1','0'),(656,'1946',295,'a7 norkg',4,0,0,1,0,0,5,-1,0,'','1','0'),(657,'1947',296,'a8 norkg',4,0,0,1,0,0,5,-1,0,'','1','0'),(658,'1948',297,'a9 norkg',4,0,0,1,0,0,5,-1,0,'','1','0'),(659,'1949',290,'a2 nordiv',4,0,0,1,0,0,4,-1,0,'','1','0'),(660,'1950',291,'a3 nordiv',4,0,0,1,0,0,4,-1,0,'','1','0'),(661,'1951',292,'a4 nordiv',4,0,0,1,0,0,4,-1,0,'','1','0'),(662,'1952',293,'a5 nordiv',4,0,0,1,0,0,4,-1,0,'','1','0'),(663,'1953',294,'a6 nordiv',4,0,0,1,0,0,4,-1,0,'','1','0'),(664,'1954',295,'a7 nordiv',4,0,0,1,0,0,4,-1,0,'','1','0'),(665,'1955',296,'a8 nordiv',4,0,0,1,0,0,4,-1,0,'','1','0'),(666,'1956',297,'a9 nordiv',4,0,0,1,0,0,4,-1,0,'','1','0'),(667,'1957',281,'a0 silostudydesk',4,0,0,1,0,0,10,-1,0,'','1','0'),(668,'1958',291,'a0 solnorja',4,0,0,1,0,0,10,-1,0,'','1','0'),(669,'1959',290,'a1 solnorja',4,0,0,1,0,0,10,-1,0,'','1','0'),(670,'1960',27,'a2 solnorja',4,0,0,1,0,0,10,-1,0,'','1','0'),(671,'1961',292,'a3 solnorja',4,0,0,1,0,0,10,-1,0,'','1','0'),(672,'1962',293,'a5 solnorja',4,0,0,1,0,0,10,-1,0,'','1','0'),(673,'1963',294,'a6 solnorja',4,0,0,1,0,0,10,-1,0,'','1','0'),(674,'1964',295,'a7 solnorja',4,0,0,1,0,0,10,-1,0,'','1','0'),(675,'1965',296,'a8 solnorja',4,0,0,1,0,0,10,-1,0,'','1','0'),(676,'1966',297,'a9 solnorja',4,0,0,1,0,0,10,-1,0,'','1','0'),(677,'1967',344,'a0 sandrug',4,0,0,1,0,0,7,-1,0,'','1','0'),(678,'1968',344,'a0 moonrug',4,0,0,1,0,0,5,-1,0,'','1','0'),(679,'1969',302,'a2 china_table',2,0,0,1,0,0,29,-1,0,'','1','0'),(680,'1970',302,'a2 china_table',2,0,0,1,0,0,18,-1,0,'','1','0'),(681,'1971',340,'a0 sleepingbag',4,0,0,1,0,0,1,-1,0,'','1','0'),(682,'1972',340,'a0 sleepingbag2',4,0,0,1,0,0,2,-1,0,'','1','0'),(683,'1973',340,'a0 sleepingbag3',4,0,0,1,0,0,3,-1,0,'','1','0'),(684,'1974',340,'a0 sleepingbag4',4,0,0,1,0,0,4,-1,0,'','1','0'),(685,'1975',281,'a0 safe_silo',4,0,0,1,0,0,8,-1,0,'','1','0'),(686,'1976',340,'a0 sleepingbag7',4,0,0,1,0,0,7,-1,0,'','1','0'),(687,'1977',258,'a0 sleepingbag9',0,7200,5,1,0,0,14,-1,0,'','1','0'),(688,'1978',340,'a0 sleepingbag5',4,0,0,1,0,0,5,-1,0,'','1','0'),(689,'1979',340,'a0 sleepingbag10',4,0,0,1,0,0,10,-1,0,'','1','0'),(690,'1980',340,'a0 sleepingbag6',4,0,0,1,0,0,6,-1,0,'','1','0'),(691,'1981',340,'a0 sleepingbag8',4,0,0,1,0,0,8,-1,0,'','1','0'),(692,'1982',302,'china_shelve',4,0,0,1,0,0,32,-1,0,'','1','0'),(693,'1983',343,'traffic_light_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(694,'1984',290,'a2 DVN black',4,0,0,1,0,0,6,-1,0,'','1','0'),(695,'1985',291,'a3 DVN white',4,0,0,1,0,0,6,-1,0,'','1','0'),(696,'1986',293,'a5 DVN pink',4,0,0,1,0,0,6,-1,0,'','1','0'),(697,'1987',294,'a6 DVN blue',4,0,0,1,0,0,6,-1,0,'','1','0'),(698,'1988',295,'a7 DVN green',4,0,0,1,0,0,6,-1,0,'','1','0'),(699,'1989',296,'a8 DVN yellow',4,0,0,1,0,0,6,-1,0,'','1','0'),(700,'1990',297,'a9 DVN red',4,0,0,1,0,0,6,-1,0,'','1','0'),(701,'1991',290,'a2 FLIPnor black',4,0,0,1,0,0,7,-1,0,'','1','0'),(702,'1992',291,'a3 FLIPnor white',4,0,0,1,0,0,7,-1,0,'','1','0'),(703,'1993',292,'a4 FLIPnor aquamarine',4,0,0,1,0,0,7,-1,0,'','1','0'),(704,'1994',293,'a5 FLIPnor pink',4,0,0,1,0,0,7,-1,0,'','1','0'),(705,'1995',294,'a6 FLIPnor blue',4,0,0,1,0,0,7,-1,0,'','1','0'),(706,'1996',295,'a7 FLIPnor green',4,0,0,1,0,0,7,-1,0,'','1','0'),(707,'1997',296,'a8 FLIPnor yellow',4,0,0,1,0,0,7,-1,0,'','1','0'),(708,'1998',297,'a9 FLIPnor red',4,0,0,1,0,0,7,-1,0,'','1','0'),(709,'1999',27,'a0 FLIPnor plain',4,0,0,1,0,0,7,-1,0,'','1','0'),(710,'2000',27,'a0 DVN plain',4,0,0,1,0,0,6,-1,0,'','1','0'),(711,'2001',302,'a2 wall_china',4,0,0,1,0,0,17,-1,0,'','1','0'),(712,'2002',302,'a2 corner_china',4,0,0,1,0,0,20,-1,0,'','1','0'),(713,'2003',314,'a2 barchair_silo',2,0,0,1,0,0,1,-1,0,'','1','0'),(714,'2004',315,'a3 barchair_silo',2,0,0,1,0,0,1,-1,0,'','1','0'),(715,'2005',316,'a4 barchair_silo',2,0,0,1,0,0,1,-1,0,'','1','0'),(716,'2006',317,'a5 barchair_silo',2,0,0,1,0,0,1,-1,0,'','1','0'),(717,'2007',318,'a6 barchair_silo',2,0,0,1,0,0,1,-1,0,'','1','0'),(718,'2008',319,'a7 barchair_silo',2,0,0,1,0,0,1,-1,0,'','1','0'),(719,'2009',320,'a8 barchair_silo',2,0,0,1,0,0,1,-1,0,'','1','0'),(720,'2010',321,'a9 barchair_silo',2,0,0,1,0,0,1,-1,0,'','1','0'),(721,'2011',314,'a2 safe_silo',10,0,0,1,0,0,5,-1,0,'','1','0'),(722,'2012',315,'a3 safe_silo',10,0,0,1,0,0,5,-1,0,'','1','0'),(723,'2013',315,'a4 safe_silo',10,0,0,1,0,0,5,-1,0,'','1','0'),(724,'2014',317,'a5 safe_silo',10,0,0,1,0,0,5,-1,0,'','1','0'),(725,'2015',318,'a6 safe_silo',10,0,0,1,0,0,5,-1,0,'','1','0'),(726,'2016',319,'a7 safe_silo',10,0,0,1,0,0,5,-1,0,'','1','0'),(727,'2017',320,'a8 safe_silo',10,0,0,1,0,0,5,-1,0,'','1','0'),(728,'2018',321,'a9 safe_silo',10,0,0,1,0,0,5,-1,0,'','1','0'),(729,'2019',29,'a0 glass_shelf',5,0,0,1,0,0,10,-1,0,'','1','0'),(730,'2020',29,'a0 glass_chair',2,0,0,1,0,0,1,-1,0,'','1','0'),(731,'2021',29,'a0 glass_stool',4,0,0,1,0,0,20,-1,0,'','1','0'),(732,'2022',29,'a0 glass_sofa',3,0,0,1,0,0,10,-1,0,'','1','0'),(733,'2023',29,'a0 glass_table',5,0,0,1,0,0,29,-1,0,'','1','0'),(734,'2024',29,'a2 glass_table',5,0,0,1,0,0,17,-1,0,'','1','0'),(735,'2025',29,'a3 glass_table',5,0,0,1,0,0,31,-1,0,'','1','0'),(736,'2026',29,'a4 glass_table',5,0,0,1,0,0,32,-1,0,'','1','0'),(737,'2027',29,'a5 glass_table',5,0,0,1,0,0,33,-1,0,'','1','0'),(738,'2028',29,'a6 glass_table',5,0,0,1,0,0,34,-1,0,'','1','0'),(739,'2029',29,'a7 glass_table',5,0,0,1,0,0,18,-1,0,'','1','0'),(740,'2030',29,'a8 glass_table',5,0,0,1,0,0,19,-1,0,'','1','0'),(741,'2031',29,'a9 glass_table',5,0,0,1,0,0,37,-1,0,'','1','0'),(742,'2032',29,'a2 glass_chair',2,0,0,1,0,0,2,-1,0,'','1','0'),(743,'2033',29,'a3 glass_chair',2,0,0,1,0,0,3,-1,0,'','1','0'),(744,'2034',29,'a4 glass_chair',2,0,0,1,0,0,4,-1,0,'','1','0'),(745,'2035',29,'a5 glass_chair',2,0,0,1,0,0,5,-1,0,'','1','0'),(746,'2036',29,'a6 glass_chair',2,0,0,1,0,0,6,-1,0,'','1','0'),(747,'2037',29,'a7 glass_chair',2,0,0,1,0,0,7,-1,0,'','1','0'),(748,'2038',29,'a8 glass_chair',2,0,0,1,0,0,8,-1,0,'','1','0'),(749,'2039',29,'a9 glass_chair',2,0,0,1,0,0,9,-1,0,'','1','0'),(750,'2040',29,'a2 glass_sofa',3,0,0,1,0,0,11,-1,0,'','1','0'),(751,'2041',29,'a3 glass_sofa',3,0,0,1,0,0,12,-1,0,'','1','0'),(752,'2042',29,'a4 glass_sofa',3,0,0,1,0,0,14,-1,0,'','1','0'),(753,'2043',29,'a5 glass_sofa',3,0,0,1,0,0,13,-1,0,'','1','0'),(754,'2044',29,'a6 glass_sofa',3,0,0,1,0,0,14,-1,0,'','1','0'),(755,'2045',29,'a7 glass_sofa',3,0,0,1,0,0,17,-1,0,'','1','0'),(756,'2046',29,'a8 glass_sofa',3,0,0,1,0,0,18,-1,0,'','1','0'),(757,'2047',29,'a9 glass_sofa',3,0,0,1,0,0,19,-1,0,'','1','0'),(758,'2048',29,'a2 glass_stool',4,0,0,1,0,0,21,-1,0,'','1','0'),(759,'2050',29,'a4 glass_stool',4,0,0,1,0,0,23,-1,0,'','1','0'),(760,'2051',29,'a5 glass_stool',4,0,0,1,0,0,24,-1,0,'','1','0'),(761,'2052',29,'a6 glass_stool',4,0,0,1,0,0,25,-1,0,'','1','0'),(762,'2053',29,'a7 glass_stool',4,0,0,1,0,0,16,-1,0,'','1','0'),(763,'2054',29,'a8 glass_stool',4,0,0,1,0,0,27,-1,0,'','1','0'),(764,'2056',29,'a3 glass_stool',4,0,0,1,0,0,15,-1,0,'','1','0'),(765,'2057',29,'a9 glass_stool',4,0,0,1,0,0,28,-1,0,'','1','0'),(766,'2063',12,'a0 CF_10_coin_gold',11,0,0,1,0,0,5,-1,0,'','1','0'),(767,'2064',12,'a0 CF_1_coin_bronze',1,1,5,1,0,0,1,-1,0,'','1','0'),(768,'2065',12,'a0 CF_20_moneybag',21,0,0,1,0,0,6,-1,0,'','1','0'),(769,'2066',12,'a0 CF_50_goldbar',51,0,0,1,0,0,7,-1,0,'','1','0'),(770,'2067',12,'a0 CF_5_coin_silver',5,5,5,1,0,0,2,-1,0,'','1','0'),(771,'2068',349,'a0 clubrug',10,1,5,1,0,0,3,-1,0,'','1','1'),(772,'2069',349,'a0 clubtv',10,1,5,1,0,0,11,-1,0,'','1','1'),(773,'2070',30,'a0 gothgate',4,0,0,1,0,0,99,-1,0,'','1','0'),(774,'2071',30,'a0 gothiccandelabra',4,0,0,1,0,0,1,-1,0,'','1','0'),(775,'2072',30,'a0 gothrailing',4,0,0,1,0,0,99,-1,0,'','1','0'),(776,'2073',30,'a0 goth_table',4,0,0,1,0,0,99,-1,0,'','1','0'),(777,'2074',349,'a0 hc_bkshlf',10,1,5,1,0,0,1,-1,0,'','1','1'),(778,'2075',349,'a0 hc_btlr',10,1,5,1,0,0,2,-1,0,'','1','1'),(779,'2076',349,'a0 hc_crtn',10,1,5,1,0,0,4,-1,0,'','1','1'),(780,'2077',349,'a0 hc_djset',10,1,5,1,0,0,5,-1,0,'','1','1'),(781,'2078',349,'a0 hc_frplc',10,1,5,1,0,0,6,-1,0,'','1','1'),(782,'2079',349,'a0 hc_lmpst',10,1,5,1,0,0,7,-1,0,'','1','1'),(783,'2080',349,'a0 hc_machine',10,1,5,1,0,0,8,-1,0,'','1','1'),(784,'2081',349,'a0 hc_rllr',10,1,5,1,0,0,9,-1,0,'','1','1'),(785,'2082',349,'a0 hc_rntgn',10,1,5,1,0,0,10,-1,0,'','1','1'),(786,'2083',349,'a0 hc_trll',10,1,5,1,0,0,10,-1,0,'','1','1'),(787,'2084',30,'a1 gothicstool',2,0,0,1,0,0,13,-1,0,'','1','0'),(788,'2085',30,'a1 gothicchair',3,0,0,1,0,0,24,-1,0,'','1','0'),(789,'2086',30,'a1 gothicsofa',4,0,0,1,0,0,31,-1,0,'','1','0'),(790,'2087',30,'a2 gothicstool',2,0,0,1,0,0,14,-1,0,'','1','0'),(791,'2088',30,'a2 gothicchair',3,0,0,1,0,0,25,-1,0,'','1','0'),(792,'2089',30,'a2 gothicsofa',4,0,0,1,0,0,32,-1,0,'','1','0'),(793,'2090',30,'a3 gothicstool',2,0,0,1,0,0,17,-1,0,'','1','0'),(794,'2091',30,'a3 gothicchair',3,0,0,1,0,0,16,-1,0,'','1','0'),(795,'2092',30,'a3 gothicsofa',4,0,0,1,0,0,33,-1,0,'','1','0'),(796,'2093',30,'a4 gothicstool',2,0,0,1,0,0,18,-1,0,'','1','0'),(797,'2094',30,'a4 gothicchair',3,0,0,1,0,0,27,-1,0,'','1','0'),(798,'2095',30,'a4 gothicsofa',4,0,0,1,0,0,34,-1,0,'','1','0'),(799,'2096',30,'a5 gothicstool',2,0,0,1,0,0,19,-1,0,'','1','0'),(800,'2097',30,'a5 gothicchair',3,0,0,1,0,0,99,-1,0,'','1','0'),(801,'2098',30,'a5 gothicsofa',4,0,0,1,0,0,18,-1,0,'','1','0'),(802,'2099',30,'a6 gothicstool',2,0,0,1,0,0,20,-1,0,'','1','0'),(803,'2100',30,'a6 gothicchair',3,0,0,1,0,0,29,-1,0,'','1','0'),(804,'2101',30,'a6 gothicsofa',4,0,0,1,0,0,19,-1,0,'','1','0'),(805,'2102',473,'A1 KYNTTILA1',4,0,0,1,0,0,11,-1,0,'','1','0'),(806,'2103',445,'A0 val_cauldron',10,0,0,1,0,0,6,-1,0,'','1','0'),(807,'2104',473,'a1 tree2',4,0,0,1,0,0,14,-1,0,'','1','0'),(808,'2105',187,'sound_machine',4,0,0,1,0,0,0,-1,0,'','1','0'),(809,'2106',35,'a0 romantique_pianochair3',2,0,0,1,0,0,27,-1,0,'','1','0'),(810,'2107',35,'a0 romantique_pianochair5',2,0,0,1,0,0,29,-1,0,'','1','0'),(811,'2108',35,'a0 romantique_pianochair2',2,0,0,1,0,0,16,-1,0,'','1','0'),(812,'2109',35,'a0 romantique_pianochair4',2,0,0,1,0,0,28,-1,0,'','1','0'),(813,'2110',35,'a0 romantique_pianochair1',2,0,0,1,0,0,25,-1,0,'','1','0'),(814,'2111',35,'a0 romantique_divan3',4,0,0,1,0,0,14,-1,0,'','1','0'),(815,'2112',35,'a0 romantique_divan5',4,0,0,1,0,0,18,-1,0,'','1','0'),(816,'2113',35,'a0 romantique_divan2',4,0,0,1,0,0,13,-1,0,'','1','0'),(817,'2114',35,'a0 romantique_divan4',4,0,0,1,0,0,17,-1,0,'','1','0'),(818,'2115',35,'a0 romantique_divan1',4,0,0,1,0,0,14,-1,0,'','1','0'),(819,'2116',35,'a0 romantique_chair3',2,0,0,1,0,0,10,-1,0,'','1','0'),(820,'2117',35,'a0 romantique_chair5',2,0,0,1,0,0,11,-1,0,'','1','0'),(821,'2118',35,'a0 romantique_chair2',2,0,0,1,0,0,9,-1,0,'','1','0'),(822,'2119',35,'a0 romantique_chair4',2,0,0,1,0,0,10,-1,0,'','1','0'),(823,'2120',35,'a0 romantique_chair1',2,0,0,1,0,0,8,-1,0,'','1','0'),(824,'2121',473,'A1 KYNTTILA2',4,0,0,1,0,0,8,-1,0,'','1','0'),(825,'2122',197,'rare_parasol',4,0,0,1,0,0,99,-1,0,'','1','0'),(826,'2123',445,'a2 valentinerose',4,0,0,1,0,0,10,-1,0,'','1','0'),(827,'2124',445,'a4 valentinerose',4,0,0,1,0,0,11,-1,0,'','1','0'),(828,'2125',445,'a1 valentinerose',4,0,0,1,0,0,9,-1,0,'','1','0'),(829,'2126',445,'a3 valentinerose',4,0,0,1,0,0,10,-1,0,'','1','0'),(830,'2127',445,'a0 valentinerose',4,0,0,1,0,0,8,-1,0,'','1','0'),(831,'2128',20,'a0 mazegate',6,0,0,1,0,0,99,-1,0,'','1','0'),(832,'2129',20,'a0 maze',5,0,0,1,0,0,99,-1,0,'','1','0'),(833,'2130',344,'DEV plant_bulrush',4,0,0,1,0,0,3,-1,0,'','1','0'),(834,'2131',52,'a0 petfood4',1,0,0,1,0,0,4,-1,0,'','1','0'),(835,'2132',445,'a0 carpet_valentine',4,0,0,1,0,0,1,-1,0,'','1','0'),(836,'2133',30,'a0 gothiccarpet',4,0,0,1,0,0,11,-1,0,'','1','0'),(837,'2134',30,'a0 gothiccarpet2',4,0,0,1,0,0,12,-1,0,'','1','0'),(838,'2135',30,'gothic_chair',2,0,0,1,0,0,14,-1,0,'','1','0'),(839,'2136',30,'gothic_sofa',3,0,0,1,0,0,23,-1,0,'','1','0'),(840,'2137',30,'gothic_stool',4,0,0,1,0,0,17,-1,0,'','1','0'),(841,'2138',35,'DEV grand_piano3',4,0,0,1,0,0,3,-1,0,'','1','0'),(842,'2139',35,'DEV grand_piano5',4,0,0,1,0,0,5,-1,0,'','1','0'),(843,'2140',35,'DEV grand_piano2',4,0,0,1,0,0,2,-1,0,'','1','0'),(844,'2141',35,'DEV grand_piano4',4,0,0,1,0,0,4,-1,0,'','1','0'),(845,'2142',35,'DEV grand_piano1',4,0,0,1,0,0,1,-1,0,'','1','0'),(846,'2143',590,'a0 theatre_seat',4,0,0,1,0,0,15,-1,0,'','1','0'),(847,'2144',35,'DEV romantique_tray2',4,0,0,1,0,0,19,-1,0,'','1','0'),(848,'2145',35,'DEV romantique_tray1',4,0,0,1,0,0,18,-1,0,'','1','0'),(849,'2146',35,'DEV romantique_smalltabl3',4,0,0,1,0,0,32,-1,0,'','1','0'),(850,'2147',35,'DEV romantique_smalltabl5',4,0,0,1,0,0,34,-1,0,'','1','0'),(851,'2148',35,'DEV romantique_smalltabl2',4,0,0,1,0,0,31,-1,0,'','1','0'),(852,'2149',35,'DEV romantique_smalltabl4',4,0,0,1,0,0,33,-1,0,'','1','0'),(853,'2150',35,'DEV romantique_smalltabl1',4,0,0,1,0,0,17,-1,0,'','1','0'),(854,'2151',35,'DEV romantique_mirrortabl',4,0,0,1,0,0,24,-1,0,'','1','0'),(855,'2152',35,'a2 romantique_divider',4,0,0,1,0,0,21,-1,0,'','1','0'),(856,'2153',35,'a1 romantique_divider',4,0,0,1,0,0,20,-1,0,'','1','0'),(857,'2154',35,'a3 romantique_divider',4,0,0,1,0,0,15,-1,0,'','1','0'),(858,'2155',35,'a0 romantique_divider',4,0,0,1,0,0,19,-1,0,'','1','0'),(859,'2156',31,'DEV jp_tatami2',4,0,0,1,0,0,99,-1,0,'','1','0'),(860,'2157',31,'DEV jp_tatami',4,0,0,1,0,0,99,-1,0,'','1','0'),(861,'2158',590,'DEV habbowood_chair',2,0,0,1,0,0,28,-1,0,'','1','0'),(862,'2159',31,'DEV jp_bamboo',4,0,0,1,0,0,99,-1,0,'','1','0'),(863,'2160',31,'DEV jp_irori',4,0,0,1,0,0,99,-1,0,'','1','0'),(864,'2161',31,'DEV jp_pillow',4,0,0,1,0,0,99,-1,0,'','1','0'),(865,'2162',46,'A0 sound_set_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(866,'2163',46,'A0 sound_set_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(867,'2164',46,'A0 sound_set_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(868,'2165',46,'A0 sound_set_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(869,'2166',46,'A0 sound_set_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(870,'2167',46,'A0 sound_set_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(871,'2168',46,'A0 sound_set_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(872,'2169',46,'A0 sound_set_8',4,0,0,1,0,0,8,-1,0,'','1','0'),(873,'2170',46,'A0 sound_set_9',4,0,0,1,0,0,9,-1,0,'','1','0'),(874,'2171',187,'sound_machine_1',4,0,0,1,0,0,-1,-1,0,'','1','0'),(875,'227',445,'a2 heart',4,0,0,1,0,0,2,-1,0,'','1','0'),(876,'229',445,'a2 heartsofa',3,0,0,1,0,0,3,-1,0,'','1','0'),(877,'2457',46,'A0 sound_set_23',4,0,0,1,0,0,23,-1,0,'','1','0'),(878,'2458',500,'DEV rclr_garden',4,0,0,1,0,0,99,-1,0,'','1','0'),(879,'2459',500,'DEV rclr_sofa',4,0,0,1,0,0,99,-1,0,'','1','0'),(880,'2460',179,'pura_mdl11',4,0,0,1,0,0,5,-1,0,'','1','0'),(881,'2461',170,'pura_mdl12',4,0,0,1,0,0,5,-1,0,'','1','0'),(882,'2462',171,'pura_mdl13',4,0,0,1,0,0,5,-1,0,'','1','0'),(883,'2463',172,'pura_mdl14',4,0,0,1,0,0,5,-1,0,'','1','0'),(884,'2464',173,'pura_mdl15',4,0,0,1,0,0,5,-1,0,'','1','0'),(885,'2465',174,'pura_mdl16',4,0,0,1,0,0,5,-1,0,'','1','0'),(886,'2466',175,'pura_mdl17',4,0,0,1,0,0,5,-1,0,'','1','0'),(887,'2467',176,'pura_mdl18',4,0,0,1,0,0,5,-1,0,'','1','0'),(888,'2468',177,'pura_mdl19',4,0,0,1,0,0,5,-1,0,'','1','0'),(889,'2469',46,'A0 sound_set_19',4,0,0,1,0,0,19,-1,0,'','1','0'),(890,'2470',46,'A0 sound_set_25',4,0,0,1,0,0,25,-1,0,'','1','0'),(891,'2471',31,'DEV jp_lantern',4,0,0,1,0,0,99,-1,0,'','1','0'),(892,'2472',179,'pura_mdl41',4,0,0,1,0,0,8,-1,0,'','1','0'),(893,'2473',170,'pura_mdl42',4,0,0,1,0,0,8,-1,0,'','1','0'),(894,'2474',171,'pura_mdl43',4,0,0,1,0,0,8,-1,0,'','1','0'),(895,'2475',172,'pura_mdl44',4,0,0,1,0,0,8,-1,0,'','1','0'),(896,'2476',173,'pura_mdl45',4,0,0,1,0,0,8,-1,0,'','1','0'),(897,'2477',174,'pura_mdl46',4,0,0,1,0,0,8,-1,0,'','1','0'),(898,'2478',175,'pura_mdl47',4,0,0,1,0,0,8,-1,0,'','1','0'),(899,'2479',176,'pura_mdl48',4,0,0,1,0,0,8,-1,0,'','1','0'),(900,'2480',177,'pura_mdl49',4,0,0,1,0,0,8,-1,0,'','1','0'),(901,'2481',46,'A0 sound_set_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(902,'2482',46,'A0 sound_set_14',4,0,0,1,0,0,14,-1,0,'','1','0'),(903,'2483',179,'pura_mdl21',4,0,0,1,0,0,6,-1,0,'','1','0'),(904,'2484',170,'pura_mdl22',4,0,0,1,0,0,6,-1,0,'','1','0'),(905,'2485',171,'pura_mdl23',4,0,0,1,0,0,6,-1,0,'','1','0'),(906,'2486',172,'pura_mdl24',4,0,0,1,0,0,6,-1,0,'','1','0'),(907,'2487',173,'pura_mdl25',4,0,0,1,0,0,6,-1,0,'','1','0'),(908,'2488',174,'pura_mdl26',4,0,0,1,0,0,6,-1,0,'','1','0'),(909,'2489',175,'pura_mdl27',4,0,0,1,0,0,6,-1,0,'','1','0'),(910,'2490',176,'pura_mdl28',4,0,0,1,0,0,6,-1,0,'','1','0'),(911,'2491',177,'pura_mdl29',4,0,0,1,0,0,6,-1,0,'','1','0'),(912,'2492',46,'A0 sound_set_24',4,0,0,1,0,0,24,-1,0,'','1','0'),(913,'2493',46,'A0 sound_set_12',4,0,0,1,0,0,11,-1,0,'','1','0'),(914,'2494',46,'A0 sound_set_21',4,0,0,1,0,0,21,-1,0,'','1','0'),(915,'2495',46,'A0 sound_set_15',4,0,0,1,0,0,13,-1,0,'','1','0'),(916,'2496',46,'A0 sound_set_28',4,0,0,1,0,0,28,-1,0,'','1','0'),(917,'2497',46,'A0 sound_set_18',4,0,0,1,0,0,18,-1,0,'','1','0'),(918,'2498',179,'A1 S1P',4,0,0,1,0,0,2,-1,0,'','1','0'),(919,'2499',170,'A2 S1P',4,0,0,1,0,0,2,-1,0,'','1','0'),(920,'2500',171,'A3 S1P',4,0,0,1,0,0,2,-1,0,'','1','0'),(921,'2501',172,'A4 S1P',4,0,0,1,0,0,2,-1,0,'','1','0'),(922,'2502',173,'A5 S1P',4,0,0,1,0,0,2,-1,0,'','1','0'),(923,'2503',174,'A6 S1P',4,0,0,1,0,0,2,-1,0,'','1','0'),(924,'2504',175,'A7 S1P',4,0,0,1,0,0,2,-1,0,'','1','0'),(925,'2505',176,'A8 S1P',4,0,0,1,0,0,2,-1,0,'','1','0'),(926,'2506',177,'A9 S1P',4,0,0,1,0,0,2,-1,0,'','1','0'),(927,'2507',590,'b0 rareicecreamwhite',0,3600,5,1,0,0,25,-1,0,'','1','0'),(928,'2508',46,'A0 sound_set_26',4,0,0,1,0,0,16,-1,0,'','1','0'),(929,'2509',179,'pura_mdl51',4,0,0,1,0,0,9,-1,0,'','1','0'),(930,'2510',170,'pura_mdl52',4,0,0,1,0,0,9,-1,0,'','1','0'),(931,'2511',171,'pura_mdl53',4,0,0,1,0,0,9,-1,0,'','1','0'),(932,'2512',172,'pura_mdl54',4,0,0,1,0,0,9,-1,0,'','1','0'),(933,'2513',173,'pura_mdl55',4,0,0,1,0,0,9,-1,0,'','1','0'),(934,'2514',174,'pura_mdl56',4,0,0,1,0,0,9,-1,0,'','1','0'),(935,'2515',175,'pura_mdl57',4,0,0,1,0,0,9,-1,0,'','1','0'),(936,'2516',176,'pura_mdl58',4,0,0,1,0,0,9,-1,0,'','1','0'),(937,'2517',177,'pura_mdl59',4,0,0,1,0,0,9,-1,0,'','1','0'),(938,'2518',280,'a0 ropedivider',4,0,0,1,0,0,31,-1,0,'','1','0'),(939,'2519',280,'a0 spotlight',4,0,0,1,0,0,32,-1,0,'','1','0'),(940,'2520',35,'DEV romantique_clock',4,0,0,1,0,0,12,-1,0,'','1','0'),(941,'2521',46,'A0 sound_set_22',4,0,0,1,0,0,15,-1,0,'','1','0'),(942,'2522',31,'DEV jp_drawer',4,0,0,1,0,0,99,-1,0,'','1','0'),(943,'2523',46,'A0 sound_set_13',4,0,0,1,0,0,12,-1,0,'','1','0'),(944,'2524',46,'A0 sound_set_20',4,0,0,1,0,0,20,-1,0,'','1','0'),(945,'2525',179,'DEV chair_basic1',2,0,0,1,0,0,3,-1,0,'','1','0'),(946,'2526',170,'DEV chair_basic2',2,0,0,1,0,0,3,-1,0,'','1','0'),(947,'2527',171,'DEV chair_basic3',2,0,0,1,0,0,3,-1,0,'','1','0'),(948,'2528',172,'DEV chair_basic4',2,0,0,1,0,0,3,-1,0,'','1','0'),(949,'2529',173,'DEV chair_basic5',2,0,0,1,0,0,3,-1,0,'','1','0'),(950,'2530',174,'DEV chair_basic6',2,0,0,1,0,0,3,-1,0,'','1','0'),(951,'2531',175,'DEV chair_basic7',2,0,0,1,0,0,3,-1,0,'','1','0'),(952,'2532',176,'DEV chair_basic8',2,0,0,1,0,0,3,-1,0,'','1','0'),(953,'2533',177,'DEV chair_basic9',2,0,0,1,0,0,3,-1,0,'','1','0'),(954,'2534',179,'pura_mdl31',4,0,0,1,0,0,7,-1,0,'','1','0'),(955,'2535',170,'pura_mdl32',4,0,0,1,0,0,7,-1,0,'','1','0'),(956,'2536',171,'pura_mdl33',4,0,0,1,0,0,7,-1,0,'','1','0'),(957,'2537',172,'pura_mdl34',4,0,0,1,0,0,7,-1,0,'','1','0'),(958,'2538',173,'pura_mdl35',4,0,0,1,0,0,7,-1,0,'','1','0'),(959,'2539',174,'pura_mdl36',4,0,0,1,0,0,7,-1,0,'','1','0'),(960,'2540',175,'pura_mdl37',4,0,0,1,0,0,7,-1,0,'','1','0'),(961,'2541',176,'pura_mdl38',4,0,0,1,0,0,7,-1,0,'','1','0'),(962,'2542',177,'pura_mdl39',4,0,0,1,0,0,7,-1,0,'','1','0'),(963,'2543',187,'sound_machine2',4,0,0,1,0,0,-2,-1,0,'','1','0'),(964,'2544',187,'sound_machine3',4,0,0,1,0,0,-3,-1,0,'','1','0'),(965,'2545',187,'sound_machine4',4,0,0,1,0,0,-4,-1,0,'','1','0'),(966,'2546',187,'sound_machine5',4,0,0,1,0,0,-5,-1,0,'','1','0'),(967,'2547',187,'sound_machine6',4,0,0,1,0,0,-6,-1,0,'','1','0'),(968,'2548',187,'sound_machine7',4,0,0,1,0,0,-7,-1,0,'','1','0'),(969,'2549',46,'A0 sound_set_27',4,0,0,1,0,0,27,-1,0,'','1','0'),(970,'2550',46,'A0 sound_set_17',4,0,0,1,0,0,17,-1,0,'','1','0'),(971,'2551',35,'a0 rom_lamp',4,0,0,1,0,0,99,-1,0,'','1','0'),(972,'2552',179,'DEV bed_budget1',4,0,0,1,0,0,1,-1,0,'','1','0'),(973,'2553',170,'DEV bed_budget2',4,0,0,1,0,0,1,-1,0,'','1','0'),(974,'2554',171,'DEV bed_budget3',4,0,0,1,0,0,1,-1,0,'','1','0'),(975,'2555',172,'DEV bed_budget4',4,0,0,1,0,0,1,-1,0,'','1','0'),(976,'2556',173,'DEV bed_budget5',4,0,0,1,0,0,1,-1,0,'','1','0'),(977,'2557',174,'DEV bed_budget6',4,0,0,1,0,0,1,-1,0,'','1','0'),(978,'2558',175,'DEV bed_budget7',4,0,0,1,0,0,1,-1,0,'','1','0'),(979,'2559',176,'DEV bed_budget8',4,0,0,1,0,0,1,-1,0,'','1','0'),(980,'2560',177,'DEV bed_budget9',4,0,0,1,0,0,1,-1,0,'','1','0'),(981,'2561',46,'A0 sound_set_16',4,0,0,1,0,0,14,-1,0,'','1','0'),(982,'2562',500,'DEV rclr_chair',4,0,0,1,0,0,99,-1,0,'','1','0'),(983,'2563',46,'A0 sound_set_11',4,0,0,1,0,0,10,-1,0,'','1','0'),(984,'2564',46,'A0 sound_set_33',4,0,0,1,0,0,33,-1,0,'','1','0'),(985,'2565',46,'A0 sound_set_37',4,0,0,1,0,0,37,-1,0,'','1','0'),(986,'2566',280,'a0 tile_marble',1,0,0,1,0,0,16,-1,0,'','1','0'),(987,'2567',304,'DEV exe_rug',4,0,0,1,0,0,21,-1,0,'','1','0'),(988,'2568',280,'a0 tile_stella',1,0,0,1,0,0,27,-1,0,'','1','0'),(989,'2569',46,'A0 sound_set_32',4,0,0,1,0,0,32,-1,0,'','1','0'),(990,'2570',46,'A0 sound_set_34',4,0,0,1,0,0,34,-1,0,'','1','0'),(991,'2571',405,'DEV summer_chair1',2,0,0,1,0,0,1,-1,0,'','1','0'),(992,'2572',405,'DEV summer_chair2',2,0,0,1,0,0,2,-1,0,'','1','0'),(993,'2573',405,'DEV summer_chair3',2,0,0,1,0,0,3,-1,0,'','1','0'),(994,'2574',405,'DEV summer_chair4',2,0,0,1,0,0,4,-1,0,'','1','0'),(995,'2575',405,'DEV summer_chair5',2,0,0,1,0,0,5,-1,0,'','1','0'),(996,'2576',405,'DEV summer_chair6',2,0,0,1,0,0,6,-1,0,'','1','0'),(997,'2577',405,'DEV summer_chair7',2,0,0,1,0,0,7,-1,0,'','1','0'),(998,'2578',405,'DEV summer_chair8',2,0,0,1,0,0,8,-1,0,'','1','0'),(999,'2579',405,'DEV summer_chair9',2,0,0,1,0,0,9,-1,0,'','1','0'),(1000,'2580',46,'A0 sound_set_29',4,0,0,1,0,0,29,-1,0,'','1','0'),(1001,'2581',304,'DEV exe_s_table',5,0,0,1,0,0,25,-1,0,'','1','0'),(1002,'2582',280,'a0 tile_brown',1,0,0,1,0,0,25,-1,0,'','1','0'),(1003,'2583',46,'A0 sound_set_36',4,0,0,1,0,0,19,-1,0,'','1','0'),(1004,'2584',348,'rare_mosterplant',4,0,0,1,0,0,7,-1,0,'','1','0'),(1005,'2585',46,'A0 sound_set_30',4,0,0,1,0,0,17,-1,0,'','1','0'),(1006,'2586',736,'a0 prizetrophy7_b',0,75,0,1,0,0,60,-1,0,'','1','0'),(1007,'2587',405,'Summer BBQ Grill Blue',4,0,0,1,0,0,10,-1,0,'','1','0'),(1008,'2588',405,'Summer BBQ Grill Red',4,0,0,1,0,0,10,-1,0,'','1','0'),(1009,'2589',405,'Summer BBQ Grill Green',4,0,0,1,0,0,11,-1,0,'','1','0'),(1010,'2590',405,'Summer BBQ Grill Yellow',4,0,0,1,0,0,12,-1,0,'','1','0'),(1011,'2591',405,'summer_pool blue',4,0,0,1,0,0,14,-1,0,'','1','0'),(1012,'2592',405,'summer_pool red',4,0,0,1,0,0,13,-1,0,'','1','0'),(1013,'2593',405,'summer_pool green',4,0,0,1,0,0,14,-1,0,'','1','0'),(1014,'2594',405,'summer_pool yellow',4,0,0,1,0,0,17,-1,0,'','1','0'),(1015,'2595',46,'A0 sound_set_35',4,0,0,1,0,0,18,-1,0,'','1','0'),(1016,'2596',46,'A0 sound_set_31',4,0,0,1,0,0,31,-1,0,'','1','0'),(1017,'2597',341,'DEV one_way_door1',4,0,0,1,0,0,1,-1,0,'','1','0'),(1018,'2598',341,'DEV one_way_door2',4,0,0,1,0,0,2,-1,0,'','1','0'),(1019,'2599',341,'DEV one_way_door3',4,0,0,1,0,0,3,-1,0,'','1','0'),(1020,'2600',341,'DEV one_way_door4',4,0,0,1,0,0,4,-1,0,'','1','0'),(1021,'2601',341,'DEV one_way_door5',4,0,0,1,0,0,5,-1,0,'','1','0'),(1022,'2602',341,'DEV one_way_door6',4,0,0,1,0,0,6,-1,0,'','1','0'),(1023,'2603',341,'DEV one_way_door7',4,0,0,1,0,0,7,-1,0,'','1','0'),(1024,'2604',341,'DEV one_way_door8',4,0,0,1,0,0,8,-1,0,'','1','0'),(1025,'2605',341,'DEV one_way_door9',4,0,0,1,0,0,9,-1,0,'','1','0'),(1026,'2606',187,'sound_machine_pro',4,0,0,1,0,0,-8,-1,0,'','1','0'),(1027,'2607',274,'song peep_benztruck',4,0,0,1,0,0,99,-1,0,'','1','0'),(1028,'2608',253,'jukebox_1',5,0,5,1,0,0,99,-1,0,'','0','0'),(1029,'2609',559,'welcome_carpet',4,0,0,1,0,0,12,-1,0,'','1','0'),(1030,'2610',46,'A0 sound_set_44',4,0,0,1,0,0,44,-1,0,'','1','0'),(1031,'2611',388,'A1 habbocrypt',4,0,0,1,0,0,4,-1,0,'','1','0'),(1032,'2612',46,'A0 sound_set_41',4,0,0,1,0,0,21,-1,0,'','1','0'),(1033,'2613',272,'Grunge Sign',4,0,0,1,0,0,12,-1,0,'','1','0'),(1034,'2614',46,'A0 sound_set_43',4,0,0,1,0,0,22,-1,0,'','1','0'),(1035,'2615',46,'A0 sound_set_40',4,0,0,1,0,0,40,-1,0,'','1','0'),(1036,'2616',46,'A0 sound_set_38',4,0,0,1,0,0,38,-1,0,'','1','0'),(1037,'2617',272,'Grunge Chair',2,0,0,1,0,0,9,-1,0,'','1','0'),(1038,'2618',272,'Grunge Mattress',4,0,0,1,0,0,10,-1,0,'','1','0'),(1039,'2619',272,'Grunge Shelf',5,0,0,1,0,0,11,-1,0,'','1','0'),(1040,'2620',388,'gram',4,0,0,1,0,0,7,-1,0,'','1','0'),(1041,'2621',272,'Grunge Radiator',4,0,0,1,0,0,10,-1,0,'','1','0'),(1042,'2622',46,'A0 sound_set_39',4,0,0,1,0,0,20,-1,0,'','1','0'),(1043,'2623',272,'Grunge Table',5,0,0,1,0,0,14,-1,0,'','1','0'),(1044,'2624',46,'A0 sound_set_42',4,0,0,1,0,0,42,-1,0,'','1','0'),(1045,'2625',388,'hal_cauldron',10,0,0,1,0,0,6,-1,0,'','1','0'),(1046,'2626',388,'a0 habboween_grass',4,0,0,1,0,0,5,-1,0,'','1','0'),(1047,'2627',46,'A0 sound_set_47',4,0,0,1,0,0,24,-1,0,'','1','0'),(1048,'2628',46,'A0 sound_set_45',4,0,0,1,0,0,23,-1,0,'','1','0'),(1049,'2629',46,'A0 sound_set_48',4,0,0,1,0,0,48,-1,0,'','1','0'),(1050,'2630',46,'A0 sound_set_46',4,0,0,1,0,0,46,-1,0,'','1','0'),(1051,'2631',46,'A0 sound_set_51',4,0,0,1,0,0,51,-1,0,'','1','0'),(1052,'2632',46,'A0 sound_set_50',4,0,0,1,0,0,50,-1,0,'','1','0'),(1053,'2633',46,'A0 sound_set_52',4,0,0,1,0,0,25,-1,0,'','1','0'),(1054,'2634',46,'A0 sound_set_49',4,0,0,1,0,0,49,-1,0,'','1','0'),(1055,'2635',473,'Christmas maze shrubbery',4,0,0,1,0,0,5,-1,0,'','1','0'),(1056,'2636',473,'xmas_cstl_gate',4,0,0,1,0,0,8,-1,0,'','1','0'),(1057,'2637',473,'Christmas Reindeer Rare',4,0,0,1,0,0,2,-1,0,'','1','0'),(1058,'2638',473,'Christmas Tree 6 Bling',4,0,0,1,0,0,6,-1,0,'','1','0'),(1059,'2639',304,'DEV exe_sofa',4,0,0,1,0,0,24,-1,0,'','1','0'),(1060,'2640',473,'Christmas mazegate',4,0,0,1,0,0,4,-1,0,'','1','0'),(1061,'2641',473,'xmas_icelamp',4,0,0,1,0,0,10,-1,0,'','1','0'),(1062,'2642',346,'a0 safe_silo_pb',4,0,0,1,0,0,48,-1,0,'','1','0'),(1063,'2643',304,'DEV exe_bardesk',5,0,0,1,0,0,2,-1,0,'','1','0'),(1064,'2644',304,'DEV exe_table',4,0,0,1,0,0,16,-1,0,'','1','0'),(1065,'2645',726,'DEV exe_drinks',4,0,0,1,0,0,11,-1,0,'','1','0'),(1066,'2646',473,'xmas_cstl_wall',4,0,0,1,0,0,10,-1,0,'','1','0'),(1067,'2647',304,'DEV exe_chair',2,0,0,1,0,0,7,-1,0,'','1','0'),(1068,'2648',473,'Christmas Sleigh',4,0,0,1,0,0,3,-1,0,'','1','0'),(1069,'2649',46,'A0 sound_set_54',4,0,0,1,0,0,54,-1,0,'','1','0'),(1070,'2650',304,'DEV exe_chair2',2,0,0,1,0,0,8,-1,0,'','1','0'),(1071,'2651',473,'xmas_cstl_twr',4,0,0,1,0,0,9,-1,0,'','1','0'),(1072,'2652',46,'A0 sound_set_53',4,0,0,1,0,0,26,-1,0,'','1','0'),(1073,'2653',473,'Christmas Tree 7 Snow',4,0,0,1,0,0,7,-1,0,'','1','0'),(1074,'2654',473,'Christmas Reindeer Poop',4,0,0,1,0,0,1,-1,0,'','1','0'),(1075,'2655',304,'DEV exe_corner',4,0,0,1,0,0,10,-1,0,'','1','0'),(1076,'2656',46,'A0 sound_set_58',4,0,0,1,0,0,58,-1,0,'','1','0'),(1077,'2657',47,'noob_stool_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(1078,'2658',47,'noob_stool_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(1079,'2659',47,'noob_stool_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(1080,'2660',47,'noob_stool_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(1081,'2661',47,'noob_stool_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(1082,'2662',47,'noob_stool_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(1083,'2663',47,'noob_lamp_1',4,0,0,1,0,0,21,-1,0,'','1','0'),(1084,'2664',47,'noob_lamp_2',4,0,0,1,0,0,42,-1,0,'','1','0'),(1085,'2665',47,'noob_lamp_3',4,0,0,1,0,0,22,-1,0,'','1','0'),(1086,'2666',47,'noob_lamp_4',4,0,0,1,0,0,44,-1,0,'','1','0'),(1087,'2667',47,'noob_lamp_5',4,0,0,1,0,0,23,-1,0,'','1','0'),(1088,'2668',47,'noob_lamp_6',4,0,0,1,0,0,46,-1,0,'','1','0'),(1089,'2669',46,'A0 sound_set_56',4,0,0,1,0,0,28,-1,0,'','1','0'),(1090,'2670',46,'A0 sound_set_59',4,0,0,1,0,0,59,-1,0,'','1','0'),(1091,'2671',46,'A0 sound_set_55',4,0,0,1,0,0,27,-1,0,'','1','0'),(1092,'2672',699,'DEV exe_globe',4,0,0,1,0,0,14,-1,0,'','1','0'),(1093,'2673',46,'A0 sound_set_57',4,0,0,1,0,0,57,-1,0,'','1','0'),(1094,'2674',304,'A0 exe_plant',4,0,0,1,0,0,20,-1,0,'','1','0'),(1095,'2675',47,'noob_chair_1',4,0,0,1,0,0,31,-1,0,'','1','0'),(1096,'2676',47,'noob_chair_2',4,0,0,1,0,0,32,-1,0,'','1','0'),(1097,'2677',47,'noob_chair_3',4,0,0,1,0,0,33,-1,0,'','1','0'),(1098,'2678',47,'noob_chair_4',4,0,0,1,0,0,34,-1,0,'','1','0'),(1099,'2679',47,'noob_chair_5',4,0,0,1,0,0,18,-1,0,'','1','0'),(1100,'2680',47,'noob_chair_6',4,0,0,1,0,0,19,-1,0,'','1','0'),(1101,'2681',47,'noob_rug_1',4,0,0,1,0,0,21,-1,0,'','1','0'),(1102,'2682',47,'noob_rug_2',4,0,0,1,0,0,15,-1,0,'','1','0'),(1103,'2683',47,'noob_rug_3',4,0,0,1,0,0,23,-1,0,'','1','0'),(1104,'2684',47,'noob_rug_4',4,0,0,1,0,0,24,-1,0,'','1','0'),(1105,'2685',47,'noob_rug_5',4,0,0,1,0,0,25,-1,0,'','1','0'),(1106,'2686',47,'noob_rug_6',4,0,0,1,0,0,16,-1,0,'','1','0'),(1107,'2687',47,'noob_table_1',4,0,0,1,0,0,10,-1,0,'','1','0'),(1108,'2688',47,'noob_table_2',4,0,0,1,0,0,11,-1,0,'','1','0'),(1109,'2689',47,'noob_table_3',4,0,0,1,0,0,12,-1,0,'','1','0'),(1110,'2690',47,'noob_table_4',4,0,0,1,0,0,14,-1,0,'','1','0'),(1111,'2691',47,'noob_table_5',4,0,0,1,0,0,13,-1,0,'','1','0'),(1112,'2692',47,'noob_table_6',4,0,0,1,0,0,14,-1,0,'','1','0'),(1113,'2693',224,'teleport_door',5,10,5,1,0,0,5,-1,0,'','1','0'),(1114,'2694',453,'DEV fortune',4,0,0,1,0,0,1,-1,0,'','1','0'),(1115,'2695',46,'A0 sound_set_60',4,0,0,1,0,0,60,-1,0,'','1','0'),(1116,'2696',635,'val_randomizer',4,0,0,1,0,0,3,-1,0,'','1','0'),(1117,'2697',453,'val_choco',4,0,0,1,0,0,2,-1,0,'','1','0'),(1118,'2698',46,'sound_set_61',4,0,0,1,0,0,29,-1,0,'','1','0'),(1119,'2699',453,'vday_sharebears',4,0,0,1,0,0,4,-1,0,'','1','0'),(1120,'2700',453,'Pink Teddy',4,0,0,1,0,0,5,-1,0,'','1','0'),(1121,'2701',453,'Green Teddy',4,0,0,1,0,0,6,-1,0,'','1','0'),(1122,'2702',453,'Brown Teddy',4,0,0,1,0,0,7,-1,0,'','1','0'),(1123,'2703',453,'Yellow Teddy',4,0,0,1,0,0,8,-1,0,'','1','0'),(1124,'2704',453,'Blue Teddy',4,0,0,1,0,0,9,-1,0,'','1','0'),(1125,'2705',464,'sand_cstl_twr',4,0,0,1,0,0,99,-1,0,'','1','0'),(1126,'2706',272,'grunge_barrel',4,0,0,1,0,0,6,-1,0,'','1','0'),(1127,'2707',272,'grunge_bench',4,0,0,1,0,0,7,-1,0,'','1','0'),(1128,'2708',272,'grunge_candle',4,0,0,1,0,0,8,-1,0,'','1','0'),(1129,'2709',123,'sw_chest',4,0,0,1,0,0,99,-1,0,'','1','0'),(1130,'2710',464,'sand_cstl_wall',4,0,0,1,0,0,99,-1,0,'','1','0'),(1131,'2711',123,'sw_raven',4,0,0,1,0,0,99,-1,0,'','1','0'),(1132,'2712',464,'sand_cstl_gate',4,0,0,1,0,0,99,-1,0,'','1','0'),(1133,'2713',123,'sw_table',4,0,0,1,0,0,99,-1,0,'','1','0'),(1134,'2714',28,'arabian_tetbl',4,0,0,1,0,0,9,-1,0,'','1','0'),(1135,'2715',31,'jp_tray1',4,0,0,1,0,0,99,-1,0,'','1','0'),(1136,'2716',28,'arabian_teamk',10,0,0,1,0,0,8,-1,0,'','1','0'),(1137,'2717',31,'jp_tray5',4,0,0,1,0,0,99,-1,0,'','1','0'),(1138,'2718',737,'a0 prizetrophy9_g',4,0,0,1,0,0,99,-1,0,'','0','0'),(1139,'2719',28,'arabian_rug',4,0,0,1,0,0,5,-1,0,'','1','0'),(1140,'2720',31,'jp_tray6',4,0,0,1,0,0,99,-1,0,'','1','0'),(1141,'2721',28,'arabian_chair',2,0,0,1,0,0,2,-1,0,'','1','0'),(1142,'2722',28,'arabian_pllw',4,0,0,1,0,0,4,-1,0,'','1','0'),(1143,'2723',28,'arabian_tray3',4,0,0,1,0,0,12,-1,0,'','1','0'),(1144,'2724',31,'jp_tray2',4,0,0,1,0,0,99,-1,0,'','1','0'),(1145,'2725',31,'jp_tray4',4,0,0,1,0,0,99,-1,0,'','1','0'),(1146,'2726',31,'jp_tray3',4,0,0,1,0,0,99,-1,0,'','1','0'),(1147,'2727',198,'md_rug',4,0,0,1,0,0,99,-1,0,'','1','0'),(1148,'2728',28,'arabian_tray4',4,0,0,1,0,0,14,-1,0,'','1','0'),(1149,'2729',737,'a0 prizetrophy8_g',0,75,0,1,0,0,1,-1,0,'','1','0'),(1150,'2730',28,'arabian_divdr',4,0,0,1,0,0,3,-1,0,'','1','0'),(1151,'2731',28,'arabian_bigtb',4,0,0,1,0,0,1,-1,0,'','1','0'),(1152,'2732',28,'arabian_snake',4,0,0,1,0,0,6,-1,0,'','1','0'),(1153,'2733',500,'Ecotron Moon Lamp',4,0,0,1,0,0,99,-1,0,'','1','0'),(1154,'2734',28,'arabian_tray1',4,0,0,1,0,0,10,-1,0,'','1','0'),(1155,'2735',28,'DEV arabian_tray2',4,0,0,1,0,0,11,-1,0,'','1','0'),(1156,'2736',565,'nouvelle_trax',4,0,0,1,0,0,46,-1,0,'','1','0'),(1157,'2737',73,'b0 calippo',0,3600,5,1,0,0,24,-1,0,'','1','0'),(1158,'2738',46,'A0 sound_set_64',4,0,0,1,0,0,64,-1,0,'','1','0'),(1159,'2739',496,'jukebox_ptv',0,5000,5,1,0,0,23,-1,0,'','0','0'),(1160,'2740',46,'A0 sound_set_63',4,0,0,1,0,0,63,-1,0,'','1','0'),(1161,'2741',46,'A0 sound_set_62',4,0,0,1,0,0,30,-1,0,'','1','0'),(1162,'2742',187,'traxgold',4,0,0,1,0,0,-11,-1,0,'','1','0'),(1163,'2743',187,'traxbronze',4,0,0,1,0,0,-9,-1,0,'','1','0'),(1164,'2744',187,'traxsilver',4,0,0,1,0,0,-10,-1,0,'','1','0'),(1165,'2745',544,'bench_puffet',4,0,0,1,0,0,99,-1,0,'','1','0'),(1166,'2746',323,'footylamp_campaign',4,0,0,1,0,0,10,-1,0,'','0','0'),(1167,'2747',31,'jp_katana2',4,0,0,1,0,0,3,-1,0,'','1','0'),(1168,'2748',31,'jp_katana3',4,0,0,1,0,0,2,-1,0,'','1','0'),(1169,'2749',31,'jp_table',5,0,0,1,0,0,99,-1,0,'','1','0'),(1170,'2750',31,'jp_rare',4,0,0,1,0,0,99,-1,0,'','1','0'),(1171,'2751',31,'jp_katana1',4,0,0,1,0,0,1,-1,0,'','1','0'),(1172,'2752',46,'A0 sound_set_66',4,0,0,1,0,0,66,-1,0,'','1','0'),(1173,'2753',408,'tiki_tray3',4,0,0,1,0,0,19,-1,0,'','1','0'),(1174,'2754',539,'tampax_rug',4,0,0,1,0,0,99,-1,0,'','1','0'),(1175,'2755',408,'tiki_tray1',4,0,0,1,0,0,17,-1,0,'','1','0'),(1176,'2756',408,'tiki_toucan',4,0,0,1,0,0,13,-1,0,'','1','0'),(1177,'2757',408,'tiki_waterfall',4,0,0,1,0,0,15,-1,0,'','1','0'),(1178,'2758',47,'noob_lamp_tradeable_1',4,0,0,1,0,0,11,-1,0,'','0','0'),(1179,'2759',47,'noob_lamp_tradeable_2',4,0,0,1,0,0,12,-1,0,'','0','0'),(1180,'2760',47,'noob_lamp_tradeable_3',4,0,0,1,0,0,13,-1,0,'','0','0'),(1181,'2761',47,'noob_lamp_tradeable_4',4,0,0,1,0,0,14,-1,0,'','0','0'),(1182,'2762',47,'noob_lamp_tradeable_5',4,0,0,1,0,0,15,-1,0,'','0','0'),(1183,'2763',47,'noob_lamp_tradeable_6',4,0,0,1,0,0,16,-1,0,'','0','0'),(1184,'2764',307,'a0 CFC_500_goldbar',500,0,0,1,0,0,18,-1,0,'','1','0'),(1185,'2765',408,'tiki_tray4',4,0,0,1,0,0,20,-1,0,'','1','0'),(1186,'2766',46,'A0 sound_set_65',4,0,0,1,0,0,65,-1,0,'','1','0'),(1187,'2767',46,'A0 sound_set_70',4,0,0,1,0,0,70,-1,0,'','1','0'),(1188,'2768',408,'tiki_tray2',4,0,0,1,0,0,18,-1,0,'','1','0'),(1189,'2769',408,'DEV tiki_parasol',4,0,0,1,0,0,10,-1,0,'','1','0'),(1190,'2770',307,'a0 CFC_200_moneybag',200,0,0,1,0,0,6,-1,0,'','1','0'),(1191,'2771',46,'A0 sound_set_67',4,0,0,1,0,0,31,-1,0,'','1','0'),(1192,'2772',307,'a0 CFC_50_coin_silver',50,0,0,1,0,0,2,-1,0,'','1','0'),(1193,'2773',408,'tiki_torch',4,0,0,1,0,0,14,-1,0,'','1','0'),(1194,'2774',31,'jp_teamaker',10,0,0,1,0,0,99,10501,0,'','1','0'),(1195,'2775',47,'noob_chair_tradeable_1',4,0,0,1,0,0,17,-1,0,'','0','0'),(1196,'2776',47,'noob_chair_tradeable_2',4,0,0,1,0,0,18,-1,0,'','0','0'),(1197,'2777',47,'noob_chair_tradeable_3',4,0,0,1,0,0,19,-1,0,'','0','0'),(1198,'2778',47,'noob_chair_tradeable_4',4,0,0,1,0,0,20,-1,0,'','0','0'),(1199,'2779',47,'noob_chair_tradeable_5',4,0,0,1,0,0,21,-1,0,'','0','0'),(1200,'2780',47,'noob_chair_tradeable_6',4,0,0,1,0,0,22,-1,0,'','0','0'),(1201,'2781',408,'tiki_junglerug',4,0,0,1,0,0,9,-1,0,'','1','0'),(1202,'2782',408,'tiki_statue',4,0,0,1,0,0,11,-1,0,'','1','0'),(1203,'2783',47,'noob_plant',4,0,0,1,0,0,50,-1,0,'','1','0'),(1204,'2784',408,'DEV tiki_bench',4,0,0,1,0,0,2,-1,0,'','1','0'),(1205,'2785',408,'tiki_bflies',4,0,0,1,0,0,3,-1,0,'','1','0'),(1206,'2786',47,'noob_rug_tradeable_1',4,0,0,1,0,0,23,-1,0,'','0','0'),(1207,'2787',47,'noob_rug_tradeable_2',4,0,0,1,0,0,24,-1,0,'','0','0'),(1208,'2788',47,'noob_rug_tradeable_3',4,0,0,1,0,0,25,-1,0,'','0','0'),(1209,'2789',47,'noob_rug_tradeable_4',4,0,0,1,0,0,26,-1,0,'','0','0'),(1210,'2790',47,'noob_rug_tradeable_5',4,0,0,1,0,0,27,-1,0,'','0','0'),(1211,'2791',47,'noob_rug_tradeable_6',4,0,0,1,0,0,28,-1,0,'','0','0'),(1212,'2792',408,'tiki_tray0',4,0,0,1,0,0,14,-1,0,'','1','0'),(1213,'2793',46,'A0 sound_set_68',4,0,0,1,0,0,32,-1,0,'','1','0'),(1214,'2794',408,'DEV tiki_corner',4,0,0,1,0,0,7,-1,0,'','1','0'),(1215,'2795',408,'DEV tiki_bardesk',5,0,0,1,0,0,1,-1,0,'','1','0'),(1216,'2796',307,'a0 CFC_100_coin_gold',100,0,0,1,0,0,4,-1,0,'','1','0'),(1217,'2797',307,'a0 CFC_10_coin_bronze',10,0,0,1,0,0,1,-1,0,'','0','0'),(1218,'2798',408,'DEV tiki_sand',4,0,0,1,0,0,10,-1,0,'','1','0'),(1219,'2799',46,'A0 sound_set_69',4,0,0,1,0,0,33,-1,0,'','1','0'),(1220,'2800',628,'diner_tray_4',4,0,0,1,0,0,98,-1,0,'','1','0'),(1221,'2801',124,'svnr_de',4,0,0,1,0,0,2,-1,0,'','1','0'),(1222,'2802',628,'diner_tray_2',4,0,0,1,0,0,41,-1,0,'','1','0'),(1223,'2803',628,'diner_rug',4,0,0,1,0,0,28,-1,0,'','1','0'),(1224,'2804',575,'aquamarine diner_sofa_2',4,0,0,1,0,0,31,-1,0,'','1','0'),(1225,'2805',576,'pink diner_sofa_2',4,0,0,1,0,0,32,-1,0,'','1','0'),(1226,'2806',586,'black diner_sofa_2',4,0,0,1,0,0,33,-1,0,'','1','0'),(1227,'2807',195,'white diner_sofa_2',4,0,0,1,0,0,70,-1,0,'','1','0'),(1228,'2808',587,'beige diner_sofa_2',4,0,0,1,0,0,34,-1,0,'','1','0'),(1229,'2809',594,'blue diner_sofa_2',4,0,0,1,0,0,35,-1,0,'','1','0'),(1230,'2810',625,'green diner_sofa_2',4,0,0,1,0,0,36,-1,0,'','1','0'),(1231,'2811',626,'yellow diner_sofa_2',4,0,0,1,0,0,37,-1,0,'','1','0'),(1232,'2812',571,'red diner_sofa_2',4,0,0,1,0,0,75,-1,0,'','1','0'),(1233,'2813',124,'svnr_it',4,0,0,1,0,0,4,-1,0,'','1','0'),(1234,'2814',628,'diner_shaker',4,0,0,1,0,0,57,-1,0,'','1','0'),(1235,'2815',628,'diner_tray_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(1236,'2816',575,'aquamarine diner_cashreg',4,0,0,1,0,0,28,10500,0,'','1','0'),(1237,'2817',576,'pink diner_cashreg',4,0,0,1,0,0,29,10501,0,'','1','0'),(1238,'2818',586,'black diner_cashreg',4,0,0,1,0,0,17,-1,0,'','1','0'),(1239,'2819',195,'yellow diner_cashreg',4,0,0,1,0,0,31,10500,0,'','1','0'),(1240,'2820',587,'beige diner_cashreg',4,0,0,1,0,0,32,10501,0,'','1','0'),(1241,'2821',594,'blue diner_cashreg',4,0,0,1,0,0,33,-1,0,'','1','0'),(1242,'2822',625,'green diner_cashreg',4,0,0,1,0,0,34,10500,0,'','1','0'),(1243,'2823',626,'white diner_cashreg',4,0,0,1,0,0,18,10501,0,'','1','0'),(1244,'2824',571,'red diner_cashreg',4,0,0,1,0,0,19,-1,0,'','1','0'),(1245,'2825',124,'svnr_nl',4,0,0,1,0,0,5,-1,0,'','1','0'),(1246,'2826',628,'diner_tray_6',4,0,0,1,0,0,100,-1,0,'','1','0'),(1247,'2827',575,'aquamarine diner_gumvendor',4,0,0,1,0,0,46,10500,0,'','1','0'),(1248,'2828',576,'pink diner_gumvendor',4,0,0,1,0,0,24,10501,0,'','1','0'),(1249,'2829',586,'black diner_gumvendor',4,0,0,1,0,0,48,-1,0,'','1','0'),(1250,'2830',195,'white diner_gumvendor',4,0,0,1,0,0,49,10500,0,'','1','0'),(1251,'2831',587,'beige diner_gumvendor',4,0,0,1,0,0,50,10501,0,'','1','0'),(1252,'2832',594,'blue diner_gumvendor',4,0,0,1,0,0,51,-1,0,'','1','0'),(1253,'2833',625,'green diner_gumvendor',4,0,0,1,0,0,25,10500,0,'','1','0'),(1254,'2834',626,'yellow diner_gumvendor',4,0,0,1,0,0,26,10501,0,'','1','0'),(1255,'2835',571,'red diner_gumvendor',10,0,0,1,0,0,54,-1,0,'','1','0'),(1256,'2836',124,'svnr_aus',4,0,0,1,0,0,1,-1,0,'','1','0'),(1257,'2837',628,'diner_tray_0',4,0,0,1,0,0,94,-1,0,'','1','0'),(1258,'2838',124,'svnr_uk',4,0,0,1,0,0,6,-1,0,'','1','0'),(1259,'2839',628,'diner_tray_1',4,0,0,1,0,0,40,-1,0,'','1','0'),(1260,'2840',628,'diner_tray_7',4,0,0,1,0,0,101,-1,0,'','1','0'),(1261,'2841',628,'diner_tray_3',4,0,0,1,0,0,97,-1,0,'','1','0'),(1262,'2842',575,'aquamarine diner_bardesk_gate',5,0,0,1,0,0,19,-1,0,'','1','0'),(1263,'2843',576,'pink diner_bardesk_gate',5,0,0,1,0,0,20,-1,0,'','1','0'),(1264,'2844',586,'black diner_bardesk_gate',5,0,0,1,0,0,21,-1,0,'','1','0'),(1265,'2845',195,'white diner_bardesk_gate',5,0,0,1,0,0,15,-1,0,'','1','0'),(1266,'2846',587,'beige diner_bardesk_gate',5,0,0,1,0,0,23,-1,0,'','1','0'),(1267,'2847',594,'blue diner_bardesk_gate',5,0,0,1,0,0,24,-1,0,'','1','0'),(1268,'2848',625,'green diner_bardesk_gate',5,0,0,1,0,0,25,-1,0,'','1','0'),(1269,'2849',626,'yellow dinger_bardesk_gate',5,0,0,1,0,0,16,-1,0,'','1','0'),(1270,'2850',571,'red diner_bardesk_gate',5,0,0,1,0,0,27,-1,0,'','1','0'),(1271,'2851',575,'aquamarine diner_bardesk',5,0,0,1,0,0,1,-1,0,'','1','0'),(1272,'2852',576,'pink diner_bardesk',5,0,0,1,0,0,2,-1,0,'','1','0'),(1273,'2853',586,'black diner_bardesk',5,0,0,1,0,0,3,-1,0,'','1','0'),(1274,'2854',195,'white diner_bardesk',5,0,0,1,0,0,4,-1,0,'','1','0'),(1275,'2855',587,'beige diner_bardesk',5,0,0,1,0,0,5,-1,0,'','1','0'),(1276,'2856',594,'blue diner_bardesk',5,0,0,1,0,0,6,-1,0,'','1','0'),(1277,'2857',625,'green diner_bardesk',5,0,0,1,0,0,7,-1,0,'','1','0'),(1278,'2858',626,'yellow diner_bardesk',5,0,0,1,0,0,8,-1,0,'','1','0'),(1279,'2859',571,'red diner_bardesk',5,0,0,1,0,0,9,-1,0,'','1','0'),(1280,'2860',309,'ads_dave_cns',4,0,0,1,0,0,10,-1,0,'','1','0'),(1281,'2861',575,'aquamarine diner_chair',2,0,0,1,0,0,37,-1,0,'','1','0'),(1282,'2862',576,'pink diner_chair',2,0,0,1,0,0,38,-1,0,'','1','0'),(1283,'2863',586,'black diner_chair',2,0,0,1,0,0,20,-1,0,'','1','0'),(1284,'2864',195,'white diner_chair',2,0,0,1,0,0,40,-1,0,'','1','0'),(1285,'2865',587,'beige diner_chair',2,0,0,1,0,0,21,-1,0,'','1','0'),(1286,'2866',594,'blue diner_chair',2,0,0,1,0,0,42,-1,0,'','1','0'),(1287,'2867',625,'green diner_chair',2,0,0,1,0,0,22,-1,0,'','1','0'),(1288,'2868',626,'yellow diner_chair',2,0,0,1,0,0,44,-1,0,'','1','0'),(1289,'2869',571,'red diner_chair',2,0,0,1,0,0,23,-1,0,'','1','0'),(1290,'2870',575,'aquamarine diner_bardesk_corner',5,0,0,1,0,0,10,-1,0,'','1','0'),(1291,'2871',576,'pink diner_bardesk_corner',5,0,0,1,0,0,10,-1,0,'','1','0'),(1292,'2872',586,'black diner_bardesk_corner',5,0,0,1,0,0,11,-1,0,'','1','0'),(1293,'2873',195,'white diner_bardesk_corner',5,0,0,1,0,0,12,-1,0,'','1','0'),(1294,'2874',587,'beige diner_bardesk_corner',5,0,0,1,0,0,14,-1,0,'','1','0'),(1295,'2875',594,'blue diner_bardesk_corner',5,0,0,1,0,0,13,-1,0,'','1','0'),(1296,'2876',625,'green diner_bardesk_corner',5,0,0,1,0,0,14,-1,0,'','1','0'),(1297,'2877',626,'yellow diner_bardesk_corner',5,0,0,1,0,0,17,-1,0,'','1','0'),(1298,'2878',571,'red diner_bardesk_corner',5,0,0,1,0,0,18,-1,0,'','1','0'),(1299,'2879',575,'aquamarine diner_table_2',4,0,0,1,0,0,39,-1,0,'','1','0'),(1300,'2880',576,'pink diner_table_2',4,0,0,1,0,0,86,-1,0,'','1','0'),(1301,'2881',586,'black diner_table_2',4,0,0,1,0,0,87,-1,0,'','1','0'),(1302,'2882',195,'white diner_table_2',4,0,0,1,0,0,88,-1,0,'','1','0'),(1303,'2883',587,'beige diner_table_2',4,0,0,1,0,0,89,-1,0,'','1','0'),(1304,'2884',594,'blue diner_table_2',4,0,0,1,0,0,90,-1,0,'','1','0'),(1305,'2885',625,'green diner_table_2',4,0,0,1,0,0,91,-1,0,'','1','0'),(1306,'2886',626,'yellow diner_table_2',4,0,0,1,0,0,92,-1,0,'','1','0'),(1307,'2887',571,'red diner_table_2',4,0,0,1,0,0,93,-1,0,'','1','0'),(1308,'2888',575,'aquamarine diner_sofa_1',4,0,0,1,0,0,58,-1,0,'','1','0'),(1309,'2889',576,'pink diner_sofa_1',4,0,0,1,0,0,59,-1,0,'','1','0'),(1310,'2890',586,'black diner_sofa_1',4,0,0,1,0,0,60,-1,0,'','1','0'),(1311,'2891',195,'white diner_sofa_1',4,0,0,1,0,0,29,-1,0,'','1','0'),(1312,'2892',587,'beige diner_sofa_1',4,0,0,1,0,0,30,-1,0,'','1','0'),(1313,'2893',594,'blue diner_sofa_1',4,0,0,1,0,0,63,-1,0,'','1','0'),(1314,'2894',625,'green diner_sofa_1',4,0,0,1,0,0,64,-1,0,'','1','0'),(1315,'2895',626,'yellow diner_sofa_1',4,0,0,1,0,0,65,-1,0,'','1','0'),(1316,'2896',571,'red diner_soda_1',4,0,0,1,0,0,66,-1,0,'','1','0'),(1317,'2897',575,'aquamarine diner_table_1',5,0,0,1,0,0,76,-1,0,'','1','0'),(1318,'2898',576,'pink diner_table_1',5,0,0,1,0,0,77,-1,0,'','1','0'),(1319,'2899',586,'black diner_table_1',5,0,0,1,0,0,78,-1,0,'','1','0'),(1320,'2900',195,'white diner_table_1',5,0,0,1,0,0,79,-1,0,'','1','0'),(1321,'2901',587,'beige diner_table_1',5,0,0,1,0,0,38,-1,0,'','1','0'),(1322,'2902',594,'blue diner_table_1',5,0,0,1,0,0,81,-1,0,'','1','0'),(1323,'2903',625,'green diner_table_1',5,0,0,1,0,0,82,-1,0,'','1','0'),(1324,'2904',626,'yellow diner_table_1',5,0,0,1,0,0,83,-1,0,'','1','0'),(1325,'2905',571,'red diner_table_1',5,0,0,1,0,0,84,-1,0,'','1','0'),(1326,'2906',629,'DEV greek_seat',4,0,0,1,0,0,5,-1,0,'','1','0'),(1327,'2907',541,'easy_bowl2',4,0,0,1,0,0,99,-1,0,'','1','0'),(1328,'2908',629,'greek_gate',4,0,0,1,0,0,3,-1,0,'','1','0'),(1329,'2909',629,'greek_pillars',4,0,0,1,0,0,4,-1,0,'','1','0'),(1330,'2910',629,'greek_corner',4,0,0,1,0,0,2,-1,0,'','1','0'),(1331,'2911',541,'easy_carpet',4,0,0,1,0,0,99,-1,0,'','1','0'),(1332,'2912',736,'greektrophy_g',0,75,0,1,0,0,13,-1,0,'','1','0'),(1333,'2913',736,'greektrophy_s',0,75,0,1,0,0,14,-1,0,'','1','0'),(1334,'2914',736,'greektrophy_b',0,75,0,1,0,0,15,-1,0,'','1','0'),(1335,'2915',629,'DEV greek_block',4,0,0,1,0,0,1,-1,0,'','1','0'),(1336,'2916',540,'netari_carpet',4,0,0,1,0,0,99,-1,0,'','1','0'),(1337,'2917',229,'hcc_shelf',10,1,5,1,0,0,5,-1,0,'','1','1'),(1338,'2918',272,'det_divider',4,0,0,1,0,0,3,-1,0,'','1','0'),(1339,'2919',229,'hcc_chair',10,1,5,1,0,0,1,-1,0,'','1','1'),(1340,'2920',229,'hcc_stool',10,1,5,1,0,0,8,-1,0,'','1','1'),(1341,'2921',229,'hcc_sofa',10,1,5,1,0,0,6,-1,0,'','1','1'),(1342,'2922',272,'det_body',4,0,0,1,0,0,2,-1,0,'','1','0'),(1343,'2923',229,'hcc_table',10,1,5,1,0,0,9,-1,0,'','1','1'),(1344,'2924',229,'hcc_minibar',10,1,5,1,0,0,4,-1,0,'','1','1'),(1345,'2925',229,'hcc_sofachair',10,1,5,1,0,0,7,-1,0,'','1','1'),(1346,'2926',229,'hcc_crnr',10,1,5,1,0,0,2,-1,0,'','1','1'),(1347,'2927',229,'hcc_dvdr',10,1,5,1,0,0,3,-1,0,'','1','1'),(1348,'2928',559,'sob_carpet',4,0,0,1,0,0,34,-1,0,'','1','0'),(1349,'2929',121,'igor_seat',4,0,0,1,0,0,1,-1,0,'','1','0'),(1350,'2930',536,'ads_711_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(1351,'2931',536,'ads_711_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(1352,'2932',536,'ads_711_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(1353,'2933',536,'ads_711*4',4,0,0,1,0,0,4,-1,0,'','1','0'),(1354,'2934',121,'ads_igorswitch',4,0,0,1,0,0,5,-1,0,'','1','0'),(1355,'2935',121,'ads_igorraygun',4,0,0,1,0,0,6,-1,0,'','1','0'),(1356,'2936',121,'ads_igorbrain',4,0,0,1,0,0,8,-1,0,'','1','0'),(1357,'2937',389,'hween08_bed2',4,0,0,1,0,0,5,-1,0,'','1','0'),(1358,'2938',389,'hween08_defibs',4,0,0,1,0,0,9,-1,0,'','1','0'),(1359,'2939',389,'hween08_defibs2',4,0,0,1,0,0,10,10500,0,'','1','0'),(1360,'2940',389,'hween08_sink2',10,0,0,1,0,0,14,-1,0,'','1','0'),(1361,'2941',389,'hween08_trll',4,0,0,1,0,0,13,-1,0,'','1','0'),(1362,'2942',389,'hween08_curtain',4,0,0,1,0,0,7,-1,0,'','1','0'),(1363,'2943',389,'hween08_bbag',4,0,0,1,0,0,3,-1,0,'','1','0'),(1364,'2944',389,'hween08_sink',10,0,0,1,0,0,12,-1,0,'','1','0'),(1365,'2945',389,'hween08_bed',4,0,0,1,0,0,4,-1,0,'','1','0'),(1366,'2946',389,'hween08_manhole',4,0,0,1,0,0,10,-1,0,'','1','0'),(1367,'2947',389,'hween08_bath2',4,0,0,1,0,0,2,-1,0,'','1','0'),(1368,'2948',389,'hween08_bath',4,0,0,1,0,0,1,-1,0,'','1','0'),(1369,'2949',389,'hween08_curtain2',4,0,0,1,0,0,8,-1,0,'','1','0'),(1370,'2950',33,'party_block2',4,0,0,1,0,0,99,-1,0,'','1','0'),(1371,'2951',33,'party_tube_bubble',4,0,0,1,0,0,99,-1,0,'','1','0'),(1372,'2952',33,'party_seat',4,0,0,1,0,0,99,-1,0,'','1','0'),(1373,'2953',33,'party_mic',4,0,0,1,0,0,99,-1,0,'','1','0'),(1374,'2954',621,'party_djtable',3,0,0,1,0,0,99,10501,0,'','1','0'),(1375,'2955',33,'party_tray',10,0,0,1,0,0,99,-1,0,'','1','0'),(1376,'2956',33,'party_table',2,0,0,1,0,0,99,-1,0,'','1','0'),(1377,'2957',33,'DEV party_barcorn',4,0,0,1,0,0,99,-1,0,'','1','0'),(1378,'2958',33,'party_floor',2,0,0,1,0,0,99,-1,0,'','1','0'),(1379,'2959',33,'party_block',4,0,0,1,0,0,99,-1,0,'','1','0'),(1380,'2960',33,'party_chair',2,0,0,1,0,0,99,-1,0,'','1','0'),(1381,'2961',33,'party_beamer',4,0,0,1,0,0,99,-1,0,'','1','0'),(1382,'2962',33,'DEV party_bardesk',5,0,0,1,0,0,99,-1,0,'','1','0'),(1383,'2963',33,'party_discol',4,0,0,1,0,0,99,-1,0,'','1','0'),(1384,'2964',33,'party_ball',4,0,0,1,0,0,99,-1,0,'','1','0'),(1385,'2965',33,'party_ravel',4,0,0,1,0,0,99,-1,0,'','1','0'),(1386,'2966',33,'party_tube_lava',4,0,0,1,0,0,99,-1,0,'','1','0'),(1387,'2967',475,'xmas08_icetree',4,0,0,1,0,0,9,-1,0,'','1','0'),(1388,'2968',475,'xmas08_lantern',4,0,0,1,0,0,10,-1,0,'','1','0'),(1389,'2969',724,'penguin_robot',4,0,0,1,0,0,99,-1,0,'','1','0'),(1390,'2970',475,'xmas08_dvdr2',4,0,0,1,0,0,4,-1,0,'','1','0'),(1391,'2971',724,'penguin_elf',4,0,0,1,0,0,99,-1,0,'','1','0'),(1392,'2972',504,'xmas08_trph1',4,0,0,1,0,0,13,-1,0,'','1','0'),(1393,'2973',724,'penguin_skater',4,0,0,1,0,0,99,-1,0,'','1','0'),(1394,'2974',475,'campfire',4,0,0,1,0,0,1,-1,0,'','1','0'),(1395,'2975',724,'penguin_bunny',4,0,0,1,0,0,99,-1,0,'','1','0'),(1396,'2976',724,'penguin_ninja',4,0,0,1,0,0,99,-1,0,'','1','0'),(1397,'2977',677,'penguin_basic',4,0,0,1,0,0,99,-1,0,'','1','0'),(1398,'2978',475,'xmas08_telep',4,0,0,1,0,0,14,-1,0,'','1','0'),(1399,'2979',724,'penguin_boxer',4,0,0,1,0,0,99,-1,0,'','1','0'),(1400,'2980',475,'xmas08_hole',10,0,0,1,0,0,6,-1,0,'','1','0'),(1401,'2981',724,'penguin_ski',4,0,0,1,0,0,99,-1,0,'','1','0'),(1402,'2982',475,'xmas_snow',4,0,0,1,0,0,19,-1,0,'','1','0'),(1403,'2983',724,'penguin_infected',4,0,0,1,0,0,99,-1,0,'','1','0'),(1404,'2984',724,'penguin_swim',4,0,0,1,0,0,99,-1,0,'','1','0'),(1405,'2985',475,'xmas08_geysir',4,0,0,1,0,0,5,-1,0,'','1','0'),(1406,'2986',475,'xmas08_hottub',4,0,0,1,0,0,7,-1,0,'','1','0'),(1407,'2987',724,'penguin_cowboy',4,0,0,1,0,0,99,-1,0,'','1','0'),(1408,'2988',724,'penguin_icehockey',4,0,0,1,0,0,99,-1,0,'','1','0'),(1409,'2989',724,'penguin_clown',4,0,0,1,0,0,99,-1,0,'','1','0'),(1410,'2990',724,'penguin_wrestler',4,0,0,1,0,0,99,-1,0,'','1','0'),(1411,'2991',124,'svnr_fi',4,0,0,1,0,0,3,-1,0,'','1','0'),(1412,'2992',475,'xmas08_dvdr1',4,0,0,1,0,0,3,-1,0,'','1','0'),(1413,'2993',676,'penguin_glow',4,0,0,1,0,0,99,-1,0,'','1','0'),(1414,'2994',724,'penguin_sumo',4,0,0,1,0,0,99,-1,0,'','1','0'),(1415,'2995',724,'penguin_musketeer',4,0,0,1,0,0,99,-1,0,'','1','0'),(1416,'2996',724,'penguin_ballet',4,0,0,1,0,0,99,-1,0,'','1','0'),(1417,'2997',724,'penguin_magician',4,0,0,1,0,0,99,-1,0,'','1','0'),(1418,'2998',724,'penguin_super',4,0,0,1,0,0,99,-1,0,'','1','0'),(1419,'2999',724,'penguin_pirate',4,0,0,1,0,0,99,-1,0,'','1','0'),(1420,'3000',46,'sound_set_71',4,0,0,1,0,0,34,-1,0,'','1','0'),(1421,'3001',475,'xmas08_chair',2,0,0,1,0,0,1,-1,0,'','1','0'),(1422,'3002',475,'xmas08_icerug',4,0,0,1,0,0,8,-1,0,'','1','0'),(1423,'3003',724,'penguin_hunchback',4,0,0,1,0,0,99,-1,0,'','1','0'),(1424,'3004',724,'penguin_punk',4,0,0,1,0,0,99,-1,0,'','1','0'),(1425,'3005',475,'xmas08_snowpl',4,0,0,1,0,0,11,-1,0,'','1','0'),(1426,'3006',475,'xmas08_cubetree',4,0,0,1,0,0,2,-1,0,'','1','0'),(1427,'3007',724,'penguin_pilot',4,0,0,1,0,0,99,-1,0,'','1','0'),(1428,'3008',724,'penguin_suit',4,0,0,1,0,0,99,-1,0,'','1','0'),(1429,'3009',475,'xmas08_table',5,0,0,1,0,0,12,-1,0,'','1','0'),(1430,'3010',724,'penguin_rock',4,0,0,1,0,0,99,-1,0,'','1','0'),(1431,'3011',23,'DEV fx_explosion',4,0,0,1,0,0,99,-1,0,'','1','0'),(1432,'3012',23,'fx_bubble',4,0,0,1,0,0,99,-1,0,'','1','0'),(1433,'3013',23,'DEV fx_flare',4,0,0,1,0,0,99,-1,0,'','1','0'),(1434,'3014',516,'ads_cltele',4,0,0,1,0,0,18,-1,0,'','1','0'),(1435,'3015',500,'xmas08_trph2',4,0,0,1,0,0,14,-1,0,'','1','0'),(1436,'3016',497,'lostc_merdragon',4,0,0,1,0,0,1,-1,0,'','1','0'),(1437,'3017',516,'ads_cldesk',4,0,0,1,0,0,17,-1,0,'','1','0'),(1438,'3018',529,'ads_ob_pillow',4,0,0,1,0,0,113,-1,0,'','1','0'),(1439,'3019',516,'ads_clfloor',4,0,0,1,0,0,33,-1,0,'','1','0'),(1440,'3020',119,'ads_mall_tele',4,0,0,1,0,0,90,-1,0,'','1','0'),(1441,'3021',516,'ads_cllava2',4,0,0,1,0,0,34,-1,0,'','1','0'),(1442,'3022',37,'bolly_lotus_pool',4,0,0,1,0,0,9,-1,0,'','1','0'),(1443,'3023',197,'kinkysofa',4,0,0,1,0,0,99,-1,0,'','1','0'),(1444,'3024',302,'china_moongt',4,0,0,1,0,0,33,-1,0,'','1','0'),(1445,'3025',302,'china_ox',4,0,0,1,0,0,9,-1,0,'','1','0'),(1446,'3026',37,'bolly_petals',4,0,0,1,0,0,10,-1,0,'','1','0'),(1447,'3027',37,'bolly_tile2',4,0,0,1,0,0,17,-1,0,'','1','0'),(1448,'3028',37,'bolly_tile1',4,0,0,1,0,0,14,-1,0,'','1','0'),(1449,'3029',37,'bolly_fountain',4,0,0,1,0,0,7,-1,0,'','1','0'),(1450,'3030',37,'bolly_pillow',4,0,0,1,0,0,12,-1,0,'','1','0'),(1451,'3031',37,'DEV bolly_corner',4,0,0,1,0,0,2,-1,0,'','1','0'),(1452,'3032',37,'bolly_drapec',4,0,0,1,0,0,6,-1,0,'','1','0'),(1453,'3033',37,'bolly_phant',10,0,0,1,0,0,11,-1,0,'','1','0'),(1454,'3034',37,'DEV bolly_desk',5,0,0,1,0,0,3,-1,0,'','1','0'),(1455,'3035',37,'bolly_table',5,0,0,1,0,0,13,-1,0,'','1','0'),(1456,'3036',37,'bolly_monkey_lamp',4,0,0,1,0,0,10,-1,0,'','1','0'),(1457,'3037',37,'bolly_swing',4,0,0,1,0,0,14,-1,0,'','1','0'),(1458,'3038',37,'bolly_drapea',4,0,0,1,0,0,4,-1,0,'','1','0'),(1459,'3039',37,'bolly_palm',4,0,0,1,0,0,30,-1,0,'','0','0'),(1460,'3040',37,'bolly_drapeb',4,0,0,1,0,0,5,-1,0,'','1','0'),(1461,'3041',37,'bolly_lamp',4,0,0,1,0,0,8,-1,0,'','1','0'),(1462,'3042',37,'bolly_tree',4,0,0,1,0,0,18,-1,0,'','1','0'),(1463,'3043',37,'bolly_vase',10,0,0,1,0,0,19,-1,0,'','1','0'),(1464,'3044',39,'planet_of_love',4,0,0,1,0,0,99,-1,0,'','1','0'),(1465,'3045',58,'ads_idol_floor1',4,0,0,1,0,0,30,-1,0,'','1','0'),(1466,'3046',121,'ads_igor_flask',4,0,0,1,0,0,3,-1,0,'','1','0'),(1467,'3047',58,'ads_idol_floor2',4,0,0,1,0,0,63,-1,0,'','1','0'),(1468,'3048',58,'ads_idol_drape',4,0,0,1,0,0,29,-1,0,'','1','0'),(1469,'3049',121,'ads_igor_dsk',4,0,0,1,0,0,4,-1,0,'','1','0'),(1470,'3050',58,'ads_idol_desk',4,0,0,1,0,0,60,-1,0,'','1','0'),(1471,'3051',58,'ads_idol_ch',4,0,0,1,0,0,57,-1,0,'','1','0'),(1472,'3052',497,'lostc_octopus',4,0,0,1,0,0,2,-1,0,'','1','0'),(1473,'3053',58,'ads_idol_tele',3,0,0,1,0,0,99,-1,0,'','1','0'),(1474,'3054',58,'ads_idol_mic',4,0,0,1,0,0,33,-1,0,'','1','0'),(1475,'3055',58,'ads_idol_trax',4,0,0,1,0,0,75,-1,0,'','1','0'),(1476,'3056',58,'ads_idol_pchair',4,0,0,1,0,0,35,-1,0,'','1','0'),(1477,'3057',58,'ads_idol_audChr',4,0,0,1,0,0,27,-1,0,'','1','0'),(1478,'3058',58,'ads_idol_piano',4,0,0,1,0,0,36,-1,0,'','1','0'),(1479,'3059',58,'ads_idol_jukebox_1',0,5000,5,1,0,0,66,-1,0,'','0','0'),(1480,'3060',303,'lc_glass_floor',4,0,0,1,0,0,9,-1,0,'','1','0'),(1481,'3061',303,'lc_chair',2,0,0,1,0,0,2,-1,0,'','1','0'),(1482,'3062',303,'lc_crab1',4,0,0,1,0,0,6,-1,0,'','1','0'),(1483,'3063',303,'lc_stool',4,0,0,1,0,0,11,-1,0,'','1','0'),(1484,'3064',303,'lc_medusa1',4,0,0,1,0,0,10,-1,0,'','1','0'),(1485,'3065',303,'lc_tubes_straight',4,0,0,1,0,0,17,-1,0,'','1','0'),(1486,'3066',536,'ads_711shelf',4,0,0,1,0,0,8,-1,0,'','1','0'),(1487,'3067',303,'lc_table',5,0,0,1,0,0,12,-1,0,'','1','0'),(1488,'3068',303,'lc_crab2',4,0,0,1,0,0,7,-1,0,'','1','0'),(1489,'3069',303,'lc_tile2',4,0,0,1,0,0,13,-1,0,'','1','0'),(1490,'3070',303,'lc_desk',5,0,0,1,0,0,8,-1,0,'','1','0'),(1491,'3071',497,'lostc_teleport',4,0,0,1,0,0,3,-1,0,'','1','0'),(1492,'3072',303,'lc_tubes_corners',4,0,0,1,0,0,14,-1,0,'','1','0'),(1493,'3073',303,'lc_medusa2',4,0,0,1,0,0,10,-1,0,'','1','0'),(1494,'3074',303,'lc_anemone',4,0,0,1,0,0,1,-1,0,'','1','0'),(1495,'3075',303,'lc_corner',4,0,0,1,0,0,5,-1,0,'','1','0'),(1496,'3076',303,'lc_tile1',4,0,0,1,0,0,14,-1,0,'','1','0'),(1497,'3077',303,'lc_coral_divider_low',4,0,0,1,0,0,4,-1,0,'','1','0'),(1498,'3078',303,'c_coral_divider_hi',4,0,0,1,0,0,3,-1,0,'','1','0'),(1499,'3079',58,'ads_idol_clRack',4,0,0,1,0,0,58,-1,0,'','1','0'),(1500,'3080',58,'ads_idol_hotspot',4,0,0,1,0,0,64,-1,0,'','1','0'),(1501,'3081',58,'ads_idol_voting_ch',4,0,0,1,0,0,79,-1,0,'','1','0'),(1502,'3082',499,'eco_light2',4,0,0,1,0,0,17,-1,0,'','1','0'),(1503,'3083',499,'eco_cactus1',4,0,0,1,0,0,1,-1,0,'','1','0'),(1504,'3084',499,'eco_chair1',4,0,0,1,0,0,4,-1,0,'','1','0'),(1505,'3085',499,'eco_cactus3',4,0,0,1,0,0,3,-1,0,'','1','0'),(1506,'3086',499,'eco_table3',4,0,0,1,0,0,16,-1,0,'','1','0'),(1507,'3087',48,'bump_tottero',4,0,0,1,0,0,5,-1,0,'','1','0'),(1508,'3088',499,'eco_sofa3',4,0,0,1,0,0,23,-1,0,'','1','0'),(1509,'3089',499,'eco_table2',4,0,0,1,0,0,25,-1,0,'','1','0'),(1510,'3090',48,'bump_signs',4,0,0,1,0,0,3,-1,0,'','1','0'),(1511,'3091',499,'eco_lamp3',4,0,0,1,0,0,13,-1,0,'','1','0'),(1512,'3092',499,'eco_lamp2',4,0,0,1,0,0,14,-1,0,'','1','0'),(1513,'3093',499,'eco_tree1',4,0,0,1,0,0,27,-1,0,'','1','0'),(1514,'3094',499,'eco_chair3',4,0,0,1,0,0,6,-1,0,'','1','0'),(1515,'3095',261,'ecotron_box',7,0,0,1,0,0,10,-1,0,'','1','0'),(1516,'3096',499,'eco_sofa1',4,0,0,1,0,0,21,-1,0,'','1','0'),(1517,'3097',499,'eco_lamp1',4,0,0,1,0,0,12,-1,0,'','1','0'),(1518,'3098',499,'eco_light1',4,0,0,1,0,0,14,-1,0,'','1','0'),(1519,'3099',499,'eco_table1',4,0,0,1,0,0,24,-1,0,'','1','0'),(1520,'3100',499,'eco_sofa2',4,0,0,1,0,0,15,-1,0,'','1','0'),(1521,'3101',48,'bump_tires',4,0,0,1,0,0,4,-1,0,'','1','0'),(1522,'3102',499,'eco_fruits2',4,0,0,1,0,0,10,-1,0,'','1','0'),(1523,'3103',48,'bump_lights',4,0,0,1,0,0,1,-1,0,'','1','0'),(1524,'3104',499,'eco_fruits3',4,0,0,1,0,0,11,-1,0,'','1','0'),(1525,'3105',499,'eco_cactus2',4,0,0,1,0,0,2,-1,0,'','1','0'),(1526,'3106',499,'eco_chair2',4,0,0,1,0,0,5,-1,0,'','1','0'),(1527,'3107',499,'eco_fruits1',4,0,0,1,0,0,10,-1,0,'','1','0'),(1528,'3108',499,'eco_light3',4,0,0,1,0,0,18,-1,0,'','1','0'),(1529,'3109',499,'eco_tree2',4,0,0,1,0,0,29,-1,0,'','1','0'),(1530,'3110',48,'bump_road',4,0,0,1,0,0,2,-1,0,'','1','0'),(1531,'3111',550,'ads_frankb',4,0,0,1,0,0,14,-1,0,'','1','0'),(1532,'3112',534,'ads_grefusa_cactus',4,0,0,1,0,0,51,-1,0,'','1','0'),(1533,'3113',497,'totem_leg',4,0,0,1,0,0,5,-1,0,'','1','0'),(1534,'3114',304,'exe_artlamp',4,0,0,1,0,0,1,-1,0,'','1','0'),(1535,'3115',282,'env_bushes',4,0,0,1,0,0,15,-1,0,'','1','0'),(1536,'3116',58,'ads_idol_newsDsk',4,0,0,1,0,0,34,-1,0,'','1','0'),(1537,'3117',282,'env_tree1',4,0,0,1,0,0,25,-1,0,'','1','0'),(1538,'3118',282,'env_tree4',4,0,0,1,0,0,28,-1,0,'','1','0'),(1539,'3119',304,'exe_gate',4,0,0,1,0,0,14,-1,0,'','1','0'),(1540,'3120',58,'ads_idol_cork',4,0,0,1,0,0,59,-1,0,'','1','0'),(1541,'3121',304,'exe_cubelight',4,0,0,1,0,0,10,-1,0,'','1','0'),(1542,'3122',304,'exe_artlamp',4,0,0,1,0,0,18,-1,0,'','1','0'),(1543,'3123',282,'env_tree2',4,0,0,1,0,0,16,-1,0,'','1','0'),(1544,'3124',58,'ads_idol_ichair',4,0,0,1,0,0,65,-1,0,'','1','0'),(1545,'3125',282,'env_tree3',4,0,0,1,0,0,27,-1,0,'','1','0'),(1546,'3126',58,'ads_idol_tube',4,0,0,1,0,0,77,-1,0,'','1','0'),(1547,'3127',516,'ads_cl_jukeb',4,0,0,1,0,0,20,-1,0,'','1','0'),(1548,'3128',282,'env_bushes_gate',4,0,0,1,0,0,23,-1,0,'','1','0'),(1549,'3129',282,'env_grass',4,0,0,1,0,0,24,-1,0,'','1','0'),(1550,'3130',249,'tray_glasstower',10,0,0,1,0,0,99,-1,0,'','1','0'),(1551,'3131',531,'ads_malaco_gu',4,0,0,1,0,0,39,-1,0,'','1','0'),(1552,'3132',353,'ads_reebok_block2',4,0,0,1,0,0,16,-1,0,'','1','0'),(1553,'3133',249,'tray_cake',4,0,0,1,0,0,99,-1,0,'','1','0'),(1554,'3134',249,'tray_champagne',4,0,0,1,0,0,99,-1,0,'','1','0'),(1555,'3135',531,'ads_malaco_rug',4,0,0,1,0,0,86,-1,0,'','1','0'),(1556,'3136',58,'ads_idol_tblCloth',4,0,0,1,0,0,37,-1,0,'','1','0'),(1557,'3137',516,'ads_cl_sofa',4,0,0,1,0,0,21,-1,0,'','1','0'),(1558,'3138',58,'ads_idol_lamp',4,0,0,1,0,0,31,-1,0,'','1','0'),(1559,'3139',516,'ads_clcake',4,0,0,1,0,0,29,-1,0,'','1','0'),(1560,'3140',58,'ads_idol_carpet',4,0,0,1,0,0,28,-1,0,'','1','0'),(1561,'3141',282,'country_fnc2',4,0,0,1,0,0,4,-1,0,'','1','0'),(1562,'3142',499,'eco_mush1',4,0,0,1,0,0,19,-1,0,'','1','0'),(1563,'3143',282,'country_rbw',4,0,0,1,0,0,14,-1,0,'','1','0'),(1564,'3144',46,'sound_set_72',4,0,0,1,0,0,35,-1,0,'','1','0'),(1565,'3145',282,'country_soil',4,0,0,1,0,0,14,-1,0,'','1','0'),(1566,'3146',282,'country_log',4,0,0,1,0,0,10,-1,0,'','1','0'),(1567,'3147',282,'country_trctr',4,0,0,1,0,0,18,-1,0,'','1','0'),(1568,'3148',282,'country_stage',4,0,0,1,0,0,17,-1,0,'','1','0'),(1569,'3149',282,'country_well',10,0,0,1,0,0,20,-1,0,'','1','0'),(1570,'3150',282,'country_gate',4,0,0,1,0,0,8,-1,0,'','1','0'),(1571,'3151',313,'ads_goldtabl',4,0,0,1,0,0,13,-1,0,'','1','0'),(1572,'3152',282,'country_fnc3',4,0,0,1,0,0,5,-1,0,'','1','0'),(1573,'3153',282,'country_rain',4,0,0,1,0,0,12,-1,0,'','1','0'),(1574,'3154',282,'country_fnc1',4,0,0,1,0,0,3,-1,0,'','1','0'),(1575,'3155',499,'eco_mush2',4,0,0,1,0,0,20,-1,0,'','1','0'),(1576,'3156',73,'ads_calip_cola_1',4,0,0,1,0,0,12,-1,0,'','1','0'),(1577,'3157',73,'ads_calip_cola_2',4,0,0,1,0,0,14,-1,0,'','1','0'),(1578,'3158',73,'ads_calip_cola_3',4,0,0,1,0,0,13,-1,0,'','1','0'),(1579,'3159',73,'ads_calip_cola_4',4,0,0,1,0,0,14,-1,0,'','1','0'),(1580,'3160',282,'country_scarecrow',4,0,0,1,0,0,13,-1,0,'','1','0'),(1581,'3161',282,'env_telep',4,0,0,1,0,0,99,-1,0,'','1','0'),(1582,'3162',282,'country_grass',4,0,0,1,0,0,9,-1,0,'','1','0'),(1583,'3163',282,'country wheat',4,0,0,1,0,0,21,-1,0,'','1','0'),(1584,'3164',282,'country corner',4,0,0,1,0,0,1,-1,0,'','1','0'),(1585,'3165',282,'country_ditch',4,0,0,1,0,0,2,-1,0,'','1','0'),(1586,'3166',282,'country_patio',4,0,0,1,0,0,11,-1,0,'','1','0'),(1587,'3167',497,'totem_head',4,0,0,1,0,0,4,-1,0,'','1','0'),(1588,'3168',73,'ads_calip_chair',4,0,0,1,0,0,11,-1,0,'','1','0'),(1589,'3169',58,'ads_idol_trophy',4,0,0,1,0,0,76,-1,0,'','1','0'),(1590,'3170',32,'LT_pillar2',4,0,0,1,0,0,99,-1,0,'','1','0'),(1591,'3171',32,'LT_throne',4,0,0,1,0,0,99,-1,0,'','1','0'),(1592,'3172',32,'lt_gate',4,0,0,1,0,0,99,-1,0,'','1','0'),(1593,'3173',683,'laptopdesk',4,0,0,1,0,0,99,-1,0,'','1','0'),(1594,'3174',32,'lt_bughill',4,0,0,1,0,0,99,-1,0,'','1','0'),(1595,'3175',32,'lt_stage2',4,0,0,1,0,0,99,-1,0,'','1','0'),(1596,'3176',32,'lt lava',4,0,0,1,0,0,99,-1,0,'','1','0'),(1597,'3177',32,'lt_stone2',4,0,0,1,0,0,99,-1,0,'','1','0'),(1598,'3178',32,'lt_spider',4,0,0,1,0,0,99,-1,0,'','1','0'),(1599,'3179',683,'audChr',4,0,0,1,0,0,99,-1,0,'','1','0'),(1600,'3180',32,'lt lava corner',4,0,0,1,0,0,99,-1,0,'','1','0'),(1601,'3181',39,'saturn',4,0,0,1,0,0,99,-1,0,'','1','0'),(1602,'3182',73,'ads_calip_pool',4,0,0,1,0,0,20,-1,0,'','1','0'),(1603,'3183',32,'lt_stage1',4,0,0,1,0,0,99,-1,0,'','1','0'),(1604,'3184',22,'clrack',4,0,0,1,0,0,14,-1,0,'','1','0'),(1605,'3185',32,'lt_statue',4,0,0,1,0,0,99,-1,0,'','1','0'),(1606,'3186',22,'noticeboard',4,0,0,1,0,0,99,-1,0,'','1','0'),(1607,'3187',32,'LT_pillar',4,0,0,1,0,0,99,-1,0,'','1','0'),(1608,'3188',32,'lt_patch',4,0,0,1,0,0,99,-1,0,'','1','0'),(1609,'3189',32,'LT_skull',4,0,0,1,0,0,99,-1,0,'','1','0'),(1610,'3190',73,'ads_calip_tele',3,0,0,1,0,0,99,-1,0,'','1','0'),(1611,'3195',73,'ads_calip_parasol',0,3600,5,1,0,0,23,-1,0,'','1','0'),(1612,'3196',32,'lt_stone1',4,0,0,1,0,0,99,-1,0,'','1','0'),(1613,'3197',73,'ads_calip_lava',4,0,0,1,0,0,18,-1,0,'','1','0'),(1614,'3198',73,'ads_calip_fan',0,3600,5,1,0,0,15,-1,0,'','1','0'),(1615,'3199',22,'transparent_floor',2,0,0,1,0,0,99,-1,0,'','1','0'),(1616,'3200',497,'totem_planet',4,0,0,1,0,0,6,-1,0,'','1','0'),(1617,'3201',683,'voting_ch',4,0,0,1,0,0,99,-1,0,'','1','0'),(1618,'3202',119,'ads_mall_coffeem',4,0,0,1,0,0,87,-1,0,'','1','0'),(1619,'3203',36,'sf_roof',4,0,0,1,0,0,7,-1,0,'','1','0'),(1620,'3204',36,'SF_crate_2',4,0,0,1,0,0,21,-1,0,'','1','0'),(1621,'3205',36,'SF_crate_1',4,0,0,1,0,0,15,-1,0,'','1','0'),(1622,'3206',36,'sf_stick',4,0,0,1,0,0,6,-1,0,'','1','0'),(1623,'3207',36,'SF_chair_blue',2,0,0,1,0,0,25,-1,0,'','1','0'),(1624,'3208',36,'SF_panel3',4,0,0,1,0,0,11,-1,0,'','1','0'),(1625,'3209',36,'sf_roller',4,0,0,1,0,0,8,-1,0,'','1','0'),(1626,'3210',670,'SF_alien',4,0,0,1,0,0,16,-1,0,'','1','0'),(1627,'3211',36,'SF_floor_2',2,0,0,1,0,0,18,-1,0,'','1','0'),(1628,'3212',36,'SF_reactor',4,0,0,1,0,0,9,-1,0,'','1','0'),(1629,'3213',36,'sf_floor',4,0,0,1,0,0,20,-1,0,'','1','0'),(1630,'3214',36,'sf_tele',4,0,0,1,0,0,4,-1,0,'','1','0'),(1631,'3215',36,'SF_chair_green',2,0,0,1,0,0,24,-1,0,'','1','0'),(1632,'3216',119,'ads_mall_kiosk',4,0,0,1,0,0,89,-1,0,'','1','0'),(1633,'3217',36,'SF_panel1',4,0,0,1,0,0,14,-1,0,'','1','0'),(1634,'3218',36,'SF_panel2',4,0,0,1,0,0,12,-1,0,'','1','0'),(1635,'3219',670,'sf_pod',4,0,0,1,0,0,10,-1,0,'','1','0'),(1636,'3220',36,'SF_table',5,0,0,1,0,0,5,-1,0,'','1','0'),(1637,'3221',36,'sf_gate',4,0,0,1,0,0,17,-1,0,'','1','0'),(1638,'3222',36,'SF_floor_1',2,0,0,1,0,0,19,-1,0,'','1','0'),(1639,'3223',36,'SF_chair_red',2,0,0,1,0,0,23,-1,0,'','1','0'),(1640,'3224',36,'SF_lamp',4,0,0,1,0,0,14,-1,0,'','1','0'),(1641,'3225',590,'prizetrophy_cool',4,0,0,1,0,0,12,-1,0,'','1','0'),(1642,'3226',324,'ads_elisa_gnome',4,0,0,1,0,0,11,-1,0,'','1','0'),(1643,'3227',406,'summer_raft2',4,0,0,1,0,0,58,-1,0,'','1','0'),(1644,'3228',406,'summer_raft1',4,0,0,1,0,0,57,-1,0,'','1','0'),(1645,'3229',590,'prizetrophy_hot',4,0,0,1,0,0,11,-1,0,'','1','0'),(1646,'3230',346,'Soda Crush!',4,0,0,1,0,0,20,-1,0,'','1','0'),(1647,'3231',406,'summer_icebox',10,0,0,1,0,0,54,-1,0,'','1','0'),(1648,'3232',6,'a0 marsrug',4,0,0,1,0,0,99,-1,0,'','1','0'),(1649,'3233',34,'rela_stone',4,0,0,1,0,0,11,-1,0,'','1','0'),(1650,'3234',34,'rela_candles1',4,0,0,1,0,0,4,-1,0,'','1','0'),(1651,'3235',34,'rela_candle3',4,0,0,1,0,0,3,-1,0,'','1','0'),(1652,'3236',34,'rela_candles3',4,0,0,1,0,0,6,-1,0,'','1','0'),(1653,'3237',39,'pix_asteroid',4,0,0,1,0,0,99,-1,0,'','1','0'),(1654,'3238',34,'rela_candle1',4,0,0,1,0,0,1,-1,0,'','1','0'),(1655,'3239',34,'rela_orchid',4,0,0,1,0,0,8,-1,0,'','1','0'),(1656,'3240',34,'rela_stick',4,0,0,1,0,0,10,-1,0,'','1','0'),(1657,'3241',536,'ads_711_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(1658,'3242',536,'ads_711_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(1659,'3243',536,'ads_711_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(1660,'3244',34,'rela_candle2',4,0,0,1,0,0,2,-1,0,'','1','0'),(1661,'3245',34,'rela_candles2',4,0,0,1,0,0,5,-1,0,'','1','0'),(1662,'3246',34,'rela_plant',4,0,0,1,0,0,9,-1,0,'','1','0'),(1663,'3247',34,'rela_hchair',2,0,0,1,0,0,7,-1,0,'','1','0'),(1664,'3248',34,'rela_rock',4,0,0,1,0,0,10,-1,0,'','1','0'),(1665,'3249',59,'ktchn_fridge',10,0,0,1,0,0,42,-1,0,'','1','0'),(1666,'3250',59,'ktchn_inspctr',4,0,0,1,0,0,23,-1,0,'','1','0'),(1667,'3251',346,'ads_1800tele',3,0,0,1,0,0,99,-1,0,'','1','0'),(1668,'3252',59,'ktchn_pots',4,0,0,1,0,0,50,-1,0,'','1','0'),(1669,'3253',59,'ktchn_countr_2',4,0,0,1,0,0,20,-1,0,'','1','0'),(1670,'3254',59,'ktchn_gate',4,0,0,1,0,0,22,-1,0,'','1','0'),(1671,'3255',59,'ktchn_bBlock',4,0,0,1,0,0,10,-1,0,'','1','0'),(1672,'3256',59,'ktchn_stove',4,0,0,1,0,0,25,10501,0,'','1','0'),(1673,'3257',59,'ktchn_cornr',4,0,0,1,0,0,37,-1,0,'','1','0'),(1674,'3258',59,'ktchn_light',4,0,0,1,0,0,24,-1,0,'','1','0'),(1675,'3259',59,'ktchn_dvdr',4,0,0,1,0,0,21,-1,0,'','1','0'),(1676,'3260',59,'ktchn_desk',5,0,0,1,0,0,40,-1,0,'','1','0'),(1677,'3261',59,'ktchn_countr_1',4,0,0,1,0,0,38,-1,0,'','1','0'),(1678,'3262',59,'ktchn_sink',4,0,0,1,0,0,51,-1,0,'','1','0'),(1679,'3263',59,'ktchn_plates',4,0,0,1,0,0,49,-1,0,'','1','0'),(1680,'3264',59,'ktchn_trash',4,0,0,1,0,0,26,-1,0,'','1','0'),(1681,'3265',272,'urban_lamp',4,0,0,1,0,0,32,-1,0,'','1','0'),(1682,'3266',272,'urban_bin',4,0,0,1,0,0,16,-1,0,'','1','0'),(1683,'3267',272,'urban_fence',4,0,0,1,0,0,17,-1,0,'','1','0'),(1684,'3268',272,'urban_carsofa',3,0,0,1,0,0,29,-1,0,'','1','0'),(1685,'3269',272,'urban_bench',4,0,0,1,0,0,24,-1,0,'','1','0'),(1686,'3270',272,'urban_blocker',4,0,0,1,0,0,27,-1,0,'','1','0'),(1687,'3271',272,'urban_bsktbll',4,0,0,1,0,0,28,-1,0,'','1','0'),(1688,'3272',272,'urban_wpost',4,0,0,1,0,0,18,-1,0,'','1','0'),(1689,'3273',670,'sf_mbar',4,0,0,1,0,0,13,-1,0,'','1','0'),(1690,'3274',272,'urban_sidewalk',4,0,0,1,0,0,33,-1,0,'','1','0'),(1691,'3275',272,'urban_fence_corner',4,0,0,1,0,0,31,-1,0,'','1','0'),(1692,'3276',58,'ads_idol_l_carpet',4,0,0,1,0,0,31,-1,0,'','0','0'),(1693,'3277',533,'ads_gsArcade_1',4,0,0,1,0,0,26,-1,0,'','1','0'),(1694,'3278',533,'ads_gsArcade_2',4,0,0,1,0,0,54,-1,0,'','1','0'),(1695,'3279',530,'ads_mtvtrophy_gold',4,0,0,1,0,0,42,-1,0,'','1','0'),(1696,'3280',524,'ads_spang_sleep',4,0,0,1,0,0,27,-1,0,'','1','0'),(1697,'3281',530,'ads_mtvtrophy_silver',4,0,0,1,0,0,43,-1,0,'','1','0'),(1698,'3282',590,'hween09_organ',4,0,0,1,0,0,10,-1,0,'','1','0'),(1699,'3283',58,'ads_idol_chmpgn',4,0,0,1,0,0,32,-1,0,'','0','0'),(1700,'3284',272,'urban_bench_plain',4,0,0,1,0,0,25,-1,0,'','1','0'),(1701,'3285',390,'hween09_hatch',4,0,0,1,0,0,7,-1,0,'','1','0'),(1702,'3286',390,'hween09_table',4,0,0,1,0,0,12,-1,0,'','1','0'),(1703,'3287',390,'hween09_jar',4,0,0,1,0,0,8,-1,0,'','1','0'),(1704,'3288',390,'hween09_floor',2,0,0,1,0,0,5,-1,0,'','1','0'),(1705,'3289',429,'byesw_hotel',4,0,0,1,0,0,99,-1,0,'','1','0'),(1706,'3290',390,'hween09_ghost',4,0,0,1,0,0,6,-1,0,'','1','0'),(1707,'3291',429,'byesw_hand',4,0,0,1,0,0,99,-1,0,'','1','0'),(1708,'3292',390,'hween09_tv',4,0,0,1,0,0,13,-1,0,'','1','0'),(1709,'3293',390,'hween09_mirror',4,0,0,1,0,0,9,-1,0,'','1','0'),(1710,'3294',390,'hween09_chandelier',4,0,0,1,0,0,2,-1,0,'','1','0'),(1711,'3295',390,'hween09_chair',2,0,0,1,0,0,1,-1,0,'','1','0'),(1712,'3296',44,'ads_twi_toolbx',4,0,0,1,0,0,141,-1,0,'','1','0'),(1713,'3297',44,'ads_twi_table',4,0,0,1,0,0,140,-1,0,'','1','0'),(1714,'3298',44,'ads_twi_tower',4,0,0,1,0,0,52,-1,0,'','1','0'),(1715,'3299',44,'ads_twi_piano',4,0,0,1,0,0,138,-1,0,'','1','0'),(1716,'3300',44,'ads_twi_chair',4,0,0,1,0,0,130,-1,0,'','1','0'),(1717,'3301',44,'ads_twi_fountn',4,0,0,1,0,0,135,-1,0,'','1','0'),(1718,'3302',44,'ads_twi_dvdr2',4,0,0,1,0,0,49,-1,0,'','1','0'),(1719,'3303',44,'ads_twi_dvdr1',4,0,0,1,0,0,133,-1,0,'','1','0'),(1720,'3304',44,'ads_twi_roses',4,0,0,1,0,0,139,-1,0,'','1','0'),(1721,'3305',304,'exe_elevator',5,0,0,1,0,0,99,-1,0,'','1','0'),(1722,'3306',119,'ads_mall_elevator',4,0,0,1,0,0,88,-1,0,'','1','0'),(1723,'3307',59,'ktchn_hlthNut',4,0,0,1,0,0,44,-1,0,'','1','0'),(1724,'3308',44,'ads_twi_mist',4,0,0,1,0,0,50,-1,0,'','1','0'),(1725,'3309',115,'nest_plow_bro',2,0,0,1,0,0,50,-1,0,'','1','0'),(1726,'3310',115,'nest_snug_grn',2,0,0,1,0,0,33,-1,0,'','0','0'),(1727,'3311',44,'ads_twi_trophy',4,0,0,1,0,0,143,-1,0,'','1','0'),(1728,'3312',28,'arabian_tile',4,0,0,1,0,0,10,-1,0,'','1','0'),(1729,'3313',729,'xm09_lrgBauble',4,0,0,1,0,0,9,-1,0,'','1','0'),(1730,'3314',476,'xm09_candyCane',4,0,0,1,0,0,3,-1,0,'','1','0'),(1731,'3315',115,'nest_snug_blu',2,0,0,1,0,0,49,-1,0,'','1','0'),(1732,'3316',115,'nest_plow_blu',2,0,0,1,0,0,48,-1,0,'','1','0'),(1733,'3317',115,'nest_snug_red',2,0,0,1,0,0,24,-1,0,'','1','0'),(1734,'3318',115,'nest_plow_reg',2,0,0,1,0,0,46,-1,0,'','1','0'),(1735,'3319',115,'nest_snug_yel',2,0,0,1,0,0,23,-1,0,'','1','0'),(1736,'3320',115,'nest_plow_red',0,75,0,1,0,0,1,-1,0,'','1','0'),(1737,'3321',52,'petfood7',2,0,0,1,0,0,7,-1,0,'','1','0'),(1738,'3322',52,'petfood9',0,150,0,1,0,0,1,-1,0,'','1','0'),(1739,'3323',52,'petfood6',1,0,0,1,0,0,6,-1,0,'','1','0'),(1740,'3324',52,'petfood5',1,0,0,1,0,0,5,-1,0,'','1','0'),(1741,'3325',52,'petfood8',2,0,0,1,0,0,9,-1,0,'','1','0'),(1742,'3326',52,'petfood10',2,0,0,1,0,0,10,-1,0,'','1','0'),(1743,'3327',471,'party_lantern',4,0,0,1,0,0,5,-1,0,'','1','0'),(1744,'3328',476,'xm09_man_b',4,0,0,1,0,0,10,-1,0,'','1','0'),(1745,'3329',476,'xm09_man_c',4,0,0,1,0,0,11,-1,0,'','1','0'),(1746,'3330',476,'xm09_man_a',4,0,0,1,0,0,10,-1,0,'','1','0'),(1747,'3331',115,'nest_dirt',2,0,0,1,0,0,22,-1,0,'','1','0'),(1748,'3332',115,'nest_snug_prp',2,0,0,1,0,0,42,-1,0,'','1','0'),(1749,'3333',115,'nest_basket',2,0,0,1,0,0,21,-1,0,'','1','0'),(1750,'3334',115,'nest_nest',2,0,0,1,0,0,40,-1,0,'','1','0'),(1751,'3335',476,'xm09_table',4,0,0,1,0,0,14,-1,0,'','1','0'),(1752,'3336',115,'nest_nails',2,0,0,1,0,0,20,-1,0,'','1','0'),(1753,'3337',476,'xm09_cocoa',10,0,0,1,0,0,0,-1,0,'','1','0'),(1754,'3338',115,'nest_snug_bla',2,0,0,1,0,0,38,-1,0,'','1','0'),(1755,'3339',115,'nest_ice',2,0,0,1,0,0,37,-1,0,'','1','0'),(1756,'3340',476,'xm09_bench',4,0,0,1,0,0,2,-1,0,'','1','0'),(1757,'3341',115,'nest_plow_skl',2,0,0,1,0,0,19,-1,0,'','1','0'),(1758,'3342',516,'ads_cl_moodi',4,0,0,1,0,0,40,-1,0,'','1','0'),(1759,'3343',737,'prizetrophy_nrj',0,75,0,1,0,0,99,-1,0,'','1','0'),(1760,'3344',302,'china_tiger',4,0,0,1,0,0,7,-1,0,'','1','0'),(1761,'3345',51,'org_chrblk',4,0,0,1,0,0,3,-1,0,'','1','0'),(1762,'3346',302,'china_tigrSeat',4,0,0,1,0,0,38,-1,0,'','1','0'),(1763,'3347',51,'org_tblblk',4,0,0,1,0,0,8,-1,0,'','1','0'),(1764,'3348',51,'org_lamppnk',4,0,0,1,0,0,6,-1,0,'','1','0'),(1765,'3349',51,'org_chairblk',2,0,0,1,0,0,1,-1,0,'','1','0'),(1766,'3350',51,'org_chrpnk',4,0,0,1,0,0,4,-1,0,'','1','0'),(1767,'3351',683,'xm09_trophy',4,0,0,1,0,0,1,-1,0,'','1','0'),(1768,'3352',51,'org_tblpnk',4,0,0,1,0,0,9,-1,0,'','1','0'),(1769,'3353',51,'org_lampblk',4,0,0,1,0,0,5,-1,0,'','1','0'),(1770,'3354',51,'org_chairpnk',2,0,0,1,0,0,2,-1,0,'','1','0'),(1771,'3355',302,'china_plmTree',4,0,0,1,0,0,31,-1,0,'','1','0'),(1772,'3356',51,'org_table',5,0,0,1,0,0,7,-1,0,'','1','0'),(1773,'3357',50,'val09_floor2',2,0,0,1,0,0,99,-1,0,'','1','0'),(1774,'3358',194,'petfood11',0,5,0,1,0,0,11,-1,0,'','1','0'),(1775,'3359',194,'petfood13',0,5,0,1,0,0,14,-1,0,'','1','0'),(1776,'3360',50,'bling_chair_b',2,0,0,1,0,0,28,-1,0,'','1','0'),(1777,'3361',50,'bling_chair_c',2,0,0,1,0,0,29,-1,0,'','1','0'),(1778,'3362',50,'bling_toilet',4,0,0,1,0,0,19,-1,0,'','1','0'),(1779,'3363',50,'val09_floor',2,0,0,1,0,0,99,-1,0,'','1','0'),(1780,'3364',50,'bling_bed',4,0,0,1,0,0,23,-1,0,'','1','0'),(1781,'3365',548,'ads_droetker_paula',4,0,0,1,0,0,10,-1,0,'','1','0'),(1782,'3366',50,'bling_fridge',10,0,0,1,0,0,17,-1,0,'','1','0'),(1783,'3367',305,'ads_chups',4,0,0,1,0,0,8,-1,0,'','1','0'),(1784,'3368',50,'bling_chair_a',2,0,0,1,0,0,27,-1,0,'','1','0'),(1785,'3369',50,'bling_pool',4,0,0,1,0,0,32,-1,0,'','1','0'),(1786,'3370',194,'petfood12',0,5,0,1,0,0,12,-1,0,'','1','0'),(1787,'3371',50,'bling_sofa',3,0,0,1,0,0,18,-1,0,'','1','0'),(1788,'3372',261,'present_wrap_1',7,0,0,1,0,0,1,-1,0,'','1','0'),(1789,'3373',261,'present_wrap_10',7,0,0,1,0,0,10,-1,0,'','1','0'),(1790,'3374',261,'present_wrap_2',7,0,0,1,0,0,2,-1,0,'','1','0'),(1791,'3375',261,'present_wrap_3',7,0,0,1,0,0,3,-1,0,'','1','0'),(1792,'3376',261,'present_wrap_4',7,0,0,1,0,0,4,-1,0,'','1','0'),(1793,'3377',261,'present_wrap_5',7,0,0,1,0,0,5,-1,0,'','1','0'),(1794,'3378',261,'present_wrap_6',7,0,0,1,0,0,6,-1,0,'','1','0'),(1795,'3379',261,'present_wrap_7',7,0,0,1,0,0,7,-1,0,'','1','0'),(1796,'3380',261,'present_wrap_8',7,0,0,1,0,0,8,-1,0,'','1','0'),(1797,'3381',261,'present_wrap_9',7,0,0,1,0,0,9,-1,0,'','1','0'),(1798,'3382',452,'val_basket',4,0,0,1,0,0,5,-1,0,'','1','0'),(1799,'3383',452,'teddy_pink',4,0,0,1,0,0,4,-1,0,'','1','0'),(1800,'3384',452,'teddy_pendergrass',4,0,0,1,0,0,3,-1,0,'','1','0'),(1801,'3385',452,'teddy_bear',4,0,0,1,0,0,2,-1,0,'','1','0'),(1802,'3386',452,'val_hSeat_1',4,0,0,1,0,0,6,-1,0,'','1','0'),(1803,'3387',452,'val_hSeat_2',4,0,0,1,0,0,7,-1,0,'','1','0'),(1804,'3388',452,'val_hSeat_3',4,0,0,1,0,0,8,-1,0,'','1','0'),(1805,'3389',452,'val_hSeat_4',4,0,0,1,0,0,9,-1,0,'','1','0'),(1806,'3390',452,'val_hSeat_5',4,0,0,1,0,0,10,-1,0,'','1','0'),(1807,'3391',452,'val_hSeat_6',4,0,0,1,0,0,10,-1,0,'','1','0'),(1808,'3392',452,'val_hSeat_7',4,0,0,1,0,0,11,-1,0,'','1','0'),(1809,'3393',452,'teddy_basic',4,0,0,1,0,0,1,-1,0,'','1','0'),(1810,'3394',50,'bling_fridge_restricted',10,0,0,1,0,0,31,10501,0,'','1','0'),(1811,'3395',542,'ads_percyrock',4,0,0,1,0,0,117,-1,0,'','1','0'),(1812,'3396',50,'bling_shwr',4,0,0,1,0,0,33,-1,0,'','1','0'),(1813,'3397',452,'val_table1',2,0,0,1,0,0,12,-1,0,'','1','0'),(1814,'3398',590,'rare_trex',4,0,0,1,0,0,8,-1,0,'','1','0'),(1815,'3399',30,'rare_ironmaiden',4,0,0,1,0,0,99,-1,0,'','1','0'),(1816,'3400',590,'crystal_patch',4,0,0,1,0,0,18,-1,0,'','1','0'),(1817,'3401',590,'beanstalk',4,0,0,1,0,0,21,-1,0,'','1','0'),(1818,'3402',590,'rare_mmmth',4,0,0,1,0,0,10,-1,0,'','1','0'),(1819,'3403',590,'rare_vdoll',4,0,0,1,0,0,7,-1,0,'','1','0'),(1820,'3404',401,'garden_mursu',4,0,0,1,0,0,14,-1,0,'','1','0'),(1821,'3405',401,'garden_jyrki',4,0,0,1,0,0,7,-1,0,'','1','0'),(1822,'3406',401,'garden_seed',4,0,0,1,0,0,15,-1,0,'','1','0'),(1823,'3407',401,'garden_lupin3',4,0,0,1,0,0,10,-1,0,'','1','0'),(1824,'3408',401,'garden_mursu3',4,0,0,1,0,0,14,-1,0,'','1','0'),(1825,'3409',401,'garden_flo2',4,0,0,1,0,0,2,-1,0,'','1','0'),(1826,'3410',683,'prizetrophy_thumb',4,0,0,1,0,0,99,-1,0,'','1','0'),(1827,'3411',401,'garden_lupin5',4,0,0,1,0,0,12,-1,0,'','1','0'),(1828,'3412',401,'garden_mursu2',4,0,0,1,0,0,13,-1,0,'','1','0'),(1829,'3413',401,'garden_orchtree',4,0,0,1,0,0,18,-1,0,'','1','0'),(1830,'3414',401,'garden_mursu4',4,0,0,1,0,0,17,-1,0,'','1','0'),(1831,'3415',401,'garden_flolamp',4,0,0,1,0,0,4,-1,0,'','1','0'),(1832,'3416',401,'garden_lupin2',4,0,0,1,0,0,10,-1,0,'','1','0'),(1833,'3417',401,'garden_staringbush',4,0,0,1,0,0,19,-1,0,'','1','0'),(1834,'3418',401,'garden_flo1',4,0,0,1,0,0,1,-1,0,'','1','0'),(1835,'3419',401,'garden_lupin4',4,0,0,1,0,0,11,-1,0,'','1','0'),(1836,'3420',401,'garden_flytrap',4,0,0,1,0,0,5,-1,0,'','1','0'),(1837,'3421',401,'garden_lupin1',4,0,0,1,0,0,9,-1,0,'','1','0'),(1838,'3422',401,'garden_jungle',4,0,0,1,0,0,6,-1,0,'','1','0'),(1839,'3423',534,'ads_grefusa_yum',4,0,0,1,0,0,25,-1,0,'','1','0'),(1840,'3424',401,'garden_volcano',4,0,0,1,0,0,20,-1,0,'','1','0'),(1841,'3425',401,'garden_leaves',4,0,0,1,0,0,8,-1,0,'','1','0'),(1842,'3426',401,'garden_flo3',4,0,0,1,0,0,3,-1,0,'','1','0'),(1843,'3427',53,'runway_bigchr_2',4,0,0,1,0,0,3,-1,0,'','1','0'),(1844,'3428',352,'hc2_vase',10,1,5,1,0,0,11,-1,0,'','1','1'),(1845,'3429',53,'runway_chair_2',2,0,0,1,0,0,10,-1,0,'','1','0'),(1846,'3430',352,'hc2_cart',10,1,5,1,0,0,5,-1,0,'','1','1'),(1847,'3431',352,'hc3_divider',10,1,5,1,0,0,5,-1,0,'','1','1'),(1848,'3432',53,'runway_head',4,0,0,1,0,0,20,-1,0,'','1','0'),(1849,'3433',53,'runway_block_1',4,0,0,1,0,0,7,-1,0,'','1','0'),(1850,'3434',352,'hc2_sofatbl',10,1,5,1,0,0,10,-1,0,'','1','1'),(1851,'3435',53,'runway_bigchr_4',4,0,0,1,0,0,5,-1,0,'','1','0'),(1852,'3436',352,'hc2_armchair',10,1,5,1,0,0,1,-1,0,'','1','1'),(1853,'3437',53,'runway_manqn_1',4,0,0,1,0,0,21,-1,0,'','1','0'),(1854,'3438',352,'hc3_shelf',10,1,5,1,0,0,8,-1,0,'','1','1'),(1855,'3439',352,'hc2_barchair',10,1,5,1,0,0,2,-1,0,'','1','1'),(1856,'3440',352,'hc2_carpet',10,1,5,1,0,0,4,-1,0,'','1','1'),(1857,'3441',352,'hc3_sofa',10,1,5,1,0,0,9,-1,0,'','1','1'),(1858,'3442',53,'runway_stool',4,0,0,1,0,0,25,-1,0,'','1','0'),(1859,'3443',53,'runway_block_2',4,0,0,1,0,0,8,-1,0,'','1','0'),(1860,'3444',53,'runway_table_2',4,0,0,1,0,0,27,-1,0,'','1','0'),(1861,'3445',352,'hc3_bard',10,1,5,1,0,0,3,-1,0,'','1','1'),(1862,'3446',352,'hc2_biglamp',10,1,5,1,0,0,3,-1,0,'','1','1'),(1863,'3447',352,'hc3_hugelamp',10,1,5,1,0,0,6,-1,0,'','1','1'),(1864,'3448',352,'hc3_stool',10,1,5,1,0,0,10,-1,0,'','1','1'),(1865,'3449',352,'hc2_divider',10,1,5,1,0,0,7,-1,0,'','1','1'),(1866,'3450',352,'hc2_coffee',10,1,5,1,0,0,6,-1,0,'','1','1'),(1867,'3451',53,'runway_chair_1',2,0,0,1,0,0,10,-1,0,'','1','0'),(1868,'3452',352,'hc2_sofa',10,1,5,1,0,0,10,-1,0,'','1','1'),(1869,'3453',553,'ads_cheetos',4,0,0,1,0,0,1,-1,0,'','1','0'),(1870,'3454',53,'runway_bigchr_3',4,0,0,1,0,0,4,-1,0,'','1','0'),(1871,'3455',492,'merger_chest',4,0,0,1,0,0,14,-1,0,'','1','0'),(1872,'3456',53,'runway_dvdr',4,0,0,1,0,0,13,-1,0,'','1','0'),(1873,'3457',53,'runway_display',4,0,0,1,0,0,14,-1,0,'','1','0'),(1874,'3458',352,'hc2_frplc',10,1,5,1,0,0,9,-1,0,'','1','1'),(1875,'3459',352,'hc2_dvn',10,1,5,1,0,0,8,-1,0,'','1','1'),(1876,'3460',53,'runway_table_1',4,0,0,1,0,0,16,-1,0,'','1','0'),(1877,'3461',352,'hc3_dc',10,1,5,1,0,0,4,-1,0,'','1','1'),(1878,'3462',53,'runway_bigchr_1',4,0,0,1,0,0,2,-1,0,'','1','0'),(1879,'3463',53,'runway_bigchr_5',4,0,0,1,0,0,6,-1,0,'','1','0'),(1880,'3464',53,'runway_bench',4,0,0,1,0,0,1,-1,0,'','1','0'),(1881,'3465',352,'hc3_light',10,1,5,1,0,0,7,-1,0,'','1','1'),(1882,'3466',352,'hc3_table',10,1,5,1,0,0,11,-1,0,'','1','1'),(1883,'3467',53,'runway_manqn_2',4,0,0,1,0,0,15,-1,0,'','1','0'),(1884,'3468',492,'cmp_fish_s',4,0,0,1,0,0,6,-1,0,'','1','0'),(1885,'3469',492,'cmp_fish_bk',4,0,0,1,0,0,2,-1,0,'','1','0'),(1886,'3470',352,'hc3_stereo',10,1,5,1,0,0,10,-1,0,'','1','1'),(1887,'3471',492,'cmp_nobox_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(1888,'3472',492,'cmp_fish_b',4,0,0,1,0,0,1,-1,0,'','1','0'),(1889,'3473',492,'cmp_nobox_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(1890,'3474',492,'cmp_fish_gr',4,0,0,1,0,0,4,-1,0,'','1','0'),(1891,'3475',492,'cmp_fish_g',4,0,0,1,0,0,3,-1,0,'','1','0'),(1892,'3476',492,'cmp_nobox',4,0,0,1,0,0,99,-1,0,'','1','0'),(1893,'3477',492,'cmp_fish_r',4,0,0,1,0,0,5,-1,0,'','1','0'),(1894,'3478',492,'cmp_sub',4,0,0,1,0,0,99,-1,0,'','1','0'),(1895,'3479',352,'hc3_vase',10,1,5,1,0,0,12,-1,0,'','1','1'),(1896,'3480',33,'party_crate2_1',4,0,0,1,0,0,5,-1,0,'','1','0'),(1897,'3481',33,'party_crate1_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(1898,'3482',249,'wed_plant',4,0,0,1,0,0,99,-1,0,'','1','0'),(1899,'3483',249,'wed_arch',4,0,0,1,0,0,99,-1,0,'','1','0'),(1900,'3484',33,'party_djset',4,0,0,1,0,0,99,-1,0,'','1','0'),(1901,'3485',33,'party_crate1_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(1902,'3486',546,'ads_chocapic',4,0,0,1,0,0,7,-1,0,'','1','0'),(1903,'3487',33,'party_crate1_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(1904,'3488',249,'wed_icesculp',4,0,0,1,0,0,3,-1,0,'','1','0'),(1905,'3489',33,'party_crate1_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(1906,'3490',33,'party_crate2_2',4,0,0,1,0,0,6,-1,0,'','1','0'),(1907,'3491',33,'party_crate2_3',4,0,0,1,0,0,7,-1,0,'','1','0'),(1908,'3492',33,'party_crate2_4',4,0,0,1,0,0,8,-1,0,'','1','0'),(1909,'3493',249,'wed_carsofa',3,0,0,1,0,0,2,-1,0,'','1','0'),(1910,'3494',523,'fball_bench',1,150,0,1,0,0,9,-1,0,'','1','0'),(1911,'3495',523,'fball_fnc3',3,0,0,1,0,0,14,-1,0,'','1','0'),(1912,'3496',523,'fball_score_b',2,0,0,1,0,0,18,-1,0,'','1','0'),(1913,'3497',523,'fball_ball3',15,0,0,1,0,0,5,-1,0,'','1','0'),(1914,'3498',523,'fball_ptch5',3,0,0,1,0,0,17,-1,0,'','1','0'),(1915,'3499',523,'fball_light',6,0,0,1,0,0,15,-1,0,'','1','0'),(1916,'3500',523,'fball_audbench',6,0,0,1,0,0,1,-1,0,'','1','0'),(1917,'3501',523,'fball_fnc1',2,0,0,1,0,0,12,-1,0,'','1','0'),(1918,'3502',523,'fball_ptch8',3,0,0,1,0,0,33,-1,0,'','1','0'),(1919,'3503',523,'fball_crnr',2,0,0,1,0,0,11,-1,0,'','1','0'),(1920,'3504',523,'fball_ptch4',3,0,0,1,0,0,29,-1,0,'','1','0'),(1921,'3505',465,'fball_trophy',4,0,0,1,0,0,20,-1,0,'','1','0'),(1922,'3506',523,'fball_score_y',2,0,0,1,0,0,38,-1,0,'','1','0'),(1923,'3507',523,'fball_cote',3,0,0,1,0,0,10,-1,0,'','1','0'),(1924,'3508',523,'fball_ball',5,200,0,1,0,0,3,-1,0,'','1','0'),(1925,'3509',523,'fball_ptch7',3,0,0,1,0,0,32,-1,0,'','1','0'),(1926,'3510',523,'fball_ball2',15,0,0,1,0,0,4,-1,0,'','1','0'),(1927,'3511',523,'fball_ptch2',3,0,0,1,0,0,27,-1,0,'','1','0'),(1928,'3512',523,'fball_score_g',2,0,0,1,0,0,19,-1,0,'','1','0'),(1929,'3513',523,'fball_ptch3',3,0,0,1,0,0,28,-1,0,'','1','0'),(1930,'3514',523,'fball_goal_r',3,0,0,1,0,0,18,-1,0,'','1','0'),(1931,'3515',523,'fball_goal_b',3,0,0,1,0,0,14,-1,0,'','1','0'),(1932,'3516',523,'fball_gate',15,0,0,1,0,0,13,-1,0,'','1','0'),(1933,'3517',523,'fball_ptch6',3,0,0,1,0,0,31,-1,0,'','1','0'),(1934,'3518',465,'fball_ball5',4,0,0,1,0,0,7,-1,0,'','1','0'),(1935,'3519',523,'fball_goal_g',3,0,0,1,0,0,17,-1,0,'','1','0'),(1936,'3520',523,'fball_ptch0',3,0,0,1,0,0,25,-1,0,'','1','0'),(1937,'3521',523,'fball_ball4',15,0,0,1,0,0,6,-1,0,'','1','0'),(1938,'3522',523,'fball_score_r',2,0,0,1,0,0,37,-1,0,'','1','0'),(1939,'3523',523,'fball_goal_y',3,0,0,1,0,0,19,-1,0,'','1','0'),(1940,'3524',523,'fball_ptch1',3,0,0,1,0,0,16,-1,0,'','1','0'),(1941,'3525',523,'fball_counter',10,0,0,1,0,0,10,-1,0,'','1','0'),(1942,'3526',54,'prison_gate',4,0,0,1,0,0,99,-1,0,'','1','0'),(1943,'3527',403,'bw_boat',4,0,0,1,0,0,2,-1,0,'','1','0'),(1944,'3528',54,'prison_crnr',4,0,0,1,0,0,99,-1,0,'','1','0'),(1945,'3529',403,'bw_lgchair',2,0,0,1,0,0,18,-1,0,'','1','0'),(1946,'3530',403,'bw_water_1',4,0,0,1,0,0,20,-1,0,'','1','0'),(1947,'3531',54,'prison_tower',4,0,0,1,0,0,99,-1,0,'','1','0'),(1948,'3532',54,'prison_dvdr2',4,0,0,1,0,0,99,-1,0,'','1','0'),(1949,'3533',403,'bw_sofa',3,0,0,1,0,0,32,-1,0,'','1','0'),(1950,'3534',54,'prison_dvdr1',4,0,0,1,0,0,99,-1,0,'','1','0'),(1951,'3535',537,'ads_capri_chair',4,0,0,1,0,0,23,-1,0,'','1','0'),(1952,'3536',537,'ads_capri_lava',4,0,0,1,0,0,24,-1,0,'','1','0'),(1953,'3537',54,'prison_stone',4,0,0,1,0,0,99,-1,0,'','1','0'),(1954,'3538',403,'bw_fin',4,0,0,1,0,0,10,-1,0,'','1','0'),(1955,'3539',403,'bw_ccnuts',4,0,0,1,0,0,5,-1,0,'','1','0'),(1956,'3540',403,'bw_shower',4,0,0,1,0,0,31,-1,0,'','1','0'),(1957,'3541',403,'bw_water_2',4,0,0,1,0,0,40,-1,0,'','1','0'),(1958,'3542',403,'bw_croc',4,0,0,1,0,0,9,-1,0,'','1','0'),(1959,'3543',403,'bw_sboard',4,0,0,1,0,0,28,-1,0,'','1','0'),(1960,'3544',403,'bw_chair',2,0,0,1,0,0,6,-1,0,'','1','0'),(1961,'3545',403,'bw_table',5,0,0,1,0,0,18,-1,0,'','1','0'),(1962,'3546',537,'ads_capri_tree',4,0,0,1,0,0,25,-1,0,'','1','0'),(1963,'3547',403,'bw_bball',4,0,0,1,0,0,1,-1,0,'','1','0'),(1964,'3548',403,'bw_mttrss',4,0,0,1,0,0,19,-1,0,'','1','0'),(1965,'3549',403,'bw_van',4,0,0,1,0,0,-1,-1,0,'','1','0'),(1966,'3550',403,'bw_tele',4,0,0,1,0,0,38,-1,0,'','1','0'),(1967,'3551',403,'bw_fnc_crnr',4,0,0,1,0,0,11,-1,0,'','1','0'),(1968,'3552',403,'bw_fnc',4,0,0,1,0,0,10,-1,0,'','1','0'),(1969,'3553',537,'ads_capri_arcade',4,0,0,1,0,0,15,-1,0,'','1','0'),(1970,'3554',351,'ads_pepsi0',4,0,0,1,0,0,15,-1,0,'','1','0'),(1971,'3555',403,'bw_boat_p',4,0,0,1,0,0,4,-1,0,'','1','0'),(1972,'3556',403,'bw_pool_a3',4,0,0,1,0,0,24,-1,0,'','1','0'),(1973,'3557',403,'bw_fnc_g',4,0,0,1,0,0,13,-1,0,'','1','0'),(1974,'3558',403,'bw_mttrss_g',4,0,0,1,0,0,20,-1,0,'','1','0'),(1975,'3559',403,'bw_mttrss_p',4,0,0,1,0,0,21,-1,0,'','1','0'),(1976,'3560',403,'bw_pool_b1',4,0,0,1,0,0,25,-1,0,'','1','0'),(1977,'3561',403,'bw_sofa_p',3,0,0,1,0,0,34,-1,0,'','1','0'),(1978,'3562',403,'bw_sboard_g',4,0,0,1,0,0,29,-1,0,'','1','0'),(1979,'3563',403,'bw_fnc_crnr_g',4,0,0,1,0,0,12,-1,0,'','1','0'),(1980,'3564',403,'bw_pool_a2',4,0,0,1,0,0,23,-1,0,'','1','0'),(1981,'3565',403,'bw_pool_b2',4,0,0,1,0,0,16,-1,0,'','1','0'),(1982,'3566',403,'bw_table_g',5,0,0,1,0,0,19,-1,0,'','1','0'),(1983,'3567',403,'bw_chair_p',2,0,0,1,0,0,8,-1,0,'','1','0'),(1984,'3568',403,'bw_boat_g',4,0,0,1,0,0,3,-1,0,'','1','0'),(1985,'3569',403,'bw_fnc_p',4,0,0,1,0,0,14,-1,0,'','1','0'),(1986,'3570',403,'bw_van_p',4,0,0,1,0,0,-3,-1,0,'','1','0'),(1987,'3571',403,'bw_sboard_p',4,0,0,1,0,0,17,-1,0,'','1','0'),(1988,'3572',403,'bw_chair_g',2,0,0,1,0,0,7,-1,0,'','1','0'),(1989,'3573',403,'bw_pool_b3',4,0,0,1,0,0,27,-1,0,'','1','0'),(1990,'3574',403,'bw_van_g',4,0,0,1,0,0,-2,-1,0,'','1','0'),(1991,'3575',403,'bw_sofa_g',3,0,0,1,0,0,33,-1,0,'','1','0'),(1992,'3576',403,'bw_fnc_crnr_p',4,0,0,1,0,0,14,-1,0,'','1','0'),(1993,'3577',403,'bw_pool_a1',4,0,0,1,0,0,15,-1,0,'','1','0'),(1994,'3578',403,'bw_table_p',5,0,0,1,0,0,37,-1,0,'','1','0'),(1995,'3579',68,'african_fence',4,0,0,1,0,0,99,-1,0,'','1','0'),(1996,'3580',59,'ktchn10_pot',4,0,0,1,0,0,3,-1,0,'','1','0'),(1997,'3581',59,'ktchn10_stove',4,0,0,1,0,0,5,-1,0,'','1','0'),(1998,'3582',66,'easel_0',4,0,0,1,0,0,0,-1,0,'','1','0'),(1999,'3583',52,'petfood15',0,75,0,1,0,0,1,-1,0,'','1','0'),(2000,'3584',68,'african_tree1',4,0,0,1,0,0,99,-1,0,'','1','0'),(2001,'3585',553,'ads_cheetos_hotdog',4,0,0,1,0,0,2,-1,0,'','1','0'),(2002,'3586',444,'hosptl_cab1',10,0,0,1,0,0,99,-1,0,'','1','0'),(2003,'3587',115,'nest_lion2',2,0,0,1,0,0,18,-1,0,'','1','0'),(2004,'3588',444,'hosptl_curtain',4,0,0,1,0,0,99,-1,0,'','1','0'),(2005,'3589',59,'ktchn10_block',4,0,0,1,0,0,1,-1,0,'','1','0'),(2006,'3590',444,'hosptl_bed',3,0,0,1,0,0,99,-1,0,'','1','0'),(2007,'3591',444,'hosptl_bbag',3,0,0,1,0,0,99,-1,0,'','1','0'),(2008,'3592',59,'ktchn10_tea',4,0,0,1,0,0,6,-1,0,'','1','0'),(2009,'3593',553,'ads_cheetos_bath',4,0,0,1,0,0,3,-1,0,'','1','0'),(2010,'3594',66,'easel_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(2011,'3595',408,'tiki_gate',4,0,0,1,0,0,8,-1,0,'','1','0'),(2012,'3596',66,'easel_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(2013,'3597',115,'nest_rhino',2,0,0,1,0,0,34,-1,0,'','1','0'),(2014,'3598',346,'ads_oc_soda_cherry',4,0,0,1,0,0,34,-1,0,'','0','0'),(2015,'3599',52,'petfood14',3,0,0,1,0,0,13,-1,0,'','1','0'),(2016,'3600',66,'easel_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(2017,'3601',115,'nest_lion',2,0,0,1,0,0,33,-1,0,'','1','0'),(2018,'3602',68,'african_patch',4,0,0,1,0,0,99,-1,0,'','1','0'),(2019,'3603',66,'easel_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(2020,'3604',444,'hosptl_skele',4,0,0,1,0,0,99,-1,0,'','1','0'),(2021,'3605',68,'african_tree2',4,0,0,1,0,0,99,-1,0,'','1','0'),(2022,'3606',444,'hosptl_defibs',4,0,0,1,0,0,99,10500,0,'','1','0'),(2023,'3607',68,'african_stage',4,0,0,1,0,0,99,-1,0,'','1','0'),(2024,'3608',444,'hosptl_cab2',10,0,0,1,0,0,99,-1,0,'','1','0'),(2025,'3609',68,'african_bones',4,0,0,1,0,0,99,-1,0,'','1','0'),(2026,'3610',444,'hosptl_light',4,0,0,1,0,0,99,-1,0,'','1','0'),(2027,'3611',444,'hosptl_seat',4,0,0,1,0,0,99,-1,0,'','1','0'),(2028,'3612',59,'ktchn10_sink',4,0,0,1,0,0,4,-1,0,'','1','0'),(2029,'3613',562,'ads_disney_tv',4,0,0,1,0,0,35,-1,0,'','0','0'),(2030,'3614',45,'bb_crnr',2,0,0,1,0,0,14,-1,0,'','0','0'),(2031,'3615',45,'bb_score_b',5,0,0,1,0,0,5,-1,0,'','1','0'),(2032,'3616',45,'bb_robo',5,0,0,1,0,0,21,-1,0,'','1','0'),(2033,'3617',45,'bb_dragon',5,0,0,1,0,0,20,-1,0,'','1','0'),(2034,'3618',45,'bb_ducklight',3,0,0,1,0,0,30,-1,0,'','1','0'),(2035,'3619',45,'bb_caterhead',2,0,0,1,0,0,23,-1,0,'','1','0'),(2036,'3620',45,'bb_cargobox',3,0,0,1,0,0,22,-1,0,'','1','0'),(2037,'3621',45,'bb_gate_g',5,0,0,1,0,0,9,-1,0,'','1','0'),(2038,'3622',45,'bb_crchair3',3,0,0,1,0,0,28,-1,0,'','1','0'),(2039,'3623',45,'bb_score_g',5,0,0,1,0,0,6,-1,0,'','1','0'),(2040,'3624',45,'bb_crchair',3,0,0,1,0,0,27,-1,0,'','1','0'),(2041,'3625',45,'bb_crchair2',3,0,0,1,0,0,29,-1,0,'','1','0'),(2042,'3626',45,'bb_score_y',5,0,0,1,0,0,7,-1,0,'','1','0'),(2043,'3627',45,'bb_knj1',2,0,0,1,0,0,25,-1,0,'','1','0'),(2044,'3628',45,'bb_gate_r',5,0,0,1,0,0,10,-1,0,'','1','0'),(2045,'3629',45,'bb_tddhnd',2,0,0,1,0,0,31,-1,0,'','1','0'),(2046,'3630',45,'bb_lightdiv',2,0,0,1,0,0,32,-1,0,'','1','0'),(2047,'3631',45,'bb_tddhead',3,0,0,1,0,0,30,-1,0,'','1','0'),(2048,'3632',45,'bb_pyramid',3,0,0,1,0,0,19,-1,0,'','1','0'),(2049,'3633',45,'bb_patch1',1,0,0,1,0,0,16,-1,0,'','1','0'),(2050,'3634',45,'bb_fnc1',3,0,0,1,0,0,13,-1,0,'','1','0'),(2051,'3635',45,'bb_gate_y',5,0,0,1,0,0,11,-1,0,'','1','0'),(2052,'3636',391,'hween10_zombie',10,0,0,1,0,0,16,-1,0,'','1','0'),(2053,'3637',45,'bb_apparatus',8,0,0,1,0,0,3,-1,0,'','1','0'),(2054,'3638',45,'bb_caterbody',2,0,0,1,0,0,24,-1,0,'','1','0'),(2055,'3639',45,'bb_knj2',2,0,0,1,0,0,26,-1,0,'','0','0'),(2056,'3640',45,'bb_fnc1',2,0,0,1,0,0,12,-1,0,'','1','0'),(2057,'3641',45,'bb_puck',5,0,0,1,0,0,15,-1,0,'','1','0'),(2058,'3642',45,'bb_rnd_tele',0,150,0,1,0,0,1,-1,0,'','1','0'),(2059,'3643',45,'bb_gate_b',5,0,0,1,0,0,8,-1,0,'','1','0'),(2060,'3644',45,'bb_score_r',5,0,0,1,0,0,4,-1,0,'','1','0'),(2061,'3645',45,'bb_counter',3,250,0,1,0,0,2,-1,0,'','1','0'),(2062,'3646',391,'hween10_tarot',4,0,0,1,0,0,21,-1,0,'','1','0'),(2063,'3647',391,'hween10_voodoo1',4,0,0,1,0,0,7,-1,0,'','1','0'),(2064,'3648',391,'hween10_tree',4,0,0,1,0,0,24,-1,0,'','1','0'),(2065,'3649',391,'hween10_swamp',4,0,0,1,0,0,20,-1,0,'','1','0'),(2066,'3650',391,'hween10_pond',4,0,0,1,0,0,17,-1,0,'','1','0'),(2067,'3651',391,'hween10_jar',4,0,0,1,0,0,13,-1,0,'','1','0'),(2068,'3652',391,'hween10_fog',4,0,0,1,0,0,12,-1,0,'','1','0'),(2069,'3653',391,'hween10_voodoo2',4,0,0,1,0,0,8,-1,0,'','1','0'),(2070,'3654',391,'hween10_skullpost',4,0,0,1,0,0,19,-1,0,'','1','0'),(2071,'3655',391,'hween10_voodoo3',4,0,0,1,0,0,9,-1,0,'','1','0'),(2072,'3656',391,'hween10_logs',4,0,0,1,0,0,14,-1,0,'','1','0'),(2073,'3657',391,'hween10_ffly',4,0,0,1,0,0,11,-1,0,'','1','0'),(2074,'3658',391,'hween10_chicken',4,0,0,1,0,0,10,-1,0,'','1','0'),(2075,'3659',391,'hween10_tele',4,0,0,1,0,0,15,-1,0,'','1','0'),(2076,'3660',391,'hween10_throne',4,0,0,1,0,0,0,-1,0,'','1','0'),(2077,'3661',391,'hween10_portch',4,0,0,1,0,0,18,-1,0,'','1','0'),(2078,'3662',391,'hween10_bat',4,0,0,1,0,0,10,-1,0,'','1','0'),(2079,'3663',64,'wf_act_move_rotate',4,0,0,1,0,0,11,-1,0,'','1','0'),(2080,'3664',211,'wf_wire2',4,0,0,1,0,0,8,-1,0,'','1','0'),(2081,'3665',65,'wf_cnd_time_more_than',5,0,0,1,0,0,17,-1,0,'','1','0'),(2082,'3666',211,'wf_colortile',2,0,0,1,0,0,12,-1,0,'','1','0'),(2083,'3667',211,'wf_floor_switch2',4,0,0,1,0,0,6,-1,0,'','1','0'),(2084,'3668',63,'wf_trg_state_changed',4,0,0,1,0,0,6,-1,0,'','1','0'),(2085,'3669',64,'wf_xtra_random',5,0,0,1,0,0,17,-1,0,'','1','0'),(2086,'3670',64,'wf_xtra_unseen',5,0,0,1,0,0,18,-1,0,'','1','0'),(2087,'3671',63,'wf_trg_periodically',6,0,0,1,0,0,8,-1,0,'','1','0'),(2088,'3672',211,'wf_pyramid',4,0,0,1,0,0,14,-1,0,'','1','0'),(2089,'3673',63,'wf_trg_score_achieved',5,0,0,1,0,0,10,-1,0,'','1','0'),(2090,'3674',64,'Product_wf_promo10',6,0,0,1,0,0,2,-1,0,'','1','0'),(2091,'3675',63,'wf_trg_says_something',4,0,0,1,0,0,5,-1,0,'','1','0'),(2092,'3676',211,'wf_colorwheel',4,0,0,1,0,0,99,-1,0,'','1','0'),(2093,'3677',211,'wf_wire4',4,0,0,1,0,0,10,-1,0,'','1','0'),(2094,'3678',63,'wf_trg_walks_off_furni',4,0,0,1,0,0,2,-1,0,'','1','0'),(2095,'3679',63,'wf_trg_game_starts',6,0,0,1,0,0,9,-1,0,'','1','0'),(2096,'3680',63,'wf_trg_game_ends',5,0,0,1,0,0,10,-1,0,'','1','0'),(2097,'3681',64,'wf_act_show_message',4,0,0,1,0,0,10,-1,0,'','1','0'),(2098,'3682',65,'wf_cnd_time_less_than',5,0,0,1,0,0,14,-1,0,'','1','0'),(2099,'3683',63,'Product_wf_promo9',5,0,0,1,0,0,7,-1,0,'','1','0'),(2100,'3684',346,'ads_hh_safe',4,0,0,1,0,0,38,-1,0,'','0','0'),(2101,'3685',64,'Product_wf_promo5',4,0,0,1,0,0,1,-1,0,'','1','0'),(2102,'3686',211,'wf_firegate',5,0,0,1,0,0,3,-1,0,'','1','0'),(2103,'3687',211,'wf_ringplate',2,0,0,1,0,0,5,-1,0,'','1','0'),(2104,'3688',211,'wf_pressureplate',2,0,0,1,0,0,4,-1,0,'','1','0'),(2105,'3689',211,'wf_glowball',4,0,0,1,0,0,11,-1,0,'','1','0'),(2106,'3690',361,'bb_lightstrip',4,0,0,1,0,0,111,-1,0,'','0','0'),(2107,'3691',64,'wf_act_reset_timers',6,0,0,1,0,0,13,-1,0,'','1','0'),(2108,'3692',65,'wf_cnd_furnis_hv_avtrs',5,0,0,1,0,0,12,-1,0,'','1','0'),(2109,'3693',211,'wf_arrowplate',2,0,0,1,0,0,10,-1,0,'','1','0'),(2110,'3694',65,'wf_cnd_trggrer_on_frn',5,0,0,1,0,0,18,-1,0,'','1','0'),(2111,'3695',65,'wf_cnd_match_snapshot',5,0,0,1,0,0,14,-1,0,'','1','0'),(2112,'3696',211,'wf_wire1',4,0,0,1,0,0,7,-1,0,'','1','0'),(2113,'3697',64,'wf_act_give_score',10,0,0,1,0,0,14,-1,0,'','1','0'),(2114,'3698',211,'wf_wire3',4,0,0,1,0,0,9,-1,0,'','1','0'),(2115,'3699',211,'wf_glassdoor',0,150,0,1,0,0,2,-1,0,'','1','0'),(2116,'3700',64,'wf_act_match_to_sshot',8,0,0,1,0,0,12,-1,0,'','1','0'),(2117,'3701',211,'wf_floor_switch1',0,75,0,1,0,0,1,-1,0,'','1','0'),(2118,'3702',63,'',5,0,0,1,0,0,11,-1,0,'','1','0'),(2119,'3703',63,'wf_trg_walks_on_furni',4,0,0,1,0,0,1,-1,0,'','1','0'),(2120,'3704',304,'exe_copier',4,0,0,1,0,0,9,10500,0,'','1','0'),(2121,'3705',304,'exe_wrkdesk',5,0,0,1,0,0,28,-1,0,'','1','0'),(2122,'3706',304,'exe_glassdvdr',4,0,0,1,0,0,13,-1,0,'','1','0'),(2123,'3707',304,'exe_seccam',4,0,0,1,0,0,15,10500,0,'','1','0'),(2124,'3708',504,'qt_penguin_icehockey',3,0,0,1,0,0,99,-1,0,'','1','0'),(2125,'3709',724,'duck_vip',4,0,0,1,0,0,1,-1,0,'','1','1'),(2126,'3710',239,'duck_hc',4,0,0,1,0,0,0,-1,0,'','1','1'),(2127,'3711',504,'qt_penguin_ballet',3,0,0,1,0,0,99,-1,0,'','1','0'),(2128,'3712',477,'es_bench',4,0,0,1,0,0,8,-1,0,'','1','0'),(2129,'3713',477,'es_icestar',4,0,0,1,0,0,12,-1,0,'','1','0'),(2130,'3714',477,'es_fnc_2',4,0,0,1,0,0,10,-1,0,'','1','0'),(2131,'3715',478,'qt_xm10_monkey_lamp',4,0,0,1,0,0,19,-1,0,'','1','0'),(2132,'3716',477,'es_sidewalk',4,0,0,1,0,0,20,-1,0,'','1','0'),(2133,'3717',477,'es_statue',4,0,0,1,0,0,21,-1,0,'','1','0'),(2134,'3718',478,'qt_xm10_iceclubsofa',4,0,0,1,0,0,9,-1,0,'','1','0'),(2135,'3719',724,'qt_xm10_xmduck',4,0,0,1,0,0,24,-1,0,'','1','0'),(2136,'3720',478,'qt_xm10_palm_tree',4,0,0,1,0,0,21,-1,0,'','1','0'),(2137,'3721',477,'es_fnc_crnr',4,0,0,1,0,0,11,-1,0,'','1','0'),(2138,'3722',478,'qt_xm10_trex',4,0,0,1,0,0,23,-1,0,'','1','0'),(2139,'3723',477,'es_epictree',4,0,0,1,0,0,9,-1,0,'','1','0'),(2140,'3724',478,'qt_xm10_elephant',4,0,0,1,0,0,7,-1,0,'','1','0'),(2141,'3725',477,'es_wpost',4,0,0,1,0,0,23,-1,0,'','1','0'),(2142,'3726',478,'qt_xm10_gnome',4,0,0,1,0,0,8,-1,0,'','1','0'),(2143,'3727',676,'qt_xm10_iceduck',4,0,0,1,0,0,10,-1,0,'','1','0'),(2144,'3728',478,'qt_xm10_icetiger',4,0,0,1,0,0,17,-1,0,'','1','0'),(2145,'3729',477,'es_fnc_1',4,0,0,1,0,0,10,-1,0,'','1','0'),(2146,'3730',478,'Jifin tuoli',4,0,0,1,0,0,12,-1,0,'','1','0'),(2147,'3731',477,'es_icestar_g',4,0,0,1,0,0,14,-1,0,'','1','0'),(2148,'3732',478,'qt_xm10_icelupin',4,0,0,1,0,0,11,-1,0,'','1','0'),(2149,'3733',737,'prizetrophy_nrj_2011',0,75,0,1,0,0,99,-1,0,'','1','0'),(2150,'3734',478,'qt_xm10_iceteddy',4,0,0,1,0,0,14,-1,0,'','1','0'),(2151,'3735',477,'es_lmppst',4,0,0,1,0,0,17,-1,0,'','1','0'),(2152,'3736',415,'es_skating_ice',10,0,0,1,0,0,34,-1,0,'','1','0'),(2153,'3737',368,'qt_xm10_icepillar',3,0,0,1,0,0,99,-1,0,'','1','0'),(2154,'3738',477,'es_roaster',4,0,0,1,0,0,18,-1,0,'','1','0'),(2155,'3739',415,'es_puck',10,0,0,1,0,0,16,-1,0,'','1','0'),(2156,'3740',729,'es_santa',4,0,0,1,0,0,19,-1,0,'','1','0'),(2157,'3741',415,'es_tagging',3,250,0,1,0,0,19,-1,0,'','1','0'),(2158,'3742',478,'qt_xm10_nest',4,0,0,1,0,0,20,-1,0,'','1','0'),(2159,'3743',478,'qt_xm10_icesilotable',4,0,0,1,0,0,14,-1,0,'','1','0'),(2160,'3744',52,'petfood16',1,0,0,1,0,0,17,-1,0,'','1','0'),(2161,'3745',477,'es_icestar_r',4,0,0,1,0,0,13,-1,0,'','1','0'),(2162,'3746',368,'qt_xm10_icedragon',0,3600,5,1,0,1,21,-1,0,'','1','0'),(2163,'3747',478,'qt_xm10_stone',4,0,0,1,0,0,15,-1,0,'','1','0'),(2164,'3748',478,'qt_xm10_ice_fish',4,0,0,1,0,0,18,-1,0,'','1','0'),(2165,'3749',477,'es_icestar_y',4,0,0,1,0,0,14,-1,0,'','1','0'),(2166,'3750',478,'qt_xm10_bench',4,0,0,1,0,0,6,-1,0,'','1','0'),(2167,'3751',477,'xmas10_surprise',4,0,0,1,0,0,40,-1,0,'','0','0'),(2168,'3752',477,'xmas10_fireplace',4,0,0,1,0,0,24,-1,0,'','1','0'),(2169,'3753',38,'es_geysir',0,150,0,1,0,0,20,-1,0,'','1','0'),(2170,'3754',669,'xmas10_present',7,0,0,1,0,0,16,-1,0,'','1','0'),(2171,'3755',368,'qt_xm10_iceelephant',0,3600,5,1,0,0,20,-1,0,'','1','0'),(2172,'3756',38,'es_score_b',5,0,0,1,0,0,29,-1,0,'','1','0'),(2173,'3757',38,'es_tile',1,0,0,1,0,0,37,-1,0,'','1','0'),(2174,'3758',38,'es_box',3,0,0,1,0,0,5,-1,0,'','1','0'),(2175,'3759',38,'es_exit',3,0,0,1,0,0,11,-1,0,'','1','0'),(2176,'3760',38,'es_gate_r',5,0,0,1,0,0,18,-1,0,'','1','0'),(2177,'3761',38,'es_gate_g',5,0,0,1,0,0,17,-1,0,'','1','0'),(2178,'3762',38,'es_gate_b',5,0,0,1,0,0,14,-1,0,'','1','0'),(2179,'3763',38,'es_gate_y',5,0,0,1,0,0,19,-1,0,'','1','0'),(2180,'3764',38,'es_counter',3,250,0,1,0,0,10,-1,0,'','1','0'),(2181,'3765',38,'es_score_r',5,0,0,1,0,0,31,-1,0,'','1','0'),(2182,'3766',38,'es_score_g',5,0,0,1,0,0,17,-1,0,'','1','0'),(2183,'3767',38,'es_score_y',5,0,0,1,0,0,32,-1,0,'','1','0'),(2184,'3768',469,'year2011_waver_y',4,0,0,1,0,0,18,-1,0,'','1','0'),(2185,'3769',737,'prizetrophy_2011_w',0,75,0,1,0,0,99,-1,0,'','1','0'),(2186,'3770',477,'prizetrophy_2011_r',0,1,0,1,0,0,48,-1,0,'','1','0'),(2187,'3771',477,'prizetrophy_2011_y',0,1,0,1,0,0,50,-1,0,'','1','0'),(2188,'3772',469,'s',4,0,0,1,0,0,1,-1,0,'','1','0'),(2189,'3773',477,'prizetrophy_2011_b',0,1,0,1,0,0,23,-1,0,'','1','0'),(2190,'3774',469,'fireworks_03',4,0,0,1,0,0,3,10501,0,'','1','0'),(2191,'3775',477,'prizetrophy_2011_p',0,1,0,1,0,0,24,-1,0,'','1','0'),(2192,'3776',469,'fireworks_02',4,0,0,1,0,0,2,10500,0,'','1','0'),(2193,'3777',469,'year2011_waver_r',4,0,0,1,0,0,17,-1,0,'','1','0'),(2194,'3778',477,'prizetrophy_2011_g',0,1,0,1,0,0,46,-1,0,'','1','0'),(2195,'3779',469,'fireworks_05',4,0,0,1,0,0,5,10500,0,'','1','0'),(2196,'3780',469,'year2011_waver_g',4,0,0,1,0,0,14,-1,0,'','1','0'),(2197,'3781',469,'year2011_waver_b',4,0,0,1,0,0,13,-1,0,'','1','0'),(2198,'3782',469,'fireworks_07',4,0,0,1,0,0,7,-1,0,'','1','0'),(2199,'3783',469,'fireworks_06',4,0,0,1,0,0,6,10501,0,'','1','0'),(2200,'3784',469,'fireworks_04',4,0,0,1,0,0,4,-1,0,'','1','0'),(2201,'3785',50,'bling11_statue2',4,0,0,1,0,0,13,-1,0,'','1','0'),(2202,'3786',50,'bling11_slot',4,0,0,1,0,0,11,10500,0,'','1','0'),(2203,'3787',50,'bling11_towels',4,0,0,1,0,0,17,-1,0,'','1','0'),(2204,'3788',50,'bling11_rug1',4,0,0,1,0,0,8,-1,0,'','1','0'),(2205,'3789',50,'bling11_tele',4,0,0,1,0,0,14,-1,0,'','1','0'),(2206,'3790',50,'bling11_sofa',4,0,0,1,0,0,12,-1,0,'','1','0'),(2207,'3791',50,'bling11_statue1',4,0,0,1,0,0,14,-1,0,'','1','0'),(2208,'3792',460,'val11_floor',2,0,0,1,0,0,10,-1,0,'','1','0'),(2209,'3793',50,'bling11_dvd',4,0,0,1,0,0,3,-1,0,'','1','0'),(2210,'3794',50,'bling11_floor',2,0,0,1,0,0,5,-1,0,'','1','0'),(2211,'3795',50,'bling11_plant',4,0,0,1,0,0,7,-1,0,'','1','0'),(2212,'3796',302,'china_rabbit',4,0,0,1,0,0,3,-1,0,'','1','0'),(2213,'3797',50,'bling11_rug2',4,0,0,1,0,0,9,-1,0,'','1','0'),(2214,'3798',50,'bling11_dvn',4,0,0,1,0,0,4,-1,0,'','1','0'),(2215,'3799',50,'bling11_seat2',4,0,0,1,0,0,10,-1,0,'','1','0'),(2216,'3800',50,'bling11_seat1',4,0,0,1,0,0,10,-1,0,'','1','0'),(2217,'3801',50,'bling11_block',4,0,0,1,0,0,2,-1,0,'','1','0'),(2218,'3802',50,'bling11_pillar',4,0,0,1,0,0,6,-1,0,'','1','0'),(2219,'3803',635,'qt_val11_holoduck',0,3600,5,1,0,0,19,-1,0,'','1','0'),(2220,'3804',460,'val11_playa',4,0,0,1,0,0,10,-1,0,'','1','0'),(2221,'3805',459,'qt_val11_discoball',4,0,0,1,0,0,3,-1,0,'','1','0'),(2222,'3806',460,'val11_chair',2,0,0,1,0,0,9,-1,0,'','1','0'),(2223,'3807',459,'qt_val11_nest',4,0,0,1,0,0,8,-1,0,'','1','0'),(2224,'3808',115,'nest_terrarium',2,0,0,1,0,0,32,-1,0,'','1','0'),(2225,'3809',459,'qt_val11_duckformer',4,0,0,1,0,0,4,-1,0,'','1','0'),(2226,'3810',459,'qt_val11_jellychair',4,0,0,1,0,0,6,-1,0,'','1','0'),(2227,'3811',459,'qt_val11_jellyheart',4,0,0,1,0,0,7,-1,0,'','1','0'),(2228,'3812',460,'val11_rail',4,0,0,1,0,0,12,-1,0,'','1','0'),(2229,'3813',635,'qt_val11_holoheart',0,3600,5,1,0,0,18,-1,0,'','1','0'),(2230,'3814',346,'ads_leaf_teleport',4,0,0,1,0,0,19,-1,0,'','1','0'),(2231,'3815',543,'ads_sunnyvend',4,0,0,1,0,0,99,-1,0,'','1','0'),(2232,'3816',52,'petfood18',1,0,0,1,0,0,19,-1,0,'','1','0'),(2233,'3817',52,'petfood17',1,0,0,1,0,0,18,-1,0,'','1','0'),(2234,'3819',280,'limo_w_mid',4,0,0,1,0,0,-3,-1,0,'','1','1'),(2235,'3820',280,'limo_w_mid2',4,0,0,1,0,0,-2,-1,0,'','1','1'),(2236,'3821',52,'petfood19',2,0,0,1,0,0,20,-1,0,'','1','0'),(2237,'3822',280,'limo_w_back',4,0,0,1,0,0,-1,-1,0,'','1','1'),(2238,'3823',280,'limo_w_front',4,0,0,1,0,0,-4,-1,0,'','1','1'),(2239,'3824',30,'gothic_bed',4,0,0,1,0,0,4,-1,0,'','1','0'),(2240,'3825',30,'gothic_candles',4,0,0,1,0,0,10,-1,0,'','1','0'),(2241,'3826',30,'gothic_desk',5,0,0,1,0,0,21,-1,0,'','1','0'),(2242,'3827',534,'ads_grefu_trophy',4,0,0,1,0,0,5,-1,0,'','1','0'),(2243,'3828',30,'gothic_bowl',10,0,0,1,0,0,5,-1,0,'','1','0'),(2244,'3830',115,'nest_frog',2,0,0,1,0,0,31,-1,0,'','1','0'),(2245,'3831',115,'pond',2,0,0,1,0,0,17,-1,0,'','1','0'),(2246,'3832',635,'val11_present',7,0,0,1,0,0,25,-1,0,'','1','0'),(2247,'3833',225,'prizetrophy_cine',6,0,0,1,0,0,14,-1,0,'','1','0'),(2248,'3834',280,'cine_vipsign',4,0,0,1,0,0,21,-1,0,'','1','1'),(2249,'3835',50,'limo_b_mid3',10,0,0,1,0,0,44,-1,0,'','1','0'),(2250,'3836',50,'limo_b_mid2',4,0,0,1,0,0,22,-1,0,'','1','0'),(2251,'3837',50,'limo_b_front',4,0,0,1,0,0,21,-1,0,'','1','0'),(2252,'3838',50,'limo_b_mid',4,0,0,1,0,0,42,-1,0,'','1','0'),(2253,'3839',225,'cine_star',4,0,0,1,0,0,13,-1,0,'','1','0'),(2254,'3840',50,'limo_b_back',4,0,0,1,0,0,40,-1,0,'','1','0'),(2255,'3841',280,'cine_curtain',4,0,0,1,0,0,5,-1,0,'','1','0'),(2256,'3842',280,'cine_screen',4,0,0,1,0,0,13,-1,0,'','1','0'),(2257,'3843',280,'theatre_seat_g',4,0,0,1,0,0,24,-1,0,'','1','0'),(2258,'3844',280,'cine_tile',1,0,0,1,0,0,20,-1,0,'','1','0'),(2259,'3845',280,'cine_bench_b',4,0,0,1,0,0,2,-1,0,'','1','0'),(2260,'3846',280,'theatre_seat_b',4,0,0,1,0,0,23,-1,0,'','1','0'),(2261,'3847',280,'cine_roof',4,0,0,1,0,0,14,-1,0,'','1','0'),(2262,'3848',280,'cine_popcorn',10,0,0,1,0,0,11,10500,0,'','1','0'),(2263,'3849',280,'cine_bench',4,0,0,1,0,0,1,-1,0,'','1','0'),(2264,'3850',280,'cine_bench_g',4,0,0,1,0,0,3,-1,0,'','1','0'),(2265,'3851',280,'cine_ticket_booth',4,0,0,1,0,0,19,-1,0,'','1','0'),(2266,'3852',280,'cine_projector',4,0,0,1,0,0,12,-1,0,'','1','0'),(2267,'3853',211,'wf_box',2,0,0,1,0,0,18,-1,0,'','1','0'),(2268,'3854',211,'wf_maze',4,0,0,1,0,0,17,-1,0,'','1','0'),(2269,'3855',549,'ads_rangocactus',4,0,0,1,0,0,25,-1,0,'','1','0'),(2270,'3856',280,'cine_glass',4,0,0,1,0,0,7,-1,0,'','1','0'),(2271,'3857',65,'wf_cnd_has_furni_on',5,0,0,1,0,0,2,-1,0,'','1','0'),(2272,'3858',56,'cubie_lamp_b',4,0,0,1,0,0,19,-1,0,'','1','0'),(2273,'3859',56,'cubie_chair_b',2,0,0,1,0,0,7,-1,0,'','1','0'),(2274,'3860',56,'cubie_rug_b',4,0,0,1,0,0,21,-1,0,'','1','0'),(2275,'3861',56,'cubie_bigtable_b',5,0,0,1,0,0,5,-1,0,'','1','0'),(2276,'3862',56,'cubie_beanbag_p',4,0,0,1,0,0,2,-1,0,'','1','0'),(2277,'3863',56,'cubie_lamp_p',4,0,0,1,0,0,20,-1,0,'','1','0'),(2278,'3864',56,'cubie_sofaseat_p',4,0,0,1,0,0,18,-1,0,'','1','0'),(2279,'3865',56,'cubie_shelf_0_b',5,0,0,1,0,0,24,-1,0,'','1','0'),(2280,'3866',56,'cubie_shelf_4_p',5,0,0,1,0,0,33,-1,0,'','1','0'),(2281,'3867',56,'cubie_shelf_2_p',5,0,0,1,0,0,29,-1,0,'','1','0'),(2282,'3868',56,'cubie_bed_p',3,0,0,1,0,0,4,-1,0,'','1','0'),(2283,'3869',56,'cubie_stool_b',4,0,0,1,0,0,19,-1,0,'','1','0'),(2284,'3870',56,'cubie_rug_p',4,0,0,1,0,0,23,-1,0,'','1','0'),(2285,'3871',56,'cubie_bed_b',3,0,0,1,0,0,3,-1,0,'','1','0'),(2286,'3872',56,'cubie_shelf_3_b',5,0,0,1,0,0,17,-1,0,'','1','0'),(2287,'3873',56,'cubie_shelf_3_p',5,0,0,1,0,0,31,-1,0,'','1','0'),(2288,'3874',56,'cubie_shelf_1_p',5,0,0,1,0,0,27,-1,0,'','1','0'),(2289,'3875',56,'cubie_shelf_1_b',5,0,0,1,0,0,16,-1,0,'','1','0'),(2290,'3876',56,'cubie_bigtable_p',5,0,0,1,0,0,6,-1,0,'','1','0'),(2291,'3877',56,'cubie_beanbag_b',4,0,0,1,0,0,1,-1,0,'','1','0'),(2292,'3878',56,'cubie_stool_p',4,0,0,1,0,0,37,-1,0,'','1','0'),(2293,'3879',56,'cubie_chair_p',2,0,0,1,0,0,8,-1,0,'','1','0'),(2294,'3880',56,'cubie_table',4,0,0,1,0,0,38,-1,0,'','1','0'),(2295,'3881',56,'cubie_sofaseat_b',4,0,0,1,0,0,34,-1,0,'','1','0'),(2296,'3882',56,'cubie_shelf_4_b',5,0,0,1,0,0,32,-1,0,'','1','0'),(2297,'3883',56,'cubie_shelf_2_b',5,0,0,1,0,0,28,-1,0,'','1','0'),(2298,'3884',56,'cubie_shelf_0_p',5,0,0,1,0,0,25,-1,0,'','1','0'),(2299,'3885',683,'newbie_present',3,0,0,1,0,0,99,-1,0,'','1','0'),(2300,'3886',22,'tv_flat',4,0,0,1,0,0,13,-1,0,'','1','0'),(2301,'3887',57,'waasa_table2',4,0,0,1,0,0,14,-1,0,'','1','0'),(2302,'3888',22,'computer_flatscreen',4,0,0,1,0,0,14,-1,0,'','1','0'),(2303,'3889',57,'waasa_chair',2,0,0,1,0,0,3,-1,0,'','1','0'),(2304,'3890',57,'waasa_ship2',4,0,0,1,0,0,11,-1,0,'','1','0'),(2305,'3891',57,'waasa_ship1',4,0,0,1,0,0,10,-1,0,'','1','0'),(2306,'3892',57,'waasa_bunk_bed',4,0,0,1,0,0,2,-1,0,'','1','0'),(2307,'3893',22,'computer_laptop',4,0,0,1,0,0,1,-1,0,'','1','0'),(2308,'3894',22,'computer_old',4,0,0,1,0,0,2,-1,0,'','1','0'),(2309,'3895',57,'waasa_table1',2,0,0,1,0,0,12,-1,0,'','1','0'),(2310,'3896',57,'waasa_desk',5,0,0,1,0,0,5,-1,0,'','1','0'),(2311,'3897',632,'newbie_nest',4,0,0,1,0,0,41,-1,0,'','0','0'),(2312,'3898',57,'waasa_rug5',4,0,0,1,0,0,10,-1,0,'','1','0'),(2313,'3899',57,'waasa_rug1',4,0,0,1,0,0,6,-1,0,'','1','0'),(2314,'3900',57,'waasa_rug3',4,0,0,1,0,0,8,-1,0,'','1','0'),(2315,'3901',57,'waasa_aquarium',4,0,0,1,0,0,1,-1,0,'','1','0'),(2316,'3902',57,'waasa_rug4',4,0,0,1,0,0,9,-1,0,'','1','0'),(2317,'3903',57,'waasa_chair_wood',2,0,0,1,0,0,4,-1,0,'','1','0'),(2318,'3904',57,'waasa_rug2',4,0,0,1,0,0,7,-1,0,'','1','0'),(2319,'3905',253,'jukebox_big',9,10,5,1,0,0,99,10501,0,'','0','0'),(2320,'3906',115,'milkbowl',0,15,0,1,0,0,1,-1,0,'','1','0'),(2321,'3907',115,'petfood21',0,5,0,1,0,0,15,-1,0,'','1','0'),(2322,'3908',386,'easter11_basket',4,0,0,1,0,0,1,-1,0,'','1','0'),(2323,'3909',386,'easter11_grasspatch',4,0,0,1,0,0,2,-1,0,'','1','0'),(2324,'3910',562,'ads_wowpball',4,0,0,1,0,0,42,-1,0,'','0','0'),(2325,'3911',52,'pet_food_corn',1,0,0,1,0,0,31,-1,0,'','1','0'),(2326,'3912',115,'pet_toy_trampoline',2,0,0,1,0,0,43,-1,0,'','0','0'),(2327,'3913',115,'nest_chick',2,0,0,1,0,0,44,-1,0,'','0','0'),(2328,'3914',386,'easter11_tag',4,0,0,1,0,0,3,-1,0,'','1','0'),(2329,'3915',379,'easter11_tuip_g',4,0,0,1,0,0,5,-1,0,'','1','0'),(2330,'3916',379,'easter11_tuip_y',4,0,0,1,0,0,7,-1,0,'','1','0'),(2331,'3917',379,'easter11_mushroom4',4,0,0,1,0,0,4,-1,0,'','1','0'),(2332,'3918',379,'easter11_mushroom1',4,0,0,1,0,0,1,-1,0,'','1','0'),(2333,'3919',555,'kuurna_sofa',4,0,0,1,0,0,2,-1,0,'','1','0'),(2334,'3920',379,'easter11_mushroom3',4,0,0,1,0,0,3,-1,0,'','1','0'),(2335,'3921',379,'easter11_mushroom2',4,0,0,1,0,0,2,-1,0,'','1','0'),(2336,'3922',555,'kuurna_lamp',4,0,0,1,0,0,6,-1,0,'','1','0'),(2337,'3923',555,'kuurna_chair',4,0,0,1,0,0,5,-1,0,'','1','0'),(2338,'3924',555,'kuurna_mat',4,0,0,1,0,0,12,-1,0,'','1','0'),(2339,'3925',555,'kuurna_table1',4,0,0,1,0,0,4,-1,0,'','1','0'),(2340,'3926',555,'kuurna_table',4,0,0,1,0,0,1,-1,0,'','1','0'),(2341,'3927',382,'ads_suun',4,0,0,1,0,0,17,-1,0,'','1','0'),(2342,'3928',555,'kuurna_chair1',4,0,0,1,0,0,3,-1,0,'','1','0'),(2343,'3929',379,'easter11_tuip_p',4,0,0,1,0,0,6,-1,0,'','1','0'),(2344,'3930',69,'anna_divider_1',3,0,0,1,0,0,6,-1,0,'','1','0'),(2345,'3931',69,'anna_divider_2',3,0,0,1,0,0,7,-1,0,'','1','0'),(2346,'3932',69,'anna_divider_3',3,0,0,1,0,0,8,-1,0,'','1','0'),(2347,'3933',69,'anna_divider_4',3,0,0,1,0,0,9,-1,0,'','1','0'),(2348,'3934',69,'anna_divider_5',3,0,0,1,0,0,10,-1,0,'','1','0'),(2349,'3935',69,'anna_div_gate_1',4,0,0,1,0,0,14,-1,0,'','1','0'),(2350,'3936',69,'anna_div_gate_2',4,0,0,1,0,0,17,-1,0,'','1','0'),(2351,'3937',69,'anna_div_gate_3',4,0,0,1,0,0,18,-1,0,'','1','0'),(2352,'3938',69,'anna_div_gate_4',4,0,0,1,0,0,19,-1,0,'','1','0'),(2353,'3939',69,'anna_div_gate_5',4,0,0,1,0,0,20,-1,0,'','1','0'),(2354,'3940',69,'anna_chair_1',2,0,0,1,0,0,1,-1,0,'','1','0'),(2355,'3941',69,'anna_chair_2',2,0,0,1,0,0,2,-1,0,'','1','0'),(2356,'3942',69,'anna_chair_3',2,0,0,1,0,0,3,-1,0,'','1','0'),(2357,'3943',69,'anna_chair_4',2,0,0,1,0,0,4,-1,0,'','1','0'),(2358,'3944',69,'anna_chair_5',2,0,0,1,0,0,5,-1,0,'','1','0'),(2359,'3945',69,'anna_stool_1',4,0,0,1,0,0,21,-1,0,'','1','0'),(2360,'3946',69,'anna_stool_2',4,0,0,1,0,0,42,-1,0,'','1','0'),(2361,'3947',69,'anna_stool_3',4,0,0,1,0,0,22,-1,0,'','1','0'),(2362,'3948',69,'anna_stool_4',4,0,0,1,0,0,44,-1,0,'','1','0'),(2363,'3949',69,'anna_stool_5',4,0,0,1,0,0,23,-1,0,'','1','0'),(2364,'3950',69,'anna_table_1',5,0,0,1,0,0,46,-1,0,'','1','0'),(2365,'3951',69,'anna_table_2',5,0,0,1,0,0,24,-1,0,'','1','0'),(2366,'3952',69,'anna_table_3',5,0,0,1,0,0,48,-1,0,'','1','0'),(2367,'3953',69,'anna_table_4',5,0,0,1,0,0,49,-1,0,'','1','0'),(2368,'3954',69,'anna_table_5',5,0,0,1,0,0,50,-1,0,'','1','0'),(2369,'3955',69,'anna_rug_1',4,0,0,1,0,0,31,-1,0,'','1','0'),(2370,'3956',69,'anna_rug_2',4,0,0,1,0,0,32,-1,0,'','1','0'),(2371,'3957',69,'anna_rug_3',4,0,0,1,0,0,33,-1,0,'','1','0'),(2372,'3958',69,'anna_rug_4',4,0,0,1,0,0,34,-1,0,'','1','0'),(2373,'3959',69,'anna_rug_5',4,0,0,1,0,0,18,-1,0,'','1','0'),(2374,'3960',69,'anna_sofa_1',3,0,0,1,0,0,19,-1,0,'','1','0'),(2375,'3961',69,'anna_sofa_2',3,0,0,1,0,0,37,-1,0,'','1','0'),(2376,'3962',69,'anna_sofa_3',3,0,0,1,0,0,38,-1,0,'','1','0'),(2377,'3963',69,'anna_sofa_4',3,0,0,1,0,0,20,-1,0,'','1','0'),(2378,'3964',69,'anna_sofa_5',3,0,0,1,0,0,40,-1,0,'','1','0'),(2379,'3965',69,'anna_pill_1',4,0,0,1,0,0,16,-1,0,'','1','0'),(2380,'3966',69,'anna_pill_2',4,0,0,1,0,0,27,-1,0,'','1','0'),(2381,'3967',69,'anna_pill_3',4,0,0,1,0,0,28,-1,0,'','1','0'),(2382,'3968',69,'anna_pill_4',4,0,0,1,0,0,29,-1,0,'','1','0'),(2383,'3969',69,'anna_pill_5',4,0,0,1,0,0,17,-1,0,'','1','0'),(2384,'3970',69,'anna_lamp_1',4,0,0,1,0,0,21,-1,0,'','1','0'),(2385,'3971',69,'anna_lamp_2',4,0,0,1,0,0,15,-1,0,'','1','0'),(2386,'3972',69,'anna_lamp_3',4,0,0,1,0,0,23,-1,0,'','1','0'),(2387,'3973',69,'anna_lamp_4',4,0,0,1,0,0,24,-1,0,'','1','0'),(2388,'3974',69,'anna_lamp_5',4,0,0,1,0,0,25,-1,0,'','1','0'),(2389,'3975',69,'anna_div_crnr_1',4,0,0,1,0,0,10,-1,0,'','1','0'),(2390,'3976',69,'anna_div_crnr_2',4,0,0,1,0,0,11,-1,0,'','1','0'),(2391,'3977',69,'anna_div_crnr_3',4,0,0,1,0,0,12,-1,0,'','1','0'),(2392,'3978',69,'anna_div_crnr_4',4,0,0,1,0,0,14,-1,0,'','1','0'),(2393,'3979',69,'anna_div_crnr_5',4,0,0,1,0,0,13,-1,0,'','1','0'),(2394,'3980',282,'picnic_blanket_yel',4,0,0,1,0,0,54,-1,0,'','1','0'),(2395,'3981',282,'picnic_pillow_yel',4,0,0,1,0,0,29,-1,0,'','1','0'),(2396,'3982',282,'picnic_food1',4,0,0,1,0,0,28,-1,0,'','1','0'),(2397,'3983',22,'note_tag',4,0,0,1,0,0,4,-1,0,'','1','0'),(2398,'3984',282,'picnic_wfall',4,0,0,1,0,0,63,-1,0,'','1','0'),(2399,'3985',282,'picnic_blanket_blu',4,0,0,1,0,0,26,-1,0,'','1','0'),(2400,'3986',282,'picnic_food3',4,0,0,1,0,0,58,-1,0,'','1','0'),(2401,'3987',282,'picnic_blanket',4,0,0,1,0,0,25,-1,0,'','1','0'),(2402,'3988',282,'picnic_pillow_blu',4,0,0,1,0,0,60,-1,0,'','1','0'),(2403,'3989',282,'picnic_food2',4,0,0,1,0,0,57,-1,0,'','1','0'),(2404,'3990',282,'picnic_tele',4,0,0,1,0,0,30,-1,0,'','1','0'),(2405,'3991',282,'picnic_basket',4,0,0,1,0,0,51,-1,0,'','1','0'),(2406,'3992',282,'picnic_pillow',4,0,0,1,0,0,59,-1,0,'','1','0'),(2407,'3993',282,'picnic_chair',2,0,0,1,0,0,27,-1,0,'','1','0'),(2408,'3994',282,'picnic_3brds',4,0,0,1,0,0,50,-1,0,'','1','0'),(2409,'3995',52,'petfood23',1,0,0,1,0,0,24,-1,0,'','1','0'),(2410,'3996',40,'ads_background',7,0,0,1,0,0,10,-1,0,'','1','0'),(2411,'3997',451,'ads_kelloggs_statue',4,0,0,1,0,0,17,-1,0,'','1','0'),(2412,'3998',480,'race_trophy',4,0,0,1,0,0,99,-1,0,'','1','0'),(2413,'3999',185,'ads_kfp2statue',4,0,0,1,0,0,1,-1,0,'','1','0'),(2414,'4000',52,'petfood22',3,0,0,1,0,0,23,-1,0,'','1','0'),(2415,'4001',115,'nest_dragon',2,0,0,1,0,0,29,-1,0,'','1','0'),(2416,'4002',115,'ashtree',2,0,0,1,0,0,45,-1,0,'','0','0'),(2417,'4003',115,'grail_water',2,0,0,1,0,0,46,-1,0,'','0','0'),(2418,'4004',115,'grail_nectar',2,0,0,1,0,0,47,-1,0,'','0','0'),(2419,'4005',104,'dng_cube',4,0,0,1,0,0,2,-1,0,'','1','0'),(2420,'4006',104,'dng_ground',4,0,0,1,0,0,4,-1,0,'','1','0'),(2421,'4007',104,'dng_pillar',4,0,0,1,0,0,5,-1,0,'','1','0'),(2422,'4008',104,'dng_treasure2',4,0,0,1,0,0,9,-1,0,'','1','0'),(2423,'4009',104,'dng_floor',2,0,0,1,0,0,3,-1,0,'','1','0'),(2424,'4010',104,'dng_stairs',4,0,0,1,0,0,6,-1,0,'','1','0'),(2425,'4011',104,'dng_treasure',4,0,0,1,0,0,8,-1,0,'','1','0'),(2426,'4012',702,'dng_throne',4,0,0,1,0,0,7,-1,0,'','1','0'),(2427,'4013',104,'dng_block',4,0,0,1,0,0,1,-1,0,'','1','0'),(2428,'4014',52,'petfood_19',1,0,0,1,0,0,21,-1,0,'','1','0'),(2429,'4015',463,'mm_lamp',4,0,0,1,0,0,99,-1,0,'','1','0'),(2430,'4016',463,'mm_lemon_drink',4,0,0,1,0,0,99,-1,0,'','1','0'),(2431,'4017',431,'qt_sum11_shell1',4,0,0,1,0,0,6,-1,0,'','1','0'),(2432,'4018',431,'qt_sum11_ictrolley',4,0,0,1,0,0,3,-1,0,'','1','0'),(2433,'4019',431,'qt_sum11_petfood',4,0,0,1,0,0,4,-1,0,'','1','0'),(2434,'4020',431,'qt_sum11_shell4',4,0,0,1,0,0,9,-1,0,'','1','0'),(2435,'4021',431,'qt_sum11_shell3',4,0,0,1,0,0,8,-1,0,'','1','0'),(2436,'4022',431,'qt_sum11_platfrm',4,0,0,1,0,0,5,-1,0,'','1','0'),(2437,'4023',431,'qt_sum11_shell2',4,0,0,1,0,0,7,-1,0,'','1','0'),(2438,'4024',431,'qt_sum11_shell5',4,0,0,1,0,0,10,-1,0,'','1','0'),(2439,'4025',431,'qt_sum11_chair',4,0,0,1,0,0,2,-1,0,'','1','0'),(2440,'4026',463,'mm_tub',4,0,0,1,0,0,99,-1,0,'','1','0'),(2441,'4027',225,'prizetrophy_skate_g',4,0,0,1,0,0,16,-1,0,'','1','0'),(2442,'4028',225,'prizetrophy_skate_s',4,0,0,1,0,0,17,-1,0,'','1','0'),(2443,'4029',225,'prizetrophy_skate_b',4,0,0,1,0,0,18,-1,0,'','1','0'),(2444,'4030',272,'sb_rail',4,0,0,1,0,0,17,-1,0,'','1','0'),(2445,'4031',272,'sb_ramp',4,0,0,1,0,0,18,-1,0,'','1','0'),(2446,'4032',272,'sb_block',4,0,0,1,0,0,13,-1,0,'','1','0'),(2447,'4033',272,'sb_cans',4,0,0,1,0,0,14,-1,0,'','1','0'),(2448,'4034',272,'sb_tile',4,0,0,1,0,0,15,-1,0,'','1','0'),(2449,'4035',115,'nest_turtle',2,0,0,1,0,0,28,-1,0,'','1','0'),(2450,'4036',40,'ads_mpu_720',7,0,0,1,0,0,3,-1,0,'','1','0'),(2451,'4037',52,'petfood24',3,0,0,1,0,0,25,-1,0,'','1','0'),(2452,'4039',404,'coco_stool_c2',4,0,0,1,0,0,20,-1,0,'','1','0'),(2453,'4040',404,'coco_divan_c4',4,0,0,1,0,0,8,-1,0,'','1','0'),(2454,'4041',404,'coco_throne_c3',4,0,0,1,0,0,16,-1,0,'','1','0'),(2455,'4042',404,'coco_chair',2,0,0,1,0,0,1,-1,0,'','1','0'),(2456,'4043',404,'coco_throne__c2',4,0,0,1,0,0,28,-1,0,'','1','0'),(2457,'4044',404,'coco_stool_c4',4,0,0,1,0,0,15,-1,0,'','1','0'),(2458,'4045',404,'coco_patch',4,0,0,1,0,0,9,-1,0,'','1','0'),(2459,'4046',404,'coco_divan_c2',4,0,0,1,0,0,6,-1,0,'','1','0'),(2460,'4047',404,'coco_sofatable_c3',2,0,0,1,0,0,12,-1,0,'','1','0'),(2461,'4048',404,'coco_stool_c3',4,0,0,1,0,0,21,-1,0,'','1','0'),(2462,'4049',404,'coco_sofatable_c4',2,0,0,1,0,0,14,-1,0,'','1','0'),(2463,'4050',404,'coco_sofa_c3',4,0,0,1,0,0,14,-1,0,'','1','0'),(2464,'4051',404,'coco_table',5,0,0,1,0,0,23,-1,0,'','1','0'),(2465,'4052',404,'coco_stool',4,0,0,1,0,0,19,-1,0,'','1','0'),(2466,'4053',404,'coco_chair_c2',2,0,0,1,0,0,2,-1,0,'','1','0'),(2467,'4054',404,'coco_stick',4,0,0,1,0,0,18,-1,0,'','1','0'),(2468,'4055',404,'coco_throne',4,0,0,1,0,0,25,-1,0,'','1','0'),(2469,'4056',404,'coco_table2',5,0,0,1,0,0,24,-1,0,'','1','0'),(2470,'4057',404,'coco_sofa_c2',4,0,0,1,0,0,13,-1,0,'','1','0'),(2471,'4058',404,'coco_chair_c4',2,0,0,1,0,0,4,-1,0,'','1','0'),(2472,'4059',404,'coco_chair_c3',2,0,0,1,0,0,3,-1,0,'','1','0'),(2473,'4060',404,'coco_divan',4,0,0,1,0,0,5,-1,0,'','1','0'),(2474,'4061',404,'coco_divan_c3',4,0,0,1,0,0,7,-1,0,'','1','0'),(2475,'4062',404,'coco_sofatable',2,0,0,1,0,0,10,-1,0,'','1','0'),(2476,'4063',404,'coco_sofa_c4',4,0,0,1,0,0,17,-1,0,'','1','0'),(2477,'4064',404,'coco_sofatable_c2',2,0,0,1,0,0,11,-1,0,'','1','0'),(2478,'4065',404,'coco_throne_c4',4,0,0,1,0,0,27,-1,0,'','1','0'),(2479,'4066',404,'coco_sofa',4,0,0,1,0,0,10,-1,0,'','1','0'),(2480,'4067',235,'lm_crystal_skull',3,0,0,1,0,0,6,-1,0,'','1','0'),(2481,'4068',235,'lm_bananadrink',18,20,5,1,0,0,4,10500,0,'','1','0'),(2482,'4069',40,'ads_mpu_300',7,0,0,1,0,0,2,-1,0,'','1','0'),(2483,'4070',52,'petfood25',1,0,0,1,0,0,16,-1,0,'','1','0'),(2484,'4071',215,'hole',0,150,0,1,0,0,2,-1,0,'','1','1'),(2485,'4073',235,'lm_jackbox',3,0,0,1,0,0,7,-1,0,'','1','0'),(2486,'4074',554,'ads_durex_vend',4,0,0,1,0,0,99,-1,0,'','1','0'),(2487,'4075',554,'ads_durex_carpet',4,0,0,1,0,0,99,-1,0,'','1','0'),(2488,'4076',235,'lm_pond',1,225,0,1,0,0,3,-1,0,'','1','0'),(2489,'4077',115,'nest_with_statue',2,0,0,1,0,0,48,-1,0,'','0','0'),(2490,'4078',115,'nest_monkey',2,0,0,1,0,0,49,-1,0,'','0','0'),(2491,'4079',530,'ads_mtv_floor',4,0,0,1,0,0,104,-1,0,'','1','0'),(2492,'4080',55,'studio_monitor',4,0,0,1,0,0,14,-1,0,'','1','0'),(2493,'4081',55,'studio_stool',4,0,0,1,0,0,13,-1,0,'','1','0'),(2494,'4082',55,'studio_fencecr',4,0,0,1,0,0,7,-1,0,'','1','0'),(2495,'4083',55,'studio_guitar',4,0,0,1,0,0,9,-1,0,'','1','0'),(2496,'4084',55,'studio_amp2',4,0,0,1,0,0,2,-1,0,'','1','0'),(2497,'4085',55,'studio_fence',4,0,0,1,0,0,6,-1,0,'','1','0'),(2498,'4086',55,'studio_amp1',4,0,0,1,0,0,1,-1,0,'','1','0'),(2499,'4087',55,'studio_floorlight',2,0,0,1,0,0,8,-1,0,'','1','0'),(2500,'4088',55,'studio_mixingdesk',5,0,0,1,0,0,12,10501,0,'','1','0'),(2501,'4089',55,'studio_camera',4,0,0,1,0,0,3,-1,0,'','1','0'),(2502,'4090',55,'studio_tv',4,0,0,1,0,0,14,-1,0,'','1','0'),(2503,'4091',55,'studio_lights3',4,0,0,1,0,0,11,-1,0,'','1','0'),(2504,'4092',55,'studio_lights2',4,0,0,1,0,0,10,-1,0,'','1','0'),(2505,'4093',55,'studio_drums',4,0,0,1,0,0,5,-1,0,'','1','0'),(2506,'4094',55,'studio_lights1',4,0,0,1,0,0,10,-1,0,'','1','0'),(2507,'4095',55,'studio_chair',2,0,0,1,0,0,4,-1,0,'','1','0'),(2508,'4096',46,'sound_set_73',4,0,0,1,0,0,50,-1,0,'','0','0'),(2509,'4097',46,'sound_set_74',4,0,0,1,0,0,51,-1,0,'','0','0'),(2510,'4098',46,'sound_set_76',4,0,0,1,0,0,52,-1,0,'','0','0'),(2511,'4099',46,'sound_set_75',4,0,0,1,0,0,53,-1,0,'','0','0'),(2512,'4100',407,'summer_blaster',4,0,0,1,0,0,2,-1,0,'','1','0'),(2513,'4101',407,'s12_bonfire',4,0,0,1,0,0,1,-1,0,'','1','0'),(2514,'4102',235,'lm_bigrock',1,225,0,1,0,0,2,-1,0,'','1','0'),(2515,'4103',235,'lm_palm1',4,0,0,1,0,0,5,-1,0,'','1','0'),(2516,'4104',235,'lm_totem',4,0,0,1,0,0,9,-1,0,'','1','0'),(2517,'4105',429,'hole2',4,0,0,1,0,0,54,-1,0,'','0','0'),(2518,'4106',235,'lm_palm2',0,150,0,1,0,0,1,-1,0,'','1','0'),(2519,'4107',590,'qt_sum11_dragon',0,3600,5,1,0,1,17,-1,0,'','1','0'),(2520,'4108',165,'usva3_rug',4,0,0,1,0,0,10,-1,0,'','1','0'),(2521,'4109',167,'isokakka',4,0,0,1,0,0,28,-1,0,'','1','0'),(2522,'4110',166,'kakka',4,0,0,1,0,0,19,-1,0,'','1','0'),(2523,'4111',165,'usva3_shelf',5,0,0,1,0,0,11,-1,0,'','1','0'),(2524,'4112',168,'usva_rug',4,0,0,1,0,0,33,-1,0,'','1','0'),(2525,'4113',164,'usva2_table',4,0,0,1,0,0,6,-1,0,'','1','0'),(2526,'4114',168,'usva_shelf2',5,0,0,1,0,0,18,-1,0,'','1','0'),(2527,'4115',166,'usva4_sofa',4,0,0,1,0,0,15,-1,0,'','1','0'),(2528,'4116',168,'usva_table',4,0,0,1,0,0,37,-1,0,'','1','0'),(2529,'4117',167,'usva5_table',4,0,0,1,0,0,29,-1,0,'','1','0'),(2530,'4118',168,'usva_lamble',4,0,0,1,0,0,31,-1,0,'','1','0'),(2531,'4119',164,'usva2_sofa',4,0,0,1,0,0,5,-1,0,'','1','0'),(2532,'4120',164,'usva2_chair',4,0,0,1,0,0,1,-1,0,'','1','0'),(2533,'4121',168,'usva_lamp',4,0,0,1,0,0,32,-1,0,'','1','0'),(2534,'4122',164,'usva2_shelf2',5,0,0,1,0,0,99,-1,0,'','1','0'),(2535,'4123',168,'usva_chair',4,0,0,1,0,0,99,-1,0,'','1','0'),(2536,'4124',167,'usva5_lamble',4,0,0,1,0,0,55,-1,0,'','0','0'),(2537,'4125',164,'usva2_lamp',4,0,0,1,0,0,56,-1,0,'','0','0'),(2538,'4126',166,'usva4_chair',4,0,0,1,0,0,18,-1,0,'','1','0'),(2539,'4127',165,'usva3_shelf2',5,0,0,1,0,0,12,-1,0,'','1','0'),(2540,'4128',165,'usva3_table',4,0,0,1,0,0,13,-1,0,'','1','0'),(2541,'4129',164,'usva2_rug',4,0,0,1,0,0,3,-1,0,'','1','0'),(2542,'4130',166,'usva4_table',4,0,0,1,0,0,23,-1,0,'','1','0'),(2543,'4131',167,'usva5_lamp',4,0,0,1,0,0,16,-1,0,'','1','0'),(2544,'4132',165,'usva3_chair',4,0,0,1,0,0,8,-1,0,'','1','0'),(2545,'4133',165,'usva3_lamble',4,0,0,1,0,0,9,-1,0,'','1','0'),(2546,'4134',168,'usva_sofa',4,0,0,1,0,0,19,-1,0,'','1','0'),(2547,'4135',168,'usva_shelf',5,0,0,1,0,0,34,-1,0,'','1','0'),(2548,'4136',166,'usva4_lamp',4,0,0,1,0,0,20,-1,0,'','1','0'),(2549,'4137',164,'usva2_lamble',4,0,0,1,0,0,2,-1,0,'','1','0'),(2550,'4138',165,'usva3_lamp',4,0,0,1,0,0,10,-1,0,'','1','0'),(2551,'4139',166,'usva4_rug',4,0,0,1,0,0,21,-1,0,'','1','0'),(2552,'4140',164,'usva2_shelf',5,0,0,1,0,0,4,-1,0,'','1','0'),(2553,'4141',165,'usva3_sofa',4,0,0,1,0,0,14,-1,0,'','1','0'),(2554,'4142',167,'usva5_rug',4,0,0,1,0,0,27,-1,0,'','1','0'),(2555,'4143',167,'usva5_chair',4,0,0,1,0,0,25,-1,0,'','1','0'),(2556,'4144',429,'uservoice_soapbox',4,0,0,1,0,0,57,-1,0,'','0','0'),(2557,'4145',467,'school_platform',4,0,0,1,0,0,31,-1,0,'','1','0'),(2558,'4146',467,'school_locker_b',4,0,0,1,0,0,25,-1,0,'','1','0'),(2559,'4147',467,'school_locker_r_nosale',4,0,0,1,0,0,17,-1,0,'','1','0'),(2560,'4148',467,'school_toilet_stall',4,0,0,1,0,0,20,-1,0,'','1','0'),(2561,'4149',467,'school_stuff_06',4,0,0,1,0,0,37,-1,0,'','1','0'),(2562,'4150',467,'school_locker_r',4,0,0,1,0,0,29,-1,0,'','1','0'),(2563,'4151',467,'school_bus',4,0,0,1,0,0,6,10500,0,'','1','0'),(2564,'4152',467,'school_table',4,0,0,1,0,0,38,-1,0,'','1','0'),(2565,'4153',467,'school_bench',4,0,0,1,0,0,5,-1,0,'','1','0'),(2566,'4154',467,'school_console',4,0,0,1,0,0,18,-1,0,'','1','0'),(2567,'4155',467,'school_stuff_01',4,0,0,1,0,0,32,-1,0,'','1','0'),(2568,'4156',467,'school_stuff_05',4,0,0,1,0,0,19,-1,0,'','1','0'),(2569,'4157',467,'school_floor',2,0,0,1,0,0,15,-1,0,'','1','0'),(2570,'4158',467,'school_locker_b_nosale',4,0,0,1,0,0,16,-1,0,'','1','0'),(2571,'4159',467,'school_stuff_02',4,0,0,1,0,0,33,-1,0,'','1','0'),(2572,'4160',467,'school_stuff_04',4,0,0,1,0,0,18,-1,0,'','1','0'),(2573,'4161',467,'school_stuff_03',4,0,0,1,0,0,34,-1,0,'','1','0'),(2574,'4162',467,'school_chair',2,0,0,1,0,0,8,-1,0,'','1','0'),(2575,'4163',52,'petfood26',1,0,0,1,0,0,27,-1,0,'','1','0'),(2576,'4164',106,'boutique_floor1a',1,0,0,1,0,0,58,-1,0,'','0','0'),(2577,'4165',106,'boutique_table1',2,0,0,1,0,0,15,-1,0,'','1','0'),(2578,'4166',106,'boutique_clothingpile',4,0,0,1,0,0,5,-1,0,'','1','0'),(2579,'4167',106,'boutique_changing1',4,0,0,1,0,0,2,-1,0,'','1','0'),(2580,'4168',106,'boutique_changing3',4,0,0,1,0,0,4,-1,0,'','1','0'),(2581,'4169',106,'boutique_sofa2',3,0,0,1,0,0,20,-1,0,'','1','0'),(2582,'4170',106,'boutique_mannequin1',4,0,0,1,0,0,14,-1,0,'','1','0'),(2583,'4171',106,'boutique_sofa1',4,0,0,1,0,0,19,-1,0,'','1','0'),(2584,'4172',106,'boutique_table2',4,0,0,1,0,0,23,-1,0,'','1','0'),(2585,'4173',106,'boutique_cashreg',4,0,0,1,0,0,1,-1,0,'','1','0'),(2586,'4174',106,'boutique_changing2',4,0,0,1,0,0,3,-1,0,'','1','0'),(2587,'4175',106,'boutique_plant1',4,0,0,1,0,0,13,-1,0,'','1','0'),(2588,'4176',106,'boutique_plant2',4,0,0,1,0,0,14,-1,0,'','1','0'),(2589,'4177',106,'boutique_counter',4,0,0,1,0,0,8,-1,0,'','1','0'),(2590,'4178',106,'boutique_floor2b',4,0,0,1,0,0,10,-1,0,'','1','0'),(2591,'4179',106,'boutique_floor1b',4,0,0,1,0,0,9,-1,0,'','1','0'),(2592,'4180',106,'boutique_floor2a',1,0,0,1,0,0,10,-1,0,'','1','0'),(2593,'4181',115,'waterbowl_basic_1',2,0,0,1,0,0,27,-1,0,'','1','0'),(2594,'4182',115,'waterbowl_basic_2',2,0,0,1,0,0,16,-1,0,'','1','0'),(2595,'4183',115,'waterbowl_basic_3',2,0,0,1,0,0,25,-1,0,'','1','0'),(2596,'4184',115,'waterbowl_basic_4',2,0,0,1,0,0,24,-1,0,'','1','0'),(2597,'4185',115,'waterbowl_basic_5',2,0,0,1,0,0,23,-1,0,'','1','0'),(2598,'4186',106,'boutique_hcsign',4,0,0,1,0,0,11,-1,0,'','1','0'),(2599,'4187',106,'boutique_vipsign',4,0,0,1,0,0,24,-1,0,'','1','0'),(2600,'4188',181,'bubble_lamp1',4,0,0,1,0,0,14,-1,0,'','1','0'),(2601,'4189',176,'pura_roundpad8',4,0,0,1,0,0,10,-1,0,'','1','0'),(2602,'4190',181,'pura_block_lamp1',4,0,0,1,0,0,14,-1,0,'','1','0'),(2603,'4191',177,'pura_roundpad9',4,0,0,1,0,0,10,-1,0,'','1','0'),(2604,'4192',170,'eleblock2',4,0,0,1,0,0,4,-1,0,'','1','0'),(2605,'4193',172,'eleblock4',4,0,0,1,0,0,4,-1,0,'','1','0'),(2606,'4194',174,'pura_roundpad6',4,0,0,1,0,0,10,-1,0,'','1','0'),(2607,'4195',175,'eleblock7',4,0,0,1,0,0,4,-1,0,'','1','0'),(2608,'4196',171,'pura_roundpad3',4,0,0,1,0,0,10,-1,0,'','1','0'),(2609,'4197',172,'pura_roundpad4',4,0,0,1,0,0,10,-1,0,'','1','0'),(2610,'4198',173,'eleblock5',4,0,0,1,0,0,4,-1,0,'','1','0'),(2611,'4199',171,'eleblock3',4,0,0,1,0,0,4,-1,0,'','1','0'),(2612,'4200',179,'eleblock1',4,0,0,1,0,0,4,-1,0,'','1','0'),(2613,'4201',179,'pura_roundpad1',4,0,0,1,0,0,10,-1,0,'','1','0'),(2614,'4202',170,'pura_roundpad2',4,0,0,1,0,0,10,-1,0,'','1','0'),(2615,'4203',176,'eleblock8',4,0,0,1,0,0,4,-1,0,'','1','0'),(2616,'4204',173,'pura_roundpad5',4,0,0,1,0,0,10,-1,0,'','1','0'),(2617,'4205',177,'eleblock9',4,0,0,1,0,0,4,-1,0,'','1','0'),(2618,'4206',175,'pura_roundpad7',4,0,0,1,0,0,10,-1,0,'','1','0'),(2619,'4207',174,'eleblock6',4,0,0,1,0,0,4,-1,0,'','1','0'),(2620,'4208',243,'horse_dye_08',1,0,0,1,0,0,48,-1,0,'','1','0'),(2621,'4209',245,'horse_hayfloor',3,0,0,1,0,0,25,-1,0,'','1','0'),(2622,'4210',243,'horse_dye_11',1,0,0,1,0,0,51,-1,0,'','1','0'),(2623,'4211',243,'horse_hairdye_06',1,0,0,1,0,0,7,-1,0,'','1','0'),(2624,'4212',243,'horse_dye_02',1,0,0,1,0,0,42,-1,0,'','1','0'),(2625,'4213',245,'horse_stable_gate',3,0,0,1,0,0,9,-1,0,'','1','0'),(2626,'4214',243,'horse_hairdye_09',1,0,0,1,0,0,10,-1,0,'','1','0'),(2627,'4215',243,'horse_hairdye_07',1,0,0,1,0,0,8,-1,0,'','1','0'),(2628,'4216',243,'horse_dye_12',1,0,0,1,0,0,25,-1,0,'','1','0'),(2629,'4217',243,'horse_dye_03',1,0,0,1,0,0,22,-1,0,'','1','0'),(2630,'4218',243,'horse_dye_05',1,0,0,1,0,0,23,-1,0,'','1','0'),(2631,'4219',243,'horse_hairdye_11',1,0,0,1,0,0,11,-1,0,'','1','0'),(2632,'4220',243,'horse_hairdye_12',1,0,0,1,0,0,12,-1,0,'','1','0'),(2633,'4221',242,'horse_saddle1',5,0,0,1,0,0,1,-1,0,'','1','0'),(2634,'4222',245,'horse_stable_fence_w',3,0,0,1,0,0,8,-1,0,'','1','0'),(2635,'4223',115,'horse_stable_gate_w',3,0,0,1,0,0,10,-1,0,'','1','0'),(2636,'4224',243,'horse_dye_04',1,0,0,1,0,0,44,-1,0,'','1','0'),(2637,'4225',243,'horse_hairdye_10',0,75,0,1,0,0,1,-1,0,'','1','0'),(2638,'4226',243,'horse_hairdye_01',1,0,0,1,0,0,5,-1,0,'','1','0'),(2639,'4227',243,'horse_hairdye_02',1,0,0,1,0,0,2,-1,0,'','1','0'),(2640,'4228',243,'horse_dye_13',1,0,0,1,0,0,26,-1,0,'','1','0'),(2641,'4229',115,'horse_sawdustfloor',3,0,0,1,0,0,16,-1,0,'','1','0'),(2642,'4230',243,'horse_hairdye_05',1,0,0,1,0,0,6,-1,0,'','1','0'),(2643,'4231',243,'horse_hairdye_04',1,0,0,1,0,0,4,-1,0,'','1','0'),(2644,'4232',243,'horse_hairdye_00',0,75,0,1,0,0,1,-1,0,'','1','0'),(2645,'4233',245,'horse_stable_fence',3,0,0,1,0,0,7,-1,0,'','1','0'),(2646,'4234',243,'horse_dye_09',1,225,0,1,0,0,1,-1,0,'','1','0'),(2647,'4235',243,'horse_dye_10',1,225,0,1,0,0,1,-1,0,'','1','0'),(2648,'4236',115,'horse_stbl_fnc_corn_w',3,0,0,1,0,0,14,-1,0,'','1','0'),(2649,'4237',243,'horse_dye_06',1,0,0,1,0,0,46,-1,0,'','1','0'),(2650,'4238',243,'horse_hairdye_03',1,0,0,1,0,0,3,-1,0,'','1','0'),(2651,'4239',115,'horse_hay',0,75,0,1,0,0,1,-1,0,'','1','0'),(2652,'4240',115,'horse_stbl_fnc_corner',3,0,0,1,0,0,12,-1,0,'','1','0'),(2653,'4241',243,'horse_dye_07',1,0,0,1,0,0,24,-1,0,'','1','0'),(2654,'4242',243,'horse_dye_14',1,0,0,1,0,0,54,-1,0,'','1','0'),(2655,'4243',243,'horse_hairdye_08',1,0,0,1,0,0,9,-1,0,'','1','0'),(2656,'4244',243,'horse_dye_01',1,0,0,1,0,0,21,-1,0,'','1','0'),(2657,'4245',243,'horse_dye_00',1,0,0,1,0,0,40,-1,0,'','1','0'),(2658,'4246',245,'horse_poop',3,0,0,1,0,0,17,-1,0,'','1','0'),(2659,'4247',115,'horse_trough',0,75,0,1,0,0,1,-1,0,'','0','0'),(2660,'4248',108,'gld_carpet',3,0,0,1,0,0,2,-1,0,'','1','0'),(2661,'4249',108,'gld_badgewall_tall',4,0,0,1,0,0,1,-1,0,'','1','0'),(2662,'4250',108,'gld_stool2',1,0,0,1,0,0,9,-1,0,'','1','0'),(2663,'4251',108,'gld_stool1',0,25,0,1,0,0,8,-1,0,'','1','0'),(2664,'4252',108,'gld_wall_tall',1,0,0,1,0,0,12,-1,0,'','1','0'),(2665,'4253',108,'gld_pennant',4,0,0,1,0,0,6,-1,0,'','1','0'),(2666,'4254',108,'gld_sofa1',3,0,0,1,0,0,7,-1,0,'','1','0'),(2667,'4255',550,'ads_frank_trophy',4,0,0,1,0,0,99,-1,0,'','1','0'),(2668,'4256',244,'horse_hairstyle_3',3,0,0,1,0,0,3,-1,0,'','1','0'),(2669,'4257',244,'horse_hairstyle_5',5,200,0,1,0,0,1,-1,0,'','1','0'),(2670,'4258',243,'horse_dye_15',1,0,0,1,0,0,27,-1,0,'','1','0'),(2671,'4259',244,'horse_hairstyle_1',3,0,0,1,0,0,2,-1,0,'','1','0'),(2672,'4260',244,'horse_hairstyle_0',3,0,0,1,0,0,2,-1,0,'','1','0'),(2673,'4261',244,'horse_hairstyle_4',3,0,0,1,0,0,4,-1,0,'','1','0'),(2674,'4262',243,'horse_dye_16',1,0,0,1,0,0,28,-1,0,'','1','0'),(2675,'4263',244,'horse_hairstyle_2',3,0,0,1,0,0,2,-1,0,'','1','0'),(2676,'4264',225,'prizetrophy_hween11',5,0,0,1,0,0,15,-1,0,'','1','0'),(2677,'4265',392,'hween11_disflo2',4,0,0,1,0,0,2,-1,0,'','1','0'),(2678,'4266',392,'hween11_punch',10,0,0,1,0,0,9,-1,0,'','1','0'),(2679,'4267',392,'hween11_dish2',4,0,0,1,0,0,4,-1,0,'','1','0'),(2680,'4268',392,'hween11_pumpkin',4,0,0,1,0,0,8,-1,0,'','1','0'),(2681,'4269',392,'hween11_sofa',3,0,0,1,0,0,10,-1,0,'','1','0'),(2682,'4270',392,'hween11_dish3',4,0,0,1,0,0,5,-1,0,'','1','0'),(2683,'4271',392,'hween11_dish4',4,0,0,1,0,0,6,-1,0,'','1','0'),(2684,'4272',392,'hween11_disflo',4,0,0,1,0,0,1,-1,0,'','1','0'),(2685,'4273',392,'hween11_dish1',4,0,0,1,0,0,3,-1,0,'','1','0'),(2686,'4274',235,'lm_pumpkin',4,0,0,1,0,0,8,-1,0,'','1','0'),(2687,'4275',245,'horse_poop_luxus',3,0,0,1,0,0,18,-1,0,'','1','0'),(2688,'4276',40,'ads_mpu_160',7,0,0,1,0,0,1,-1,0,'','1','0'),(2689,'4277',346,'ads_liisu',4,0,0,1,0,0,60,-1,0,'','0','0'),(2690,'4278',392,'hween11_fountain',4,0,0,1,0,0,7,-1,0,'','1','0'),(2691,'4279',20,'plant_rose_black',4,0,0,1,0,0,99,-1,0,'','1','0'),(2692,'4280',346,'ads_pib',4,0,0,1,0,0,23,-1,0,'','1','0'),(2693,'4281',65,'wf_cnd_actor_in_group',5,0,0,1,0,0,1,-1,0,'','1','0'),(2694,'4282',479,'xmas11_sofatable',5,0,0,1,0,0,23,-1,0,'','1','0'),(2695,'4283',479,'xmas11_comfy_chair',2,0,0,1,0,0,14,-1,0,'','1','0'),(2696,'4284',479,'xmas2011_aurora1',4,0,0,1,0,0,-2,-1,0,'','1','0'),(2697,'4285',479,'xmas11_stonedivider',4,0,0,1,0,0,46,-1,0,'','1','0'),(2698,'4286',479,'xmas11_yetifeet',4,0,0,1,0,0,28,-1,0,'','1','0'),(2699,'4287',729,'xmas2011_tree2',4,0,0,1,0,0,64,-1,0,'','1','0'),(2700,'4288',479,'xmas11_woodfloor',2,0,0,1,0,0,27,-1,0,'','1','0'),(2701,'4289',479,'xmas11_footstool',4,0,0,1,0,0,15,-1,0,'','1','0'),(2702,'4290',479,'xmas11_flag',4,0,0,1,0,0,21,-1,0,'','1','0'),(2703,'4291',729,'xmas2011_tree1',4,0,0,1,0,0,63,-1,0,'','1','0'),(2704,'4292',479,'xmas11_firewood',4,0,0,1,0,0,20,-1,0,'','1','0'),(2705,'4293',729,'xmas11_stool',4,0,0,1,0,0,48,-1,0,'','1','0'),(2706,'4294',479,'xmas11_stove',4,0,0,1,0,0,25,-1,0,'','1','0'),(2707,'4295',479,'xmas2011_snowlog',4,0,0,1,0,0,30,-1,0,'','1','0'),(2708,'4296',479,'xmas11_stonefloor',2,0,0,1,0,0,48,-1,0,'','1','0'),(2709,'4297',479,'xmas11_comfy_bench',4,0,0,1,0,0,10,-1,0,'','1','0'),(2710,'4298',479,'xmas2011_icefall',4,0,0,1,0,0,59,-1,0,'','1','0'),(2711,'4299',479,'xmas11_throne',4,0,0,1,0,0,26,-1,0,'','1','0'),(2712,'4300',479,'xmas11_petfood',0,5,0,1,0,0,999,-1,0,'','1','0'),(2713,'4301',479,'xmas2011_aurora2',4,0,0,1,0,0,-1,-1,0,'','1','0'),(2714,'4302',479,'xmas11_nghtstnd',4,0,0,1,0,0,22,-1,0,'','1','0'),(2715,'4303',479,'xmas11_chair',2,0,0,1,0,0,6,-1,0,'','1','0'),(2716,'4304',729,'xmas2011_rock1',4,0,0,1,0,0,60,-1,0,'','1','0'),(2717,'4305',479,'xmas2011_balrail',4,0,0,1,0,0,58,-1,0,'','1','0'),(2718,'4306',479,'xmas2011_tree4',4,0,0,1,0,0,66,-1,0,'','1','0'),(2719,'4307',479,'xmas2011_rock2',4,0,0,1,0,0,29,-1,0,'','1','0'),(2720,'4308',479,'xmas2011_tree3',4,0,0,1,0,0,65,-1,0,'','1','0'),(2721,'4309',479,'xmas11_elewood',4,0,0,1,0,0,19,-1,0,'','1','0'),(2722,'4310',244,'horse_hairstyle_6',3,0,0,1,0,0,7,-1,0,'','1','0'),(2723,'4313',479,'xmas_giftbag',4,0,0,1,0,0,31,-1,0,'','1','0'),(2724,'4314',473,'joulutahti_notrd',10,0,0,1,0,0,6,-1,0,'','1','0'),(2725,'4315',729,'xmas11_comfy_chair_3',4,0,0,1,0,0,14,-1,0,'','1','0'),(2726,'4316',479,'xmas11_stool_2',4,0,0,1,0,0,49,-1,0,'','1','0'),(2727,'4317',479,'xmas11_stool_4',4,0,0,1,0,0,51,-1,0,'','1','0'),(2728,'4318',479,'xmas11_stool_3',4,0,0,1,0,0,50,-1,0,'','1','0'),(2729,'4319',479,'xmas11_footstool_4',4,0,0,1,0,0,25,-1,0,'','1','0'),(2730,'4320',479,'xmas11_comfy_chair_2',2,0,0,1,0,0,13,-1,0,'','1','0'),(2731,'4321',479,'xmas11_chair_2',2,0,0,1,0,0,7,-1,0,'','1','0'),(2732,'4322',478,'xmas11_btlr',10,0,0,1,0,0,0,-1,0,'','1','0'),(2733,'4323',479,'xmas11_comfy_bench_2',4,0,0,1,0,0,10,-1,0,'','1','0'),(2734,'4324',479,'xmas11_comfy_chair_4',2,0,0,1,0,0,17,-1,0,'','1','0'),(2735,'4325',479,'xmas11_comfy_bench_4',4,0,0,1,0,0,12,-1,0,'','1','0'),(2736,'4326',479,'xmas11_chair_4',2,0,0,1,0,0,9,-1,0,'','1','0'),(2737,'4327',479,'xmas11_comfy_bench_3',4,0,0,1,0,0,11,-1,0,'','1','0'),(2738,'4328',479,'xmas11_chair_3',2,0,0,1,0,0,8,-1,0,'','1','0'),(2739,'4329',479,'xmas11_footstool_2',4,0,0,1,0,0,23,-1,0,'','1','0'),(2740,'4330',729,'xmas11_footstool_3',4,0,0,1,0,0,24,-1,0,'','1','0'),(2741,'4331',683,'books_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(2742,'4332',467,'homework',4,0,0,1,0,0,2,-1,0,'','1','0'),(2743,'4333',480,'gift_mdlcar0',4,0,0,1,0,0,8,10501,0,'','1','0'),(2744,'4334',480,'gift_manlystatue',4,0,0,1,0,0,7,-1,0,'','1','0'),(2745,'4335',480,'gift_joystick',4,0,0,1,0,0,6,10500,0,'','1','0'),(2746,'4336',480,'gift_thing',4,0,0,1,0,0,10,-1,0,'','1','0'),(2747,'4337',467,'pstack',4,0,0,1,0,0,3,-1,0,'','1','0'),(2748,'4338',467,'pwad',4,0,0,1,0,0,4,-1,0,'','1','0'),(2749,'4339',480,'gift_incense',4,0,0,1,0,0,4,-1,0,'','1','0'),(2750,'4340',480,'pencils',4,0,0,1,0,0,12,-1,0,'','1','0'),(2751,'4341',480,'pframe',4,0,0,1,0,0,14,-1,0,'','1','0'),(2752,'4342',480,'toaster',10,0,0,1,0,0,13,10500,0,'','1','0'),(2753,'4343',480,'gift_pbank',4,0,0,1,0,0,10,-1,0,'','1','0'),(2754,'4344',480,'console',4,0,0,1,0,0,1,10501,0,'','1','0'),(2755,'4345',480,'gift_vase',4,0,0,1,0,0,11,-1,0,'','1','0'),(2756,'4346',480,'gift_mypod',4,0,0,1,0,0,9,10501,0,'','1','0'),(2757,'4347',467,'trapkeep',4,0,0,1,0,0,22,-1,0,'','1','0'),(2758,'4348',480,'gift_coal',4,0,0,1,0,0,2,-1,0,'','1','0'),(2759,'4349',480,'gift_handbag0',4,0,0,1,0,0,3,-1,0,'','1','0'),(2760,'4350',480,'gift_jewel0',4,0,0,1,0,0,5,-1,0,'','1','0'),(2761,'4351',509,'books_0',4,0,0,1,0,0,0,-1,0,'','1','0'),(2762,'4352',632,'bed_silo_two_notrd',4,0,0,1,0,0,61,-1,0,'','0','0'),(2763,'4353',414,'snst_ballpile',4,0,0,1,0,0,62,-1,0,'','0','0'),(2764,'4354',414,'starting_position',4,0,0,1,0,0,63,-1,0,'','0','0'),(2765,'4355',414,'snst_tree1_d',4,0,0,1,0,0,64,-1,0,'','0','0'),(2766,'4356',414,'snst_fence',4,0,0,1,0,0,65,-1,0,'','0','0'),(2767,'4357',414,'snst_tree1',4,0,0,1,0,0,99,-1,0,'','1','0'),(2768,'4358',414,'snst_iceblock',4,0,0,1,0,0,99,-1,0,'','1','0'),(2769,'4359',414,'hole1x1',4,0,0,1,0,0,99,-1,0,'','1','0'),(2770,'4360',414,'snst_block1',4,0,0,1,0,0,99,-1,0,'','1','0'),(2771,'4361',414,'snst_fireplace',4,0,0,1,0,0,32,-1,0,'','1','0'),(2772,'4362',414,'s_snowball_machine',4,0,0,1,0,0,99,-1,0,'','1','0'),(2773,'4363',350,'ads_honeymonster',4,0,0,1,0,0,14,-1,0,'','1','0'),(2774,'4364',532,'ads_m6_floor',4,0,0,1,0,0,99,-1,0,'','1','0'),(2775,'4365',724,'duck_vipwhite',4,0,0,1,0,0,2,-1,0,'','1','1'),(2776,'4366',414,'snst_fireplace_nfs',4,0,0,1,0,0,99,-1,0,'','1','0'),(2777,'4368',479,'xmas11_balloon2',4,0,0,1,0,0,3,-1,0,'','1','0'),(2778,'4369',479,'xmas11_luxfloor2',2,0,0,1,0,0,38,-1,0,'','1','0'),(2779,'4370',479,'xmas11_balloon1',4,0,0,1,0,0,2,-1,0,'','1','0'),(2780,'4371',470,'fireworks_09',4,0,0,1,0,0,9,10501,0,'','1','0'),(2781,'4372',479,'xmas11_luxtable',4,0,0,1,0,0,42,-1,0,'','1','0'),(2782,'4373',470,'fireworks_08',4,0,0,1,0,0,8,10500,0,'','1','0'),(2783,'4374',479,'xmas11_luxsofa1',3,0,0,1,0,0,20,-1,0,'','1','0'),(2784,'4375',479,'xmas11_luxfloor1',2,0,0,1,0,0,37,-1,0,'','1','0'),(2785,'4376',479,'xmas11_balloon',10,0,0,1,0,0,1,-1,0,'','1','0'),(2786,'4377',479,'xmas11_balloon3',4,0,0,1,0,0,4,-1,0,'','1','0'),(2787,'4378',479,'xmas11_luxchair1',2,0,0,1,0,0,31,-1,0,'','1','0'),(2788,'4379',479,'xmas11_luxdish2',4,0,0,1,0,0,18,-1,0,'','1','0'),(2789,'4380',470,'fireworks_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(2790,'4381',479,'xmas11_luxsofa2',3,0,0,1,0,0,40,-1,0,'','1','0'),(2791,'4382',479,'xmas11_luxdish3',4,0,0,1,0,0,19,-1,0,'','1','0'),(2792,'4383',479,'xmas11_luxchair3',2,0,0,1,0,0,33,-1,0,'','1','0'),(2793,'4384',470,'fireworks_12',4,0,0,1,0,0,11,10501,0,'','1','0'),(2794,'4385',479,'xmas11_luxsofa3',3,0,0,1,0,0,21,-1,0,'','1','0'),(2795,'4386',479,'xmas11_luxchair2',2,0,0,1,0,0,32,-1,0,'','1','0'),(2796,'4387',470,'fireworks_11',4,0,0,1,0,0,10,10500,0,'','1','0'),(2797,'4388',479,'xmas11_luxdish1',4,0,0,1,0,0,34,10501,0,'','1','0'),(2798,'4389',108,'gld_gate',7,10,5,1,0,0,3,-1,0,'','1','0'),(2799,'4390',412,'snowb_slope',5,0,0,1,0,0,99,-1,0,'','1','0'),(2800,'4391',412,'snowb_jump',1,225,0,1,0,0,99,-1,0,'','1','0'),(2801,'4392',412,'snowb_light1',1,0,0,1,0,0,99,-1,0,'','1','0'),(2802,'4393',412,'snowb_divider',3,0,0,1,0,0,99,-1,0,'','1','0'),(2803,'4394',412,'snowb_snowpuff',2,0,0,1,0,0,99,-1,0,'','1','0'),(2804,'4395',412,'snowb_rail',5,0,0,1,0,0,99,-1,0,'','1','0'),(2805,'4402',421,'sfx_lazer',1,150,0,1,0,0,12,-1,0,'','1','0'),(2806,'4403',421,'sfx_onetwo',4,0,0,1,0,0,14,-1,0,'','1','0'),(2807,'4404',421,'Ääniefekti-paketti',4,0,0,1,0,0,9,-1,0,'','1','0'),(2808,'4405',421,'sfx_whistle',4,0,0,1,0,0,15,-1,0,'','1','0'),(2809,'4406',421,'sfx_bells',4,0,0,1,0,0,3,-1,0,'','1','0'),(2810,'4407',421,'sfx_glass',4,0,0,1,0,0,10,-1,0,'','1','0'),(2811,'4408',737,'prizetrophy_niko2',0,75,0,1,0,0,99,-1,0,'','1','0'),(2812,'4409',737,'prizetrophy_niko1',0,75,0,1,0,0,99,-1,0,'','1','0'),(2813,'4410',468,'china_lantern',4,0,0,1,0,0,1,-1,0,'','1','0'),(2814,'4411',468,'fireworks_13',4,0,0,1,0,0,12,-1,0,'','1','0'),(2815,'4412',590,'rare_fountain_niko',0,3600,5,1,0,0,14,-1,0,'','1','0'),(2816,'4413',468,'teleport_dragon',4,0,0,1,0,0,3,-1,0,'','1','0'),(2817,'4414',590,'sfx_rare_lazer',4,0,0,1,0,0,66,-1,0,'','0','0'),(2818,'4415',590,'sfx_rare_duck',4,0,0,1,0,0,67,-1,0,'','0','0'),(2819,'4416',447,'val12_kbooth',4,0,0,1,0,0,6,-1,0,'','1','0'),(2820,'4417',447,'val12_flower',4,0,0,1,0,0,4,-1,0,'','1','0'),(2821,'4418',446,'val12_carpet',4,0,0,1,0,0,3,-1,0,'','1','0'),(2822,'4419',447,'val12_vines',4,0,0,1,0,0,10,-1,0,'','1','0'),(2823,'4420',447,'val12_shocker',4,0,0,1,0,0,8,-1,0,'','1','0'),(2824,'4421',446,'val12_hopper1',4,0,0,1,0,0,1,-1,0,'','1','0'),(2825,'4422',446,'val12_pillar2',4,0,0,1,0,0,7,-1,0,'','1','0'),(2826,'4423',447,'val12_xray',4,0,0,1,0,0,11,-1,0,'','1','0'),(2827,'4424',446,'val12_marble2',4,0,0,1,0,0,5,-1,0,'','1','0'),(2828,'4425',447,'val12_elevine',4,0,0,1,0,0,3,-1,0,'','1','0'),(2829,'4426',446,'val12_marble1',4,0,0,1,0,0,4,-1,0,'','1','0'),(2830,'4427',447,'val12_hopper2',4,0,0,1,0,0,5,-1,0,'','1','0'),(2831,'4428',635,'edice_val12_therm',3,0,0,1,0,0,99,-1,0,'','1','0'),(2832,'4429',447,'val12_therm_nfs',4,0,0,1,0,0,0,-1,0,'','1','0'),(2833,'4430',447,'val12_sofa',3,0,0,1,0,0,9,-1,0,'','1','0'),(2834,'4431',447,'val12_lantern',4,0,0,1,0,0,7,-1,0,'','1','0'),(2835,'4432',446,'val12_pillar1',4,0,0,1,0,0,6,-1,0,'','1','0'),(2836,'4433',446,'val12_table',2,0,0,1,0,0,8,-1,0,'','1','0'),(2837,'4434',545,'ads_antena3_floor',4,0,0,1,0,0,99,-1,0,'','1','0'),(2838,'4435',215,'hole3',0,100,0,1,0,0,3,-1,0,'','1','1'),(2839,'4436',115,'water_bowl1_1',0,75,0,1,0,0,1,-1,0,'','1','0'),(2840,'4437',115,'water_bowl1_2',2,0,0,1,0,0,21,-1,0,'','1','0'),(2841,'4438',115,'water_bowl1_3',2,0,0,1,0,0,20,-1,0,'','1','0'),(2842,'4439',115,'water_bowl1_4',2,0,0,1,0,0,19,-1,0,'','1','0'),(2843,'4440',115,'water_bowl1_5',2,0,0,1,0,0,18,-1,0,'','1','0'),(2844,'4441',683,'nest_with_egg',4,0,0,1,0,0,17,-1,0,'','1','0'),(2845,'4442',429,'present_firework',4,0,0,1,0,0,68,-1,0,'','0','0'),(2846,'4443',446,'val12_hopper_3',4,0,0,1,0,0,2,-1,0,'','1','0'),(2847,'4444',523,'cine_platform',4,0,0,1,0,0,10,-1,0,'','1','0'),(2848,'4445',22,'magazines',4,0,0,1,0,0,69,-1,0,'','0','0'),(2849,'4446',22,'desk_junk',5,0,0,1,0,0,70,-1,0,'','0','0'),(2850,'4447',22,'coffee_cup',4,0,0,1,0,0,71,-1,0,'','0','0'),(2851,'4448',22,'bowl',4,0,0,1,0,0,72,-1,0,'','0','0'),(2852,'4449',480,'bookpile',4,0,0,1,0,0,99,-1,0,'','1','0'),(2853,'4450',242,'horse_saddle2',5,0,0,1,0,0,2,-1,0,'','1','0'),(2854,'4451',245,'horse_fin_flag',0,75,0,1,0,0,1,-1,0,'','1','0'),(2855,'4452',245,'horse_track_fence_cor',1,0,0,1,0,0,14,-1,0,'','1','0'),(2856,'4453',245,'obstacle_oxer',3,0,0,1,0,0,19,-1,0,'','1','0'),(2857,'4454',245,'horse_track1',2,0,0,1,0,0,27,-1,0,'','1','0'),(2858,'4455',245,'horse_track_fence',1,0,0,1,0,0,13,-1,0,'','1','0'),(2859,'4456',429,'elmeri',4,0,0,1,0,0,99,-1,0,'','1','0'),(2860,'4457',52,'petfood20',1,0,0,1,0,0,20,-1,0,'','1','0'),(2861,'4458',282,'elegrass1',4,0,0,1,0,0,73,-1,0,'','0','0'),(2862,'4459',120,'elerock1',4,0,0,1,0,0,25,-1,0,'','1','0'),(2863,'4460',455,'bling_sofa_mu',3,0,0,1,0,0,74,-1,0,'','0','0'),(2864,'4461',245,'obstacle_bush',3,0,0,1,0,0,31,-1,0,'','1','0'),(2865,'4462',245,'obstacle_fring',5,0,0,1,0,0,32,-1,0,'','1','0'),(2866,'4463',245,'horse_fin_poster',0,150,0,1,0,0,4,-1,0,'','1','0'),(2867,'4464',52,'petfood27',4,0,0,1,0,0,28,-1,0,'','1','0'),(2868,'4465',244,'horse_hairstyle_7',3,0,0,1,0,0,8,-1,0,'','1','0'),(2869,'4466',245,'horse_track_gate',5,0,0,1,0,0,17,-1,0,'','1','0'),(2870,'4467',245,'horse_fin_poster2',0,150,0,1,0,0,5,-1,0,'','1','0'),(2871,'4468',245,'horse_fin_flag2',0,75,0,1,0,0,2,-1,0,'','1','0'),(2872,'4469',245,'horse_fin_poster3',0,300,0,1,0,0,6,-1,0,'','1','0'),(2873,'4470',245,'horse_hopper',3,0,0,1,0,0,29,-1,0,'','1','0'),(2874,'4471',245,'obstacle_water3',3,0,0,1,0,0,24,-1,0,'','1','0'),(2875,'4472',245,'obstacle_water',3,0,0,1,0,0,15,-1,0,'','1','0'),(2876,'4473',245,'obstacle_oxer3',3,0,0,1,0,0,21,-1,0,'','1','0'),(2877,'4474',245,'obstacle_oxer2',3,0,0,1,0,0,20,-1,0,'','1','0'),(2878,'4475',245,'horse_fin_flag3',0,150,0,1,0,0,3,-1,0,'','1','0'),(2879,'4476',245,'obstacle_water2',3,0,0,1,0,0,23,-1,0,'','1','0'),(2880,'4477',243,'horse_hairdye_04_horsesho',1,0,0,1,0,0,75,-1,0,'','0','0'),(2881,'4478',346,'ads_ag_crate',4,0,0,1,0,0,1,-1,0,'','1','0'),(2882,'4479',244,'horse_hairstyle_4_hs',3,0,0,1,0,0,99,-1,0,'','1','0'),(2883,'4480',115,'petfood7_horseshoe',2,0,0,1,0,0,76,-1,0,'','0','0'),(2884,'4481',738,'bolly_cherry',4,0,0,1,0,0,1,-1,0,'','1','0'),(2885,'4482',31,'jp_ceiling_lamp',4,0,0,1,0,0,99,-1,0,'','1','0'),(2886,'4483',31,'jp_bed',4,0,0,1,0,0,99,-1,0,'','1','0'),(2887,'4484',738,'exe_drinks_cabinet',4,0,0,1,0,0,12,-1,0,'','1','0'),(2888,'4485',738,'cine_curtain_red',4,0,0,1,0,0,6,-1,0,'','1','0'),(2889,'4486',738,'sf_pod_dark',4,0,0,1,0,0,10,-1,0,'','1','0'),(2890,'4487',738,'dark_merdragon',4,0,0,1,0,0,34,-1,0,'','1','0'),(2891,'4488',35,'a4 romantique_divider',4,0,0,1,0,0,23,-1,0,'','1','0'),(2892,'4489',738,'black_dino_egg',0,3600,5,1,0,0,13,-1,0,'','1','0'),(2893,'4490',307,'CF_500_platinum_bar',500,0,0,1,0,0,14,-1,0,'','1','0'),(2894,'4491',41,'theatre_stage',4,0,0,1,0,0,12,-1,0,'','1','0'),(2895,'4492',41,'theatre_mask',4,0,0,1,0,0,7,-1,0,'','1','0'),(2896,'4493',41,'theatre_carpet',4,0,0,1,0,0,1,-1,0,'','1','0'),(2897,'4494',41,'theatre_lights',4,0,0,1,0,0,6,-1,0,'','1','0'),(2898,'4495',41,'theatre_rug',4,0,0,1,0,0,8,-1,0,'','1','0'),(2899,'4496',41,'theatre_stool',4,0,0,1,0,0,14,-1,0,'','1','0'),(2900,'4497',41,'theatre_wall',4,0,0,1,0,0,14,-1,0,'','1','0'),(2901,'4498',41,'theatre_switch',4,0,0,1,0,0,13,-1,0,'','1','0'),(2902,'4499',41,'theatre_chair',4,0,0,1,0,0,2,-1,0,'','1','0'),(2903,'4500',41,'theatre_curtain',4,0,0,1,0,0,3,-1,0,'','1','0'),(2904,'4501',41,'theatre_floor',4,0,0,1,0,0,5,-1,0,'','1','0'),(2905,'4502',41,'theatre_plant',4,0,0,1,0,0,77,-1,0,'','0','0'),(2906,'4503',41,'theatre_edge',4,0,0,1,0,0,4,-1,0,'','1','0'),(2907,'4504',41,'theatre_spotlight',4,0,0,1,0,0,11,-1,0,'','1','0'),(2908,'4505',255,'wf_act_give_reward',7,0,0,1,0,0,3,-1,0,'','1','0'),(2909,'4506',52,'petfood28',1,0,0,1,0,0,29,-1,0,'','1','0'),(2910,'4507',115,'toy2',0,75,0,1,0,0,1,-1,0,'','1','0'),(2911,'4508',115,'nest_bunny',2,0,0,1,0,0,78,-1,0,'','0','0'),(2912,'4509',115,'nest_bunny_green',2,0,0,1,0,0,79,-1,0,'','0','0'),(2913,'4510',115,'nest_bunny_blue',2,0,0,1,0,0,80,-1,0,'','0','0'),(2914,'4511',369,'lido_bench',4,0,0,1,0,0,99,-1,0,'','1','0'),(2915,'4512',369,'lidowall3',4,0,0,1,0,0,99,-1,0,'','1','0'),(2916,'4513',369,'lido_parasol',4,0,0,1,0,0,99,-1,0,'','1','0'),(2917,'4514',369,'lidowall1',4,0,0,1,0,0,99,-1,0,'','1','0'),(2918,'4515',369,'lidofence',4,0,0,1,0,0,99,-1,0,'','1','0'),(2919,'4516',369,'lido_chair',4,0,0,1,0,0,99,-1,0,'','1','0'),(2920,'4517',369,'lido_kiosk',4,0,0,1,0,0,99,-1,0,'','1','0'),(2921,'4518',369,'lido_table',4,0,0,1,0,0,99,-1,0,'','1','0'),(2922,'4519',369,'lidotree1',4,0,0,1,0,0,99,-1,0,'','1','0'),(2923,'4520',369,'lidodoor',4,0,0,1,0,0,99,-1,0,'','1','0'),(2924,'4521',369,'lidotile',4,0,0,1,0,0,99,-1,0,'','1','0'),(2925,'4522',369,'lido_kiosk_block',4,0,0,1,0,0,99,-1,0,'','1','0'),(2926,'4523',369,'lidostairs',4,0,0,1,0,0,99,-1,0,'','1','0'),(2927,'4524',369,'lidostage',4,0,0,1,0,0,99,-1,0,'','1','0'),(2928,'4525',369,'lidowall2',4,0,0,1,0,0,99,-1,0,'','1','0'),(2929,'4526',371,'wl_wall2',4,0,0,1,0,0,1,-1,0,'','1','0'),(2930,'4527',371,'wl_table2',4,0,0,1,0,0,3,-1,0,'','1','0'),(2931,'4528',371,'wl_sofa',4,0,0,1,0,0,5,-1,0,'','1','0'),(2932,'4529',371,'wl_wall1',4,0,0,1,0,0,2,-1,0,'','1','0'),(2933,'4530',371,'wl_floor',4,0,0,1,0,0,8,-1,0,'','1','0'),(2934,'4531',371,'wl_rdesk',4,0,0,1,0,0,7,-1,0,'','1','0'),(2935,'4532',371,'wl_shelf',4,0,0,1,0,0,6,-1,0,'','1','0'),(2936,'4533',371,'wl_chair',4,0,0,1,0,0,9,-1,0,'','1','0'),(2937,'4534',371,'wl_table1',4,0,0,1,0,0,4,-1,0,'','1','0'),(2938,'4535',370,'pcnc_tilegrass',4,0,0,1,0,0,12,-1,0,'','1','0'),(2939,'4536',370,'pcnc_dvdrtile',4,0,0,1,0,0,5,-1,0,'','1','0'),(2940,'4537',370,'pcnc_wtable',4,0,0,1,0,0,20,-1,0,'','1','0'),(2941,'4538',370,'pcnc_shrub',4,0,0,1,0,0,10,-1,0,'','1','0'),(2942,'4539',370,'pcnc_fountain',4,0,0,1,0,0,6,-1,0,'','1','0'),(2943,'4540',370,'pcnc_tiledirt',4,0,0,1,0,0,11,-1,0,'','1','0'),(2944,'4541',370,'pcnc_gazebohack',4,0,0,1,0,0,8,-1,0,'','1','0'),(2945,'4542',370,'pcnc_wall1',4,0,0,1,0,0,14,-1,0,'','1','0'),(2946,'4543',370,'pcnc_carp',4,0,0,1,0,0,2,-1,0,'','1','0'),(2947,'4544',370,'pcnc_door',4,0,0,1,0,0,4,-1,0,'','1','0'),(2948,'4545',370,'pcnc_wood',4,0,0,1,0,0,19,-1,0,'','1','0'),(2949,'4546',370,'pcnc_redbench',4,0,0,1,0,0,9,-1,0,'','1','0'),(2950,'4547',370,'pcnc_wall2',4,0,0,1,0,0,17,-1,0,'','1','0'),(2951,'4548',370,'pcnc_swing',4,0,0,1,0,0,10,-1,0,'','1','0'),(2952,'4549',370,'pcnc_bbq',4,0,0,1,0,0,1,-1,0,'','1','0'),(2953,'4550',370,'pcnc_tilestone',4,0,0,1,0,0,14,-1,0,'','1','0'),(2954,'4551',370,'pcnc_tree',4,0,0,1,0,0,13,-1,0,'','1','0'),(2955,'4552',370,'pcnc_carrot',4,0,0,1,0,0,3,-1,0,'','1','0'),(2956,'4553',370,'pcnc_gazebo',4,0,0,1,0,0,7,-1,0,'','1','0'),(2957,'4554',370,'pcnc_wbench',4,0,0,1,0,0,18,-1,0,'','1','0'),(2958,'4555',738,'nest_bunny_evil',2,0,0,1,0,0,14,-1,0,'','1','0'),(2959,'4556',115,'nest_bunny_dep',2,0,0,1,0,0,13,-1,0,'','1','0'),(2960,'4557',115,'nest_bunny_love',2,0,0,1,0,0,14,-1,0,'','1','0'),(2961,'4558',566,'ads_dfrisss',4,0,0,1,0,0,81,-1,0,'','0','0'),(2962,'4559',512,'table_plasto_round_lm1',5,0,0,1,0,0,99,-1,0,'','1','0'),(2963,'4560',513,'chair_plasty2',2,0,0,1,0,0,99,-1,0,'','1','0'),(2964,'4561',513,'table_plasto2_sq',2,0,0,1,0,0,10,-1,0,'','1','0'),(2965,'4562',515,'chair_plasto3',2,0,0,1,0,0,18,-1,0,'','1','0'),(2966,'4563',515,'table_plasto3_4leg',5,0,0,1,0,0,6,-1,0,'','1','0'),(2967,'4564',515,'chair_plasty3',2,0,0,1,0,0,99,-1,0,'','1','0'),(2968,'4565',512,'table_plasto_sq_lm1',2,0,0,1,0,0,99,-1,0,'','1','0'),(2969,'4566',512,'chair_plasty_lm1',2,0,0,1,0,0,99,-1,0,'','1','0'),(2970,'4567',515,'table_plasto3_bigsq',5,0,0,1,0,0,8,-1,0,'','1','0'),(2971,'4568',515,'table_plasto3_sq',2,0,0,1,0,0,11,-1,0,'','1','0'),(2972,'4569',512,'table_plasto_bigsq_lm1',5,0,0,1,0,0,99,-1,0,'','1','0'),(2973,'4570',513,'table_plasto2_bigsq',5,0,0,1,0,0,7,-1,0,'','1','0'),(2974,'4571',513,'table_plasto2_4leg',5,0,0,1,0,0,5,-1,0,'','1','0'),(2975,'4572',513,'table_plasto2_round',5,0,0,1,0,0,9,-1,0,'','1','0'),(2976,'4573',512,'table_plasto_4leg_lm1',5,0,0,1,0,0,17,-1,0,'','1','0'),(2977,'4574',513,'chair_plasto2',2,0,0,1,0,0,17,-1,0,'','1','0'),(2978,'4575',512,'chair_plasto_lm1',2,0,0,1,0,0,20,-1,0,'','1','0'),(2979,'4576',515,'table_plasto3_round',5,0,0,1,0,0,10,-1,0,'','1','0'),(2980,'4577',66,'easel_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(2981,'4578',248,'mnstr_revival',3,0,0,1,0,0,2,-1,0,'','1','0'),(2982,'4579',411,'gh_div_wall',4,0,0,1,0,0,4,-1,0,'','1','0'),(2983,'4580',411,'watering_can',4,0,0,1,0,0,11,-1,0,'','1','0'),(2984,'4581',411,'gh_div_cor',4,0,0,1,0,0,3,-1,0,'','1','0'),(2985,'4582',247,'mnstr_seed',20,0,0,1,0,0,1,-1,0,'','1','0'),(2986,'4583',411,'gardening_box',4,0,0,1,0,0,1,-1,0,'','1','0'),(2987,'4584',411,'stone_platform',4,0,0,1,0,0,9,-1,0,'','1','0'),(2988,'4585',411,'stone_stairs',4,0,0,1,0,0,10,-1,0,'','1','0'),(2989,'4586',514,'chair_plasty4',2,0,0,1,0,0,99,-1,0,'','1','0'),(2990,'4587',514,'table_plasto4_4leg',2,0,0,1,0,0,99,-1,0,'','1','0'),(2991,'4588',514,'table_plasto4_sq',2,0,0,1,0,0,99,-1,0,'','1','0'),(2992,'4589',514,'table_plasto4_bigsq',2,0,0,1,0,0,99,-1,0,'','1','0'),(2993,'4590',514,'chair_plasto4',2,0,0,1,0,0,19,-1,0,'','1','0'),(2994,'4591',514,'table_plasto4_round',5,0,0,1,0,0,99,-1,0,'','1','0'),(2995,'4592',248,'mnstr_rebreed',10,0,0,1,0,0,3,-1,0,'','1','0'),(2996,'4593',248,'mnstr_fert',3,250,0,1,0,0,1,-1,0,'','1','0'),(2997,'4594',738,'dragonlamp_shinobi',0,3600,5,1,0,1,14,-1,0,'','1','0'),(2998,'4595',31,'jp_divider',3,0,0,1,0,0,99,-1,0,'','1','0'),(2999,'4596',31,'jp_gate',4,0,0,1,0,0,99,-1,0,'','1','0'),(3000,'4597',736,'prizetrophy_breed_g',0,75,0,1,0,0,37,-1,0,'','1','0'),(3001,'4598',736,'prizetrophy_breed_s',0,75,0,1,0,0,38,-1,0,'','1','0'),(3002,'4599',736,'prizetrophy_breed_b',0,75,0,1,0,0,39,-1,0,'','1','0'),(3003,'4600',736,'prizetrophy_nurture_g',0,75,0,1,0,0,43,-1,0,'','1','0'),(3004,'4601',736,'prizetrophy_nurture_s',0,75,0,1,0,0,44,-1,0,'','1','0'),(3005,'4602',736,'prizetrophy_nurture_b',0,75,0,1,0,0,45,-1,0,'','1','0'),(3006,'4603',411,'stone_flowerbed',4,0,0,1,0,0,8,-1,0,'','1','0'),(3007,'4604',247,'mnstr_seed_rare',155,50,5,1,0,0,2,-1,0,'','1','0'),(3008,'4605',551,'ads_mad3',4,0,0,1,0,0,99,-1,0,'','1','0'),(3009,'4606',738,'mnstr_waterfall',4,0,0,1,0,0,6,-1,0,'','1','0'),(3010,'4607',248,'mnstr_rebreed_2',30,0,0,1,0,0,4,-1,0,'','1','0'),(3011,'4608',248,'mnstr_rebreed_3',80,0,0,1,0,0,5,-1,0,'','1','0'),(3012,'4609',738,'garden_caterpillar',4,0,0,1,0,0,99,-1,0,'','1','0'),(3013,'4610',552,'ads_cp_trophy',4,0,0,1,0,0,99,-1,0,'','1','0'),(3014,'4611',474,'ads_ontour',4,0,0,1,0,0,21,-1,0,'','1','0'),(3015,'4612',307,'CF_75_ruby_small',75,0,0,1,0,0,3,-1,0,'','1','0'),(3016,'4613',307,'CF_200_ruby',200,0,0,1,0,0,7,-1,0,'','1','0'),(3017,'4614',737,'prizetrophy_habboway',0,75,0,1,0,0,99,-1,0,'','1','0'),(3018,'4615',271,'patch_cloud',4,0,0,1,0,0,6,-1,0,'','1','0'),(3019,'4616',401,'garden_bfly',4,0,0,1,0,0,8,-1,0,'','1','0'),(3020,'4617',188,'kuurna_red_sofa',4,0,0,1,0,0,2,-1,0,'','1','0'),(3021,'4618',188,'kuurna_red_chair',4,0,0,1,0,0,5,-1,0,'','1','0'),(3022,'4619',188,'kuurna_red_chair1',4,0,0,1,0,0,3,-1,0,'','1','0'),(3023,'4620',188,'kuurna_red_table',4,0,0,1,0,0,1,-1,0,'','1','0'),(3024,'4621',188,'kuurna_red_table1',4,0,0,1,0,0,4,-1,0,'','1','0'),(3025,'4622',188,'kuurna_red_lamp',4,0,0,1,0,0,6,-1,0,'','1','0'),(3026,'4623',188,'pixel_memorial',4,0,0,1,0,0,7,-1,0,'','1','0'),(3027,'4624',737,'trophy_torch',0,75,0,1,0,0,99,-1,0,'','1','0'),(3028,'4625',701,'js_exe_chair',2,0,0,1,0,0,2,-1,0,'','1','0'),(3029,'4626',701,'js_exe_gate',4,0,0,1,0,0,5,-1,0,'','1','0'),(3030,'4627',701,'js_exe_bardesk',5,0,0,1,0,0,1,-1,0,'','1','0'),(3031,'4628',701,'js_exe_sofa',4,0,0,1,0,0,7,-1,0,'','1','0'),(3032,'4629',701,'js_exe_corner',4,0,0,1,0,0,4,-1,0,'','1','0'),(3033,'4630',701,'js_exe_rug',4,0,0,1,0,0,6,-1,0,'','1','0'),(3034,'4631',701,'js_exe_chair2',2,0,0,1,0,0,3,-1,0,'','1','0'),(3035,'4632',701,'js_exe_s_table',5,0,0,1,0,0,8,-1,0,'','1','0'),(3036,'4633',120,'anc_pharaoh_tele',4,0,0,1,0,0,13,-1,0,'','1','0'),(3037,'4634',120,'anc_artifact1',4,0,0,1,0,0,2,-1,0,'','1','0'),(3038,'4635',120,'anc_trophy_obsidian',4,0,0,1,0,0,15,-1,0,'','1','0'),(3039,'4636',120,'anc_pyramid_block',4,0,0,1,0,0,14,-1,0,'','1','0'),(3040,'4637',120,'anc_trophy_marble',4,0,0,1,0,0,21,-1,0,'','1','0'),(3041,'4638',120,'anc_trophy_sstone',4,0,0,1,0,0,23,-1,0,'','1','0'),(3042,'4639',120,'anc_hot_sands',4,0,0,1,0,0,11,-1,0,'','1','0'),(3043,'4640',738,'sp_statue',4,0,0,1,0,0,82,-1,0,'','0','0'),(3044,'4641',737,'prizetrophy_frank',0,75,0,1,0,0,99,-1,0,'','1','0'),(3045,'4642',120,'anc_ele_rock',4,0,0,1,0,0,10,-1,0,'','1','0'),(3046,'4643',120,'shallow',4,0,0,1,0,0,27,-1,0,'','1','0'),(3047,'4644',120,'anc_ele_grass',4,0,0,1,0,0,10,-1,0,'','1','0'),(3048,'4645',120,'anc_sun',4,0,0,1,0,0,18,-1,0,'','1','0'),(3049,'4646',120,'pink_flamingo',4,0,0,1,0,0,16,-1,0,'','1','0'),(3050,'4647',120,'anc_bones',4,0,0,1,0,0,5,-1,0,'','1','0'),(3051,'4648',120,'anc_artifact2',4,0,0,1,0,0,3,-1,0,'','1','0'),(3052,'4649',120,'anc_jngl_patch',4,0,0,1,0,0,12,-1,0,'','1','0'),(3053,'4650',120,'anc_talltree',4,0,0,1,0,0,20,-1,0,'','1','0'),(3054,'4651',120,'anc_waterfall',4,0,0,1,0,0,24,-1,0,'','1','0'),(3055,'4652',120,'anc_mossyrock',4,0,0,1,0,0,14,-1,0,'','1','0'),(3056,'4653',120,'anc_comfy_tree',4,0,0,1,0,0,9,-1,0,'','1','0'),(3057,'4654',120,'gate_of_eternity',4,0,0,1,0,0,14,-1,0,'','1','0'),(3058,'4655',120,'anc_artifact3',4,0,0,1,0,0,4,-1,0,'','1','0'),(3059,'4656',697,'track12_circle',4,0,0,1,0,0,48,-1,0,'','1','0'),(3060,'4657',697,'track12_hurdle',4,0,0,1,0,0,26,-1,0,'','1','0'),(3061,'4658',697,'track12_ele_podium2',4,0,0,1,0,0,50,-1,0,'','1','0'),(3062,'4659',695,'track12_tea_mother',10,0,0,1,0,0,28,-1,0,'','1','0'),(3063,'4660',697,'track12_hammer',4,0,0,1,0,0,51,-1,0,'','1','0'),(3064,'4661',697,'track12_mini_torch',4,0,0,1,0,0,27,-1,0,'','1','0'),(3065,'4662',697,'track12_ele_podium1',4,0,0,1,0,0,49,-1,0,'','1','0'),(3066,'4663',695,'track12_ujack_sofa',3,0,0,1,0,0,57,-1,0,'','1','0'),(3067,'4664',697,'track12_weight',4,0,0,1,0,0,58,-1,0,'','1','0'),(3068,'4665',225,'prizetrophy_track12_g',15,0,0,1,0,0,1,-1,0,'','1','0'),(3069,'4666',225,'prizetrophy_track12_s',10,0,0,1,0,0,2,-1,0,'','1','0'),(3070,'4667',225,'prizetrophy_track12_b',5,0,0,1,0,0,3,-1,0,'','1','0'),(3071,'4668',738,'track12_javstatue',4,0,0,1,0,0,54,-1,0,'','1','0'),(3072,'4669',738,'track12_hcauldron',4,0,0,1,0,0,25,-1,0,'','1','0'),(3073,'4670',686,'lon_block2',4,0,0,1,0,0,4,-1,0,'','1','0'),(3074,'4671',686,'lon_base',4,0,0,1,0,0,2,-1,0,'','1','0'),(3075,'4672',686,'lon_window',4,0,0,1,0,0,7,-1,0,'','1','0'),(3076,'4673',697,'lon_gate',4,0,0,1,0,0,5,-1,0,'','1','0'),(3077,'4674',686,'lon_roof',4,0,0,1,0,0,5,-1,0,'','1','0'),(3078,'4675',686,'lon_block1',4,0,0,1,0,0,3,-1,0,'','1','0'),(3079,'4676',429,'hof_parameter_test',4,0,0,1,0,0,83,-1,0,'','0','0'),(3080,'4677',6,'matic_walkway_red',4,0,0,1,0,0,99,-1,0,'','1','0'),(3081,'4678',6,'matic_tree_green',4,0,0,1,0,0,99,-1,0,'','1','0'),(3082,'4679',6,'matic_walkway_silver',4,0,0,1,0,0,99,-1,0,'','1','0'),(3083,'4680',6,'matic_cont_duck',4,0,0,1,0,0,99,-1,0,'','1','0'),(3084,'4681',6,'matic_tree_blue',4,0,0,1,0,0,99,-1,0,'','1','0'),(3085,'4682',6,'matic_tree_silver',4,0,0,1,0,0,99,-1,0,'','1','0'),(3086,'4683',6,'matic_cont_frank',4,0,0,1,0,0,99,-1,0,'','1','0'),(3087,'4684',6,'matic_cont_alien',4,0,0,1,0,0,99,-1,0,'','1','0'),(3088,'4685',6,'matic_tree_yellow',4,0,0,1,0,0,99,-1,0,'','1','0'),(3089,'4686',6,'matic_probe',4,0,0,1,0,0,99,-1,0,'','1','0'),(3090,'4687',6,'matic_walkway_green',4,0,0,1,0,0,99,-1,0,'','1','0'),(3091,'4688',6,'matic_tree_red',4,0,0,1,0,0,99,-1,0,'','1','0'),(3092,'4689',6,'matic_walkway_blue',4,0,0,1,0,0,99,-1,0,'','1','0'),(3093,'4690',6,'matic_walkway_yellow',4,0,0,1,0,0,99,-1,0,'','1','0'),(3094,'4691',560,'ads_spiderman_trophy',4,0,0,1,0,0,28,-1,0,'','1','0'),(3095,'4692',261,'matic_box',7,0,0,1,0,0,15,-1,0,'','1','0'),(3096,'4693',6,'matic_wirerig',4,0,0,1,0,0,99,-1,0,'','1','0'),(3097,'4694',6,'matic_dispenser',10,0,0,1,0,0,99,-1,0,'','1','0'),(3098,'4695',36,'matic_mech',4,0,0,1,0,0,31,-1,0,'','1','0'),(3099,'4696',551,'ads_mad3_edit',4,0,0,1,0,0,99,-1,0,'','1','0'),(3100,'4697',223,'roombg_color',18,20,5,1,0,0,99,-1,0,'','1','0'),(3101,'4698',271,'roombg_mountains1',4,0,0,1,0,0,3,-1,0,'','1','0'),(3102,'4699',223,'roombg_cloud_dark',4,0,0,1,0,0,5,-1,0,'','1','0'),(3103,'4700',223,'roombg_cloud',4,0,0,1,0,0,4,-1,0,'','1','0'),(3104,'4701',590,'cloud_egg',0,3600,5,1,0,0,12,-1,0,'','1','0'),(3105,'4702',738,'cloud_throne',4,0,0,1,0,0,2,-1,0,'','1','0'),(3106,'4703',279,'jetset_yacht_front',4,0,0,1,0,0,12,-1,0,'','1','1'),(3107,'4704',279,'js_jetski',4,0,0,1,0,0,20,-1,0,'','1','1'),(3108,'4705',279,'vip_gate',4,0,0,1,0,0,23,-1,0,'','1','1'),(3109,'4706',279,'jetset_yacht_mid_1',4,0,0,1,0,0,14,-1,0,'','1','1'),(3110,'4707',279,'jetset_landhigh',4,0,0,1,0,0,1,-1,0,'','1','0'),(3111,'4708',279,'jetset_landlow',4,0,0,1,0,0,2,-1,0,'','1','0'),(3112,'4709',279,'jetset_yacht_back',4,0,0,1,0,0,11,-1,0,'','1','1'),(3113,'4710',279,'jetset_yacht_mid_2',4,0,0,1,0,0,13,-1,0,'','1','1'),(3114,'4711',279,'jetset_vipscreen',4,0,0,1,0,0,10,-1,0,'','1','1'),(3115,'4712',279,'jetset_yacht_mid_3',4,0,0,1,0,0,14,-1,0,'','1','1'),(3116,'4713',279,'js_jetski2',4,0,0,1,0,0,21,10501,0,'','1','1'),(3117,'4714',279,'jetset_tent',4,0,0,1,0,0,5,-1,0,'','1','1'),(3118,'4715',279,'jetset_stonejetty',4,0,0,1,0,0,4,-1,0,'','1','0'),(3119,'4716',279,'vip_hopper',4,0,0,1,0,0,24,-1,0,'','1','1'),(3120,'4717',737,'prizetrophy_room_1',0,75,0,1,0,0,99,-1,0,'','1','0'),(3121,'4718',279,'js_bouncer',4,0,0,1,0,0,17,-1,0,'','1','1'),(3122,'4719',279,'jetset_vault_wall',4,0,0,1,0,0,9,-1,0,'','1','0'),(3123,'4720',279,'jetset_vault_crnr',4,0,0,1,0,0,7,-1,0,'','1','0'),(3124,'4721',279,'jetset_moneypatch',4,0,0,1,0,0,3,-1,0,'','1','1'),(3125,'4722',279,'jetset_vault_door',4,0,0,1,0,0,8,-1,0,'','1','0'),(3126,'4723',590,'diamond_dragon',0,3600,5,1,0,2,11,-1,0,'','1','0'),(3127,'4724',590,'diamond_throne',4,0,0,1,0,0,32,-1,0,'','1','0'),(3128,'4725',279,'roombg_jetset',4,0,0,1,0,0,15,-1,0,'','1','1'),(3129,'4726',279,'jetset_vipscreencr',4,0,0,1,0,0,10,-1,0,'','1','1'),(3130,'4727',738,'jetset_tub',4,0,0,1,0,0,6,-1,0,'','1','0'),(3131,'4728',279,'js_coins',4,0,0,1,0,0,19,-1,0,'','1','1'),(3132,'4729',393,'hween12_cart',4,0,0,1,0,0,2,-1,0,'','1','0'),(3133,'4730',393,'hween12_entry',4,0,0,1,0,0,7,-1,0,'','1','0'),(3134,'4731',393,'hween12_track',4,0,0,1,0,0,19,-1,0,'','1','0'),(3135,'4732',393,'hween12_orb',4,0,0,1,0,0,13,-1,0,'','1','0'),(3136,'4733',393,'hween12_scarecrow',4,0,0,1,0,0,14,-1,0,'','1','0'),(3137,'4734',393,'roombg_hween12',4,0,0,1,0,0,-1,-1,0,'','1','0'),(3138,'4735',393,'hween12_costume_hopper',4,0,0,1,0,0,4,-1,0,'','1','0'),(3139,'4736',393,'hween12_track_crl',4,0,0,1,0,0,20,-1,0,'','1','0'),(3140,'4737',393,'hween12_shedskin',4,0,0,1,0,0,17,-1,0,'','1','0'),(3141,'4738',676,'hween12_guillotine',4,0,0,1,0,0,10,10501,0,'','1','0'),(3142,'4739',393,'hween12_track_crr',4,0,0,1,0,0,21,-1,0,'','1','0'),(3143,'4740',393,'hween12_moon',4,0,0,1,0,0,14,-1,0,'','1','0'),(3144,'4741',393,'hween12_coffin',4,0,0,1,0,0,3,-1,0,'','1','0'),(3145,'4742',393,'hween12_lantern',4,0,0,1,0,0,11,-1,0,'','1','0'),(3146,'4743',393,'hween12_mirror',4,0,0,1,0,0,12,-1,0,'','1','0'),(3147,'4744',393,'cannon',4,0,0,1,0,0,19,-1,0,'','1','0'),(3148,'4745',724,'hween12_duck',4,0,0,1,0,0,6,-1,0,'','1','0'),(3149,'4746',393,'hween12_floor',2,0,0,1,0,0,8,-1,0,'','1','0'),(3150,'4747',393,'hween12_wall',4,0,0,1,0,0,15,-1,0,'','1','0'),(3151,'4748',393,'costume_gate',4,0,0,1,0,0,19,-1,0,'','1','0'),(3152,'4749',393,'hween12_fortune',4,0,0,1,0,0,9,-1,0,'','1','0'),(3153,'4750',393,'hween12_cage',4,0,0,1,0,0,1,-1,0,'','1','0'),(3154,'4751',393,'hween12_grabby',10,0,0,1,0,0,10,-1,0,'','1','0'),(3155,'4752',393,'hween12_wolf',4,0,0,1,0,0,23,-1,0,'','1','0'),(3156,'4753',393,'hween12_strengthtest',4,0,0,1,0,0,18,-1,0,'','1','0'),(3157,'4754',74,'hs_stage_blue',4,0,0,1,0,0,99,-1,0,'','1','0'),(3158,'4755',74,'hs_smoke',4,0,0,1,0,0,99,-1,0,'','1','0'),(3159,'4756',74,'hs_carpet',4,0,0,1,0,0,99,-1,0,'','1','0'),(3160,'4757',74,'hs_circstage',4,0,0,1,0,0,99,-1,0,'','1','0'),(3161,'4758',74,'hs_stage_black',4,0,0,1,0,0,99,-1,0,'','1','0'),(3162,'4759',74,'hs_stage_pink',4,0,0,1,0,0,99,-1,0,'','1','0'),(3163,'4760',74,'hs_prop',4,0,0,1,0,0,99,-1,0,'','1','0'),(3164,'4761',74,'hs_dnctile_1',1,0,0,1,0,0,99,-1,0,'','1','0'),(3165,'4762',74,'hs_lightstrip_pink',4,0,0,1,0,0,99,-1,0,'','1','0'),(3166,'4763',74,'hs_stage_long_black',4,0,0,1,0,0,99,-1,0,'','1','0'),(3167,'4764',74,'hs_carpet_blk',4,0,0,1,0,0,99,-1,0,'','1','0'),(3168,'4765',74,'hs_stage_long_blue',4,0,0,1,0,0,99,-1,0,'','1','0'),(3169,'4766',74,'hs_stairs_pink',4,0,0,1,0,0,99,-1,0,'','1','0'),(3170,'4767',74,'hs_stage_long_pink',4,0,0,1,0,0,99,-1,0,'','1','0'),(3171,'4768',74,'hs_bpass',4,0,0,1,0,0,99,-1,0,'','1','0'),(3172,'4769',74,'hs_stairs_blue',4,0,0,1,0,0,99,-1,0,'','1','0'),(3173,'4770',74,'hs_stairs_black',4,0,0,1,0,0,99,-1,0,'','1','0'),(3174,'4771',74,'hs_lightstrip_blue',4,0,0,1,0,0,99,-1,0,'','1','0'),(3175,'4772',74,'hs_marswalk',4,0,0,1,0,0,99,-1,0,'','1','0'),(3176,'4773',74,'hs_balcony',4,0,0,1,0,0,99,-1,0,'','1','0'),(3177,'4774',74,'hs_box',4,0,0,1,0,0,99,-1,0,'','1','0'),(3178,'4775',74,'hs_chair',2,0,0,1,0,0,84,-1,0,'','0','0'),(3179,'4776',421,'sfx_xylo',4,0,0,1,0,0,23,-1,0,'','1','0'),(3180,'4777',421,'sfx_dubstep3_2',4,0,0,1,0,0,8,-1,0,'','1','0'),(3181,'4778',421,'sfx_dubstep3',4,0,0,1,0,0,7,-1,0,'','1','0'),(3182,'4779',421,'sfx_xylo_high',4,0,0,1,0,0,16,-1,0,'','1','0'),(3183,'4780',421,'sfx_bigfinish_jamesbrown',4,0,0,1,0,0,85,-1,0,'','0','0'),(3184,'4781',421,'sfx_funkhorn',4,0,0,1,0,0,10,-1,0,'','1','0'),(3185,'4782',421,'sfx_dubstep1',4,0,0,1,0,0,5,-1,0,'','1','0'),(3186,'4783',421,'sfx_xylo2',4,0,0,1,0,0,24,-1,0,'','1','0'),(3187,'4784',421,'sfx_dubstep2',4,0,0,1,0,0,6,-1,0,'','1','0'),(3188,'4785',421,'sfx_highhatintro',4,0,0,1,0,0,11,-1,0,'','1','0'),(3189,'4786',421,'sfx_jamesbrown_hey',4,0,0,1,0,0,86,-1,0,'','0','0'),(3190,'4787',421,'sfx_drumloop',4,0,0,1,0,0,4,-1,0,'','1','0'),(3191,'4788',421,'sfx_pad3',4,0,0,1,0,0,17,-1,0,'','1','0'),(3192,'4789',421,'sfx_xylopattern',4,0,0,1,0,0,25,-1,0,'','1','0'),(3193,'4790',421,'sfx_pad1',4,0,0,1,0,0,13,-1,0,'','1','0'),(3194,'4791',421,'sfx_pad2',4,0,0,1,0,0,14,-1,0,'','1','0'),(3195,'4792',46,'sound_set_77',4,0,0,1,0,0,87,-1,0,'','0','0'),(3196,'4793',46,'sound_set_78',4,0,0,1,0,0,88,-1,0,'','0','0'),(3197,'4794',590,'dia_uplink',4,0,0,1,0,0,99,-1,0,'','1','0'),(3198,'4795',590,'dia_podium',4,0,0,1,0,0,31,-1,0,'','1','0'),(3199,'4796',278,'pet_breeding_bear',15,0,0,1,0,0,99,-1,0,'0','1','0'),(3200,'4797',683,'mystery_box',3,0,0,1,0,0,99,-1,0,'','1','0'),(3201,'4798',421,'sfx_strange_echoes_2',4,0,0,1,0,0,20,-1,0,'','1','0'),(3202,'4799',421,'sfx_bass1',4,0,0,1,0,0,1,-1,0,'','1','0'),(3203,'4800',421,'sfx_sqrpad_dbldotted',4,0,0,1,0,0,18,-1,0,'','1','0'),(3204,'4801',421,'sfx_bass_dbl',1,150,0,1,0,0,2,-1,0,'','1','0'),(3205,'4802',421,'sfx_strange_echoes_1',4,0,0,1,0,0,19,-1,0,'','1','0'),(3206,'4803',421,'sfx_strange_echoes_3',4,0,0,1,0,0,21,-1,0,'','1','0'),(3207,'4804',481,'xmas12_floortile',2,0,0,1,0,0,8,-1,0,'','1','0'),(3208,'4805',481,'xmas12_bardesk',5,0,0,1,0,0,1,-1,0,'','1','0'),(3209,'4806',481,'xmas12_pork',4,0,0,1,0,0,13,-1,0,'','1','0'),(3210,'4807',481,'xmas12_nutcracker',4,0,0,1,0,0,10,-1,0,'','1','0'),(3211,'4808',481,'xmas12_table',5,0,0,1,0,0,18,-1,0,'','1','0'),(3212,'4809',738,'xmas12_santathrone',4,0,0,1,0,0,14,-1,0,'','1','0'),(3213,'4810',481,'xmas12_npole',4,0,0,1,0,0,10,-1,0,'','1','0'),(3214,'4811',481,'xmas12_chair',2,0,0,1,0,0,5,-1,0,'','1','0'),(3215,'4812',481,'xmas12_fireplace',4,0,0,1,0,0,7,-1,0,'','1','0'),(3216,'4813',481,'xmas12_pillar2',4,0,0,1,0,0,12,-1,0,'','1','0'),(3217,'4814',481,'xmas12_barrel',10,0,0,1,0,0,2,-1,0,'','1','0'),(3218,'4815',481,'xmas12_pillar1',4,0,0,1,0,0,11,-1,0,'','1','0'),(3219,'4816',481,'xmas12_pillar3',4,0,0,1,0,0,14,-1,0,'','1','0'),(3220,'4817',481,'xmas12_snack',4,0,0,1,0,0,17,-1,0,'','1','0'),(3221,'4818',481,'xmas12_floortile2',2,0,0,1,0,0,9,-1,0,'','1','0'),(3222,'4819',481,'xmas12_cfloor',1,0,0,1,0,0,3,-1,0,'','1','0'),(3223,'4820',738,'xmas12_worktable',4,0,0,1,0,0,23,-1,0,'','1','0'),(3224,'4821',481,'xmas12_cfloorbig',2,0,0,1,0,0,4,-1,0,'','1','0'),(3225,'4822',481,'roombg_aurora',4,0,0,1,0,0,-4,-1,0,'','1','0'),(3226,'4823',115,'pet_toy_ball',2,0,0,1,0,0,12,-1,0,'','1','0'),(3227,'4824',115,'pet_waterbottle',2,0,0,1,0,0,11,-1,0,'','1','0'),(3228,'4825',278,'pet_breeding_terrier',15,0,0,1,0,0,99,-1,0,'0','1','0'),(3229,'4826',115,'pet_blanket_pink',2,0,0,1,0,0,10,-1,0,'','1','0'),(3230,'4827',115,'pet_basket_blue',2,0,0,1,0,0,10,-1,0,'','1','0'),(3231,'4828',115,'pet_basket_pink',2,0,0,1,0,0,9,-1,0,'','1','0'),(3232,'4829',115,'pet_blanket_blue',2,0,0,1,0,0,8,-1,0,'','1','0'),(3233,'4830',411,'mnstr_compost',4,0,0,1,0,0,5,-1,0,'','1','0'),(3234,'4831',471,'ny2013_res',4,0,0,1,0,0,9,-1,0,'','1','0'),(3235,'4832',471,'ny2013_extrares',4,0,0,1,0,0,7,-1,0,'','1','0'),(3236,'4833',590,'holo_dragon',0,3600,5,1,0,0,10,-1,0,'','1','0'),(3237,'4834',64,'wf_act_call_stacks',10,0,0,1,0,0,14,-1,0,'','1','0'),(3238,'4835',471,'fireworks_15',4,0,0,1,0,0,13,10500,0,'','1','0'),(3239,'4836',67,'ny2013_chair',2,0,0,1,0,0,4,-1,0,'','1','0'),(3240,'4837',481,'reef_aquarium',4,0,0,1,0,0,5,-1,0,'','1','0'),(3241,'4838',67,'ny2013_calendar',4,0,0,1,0,0,3,-1,0,'','1','0'),(3242,'4839',67,'ny2013_block',4,0,0,1,0,0,2,-1,0,'','1','0'),(3243,'4840',471,'fireworks_14',4,0,0,1,0,0,14,-1,0,'','1','0'),(3244,'4841',67,'ny2013_aftermath',4,0,0,1,0,0,1,-1,0,'','1','0'),(3245,'4842',67,'ny2013_floor',2,0,0,1,0,0,8,-1,0,'','1','0'),(3246,'4843',67,'ny2013_clock',4,0,0,1,0,0,5,-1,0,'','1','0'),(3247,'4844',676,'ny2013_cup',4,0,0,1,0,0,6,-1,0,'','1','0'),(3248,'4845',349,'hc_roundchair',10,1,5,1,0,0,5,-1,0,'','1','1'),(3249,'4846',349,'hc_bigvase',10,1,5,1,0,0,1,-1,0,'','1','1'),(3250,'4847',229,'hc_knight_1',10,1,5,1,0,0,99,-1,0,'','1','1'),(3251,'4848',349,'hc_roundtable',10,1,5,1,0,0,6,-1,0,'','1','1'),(3252,'4849',349,'hc_cab',10,1,5,1,0,0,2,-1,0,'','1','1'),(3253,'4850',349,'hc_radio',10,1,5,1,0,0,4,-1,0,'','1','1'),(3254,'4851',349,'hc_luggage',10,1,5,1,0,0,3,-1,0,'','1','1'),(3255,'4852',739,'rare_dragonlamp_pink',0,3600,5,1,0,0,10,-1,0,'','1','0'),(3256,'4853',347,'pillow_silver',0,3600,5,1,0,0,11,-1,0,'','1','0'),(3257,'4854',347,'pillow_bronze',0,3600,5,1,0,0,10,-1,0,'','1','0'),(3258,'4855',736,'prizetrophy_cake_g',0,75,0,1,0,0,40,-1,0,'','1','0'),(3259,'4856',736,'prizetrophy_cake_s',0,75,0,1,0,0,41,-1,0,'','1','0'),(3260,'4857',736,'prizetrophy_cake_b',0,75,0,1,0,0,42,-1,0,'','1','0'),(3261,'4858',302,'china_snake',4,0,0,1,0,0,5,-1,0,'','1','0'),(3262,'4859',330,'a11 rare_icecream',0,3600,5,1,0,0,10,-1,0,'','1','0'),(3263,'4860',454,'val13_build_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(3264,'4861',454,'val13_gond_post',4,0,0,1,0,0,10,-1,0,'','1','0'),(3265,'4862',454,'val13_gond_mid1',4,0,0,1,0,0,8,-1,0,'','1','0'),(3266,'4863',454,'val13_water',4,0,0,1,0,0,14,-1,0,'','1','0'),(3267,'4864',454,'val13_div_2',4,0,0,1,0,0,5,-1,0,'','1','0'),(3268,'4865',454,'val13_gond_front',4,0,0,1,0,0,7,-1,0,'','1','0'),(3269,'4866',454,'val13_build_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(3270,'4867',454,'val13_build_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(3271,'4868',454,'val13_gond_back',4,0,0,1,0,0,6,-1,0,'','1','0'),(3272,'4869',454,'val13_gond_mid2',4,0,0,1,0,0,9,-1,0,'','1','0'),(3273,'4870',454,'val13_div_1',4,0,0,1,0,0,4,-1,0,'','1','0'),(3274,'4871',24,'pixel_plantred',4,0,0,1,0,0,24,-1,0,'','1','0'),(3275,'4872',24,'pixel_plantpink',4,0,0,1,0,0,46,-1,0,'','1','0'),(3276,'4873',24,'pixel_light_red',4,0,0,1,0,0,19,-1,0,'','1','0'),(3277,'4874',24,'pixel_plantblue',4,0,0,1,0,0,44,-1,0,'','1','0'),(3278,'4875',24,'pixel_plantgreen',4,0,0,1,0,0,23,-1,0,'','1','0'),(3279,'4876',24,'pixel_light_green',4,0,0,1,0,0,34,-1,0,'','1','0'),(3280,'4877',24,'pixel_light_pink',4,0,0,1,0,0,18,-1,0,'','1','0'),(3281,'4878',24,'pixel_plantblack',4,0,0,1,0,0,22,-1,0,'','1','0'),(3282,'4879',24,'pixel_light_blue',4,0,0,1,0,0,33,-1,0,'','1','0'),(3283,'4880',24,'pixel_carpet_red',4,0,0,1,0,0,10,-1,0,'','1','0'),(3284,'4881',24,'pixel_carpet_blue',4,0,0,1,0,0,7,-1,0,'','1','0'),(3285,'4882',24,'pixel_carpet_pink',4,0,0,1,0,0,9,-1,0,'','1','0'),(3286,'4883',24,'pixel_light_black',4,0,0,1,0,0,32,-1,0,'','1','0'),(3287,'4884',24,'pixel_carpet_black',4,0,0,1,0,0,6,-1,0,'','1','0'),(3288,'4885',240,'valentines_lovelock',4,0,0,1,0,0,1,-1,0,'','1','0'),(3289,'4886',24,'pixel_bed_blue',4,0,0,1,0,0,2,-1,0,'','1','0'),(3290,'4887',24,'pixel_smalltable_blue',2,0,0,1,0,0,51,-1,0,'','1','0'),(3291,'4888',24,'pixel_smalltable_red',2,0,0,1,0,0,54,-1,0,'','1','0'),(3292,'4889',24,'pixel_smalltable_pink',2,0,0,1,0,0,26,-1,0,'','1','0'),(3293,'4890',24,'pixel_smalltable_black',2,0,0,1,0,0,50,-1,0,'','1','0'),(3294,'4891',24,'pixel_smalltable_green',2,0,0,1,0,0,25,-1,0,'','1','0'),(3295,'4892',240,'valentines_lovelock9',4,0,0,1,0,0,9,-1,0,'','1','0'),(3296,'4893',24,'pixel_table_red',5,0,0,1,0,0,59,-1,0,'','1','0'),(3297,'4894',24,'pixel_chair_blue',2,0,0,1,0,0,11,-1,0,'','1','0'),(3298,'4895',24,'pixel_floor_pink',2,0,0,1,0,0,29,-1,0,'','1','0'),(3299,'4896',24,'pixel_floor_brown',2,0,0,1,0,0,27,-1,0,'','1','0'),(3300,'4897',24,'pixel_floor_yellow',2,0,0,1,0,0,31,-1,0,'','1','0'),(3301,'4898',24,'pixel_bed_red',4,0,0,1,0,0,5,-1,0,'','1','0'),(3302,'4899',24,'pixel_chair_green',2,0,0,1,0,0,12,-1,0,'','1','0'),(3303,'4900',24,'pixel_table_black',5,0,0,1,0,0,27,-1,0,'','1','0'),(3304,'4901',24,'pixel_bed_black',4,0,0,1,0,0,1,-1,0,'','1','0'),(3305,'4902',24,'pixel_table_blue',5,0,0,1,0,0,28,-1,0,'','1','0'),(3306,'4903',24,'pixel_floor_green',2,0,0,1,0,0,28,-1,0,'','1','0'),(3307,'4904',24,'pixel_floor_silver',2,0,0,1,0,0,17,-1,0,'','1','0'),(3308,'4905',24,'pixel_table_pink',5,0,0,1,0,0,58,-1,0,'','1','0'),(3309,'4906',24,'pixel_chair_pink',2,0,0,1,0,0,14,-1,0,'','1','0'),(3310,'4907',24,'pixel_table_green',5,0,0,1,0,0,57,-1,0,'','1','0'),(3311,'4908',24,'pixel_bed_pink',4,0,0,1,0,0,4,-1,0,'','1','0'),(3312,'4909',24,'pixel_bed_green',4,0,0,1,0,0,3,-1,0,'','1','0'),(3313,'4910',24,'pixel_chair_red',2,0,0,1,0,0,13,-1,0,'','1','0'),(3314,'4911',24,'pixel_chair_black',2,0,0,1,0,0,10,-1,0,'','1','0'),(3315,'4912',24,'pixel_floor_blue',2,0,0,1,0,0,16,-1,0,'','1','0'),(3316,'4913',240,'valentines_lovelock8',4,0,0,1,0,0,8,-1,0,'','1','0'),(3317,'4914',240,'valentines_lovelock7',4,0,0,1,0,0,7,-1,0,'','1','0'),(3318,'4915',240,'valentines_lovelock3',4,0,0,1,0,0,3,-1,0,'','1','0'),(3319,'4916',240,'valentines_lovelock4',4,0,0,1,0,0,4,-1,0,'','1','0'),(3320,'4917',240,'valentines_lovelock6',4,0,0,1,0,0,6,-1,0,'','1','0'),(3321,'4918',240,'valentines_lovelock5',4,0,0,1,0,0,5,-1,0,'','1','0'),(3322,'4919',240,'valentines_lovelock2',4,0,0,1,0,0,2,-1,0,'','1','0'),(3323,'4920',240,'valentines_lovelock10',4,0,0,1,0,0,10,-1,0,'','1','0'),(3324,'4921',450,'val13_div_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(3325,'4922',450,'val13_archway',4,0,0,1,0,0,1,-1,0,'','1','0'),(3326,'4923',450,'val13_grass',4,0,0,1,0,0,14,-1,0,'','1','0'),(3327,'4924',450,'val13_pillar',4,0,0,1,0,0,17,-1,0,'','1','0'),(3328,'4925',450,'val13_floor1',2,0,0,1,0,0,10,-1,0,'','1','0'),(3329,'4926',450,'val13_gazebo',4,0,0,1,0,0,12,-1,0,'','1','0'),(3330,'4927',450,'val13_div_3_crnr',4,0,0,1,0,0,4,-1,0,'','1','0'),(3331,'4928',450,'val13_roses',4,0,0,1,0,0,18,-1,0,'','1','0'),(3332,'4929',450,'val13_table',5,0,0,1,0,0,15,-1,0,'','1','0'),(3333,'4930',450,'val13_lamp',4,0,0,1,0,0,13,-1,0,'','1','0'),(3334,'4931',450,'val13_flower',4,0,0,1,0,0,11,-1,0,'','1','0'),(3335,'4932',450,'val13_div_3_crnr2',4,0,0,1,0,0,5,-1,0,'','1','0'),(3336,'4933',450,'val13_light',4,0,0,1,0,0,14,-1,0,'','1','0'),(3337,'4934',450,'val13_chair',2,0,0,1,0,0,2,-1,0,'','1','0'),(3338,'4935',450,'val13_shrub_circ',4,0,0,1,0,0,19,-1,0,'','1','0'),(3339,'4936',450,'val13_shrub_duck',4,0,0,1,0,0,20,-1,0,'','1','0'),(3340,'4937',24,'pixel_carpet_green',4,0,0,1,0,0,8,-1,0,'','1','0'),(3341,'4938',24,'pixel_couch_blue',4,0,0,1,0,0,15,-1,0,'','1','0'),(3342,'4939',739,'val13_easel_4',4,0,0,1,0,0,-3,-1,0,'','1','0'),(3343,'4940',739,'val13_easel_3',4,0,0,1,0,0,-4,-1,0,'','1','0'),(3344,'4941',739,'val13_easel_1',4,0,0,1,0,0,-6,-1,0,'','1','0'),(3345,'4942',739,'val13_easel_2',4,0,0,1,0,0,-5,-1,0,'','1','0'),(3346,'4943',739,'val13_easel_5',4,0,0,1,0,0,-2,-1,0,'','1','0'),(3347,'4944',450,'val13_statue',4,0,0,1,0,0,-1,-1,0,'','1','0'),(3348,'4945',307,'CF_120_sapphire_small',120,0,0,1,0,0,5,-1,0,'','1','0'),(3349,'4946',307,'CF_240_sapphire',240,0,0,1,0,0,8,-1,0,'','1','0'),(3350,'4947',64,'wf_act_kick_user',4,0,0,1,0,0,10,-1,0,'','1','0'),(3351,'4948',70,'steampunk_table_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3352,'4949',70,'steampunk_pillar_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3353,'4950',70,'steampunk_rack',4,0,0,1,0,0,99,-1,0,'','1','0'),(3354,'4951',70,'steampunk_pillar_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(3355,'4952',70,'steampunk_chand',4,0,0,1,0,0,17,-1,0,'','1','0'),(3356,'4953',70,'steampunk_floor1',2,0,0,1,0,0,99,-1,0,'','1','0'),(3357,'4954',70,'steampunk_sofachair',2,0,0,1,0,0,99,-1,0,'','1','0'),(3358,'4955',70,'steampunk_chair',2,0,0,1,0,0,99,-1,0,'','1','0'),(3359,'4956',70,'steampunk_tele',4,0,0,1,0,0,99,-1,0,'','1','0'),(3360,'4957',70,'steampunk_table_2',5,0,0,1,0,0,99,-1,0,'','1','0'),(3361,'4958',70,'steampunk_gear_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3362,'4959',70,'steampunk_arch',4,0,0,1,0,0,99,-1,0,'','1','0'),(3363,'4960',70,'steampunk_lamp',4,0,0,1,0,0,99,-1,0,'','1','0'),(3364,'4961',70,'steampunk_computer',4,0,0,1,0,0,99,-1,0,'','1','0'),(3365,'4962',70,'steampunk_floor2',2,0,0,1,0,0,99,-1,0,'','1','0'),(3366,'4963',70,'steampunk_globe',4,0,0,1,0,0,99,-1,0,'','1','0'),(3367,'4964',70,'steampunk_gear_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(3368,'4965',70,'steampunk_carpet',4,0,0,1,0,0,99,-1,0,'','1','0'),(3369,'4966',714,'steampunk_gramophone',4,0,0,1,0,0,99,-1,0,'','1','0'),(3370,'4967',714,'steampunk_timemach',4,0,0,1,0,0,99,-1,0,'','1','0'),(3371,'4968',714,'steampunk_zep',4,0,0,1,0,0,99,-1,0,'','1','0'),(3372,'4969',243,'horse_hairdye_17',0,75,0,1,0,0,1,-1,0,'','1','0'),(3373,'4970',243,'horse_dye_17',1,225,0,1,0,0,1,-1,0,'','1','0'),(3374,'4971',243,'horse_hairdye_15',1,0,0,1,0,0,14,-1,0,'','1','0'),(3375,'4972',243,'horse_hairdye_14',1,0,0,1,0,0,13,-1,0,'','1','0'),(3376,'4973',243,'horse_hairdye_13',1,0,0,1,0,0,14,-1,0,'','1','0'),(3377,'4974',243,'horse_hairdye_16',1,0,0,1,0,0,17,-1,0,'','1','0'),(3378,'4975',380,'easter13_flower_2',4,0,0,1,0,0,6,-1,0,'','1','0'),(3379,'4976',380,'easter13_flower_1',4,0,0,1,0,0,5,-1,0,'','1','0'),(3380,'4977',380,'easter13_arch',4,0,0,1,0,0,1,-1,0,'','1','0'),(3381,'4978',380,'easter13_floor_1',2,0,0,1,0,0,4,-1,0,'','1','0'),(3382,'4979',380,'easter13_teleport',4,0,0,1,0,0,11,-1,0,'','1','0'),(3383,'4980',380,'easter13_bulbs',4,0,0,1,0,0,2,-1,0,'','1','0'),(3384,'4981',380,'easter13_stage_1',4,0,0,1,0,0,10,-1,0,'','1','0'),(3385,'4982',380,'easter13_sshrooms',4,0,0,1,0,0,9,-1,0,'','1','0'),(3386,'4983',380,'easter13_stage_2',4,0,0,1,0,0,10,-1,0,'','1','0'),(3387,'4984',380,'easter13_flower_3',4,0,0,1,0,0,7,-1,0,'','1','0'),(3388,'4985',52,'petfood29',1,0,0,1,0,0,17,-1,0,'','1','0'),(3389,'4986',667,'easter13_egg_0',3,0,0,1,0,0,99,-1,0,'','1','0'),(3390,'4987',667,'easter13_egg_3',3,0,0,1,0,0,99,-1,0,'','1','0'),(3391,'4988',667,'easter13_egg_1',3,0,0,1,0,0,99,-1,0,'','1','0'),(3392,'4989',667,'easter13_egg_2',3,0,0,1,0,0,99,-1,0,'','1','0'),(3393,'4990',322,'table_silo_med*10',2,0,0,1,0,0,8,-1,0,'','1','0'),(3394,'4991',322,'sofa_silo*10',3,0,0,1,0,0,7,-1,0,'','1','0'),(3395,'4992',322,'safe_silo*10',10,0,0,1,0,0,5,-1,0,'','1','0'),(3396,'4993',322,'iced_c16_sofa',2,0,0,1,0,0,6,-1,0,'','1','0'),(3397,'4994',322,'divider_silo3*10',3,0,0,1,0,0,4,-1,0,'','1','0'),(3398,'4995',322,'chair_silo*10',2,0,0,1,0,0,2,-1,0,'','1','0'),(3399,'4996',322,'barchair_silo*10',2,0,0,1,0,0,1,-1,0,'','1','0'),(3400,'4997',322,'divider_silo1*10',3,0,0,1,0,0,3,-1,0,'','1','0'),(3401,'4998',322,'table_silo_small*10',2,0,0,1,0,0,9,-1,0,'','1','0'),(3402,'4999',380,'easter13_globe',4,0,0,1,0,0,8,-1,0,'','1','0'),(3403,'5000',724,'easter13_stonefrank',4,0,0,1,0,0,89,-1,0,'','0','0'),(3404,'5001',380,'duck_scuba',4,0,0,1,0,0,99,-1,0,'','1','0'),(3405,'5002',380,'duck_afro',4,0,0,1,0,0,99,-1,0,'','1','0'),(3406,'5003',380,'duck_frank',4,0,0,1,0,0,99,-1,0,'','1','0'),(3407,'5004',504,'penguin_frank',4,0,0,1,0,0,90,-1,0,'','0','0'),(3408,'5005',504,'penguin_tribal',4,0,0,1,0,0,91,-1,0,'','0','0'),(3409,'5006',724,'easter13_stonehead',4,0,0,1,0,0,92,-1,0,'','0','0'),(3410,'5007',380,'duck_zombie',4,0,0,1,0,0,99,-1,0,'','1','0'),(3411,'5008',504,'penguin_wip',4,0,0,1,0,0,93,-1,0,'','0','0'),(3412,'5009',724,'easter13_sub',4,0,0,1,0,0,94,-1,0,'','0','0'),(3413,'5010',504,'penguin_skele',4,0,0,1,0,0,95,-1,0,'','0','0'),(3414,'5011',739,'easter13_dinoegg',0,3600,5,1,0,0,10,-1,0,'','1','0'),(3415,'5012',380,'easter13_chair',2,0,0,1,0,0,3,-1,0,'','1','0'),(3416,'5013',25,'badge_display2',5,0,0,1,0,0,3,-1,0,'','1','0'),(3417,'5014',25,'badge_display',2,10,0,1,0,0,2,-1,0,'','1','1'),(3418,'5015',25,'badge_display4',4,0,0,1,0,0,5,-1,0,'','1','0'),(3419,'5016',25,'badge_display3',0,150,0,1,0,0,1,-1,0,'','1','0'),(3420,'5017',25,'badge_display5',4,0,0,1,0,0,4,-1,0,'','1','0'),(3421,'5018',699,'exe_icecream',0,3600,5,1,0,0,9,-1,0,'','1','0'),(3422,'5019',736,'prizetrophy_hockey_g',0,75,0,1,0,0,16,-1,0,'','1','0'),(3423,'5020',736,'prizetrophy_hockey_s',0,75,0,1,0,0,17,-1,0,'','1','0'),(3424,'5021',736,'prizetrophy_hockey_b',0,75,0,1,0,0,18,-1,0,'','1','0'),(3425,'5022',736,'prizetrophy_football_g',0,75,0,1,0,0,19,-1,0,'','1','0'),(3426,'5023',736,'prizetrophy_football_s',0,75,0,1,0,0,20,-1,0,'','1','0'),(3427,'5024',736,'prizetrophy_football_b',0,75,0,1,0,0,21,-1,0,'','1','0'),(3428,'5025',736,'prizetrophy_freeze_g',0,75,0,1,0,0,22,-1,0,'','1','0'),(3429,'5026',736,'prizetrophy_freeze_s',0,75,0,1,0,0,23,-1,0,'','1','0'),(3430,'5027',736,'prizetrophy_freeze_b',0,75,0,1,0,0,24,-1,0,'','1','0'),(3431,'5028',736,'prizetrophy_bb_g',0,75,0,1,0,0,25,-1,0,'','1','0'),(3432,'5029',736,'prizetrophy_bb_s',0,75,0,1,0,0,26,-1,0,'','1','0'),(3433,'5030',736,'prizetrophy_bb_b',0,75,0,1,0,0,27,-1,0,'','1','0'),(3434,'5031',736,'prizetrophy_snow_g',0,75,0,1,0,0,28,-1,0,'','1','0'),(3435,'5032',736,'prizetrophy_snow_s',0,75,0,1,0,0,29,-1,0,'','1','0'),(3436,'5033',736,'prizetrophy_snow_b',0,75,0,1,0,0,30,-1,0,'','1','0'),(3437,'5034',736,'prizetrophy_roller_g',0,75,0,1,0,0,31,-1,0,'','1','0'),(3438,'5035',736,'prizetrophy_roller_s',0,75,0,1,0,0,32,-1,0,'','1','0'),(3439,'5036',736,'prizetrophy_roller_b',0,75,0,1,0,0,33,-1,0,'','1','0'),(3440,'5037',108,'gld_hangflag2',5,0,0,1,0,0,5,-1,0,'','1','0'),(3441,'5038',108,'gld_tile2',3,0,0,1,0,0,11,-1,0,'','1','0'),(3442,'5039',108,'gld_hangflag1',5,0,0,1,0,0,4,-1,0,'','1','0'),(3443,'5040',108,'gld_tile1',5,0,0,1,0,0,10,-1,0,'','1','0'),(3444,'5041',108,'gld_table1',5,0,0,1,0,0,10,-1,0,'','1','0'),(3445,'5042',63,'wf_trg_period_long',7,0,0,1,0,0,14,-1,0,'','1','0'),(3446,'5043',64,'wf_act_give_score_tm',10,0,0,1,0,0,21,-1,0,'','1','0'),(3447,'5044',256,'highscore_classic_alltime',7,0,0,1,0,0,1,-1,0,'','1','0'),(3448,'5045',256,'highscore_classic_daily',7,0,0,1,0,0,2,-1,0,'','1','0'),(3449,'5046',256,'highscore_classic_monthly',7,0,0,1,0,0,3,-1,0,'','1','0'),(3450,'5047',256,'highscore_classic',7,0,0,1,0,0,4,-1,0,'','1','0'),(3451,'5048',64,'wf_act_move_to_dir',7,0,0,1,0,0,24,-1,0,'','1','0'),(3452,'5049',64,'wf_act_leave_team',7,0,0,1,0,0,23,-1,0,'','1','0'),(3453,'5050',63,'wf_trg_collision',7,0,0,1,0,0,12,-1,0,'','1','0'),(3454,'5051',256,'highscore_classic_weekly',7,0,0,1,0,0,9,-1,0,'','1','0'),(3455,'5052',256,'highscore_mostwin_daily',7,0,0,1,0,0,10,-1,0,'','1','0'),(3456,'5053',256,'highscore_mostwin_monthly',7,0,0,1,0,0,10,-1,0,'','1','0'),(3457,'5054',256,'highscore_mostwin',7,0,0,1,0,0,11,-1,0,'','1','0'),(3458,'5055',64,'wf_act_chase',7,0,0,1,0,0,19,-1,0,'','1','0'),(3459,'5056',65,'wf_cnd_actor_in_team',5,0,0,1,0,0,11,-1,0,'','1','0'),(3460,'5057',256,'highscore_mostwin_weekly',7,0,0,1,0,0,5,-1,0,'','1','0'),(3461,'5058',256,'highscore_perteam_alltime',7,0,0,1,0,0,6,-1,0,'','1','0'),(3462,'5059',256,'highscore_perteam_daily',7,0,0,1,0,0,7,-1,0,'','1','0'),(3463,'5060',256,'highscore_perteam_monthly',7,0,0,1,0,0,8,-1,0,'','1','0'),(3464,'5061',64,'wf_act_flee',7,0,0,1,0,0,20,-1,0,'','1','0'),(3465,'5062',64,'wf_act_join_team',7,0,0,1,0,0,15,-1,0,'','1','0'),(3466,'5063',739,'arcade_cab',4,0,0,1,0,0,96,-1,0,'','0','0'),(3467,'5064',590,'bb_tddhead_rc1',4,0,0,1,0,0,97,-1,0,'','0','0'),(3468,'5065',590,'bb_robo_rc1',4,0,0,1,0,0,98,-1,0,'','0','0'),(3469,'5066',590,'bb_apparatus_rc1',4,0,0,1,0,0,99,-1,0,'','0','0'),(3470,'5067',211,'wf_blob',4,0,0,1,0,0,13,-1,0,'','1','0'),(3471,'5068',211,'wf_blob2',4,0,0,1,0,0,14,-1,0,'','1','1'),(3472,'5069',122,'loyalty_toad',4,0,0,1,0,0,99,-1,0,'','1','0'),(3473,'5070',122,'statue_dragon',4,0,0,1,0,0,99,-1,0,'','1','0'),(3474,'5071',122,'statue_griffin',4,0,0,1,0,0,99,-1,0,'','1','0'),(3475,'5072',122,'loyalty_mouse',4,0,0,1,0,0,99,-1,0,'','1','0'),(3476,'5073',122,'statue_elk',4,0,0,1,0,0,99,-1,0,'','1','0'),(3477,'5074',62,'mystics_gstool',4,0,0,1,0,0,1,-1,0,'','1','0'),(3478,'5075',62,'mystics_bspike2',4,0,0,1,0,0,2,-1,0,'','1','0'),(3479,'5076',62,'mystics_bbench',4,0,0,1,0,0,3,-1,0,'','1','0'),(3480,'5077',62,'mystics_gblock1',4,0,0,1,0,0,4,-1,0,'','1','0'),(3481,'5078',62,'mystics_bfloor',2,0,0,1,0,0,5,-1,0,'','1','0'),(3482,'5079',62,'mystics_bstool',4,0,0,1,0,0,6,-1,0,'','1','0'),(3483,'5080',62,'mystics_gbench',4,0,0,1,0,0,7,-1,0,'','1','0'),(3484,'5081',62,'mystics_garch',4,0,0,1,0,0,8,-1,0,'','1','0'),(3485,'5082',62,'mystics_gblock2',4,0,0,1,0,0,9,-1,0,'','1','0'),(3486,'5083',62,'mystics_gfloor',2,0,0,1,0,0,10,-1,0,'','1','0'),(3487,'5084',62,'mystics_barch',4,0,0,1,0,0,10,-1,0,'','1','0'),(3488,'5085',62,'mystics_gtile1',1,0,0,1,0,0,11,-1,0,'','1','0'),(3489,'5086',62,'mystics_bbed',4,0,0,1,0,0,12,-1,0,'','1','0'),(3490,'5087',62,'mystics_btile2',4,0,0,1,0,0,14,-1,0,'','1','0'),(3491,'5088',62,'mystics_bspike1',4,0,0,1,0,0,13,-1,0,'','1','0'),(3492,'5089',62,'mystics_btile1',1,0,0,1,0,0,14,-1,0,'','1','0'),(3493,'5090',62,'mystics_btable',4,0,0,1,0,0,17,-1,0,'','1','0'),(3494,'5091',62,'mystics_gtable',4,0,0,1,0,0,18,-1,0,'','1','0'),(3495,'5092',62,'mystics_gbed',4,0,0,1,0,0,19,-1,0,'','1','0'),(3496,'5093',62,'mystics_gtree',4,0,0,1,0,0,20,-1,0,'','1','0'),(3497,'5094',255,'wf_cnd_wearing_badge',7,0,0,1,0,0,10,-1,0,'','1','0'),(3498,'5095',255,'wf_cnd_wearing_effect',7,0,0,1,0,0,11,-1,0,'','1','0'),(3499,'5096',682,'mystics_gthrone',4,0,0,1,0,0,21,-1,0,'','1','0'),(3500,'5097',682,'mystics_bthrone',4,0,0,1,0,0,15,-1,0,'','1','0'),(3501,'5098',62,'mystics_ltstatue',4,0,0,1,0,0,23,-1,0,'','1','0'),(3502,'5099',590,'mystics_crystal_s',4,0,0,1,0,0,24,-1,0,'','1','0'),(3503,'5100',590,'mystics_crystal_m',4,0,0,1,0,0,25,-1,0,'','1','0'),(3504,'5101',725,'mystics_duck',4,0,0,1,0,0,16,-1,0,'','1','0'),(3505,'5102',590,'mystics_crystal_l',4,0,0,1,0,0,27,-1,0,'','1','0'),(3506,'5103',215,'tile_stackmagic',2,225,0,1,0,0,4,-1,0,'','1','1'),(3507,'5104',739,'mystics_rfountain',0,3600,5,1,0,0,8,-1,0,'','1','0'),(3508,'5105',739,'mystics_rpillar',0,3600,5,1,0,0,7,-1,0,'','1','0'),(3509,'5106',739,'holo_nelly',0,3600,5,1,0,0,6,-1,0,'','1','0'),(3510,'5107',40,'ads_woz_mpu',4,0,0,1,0,0,99,-1,0,'','1','0'),(3511,'5108',627,'mint diner_bardesk_corner',5,0,0,1,0,0,100,-1,0,'','0','0'),(3512,'5109',627,'mint diner_bardesk_gate',5,0,0,1,0,0,101,-1,0,'','0','0'),(3513,'5110',627,'mint diner_sofa_1',4,0,0,1,0,0,102,-1,0,'','0','0'),(3514,'5111',627,'mint diner_bardesk',5,0,0,1,0,0,103,-1,0,'','0','0'),(3515,'5112',627,'mint diner_table_1',5,0,0,1,0,0,104,-1,0,'','0','0'),(3516,'5113',627,'mint diner_gumvendor',4,0,0,1,0,0,105,-1,0,'','0','0'),(3517,'5114',627,'mint diner_sofa_2',4,0,0,1,0,0,106,-1,0,'','0','0'),(3518,'5115',627,'mint diner_table_2',4,0,0,1,0,0,107,-1,0,'','0','0'),(3519,'5116',627,'mint diner_chair',2,0,0,1,0,0,108,-1,0,'','0','0'),(3520,'5117',627,'mint diner_cashreg',4,0,0,1,0,0,109,-1,0,'','0','0'),(3521,'5118',122,'loyalty_dolphin',4,0,0,1,0,0,99,-1,0,'','1','0'),(3522,'5119',535,'ads_clearasil_tile1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3523,'5120',535,'ads_clearasil_vend',4,0,0,1,0,0,31,-1,0,'','1','0'),(3524,'5121',71,'tent_orange',10,0,0,1,0,0,99,-1,0,'','1','0'),(3525,'5122',111,'hblooza_bbq',2,0,0,1,0,0,49,-1,0,'','1','0'),(3526,'5123',71,'foldabletable_camo',1,0,0,1,0,0,99,-1,0,'','1','0'),(3527,'5124',71,'foldabletable_beige',1,0,0,1,0,0,99,-1,0,'','1','0'),(3528,'5125',111,'hblooza_icecream',10,0,0,1,0,0,33,-1,0,'','1','0'),(3529,'5126',111,'hblooza_stage2_1',4,0,0,1,0,0,89,-1,0,'','1','0'),(3530,'5127',111,'hblooza_stage2_2',4,0,0,1,0,0,90,-1,0,'','1','0'),(3531,'5128',111,'hblooza_stage2_3',4,0,0,1,0,0,91,-1,0,'','1','0'),(3532,'5129',111,'hblooza_stage2_4',4,0,0,1,0,0,92,-1,0,'','1','0'),(3533,'5130',276,'hblooza_popcorn',4,0,0,1,0,0,36,-1,0,'','1','0'),(3534,'5131',111,'hblooza_dirtfloor',4,0,0,1,0,0,54,-1,0,'','1','0'),(3535,'5132',111,'hblooza_tfnc_1',4,0,0,1,0,0,93,-1,0,'','1','0'),(3536,'5133',71,'tent_beige',4,250,0,1,0,0,99,-1,0,'','1','0'),(3537,'5134',267,'hblooza_spacerent3x4',4,0,0,1,0,0,82,-1,0,'','1','0'),(3538,'5135',111,'hblooza_sfnc_crnr_1',4,0,0,1,0,0,78,-1,0,'','1','0'),(3539,'5136',111,'hblooza_sfnc_crnr_2',4,0,0,1,0,0,79,-1,0,'','1','0'),(3540,'5137',111,'hblooza_sfnc_crnr_3',4,0,0,1,0,0,38,-1,0,'','1','0'),(3541,'5138',111,'hblooza_sfnc_crnr_4',4,0,0,1,0,0,81,-1,0,'','1','0'),(3542,'5139',111,'hblooza_stage1_1',4,0,0,1,0,0,39,-1,0,'','1','0'),(3543,'5140',111,'hblooza_stage1_2',4,0,0,1,0,0,86,-1,0,'','1','0'),(3544,'5141',111,'hblooza_stage1_3',4,0,0,1,0,0,87,-1,0,'','1','0'),(3545,'5142',111,'hblooza_stage1_4',4,0,0,1,0,0,88,-1,0,'','1','0'),(3546,'5143',71,'tent_camo',4,250,0,1,0,0,99,-1,0,'','1','0'),(3547,'5144',111,'hblooza_fnc_crnr',4,0,0,1,0,0,28,-1,0,'','1','0'),(3548,'5145',276,'hblooza_bubblejuice',4,0,0,1,0,0,50,-1,0,'','1','0'),(3549,'5146',111,'hblooza_tfnc_2_1',4,0,0,1,0,0,40,-1,0,'','1','0'),(3550,'5147',111,'hblooza_tfnc_2_2',4,0,0,1,0,0,41,-1,0,'','1','0'),(3551,'5148',111,'hblooza_tfnc_2_3',4,0,0,1,0,0,97,-1,0,'','1','0'),(3552,'5149',111,'hblooza_tfnc_2_4',4,0,0,1,0,0,98,-1,0,'','1','0'),(3553,'5150',111,'hblooza_pillar1',4,0,0,1,0,0,35,-1,0,'','1','0'),(3554,'5151',71,'bigtent_beige',18,20,5,1,0,0,99,-1,0,'','1','0'),(3555,'5152',71,'foldablechair_camo',1,0,0,1,0,0,99,-1,0,'','1','0'),(3556,'5153',111,'hblooza_candyfloss',10,0,0,1,0,0,51,-1,0,'','1','0'),(3557,'5154',111,'hblooza_fnc',4,0,0,1,0,0,27,-1,0,'','1','0'),(3558,'5155',267,'hblooza_spacerent6x6',4,0,0,1,0,0,84,-1,0,'','1','0'),(3559,'5156',276,'hblooza_hotdog',4,0,0,1,0,0,32,-1,0,'','1','0'),(3560,'5157',71,'bigtent_camo',18,20,5,1,0,0,99,-1,0,'','1','0'),(3561,'5158',111,'hblooza_sfnc_1',4,0,0,1,0,0,37,-1,0,'','1','0'),(3562,'5159',111,'hblooza_sfnc_2',4,0,0,1,0,0,75,-1,0,'','1','0'),(3563,'5160',111,'hblooza_sfnc_3',4,0,0,1,0,0,76,-1,0,'','1','0'),(3564,'5161',111,'hblooza_sfnc_4',4,0,0,1,0,0,77,-1,0,'','1','0'),(3565,'5162',71,'foldablechair_beige',1,0,0,1,0,0,99,-1,0,'','1','0'),(3566,'5163',71,'tent_blue',10,0,0,1,0,0,99,-1,0,'','1','0'),(3567,'5164',739,'hblooza_kiosk',4,0,0,1,0,0,70,-1,0,'','1','0'),(3568,'5165',111,'hblooza_tgate_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3569,'5166',111,'hblooza_tgate_2',4,0,0,1,0,0,100,-1,0,'','1','0'),(3570,'5167',111,'hblooza_tgate_3',4,0,0,1,0,0,101,-1,0,'','1','0'),(3571,'5168',111,'hblooza_tgate_4',4,0,0,1,0,0,42,-1,0,'','1','0'),(3572,'5169',111,'hblooza_chicken',10,0,0,1,0,0,25,-1,0,'','1','0'),(3573,'5170',111,'hblooza_sign',4,0,0,1,0,0,110,-1,0,'','0','0'),(3574,'5171',267,'hblooza_spacerent7x7',4,0,0,1,0,0,99,-1,0,'','1','0'),(3575,'5172',267,'hblooza_spacerent5x5',4,0,0,1,0,0,83,-1,0,'','1','0'),(3576,'5173',109,'yttv3',4,0,0,1,0,0,5,-1,0,'','1','0'),(3577,'5174',109,'yttv2',4,0,0,1,0,0,1,-1,0,'','1','0'),(3578,'5175',109,'yttv1',4,0,0,1,0,0,4,-1,0,'','1','0'),(3579,'5176',109,'yttv2b',4,0,0,1,0,0,2,-1,0,'','1','0'),(3580,'5177',736,'prizetrophy_hblooza_g',0,75,0,1,0,0,4,-1,0,'','1','0'),(3581,'5178',736,'prizetrophy_hblooza_s',0,75,0,1,0,0,5,-1,0,'','1','0'),(3582,'5179',736,'prizetrophy_hblooza_b',0,75,0,1,0,0,6,-1,0,'','1','0'),(3583,'5180',215,'tile_stackmagic1',12,1,5,1,0,0,5,-1,0,'','1','1'),(3584,'5181',215,'tile_stackmagic2',15,1,5,1,0,0,6,-1,0,'','1','1'),(3585,'5182',266,'hblooza_guitar3',4,0,0,1,0,0,59,-1,0,'','1','0'),(3586,'5183',266,'hblooza_guitar1',4,0,0,1,0,0,57,-1,0,'','1','0'),(3587,'5184',266,'hblooza_guitar11',4,0,0,1,0,0,31,-1,0,'','1','0'),(3588,'5185',266,'hblooza_guitar7',4,0,0,1,0,0,63,-1,0,'','1','0'),(3589,'5186',266,'hblooza_guitar9',4,0,0,1,0,0,18,-1,0,'','1','0'),(3590,'5187',266,'hblooza_guitar8',4,0,0,1,0,0,64,-1,0,'','1','0'),(3591,'5188',266,'hblooza_guitar6',4,0,0,1,0,0,30,-1,0,'','1','0'),(3592,'5189',266,'hblooza_guitar10',4,0,0,1,0,0,66,-1,0,'','1','0'),(3593,'5190',266,'hblooza_guitar5',4,0,0,1,0,0,29,-1,0,'','1','0'),(3594,'5191',266,'hblooza_guitar4',4,0,0,1,0,0,60,-1,0,'','1','0'),(3595,'5192',266,'hblooza_guitar2',4,0,0,1,0,0,58,-1,0,'','1','0'),(3596,'5193',600,'hblooza_pinata2',25,25,5,1,0,0,40,-1,0,'','1','0'),(3597,'5194',600,'hblooza_pinata1',12,0,0,1,0,0,39,-1,0,'','1','0'),(3598,'5195',547,'ads_vpiggy_flag',4,0,0,1,0,0,40,-1,0,'','1','0'),(3599,'5196',547,'ads_vpiggy_pig',4,0,0,1,0,0,21,-1,0,'','1','0'),(3600,'5197',710,'pirate_bottle_1',4,0,0,1,0,0,5,-1,0,'','1','0'),(3601,'5198',72,'pirate_dvdr3',4,0,0,1,0,0,21,-1,0,'','1','0'),(3602,'5199',710,'pirate_bottle_3',4,0,0,1,0,0,8,-1,0,'','1','0'),(3603,'5200',710,'pirate_bottle_2',4,0,0,1,0,0,7,-1,0,'','1','0'),(3604,'5201',72,'pirate_chest1',4,0,0,1,0,0,17,-1,0,'','1','0'),(3605,'5202',72,'pirate_barrel1',4,0,0,1,0,0,2,-1,0,'','1','0'),(3606,'5203',72,'pirate_cannonballs',4,0,0,1,0,0,14,-1,0,'','1','0'),(3607,'5204',72,'pirate_mast2',4,0,0,1,0,0,28,-1,0,'','1','0'),(3608,'5205',108,'pirate_mast2grp',6,0,0,1,0,0,1,-1,0,'','1','0'),(3609,'5206',710,'pirate_bottle_8',4,0,0,1,0,0,12,-1,0,'','1','0'),(3610,'5207',710,'pirate_bottle_7',4,0,0,1,0,0,11,-1,0,'','1','0'),(3611,'5208',72,'pirate_dvdr2',4,0,0,1,0,0,20,-1,0,'','1','0'),(3612,'5209',72,'pirate_crate',4,0,0,1,0,0,18,-1,0,'','1','0'),(3613,'5210',72,'pirate_parrot',4,0,0,1,0,0,18,-1,0,'','1','0'),(3614,'5211',108,'pirate_mast3grp',6,0,0,1,0,0,2,-1,0,'','1','0'),(3615,'5212',72,'pirate_swordrack',4,0,0,1,0,0,50,-1,0,'','1','0'),(3616,'5213',710,'pirate_bottle_10',4,0,0,1,0,0,6,-1,0,'','1','0'),(3617,'5214',72,'pirate_gate',4,0,0,1,0,0,23,-1,0,'','1','0'),(3618,'5215',72,'pirate_side1',4,0,0,1,0,0,42,-1,0,'','1','0'),(3619,'5216',72,'pirate_roombg',4,0,0,1,0,0,20,-1,0,'','1','0'),(3620,'5217',72,'pirate_stage3',4,0,0,1,0,0,46,-1,0,'','1','0'),(3621,'5218',710,'pirate_bottle_4',4,0,0,1,0,0,9,-1,0,'','1','0'),(3622,'5219',710,'pirate_bottle_9',4,0,0,1,0,0,14,-1,0,'','1','0'),(3623,'5220',72,'pirate_stage2',4,0,0,1,0,0,44,-1,0,'','1','0'),(3624,'5221',72,'pirate_mast1',4,0,0,1,0,0,27,-1,0,'','1','0'),(3625,'5222',72,'pirate_cannon',4,0,0,1,0,0,13,-1,0,'','1','0'),(3626,'5223',72,'pirate_stairs',4,0,0,1,0,0,48,-1,0,'','1','0'),(3627,'5224',267,'spacerent_room',4,0,0,1,0,0,99,-1,0,'','1','0'),(3628,'5225',108,'pirate_mast4grp',6,0,0,1,0,0,3,-1,0,'','1','0'),(3629,'5226',72,'pirate_grate',4,0,0,1,0,0,25,-1,0,'','1','0'),(3630,'5227',72,'ship_wheel',4,0,0,1,0,0,99,-1,0,'','1','0'),(3631,'5228',710,'pirate_bottle_6',4,0,0,1,0,0,10,-1,0,'','1','0'),(3632,'5229',72,'pirate_mast3',4,0,0,1,0,0,17,-1,0,'','1','0'),(3633,'5230',72,'pirate_stage',4,0,0,1,0,0,22,-1,0,'','1','0'),(3634,'5231',710,'pirate_bottle_5',4,0,0,1,0,0,10,-1,0,'','1','0'),(3635,'5232',72,'pirate_flag',4,0,0,1,0,0,15,-1,0,'','1','0'),(3636,'5233',72,'pirate_barrel2',4,0,0,1,0,0,3,-1,0,'','1','0'),(3637,'5234',72,'pirate_plank',4,0,0,1,0,0,19,-1,0,'','1','0'),(3638,'5235',72,'pirate_anchor',4,0,0,1,0,0,1,-1,0,'','1','0'),(3639,'5236',72,'pirate_gunrack',4,0,0,1,0,0,16,-1,0,'','1','0'),(3640,'5237',72,'pirate_sandtrap',4,0,0,1,0,0,21,-1,0,'','1','0'),(3641,'5238',72,'pirate_barrel3',4,0,0,1,0,0,4,-1,0,'','1','0'),(3642,'5239',72,'pirate_mast4',4,0,0,1,0,0,32,-1,0,'','1','0'),(3643,'5240',72,'pirate_dvdr1',4,0,0,1,0,0,19,-1,0,'','1','0'),(3644,'5241',72,'pirate_teleport',4,0,0,1,0,0,51,-1,0,'','1','0'),(3645,'5242',707,'pirate_poseidon',4,0,0,1,0,0,38,-1,0,'','1','0'),(3646,'5243',707,'pirate_kraken',4,0,0,1,0,0,99,-1,0,'','1','0'),(3647,'5244',707,'pirate_navdesk',5,0,0,1,0,0,99,-1,0,'','1','0'),(3648,'5245',709,'Aavelaivan osat',4,0,0,1,0,0,111,-1,0,'','0','0'),(3649,'5246',709,'pirate_stage_g',4,0,0,1,0,0,24,-1,0,'','1','0'),(3650,'5247',709,'pirate_stage3_g',3,0,0,1,0,0,99,-1,0,'','1','0'),(3651,'5248',709,'pirate_stairs_g',4,0,0,1,0,0,49,-1,0,'','1','0'),(3652,'5249',709,'pirate_plank_g',4,0,0,1,0,0,37,-1,0,'','1','0'),(3653,'5250',709,'pirate_flag_g',4,0,0,1,0,0,112,-1,0,'','0','0'),(3654,'5251',709,'pirate_mast_g',4,0,0,1,0,0,34,-1,0,'','1','0'),(3655,'5252',709,'pirate_gate_g',4,0,0,1,0,0,24,-1,0,'','1','0'),(3656,'5253',709,'pirate_stage2_g',4,0,0,1,0,0,23,-1,0,'','1','0'),(3657,'5254',709,'ship_wheel_g',4,0,0,1,0,0,99,-1,0,'','1','0'),(3658,'5255',709,'pirate_dvdr3_g',4,0,0,1,0,0,113,-1,0,'','0','0'),(3659,'5256',709,'pirate_dvdr2_g',4,0,0,1,0,0,114,-1,0,'','0','0'),(3660,'5257;59969',713,'school_chairgold',2,0,0,1,0,0,9,-1,0,'','1','0'),(3661,'5258',467,'school_coatrack_g',4,0,0,1,0,0,14,-1,0,'','1','0'),(3662,'5259',467,'school_locker_g_notele',4,0,0,1,0,0,28,-1,0,'','1','0'),(3663,'5260',467,'school_coatrack_b',4,0,0,1,0,0,13,-1,0,'','1','0'),(3664,'5261',467,'school_locker_b_notele',4,0,0,1,0,0,115,-1,0,'','0','0'),(3665,'5262',467,'school_chair_b',2,0,0,1,0,0,10,-1,0,'','1','0'),(3666,'5263',467,'school_locker_g',4,0,0,1,0,0,27,-1,0,'','1','0'),(3667,'5264;59970',713,'school_consolegold',4,0,0,1,0,0,19,-1,0,'','1','0'),(3668,'5265',467,'school_chair_g',2,0,0,1,0,0,10,-1,0,'','1','0'),(3669,'5266',467,'school_fountain',4,0,0,1,0,0,23,-1,0,'','1','0'),(3670,'5267',467,'school_locker_r_notele',4,0,0,1,0,0,116,-1,0,'','0','0'),(3671,'5268',467,'school_console_g',4,0,0,1,0,0,21,-1,0,'','1','0'),(3672,'5269',467,'school_console_b',4,0,0,1,0,0,20,-1,0,'','1','0'),(3673,'5270',467,'school_coatrack_r',4,0,0,1,0,0,17,-1,0,'','1','0'),(3674,'5271;59971',713,'school_gate',4,0,0,1,0,0,24,-1,0,'','1','0'),(3675,'5272',467,'school_cafe',4,0,0,1,0,0,7,-1,0,'','1','0'),(3676,'5273',272,'grungelamp',4,0,0,1,0,0,4,-1,0,'','1','0'),(3677,'5274',535,'ads_clearasil_vend2',4,0,0,1,0,0,32,-1,0,'','1','0'),(3678,'5275',739,'golden_apple',4,0,0,1,0,0,1,-1,0,'','1','0'),(3679,'5276',467,'trophy_display',4,0,0,1,0,0,44,-1,0,'','1','0'),(3680,'5277',394,'hween13_sheep',4,0,0,1,0,0,17,-1,0,'','1','0'),(3681,'5278',394,'hween13_rose',4,0,0,1,0,0,29,-1,0,'','1','0'),(3682,'5279',394,'hween13_book',4,0,0,1,0,0,4,-1,0,'','1','0'),(3683,'5280',394,'hween13_castleturret3',4,0,0,1,0,0,14,-1,0,'','1','0'),(3684,'5281',394,'hween13_castleturret1',4,0,0,1,0,0,14,-1,0,'','1','0'),(3685,'5282',394,'hween13_castleturret2',4,0,0,1,0,0,13,-1,0,'','1','0'),(3686,'5283',394,'hween13_castleblock2',4,0,0,1,0,0,10,-1,0,'','1','0'),(3687,'5284',394,'hween13_bridgeend',4,0,0,1,0,0,5,-1,0,'','1','0'),(3688,'5285',394,'hween13_thorndiv2',4,0,0,1,0,0,38,-1,0,'','1','0'),(3689,'5286',394,'hween13_thorndiv1',4,0,0,1,0,0,37,-1,0,'','1','0'),(3690,'5287',394,'hween13_gutsfloor',1,0,0,1,0,0,25,-1,0,'','1','0'),(3691,'5288',394,'hween13_grass',4,0,0,1,0,0,24,-1,0,'','1','0'),(3692,'5289',394,'hween13_castlespike',4,0,0,1,0,0,12,-1,0,'','1','0'),(3693,'5290',394,'hween13_castleblock1',4,0,0,1,0,0,9,-1,0,'','1','0'),(3694,'5291',394,'hween13_floor2',2,0,0,1,0,0,15,-1,0,'','1','0'),(3695,'5292',394,'hween13_roombg',4,0,0,1,0,0,2,-1,0,'','1','0'),(3696,'5293',394,'hween13_bridgemid',4,0,0,1,0,0,6,-1,0,'','1','0'),(3697,'5294',394,'hween13_fence_1',4,0,0,1,0,0,21,-1,0,'','1','0'),(3698,'5295',394,'hween13_stage_s',4,0,0,1,0,0,33,-1,0,'','1','0'),(3699,'5296',394,'hween13_crnr_1',4,0,0,1,0,0,18,-1,0,'','1','0'),(3700,'5297',394,'hween13_cardtable',4,0,0,1,0,0,8,-1,0,'','1','0'),(3701,'5298',394,'hween13_gate_1',4,0,0,1,0,0,23,-1,0,'','1','0'),(3702,'5299',394,'hween13_tree',4,0,0,1,0,0,21,-1,0,'','1','0'),(3703,'5300',676,'hween13_bldtrail',4,0,0,1,0,0,3,-1,0,'','1','0'),(3704,'5301',394,'hween13_teacup',4,0,0,1,0,0,34,-1,0,'','1','0'),(3705,'5302',394,'hween13_tile1',1,0,0,1,0,0,20,-1,0,'','1','0'),(3706,'5303',394,'hween13_stage_l',4,0,0,1,0,0,32,-1,0,'','1','0'),(3707,'5304',394,'hween13_tele',4,0,0,1,0,0,19,-1,0,'','1','0'),(3708,'5305',394,'hween13_chair',2,0,0,1,0,0,17,-1,0,'','1','0'),(3709,'5306',394,'hween13_tile2',1,0,0,1,0,0,40,-1,0,'','1','0'),(3710,'5307',394,'hween13_mirror',4,0,0,1,0,0,16,-1,0,'','1','0'),(3711,'5308',394,'hween13_candle',4,0,0,1,0,0,7,-1,0,'','1','0'),(3712,'5309',394,'hween13_piglamp',4,0,0,1,0,0,28,-1,0,'','1','0'),(3713,'5310',394,'hween13_castlegarg',4,0,0,1,0,0,11,-1,0,'','1','0'),(3714,'5311',394,'hween13_castledoor',4,0,0,1,0,0,10,-1,0,'','1','0'),(3715,'5312',394,'hween13_teaset',4,0,0,1,0,0,18,-1,0,'','1','0'),(3716,'5313',394,'hween13_dwarfdiv',4,0,0,1,0,0,20,-1,0,'','1','0'),(3717,'5314',394,'hween13_dwarfcrn',4,0,0,1,0,0,19,-1,0,'','1','0'),(3718,'5315',683,'info_terminal',4,0,0,1,0,0,99,-1,0,'','1','0'),(3719,'5316',429,'button_green',4,0,0,1,0,0,117,-1,0,'','0','0'),(3720,'5317',394,'hween13_bed',4,0,0,1,0,0,118,-1,0,'','0','0'),(3721,'5318',122,'loyalty_pig',4,0,0,1,0,0,99,-1,0,'','1','0'),(3722,'5319',394,'hween13_monsterpea',4,0,0,1,0,0,27,-1,0,'','1','0'),(3723,'5320',739,'hween13_sheepdemon',4,0,0,1,0,0,31,-1,0,'','1','0'),(3724,'5321',394,'hween13_throne',4,0,0,1,0,0,1,-1,0,'','1','0'),(3725,'5322',109,'yttv2n',4,0,0,1,0,0,3,-1,0,'','1','0'),(3726,'5323',280,'cine_teleport4',4,0,0,1,0,0,49,-1,0,'','1','0'),(3727,'5324',590,'cine_starchair',2,0,0,1,0,0,18,-1,0,'','1','0'),(3728,'5325',280,'cine_pillarlight',4,0,0,1,0,0,10,-1,0,'','1','0'),(3729,'5326',280,'cine_teleport2',4,0,0,1,0,0,132,-1,0,'','1','0'),(3730,'5327',280,'cine_bigcorn',4,0,0,1,0,0,4,-1,0,'','1','0'),(3731,'5328',280,'cine_teleport1',4,0,0,1,0,0,131,-1,0,'','1','0'),(3732,'5329',280,'cine_soda',4,0,0,1,0,0,14,-1,0,'','1','0'),(3733,'5330',280,'cine_teleport3',4,0,0,1,0,0,133,-1,0,'','1','0'),(3734,'5331',538,'ads_dtlrare',4,0,0,1,0,0,23,-1,0,'','1','0'),(3735,'5332',429,'mystics_crystal',4,0,0,1,0,0,119,-1,0,'','0','0'),(3736,'5333',421,'sfx_taperec_breakbeat',4,0,0,1,0,0,120,-1,0,'','0','0'),(3737,'5334',421,'sfx_taperec',4,0,0,1,0,0,121,-1,0,'','0','0'),(3738,'5335',421,'sfx_taperec_bassline',4,0,0,1,0,0,122,-1,0,'','0','0'),(3739,'5336',46,'sound_set_79',4,0,0,1,0,0,123,-1,0,'','0','0'),(3740,'5337',429,'background_color',4,0,0,1,0,0,124,-1,0,'','0','0'),(3741,'5338',24,'pixel_couch_pink',4,0,0,1,0,0,24,-1,0,'','1','0'),(3742,'5339',24,'pixel_couch_green',4,0,0,1,0,0,23,-1,0,'','1','0'),(3743,'5340',24,'pixel_couch_black',4,0,0,1,0,0,21,-1,0,'','1','0'),(3744,'5341',24,'pixel_couch_red',4,0,0,1,0,0,25,-1,0,'','1','0'),(3745,'5342',483,'xmas13_block2',4,0,0,1,0,0,34,-1,0,'','1','0'),(3746,'5343',482,'xmas13_snowflake10',4,0,0,1,0,0,999,-1,0,'','1','0'),(3747,'5344',482,'xmas13_snowflake2',4,0,0,1,0,0,999,-1,0,'','1','0'),(3748,'5345',483,'xmas13_table',4,0,0,1,0,0,33,-1,0,'','1','0'),(3749,'5346',482,'xmas13_snowflake5',4,0,0,1,0,0,999,-1,0,'','1','0'),(3750,'5347',483,'xmas13_snack',4,0,0,1,0,0,32,-1,0,'','1','0'),(3751,'5348',482,'xmas13_snowflake9',4,0,0,1,0,0,999,-1,0,'','1','0'),(3752,'5349',482,'xmas13_snowflake3',4,0,0,1,0,0,999,-1,0,'','1','0'),(3753,'5350',483,'xmas13_block1',4,0,0,1,0,0,31,-1,0,'','1','0'),(3754,'5351',482,'xmas13_snowflake6',4,0,0,1,0,0,999,-1,0,'','1','0'),(3755,'5352',482,'xmas13_snowflake1',4,0,0,1,0,0,999,-1,0,'','1','0'),(3756,'5353',482,'xmas13_snowflake7',4,0,0,1,0,0,999,-1,0,'','1','0'),(3757,'5354',482,'xmas13_snowflake4',4,0,0,1,0,0,999,-1,0,'','1','0'),(3758,'5355',482,'xmas13_snowflake8',4,0,0,1,0,0,999,-1,0,'','1','0'),(3759,'5356',483,'xmas13_chair',2,0,0,1,0,0,17,-1,0,'','1','0'),(3760,'5357',483,'xmas13_floor',2,0,0,1,0,0,29,-1,0,'','1','0'),(3761,'5358',455,'js_bling_chair_w',2,0,0,1,0,0,6,-1,0,'','1','0'),(3762,'5359',455,'js_bling_bed',4,0,0,1,0,0,5,-1,0,'','1','0'),(3763,'5360',279,'js_chandelier',4,0,0,1,0,0,18,-1,0,'','1','1'),(3764,'5361',455,'js_bling11_seat1',4,0,0,1,0,0,2,-1,0,'','1','0'),(3765,'5362',455,'js_bling_fridge',10,0,0,1,0,0,7,-1,0,'','1','0'),(3766,'5363',455,'js_bling11_seat2',4,0,0,1,0,0,3,-1,0,'','1','0'),(3767,'5364',455,'js_bling11_sofa',4,0,0,1,0,0,4,-1,0,'','1','0'),(3768,'5365',455,'js_bling11_dvn',4,0,0,1,0,0,1,-1,0,'','1','0'),(3769,'5366',369,'lidotower',4,0,0,1,0,0,125,-1,0,'','0','0'),(3770,'5367',429,'test_tent',4,0,0,1,0,0,126,-1,0,'','0','0'),(3771,'5368',429,'test_cnd_not_stuff_is',4,0,0,1,0,0,127,-1,0,'','0','0'),(3772,'5369',429,'test_cnd_not_furni_on',4,0,0,1,0,0,128,-1,0,'','0','0'),(3773,'5370',429,'info_terminal_test',4,0,0,1,0,0,129,-1,0,'','0','0'),(3774,'5371',429,'talking_fridge',4,0,0,1,0,0,130,-1,0,'','0','0'),(3775,'5372',429,'telescopetest',4,0,0,1,0,0,131,-1,0,'','0','0'),(3776,'5373',429,'test_spacerent',4,0,0,1,0,0,132,-1,0,'','0','0'),(3777,'5374',429,'guild_customized',4,0,0,1,0,0,133,-1,0,'','0','0'),(3778,'5375',429,'test_effectswitch',4,0,0,1,0,0,134,-1,0,'','0','0'),(3779,'5376',429,'test_cnd_not_hv_avtrs',4,0,0,1,0,0,135,-1,0,'','0','0'),(3780,'5377',429,'vimeo_cubie',4,0,0,1,0,0,136,-1,0,'','0','0'),(3781,'5378',429,'vote_majority',4,0,0,1,0,0,20,-1,0,'','1','0'),(3782,'5379',429,'test_cnd_not_in_group',4,0,0,1,0,0,137,-1,0,'','0','0'),(3783,'5380',109,'ytprojector',3,0,0,1,0,0,99,-1,0,'','1','0'),(3784,'5381',429,'test_cnd_not_match_snap',4,0,0,1,0,0,138,-1,0,'','0','0'),(3785,'5382',429,'testbot',4,0,0,1,0,0,11,-1,0,'','1','0'),(3786,'5383',429,'ach_resolution_test',4,0,0,1,0,0,139,-1,0,'','0','0'),(3787,'5384',429,'test_bigtent',4,0,0,1,0,0,140,-1,0,'','0','0'),(3788,'5385',429,'test_cnd_not_in_team',4,0,0,1,0,0,141,-1,0,'','0','0'),(3789,'5386',429,'icecream_stand',4,0,0,1,0,0,4,-1,0,'','1','0'),(3790,'5387',429,'test_candyfloss',4,0,0,1,0,0,13,-1,0,'','1','0'),(3791,'5388',429,'test_cnd_not_wearing_b',4,0,0,1,0,0,142,-1,0,'','0','0'),(3792,'5389',429,'shallow_test',4,0,0,1,0,0,8,-1,0,'','1','0'),(3793,'5390',429,'test_cnd_not_wearing_f',4,0,0,1,0,0,143,-1,0,'','0','0'),(3794,'5391',429,'test_builder_placeholder',3,0,0,1,0,0,99,-1,0,'','1','0'),(3795,'5392',429,'test_cnd_not_trggrer_on',4,0,0,1,0,0,144,-1,0,'','0','0'),(3796,'5393',429,'change_state_on_step',4,0,0,1,0,0,145,-1,0,'','0','0'),(3797,'5394',429,'test_highscore_1',4,0,0,1,0,0,146,-1,0,'','0','0'),(3798,'5395',429,'test_highscore_2',4,0,0,1,0,0,147,-1,0,'','0','0'),(3799,'5396',429,'test_highscore_3',4,0,0,1,0,0,148,-1,0,'','0','0'),(3800,'5397',429,'test_highscore_4',4,0,0,1,0,0,149,-1,0,'','0','0'),(3801,'5398',429,'testtubetv2',4,0,0,1,0,0,150,-1,0,'','0','0'),(3802,'5399',429,'vimeo_test',3,0,0,1,0,0,99,-1,0,'','1','0'),(3803,'5400',429,'action_link_furni_test',3,0,0,1,0,0,99,-1,0,'','1','0'),(3804,'5401',429,'test_highscore_wins_1',4,0,0,1,0,0,151,-1,0,'','0','0'),(3805,'5402',429,'test_highscore_wins_2',4,0,0,1,0,0,152,-1,0,'','0','0'),(3806,'5403',429,'test_highscore_wins_3',4,0,0,1,0,0,153,-1,0,'','0','0'),(3807,'5404',429,'test_highscore_wins_4',4,0,0,1,0,0,154,-1,0,'','0','0'),(3808,'5405',429,'cr_tree_basic_01',3,0,0,1,0,0,99,-1,0,'','1','0'),(3809,'5406',429,'handitem_tester',4,0,0,1,0,0,3,-1,0,'','1','0'),(3810,'5407',429,'random_tele_1',4,0,0,1,0,0,155,-1,0,'','0','0'),(3811,'5408',429,'builder_exp',4,0,0,1,0,0,2,-1,0,'','1','0'),(3812,'5409',429,'cameraproto',4,0,0,1,0,0,156,-1,0,'','0','0'),(3813,'5410',429,'test_shipside',4,0,0,1,0,0,157,-1,0,'','0','0'),(3814,'5411',429,'lovelock_test',4,0,0,1,0,0,158,-1,0,'','0','0'),(3815,'5412',429,'testing_crackable',3,0,0,1,0,0,99,-1,0,'','1','0'),(3816,'5413',429,'royal_sofa',4,0,0,1,0,0,7,-1,0,'','1','0'),(3817,'5414',429,'test_ltd_handitem',4,0,0,1,0,0,18,-1,0,'','1','0'),(3818,'5415',429,'testing_yt',4,0,0,1,0,0,159,-1,0,'','0','0'),(3819,'5416',429,'vote_machine',4,0,0,1,0,0,160,-1,0,'','0','0'),(3820,'5417',429,'badge_display_case',4,0,0,1,0,0,99,-1,0,'','1','0'),(3821,'5418',429,'testtubetv1',4,0,0,1,0,0,161,-1,0,'','0','0'),(3822,'5419',429,'royal_chair',4,0,0,1,0,0,6,-1,0,'','1','0'),(3823,'5420',429,'random_tele_2',4,0,0,1,0,0,162,-1,0,'','0','0'),(3824,'5421',429,'statestoragetesting_1',4,0,0,1,0,0,163,-1,0,'','0','0'),(3825,'5422',429,'statestoragetesting_2',4,0,0,1,0,0,164,-1,0,'','0','0'),(3826,'5423',429,'statestoragetesting_3',4,0,0,1,0,0,165,-1,0,'','0','0'),(3827,'5424',429,'statestoragetesting_4',4,0,0,1,0,0,166,-1,0,'','0','0'),(3828,'5425',429,'statestoragetesting_5',4,0,0,1,0,0,167,-1,0,'','0','0'),(3829,'5426',429,'statestoragetesting_6',4,0,0,1,0,0,168,-1,0,'','0','0'),(3830,'5427',429,'statestoragetesting_7',4,0,0,1,0,0,169,-1,0,'','0','0'),(3831,'5428',429,'statestoragetesting_8',4,0,0,1,0,0,170,-1,0,'','0','0'),(3832,'5429',429,'statestoragetesting_9',4,0,0,1,0,0,171,-1,0,'','0','0'),(3833,'5430',429,'test_cnd_not_user_count',4,0,0,1,0,0,14,-1,0,'','1','0'),(3834,'5431',429,'soundblock',4,0,0,1,0,0,9,-1,0,'','1','0'),(3835,'5432',429,'testing_rentablespace',3,0,0,1,0,0,99,-1,0,'','1','0'),(3836,'5433',429,'test_festhotdog',4,0,0,1,0,0,17,-1,0,'','1','0'),(3837,'5434',429,'random_teleport',4,0,0,1,0,0,5,-1,0,'','1','0'),(3838,'5435',429,'soundblock_breakbeat',4,0,0,1,0,0,10,-1,0,'','1','0'),(3839,'5436',429,'stackable_water',4,0,0,1,0,0,10,-1,0,'','1','0'),(3840,'5437',40,'water_backdrop',3,0,0,1,0,0,172,-1,0,'','0','0'),(3841,'5438',65,'wf_cnd_not_trggrer_on',5,0,0,1,0,0,10,-1,0,'','1','0'),(3842,'5439',65,'wf_cnd_not_in_team',5,0,0,1,0,0,7,-1,0,'','1','0'),(3843,'5440',65,'wf_cnd_not_furni_on',5,0,0,1,0,0,4,-1,0,'','1','0'),(3844,'5441',65,'wf_cnd_not_hv_avtrs',5,0,0,1,0,0,5,-1,0,'','1','0'),(3845,'5442',63,'wf_trg_at_time_long',4,0,0,1,0,0,173,-1,0,'','0','0'),(3846,'5443',65,'wf_cnd_not_user_count',5,0,0,1,0,0,10,-1,0,'','1','0'),(3847,'5444',255,'wf_cnd_not_wearing_fx',7,0,0,1,0,0,10,-1,0,'','1','0'),(3848,'5445',65,'wf_cnd_user_count_in',5,0,0,1,0,0,19,-1,0,'','1','0'),(3849,'5446',255,'wf_cnd_not_wearing_b',7,0,0,1,0,0,9,-1,0,'','1','0'),(3850,'5447',65,'wf_cnd_stuff_is',5,0,0,1,0,0,13,-1,0,'','1','0'),(3851,'5448',65,'wf_cnd_not_in_group',5,0,0,1,0,0,6,-1,0,'','1','0'),(3852,'5449',65,'wf_cnd_not_stuff_is',5,0,0,1,0,0,9,-1,0,'','1','0'),(3853,'5450',64,'wf_act_move_furni_to',4,0,0,1,0,0,174,-1,0,'','0','0'),(3854,'5451',429,'wf_act_toggle_to_rnd',4,0,0,1,0,0,175,-1,0,'','0','0'),(3855,'5452',65,'wf_cnd_not_match_snap',5,0,0,1,0,0,8,-1,0,'','1','0'),(3856,'5453',590,'crystal_dragon',4,0,0,1,0,0,176,-1,0,'','0','0'),(3857,'5454',590,'crystal_throne',4,0,0,1,0,0,177,-1,0,'','0','0'),(3858,'5455',738,'white_dino_egg',4,0,0,1,0,0,178,-1,0,'','0','0'),(3859,'5456',40,'bg_cloud',3,0,0,1,0,0,179,-1,0,'','0','0'),(3860,'5457',429,'hole4',4,0,0,1,0,0,180,-1,0,'','0','0'),(3861,'5458',429,'hole1x1test',4,0,0,1,0,0,181,-1,0,'','0','0'),(3862,'5459',429,'teleport_random',4,0,0,1,0,0,99,-1,0,'','1','0'),(3863,'5460',429,'teleport_random_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(3864,'5461',307,'CF_5000_suitcase',5000,0,0,1,0,0,29,-1,0,'','1','0'),(3865,'5462',139,'bc_block_0_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(3866,'5463',139,'bc_block_0_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(3867,'5464',139,'bc_block_0_11',4,0,0,1,0,0,10,-1,0,'','1','0'),(3868,'5465',139,'bc_block_0_12',4,0,0,1,0,0,11,-1,0,'','1','0'),(3869,'5466',139,'bc_block_0_13',4,0,0,1,0,0,12,-1,0,'','1','0'),(3870,'5467',139,'bc_block_0_14',4,0,0,1,0,0,14,-1,0,'','1','0'),(3871,'5468',139,'bc_block_0_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(3872,'5469',139,'bc_block_0_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(3873,'5470',139,'bc_block_0_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(3874,'5471',139,'bc_block_0_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(3875,'5472',139,'bc_block_0_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(3876,'5473',139,'bc_block_0_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(3877,'5474',139,'bc_block_0_8',4,0,0,1,0,0,8,-1,0,'','1','0'),(3878,'5475',139,'bc_block_0_9',4,0,0,1,0,0,9,-1,0,'','1','0'),(3879,'5476',140,'bc_block_1_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3880,'5477',140,'bc_block_1_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(3881,'5478',140,'bc_block_1_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(3882,'5479',140,'bc_block_1_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(3883,'5480',140,'bc_block_1_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(3884,'5481',140,'bc_block_1_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(3885,'5482',140,'bc_block_1_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(3886,'5483',140,'bc_block_1_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(3887,'5484',140,'bc_block_1_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(3888,'5485',140,'bc_block_1_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(3889,'5486',140,'bc_block_1_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(3890,'5487',140,'bc_block_1_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(3891,'5488',140,'bc_block_1_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(3892,'5489',140,'bc_block_1_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(3893,'5490',483,'xmas13_rug',4,0,0,1,0,0,28,-1,0,'','1','0'),(3894,'5491',483,'xmas13_shelves',4,0,0,1,0,0,27,-1,0,'','1','0'),(3895,'5492',483,'xmas13_pillar',4,0,0,1,0,0,16,-1,0,'','1','0'),(3896,'5493',483,'xmas13_toyhorse',4,0,0,1,0,0,25,-1,0,'','1','0'),(3897,'5494',483,'xmas13_tools1',4,0,0,1,0,0,24,-1,0,'','1','0'),(3898,'5495',483,'xmas13_paintsplat1',4,0,0,1,0,0,23,-1,0,'','1','0'),(3899,'5496',729,'xmas13_gingerbread',4,0,0,1,0,0,15,-1,0,'','1','0'),(3900,'5497',483,'xmas13_light',4,0,0,1,0,0,21,-1,0,'','1','0'),(3901,'5498',483,'xmas13_candycane1',4,0,0,1,0,0,20,10501,0,'','1','0'),(3902,'5499',483,'xmas13_paintsplat3',4,0,0,1,0,0,19,-1,0,'','1','0'),(3903,'5500',483,'xmas13_paintsplat4',4,0,0,1,0,0,18,-1,0,'','1','0'),(3904,'5501',483,'xmas13_paintsplat2',4,0,0,1,0,0,17,-1,0,'','1','0'),(3905,'5502',483,'xmas13_candycane2',4,0,0,1,0,0,14,-1,0,'','1','0'),(3906,'5503',483,'xmas13_bucket1',4,0,0,1,0,0,13,-1,0,'','1','0'),(3907,'5504',483,'xmas13_toyblock2',4,0,0,1,0,0,14,-1,0,'','1','0'),(3908,'5505',483,'xmas13_toyblock4',4,0,0,1,0,0,12,-1,0,'','1','0'),(3909,'5506',483,'xmas13_toyblock3',4,0,0,1,0,0,11,-1,0,'','1','0'),(3910,'5507',483,'xmas13_toyblock1',4,0,0,1,0,0,10,-1,0,'','1','0'),(3911,'5508',354,'hc_exe_seccam',10,1,5,1,0,0,7,-1,0,'','1','1'),(3912,'5509',354,'hc_exe_wrkdesk',10,1,5,1,0,0,11,-1,0,'','1','1'),(3913,'5510',354,'hc_exe_glassdvdr',10,1,5,1,0,0,99,-1,0,'','1','1'),(3914,'5511',354,'hc_exe_sofa',10,1,5,1,0,0,8,-1,0,'','1','1'),(3915,'5512',354,'hc_exe_s_table',10,1,5,1,0,0,9,-1,0,'','1','1'),(3916,'5513',354,'hc_exe_light',10,1,5,1,0,0,6,-1,0,'','1','1'),(3917,'5514',354,'hc_exe_chair2',10,1,5,1,0,0,2,-1,0,'','1','1'),(3918,'5515',354,'hc_exe_table',10,1,5,1,0,0,10,-1,0,'','1','1'),(3919,'5516',354,'hc_exe_chair',10,1,5,1,0,0,1,-1,0,'','1','1'),(3920,'5517',354,'hc_exe_elevator',10,1,5,1,0,0,4,-1,0,'','1','1'),(3921,'5518',354,'hc_exe_cubelight',10,1,5,1,0,0,3,-1,0,'','1','1'),(3922,'5519',683,'mutearea_sign',4,0,0,1,0,0,99,-1,0,'','1','0'),(3923,'5520',683,'buildarea_sign',4,0,0,1,0,0,99,-1,0,'','1','0'),(3924,'5521',483,'xmas13_mincepies',4,0,0,1,0,0,10,-1,0,'','1','0'),(3925,'5522',483,'xmas13_eggnogbowl',10,0,0,1,0,0,9,-1,0,'','1','0'),(3926,'5523',483,'xmas13_eggnogglass',4,0,0,1,0,0,8,-1,0,'','1','0'),(3927,'5524',483,'xmas13_machine1',4,0,0,1,0,0,7,-1,0,'','1','0'),(3928,'5525',483,'xmas13_jack',4,0,0,1,0,0,6,-1,0,'','1','0'),(3929,'5526',740,'xmas13_throne',4,0,0,1,0,0,5,-1,0,'','1','0'),(3930,'5527',483,'xmas13_toolbox',4,0,0,1,0,0,4,-1,0,'','1','0'),(3931,'5528',483,'xmas13_workdesk',5,0,0,1,0,0,182,-1,0,'','0','0'),(3932,'5529',483,'xmas13_robotdino',4,0,0,1,0,0,3,-1,0,'','1','0'),(3933,'5530',238,'gnome_box',0,1500,0,1,0,0,99,-1,0,'','0','0'),(3934,'5531',307,'CF_750_duck',750,0,0,1,0,0,22,-1,0,'','1','0'),(3935,'5532',307,'CF_350_duck',350,0,0,1,0,0,12,-1,0,'','1','0'),(3936,'5533',483,'xmas13_terminal',4,0,0,1,0,0,2,-1,0,'','1','0'),(3937,'5534',368,'habbo15_icm',0,3600,5,1,0,0,5,-1,0,'','1','0'),(3938,'5535',470,'roombg_stars',4,0,0,1,0,0,-3,-1,0,'','1','0'),(3939,'5536',470,'roombg_city1',4,0,0,1,0,0,-1,-1,0,'','1','0'),(3940,'5537',470,'roombg_city2',4,0,0,1,0,0,-2,-1,0,'','1','0'),(3941,'5538',302,'rare_chinahorse',4,0,0,1,0,0,0,-1,0,'','1','0'),(3942,'5539',146,'bc_block_redbrick_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3943,'5540',146,'bc_block_redbrick_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(3944,'5541',146,'bc_block_redbrick_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(3945,'5542',146,'bc_block_redbrick_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(3946,'5543',146,'bc_block_redbrick_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(3947,'5544',146,'bc_block_redbrick_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(3948,'5545',146,'bc_block_redbrick_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(3949,'5546',146,'bc_block_redbrick_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(3950,'5547',146,'bc_block_redbrick_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(3951,'5548',146,'bc_block_redbrick_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(3952,'5549',146,'bc_block_redbrick_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(3953,'5550',146,'bc_block_redbrick_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(3954,'5551',146,'bc_block_redbrick_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(3955,'5552',146,'bc_block_redbrick_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(3956,'5553',150,'bc_block_artdeco1_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3957,'5554',150,'bc_block_artdeco1_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(3958,'5555',150,'bc_block_artdeco1_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(3959,'5556',150,'bc_block_artdeco1_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(3960,'5557',150,'bc_block_artdeco1_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(3961,'5558',151,'bc_block_industrial_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3962,'5559',151,'bc_block_industrial_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(3963,'5560',151,'bc_block_industrial_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(3964,'5561',151,'bc_block_industrial_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(3965,'5562',151,'bc_block_industrial_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(3966,'5563',148,'bc_lavarock_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(3967,'5564',148,'bc_lavarock_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(3968,'5565',148,'bc_lavarock_11',4,0,0,1,0,0,10,-1,0,'','1','0'),(3969,'5566',148,'bc_lavarock_12',4,0,0,1,0,0,11,-1,0,'','1','0'),(3970,'5567',148,'bc_lavarock_13',4,0,0,1,0,0,12,-1,0,'','1','0'),(3971,'5568',148,'bc_lavarock_14',4,0,0,1,0,0,14,-1,0,'','1','0'),(3972,'5569',148,'bc_lavarock_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(3973,'5570',148,'bc_lavarock_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(3974,'5571',148,'bc_lavarock_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(3975,'5572',148,'bc_lavarock_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(3976,'5573',148,'bc_lavarock_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(3977,'5574',148,'bc_lavarock_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(3978,'5575',148,'bc_lavarock_8',4,0,0,1,0,0,8,-1,0,'','1','0'),(3979,'5576',148,'bc_lavarock_9',4,0,0,1,0,0,9,-1,0,'','1','0'),(3980,'5577',153,'bc_block_metalgrip_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3981,'5578',153,'bc_block_metalgrip_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(3982,'5579',153,'bc_block_metalgrip_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(3983,'5580',153,'bc_block_metalgrip_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(3984,'5581',153,'bc_block_metalgrip_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(3985,'5582',157,'bc_block_grass_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(3986,'5583',157,'bc_block_grass_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(3987,'5584',157,'bc_block_grass_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(3988,'5585',157,'bc_block_grass_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(3989,'5586',157,'bc_block_grass_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(3990,'5587',157,'bc_block_grass_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(3991,'5588',157,'bc_block_grass_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(3992,'5589',149,'bc_block_marble_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(3993,'5590',149,'bc_block_marble_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(3994,'5591',149,'bc_block_marble_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(3995,'5592',149,'bc_block_marble_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(3996,'5593',149,'bc_block_marble_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(3997,'5594',149,'bc_block_marble_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(3998,'5595',149,'bc_block_marble_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(3999,'5596',149,'bc_block_marble_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(4000,'5597',149,'bc_block_marble_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(4001,'5598',149,'bc_block_marble_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(4002,'5599',149,'bc_block_marble_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(4003,'5600',149,'bc_block_marble_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(4004,'5601',149,'bc_block_marble_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(4005,'5602',149,'bc_block_marble_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(4006,'5603',152,'bc_block_sand_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(4007,'5604',152,'bc_block_sand_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(4008,'5605',152,'bc_block_sand_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(4009,'5606',152,'bc_block_sand_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(4010,'5607',152,'bc_block_sand_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(4011,'5608',152,'bc_block_sand_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(4012,'5609',152,'bc_block_sand_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(4013,'5610',147,'bc_block_glass_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(4014,'5611',147,'bc_block_glass_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(4015,'5612',147,'bc_block_glass_11',4,0,0,1,0,0,10,-1,0,'','1','0'),(4016,'5613',147,'bc_block_glass_12',4,0,0,1,0,0,11,-1,0,'','1','0'),(4017,'5614',147,'bc_block_glass_13',4,0,0,1,0,0,12,-1,0,'','1','0'),(4018,'5615',147,'bc_block_glass_14',4,0,0,1,0,0,14,-1,0,'','1','0'),(4019,'5616',147,'bc_block_glass_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(4020,'5617',147,'bc_block_glass_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(4021,'5618',147,'bc_block_glass_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(4022,'5619',147,'bc_block_glass_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(4023,'5620',147,'bc_block_glass_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(4024,'5621',147,'bc_block_glass_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(4025,'5622',147,'bc_block_glass_8',4,0,0,1,0,0,8,-1,0,'','1','0'),(4026,'5623',147,'bc_block_glass_9',4,0,0,1,0,0,9,-1,0,'','1','0'),(4027,'5624',138,'bc_round_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(4028,'5625',138,'bc_round_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(4029,'5626',138,'bc_round_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(4030,'5627',138,'bc_round_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(4031,'5628',138,'bc_round_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(4032,'5629',138,'bc_round_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(4033,'5630',138,'bc_round_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(4034,'5631',138,'bc_round_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(4035,'5632',138,'bc_round_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(4036,'5633',138,'bc_round_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(4037,'5634',138,'bc_round_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(4038,'5635',138,'bc_round_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(4039,'5636',138,'bc_round_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(4040,'5637',138,'bc_round_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(4041,'5638',156,'bc_block_wool_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(4042,'5639',156,'bc_block_wool_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(4043,'5640',156,'bc_block_wool_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(4044,'5641',156,'bc_block_wool_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(4045,'5642',156,'bc_block_wool_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(4046,'5643',156,'bc_block_wool_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(4047,'5644',156,'bc_block_wool_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(4048,'5645',156,'bc_block_wool_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(4049,'5646',156,'bc_block_wool_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(4050,'5647',156,'bc_block_wool_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(4051,'5648',156,'bc_block_wool_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(4052,'5649',156,'bc_block_wool_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(4053,'5650',156,'bc_block_wool_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(4054,'5651',156,'bc_block_wool_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(4055,'5652',155,'bc_stone_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(4056,'5653',155,'bc_stone_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(4057,'5654',155,'bc_stone_11',4,0,0,1,0,0,10,-1,0,'','1','0'),(4058,'5655',155,'bc_stone_12',4,0,0,1,0,0,11,-1,0,'','1','0'),(4059,'5656',155,'bc_stone_13',4,0,0,1,0,0,12,-1,0,'','1','0'),(4060,'5657',155,'bc_stone_14',4,0,0,1,0,0,14,-1,0,'','1','0'),(4061,'5658',155,'bc_stone_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(4062,'5659',155,'bc_stone_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(4063,'5660',155,'bc_stone_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(4064,'5661',155,'bc_stone_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(4065,'5662',155,'bc_stone_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(4066,'5663',155,'bc_stone_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(4067,'5664',155,'bc_stone_8',4,0,0,1,0,0,8,-1,0,'','1','0'),(4068,'5665',155,'bc_stone_9',4,0,0,1,0,0,9,-1,0,'','1','0'),(4069,'5666',154,'bc_metalcrate_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(4070,'5667',154,'bc_metalcrate_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(4071,'5668',154,'bc_metalcrate_11',4,0,0,1,0,0,10,-1,0,'','1','0'),(4072,'5669',154,'bc_metalcrate_12',4,0,0,1,0,0,11,-1,0,'','1','0'),(4073,'5670',154,'bc_metalcrate_13',4,0,0,1,0,0,12,-1,0,'','1','0'),(4074,'5671',154,'bc_metalcrate_14',4,0,0,1,0,0,14,-1,0,'','1','0'),(4075,'5672',154,'bc_metalcrate_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(4076,'5673',154,'bc_metalcrate_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(4077,'5674',154,'bc_metalcrate_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(4078,'5675',154,'bc_metalcrate_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(4079,'5676',154,'bc_metalcrate_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(4080,'5677',154,'bc_metalcrate_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(4081,'5678',154,'bc_metalcrate_8',4,0,0,1,0,0,8,-1,0,'','1','0'),(4082,'5679',154,'bc_metalcrate_9',4,0,0,1,0,0,9,-1,0,'','1','0'),(4083,'5680',302,'china_horse',4,0,0,1,0,0,4,-1,0,'','1','0'),(4084,'5681',493,'prizetrophy_storieshero',0,75,0,1,0,0,1,-1,0,'','1','0'),(4085,'5682',312,'book_rare_0',0,50,0,1,0,0,0,-1,0,'','1','0'),(4086,'5683',312,'book_rare_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(4087,'5684',312,'book_rare_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(4088,'5685',312,'book_rare_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(4089,'5686',312,'book_rare_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(4090,'5687',312,'book_rare_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(4091,'5688',312,'book_rare_6',0,50,0,1,0,0,6,-1,0,'','1','0'),(4092,'5689',312,'book_rare_7',0,50,0,1,0,0,7,-1,0,'','1','0'),(4093,'5690',312,'book_rare_8',0,50,0,1,0,0,8,-1,0,'','1','0'),(4094,'5691',312,'book_rare_9',0,50,0,1,0,0,9,-1,0,'','1','0'),(4095,'5692',299,'val14_bench',4,0,0,1,0,0,5,-1,0,'','1','0'),(4096,'5693',299,'val14_table',2,0,0,1,0,0,25,-1,0,'','1','0'),(4097,'5694',299,'val14_rosebook',4,0,0,1,0,0,23,-1,0,'','1','0'),(4098,'5695',299,'val14_stool',4,0,0,1,0,0,24,-1,0,'','1','0'),(4099,'5696',299,'val14_bed_g',4,0,0,1,0,0,3,-1,0,'','1','0'),(4100,'5697',299,'val14_b_roof',4,0,0,1,0,0,8,-1,0,'','1','0'),(4101,'5698',299,'val14_gate',4,0,0,1,0,0,12,-1,0,'','1','0'),(4102,'5699',299,'val14_tile2',1,0,0,1,0,0,27,-1,0,'','1','0'),(4103,'5700',299,'val14_bed_o',4,0,0,1,0,0,4,-1,0,'','1','0'),(4104,'5701',299,'val14_wchair',2,0,0,1,0,0,32,-1,0,'','1','0'),(4105,'5702',299,'val14_tile3',1,0,0,1,0,0,28,-1,0,'','1','0'),(4106,'5703',299,'val14_g_roof',4,0,0,1,0,0,14,-1,0,'','1','0'),(4107,'5704',299,'val14_bigplant1',4,0,0,1,0,0,6,-1,0,'','1','0'),(4108,'5705',299,'val14_pot1',4,0,0,1,0,0,21,-1,0,'','1','0'),(4109,'5706',299,'val14_fbath',4,0,0,1,0,0,10,-1,0,'','1','0'),(4110,'5707',299,'val14_largetile',4,0,0,1,0,0,17,-1,0,'','1','0'),(4111,'5708',299,'val14_tile1',1,0,0,1,0,0,16,-1,0,'','1','0'),(4112,'5709',299,'val14_y_roof',4,0,0,1,0,0,33,-1,0,'','1','0'),(4113,'5710',299,'val14_archway',4,0,0,1,0,0,1,-1,0,'','1','0'),(4114,'5711',299,'val14_door',4,0,0,1,0,0,10,-1,0,'','1','0'),(4115,'5712',299,'val14_recchair',2,0,0,1,0,0,15,-1,0,'','1','0'),(4116,'5713',299,'val14_bed_b',4,0,0,1,0,0,2,-1,0,'','1','0'),(4117,'5714',299,'val14_bigplant2',4,0,0,1,0,0,7,-1,0,'','1','0'),(4118,'5715',299,'val14_b_wall',4,0,0,1,0,0,9,-1,0,'','1','0'),(4119,'5716',299,'val14_g_wall',4,0,0,1,0,0,13,-1,0,'','1','0'),(4120,'5717',299,'val14_y_wall',4,0,0,1,0,0,34,-1,0,'','1','0'),(4121,'5718',241,'val14_lovelock1',4,0,0,1,0,0,18,-1,0,'','1','0'),(4122,'5719',241,'val14_lovelock2',4,0,0,1,0,0,19,-1,0,'','1','0'),(4123,'5720',736,'prizetrophy_room2_g',0,75,0,1,0,0,7,-1,0,'','1','0'),(4124,'5721',736,'prizetrophy_room2_s',0,75,0,1,0,0,8,-1,0,'','1','0'),(4125,'5722',736,'prizetrophy_room2_b',0,75,0,1,0,0,9,-1,0,'','1','0'),(4126,'5723',736,'prizetrophy_hotel1_g',0,75,0,1,0,0,10,-1,0,'','1','0'),(4127,'5724',736,'prizetrophy_hotel1_s',0,75,0,1,0,0,11,-1,0,'','1','0'),(4128,'5725',736,'prizetrophy_hotel1_b',0,75,0,1,0,0,12,-1,0,'','1','0'),(4129,'5726',601,'rare_pbag_7',0,50,0,1,0,0,0,-1,0,'','1','0'),(4130,'5727',601,'rare_pbag_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(4131,'5728',601,'rare_pbag_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(4132,'5729',601,'rare_pbag_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(4133,'5730',601,'rare_pbag_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(4134,'5731',601,'rare_pbag_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(4135,'5732',601,'rare_pbag_6',0,50,0,1,0,0,6,-1,0,'','1','0'),(4136,'5733',590,'br_phoenix',4,0,0,1,0,0,20,-1,0,'','1','0'),(4137,'5734',299,'val14_lamp',4,0,0,1,0,0,14,-1,0,'','1','0'),(4138,'5735',507,'stories_shakespeare_tree',4,0,0,1,0,0,23,-1,0,'','1','0'),(4139,'5736',507,'stories_shakespeare_swing',4,0,0,1,0,0,15,-1,0,'','1','0'),(4140,'5737',507,'stories_shakespeare_bench',4,0,0,1,0,0,21,-1,0,'','1','0'),(4141,'5738',507,'stories_shakespeare_fairy',4,0,0,1,0,0,20,-1,0,'','1','0'),(4142,'5739',697,'hlympic_bear',4,0,0,1,0,0,1,-1,0,'','1','0'),(4143,'5740',299,'val14_fountain',4,0,0,1,0,0,11,-1,0,'','1','0'),(4144,'5741',590,'portabandeira',4,0,0,1,0,0,99,-1,0,'','1','0'),(4145,'5742',241,'val14_lock3',4,0,0,1,0,0,20,-1,0,'','1','0'),(4146,'5743',53,'runway_camera',4,0,0,1,0,0,9,-1,0,'','1','0'),(4147,'5744',528,'ads_nick_geyeser',4,0,0,1,0,0,99,-1,0,'','1','0'),(4148,'5745',528,'ads_nick_faketile',4,0,0,1,0,0,99,-1,0,'','1','0'),(4149,'5746',53,'runway_hangingb',4,0,0,1,0,0,19,-1,0,'','1','0'),(4150,'5747',53,'runway_umbrellalight',4,0,0,1,0,0,28,-1,0,'','1','0'),(4151,'5748',53,'runway_fan',4,0,0,1,0,0,18,-1,0,'','1','0'),(4152,'5749',53,'runway_changing',4,0,0,1,0,0,11,-1,0,'','1','0'),(4153,'5750',683,'rare_sage',4,0,0,1,0,0,99,-1,0,'','1','0'),(4154,'5751',53,'runway_oldecamera',4,0,0,1,0,0,23,-1,0,'','1','0'),(4155,'5752',53,'runway_changingrare',4,0,0,1,0,0,12,-1,0,'','1','0'),(4156,'5753',590,'rare_stpat14',4,0,0,1,0,0,9,-1,0,'','1','0'),(4157,'5754',115,'nest_leprechaun',3,0,0,1,0,0,99,-1,0,'','1','0'),(4158,'5755',115,'nest_gnome',2,0,0,1,0,0,7,-1,0,'','1','0'),(4159,'5756',426,'leprechaun_box',0,1500,0,1,0,0,1,-1,0,'','1','0'),(4160,'5757',632,'newbie_stairs_pink',4,0,0,1,0,0,183,-1,0,'','0','0'),(4161,'5758',632,'newbie_stairs_black',4,0,0,1,0,0,184,-1,0,'','0','0'),(4162,'5759',590,'newbie_present_2014',7,0,0,1,0,0,23,-1,0,'','1','0'),(4163,'5760',632,'newbie_eleblock5',4,0,0,1,0,0,185,-1,0,'','0','0'),(4164,'5761',632,'newbie_eleblock1',4,0,0,1,0,0,186,-1,0,'','0','0'),(4165,'5762',509,'stories_sch_book',4,0,0,1,0,0,99,-1,0,'','1','0'),(4166,'5763',509,'stories_sch_hourglass',4,0,0,1,0,0,99,-1,0,'','1','0'),(4167,'5764',740,'LTD_fashionistam',4,0,0,1,0,0,20,-1,0,'','1','0'),(4168,'5765',740,'LTD_fashionistaf',4,0,0,1,0,0,19,-1,0,'','1','0'),(4169,'5766',429,'effect_faketile',4,0,0,1,0,0,187,-1,0,'','0','0'),(4170,'5767',143,'bc_block_water_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(4171,'5768',143,'bc_block_water_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(4172,'5769',143,'bc_block_water_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(4173,'5770',143,'bc_block_water_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(4174,'5771',143,'bc_block_water_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(4175,'5772',143,'bc_block_water_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(4176,'5773',141,'bc_tile_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(4177,'5774',141,'bc_tile_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(4178,'5775',141,'bc_tile_11',4,0,0,1,0,0,10,-1,0,'','1','0'),(4179,'5776',141,'bc_tile_12',4,0,0,1,0,0,11,-1,0,'','1','0'),(4180,'5777',141,'bc_tile_13',4,0,0,1,0,0,12,-1,0,'','1','0'),(4181,'5778',141,'bc_tile_14',4,0,0,1,0,0,14,-1,0,'','1','0'),(4182,'5779',141,'bc_tile_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(4183,'5780',141,'bc_tile_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(4184,'5781',141,'bc_tile_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(4185,'5782',141,'bc_tile_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(4186,'5783',141,'bc_tile_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(4187,'5784',141,'bc_tile_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(4188,'5785',141,'bc_tile_8',4,0,0,1,0,0,8,-1,0,'','1','0'),(4189,'5786',141,'bc_tile_9',4,0,0,1,0,0,9,-1,0,'','1','0'),(4190,'5787',145,'bc_terra_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(4191,'5788',145,'bc_terra_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(4192,'5789',145,'bc_terra_11',4,0,0,1,0,0,10,-1,0,'','1','0'),(4193,'5790',145,'bc_terra_12',4,0,0,1,0,0,11,-1,0,'','1','0'),(4194,'5791',145,'bc_terra_13',4,0,0,1,0,0,12,-1,0,'','1','0'),(4195,'5792',145,'bc_terra_14',4,0,0,1,0,0,14,-1,0,'','1','0'),(4196,'5793',145,'bc_terra_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(4197,'5794',145,'bc_terra_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(4198,'5795',145,'bc_terra_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(4199,'5796',145,'bc_terra_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(4200,'5797',145,'bc_terra_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(4201,'5798',145,'bc_terra_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(4202,'5799',145,'bc_terra_8',4,0,0,1,0,0,8,-1,0,'','1','0'),(4203,'5800',145,'bc_terra_9',4,0,0,1,0,0,9,-1,0,'','1','0'),(4204,'5801',142,'bc_flowerhedge_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(4205,'5802',142,'bc_flowerhedge_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(4206,'5803',142,'bc_flowerhedge_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(4207,'5804',142,'bc_flowerhedge_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(4208,'5805',142,'bc_flowerhedge_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(4209,'5806',142,'bc_flowerhedge_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(4210,'5807',142,'bc_flowerhedge_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(4211,'5808',142,'bc_flowerhedge_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(4212,'5809',142,'bc_flowerhedge_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(4213,'5810',142,'bc_flowerhedge_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(4214,'5811',142,'bc_flowerhedge_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(4215,'5812',142,'bc_flowerhedge_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(4216,'5813',142,'bc_flowerhedge_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(4217,'5814',142,'bc_flowerhedge_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(4218,'5815',509,'stories_sch_chair',4,0,0,1,0,0,99,-1,0,'','1','0'),(4219,'5816',509,'stories_sch_bookshelf',4,0,0,1,0,0,99,-1,0,'','1','0'),(4220,'5817',381,'easter14_chocchestrare',4,0,0,1,0,0,8,-1,0,'','1','0'),(4221,'5818',429,'free_placement_room',4,0,0,1,0,0,188,-1,0,'','0','0'),(4222,'5819',381,'easter14_plant',4,0,0,1,0,0,25,-1,0,'','1','0'),(4223,'5820',381,'easter14_elecdivdr',4,0,0,1,0,0,13,-1,0,'','1','0'),(4224,'5821',381,'easter14_jar',4,0,0,1,0,0,20,-1,0,'','1','0'),(4225,'5822',381,'easter14_pillar',4,0,0,1,0,0,24,-1,0,'','1','0'),(4226,'5823',381,'easter14_block3',4,0,0,1,0,0,3,-1,0,'','1','0'),(4227,'5824',381,'easter14_block1',4,0,0,1,0,0,1,-1,0,'','1','0'),(4228,'5825',381,'easter14_metalfloor',2,0,0,1,0,0,15,-1,0,'','1','0'),(4229,'5826',381,'easter14_lamp',4,0,0,1,0,0,21,-1,0,'','1','0'),(4230,'5827',381,'easter14_roombg',4,0,0,1,0,0,-2,-1,0,'','1','0'),(4231,'5828',381,'easter14_corner',4,0,0,1,0,0,9,-1,0,'','1','0'),(4232,'5829',381,'easter14_captainchr',4,0,0,1,0,0,6,-1,0,'','1','0'),(4233,'5830',381,'easter14_flower',4,0,0,1,0,0,14,-1,0,'','1','0'),(4234,'5831',381,'easter14_palmtree',4,0,0,1,0,0,23,-1,0,'','1','0'),(4235,'5832',381,'easter14_teleport',4,0,0,1,0,0,33,-1,0,'','1','0'),(4236,'5833',381,'easter14_eggplant',4,0,0,1,0,0,11,-1,0,'','1','0'),(4237,'5834',381,'easter14_gate',4,0,0,1,0,0,17,-1,0,'','1','0'),(4238,'5835',381,'easter14_divider',4,0,0,1,0,0,10,-1,0,'','1','0'),(4239,'5836',381,'easter14_block2',4,0,0,1,0,0,2,-1,0,'','1','0'),(4240,'5837',381,'easter14_block4',4,0,0,1,0,0,4,-1,0,'','1','0'),(4241,'5838',381,'easter14_techtreebrkn',4,0,0,1,0,0,32,-1,0,'','1','0'),(4242,'5839',381,'easter14_sandfloor',2,0,0,1,0,0,27,-1,0,'','1','0'),(4243,'5840',381,'easter14_chair',2,0,0,1,0,0,7,-1,0,'','1','0'),(4244,'5841',381,'easter14_grasspatch',4,0,0,1,0,0,18,-1,0,'','1','0'),(4245,'5842',381,'easter14_techstump',4,0,0,1,0,0,31,-1,0,'','1','0'),(4246,'5843',381,'easter14_table',4,0,0,1,0,0,17,-1,0,'','1','0'),(4247,'5844',381,'easter14_effectgiver',4,0,0,1,0,0,10,-1,0,'','1','0'),(4248,'5845',381,'easter14_eleccrn',4,0,0,1,0,0,14,-1,0,'','1','0'),(4249,'5846',381,'easter14_screen',4,0,0,1,0,0,-4,-1,0,'','1','0'),(4250,'5847',381,'easter14_statue',4,0,0,1,0,0,29,-1,0,'','1','0'),(4251,'5848',381,'easter14_bunnysphinx',4,0,0,1,0,0,5,-1,0,'','1','0'),(4252,'5849',381,'easter14_eggstar',4,0,0,1,0,0,-3,-1,0,'','1','0'),(4253,'5850',740,'ltd_habberge3',3,0,0,1,0,0,99,-1,0,'','1','0'),(4254,'5851',740,'ltd_habberge2',3,0,0,1,0,0,99,-1,0,'','1','0'),(4255,'5852',739,'ltd_habberge4',4,0,0,1,0,0,14,-1,0,'','1','0'),(4256,'5853',740,'ltd_habberge5',4,0,0,1,0,0,13,-1,0,'','1','0'),(4257,'5854',255,'wf_act_mute_triggerer',7,0,0,1,0,0,5,-1,0,'','1','0'),(4258,'5855',740,'ltd_habberge1',3,0,0,1,0,0,99,-1,0,'','1','0'),(4259,'5856',381,'easter14_habberge6',4,0,0,1,0,0,-1,-1,0,'','1','0'),(4260,'5857',508,'stories_oldmusic_neon',4,0,0,1,0,0,99,-1,0,'','1','0'),(4261,'5858',508,'stories_oldmusic_vinyl',4,0,0,1,0,0,99,-1,0,'','1','0'),(4262,'5859',508,'stories_oldmusic_guitarcase',4,0,0,1,0,0,99,-1,0,'','1','0'),(4263,'5860',508,'stories_oldmusic_mike',4,0,0,1,0,0,99,-1,0,'','1','0'),(4264,'5861',255,'wf_cnd_date_rng_active',7,0,0,1,0,0,8,-1,0,'','1','0'),(4265,'5862',590,'rare_venusstatue',4,0,0,1,0,0,6,-1,0,'','1','0'),(4266,'5863',163,'guild_forum',15,0,0,1,0,0,99,-1,0,'','1','0'),(4267,'5864',110,'vikings_table_r',4,0,0,1,0,0,32,-1,0,'','1','0'),(4268,'5865',110,'vikings_chair_g',2,0,0,1,0,0,8,-1,0,'','1','0'),(4269,'5866',110,'vikings_torch',4,0,0,1,0,0,37,-1,0,'','1','0'),(4270,'5867',110,'vikings_bed',3,0,0,1,0,0,7,-1,0,'','1','0'),(4271,'5868',110,'vikings_house',4,0,0,1,0,0,19,-1,0,'','1','0'),(4272,'5869',110,'vikings_spike',4,0,0,1,0,0,25,-1,0,'','1','0'),(4273,'5870',110,'vikings_wooddivdr',4,0,0,1,0,0,44,-1,0,'','1','0'),(4274,'5871',110,'vikings_floor',2,0,0,1,0,0,12,-1,0,'','1','0'),(4275,'5872',110,'vikings_woodgate',4,0,0,1,0,0,23,-1,0,'','1','0'),(4276,'5873',110,'vikings_flag_r',4,0,0,1,0,0,11,-1,0,'','1','0'),(4277,'5874',110,'vikings_stonecrn',4,0,0,1,0,0,16,-1,0,'','1','0'),(4278,'5875',110,'vikings_animal_r',4,0,0,1,0,0,2,-1,0,'','1','0'),(4279,'5876',110,'vikings_basket1',4,0,0,1,0,0,5,-1,0,'','1','0'),(4280,'5877',110,'vikings_stonedivdr',4,0,0,1,0,0,27,-1,0,'','1','0'),(4281,'5878',110,'vikings_outdoorstove',4,0,0,1,0,0,21,-1,0,'','1','0'),(4282,'5879',110,'vikings_weapon',4,0,0,1,0,0,42,-1,0,'','1','0'),(4283,'5880',110,'vikings_animal_g',4,0,0,1,0,0,1,-1,0,'','1','0'),(4284,'5881',110,'vikings_indoorstove',4,0,0,1,0,0,20,-1,0,'','1','0'),(4285,'5882',110,'vikings_roof_r',4,0,0,1,0,0,24,-1,0,'','1','0'),(4286,'5883',110,'vikings_gondola1',4,0,0,1,0,0,14,-1,0,'','1','0'),(4287,'5884',110,'vikings_basket2',4,0,0,1,0,0,6,-1,0,'','1','0'),(4288,'5885',110,'vikings_table_g',2,0,0,1,0,0,31,-1,0,'','1','0'),(4289,'5886',110,'vikings_gondola2b',4,0,0,1,0,0,14,-1,0,'','1','0'),(4290,'5887',110,'vikings_woodcrn',4,0,0,1,0,0,22,-1,0,'','1','0'),(4291,'5888',110,'vikings_gondola3',4,0,0,1,0,0,18,-1,0,'','1','0'),(4292,'5889',110,'vikings_teleport',4,0,0,1,0,0,33,-1,0,'','1','0'),(4293,'5890',110,'vikings_flag_g',4,0,0,1,0,0,10,-1,0,'','1','0'),(4294,'5891',110,'vikings_gondola2c',4,0,0,1,0,0,17,-1,0,'','1','0'),(4295,'5892',110,'vikings_roof_g',4,0,0,1,0,0,23,-1,0,'','1','0'),(4296,'5893',110,'vikings_chair_r',2,0,0,1,0,0,9,-1,0,'','1','0'),(4297,'5894',110,'vikings_tombstone',4,0,0,1,0,0,19,-1,0,'','1','0'),(4298,'5895',110,'vikings_stonegate',4,0,0,1,0,0,28,-1,0,'','1','0'),(4299,'5896',110,'vikings_stool',4,0,0,1,0,0,29,-1,0,'','1','0'),(4300,'5897',110,'vikings_gondola2a',4,0,0,1,0,0,13,-1,0,'','1','0'),(4301,'5898',110,'vikings_stove',4,0,0,1,0,0,17,-1,0,'','1','0'),(4302,'5899',110,'vikings_pillar',4,0,0,1,0,0,15,-1,0,'','1','0'),(4303,'5900',144,'bc_wood_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(4304,'5901',144,'bc_wood_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(4305,'5902',144,'bc_wood_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(4306,'5903',144,'bc_wood_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(4307,'5904',144,'bc_wood_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(4308,'5905',144,'bc_wood_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(4309,'5906',590,'vikings_runestone',4,0,0,1,0,0,189,-1,0,'','0','0'),(4310,'5907',113,'room_noob_walltl',4,0,0,1,0,0,17,-1,0,'','1','0'),(4311,'5908',113,'room_noob_bar',4,0,0,1,0,0,1,-1,0,'','1','0'),(4312,'5909',113,'room_noob_walltr1',4,0,0,1,0,0,31,-1,0,'','1','0'),(4313,'5910',113,'room_noob_table1',4,0,0,1,0,0,23,-1,0,'','1','0'),(4314,'5911',113,'room_noob_carpet1',4,0,0,1,0,0,5,-1,0,'','1','0'),(4315,'5912',113,'room_noob_fxremove',4,0,0,1,0,0,13,-1,0,'','1','0'),(4316,'5913',113,'room_noob_barchair',4,0,0,1,0,0,2,-1,0,'0','1','0'),(4317,'5914',113,'room_noob_fx1',4,0,0,1,0,0,10,-1,0,'','1','0'),(4318,'5915',113,'room_noob_table2',4,0,0,1,0,0,24,-1,0,'','1','0'),(4319,'5916',113,'room_noob_stairside',4,0,0,1,0,0,15,-1,0,'','1','0'),(4320,'5917',113,'room_noob_walltr2',4,0,0,1,0,0,32,-1,0,'','1','0'),(4321,'5918',113,'room_noob_tallfloor',4,0,0,1,0,0,25,-1,0,'','1','0'),(4322,'5919',113,'room_noob_floor1',4,0,0,1,0,0,8,-1,0,'','1','0'),(4323,'5920',113,'room_noob_stairs',4,0,0,1,0,0,21,-1,0,'','1','0'),(4324,'5921',113,'room_noob_fx2',4,0,0,1,0,0,11,-1,0,'','1','0'),(4325,'5922',113,'room_noob_barside',4,0,0,1,0,0,4,-1,0,'','1','0'),(4326,'5923',113,'room_noob_sofa',4,0,0,1,0,0,20,-1,0,'','1','0'),(4327,'5924',113,'room_noob_glow',4,0,0,1,0,0,14,-1,0,'','1','0'),(4328,'5925',113,'room_noob_plant',4,0,0,1,0,0,18,-1,0,'','1','0'),(4329,'5926',113,'room_noob_wallcrnr',4,0,0,1,0,0,29,-1,0,'','1','0'),(4330,'5927',113,'room_noob_wallbl3',4,0,0,1,0,0,28,-1,0,'','1','0'),(4331,'5928',113,'room_noob_hanglight',4,0,0,1,0,0,17,-1,0,'','1','0'),(4332,'5929',113,'room_noob_wallbl1',4,0,0,1,0,0,16,-1,0,'','1','0'),(4333,'5930',113,'room_noob_div',4,0,0,1,0,0,7,-1,0,'','1','0'),(4334,'5931',113,'room_noob_floor2',4,0,0,1,0,0,10,-1,0,'','1','0'),(4335,'5932',113,'room_noob_floor3',4,0,0,1,0,0,9,-1,0,'','1','0'),(4336,'5933',113,'room_noob_chair',4,0,0,1,0,0,6,-1,0,'','1','0'),(4337,'5934',113,'room_noob_bargate',4,0,0,1,0,0,3,-1,0,'','1','0'),(4338,'5935',113,'room_noob_wallbl2',4,0,0,1,0,0,27,-1,0,'','1','0'),(4339,'5936',113,'room_noob_pool',4,0,0,1,0,0,19,-1,0,'','1','0'),(4340,'5937',113,'room_noob_fx4',4,0,0,1,0,0,14,-1,0,'','1','0'),(4341,'5938',113,'room_noob_fx3',4,0,0,1,0,0,12,-1,0,'','1','0'),(4342,'5939',255,'wf_blob_invis',4,0,0,1,0,0,99,-1,0,'','1','0'),(4343,'5940',255,'wf_blob2_vis',4,0,0,1,0,0,99,-1,0,'','1','0'),(4344,'5941',740,'vikings_throne',4,0,0,1,0,0,18,-1,0,'','1','0'),(4345,'5942',110,'vikings_yggdrasil',4,0,0,1,0,0,46,-1,0,'','1','0'),(4346,'5943',110,'vikings_thor',4,0,0,1,0,0,34,-1,0,'','1','0'),(4347,'5944',110,'vikings_chesspiece',4,0,0,1,0,0,10,-1,0,'','1','0'),(4348,'5945',339,'tablet_vendor',4,0,0,1,0,0,2,-1,0,'','1','0'),(4349,'5946',307,'CF_500_vikings',500,0,0,1,0,0,20,-1,0,'','1','0'),(4350,'5947',538,'ads_dtlrare_rc',4,0,0,1,0,0,46,-1,0,'','1','0'),(4351,'5948',429,'room_noob_exit',4,0,0,1,0,0,190,-1,0,'','0','0'),(4352,'5949',465,'fball_goldenboot',4,0,0,1,0,0,20,-1,0,'','1','0'),(4353,'5950',108,'fball_grp_crnr',3,0,0,1,0,0,4,-1,0,'','1','0'),(4354,'5951',465,'fball_trophybrasil_silver',4,0,0,1,0,0,42,-1,0,'','1','0'),(4355,'5952',523,'fball_ball6',15,0,0,1,0,0,8,-1,0,'','1','0'),(4356,'5953',465,'fball_trophybrasil_bronze',4,0,0,1,0,0,40,-1,0,'','1','0'),(4357,'5954',465,'fball_trophybrasil_gold',4,0,0,1,0,0,21,-1,0,'','1','0'),(4358,'5955',108,'fball_grp_fnc1',3,0,0,1,0,0,5,-1,0,'','1','0'),(4359,'5956',108,'fball_grp_cote',6,0,0,1,0,0,3,-1,0,'','1','0'),(4360,'5957',108,'fball_grp_bench',1,225,0,1,0,0,2,-1,0,'','1','0'),(4361,'5958',108,'fball_grp_fnc3',5,0,0,1,0,0,6,-1,0,'','1','0'),(4362,'5959',523,'fball_audbench2',6,0,0,1,0,0,2,-1,0,'','1','0'),(4363,'5960',510,'stories_football_board',4,0,0,1,0,0,99,-1,0,'','1','0'),(4364,'5961',510,'stories_football_table',4,0,0,1,0,0,99,-1,0,'','1','0'),(4365,'5962',108,'fball_flag_grp',2,300,0,1,0,0,1,-1,0,'','1','0'),(4366,'5963',465,'fball_goldenboot2',4,0,0,1,0,0,21,-1,0,'','1','0'),(4367,'5964',465,'fball_mascot',4,0,0,1,0,0,24,-1,0,'','1','0'),(4368,'5965',523,'fball_scales',10,0,0,1,0,0,34,-1,0,'','1','0'),(4369,'5966',12,'CF_diamond_1000',0,10000,5,1,0,0,18,-1,0,'','1','0'),(4370,'5967',12,'CF_diamond_500',0,5000,5,1,0,0,17,-1,0,'','1','0'),(4371,'5968',12,'CF_diamond_250',0,2500,5,1,0,0,16,-1,0,'','1','0'),(4372,'5969',12,'CF_diamond_100',0,1000,5,1,0,0,15,-1,0,'','1','0'),(4373,'5970',12,'CF_diamond_2500',0,25000,5,1,0,0,19,-1,0,'','1','0'),(4374,'5971',510,'stories_football_screen',4,0,0,1,0,0,99,-1,0,'','1','0'),(4375,'5972',740,'fball_ltd14',4,0,0,1,0,0,23,-1,0,'','1','0'),(4376,'5973',736,'prizetrophy_fballbrazil_1',4,0,0,1,0,0,46,-1,0,'','0','0'),(4377,'5974',736,'prizetrophy_fballbrazil_s',4,0,0,1,0,0,47,-1,0,'','0','0'),(4378,'5975',736,'prizetrophy_fballbrazil_b',4,0,0,1,0,0,48,-1,0,'','0','0'),(4379,'5976',261,'gift_mysterytrophy',7,0,0,1,0,0,11,-1,0,'','1','0'),(4380,'5977',567,'hblooza14_hotair_b',4,0,0,1,0,0,31,-1,0,'','1','0'),(4381,'5978',567,'hblooza14_hotair_y',4,0,0,1,0,0,33,-1,0,'','1','0'),(4382,'5979',257,'hblooza14_bundkiosk',4,0,0,1,0,0,4,-1,0,'','1','0'),(4383,'5980',567,'hblooza14_hotair_p',4,0,0,1,0,0,32,-1,0,'','1','0'),(4384,'5981',257,'hblooza14_tent',4,0,0,1,0,0,44,-1,0,'','1','0'),(4385,'5982',257,'hblooza14_drinkstall',10,0,0,1,0,0,10,-1,0,'','1','0'),(4386,'5983',257,'hblooza14_shotgall',4,0,0,1,0,0,40,-1,0,'','1','0'),(4387,'5984',257,'hblooza14_duckhook',4,0,0,1,0,0,14,10500,0,'','1','0'),(4388,'5985',600,'hblooza14_pinata2',7,0,0,1,0,0,19,-1,0,'','0','0'),(4389,'5986',257,'hblooza14_hedgediv',4,0,0,1,0,0,27,-1,0,'','1','0'),(4390,'5987',257,'hblooza14_duckgate',4,0,0,1,0,0,12,-1,0,'','1','0'),(4391,'5988',257,'hblooza14_tele',4,0,0,1,0,0,22,-1,0,'','1','0'),(4392,'5989',567,'hblooza14_duck_balloon_y',4,0,0,1,0,0,18,-1,0,'','1','0'),(4393,'5990',600,'hblooza14_pinata1',7,0,0,1,0,0,18,-1,0,'','0','0'),(4394,'5991',257,'hblooza14_flowerlight',4,0,0,1,0,0,24,-1,0,'','1','0'),(4395,'5992',257,'hblooza14_flagpole',4,0,0,1,0,0,19,-1,0,'','1','0'),(4396,'5993',257,'hblooza14_hctele',4,0,0,1,0,0,25,-1,0,'','1','0'),(4397,'5994',257,'hblooza14_rollercost',4,0,0,1,0,0,20,-1,0,'','1','0'),(4398,'5995',257,'hblooza14_duckdvdr',4,0,0,1,0,0,11,-1,0,'','1','0'),(4399,'5996',567,'hblooza14_cafe_y',4,0,0,1,0,0,7,-1,0,'','1','0'),(4400,'5997',257,'hblooza14_duckhookhc',4,0,0,1,0,0,13,-1,0,'','1','0'),(4401,'5998',257,'hblooza14_flagpole_p',4,0,0,1,0,0,20,-1,0,'','1','0'),(4402,'5999',567,'hblooza14_horsecarop',4,0,0,1,0,0,29,-1,0,'','1','0'),(4403,'6000',257,'hblooza14_candystall',10,0,0,1,0,0,8,-1,0,'','1','0'),(4404,'6001',600,'hblooza14_pinata3',7,0,0,1,0,0,37,-1,0,'','0','0'),(4405,'6002',257,'hblooza14_ballsign',4,0,0,1,0,0,3,-1,0,'','1','0'),(4406,'6003',567,'hblooza14_horsecaroy',4,0,0,1,0,0,17,-1,0,'','1','0'),(4407,'6004',257,'hblooza14_planepadr',3,0,0,1,0,0,99,10501,0,'','1','0'),(4408,'6005',567,'hblooza14_duck_balloon_p',4,0,0,1,0,0,17,-1,0,'','1','0'),(4409,'6006',567,'hblooza14_cafe_b',4,0,0,1,0,0,5,-1,0,'','1','0'),(4410,'6007',567,'hblooza14_duck_balloon_b',4,0,0,1,0,0,14,-1,0,'','1','0'),(4411,'6008',257,'hblooza14_flag_p',4,0,0,1,0,0,15,-1,0,'','1','0'),(4412,'6009',257,'hblooza14_flag_y',4,0,0,1,0,0,23,-1,0,'','1','0'),(4413,'6010',257,'hblooza14_arrowsign',4,0,0,1,0,0,2,-1,0,'','1','0'),(4414,'6011',257,'hblooza14_dance',4,0,0,1,0,0,9,10501,0,'','1','0'),(4415,'6012',257,'hblooza14_table',4,0,0,1,0,0,42,-1,0,'','1','0'),(4416,'6013',257,'hblooza14_hedgecrn',4,0,0,1,0,0,16,-1,0,'','1','0'),(4417,'6014',257,'hblooza14_duckcrn',4,0,0,1,0,0,10,-1,0,'','1','0'),(4418,'6015',257,'hblooza14_stool',4,0,0,1,0,0,21,-1,0,'','1','0'),(4419,'6016',257,'hblooza14_flag_b',4,0,0,1,0,0,21,-1,0,'','1','0'),(4420,'6017',567,'hblooza14_cafe_p',4,0,0,1,0,0,6,-1,0,'','1','0'),(4421,'6018',257,'hblooza14_mud',4,0,0,1,0,0,34,-1,0,'','1','0'),(4422,'6019',257,'hblooza14_arch',4,0,0,1,0,0,1,-1,0,'','1','0'),(4423,'6020',257,'hblooza14_planepadb',3,0,0,1,0,0,99,-1,0,'','1','0'),(4424,'6021',567,'hblooza14_horsecarob',4,0,0,1,0,0,28,-1,0,'','1','0'),(4425,'6022',257,'st_palooza_cake',4,0,0,1,0,0,2,-1,0,'','1','0'),(4426,'6023',257,'st_palooza_unicorn',4,0,0,1,0,0,6,-1,0,'','1','0'),(4427,'6024',726,'st_palooza_cupcakes',4,0,0,1,0,0,3,-1,0,'','1','0'),(4428,'6025',257,'hblooza14_track_crl',4,0,0,1,0,0,46,-1,0,'','1','0'),(4429,'6026',257,'hblooza14_track',4,0,0,1,0,0,23,-1,0,'','1','0'),(4430,'6027',257,'hblooza14_track_crr',4,0,0,1,0,0,24,-1,0,'','1','0'),(4431,'6028',600,'hblooza14_pinata4',7,0,0,1,0,0,38,-1,0,'','0','0'),(4432,'6029',257,'st_palooza_screen',4,0,0,1,0,0,5,-1,0,'','1','0'),(4433,'6030',257,'st_palooza_balloons',4,0,0,1,0,0,1,-1,0,'','1','0'),(4434,'6031',257,'st_palooza_pool',4,0,0,1,0,0,4,-1,0,'','1','0'),(4435,'6032',112,'wildwest_minecart',4,0,0,1,0,0,29,-1,0,'','1','0'),(4436,'6033',112,'wildwest_teleport',4,0,0,1,0,0,54,-1,0,'','1','0'),(4437,'6034',740,'wildwest_piano',4,0,0,1,0,0,17,-1,0,'','1','0'),(4438,'6035',112,'wildwest_floor',2,0,0,1,0,0,15,-1,0,'','1','0'),(4439,'6036',112,'wildwest_milkcan',4,0,0,1,0,0,28,-1,0,'','1','0'),(4440,'6037',112,'wildwest_bank',4,0,0,1,0,0,8,-1,0,'','1','0'),(4441,'6038',112,'wildwest_sofa',3,0,0,1,0,0,21,-1,0,'','1','0'),(4442,'6039',112,'wildwest_desk',5,0,0,1,0,0,20,-1,0,'','1','0'),(4443,'6040',112,'wildwest_pump',4,0,0,1,0,0,31,-1,0,'','1','0'),(4444,'6041',112,'wildwest_vulture',4,0,0,1,0,0,57,-1,0,'','1','0'),(4445,'6042',112,'wildwest_salooncrn',4,0,0,1,0,0,19,-1,0,'','1','0'),(4446,'6043',112,'wildwest_floor2',2,0,0,1,0,0,23,-1,0,'','1','0'),(4447,'6044',112,'wildwest_chair',2,0,0,1,0,0,14,-1,0,'','1','0'),(4448,'6045',112,'wildwest_cactus1',4,0,0,1,0,0,14,-1,0,'','1','0'),(4449,'6046',112,'wildwest_stagew2',4,0,0,1,0,0,49,-1,0,'','1','0'),(4450,'6047',112,'wildwest_cactus2',4,0,0,1,0,0,13,-1,0,'','1','0'),(4451,'6048',718,'wildwest_wagon',4,0,0,1,0,0,58,-1,0,'','1','0'),(4452,'6049',112,'wildwest_roofr',4,0,0,1,0,0,33,-1,0,'','1','0'),(4453,'6050',112,'wildwest_stager2',4,0,0,1,0,0,24,-1,0,'','1','0'),(4454,'6051',112,'wildwest_spittoon2',4,0,0,1,0,0,22,-1,0,'','1','0'),(4455,'6052',112,'wildwest_roofw',4,0,0,1,0,0,34,-1,0,'','1','0'),(4456,'6053',112,'wildwest_store',4,0,0,1,0,0,51,-1,0,'','1','0'),(4457,'6054',112,'wildwest_bench',4,0,0,1,0,0,9,-1,0,'','1','0'),(4458,'6055',112,'wildwest_saloondr',4,0,0,1,0,0,37,-1,0,'','1','0'),(4459,'6056',112,'wildwest_divdr',4,0,0,1,0,0,21,-1,0,'','1','0'),(4460,'6057',112,'wildwest_gate',4,0,0,1,0,0,25,-1,0,'','1','0'),(4461,'6058',112,'wildwest_wanted_poster',4,0,0,1,0,0,60,-1,0,'','1','0'),(4462,'6059',718,'wildwest_till',4,0,0,1,0,0,27,-1,0,'','1','0'),(4463,'6060',112,'wildwest_spittoon',4,0,0,1,0,0,42,-1,0,'','1','0'),(4464,'6061',112,'wildwest_stocks',4,0,0,1,0,0,50,-1,0,'','1','0'),(4465,'6062',112,'wildwest_light',4,0,0,1,0,0,16,-1,0,'','1','0'),(4466,'6063',112,'wildwest_tarbucket',4,0,0,1,0,0,26,-1,0,'','1','0'),(4467,'6064',112,'wildwest_tree',4,0,0,1,0,0,28,-1,0,'','1','0'),(4468,'6065',112,'wildwest_saloon',4,0,0,1,0,0,18,-1,0,'','1','0'),(4469,'6066',112,'wildwest_cabinet',4,0,0,1,0,0,12,-1,0,'','1','0'),(4470,'6067',112,'wildwest_stageb',4,0,0,1,0,0,44,-1,0,'','1','0'),(4471,'6068',112,'wildwest_crn',4,0,0,1,0,0,19,-1,0,'','1','0'),(4472,'6069',112,'wildwest_longhorn',4,0,0,1,0,0,27,-1,0,'','1','0'),(4473,'6070',112,'wildwest_clothesline',4,0,0,1,0,0,17,-1,0,'','1','0'),(4474,'6071',112,'wildwest_bgland',4,0,0,1,0,0,10,-1,0,'','1','0'),(4475,'6072',112,'wildwest_crate',4,0,0,1,0,0,18,-1,0,'','1','0'),(4476,'6073',112,'wildwest_weed',4,0,0,1,0,0,29,-1,0,'','1','0'),(4477,'6074',112,'wildwest_bgland2',4,0,0,1,0,0,10,-1,0,'','1','0'),(4478,'6075',112,'wildwest_bgtrain',4,0,0,1,0,0,11,-1,0,'','1','0'),(4479,'6076',112,'wildwest_roofb',4,0,0,1,0,0,32,-1,0,'','1','0'),(4480,'6077',112,'wildwest_saloonwall',4,0,0,1,0,0,38,-1,0,'','1','0'),(4481,'6078',112,'wildwest_sheriff',4,0,0,1,0,0,20,-1,0,'','1','0'),(4482,'6079',112,'wildwest_snake',4,0,0,1,0,0,40,-1,0,'','1','0'),(4483,'6080',112,'wildwest_table',2,0,0,1,0,0,25,-1,0,'','1','0'),(4484,'6081',112,'wildwest_stageb2',4,0,0,1,0,0,23,-1,0,'','1','0'),(4485,'6082',112,'wildwest_stager',4,0,0,1,0,0,46,-1,0,'','1','0'),(4486,'6083',112,'wildwest_stagew',4,0,0,1,0,0,48,-1,0,'','1','0'),(4487,'6084',718,'wildwest_gallows',4,0,0,1,0,0,24,-1,0,'','1','0'),(4488,'6085',112,'st_wildwest_buffalo',4,0,0,1,0,0,2,-1,0,'','1','0'),(4489,'6086',112,'st_wildwest_cards',4,0,0,1,0,0,4,-1,0,'','1','0'),(4490,'6087',112,'st_wildwest_barrel',4,0,0,1,0,0,1,-1,0,'','1','0'),(4491,'6088',112,'st_wildwest_tnt',4,0,0,1,0,0,6,-1,0,'','1','0'),(4492,'6089',112,'st_wildwest_goldpick',4,0,0,1,0,0,5,-1,0,'','1','0'),(4493,'6090',112,'st_wildwest_canteen',4,0,0,1,0,0,3,-1,0,'','1','0'),(4494,'6091',6,'matic_light_cam_red',4,0,0,1,0,0,99,-1,0,'','1','0'),(4495,'6092',6,'matic_light_cam_blue',4,0,0,1,0,0,99,-1,0,'','1','0'),(4496,'6093',6,'matic_light_cam_green',4,0,0,1,0,0,99,-1,0,'','1','0'),(4497,'6094',6,'matic_sanitizer',4,0,0,1,0,0,99,-1,0,'','1','0'),(4498,'6095',6,'matic_light_cam_orange',3,0,0,1,0,0,99,-1,0,'','1','0'),(4499,'6096',114,'uni_messwardrobe',4,0,0,1,0,0,21,-1,0,'','1','0'),(4500,'6097',114,'uni_plush1',4,0,0,1,0,0,49,-1,0,'','1','0'),(4501,'6098',114,'uni_owl',4,0,0,1,0,0,23,-1,0,'','1','0'),(4502,'6099',114,'uni_ottoman',4,0,0,1,0,0,44,-1,0,'','1','0'),(4503,'6100',114,'uni_drinks',4,0,0,1,0,0,20,-1,0,'','1','0'),(4504,'6101',114,'uni_brotein',4,0,0,1,0,0,10,-1,0,'','1','0'),(4505,'6102',114,'uni_games',4,0,0,1,0,0,28,10501,0,'','1','0'),(4506,'6103',114,'uni_girlchair',2,0,0,1,0,0,17,-1,0,'','1','0'),(4507,'6104',114,'uni_gamershelf',5,0,0,1,0,0,27,-1,0,'','1','0'),(4508,'6105',114,'uni_dumbells',4,0,0,1,0,0,21,-1,0,'','1','0'),(4509,'6106',114,'uni_doorhanging',4,0,0,1,0,0,19,-1,0,'','1','0'),(4510,'6107',114,'uni_wardrobe',4,0,0,1,0,0,59,-1,0,'','1','0'),(4511,'6108',114,'uni_jewellery',4,0,0,1,0,0,18,-1,0,'','1','0'),(4512,'6109',114,'uni_plush2',4,0,0,1,0,0,50,-1,0,'','1','0'),(4513,'6110',114,'uni_cafeterie',4,0,0,1,0,0,14,-1,0,'','1','0'),(4514,'6111',210,'uni_projector',4,0,0,1,0,0,54,-1,0,'','1','0'),(4515,'6112',114,'uni_rubik',4,0,0,1,0,0,27,-1,0,'','1','0'),(4516,'6113',114,'uni_hipbed',3,0,0,1,0,0,32,-1,0,'','1','0'),(4517,'6114',114,'uni_laptop',4,0,0,1,0,0,19,10501,0,'','1','0'),(4518,'6115',114,'uni_wobench',3,0,0,1,0,0,60,-1,0,'','1','0'),(4519,'6116',114,'uni_fridge',10,0,0,1,0,0,24,-1,0,'','1','0'),(4520,'6117',114,'uni_bed',3,0,0,1,0,0,8,-1,0,'','1','0'),(4521,'6118',114,'uni_snacks',4,0,0,1,0,0,28,-1,0,'','1','0'),(4522,'6119',114,'uni_chair',2,0,0,1,0,0,14,-1,0,'','1','0'),(4523,'6120',114,'uni_messbed',3,0,0,1,0,0,40,-1,0,'','1','0'),(4524,'6121',114,'uni_gamerdesk',5,0,0,1,0,0,16,-1,0,'','1','0'),(4525,'6122',114,'uni_pizza',4,0,0,1,0,0,48,-1,0,'','1','0'),(4526,'6123',114,'uni_manga',4,0,0,1,0,0,20,-1,0,'','1','0'),(4527,'6124',114,'uni_nstand',4,0,0,1,0,0,22,-1,0,'','1','0'),(4528,'6125',114,'uni_plushpile',4,0,0,1,0,0,51,-1,0,'','1','0'),(4529,'6126',114,'uni_bookshelf',5,0,0,1,0,0,9,-1,0,'','1','0'),(4530,'6127',114,'uni_gamerbed',3,0,0,1,0,0,25,-1,0,'','1','0'),(4531,'6128',114,'uni_hipbookcase',4,0,0,1,0,0,33,-1,0,'','1','0'),(4532,'6129',114,'uni_desk',5,0,0,1,0,0,18,-1,0,'','1','0'),(4533,'6130',114,'uni_girlbed',3,0,0,1,0,0,29,-1,0,'','1','0'),(4534,'6131',114,'uni_alarm',4,0,0,1,0,0,7,-1,0,'','1','0'),(4535,'6132',740,'uni_lectern',4,0,0,1,0,0,37,-1,0,'','1','0'),(4536,'6133',114,'uni_catrug',4,0,0,1,0,0,13,-1,0,'','1','0'),(4537,'6134',114,'uni_trashcan',4,0,0,1,0,0,57,-1,0,'','1','0'),(4538,'6135',182,'bathroom_bath3',4,0,0,1,0,0,3,-1,0,'','1','0'),(4539,'6136',182,'bathroom_sinkmodule3',4,0,0,1,0,0,18,-1,0,'','1','0'),(4540,'6137',182,'bathroom_tablemodule4',2,0,0,1,0,0,23,-1,0,'','1','0'),(4541,'6138',182,'bathroom_sinkmodule2',4,0,0,1,0,0,17,-1,0,'','1','0'),(4542,'6139',182,'bathroom_toilet4',4,0,0,1,0,0,27,-1,0,'','1','0'),(4543,'6140',182,'bathroom_tablemodule1',2,0,0,1,0,0,20,-1,0,'','1','0'),(4544,'6141',182,'bathroom_toilet1',4,0,0,1,0,0,24,-1,0,'','1','0'),(4545,'6142',182,'bathroom_sinkmodule4',4,0,0,1,0,0,19,-1,0,'','1','0'),(4546,'6143',182,'bathroom_bath2',4,0,0,1,0,0,2,-1,0,'','1','0'),(4547,'6144',182,'bathroom_floortile2',2,0,0,1,0,0,7,-1,0,'','1','0'),(4548,'6145',182,'bathroom_toilet3',4,0,0,1,0,0,16,-1,0,'','1','0'),(4549,'6146',182,'bathroom_floortile4',2,0,0,1,0,0,9,-1,0,'','1','0'),(4550,'6147',182,'bathroom_bath4',4,0,0,1,0,0,4,-1,0,'','1','0'),(4551,'6148',182,'bathroom_shower1',4,0,0,1,0,0,11,-1,0,'','1','0'),(4552,'6149',182,'bathroom_floortile3',2,0,0,1,0,0,8,-1,0,'','1','0'),(4553,'6150',182,'bathroom_bath1',4,0,0,1,0,0,1,-1,0,'','1','0'),(4554,'6151',182,'bathroom_toilet2',4,0,0,1,0,0,25,-1,0,'','1','0'),(4555,'6152',182,'bathroom_toiletroll',4,0,0,1,0,0,28,-1,0,'','1','0'),(4556,'6153',182,'bathroom_shampoo',4,0,0,1,0,0,10,-1,0,'','1','0'),(4557,'6154',182,'bathroom_floortile1',2,0,0,1,0,0,6,-1,0,'','1','0'),(4558,'6155',182,'bathroom_shower2',4,0,0,1,0,0,12,-1,0,'','1','0'),(4559,'6156',182,'bathroom_poop',4,0,0,1,0,0,10,-1,0,'','1','0'),(4560,'6157',182,'bathroom_shower4',4,0,0,1,0,0,13,-1,0,'','1','0'),(4561,'6158',182,'bathroom_chamberpot',4,0,0,1,0,0,5,-1,0,'','1','0'),(4562,'6159',182,'bathroom_tablemodule2',2,0,0,1,0,0,21,-1,0,'','1','0'),(4563,'6160',182,'bathroom_shower3',4,0,0,1,0,0,14,-1,0,'','1','0'),(4564,'6161',182,'bathroom_tablemodule3',2,0,0,1,0,0,15,-1,0,'','1','0'),(4565,'6162',182,'bathroom_sinkmodule1',4,0,0,1,0,0,14,-1,0,'','1','0'),(4566,'6163',114,'st_uni_dnamodel',4,0,0,1,0,0,1,-1,0,'','1','0'),(4567,'6164',114,'st_uni_testtubes',4,0,0,1,0,0,6,-1,0,'','1','0'),(4568,'6165',114,'st_uni_labtable',4,0,0,1,0,0,2,-1,0,'','1','0'),(4569,'6166',114,'st_uni_ooze',4,0,0,1,0,0,3,-1,0,'','1','0'),(4570,'6167',210,'uni_einstein',3,0,0,1,0,0,99,-1,0,'','1','0'),(4571,'6168',114,'st_uni_solarsystem',4,0,0,1,0,0,5,-1,0,'','1','0'),(4572,'6169',36,'matic_water_dispenser',4,0,0,1,0,0,99,-1,0,'','1','0'),(4573,'6170',6,'matic_chair',4,0,0,1,0,0,194,-1,0,'','0','0'),(4574,'6171',6,'matic_brainjar',4,0,0,1,0,0,195,-1,0,'','0','0'),(4575,'6172',6,'matic_slime_duck',4,0,0,1,0,0,196,-1,0,'','0','0'),(4576,'6173',6,'matic_door',4,0,0,1,0,0,197,-1,0,'','0','0'),(4577,'6174',395,'hween14_crn',4,0,0,1,0,0,40,-1,0,'','1','0'),(4578,'6175',395,'hween14_floor',2,0,0,1,0,0,28,-1,0,'','1','0'),(4579,'6176',395,'hween14_catrina',4,0,0,1,0,0,-21,-1,0,'','1','0'),(4580,'6177',395,'hween14_hccoffin',4,0,0,1,0,0,-15,-1,0,'','1','0'),(4581,'6178',676,'hween14_skelepieces',4,0,0,1,0,0,11,-1,0,'','1','0'),(4582,'6179',676,'hween14_mariachi',4,0,0,1,0,0,14,-1,0,'','1','0'),(4583,'6180',395,'hween14_table',4,0,0,1,0,0,8,-1,0,'','1','0'),(4584,'6181',395,'hween14_bench',4,0,0,1,0,0,23,-1,0,'','1','0'),(4585,'6182',395,'hween14_doll5',4,0,0,1,0,0,-4,-1,0,'','1','0'),(4586,'6183',395,'hween14_carpet',4,0,0,1,0,0,22,-1,0,'','1','0'),(4587,'6184',395,'hween14_lovelock',4,0,0,1,0,0,-3,-1,0,'','1','0'),(4588,'6185',395,'hween14_candletrail',4,0,0,1,0,0,44,-1,0,'','1','0'),(4589,'6186',395,'hween14_doll2',4,0,0,1,0,0,-9,-1,0,'','1','0'),(4590,'6187',395,'hween14_doll8',4,0,0,1,0,0,-12,-1,0,'','1','0'),(4591,'6188',395,'hween14_doll6',4,0,0,1,0,0,-5,-1,0,'','1','0'),(4592,'6189',395,'hween14_doll1',4,0,0,1,0,0,-7,-1,0,'','1','0'),(4593,'6190',395,'hween14_gate',4,0,0,1,0,0,24,-1,0,'','1','0'),(4594,'6191',395,'hween14_goat',4,0,0,1,0,0,-18,-1,0,'','1','0'),(4595,'6192',395,'hween14_doll7',4,0,0,1,0,0,-11,-1,0,'','1','0'),(4596,'6193',395,'hween14_grossfood',4,0,0,1,0,0,15,-1,0,'','1','0'),(4597,'6194',395,'hween14_hctele',4,0,0,1,0,0,-17,-1,0,'','1','0'),(4598,'6195',395,'hween14_flowertrail',4,0,0,1,0,0,16,-1,0,'','1','0'),(4599,'6196',395,'hween14_doll10',4,0,0,1,0,0,-10,-1,0,'','1','0'),(4600,'6197',395,'hween14_hangskull',4,0,0,1,0,0,21,-1,0,'','1','0'),(4601,'6198',395,'hween14_skullcandle',4,0,0,1,0,0,10,-1,0,'','1','0'),(4602,'6199',395,'hween14_rare2',4,0,0,1,0,0,-19,-1,0,'','1','0'),(4603,'6200',395,'hween14_altarpieces1',4,0,0,1,0,0,49,-1,0,'','1','0'),(4604,'6201',395,'hween14_teleport',4,0,0,1,0,0,-16,-1,0,'','1','0'),(4605,'6202',395,'hween14_doll9',4,0,0,1,0,0,-13,-1,0,'','1','0'),(4606,'6203',676,'hween14_doll3',4,0,0,1,0,0,-6,-1,0,'','1','0'),(4607,'6204',676,'hween14_doll4',4,0,0,1,0,0,-8,-1,0,'','1','0'),(4608,'6205',395,'hween14_chair',2,0,0,1,0,0,21,-1,0,'','1','0'),(4609,'6206',395,'hween14_food',4,0,0,1,0,0,25,-1,0,'','1','0'),(4610,'6207',395,'hween14_bed',4,0,0,1,0,0,46,-1,0,'','1','0'),(4611,'6208',395,'hween14_altarpieces2',4,0,0,1,0,0,48,-1,0,'','1','0'),(4612,'6209',395,'hween14_mirror',4,0,0,1,0,0,13,-1,0,'','1','0'),(4613,'6210',395,'hween14_flowerpot',4,0,0,1,0,0,27,-1,0,'','1','0'),(4614,'6211',395,'hween14_altarpieces3',4,0,0,1,0,0,24,-1,0,'','1','0'),(4615,'6212',395,'hween14_divdr',4,0,0,1,0,0,20,-1,0,'','1','0'),(4616,'6213',395,'hween14_skulllight',4,0,0,1,0,0,10,-1,0,'','1','0'),(4617,'6214',395,'hween14_demon',4,0,0,1,0,0,198,-1,0,'','0','0'),(4618,'6215',395,'st_hween14_jack',4,0,0,1,0,0,3,-1,0,'','1','0'),(4619,'6216',395,'st_hween14_skulls',4,0,0,1,0,0,1,-1,0,'','1','0'),(4620,'6217',395,'hween14_carnivalbg',4,0,0,1,0,0,99,-1,0,'','1','0'),(4621,'6218',395,'st_hween14_horse',4,0,0,1,0,0,4,-1,0,'','1','0'),(4622,'6219',395,'st_hween14_mbox',4,0,0,1,0,0,2,-1,0,'','1','0'),(4623,'6220',395,'st_hween14_fireplace',4,0,0,1,0,0,5,-1,0,'','1','0'),(4624,'6221',395,'st_hween14_closet',4,0,0,1,0,0,199,-1,0,'','0','0'),(4625,'6222',307,'CF_350_skull',350,0,0,1,0,0,11,-1,0,'','1','0'),(4626,'6223',395,'hween14_rare1',4,0,0,1,0,0,-20,-1,0,'','1','0'),(4627,'6224',280,'limo_r_front',4,0,0,1,0,0,46,-1,0,'','1','0'),(4628,'6225',280,'limo_r_back',4,0,0,1,0,0,23,-1,0,'','1','0'),(4629,'6226',280,'limo_r_mid2',4,0,0,1,0,0,48,-1,0,'','1','0'),(4630,'6227',280,'limo_r_mid',4,0,0,1,0,0,24,-1,0,'','1','0'),(4631,'6228',740,'hween14_ltdalter',4,0,0,1,0,0,-22,-1,0,'','1','0'),(4632,'6229',737,'prizetrophy_mastercard',0,75,0,1,0,0,36,-1,0,'','1','0'),(4633,'6230',484,'xmas14_recliner',4,0,0,1,0,0,28,-1,0,'','1','0'),(4634,'6231',484,'xmas14_corner2',4,0,0,1,0,0,5,-1,0,'','1','0'),(4635,'6232',484,'xmas14_stages1',4,0,0,1,0,0,19,-1,0,'','1','0'),(4636,'6233',484,'xmas14_tikibar2',10,0,0,1,0,0,22,-1,0,'','1','0'),(4637,'6234',484,'xmas14_beachhut',4,0,0,1,0,0,1,-1,0,'','1','0'),(4638,'6235',484,'xmas14_divider',4,0,0,1,0,0,6,-1,0,'','1','0'),(4639,'6236',484,'xmas14_tikibar',4,0,0,1,0,0,42,-1,0,'','1','0'),(4640,'6237',484,'xmas14_stages2',4,0,0,1,0,0,37,-1,0,'','1','0'),(4641,'6238',484,'xmas14_snowman',4,0,0,1,0,0,-3,-1,0,'','1','0'),(4642,'6239',484,'xmas14_tele',4,0,0,1,0,0,21,-1,0,'','1','0'),(4643,'6240',484,'xmas14_corner1',4,0,0,1,0,0,4,-1,0,'','1','0'),(4644,'6241',484,'xmas14_table',4,0,0,1,0,0,40,-1,0,'','1','0'),(4645,'6242',484,'xmas14_sunbeams',4,0,0,1,0,0,20,-1,0,'','1','0'),(4646,'6243',484,'xmas14_sand',4,0,0,1,0,0,17,-1,0,'','1','0'),(4647,'6244',484,'xmas14_gate1',4,0,0,1,0,0,18,-1,0,'','1','0'),(4648,'6245',484,'xmas14_chair',2,0,0,1,0,0,3,-1,0,'','1','0'),(4649,'6246',484,'xmas14_gate2',4,0,0,1,0,0,19,-1,0,'','1','0'),(4650,'6247',484,'xmas14_lights1',4,0,0,1,0,0,15,-1,0,'','1','0'),(4651,'6248',484,'xmas14_lights2',4,0,0,1,0,0,23,-1,0,'','1','0'),(4652,'6249',484,'xmas14_starfish',4,0,0,1,0,0,38,-1,0,'','1','0'),(4653,'6250',484,'xmas14_inflatabletree',2,0,0,1,0,0,21,-1,0,'','1','0'),(4654,'6251',484,'xmas14_palm',4,0,0,1,0,0,27,-1,0,'','1','0'),(4655,'6252',484,'xmas14_mermaid',4,0,0,1,0,0,25,-1,0,'','1','0'),(4656,'6253',729,'xmas14_lobsterdin',4,0,0,1,0,0,24,-1,0,'','1','0'),(4657,'6254',484,'xmas14_festivehut',4,0,0,1,0,0,17,-1,0,'','1','0'),(4658,'6255',484,'xmas14_octosanta',4,0,0,1,0,0,16,-1,0,'','1','0'),(4659,'6256',484,'xmas14_sharkthrone',4,0,0,1,0,0,0,-1,0,'','1','0'),(4660,'6257',484,'xmas14_boomboxman',4,0,0,1,0,0,2,-1,0,'','1','0'),(4661,'6258',484,'xmas14_rudolph_ring',4,0,0,1,0,0,29,-1,0,'','1','0'),(4662,'6259',740,'xmas14_snowglobe',4,0,0,1,0,0,-2,-1,0,'','1','0'),(4663,'6260',484,'xmas14_tubeman',4,0,0,1,0,0,44,-1,0,'','1','0'),(4664,'6261',484,'xmas14_elf8',4,0,0,1,0,0,13,-1,0,'','1','0'),(4665,'6262',484,'xmas14_elf7',4,0,0,1,0,0,14,-1,0,'','1','0'),(4666,'6263',484,'xmas14_elf3',4,0,0,1,0,0,10,-1,0,'','1','0'),(4667,'6264',484,'xmas14_elf1',4,0,0,1,0,0,7,-1,0,'','1','0'),(4668,'6265',484,'xmas14_elf5',4,0,0,1,0,0,11,-1,0,'','1','0'),(4669,'6266',484,'xmas14_elf10',4,0,0,1,0,0,8,-1,0,'','1','0'),(4670,'6267',484,'xmas14_elf2',4,0,0,1,0,0,9,-1,0,'','1','0'),(4671,'6268',484,'xmas14_elf9',4,0,0,1,0,0,14,-1,0,'','1','0'),(4672,'6269',484,'xmas14_elf4',4,0,0,1,0,0,10,-1,0,'','1','0'),(4673,'6270',484,'xmas14_elf6',4,0,0,1,0,0,12,-1,0,'','1','0'),(4674,'6271',355,'hc_arab_tetbl',10,1,5,1,0,0,10,-1,0,'','1','1'),(4675,'6272',355,'hc_arab_bigtb',10,1,5,1,0,0,2,-1,0,'','1','1'),(4676,'6273',484,'xmas14_santateller',4,0,0,1,0,0,-1,-1,0,'','1','0'),(4677,'6274',49,'memorial_size',4,0,0,1,0,0,99,-1,0,'','1','0'),(4678,'6275',495,'bc_blocktrophy_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(4679,'6276',484,'xmas14_hammock',4,0,0,1,0,0,20,-1,0,'','1','0'),(4680,'6277',484,'xmas14_santastuck',4,0,0,1,0,0,31,-1,0,'','1','0'),(4681,'6278',581,'clothing_party1',0,500,0,1,0,0,1,-1,0,'0','1','0'),(4682,'6279',207,'clothing_geometricskirt',5,0,0,1,0,0,7,-1,0,'0','1','0'),(4683,'6280',205,'clothing_waistcoatsuit',5,0,0,1,0,0,16,-1,0,'0','1','0'),(4684,'6281',200,'clothing_meowtfit',18,20,5,1,0,0,19,-1,0,'0','1','0'),(4685,'6282',201,'clothing_gatsby',6,0,0,1,0,0,51,-1,0,'0','1','0'),(4686,'6283',310,'clothing_bow',6,0,0,1,0,0,37,-1,0,'0','1','0'),(4687,'6284',202,'clothing_squid',6,0,0,1,0,0,28,-1,0,'0','1','0'),(4688,'6285',201,'clothing_baldy',6,0,0,1,0,0,27,-1,0,'0','1','0'),(4689,'6286',676,'clothing_wavy2',6,0,0,1,0,0,50,-1,0,'0','1','0'),(4690,'6287',201,'clothing_mutton1',6,0,0,1,0,0,49,-1,0,'0','1','0'),(4691,'6288',202,'clothing_straw2',4,0,0,1,0,0,54,-1,0,'0','1','0'),(4692,'6289',202,'clothing_fishhat',6,0,0,1,0,0,26,-1,0,'0','1','0'),(4693,'6290',206,'clothing_rolled_jeans',1,225,0,1,0,0,17,-1,0,'0','1','0'),(4694,'6291',208,'clothing_birdshoes',1,150,0,1,0,0,1,-1,0,'0','1','0'),(4695,'6292',200,'clothing_mermaidoutfit',12,0,0,1,0,0,18,-1,0,'0','1','0'),(4696,'6293',204,'clothing_droopycollar',1,225,0,1,0,0,1,-1,0,'0','1','0'),(4697,'6294',310,'clothing_headband',6,0,0,1,0,0,36,-1,0,'0','1','0'),(4698,'6295',202,'clothing_flowercrown',5,10,5,1,0,0,1,-1,0,'0','1','0'),(4699,'6296',310,'clothing_hheadphones',6,0,0,1,0,0,35,-1,0,'0','1','0'),(4700,'6297',201,'clothing_mutton2',2,0,0,1,0,0,48,-1,0,'0','1','0'),(4701,'6298',207,'clothing_floralskirt',5,0,0,1,0,0,6,-1,0,'0','1','0'),(4702,'6299',310,'clothing_nightvision',6,0,0,1,0,0,34,-1,0,'0','1','0'),(4703,'6300',588,'clothing_mockymouse',10,20,5,1,0,0,3,-1,0,'0','1','0'),(4704,'6301',204,'clothing_xmas1',5,0,0,1,0,0,42,-1,0,'0','1','0'),(4705,'6302',201,'clothing_shavedside',2,150,0,1,0,0,1,-1,0,'0','1','0'),(4706,'6303',204,'clothing_geometricjumper',5,0,0,1,0,0,21,-1,0,'0','1','0'),(4707,'6304',201,'clothing_beard1',2,0,0,1,0,0,46,-1,0,'0','1','0'),(4708,'6305',310,'clothing_beads',6,0,0,1,0,0,70,-1,0,'0','1','0'),(4709,'6306',204,'clothing_twotonecardi',5,0,0,1,0,0,40,-1,0,'0','1','0'),(4710,'6307',206,'clothing_animalprint',5,0,0,1,0,0,13,-1,0,'0','1','0'),(4711,'6308',581,'clothing_party2',0,500,0,1,0,0,2,-1,0,'0','1','0'),(4712,'6309',204,'clothing_tshirt_rolled',1,225,0,1,0,0,1,-1,0,'0','1','0'),(4713,'6310',588,'clothing_rippedjeans',5,0,0,1,0,0,9,-1,0,'0','1','0'),(4714,'6311',208,'clothing_shoestights',4,0,0,1,0,0,13,-1,0,'0','1','0'),(4715,'6312',115,'pet_puppy_toy',2,0,0,1,0,0,6,-1,0,'','1','0'),(4716,'6313',115,'pet_ufo_toy',2,0,0,1,0,0,5,-1,0,'','1','0'),(4717,'6314',115,'yarn',0,75,0,1,0,0,1,-1,0,'','1','0'),(4718,'6315',115,'nest_pig',2,0,0,1,0,0,3,-1,0,'','1','0'),(4719,'6316',115,'nest_bed',2,0,0,1,0,0,2,-1,0,'','1','0'),(4720,'6317',115,'nest_box',2,0,0,1,0,0,2,-1,0,'','1','0'),(4721,'6318',423,'fxbox_fx147',3,0,0,1,0,0,6,-1,0,'','1','0'),(4722,'6319',423,'fxbox_fx92',0,150,0,1,0,0,1,-1,0,'','1','0'),(4723,'6320',423,'fxbox_fx123',3,0,0,1,0,0,10,-1,0,'','1','0'),(4724,'6321',423,'fxbox_fx153',3,0,0,1,0,0,4,-1,0,'','1','0'),(4725,'6322',676,'fxbox_fx152',3,0,0,1,0,0,5,-1,0,'','1','0'),(4726,'6323',423,'fxbox_fx116',3,0,0,1,0,0,11,-1,0,'','1','0'),(4727,'6324',676,'fxbox_fx125',3,0,0,1,0,0,10,-1,0,'','1','0'),(4728,'6325',423,'fxbox_fx143',3,0,0,1,0,0,7,-1,0,'','1','0'),(4729,'6326',423,'fxbox_fx127',3,0,0,1,0,0,8,-1,0,'','1','0'),(4730,'6327',423,'fxbox_fx126',3,0,0,1,0,0,9,-1,0,'','1','0'),(4731,'6328',472,'ny2015_floor2',1,0,0,1,0,0,9,-1,0,'','1','0'),(4732,'6329',472,'ny2015_archway',4,0,0,1,0,0,1,-1,0,'','1','0'),(4733,'6330',472,'ny2015_balloons',4,0,0,1,0,0,2,-1,0,'','1','0'),(4734,'6331',472,'ny2015_chocfountain',4,0,0,1,0,0,5,-1,0,'','1','0'),(4735,'6332',472,'ny2015_conball',4,0,0,1,0,0,6,-1,0,'','1','0'),(4736,'6333',472,'ny2015_bar',10,0,0,1,0,0,3,-1,0,'','1','0'),(4737,'6334',472,'ny2015_table',4,0,0,1,0,0,10,-1,0,'','1','0'),(4738,'6335',472,'ny2015_cctray',10,0,0,1,0,0,4,-1,0,'','1','0'),(4739,'6336',472,'ny2015_floor1',1,0,0,1,0,0,8,-1,0,'','1','0'),(4740,'6337',472,'ny2015_drktray',10,0,0,1,0,0,7,-1,0,'','1','0'),(4741,'6338',355,'hc_arab_tray3',10,1,5,1,0,0,12,-1,0,'','1','1'),(4742,'6339',355,'hc_arab_tray1',10,1,5,1,0,0,11,-1,0,'','1','1'),(4743,'6340',355,'hc_arab_rug',10,1,5,1,0,0,6,-1,0,'','1','1'),(4744,'6341',355,'hc_arab_chair',10,1,5,1,0,0,3,-1,0,'','1','1'),(4745,'6342',355,'hc_arab_divdr',10,1,5,1,0,0,4,-1,0,'','1','1'),(4746,'6343',355,'hc_arab_teamk',10,1,5,1,0,0,1,-1,0,'','1','1'),(4747,'6344',355,'hc_arab_snake',10,1,5,1,0,0,7,-1,0,'','1','1'),(4748,'6345',355,'hc_arab_pllw',10,1,5,1,0,0,5,-1,0,'','1','1'),(4749,'6346',278,'pet_breeding_dog',15,0,0,1,0,0,99,-1,0,'0','1','0'),(4750,'6347',278,'pet_breeding_pig',15,0,0,1,0,0,99,-1,0,'0','1','0'),(4751,'6348',278,'pet_breeding_cat',15,0,0,1,0,0,99,-1,0,'0','1','0'),(4752,'6349',547,'ads_vpiggy_santapig',4,0,0,1,0,0,99,-1,0,'','1','0'),(4753,'6350',130,'bc_pyramidtip_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(4754,'6351',130,'bc_pyramidtip_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(4755,'6352',130,'bc_pyramidtip_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(4756,'6353',130,'bc_pyramidtip_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(4757,'6354',130,'bc_pyramidtip_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(4758,'6355',130,'bc_pyramidtip_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(4759,'6356',130,'bc_pyramidtip_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(4760,'6357',130,'bc_pyramidtip_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(4761,'6358',130,'bc_pyramidtip_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(4762,'6359',130,'bc_pyramidtip_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(4763,'6360',130,'bc_pyramidtip_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(4764,'6361',130,'bc_pyramidtip_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(4765,'6362',130,'bc_pyramidtip_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(4766,'6363',130,'bc_pyramidtip_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(4767,'6364',130,'bc_pyramidtip_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(4768,'6365',130,'bc_pyramidtip_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(4769,'6366',130,'bc_pyramidtip_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(4770,'6367',130,'bc_pyramidtip_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(4771,'6368',130,'bc_pyramidtip_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(4772,'6369',130,'bc_pyramidtip_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(4773,'6370',130,'bc_pyramidtip_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(4774,'6371',130,'bc_pyramidtip_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(4775,'6372',130,'bc_pyramidtip_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(4776,'6373',130,'bc_pyramidtip_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(4777,'6374',130,'bc_pyramidtip_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(4778,'6375',130,'bc_pyramidtip_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(4779,'6376',130,'bc_pyramidtip_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(4780,'6377',130,'bc_pyramidtip_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(4781,'6378',130,'bc_pyramidtip_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(4782,'6379',130,'bc_pyramidtip_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(4783,'6380',130,'bc_pyramidtip_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(4784,'6381',130,'bc_pyramidtip_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(4785,'6382',130,'bc_pyramidtip_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(4786,'6383',130,'bc_pyramidtip_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(4787,'6384',130,'bc_pyramidtip_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(4788,'6385',130,'bc_pyramidtip_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(4789,'6386',130,'bc_pyramidtip_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(4790,'6387',130,'bc_pyramidtip_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(4791,'6388',130,'bc_pyramidtip_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(4792,'6389',130,'bc_pyramidtip_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(4793,'6390',130,'bc_pyramidtip_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(4794,'6391',130,'bc_pyramidtip_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(4795,'6392',130,'bc_pyramidtip_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(4796,'6393',130,'bc_pyramidtip_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(4797,'6394',130,'bc_pyramidtip_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(4798,'6395',130,'bc_pyramidtip_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(4799,'6396',130,'bc_pyramidtip_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(4800,'6397',130,'bc_pyramidtip_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(4801,'6398',130,'bc_pyramidtip_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(4802,'6399',130,'bc_pyramidtip_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(4803,'6400',130,'bc_pyramidtip_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(4804,'6401',130,'bc_pyramidtip_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(4805,'6402',130,'bc_pyramidtip_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(4806,'6403',130,'bc_pyramidtip_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(4807,'6404',130,'bc_pyramidtip_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(4808,'6405',130,'bc_pyramidtip_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(4809,'6406',130,'bc_pyramidtip_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(4810,'6407',130,'bc_pyramidtip_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(4811,'6408',130,'bc_pyramidtip_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(4812,'6409',130,'bc_pyramidtip_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(4813,'6410',130,'bc_pyramidtip_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(4814,'6411',130,'bc_pyramidtip_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(4815,'6412',130,'bc_pyramidtip_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(4816,'6413',130,'bc_pyramidtip_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(4817,'6414',130,'bc_pyramidtip_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(4818,'6415',130,'bc_pyramidtip_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(4819,'6416',130,'bc_pyramidtip_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(4820,'6417',130,'bc_pyramidtip_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(4821,'6418',130,'bc_pyramidtip_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(4822,'6419',126,'bc_cone_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(4823,'6420',126,'bc_cone_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(4824,'6421',126,'bc_cone_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(4825,'6422',126,'bc_cone_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(4826,'6423',126,'bc_cone_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(4827,'6424',126,'bc_cone_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(4828,'6425',126,'bc_cone_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(4829,'6426',126,'bc_cone_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(4830,'6427',126,'bc_cone_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(4831,'6428',126,'bc_cone_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(4832,'6429',126,'bc_cone_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(4833,'6430',126,'bc_cone_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(4834,'6431',126,'bc_cone_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(4835,'6432',126,'bc_cone_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(4836,'6433',126,'bc_cone_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(4837,'6434',126,'bc_cone_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(4838,'6435',126,'bc_cone_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(4839,'6436',126,'bc_cone_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(4840,'6437',126,'bc_cone_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(4841,'6438',126,'bc_cone_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(4842,'6439',126,'bc_cone_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(4843,'6440',126,'bc_cone_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(4844,'6441',126,'bc_cone_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(4845,'6442',126,'bc_cone_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(4846,'6443',126,'bc_cone_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(4847,'6444',126,'bc_cone_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(4848,'6445',126,'bc_cone_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(4849,'6446',126,'bc_cone_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(4850,'6447',126,'bc_cone_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(4851,'6448',126,'bc_cone_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(4852,'6449',126,'bc_cone_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(4853,'6450',126,'bc_cone_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(4854,'6451',126,'bc_cone_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(4855,'6452',126,'bc_cone_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(4856,'6453',126,'bc_cone_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(4857,'6454',126,'bc_cone_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(4858,'6455',126,'bc_cone_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(4859,'6456',126,'bc_cone_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(4860,'6457',126,'bc_cone_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(4861,'6458',126,'bc_cone_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(4862,'6459',126,'bc_cone_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(4863,'6460',126,'bc_cone_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(4864,'6461',126,'bc_cone_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(4865,'6462',126,'bc_cone_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(4866,'6463',126,'bc_cone_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(4867,'6464',126,'bc_cone_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(4868,'6465',126,'bc_cone_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(4869,'6466',126,'bc_cone_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(4870,'6467',126,'bc_cone_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(4871,'6468',126,'bc_cone_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(4872,'6469',126,'bc_cone_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(4873,'6470',126,'bc_cone_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(4874,'6471',126,'bc_cone_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(4875,'6472',126,'bc_cone_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(4876,'6473',126,'bc_cone_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(4877,'6474',126,'bc_cone_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(4878,'6475',126,'bc_cone_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(4879,'6476',126,'bc_cone_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(4880,'6477',126,'bc_cone_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(4881,'6478',126,'bc_cone_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(4882,'6479',126,'bc_cone_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(4883,'6480',126,'bc_cone_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(4884,'6481',126,'bc_cone_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(4885,'6482',126,'bc_cone_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(4886,'6483',126,'bc_cone_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(4887,'6484',126,'bc_cone_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(4888,'6485',126,'bc_cone_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(4889,'6486',126,'bc_cone_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(4890,'6487',126,'bc_cone_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(4891,'6488',133,'bc_standinghalfcylinder_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(4892,'6489',133,'bc_standinghalfcylinder_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(4893,'6490',133,'bc_standinghalfcylinder_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(4894,'6491',133,'bc_standinghalfcylinder_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(4895,'6492',133,'bc_standinghalfcylinder_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(4896,'6493',133,'bc_standinghalfcylinder_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(4897,'6494',133,'bc_standinghalfcylinder_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(4898,'6495',133,'bc_standinghalfcylinder_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(4899,'6496',133,'bc_standinghalfcylinder_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(4900,'6497',133,'bc_standinghalfcylinder_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(4901,'6498',133,'bc_standinghalfcylinder_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(4902,'6499',133,'bc_standinghalfcylinder_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(4903,'6500',133,'bc_standinghalfcylinder_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(4904,'6501',133,'bc_standinghalfcylinder_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(4905,'6502',133,'bc_standinghalfcylinder_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(4906,'6503',133,'bc_standinghalfcylinder_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(4907,'6504',133,'bc_standinghalfcylinder_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(4908,'6505',133,'bc_standinghalfcylinder_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(4909,'6506',133,'bc_standinghalfcylinder_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(4910,'6507',133,'bc_standinghalfcylinder_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(4911,'6508',133,'bc_standinghalfcylinder_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(4912,'6509',133,'bc_standinghalfcylinder_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(4913,'6510',133,'bc_standinghalfcylinder_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(4914,'6511',133,'bc_standinghalfcylinder_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(4915,'6512',133,'bc_standinghalfcylinder_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(4916,'6513',133,'bc_standinghalfcylinder_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(4917,'6514',133,'bc_standinghalfcylinder_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(4918,'6515',133,'bc_standinghalfcylinder_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(4919,'6516',133,'bc_standinghalfcylinder_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(4920,'6517',133,'bc_standinghalfcylinder_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(4921,'6518',133,'bc_standinghalfcylinder_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(4922,'6519',133,'bc_standinghalfcylinder_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(4923,'6520',133,'bc_standinghalfcylinder_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(4924,'6521',133,'bc_standinghalfcylinder_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(4925,'6522',133,'bc_standinghalfcylinder_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(4926,'6523',133,'bc_standinghalfcylinder_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(4927,'6524',133,'bc_standinghalfcylinder_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(4928,'6525',133,'bc_standinghalfcylinder_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(4929,'6526',133,'bc_standinghalfcylinder_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(4930,'6527',133,'bc_standinghalfcylinder_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(4931,'6528',133,'bc_standinghalfcylinder_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(4932,'6529',133,'bc_standinghalfcylinder_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(4933,'6530',133,'bc_standinghalfcylinder_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(4934,'6531',133,'bc_standinghalfcylinder_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(4935,'6532',133,'bc_standinghalfcylinder_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(4936,'6533',133,'bc_standinghalfcylinder_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(4937,'6534',133,'bc_standinghalfcylinder_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(4938,'6535',133,'bc_standinghalfcylinder_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(4939,'6536',133,'bc_standinghalfcylinder_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(4940,'6537',133,'bc_standinghalfcylinder_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(4941,'6538',133,'bc_standinghalfcylinder_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(4942,'6539',133,'bc_standinghalfcylinder_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(4943,'6540',133,'bc_standinghalfcylinder_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(4944,'6541',133,'bc_standinghalfcylinder_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(4945,'6542',133,'bc_standinghalfcylinder_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(4946,'6543',133,'bc_standinghalfcylinder_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(4947,'6544',133,'bc_standinghalfcylinder_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(4948,'6545',133,'bc_standinghalfcylinder_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(4949,'6546',133,'bc_standinghalfcylinder_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(4950,'6547',133,'bc_standinghalfcylinder_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(4951,'6548',133,'bc_standinghalfcylinder_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(4952,'6549',133,'bc_standinghalfcylinder_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(4953,'6550',133,'bc_standinghalfcylinder_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(4954,'6551',133,'bc_standinghalfcylinder_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(4955,'6552',133,'bc_standinghalfcylinder_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(4956,'6553',133,'bc_standinghalfcylinder_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(4957,'6554',133,'bc_standinghalfcylinder_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(4958,'6555',133,'bc_standinghalfcylinder_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(4959,'6556',133,'bc_standinghalfcylinder_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(4960,'6557',129,'bc_hemisphere_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(4961,'6558',129,'bc_hemisphere_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(4962,'6559',129,'bc_hemisphere_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(4963,'6560',129,'bc_hemisphere_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(4964,'6561',129,'bc_hemisphere_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(4965,'6562',129,'bc_hemisphere_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(4966,'6563',129,'bc_hemisphere_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(4967,'6564',129,'bc_hemisphere_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(4968,'6565',129,'bc_hemisphere_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(4969,'6566',129,'bc_hemisphere_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(4970,'6567',129,'bc_hemisphere_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(4971,'6568',129,'bc_hemisphere_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(4972,'6569',129,'bc_hemisphere_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(4973,'6570',129,'bc_hemisphere_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(4974,'6571',129,'bc_hemisphere_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(4975,'6572',129,'bc_hemisphere_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(4976,'6573',129,'bc_hemisphere_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(4977,'6574',129,'bc_hemisphere_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(4978,'6575',129,'bc_hemisphere_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(4979,'6576',129,'bc_hemisphere_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(4980,'6577',129,'bc_hemisphere_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(4981,'6578',129,'bc_hemisphere_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(4982,'6579',129,'bc_hemisphere_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(4983,'6580',129,'bc_hemisphere_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(4984,'6581',129,'bc_hemisphere_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(4985,'6582',129,'bc_hemisphere_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(4986,'6583',129,'bc_hemisphere_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(4987,'6584',129,'bc_hemisphere_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(4988,'6585',129,'bc_hemisphere_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(4989,'6586',129,'bc_hemisphere_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(4990,'6587',129,'bc_hemisphere_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(4991,'6588',129,'bc_hemisphere_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(4992,'6589',129,'bc_hemisphere_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(4993,'6590',129,'bc_hemisphere_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(4994,'6591',129,'bc_hemisphere_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(4995,'6592',129,'bc_hemisphere_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(4996,'6593',129,'bc_hemisphere_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(4997,'6594',129,'bc_hemisphere_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(4998,'6595',129,'bc_hemisphere_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(4999,'6596',129,'bc_hemisphere_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5000,'6597',129,'bc_hemisphere_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5001,'6598',129,'bc_hemisphere_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5002,'6599',129,'bc_hemisphere_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5003,'6600',129,'bc_hemisphere_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5004,'6601',129,'bc_hemisphere_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5005,'6602',129,'bc_hemisphere_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5006,'6603',129,'bc_hemisphere_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5007,'6604',129,'bc_hemisphere_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5008,'6605',129,'bc_hemisphere_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5009,'6606',129,'bc_hemisphere_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5010,'6607',129,'bc_hemisphere_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5011,'6608',129,'bc_hemisphere_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5012,'6609',129,'bc_hemisphere_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5013,'6610',129,'bc_hemisphere_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5014,'6611',129,'bc_hemisphere_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5015,'6612',129,'bc_hemisphere_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5016,'6613',129,'bc_hemisphere_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5017,'6614',129,'bc_hemisphere_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5018,'6615',129,'bc_hemisphere_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5019,'6616',129,'bc_hemisphere_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5020,'6617',129,'bc_hemisphere_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5021,'6618',129,'bc_hemisphere_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5022,'6619',129,'bc_hemisphere_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5023,'6620',129,'bc_hemisphere_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5024,'6621',129,'bc_hemisphere_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5025,'6622',129,'bc_hemisphere_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5026,'6623',129,'bc_hemisphere_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5027,'6624',129,'bc_hemisphere_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5028,'6625',129,'bc_hemisphere_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5029,'6626',128,'bc_halfcylinder_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5030,'6627',128,'bc_halfcylinder_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5031,'6628',128,'bc_halfcylinder_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5032,'6629',128,'bc_halfcylinder_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5033,'6630',128,'bc_halfcylinder_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5034,'6631',128,'bc_halfcylinder_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5035,'6632',128,'bc_halfcylinder_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(5036,'6633',128,'bc_halfcylinder_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(5037,'6634',128,'bc_halfcylinder_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(5038,'6635',128,'bc_halfcylinder_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(5039,'6636',128,'bc_halfcylinder_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(5040,'6637',128,'bc_halfcylinder_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5041,'6638',128,'bc_halfcylinder_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(5042,'6639',128,'bc_halfcylinder_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(5043,'6640',128,'bc_halfcylinder_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(5044,'6641',128,'bc_halfcylinder_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(5045,'6642',128,'bc_halfcylinder_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(5046,'6643',128,'bc_halfcylinder_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(5047,'6644',128,'bc_halfcylinder_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(5048,'6645',128,'bc_halfcylinder_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(5049,'6646',128,'bc_halfcylinder_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(5050,'6647',128,'bc_halfcylinder_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(5051,'6648',128,'bc_halfcylinder_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5052,'6649',128,'bc_halfcylinder_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(5053,'6650',128,'bc_halfcylinder_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(5054,'6651',128,'bc_halfcylinder_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(5055,'6652',128,'bc_halfcylinder_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(5056,'6653',128,'bc_halfcylinder_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(5057,'6654',128,'bc_halfcylinder_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(5058,'6655',128,'bc_halfcylinder_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(5059,'6656',128,'bc_halfcylinder_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(5060,'6657',128,'bc_halfcylinder_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(5061,'6658',128,'bc_halfcylinder_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(5062,'6659',128,'bc_halfcylinder_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5063,'6660',128,'bc_halfcylinder_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(5064,'6661',128,'bc_halfcylinder_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(5065,'6662',128,'bc_halfcylinder_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(5066,'6663',128,'bc_halfcylinder_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(5067,'6664',128,'bc_halfcylinder_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(5068,'6665',128,'bc_halfcylinder_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5069,'6666',128,'bc_halfcylinder_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5070,'6667',128,'bc_halfcylinder_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5071,'6668',128,'bc_halfcylinder_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5072,'6669',128,'bc_halfcylinder_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5073,'6670',128,'bc_halfcylinder_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5074,'6671',128,'bc_halfcylinder_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5075,'6672',128,'bc_halfcylinder_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5076,'6673',128,'bc_halfcylinder_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5077,'6674',128,'bc_halfcylinder_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5078,'6675',128,'bc_halfcylinder_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5079,'6676',128,'bc_halfcylinder_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5080,'6677',128,'bc_halfcylinder_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5081,'6678',128,'bc_halfcylinder_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5082,'6679',128,'bc_halfcylinder_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5083,'6680',128,'bc_halfcylinder_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5084,'6681',128,'bc_halfcylinder_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5085,'6682',128,'bc_halfcylinder_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5086,'6683',128,'bc_halfcylinder_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5087,'6684',128,'bc_halfcylinder_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5088,'6685',128,'bc_halfcylinder_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5089,'6686',128,'bc_halfcylinder_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5090,'6687',128,'bc_halfcylinder_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5091,'6688',128,'bc_halfcylinder_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5092,'6689',128,'bc_halfcylinder_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5093,'6690',128,'bc_halfcylinder_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5094,'6691',128,'bc_halfcylinder_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5095,'6692',128,'bc_halfcylinder_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5096,'6693',128,'bc_halfcylinder_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5097,'6694',128,'bc_halfcylinder_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5098,'6695',131,'bc_quarterring_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5099,'6696',131,'bc_quarterring_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5100,'6697',131,'bc_quarterring_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5101,'6698',131,'bc_quarterring_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5102,'6699',131,'bc_quarterring_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5103,'6700',131,'bc_quarterring_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5104,'6701',131,'bc_quarterring_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(5105,'6702',131,'bc_quarterring_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(5106,'6703',131,'bc_quarterring_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(5107,'6704',131,'bc_quarterring_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(5108,'6705',131,'bc_quarterring_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(5109,'6706',131,'bc_quarterring_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5110,'6707',131,'bc_quarterring_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(5111,'6708',131,'bc_quarterring_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(5112,'6709',131,'bc_quarterring_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(5113,'6710',131,'bc_quarterring_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(5114,'6711',131,'bc_quarterring_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(5115,'6712',131,'bc_quarterring_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(5116,'6713',131,'bc_quarterring_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(5117,'6714',131,'bc_quarterring_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(5118,'6715',131,'bc_quarterring_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(5119,'6716',131,'bc_quarterring_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(5120,'6717',131,'bc_quarterring_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5121,'6718',131,'bc_quarterring_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(5122,'6719',131,'bc_quarterring_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(5123,'6720',131,'bc_quarterring_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(5124,'6721',131,'bc_quarterring_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(5125,'6722',131,'bc_quarterring_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(5126,'6723',131,'bc_quarterring_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(5127,'6724',131,'bc_quarterring_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(5128,'6725',131,'bc_quarterring_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(5129,'6726',131,'bc_quarterring_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(5130,'6727',131,'bc_quarterring_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(5131,'6728',131,'bc_quarterring_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5132,'6729',131,'bc_quarterring_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(5133,'6730',131,'bc_quarterring_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(5134,'6731',131,'bc_quarterring_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(5135,'6732',131,'bc_quarterring_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(5136,'6733',131,'bc_quarterring_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(5137,'6734',131,'bc_quarterring_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5138,'6735',131,'bc_quarterring_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5139,'6736',131,'bc_quarterring_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5140,'6737',131,'bc_quarterring_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5141,'6738',131,'bc_quarterring_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5142,'6739',131,'bc_quarterring_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5143,'6740',131,'bc_quarterring_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5144,'6741',131,'bc_quarterring_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5145,'6742',131,'bc_quarterring_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5146,'6743',131,'bc_quarterring_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5147,'6744',131,'bc_quarterring_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5148,'6745',131,'bc_quarterring_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5149,'6746',131,'bc_quarterring_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5150,'6747',131,'bc_quarterring_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5151,'6748',131,'bc_quarterring_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5152,'6749',131,'bc_quarterring_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5153,'6750',131,'bc_quarterring_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5154,'6751',131,'bc_quarterring_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5155,'6752',131,'bc_quarterring_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5156,'6753',131,'bc_quarterring_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5157,'6754',131,'bc_quarterring_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5158,'6755',131,'bc_quarterring_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5159,'6756',131,'bc_quarterring_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5160,'6757',131,'bc_quarterring_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5161,'6758',131,'bc_quarterring_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5162,'6759',131,'bc_quarterring_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5163,'6760',131,'bc_quarterring_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5164,'6761',131,'bc_quarterring_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5165,'6762',131,'bc_quarterring_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5166,'6763',131,'bc_quarterring_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5167,'6764',137,'bc_glasspanel_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5168,'6765',137,'bc_glasspanel_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5169,'6766',137,'bc_glasspanel_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5170,'6767',137,'bc_glasspanel_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5171,'6768',137,'bc_glasspanel_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5172,'6769',137,'bc_glasspanel_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5173,'6770',137,'bc_glasspanel_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(5174,'6771',137,'bc_glasspanel_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(5175,'6772',137,'bc_glasspanel_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(5176,'6773',137,'bc_glasspanel_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(5177,'6774',137,'bc_glasspanel_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(5178,'6775',137,'bc_glasspanel_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5179,'6776',137,'bc_glasspanel_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(5180,'6777',137,'bc_glasspanel_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(5181,'6778',137,'bc_glasspanel_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(5182,'6779',137,'bc_glasspanel_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(5183,'6780',137,'bc_glasspanel_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(5184,'6781',137,'bc_glasspanel_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(5185,'6782',137,'bc_glasspanel_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(5186,'6783',137,'bc_glasspanel_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(5187,'6784',137,'bc_glasspanel_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(5188,'6785',137,'bc_glasspanel_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(5189,'6786',137,'bc_glasspanel_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5190,'6787',137,'bc_glasspanel_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(5191,'6788',137,'bc_glasspanel_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(5192,'6789',137,'bc_glasspanel_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(5193,'6790',137,'bc_glasspanel_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(5194,'6791',137,'bc_glasspanel_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(5195,'6792',137,'bc_glasspanel_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(5196,'6793',137,'bc_glasspanel_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(5197,'6794',137,'bc_glasspanel_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(5198,'6795',137,'bc_glasspanel_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(5199,'6796',137,'bc_glasspanel_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(5200,'6797',137,'bc_glasspanel_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5201,'6798',137,'bc_glasspanel_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(5202,'6799',137,'bc_glasspanel_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(5203,'6800',137,'bc_glasspanel_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(5204,'6801',137,'bc_glasspanel_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(5205,'6802',137,'bc_glasspanel_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(5206,'6803',137,'bc_glasspanel_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5207,'6804',137,'bc_glasspanel_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5208,'6805',137,'bc_glasspanel_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5209,'6806',137,'bc_glasspanel_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5210,'6807',137,'bc_glasspanel_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5211,'6808',137,'bc_glasspanel_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5212,'6809',137,'bc_glasspanel_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5213,'6810',137,'bc_glasspanel_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5214,'6811',137,'bc_glasspanel_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5215,'6812',137,'bc_glasspanel_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5216,'6813',137,'bc_glasspanel_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5217,'6814',137,'bc_glasspanel_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5218,'6815',137,'bc_glasspanel_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5219,'6816',137,'bc_glasspanel_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5220,'6817',137,'bc_glasspanel_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5221,'6818',137,'bc_glasspanel_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5222,'6819',137,'bc_glasspanel_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5223,'6820',137,'bc_glasspanel_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5224,'6821',137,'bc_glasspanel_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5225,'6822',137,'bc_glasspanel_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5226,'6823',137,'bc_glasspanel_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5227,'6824',137,'bc_glasspanel_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5228,'6825',137,'bc_glasspanel_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5229,'6826',137,'bc_glasspanel_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5230,'6827',137,'bc_glasspanel_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5231,'6828',137,'bc_glasspanel_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5232,'6829',137,'bc_glasspanel_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5233,'6830',137,'bc_glasspanel_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5234,'6831',137,'bc_glasspanel_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5235,'6832',137,'bc_glasspanel_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5236,'6833',135,'bc_wedge_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5237,'6834',135,'bc_wedge_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5238,'6835',135,'bc_wedge_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5239,'6836',135,'bc_wedge_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5240,'6837',135,'bc_wedge_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5241,'6838',135,'bc_wedge_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5242,'6839',135,'bc_wedge_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(5243,'6840',135,'bc_wedge_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(5244,'6841',135,'bc_wedge_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(5245,'6842',135,'bc_wedge_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(5246,'6843',135,'bc_wedge_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(5247,'6844',135,'bc_wedge_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5248,'6845',135,'bc_wedge_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(5249,'6846',135,'bc_wedge_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(5250,'6847',135,'bc_wedge_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(5251,'6848',135,'bc_wedge_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(5252,'6849',135,'bc_wedge_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(5253,'6850',135,'bc_wedge_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(5254,'6851',135,'bc_wedge_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(5255,'6852',135,'bc_wedge_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(5256,'6853',135,'bc_wedge_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(5257,'6854',135,'bc_wedge_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(5258,'6855',135,'bc_wedge_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5259,'6856',135,'bc_wedge_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(5260,'6857',135,'bc_wedge_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(5261,'6858',135,'bc_wedge_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(5262,'6859',135,'bc_wedge_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(5263,'6860',135,'bc_wedge_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(5264,'6861',135,'bc_wedge_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(5265,'6862',135,'bc_wedge_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(5266,'6863',135,'bc_wedge_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(5267,'6864',135,'bc_wedge_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(5268,'6865',135,'bc_wedge_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(5269,'6866',135,'bc_wedge_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5270,'6867',135,'bc_wedge_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(5271,'6868',135,'bc_wedge_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(5272,'6869',135,'bc_wedge_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(5273,'6870',135,'bc_wedge_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(5274,'6871',135,'bc_wedge_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(5275,'6872',135,'bc_wedge_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5276,'6873',135,'bc_wedge_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5277,'6874',135,'bc_wedge_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5278,'6875',135,'bc_wedge_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5279,'6876',135,'bc_wedge_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5280,'6877',135,'bc_wedge_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5281,'6878',135,'bc_wedge_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5282,'6879',135,'bc_wedge_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5283,'6880',135,'bc_wedge_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5284,'6881',135,'bc_wedge_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5285,'6882',135,'bc_wedge_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5286,'6883',135,'bc_wedge_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5287,'6884',135,'bc_wedge_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5288,'6885',135,'bc_wedge_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5289,'6886',135,'bc_wedge_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5290,'6887',135,'bc_wedge_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5291,'6888',135,'bc_wedge_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5292,'6889',135,'bc_wedge_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5293,'6890',135,'bc_wedge_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5294,'6891',135,'bc_wedge_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5295,'6892',135,'bc_wedge_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5296,'6893',135,'bc_wedge_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5297,'6894',135,'bc_wedge_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5298,'6895',135,'bc_wedge_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5299,'6896',135,'bc_wedge_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5300,'6897',135,'bc_wedge_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5301,'6898',135,'bc_wedge_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5302,'6899',135,'bc_wedge_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5303,'6900',135,'bc_wedge_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5304,'6901',135,'bc_wedge_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5305,'6902',139,'bc_block_0_15',4,0,0,1,0,0,13,-1,0,'','1','0'),(5306,'6903',139,'bc_block_0_16',4,0,0,1,0,0,14,-1,0,'','1','0'),(5307,'6904',139,'bc_block_0_17',4,0,0,1,0,0,17,-1,0,'','1','0'),(5308,'6905',139,'bc_block_0_18',4,0,0,1,0,0,18,-1,0,'','1','0'),(5309,'6906',139,'bc_block_0_19',4,0,0,1,0,0,19,-1,0,'','1','0'),(5310,'6907',139,'bc_block_0_20',4,0,0,1,0,0,20,-1,0,'','1','0'),(5311,'6908',139,'bc_block_0_21',4,0,0,1,0,0,21,-1,0,'','1','0'),(5312,'6909',139,'bc_block_0_22',4,0,0,1,0,0,15,-1,0,'','1','0'),(5313,'6910',139,'bc_block_0_23',4,0,0,1,0,0,23,-1,0,'','1','0'),(5314,'6911',139,'bc_block_0_24',4,0,0,1,0,0,24,-1,0,'','1','0'),(5315,'6912',139,'bc_block_0_25',4,0,0,1,0,0,25,-1,0,'','1','0'),(5316,'6913',139,'bc_block_0_26',4,0,0,1,0,0,16,-1,0,'','1','0'),(5317,'6914',139,'bc_block_0_27',4,0,0,1,0,0,27,-1,0,'','1','0'),(5318,'6915',139,'bc_block_0_28',4,0,0,1,0,0,28,-1,0,'','1','0'),(5319,'6916',139,'bc_block_0_29',4,0,0,1,0,0,29,-1,0,'','1','0'),(5320,'6917',139,'bc_block_0_30',4,0,0,1,0,0,17,-1,0,'','1','0'),(5321,'6918',139,'bc_block_0_31',4,0,0,1,0,0,31,-1,0,'','1','0'),(5322,'6919',139,'bc_block_0_32',4,0,0,1,0,0,32,-1,0,'','1','0'),(5323,'6920',139,'bc_block_0_33',4,0,0,1,0,0,33,-1,0,'','1','0'),(5324,'6921',139,'bc_block_0_34',4,0,0,1,0,0,34,-1,0,'','1','0'),(5325,'6922',139,'bc_block_0_35',4,0,0,1,0,0,18,-1,0,'','1','0'),(5326,'6923',139,'bc_block_0_36',4,0,0,1,0,0,19,-1,0,'','1','0'),(5327,'6924',139,'bc_block_0_37',4,0,0,1,0,0,37,-1,0,'','1','0'),(5328,'6925',139,'bc_block_0_38',4,0,0,1,0,0,38,-1,0,'','1','0'),(5329,'6926',139,'bc_block_0_39',4,0,0,1,0,0,20,-1,0,'','1','0'),(5330,'6927',139,'bc_block_0_40',4,0,0,1,0,0,40,-1,0,'','1','0'),(5331,'6928',139,'bc_block_0_41',4,0,0,1,0,0,21,-1,0,'','1','0'),(5332,'6929',139,'bc_block_0_42',4,0,0,1,0,0,42,-1,0,'','1','0'),(5333,'6930',139,'bc_block_0_43',4,0,0,1,0,0,22,-1,0,'','1','0'),(5334,'6931',139,'bc_block_0_44',4,0,0,1,0,0,44,-1,0,'','1','0'),(5335,'6932',139,'bc_block_0_45',4,0,0,1,0,0,23,-1,0,'','1','0'),(5336,'6933',139,'bc_block_0_46',4,0,0,1,0,0,46,-1,0,'','1','0'),(5337,'6934',139,'bc_block_0_47',4,0,0,1,0,0,24,-1,0,'','1','0'),(5338,'6935',139,'bc_block_0_48',4,0,0,1,0,0,48,-1,0,'','1','0'),(5339,'6936',139,'bc_block_0_49',4,0,0,1,0,0,49,-1,0,'','1','0'),(5340,'6937',139,'bc_block_0_50',4,0,0,1,0,0,50,-1,0,'','1','0'),(5341,'6938',139,'bc_block_0_51',4,0,0,1,0,0,51,-1,0,'','1','0'),(5342,'6939',139,'bc_block_0_52',4,0,0,1,0,0,25,-1,0,'','1','0'),(5343,'6940',139,'bc_block_0_53',4,0,0,1,0,0,26,-1,0,'','1','0'),(5344,'6941',139,'bc_block_0_54',4,0,0,1,0,0,54,-1,0,'','1','0'),(5345,'6942',139,'bc_block_0_55',4,0,0,1,0,0,27,-1,0,'','1','0'),(5346,'6943',139,'bc_block_0_56',4,0,0,1,0,0,28,-1,0,'','1','0'),(5347,'6944',139,'bc_block_0_57',4,0,0,1,0,0,57,-1,0,'','1','0'),(5348,'6945',139,'bc_block_0_58',4,0,0,1,0,0,58,-1,0,'','1','0'),(5349,'6946',139,'bc_block_0_59',4,0,0,1,0,0,59,-1,0,'','1','0'),(5350,'6947',139,'bc_block_0_60',4,0,0,1,0,0,60,-1,0,'','1','0'),(5351,'6948',139,'bc_block_0_61',4,0,0,1,0,0,29,-1,0,'','1','0'),(5352,'6949',139,'bc_block_0_62',4,0,0,1,0,0,30,-1,0,'','1','0'),(5353,'6950',139,'bc_block_0_63',4,0,0,1,0,0,63,-1,0,'','1','0'),(5354,'6951',139,'bc_block_0_64',4,0,0,1,0,0,64,-1,0,'','1','0'),(5355,'6952',139,'bc_block_0_65',4,0,0,1,0,0,65,-1,0,'','1','0'),(5356,'6953',139,'bc_block_0_66',4,0,0,1,0,0,66,-1,0,'','1','0'),(5357,'6954',139,'bc_block_0_67',4,0,0,1,0,0,31,-1,0,'','1','0'),(5358,'6955',139,'bc_block_0_68',4,0,0,1,0,0,32,-1,0,'','1','0'),(5359,'6956',139,'bc_block_0_69',4,0,0,1,0,0,33,-1,0,'','1','0'),(5360,'6957',127,'bc_cylinder_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5361,'6958',127,'bc_cylinder_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5362,'6959',127,'bc_cylinder_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5363,'6960',127,'bc_cylinder_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5364,'6961',127,'bc_cylinder_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5365,'6962',127,'bc_cylinder_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5366,'6963',127,'bc_cylinder_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(5367,'6964',127,'bc_cylinder_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(5368,'6965',127,'bc_cylinder_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(5369,'6966',127,'bc_cylinder_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(5370,'6967',127,'bc_cylinder_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(5371,'6968',127,'bc_cylinder_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5372,'6969',127,'bc_cylinder_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(5373,'6970',127,'bc_cylinder_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(5374,'6971',127,'bc_cylinder_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(5375,'6972',127,'bc_cylinder_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(5376,'6973',127,'bc_cylinder_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(5377,'6974',127,'bc_cylinder_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(5378,'6975',127,'bc_cylinder_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(5379,'6976',127,'bc_cylinder_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(5380,'6977',127,'bc_cylinder_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(5381,'6978',127,'bc_cylinder_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(5382,'6979',127,'bc_cylinder_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5383,'6980',127,'bc_cylinder_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(5384,'6981',127,'bc_cylinder_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(5385,'6982',127,'bc_cylinder_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(5386,'6983',127,'bc_cylinder_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(5387,'6984',127,'bc_cylinder_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(5388,'6985',127,'bc_cylinder_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(5389,'6986',127,'bc_cylinder_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(5390,'6987',127,'bc_cylinder_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(5391,'6988',127,'bc_cylinder_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(5392,'6989',127,'bc_cylinder_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(5393,'6990',127,'bc_cylinder_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5394,'6991',127,'bc_cylinder_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(5395,'6992',127,'bc_cylinder_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(5396,'6993',127,'bc_cylinder_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(5397,'6994',127,'bc_cylinder_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(5398,'6995',127,'bc_cylinder_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(5399,'6996',127,'bc_cylinder_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5400,'6997',127,'bc_cylinder_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5401,'6998',127,'bc_cylinder_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5402,'6999',127,'bc_cylinder_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5403,'7000',127,'bc_cylinder_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5404,'7001',127,'bc_cylinder_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5405,'7002',127,'bc_cylinder_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5406,'7003',127,'bc_cylinder_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5407,'7004',127,'bc_cylinder_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5408,'7005',127,'bc_cylinder_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5409,'7006',127,'bc_cylinder_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5410,'7007',127,'bc_cylinder_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5411,'7008',127,'bc_cylinder_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5412,'7009',127,'bc_cylinder_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5413,'7010',127,'bc_cylinder_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5414,'7011',127,'bc_cylinder_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5415,'7012',127,'bc_cylinder_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5416,'7013',127,'bc_cylinder_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5417,'7014',127,'bc_cylinder_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5418,'7015',127,'bc_cylinder_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5419,'7016',127,'bc_cylinder_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5420,'7017',127,'bc_cylinder_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5421,'7018',127,'bc_cylinder_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5422,'7019',127,'bc_cylinder_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5423,'7020',127,'bc_cylinder_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5424,'7021',127,'bc_cylinder_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5425,'7022',127,'bc_cylinder_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5426,'7023',127,'bc_cylinder_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5427,'7024',127,'bc_cylinder_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5428,'7025',127,'bc_cylinder_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5429,'7026',134,'bc_standingtriangularprism_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5430,'7027',134,'bc_standingtriangularprism_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5431,'7028',134,'bc_standingtriangularprism_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5432,'7029',134,'bc_standingtriangularprism_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5433,'7030',134,'bc_standingtriangularprism_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5434,'7031',134,'bc_standingtriangularprism_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5435,'7032',134,'bc_standingtriangularprism_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(5436,'7033',134,'bc_standingtriangularprism_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(5437,'7034',134,'bc_standingtriangularprism_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(5438,'7035',134,'bc_standingtriangularprism_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(5439,'7036',134,'bc_standingtriangularprism_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(5440,'7037',134,'bc_standingtriangularprism_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5441,'7038',134,'bc_standingtriangularprism_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(5442,'7039',134,'bc_standingtriangularprism_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(5443,'7040',134,'bc_standingtriangularprism_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(5444,'7041',134,'bc_standingtriangularprism_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(5445,'7042',134,'bc_standingtriangularprism_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(5446,'7043',134,'bc_standingtriangularprism_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(5447,'7044',134,'bc_standingtriangularprism_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(5448,'7045',134,'bc_standingtriangularprism_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(5449,'7046',134,'bc_standingtriangularprism_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(5450,'7047',134,'bc_standingtriangularprism_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(5451,'7048',134,'bc_standingtriangularprism_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5452,'7049',134,'bc_standingtriangularprism_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(5453,'7050',134,'bc_standingtriangularprism_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(5454,'7051',134,'bc_standingtriangularprism_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(5455,'7052',134,'bc_standingtriangularprism_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(5456,'7053',134,'bc_standingtriangularprism_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(5457,'7054',134,'bc_standingtriangularprism_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(5458,'7055',134,'bc_standingtriangularprism_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(5459,'7056',134,'bc_standingtriangularprism_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(5460,'7057',134,'bc_standingtriangularprism_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(5461,'7058',134,'bc_standingtriangularprism_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(5462,'7059',134,'bc_standingtriangularprism_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5463,'7060',134,'bc_standingtriangularprism_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(5464,'7061',134,'bc_standingtriangularprism_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(5465,'7062',134,'bc_standingtriangularprism_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(5466,'7063',134,'bc_standingtriangularprism_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(5467,'7064',134,'bc_standingtriangularprism_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(5468,'7065',134,'bc_standingtriangularprism_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5469,'7066',134,'bc_standingtriangularprism_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5470,'7067',134,'bc_standingtriangularprism_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5471,'7068',134,'bc_standingtriangularprism_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5472,'7069',134,'bc_standingtriangularprism_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5473,'7070',134,'bc_standingtriangularprism_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5474,'7071',134,'bc_standingtriangularprism_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5475,'7072',134,'bc_standingtriangularprism_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5476,'7073',134,'bc_standingtriangularprism_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5477,'7074',134,'bc_standingtriangularprism_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5478,'7075',134,'bc_standingtriangularprism_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5479,'7076',134,'bc_standingtriangularprism_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5480,'7077',134,'bc_standingtriangularprism_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5481,'7078',134,'bc_standingtriangularprism_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5482,'7079',134,'bc_standingtriangularprism_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5483,'7080',134,'bc_standingtriangularprism_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5484,'7081',134,'bc_standingtriangularprism_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5485,'7082',134,'bc_standingtriangularprism_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5486,'7083',134,'bc_standingtriangularprism_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5487,'7084',134,'bc_standingtriangularprism_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5488,'7085',134,'bc_standingtriangularprism_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5489,'7086',134,'bc_standingtriangularprism_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5490,'7087',134,'bc_standingtriangularprism_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5491,'7088',134,'bc_standingtriangularprism_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5492,'7089',134,'bc_standingtriangularprism_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5493,'7090',134,'bc_standingtriangularprism_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5494,'7091',134,'bc_standingtriangularprism_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5495,'7092',134,'bc_standingtriangularprism_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5496,'7093',134,'bc_standingtriangularprism_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5497,'7094',134,'bc_standingtriangularprism_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5498,'7095',140,'bc_block_1_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(5499,'7096',140,'bc_block_1_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(5500,'7097',140,'bc_block_1_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(5501,'7098',140,'bc_block_1_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(5502,'7099',140,'bc_block_1_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(5503,'7100',140,'bc_block_1_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(5504,'7101',140,'bc_block_1_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(5505,'7102',140,'bc_block_1_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(5506,'7103',140,'bc_block_1_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(5507,'7104',140,'bc_block_1_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(5508,'7105',140,'bc_block_1_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(5509,'7106',140,'bc_block_1_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(5510,'7107',140,'bc_block_1_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(5511,'7108',140,'bc_block_1_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(5512,'7109',140,'bc_block_1_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(5513,'7110',140,'bc_block_1_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(5514,'7111',140,'bc_block_1_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(5515,'7112',140,'bc_block_1_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(5516,'7113',140,'bc_block_1_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(5517,'7114',140,'bc_block_1_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(5518,'7115',140,'bc_block_1_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(5519,'7116',140,'bc_block_1_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(5520,'7117',140,'bc_block_1_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(5521,'7118',140,'bc_block_1_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(5522,'7119',140,'bc_block_1_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(5523,'7120',140,'bc_block_1_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(5524,'7121',140,'bc_block_1_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(5525,'7122',140,'bc_block_1_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(5526,'7123',140,'bc_block_1_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(5527,'7124',140,'bc_block_1_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(5528,'7125',140,'bc_block_1_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5529,'7126',140,'bc_block_1_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5530,'7127',140,'bc_block_1_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5531,'7128',140,'bc_block_1_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5532,'7129',140,'bc_block_1_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5533,'7130',140,'bc_block_1_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5534,'7131',140,'bc_block_1_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5535,'7132',140,'bc_block_1_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5536,'7133',140,'bc_block_1_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5537,'7134',140,'bc_block_1_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5538,'7135',140,'bc_block_1_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5539,'7136',140,'bc_block_1_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5540,'7137',140,'bc_block_1_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5541,'7138',140,'bc_block_1_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5542,'7139',140,'bc_block_1_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5543,'7140',140,'bc_block_1_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5544,'7141',140,'bc_block_1_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5545,'7142',140,'bc_block_1_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5546,'7143',140,'bc_block_1_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5547,'7144',140,'bc_block_1_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5548,'7145',140,'bc_block_1_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5549,'7146',140,'bc_block_1_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5550,'7147',140,'bc_block_1_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5551,'7148',140,'bc_block_1_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5552,'7149',140,'bc_block_1_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5553,'7150',136,'bc_triangularprism_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5554,'7151',136,'bc_triangularprism_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5555,'7152',136,'bc_triangularprism_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5556,'7153',136,'bc_triangularprism_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5557,'7154',136,'bc_triangularprism_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5558,'7155',136,'bc_triangularprism_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5559,'7156',136,'bc_triangularprism_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(5560,'7157',136,'bc_triangularprism_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(5561,'7158',136,'bc_triangularprism_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(5562,'7159',136,'bc_triangularprism_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(5563,'7160',136,'bc_triangularprism_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(5564,'7161',136,'bc_triangularprism_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5565,'7162',136,'bc_triangularprism_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(5566,'7163',136,'bc_triangularprism_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(5567,'7164',136,'bc_triangularprism_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(5568,'7165',136,'bc_triangularprism_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(5569,'7166',136,'bc_triangularprism_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(5570,'7167',136,'bc_triangularprism_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(5571,'7168',136,'bc_triangularprism_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(5572,'7169',136,'bc_triangularprism_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(5573,'7170',136,'bc_triangularprism_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(5574,'7171',136,'bc_triangularprism_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(5575,'7172',136,'bc_triangularprism_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5576,'7173',136,'bc_triangularprism_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(5577,'7174',136,'bc_triangularprism_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(5578,'7175',136,'bc_triangularprism_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(5579,'7176',136,'bc_triangularprism_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(5580,'7177',136,'bc_triangularprism_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(5581,'7178',136,'bc_triangularprism_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(5582,'7179',136,'bc_triangularprism_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(5583,'7180',136,'bc_triangularprism_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(5584,'7181',136,'bc_triangularprism_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(5585,'7182',136,'bc_triangularprism_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(5586,'7183',136,'bc_triangularprism_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5587,'7184',136,'bc_triangularprism_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(5588,'7185',136,'bc_triangularprism_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(5589,'7186',136,'bc_triangularprism_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(5590,'7187',136,'bc_triangularprism_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(5591,'7188',136,'bc_triangularprism_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(5592,'7189',136,'bc_triangularprism_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5593,'7190',136,'bc_triangularprism_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5594,'7191',136,'bc_triangularprism_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5595,'7192',136,'bc_triangularprism_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5596,'7193',136,'bc_triangularprism_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5597,'7194',136,'bc_triangularprism_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5598,'7195',136,'bc_triangularprism_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5599,'7196',136,'bc_triangularprism_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5600,'7197',136,'bc_triangularprism_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5601,'7198',136,'bc_triangularprism_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5602,'7199',136,'bc_triangularprism_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5603,'7200',136,'bc_triangularprism_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5604,'7201',136,'bc_triangularprism_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5605,'7202',136,'bc_triangularprism_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5606,'7203',136,'bc_triangularprism_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5607,'7204',136,'bc_triangularprism_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5608,'7205',136,'bc_triangularprism_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5609,'7206',136,'bc_triangularprism_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5610,'7207',136,'bc_triangularprism_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5611,'7208',136,'bc_triangularprism_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5612,'7209',136,'bc_triangularprism_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5613,'7210',136,'bc_triangularprism_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5614,'7211',136,'bc_triangularprism_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5615,'7212',136,'bc_triangularprism_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5616,'7213',136,'bc_triangularprism_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5617,'7214',136,'bc_triangularprism_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5618,'7215',136,'bc_triangularprism_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5619,'7216',136,'bc_triangularprism_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5620,'7217',136,'bc_triangularprism_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5621,'7218',136,'bc_triangularprism_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5622,'7219',132,'bc_sphere_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5623,'7220',132,'bc_sphere_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5624,'7221',132,'bc_sphere_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5625,'7222',132,'bc_sphere_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5626,'7223',132,'bc_sphere_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5627,'7224',132,'bc_sphere_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5628,'7225',132,'bc_sphere_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(5629,'7226',132,'bc_sphere_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(5630,'7227',132,'bc_sphere_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(5631,'7228',132,'bc_sphere_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(5632,'7229',132,'bc_sphere_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(5633,'7230',132,'bc_sphere_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5634,'7231',132,'bc_sphere_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(5635,'7232',132,'bc_sphere_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(5636,'7233',132,'bc_sphere_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(5637,'7234',132,'bc_sphere_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(5638,'7235',132,'bc_sphere_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(5639,'7236',132,'bc_sphere_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(5640,'7237',132,'bc_sphere_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(5641,'7238',132,'bc_sphere_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(5642,'7239',132,'bc_sphere_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(5643,'7240',132,'bc_sphere_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(5644,'7241',132,'bc_sphere_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5645,'7242',132,'bc_sphere_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(5646,'7243',132,'bc_sphere_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(5647,'7244',132,'bc_sphere_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(5648,'7245',132,'bc_sphere_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(5649,'7246',132,'bc_sphere_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(5650,'7247',132,'bc_sphere_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(5651,'7248',132,'bc_sphere_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(5652,'7249',132,'bc_sphere_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(5653,'7250',132,'bc_sphere_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(5654,'7251',132,'bc_sphere_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(5655,'7252',132,'bc_sphere_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5656,'7253',132,'bc_sphere_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(5657,'7254',132,'bc_sphere_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(5658,'7255',132,'bc_sphere_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(5659,'7256',132,'bc_sphere_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(5660,'7257',132,'bc_sphere_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(5661,'7258',132,'bc_sphere_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5662,'7259',132,'bc_sphere_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5663,'7260',132,'bc_sphere_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5664,'7261',132,'bc_sphere_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5665,'7262',132,'bc_sphere_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5666,'7263',132,'bc_sphere_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5667,'7264',132,'bc_sphere_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5668,'7265',132,'bc_sphere_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5669,'7266',132,'bc_sphere_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5670,'7267',132,'bc_sphere_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5671,'7268',132,'bc_sphere_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5672,'7269',132,'bc_sphere_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5673,'7270',132,'bc_sphere_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5674,'7271',132,'bc_sphere_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5675,'7272',132,'bc_sphere_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5676,'7273',132,'bc_sphere_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5677,'7274',132,'bc_sphere_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5678,'7275',132,'bc_sphere_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5679,'7276',132,'bc_sphere_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5680,'7277',132,'bc_sphere_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5681,'7278',132,'bc_sphere_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5682,'7279',132,'bc_sphere_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5683,'7280',132,'bc_sphere_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5684,'7281',132,'bc_sphere_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5685,'7282',132,'bc_sphere_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5686,'7283',132,'bc_sphere_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5687,'7284',132,'bc_sphere_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5688,'7285',132,'bc_sphere_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5689,'7286',132,'bc_sphere_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5690,'7287',132,'bc_sphere_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5691,'7288',138,'bc_round_15',4,0,0,1,0,0,99,-1,0,'','1','0'),(5692,'7289',138,'bc_round_16',4,0,0,1,0,0,99,-1,0,'','1','0'),(5693,'7290',138,'bc_round_17',4,0,0,1,0,0,99,-1,0,'','1','0'),(5694,'7291',138,'bc_round_18',4,0,0,1,0,0,99,-1,0,'','1','0'),(5695,'7292',138,'bc_round_19',4,0,0,1,0,0,99,-1,0,'','1','0'),(5696,'7293',138,'bc_round_20',4,0,0,1,0,0,99,-1,0,'','1','0'),(5697,'7294',138,'bc_round_21',4,0,0,1,0,0,99,-1,0,'','1','0'),(5698,'7295',138,'bc_round_22',4,0,0,1,0,0,99,-1,0,'','1','0'),(5699,'7296',138,'bc_round_23',4,0,0,1,0,0,99,-1,0,'','1','0'),(5700,'7297',138,'bc_round_24',4,0,0,1,0,0,99,-1,0,'','1','0'),(5701,'7298',138,'bc_round_25',4,0,0,1,0,0,99,-1,0,'','1','0'),(5702,'7299',138,'bc_round_26',4,0,0,1,0,0,99,-1,0,'','1','0'),(5703,'7300',138,'bc_round_27',4,0,0,1,0,0,99,-1,0,'','1','0'),(5704,'7301',138,'bc_round_28',4,0,0,1,0,0,99,-1,0,'','1','0'),(5705,'7302',138,'bc_round_29',4,0,0,1,0,0,99,-1,0,'','1','0'),(5706,'7303',138,'bc_round_30',4,0,0,1,0,0,99,-1,0,'','1','0'),(5707,'7304',138,'bc_round_31',4,0,0,1,0,0,99,-1,0,'','1','0'),(5708,'7305',138,'bc_round_32',4,0,0,1,0,0,99,-1,0,'','1','0'),(5709,'7306',138,'bc_round_33',4,0,0,1,0,0,99,-1,0,'','1','0'),(5710,'7307',138,'bc_round_34',4,0,0,1,0,0,99,-1,0,'','1','0'),(5711,'7308',138,'bc_round_35',4,0,0,1,0,0,99,-1,0,'','1','0'),(5712,'7309',138,'bc_round_36',4,0,0,1,0,0,99,-1,0,'','1','0'),(5713,'7310',138,'bc_round_37',4,0,0,1,0,0,99,-1,0,'','1','0'),(5714,'7311',138,'bc_round_38',4,0,0,1,0,0,99,-1,0,'','1','0'),(5715,'7312',138,'bc_round_39',4,0,0,1,0,0,99,-1,0,'','1','0'),(5716,'7313',138,'bc_round_40',4,0,0,1,0,0,99,-1,0,'','1','0'),(5717,'7314',138,'bc_round_41',4,0,0,1,0,0,99,-1,0,'','1','0'),(5718,'7315',138,'bc_round_42',4,0,0,1,0,0,99,-1,0,'','1','0'),(5719,'7316',138,'bc_round_43',4,0,0,1,0,0,99,-1,0,'','1','0'),(5720,'7317',138,'bc_round_44',4,0,0,1,0,0,99,-1,0,'','1','0'),(5721,'7318',138,'bc_round_45',4,0,0,1,0,0,99,-1,0,'','1','0'),(5722,'7319',138,'bc_round_46',4,0,0,1,0,0,99,-1,0,'','1','0'),(5723,'7320',138,'bc_round_47',4,0,0,1,0,0,99,-1,0,'','1','0'),(5724,'7321',138,'bc_round_48',4,0,0,1,0,0,99,-1,0,'','1','0'),(5725,'7322',138,'bc_round_49',4,0,0,1,0,0,99,-1,0,'','1','0'),(5726,'7323',138,'bc_round_50',4,0,0,1,0,0,99,-1,0,'','1','0'),(5727,'7324',138,'bc_round_51',4,0,0,1,0,0,99,-1,0,'','1','0'),(5728,'7325',138,'bc_round_52',4,0,0,1,0,0,99,-1,0,'','1','0'),(5729,'7326',138,'bc_round_53',4,0,0,1,0,0,99,-1,0,'','1','0'),(5730,'7327',138,'bc_round_54',4,0,0,1,0,0,99,-1,0,'','1','0'),(5731,'7328',138,'bc_round_55',4,0,0,1,0,0,99,-1,0,'','1','0'),(5732,'7329',138,'bc_round_56',4,0,0,1,0,0,99,-1,0,'','1','0'),(5733,'7330',138,'bc_round_57',4,0,0,1,0,0,99,-1,0,'','1','0'),(5734,'7331',138,'bc_round_58',4,0,0,1,0,0,99,-1,0,'','1','0'),(5735,'7332',138,'bc_round_59',4,0,0,1,0,0,99,-1,0,'','1','0'),(5736,'7333',138,'bc_round_60',4,0,0,1,0,0,99,-1,0,'','1','0'),(5737,'7334',138,'bc_round_61',4,0,0,1,0,0,99,-1,0,'','1','0'),(5738,'7335',138,'bc_round_62',4,0,0,1,0,0,99,-1,0,'','1','0'),(5739,'7336',138,'bc_round_63',4,0,0,1,0,0,99,-1,0,'','1','0'),(5740,'7337',138,'bc_round_64',4,0,0,1,0,0,99,-1,0,'','1','0'),(5741,'7338',138,'bc_round_65',4,0,0,1,0,0,99,-1,0,'','1','0'),(5742,'7339',138,'bc_round_66',4,0,0,1,0,0,99,-1,0,'','1','0'),(5743,'7340',138,'bc_round_67',4,0,0,1,0,0,99,-1,0,'','1','0'),(5744,'7341',138,'bc_round_68',4,0,0,1,0,0,99,-1,0,'','1','0'),(5745,'7342',138,'bc_round_69',4,0,0,1,0,0,99,-1,0,'','1','0'),(5746,'7343',307,'CF_1500_suitcase',1500,0,0,1,0,0,28,-1,0,'','1','0'),(5747,'7344',117,'bc_alpha1_w_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5748,'7345',117,'bc_alpha1_w_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5749,'7346',117,'bc_alpha1_w_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5750,'7347',117,'bc_alpha1_w_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5751,'7348',117,'bc_alpha1_w_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5752,'7349',117,'bc_alpha1_w_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5753,'7350',117,'bc_alpha1_w_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5754,'7351',117,'bc_alpha1_w_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5755,'7352',117,'bc_alpha1_w_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5756,'7353',117,'bc_alpha1_w_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5757,'7354',117,'bc_alpha1_w_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5758,'7355',117,'bc_alpha1_w_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5759,'7356',117,'bc_alpha1_w_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5760,'7357',117,'bc_alpha1_w_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5761,'7358',117,'bc_alpha1_g_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5762,'7359',117,'bc_alpha1_g_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5763,'7360',117,'bc_alpha1_g_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5764,'7361',117,'bc_alpha1_g_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5765,'7362',117,'bc_alpha1_g_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5766,'7363',117,'bc_alpha1_g_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5767,'7364',117,'bc_alpha1_g_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5768,'7365',117,'bc_alpha1_g_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5769,'7366',117,'bc_alpha1_g_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5770,'7367',117,'bc_alpha1_g_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5771,'7368',117,'bc_alpha1_g_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5772,'7369',117,'bc_alpha1_g_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5773,'7370',117,'bc_alpha1_g_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5774,'7371',117,'bc_alpha1_g_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5775,'7372',117,'bc_alpha1_r_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5776,'7373',117,'bc_alpha1_r_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5777,'7374',117,'bc_alpha1_r_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5778,'7375',117,'bc_alpha1_r_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5779,'7376',117,'bc_alpha1_r_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5780,'7377',117,'bc_alpha1_r_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5781,'7378',117,'bc_alpha1_r_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5782,'7379',117,'bc_alpha1_r_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5783,'7380',117,'bc_alpha1_r_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5784,'7381',117,'bc_alpha1_r_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5785,'7382',117,'bc_alpha1_r_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5786,'7383',117,'bc_alpha1_r_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5787,'7384',117,'bc_alpha1_r_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5788,'7385',117,'bc_alpha1_r_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5789,'7386',117,'bc_alpha1_s_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5790,'7387',117,'bc_alpha1_s_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5791,'7388',117,'bc_alpha1_s_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5792,'7389',117,'bc_alpha1_s_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5793,'7390',117,'bc_alpha1_s_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5794,'7391',117,'bc_alpha1_s_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5795,'7392',117,'bc_alpha1_s_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5796,'7393',117,'bc_alpha1_s_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5797,'7394',117,'bc_alpha1_s_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5798,'7395',117,'bc_alpha1_s_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5799,'7396',117,'bc_alpha1_s_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5800,'7397',117,'bc_alpha1_s_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5801,'7398',117,'bc_alpha1_s_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5802,'7399',117,'bc_alpha1_s_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5803,'7400',117,'bc_alpha1_h_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5804,'7401',117,'bc_alpha1_h_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5805,'7402',117,'bc_alpha1_h_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5806,'7403',117,'bc_alpha1_h_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5807,'7404',117,'bc_alpha1_h_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5808,'7405',117,'bc_alpha1_h_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5809,'7406',117,'bc_alpha1_h_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5810,'7407',117,'bc_alpha1_h_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5811,'7408',117,'bc_alpha1_h_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5812,'7409',117,'bc_alpha1_h_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5813,'7410',117,'bc_alpha1_h_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5814,'7411',117,'bc_alpha1_h_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5815,'7412',117,'bc_alpha1_h_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5816,'7413',117,'bc_alpha1_h_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5817,'7414',117,'bc_alpha1_t_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5818,'7415',117,'bc_alpha1_t_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5819,'7416',117,'bc_alpha1_t_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5820,'7417',117,'bc_alpha1_t_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5821,'7418',117,'bc_alpha1_t_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5822,'7419',117,'bc_alpha1_t_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5823,'7420',117,'bc_alpha1_t_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5824,'7421',117,'bc_alpha1_t_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5825,'7422',117,'bc_alpha1_t_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5826,'7423',117,'bc_alpha1_t_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5827,'7424',117,'bc_alpha1_t_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5828,'7425',117,'bc_alpha1_t_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5829,'7426',117,'bc_alpha1_t_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5830,'7427',117,'bc_alpha1_t_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5831,'7428',117,'bc_alpha1_o_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5832,'7429',117,'bc_alpha1_o_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5833,'7430',117,'bc_alpha1_o_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5834,'7431',117,'bc_alpha1_o_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5835,'7432',117,'bc_alpha1_o_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5836,'7433',117,'bc_alpha1_o_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5837,'7434',117,'bc_alpha1_o_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5838,'7435',117,'bc_alpha1_o_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5839,'7436',117,'bc_alpha1_o_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5840,'7437',117,'bc_alpha1_o_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5841,'7438',117,'bc_alpha1_o_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5842,'7439',117,'bc_alpha1_o_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5843,'7440',117,'bc_alpha1_o_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5844,'7441',117,'bc_alpha1_o_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5845,'7442',117,'bc_alpha1_v_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5846,'7443',117,'bc_alpha1_v_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5847,'7444',117,'bc_alpha1_v_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5848,'7445',117,'bc_alpha1_v_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5849,'7446',117,'bc_alpha1_v_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5850,'7447',117,'bc_alpha1_v_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5851,'7448',117,'bc_alpha1_v_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5852,'7449',117,'bc_alpha1_v_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5853,'7450',117,'bc_alpha1_v_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5854,'7451',117,'bc_alpha1_v_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5855,'7452',117,'bc_alpha1_v_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5856,'7453',117,'bc_alpha1_v_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5857,'7454',117,'bc_alpha1_v_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5858,'7455',117,'bc_alpha1_v_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5859,'7456',117,'bc_alpha1_c_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5860,'7457',117,'bc_alpha1_c_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5861,'7458',117,'bc_alpha1_c_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5862,'7459',117,'bc_alpha1_c_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5863,'7460',117,'bc_alpha1_c_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5864,'7461',117,'bc_alpha1_c_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5865,'7462',117,'bc_alpha1_c_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5866,'7463',117,'bc_alpha1_c_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5867,'7464',117,'bc_alpha1_c_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5868,'7465',117,'bc_alpha1_c_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5869,'7466',117,'bc_alpha1_c_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5870,'7467',117,'bc_alpha1_c_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5871,'7468',117,'bc_alpha1_c_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5872,'7469',117,'bc_alpha1_c_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5873,'7470',117,'bc_alpha1_b_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5874,'7471',117,'bc_alpha1_b_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5875,'7472',117,'bc_alpha1_b_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5876,'7473',117,'bc_alpha1_b_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5877,'7474',117,'bc_alpha1_b_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5878,'7475',117,'bc_alpha1_b_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5879,'7476',117,'bc_alpha1_b_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5880,'7477',117,'bc_alpha1_b_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5881,'7478',117,'bc_alpha1_b_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5882,'7479',117,'bc_alpha1_b_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5883,'7480',117,'bc_alpha1_b_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5884,'7481',117,'bc_alpha1_b_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5885,'7482',117,'bc_alpha1_b_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5886,'7483',117,'bc_alpha1_b_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5887,'7484',117,'bc_alpha1_m_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5888,'7485',117,'bc_alpha1_m_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5889,'7486',117,'bc_alpha1_m_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5890,'7487',117,'bc_alpha1_m_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5891,'7488',117,'bc_alpha1_m_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5892,'7489',117,'bc_alpha1_m_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5893,'7490',117,'bc_alpha1_m_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5894,'7491',117,'bc_alpha1_m_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5895,'7492',117,'bc_alpha1_m_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5896,'7493',117,'bc_alpha1_m_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5897,'7494',117,'bc_alpha1_m_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5898,'7495',117,'bc_alpha1_m_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5899,'7496',117,'bc_alpha1_m_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5900,'7497',117,'bc_alpha1_m_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5901,'7498',117,'bc_alpha1_i_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5902,'7499',117,'bc_alpha1_i_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5903,'7500',117,'bc_alpha1_i_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5904,'7501',117,'bc_alpha1_i_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5905,'7502',117,'bc_alpha1_i_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5906,'7503',117,'bc_alpha1_i_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5907,'7504',117,'bc_alpha1_i_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5908,'7505',117,'bc_alpha1_i_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5909,'7506',117,'bc_alpha1_i_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5910,'7507',117,'bc_alpha1_i_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5911,'7508',117,'bc_alpha1_i_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5912,'7509',117,'bc_alpha1_i_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5913,'7510',117,'bc_alpha1_i_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5914,'7511',117,'bc_alpha1_i_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5915,'7512',117,'bc_alpha1_x_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5916,'7513',117,'bc_alpha1_x_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5917,'7514',117,'bc_alpha1_x_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5918,'7515',117,'bc_alpha1_x_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5919,'7516',117,'bc_alpha1_x_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5920,'7517',117,'bc_alpha1_x_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5921,'7518',117,'bc_alpha1_x_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5922,'7519',117,'bc_alpha1_x_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5923,'7520',117,'bc_alpha1_x_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5924,'7521',117,'bc_alpha1_x_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5925,'7522',117,'bc_alpha1_x_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5926,'7523',117,'bc_alpha1_x_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5927,'7524',117,'bc_alpha1_x_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5928,'7525',117,'bc_alpha1_x_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5929,'7526',117,'bc_alpha1_l_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5930,'7527',117,'bc_alpha1_l_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5931,'7528',117,'bc_alpha1_l_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5932,'7529',117,'bc_alpha1_l_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5933,'7530',117,'bc_alpha1_l_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5934,'7531',117,'bc_alpha1_l_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5935,'7532',117,'bc_alpha1_l_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5936,'7533',117,'bc_alpha1_l_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5937,'7534',117,'bc_alpha1_l_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5938,'7535',117,'bc_alpha1_l_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5939,'7536',117,'bc_alpha1_l_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5940,'7537',117,'bc_alpha1_l_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5941,'7538',117,'bc_alpha1_l_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5942,'7539',117,'bc_alpha1_l_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5943,'7540',117,'bc_alpha1_j_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5944,'7541',117,'bc_alpha1_j_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5945,'7542',117,'bc_alpha1_j_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5946,'7543',117,'bc_alpha1_j_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5947,'7544',117,'bc_alpha1_j_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5948,'7545',117,'bc_alpha1_j_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5949,'7546',117,'bc_alpha1_j_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5950,'7547',117,'bc_alpha1_j_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5951,'7548',117,'bc_alpha1_j_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5952,'7549',117,'bc_alpha1_j_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5953,'7550',117,'bc_alpha1_j_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5954,'7551',117,'bc_alpha1_j_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5955,'7552',117,'bc_alpha1_j_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5956,'7553',117,'bc_alpha1_j_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5957,'7554',117,'bc_alpha1_f_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5958,'7555',117,'bc_alpha1_f_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5959,'7556',117,'bc_alpha1_f_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5960,'7557',117,'bc_alpha1_f_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5961,'7558',117,'bc_alpha1_f_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5962,'7559',117,'bc_alpha1_f_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5963,'7560',117,'bc_alpha1_f_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5964,'7561',117,'bc_alpha1_f_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5965,'7562',117,'bc_alpha1_f_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5966,'7563',117,'bc_alpha1_f_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5967,'7564',117,'bc_alpha1_f_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5968,'7565',117,'bc_alpha1_f_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5969,'7566',117,'bc_alpha1_f_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5970,'7567',117,'bc_alpha1_f_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5971,'7568',117,'bc_alpha1_e_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5972,'7569',117,'bc_alpha1_e_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5973,'7570',117,'bc_alpha1_e_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5974,'7571',117,'bc_alpha1_e_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5975,'7572',117,'bc_alpha1_e_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5976,'7573',117,'bc_alpha1_e_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5977,'7574',117,'bc_alpha1_e_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5978,'7575',117,'bc_alpha1_e_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5979,'7576',117,'bc_alpha1_e_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5980,'7577',117,'bc_alpha1_e_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5981,'7578',117,'bc_alpha1_e_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5982,'7579',117,'bc_alpha1_e_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5983,'7580',117,'bc_alpha1_e_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5984,'7581',117,'bc_alpha1_e_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5985,'7582',117,'bc_alpha1_q_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(5986,'7583',117,'bc_alpha1_q_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(5987,'7584',117,'bc_alpha1_q_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(5988,'7585',117,'bc_alpha1_q_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(5989,'7586',117,'bc_alpha1_q_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(5990,'7587',117,'bc_alpha1_q_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(5991,'7588',117,'bc_alpha1_q_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(5992,'7589',117,'bc_alpha1_q_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(5993,'7590',117,'bc_alpha1_q_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(5994,'7591',117,'bc_alpha1_q_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(5995,'7592',117,'bc_alpha1_q_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(5996,'7593',117,'bc_alpha1_q_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(5997,'7594',117,'bc_alpha1_q_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(5998,'7595',117,'bc_alpha1_q_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(5999,'7596',117,'bc_alpha1_y_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6000,'7597',117,'bc_alpha1_y_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(6001,'7598',117,'bc_alpha1_y_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(6002,'7599',117,'bc_alpha1_y_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(6003,'7600',117,'bc_alpha1_y_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(6004,'7601',117,'bc_alpha1_y_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(6005,'7602',117,'bc_alpha1_y_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6006,'7603',117,'bc_alpha1_y_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6007,'7604',117,'bc_alpha1_y_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6008,'7605',117,'bc_alpha1_y_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6009,'7606',117,'bc_alpha1_y_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(6010,'7607',117,'bc_alpha1_y_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(6011,'7608',117,'bc_alpha1_y_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(6012,'7609',117,'bc_alpha1_y_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(6013,'7610',117,'bc_alpha1_d_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6014,'7611',117,'bc_alpha1_d_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(6015,'7612',117,'bc_alpha1_d_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(6016,'7613',117,'bc_alpha1_d_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(6017,'7614',117,'bc_alpha1_d_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(6018,'7615',117,'bc_alpha1_d_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(6019,'7616',117,'bc_alpha1_d_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6020,'7617',117,'bc_alpha1_d_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6021,'7618',117,'bc_alpha1_d_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6022,'7619',117,'bc_alpha1_d_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6023,'7620',117,'bc_alpha1_d_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(6024,'7621',117,'bc_alpha1_d_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(6025,'7622',117,'bc_alpha1_d_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(6026,'7623',117,'bc_alpha1_d_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(6027,'7624',117,'bc_alpha1_n_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6028,'7625',117,'bc_alpha1_n_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(6029,'7626',117,'bc_alpha1_n_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(6030,'7627',117,'bc_alpha1_n_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(6031,'7628',117,'bc_alpha1_n_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(6032,'7629',117,'bc_alpha1_n_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(6033,'7630',117,'bc_alpha1_n_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6034,'7631',117,'bc_alpha1_n_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6035,'7632',117,'bc_alpha1_n_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6036,'7633',117,'bc_alpha1_n_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6037,'7634',117,'bc_alpha1_n_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(6038,'7635',117,'bc_alpha1_n_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(6039,'7636',117,'bc_alpha1_n_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(6040,'7637',117,'bc_alpha1_n_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(6041,'7638',117,'bc_alpha1_k_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6042,'7639',117,'bc_alpha1_k_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(6043,'7640',117,'bc_alpha1_k_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(6044,'7641',117,'bc_alpha1_k_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(6045,'7642',117,'bc_alpha1_k_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(6046,'7643',117,'bc_alpha1_k_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(6047,'7644',117,'bc_alpha1_k_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6048,'7645',117,'bc_alpha1_k_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6049,'7646',117,'bc_alpha1_k_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6050,'7647',117,'bc_alpha1_k_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6051,'7648',117,'bc_alpha1_k_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(6052,'7649',117,'bc_alpha1_k_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(6053,'7650',117,'bc_alpha1_k_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(6054,'7651',117,'bc_alpha1_k_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(6055,'7652',117,'bc_alpha1_num_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6056,'7653',117,'bc_alpha1_num_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(6057,'7654',117,'bc_alpha1_num_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(6058,'7655',117,'bc_alpha1_num_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(6059,'7656',117,'bc_alpha1_num_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(6060,'7657',117,'bc_alpha1_num_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(6061,'7658',117,'bc_alpha1_num_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6062,'7659',117,'bc_alpha1_num_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6063,'7660',117,'bc_alpha1_num_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6064,'7661',117,'bc_alpha1_num_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6065,'7662',117,'bc_alpha1_num_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(6066,'7663',117,'bc_alpha1_num_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(6067,'7664',117,'bc_alpha1_num_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(6068,'7665',117,'bc_alpha1_num_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(6069,'7666',117,'bc_alpha1_u_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6070,'7667',117,'bc_alpha1_u_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(6071,'7668',117,'bc_alpha1_u_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(6072,'7669',117,'bc_alpha1_u_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(6073,'7670',117,'bc_alpha1_u_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(6074,'7671',117,'bc_alpha1_u_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(6075,'7672',117,'bc_alpha1_u_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6076,'7673',117,'bc_alpha1_u_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6077,'7674',117,'bc_alpha1_u_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6078,'7675',117,'bc_alpha1_u_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6079,'7676',117,'bc_alpha1_u_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(6080,'7677',117,'bc_alpha1_u_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(6081,'7678',117,'bc_alpha1_u_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(6082,'7679',117,'bc_alpha1_u_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(6083,'7680',117,'bc_alpha1_z_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6084,'7681',117,'bc_alpha1_z_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(6085,'7682',117,'bc_alpha1_z_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(6086,'7683',117,'bc_alpha1_z_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(6087,'7684',117,'bc_alpha1_z_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(6088,'7685',117,'bc_alpha1_z_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(6089,'7686',117,'bc_alpha1_z_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6090,'7687',117,'bc_alpha1_z_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6091,'7688',117,'bc_alpha1_z_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6092,'7689',117,'bc_alpha1_z_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6093,'7690',117,'bc_alpha1_z_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(6094,'7691',117,'bc_alpha1_z_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(6095,'7692',117,'bc_alpha1_z_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(6096,'7693',117,'bc_alpha1_z_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(6097,'7694',117,'bc_alpha1_a_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6098,'7695',117,'bc_alpha1_a_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(6099,'7696',117,'bc_alpha1_a_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(6100,'7697',117,'bc_alpha1_a_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(6101,'7698',117,'bc_alpha1_a_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(6102,'7699',117,'bc_alpha1_a_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(6103,'7700',117,'bc_alpha1_a_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6104,'7701',117,'bc_alpha1_a_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6105,'7702',117,'bc_alpha1_a_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6106,'7703',117,'bc_alpha1_a_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6107,'7704',117,'bc_alpha1_a_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(6108,'7705',117,'bc_alpha1_a_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(6109,'7706',117,'bc_alpha1_a_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(6110,'7707',117,'bc_alpha1_a_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(6111,'7708',117,'bc_alpha1_p_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6112,'7709',117,'bc_alpha1_p_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(6113,'7710',117,'bc_alpha1_p_11',4,0,0,1,0,0,99,-1,0,'','1','0'),(6114,'7711',117,'bc_alpha1_p_12',4,0,0,1,0,0,99,-1,0,'','1','0'),(6115,'7712',117,'bc_alpha1_p_13',4,0,0,1,0,0,99,-1,0,'','1','0'),(6116,'7713',117,'bc_alpha1_p_14',4,0,0,1,0,0,99,-1,0,'','1','0'),(6117,'7714',117,'bc_alpha1_p_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6118,'7715',117,'bc_alpha1_p_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6119,'7716',117,'bc_alpha1_p_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6120,'7717',117,'bc_alpha1_p_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6121,'7718',117,'bc_alpha1_p_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(6122,'7719',117,'bc_alpha1_p_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(6123,'7720',117,'bc_alpha1_p_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(6124,'7721',117,'bc_alpha1_p_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(6125,'7722',116,'attic15_cabinet',4,0,0,1,0,0,4,-1,0,'','1','0'),(6126,'7723',456,'val15_gift2',4,0,0,1,0,0,14,-1,0,'','1','0'),(6127,'7724',456,'val15_zen',4,0,0,1,0,0,34,-1,0,'','1','0'),(6128,'7725',456,'val15_tele',4,0,0,1,0,0,31,-1,0,'','1','0'),(6129,'7726',456,'val15_sakura',4,0,0,1,0,0,23,-1,0,'','1','0'),(6130,'7727',456,'val15_lilys',4,0,0,1,0,0,19,-1,0,'','1','0'),(6131,'7728',456,'val15_rock1',4,0,0,1,0,0,21,-1,0,'','1','0'),(6132,'7729',456,'val15_shamisen',4,0,0,1,0,0,24,-1,0,'','1','0'),(6133,'7730',456,'val15_tea',4,0,0,1,0,0,17,-1,0,'','1','0'),(6134,'7731',456,'val15_gift1',4,0,0,1,0,0,12,-1,0,'','1','0'),(6135,'7732',456,'val15_hottub',4,0,0,1,0,0,14,-1,0,'','1','0'),(6136,'7733',456,'val15_petals',4,0,0,1,0,0,20,-1,0,'','1','0'),(6137,'7734',456,'val15_stage2',4,0,0,1,0,0,28,-1,0,'','1','0'),(6138,'7735',456,'val15_lantern',4,0,0,1,0,0,18,-1,0,'','1','0'),(6139,'7736',456,'val15_gift3',4,0,0,1,0,0,13,-1,0,'','1','0'),(6140,'7737',456,'val15_corner',4,0,0,1,0,0,6,-1,0,'','1','0'),(6141,'7738',456,'val15_dogstat',4,0,0,1,0,0,9,-1,0,'','1','0'),(6142,'7739',456,'val15_table',4,0,0,1,0,0,29,-1,0,'','1','0'),(6143,'7740',456,'val15_chair',2,0,0,1,0,0,5,-1,0,'','1','0'),(6144,'7741',456,'val15_rock2',4,0,0,1,0,0,15,-1,0,'','1','0'),(6145,'7742',456,'val15_bridge2',4,0,0,1,0,0,4,-1,0,'','1','0'),(6146,'7743',456,'val15_divider',4,0,0,1,0,0,8,-1,0,'','1','0'),(6147,'7744',456,'val15_water',4,0,0,1,0,0,33,-1,0,'','1','0'),(6148,'7745',741,'val15_armour_badge',4,0,0,1,0,0,1,-1,0,'','1','0'),(6149,'7746',456,'val15_koipond',4,0,0,1,0,0,17,-1,0,'','1','0'),(6150,'7747',456,'val15_crane',4,0,0,1,0,0,7,-1,0,'','1','0'),(6151,'7748',456,'val15_bench',4,0,0,1,0,0,2,-1,0,'','1','0'),(6152,'7749',456,'val15_gazebo',4,0,0,1,0,0,11,-1,0,'','1','0'),(6153,'7750',456,'val15_tree',4,0,0,1,0,0,32,-1,0,'','1','0'),(6154,'7751',456,'val15_shinto_arch',4,0,0,1,0,0,25,-1,0,'','1','0'),(6155,'7752',456,'val15_gate',4,0,0,1,0,0,10,-1,0,'','1','0'),(6156,'7753',456,'val15_bridge1',4,0,0,1,0,0,3,-1,0,'','1','0'),(6157,'7754',456,'val15_stage1',4,0,0,1,0,0,27,-1,0,'','1','0'),(6158,'7755',116,'attic15_sofa',3,0,0,1,0,0,18,-1,0,'','1','0'),(6159,'7756',116,'attic15_crn',4,0,0,1,0,0,9,-1,0,'','1','0'),(6160,'7757',116,'attic15_box',4,0,0,1,0,0,3,-1,0,'','1','0'),(6161,'7758',116,'attic15_chest',4,0,0,1,0,0,99,-1,0,'','1','0'),(6162,'7759',116,'attic15_oillamp',4,0,0,1,0,0,14,-1,0,'','1','0'),(6163,'7760',116,'attic15_bigshelf',5,0,0,1,0,0,1,-1,0,'','1','0'),(6164,'7761',116,'attic15_chair',2,0,0,1,0,0,6,-1,0,'','1','0'),(6165,'7762',116,'attic15_bigtable',4,0,0,1,0,0,2,-1,0,'','1','0'),(6166,'7763',116,'attic15_lamp',4,0,0,1,0,0,11,-1,0,'','1','0'),(6167,'7764',116,'attic15_table',2,0,0,1,0,0,19,-1,0,'','1','0'),(6168,'7765',116,'attic15_paintingfloor',4,0,0,1,0,0,14,-1,0,'','1','0'),(6169,'7766',116,'attic15_window',4,0,0,1,0,0,23,-1,0,'','1','0'),(6170,'7767',116,'attic15_cradle',4,0,0,1,0,0,8,-1,0,'','1','0'),(6171,'7768',116,'attic15_telescope',4,0,0,1,0,0,21,-1,0,'','1','0'),(6172,'7769',116,'attic15_gate',4,0,0,1,0,0,10,-1,0,'','1','0'),(6173,'7770',116,'attic15_clock',4,0,0,1,0,0,7,-1,0,'','1','0'),(6174,'7771',116,'attic15_mousetrap',4,0,0,1,0,0,12,-1,0,'','1','0'),(6175,'7772',116,'attic15_carpet',4,0,0,1,0,0,5,-1,0,'','1','0'),(6176,'7773',116,'attic15_tele',4,0,0,1,0,0,20,-1,0,'','1','0'),(6177,'7774',116,'attic15_shelf',5,0,0,1,0,0,17,-1,0,'','1','0'),(6178,'7775',116,'attic15_divider',4,0,0,1,0,0,10,-1,0,'','1','0'),(6179,'7776',456,'val15_shrub',4,0,0,1,0,0,16,-1,0,'','1','0'),(6180,'7777',200,'clothing_kimono1',20,0,0,1,0,0,34,-1,0,'0','1','0'),(6181,'7778',200,'clothing_kimono2',16,0,0,1,0,0,33,-1,0,'0','1','0'),(6182,'7779',490,'rare_prize15_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(6183,'7780',490,'rare_prize15_10',0,50,0,1,0,0,10,-1,0,'','1','0'),(6184,'7781',490,'rare_prize15_11',0,50,0,1,0,0,10,-1,0,'','1','0'),(6185,'7782',490,'rare_prize15_12',0,50,0,1,0,0,11,-1,0,'','1','0'),(6186,'7783',490,'rare_prize15_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(6187,'7784',490,'rare_prize15_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(6188,'7785',490,'rare_prize15_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(6189,'7786',490,'rare_prize15_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(6190,'7787',490,'rare_prize15_6',0,50,0,1,0,0,6,-1,0,'','1','0'),(6191,'7788',490,'rare_prize15_7',0,50,0,1,0,0,7,-1,0,'','1','0'),(6192,'7789',490,'rare_prize15_8',0,50,0,1,0,0,8,-1,0,'','1','0'),(6193,'7790',490,'rare_prize15_9',0,50,0,1,0,0,9,-1,0,'','1','0'),(6194,'7791',741,'carnival15_hotair_brazil',4,0,0,1,0,0,38,-1,0,'','1','0'),(6195,'7792',490,'rare_prize15_13',0,50,0,1,0,0,12,-1,0,'','1','0'),(6196,'7793',490,'rare_prize15_14',3,0,0,1,0,0,99,-1,0,'','1','0'),(6197,'7794',490,'rare_prize15_15',0,50,0,1,0,0,13,-1,0,'','1','0'),(6198,'7795',490,'rare_prize15_16',0,50,0,1,0,0,14,-1,0,'','1','0'),(6199,'7796',490,'rare_prize15_17',0,50,0,1,0,0,17,-1,0,'','1','0'),(6200,'7797',490,'rare_prize15_18',0,50,0,1,0,0,18,-1,0,'','1','0'),(6201,'7798',490,'rare_prize15_19',0,50,0,1,0,0,19,-1,0,'','1','0'),(6202,'7799',490,'rare_prize15_20',0,50,0,1,0,0,20,-1,0,'','1','0'),(6203,'7800',490,'rare_prize15_21',0,50,0,1,0,0,21,-1,0,'','1','0'),(6204,'7801',490,'rare_prize15_22',0,50,0,1,0,0,15,-1,0,'','1','0'),(6205,'7802',490,'rare_prize15_23',0,50,0,1,0,0,23,-1,0,'','1','0'),(6206,'7803',490,'rare_prize15_24',0,50,0,1,0,0,24,-1,0,'','1','0'),(6207,'7804',118,'cpunk_c15_neoarrowup',4,0,0,1,0,0,99,-1,0,'','1','0'),(6208,'7805',118,'cpunk_c15_neonx',4,0,0,1,0,0,99,-1,0,'','1','0'),(6209,'7806',741,'cpunk15_robofrank',4,0,0,1,0,0,99,-1,0,'','1','0'),(6210,'7807',118,'cpunk_c15_tele',4,0,0,1,0,0,99,-1,0,'','1','0'),(6211,'7808',631,'cpunk15_robo',4,0,0,1,0,0,99,-1,0,'','1','0'),(6212,'7809',118,'cpunk15_gift',4,0,0,1,0,0,99,-1,0,'','1','0'),(6213,'7810',118,'cpunk_c15_rain',4,0,0,1,0,0,99,-1,0,'','1','0'),(6214,'7811',118,'cpunk_c15_table',4,0,0,1,0,0,99,-1,0,'','1','0'),(6215,'7812',208,'clothing_cyboots',4,0,0,1,0,0,14,-1,0,'0','1','0'),(6216,'7813',118,'cpunk_c15_searchlight',4,0,0,1,0,0,99,-1,0,'','1','0'),(6217,'7814',205,'clothing_cyzipped',5,0,0,1,0,0,25,-1,0,'0','1','0'),(6218,'7815',200,'clothing_cystraphood',18,0,0,1,0,0,32,-1,0,'0','1','0'),(6219,'7816',310,'clothing_goggles',6,0,0,1,0,0,33,-1,0,'0','1','0'),(6220,'7817',118,'cpunk_c15_robojunk',4,0,0,1,0,0,99,-1,0,'','1','0'),(6221,'7818',631,'cpunk15_blimp',4,0,0,1,0,0,99,-1,0,'','1','0'),(6222,'7819',588,'clothing_cyskirt',1,225,0,1,0,0,1,-1,0,'0','1','0'),(6223,'7820',588,'clothing_cyquif',6,0,0,1,0,0,4,-1,0,'0','1','0'),(6224,'7821',118,'cpunk_c15_building2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6225,'7822',202,'clothing_cyhood',6,0,0,1,0,0,51,-1,0,'0','1','0'),(6226,'7823',118,'cpunk_c15_tubes',4,0,0,1,0,0,99,-1,0,'','1','0'),(6227,'7824',201,'clothing_cyhair',6,0,0,1,0,0,44,-1,0,'0','1','0'),(6228,'7825',118,'cpunk_c15_neonsk',4,0,0,1,0,0,99,-1,0,'','1','0'),(6229,'7826',118,'cpunk_c15_neoarrow',4,0,0,1,0,0,99,-1,0,'','1','0'),(6230,'7827',206,'clothing_cystrappants',5,0,0,1,0,0,12,-1,0,'0','1','0'),(6231,'7828',118,'cpunk_c15_road',4,0,0,1,0,0,99,-1,0,'','1','0'),(6232,'7829',631,'cpunk15_gunvender',4,0,0,1,0,0,99,-1,0,'','1','0'),(6233,'7830',118,'cpunk_c15_neond',4,0,0,1,0,0,99,-1,0,'','1','0'),(6234,'7831',208,'clothing_cystrapboots',4,0,0,1,0,0,12,-1,0,'0','1','0'),(6235,'7832',310,'clothing_cymask',6,0,0,1,0,0,32,-1,0,'0','1','0'),(6236,'7833',118,'cpunk_c15_stool',4,0,0,1,0,0,99,-1,0,'','1','0'),(6237,'7834',118,'cpunk_c15_traffic',4,0,0,1,0,0,99,-1,0,'','1','0'),(6238,'7835',588,'clothing_cyglass',8,0,0,1,0,0,6,-1,0,'0','1','0'),(6239,'7836',118,'cpunk_c15_door',4,0,0,1,0,0,99,-1,0,'','1','0'),(6240,'7837',200,'clothing_cygirl',16,0,0,1,0,0,31,-1,0,'0','1','0'),(6241,'7838',118,'cpunk15_roborat',4,0,0,1,0,0,99,-1,0,'','1','0'),(6242,'7839',631,'cpunk15_robosheep',4,0,0,1,0,0,99,-1,0,'','1','0'),(6243,'7840',118,'cpunk_c15_bar',4,0,0,1,0,0,99,-1,0,'','1','0'),(6244,'7841',310,'clothing_cycircuit',6,0,0,1,0,0,31,-1,0,'0','1','0'),(6245,'7842',588,'clothing_cyleather',1,225,0,1,0,0,2,-1,0,'0','1','0'),(6246,'7843',310,'clothing_cyphones',6,0,0,1,0,0,66,-1,0,'0','1','0'),(6247,'7844',118,'cpunk_c15_building1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6248,'7845',302,'cny_sheepballoon',4,0,0,1,0,0,28,-1,0,'','1','0'),(6249,'7846',302,'china_goat',4,0,0,1,0,0,10,-1,0,'','1','0'),(6250,'7847',118,'cpunk_c15_stage1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6251,'7848',64,'wf_act_bot_clothes',10,0,0,1,0,0,4,-1,0,'','1','0'),(6252,'7849',64,'wf_act_bot_teleport',10,0,0,1,0,0,3,-1,0,'','1','0'),(6253,'7850',63,'wf_trg_bot_reached_stf',7,0,0,1,0,0,4,-1,0,'','1','0'),(6254,'7851',64,'wf_act_bot_follow_avatar',10,0,0,1,0,0,8,-1,0,'','1','0'),(6255,'7852',64,'wf_act_bot_give_handitem',10,0,0,1,0,0,9,-1,0,'','1','0'),(6256,'7853',64,'wf_act_bot_move',10,0,0,1,0,0,5,-1,0,'','1','0'),(6257,'7854',65,'wf_cnd_has_handitem',5,0,0,1,0,0,3,-1,0,'','1','0'),(6258,'7855',64,'wf_act_bot_talk_to_avatar',10,0,0,1,0,0,7,-1,0,'','1','0'),(6259,'7856',63,'wf_trg_bot_reached_avtr',7,0,0,1,0,0,3,-1,0,'','1','0'),(6260,'7857',64,'wf_act_bot_talk',10,0,0,1,0,0,6,-1,0,'','1','0'),(6261,'7858',436,'room_cof15_tree1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6262,'7859',436,'room_cof15_counter2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6263,'7860',436,'room_cof15_table3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6264,'7861',436,'room_cof15_lamp1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6265,'7862',436,'room_cof15_chair',4,0,0,1,0,0,99,-1,0,'','1','0'),(6266,'7863',436,'room_cof15_counter1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6267,'7864',436,'room_cof15_table1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6268,'7865',436,'room_cof15_table2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6269,'7866',436,'room_cof15_sofa1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6270,'7867',436,'room_cof15_cup',4,0,0,1,0,0,99,-1,0,'','1','0'),(6271,'7868',436,'room_cof15_planter',4,0,0,1,0,0,99,-1,0,'','1','0'),(6272,'7869',436,'room_cof15_pillar1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6273,'7870',436,'room_cof15_counter3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6274,'7871',436,'room_cof15_espresso',4,0,0,1,0,0,99,-1,0,'','1','0'),(6275,'7872',436,'room_cof15_lamp2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6276,'7873',436,'room_cof15_shelf2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6277,'7874',436,'room_cof15_shelf',4,0,0,1,0,0,99,-1,0,'','1','0'),(6278,'7875',436,'room_cof15_door',4,0,0,1,0,0,99,-1,0,'','1','0'),(6279,'7876',436,'room_cof15_cup2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6280,'7877',436,'room_cof15_sofa2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6281,'7878',436,'room_cof15_press',4,0,0,1,0,0,99,-1,0,'','1','0'),(6282,'7879',160,'room_gh15_cab2',4,0,0,1,0,0,2,-1,0,'','1','0'),(6283,'7880',160,'room_gh15_light',4,0,0,1,0,0,9,-1,0,'','1','0'),(6284,'7881',160,'room_gh15_cab3',4,0,0,1,0,0,3,-1,0,'','1','0'),(6285,'7882',160,'room_gh15_cab1',4,0,0,1,0,0,1,-1,0,'','1','0'),(6286,'7883',160,'room_gh15_desk',4,0,0,1,0,0,8,-1,0,'','1','0'),(6287,'7884',160,'room_gh15_cab4',4,0,0,1,0,0,4,-1,0,'','1','0'),(6288,'7885',160,'room_gh15_cab6',4,0,0,1,0,0,6,-1,0,'','1','0'),(6289,'7886',160,'room_gh15_ball',4,0,0,1,0,0,7,-1,0,'','1','0'),(6290,'7887',160,'room_gh15_rtele',4,0,0,1,0,0,10,-1,0,'','1','0'),(6291,'7888',160,'room_gh15_cab5',4,0,0,1,0,0,5,-1,0,'','1','0'),(6292,'7889',440,'room_hcl15_tree2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6293,'7890',440,'room_hcl15_gate',4,0,0,1,0,0,99,-1,0,'','1','0'),(6294,'7891',440,'room_hcl15_dj',4,0,0,1,0,0,99,-1,0,'','1','0'),(6295,'7892',440,'room_hcl15_table1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6296,'7893',440,'room_hcl15_table2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6297,'7894',440,'room_hcl15_sofa',4,0,0,1,0,0,99,-1,0,'','1','0'),(6298,'7895',440,'room_hcl15_amp',4,0,0,1,0,0,99,-1,0,'','1','0'),(6299,'7896',440,'room_hcl15_div',4,0,0,1,0,0,99,-1,0,'','1','0'),(6300,'7897',440,'room_hcl15_tube',4,0,0,1,0,0,99,-1,0,'','1','0'),(6301,'7898',440,'room_hcl15_bar',4,0,0,1,0,0,99,-1,0,'','1','0'),(6302,'7899',440,'room_hcl15_barchair',4,0,0,1,0,0,99,-1,0,'','1','0'),(6303,'7900',440,'room_hcl15_floor',4,0,0,1,0,0,99,-1,0,'','1','0'),(6304,'7901',440,'room_hcl15_tree1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6305,'7902',440,'room_hcl15_djtable',4,0,0,1,0,0,99,-1,0,'','1','0'),(6306,'7903',439,'room_wl15_mag1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6307,'7904',439,'room_wl15_table1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6308,'7905',439,'room_wl15_ele',4,0,0,1,0,0,99,-1,0,'','1','0'),(6309,'7906',439,'room_wl15_sink',4,0,0,1,0,0,99,-1,0,'','1','0'),(6310,'7907',441,'room_wlof15_bed',4,0,0,1,0,0,99,-1,0,'','1','0'),(6311,'7908',439,'room_wl15_teleblock',4,0,0,1,0,0,99,-1,0,'','1','0'),(6312,'7909',439,'room_wl15_tree',4,0,0,1,0,0,99,-1,0,'','1','0'),(6313,'7910',439,'room_wl15_infolink',4,0,0,1,0,0,99,-1,0,'','1','0'),(6314,'7911',439,'room_wl15_pillar',4,0,0,1,0,0,99,-1,0,'','1','0'),(6315,'7912',439,'room_wl15_trashbin',4,0,0,1,0,0,99,-1,0,'','1','0'),(6316,'7913',439,'room_wl15_table3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6317,'7914',439,'room_wl15_bthdoor',4,0,0,1,0,0,99,-1,0,'','1','0'),(6318,'7915',439,'room_wl15_toiletbroke',4,0,0,1,0,0,99,-1,0,'','1','0'),(6319,'7916',439,'room_wl15_deskgate',4,0,0,1,0,0,99,-1,0,'','1','0'),(6320,'7917',439,'room_wl15_deskfront',4,0,0,1,0,0,99,-1,0,'','1','0'),(6321,'7918',439,'room_wl15_table2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6322,'7919',441,'room_wlof15_chair',4,0,0,1,0,0,99,-1,0,'','1','0'),(6323,'7920',439,'room_wl15_mirror',4,0,0,1,0,0,99,-1,0,'','1','0'),(6324,'7921',441,'room_wlof15_wardrobe',4,0,0,1,0,0,99,-1,0,'','1','0'),(6325,'7922',441,'room_wlof15_bookcase',4,0,0,1,0,0,99,-1,0,'','1','0'),(6326,'7923',439,'room_wl15_toilet',4,0,0,1,0,0,99,-1,0,'','1','0'),(6327,'7924',439,'room_wl15_sofa',4,0,0,1,0,0,99,-1,0,'','1','0'),(6328,'7925',437,'room_hall15_wfall',4,0,0,1,0,0,99,-1,0,'','1','0'),(6329,'7926',437,'room_hall15_dish1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6330,'7927',437,'room_hall15_ele',4,0,0,1,0,0,99,-1,0,'','1','0'),(6331,'7928',437,'room_hall15_light1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6332,'7929',437,'room_hall15_dish2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6333,'7930',437,'room_hall15_arch',4,0,0,1,0,0,99,-1,0,'','1','0'),(6334,'7931',437,'room_hall15_plant1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6335,'7932',400,'cland_c15_table',2,0,0,1,0,0,24,-1,0,'','1','0'),(6336,'7933',400,'cland_c15_icreamtree',4,0,0,1,0,0,14,-1,0,'','1','0'),(6337,'7934',201,'clothing_frontswirl',2,150,0,1,0,0,1,-1,0,'0','1','0'),(6338,'7935',205,'clothing_cjersey',5,0,0,1,0,0,23,-1,0,'0','1','0'),(6339,'7936',200,'clothing_candygirl',18,0,0,1,0,0,17,-1,0,'0','1','0'),(6340,'7937',400,'cland_c15_gate',4,0,0,1,0,0,10,-1,0,'','1','0'),(6341,'7938',741,'cland15_LTD5',4,0,0,1,0,0,8,-1,0,'','1','0'),(6342,'7939',400,'cland_c15_jellyseat2',4,0,0,1,0,0,14,-1,0,'','1','0'),(6343,'7940',400,'cland15_tent',4,0,0,1,0,0,4,-1,0,'','1','0'),(6344,'7941',400,'cland_c15_pillar',4,0,0,1,0,0,21,-1,0,'','1','0'),(6345,'7942',400,'cland_c15_waferblock',4,0,0,1,0,0,16,-1,0,'','1','0'),(6346,'7943',204,'clothing_cjumper',5,0,0,1,0,0,38,-1,0,'0','1','0'),(6347,'7944',400,'cland_c15_gatepink',4,0,0,1,0,0,10,-1,0,'','1','0'),(6348,'7945',741,'cland15_ltd4',4,0,0,1,0,0,7,-1,0,'','1','0'),(6349,'7946',400,'cland_c15_pavement',4,0,0,1,0,0,20,-1,0,'','1','0'),(6350,'7947',400,'cland_c15_roof',4,0,0,1,0,0,15,-1,0,'','1','0'),(6351,'7948',310,'clothing_cherries',6,0,0,1,0,0,65,-1,0,'0','1','0'),(6352,'7949',400,'cland_c15_swirltree',4,0,0,1,0,0,23,-1,0,'','1','0'),(6353,'7950',400,'cland_c15_cakeblock',4,0,0,1,0,0,7,-1,0,'','1','0'),(6354,'7951',206,'clothing_cshorts',5,0,0,1,0,0,11,-1,0,'0','1','0'),(6355,'7952',201,'clothing_habloompa',6,0,0,1,0,0,42,-1,0,'0','1','0'),(6356,'7953',400,'cland15_candythrone',4,0,0,1,0,0,1,-1,0,'','1','0'),(6357,'7954',310,'clothing_cherrybomb',6,0,0,1,0,0,64,-1,0,'0','1','0'),(6358,'7955',400,'cland_c15_wafer',4,0,0,1,0,0,25,-1,0,'','1','0'),(6359,'7956',741,'cland15_ltd3',4,0,0,1,0,0,6,-1,0,'','1','0'),(6360,'7957',400,'cland15_unipoo',4,0,0,1,0,0,6,-1,0,'','1','0'),(6361,'7958',310,'clothing_candyphones',6,0,0,1,0,0,63,-1,0,'0','1','0'),(6362,'7959',400,'cland_c15_light',4,0,0,1,0,0,18,-1,0,'','1','0'),(6363,'7960',400,'cland15_unicorn',4,0,0,1,0,0,5,-1,0,'','1','0'),(6364,'7961',202,'clothing_sidehat',4,0,0,1,0,0,50,-1,0,'0','1','0'),(6365,'7962',400,'cland15_fountain',4,0,0,1,0,0,3,-1,0,'','1','0'),(6366,'7963',207,'clothing_swirlskirt',5,0,0,1,0,0,4,-1,0,'0','1','0'),(6367,'7964',400,'cland_c15_grass',4,0,0,1,0,0,12,-1,0,'','1','0'),(6368,'7965',741,'cland15_ltd1',4,0,0,1,0,0,4,-1,0,'','1','0'),(6369,'7966',400,'cland15_flosstree',4,0,0,1,0,0,2,-1,0,'','1','0'),(6370,'7967',202,'clothing_chocodrop',4,0,0,1,0,0,49,-1,0,'0','1','0'),(6371,'7968',741,'cland15_ltd2',4,0,0,1,0,0,5,-1,0,'','1','0'),(6372,'7969',400,'cland_c15_goofloor',2,0,0,1,0,0,11,-1,0,'','1','0'),(6373,'7970',400,'cland_c15_lollytree',4,0,0,1,0,0,19,-1,0,'','1','0'),(6374,'7971',400,'cland_c15_jellyseat3',4,0,0,1,0,0,17,-1,0,'','1','0'),(6375,'7972',400,'cland_c15_jellyseat1',4,0,0,1,0,0,13,-1,0,'','1','0'),(6376,'7973',204,'clothing_swirltop',5,0,0,1,0,0,37,-1,0,'0','1','0'),(6377,'7974',400,'cland_c15_chocostick',4,0,0,1,0,0,9,-1,0,'','1','0'),(6378,'7975',400,'cland_c15_chocorock',4,0,0,1,0,0,8,-1,0,'','1','0'),(6379,'7976',200,'clothing_candyboy',12,0,0,1,0,0,29,-1,0,'0','1','0'),(6380,'7977',230,'petbox_epic',7,0,0,1,0,0,1,-1,0,'','0','0'),(6381,'7978',590,'clothing_knitalien',6,0,0,1,0,0,48,-1,0,'0','1','0'),(6382,'7979',339,'tablet_vendorg',4,0,0,1,0,0,3,-1,0,'','1','0'),(6383,'7980',683,'prize_alienplush',4,0,0,1,0,0,99,-1,0,'','1','0'),(6384,'7981',159,'room_info15_shrub1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6385,'7982',159,'room_info15_shrub3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6386,'7983',159,'room_info15_shrub2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6387,'7984',159,'room_info15_statue1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6388,'7985',159,'room_info15_counter3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6389,'7986',159,'room_info15_sofa2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6390,'7987',159,'room_info15_tree1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6391,'7988',159,'room_info15_bus_1',4,0,0,1,0,0,51,-1,0,'','1','0'),(6392,'7989',159,'room_info15_bus_10',4,0,0,1,0,0,60,-1,0,'','1','0'),(6393,'7990',159,'room_info15_bus_11',4,0,0,1,0,0,29,-1,0,'','1','0'),(6394,'7991',159,'room_info15_bus_12',4,0,0,1,0,0,30,-1,0,'','1','0'),(6395,'7992',159,'room_info15_bus_13',4,0,0,1,0,0,63,-1,0,'','1','0'),(6396,'7993',159,'room_info15_bus_14',4,0,0,1,0,0,64,-1,0,'','1','0'),(6397,'7994',159,'room_info15_bus_15',4,0,0,1,0,0,65,-1,0,'','1','0'),(6398,'7995',159,'room_info15_bus_16',4,0,0,1,0,0,66,-1,0,'','1','0'),(6399,'7996',159,'room_info15_bus_17',4,0,0,1,0,0,31,-1,0,'','1','0'),(6400,'7997',159,'room_info15_bus_18',4,0,0,1,0,0,32,-1,0,'','1','0'),(6401,'7998',159,'room_info15_bus_19',4,0,0,1,0,0,33,-1,0,'','1','0'),(6402,'7999',159,'room_info15_bus_2',4,0,0,1,0,0,25,-1,0,'','1','0'),(6403,'8000',159,'room_info15_bus_20',4,0,0,1,0,0,70,-1,0,'','1','0'),(6404,'8001',159,'room_info15_bus_3',4,0,0,1,0,0,26,-1,0,'','1','0'),(6405,'8002',159,'room_info15_bus_4',4,0,0,1,0,0,54,-1,0,'','1','0'),(6406,'8003',159,'room_info15_bus_5',4,0,0,1,0,0,27,-1,0,'','1','0'),(6407,'8004',159,'room_info15_bus_6',4,0,0,1,0,0,28,-1,0,'','1','0'),(6408,'8005',159,'room_info15_bus_7',4,0,0,1,0,0,57,-1,0,'','1','0'),(6409,'8006',159,'room_info15_bus_8',4,0,0,1,0,0,58,-1,0,'','1','0'),(6410,'8007',159,'room_info15_bus_9',4,0,0,1,0,0,59,-1,0,'','1','0'),(6411,'8008',159,'room_info15_bridge1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6412,'8009',159,'room_info15_bridge2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6413,'8010',159,'room_info15_clouds',4,0,0,1,0,0,99,-1,0,'','1','0'),(6414,'8011',159,'room_info15_lamp1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6415,'8012',159,'room_info15_bench',4,0,0,1,0,0,99,-1,0,'','1','0'),(6416,'8013',159,'room_info15_sofa1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6417,'8014',159,'room_info15_reed',4,0,0,1,0,0,99,-1,0,'','1','0'),(6418,'8015',159,'room_info15_fridge',4,0,0,1,0,0,99,-1,0,'','1','0'),(6419,'8016',159,'room_info15_counter4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6420,'8017',159,'room_info15_counter2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6421,'8018',159,'room_info15_counter1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6422,'8019',159,'room_info15_statue2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6423,'8020',159,'room_info15_bg',4,0,0,1,0,0,99,-1,0,'','1','0'),(6424,'8021',491,'diamond_painting8',4,0,0,1,0,0,8,-1,0,'','1','0'),(6425,'8022',158,'army15_copter',4,0,0,1,0,0,1,-1,0,'','1','0'),(6426,'8023',158,'army_c15_contable2',2,0,0,1,0,0,14,-1,0,'','1','0'),(6427,'8024',310,'clothing_rank4',6,0,0,1,0,0,30,-1,0,'0','1','0'),(6428,'8025',741,'army15_ltdhumvee',4,0,0,1,0,0,2,-1,0,'','1','0'),(6429,'8026',158,'army_c15_telemine',4,0,0,1,0,0,38,-1,0,'','1','0'),(6430,'8027',158,'army_c15_medictent',4,0,0,1,0,0,29,-1,0,'','1','0'),(6431,'8028',158,'army_c15_notice',4,0,0,1,0,0,17,-1,0,'','1','0'),(6432,'8029',158,'army_c15_crate',4,0,0,1,0,0,13,-1,0,'','1','0'),(6433,'8030',200,'clothing_parade',15,0,0,1,0,0,28,-1,0,'0','1','0'),(6434,'8031',158,'army_c15_compass',4,0,0,1,0,0,11,-1,0,'','1','0'),(6435,'8032',158,'army_c15_glasscrn',4,0,0,1,0,0,21,-1,0,'','1','0'),(6436,'8033',158,'army_c15_doorscan',4,0,0,1,0,0,18,-1,0,'','1','0'),(6437,'8034',200,'clothing_kevlaroutfit',18,0,0,1,0,0,27,-1,0,'0','1','0'),(6438,'8035',158,'army_c15_gate',4,0,0,1,0,0,20,-1,0,'','1','0'),(6439,'8036',158,'army_c15_leatherchr',4,0,0,1,0,0,16,-1,0,'','1','0'),(6440,'8037',158,'army_c15_guardcub',4,0,0,1,0,0,23,-1,0,'','1','0'),(6441,'8038',158,'army_c15_wirecrn',4,0,0,1,0,0,21,-1,0,'','1','0'),(6442,'8039',158,'army_c15_sandbag',4,0,0,1,0,0,33,-1,0,'','1','0'),(6443,'8040',158,'army_c15_light',4,0,0,1,0,0,27,-1,0,'','1','0'),(6444,'8041',205,'t',5,0,0,1,0,0,15,-1,0,'0','1','0'),(6445,'8042',200,'clothing_camooutfit',14,0,0,1,0,0,16,-1,0,'0','1','0'),(6446,'8043',202,'clothing_napkin',4,0,0,1,0,0,24,-1,0,'0','1','0'),(6447,'8044',205,'clothing_kevlar',5,0,0,1,0,0,21,-1,0,'0','1','0'),(6448,'8045',588,'clothing_camoboots',4,0,0,1,0,0,10,-1,0,'0','1','0'),(6449,'8046',158,'army_c15_screen',4,0,0,1,0,0,34,-1,0,'','1','0'),(6450,'8047',310,'clothing_rank5',6,0,0,1,0,0,29,-1,0,'0','1','0'),(6451,'8048',158,'army15_scanner',4,0,0,1,0,0,5,-1,0,'','1','0'),(6452,'8049',158,'army_c15_wirecrn',4,0,0,1,0,0,42,-1,0,'','1','0'),(6453,'8050',158,'army_c15_jerrycan',4,0,0,1,0,0,25,-1,0,'','1','0'),(6454,'8051',202,'clothing_kevlarhat',4,0,0,1,0,0,46,-1,0,'0','1','0'),(6455,'8052',158,'army_c15_watchtwr',4,0,0,1,0,0,40,-1,0,'','1','0'),(6456,'8053',158,'army_c15_contable',4,0,0,1,0,0,12,-1,0,'','1','0'),(6457,'8054',158,'army15_statue',4,0,0,1,0,0,6,-1,0,'','1','0'),(6458,'8055',158,'army_c15_locker',4,0,0,1,0,0,28,-1,0,'','1','0'),(6459,'8056',310,'clothing_medal1',6,0,0,1,0,0,60,-1,0,'0','1','0'),(6460,'8057',310,'clothing_rank3',6,0,0,1,0,0,59,-1,0,'0','1','0'),(6461,'8058',158,'army_c15_officetent',4,0,0,1,0,0,31,-1,0,'','1','0'),(6462,'8059',310,'clothing_medal3',6,0,0,1,0,0,58,-1,0,'0','1','0'),(6463,'8060',158,'army_c15_teledoor',4,0,0,1,0,0,37,-1,0,'','1','0'),(6464,'8061',741,'army15_ltddesk',4,0,0,1,0,0,1,-1,0,'','1','0'),(6465,'8062',158,'army_c15_chair',2,0,0,1,0,0,10,-1,0,'','1','0'),(6466,'8063',202,'clothing_drillserg',4,0,0,1,0,0,23,-1,0,'0','1','0'),(6467,'8064',158,'army_c15_plant',4,0,0,1,0,0,32,-1,0,'','1','0'),(6468,'8065',310,'clothing_rank2',6,0,0,1,0,0,57,-1,0,'0','1','0'),(6469,'8066',158,'army_c15_table',4,0,0,1,0,0,19,-1,0,'','1','0'),(6470,'8067',158,'army_c15_bed',3,0,0,1,0,0,7,-1,0,'','1','0'),(6471,'8068',158,'army_c15_cabinet',4,0,0,1,0,0,9,-1,0,'','1','0'),(6472,'8069',158,'army_c15_bookshelf',5,0,0,1,0,0,8,-1,0,'','1','0'),(6473,'8070',158,'army_c15_gunrack',4,0,0,1,0,0,24,-1,0,'','1','0'),(6474,'8071',158,'army_c15_shipcon',4,0,0,1,0,0,18,-1,0,'','1','0'),(6475,'8072',310,'clothing_rank1',6,0,0,1,0,0,28,-1,0,'0','1','0'),(6476,'8073',158,'army_c15_glassdivdr',4,0,0,1,0,0,15,-1,0,'','1','0'),(6477,'8074',207,'clothing_armyskirt',5,0,0,1,0,0,3,-1,0,'0','1','0'),(6478,'8075',206,'clothing_militarypants',5,0,0,1,0,0,10,-1,0,'0','1','0'),(6479,'8076',158,'army_c15_food',4,0,0,1,0,0,19,-1,0,'','1','0'),(6480,'8077',158,'army_c15_carpet',4,0,0,1,0,0,10,-1,0,'','1','0'),(6481,'8078',310,'clothing_walkie',6,0,0,1,0,0,27,-1,0,'0','1','0'),(6482,'8079',158,'army15_dog',4,0,0,1,0,0,2,-1,0,'','1','0'),(6483,'8080',158,'army_c15_deskcomp',5,0,0,1,0,0,14,-1,0,'','1','0'),(6484,'8081',158,'army_c15_deskitem',5,0,0,1,0,0,17,-1,0,'','1','0'),(6485,'8082',108,'army_c15_groupflag',2,300,0,1,0,0,99,-1,0,'','1','0'),(6486,'8083',310,'clothing_medal2',6,0,0,1,0,0,54,-1,0,'0','1','0'),(6487,'8084',204,'clothing_camotank',5,0,0,1,0,0,19,-1,0,'0','1','0'),(6488,'8085',202,'clothing_militaryhat',4,0,0,1,0,0,44,-1,0,'0','1','0'),(6489,'8086',202,'clothing_camocap',4,0,0,1,0,0,22,-1,0,'0','1','0'),(6490,'8087',206,'clothing_camotuck',5,0,0,1,0,0,10,-1,0,'0','1','0'),(6491,'8088',159,'room_info15_div',4,0,0,1,0,0,99,-1,0,'','1','0'),(6492,'8089',159,'room_info15_gate',4,0,0,1,0,0,99,-1,0,'','1','0'),(6493,'8090',429,'botnest',4,0,0,1,0,0,99,-1,0,'','1','0'),(6494,'8091',199,'dino_c15_footprint',4,0,0,1,0,0,99,-1,0,'','1','0'),(6495,'8092',199,'dino15_dinoprize6',4,0,0,1,0,0,99,-1,0,'','1','0'),(6496,'8093',694,'dino15_fossil2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6497,'8094',694,'dino15_fossil5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6498,'8095',199,'dino_c15_venusfly',4,0,0,1,0,0,99,-1,0,'','1','0'),(6499,'8096',199,'dino_c15_nest',4,0,0,1,0,0,99,-1,0,'','1','0'),(6500,'8097',202,'clothing_dinohat',4,0,0,1,0,0,42,-1,0,'','1','0'),(6501,'8098',741,'dino15_throne',4,0,0,1,0,0,99,-1,0,'','1','0'),(6502,'8099',199,'dino_c15_floor',2,0,0,1,0,0,99,-1,0,'','1','0'),(6503,'8100',199,'dino_c15_blocks',4,0,0,1,0,0,99,-1,0,'','1','0'),(6504,'8101',199,'dino_c15_rocksmall',4,0,0,1,0,0,99,-1,0,'','1','0'),(6505,'8102',199,'dino_c15_table',4,0,0,1,0,0,99,-1,0,'','1','0'),(6506,'8103',199,'dino_c15_dilosaur',4,0,0,1,0,0,99,-1,0,'','1','0'),(6507,'8104',199,'dino_c15_tree1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6508,'8105',199,'dino_c15_crn',4,0,0,1,0,0,99,-1,0,'','1','0'),(6509,'8106',199,'dino_c15_volcano',4,0,0,1,0,0,99,-1,0,'','1','0'),(6510,'8107',199,'dino15_amberbug',4,0,0,1,0,0,99,-1,0,'','1','0'),(6511,'8108',741,'dino15_dragonfly',4,0,0,1,0,0,99,-1,0,'','1','0'),(6512,'8109',199,'dino_c15_gate',4,0,0,1,0,0,99,-1,0,'','1','0'),(6513,'8110',199,'dino_c15_tele',4,0,0,1,0,0,99,-1,0,'','1','0'),(6514,'8111',204,'clothing_caveshirt',5,0,0,1,0,0,18,-1,0,'0','1','0'),(6515,'8112',199,'dino_c15_ribcage',4,0,0,1,0,0,99,-1,0,'','1','0'),(6516,'8113',199,'dino_c15_tree2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6517,'8114',199,'dino15_dinoprize1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6518,'8115',201,'clothing_cavehair',6,0,0,1,0,0,21,-1,0,'0','1','0'),(6519,'8116',694,'dino15_fossil3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6520,'8117',199,'dino_c15_rocklarge',4,0,0,1,0,0,99,-1,0,'','1','0'),(6521,'8118',199,'dino15_amberduck',4,0,0,1,0,0,99,-1,0,'','1','0'),(6522,'8119',199,'dino_c15_plant2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6523,'8120',199,'dino_c15_plant1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6524,'8121',200,'clothing_dino',14,0,0,1,0,0,25,-1,0,'','1','0'),(6525,'8122',199,'dino_c15_divdr',4,0,0,1,0,0,99,-1,0,'','1','0'),(6526,'8123',199,'dino15_dinoprize3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6527,'8124',694,'dino15_fossil1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6528,'8125',200,'clothing_caveman',10,0,0,1,0,0,24,-1,0,'0','1','0'),(6529,'8126',199,'dino_c15_log',4,0,0,1,0,0,99,-1,0,'','1','0'),(6530,'8127',199,'dino15_dinoprize4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6531,'8128',199,'dino15_fossil4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6532,'8129',199,'dino15_dinoprize5',4,0,0,1,0,0,99,-1,0,'','1','0'),(6533,'8130',202,'clothing_hat_skulldino',6,0,0,1,0,0,21,-1,0,'','1','0'),(6534,'8131',199,'dino15_dinoprize2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6535,'8132',199,'dino_c15_tree3',4,0,0,1,0,0,99,-1,0,'','1','0'),(6536,'8133',423,'fxbox_fx183',3,0,0,1,0,0,200,-1,0,'','0','0'),(6537,'8134',307,'CF_300_bricks',300,0,0,1,0,0,10,-1,0,'','1','0'),(6538,'8135',438,'room_thr15_spot',4,0,0,1,0,0,17,-1,0,'','1','0'),(6539,'8136',438,'room_thr15_chair2',4,0,0,1,0,0,5,-1,0,'','1','0'),(6540,'8137',438,'room_thr15_div2',4,0,0,1,0,0,9,-1,0,'','1','0'),(6541,'8138',438,'room_thr15_curtain1',4,0,0,1,0,0,7,-1,0,'','1','0'),(6542,'8139',438,'room_thr15_bubjuice',4,0,0,1,0,0,2,-1,0,'','1','0'),(6543,'8140',438,'room_thr15_popcorn',4,0,0,1,0,0,14,-1,0,'','1','0'),(6544,'8141',438,'room_thr15_stair',4,0,0,1,0,0,19,-1,0,'','1','0'),(6545,'8142',438,'room_thr15_icecream',4,0,0,1,0,0,12,-1,0,'','1','0'),(6546,'8143',438,'room_thr15_chair1',4,0,0,1,0,0,4,-1,0,'','1','0'),(6547,'8144',438,'room_thr15_div3',4,0,0,1,0,0,10,-1,0,'','1','0'),(6548,'8145',438,'room_thr15_stage',4,0,0,1,0,0,18,-1,0,'','1','0'),(6549,'8146',438,'room_thr15_ramp',4,0,0,1,0,0,13,-1,0,'','1','0'),(6550,'8147',438,'room_thr15_block',4,0,0,1,0,0,1,-1,0,'','1','0'),(6551,'8148',438,'room_thr15_div1',4,0,0,1,0,0,8,-1,0,'','1','0'),(6552,'8149',438,'room_thr15_frontcur',4,0,0,1,0,0,10,-1,0,'','1','0'),(6553,'8150',438,'room_thr15_cover',4,0,0,1,0,0,6,-1,0,'','1','0'),(6554,'8151',438,'room_thr15_candy',4,0,0,1,0,0,3,-1,0,'','1','0'),(6555,'8152',438,'room_thr15_hotdog',4,0,0,1,0,0,11,-1,0,'','1','0'),(6556,'8153',438,'room_thr15_sofa',4,0,0,1,0,0,14,-1,0,'','1','0'),(6557,'8154',159,'room_info15_roller',4,0,0,1,0,0,99,-1,0,'','1','0'),(6558,'8155',115,'nest_raptor',2,0,0,1,0,0,201,-1,0,'','0','0'),(6559,'8156',102,'velociraptor_egg',25,0,0,1,0,0,1,-1,0,'','1','0'),(6560,'8157',232,'pterosaur_egg',35,0,0,1,0,0,1,-1,0,'','1','0'),(6561,'8158',52,'petfood31',3,0,0,1,0,0,32,-1,0,'','1','0'),(6562,'8159',52,'petfood30',3,0,0,1,0,0,32,-1,0,'','1','0'),(6563,'8160',161,'paris_c15_roof',4,0,0,1,0,0,24,-1,0,'','1','0'),(6564,'8161',161,'paris_c15_crn',4,0,0,1,0,0,14,-1,0,'','1','0'),(6565,'8162',161,'paris15_paintings',4,0,0,1,0,0,5,-1,0,'','1','0'),(6566,'8163',588,'clothing_breton',5,0,0,1,0,0,8,-1,0,'0','1','0'),(6567,'8164',161,'paris_c15_table',2,0,0,1,0,0,16,-1,0,'','1','0'),(6568,'8165',161,'paris15_bicycle',4,0,0,1,0,0,1,-1,0,'','1','0'),(6569,'8166',161,'paris_c15_building2',4,0,0,1,0,0,11,-1,0,'','1','0'),(6570,'8167',161,'paris_c15_chair',2,0,0,1,0,0,12,-1,0,'','1','0'),(6571,'8168',161,'paris15_pigeon',4,0,0,1,0,0,6,-1,0,'','1','0'),(6572,'8169',161,'paris_c15_food3',4,0,0,1,0,0,20,-1,0,'','1','0'),(6573,'8170',161,'paris_c15_menu',4,0,0,1,0,0,21,-1,0,'','1','0'),(6574,'8171',161,'paris_c15_food1',4,0,0,1,0,0,18,-1,0,'','1','0'),(6575,'8172',161,'paris15_poodle',4,0,0,1,0,0,7,-1,0,'','1','0'),(6576,'8173',161,'paris15_giftsnails',4,0,0,1,0,0,3,-1,0,'','1','0'),(6577,'8174',161,'paris_c15_flowerpot',4,0,0,1,0,0,14,-1,0,'','1','0'),(6578,'8175',161,'paris_c15_vegstall3',4,0,0,1,0,0,29,-1,0,'','1','0'),(6579,'8176',706,'paris15_cake',4,0,0,1,0,0,2,-1,0,'','1','0'),(6580,'8177',161,'paris_c15_building1',4,0,0,1,0,0,10,-1,0,'','1','0'),(6581,'8178',161,'paris_c15_arch',4,0,0,1,0,0,8,-1,0,'','1','0'),(6582,'8179',310,'clothing_necktie',6,0,0,1,0,0,26,-1,0,'0','1','0'),(6583,'8180',161,'paris_c15_shadow',4,0,0,1,0,0,25,-1,0,'','1','0'),(6584,'8181',161,'paris_c15_vegstall2',4,0,0,1,0,0,28,-1,0,'','1','0'),(6585,'8182',741,'paris15_ltdfountain',4,0,0,1,0,0,4,-1,0,'','1','0'),(6586,'8183',161,'paris_c15_floor',2,0,0,1,0,0,13,-1,0,'','1','0'),(6587,'8184',161,'paris_c15_food2',4,0,0,1,0,0,19,-1,0,'','1','0'),(6588,'8185',161,'paris_c15_flowerstl',10,0,0,1,0,0,17,-1,0,'','1','0'),(6589,'8186',161,'paris_c15_awning',4,0,0,1,0,0,9,-1,0,'','1','0'),(6590,'8187',161,'paris_c15_pavement',4,0,0,1,0,0,23,-1,0,'','1','0'),(6591,'8188',161,'paris_c15_breadstall',10,0,0,1,0,0,10,-1,0,'','1','0'),(6592,'8189',161,'paris_c15_vegstall1',10,0,0,1,0,0,27,-1,0,'','1','0'),(6593,'8190',161,'paris_c15_parasol',4,0,0,1,0,0,15,-1,0,'','1','0'),(6594,'8191',115,'nest_pterosaur',2,0,0,1,0,0,202,-1,0,'','0','0'),(6595,'8192',109,'yttv_retro',4,0,0,1,0,0,99,-1,0,'','1','0'),(6596,'8193',192,'habbo15_rare_crackable',7,0,0,1,0,0,99,-1,0,'','1','0'),(6597,'8194',162,'habbo15_comp_photo',4,0,0,1,0,0,99,-1,0,'','1','0'),(6598,'8195',162,'habbo15_comp_clothing',4,0,0,1,0,0,99,-1,0,'','1','0'),(6599,'8196',162,'habbo15_comp_room',4,0,0,1,0,0,99,-1,0,'','1','0'),(6600,'8197',162,'habbo15_comp_video',4,0,0,1,0,0,99,-1,0,'','1','0'),(6601,'8198',162,'habbo15_placeholder',4,0,0,1,0,0,99,-1,0,'','1','0'),(6602,'8199',162,'habbo15_comp_furni',4,0,0,1,0,0,99,-1,0,'','1','0'),(6603,'8200',162,'habbo15_comp_blocks',4,0,0,1,0,0,99,-1,0,'','1','0'),(6604,'8201',192,'habbo15_crackable',7,0,0,1,0,0,99,-1,0,'','1','0'),(6605,'8202',162,'room_hall_trophy2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6606,'8203',162,'room_hall15_window',4,0,0,1,0,0,99,-1,0,'','1','0'),(6607,'8204',162,'room_hall15_pillar',4,0,0,1,0,0,99,-1,0,'','1','0'),(6608,'8205',162,'room_hall15_sofa',4,0,0,1,0,0,99,-1,0,'','1','0'),(6609,'8206',162,'room_hall_trophy1',4,0,0,1,0,0,99,-1,0,'','1','0'),(6610,'8207',162,'room_hall15_barch',4,0,0,1,0,0,99,-1,0,'','1','0'),(6611,'8208',337,'pillar*10',0,7200,5,1,0,0,14,-1,0,'','1','0'),(6612,'8209',337,'habbo15_parasol',0,7200,5,1,0,0,6,-1,0,'','1','0'),(6613,'8210',337,'habbo15_scifidoor',0,7200,5,1,0,0,5,-1,0,'','1','0'),(6614,'8211',337,'habbo15_sleepingbag',0,7200,5,1,0,0,2,-1,0,'','1','0'),(6615,'8212',337,'habbo15_fountain',0,7200,5,1,0,0,8,-1,0,'','1','0'),(6616,'8213',337,'habbo15_dragonlamp',0,7200,5,1,0,0,10,-1,0,'','1','0'),(6617,'8214',337,'habbo15_fan',0,7200,5,1,0,0,9,-1,0,'','1','0'),(6618,'8215',337,'habbo15_icm',0,7200,5,1,0,0,7,-1,0,'','1','0'),(6619,'8216',337,'habbo15_woodenscreen',0,7200,5,1,0,0,1,-1,0,'','1','0'),(6620,'8217',337,'habbo15_beehive',0,7200,5,1,0,0,11,-1,0,'','1','0'),(6621,'8218',337,'habbo15_pillow',0,7200,5,1,0,0,12,-1,0,'','1','0'),(6622,'8219',337,'habbo15_scifiport',0,7200,5,1,0,0,4,-1,0,'','1','0'),(6623,'8220',337,'habbo15_elephant',0,7200,5,1,0,0,10,-1,0,'','1','0'),(6624,'8221',337,'habbo15_marquee',0,7200,5,1,0,0,13,-1,0,'','1','0'),(6625,'8222',337,'habbo15_scifirocket',0,7200,5,1,0,0,3,-1,0,'','1','0'),(6626,'8223',68,'africa15_meerkat',4,0,0,1,0,0,99,-1,0,'','1','0'),(6627,'8224',18,'lodge_c15_floor',2,0,0,1,0,0,1,-1,0,'','1','0'),(6628,'8225',104,'drago_c15_bed',4,0,0,1,0,0,10,-1,0,'','1','0'),(6629,'8226',104,'drago_c15_sofa',3,0,0,1,0,0,12,-1,0,'','1','0'),(6630,'8227',30,'gothic15_toilet',4,0,0,1,0,0,9,-1,0,'','1','0'),(6631,'8228',30,'gothic_c15_tower',4,0,0,1,0,0,10,-1,0,'','1','0'),(6632,'8229',30,'gothic_c15_dvdr',4,0,0,1,0,0,8,-1,0,'','1','0'),(6633,'8230',676,'gothic_c15_chandelier',4,0,0,1,0,0,6,-1,0,'','1','0'),(6634,'8231',30,'gothic_c15_crn',4,0,0,1,0,0,7,-1,0,'','1','0'),(6635,'8232',120,'anc15_pharaohduck',4,0,0,1,0,0,1,-1,0,'','1','0'),(6636,'8233',120,'anc_c15_table',4,0,0,1,0,0,7,-1,0,'','1','0'),(6637,'8234',120,'anc_c15_chair',2,0,0,1,0,0,6,-1,0,'','1','0'),(6638,'8235',30,'gothic15_toilet',4,0,0,1,0,0,203,-1,0,'','0','0'),(6639,'8236',32,'lt_c15_tree',4,0,0,1,0,0,99,-1,0,'','1','0'),(6640,'8237',32,'lt15_tele',4,0,0,1,0,0,99,-1,0,'','1','0'),(6641,'8238',32,'lt_c15_bush',4,0,0,1,0,0,99,-1,0,'','1','0'),(6642,'8239',68,'africa_c15_table',4,0,0,1,0,0,99,-1,0,'','1','0'),(6643,'8240',68,'africa_c15_chair',2,0,0,1,0,0,99,-1,0,'','1','0'),(6644,'8241',68,'africa_c15_bongos',4,0,0,1,0,0,99,-1,0,'','1','0'),(6645,'8242',569,'habbo15_win_2',4,0,0,1,0,0,2,-1,0,'','1','0'),(6646,'8243',569,'habbo15_win_3',4,0,0,1,0,0,3,-1,0,'','1','0'),(6647,'8244',569,'habbo15_win_1',4,0,0,1,0,0,1,-1,0,'','1','0'),(6648,'8245',408,'tiki_c15_leigiver',4,0,0,1,0,0,4,-1,0,'','1','0'),(6649,'8246',408,'tiki_c15_tele',4,0,0,1,0,0,5,-1,0,'','1','0'),(6650,'8247',629,'greek_c15_floor',2,0,0,1,0,0,2,-1,0,'','1','0'),(6651,'8248',629,'greek_c15_bench',4,0,0,1,0,0,1,-1,0,'','1','0'),(6652,'8249',629,'greek_c15_lamp',4,0,0,1,0,0,3,-1,0,'','1','0'),(6653,'8250',629,'greek_c15_tile',1,0,0,1,0,0,4,-1,0,'','1','0'),(6654,'8251',212,'garden_c15_toolshed',4,0,0,1,0,0,9,-1,0,'','1','0'),(6655,'8252',212,'garden_c15_shroomchr',4,0,0,1,0,0,8,-1,0,'','1','0'),(6656,'8253',212,'garden15_lawnmower',4,0,0,1,0,0,1,-1,0,'','1','0'),(6657,'8254',569,'habbo15_win_5',4,0,0,1,0,0,5,-1,0,'','1','0'),(6658,'8255',569,'habbo15_win_4',4,0,0,1,0,0,4,-1,0,'','1','0'),(6659,'8256',569,'habbo15_win_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(6660,'8257',569,'habbo15_win_7',4,0,0,1,0,0,7,-1,0,'','1','0'),(6661,'8258',569,'habbo15_win_6',4,0,0,1,0,0,6,-1,0,'','1','0'),(6662,'8259',569,'habbo15_win_8',4,0,0,1,0,0,8,-1,0,'','1','0'),(6663,'8260',304,'exe_c15_telephone',4,0,0,1,0,0,5,10500,0,'','1','0'),(6664,'8261',304,'exe_c15_printer',4,0,0,1,0,0,4,10500,0,'','1','0'),(6665,'8262',304,'exe_c15_desktidy',5,0,0,1,0,0,3,-1,0,'','1','0'),(6666,'8263',70,'steampunk15_plane',4,0,0,1,0,0,99,-1,0,'','1','0'),(6667,'8264',70,'steampunk_c15_door',4,0,0,1,0,0,99,-1,0,'','1','0'),(6668,'8265',70,'steampunk_c15_bed',4,0,0,1,0,0,99,-1,0,'','1','0'),(6669,'8266',70,'steampunk_c15_stage',4,0,0,1,0,0,99,-1,0,'','1','0'),(6670,'8267',569,'habbo15_win_13',4,0,0,1,0,0,12,-1,0,'','1','0'),(6671,'8268',569,'habbo15_win_12',4,0,0,1,0,0,11,-1,0,'','1','0'),(6672,'8269',162,'habbo15_birthdaycake',4,0,0,1,0,0,99,-1,0,'','1','0'),(6673,'8270',569,'habbo15_win_14',4,0,0,1,0,0,14,-1,0,'','1','0'),(6674,'8271',569,'habbo15_win_11',4,0,0,1,0,0,10,-1,0,'','1','0'),(6675,'8272',569,'habbo15_win_9',4,0,0,1,0,0,9,-1,0,'','1','0'),(6676,'8273',35,'a0 romantique_divider',4,0,0,1,0,0,1,-1,0,'','1','0'),(6677,'8274',35,'a0 romantique_divider1',4,0,0,1,0,0,2,-1,0,'','1','0'),(6678,'8275',35,'a0 romantique_divider2',4,0,0,1,0,0,3,-1,0,'','1','0'),(6679,'8276',35,'a0 romantique_divider3',4,0,0,1,0,0,4,-1,0,'','1','0'),(6680,'8277',35,'a0 romantique_divider4',4,0,0,1,0,0,5,-1,0,'','1','0'),(6681,'8278',35,'romantique_c15_dresser',4,0,0,1,0,0,6,-1,0,'','1','0'),(6682,'8279',114,'uni_c15_lamp',4,0,0,1,0,0,11,-1,0,'','1','0'),(6683,'8280',114,'uni_c15_shelvescrn',4,0,0,1,0,0,12,-1,0,'','1','0'),(6684,'8281',114,'uni_c15_chair',2,0,0,1,0,0,10,-1,0,'','1','0'),(6685,'8282',50,'bling_c15_chandalier',4,0,0,1,0,0,24,-1,0,'','1','0'),(6686,'8283',50,'bling15_pooltable',4,0,0,1,0,0,15,-1,0,'','1','0'),(6687,'8284',31,'jp_c15_daruma',4,0,0,1,0,0,99,-1,0,'','1','0'),(6688,'8285',31,'jp_c15_dresser',4,0,0,1,0,0,99,-1,0,'','1','0'),(6689,'8286',31,'jp_c15_teapot',4,0,0,1,0,0,99,-1,0,'','1','0'),(6690,'8287',31,'jp15_luckycat',4,0,0,1,0,0,99,-1,0,'','1','0'),(6691,'8288',569,'habbo15_win_19',4,0,0,1,0,0,19,-1,0,'','1','0'),(6692,'8289',569,'habbo15_win_16',4,0,0,1,0,0,14,-1,0,'','1','0'),(6693,'8290',569,'habbo15_win_17',4,0,0,1,0,0,17,-1,0,'','1','0'),(6694,'8291',569,'habbo15_win_20',4,0,0,1,0,0,20,-1,0,'','1','0'),(6695,'8292',569,'habbo15_win_15',4,0,0,1,0,0,13,-1,0,'','1','0'),(6696,'8293',569,'habbo15_win_22',4,0,0,1,0,0,15,-1,0,'','1','0'),(6697,'8294',569,'habbo15_win_18',4,0,0,1,0,0,18,-1,0,'','1','0'),(6698,'8295',569,'habbo15_win_24',4,0,0,1,0,0,24,-1,0,'','1','0'),(6699,'8296',569,'habbo15_win_28',4,0,0,1,0,0,28,-1,0,'','1','0'),(6700,'8297',569,'habbo15_win_21',4,0,0,1,0,0,21,-1,0,'','1','0'),(6701,'8298',569,'habbo15_win_25',4,0,0,1,0,0,25,-1,0,'','1','0'),(6702,'8299',569,'habbo15_win_23',4,0,0,1,0,0,23,-1,0,'','1','0'),(6703,'8300',569,'habbo15_win_29',4,0,0,1,0,0,29,-1,0,'','1','0'),(6704,'8301',569,'habbo15_win_26',4,0,0,1,0,0,16,-1,0,'','1','0'),(6705,'8302',196,'room_pcnc15_dvd2',4,0,0,1,0,0,7,-1,0,'','1','0'),(6706,'8303',196,'room_pcnc15_dvd1',4,0,0,1,0,0,6,-1,0,'','1','0'),(6707,'8304',196,'room_pcnc15_hotdog',4,0,0,1,0,0,9,-1,0,'','1','0'),(6708,'8305',196,'room_pcnc15_awn',4,0,0,1,0,0,1,-1,0,'','1','0'),(6709,'8306',196,'room_pcnc15_carrot',4,0,0,1,0,0,4,-1,0,'','1','0'),(6710,'8307',196,'room_pcnc15_table1',4,0,0,1,0,0,10,-1,0,'','1','0'),(6711,'8308',196,'room_pcnc15_gzb',4,0,0,1,0,0,8,-1,0,'','1','0'),(6712,'8309',196,'room_pcnc15_wbench',4,0,0,1,0,0,14,-1,0,'','1','0'),(6713,'8310',196,'room_pcnc15_soda',4,0,0,1,0,0,10,-1,0,'','1','0'),(6714,'8311',196,'room_pcnc15_table3',4,0,0,1,0,0,12,-1,0,'','1','0'),(6715,'8312',196,'room_pcnc15_table2',4,0,0,1,0,0,11,-1,0,'','1','0'),(6716,'8313',196,'room_pcnc15_blanket',4,0,0,1,0,0,3,-1,0,'','1','0'),(6717,'8314',196,'room_pcnc15_chair1',4,0,0,1,0,0,5,-1,0,'','1','0'),(6718,'8315',196,'room_pcnc15_wood',4,0,0,1,0,0,13,-1,0,'','1','0'),(6719,'8316',196,'room_pcnc15_bbq',4,0,0,1,0,0,2,-1,0,'','1','0'),(6720,'8317',569,'habbo15_win_32',4,0,0,1,0,0,32,-1,0,'','1','0'),(6721,'8318',569,'habbo15_win_34',4,0,0,1,0,0,34,-1,0,'','1','0'),(6722,'8319',569,'habbo15_win_30',4,0,0,1,0,0,17,-1,0,'','1','0'),(6723,'8320',569,'habbo15_win_31',4,0,0,1,0,0,31,-1,0,'','1','0'),(6724,'8321',569,'habbo15_win_35',4,0,0,1,0,0,18,-1,0,'','1','0'),(6725,'8322',569,'habbo15_win_33',4,0,0,1,0,0,33,-1,0,'','1','0'),(6726,'8323',569,'habbo15_win_27',4,0,0,1,0,0,27,-1,0,'','1','0'),(6727,'8324',569,'habbo15_win_36',4,0,0,1,0,0,19,-1,0,'','1','0'),(6728,'8325',569,'habbo15_win_38',4,0,0,1,0,0,38,-1,0,'','1','0'),(6729,'8326',569,'habbo15_win_39',4,0,0,1,0,0,20,-1,0,'','1','0'),(6730,'8327',569,'habbo15_win_41',4,0,0,1,0,0,21,-1,0,'','1','0'),(6731,'8328',569,'habbo15_win_37',4,0,0,1,0,0,37,-1,0,'','1','0'),(6732,'8329',569,'habbo15_win_43',4,0,0,1,0,0,22,-1,0,'','1','0'),(6733,'8330',569,'habbo15_win_40',4,0,0,1,0,0,40,-1,0,'','1','0'),(6734,'8331',569,'habbo15_win_42',4,0,0,1,0,0,42,-1,0,'','1','0'),(6735,'8332',569,'habbo15_win_44',4,0,0,1,0,0,44,-1,0,'','1','0'),(6736,'8333',569,'habbo15_win_45',4,0,0,1,0,0,23,-1,0,'','1','0'),(6737,'8334',588,'clothing_knighttop',6,0,0,1,0,0,7,-1,0,'0','1','0'),(6738,'8335',200,'clothing_demonoutfit',12,0,0,1,0,0,23,-1,0,'0','1','0'),(6739,'8336',676,'clothing_waterhelm',6,0,0,1,0,0,40,-1,0,'0','1','0'),(6740,'8337',310,'clothing_fammask',6,0,0,1,0,0,25,-1,0,'0','1','0'),(6741,'8338',203,'clothing_demoncloak',6,0,0,1,0,0,19,-1,0,'0','1','0'),(6742,'8339',310,'clothing_warmask',6,0,0,1,0,0,51,-1,0,'','1','0'),(6743,'8340',676,'clothing_airhelm',6,0,0,1,0,0,20,-1,0,'0','1','0'),(6744,'8341',200,'clothing_knightoutfit',9,0,0,1,0,0,15,-1,0,'0','1','0'),(6745,'8342',676,'clothing_firehelm',6,0,0,1,0,0,38,-1,0,'0','1','0'),(6746,'8343',202,'clothing_demonhood',6,0,0,1,0,0,37,-1,0,'0','1','0'),(6747,'8344',206,'clothing_knighttrousers',5,0,0,1,0,0,9,-1,0,'0','1','0'),(6748,'8345',310,'clothing_skullnecklace',6,0,0,1,0,0,50,-1,0,'0','1','0'),(6749,'8346',676,'clothing_earthhelm',6,0,0,1,0,0,19,-1,0,'0','1','0'),(6750,'8347',310,'clothing_deathmask',6,0,0,1,0,0,49,-1,0,'0','1','0'),(6751,'8348',310,'clothing_pestmask',6,0,0,1,0,0,48,-1,0,'0','1','0'),(6752,'8349',396,'hween_c15_angel',4,0,0,1,0,0,21,-1,0,'','1','0'),(6753,'8350',662,'bonusrare16_2_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(6754,'8351',662,'bonusrare16_2_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(6755,'8352',662,'bonusrare16_2_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(6756,'8353',662,'bonusrare16_2_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(6757,'8354',662,'bonusrare16_1_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(6758,'8355',662,'bonusrare16_1_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(6759,'8356',662,'bonusrare16_1_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(6760,'8357',662,'bonusrare16_1_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(6761,'8358',662,'bonusrare16_3_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(6762,'8359',662,'bonusrare16_3_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(6763,'8360',662,'bonusrare16_3_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(6764,'8361',662,'bonusrare16_3_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(6765,'8362',676,'hween_c15_evilcrystal2',4,0,0,1,0,0,65,-1,0,'','1','0'),(6766,'8363',676,'hween_c15_purecrystal2',4,0,0,1,0,0,30,-1,0,'','1','0'),(6767,'8364',396,'hween_c15_stage',4,0,0,1,0,0,48,-1,0,'','1','0'),(6768,'8365',676,'hween_c15_evilcrystal3',4,0,0,1,0,0,66,-1,0,'','1','0'),(6769,'8366',396,'hween_c15_fog',4,0,0,1,0,0,33,-1,0,'','1','0'),(6770,'8367',396,'hween_c15_stagecorner',4,0,0,1,0,0,49,-1,0,'','1','0'),(6771,'8368',396,'hween_c15_building',4,0,0,1,0,0,15,-1,0,'','1','0'),(6772,'8369',396,'hween_c15_tele',4,0,0,1,0,0,51,-1,0,'','1','0'),(6773,'8370',677,'hween_c15_evilcrystal1',4,0,0,1,0,0,64,-1,0,'','1','0'),(6774,'8371',396,'hween_c15_dump',4,0,0,1,0,0,27,-1,0,'','1','0'),(6775,'8372',396,'hween15_horseman3',4,0,0,1,0,0,3,-1,0,'','1','0'),(6776,'8373',676,'hween_c15_purecrystal3',4,0,0,1,0,0,63,-1,0,'','1','0'),(6777,'8374',396,'hween_c15_tree',4,0,0,1,0,0,26,-1,0,'','1','0'),(6778,'8375',741,'hween15_ltdhorseman4',3,0,0,1,0,0,99,-1,0,'','1','0'),(6779,'8376',396,'hween_c15_shinycarpet',4,0,0,1,0,0,46,-1,0,'','1','0'),(6780,'8377',396,'hween_c15_corner',4,0,0,1,0,0,25,-1,0,'','1','0'),(6781,'8378',396,'hween_c15_car',4,0,0,1,0,0,24,-1,0,'','1','0'),(6782,'8379',722,'hween15_saintini',4,0,0,1,0,0,9,-1,0,'','1','0'),(6783,'8380',722,'hween15_evilfrank',4,0,0,1,0,0,6,-1,0,'','1','0'),(6784,'8381',396,'hween_c15_busstop',4,0,0,1,0,0,23,-1,0,'','1','0'),(6785,'8382',396,'hween_c15_telewire',4,0,0,1,0,0,25,-1,0,'','1','0'),(6786,'8383',396,'hween_c15_phone',4,0,0,1,0,0,19,-1,0,'','1','0'),(6787,'8384',722,'hween15_evilraider',4,0,0,1,0,0,7,-1,0,'','1','0'),(6788,'8385',396,'hween_c15_stairs',4,0,0,1,0,0,50,-1,0,'','1','0'),(6789,'8386',396,'hween_c15_rubbish',4,0,0,1,0,0,22,-1,0,'','1','0'),(6790,'8387',396,'hween_c15_road',4,0,0,1,0,0,42,-1,0,'','1','0'),(6791,'8388',678,'hween_c15_altar',4,0,0,1,0,0,-1,-1,0,'','1','0'),(6792,'8389',396,'hween_c15_evilcloud',4,0,0,1,0,0,28,-1,0,'','1','0'),(6793,'8390',722,'hween_c15_demoncat',4,0,0,1,0,0,16,-1,0,'','1','0'),(6794,'8391',741,'hween15_ltdhorseman2',3,0,0,1,0,0,99,-1,0,'','1','0'),(6795,'8392',396,'hween15_horseman2',4,0,0,1,0,0,2,-1,0,'','1','0'),(6796,'8393',396,'hween_c15_fire',4,0,0,1,0,0,32,-1,0,'','1','0'),(6797,'8394',396,'hween_c15_pavement',4,0,0,1,0,0,18,-1,0,'','1','0'),(6798,'8395',741,'hween15_ltdhorseman3',3,0,0,1,0,0,99,-1,0,'','1','0'),(6799,'8396',396,'hween15_horseman1',4,0,0,1,0,0,1,-1,0,'','1','0'),(6800,'8397',396,'hween_c15_sdcrack',4,0,0,1,0,0,44,-1,0,'','1','0'),(6801,'8398',396,'hween_c15_sdwater',4,0,0,1,0,0,23,-1,0,'','1','0'),(6802,'8399',741,'hween15_ltdhorseman1',3,0,0,1,0,0,99,-1,0,'','1','0'),(6803,'8400',396,'hween_c15_lamp',4,0,0,1,0,0,34,-1,0,'','1','0'),(6804,'8401',722,'hween15_saintta',4,0,0,1,0,0,8,-1,0,'','1','0'),(6805,'8402',396,'hween15_horseman4',4,0,0,1,0,0,4,-1,0,'','1','0'),(6806,'8403',396,'hween15_horseman5',4,0,0,1,0,0,5,-1,0,'','1','0'),(6807,'8404',677,'hween_c15_purecrystal1',4,0,0,1,0,0,29,-1,0,'','1','0'),(6808,'8405',307,'CF_750_evilskull',750,0,0,1,0,0,23,-1,0,'','1','0'),(6809,'8406',678,'hween_c15_altarbed',4,0,0,1,0,0,204,-1,0,'','0','0'),(6810,'8407',243,'horse_dye_18',1,0,0,1,0,0,58,-1,0,'','1','0'),(6811,'8408',423,'fxbox_fx14',3,0,0,1,0,0,205,-1,0,'','0','0'),(6812,'8409',666,'hween_c15_pumpkin2',7,0,0,1,0,0,17,-1,0,'','1','0'),(6813,'8410',666,'hween_c15_pumpkin1',7,0,0,1,0,0,14,-1,0,'','1','0'),(6814,'8411',59,'ktchn_c15_chair_b',2,0,0,1,0,0,14,-1,0,'','1','0'),(6815,'8412',59,'ktchn_c15_divdr',4,0,0,1,0,0,21,-1,0,'','1','0'),(6816,'8413',59,'ktchn_c15_table_g',5,0,0,1,0,0,34,-1,0,'','1','0'),(6817,'8414',59,'ktchn_c15_floor',2,0,0,1,0,0,23,-1,0,'','1','0'),(6818,'8415',59,'ktchn_c15_bread',4,0,0,1,0,0,11,-1,0,'','1','0'),(6819,'8416',59,'ktchn_c15_table_b',5,0,0,1,0,0,33,-1,0,'','1','0'),(6820,'8417',59,'ktchn_c15_chopboard',4,0,0,1,0,0,17,-1,0,'','1','0'),(6821,'8418',59,'ktchn_c15_chair_g',2,0,0,1,0,0,13,-1,0,'','1','0'),(6822,'8419',59,'ktchn_c15_lamp_p',4,0,0,1,0,0,28,-1,0,'','1','0'),(6823,'8420',59,'ktchn15_coffeemaker',10,0,0,1,0,0,9,-1,0,'','1','0'),(6824,'8421',59,'ktchn_c15_cereal',4,0,0,1,0,0,12,-1,0,'','1','0'),(6825,'8422',59,'ktchn_c15_lamp_b',4,0,0,1,0,0,16,-1,0,'','1','0'),(6826,'8423',59,'ktchn_c15_sink',4,0,0,1,0,0,31,-1,0,'','1','0'),(6827,'8424',59,'ktchn_c15_chair_p',2,0,0,1,0,0,14,-1,0,'','1','0'),(6828,'8425',59,'ktchn_c15_lamp_g',4,0,0,1,0,0,27,-1,0,'','1','0'),(6829,'8426',59,'ktchn_c15_crn',4,0,0,1,0,0,18,-1,0,'','1','0'),(6830,'8427',59,'ktchn15_cabinet',4,0,0,1,0,0,8,-1,0,'','1','0'),(6831,'8428',59,'ktchn_c15_tele',4,0,0,1,0,0,19,-1,0,'','1','0'),(6832,'8429',59,'ktchn_c15_dishwasher',4,0,0,1,0,0,20,-1,0,'','1','0'),(6833,'8430',59,'ktchn_c15_table_p',5,0,0,1,0,0,18,-1,0,'','1','0'),(6834,'8431',59,'ktchn_c15_stove',4,0,0,1,0,0,32,10500,0,'','1','0'),(6835,'8432',59,'ktchn15_bubblejuicerack',4,0,0,1,0,0,7,-1,0,'','1','0'),(6836,'8433',59,'ktchn_c15_gate',4,0,0,1,0,0,25,-1,0,'','1','0'),(6837,'8434',59,'ktchn15_fridge',10,0,0,1,0,0,10,-1,0,'','1','0'),(6838,'8435',59,'ktchn_c15_food',4,0,0,1,0,0,24,-1,0,'','1','0'),(6839,'8436',59,'ktchn_c15_microwave',4,0,0,1,0,0,29,-1,0,'','1','0'),(6840,'8437',59,'ktchn_c15_drinks',4,0,0,1,0,0,15,-1,0,'','1','0'),(6841,'8438',666,'habbo15_pumpkin1',4,0,0,1,0,0,206,-1,0,'','0','0'),(6842,'8439',666,'habbo15_pumpkin2',4,0,0,1,0,0,207,-1,0,'','0','0'),(6843,'8440',485,'xmas_c15_bushy1',4,0,0,1,0,0,20,-1,0,'','1','0'),(6844,'8441',727,'gold_c15_arc_div2',4,0,0,1,0,0,4,-1,0,'','1','0'),(6845,'8442',727,'gold_c15_arc_seat',4,0,0,1,0,0,10,-1,0,'','1','0'),(6846,'8443',368,'gold_c15_arc_icerug',4,0,0,1,0,0,208,-1,0,'','0','0'),(6847,'8444',727,'gold_c15_arc_statue',4,0,0,1,0,0,11,-1,0,'','1','0'),(6848,'8445',727,'gold_c15_arc_div1',4,0,0,1,0,0,3,-1,0,'','1','0'),(6849,'8446',727,'gold_c15_arc_lantern',4,0,0,1,0,0,9,-1,0,'','1','0'),(6850,'8447',727,'gold_c15_arc_lamp',4,0,0,1,0,0,8,-1,0,'','1','0'),(6851,'8448',727,'gold_c15_arc_camp',4,0,0,1,0,0,1,-1,0,'','1','0'),(6852,'8449',727,'gold_c15_arc_tub',4,0,0,1,0,0,17,-1,0,'','1','0'),(6853,'8450',727,'gold_c15_arc_chair',4,0,0,1,0,0,2,-1,0,'','1','0'),(6854,'8451',637,'gold_rare_crackable',3,0,0,1,0,0,99,-1,0,'','1','0'),(6855,'8452',727,'gold_c15_arc_tree1',4,0,0,1,0,0,13,-1,0,'','1','0'),(6856,'8453',727,'gold_c15_arc_table',4,0,0,1,0,0,12,-1,0,'','1','0'),(6857,'8454',727,'gold_c15_arc_geysir',4,0,0,1,0,0,5,-1,0,'','1','0'),(6858,'8455',727,'gold_c15_arc_tele',4,0,0,1,0,0,14,-1,0,'','1','0'),(6859,'8456',727,'gold_c15_arc_hole',4,0,0,1,0,0,6,-1,0,'','1','0'),(6860,'8457',727,'gold_c15_arc_snow',4,0,0,1,0,0,10,-1,0,'','1','0'),(6861,'8458',727,'gold_c15_arc_tree2',4,0,0,1,0,0,14,-1,0,'','1','0'),(6862,'8459',741,'xmas15_nutcrackerltd',4,0,0,1,0,0,32,-1,0,'','1','0'),(6863,'8460',741,'xmas_c15_advent6',4,0,0,1,0,0,10,-1,0,'','1','0'),(6864,'8461',485,'xmas_c15_bushy5',4,0,0,1,0,0,23,-1,0,'','1','0'),(6865,'8462',206,'clothing_santapants',5,0,0,1,0,0,8,-1,0,'0','1','0'),(6866,'8463',485,'xmas_c15_store1',4,0,0,1,0,0,38,-1,0,'','1','0'),(6867,'8464',310,'clothing_bscarf',6,0,0,1,0,0,24,-1,0,'0','1','0'),(6868,'8465',485,'xmas_c15_roof1',4,0,0,1,0,0,32,-1,0,'','1','0'),(6869,'8466',368,'winter15_freeze',4,0,0,1,0,0,1,-1,0,'','1','0'),(6870,'8467',485,'xmas_c15_fnc',4,0,0,1,0,0,27,-1,0,'','1','0'),(6871,'8468',368,'winter15_wpost',4,0,0,1,0,0,99,-1,0,'','1','0'),(6872,'8469',368,'winter15_icehockey',4,0,0,1,0,0,2,-1,0,'','1','0'),(6873,'8470',485,'xmas_c15_buildbase2',4,0,0,1,0,0,17,-1,0,'','1','0'),(6874,'8471',485,'xmas_c15_bushy3',4,0,0,1,0,0,21,-1,0,'','1','0'),(6875,'8472',485,'xmas_c15_store4',4,0,0,1,0,0,21,-1,0,'','1','0'),(6876,'8473',310,'clothing_xmasbow',6,0,0,1,0,0,46,-1,0,'0','1','0'),(6877,'8474',485,'xmas_c15_advent5',4,0,0,1,0,0,9,-1,0,'','1','0'),(6878,'8475',485,'xmas_c15_poinsettia',4,0,0,1,0,0,17,-1,0,'','1','0'),(6879,'8476',485,'xmas_c15_buildbase1',4,0,0,1,0,0,14,-1,0,'','1','0'),(6880,'8477',485,'xmas_c15_crnr',4,0,0,1,0,0,25,-1,0,'','1','0'),(6881,'8478',485,'xmas15_clocktower',4,0,0,1,0,0,1,-1,0,'','1','0'),(6882,'8479',200,'clothing_santaoutfit',15,0,0,1,0,0,21,-1,0,'0','1','0'),(6883,'8480',200,'clothing_cladyoutfit',15,0,0,1,0,0,20,-1,0,'0','1','0'),(6884,'8481',485,'xmas_c15_store2',4,0,0,1,0,0,20,-1,0,'','1','0'),(6885,'8482',485,'xmas_c15_stall',4,0,0,1,0,0,19,-1,0,'','1','0'),(6886,'8483',485,'xmas_c15_snow',4,0,0,1,0,0,34,-1,0,'','1','0'),(6887,'8484',729,'xmas_c15_bndstnd',4,0,0,1,0,0,13,-1,0,'','1','0'),(6888,'8485',485,'xmas15_rudolf',4,0,0,1,0,0,2,-1,0,'','1','0'),(6889,'8486',485,'xmas_c15_roof2',4,0,0,1,0,0,33,-1,0,'','1','0'),(6890,'8487',203,'clothing_cladydress',1,225,0,1,0,0,1,-1,0,'0','1','0'),(6891,'8488',485,'xmas_c15_advent2',4,0,0,1,0,0,6,-1,0,'','1','0'),(6892,'8489',368,'winter15_tree4',4,0,0,1,0,0,99,-1,0,'','1','0'),(6893,'8490',485,'xmas_c15_bushy2',4,0,0,1,0,0,99,-1,0,'','1','0'),(6894,'8491',741,'xmas15_wishltd',4,0,0,1,0,0,33,-1,0,'','1','0'),(6895,'8492',485,'xmas_c15_advent8',4,0,0,1,0,0,11,-1,0,'','1','0'),(6896,'8493',201,'clothing_cladyhair',6,0,0,1,0,0,40,-1,0,'0','1','0'),(6897,'8494',741,'xmas15_glowdeerltd',4,0,0,1,0,0,31,-1,0,'','1','0'),(6898,'8495',204,'clothing_santatop',5,0,0,1,0,0,33,-1,0,'0','1','0'),(6899,'8496',310,'clothing_ribbon',6,0,0,1,0,0,23,-1,0,'0','1','0'),(6900,'8497',485,'xmas_c15_advent3',4,0,0,1,0,0,7,-1,0,'','1','0'),(6901,'8498',202,'clothing_santahat',6,0,0,1,0,0,18,-1,0,'0','1','0'),(6902,'8499',729,'xmas_c15_reindeer',4,0,0,1,0,0,31,-1,0,'','1','0'),(6903,'8500',741,'xmas15_fountainltd',4,0,0,1,0,0,17,-1,0,'','1','0'),(6904,'8501',310,'clothing_snood',6,0,0,1,0,0,44,-1,0,'0','1','0'),(6905,'8502',485,'xmas_c15_store3',4,0,0,1,0,0,40,-1,0,'','1','0'),(6906,'8503',485,'xmas_c15_advent1',4,0,0,1,0,0,5,-1,0,'','1','0'),(6907,'8504',485,'xmas_c15_arch',4,0,0,1,0,0,14,-1,0,'','1','0'),(6908,'8505',368,'winter15_fnc_crnr',4,0,0,1,0,0,99,-1,0,'','1','0'),(6909,'8506',485,'xmas_c15_advent4',4,0,0,1,0,0,8,-1,0,'','1','0'),(6910,'8507',208,'clothing_cladyshoes',4,0,0,1,0,0,10,-1,0,'0','1','0'),(6911,'8508',368,'winter15_snowboard',4,0,0,1,0,0,4,-1,0,'','1','0'),(6912,'8509',201,'clothing_santabeard',2,0,0,1,0,0,20,-1,0,'0','1','0'),(6913,'8510',485,'xmas_c15_mntn',4,0,0,1,0,0,29,-1,0,'','1','0'),(6914,'8511',485,'xmas15_stand',4,0,0,1,0,0,4,-1,0,'','1','0'),(6915,'8512',485,'xmas_c15_buildmid2',4,0,0,1,0,0,19,-1,0,'','1','0'),(6916,'8513',485,'xmas_c15_bushy6',4,0,0,1,0,0,24,-1,0,'','1','0'),(6917,'8514',485,'xmas_c15_snwbush',4,0,0,1,0,0,18,-1,0,'','1','0'),(6918,'8515',485,'xmas15_sleigh',4,0,0,1,0,0,3,-1,0,'','1','0'),(6919,'8516',368,'winter15_iceskater',4,0,0,1,0,0,3,-1,0,'','1','0'),(6920,'8517',485,'xmas_c15_alpinetree',4,0,0,1,0,0,12,-1,0,'','1','0'),(6921,'8518',310,'clothing_knitband',6,0,0,1,0,0,22,-1,0,'0','1','0'),(6922,'8519',485,'xmas_c15_decotree',4,0,0,1,0,0,16,-1,0,'','1','0'),(6923,'8520',485,'xmas_c15_stone',4,0,0,1,0,0,37,-1,0,'','1','0'),(6924,'8521',485,'xmas_c15_bushy4',4,0,0,1,0,0,15,-1,0,'','1','0'),(6925,'8522',368,'winter15_lmppst',4,0,0,1,0,0,99,-1,0,'','1','0'),(6926,'8523',485,'xmas_c15_advent7',4,0,0,1,0,0,10,-1,0,'','1','0'),(6927,'8524',485,'xmas_c15_mlight',4,0,0,1,0,0,28,-1,0,'','1','0'),(6928,'8525',485,'xmas_c15_buildmid1',4,0,0,1,0,0,18,-1,0,'','1','0'),(6929,'8526',588,'clothing_knithat',6,0,0,1,0,0,5,-1,0,'0','1','0'),(6930,'8527',229,'hc16_10',10,1,5,1,0,0,10,-1,0,'','0','1'),(6931,'8528',229,'hc16_1',10,1,5,1,0,0,1,-1,0,'','0','1'),(6932,'8529',229,'hc16_4',10,1,5,1,0,0,4,-1,0,'','0','1'),(6933,'8530',229,'hc16_12',10,1,5,1,0,0,11,-1,0,'','0','1'),(6934,'8531',229,'hc16_11',10,1,5,1,0,0,10,-1,0,'','0','1'),(6935,'8532',229,'hc16_5',10,1,5,1,0,0,5,-1,0,'','0','1'),(6936,'8533',229,'hc16_9',10,1,5,1,0,0,9,-1,0,'','0','1'),(6937,'8534',229,'hc16_7',10,1,5,1,0,0,7,-1,0,'','0','1'),(6938,'8535',229,'hc16_2',10,1,5,1,0,0,2,-1,0,'','0','1'),(6939,'8536',229,'hc16_6',10,1,5,1,0,0,6,-1,0,'','0','1'),(6940,'8537',229,'hc16_3',10,1,5,1,0,0,3,-1,0,'','0','1'),(6941,'8538',229,'hc16_8',10,1,5,1,0,0,8,-1,0,'','0','1'),(6942,'8539',472,'ny16_stars',4,0,0,1,0,0,11,-1,0,'','1','0'),(6943,'8540',581,'clothing_party5',0,500,0,1,0,0,5,-1,0,'0','1','0'),(6944,'8541',581,'clothing_party4',0,500,0,1,0,0,4,-1,0,'0','1','0'),(6945,'8542',581,'clothing_party8',0,500,0,1,0,0,8,-1,0,'0','1','0'),(6946,'8543',581,'clothing_party6',0,500,0,1,0,0,6,-1,0,'0','1','0'),(6947,'8544',472,'ny_c16_sign',4,0,0,1,0,0,10,-1,0,'','1','0'),(6948,'8545',581,'clothing_party3',0,500,0,1,0,0,3,-1,0,'0','1','0'),(6949,'8546',581,'clothing_party7',0,500,0,1,0,0,7,-1,0,'0','1','0'),(6950,'8547',302,'cny16_monkeyballoon',4,0,0,1,0,0,25,-1,0,'','1','0'),(6951,'8548',668,'ny16_crackable',7,0,0,1,0,0,99,-1,0,'','1','0'),(6952,'8549',585,'clothing_goldpack1',0,75,0,1,0,0,0,-1,0,'0','1','0'),(6953,'8550',302,'china_monkey',4,0,0,1,0,0,8,-1,0,'','1','0'),(6954,'8551',307,'CF_1200_ny16',1200,0,0,1,0,0,26,-1,0,'','1','0'),(6955,'8552',429,'tile_fxprovider_nfs',4,0,0,1,0,0,99,-1,0,'','1','0'),(6956,'8553',580,'clothing_hat_space1',0,75,0,1,0,0,9,-1,0,'0','1','0'),(6957,'8554',597,'rare_prize16_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(6958,'8555',597,'rare_prize16_10',0,50,0,1,0,0,10,-1,0,'','1','0'),(6959,'8556',597,'rare_prize16_11',0,50,0,1,0,0,10,-1,0,'','1','0'),(6960,'8557',597,'rare_prize16_12',0,50,0,1,0,0,11,-1,0,'','1','0'),(6961,'8558',597,'rare_prize16_13',0,50,0,1,0,0,12,-1,0,'','1','0'),(6962,'8559',597,'rare_prize16_14',0,50,0,1,0,0,14,-1,0,'','1','0'),(6963,'8560',597,'rare_prize16_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(6964,'8561',597,'rare_prize16_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(6965,'8562',597,'rare_prize16_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(6966,'8563',597,'rare_prize16_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(6967,'8564',597,'rare_prize16_6',0,50,0,1,0,0,6,-1,0,'','1','0'),(6968,'8565',597,'rare_prize16_7',0,50,0,1,0,0,7,-1,0,'','1','0'),(6969,'8566',597,'rare_prize16_8',0,50,0,1,0,0,8,-1,0,'','1','0'),(6970,'8567',597,'rare_prize16_9',0,50,0,1,0,0,9,-1,0,'','1','0'),(6971,'8568',457,'val16_float2',4,0,0,1,0,0,2,-1,0,'','1','0'),(6972,'8569',457,'val_c16_lovebirds',4,0,0,1,0,0,5,-1,0,'','1','0'),(6973,'8570',457,'val_c16_tikicat',4,0,0,1,0,0,7,-1,0,'','1','0'),(6974,'8571',457,'val_c16_tikicat2',4,0,0,1,0,0,8,-1,0,'','1','0'),(6975,'8572',457,'val16_float3',4,0,0,1,0,0,3,-1,0,'','1','0'),(6976,'8573',457,'val_c16_shellfountain',4,0,0,1,0,0,6,-1,0,'','1','0'),(6977,'8574',457,'val16_float1',4,0,0,1,0,0,1,-1,0,'','1','0'),(6978,'8575',457,'val16_float4',4,0,0,1,0,0,4,-1,0,'','1','0'),(6979,'8576',457,'val_c16_vase',4,0,0,1,0,0,9,-1,0,'','1','0'),(6980,'8577',742,'easter16_habberge6l td',4,0,0,1,0,0,1,-1,0,'','1','0'),(6981,'8578',204,'clothing_pjtop3',5,0,0,1,0,0,32,-1,0,'0','1','0'),(6982,'8579',206,'clothing_sportpants',5,0,0,1,0,0,7,-1,0,'0','1','0'),(6983,'8580',200,'clothing_urbanoutfit',16,0,0,1,0,0,19,-1,0,'0','1','0'),(6984,'8581',310,'clothing_tiedjumper',6,0,0,1,0,0,42,-1,0,'0','1','0'),(6985,'8582',310,'clothing_cumberband',6,0,0,1,0,0,21,-1,0,'0','1','0'),(6986,'8583',200,'clothing_casualoutfit1',12,0,0,1,0,0,18,-1,0,'0','1','0'),(6987,'8584',201,'clothing_manbun',6,0,0,1,0,0,38,-1,0,'0','1','0'),(6988,'8585',204,'clothing_denimvest',5,0,0,1,0,0,31,-1,0,'0','1','0'),(6989,'8586',206,'clothing_pjbottoms1',5,0,0,1,0,0,6,-1,0,'0','1','0'),(6990,'8587',204,'clothing_pjtop1',5,0,0,1,0,0,17,-1,0,'0','1','0'),(6991,'8588',310,'clothing_hipsterglasses',6,0,0,1,0,0,40,-1,0,'0','1','0'),(6992,'8589',204,'clothing_tux',5,0,0,1,0,0,29,-1,0,'0','1','0'),(6993,'8590',310,'clothing_tie1',6,0,0,1,0,0,20,-1,0,'0','1','0'),(6994,'8591',202,'clothing_bandage',6,0,0,1,0,0,33,-1,0,'0','1','0'),(6995,'8592',206,'clothing_denimshorts',5,0,0,1,0,0,5,-1,0,'0','1','0'),(6996,'8593',202,'clothing_brainjar',6,0,0,1,0,0,32,-1,0,'0','1','0'),(6997,'8594',443,'easter_c16_mallowduck',4,0,0,1,0,0,0,-1,0,'','1','0'),(6998,'8595',200,'clothing_floraloutfit',18,0,0,1,0,0,17,-1,0,'0','1','0'),(6999,'8596',742,'easter16_habberge9l td',4,0,0,1,0,0,4,-1,0,'','1','0'),(7000,'8597',202,'clothing_duckhat',6,0,0,1,0,0,31,-1,0,'0','1','0'),(7001,'8598',200,'clothing_punkoutfit2',18,0,0,1,0,0,14,-1,0,'0','1','0'),(7002,'8599',204,'clothing_tuxshirt',5,0,0,1,0,0,28,-1,0,'0','1','0'),(7003,'8600',200,'clothing_pjoutfit1',12,0,0,1,0,0,13,-1,0,'0','1','0'),(7004,'8601',200,'clothing_hipoutfit3',16,0,0,1,0,0,14,-1,0,'0','1','0'),(7005,'8602',208,'clothing_sliponcanvas',4,0,0,1,0,0,10,-1,0,'0','1','0'),(7006,'8603',200,'clothing_punkoutfit1',16,0,0,1,0,0,12,-1,0,'0','1','0'),(7007,'8604',202,'clothing_backcap',4,0,0,1,0,0,17,-1,0,'0','1','0'),(7008,'8605',580,'clothing_mermaid',4,0,0,1,0,0,209,-1,0,'','0','0'),(7009,'8606',205,'clothing_twotonehoodie',5,0,0,1,0,0,18,-1,0,'0','1','0'),(7010,'8607',201,'clothing_hipster2',6,0,0,1,0,0,37,-1,0,'0','1','0'),(7011,'8608',742,'easter16_habberge8ltd',4,0,0,1,0,0,3,-1,0,'','1','0'),(7012,'8609',201,'clothing_disco',6,0,0,1,0,0,19,-1,0,'0','1','0'),(7013,'8610',204,'clothing_longtshirt',5,0,0,1,0,0,27,-1,0,'0','1','0'),(7014,'8611',205,'clothing_sportsjckt',5,0,0,1,0,0,17,-1,0,'0','1','0'),(7015,'8612',203,'clothing_polkadress',2,150,0,1,0,0,1,-1,0,'0','1','0'),(7016,'8613',205,'clothing_tuxoutfit',5,0,0,1,0,0,14,-1,0,'0','1','0'),(7017,'8614',204,'clothing_rippedtop',5,0,0,1,0,0,16,-1,0,'0','1','0'),(7018,'8615',742,'easter16_habberge7l td',4,0,0,1,0,0,2,-1,0,'','1','0'),(7019,'8616',200,'clothing_hipoutfit1',10,0,0,1,0,0,10,-1,0,'0','1','0'),(7020,'8617',200,'clothing_hipoutfit2',16,0,0,1,0,0,10,-1,0,'0','1','0'),(7021,'8618',310,'clothing_camera',6,0,0,1,0,0,38,-1,0,'0','1','0'),(7022,'8619',201,'clothing_bedhair',6,0,0,1,0,0,18,-1,0,'0','1','0'),(7023,'8620',204,'clothing_halter',5,0,0,1,0,0,25,-1,0,'0','1','0'),(7024,'8621',200,'clothing_pjoutfit2',12,0,0,1,0,0,9,-1,0,'0','1','0'),(7025,'8622',204,'clothing_pjtop2',5,0,0,1,0,0,24,-1,0,'0','1','0'),(7026,'8623',200,'clothing_pjoutfit3',12,0,0,1,0,0,8,-1,0,'0','1','0'),(7027,'8624',204,'clothing_offshldrjumper',5,0,0,1,0,0,23,-1,0,'0','1','0'),(7028,'8625',310,'clothing_bigshades',6,0,0,1,0,0,37,-1,0,'0','1','0'),(7029,'8626',580,'clothing_noblecrown',0,75,0,1,0,0,8,-1,0,'0','1','0'),(7030,'8627',201,'clothing_ombrehr',6,0,0,1,0,0,34,-1,0,'0','1','0'),(7031,'8628',327,'bonusrare16_4_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(7032,'8629',327,'bonusrare16_4_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(7033,'8630',327,'bonusrare16_4_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(7034,'8631',327,'bonusrare16_4_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(7035,'8632',622,'icedblk_c16_table',5,0,0,1,0,0,210,-1,0,'','0','0'),(7036,'8633',646,'icedblk_c16_table_10',5,0,0,1,0,0,211,-1,0,'','0','0'),(7037,'8634',638,'icedblk_c16_table_2',5,0,0,1,0,0,212,-1,0,'','0','0'),(7038,'8635',639,'icedblk_c16_table_3',5,0,0,1,0,0,213,-1,0,'','0','0'),(7039,'8636',640,'icedblk_c16_table_4',5,0,0,1,0,0,214,-1,0,'','0','0'),(7040,'8637',641,'icedblk_c16_table_5',5,0,0,1,0,0,215,-1,0,'','0','0'),(7041,'8638',642,'icedblk_c16_table_6',5,0,0,1,0,0,216,-1,0,'','0','0'),(7042,'8639',643,'icedblk_c16_table_7',5,0,0,1,0,0,217,-1,0,'','0','0'),(7043,'8640',644,'icedblk_c16_table_8',5,0,0,1,0,0,218,-1,0,'','0','0'),(7044,'8641',645,'icedblk_c16_table_9',5,0,0,1,0,0,219,-1,0,'','0','0'),(7045,'8642',622,'icedblk_c16_div4',4,0,0,1,0,0,220,-1,0,'','0','0'),(7046,'8643',646,'icedblk_c16_div4_10',4,0,0,1,0,0,221,-1,0,'','0','0'),(7047,'8644',638,'icedblk_c16_div4_2',4,0,0,1,0,0,222,-1,0,'','0','0'),(7048,'8645',639,'icedblk_c16_div4_3',4,0,0,1,0,0,223,-1,0,'','0','0'),(7049,'8646',640,'icedblk_c16_div4_4',4,0,0,1,0,0,224,-1,0,'','0','0'),(7050,'8647',641,'icedblk_c16_div4_5',4,0,0,1,0,0,225,-1,0,'','0','0'),(7051,'8648',642,'icedblk_c16_div4_6',4,0,0,1,0,0,226,-1,0,'','0','0'),(7052,'8649',643,'icedblk_c16_div4_7',4,0,0,1,0,0,227,-1,0,'','0','0'),(7053,'8650',644,'icedblk_c16_div4_8',4,0,0,1,0,0,228,-1,0,'','0','0'),(7054,'8651',645,'icedblk_c16_div4_9',4,0,0,1,0,0,229,-1,0,'','0','0'),(7055,'8652',622,'icedblk_c16_div2',4,0,0,1,0,0,230,-1,0,'','0','0'),(7056,'8653',646,'icedblk_c16_div2_10',4,0,0,1,0,0,231,-1,0,'','0','0'),(7057,'8654',638,'icedblk_c16_div2_2',4,0,0,1,0,0,232,-1,0,'','0','0'),(7058,'8655',639,'icedblk_c16_div2_3',4,0,0,1,0,0,233,-1,0,'','0','0'),(7059,'8656',640,'icedblk_c16_div2_4',4,0,0,1,0,0,234,-1,0,'','0','0'),(7060,'8657',641,'icedblk_c16_div2_5',4,0,0,1,0,0,235,-1,0,'','0','0'),(7061,'8658',642,'icedblk_c16_div2_6',4,0,0,1,0,0,236,-1,0,'','0','0'),(7062,'8659',643,'icedblk_c16_div2_7',4,0,0,1,0,0,237,-1,0,'','0','0'),(7063,'8660',644,'icedblk_c16_div2_8',4,0,0,1,0,0,238,-1,0,'','0','0'),(7064,'8661',645,'icedblk_c16_div2_9',4,0,0,1,0,0,239,-1,0,'','0','0'),(7065,'8662',622,'icedblk_c16_couch',4,0,0,1,0,0,240,-1,0,'','0','0'),(7066,'8663',646,'icedblk_c16_couch_10',4,0,0,1,0,0,241,-1,0,'','0','0'),(7067,'8664',638,'icedblk_c16_couch_2',4,0,0,1,0,0,242,-1,0,'','0','0'),(7068,'8665',639,'icedblk_c16_couch_3',4,0,0,1,0,0,243,-1,0,'','0','0'),(7069,'8666',640,'icedblk_c16_couch_4',4,0,0,1,0,0,244,-1,0,'','0','0'),(7070,'8667',641,'icedblk_c16_couch_5',4,0,0,1,0,0,245,-1,0,'','0','0'),(7071,'8668',642,'icedblk_c16_couch_6',4,0,0,1,0,0,246,-1,0,'','0','0'),(7072,'8669',643,'icedblk_c16_couch_7',4,0,0,1,0,0,247,-1,0,'','0','0'),(7073,'8670',644,'icedblk_c16_couch_8',4,0,0,1,0,0,248,-1,0,'','0','0'),(7074,'8671',645,'icedblk_c16_couch_9',4,0,0,1,0,0,249,-1,0,'','0','0'),(7075,'8672',622,'icedblk_c16_div3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7076,'8673',646,'icedblk_c16_div3_10',4,0,0,1,0,0,250,-1,0,'','0','0'),(7077,'8674',638,'icedblk_c16_div3_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7078,'8675',639,'icedblk_c16_div3_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7079,'8676',640,'icedblk_c16_div3_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(7080,'8677',641,'icedblk_c16_div3_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(7081,'8678',642,'icedblk_c16_div3_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(7082,'8679',643,'icedblk_c16_div3_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(7083,'8680',644,'icedblk_c16_div3_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(7084,'8681',645,'icedblk_c16_div3_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(7085,'8682',622,'icedblk_c16_solarium',4,0,0,1,0,0,251,-1,0,'','0','0'),(7086,'8683',646,'icedblk_c16_solarium_10',4,0,0,1,0,0,252,-1,0,'','0','0'),(7087,'8684',638,'icedblk_c16_solarium_2',4,0,0,1,0,0,253,-1,0,'','0','0'),(7088,'8685',639,'icedblk_c16_solarium_3',4,0,0,1,0,0,254,-1,0,'','0','0'),(7089,'8686',640,'icedblk_c16_solarium_4',4,0,0,1,0,0,255,-1,0,'','0','0'),(7090,'8687',641,'icedblk_c16_solarium_5',4,0,0,1,0,0,256,-1,0,'','0','0'),(7091,'8688',642,'icedblk_c16_solarium_6',4,0,0,1,0,0,257,-1,0,'','0','0'),(7092,'8689',643,'icedblk_c16_solarium_7',4,0,0,1,0,0,258,-1,0,'','0','0'),(7093,'8690',644,'icedblk_c16_solarium_8',4,0,0,1,0,0,259,-1,0,'','0','0'),(7094,'8691',645,'icedblk_c16_solarium_9',4,0,0,1,0,0,260,-1,0,'','0','0'),(7095,'8692',622,'icedblk_c16_shelves',4,0,0,1,0,0,261,-1,0,'','0','0'),(7096,'8693',646,'icedblk_c16_shelves_10',4,0,0,1,0,0,262,-1,0,'','0','0'),(7097,'8694',638,'icedblk_c16_shelves_2',4,0,0,1,0,0,263,-1,0,'','0','0'),(7098,'8695',639,'icedblk_c16_shelves_3',4,0,0,1,0,0,264,-1,0,'','0','0'),(7099,'8696',640,'icedblk_c16_shelves_4',4,0,0,1,0,0,265,-1,0,'','0','0'),(7100,'8697',641,'icedblk_c16_shelves_5',4,0,0,1,0,0,266,-1,0,'','0','0'),(7101,'8698',642,'icedblk_c16_shelves_6',4,0,0,1,0,0,267,-1,0,'','0','0'),(7102,'8699',643,'icedblk_c16_shelves_7',4,0,0,1,0,0,268,-1,0,'','0','0'),(7103,'8700',644,'icedblk_c16_shelves_8',4,0,0,1,0,0,269,-1,0,'','0','0'),(7104,'8701',645,'icedblk_c16_shelves_9',4,0,0,1,0,0,270,-1,0,'','0','0'),(7105,'8702',622,'icedblk_c16_sofachair',2,0,0,1,0,0,271,-1,0,'','0','0'),(7106,'8703',646,'icedblk_c16_sofachair_10',2,0,0,1,0,0,272,-1,0,'','0','0'),(7107,'8704',638,'icedblk_c16_sofachair_2',2,0,0,1,0,0,273,-1,0,'','0','0'),(7108,'8705',639,'icedblk_c16_sofachair_3',2,0,0,1,0,0,274,-1,0,'','0','0'),(7109,'8706',640,'icedblk_c16_sofachair_4',2,0,0,1,0,0,275,-1,0,'','0','0'),(7110,'8707',641,'icedblk_c16_sofachair_5',2,0,0,1,0,0,276,-1,0,'','0','0'),(7111,'8708',642,'icedblk_c16_sofachair_6',2,0,0,1,0,0,277,-1,0,'','0','0'),(7112,'8709',643,'icedblk_c16_sofachair_7',2,0,0,1,0,0,278,-1,0,'','0','0'),(7113,'8710',644,'icedblk_c16_sofachair_8',2,0,0,1,0,0,279,-1,0,'','0','0'),(7114,'8711',645,'icedblk_c16_sofachair_9',2,0,0,1,0,0,280,-1,0,'','0','0'),(7115,'8712',622,'icedblk_c16_div1',4,0,0,1,0,0,281,-1,0,'','0','0'),(7116,'8713',646,'icedblk_c16_div1_10',4,0,0,1,0,0,282,-1,0,'','0','0'),(7117,'8714',638,'icedblk_c16_div1_2',4,0,0,1,0,0,283,-1,0,'','0','0'),(7118,'8715',639,'icedblk_c16_div1_3',4,0,0,1,0,0,284,-1,0,'','0','0'),(7119,'8716',640,'icedblk_c16_div1_4',4,0,0,1,0,0,285,-1,0,'','0','0'),(7120,'8717',641,'icedblk_c16_div1_5',4,0,0,1,0,0,286,-1,0,'','0','0'),(7121,'8718',642,'icedblk_c16_div1_6',4,0,0,1,0,0,287,-1,0,'','0','0'),(7122,'8719',643,'icedblk_c16_div1_7',4,0,0,1,0,0,288,-1,0,'','0','0'),(7123,'8720',644,'icedblk_c16_div1_8',4,0,0,1,0,0,289,-1,0,'','0','0'),(7124,'8721',645,'icedblk_c16_div1_9',4,0,0,1,0,0,290,-1,0,'','0','0'),(7125,'8722',622,'icedblk_c16_sofa',3,0,0,1,0,0,99,-1,0,'','1','0'),(7126,'8723',646,'icedblk_c16_sofa_10',3,0,0,1,0,0,291,-1,0,'','0','0'),(7127,'8724',638,'icedblk_c16_sofa_2',3,0,0,1,0,0,99,-1,0,'','1','0'),(7128,'8725',639,'icedblk_c16_sofa_3',3,0,0,1,0,0,99,-1,0,'','1','0'),(7129,'8726',640,'icedblk_c16_sofa_4',3,0,0,1,0,0,99,-1,0,'','1','0'),(7130,'8727',641,'icedblk_c16_sofa_5',3,0,0,1,0,0,292,-1,0,'','0','0'),(7131,'8728',642,'icedblk_c16_sofa_6',3,0,0,1,0,0,293,-1,0,'','0','0'),(7132,'8729',643,'icedblk_c16_sofa_7',3,0,0,1,0,0,294,-1,0,'','0','0'),(7133,'8730',644,'icedblk_c16_sofa_8',3,0,0,1,0,0,295,-1,0,'','0','0'),(7134,'8731',645,'icedblk_c16_sofa_9',3,0,0,1,0,0,296,-1,0,'','0','0'),(7135,'8732',622,'icedblk_c16_chair',2,0,0,1,0,0,99,-1,0,'','1','0'),(7136,'8733',646,'icedblk_c16_chair_10',2,0,0,1,0,0,297,-1,0,'','0','0'),(7137,'8734',638,'icedblk_c16_chair_2',2,0,0,1,0,0,99,-1,0,'','1','0'),(7138,'8735',639,'icedblk_c16_chair_3',2,0,0,1,0,0,99,-1,0,'','1','0'),(7139,'8736',640,'icedblk_c16_chair_4',2,0,0,1,0,0,99,-1,0,'','1','0'),(7140,'8737',641,'icedblk_c16_chair_5',2,0,0,1,0,0,99,-1,0,'','1','0'),(7141,'8738',642,'icedblk_c16_chair_6',2,0,0,1,0,0,99,-1,0,'','1','0'),(7142,'8739',643,'icedblk_c16_chair_7',2,0,0,1,0,0,99,-1,0,'','1','0'),(7143,'8740',644,'icedblk_c16_chair_8',2,0,0,1,0,0,99,-1,0,'','1','0'),(7144,'8741',645,'icedblk_c16_chair_9',2,0,0,1,0,0,99,-1,0,'','1','0'),(7145,'8742',622,'icedblk_c16_div5',4,0,0,1,0,0,298,-1,0,'','0','0'),(7146,'8743',646,'icedblk_c16_div5_10',4,0,0,1,0,0,299,-1,0,'','0','0'),(7147,'8744',638,'icedblk_c16_div5_2',4,0,0,1,0,0,300,-1,0,'','0','0'),(7148,'8745',639,'icedblk_c16_div5_3',4,0,0,1,0,0,301,-1,0,'','0','0'),(7149,'8746',640,'icedblk_c16_div5_4',4,0,0,1,0,0,302,-1,0,'','0','0'),(7150,'8747',641,'icedblk_c16_div5_5',4,0,0,1,0,0,303,-1,0,'','0','0'),(7151,'8748',642,'icedblk_c16_div5_6',4,0,0,1,0,0,304,-1,0,'','0','0'),(7152,'8749',643,'icedblk_c16_div5_7',4,0,0,1,0,0,305,-1,0,'','0','0'),(7153,'8750',644,'icedblk_c16_div5_8',4,0,0,1,0,0,306,-1,0,'','0','0'),(7154,'8751',645,'icedblk_c16_div5_9',4,0,0,1,0,0,307,-1,0,'','0','0'),(7155,'8752',656,'purablk_c16_shelve',4,0,0,1,0,0,99,-1,0,'','1','0'),(7156,'8753',656,'purablk_c16_eleblock_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(7157,'8754',655,'purablk_c16_eleblock_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(7158,'8755',647,'purablk_c16_eleblock_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7159,'8756',648,'purablk_c16_eleblock_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7160,'8757',649,'purablk_c16_eleblock_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(7161,'8758',650,'purablk_c16_eleblock_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(7162,'8759',651,'purablk_c16_eleblock_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(7163,'8760',652,'purablk_c16_eleblock_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(7164,'8761',653,'purablk_c16_eleblock_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(7165,'8762',654,'purablk_c16_eleblock_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(7166,'8763',656,'purablk_c16_round_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(7167,'8764',655,'purablk_c16_round_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(7168,'8765',647,'purablk_c16_round_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7169,'8766',648,'purablk_c16_round_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7170,'8767',649,'purablk_c16_round_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(7171,'8768',650,'purablk_c16_round_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(7172,'8769',651,'purablk_c16_round_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(7173,'8770',652,'purablk_c16_round_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(7174,'8771',653,'purablk_c16_round_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(7175,'8772',654,'purablk_c16_round_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(7176,'8773',656,'purablk_c16_lamp1',4,0,0,1,0,0,99,-1,0,'','1','0'),(7177,'8774',656,'purablk_c16_chair_1',2,0,0,1,0,0,99,-1,0,'','1','0'),(7178,'8775',655,'purablk_c16_chair_10',2,0,0,1,0,0,99,-1,0,'','1','0'),(7179,'8776',647,'purablk_c16_chair_2',2,0,0,1,0,0,99,-1,0,'','1','0'),(7180,'8777',648,'purablk_c16_chair_3',2,0,0,1,0,0,99,-1,0,'','1','0'),(7181,'8778',649,'purablk_c16_chair_4',2,0,0,1,0,0,99,-1,0,'','1','0'),(7182,'8779',650,'purablk_c16_chair_5',2,0,0,1,0,0,99,-1,0,'','1','0'),(7183,'8780',651,'purablk_c16_chair_6',2,0,0,1,0,0,99,-1,0,'','1','0'),(7184,'8781',652,'purablk_c16_chair_7',2,0,0,1,0,0,99,-1,0,'','1','0'),(7185,'8782',653,'purablk_c16_chair_8',2,0,0,1,0,0,99,-1,0,'','1','0'),(7186,'8783',654,'purablk_c16_chair_9',2,0,0,1,0,0,99,-1,0,'','1','0'),(7187,'8784',656,'purablk_c16_lamp3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7188,'8785',656,'purablk_c16_bed_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(7189,'8786',655,'purablk_c16_bed_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(7190,'8787',647,'purablk_c16_bed_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7191,'8788',648,'purablk_c16_bed_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7192,'8789',649,'purablk_c16_bed_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(7193,'8790',650,'purablk_c16_bed_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(7194,'8791',651,'purablk_c16_bed_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(7195,'8792',652,'purablk_c16_bed_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(7196,'8793',653,'purablk_c16_bed_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(7197,'8794',654,'purablk_c16_bed_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(7198,'8795',656,'purablk_c16_mdl3_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(7199,'8796',655,'purablk_c16_mdl3_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(7200,'8797',647,'purablk_c16_mdl3_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7201,'8798',648,'purablk_c16_mdl3_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7202,'8799',649,'purablk_c16_mdl3_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(7203,'8800',650,'purablk_c16_mdl3_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(7204,'8801',651,'purablk_c16_mdl3_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(7205,'8802',652,'purablk_c16_mdl3_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(7206,'8803',653,'purablk_c16_mdl3_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(7207,'8804',654,'purablk_c16_mdl3_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(7208,'8805',656,'purablk_c16_bedone_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(7209,'8806',655,'purablk_c16_bedone_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(7210,'8807',647,'purablk_c16_bedone_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7211,'8808',648,'purablk_c16_bedone_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7212,'8809',649,'purablk_c16_bedone_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(7213,'8810',650,'purablk_c16_bedone_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(7214,'8811',651,'purablk_c16_bedone_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(7215,'8812',652,'purablk_c16_bedone_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(7216,'8813',653,'purablk_c16_bedone_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(7217,'8814',654,'purablk_c16_bedone_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(7218,'8815',656,'purablk_c16_mdl2_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(7219,'8816',655,'purablk_c16_mdl2_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(7220,'8817',647,'purablk_c16_mdl2_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7221,'8818',648,'purablk_c16_mdl2_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7222,'8819',649,'purablk_c16_mdl2_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(7223,'8820',650,'purablk_c16_mdl2_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(7224,'8821',651,'purablk_c16_mdl2_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(7225,'8822',652,'purablk_c16_mdl2_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(7226,'8823',653,'purablk_c16_mdl2_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(7227,'8824',654,'purablk_c16_mdl2_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(7228,'8825',656,'purablk_c16_bar',10,0,0,1,0,0,99,-1,0,'','1','0'),(7229,'8826',656,'purablk_c16_fridge',10,0,0,1,0,0,99,-1,0,'','1','0'),(7230,'8827',656,'purablk_c16_mdl5_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(7231,'8828',655,'purablk_c16_mdl5_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(7232,'8829',647,'purablk_c16_mdl5_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7233,'8830',648,'purablk_c16_mdl5_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7234,'8831',649,'purablk_c16_mdl5_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(7235,'8832',650,'purablk_c16_mdl5_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(7236,'8833',651,'purablk_c16_mdl5_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(7237,'8834',652,'purablk_c16_mdl5_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(7238,'8835',653,'purablk_c16_mdl5_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(7239,'8836',654,'purablk_c16_mdl5_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(7240,'8837',656,'purablk_c16_mdl1_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(7241,'8838',655,'purablk_c16_mdl1_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(7242,'8839',647,'purablk_c16_mdl1_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7243,'8840',648,'purablk_c16_mdl1_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7244,'8841',649,'purablk_c16_mdl1_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(7245,'8842',650,'purablk_c16_mdl1_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(7246,'8843',651,'purablk_c16_mdl1_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(7247,'8844',652,'purablk_c16_mdl1_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(7248,'8845',653,'purablk_c16_mdl1_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(7249,'8846',654,'purablk_c16_mdl1_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(7250,'8847',656,'purablk_c16_lamp2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7251,'8848',656,'purablk_c16_mdl4_1',4,0,0,1,0,0,99,-1,0,'','1','0'),(7252,'8849',655,'purablk_c16_mdl4_10',4,0,0,1,0,0,99,-1,0,'','1','0'),(7253,'8850',647,'purablk_c16_mdl4_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7254,'8851',648,'purablk_c16_mdl4_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7255,'8852',649,'purablk_c16_mdl4_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(7256,'8853',650,'purablk_c16_mdl4_5',4,0,0,1,0,0,99,-1,0,'','1','0'),(7257,'8854',651,'purablk_c16_mdl4_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(7258,'8855',652,'purablk_c16_mdl4_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(7259,'8856',653,'purablk_c16_mdl4_8',4,0,0,1,0,0,99,-1,0,'','1','0'),(7260,'8857',654,'purablk_c16_mdl4_9',4,0,0,1,0,0,99,-1,0,'','1','0'),(7261,'8858',178,'pura_c16_bed',4,0,0,1,0,0,9,-1,0,'','1','0'),(7262,'8859',178,'bed_budget_10',4,0,0,1,0,0,1,-1,0,'','1','0'),(7263,'8860',178,'pura_c16_roundpad10',4,0,0,1,0,0,5,-1,0,'','1','0'),(7264,'8861',178,'bed_budget_one_10',4,0,0,1,0,0,2,-1,0,'','1','0'),(7265,'8862',178,'pura_c16_mdl3',4,0,0,1,0,0,8,-1,0,'','1','0'),(7266,'8863',178,'pura_c16_mdl5',4,0,0,1,0,0,10,-1,0,'','1','0'),(7267,'8864',178,'pura_c16_mdl2',4,0,0,1,0,0,7,-1,0,'','1','0'),(7268,'8865',178,'chair_basic_10',2,0,0,1,0,0,3,-1,0,'','1','0'),(7269,'8866',178,'pura_c16_eleblock10',4,0,0,1,0,0,4,-1,0,'','1','0'),(7270,'8867',178,'pura_c16_mdl1',4,0,0,1,0,0,6,-1,0,'','1','0'),(7271,'8868',298,'divider_nor1_10',4,0,0,1,0,0,3,-1,0,'','1','0'),(7272,'8869',298,'divider_nor5_10',4,0,0,1,0,0,7,-1,0,'','1','0'),(7273,'8870',298,'solarium_norja_10',4,0,0,1,0,0,10,-1,0,'','1','0'),(7274,'8871',298,'divider_nor4_10',4,0,0,1,0,0,6,-1,0,'','1','0'),(7275,'8872',298,'soft_sofa_norja_10',3,0,0,1,0,0,10,-1,0,'','1','0'),(7276,'8873',298,'chair_norja_10',2,0,0,1,0,0,1,-1,0,'','1','0'),(7277,'8874',298,'table_norja_med_10',2,0,0,1,0,0,11,-1,0,'','1','0'),(7278,'8875',298,'shelves_norja_10',4,0,0,1,0,0,8,-1,0,'','1','0'),(7279,'8876',298,'divider_nor3_10',4,0,0,1,0,0,5,-1,0,'','1','0'),(7280,'8877',298,'soft_sofachair_norja_10',2,0,0,1,0,0,9,-1,0,'','1','0'),(7281,'8878',298,'couch_norja_10',4,0,0,1,0,0,2,-1,0,'','1','0'),(7282,'8879',298,'divider_nor2_10',4,0,0,1,0,0,4,-1,0,'','1','0'),(7283,'8880',728,'easter_r16_squid',4,0,0,1,0,0,5,-1,0,'','1','0'),(7284,'8881',667,'easter_r16_crackable',3,0,0,1,0,0,99,-1,0,'','1','0'),(7285,'8882',728,'easter_r16_pot',4,0,0,1,0,0,4,-1,0,'','1','0'),(7286,'8883',443,'easter_c16_house',4,0,0,1,0,0,1,-1,0,'','1','0'),(7287,'8884',728,'easter_r16_gold',4,0,0,1,0,0,3,-1,0,'','1','0'),(7288,'8885',443,'easter_c16_nest',4,0,0,1,0,0,2,-1,0,'','1','0'),(7289,'8886',728,'easter_r16_throne',4,0,0,1,0,0,6,-1,0,'','1','0'),(7290,'8887',662,'bonusrare16_5_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(7291,'8888',662,'bonusrare16_5_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(7292,'8889',662,'bonusrare16_5_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(7293,'8890',662,'bonusrare16_5_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(7294,'8891',662,'bonusrare16_5_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(7295,'8892',662,'bonusrare16_5_6',0,50,0,1,0,0,6,-1,0,'','1','0'),(7296,'8893',662,'bonusrare16_6_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(7297,'8894',662,'bonusrare16_6_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(7298,'8895',662,'bonusrare16_6_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(7299,'8896',662,'bonusrare16_6_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(7300,'8897',662,'bonusrare16_6_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(7301,'8898',662,'bonusrare16_6_6',0,50,0,1,0,0,6,-1,0,'','1','0'),(7302,'8899',268,'super_r16_herodisplay',4,0,0,1,0,0,38,-1,0,'','1','0'),(7303,'8900',268,'super_r16_adamskele',4,0,0,1,0,0,37,-1,0,'','1','0'),(7304,'8901',580,'clothing_r16_helmhero',0,75,0,1,0,0,7,-1,0,'0','1','0'),(7305,'8902',580,'clothing_r16_helmprotect',0,75,0,1,0,0,6,-1,0,'0','1','0'),(7306,'8903',439,'room_wl15_telehc',4,0,0,1,0,0,308,-1,0,'','0','0'),(7307,'8904',359,'classic1_table2',4,0,0,1,0,0,11,-1,0,'','1','0'),(7308,'8905',359,'classic1_lamp',4,0,0,1,0,0,5,-1,0,'','1','0'),(7309,'8906',359,'classic1_pillar',4,0,0,1,0,0,6,-1,0,'','1','0'),(7310,'8907',359,'classic1_plant',4,0,0,1,0,0,7,-1,0,'','1','0'),(7311,'8908',359,'classic1_chair',4,0,0,1,0,0,1,-1,0,'','1','0'),(7312,'8909',359,'classic1_desk',4,0,0,1,0,0,2,-1,0,'','1','0'),(7313,'8910',359,'classic1_gate',4,0,0,1,0,0,4,-1,0,'','1','0'),(7314,'8911',359,'classic1_wall2',4,0,0,1,0,0,14,-1,0,'','1','0'),(7315,'8912',359,'classic1_table1',4,0,0,1,0,0,10,-1,0,'','1','0'),(7316,'8913',359,'classic1_shelf',4,0,0,1,0,0,8,-1,0,'','1','0'),(7317,'8914',359,'classic1_floor',4,0,0,1,0,0,3,-1,0,'','1','0'),(7318,'8915',359,'classic1_sofa',4,0,0,1,0,0,9,-1,0,'','1','0'),(7319,'8916',359,'classic1_wall1',4,0,0,1,0,0,12,-1,0,'','1','0'),(7320,'8917',538,'ads_dtlrare_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7321,'8918',214,'jungle_c16_flowerd2',4,0,0,1,0,0,25,-1,0,'','1','0'),(7322,'8919',723,'jungle_c16_flowerd1',4,0,0,1,0,0,24,-1,0,'','1','0'),(7323,'8920',214,'jungle_c16_roof',4,0,0,1,0,0,22,-1,0,'','1','0'),(7324,'8921',214,'jungle_c16_berry',4,0,0,1,0,0,1,-1,0,'','1','0'),(7325,'8922',214,'jungle_c16_swingsofa',3,0,0,1,0,0,50,-1,0,'','1','0'),(7326,'8923',214,'jungle_c16_bridgeend3',4,0,0,1,0,0,8,-1,0,'','1','0'),(7327,'8924',214,'jungle_c16_light',4,0,0,1,0,0,31,-1,0,'','1','0'),(7328,'8925',214,'jungle_c16_table3',4,0,0,1,0,0,27,-1,0,'','1','0'),(7329,'8926',723,'jungle_c16_flowerc3',4,0,0,1,0,0,23,-1,0,'','1','0'),(7330,'8927',214,'jungle_c16_stairs',4,0,0,1,0,0,24,-1,0,'','1','0'),(7331,'8928',214,'jungle_c16_gate3',4,0,0,1,0,0,17,-1,0,'','1','0'),(7332,'8929',214,'jungle_c16_pot',4,0,0,1,0,0,19,-1,0,'','1','0'),(7333,'8930',214,'jungle_c16_tallgrass',4,0,0,1,0,0,28,-1,0,'','1','0'),(7334,'8931',214,'jungle_c16_floor',2,0,0,1,0,0,14,-1,0,'','1','0'),(7335,'8932',742,'jungle_ltd16_orangutan',4,0,0,1,0,0,32,-1,0,'','1','0'),(7336,'8933',268,'jungle_r16_basket',4,0,0,1,0,0,33,-1,0,'','1','0'),(7337,'8934',214,'jungle_c16_mat3',4,0,0,1,0,0,34,-1,0,'','1','0'),(7338,'8935',214,'jungle_c16_mat',4,0,0,1,0,0,32,-1,0,'','1','0'),(7339,'8936',214,'jungle_c16_berry2',4,0,0,1,0,0,2,-1,0,'','1','0'),(7340,'8937',214,'jungle_c16_mat2',4,0,0,1,0,0,33,-1,0,'','1','0'),(7341,'8938',678,'jungle_c16_worktable',4,0,0,1,0,0,31,-1,0,'','1','0'),(7342,'8939',214,'jungle_c16_stairs3',4,0,0,1,0,0,49,-1,0,'','1','0'),(7343,'8940',214,'jungle_c16_rafflesia',4,0,0,1,0,0,21,-1,0,'','1','0'),(7344,'8941',214,'jungle_c16_pot2',4,0,0,1,0,0,37,-1,0,'','1','0'),(7345,'8942',214,'jungle_c16_swingsofa2',3,0,0,1,0,0,51,-1,0,'','1','0'),(7346,'8943',214,'jungle_c16_wall2',4,0,0,1,0,0,63,-1,0,'','1','0'),(7347,'8944',214,'jungle_c16_bridgeend2',4,0,0,1,0,0,7,-1,0,'','1','0'),(7348,'8945',268,'jungle_r16_pitcherplant',4,0,0,1,0,0,70,-1,0,'','1','0'),(7349,'8946',214,'jungle_c16_tele',4,0,0,1,0,0,57,-1,0,'','1','0'),(7350,'8947',214,'jungle_c16_table',4,0,0,1,0,0,26,-1,0,'','1','0'),(7351,'8948',723,'jungle_c16_flowera3',4,0,0,1,0,0,17,-1,0,'','1','0'),(7352,'8949',214,'jungle_c16_tree',4,0,0,1,0,0,58,-1,0,'','1','0'),(7353,'8950',214,'jungle_c16_stairs2',4,0,0,1,0,0,48,-1,0,'','1','0'),(7354,'8951',723,'jungle_c16_flowerd3',4,0,0,1,0,0,16,-1,0,'','1','0'),(7355,'8952',214,'jungle_c16_wall3',4,0,0,1,0,0,64,-1,0,'','1','0'),(7356,'8953',214,'jungle_c16_dvdr2',4,0,0,1,0,0,11,-1,0,'','1','0'),(7357,'8954',214,'jungle_c16_swingsofa3',3,0,0,1,0,0,25,-1,0,'','1','0'),(7358,'8955',214,'jungle_c16_treestage',4,0,0,1,0,0,59,-1,0,'','1','0'),(7359,'8956',214,'jungle_c16_rocks',4,0,0,1,0,0,42,-1,0,'','1','0'),(7360,'8957',214,'jungle_c16_fruits',4,0,0,1,0,0,27,-1,0,'','1','0'),(7361,'8958',214,'jungle_c16_treestage2',4,0,0,1,0,0,60,-1,0,'','1','0'),(7362,'8959',214,'jungle_c16_bush',4,0,0,1,0,0,9,-1,0,'','1','0'),(7363,'8960',214,'jungle_c16_gate2',4,0,0,1,0,0,29,-1,0,'','1','0'),(7364,'8961',214,'jungle_c16_ctrick',4,0,0,1,0,0,10,-1,0,'','1','0'),(7365,'8962',214,'jungle_c16_gate',4,0,0,1,0,0,28,-1,0,'','1','0'),(7366,'8963',214,'jungle_c16_dvdr',4,0,0,1,0,0,10,-1,0,'','1','0'),(7367,'8964',214,'jungle_c16_plant',4,0,0,1,0,0,18,-1,0,'','1','0'),(7368,'8965',214,'jungle_c16_sacks',4,0,0,1,0,0,46,-1,0,'','1','0'),(7369,'8966',268,'jungle_r16_raft',4,0,0,1,0,0,34,-1,0,'','1','0'),(7370,'8967',214,'jungle_c16_wall',4,0,0,1,0,0,30,-1,0,'','1','0'),(7371,'8968',723,'jungle_c16_flowerc2',4,0,0,1,0,0,15,-1,0,'','1','0'),(7372,'8969',214,'jungle_c16_watertile',4,0,0,1,0,0,65,-1,0,'','1','0'),(7373,'8970',214,'jungle_c16_watertrap',4,0,0,1,0,0,66,-1,0,'','1','0'),(7374,'8971',214,'jungle_c16_roof3',4,0,0,1,0,0,23,-1,0,'','1','0'),(7375,'8972',214,'jungle_c16_table2',4,0,0,1,0,0,54,-1,0,'','1','0'),(7376,'8973',214,'jungle_c16_radio',4,0,0,1,0,0,40,-1,0,'','1','0'),(7377,'8974',580,'clothing_r16_sloth',0,75,0,1,0,0,5,-1,0,'0','1','0'),(7378,'8975',723,'jungle_c16_flowera1',4,0,0,1,0,0,13,-1,0,'','1','0'),(7379,'8976',214,'jungle_c16_bkcase2',4,0,0,1,0,0,4,-1,0,'','1','0'),(7380,'8977',723,'jungle_c16_flowerb3',4,0,0,1,0,0,20,-1,0,'','1','0'),(7381,'8978',214,'jungle_c16_roof2',4,0,0,1,0,0,44,-1,0,'','1','0'),(7382,'8979',214,'jungle_c16_bridgeend',4,0,0,1,0,0,6,-1,0,'','1','0'),(7383,'8980',214,'jungle_c16_dvdr3',4,0,0,1,0,0,12,-1,0,'','1','0'),(7384,'8981',723,'jungle_c16_flowerb2',4,0,0,1,0,0,19,-1,0,'','1','0'),(7385,'8982',723,'jungle_c16_flowerb1',4,0,0,1,0,0,18,-1,0,'','1','0'),(7386,'8983',723,'jungle_c16_flowerc1',4,0,0,1,0,0,21,-1,0,'','1','0'),(7387,'8984',214,'jungle_c16_pot3',4,0,0,1,0,0,20,-1,0,'','1','0'),(7388,'8985',214,'jungle_c16_bkcase3',4,0,0,1,0,0,5,-1,0,'','1','0'),(7389,'8986',214,'jungle_c16_bkcase',4,0,0,1,0,0,3,-1,0,'','1','0'),(7390,'8987',723,'jungle_c16_flowera2',4,0,0,1,0,0,14,-1,0,'','1','0'),(7391,'8988',214,'jungle_c16_treestage3',4,0,0,1,0,0,29,-1,0,'','1','0'),(7392,'8989',214,'jungle_c16_bridgemid3',4,0,0,1,0,0,99,-1,0,'','1','0'),(7393,'8990',214,'jungle_c16_bridgemid2',4,0,0,1,0,0,99,-1,0,'','1','0'),(7394,'8991',214,'jungle_c16_bridgemid',4,0,0,1,0,0,99,-1,0,'','1','0'),(7395,'8992',423,'fxbox_fx192',3,0,0,1,0,0,3,-1,0,'','1','0'),(7396,'8993',664,'bonusbag16_1',7,0,0,1,0,0,1,-1,0,'','1','0'),(7397,'8994',664,'bonusbag16_2',7,0,0,1,0,0,2,-1,0,'','1','0'),(7398,'8995',505,'js_c16_bed',4,0,0,1,0,0,1,-1,0,'','1','0'),(7399,'8996',505,'js_c16_lounger',4,0,0,1,0,0,4,-1,0,'','1','0'),(7400,'8997',268,'js_r16_boat',4,0,0,1,0,0,5,-1,0,'','1','0'),(7401,'8998',268,'js_r16_jelly',4,0,0,1,0,0,7,-1,0,'','1','0'),(7402,'8999',268,'js_r16_shark',4,0,0,1,0,0,8,-1,0,'','1','0'),(7403,'9000',505,'js_c16_cat',4,0,0,1,0,0,2,-1,0,'','1','0'),(7404,'9001',268,'js_r16_heli',4,0,0,1,0,0,6,-1,0,'','1','0'),(7405,'9002',505,'js_c16_drkcab',10,0,0,1,0,0,3,-1,0,'','1','1'),(7406,'9003',697,'olympics_c16_counter',4,0,0,1,0,0,12,-1,0,'','1','0'),(7407,'9004',697,'olympics_c16_softmat',4,0,0,1,0,0,17,-1,0,'','1','0'),(7408,'9005',697,'olympics_c16_pommel',4,0,0,1,0,0,16,-1,0,'','1','0'),(7409,'9006',697,'olympics_c16_weightrack',10,0,0,1,0,0,19,-1,0,'','1','0'),(7410,'9007',268,'olympics_r16_vendingmchn',4,0,0,1,0,0,24,-1,0,'','1','0'),(7411,'9008',697,'olympics_c16_plantdvdr',4,0,0,1,0,0,25,-1,0,'','1','0'),(7412,'9009',697,'olympics_c16_graperack',10,0,0,1,0,0,19,-1,0,'','1','0'),(7413,'9010',697,'olympics_c16_cadorack',10,0,0,1,0,0,10,-1,0,'','1','0'),(7414,'9011',268,'olympics_r16_cheerleader',4,0,0,1,0,0,44,-1,0,'','1','0'),(7415,'9012',742,'olympics_ltd16_missolympus',4,0,0,1,0,0,22,-1,0,'','1','0'),(7416,'9013',697,'olympics_c16_saladbar',4,0,0,1,0,0,28,-1,0,'','1','0'),(7417,'9014',697,'olympics_c16_merchdisplay',4,0,0,1,0,0,15,-1,0,'','1','0'),(7418,'9015',697,'olympics_c16_merch',10,0,0,1,0,0,21,-1,0,'','1','0'),(7419,'9016',697,'olympics_c16_banner',4,0,0,1,0,0,9,-1,0,'','1','0'),(7420,'9017',697,'olympics_c16_adsboard',4,0,0,1,0,0,8,-1,0,'','1','0'),(7421,'9018',697,'olympics_c16_bbeam',4,0,0,1,0,0,10,-1,0,'','1','0'),(7422,'9019',268,'olympics_r16_smoothie',4,0,0,1,0,0,46,-1,0,'','1','0'),(7423,'9020',697,'olympics_c16_yogamat1',4,0,0,1,0,0,37,-1,0,'','1','0'),(7424,'9021',697,'olympics_c16_yogamat2',4,0,0,1,0,0,38,-1,0,'','1','0'),(7425,'9022',697,'olympics_c16_yogamat3',4,0,0,1,0,0,20,-1,0,'','1','0'),(7426,'9023',697,'olympics_c16_yogamat4',4,0,0,1,0,0,40,-1,0,'','1','0'),(7427,'9024',697,'olympics_c16_yogamat5',4,0,0,1,0,0,21,-1,0,'','1','0'),(7428,'9025',697,'olympics_c16_yogamat6',4,0,0,1,0,0,42,-1,0,'','1','0'),(7429,'9026',697,'olympics_c16_emptrack',4,0,0,1,0,0,13,-1,0,'','1','0'),(7430,'9027',697,'olympics_c16_table',4,0,0,1,0,0,32,-1,0,'','1','0'),(7431,'9028',697,'olympics_c16_trampoline',4,0,0,1,0,0,33,-1,0,'','1','0'),(7432,'9029',697,'olympics_c16_veggiething',4,0,0,1,0,0,18,-1,0,'','1','0'),(7433,'9030',697,'olympics_c16_sportsbag',4,0,0,1,0,0,31,-1,0,'','1','0'),(7434,'9031',697,'olympics_c16_crosstrainer',4,0,0,1,0,0,14,10500,0,'','1','0'),(7435,'9032',697,'olympics_c16_glssdvdr',4,0,0,1,0,0,17,-1,0,'','1','0'),(7436,'9033',697,'olympics_c16_mannequin',4,0,0,1,0,0,309,-1,0,'','0','0'),(7437,'9034',697,'olympics_c16_rug',4,0,0,1,0,0,27,-1,0,'','1','0'),(7438,'9035',697,'olympics_c16_light',4,0,0,1,0,0,20,-1,0,'','1','0'),(7439,'9036',697,'olympics_c16_pillar',4,0,0,1,0,0,24,-1,0,'','1','0'),(7440,'9037',697,'olympics_c16_nanarack',4,0,0,1,0,0,23,-1,0,'','1','0'),(7441,'9038',697,'olympics_c16_sofa',3,0,0,1,0,0,29,-1,0,'','1','0'),(7442,'9039',697,'olympics_c16_fitnessduck',4,0,0,1,0,0,14,-1,0,'','1','0'),(7443,'9040',697,'olympics_c16_chair',2,0,0,1,0,0,11,-1,0,'','1','0'),(7444,'9041',268,'olympics_r16_gymfreak',4,0,0,1,0,0,23,-1,0,'','1','0'),(7445,'9042',697,'olympics_c16_swissball1',3,0,0,1,0,0,99,-1,0,'','1','0'),(7446,'9043',697,'olympics_c16_swissball2',3,0,0,1,0,0,99,-1,0,'','1','0'),(7447,'9044',697,'olympics_c16_swissball3',3,0,0,1,0,0,99,-1,0,'','1','0'),(7448,'9045',697,'olympics_c16_swissball4',3,0,0,1,0,0,99,-1,0,'','1','0'),(7449,'9046',697,'olympics_c16_swissball5',3,0,0,1,0,0,99,-1,0,'','1','0'),(7450,'9047',697,'olympics_c16_swissball6',3,0,0,1,0,0,99,-1,0,'','1','0'),(7451,'9048',697,'olympics_c16_treadmill',4,0,0,1,0,0,34,10501,0,'','1','0'),(7452,'9049',212,'garden_birdbath',4,0,0,1,0,0,6,-1,0,'','1','0'),(7453,'9050',212,'garden_basketflower',4,0,0,1,0,0,4,-1,0,'','1','0'),(7454,'9051',212,'garden_basket',4,0,0,1,0,0,3,-1,0,'','1','0'),(7455,'9052',212,'garden_climber',4,0,0,1,0,0,10,-1,0,'','1','0'),(7456,'9053',212,'garden_grass',4,0,0,1,0,0,14,-1,0,'','1','0'),(7457,'9054',212,'garden_pond',4,0,0,1,0,0,14,-1,0,'','1','0'),(7458,'9055',212,'garden_boots',4,0,0,1,0,0,7,-1,0,'','1','0'),(7459,'9056',212,'garden_patio',4,0,0,1,0,0,13,-1,0,'','1','0'),(7460,'9057',212,'garden_stonesteps',4,0,0,1,0,0,20,-1,0,'','1','0'),(7461,'9058',212,'garden_smallpot',4,0,0,1,0,0,19,-1,0,'','1','0'),(7462,'9059',212,'garden_fishgnome',4,0,0,1,0,0,11,-1,0,'','1','0'),(7463,'9060',212,'garden_rosearch',4,0,0,1,0,0,17,-1,0,'','1','0'),(7464,'9061',212,'garden_rosefence',4,0,0,1,0,0,18,-1,0,'','1','0'),(7465,'9062',212,'garden_chair',2,0,0,1,0,0,10,-1,0,'','1','0'),(7466,'9063',212,'garden_bigpot',4,0,0,1,0,0,5,-1,0,'','1','0'),(7467,'9064',212,'garden_table',2,0,0,1,0,0,21,-1,0,'','1','0'),(7468,'9065',212,'garden_flowerbed',4,0,0,1,0,0,12,-1,0,'','1','0'),(7469,'9066',360,'classic2_drinkmach2',4,0,0,1,0,0,5,-1,0,'','1','0'),(7470,'9067',360,'classic2_gate',4,0,0,1,0,0,8,-1,0,'','1','0'),(7471,'9068',360,'classic2_corner',4,0,0,1,0,0,2,-1,0,'','1','0'),(7472,'9069',360,'classic2_tray',4,0,0,1,0,0,13,-1,0,'','1','0'),(7473,'9070',360,'classic2_drinkcup',4,0,0,1,0,0,4,-1,0,'','1','0'),(7474,'9071',360,'classic2_drinkmach',4,0,0,1,0,0,6,-1,0,'','1','0'),(7475,'9072',360,'classic2_wall',4,0,0,1,0,0,14,-1,0,'','1','0'),(7476,'9073',360,'classic2_trashcan',4,0,0,1,0,0,14,-1,0,'','1','0'),(7477,'9074',360,'classic2_counter',4,0,0,1,0,0,3,-1,0,'','1','0'),(7478,'9075',360,'classic2_sofa',4,0,0,1,0,0,11,-1,0,'','1','0'),(7479,'9076',360,'classic2_plantdivdr.psd',4,0,0,1,0,0,10,-1,0,'','1','0'),(7480,'9077',360,'classic2_grill',4,0,0,1,0,0,9,-1,0,'','1','0'),(7481,'9078',360,'classic2_table',4,0,0,1,0,0,12,-1,0,'','1','0'),(7482,'9079',360,'classic2_floor',4,0,0,1,0,0,7,-1,0,'','1','0'),(7483,'9080',360,'classic2_burger',4,0,0,1,0,0,1,-1,0,'','1','0'),(7484,'9081',360,'classic2_napkin',4,0,0,1,0,0,10,-1,0,'','1','0'),(7485,'9082',361,'classic3_chair*0',4,0,0,1,0,0,19,-1,0,'','1','0'),(7486,'9083',361,'classic3_chair*1',4,0,0,1,0,0,37,-1,0,'','1','0'),(7487,'9084',361,'classic3_chair*2',4,0,0,1,0,0,38,-1,0,'','1','0'),(7488,'9085',361,'classic3_chair*3',4,0,0,1,0,0,20,-1,0,'','1','0'),(7489,'9086',361,'classic3_plant*0',4,0,0,1,0,0,64,-1,0,'','1','0'),(7490,'9087',361,'classic3_plant*1',4,0,0,1,0,0,65,-1,0,'','1','0'),(7491,'9088',361,'classic3_plant*2',4,0,0,1,0,0,66,-1,0,'','1','0'),(7492,'9089',361,'classic3_plant*3',4,0,0,1,0,0,31,-1,0,'','1','0'),(7493,'9090',361,'classic3_plant*4',4,0,0,1,0,0,32,-1,0,'','1','0'),(7494,'9091',361,'Classic BB pillar 1',4,0,0,1,0,0,29,-1,0,'','1','0'),(7495,'9092',361,'classic3_div2*0',4,0,0,1,0,0,42,-1,0,'','1','0'),(7496,'9093',361,'classic3_div2*1',4,0,0,1,0,0,22,-1,0,'','1','0'),(7497,'9094',361,'classic3_div2*2',4,0,0,1,0,0,44,-1,0,'','1','0'),(7498,'9095',361,'classic3_div2*3',4,0,0,1,0,0,23,-1,0,'','1','0'),(7499,'9096',361,'classic3_div2*4',4,0,0,1,0,0,46,-1,0,'','1','0'),(7500,'9097',361,'classic3_floor3*0',4,0,0,1,0,0,28,-1,0,'','1','0'),(7501,'9098',361,'classic3_floor3*1',4,0,0,1,0,0,57,-1,0,'','1','0'),(7502,'9099',361,'classic3_floor3*2',4,0,0,1,0,0,58,-1,0,'','1','0'),(7503,'9100',361,'classic3_floor3*3',4,0,0,1,0,0,59,-1,0,'','1','0'),(7504,'9101',361,'classic3_floor3*4',4,0,0,1,0,0,60,-1,0,'','1','0'),(7505,'9102',361,'Classic BB table',4,0,0,1,0,0,78,-1,0,'','1','0'),(7506,'9103',361,'Classic BB pillar 2',4,0,0,1,0,0,30,-1,0,'','1','0'),(7507,'9104',361,'Classic BB ticket',4,0,0,1,0,0,79,-1,0,'','1','0'),(7508,'9105',361,'classic3_sofa*0',4,0,0,1,0,0,33,-1,0,'','1','0'),(7509,'9106',361,'classic3_sofa*1',4,0,0,1,0,0,70,-1,0,'','1','0'),(7510,'9107',361,'classic3_sofa*2',4,0,0,1,0,0,34,-1,0,'','1','0'),(7511,'9108',361,'classic3_sofa*3',4,0,0,1,0,0,35,-1,0,'','1','0'),(7512,'9109',361,'classic3_floor2',4,0,0,1,0,0,27,-1,0,'','1','0'),(7513,'9110',361,'classic3_stool*0',4,0,0,1,0,0,36,-1,0,'','1','0'),(7514,'9111',361,'classic3_stool*1',4,0,0,1,0,0,37,-1,0,'','1','0'),(7515,'9112',361,'classic3_stool*2',4,0,0,1,0,0,75,-1,0,'','1','0'),(7516,'9113',361,'classic3_stool*3',4,0,0,1,0,0,76,-1,0,'','1','0'),(7517,'9114',361,'Classic BB lock',4,0,0,1,0,0,18,-1,0,'','1','0'),(7518,'9115',361,'classic3_floor1',4,0,0,1,0,0,50,-1,0,'','1','0'),(7519,'9116',361,'classic3_bench*0',4,0,0,1,0,0,31,-1,0,'','1','0'),(7520,'9117',361,'classic3_bench*1',4,0,0,1,0,0,32,-1,0,'','1','0'),(7521,'9118',361,'classic3_bench*2',4,0,0,1,0,0,33,-1,0,'','1','0'),(7522,'9119',361,'classic3_bench*3',4,0,0,1,0,0,34,-1,0,'','1','0'),(7523,'9120',361,'classic3_wall2*0',4,0,0,1,0,0,87,-1,0,'','1','0'),(7524,'9121',361,'classic3_wall2*1',4,0,0,1,0,0,82,-1,0,'','1','0'),(7525,'9122',361,'classic3_wall2*2',4,0,0,1,0,0,83,-1,0,'','1','0'),(7526,'9123',361,'classic3_wall2*3',4,0,0,1,0,0,84,-1,0,'','1','0'),(7527,'9124',361,'classic3_wall2*4',4,0,0,1,0,0,39,-1,0,'','1','0'),(7528,'9125',361,'classic3_wall2*5',4,0,0,1,0,0,86,-1,0,'','1','0'),(7529,'9126',361,'classic3_wall2*6',4,0,0,1,0,0,87,-1,0,'','1','0'),(7530,'9127',361,'classic3_wall2*7',4,0,0,1,0,0,88,-1,0,'','1','0'),(7531,'9128',361,'Classic BB wall 1',4,0,5,1,0,0,38,-1,0,'','1','0'),(7532,'9129',361,'Classic BB pillar 3',4,0,0,1,0,0,63,-1,0,'','1','0'),(7533,'9130',361,'Classic BB railing',4,0,0,1,0,0,21,-1,0,'','1','0'),(7534,'9131',258,'rare_colourable_marquee_1',0,7200,5,1,0,0,8,-1,0,'','1','0'),(7535,'9132',258,'rare_colourable_scifirocket_1',0,7200,5,1,0,0,14,-1,0,'','1','0'),(7536,'9133',258,'rare_colourable_fountain_1',0,7200,5,1,0,0,6,-1,0,'','1','0'),(7537,'9134',610,'hhistory_r16_crackable',7,0,0,1,0,0,12,-1,0,'','1','0'),(7538,'9135',258,'rare_colourable_wooden_screen_1',0,7200,5,1,0,0,13,-1,0,'','1','0'),(7539,'9136',258,'Taivaansininen lohikäärme',0,7200,5,1,0,0,3,-1,0,'','1','0'),(7540,'9137',258,'rare_colourable_parasol_1',0,7200,5,1,0,0,9,-1,0,'','1','0'),(7541,'9138',258,'rare_colourable_pillar_1',0,7200,5,1,0,0,10,-1,0,'','1','0'),(7542,'9139',258,'Taivaansininen mehiläislamppu',0,7200,5,1,0,0,2,-1,0,'','1','0'),(7543,'9140',258,'rare_colourable_icecream_1',0,7200,5,1,0,0,7,-1,0,'','1','0'),(7544,'9141',258,'rare_colourable_elephant_statue_1',0,7200,5,1,0,0,4,-1,0,'','1','0'),(7545,'9142',258,'rare_colourable_scifidoor_1',0,7200,5,1,0,0,11,-1,0,'','1','0'),(7546,'9143',258,'rare_colourable_fan_1',0,7200,5,1,0,0,5,-1,0,'','1','0'),(7547,'9144',258,'Taivaansininen tyyny',0,7200,5,1,0,0,10,-1,0,'','1','0'),(7548,'9145',258,'rare_colourable_scifiport_1',0,7200,5,1,0,0,12,-1,0,'','1','0'),(7549,'9146',258,'rare_colourable_barrier_2',0,7200,5,1,0,0,1,-1,0,'','1','0'),(7550,'9147',397,'hween_c16_teleport',4,0,0,1,0,0,37,-1,0,'','1','0'),(7551,'9148',676,'Lounge Armchair',4,0,0,1,0,0,14,-1,0,'','1','0'),(7552,'9149',397,'hween_c16_roundtable',2,0,0,1,0,0,18,-1,0,'','1','0'),(7553,'9150',397,'hween_c16_barchair',2,0,0,1,0,0,5,-1,0,'','1','0'),(7554,'9151',676,'Hotel Lobby Lamp',4,0,0,1,0,0,34,-1,0,'','1','0'),(7555,'9152',397,'hween_c16_balcony',4,0,0,1,0,0,1,-1,0,'','1','0'),(7556,'9153',397,'hween_c16_fireplace',4,0,0,1,0,0,20,-1,0,'','1','0'),(7557,'9154',666,'hween_r16_crackable2',7,0,0,1,0,0,21,-1,0,'','1','0'),(7558,'9155',676,'Cabinet of Curiosities',4,0,0,1,0,0,14,-1,0,'','1','0'),(7559,'9156',722,'hween_r16_chandelier',4,0,0,1,0,0,-1,-1,0,'','1','0'),(7560,'9157',676,'Bar Stool',4,0,0,1,0,0,6,-1,0,'','1','0'),(7561,'9158',722,'hween_c16_ghostash',4,0,0,1,0,0,24,-1,0,'','1','0'),(7562,'9159',397,'hween_c16_webs',4,0,0,1,0,0,44,-1,0,'','1','0'),(7563,'9160',676,'Magnificent Fireplace',4,0,0,1,0,0,21,-1,0,'','1','0'),(7564,'9161',397,'hween_c16_wall',4,0,0,1,0,0,42,-1,0,'','1','0'),(7565,'9162',397,'hween_c16_vase',4,0,0,1,0,0,40,-1,0,'','1','0'),(7566,'9163',676,'hween_c16_balcony2',4,0,0,1,0,0,2,-1,0,'','1','0'),(7567,'9164',666,'hween_c16_crackable1',7,0,0,1,0,0,18,-1,0,'','1','0'),(7568,'9165',676,'hween_r16_piano2',4,0,0,1,0,0,-3,-1,0,'','1','0'),(7569,'9166',676,'Patterned Table',4,0,0,1,0,0,19,-1,0,'','1','0'),(7570,'9167',676,'Four Poster Bed',4,0,0,1,0,0,8,-1,0,'','1','0'),(7571,'9168',676,'Marble Bar',4,0,0,1,0,0,4,-1,0,'','1','0'),(7572,'9169',678,'hween_c16_ghostmchn',4,0,0,1,0,0,-4,-1,0,'','1','0'),(7573,'9170',397,'Pahis-frankin patsas',4,0,0,1,0,0,10,-1,0,'','1','0'),(7574,'9171',580,'clothing_r16_catface',0,75,0,1,0,0,4,-1,0,'0','1','0'),(7575,'9172',676,'hween_c16_floor2',4,0,0,1,0,0,23,-1,0,'','1','0'),(7576,'9173',397,'hween_c16_vanity',4,0,0,1,0,0,38,-1,0,'','1','0'),(7577,'9174',397,'hween_c16_endtable',2,0,0,1,0,0,18,-1,0,'','1','0'),(7578,'9175',676,'Hotel Wall',4,0,0,1,0,0,22,-1,0,'','1','0'),(7579,'9176',397,'hween_c16_floor',1,0,0,1,0,0,15,-1,0,'','1','0'),(7580,'9177',397,'hween_c16_cabinet',4,0,0,1,0,0,12,-1,0,'','1','0'),(7581,'9178',722,'hween_r16_piano',4,0,0,1,0,0,99,-1,0,'','1','0'),(7582,'9179',397,'hween_c16_bkcase',4,0,0,1,0,0,9,-1,0,'','1','0'),(7583,'9180',676,'Evil Frank Bust',4,0,0,1,0,0,11,-1,0,'','1','0'),(7584,'9181',676,'Creaking Stairs',4,0,0,1,0,0,32,-1,0,'','1','0'),(7585,'9182',397,'hween_c16_ladder',4,0,0,1,0,0,31,-1,0,'','1','0'),(7586,'9183',742,'hween_ltd16_ghostcar',4,0,0,1,0,0,13,-1,0,'','1','0'),(7587,'9184',676,'Mahogany Bookcase',4,0,0,1,0,0,10,-1,0,'','1','0'),(7588,'9185',397,'hween_c16_glasstable',4,0,0,1,0,0,99,-1,0,'','1','0'),(7589,'9186',397,'hween_c16_bed',4,0,0,1,0,0,7,-1,0,'','1','0'),(7590,'9187',397,'hween_c16_lamp',4,0,0,1,0,0,33,-1,0,'','1','0'),(7591,'9188',722,'hween_c16_ghostorb',4,0,0,1,0,0,27,-1,0,'','1','0'),(7592,'9189',676,'Ornate Coffee Table',4,0,0,1,0,0,17,-1,0,'','1','0'),(7593,'9190',397,'hween_c16_chair',2,0,0,1,0,0,13,-1,0,'','1','0'),(7594,'9191',722,'hween_c16_ghostvial',4,0,0,1,0,0,28,-1,0,'','1','0'),(7595,'9192',676,'Vanity Mirror',4,0,0,1,0,0,20,-1,0,'','1','0'),(7596,'9193',676,'Bedside Table',4,0,0,1,0,0,19,-1,0,'','1','0'),(7597,'9194',397,'hween_c16_bar',4,0,0,1,0,0,3,-1,0,'','1','0'),(7598,'9195',676,'hween_r16_chandelier2',4,0,0,1,0,0,-2,-1,0,'','1','0'),(7599,'9196',676,'Opulent Vase',4,0,0,1,0,0,21,-1,0,'','1','0'),(7600,'9197',580,'clothing_r16_cyclops',0,75,0,1,0,0,3,-1,0,'0','1','0'),(7601,'9198',423,'fxbox_fx16',0,150,0,1,0,0,2,-1,0,'','1','0'),(7602,'9199',429,'test_ltd',4,0,0,1,0,0,310,-1,0,'','0','0'),(7603,'9200',429,'test_ltd2',4,0,0,1,0,0,311,-1,0,'','0','0'),(7604,'9201',486,'xmas_c16_elf8',4,0,0,1,0,0,31,-1,0,'','1','0'),(7605,'9202',486,'xmas_c16_woodfloor',2,0,0,1,0,0,49,-1,0,'','1','0'),(7606,'9203',486,'xmas_c16_fireplace',4,0,0,1,0,0,33,-1,0,'','1','0'),(7607,'9204',486,'xmas_c16_dvdr',4,0,0,1,0,0,21,-1,0,'','1','0'),(7608,'9205',268,'xmas_r16_throne',4,0,0,1,0,0,-1,-1,0,'','1','0'),(7609,'9206',202,'clothing_bearhat',6,0,0,1,0,0,29,-1,0,'0','1','0'),(7610,'9207',486,'xmas_c16_woodtile',1,0,0,1,0,0,50,-1,0,'','1','0'),(7611,'9208',486,'xmas_c16_deskitems',5,0,0,1,0,0,14,-1,0,'','1','0'),(7612,'9209',580,'clothing_r16_icetiara',0,75,0,1,0,0,2,-1,0,'0','1','0'),(7613,'9210',486,'xmas_c16_chair',2,0,0,1,0,0,4,-1,0,'','1','0'),(7614,'9211',729,'xmas_c16_creature3 name',4,0,0,1,0,0,7,-1,0,'','1','0'),(7615,'9212',486,'xmas_c16_banner',4,0,0,1,0,0,2,-1,0,'','1','0'),(7616,'9213',486,'xmas_c16_presentstack',4,0,0,1,0,0,40,-1,0,'','1','0'),(7617,'9214',729,'xmas_c16_creature7 name',4,0,0,1,0,0,10,-1,0,'','1','0'),(7618,'9215',200,'clothing_bear',6,0,0,1,0,0,7,-1,0,'0','1','0'),(7619,'9216',729,'xmas_c16_elf9',4,0,0,1,0,0,32,-1,0,'','1','0'),(7620,'9217',729,'xmas_c16_elf7',4,0,0,1,0,0,17,-1,0,'','1','0'),(7621,'9218',729,'xmas_c16_elf3',4,0,0,1,0,0,16,-1,0,'','1','0'),(7622,'9219',486,'xmas_c16_diningtable',4,0,0,1,0,0,18,-1,0,'','1','0'),(7623,'9220',486,'xmas_c16_diningbench',4,0,0,1,0,0,17,-1,0,'','1','0'),(7624,'9221',486,'xmas_c16_food2',4,0,0,1,0,0,18,-1,0,'','1','0'),(7625,'9222',486,'xmas_c16_roundtable',5,0,0,1,0,0,21,-1,0,'','1','0'),(7626,'9223',486,'xmas_c16_balcony',4,0,0,1,0,0,1,-1,0,'','1','0'),(7627,'9224',729,'xmas_c16_creature5 name',4,0,0,1,0,0,9,-1,0,'','1','0'),(7628,'9225',486,'xmas_c16_wreathdeco',4,0,0,1,0,0,51,-1,0,'','1','0'),(7629,'9226',486,'xmas_c16_dresser',4,0,0,1,0,0,20,-1,0,'','1','0'),(7630,'9227',486,'xmas_c16_desk',5,0,0,1,0,0,14,-1,0,'','1','0'),(7631,'9228',486,'xmas_c16_food3',4,0,0,1,0,0,19,-1,0,'','1','0'),(7632,'9229',310,'clothing_bearscarf',6,0,0,1,0,0,19,-1,0,'0','1','0'),(7633,'9230',669,'xmas_c16_stocking',7,0,0,1,0,0,28,-1,0,'','1','0'),(7634,'9231',486,'xmas_c16_tinybed',4,0,0,1,0,0,46,-1,0,'','1','0'),(7635,'9232',669,'xmas_c16_egg',7,0,0,1,0,0,27,-1,0,'','1','0'),(7636,'9233',486,'xmas_c16_elf1',4,0,0,1,0,0,23,-1,0,'','1','0'),(7637,'9234',486,'xmas_c16_tele',4,0,0,1,0,0,23,-1,0,'','1','0'),(7638,'9235',310,'clothing_reindeer',6,0,0,1,0,0,18,-1,0,'0','1','0'),(7639,'9236',486,'xmas_c16_door',4,0,0,1,0,0,19,-1,0,'','1','0'),(7640,'9237',486,'xmas_c16_elf10',4,0,0,1,0,0,24,-1,0,'','1','0'),(7641,'9238',729,'xmas_c16_creature1',4,0,0,1,0,0,5,-1,0,'','1','0'),(7642,'9239',486,'xmas_c16_elf6',4,0,0,1,0,0,29,-1,0,'','1','0'),(7643,'9240',486,'xmas_c16_deskcandles',5,0,0,1,0,0,13,-1,0,'','1','0'),(7644,'9241',486,'xmas_c16_elf4',4,0,0,1,0,0,27,-1,0,'','1','0'),(7645,'9242',729,'xmas_c16_creature6 name',4,0,0,1,0,0,10,-1,0,'','1','0'),(7646,'9243',486,'xmas_c16_food1',4,0,0,1,0,0,34,-1,0,'','1','0'),(7647,'9244',204,'clothing_xmas2',5,0,0,1,0,0,15,-1,0,'0','1','0'),(7648,'9245',486,'xmas_c16_rug',4,0,0,1,0,0,42,-1,0,'','1','0'),(7649,'9246',729,'xmas_c16_creature9 name',4,0,0,1,0,0,12,-1,0,'','1','0'),(7650,'9247',580,'clothing_r16_cathat',0,75,0,1,0,0,1,-1,0,'0','1','0'),(7651,'9248',486,'xmas_c16_sofa',3,0,0,1,0,0,22,-1,0,'','1','0'),(7652,'9249',486,'xmas_c16_tinychair',4,0,0,1,0,0,24,-1,0,'','1','0'),(7653,'9250',486,'xmas_c16_wall',4,0,0,1,0,0,48,-1,0,'','1','0'),(7654,'9251',729,'xmas_c16_creature4 name',4,0,0,1,0,0,8,-1,0,'','1','0'),(7655,'9252',204,'clothing_xmas3',5,0,0,1,0,0,21,-1,0,'0','1','0'),(7656,'9253',486,'xmas_c16_candles',4,0,0,1,0,0,3,-1,0,'','1','0'),(7657,'9254',729,'xmas_c16_elf2',4,0,0,1,0,0,25,-1,0,'','1','0'),(7658,'9255',486,'xmas_c16_pillarlight',4,0,0,1,0,0,20,-1,0,'','1','0'),(7659,'9256',729,'xmas_c16_creature8 name',4,0,0,1,0,0,11,-1,0,'','1','0'),(7660,'9257',486,'xmas_c16_mailshelf',5,0,0,1,0,0,37,-1,0,'','1','0'),(7661,'9258',729,'xmas_c16_creature2 name',4,0,0,1,0,0,6,-1,0,'','1','0'),(7662,'9259',486,'xmas_c16_elf5',4,0,0,1,0,0,28,-1,0,'','1','0'),(7663,'9260',268,'xmas_r16_owl',4,0,0,1,0,0,0,-1,0,'','1','0'),(7664,'9261',742,'xmas_ltd16_bearbed',4,0,0,1,0,0,34,-1,0,'','1','0'),(7665,'9262',204,'clothing_xmas4',5,0,0,1,0,0,20,-1,0,'0','1','0'),(7666,'9263',310,'clothing_longscarf',6,0,0,1,0,0,34,-1,0,'0','1','0'),(7667,'9264',236,'virus_r16_piratank',4,0,0,1,0,0,99,-1,0,'','1','0'),(7668,'9265',236,'virus_r16_crabtank',4,0,0,1,0,0,99,-1,0,'','1','0'),(7669,'9266',236,'virus_r16_eeltank',4,0,0,1,0,0,99,-1,0,'','1','0'),(7670,'9267',236,'virus_r16_troptank',4,0,0,1,0,0,99,-1,0,'','1','0'),(7671,'9268',236,'virus_r16_pufftank',4,0,0,1,0,0,99,-1,0,'','1','0'),(7672,'9269',236,'virus_r16_turttank',4,0,0,1,0,0,99,-1,0,'','1','0'),(7673,'9270',236,'virus_r16_angtank',4,0,0,1,0,0,99,-1,0,'','1','0'),(7674,'9271',362,'classic5_sofa',4,0,0,1,0,0,4,-1,0,'','1','0'),(7675,'9272',362,'classic5_table_yel',4,0,0,1,0,0,9,-1,0,'','1','0'),(7676,'9273',362,'classic5_stage',4,0,0,1,0,0,6,-1,0,'','1','0'),(7677,'9274',362,'classic5_speaker',4,0,0,1,0,0,5,-1,0,'','1','0'),(7678,'9275',362,'classic5_floor',4,0,0,1,0,0,3,-1,0,'','1','0'),(7679,'9276',362,'classic5_wall',4,0,0,1,0,0,10,-1,0,'','1','0'),(7680,'9277',362,'classic5_chair_blu',4,0,0,1,0,0,1,-1,0,'','1','0'),(7681,'9278',362,'classic5_stairs',4,0,0,1,0,0,7,-1,0,'','1','0'),(7682,'9279',362,'classic5_chair_yel',4,0,0,1,0,0,2,-1,0,'','1','0'),(7683,'9280',362,'classic5_table_blu',4,0,0,1,0,0,8,-1,0,'','1','0'),(7684,'9281',664,'bonusbag16_3',7,0,0,1,0,0,3,-1,0,'','1','0'),(7685,'9282',662,'bonusrare16_7*1',0,50,0,1,0,0,1,-1,0,'','1','0'),(7686,'9283',662,'bonusrare16_7*2',0,50,0,1,0,0,2,-1,0,'','1','0'),(7687,'9284',662,'bonusrare16_7*3',0,50,0,1,0,0,3,-1,0,'','1','0'),(7688,'9285',662,'bonusrare16_7*4',0,50,0,1,0,0,4,-1,0,'','1','0'),(7689,'9286',662,'bonusrare16_7*5',0,50,0,1,0,0,5,-1,0,'','1','0'),(7690,'9287',662,'bonusrare16_7*6',0,50,0,1,0,0,6,-1,0,'','1','0'),(7691,'9288',668,'ny17_crackable',7,0,0,1,0,0,99,-1,0,'','1','0'),(7692,'9289',583,'clothing_r16_party14',0,75,0,1,0,0,6,-1,0,'0','1','0'),(7693,'9290',302,'cny17_roosterballoon',4,0,0,1,0,0,16,-1,0,'','1','0'),(7694,'9291',583,'clothing_r16_party13',0,75,0,1,0,0,5,-1,0,'0','1','0'),(7695,'9292',583,'clothing_r16_party11',0,75,0,1,0,0,3,-1,0,'0','1','0'),(7696,'9293',583,'clothing_r16_party9',0,75,0,1,0,0,1,-1,0,'0','1','0'),(7697,'9294',583,'clothing_r16_party12',0,75,0,1,0,0,4,-1,0,'0','1','0'),(7698,'9295',583,'clothing_r16_party10',0,75,0,1,0,0,2,-1,0,'0','1','0'),(7699,'9296',356,'clothing_wink',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7700,'9297',356,'clothing_love',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7701,'9298',356,'clothing_surprised',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7702,'9299',356,'clothing_happy',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7703,'9300',356,'clothing_poop',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7704,'9301',356,'clothing_angry',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7705,'9302',356,'clothing_sad',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7706,'9303',356,'clothing_excited',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7707,'9304',356,'clothing_cool',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7708,'9305',356,'clothing_shy',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7709,'9306',356,'clothing_bobba',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7710,'9307',356,'clothing_silly',10,1,5,1,0,0,0,-1,0,'0','1','1'),(7711,'9308',363,'classic6_stool',4,0,0,1,0,0,11,-1,0,'','1','0'),(7712,'9309',363,'classic6_sofa',4,0,0,1,0,0,10,-1,0,'','1','0'),(7713,'9310',363,'classic6_tearice',4,0,0,1,0,0,12,-1,0,'','1','0'),(7714,'9311',363,'classic6_bigtable',4,0,0,1,0,0,2,-1,0,'','1','0'),(7715,'9312',363,'classic6_chair',4,0,0,1,0,0,3,-1,0,'','1','0'),(7716,'9313',363,'classic6_endtable',4,0,0,1,0,0,5,-1,0,'','1','0'),(7717,'9314',363,'classic6_lowtable',4,0,0,1,0,0,8,-1,0,'','1','0'),(7718,'9315',363,'classic6_lantern',4,0,0,1,0,0,7,-1,0,'','1','0'),(7719,'9316',363,'classic6_wall',4,0,0,1,0,0,13,-1,0,'','1','0'),(7720,'9317',363,'Hardwood Floor',4,0,0,1,0,0,14,-1,0,'','1','0'),(7721,'9318',363,'Stone Tiled Floor',4,0,0,1,0,0,10,-1,0,'','1','0'),(7722,'9319',363,'classic6_arch',4,0,0,1,0,0,1,-1,0,'','1','0'),(7723,'9320',363,'classic6_vase',4,0,0,1,0,0,14,-1,0,'','1','0'),(7724,'9321',363,'classic6_food',4,0,0,1,0,0,6,-1,0,'','1','0'),(7725,'9322',363,'classic6_mat',4,0,0,1,0,0,9,-1,0,'','1','0'),(7726,'9323',363,'classic6_dvdr',4,0,0,1,0,0,4,-1,0,'','1','0'),(7727,'9324',239,'bc_gift_31days',7,0,0,1,0,0,2,-1,0,'','1','0'),(7728,'9325',239,'hc_gift_14days',7,0,0,1,0,0,3,-1,0,'','1','0'),(7729,'9326',239,'hc_gift_31days',7,0,0,1,0,0,4,-1,0,'','1','0'),(7730,'9327',239,'bc_gift_14days',7,0,0,1,0,0,1,-1,0,'','1','0'),(7731,'9328',302,'Rooster Statue',4,0,0,1,0,0,6,-1,0,'','1','0'),(7732,'9329',598,'rare_prize17_14',0,50,0,1,0,0,1,-1,0,'','1','0'),(7733,'9330',598,'rare_prize17_10',0,50,0,1,0,0,10,-1,0,'','1','0'),(7734,'9331',598,'rare_prize17_11',0,50,0,1,0,0,10,-1,0,'','1','0'),(7735,'9332',598,'rare_prize17_12',0,50,0,1,0,0,11,-1,0,'','1','0'),(7736,'9333',598,'rare_prize17_13',0,50,0,1,0,0,12,-1,0,'','1','0'),(7737,'9334',598,'rare_prize17*14',0,50,0,1,0,0,14,-1,0,'','1','0'),(7738,'9335',598,'rare_prize17_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(7739,'9336',598,'rare_prize17_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(7740,'9337',598,'rare_prize17_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(7741,'9338',598,'rare_prize17_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(7742,'9339',598,'rare_prize17_6',0,50,0,1,0,0,6,-1,0,'','1','0'),(7743,'9340',598,'rare_prize17_7',0,50,0,1,0,0,7,-1,0,'','1','0'),(7744,'9341',598,'rare_prize17_8',0,50,0,1,0,0,8,-1,0,'','1','0'),(7745,'9342',598,'rare_prize17_9',0,50,0,1,0,0,9,-1,0,'','1','0'),(7746,'9343',659,'bonusrare17_1*0',0,50,0,1,0,0,0,-1,0,'','1','0'),(7747,'9344',659,'bonusrare17_1_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(7748,'9345',659,'bonusrare17_1_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(7749,'9346',659,'bonusrare17_1_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(7750,'9347',659,'bonusrare17_1_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(7751,'9348',659,'bonusrare17_1_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(7752,'9349',659,'bonusrare17_4_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(7753,'9350',659,'bonusrare17_4_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(7754,'9351',659,'bonusrare17_4_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(7755,'9352',659,'bonusrare17_4_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(7756,'9353',659,'bonusrare17_4_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(7757,'9354',659,'bonusrare17_4_6',0,50,0,1,0,0,6,-1,0,'','1','0'),(7758,'9355',659,'bonusrare17_3_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(7759,'9356',659,'bonusrare17_3_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(7760,'9357',659,'bonusrare17_3_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(7761,'9358',659,'bonusrare17_3_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(7762,'9359',659,'bonusrare17_3_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(7763,'9360',659,'bonusrare17_3_6',0,50,0,1,0,0,6,-1,0,'','1','0'),(7764,'9361',659,'bonusrare17_2*0',0,50,0,1,0,0,0,-1,0,'','1','0'),(7765,'9362',659,'bonusrare17_2_1',0,50,0,1,0,0,1,-1,0,'','1','0'),(7766,'9363',659,'bonusrare17_2_2',0,50,0,1,0,0,2,-1,0,'','1','0'),(7767,'9364',659,'bonusrare17_2_3',0,50,0,1,0,0,3,-1,0,'','1','0'),(7768,'9365',659,'bonusrare17_2_4',0,50,0,1,0,0,4,-1,0,'','1','0'),(7769,'9366',659,'bonusrare17_2_5',0,50,0,1,0,0,5,-1,0,'','1','0'),(7770,'9367',364,'classic7_gate',4,0,0,1,0,0,10,-1,0,'','1','0'),(7771,'9368',364,'classic7_stage',4,0,0,1,0,0,10,-1,0,'','1','0'),(7772,'9369',364,'classic7_dvdr',4,0,0,1,0,0,7,-1,0,'','1','0'),(7773,'9370',364,'classic7_drinks',4,0,0,1,0,0,6,-1,0,'','1','0'),(7774,'9371',364,'classic7_table',4,0,0,1,0,0,14,-1,0,'','1','0'),(7775,'9372',364,'classic7_drinkdispenser',4,0,0,1,0,0,5,-1,0,'','1','0'),(7776,'9373',364,'classic7_djbooth',4,0,0,1,0,0,3,-1,0,'','1','0'),(7777,'9374',364,'classic7_floor',4,0,0,1,0,0,8,-1,0,'','1','0'),(7778,'9375',364,'classic7_starlight',4,0,0,1,0,0,12,-1,0,'','1','0'),(7779,'9376',364,'classic7_chair',4,0,0,1,0,0,1,-1,0,'','1','0'),(7780,'9377',364,'classic7_tree',4,0,0,1,0,0,13,-1,0,'','1','0'),(7781,'9378',364,'classic7_stairs',4,0,0,1,0,0,11,-1,0,'','1','0'),(7782,'9379',364,'classic7_wall',4,0,0,1,0,0,14,-1,0,'','1','0'),(7783,'9380',364,'classic7_drinkcabinet',4,0,0,1,0,0,4,-1,0,'','1','0'),(7784,'9381',364,'classic7_fridge',4,0,0,1,0,0,9,-1,0,'','1','0'),(7785,'9382',364,'classic7_crn',4,0,0,1,0,0,2,-1,0,'','1','0'),(7786,'9383',577,'clothing_r17_wedveil',0,500,0,1,0,0,23,-1,0,'0','1','0'),(7787,'9384',577,'clothing_r17_weddingdress',0,75,0,1,0,0,15,-1,0,'0','1','0'),(7788,'9385',577,'clothing_r17_weddingset',0,1500,0,1,0,0,21,-1,0,'0','1','0'),(7789,'9386',449,'val_c17_roseplant',4,0,0,1,0,0,4,-1,0,'','1','0'),(7790,'9387',449,'val_c17_chair',2,0,0,1,0,0,2,-1,0,'','1','0'),(7791,'9388',449,'val_c17_rosedivider',3,0,0,1,0,0,3,-1,0,'','1','0'),(7792,'9389',449,'val_c17_bandstand',4,0,0,1,0,0,1,-1,0,'','1','0'),(7793,'9390',449,'val_c17_vase',4,0,0,1,0,0,5,-1,0,'','1','0'),(7794,'9391',743,'val_r17_organltd',4,0,0,1,0,0,29,-1,0,'','1','0'),(7795,'9392',585,'clothing_goldpack2',0,2000,0,1,0,0,0,-1,0,'0','1','0'),(7796,'9393',250,'exotic_r17_chamele',4,0,0,1,0,0,99,-1,0,'','1','0'),(7797,'9394',250,'exotic_r17_treefrog',4,0,0,1,0,0,99,-1,0,'','1','0'),(7798,'9395',250,'exotic_r17_snake',4,0,0,1,0,0,99,-1,0,'','1','0'),(7799,'9396',250,'exotic_r17_chipmunk',4,0,0,1,0,0,99,-1,0,'','1','0'),(7800,'9397',250,'exotic_r17_birds',4,0,0,1,0,0,99,-1,0,'','1','0'),(7801,'9398',250,'exotic_r17_bat',4,0,0,1,0,0,99,-1,0,'','1','0'),(7802,'9399',250,'exotic_r17_chinchil',4,0,0,1,0,0,99,-1,0,'','1','0'),(7803,'9400',250,'exotic_r17_sloth',4,0,0,1,0,0,99,-1,0,'','1','0'),(7804,'9401',119,'mall_c17_tele',4,0,0,1,0,0,312,-1,0,'','0','0'),(7805,'9402',119,'mall_c17_kiosk',4,0,0,1,0,0,313,-1,0,'','0','0'),(7806,'9403',573,'mall_r17_coffeem',4,0,0,1,0,0,314,-1,0,'','0','0'),(7807,'9404',383,'easter_c17_fence2',4,0,0,1,0,0,24,-1,0,'','1','0'),(7808,'9405',203,'clothing_apron',5,0,0,1,0,0,13,-1,0,'0','1','0'),(7809,'9406',383,'easter_c17_barngate',4,0,0,1,0,0,3,-1,0,'','1','0'),(7810,'9407',383,'easter_c17_table',4,0,0,1,0,0,21,-1,0,'','1','0'),(7811,'9408',728,'easter_c17_floweringbush',4,0,0,1,0,0,16,-1,0,'','1','0'),(7812,'9409',383,'easter_c17_appletree',10,0,0,1,0,0,-3,-1,0,'','1','0'),(7813,'9410',728,'clothing_r17_cow',0,1500,0,1,0,0,20,-1,0,'0','1','0'),(7814,'9411',383,'easter_c17_flour',4,0,0,1,0,0,25,-1,0,'','1','0'),(7815,'9412',678,'easter_c17_combistove',4,0,0,1,0,0,18,-1,0,'','1','0'),(7816,'9413',201,'clothing_crownbraid',6,0,0,1,0,0,33,-1,0,'0','1','0'),(7817,'9414',383,'easter_c17_chickens',4,0,0,1,0,0,11,-1,0,'','1','0'),(7818,'9415',743,'easter_ltd17_harvestgoddess',3,0,0,1,0,0,99,-1,0,'','1','0'),(7819,'9416',667,'easter_c17_egg',3,0,0,1,0,0,99,-1,0,'','1','0'),(7820,'9417',383,'easter_c17_barn',4,0,0,1,0,0,2,-1,0,'','1','0'),(7821,'9418',676,'easter_c17_fruitsalad',4,0,0,1,0,0,27,-1,0,'','1','0'),(7822,'9419',676,'easter_c17_berrycupcake',4,0,0,1,0,0,5,-1,0,'','1','0'),(7823,'9420',383,'easter_c17_fence',4,0,0,1,0,0,23,-1,0,'','1','0'),(7824,'9421',676,'easter_c17_raspjam',4,0,0,1,0,0,33,-1,0,'','1','0'),(7825,'9422',383,'easter_c17_gate',4,0,0,1,0,0,28,-1,0,'','1','0'),(7826,'9423',676,'easter_c17_pastries',4,0,0,1,0,0,29,-1,0,'','1','0'),(7827,'9424',383,'easter_c17_peachtree',4,0,0,1,0,0,-2,-1,0,'','1','0'),(7828,'9425',728,'easter_c17_leafsprout',3,0,0,1,0,0,99,-1,0,'','1','0'),(7829,'9426',728,'clothing_r17_chicken',0,1500,0,1,0,0,19,-1,0,'0','1','0'),(7830,'9427',383,'easter_c17_roof2',4,0,0,1,0,0,18,-1,0,'','1','0'),(7831,'9428',676,'easter_c17_choctart',4,0,0,1,0,0,14,-1,0,'','1','0'),(7832,'9429',383,'easter_c17_peartree',10,0,0,1,0,0,-1,-1,0,'','1','0'),(7833,'9430',383,'easter_c17_windmill',4,0,0,1,0,0,22,10501,0,'','1','0'),(7834,'9431',677,'easter_c17_strawbsbush',4,0,0,1,0,0,37,-1,0,'','1','0'),(7835,'9432',383,'easter_c17_collie',4,0,0,1,0,0,17,-1,0,'','1','0'),(7836,'9433',728,'easter_c17_sapling',3,0,0,1,0,0,99,-1,0,'','1','0'),(7837,'9434',677,'easter_c17_raspbush',4,0,0,1,0,0,32,-1,0,'','1','0'),(7838,'9435',676,'easter_c17_strawbsjam',4,0,0,1,0,0,20,-1,0,'','1','0'),(7839,'9436',677,'easter_c17_carrot',4,0,0,1,0,0,9,-1,0,'','1','0'),(7840,'9437',676,'easter_c17_choccupcake',4,0,0,1,0,0,13,-1,0,'','1','0'),(7841,'9438',383,'easter_c17_sprinkler',4,0,0,1,0,0,19,-1,0,'','1','0'),(7842,'9439',383,'easter_c17_coop',4,0,0,1,0,0,19,-1,0,'','1','0'),(7843,'9440',251,'cowbox',0,1500,0,1,0,0,1,-1,0,'','0','0'),(7844,'9441',201,'clothing_messyhalfbun',6,0,0,1,0,0,32,-1,0,'0','1','0'),(7845,'9442',383,'easter_c17_tree',4,0,0,1,0,0,0,-1,0,'','1','0'),(7846,'9443',728,'easter_r17_farmcutout',4,0,0,1,0,0,-5,-1,0,'','1','0'),(7847,'9444',677,'easter_c17_blkberrybush',4,0,0,1,0,0,7,-1,0,'','1','0'),(7848,'9445',728,'easter_c17_seeds',3,0,0,1,0,0,99,-1,0,'','1','0'),(7849,'9446',676,'easter_c17_chocbunny',4,0,0,1,0,0,14,-1,0,'','1','0'),(7850,'9447',667,'easter_c17_seedbag',3,0,0,1,0,0,99,-1,0,'','1','0'),(7851,'9448',383,'easter_c17_crn',4,0,0,1,0,0,21,-1,0,'','1','0'),(7852,'9449',676,'easter_c17_carrotcake',4,0,0,1,0,0,10,-1,0,'','1','0'),(7853,'9450',676,'easter_c17_berrytart',4,0,0,1,0,0,6,-1,0,'','1','0'),(7854,'9451',383,'easter_c17_farmsoil',4,0,0,1,0,0,15,-1,0,'','1','0'),(7855,'9452',558,'cowbox_gold',0,1500,0,1,0,0,1,-1,0,'','0','0'),(7856,'9453',728,'clothing_r17_horse',0,1500,0,1,0,0,18,-1,0,'0','1','0'),(7857,'9454',383,'easter_c17_beehive',4,0,0,1,0,0,4,-1,0,'','1','0'),(7858,'9455',676,'easter_c17_blkberryjam',4,0,0,1,0,0,8,-1,0,'','1','0'),(7859,'9456',383,'easter_c17_roof',4,0,0,1,0,0,34,-1,0,'','1','0'),(7860,'9457',383,'easter_c17_choc',4,0,0,1,0,0,12,-1,0,'','1','0'),(7861,'9458',676,'easter_c17_sweetpastries',4,0,0,1,0,0,40,-1,0,'','1','0'),(7862,'9459',676,'easter_c17_strawbscake',4,0,0,1,0,0,38,-1,0,'','1','0'),(7863,'9460',383,'easter_c17_chairs',2,0,0,1,0,0,10,-1,0,'','1','0'),(7864,'9461',664,'bonusbag17_1',7,0,0,1,0,0,4,-1,0,'','1','0'),(7865,'9462',416,'santorini_c17_pottedplants',4,0,0,1,0,0,25,-1,0,'','1','0'),(7866,'9463',730,'santorini_c17_artefact4',4,0,0,1,0,0,5,-1,0,'','1','0'),(7867,'9464',416,'santorini_c17_bar',4,0,0,1,0,0,7,-1,0,'','1','0'),(7868,'9465',416,'santorini_c17_arch',4,0,0,1,0,0,1,-1,0,'','1','0'),(7869,'9466',416,'santorini_c17_pottedshrub',4,0,0,1,0,0,16,-1,0,'','1','0'),(7870,'9467',730,'santorini_c17_artefact3',4,0,0,1,0,0,4,-1,0,'','1','0'),(7871,'9468',416,'santorini_c17_roof',4,0,0,1,0,0,33,-1,0,'','1','0'),(7872,'9469',416,'santorini_c17_rockroof',4,0,0,1,0,0,17,-1,0,'','1','0'),(7873,'9470',730,'clothing_leafcrown',0,1500,0,1,0,0,17,-1,0,'0','1','0'),(7874,'9471',416,'santorini_c17_flowerdivider',4,0,0,1,0,0,14,-1,0,'','1','0'),(7875,'9472',730,'clothing_hermeshat',0,1500,0,1,0,0,14,-1,0,'0','1','0'),(7876,'9473',416,'santorini_c17_rocks',4,0,0,1,0,0,31,-1,0,'','1','0'),(7877,'9474',416,'santorini_c17_sand',4,0,0,1,0,0,34,-1,0,'','1','0'),(7878,'9475',730,'santorini_c17_artefact5',4,0,0,1,0,0,6,-1,0,'','1','0'),(7879,'9476',416,'santorini_c17_food1',4,0,0,1,0,0,13,-1,0,'','1','0'),(7880,'9477',61,'santorini_r17_chest',7,0,0,1,0,0,24,-1,0,'','1','0'),(7881,'9478',416,'santorini_c17_trellis',4,0,0,1,0,0,37,-1,0,'','1','0'),(7882,'9479',730,'clothing_hoplitehelm',0,1500,0,1,0,0,13,-1,0,'0','1','0'),(7883,'9480',730,'santorini_c17_artefact1',4,0,0,1,0,0,2,-1,0,'','1','0'),(7884,'9481',416,'santorini_c17_rockpool',4,0,0,1,0,0,29,-1,0,'','1','0'),(7885,'9482',730,'clothing_greektoga',0,1500,0,1,0,0,14,-1,0,'0','1','0'),(7886,'9483',416,'santorini_c17_dividerend',3,0,0,1,0,0,10,-1,0,'','1','0'),(7887,'9484;59965',711,'santorini_r17_chimera',4,0,0,1,0,0,21,-1,0,'','1','0'),(7888,'9485;59966',711,'santorini_r17_hydra',4,0,0,1,0,0,42,-1,0,'','1','0'),(7889,'9486',416,'santorini_c17_rockstage',4,0,0,1,0,0,32,-1,0,'','1','0'),(7890,'9487',416,'santorini_c17_donkey',4,0,0,1,0,0,12,-1,0,'','1','0'),(7891,'9488',416,'santorini_c17_pierend',4,0,0,1,0,0,23,-1,0,'','1','0'),(7892,'9489',416,'santorini_c17_ornatepots',4,0,0,1,0,0,21,-1,0,'','1','0'),(7893,'9490',416,'santorini_c17_dolphin',4,0,0,1,0,0,11,-1,0,'','1','0'),(7894,'9491',416,'santorini_c17_mosaicfloor',2,0,0,1,0,0,20,-1,0,'','1','0'),(7895,'9492',730,'clothing_hermesshoes',0,1500,0,1,0,0,12,-1,0,'0','1','0'),(7896,'9493',416,'santorini_c17_rockcave',4,0,0,1,0,0,27,-1,0,'','1','0'),(7897,'9494',416,'santorini_c17_belltop',4,0,0,1,0,0,8,-1,0,'','1','0'),(7898,'9495',416,'santorini_c17_gate',4,0,0,1,0,0,17,-1,0,'','1','0'),(7899,'9496;59968',711,'santorini_r17_centaur',4,0,0,1,0,0,20,-1,0,'','1','0'),(7900,'9497',743,'santorini_ltd17_lighthouse',4,0,0,1,0,0,38,-1,0,'','1','0'),(7901,'9498',416,'santorini_c17_divider',4,0,0,1,0,0,10,-1,0,'','1','0'),(7902,'9499',416,'santorini_c17_piermid',4,0,0,1,0,0,24,-1,0,'','1','0'),(7903,'9500',416,'santorini_c17_house',4,0,0,1,0,0,18,-1,0,'','1','0'),(7904,'9501',416,'santorini_c17_table',2,0,0,1,0,0,19,-1,0,'','1','0'),(7905,'9502',730,'santorini_c17_artefact2',4,0,0,1,0,0,3,-1,0,'','1','0'),(7906,'9503;59967',711,'santorini_r17_minotaur',4,0,0,1,0,0,22,-1,0,'','1','0'),(7907,'9504',416,'santorini_c17_chair',2,0,0,1,0,0,9,-1,0,'','1','0'),(7908,'9505',202,'clothing_octohat',6,0,0,1,0,0,28,-1,0,'0','1','0'),(7909,'9506',416,'santorini_c17_pebblefloor',2,0,0,1,0,0,15,-1,0,'','1','0'),(7910,'9507',712,'santorini_c17_lighthouse',4,0,0,1,0,0,19,-1,0,'','1','0'),(7911,'9508',416,'santorini_c17_stairs',4,0,0,1,0,0,18,-1,0,'','1','0'),(7912,'9509',416,'santorini_c17_food2',4,0,0,1,0,0,14,-1,0,'','1','0'),(7913,'9510',416,'santorini_c17_rockfloat',4,0,0,1,0,0,28,-1,0,'','1','0'),(7914,'9511',573,'scifi_r17_bed',4,0,0,1,0,0,315,-1,0,'','0','0'),(7915,'9512',36,'scifi_c17_xcannon',4,0,0,1,0,0,316,-1,0,'','0','0'),(7916,'9513',36,'scifi_c17_airlock',4,0,0,1,0,0,317,-1,0,'','0','0'),(7917,'9514',577,'clothing_r17_explorerhelm',0,1500,0,1,0,0,11,-1,0,'0','1','0'),(7918,'9515',590,'scifi_r17_cruiser_bd',4,0,0,1,0,0,318,-1,0,'','0','0'),(7919,'9516',743,'scifi_ltd17_mech_bd',4,0,0,1,0,0,319,-1,0,'','0','0'),(7920,'9517',577,'clothing_r17_sentinelhelm',0,1500,0,1,0,0,10,-1,0,'0','1','0'),(7921,'9518',310,'clothing_facehugger',6,0,0,1,0,0,33,-1,0,'0','1','0'),(7922,'9519',419,'modern_c17_sofa',3,0,0,1,0,0,99,-1,0,'','1','0'),(7923,'9520',419,'modern_c17_pictures',4,0,0,1,0,0,99,-1,0,'','1','0'),(7924,'9521',419,'modern_c17_pug',4,0,0,1,0,0,99,-1,0,'','1','0'),(7925,'9522',419,'modern_c17_pug',4,0,0,1,0,0,99,-1,0,'','1','0'),(7926,'9523',419,'modern_c17_bed',4,0,0,1,0,0,99,-1,0,'','1','0'),(7927,'9524',419,'modern_c17_lowtable',4,0,0,1,0,0,99,-1,0,'','1','0'),(7928,'9525',419,'modern_c17_folder',4,0,0,1,0,0,99,-1,0,'','1','0'),(7929,'9526',419,'modern_c17_reads',4,0,0,1,0,0,99,-1,0,'','1','0'),(7930,'9527',419,'modern_c17_rug',4,0,0,1,0,0,99,-1,0,'','1','0'),(7931,'9528',419,'modern_c17_incense',4,0,0,1,0,0,99,-1,0,'','1','0'),(7932,'9529',419,'modern_c17_plant desc',4,0,0,1,0,0,99,-1,0,'','1','0'),(7933,'9530',419,'modern_c17_display',4,0,0,1,0,0,99,-1,0,'','1','0'),(7934,'9531',419,'modern_c17_pillow',4,0,0,1,0,0,99,-1,0,'','1','0'),(7935,'9532',419,'modern_c17_tv',4,0,0,1,0,0,99,-1,0,'','1','0'),(7936,'9533',419,'modern_c17_floor',2,0,0,1,0,0,99,-1,0,'','1','0'),(7937,'9534',419,'modern_c17_photos',4,0,0,1,0,0,99,-1,0,'','1','0'),(7938,'9535',419,'modern_c17_desk',5,0,0,1,0,0,99,-1,0,'','1','0'),(7939,'9536',419,'modern_c17_wall',4,0,0,1,0,0,99,-1,0,'','1','0'),(7940,'9537',419,'modern_c17_iscreen',4,0,0,1,0,0,99,-1,0,'','1','0'),(7941,'9538',419,'modern_c17_lamp',1,0,0,1,0,0,99,-1,0,'','1','0'),(7942,'9539',419,'modern_c17_creative',4,0,0,1,0,0,99,-1,0,'','1','0'),(7943,'9540',419,'Jiffin stool',2,0,0,1,0,0,99,-1,0,'','1','0'),(7944,'9541',419,'modern_c17_speakers',4,0,0,1,0,0,99,-1,0,'','1','0'),(7945,'9542',419,'modern_c17_shelf',5,0,0,1,0,0,99,-1,0,'','1','0'),(7946,'9543',419,'modern_c17_endtable',2,0,0,1,0,0,99,-1,0,'','1','0'),(7947,'9544',310,'clothing_toxicfacehugger',6,0,0,1,0,0,32,-1,0,'0','1','0'),(7948,'9545',409,'summer_c17_merchstall',4,0,0,1,0,0,3,-1,0,'','1','0'),(7949,'9546',409,'summer_c17_astrotelescope',4,0,0,1,0,0,1,-1,0,'','1','0'),(7950,'9547',409,'summer_c17_burgertruck',4,0,0,1,0,0,2,-1,0,'','1','0'),(7951,'9548',409,'summer_c17_promenadelamp',4,0,0,1,0,0,4,-1,0,'','1','0'),(7952,'9549',664,'bonusbag17_2',7,0,0,1,0,0,5,-1,0,'','1','0'),(7953,'9550',676,'bazaar_c17_lampbluepinktrim',4,0,0,1,0,0,34,-1,0,'','1','0'),(7954,'9551',676,'bazaar_c17_pillowbluepinktrim',4,0,0,1,0,0,49,-1,0,'','1','0'),(7955,'9552',676,'bazaar_c17_lampyellow',4,0,0,1,0,0,42,-1,0,'','1','0'),(7956,'9553',676,'bazaar_c17_curtainblue',4,0,0,1,0,0,11,-1,0,'','1','0'),(7957,'9554',676,'bazaar_c17_lamppurple',4,0,0,1,0,0,40,-1,0,'','1','0'),(7958,'9555',676,'bazaar_c17_curtainyellowbluetrim',4,0,0,1,0,0,15,-1,0,'','1','0'),(7959,'9556',676,'bazaar_c17_ruggreen',4,0,0,1,0,0,63,-1,0,'','1','0'),(7960,'9557',417,'bazaar_c17_pots',4,0,0,1,0,0,59,-1,0,'','1','0'),(7961,'9558',417,'bazaar_c17_fruitbasket',4,0,0,1,0,0,31,-1,0,'','1','0'),(7962,'9559',417,'bazaar_c17_rugrolls',4,0,0,1,0,0,70,-1,0,'','1','0'),(7963,'9560',676,'bazaar_c17_rugpurpleyellowtrim',4,0,0,1,0,0,33,-1,0,'','1','0'),(7964,'9561',676,'bazaar_c17_vasepinkbluetrim',4,0,0,1,0,0,84,-1,0,'','1','0'),(7965,'9562',201,'clothing_exoticbeard',2,0,0,1,0,0,31,-1,0,'0','1','0'),(7966,'9563',676,'bazaar_c17_vasebluepinktrim',4,0,0,1,0,0,79,-1,0,'','1','0'),(7967,'9564',417,'bazaar_c17_basket',4,0,0,1,0,0,3,-1,0,'','1','0'),(7968,'9565',417,'bazaar_c17_camel',4,0,0,1,0,0,6,-1,0,'','1','0'),(7969,'9566',676,'bazaar_c17_pillowmystic',4,0,0,1,0,0,25,-1,0,'','1','0'),(7970,'9567',676,'bazaar_c17_pillowgreenpurpletrim',4,0,0,1,0,0,51,-1,0,'','1','0'),(7971,'9568',676,'bazaar_c17_vasepurple',4,0,0,1,0,0,39,-1,0,'','1','0'),(7972,'9569',676,'bazaar_c17_curtaingreen',4,0,0,1,0,0,14,-1,0,'','1','0'),(7973,'9570',310,'clothing_alluringeyes',6,0,0,1,0,0,31,-1,0,'0','1','0'),(7974,'9571',676,'bazaar_c17_vasegreenpurpletrim',4,0,0,1,0,0,81,-1,0,'','1','0'),(7975,'9572',676,'bazaar_c17_curtaingreenpurpletrim',4,0,0,1,0,0,13,-1,0,'','1','0'),(7976,'9573',676,'bazaar_c17_rugblue',4,0,0,1,0,0,29,-1,0,'','1','0'),(7977,'9574',417,'bazaar_c17_dyemystic',4,0,0,1,0,0,16,-1,0,'','1','0'),(7978,'9575',676,'bazaar_c17_pillowpurple',4,0,0,1,0,0,27,-1,0,'','1','0'),(7979,'9576',715,'bazaar_r17_throne',4,0,0,1,0,0,-1,-1,0,'','1','0'),(7980,'9577',676,'bazaar_c17_rugyellowbluetrim',4,0,0,1,0,0,35,-1,0,'','1','0'),(7981,'9578',676,'bazaar_c17_vaseblue',4,0,0,1,0,0,78,-1,0,'','1','0'),(7982,'9579',743,'bazaar_ltd17_ele',4,0,0,1,0,0,-4,-1,0,'','1','0'),(7983,'9580',676,'bazaar_c17_vaseyellowbluetrim',4,0,0,1,0,0,88,-1,0,'','1','0'),(7984,'9581',417,'bazaar_c17_dyeblue',4,0,0,1,0,0,24,-1,0,'','1','0'),(7985,'9582',417,'bazaar_c17_dyegreen',4,0,0,1,0,0,25,-1,0,'','1','0'),(7986,'9583',676,'bazaar_c17_curtainpinkbluetrim',4,0,0,1,0,0,18,-1,0,'','1','0'),(7987,'9584',676,'bazaar_c17_lampmystic',4,0,0,1,0,0,37,-1,0,'','1','0'),(7988,'9585',417,'bazaar_c17_curtain',4,0,0,1,0,0,10,-1,0,'','1','0'),(7989,'9586',676,'bazaar_c17_pillowyellow',4,0,0,1,0,0,57,-1,0,'','1','0'),(7990,'9587',676,'bazaar_c17_rugmystic',4,0,0,1,0,0,65,-1,0,'','1','0'),(7991,'9588',676,'bazaar_c17_rugbluepinktrim',4,0,0,1,0,0,30,-1,0,'','1','0'),(7992,'9589',417,'bazaar_c17_flycarpet',4,0,0,1,0,0,17,-1,0,'','1','0'),(7993,'9590',204,'clothing_exoticvest',5,0,0,1,0,0,19,-1,0,'0','1','0'),(7994,'9591',417,'bazaar_c17_sticklizard',4,0,0,1,0,0,75,-1,0,'','1','0'),(7995,'9592',676,'bazaar_c17_lampblue',4,0,0,1,0,0,33,-1,0,'','1','0'),(7996,'9593',676,'bazaar_c17_pillowblue',4,0,0,1,0,0,48,-1,0,'','1','0'),(7997,'9594',417,'bazaar_c17_clothroof2',4,0,0,1,0,0,9,-1,0,'','1','0'),(7998,'9595',417,'bazaar_c17_marketroofsmall',4,0,0,1,0,0,23,-1,0,'','1','0'),(7999,'9596',676,'bazaar_c17_curtainbluepinktrim',4,0,0,1,0,0,12,-1,0,'','1','0'),(8000,'9597',417,'bazaar_c17_balcony',4,0,0,1,0,0,2,-1,0,'','1','0'),(8001,'9598',417,'bazaar_c17_dyeyellow',4,0,0,1,0,0,29,-1,0,'','1','0'),(8002,'9599',676,'bazaar_c17_lampyellowbluetrim',4,0,0,1,0,0,22,-1,0,'','1','0'),(8003,'9600',200,'clothing_bazaarfemale',16,0,0,1,0,0,5,-1,0,'0','1','0'),(8004,'9601',676,'bazaar_c17_ruggreenpurpletrim',4,0,0,1,0,0,64,-1,0,'','1','0'),(8005,'9602',676,'bazaar_c17_pillowyellowbluetrim',4,0,0,1,0,0,58,-1,0,'','1','0'),(8006,'9603',678,'bazaar_c17_colourbucket',4,0,0,1,0,0,10,-1,0,'','1','0'),(8007,'9604',676,'bazaar_c17_vasegreen',4,0,0,1,0,0,38,-1,0,'','1','0'),(8008,'9605',417,'bazaar_c17_meat',4,0,0,1,0,0,46,-1,0,'','1','0'),(8009,'9606',676,'bazaar_c17_curtainpurple',4,0,0,1,0,0,19,-1,0,'','1','0'),(8010,'9607',676,'bazaar_c17_vasepink',4,0,0,1,0,0,83,-1,0,'','1','0'),(8011,'9608',417,'bazaar_c17_building',4,0,0,1,0,0,5,-1,0,'','1','0'),(8012,'9609',676,'bazaar_c17_lampgreen',4,0,0,1,0,0,18,-1,0,'','1','0'),(8013,'9610',676,'bazaar_c17_vaseyellow',4,0,0,1,0,0,87,-1,0,'','1','0'),(8014,'9611',417,'bazaar_c17_dyepink',4,0,0,1,0,0,27,-1,0,'','1','0'),(8015,'9612',676,'bazaar_c17_rugpinkbluetrim',4,0,0,1,0,0,31,-1,0,'','1','0'),(8016,'9613',676,'bazaar_c17_vasemystic',4,0,0,1,0,0,82,-1,0,'','1','0'),(8017,'9614',676,'bazaar_c17_vasepurpleyellowtrim',4,0,0,1,0,0,86,-1,0,'','1','0'),(8018,'9615',208,'clothing_pointyshoes',4,0,0,1,0,0,8,-1,0,'0','1','0'),(8019,'9616',417,'bazaar_c17_scorpion',4,0,0,1,0,0,36,-1,0,'','1','0'),(8020,'9617',417,'bazaar_c17_bubblejuiceblower',4,0,0,1,0,0,4,-1,0,'','1','0'),(8021,'9618',676,'bazaar_c17_rugyellow',4,0,0,1,0,0,34,-1,0,'','1','0'),(8022,'9619',676,'bazaar_c17_lamppink',4,0,0,1,0,0,38,-1,0,'','1','0'),(8023,'9620',676,'bazaar_c17_rugpink',4,0,0,1,0,0,66,-1,0,'','1','0'),(8024,'9621',417,'bazaar_c17_dyepurple',4,0,0,1,0,0,28,-1,0,'','1','0'),(8025,'9622',417,'bazaar_c17_rug',4,0,0,1,0,0,60,-1,0,'','1','0'),(8026,'9623',204,'clothing_exotictop',5,0,0,1,0,0,18,-1,0,'0','1','0'),(8027,'9624',577,'clothing_r17_cursedmask',0,1500,0,1,0,0,10,-1,0,'0','1','0'),(8028,'9625',417,'bazaar_c17_displaytable',4,0,0,1,0,0,23,-1,0,'','1','0'),(8029,'9626',417,'bazaar_c17_spice',4,0,0,1,0,0,37,-1,0,'','1','0'),(8030,'9627',417,'bazaar_c17_lamp',4,0,0,1,0,0,32,-1,0,'','1','0'),(8031,'9628',676,'bazaar_c17_pillowpinkbluetrim',4,0,0,1,0,0,54,-1,0,'','1','0'),(8032,'9629',676,'bazaar_c17_pillowpurpleyellowtrim',4,0,0,1,0,0,28,-1,0,'','1','0'),(8033,'9630',715,'bazaar_r17_fountain',4,0,0,1,0,0,-3,-1,0,'','1','0'),(8034,'9631',676,'bazaar_c17_curtainpink',4,0,0,1,0,0,17,-1,0,'','1','0'),(8035,'9632',417,'bazaar_c17_pillow',4,0,0,1,0,0,24,-1,0,'','1','0'),(8036,'9633',676,'bazaar_c17_pillowgreen',4,0,0,1,0,0,50,-1,0,'','1','0'),(8037,'9634',417,'bazaar_c17_marketroofbig',4,0,0,1,0,0,44,-1,0,'','1','0'),(8038,'9635',417,'bazaar_c17_chillies',4,0,0,1,0,0,7,-1,0,'','1','0'),(8039,'9636',676,'bazaar_c17_curtainpurpleyellowtrim',4,0,0,1,0,0,20,-1,0,'','1','0'),(8040,'9637',676,'bazaar_c17_curtainyellow',4,0,0,1,0,0,21,-1,0,'','1','0'),(8041,'9638',676,'bazaar_c17_lamppinkbluetrim',4,0,0,1,0,0,20,-1,0,'','1','0'),(8042,'9639',676,'bazaar_c17_pillowpink',4,0,0,1,0,0,26,-1,0,'','1','0'),(8043,'9640',676,'bazaar_c17_lampgreenpurpletrim',4,0,0,1,0,0,19,-1,0,'','1','0'),(8044,'9641',676,'bazaar_c17_rugpurple',4,0,0,1,0,0,32,-1,0,'','1','0'),(8045,'9642',676,'bazaar_c17_curtainmystic',4,0,0,1,0,0,14,-1,0,'','1','0'),(8046,'9643',715,'bazaar_r17_monkey',4,0,0,1,0,0,-2,-1,0,'','1','0'),(8047,'9644',676,'bazaar_c17_lamppurpleyellowtrim',4,0,0,1,0,0,21,-1,0,'','1','0'),(8048,'9645',417,'bazaar_c17_vase',4,0,0,1,0,0,76,-1,0,'','1','0'),(8049,'9646',206,'clothing_harempants',5,0,0,1,0,0,4,-1,0,'0','1','0'),(8050,'9647',417,'bazaar_c17_clothroof',4,0,0,1,0,0,8,-1,0,'','1','0'),(8051,'9648',200,'clothing_bazaarmale',18,0,0,1,0,0,4,-1,0,'0','1','0'),(8052,'9649',417,'bazaar_c17_arch',4,0,0,1,0,0,1,-1,0,'','1','0'),(8053,'9650',573,'summer_r17_sealion',4,0,0,1,0,0,6,-1,0,'','1','0'),(8054,'9651',577,'clothing_r17_boxerbraids',0,1500,0,1,0,0,9,-1,0,'0','1','0'),(8055,'9652',573,'summer_r17_fishingboat',4,0,0,1,0,0,5,-1,0,'','1','0'),(8056,'9653',577,'clothing_r17_sharkmask',0,1500,0,1,0,0,8,-1,0,'0','1','0'),(8057,'9654',712,'bazaar_c17_eleengage',4,0,0,1,0,0,320,-1,0,'','0','0'),(8058,'9655',208,'clothing_flipflopsocks',4,0,0,1,0,0,7,-1,0,'0','1','0'),(8059,'9656',259,'rare_colourable_marquee_2',0,7200,5,1,0,0,8,-1,0,'','1','0'),(8060,'9657',259,'rare_colourable_scifirocket_2',0,7200,5,1,0,0,14,-1,0,'','1','0'),(8061,'9658',259,'rare_colourable_fountain_2',0,7200,5,1,0,0,6,-1,0,'','1','0'),(8062,'9659',259,'rare_colourable_wooden_screen*2',0,7200,5,1,0,0,14,-1,0,'','1','0'),(8063,'9660',259,'rare_colourable_dragonlamp*2',0,7200,5,1,0,0,3,-1,0,'','1','0'),(8064,'9661',259,'rare_colourable_parasol_2',0,7200,5,1,0,0,9,-1,0,'','1','0'),(8065,'9662',259,'rare_colourable_sleepingbag*2',0,7200,5,1,0,0,13,-1,0,'','1','0'),(8066,'9663',259,'rare_colourable_pillar_2',0,7200,5,1,0,0,10,-1,0,'','1','0'),(8067,'9664',259,'Smaragdinvihreä meripihkalamppu',0,7200,5,1,0,0,2,-1,0,'','1','0'),(8068,'9665',259,'rare_colourable_icecream_2',0,7200,5,1,0,0,7,-1,0,'','1','0'),(8069,'9666',259,'rare_colourable_elephant_statue_2',0,7200,5,1,0,0,4,-1,0,'','1','0'),(8070,'9667',610,'hhistory_r17_crackable',7,0,0,1,0,0,14,-1,0,'','1','0'),(8071,'9668',259,'rare_colourable_scifidoor_2',0,7200,5,1,0,0,11,-1,0,'','1','0'),(8072,'9669',259,'rare_colourable_fan*2',0,7200,5,1,0,0,5,-1,0,'','1','0'),(8073,'9670',259,'rare_colourable_pillow_2',0,7200,5,1,0,0,10,-1,0,'','1','0'),(8074,'9671',259,'rare_colourable_scifiport_2',0,7200,5,1,0,0,12,-1,0,'','1','0'),(8075,'9672',259,'rare_colourable_barrier*2',0,7200,5,1,0,0,1,-1,0,'','1','0'),(8076,'9673',522,'dessertcafe_c17_armchair',2,0,0,1,0,0,1,-1,0,'','1','0'),(8077,'9674',522,'dessertcafe_c17_windoor',4,0,0,1,0,0,17,-1,0,'','1','0'),(8078,'9675',203,'clothing_cutie',6,0,0,1,0,0,3,-1,0,'0','1','0'),(8079,'9676',522,'dessertcafe_c17_creamrolls',4,0,0,1,0,0,4,-1,0,'','1','0'),(8080,'9677',522,'dessertcafe_c17_teaplant',4,0,0,1,0,0,14,-1,0,'','1','0'),(8081,'9678',522,'dessertcafe_c17_vase',4,0,0,1,0,0,13,-1,0,'','1','0'),(8082,'9679',522,'dessertcafe_c17_table',2,0,0,1,0,0,12,-1,0,'','1','0'),(8083,'9680',522,'dessertcafe_c17_floor',2,0,0,1,0,0,6,-1,0,'','1','0'),(8084,'9681',522,'dessertcafe_c17_donut',4,0,0,1,0,0,5,-1,0,'','1','0'),(8085,'9682',522,'dessertcafe_c17_glass',4,0,0,1,0,0,8,-1,0,'','1','0'),(8086,'9683',522,'dessertcafe_c17_shelf',5,0,0,1,0,0,10,-1,0,'','1','0'),(8087,'9684',522,'dessertcafe_c17_rug',4,0,0,1,0,0,10,-1,0,'','1','0'),(8088,'9685',310,'clothing_maidband',6,0,0,1,0,0,17,-1,0,'0','1','0'),(8089,'9686',522,'dessertcafe_c17_coffeetable',4,0,0,1,0,0,2,-1,0,'','1','0'),(8090,'9687',522,'dessertcafe_c17_sofa',3,0,0,1,0,0,11,-1,0,'','1','0'),(8091,'9688',208,'clothing_bowtights',4,0,0,1,0,0,6,-1,0,'0','1','0'),(8092,'9689',522,'dessertcafe_c17_counter',4,0,0,1,0,0,3,-1,0,'','1','0'),(8093,'9690',203,'clothing_maidemulaa',5,0,0,1,0,0,38,-1,0,'','1','0'),(8094,'9691',522,'dessertcafe_c17_mochi',4,0,0,1,0,0,9,-1,0,'','1','0'),(8095,'9692',310,'clothing_ribbonband',6,0,0,1,0,0,29,-1,0,'0','1','0'),(8096,'9693',522,'dessertcafe_c17_wall',4,0,0,1,0,0,14,-1,0,'','1','0'),(8097,'9694',522,'dessertcafe_c17_froyo',4,0,0,1,0,0,7,-1,0,'','1','0'),(8098,'9695',593,'elegant_c17_window',4,0,0,1,0,0,25,-1,0,'','1','0'),(8099,'9696',593,'elegant_c17_vanity',4,0,0,1,0,0,15,-1,0,'','1','0'),(8100,'9697',593,'elegantp_c17_sofa',3,0,0,1,0,0,6,-1,0,'','1','0'),(8101,'9698',593,'elegantp_c17_chair',2,0,0,1,0,0,4,-1,0,'','1','0'),(8102,'9699',593,'elegant_c17_flowerpot',4,0,0,1,0,0,13,-1,0,'','1','0'),(8103,'9700',593,'elegant_c17_sofa',3,0,0,1,0,0,18,-1,0,'','1','0'),(8104,'9701',593,'elegant_c17_bed',4,0,0,1,0,0,9,-1,0,'','1','0'),(8105,'9702',593,'elegant_c17_teaset',4,0,0,1,0,0,21,-1,0,'','1','0'),(8106,'9703',593,'elegant_c17_stool',4,0,0,1,0,0,19,-1,0,'','1','0'),(8107,'9704',593,'elegant_c17_smalltable',2,0,0,1,0,0,17,-1,0,'','1','0'),(8108,'9705',593,'elegant_c17_floor',2,0,0,1,0,0,14,-1,0,'','1','0'),(8109,'9706',593,'elegantp_c17_stool',4,0,0,1,0,0,7,-1,0,'','1','0'),(8110,'9707',593,'elegant_c17_carpet',4,0,0,1,0,0,10,-1,0,'','1','0'),(8111,'9708',593,'elegantp_c17_cat',4,0,0,1,0,0,3,-1,0,'','1','0'),(8112,'9709',593,'elegant_c17_wall',4,0,0,1,0,0,23,-1,0,'','1','0'),(8113,'9710',577,'clothing_elegantcrown',0,1500,0,1,0,0,7,-1,0,'0','1','0'),(8114,'9711',593,'elegant_c17_chair',2,0,0,1,0,0,11,-1,0,'','1','0'),(8115,'9712',593,'elegantp_c17_window',4,0,0,1,0,0,8,-1,0,'','1','0'),(8116,'9713',593,'elegant_c17_cat',4,0,0,1,0,0,10,-1,0,'','1','0'),(8117,'9714',593,'elegantp_c17_bed',4,0,0,1,0,0,1,-1,0,'','1','0'),(8118,'9715',593,'elegantp_c17_carpet',4,0,0,1,0,0,2,-1,0,'','1','0'),(8119,'9716',593,'elegant_c17_cupboard',4,0,0,1,0,0,12,-1,0,'','1','0'),(8120,'9717',593,'elegant_c17_light',4,0,0,1,0,0,14,-1,0,'','1','0'),(8121,'9718',593,'elegant_c17_walldecor',4,0,0,1,0,0,24,-1,0,'','1','0'),(8122,'9719',593,'elegant_c17_table',4,0,0,1,0,0,20,-1,0,'','1','0'),(8123,'9720',593,'elegantp_c17_flowerpot',4,0,0,1,0,0,5,-1,0,'','1','0'),(8124,'9721',398,'hween_c17_monstertele',4,0,0,1,0,0,10,-1,0,'','1','0'),(8125,'9722',398,'hween_c17_zombiegrunt',4,0,0,1,0,0,25,-1,0,'','1','0'),(8126,'9723',743,'hween_ltd17_dragon',4,0,0,1,0,0,27,-1,0,'','1','0'),(8127,'9724',398,'hween_c17_hangingroots',4,0,0,1,0,0,7,-1,0,'','1','0'),(8128,'9725',398,'hween_c17_fallingrocks',4,0,0,1,0,0,3,-1,0,'','1','0'),(8129,'9726',398,'hween_c17_zombiesleep',4,0,0,1,0,0,16,-1,0,'','1','0'),(8130,'9727',722,'clothing_badasshelmet',0,500,0,1,0,0,27,-1,0,'0','1','0'),(8131,'9728',201,'clothing_layerbuns',6,0,0,1,0,0,17,-1,0,'0','1','0'),(8132,'9729',398,'hween_c17_mimic',4,0,0,1,0,0,10,-1,0,'','1','0'),(8133,'9730',573,'hween_r17_lichthrone',4,0,0,1,0,0,29,-1,0,'','1','0'),(8134,'9731',310,'clothing_demoneyes',6,0,0,1,0,0,28,-1,0,'0','1','0'),(8135,'9732',398,'hween_c17_thefallen',4,0,0,1,0,0,15,-1,0,'','1','0'),(8136,'9733',722,'clothing_herochest',0,500,0,1,0,0,14,-1,0,'0','1','0'),(8137,'9734',722,'clothing_rebelchest',0,500,0,1,0,0,12,-1,0,'0','1','0'),(8138,'9735',398,'hween_c17_rat',4,0,0,1,0,0,13,-1,0,'','1','0'),(8139,'9736',398,'hween_c17_rockdrip',4,0,0,1,0,0,18,-1,0,'','1','0'),(8140,'9737',577,'clothing_r17_bathat',0,1500,0,1,0,0,6,-1,0,'0','1','0'),(8141,'9738',722,'clothing_herohelmet',0,500,0,1,0,0,16,-1,0,'0','1','0'),(8142,'9739',722,'clothing_legarmour',0,500,0,1,0,0,3,-1,0,'0','1','0'),(8143,'9740',398,'hween_c17_lichen',4,0,0,1,0,0,9,-1,0,'','1','0'),(8144,'9741',398,'hween_c17_bonfire',4,0,0,1,0,0,1,-1,0,'','1','0'),(8145,'9742',398,'hween_c17_hidewall',4,0,0,1,0,0,8,-1,0,'','1','0'),(8146,'9743',398,'hween_c17_rock',4,0,0,1,0,0,14,-1,0,'','1','0'),(8147,'9744',310,'clothing_plaguemask',6,0,0,1,0,0,27,-1,0,'0','1','0'),(8148,'9745',712,'hween_dragengage',4,0,0,1,0,0,99,-1,0,'','1','0'),(8149,'9746',398,'hween_c17_portcullis',4,0,0,1,0,0,14,-1,0,'','1','0'),(8150,'9747',398,'hween_c17_pillar',4,0,0,1,0,0,11,-1,0,'','1','0'),(8151,'9748',573,'hween_r17_ancdrago',4,0,0,1,0,0,28,-1,0,'','1','0'),(8152,'9749',577,'clothing_r17_hwcrown_bd',0,1500,0,1,0,0,5,-1,0,'0','1','0'),(8153,'9750',398,'hween_c17_shroomthing',4,0,0,1,0,0,19,-1,0,'','1','0'),(8154,'9751',398,'hween_c17_handstrap',4,0,0,1,0,0,6,-1,0,'','1','0'),(8155,'9752',398,'hween_c17_gibbet',4,0,0,1,0,0,5,-1,0,'','1','0'),(8156,'9753',666,'hween_c17_flamingknight',7,0,0,1,0,0,19,-1,0,'','1','0'),(8157,'9754',398,'hween_c17_wall',4,0,0,1,0,0,24,-1,0,'','1','0'),(8158,'9755',310,'clothing_zombieeyes',6,0,0,1,0,0,16,-1,0,'0','1','0'),(8159,'9756',398,'hween_c17_pillarsmall',4,0,0,1,0,0,12,-1,0,'','1','0'),(8160,'9757',398,'hween_c17_cavefloor',1,0,0,1,0,0,2,-1,0,'','1','0'),(8161,'9758',398,'hween_c17_spiketrap',4,0,0,1,0,0,20,-1,0,'','1','0'),(8162,'9759',398,'hween_c17_tent',4,0,0,1,0,0,21,-1,0,'','1','0'),(8163,'9760',722,'clothing_shoearmour',0,500,0,1,0,0,5,-1,0,'0','1','0'),(8164,'9761',398,'hween_c17_torturebed',4,0,0,1,0,0,23,-1,0,'','1','0'),(8165,'9762',398,'hween_c17_rock2',4,0,0,1,0,0,17,-1,0,'','1','0'),(8166,'9763',664,'bonusbag17_3',7,0,0,1,0,0,6,-1,0,'','1','0'),(8167,'9764',664,'bonusbag17_4',7,0,0,1,0,0,7,-1,0,'','1','0'),(8168,'9765',658,'america_r17_beaver',4,0,0,1,0,0,321,-1,0,'','0','0'),(8169,'9766',595,'chess_w_bishop',4,0,0,1,0,0,10,-1,0,'','1','0'),(8170,'9767',595,'chess_boardtile',4,0,0,1,0,0,12,-1,0,'','1','0'),(8171,'9768',595,'chess_b_rook',4,0,0,1,0,0,5,-1,0,'','1','0'),(8172,'9769',595,'chess_b_knight',4,0,0,1,0,0,3,-1,0,'','1','0'),(8173,'9770',595,'chess_w_rook',4,0,0,1,0,0,10,-1,0,'','1','0'),(8174,'9771',595,'chess_w_queen',4,0,0,1,0,0,8,-1,0,'','1','0'),(8175,'9772',595,'chess_w_king',4,0,0,1,0,0,7,-1,0,'','1','0'),(8176,'9773',595,'chess_w_pawn',4,0,0,1,0,0,11,-1,0,'','1','0'),(8177,'9774',595,'chess_b_king',4,0,0,1,0,0,1,-1,0,'','1','0'),(8178,'9775',595,'chess_b_bishop',4,0,0,1,0,0,4,-1,0,'','1','0'),(8179,'9776',595,'chess_b_pawn',4,0,0,1,0,0,6,-1,0,'','1','0'),(8180,'9777',595,'chess_b_queen',4,0,0,1,0,0,2,-1,0,'','1','0'),(8181,'9778',595,'chess_w_knight',4,0,0,1,0,0,9,-1,0,'','1','0'),(8182,'9779',658,'america_r17_skunk',4,0,0,1,0,0,322,-1,0,'','0','0'),(8183,'9780',577,'clothing_r17_daveycrockett',0,1500,0,1,0,0,4,-1,0,'0','1','0'),(8184,'9781',577,'clothing_r17_frontierbraids',0,1500,0,1,0,0,3,-1,0,'0','1','0'),(8185,'9782',658,'america_r17_opossum',4,0,0,1,0,0,323,-1,0,'','0','0'),(8186,'9783',658,'america_r17_raccoon',4,0,0,1,0,0,324,-1,0,'','0','0'),(8187,'9784',658,'america_r17_eagle',4,0,0,1,0,0,325,-1,0,'','0','0'),(8188,'9785',658,'america_r17_armadillo',4,0,0,1,0,0,326,-1,0,'','0','0'),(8189,'9786',577,'clothing_r17_goldtophat',0,1500,0,1,0,0,2,-1,0,'0','1','0'),(8190,'9787',487,'xmas_c17_britishbulldog',4,0,0,1,0,0,11,-1,0,'','1','0'),(8191,'9788',487,'xmas_c17_girl',4,0,0,1,0,0,31,-1,0,'','1','0'),(8192,'9789',487,'xmas_c17_man',4,0,0,1,0,0,19,-1,0,'','1','0'),(8193,'9790',677,'xmas_c17_blueprint3',4,0,0,1,0,0,6,-1,0,'','1','0'),(8194,'9791',487,'xmas_c17_snowybasket',4,0,0,1,0,0,46,-1,0,'','1','0'),(8195,'9792',671,'xmas_c17_doll2',4,0,0,1,0,0,19,-1,0,'','1','0'),(8196,'9793',677,'xmas_c17_blueprint6',4,0,0,1,0,0,9,-1,0,'','1','0'),(8197,'9794',678,'xmas_c17_sewingmchn',4,0,0,1,0,0,0,-1,0,'','1','0'),(8198,'9795',487,'xmas_c17_roof',4,0,0,1,0,0,22,-1,0,'','1','0'),(8199,'9796',487,'xmas_c17_door',4,0,0,1,0,0,24,-1,0,'','1','0'),(8200,'9797',487,'xmas_c17_hatshop',4,0,0,1,0,0,33,-1,0,'','1','0'),(8201,'9798',671,'xmas_c17_doll4',4,0,0,1,0,0,21,-1,0,'','1','0'),(8202,'9799',743,'xmas_ltd17_ted',4,0,0,1,0,0,18,-1,0,'','1','0'),(8203,'9800',487,'xmas_c17_stove',4,0,0,1,0,0,49,-1,0,'','1','0'),(8204,'9801',677,'xmas_c17_blueprint5',4,0,0,1,0,0,8,-1,0,'','1','0'),(8205,'9802',487,'xmas_c17_hangingbasket',4,0,0,1,0,0,32,-1,0,'','1','0'),(8206,'9803',487,'xmas_c17_lamp',4,0,0,1,0,0,18,-1,0,'','1','0'),(8207,'9804',487,'xmas_c17_pavement',4,0,0,1,0,0,37,-1,0,'','1','0'),(8208,'9805',487,'xmas_c17_smallpavement',4,0,0,1,0,0,23,-1,0,'','1','0'),(8209,'9806',573,'xmas_r17_carriage',4,0,0,1,0,0,-1,-1,0,'','1','0'),(8210,'9807',676,'clothing_featherflower',6,0,0,1,0,0,25,-1,0,'0','1','0'),(8211,'9808',669,'xmas_c17_book',4,0,0,1,0,0,10,-1,0,'','1','0'),(8212,'9809',487,'xmas_c17_chair',2,0,0,1,0,0,14,-1,0,'','1','0'),(8213,'9810',676,'clothing_buttonpants',5,0,0,1,0,0,2,-1,0,'0','1','0'),(8214,'9811',671,'xmas_c17_doll1',4,0,0,1,0,0,18,-1,0,'','1','0'),(8215,'9812',487,'xmas_c17_tree',4,0,0,1,0,0,26,-1,0,'','1','0'),(8216,'9813',487,'xmas_c17_frizzycat',4,0,0,1,0,0,29,-1,0,'','1','0'),(8217,'9814',577,'clothing_r17_goldfeatherflower',0,1500,0,1,0,0,1,-1,0,'0','1','0'),(8218,'9815',487,'xmas_c17_bigwindows2',4,0,0,1,0,0,3,-1,0,'','1','0'),(8219,'9816',487,'xmas_c17_teashop',4,0,0,1,0,0,51,-1,0,'','1','0'),(8220,'9817',671,'xmas_c17_doll6',4,0,0,1,0,0,23,-1,0,'','1','0'),(8221,'9818',487,'xmas_c17_snowypot',4,0,0,1,0,0,48,-1,0,'','1','0'),(8222,'9819',487,'xmas_c17_cobbleroad',4,0,0,1,0,0,17,-1,0,'','1','0'),(8223,'9820',573,'xmas_r17_musicbox',4,0,0,1,0,0,-3,-1,0,'','1','0'),(8224,'9821',487,'xmas_c17_window',4,0,0,1,0,0,27,-1,0,'','1','0'),(8225,'9822',487,'xmas_c17_fencecorner',4,0,0,1,0,0,28,-1,0,'','1','0'),(8226,'9823',487,'xmas_c17_chestnutstall',4,0,0,1,0,0,13,-1,0,'','1','0'),(8227,'9824',310,'clothing_beautyface',6,0,0,1,0,0,24,-1,0,'0','1','0'),(8228,'9825',487,'xmas_c17_bench',4,0,0,1,0,0,1,-1,0,'','1','0'),(8229,'9826',487,'xmas_c17_thread',4,0,0,1,0,0,25,-1,0,'','1','0'),(8230,'9827',487,'xmas_c17_wall',4,0,0,1,0,0,54,-1,0,'','1','0'),(8231,'9828',487,'xmas_c17_pillar',4,0,0,1,0,0,38,-1,0,'','1','0'),(8232,'9829',729,'xmas_c17_blueprint4',4,0,0,1,0,0,7,-1,0,'','1','0'),(8233,'9830',487,'xmas_c17_drain',4,0,0,1,0,0,25,-1,0,'','1','0'),(8234,'9831',487,'xmas_c17_fence',4,0,0,1,0,0,27,-1,0,'','1','0'),(8235,'9832',487,'xmas_c17_table',2,0,0,1,0,0,50,-1,0,'','1','0'),(8236,'9833',677,'xmas_c17_blueprint2',4,0,0,1,0,0,5,-1,0,'','1','0'),(8237,'9834',671,'xmas_c17_doll5',4,0,0,1,0,0,15,-1,0,'','1','0'),(8238,'9835',487,'xmas_c17_boy',10,0,0,1,0,0,10,-1,0,'','1','0'),(8239,'9836',676,'clothing_ruffleshirt',5,0,0,1,0,0,17,-1,0,'0','1','0'),(8240,'9837',487,'xmas_c17_pub2',4,0,0,1,0,0,21,-1,0,'','1','0'),(8241,'9838',487,'xmas_c17_cloth',4,0,0,1,0,0,14,-1,0,'','1','0'),(8242,'9839',676,'clothing_tophat',6,0,0,1,0,0,25,-1,0,'0','1','0'),(8243,'9840',712,'xmas_c17_engage_ted',3,0,0,1,0,0,99,-1,0,'','1','0'),(8244,'9841',487,'xmas_c17_snowygrass',4,0,0,1,0,0,24,-1,0,'','1','0'),(8245,'9842',677,'xmas_c17_blueprint1',4,0,0,1,0,0,4,-1,0,'','1','0'),(8246,'9843',671,'xmas_c17_doll3',4,0,0,1,0,0,20,-1,0,'','1','0'),(8247,'9844',487,'xmas_c17_robins',4,0,0,1,0,0,42,-1,0,'','1','0'),(8248,'9845',487,'xmas_c17_woman',4,0,0,1,0,0,28,-1,0,'','1','0'),(8249,'9846',676,'clothing_dress',6,0,0,1,0,0,2,-1,0,'0','1','0'),(8250,'9847',487,'xmas_c17_bigwindows1',4,0,0,1,0,0,2,-1,0,'','1','0'),(8251,'9848',487,'xmas_c17_pram',4,0,0,1,0,0,20,-1,0,'','1','0'),(8252,'9849',573,'xmas_r17_lion',4,0,0,1,0,0,-2,-1,0,'','1','0'),(8253,'9850',487,'xmas_c17_horse',4,0,0,1,0,0,34,-1,0,'','1','0'),(8254,'9851',676,'clothing_tailedcoat',5,0,0,1,0,0,11,-1,0,'0','1','0'),(8255,'9852',487,'xmas_c17_pub1',4,0,0,1,0,0,40,-1,0,'','1','0'),(8256,'9853',487,'xmas_c17_gate',4,0,0,1,0,0,17,-1,0,'','1','0'),(8257,'9854',487,'xmas_c17_candyshop',4,0,0,1,0,0,12,-1,0,'','1','0'),(8258,'9855',310,'clothing_sasquatchmask',6,0,0,1,0,0,23,-1,0,'0','1','0'),(8259,'9856',598,'rare_prize17xmas',0,50,0,1,0,0,0,-1,0,'','1','0'),(8260,'9857',570,'clothing_loyalty_V',6,0,0,1,0,0,24,-1,0,'0','1','0'),(8261,'9858',570,'clothing_loyalty_X',6,0,0,1,0,0,23,-1,0,'0','1','0'),(8262,'9859',570,'clothing_loyalty_II',6,0,0,1,0,0,15,-1,0,'0','1','0'),(8263,'9860',585,'clothing_goldpack3',0,3000,0,1,0,0,0,-1,0,'0','1','0'),(8264,'9861',660,'bonusrare18_3*0',0,50,0,1,0,0,0,-1,0,'','1','0'),(8265,'9862',660,'bonusrare18_3*1',0,50,0,1,0,0,1,-1,0,'','1','0'),(8266,'9863',660,'bonusrare18_3*2',0,50,0,1,0,0,2,-1,0,'','1','0'),(8267,'9864',660,'bonusrare18_3*3',0,50,0,1,0,0,3,-1,0,'','1','0'),(8268,'9865',660,'bonusrare18_3*4',0,50,0,1,0,0,4,-1,0,'','1','0'),(8269,'9866',660,'bonusrare18_3*5',0,50,0,1,0,0,5,-1,0,'','1','0'),(8270,'9867',664,'bonusbag18_3',7,0,0,1,0,0,10,-1,0,'','1','0'),(8271,'9868',664,'bonusbag18_2',7,0,0,1,0,0,9,-1,0,'','1','0'),(8272,'9869',660,'bonusrare18_2*0',0,50,0,1,0,0,0,-1,0,'','1','0'),(8273,'9870',660,'bonusrare18_2*1',0,50,0,1,0,0,1,-1,0,'','1','0'),(8274,'9871',660,'bonusrare18_2*2',0,50,0,1,0,0,2,-1,0,'','1','0'),(8275,'9872',660,'bonusrare18_2*3',0,50,0,1,0,0,3,-1,0,'','1','0'),(8276,'9873',660,'bonusrare18_2*4',0,50,0,1,0,0,4,-1,0,'','1','0'),(8277,'9874',660,'bonusrare18_2*5',0,50,0,1,0,0,5,-1,0,'','1','0'),(8278,'9875',664,'bonusbag18_4',7,0,0,1,0,0,10,-1,0,'','1','0'),(8279,'9876',664,'bonusbag18_1',7,0,0,1,0,0,8,-1,0,'','1','0'),(8280,'9877',660,'bonusrare18_4*0',0,50,0,1,0,0,0,-1,0,'','1','0'),(8281,'9878',660,'bonusrare18_4*1',0,50,0,1,0,0,1,-1,0,'','1','0'),(8282,'9879',660,'bonusrare18_4*2',0,50,0,1,0,0,2,-1,0,'','1','0'),(8283,'9880',660,'bonusrare18_4*3',0,50,0,1,0,0,3,-1,0,'','1','0'),(8284,'9881',660,'bonusrare18_4*4',0,50,0,1,0,0,4,-1,0,'','1','0'),(8285,'9882',660,'bonusrare18_4*5',0,50,0,1,0,0,5,-1,0,'','1','0'),(8286,'9883',660,'bonusrare18_1*0',0,50,0,1,0,0,0,-1,0,'','1','0'),(8287,'9884',660,'bonusrare18_1*1',0,50,0,1,0,0,1,-1,0,'','1','0'),(8288,'9885',660,'bonusrare18_1*2',0,50,0,1,0,0,2,-1,0,'','1','0'),(8289,'9886',660,'bonusrare18_1*3',0,50,0,1,0,0,3,-1,0,'','1','0'),(8290,'9887',660,'bonusrare18_1*4',0,50,0,1,0,0,4,-1,0,'','1','0'),(8291,'9888',660,'bonusrare18_1*5',0,50,0,1,0,0,5,-1,0,'','1','0'),(8292,'9889',582,'clothing_mini_bowlerhat_dark',0,1500,0,1,0,0,1,-1,0,'0','1','0'),(8293,'9890',582,'clothing_mini_bowlerhat_cream',0,1500,0,1,0,0,2,-1,0,'0','1','0'),(8294,'9891',582,'clothing_mini_bowlerhat_gold',0,1500,0,1,0,0,3,-1,0,'0','1','0'),(8295,'9892',582,'clothing_mini_bowlerhat_green',0,1500,0,1,0,0,4,-1,0,'0','1','0'),(8296,'9893',582,'clothing_mini_bowlerhat_red',0,1500,0,1,0,0,5,-1,0,'0','1','0'),(8297,'9894',582,'clothing_mini_bowlerhat_purple',0,1500,0,1,0,0,6,-1,0,'0','1','0'),(8298,'9895',582,'clothing_mini_bowlerhat_blue',0,1500,0,1,0,0,7,-1,0,'0','1','0'),(8299,'9896',668,'ny18_crackable',7,0,0,1,0,0,99,-1,0,'','1','0'),(8300,'9897',365,'classic8_bar',4,0,0,1,0,0,99,-1,0,'','1','0'),(8301,'9898',366,'classic9_floor2',4,0,0,1,0,0,138,-1,0,'','1','0'),(8302,'9899',365,'classic8_chair',4,0,0,1,0,0,99,-1,0,'','1','0'),(8303,'9900',366,'classic9_statue',4,0,0,1,0,0,141,-1,0,'','1','0'),(8304,'9901',365,'classic8_rug',4,0,0,1,0,0,99,-1,0,'','1','0'),(8305,'9902',365,'classic8_records',4,0,0,1,0,0,99,-1,0,'','1','0'),(8306,'9903',365,'classic8_sofa',4,0,0,1,0,0,99,-1,0,'','1','0'),(8307,'9904',366,'classic9_carpet',4,0,0,1,0,0,49,-1,0,'','1','0'),(8308,'9905',365,'classic8_statue',4,0,0,1,0,0,99,-1,0,'','1','0'),(8309,'9906',365,'classic8_curtains',4,0,0,1,0,0,99,-1,0,'','1','0'),(8310,'9907',365,'classic8_stairs',4,0,0,1,0,0,99,-1,0,'','1','0'),(8311,'9908',365,'classic8_glassfloor',4,0,0,1,0,0,99,-1,0,'','1','0'),(8312,'9909',366,'classic9_counter',4,0,0,1,0,0,50,-1,0,'','1','0'),(8313,'9910',366,'classic9_chair',4,0,0,1,0,0,135,-1,0,'','1','0'),(8314,'9911',366,'classic9_light',4,0,0,1,0,0,139,-1,0,'','1','0'),(8315,'9912',365,'classic8_pillar',4,0,0,1,0,0,99,-1,0,'','1','0'),(8316,'9913',366,'classic9_floor1',4,0,0,1,0,0,51,-1,0,'','1','0'),(8317,'9914',366,'classic9_table',4,0,0,1,0,0,143,-1,0,'','1','0'),(8318,'9915',365,'classic8_divider',4,0,0,1,0,0,99,-1,0,'','1','0'),(8319,'9916',365,'classic8_floor',4,0,0,1,0,0,99,-1,0,'','1','0'),(8320,'9917',365,'classic8_sign',4,0,0,1,0,0,99,-1,0,'','1','0'),(8321,'9918',365,'classic8_shelf',4,0,0,1,0,0,99,-1,0,'','1','0'),(8322,'9919',366,'classic9_plant',4,0,0,1,0,0,140,-1,0,'','1','0'),(8323,'9920',365,'classic8_disco',4,0,0,1,0,0,99,-1,0,'','1','0'),(8324,'9921',366,'classic9_stool',4,0,0,1,0,0,52,-1,0,'','1','0'),(8325,'9922',366,'classic9_bookshelf',4,0,0,1,0,0,133,-1,0,'','1','0'),(8326,'9923',365,'classic8_wall',4,0,0,1,0,0,99,-1,0,'','1','0'),(8327,'9924',366,'classic9_books',4,0,0,1,0,0,132,-1,0,'','1','0'),(8328,'9925',365,'classic8_plant',4,0,0,1,0,0,99,-1,0,'','1','0'),(8329,'9926',366,'classic9_wall',4,0,0,1,0,0,53,-1,0,'','1','0'),(8330,'9927',592,'rare_prize18_0',0,50,0,1,0,0,1,-1,0,'','1','0'),(8331,'9928',592,'rare_prize18_1',0,50,0,1,0,0,2,-1,0,'','1','0'),(8332,'9929',592,'rare_prize18_10',0,50,0,1,0,0,10,-1,0,'','1','0'),(8333,'9930',592,'rare_prize18_11',0,50,0,1,0,0,11,-1,0,'','1','0'),(8334,'9931',592,'rare_prize18_12',0,50,0,1,0,0,12,-1,0,'','1','0'),(8335,'9932',592,'rare_prize18_2',0,50,0,1,0,0,3,-1,0,'','1','0'),(8336,'9933',592,'rare_prize18_3',0,50,0,1,0,0,4,-1,0,'','1','0'),(8337,'9934',592,'rare_prize18_4',0,50,0,1,0,0,5,-1,0,'','1','0'),(8338,'9935',592,'rare_prize18_5',0,50,0,1,0,0,6,-1,0,'','1','0'),(8339,'9936',592,'rare_prize18_6',0,50,0,1,0,0,7,-1,0,'','1','0'),(8340,'9937',592,'rare_prize18_7',0,50,0,1,0,0,8,-1,0,'','1','0'),(8341,'9938',592,'rare_prize18_8',0,50,0,1,0,0,9,-1,0,'','1','0'),(8342,'9939',592,'rare_prize18_9',0,50,0,1,0,0,10,-1,0,'','1','0'),(8343,'9940',357,'hc17_3',10,1,5,1,0,0,3,-1,0,'','1','1'),(8344,'9941',357,'hc17_8',10,1,5,1,0,0,8,-1,0,'','1','1'),(8345,'9942',357,'hc17_10',10,1,5,1,0,0,10,-1,0,'','1','1'),(8346,'9943',357,'hc17_11',10,1,5,1,0,0,10,-1,0,'','1','1'),(8347,'9944',357,'hc17_5',10,1,5,1,0,0,5,-1,0,'','1','1'),(8348,'9945',357,'hc17_2',10,1,5,1,0,0,2,-1,0,'','1','1'),(8349,'9946',357,'hc17_6',10,1,5,1,0,0,6,-1,0,'','1','1'),(8350,'9947',357,'hc17_12',10,1,5,1,0,0,11,-1,0,'','1','1'),(8351,'9948',357,'hc17_9',10,1,5,1,0,0,9,-1,0,'','1','1'),(8352,'9949',357,'hc17_4',10,1,5,1,0,0,4,-1,0,'','1','1'),(8353,'9950',357,'hc17_1',10,1,5,1,0,0,1,-1,0,'','1','1'),(8354,'9951',458,'Koristeltu lipasto',4,0,0,1,0,0,4,-1,0,'','1','0'),(8355,'9952',458,'Koristeltu kaappi',4,0,0,1,0,0,2,-1,0,'','1','0'),(8356,'9953',201,'clothing_judgewig',6,0,0,1,0,0,29,-1,0,'0','1','0'),(8357,'9954',201,'clothing_elegantponytail',6,0,0,1,0,0,28,-1,0,'0','1','0'),(8358,'9955',578,'clothing_r18_unicorn',0,2000,0,1,0,0,21,-1,0,'0','1','0'),(8359,'9956',458,'Ruhtinaallinen joutsen',4,0,0,1,0,0,3,-1,0,'','1','0'),(8360,'9957',578,'clothing_r18_dress',0,2000,0,1,0,0,20,-1,0,'0','1','0'),(8361,'9958',237,'Pylvässänky',4,0,0,1,0,0,1,-1,0,'','1','0'),(8362,'9959',202,'clothing_gentcap',4,0,0,1,0,0,21,-1,0,'0','1','0'),(8363,'9960',384,'easter_c18_lemontree',4,0,0,1,0,0,19,-1,0,'','1','0'),(8364,'9961',728,'easter_c18_snowdrop3',4,0,0,1,0,0,106,-1,0,'','1','0'),(8365,'9962',310,'clothing_shades',6,0,0,1,0,0,15,-1,0,'0','1','0'),(8366,'9963',728,'easter_c18_lupin1',4,0,0,1,0,0,44,-1,0,'','1','0'),(8367,'9964',201,'clothing_braidedwavy',6,0,0,1,0,0,27,-1,0,'0','1','0'),(8368,'9965',728,'easter_c18_tulip2',4,0,0,1,0,0,101,-1,0,'','1','0'),(8369,'9966',667,'easter_c18_seedpackrose',7,0,0,1,0,0,8,-1,0,'','1','0'),(8370,'9967',310,'clothing_satchel',6,0,0,1,0,0,21,-1,0,'0','1','0'),(8371,'9968',384,'easter_c18_dancingplant',4,0,0,1,0,0,46,-1,0,'','1','0'),(8372,'9969',728,'easter_c18_badflower',4,0,0,1,0,0,54,-1,0,'','1','0'),(8373,'9970',667,'easter_c18_seedpacktulip',7,0,0,1,0,0,10,-1,0,'','1','0'),(8374,'9971',728,'easter_c18_rose3',4,0,0,1,0,0,110,-1,0,'','1','0'),(8375,'9972',728,'easter_c18_tulip3',4,0,0,1,0,0,42,-1,0,'','1','0'),(8376,'9973',384,'easter_c18_tricyle',4,0,0,1,0,0,10,-1,0,'','1','0'),(8377,'9974',384,'easter_c18_recyclebin',4,0,0,1,0,0,28,-1,0,'','1','0'),(8378,'9975',384,'easter_c18_ivybeam',4,0,0,1,0,0,38,-1,0,'','1','0'),(8379,'9976',728,'easter_c18_lupin3',4,0,0,1,0,0,114,-1,0,'','1','0'),(8380,'9977',384,'easter_c18_radio',4,0,0,1,0,0,29,10501,0,'','1','0'),(8381,'9978',728,'easter_c18_lupin4',4,0,0,1,0,0,115,-1,0,'','1','0'),(8382,'9979',384,'easter_c18_ceilingfan',4,0,0,1,0,0,51,10501,0,'','1','0'),(8383,'9980',384,'easter_c18_ivylight',4,0,0,1,0,0,37,-1,0,'','1','0'),(8384,'9981',204,'clothing_tiedtop',5,0,0,1,0,0,14,-1,0,'0','1','0'),(8385,'9982',667,'easter_c18_seedpacksnowdrop',7,0,0,1,0,0,9,-1,0,'','1','0'),(8386,'9983',728,'easter_c18_rose4',4,0,0,1,0,0,111,-1,0,'','1','0'),(8387,'9984',237,'easter_r18_bonzaifountain',4,0,0,1,0,0,1,-1,0,'','1','0'),(8388,'9985',384,'easter_c18_hutch',4,0,0,1,0,0,20,-1,0,'','1','0'),(8389,'9986',728,'easter_c18_snowdrop4',4,0,0,1,0,0,107,-1,0,'','1','0'),(8390,'9987',384,'easter_c18_shelfplants',5,0,0,1,0,0,19,-1,0,'','1','0'),(8391,'9988',237,'easter_r18_bigbunny',4,0,0,1,0,0,2,-1,0,'','1','0'),(8392,'9989',384,'easter_c18_curtains',4,0,0,1,0,0,24,-1,0,'','1','0'),(8393,'9990',578,'clothing_r18_bunniemask',0,2000,0,1,0,0,19,-1,0,'0','1','0'),(8394,'9991',384,'easter_c18_washline',4,0,0,1,0,0,5,-1,0,'','1','0'),(8395,'9992',384,'easter_c18_glassbrickcnr',4,0,0,1,0,0,22,-1,0,'','1','0'),(8396,'9993',384,'easter_c18_birchpillar',4,0,0,1,0,0,26,-1,0,'','1','0'),(8397,'9994',728,'easter_c18_rose2',4,0,0,1,0,0,109,-1,0,'','1','0'),(8398,'9995',384,'easter_c18_boxplanter',4,0,0,1,0,0,25,-1,0,'','1','0'),(8399,'9996',578,'clothing_r18_bunniehat',0,2000,0,1,0,0,18,-1,0,'0','1','0'),(8400,'9997',728,'easter_c18_tulip1',4,0,0,1,0,0,100,-1,0,'','1','0'),(8401,'9998',201,'clothing_floppyhair',6,0,0,1,0,0,16,-1,0,'0','1','0'),(8402,'9999',744,'easter_ltd18_habberge10',4,0,0,1,0,0,10,-1,0,'','1','0'),(8403,'10000',384,'easter_c18_hangingplant',4,0,0,1,0,0,40,-1,0,'','1','0'),(8404,'10001',384,'easter_c18_woodendeco',4,0,0,1,0,0,4,-1,0,'','1','0'),(8405,'10002',728,'easter_c18_lupin2',4,0,0,1,0,0,113,-1,0,'','1','0'),(8406,'10003',384,'easter_c18_dragonflies',4,0,0,1,0,0,23,-1,0,'','1','0'),(8407,'10004',201,'clothing_retrohair',6,0,0,1,0,0,25,-1,0,'0','1','0'),(8408,'10005',384,'easter_c18_chair',2,0,0,1,0,0,50,-1,0,'','1','0'),(8409,'10006',728,'easter_c18_tulip4',4,0,0,1,0,0,43,-1,0,'','1','0'),(8410,'10007',202,'clothing_floppysunhat',6,0,0,1,0,0,20,-1,0,'0','1','0'),(8411,'10008',384,'easter_c18_patternfloor',2,0,0,1,0,0,31,-1,0,'','1','0'),(8412,'10009',384,'easter_c18_glassdoor',4,0,0,1,0,0,21,-1,0,'','1','0'),(8413,'10010',384,'easter_c18_slatestack',4,0,0,1,0,0,18,-1,0,'','1','0'),(8414,'10011',384,'easter_c18_stackedplants',4,0,0,1,0,0,12,-1,0,'','1','0'),(8415,'10012',384,'easter_c18_countryteaset',4,0,0,1,0,0,48,-1,0,'','1','0'),(8416,'10013',667,'easter_c18_seedpacklupin',7,0,0,1,0,0,7,-1,0,'','1','0'),(8417,'10014',384,'easter_c18_glassbrickwall',4,0,0,1,0,0,42,-1,0,'','1','0'),(8418,'10015',384,'easter_c18_chiaplants',4,0,0,1,0,0,49,-1,0,'','1','0'),(8419,'10016',384,'easter_c18_table',4,0,0,1,0,0,11,-1,0,'','1','0'),(8420,'10017',728,'easter_c18_snowdrop1',4,0,0,1,0,0,104,-1,0,'','1','0'),(8421,'10018',384,'easter_c18_radiator',4,0,0,1,0,0,17,10501,0,'','1','0'),(8422,'10019',384,'easter_c18_fawn',4,0,0,1,0,0,44,-1,0,'','1','0'),(8423,'10020',384,'easter_c18_veg',4,0,0,1,0,0,6,-1,0,'','1','0'),(8424,'10021',728,'easter_c18_snowdrop2',4,0,0,1,0,0,105,-1,0,'','1','0'),(8425,'10022',728,'easter_c18_rose1',4,0,0,1,0,0,108,-1,0,'','1','0'),(8426,'10023',737,'trophy_netsafety_0',0,75,0,1,0,0,99,-1,0,'','1','0'),(8427,'10024',676,'clothing_kpopbuns',6,0,0,1,0,0,24,-1,0,'0','1','0'),(8428,'10025',676,'clothing_kpop',6,0,0,1,0,0,23,-1,0,'0','1','0'),(8429,'10026',676,'clothing_bffshirt',5,0,0,1,0,0,13,-1,0,'0','1','0'),(8430,'10027',676,'clothing_bffhat',6,0,0,1,0,0,19,-1,0,'0','1','0'),(8431,'10028',302,'china_dog',4,0,0,1,0,0,10,-1,0,'','1','0'),(8432,'10029',302,'cny18_dogballoon',4,0,0,1,0,0,27,-1,0,'','1','0'),(8433,'10030',307,'CF_500_moneytree',500,0,0,1,0,0,19,-1,0,'','1','0'),(8434,'10031',572,'gift_bff_a',4,0,0,1,0,0,327,-1,0,'','0','0'),(8435,'10032',678,'crafting_jarhearts',4,0,0,1,0,0,328,-1,0,'','0','0'),(8436,'10033',572,'gift_bff_b',4,0,0,1,0,0,329,-1,0,'','0','0'),(8437,'10034',237,'cine_r18_buggy',4,0,0,1,0,0,20,-1,0,'','1','0'),(8438,'10035',237,'cine_r18_camera',4,0,0,1,0,0,40,-1,0,'','1','0'),(8439,'10036',237,'cine_r18_catcopter',4,0,0,1,0,0,21,-1,0,'','1','0'),(8440,'10037',205,'clothing_poncho',5,0,0,1,0,0,10,-1,0,'0','1','0'),(8441,'10038',204,'clothing_inmate',5,0,0,1,0,0,14,-1,0,'0','1','0'),(8442,'10039',200,'clothing_mercenary',20,0,0,1,0,0,3,-1,0,'0','1','0'),(8443,'10040',208,'clothing_yetifeet',4,0,0,1,0,0,4,-1,0,'0','1','0'),(8444,'10041',237,'cine_r18_trailer',4,0,0,1,0,0,42,-1,0,'','1','0'),(8445,'10042',204,'clothing_c18_cutething',5,0,0,1,0,0,12,-1,0,'0','1','0'),(8446,'10043',480,'gift_c18_cookiejar name',4,0,0,1,0,0,99,-1,0,'','1','0'),(8447,'10044',422,'gaming_c18_hswap',4,0,0,1,0,0,99,-1,0,'','1','0'),(8448,'10045',501,'laundry_c18_ironing',4,0,0,1,0,0,4,-1,0,'','1','0'),(8449,'10046',501,'laundry_c18_dustpan',4,0,0,1,0,0,3,-1,0,'','1','0'),(8450,'10047',422,'gaming_c18_chairpro',2,0,0,1,0,0,99,-1,0,'','1','0'),(8451,'10048',501,'laundry_c18_basket',4,0,0,1,0,0,1,-1,0,'','1','0'),(8452,'10049',501,'laundry_c18_products',4,0,0,1,0,0,5,-1,0,'','1','0'),(8453,'10050',422,'gaming_c18_gameplush2',4,0,0,1,0,0,99,-1,0,'','1','0'),(8454,'10051',501,'laundry_c18_washmachine',4,0,0,1,0,0,6,-1,0,'','1','0'),(8455,'10052',422,'gaming_c18_gameplush1',4,0,0,1,0,0,99,-1,0,'','1','0'),(8456,'10053',422,'gaming_c18_gamecollection',4,0,0,1,0,0,99,-1,0,'','1','0'),(8457,'10054',422,'gaming_c18_setuppro',4,0,0,1,0,0,99,-1,0,'','1','0'),(8458,'10055',422,'gaming_c18_cubelight',4,0,0,1,0,0,99,-1,0,'','1','0'),(8459,'10056',237,'laundry_r18_vacuum',4,0,0,1,0,0,7,-1,0,'','1','0'),(8460,'10057',501,'laundry_c18_dryingrack',4,0,0,1,0,0,2,-1,0,'','1','0'),(8461,'10058',422,'gaming_c18_hs4',4,0,0,1,0,0,99,-1,0,'','1','0'),(8462,'10059',422,'gaming_c18_rigpro',4,0,0,1,0,0,99,-1,0,'','1','0'),(8463,'10060',237,'jp_r18_asiandoll',4,0,0,1,0,0,99,-1,0,'','1','0'),(8464,'10061',578,'clothing_r18_seahorse',0,2000,0,1,0,0,17,-1,0,'0','1','0'),(8465,'10062',731,'coralking_c18_cone',4,0,0,1,0,0,20,-1,0,'','1','0'),(8466,'10063',424,'coralking_c18_gate',4,0,0,1,0,0,25,-1,0,'','1','0'),(8467,'10064',424,'coralking_c18_fishnet',4,0,0,1,0,0,24,-1,0,'','1','0'),(8468,'10065',731,'coralking_c18_spinycoral2',4,0,0,1,0,0,40,-1,0,'','1','0'),(8469,'10066',424,'coralking_c18_anchor',4,0,0,1,0,0,1,-1,0,'','1','0'),(8470,'10067',237,'coralking_r18_turtleride',4,0,0,1,0,0,50,-1,0,'','1','0'),(8471,'10068',424,'coralking_c18_shelltele',4,0,0,1,0,0,38,-1,0,'','1','0'),(8472,'10069',731,'coralking_c18_starfish1',4,0,0,1,0,0,21,-1,0,'','1','0'),(8473,'10070',103,'coralking_c18_treasurechest',7,0,0,1,0,0,5,-1,0,'','1','0'),(8474,'10071',424,'coralking_c18_tropicalfish',4,0,0,1,0,0,24,-1,0,'','1','0'),(8475,'10072',731,'coralking_c18_goldenfish',4,0,0,1,0,0,27,-1,0,'','1','0'),(8476,'10073',424,'coralking_c18_bluesand',4,0,0,1,0,0,4,-1,0,'','1','0'),(8477,'10074',201,'clothing_luscioushair',6,0,0,1,0,0,15,-1,0,'0','1','0'),(8478,'10075',424,'coralking_c18_sunkenpots',4,0,0,1,0,0,22,-1,0,'','1','0'),(8479,'10076',424,'coralking_c18_catfish',4,0,0,1,0,0,10,-1,0,'','1','0'),(8480,'10077',731,'coralking_c18_closedspiral1',4,0,0,1,0,0,17,-1,0,'','1','0'),(8481,'10078',103,'coralking_r18_goldenchest',7,0,0,1,0,0,6,-1,0,'','1','0'),(8482,'10079',424,'coralking_c18_bubbleseat',4,0,0,1,0,0,8,-1,0,'','1','0'),(8483,'10080',731,'coralking_c18_closedspiral2',4,0,0,1,0,0,18,-1,0,'','1','0'),(8484,'10081',731,'coralking_c18_spinycoral1',4,0,0,1,0,0,20,-1,0,'','1','0'),(8485,'10082',208,'clothing_flippers',4,0,0,1,0,0,3,-1,0,'0','1','0'),(8486,'10083',424,'coralking_c18_trash',4,0,0,1,0,0,23,-1,0,'','1','0'),(8487,'10084',731,'coralking_c18_bushycoral2',4,0,0,1,0,0,10,-1,0,'','1','0'),(8488,'10085',424,'coralking_c18_corner',4,0,0,1,0,0,15,-1,0,'','1','0'),(8489,'10086',731,'coralking_c18_openspiral1',4,0,0,1,0,0,32,-1,0,'','1','0'),(8490,'10087',424,'coralking_c18_seafloor',2,0,0,1,0,0,19,-1,0,'','1','0'),(8491,'10088',424,'coralking_c18_kelppillar',4,0,0,1,0,0,28,-1,0,'','1','0'),(8492,'10089',731,'coralking_c18_clamshell2',4,0,0,1,0,0,13,-1,0,'','1','0'),(8493,'10090',424,'coralking_c18_neoncoral2',4,0,0,1,0,0,17,-1,0,'','1','0'),(8494,'10091',204,'clothing_wetsuit',5,0,0,1,0,0,11,-1,0,'0','1','0'),(8495,'10092',424,'coralking_c18_boulders1',4,0,0,1,0,0,5,-1,0,'','1','0'),(8496,'10093',731,'asd',0,2000,0,1,0,0,14,-1,0,'0','1','0'),(8497,'10094',237,'coralking_r18_vanitytable',4,0,0,1,0,0,51,-1,0,'','1','0'),(8498,'10095',424,'coralking_c18_coralfloor',2,0,0,1,0,0,21,-1,0,'','1','0'),(8499,'10096',424,'coralking_c18_bed',3,0,0,1,0,0,3,-1,0,'','1','0'),(8500,'10097',424,'coralking_c18_gazebo',4,0,0,1,0,0,16,-1,0,'','1','0'),(8501,'10098',424,'coralking_c18_neoncoral3',4,0,0,1,0,0,31,-1,0,'','1','0'),(8502,'10099',731,'coralking_c18_trident',4,0,0,1,0,0,46,-1,0,'','1','0'),(8503,'10100',731,'coralking_c18_starfish2',4,0,0,1,0,0,42,-1,0,'','1','0'),(8504,'10101',424,'coralking_c18_table',4,0,0,1,0,0,44,-1,0,'','1','0'),(8505,'10102',424,'coralking_c18_fence',4,0,0,1,0,0,23,-1,0,'','1','0'),(8506,'10103',744,'coralking_ltd18_royalseahorse',4,0,0,1,0,0,49,-1,0,'','1','0'),(8507,'10104',731,'coralking_c18_seaweed',4,0,0,1,0,0,37,-1,0,'','1','0'),(8508,'10105',424,'coralking_c18_clownfish',4,0,0,1,0,0,19,-1,0,'','1','0'),(8509,'10106',578,'clothing_r18_divershelmet',0,2000,0,1,0,0,13,-1,0,'0','1','0'),(8510,'10107',204,'clothing_sailortop',5,0,0,1,0,0,8,-1,0,'0','1','0'),(8511,'10108',731,'coralking_c18_openspiral2',4,0,0,1,0,0,33,-1,0,'','1','0'),(8512,'10109',424,'coralking_c18_angelfish',4,0,0,1,0,0,2,-1,0,'','1','0'),(8513,'10110',731,'coralking_c18_clamshell3',4,0,0,1,0,0,14,-1,0,'','1','0'),(8514,'10111',731,'coralking_c18_chalice',4,0,0,1,0,0,12,-1,0,'','1','0'),(8515,'10112',424,'coralking_c18_bubblerock',4,0,0,1,0,0,7,-1,0,'','1','0'),(8516,'10113',731,'asd',0,2000,0,1,0,0,14,-1,0,'0','1','0'),(8517,'10114',424,'coralking_c18_chair',2,0,0,1,0,0,11,-1,0,'','1','0'),(8518,'10115',424,'coralking_c18_neoncoral1',4,0,0,1,0,0,29,-1,0,'','1','0'),(8519,'10116',424,'coralking_c18_boulders2',4,0,0,1,0,0,6,-1,0,'','1','0'),(8520,'10117',731,'coralking_c18_pearloyster',4,0,0,1,0,0,34,-1,0,'','1','0'),(8521,'10118',731,'coralking_c18_clamshell1',4,0,0,1,0,0,14,-1,0,'','1','0'),(8522,'10119',731,'coralking_c18_bushycoral1',4,0,0,1,0,0,9,-1,0,'','1','0'),(8523,'10120',683,'coralking_engageseahorse',3,0,0,1,0,0,99,-1,0,'','1','0'),(8524,'10121',307,'CF_750_goldenpig',750,0,0,1,0,0,21,-1,0,'','1','0'),(8525,'10122',578,'clothing_r18_tiedwavylocks',0,2000,0,1,0,0,12,-1,0,'0','1','0'),(8526,'10123',578,'clothing_r18_frohawk',0,2000,0,1,0,0,11,-1,0,'0','1','0'),(8527,'10124',657,'birds_r18_spoonbill',4,0,0,1,0,0,330,-1,0,'','0','0'),(8528,'10125',657,'birds_r18_puffin',4,0,0,1,0,0,331,-1,0,'','0','0'),(8529,'10126',657,'birds_r18_peacock',4,0,0,1,0,0,332,-1,0,'','0','0'),(8530,'10127',657,'birds_r18_crane',4,0,0,1,0,0,333,-1,0,'','0','0'),(8531,'10128',657,'birds_r18_quetzal',4,0,0,1,0,0,334,-1,0,'','0','0'),(8532,'10129',657,'birds_r18_cardinal',4,0,0,1,0,0,335,-1,0,'','0','0'),(8533,'10130',744,'trophy_ltd18_wcup',4,0,0,1,0,0,336,-1,0,'','0','0'),(8534,'10131',428,'tokyo_c18_residential',4,0,0,1,0,0,15,-1,0,'','1','0'),(8535,'10132',677,'tokyo_c18_toy4',4,0,0,1,0,0,38,-1,0,'','1','0'),(8536,'10133',677,'tokyo_c18_toy6',4,0,0,1,0,0,40,-1,0,'','1','0'),(8537,'10134',676,'clothing_animehair',6,0,0,1,0,0,21,-1,0,'0','1','0'),(8538,'10135',428,'tokyo_c18_railing',4,0,0,1,0,0,21,-1,0,'','1','0'),(8539,'10136',428,'tokyo_c18_retroarcade',4,0,0,1,0,0,23,10501,0,'','1','0'),(8540,'10137',428,'tokyo_c18_motorbike',4,0,0,1,0,0,14,10501,0,'','1','0'),(8541,'10138',428,'tokyo_c18_neonsign2',4,0,0,1,0,0,18,-1,0,'','1','0'),(8542,'10139',677,'tokyo_c18_toy9',4,0,0,1,0,0,22,-1,0,'','1','0'),(8543,'10140',428,'tokyo_c18_shopdisplay',4,0,0,1,0,0,28,-1,0,'','1','0'),(8544,'10141',428,'tokyo_c18_pole',4,0,0,1,0,0,19,-1,0,'','1','0'),(8545,'10142',428,'tokyo_c18_trellis',4,0,0,1,0,0,44,-1,0,'','1','0'),(8546,'10143',717,'tokyo_r18_mapletree',4,0,0,1,0,0,24,-1,0,'','1','0'),(8547,'10144',732,'tokyo_c18_toy5',4,0,0,1,0,0,20,-1,0,'','1','0'),(8548,'10145',428,'tokyo_c18_bugsmachine',10,0,0,1,0,0,4,10500,0,'','1','0'),(8549,'10146',428,'tokyo_c18_drinksmachine',10,0,0,1,0,0,7,-1,0,'','1','0'),(8550,'10147',428,'tokyo_c18_gamesign',4,0,0,1,0,0,10,-1,0,'','1','0'),(8551,'10148',428,'tokyo_c18_adposters',4,0,0,1,0,0,1,-1,0,'','1','0'),(8552,'10149',676,'clothing_sakurajacket',5,0,0,1,0,0,10,-1,0,'0','1','0'),(8553,'10150',428,'tokyo_c18_lights',4,0,0,1,0,0,14,-1,0,'','1','0'),(8554,'10151',428,'tokyo_c18_snackroof',4,0,0,1,0,0,32,-1,0,'','1','0'),(8555,'10152',677,'tokyo_c18_toy2',4,0,0,1,0,0,19,-1,0,'','1','0'),(8556,'10153',676,'clothing_dragonplushhat',5,10,5,1,0,0,18,-1,0,'0','1','0'),(8557,'10154',744,'tokyo_ltd18_shiba',4,0,0,1,0,0,23,-1,0,'','1','0'),(8558,'10155',677,'tokyo_c18_toy1',4,0,0,1,0,0,34,-1,0,'','1','0'),(8559,'10156',428,'tokyo_c18_road',4,0,0,1,0,0,25,-1,0,'','1','0'),(8560,'10157',428,'tokyo_c18_scarydino',4,0,0,1,0,0,27,-1,0,'','1','0'),(8561,'10158',428,'tokyo_c18_jpmerchshop',4,0,0,1,0,0,11,-1,0,'','1','0'),(8562,'10159',428,'tokyo_c18_floor',2,0,0,1,0,0,8,-1,0,'','1','0'),(8563,'10160',428,'tokyo_c18_lanterns',4,0,0,1,0,0,12,-1,0,'','1','0'),(8564,'10161',428,'tokyo_c18_magazinerack',4,0,0,1,0,0,13,-1,0,'','1','0'),(8565,'10162',428,'tokyo_c18_racearcade',4,0,0,1,0,0,20,10500,0,'','1','0'),(8566,'10163',310,'clothing_cuteglasses',6,0,0,1,0,0,20,-1,0,'0','1','0'),(8567,'10164',428,'tokyo_c18_retroarcade2',4,0,0,1,0,0,24,-1,0,'','1','0'),(8568,'10165',202,'clothing_shogunhelmet',5,10,5,1,0,0,1,-1,0,'0','1','0'),(8569,'10166',428,'tokyo_c18_snackdisplay',4,0,0,1,0,0,17,-1,0,'','1','0'),(8570,'10167',677,'tokyo_c18_toy10',4,0,0,1,0,0,18,-1,0,'','1','0'),(8571,'10168',677,'tokyo_c18_toy3',4,0,0,1,0,0,37,-1,0,'','1','0'),(8572,'10169',578,'clothing_r18_catbag',0,2000,0,1,0,0,10,-1,0,'0','1','0'),(8573,'10170',193,'e',4,0,0,1,0,0,9,-1,0,'','1','0'),(8574,'10171',428,'tokyo_c18_toy8',4,0,0,1,0,0,42,-1,0,'','1','0'),(8575,'10172',428,'tokyo_c18_snackdisplay2',4,0,0,1,0,0,31,-1,0,'','1','0'),(8576,'10173',578,'clothing_r18_kitsunemask',0,2000,0,1,0,0,10,-1,0,'0','1','0'),(8577,'10174',678,'tokyo_c18_craftbot',4,0,0,1,0,0,5,-1,0,'','1','0'),(8578,'10175',428,'tokyo_c18_shopfront',4,0,0,1,0,0,29,-1,0,'','1','0'),(8579,'10176',676,'clothing_harajukubow',6,0,0,1,0,0,19,-1,0,'0','1','0'),(8580,'10177',428,'tokyo_c18_sakura',4,0,0,1,0,0,16,-1,0,'','1','0'),(8581,'10178',207,'clothing_tutu',5,0,0,1,0,0,2,-1,0,'0','1','0'),(8582,'10179',428,'tokyo_c18_adposters2',4,0,0,1,0,0,2,-1,0,'','1','0'),(8583,'10180',428,'tokyo_c18_neonsign1',4,0,0,1,0,0,17,-1,0,'','1','0'),(8584,'10181',428,'tokyo_c18_bigbillboard',4,0,0,1,0,0,3,-1,0,'','1','0'),(8585,'10182',676,'clothing_botface',6,0,0,1,0,0,18,-1,0,'0','1','0'),(8586,'10183',717,'tokyo_r18_koikite',4,0,0,1,0,0,46,-1,0,'','1','0'),(8587,'10184',428,'tokyo_c18_snackroof2',4,0,0,1,0,0,33,-1,0,'','1','0'),(8588,'10185',677,'tokyo_c18_toy7',4,0,0,1,0,0,21,-1,0,'','1','0'),(8589,'10186',676,'clothing_harajukuhair',6,0,0,1,0,0,20,-1,0,'0','1','0'),(8590,'10187',237,'anniversary_r18_throne',0,3600,5,1,0,0,4,-1,0,'','1','0'),(8591,'10188',191,'tokyo_c18_gacha2',4,0,0,1,0,0,10,-1,0,'','1','0'),(8592,'10189',434,'zengarden_c18_glasspond',4,0,0,1,0,0,12,-1,0,'','1','0'),(8593,'10190',434,'zengarden_c18_light',4,0,0,1,0,0,11,-1,0,'','1','0'),(8594,'10191',434,'zengarden_c18_roof',4,0,0,1,0,0,7,-1,0,'','1','0'),(8595,'10192',434,'zengarden_c18_stonebench',4,0,0,1,0,0,3,-1,0,'','1','0'),(8596,'10193',434,'zengarden_c18_rootplant',4,0,0,1,0,0,5,-1,0,'','1','0'),(8597,'10194',434,'zengarden_c18_stonetable',2,0,0,1,0,0,2,-1,0,'','1','0'),(8598,'10195',434,'zengarden_c18_divider',4,0,0,1,0,0,13,-1,0,'','1','0'),(8599,'10196',434,'zengarden_c18_moss',4,0,0,1,0,0,10,-1,0,'','1','0'),(8600,'10197',434,'zengarden_c18_peacefrog',4,0,0,1,0,0,10,-1,0,'','1','0'),(8601,'10198',434,'zengarden_c18_bamboo',4,0,0,1,0,0,14,-1,0,'','1','0'),(8602,'10199',434,'zengarden_c18_door',4,0,0,1,0,0,14,-1,0,'','1','0'),(8603,'10200',434,'zengarden_c18_plankfloor',1,0,0,1,0,0,8,-1,0,'','1','0'),(8604,'10201',434,'zengarden_c18_roofcorner',4,0,0,1,0,0,6,-1,0,'','1','0'),(8605,'10202',434,'zengarden_c18_spikeyplant',4,0,0,1,0,0,4,-1,0,'','1','0'),(8606,'10203',719,'zengarden_r18_fountain',4,0,0,1,0,0,1,-1,0,'','1','0'),(8607,'10204',434,'zengarden_c18_pebbles',4,0,0,1,0,0,9,-1,0,'','1','0'),(8608,'10205',578,'clothing_r18_longwavy',0,2000,0,1,0,0,9,-1,0,'0','1','0'),(8609,'10206',596,'rare_colourable_marquee*3',0,7200,5,1,0,0,8,-1,0,'','1','0'),(8610,'10207',596,'rare_colourable_scifirocket*3',0,7200,5,1,0,0,14,-1,0,'','1','0'),(8611,'10208',596,'rare_colourable_fountain*3',0,7200,5,1,0,0,6,-1,0,'','1','0'),(8612,'10209',596,'rare_colourable_wooden_screen*3',0,7200,5,1,0,0,14,-1,0,'','1','0'),(8613,'10210',596,'rare_colourable_dragonlamp*3',0,7200,5,1,0,0,3,-1,0,'','1','0'),(8614,'10211',596,'rare_colourable_parasol*3',0,7200,5,1,0,0,9,-1,0,'','1','0'),(8615,'10212',610,'asd',7,0,0,1,0,0,13,-1,0,'','1','0'),(8616,'10213',596,'rare_colourable_sleepingbag*3',0,7200,5,1,0,0,13,-1,0,'','1','0'),(8617,'10214',596,'rare_colourable_pillar*3',0,7200,5,1,0,0,10,-1,0,'','1','0'),(8618,'10215',596,'rare_colourable_beehive_bulb*3',0,7200,5,1,0,0,2,-1,0,'','1','0'),(8619,'10216',596,'rare_colourable_icecream*3',0,7200,5,1,0,0,7,-1,0,'','1','0'),(8620,'10217',596,'rare_colourable_elephant_statue*3',0,7200,5,1,0,0,4,-1,0,'','1','0'),(8621,'10218',596,'rare_colourable_scifidoor*3',0,7200,5,1,0,0,11,-1,0,'','1','0'),(8622,'10219',596,'rare_colourable_fan*3',0,7200,5,1,0,0,5,-1,0,'','1','0'),(8623,'10220',596,'rare_colourable_pillow*3',0,7200,5,1,0,0,10,-1,0,'','1','0'),(8624,'10221',596,'rare_colourable_scifiport*3',0,7200,5,1,0,0,12,-1,0,'','1','0'),(8625,'10222',596,'rare_colourable_barrier*3',0,7200,5,1,0,0,1,-1,0,'','1','0'),(8626,'10223',367,'hotel_c18_pool',4,0,0,1,0,0,7,-1,0,'','1','0'),(8627,'10224',367,'hotel_c18_stairs',4,0,0,1,0,0,10,-1,0,'','1','0'),(8628,'10225',367,'hotel_c18_roof',4,0,0,1,0,0,9,-1,0,'','1','0'),(8629,'10226',367,'hotel_c18_rail',4,0,0,1,0,0,8,-1,0,'','1','0'),(8630,'10227',367,'hotel_c18_fountain',4,0,0,1,0,0,6,-1,0,'','1','0'),(8631,'10228',367,'hotel_c18_block2',4,0,0,1,0,0,3,-1,0,'','1','0'),(8632,'10229',367,'hotel_c18_awning',4,0,0,1,0,0,1,-1,0,'','1','0'),(8633,'10230',367,'hotel_c18_block1',4,0,0,1,0,0,2,-1,0,'','1','0'),(8634,'10231',367,'hotel_c18_tree',4,0,0,1,0,0,11,-1,0,'','1','0'),(8635,'10232',367,'hotel_c18_foundation',4,0,0,1,0,0,4,-1,0,'','1','0'),(8636,'10233',367,'hotel_c18_cypress',4,0,0,1,0,0,5,-1,0,'','1','0'),(8637,'10234',367,'hotel_c18_rooftop',4,0,0,1,0,0,10,-1,0,'','1','0'),(8638,'10235',399,'hween_c18_deskitems2',5,0,0,1,0,0,10,-1,0,'','1','0'),(8639,'10236',399,'hween_c18_ceilingrays',4,0,0,1,0,0,6,-1,0,'','1','0'),(8640,'10237',399,'hween_c18_complexmchn3',4,0,0,1,0,0,9,10501,0,'','1','0'),(8641,'10238',676,'clothing_brownglasses',6,0,0,1,0,0,17,-1,0,'0','1','0'),(8642,'10239',399,'hween_c18_toy5old',4,0,0,1,0,0,27,-1,0,'','1','0'),(8643,'10240',399,'hween_c18_complexmchn2',4,0,0,1,0,0,8,10500,0,'','1','0'),(8644,'10241',676,'hween_c18_toy5new',4,0,0,1,0,0,54,-1,0,'','1','0'),(8645,'10242',201,'clothing_brain',5,10,5,1,0,0,1,-1,0,'0','1','0'),(8646,'10243',399,'hween_c18_olddocs2',4,0,0,1,0,0,38,-1,0,'','1','0'),(8647,'10244',399,'hween_c18_ceilingfan',4,0,0,1,0,0,4,-1,0,'','1','0'),(8648,'10245',399,'hween_c18_toy4old',4,0,0,1,0,0,26,-1,0,'','1','0'),(8649,'10246',399,'hween_c18_labglasswall',4,0,0,1,0,0,20,-1,0,'','1','0'),(8650,'10247',399,'hween_c18_retropc',4,0,0,1,0,0,42,-1,0,'','1','0'),(8651,'10248',399,'hween_c18_dimlights',4,0,0,1,0,0,11,-1,0,'','1','0'),(8652,'10249',399,'hween_c18_medicineshelf',5,0,0,1,0,0,18,-1,0,'','1','0'),(8653,'10250',399,'hween_c18_labtilewall',4,0,0,1,0,0,33,-1,0,'','1','0'),(8654,'10251',399,'hween_c18_labcage',4,0,0,1,0,0,14,-1,0,'','1','0'),(8655,'10252',744,'hween_ltd18_cosplaycat',4,0,0,1,0,0,17,-1,0,'','1','0'),(8656,'10253',399,'hween_c18_oldceilingrays',4,0,0,1,0,0,19,-1,0,'','1','0'),(8657,'10254',676,'hween_c18_labcurtains',4,0,0,1,0,0,18,-1,0,'','1','0'),(8658,'10255',676,'hween_c18_toy3new',4,0,0,1,0,0,50,-1,0,'','1','0'),(8659,'10256',676,'hween_c18_toy2new',4,0,0,1,0,0,48,-1,0,'','1','0'),(8660,'10257',399,'hween_c18_labsteelfloor',2,0,0,1,0,0,29,-1,0,'','1','0'),(8661,'10258',399,'hween_c18_labmchn1',4,0,0,1,0,0,25,10500,0,'','1','0'),(8662,'10259',399,'hween_c18_rustyceilingfan',4,0,0,1,0,0,22,-1,0,'','1','0'),(8663,'10260',399,'hween_c18_labstoolold',4,0,0,1,0,0,31,-1,0,'','1','0'),(8664,'10261',399,'hween_c18_labmchn2',4,0,0,1,0,0,16,-1,0,'','1','0'),(8665,'10262',399,'hween_c18_brokenglasswall',4,0,0,1,0,0,3,-1,0,'','1','0'),(8666,'10263',399,'hween_c18_floormould',1,0,0,1,0,0,14,-1,0,'','1','0'),(8667,'10264',676,'clothing_vintagejacket',5,0,0,1,0,0,9,-1,0,'0','1','0'),(8668,'10265',399,'hween_c18_washliquid',4,0,0,1,0,0,28,-1,0,'','1','0'),(8669,'10266',676,'hween_c18_toy1new',4,0,0,1,0,0,46,-1,0,'','1','0'),(8670,'10267',676,'clothing_sideponytail',6,0,0,1,0,0,19,-1,0,'0','1','0'),(8671,'10268',399,'hween_c18_zaptele',4,0,0,1,0,0,59,-1,0,'','1','0'),(8672,'10269',578,'clothing_r18_axe',0,2000,0,1,0,0,8,-1,0,'0','1','0'),(8673,'10270',678,'hween_c18_washmchn',4,0,0,1,0,0,57,-1,0,'','1','0'),(8674,'10271',399,'hween_c18_labglovebox',4,0,0,1,0,0,21,10500,0,'','1','0'),(8675,'10272',399,'hween_c18_bloodcurtains',4,0,0,1,0,0,1,-1,0,'','1','0'),(8676,'10273',676,'clothing_legwarmershoes',4,0,0,1,0,0,2,-1,0,'0','1','0'),(8677,'10274',676,'hween_c18_toy4new',4,0,0,1,0,0,25,-1,0,'','1','0'),(8678,'10275',399,'hween_c18_labshelf',5,0,0,1,0,0,28,-1,0,'','1','0'),(8679,'10276',208,'clothing_bloodshoes',3,10,5,1,0,0,1,-1,0,'0','1','0'),(8680,'10277',399,'hween_c18_bloodfloorstreak',4,0,0,1,0,0,2,-1,0,'','1','0'),(8681,'10278',578,'clothing_r18_vamp',0,2000,0,1,0,0,7,-1,0,'0','1','0'),(8682,'10279',399,'hween_c18_labdesk',5,0,0,1,0,0,19,-1,0,'','1','0'),(8683,'10280',399,'hween_c18_oldlabdesk',5,0,0,1,0,0,20,-1,0,'','1','0'),(8684,'10281',399,'hween_c18_labchair',2,0,0,1,0,0,17,-1,0,'','1','0'),(8685,'10282',399,'hween_c18_ceilingmould',4,0,0,1,0,0,5,-1,0,'','1','0'),(8686,'10283',399,'hween_c18_labjar1',4,0,0,1,0,0,15,-1,0,'','1','0'),(8687,'10284',399,'hween_c18_washpowder',4,0,0,1,0,0,58,-1,0,'','1','0'),(8688,'10285',237,'hween_r18_pupbot',4,0,0,1,0,0,-1,-1,0,'','1','0'),(8689,'10286',399,'hween_c18_labmchn3',4,0,0,1,0,0,27,-1,0,'','1','0'),(8690,'10287',205,'clothing_bloodjacket',4,10,5,1,0,0,1,-1,0,'0','1','0'),(8691,'10288',399,'hween_c18_complexmchn1',4,0,0,1,0,0,7,10501,0,'','1','0'),(8692,'10289',399,'hween_c18_spareparts',4,0,0,1,0,0,44,-1,0,'','1','0'),(8693,'10290',205,'clothing_labcoat',4,10,5,1,0,0,1,-1,0,'0','1','0'),(8694,'10291',399,'hween_c18_toy2old',4,0,0,1,0,0,49,-1,0,'','1','0'),(8695,'10292',676,'clothing_shortcurlhair',6,0,0,1,0,0,18,-1,0,'0','1','0'),(8696,'10293',399,'hween_c18_labjar2',4,0,0,1,0,0,23,-1,0,'','1','0'),(8697,'10294',399,'hween_c18_labstool',4,0,0,1,0,0,17,-1,0,'','1','0'),(8698,'10295',399,'hween_c18_labtooltable',2,0,0,1,0,0,34,-1,0,'','1','0'),(8699,'10296',201,'clothing_bloodponytail',5,10,5,1,0,0,1,-1,0,'0','1','0'),(8700,'10297',237,'hween_r18_antiquechemset',4,0,0,1,0,0,0,-1,0,'','1','0'),(8701,'10298',399,'hween_c18_toy1old',4,0,0,1,0,0,24,-1,0,'','1','0'),(8702,'10299',399,'hween_c18_oldlabtilewall',4,0,0,1,0,0,21,-1,0,'','1','0'),(8703,'10300',399,'hween_c18_deskitems1',5,0,0,1,0,0,10,-1,0,'','1','0'),(8704,'10301',310,'clothing_bloodglasses',6,0,0,1,0,0,14,-1,0,'0','1','0'),(8705,'10302',399,'hween_c18_staffoftheyr',4,0,0,1,0,0,23,-1,0,'','1','0'),(8706,'10303',201,'clothing_bloodscruffyhair',5,10,5,1,0,0,1,-1,0,'0','1','0'),(8707,'10304',399,'hween_c18_olddocs1',4,0,0,1,0,0,37,-1,0,'','1','0'),(8708,'10305',399,'hween_c18_toy3old',4,0,0,1,0,0,51,-1,0,'','1','0'),(8709,'10306',399,'hween_c18_labtilefloor',2,0,0,1,0,0,32,-1,0,'','1','0'),(8710,'10307',399,'hween_c18_oldlablocker',4,0,0,1,0,0,40,-1,0,'','1','0'),(8711,'10308',399,'hween_c18_flashlight',4,0,0,1,0,0,12,-1,0,'','1','0'),(8712,'10309',399,'hween_c18_labbed',4,0,0,1,0,0,13,-1,0,'','1','0'),(8713,'10310',399,'hween_c18_lablocker',4,0,0,1,0,0,24,-1,0,'','1','0'),(8714,'10311',307,'CF_350_jadefish',350,0,0,1,0,0,10,-1,0,'','1','0'),(8715,'10312',427,'hygge_c18_stove',4,0,0,1,0,0,4,-1,0,'','1','0'),(8716,'10313',427,'hygge_c18_cushion',4,0,0,1,0,0,2,-1,0,'','1','0'),(8717,'10314',578,'clothing_r18_antlers',0,2000,0,1,0,0,6,-1,0,'0','1','0'),(8718,'10315',237,'hygge_r18_fox',4,0,0,1,0,0,5,-1,0,'','1','0'),(8719,'10316',578,'clothing_r18_hyggehair',0,2000,0,1,0,0,5,-1,0,'0','1','0'),(8720,'10317',427,'hygge_c18_shelf',5,0,0,1,0,0,3,-1,0,'','1','0'),(8721,'10318',427,'hygge_c18_chair',2,0,0,1,0,0,1,-1,0,'','1','0'),(8722,'10319',578,'clothing_r18_dungarees',0,2000,0,1,0,0,4,-1,0,'0','1','0'),(8723,'10320',578,'clothing_r18_diaparty',0,2000,0,1,0,0,3,-1,0,'0','1','0'),(8724,'10321',733,'clothing_dianoblecrown',7,0,0,1,0,0,20,-1,0,'0','1','0'),(8725,'10322',169,'diamond_c18_giftbox',0,3600,5,1,0,0,0,-1,0,'','1','0'),(8726,'10323',733,'clothing_diafish',7,0,0,1,0,0,37,-1,0,'0','1','0'),(8727,'10324',733,'clothing_dialeafcrown',7,0,0,1,0,0,38,-1,0,'0','1','0'),(8728,'10325',488,'xmas_c18_deer_comet',4,0,0,1,0,0,11,-1,0,'','1','0'),(8729,'10326',488,'xmas_c18_stocking_snoopy',4,0,0,1,0,0,27,-1,0,'','1','0'),(8730,'10327',488,'xmas_c18_souvenir',4,0,0,1,0,0,40,-1,0,'','1','0'),(8731,'10328',488,'xmas_c18_deer_dasher',4,0,0,1,0,0,13,-1,0,'','1','0'),(8732,'10329',676,'clothing_halo',10,10,5,1,0,0,13,-1,0,'0','1','0'),(8733,'10330',488,'xmas_c18_snowfootball',4,0,0,1,0,0,23,-1,0,'','1','0'),(8734,'10331',488,'xmas_c18_stocking_cinnamon',4,0,0,1,0,0,51,-1,0,'','1','0'),(8735,'10332',488,'xmas_c18_stool',4,0,0,1,0,0,57,-1,0,'','1','0'),(8736,'10333',488,'xmas_c18_stage',4,0,0,1,0,0,21,-1,0,'','1','0'),(8737,'10334',488,'xmas_c18_metro',4,0,0,1,0,0,19,-1,0,'','1','0'),(8738,'10335',488,'xmas_c18_stocking_tiger',4,0,0,1,0,0,28,-1,0,'','1','0'),(8739,'10336',488,'xmas_c18_snowman',4,0,0,1,0,0,42,-1,0,'','1','0'),(8740,'10337',488,'xmas_c18_snowballpit',4,0,0,1,0,0,10,-1,0,'','1','0'),(8741,'10338',488,'xmas_c18_stocking_crusoe',4,0,0,1,0,0,26,-1,0,'','1','0'),(8742,'10339',488,'xmas_c18_stallroof',4,0,0,1,0,0,24,-1,0,'','1','0'),(8743,'10340',488,'xmas_c18_presentelf',4,0,0,1,0,0,40,-1,0,'','1','0'),(8744,'10341',677,'xmas_c18_doll10',7,0,0,1,0,0,17,-1,0,'','1','0'),(8745,'10342',676,'clothing_rudolphhat',5,10,5,1,0,0,1,-1,0,'0','1','0'),(8746,'10343',677,'xmas_c18_doll8',7,0,0,1,0,0,37,-1,0,'','1','0'),(8747,'10344',488,'xmas_c18_deer_vixen',4,0,0,1,0,0,19,-1,0,'','1','0'),(8748,'10345',488,'xmas_c18_stagecurtains',4,0,0,1,0,0,44,-1,0,'','1','0'),(8749,'10346',488,'xmas_c18_stocking_cleo',4,0,0,1,0,0,25,-1,0,'','1','0'),(8750,'10347',488,'xmas_c18_presents',4,0,0,1,0,0,15,-1,0,'','1','0'),(8751,'10348',237,'xmas_r18_snowyowl',4,0,0,1,0,0,-1,-1,0,'','1','0'),(8752,'10349',677,'xmas_c18_doll6',7,0,0,1,0,0,18,-1,0,'','1','0'),(8753,'10350',488,'xmas_c18_stalltable',2,0,0,1,0,0,48,-1,0,'','1','0'),(8754,'10351',488,'xmas_c18_streetlight',4,0,0,1,0,0,58,-1,0,'','1','0'),(8755,'10352',677,'xmas_c18_doll5',7,0,0,1,0,0,34,-1,0,'','1','0'),(8756,'10353',237,'xmas_r18_lightfountain',4,0,0,1,0,0,0,-1,0,'','1','0'),(8757,'10354',676,'clothing_poinsettia',6,0,0,1,0,0,13,-1,0,'0','1','0'),(8758,'10355',674,'clothing_bobblehat',4,0,0,1,0,0,12,-1,0,'0','1','0'),(8759,'10356',488,'xmas_c18_groundlight',4,0,0,1,0,0,33,-1,0,'','1','0'),(8760,'10357',488,'xmas_c18_stagechair',2,0,0,1,0,0,22,-1,0,'','1','0'),(8761,'10358',578,'clothing_r18_featherdress',0,2000,0,1,0,0,2,-1,0,'0','1','0'),(8762,'10359',488,'xmas_c18_stagestairs',4,0,0,1,0,0,23,-1,0,'','1','0'),(8763,'10360',488,'xmas_c18_deer_rudolph',4,0,0,1,0,0,18,-1,0,'','1','0'),(8764,'10361',676,'clothing_penguin',3,10,5,1,0,0,11,-1,0,'0','1','0'),(8765,'10362',488,'xmas_c18_xmastree',4,0,0,1,0,0,59,-1,0,'','1','0'),(8766,'10363',488,'xmas_c18_booth',4,0,0,1,0,0,4,-1,0,'','1','0'),(8767,'10364',488,'xmas_c18_curtaintopper',4,0,0,1,0,0,10,-1,0,'','1','0'),(8768,'10365',488,'xmas_c18_building',4,0,0,1,0,0,7,-1,0,'','1','0'),(8769,'10366',744,'xmas_ltd18_snowhabberge',4,0,0,1,0,0,19,-1,0,'','1','0'),(8770,'10367',488,'xmas_c18_iciclelight',4,0,0,1,0,0,18,-1,0,'','1','0'),(8771,'10368',488,'xmas_c18_deer_cupid',4,0,0,1,0,0,12,-1,0,'','1','0'),(8772,'10369',488,'xmas_c18_borscht',4,0,0,1,0,0,5,-1,0,'','1','0'),(8773,'10370',677,'xmas_c18_doll3',7,0,0,1,0,0,32,-1,0,'','1','0'),(8774,'10371',677,'xmas_c18_doll2',7,0,0,1,0,0,31,-1,0,'','1','0'),(8775,'10372',488,'xmas_c18_balllight',4,0,0,1,0,0,2,-1,0,'','1','0'),(8776,'10373',488,'xmas_c18_harp',4,0,0,1,0,0,34,-1,0,'','1','0'),(8777,'10374',578,'clothing_r18_feathercrown',0,2000,0,1,0,0,1,-1,0,'0','1','0'),(8778,'10375',488,'xmas_c18_penguin',4,0,0,1,0,0,38,-1,0,'','1','0'),(8779,'10376',488,'xmas_c18_deer_prancer',4,0,0,1,0,0,17,-1,0,'','1','0'),(8780,'10377',201,'clothing_sideflopped',6,0,0,1,0,0,13,-1,0,'0','1','0'),(8781,'10378',677,'xmas_c18_doll1',7,0,0,1,0,0,29,-1,0,'','1','0'),(8782,'10379',488,'xmas_c18_rainlightfloor',1,0,0,1,0,0,44,-1,0,'','1','0'),(8783,'10380',488,'xmas_c18_candycane',4,0,0,1,0,0,9,-1,0,'','1','0'),(8784,'10381',488,'xmas_c18_stocking_norbert',4,0,0,1,0,0,54,-1,0,'','1','0'),(8785,'10382',676,'clothing_snowman',3,10,5,1,0,0,10,-1,0,'0','1','0'),(8786,'10383',488,'xmas_c18_buildingpillar',4,0,0,1,0,0,8,-1,0,'','1','0'),(8787,'10384',677,'xmas_c18_doll7',7,0,0,1,0,0,19,-1,0,'','1','0'),(8788,'10385',488,'xmas_c18_bounceycastle',4,0,0,1,0,0,6,-1,0,'','1','0'),(8789,'10386',488,'xmas_c18_babushka',4,0,0,1,0,0,1,-1,0,'','1','0'),(8790,'10387',677,'xmas_c18_doll9',7,0,0,1,0,0,38,-1,0,'','1','0'),(8791,'10388',488,'xmas_c18_stagewindow',4,0,0,1,0,0,46,-1,0,'','1','0'),(8792,'10389',676,'clothing_xmas5',5,0,0,1,0,0,10,-1,0,'0','1','0'),(8793,'10390',310,'clothing_mittens',6,0,0,1,0,0,14,-1,0,'0','1','0'),(8794,'10391',488,'xmas_c18_fairylightree',4,0,0,1,0,0,17,-1,0,'','1','0'),(8795,'10392',488,'xmas_c18_deer_blitzen',4,0,0,1,0,0,10,-1,0,'','1','0'),(8796,'10393',488,'xmas_c18_stocking_boo',4,0,0,1,0,0,50,-1,0,'','1','0'),(8797,'10394',678,'xmas_c18_nutcracker',4,0,0,1,0,0,37,-1,0,'','1','0'),(8798,'10395',488,'xmas_c18_stagebackdrop',4,0,0,1,0,0,42,-1,0,'','1','0'),(8799,'10396',488,'xmas_c18_bearlight',4,0,0,1,0,0,3,-1,0,'','1','0'),(8800,'10397',488,'xmas_c18_deer_dancer',4,0,0,1,0,0,14,-1,0,'','1','0'),(8801,'10398',677,'xmas_c18_doll4',7,0,0,1,0,0,33,-1,0,'','1','0'),(8802,'10399',488,'xmas_c18_food',4,0,0,1,0,0,32,-1,0,'','1','0'),(8803,'10400',488,'xmas_c18_fatherfrost',4,0,0,1,0,0,31,-1,0,'','1','0'),(8804,'10401',205,'clothing_regiment',5,0,0,1,0,0,6,-1,0,'0','1','0'),(8805,'10402',488,'xmas_c18_piano',4,0,0,1,0,0,20,-1,0,'','1','0'),(8806,'10403',676,'clothing_treepartyhat',3,10,5,1,0,0,10,-1,0,'0','1','0'),(8807,'10404',488,'xmas_c18_deer_donna',4,0,0,1,0,0,14,-1,0,'','1','0'),(8808,'10405',592,'rare_prize18_xmas',0,50,0,1,0,0,0,-1,0,'','1','0'),(8809,'10406',444,'hosp_c19_drinksvend',10,0,0,1,0,0,99,-1,0,'','1','0'),(8810,'10407',585,'clothing_r18_goldpack4',0,4000,0,1,0,0,4,-1,0,'0','1','0'),(8811,'10408',116,'attic_c19_hammock',3,0,0,1,0,0,99,-1,0,'','1','0'),(8812,'10409',584,'clothing_r18_sparkleparty2',0,2000,0,1,0,0,2,-1,0,'0','1','0'),(8813,'10410',584,'clothing_r18_sparkleparty1',0,2000,0,1,0,0,1,-1,0,'0','1','0'),(8814,'10411',584,'clothing_r18_sparkleparty7',0,2000,0,1,0,0,7,-1,0,'0','1','0'),(8815,'10412',584,'clothing_r18_sparkleparty4',0,2000,0,1,0,0,4,-1,0,'0','1','0'),(8816,'10413',579,'clothing_r19_longwavy2',0,2500,0,1,0,0,31,-1,0,'0','1','0'),(8817,'10414',668,'ny_r18_crackable',7,0,0,1,0,0,99,-1,0,'','1','0'),(8818,'10415',584,'clothing_r18_sparkleparty8',0,2000,0,1,0,0,8,-1,0,'0','1','0'),(8819,'10416',584,'clothing_r18_sparkleparty6',0,2000,0,1,0,0,6,-1,0,'0','1','0'),(8820,'10417',584,'clothing_r18_sparkleparty3',0,2000,0,1,0,0,3,-1,0,'0','1','0'),(8821,'10418',584,'clothing_r18_sparkleparty5',0,2000,0,1,0,0,5,-1,0,'0','1','0'),(8822,'10419',191,'diamond_c18_giftbox2',4,0,0,1,0,0,337,-1,0,'','0','0'),(8823,'10420',307,'CF_1000_goldenkey',1000,0,0,1,0,0,25,-1,0,'','1','0'),(8824,'10421',394,'hween13_c19_frog',4,0,0,1,0,0,0,-1,0,'','1','0'),(8825,'10422',358,'hc19_11',10,1,5,1,0,0,10,-1,0,'','1','1'),(8826,'10423',358,'hc19_1',10,1,5,1,0,0,1,-1,0,'','1','1'),(8827,'10424',358,'hc19_4',10,1,5,1,0,0,4,-1,0,'','1','1'),(8828,'10425',358,'hc19_5',10,1,5,1,0,0,5,-1,0,'','1','1'),(8829,'10426',358,'hc19_9',10,1,5,1,0,0,9,-1,0,'','1','1'),(8830,'10427',358,'hc19_3',10,1,5,1,0,0,3,-1,0,'','1','1'),(8831,'10428',358,'hc19_2',10,1,5,1,0,0,2,-1,0,'','1','1'),(8832,'10429',358,'hc19_10',10,1,5,1,0,0,10,-1,0,'','1','1'),(8833,'10430',358,'hc19_12',10,1,5,1,0,0,11,-1,0,'','1','1'),(8834,'10431',358,'hc19_7',10,1,5,1,0,0,7,-1,0,'','1','1'),(8835,'10432',358,'hc19_6',10,1,5,1,0,0,6,-1,0,'','1','1'),(8836,'10433',358,'hc19_8',10,1,5,1,0,0,8,-1,0,'','1','1'),(8837,'10434',448,'val_c19_food',4,0,0,1,0,0,10,-1,0,'','1','0'),(8838,'10435',448,'val_c19_bottlewall',4,0,0,1,0,0,8,-1,0,'','1','0'),(8839,'10436',579,'clothing_r19_messybun',0,2500,0,1,0,0,17,-1,0,'0','1','0'),(8840,'10437',574,'val_r19_bath',4,0,0,1,0,0,1,-1,0,'','1','0'),(8841,'10438',574,'val_r19_recordplayer',4,0,0,1,0,0,3,-1,0,'','1','0'),(8842,'10439',579,'clothing_r19_frilledskirt',0,2500,0,1,0,0,29,-1,0,'0','1','0'),(8843,'10440',448,'val_c19_bottle',4,0,0,1,0,0,7,-1,0,'','1','0'),(8844,'10441',574,'val_r19_puppy',4,0,0,1,0,0,2,-1,0,'','1','0'),(8845,'10442',448,'val_c19_till',4,0,0,1,0,0,14,-1,0,'','1','0'),(8846,'10443',574,'val_r19_unicorn',4,0,0,1,0,0,5,-1,0,'','1','0'),(8847,'10444',579,'clothing_r19_shortcurly',0,2500,0,1,0,0,28,-1,0,'0','1','0'),(8848,'10445',579,'clothing_r19_waistcoat',0,2500,0,1,0,0,27,-1,0,'0','1','0'),(8849,'10446',448,'val_c19_tableacc',2,0,0,1,0,0,12,-1,0,'','1','0'),(8850,'10447',448,'val_c19_chair',2,0,0,1,0,0,9,-1,0,'','1','0'),(8851,'10448',448,'val_c19_petals',4,0,0,1,0,0,10,-1,0,'','1','0'),(8852,'10449',448,'val_c19_awning',4,0,0,1,0,0,6,-1,0,'','1','0'),(8853,'10450',448,'val_c19_table',2,0,0,1,0,0,11,-1,0,'','1','0'),(8854,'10451',574,'val_r19_sofa',3,0,0,1,0,0,4,-1,0,'','1','0'),(8855,'10452',302,'china_pig',4,0,0,1,0,0,2,-1,0,'','1','0'),(8856,'10453',302,'china_goldenpig',4,0,0,1,0,0,1,-1,0,'','1','0'),(8857,'10454',202,'clothing_piglethat',3,10,5,1,0,0,1,-1,0,'0','1','0'),(8858,'10455',591,'rare_prize19*0',0,50,0,1,0,0,1,-1,0,'','1','0'),(8859,'10456',591,'rare_prize19*1',0,50,0,1,0,0,2,-1,0,'','1','0'),(8860,'10457',591,'rare_prize19*10',0,50,0,1,0,0,10,-1,0,'','1','0'),(8861,'10458',591,'rare_prize19*11',0,50,0,1,0,0,11,-1,0,'','1','0'),(8862,'10459',591,'rare_prize19*12',0,50,0,1,0,0,12,-1,0,'','1','0'),(8863,'10460',591,'rare_prize19*13',0,50,0,1,0,0,14,-1,0,'','1','0'),(8864,'10461',591,'rare_prize19*2',0,50,0,1,0,0,3,-1,0,'','1','0'),(8865,'10462',591,'rare_prize19*3',0,50,0,1,0,0,4,-1,0,'','1','0'),(8866,'10463',591,'rare_prize19*4',0,50,0,1,0,0,5,-1,0,'','1','0'),(8867,'10464',591,'rare_prize19*5',0,50,0,1,0,0,6,-1,0,'','1','0'),(8868,'10465',591,'rare_prize19*6',0,50,0,1,0,0,7,-1,0,'','1','0'),(8869,'10466',591,'rare_prize19*7',0,50,0,1,0,0,8,-1,0,'','1','0'),(8870,'10467',591,'rare_prize19*8',0,50,0,1,0,0,9,-1,0,'','1','0'),(8871,'10468',591,'rare_prize19*9',0,50,0,1,0,0,10,-1,0,'','1','0'),(8872,'10469',429,'room_invisible_block',4,0,0,1,0,0,338,-1,0,'','0','0'),(8873,'10470',590,'rare_colourable_scifirocket*4',0,3600,5,1,0,0,3,-1,0,'','1','0'),(8874,'10471',590,'rare_colourable_parasol*4',0,3600,5,1,0,0,2,-1,0,'','1','0'),(8875,'10472',745,'rare_r19_car1',4,0,0,1,0,0,99,-1,0,'','1','0'),(8876,'10473',204,'clothing_topbuttonshirt',5,0,0,1,0,0,9,-1,0,'0','1','0'),(8877,'10474',206,'clothing_rippedjeans2',5,0,0,1,0,0,1,-1,0,'0','1','0'),(8878,'10475',579,'clothing_r19_scuffedboots',0,2500,0,1,0,0,16,-1,0,'0','1','0'),(8879,'10476',579,'clothing_r19_longtwotone',0,2500,0,1,0,0,25,-1,0,'0','1','0'),(8880,'10477',425,'band_c19_drums',4,0,0,1,0,0,1,-1,0,'','1','0'),(8881,'10478',579,'clothing_r19_punkhat',0,2500,0,1,0,0,24,-1,0,'0','1','0'),(8882,'10479',425,'band_c19_guitar',4,0,0,1,0,0,2,-1,0,'','1','0'),(8883,'10480',579,'clothing_r19_messybangs',0,2500,0,1,0,0,23,-1,0,'0','1','0'),(8884,'10481',201,'clothing_messycurls',5,10,5,1,0,0,1,-1,0,'0','1','0'),(8885,'10482',425,'band_c19_synth',4,0,0,1,0,0,3,-1,0,'','1','0'),(8886,'10483',201,'clothing_highfade',5,10,5,1,0,0,1,-1,0,'0','1','0'),(8887,'10484',728,'easter_c19_kelpie',4,0,0,1,0,0,17,-1,0,'','1','0'),(8888,'10485',579,'clothing_r19_forrestcrown',0,2500,0,1,0,0,15,-1,0,'0','1','0'),(8889,'10486',745,'easter_ltd19_flowerthrone',4,0,0,1,0,0,44,-1,0,'','1','0'),(8890,'10487',728,'easter_c19_babyent',4,0,0,1,0,0,3,-1,0,'','1','0'),(8891,'10488',728,'easter_c19_habshirecat',4,0,0,1,0,0,28,-1,0,'','1','0'),(8892,'10489',574,'easter_r19_treeswing',4,0,0,1,0,0,46,-1,0,'','1','0'),(8893,'10490',191,'easter_c19_book4a',4,0,0,1,0,0,12,-1,0,'','1','0'),(8894,'10491',385,'easter_c19_turnipbuddies',4,0,0,1,0,0,20,-1,0,'','1','0'),(8895,'10492',385,'easter_c19_wisestone',4,0,0,1,0,0,21,-1,0,'','1','0'),(8896,'10493',191,'easter_c19_ancientbook2',4,0,0,1,0,0,2,-1,0,'','1','0'),(8897,'10494',728,'clothing_ribboncurls',0,500,0,1,0,0,11,-1,0,'0','1','0'),(8898,'10495',728,'easter_c19_earthdrago',4,0,0,1,0,0,17,-1,0,'','1','0'),(8899,'10496',385,'easter_c19_logtable',4,0,0,1,0,0,34,-1,0,'','1','0'),(8900,'10497',677,'easter_c19_book1',3,0,0,1,0,0,99,-1,0,'','1','0'),(8901,'10498',677,'easter_c19_book3',3,0,0,1,0,0,99,-1,0,'','1','0'),(8902,'10499',202,'clothing_archerhat',4,0,0,1,0,0,8,-1,0,'0','1','0'),(8903,'10500',385,'easter_c19_littlefairies',4,0,0,1,0,0,32,-1,0,'','1','0'),(8904,'10501',677,'easter_c19_book2',3,0,0,1,0,0,99,-1,0,'','1','0'),(8905,'10502',385,'easter_c19_logchair',2,0,0,1,0,0,33,-1,0,'','1','0'),(8906,'10503',191,'easter_c19_book3a',4,0,0,1,0,0,11,-1,0,'','1','0'),(8907,'10504',728,'clothing_madhat',0,500,0,1,0,0,7,-1,0,'0','1','0'),(8908,'10505',677,'easter_c19_book4',3,0,0,1,0,0,99,-1,0,'','1','0'),(8909,'10506',191,'easter_c19_book2a',4,0,0,1,0,0,10,-1,0,'','1','0'),(8910,'10507',385,'easter_c19_meadow',4,0,0,1,0,0,19,-1,0,'','1','0'),(8911,'10508',385,'easter_c19_dirtpath',4,0,0,1,0,0,14,-1,0,'','1','0'),(8912,'10509',385,'easter_c19_flowertea',4,0,0,1,0,0,21,-1,0,'','1','0'),(8913,'10510',728,'easter_c19_babyhippogriff',4,0,0,1,0,0,5,-1,0,'','1','0'),(8914,'10511',385,'easter_c19_mushrooms',4,0,0,1,0,0,37,-1,0,'','1','0'),(8915,'10512',667,'easter_c19_forrestegg',4,0,0,1,0,0,23,-1,0,'','1','0'),(8916,'10513',728,'easter_c19_chillgnome',4,0,0,1,0,0,13,-1,0,'','1','0'),(8917,'10514',191,'easter_c19_babykelpie2',4,0,0,1,0,0,8,-1,0,'','1','0'),(8918,'10515',191,'easter_c19_babyhippogriff2',4,0,0,1,0,0,6,-1,0,'','1','0'),(8919,'10516',728,'easter_c19_ent',4,0,0,1,0,0,18,-1,0,'','1','0'),(8920,'10517',728,'easter_c19_wolf',4,0,0,1,0,0,42,-1,0,'','1','0'),(8921,'10518',667,'easter_c19_ancientbook',4,0,0,1,0,0,1,-1,0,'','1','0'),(8922,'10519',574,'easter_r19_mysticalbird',4,0,0,1,0,0,23,-1,0,'','1','0'),(8923,'10520',202,'clothing_mushroomhat',4,0,0,1,0,0,6,-1,0,'0','1','0'),(8924,'10521',203,'clothing_petaldress',6,0,0,1,0,0,2,-1,0,'0','1','0'),(8925,'10522',728,'clothing_wolfmask',0,500,0,1,0,0,12,-1,0,'0','1','0'),(8926,'10523',728,'clothing_flowerponytail',0,500,0,1,0,0,10,-1,0,'0','1','0'),(8927,'10524',728,'easter_c19_busybunny',4,0,0,1,0,0,14,-1,0,'','1','0'),(8928,'10525',385,'easter_c19_forrestfood',4,0,0,1,0,0,16,-1,0,'','1','0'),(8929,'10526',385,'easter_c19_springtree',4,0,0,1,0,0,38,-1,0,'','1','0'),(8930,'10527',191,'easter_c19_book1a',4,0,0,1,0,0,10,-1,0,'','1','0'),(8931,'10528',728,'easter_c19_waterdrago',4,0,0,1,0,0,40,-1,0,'','1','0'),(8932,'10529',728,'easter_c19_babykelpie',4,0,0,1,0,0,7,-1,0,'','1','0'),(8933,'10530',728,'easter_c19_habelina',4,0,0,1,0,0,27,-1,0,'','1','0'),(8934,'10531',191,'easter_c19_babyent2',4,0,0,1,0,0,4,-1,0,'','1','0'),(8935,'10532',728,'easter_c19_woodlandcritters',4,0,0,1,0,0,22,-1,0,'','1','0'),(8936,'10533',579,'clothing_r19_fox',0,2500,0,1,0,0,21,-1,0,'0','1','0'),(8937,'10534',191,'easter_c19_forrestegg2',4,0,0,1,0,0,24,-1,0,'','1','0'),(8938,'10535',728,'easter_c19_lilredbonnie',4,0,0,1,0,0,31,-1,0,'','1','0'),(8939,'10536',385,'easter_c19_magicringtele',4,0,0,1,0,0,18,-1,0,'','1','0'),(8940,'10537',728,'easter_c19_hippogriff',4,0,0,1,0,0,29,-1,0,'','1','0'),(8941,'10538',728,'easter_c19_fairyprince',4,0,0,1,0,0,19,-1,0,'','1','0'),(8942,'10539',201,'clothing_leafhair',6,0,0,1,0,0,10,-1,0,'0','1','0'),(8943,'10540',385,'easter_c19_forrestfloor',2,0,0,1,0,0,25,-1,0,'','1','0'),(8944,'10541',728,'easter_c19_bearowl',4,0,0,1,0,0,9,-1,0,'','1','0'),(8945,'10542',385,'easter_c19_flowerlamp',4,0,0,1,0,0,20,-1,0,'','1','0'),(8946,'10543',664,'bonusbag19_1',7,0,0,1,0,0,11,-1,0,'','1','0'),(8947,'10544',661,'bonusrare19_1*0',0,50,0,1,0,0,0,-1,0,'','1','0'),(8948,'10545',661,'bonusrare19_1*1',0,50,0,1,0,0,1,-1,0,'','1','0'),(8949,'10546',661,'bonusrare19_1*2',0,50,0,1,0,0,2,-1,0,'','1','0'),(8950,'10547',661,'bonusrare19_1*3',0,50,0,1,0,0,3,-1,0,'','1','0'),(8951,'10548',661,'bonusrare19_1*4',0,50,0,1,0,0,4,-1,0,'','1','0'),(8952,'10549',661,'bonusrare19_1*5',0,50,0,1,0,0,5,-1,0,'','1','0'),(8953,'10550',579,'clothing_r19_comedymask',0,2500,0,1,0,0,20,-1,0,'0','1','0'),(8954,'10551',734,'greek_c19_scrolls1',4,0,0,1,0,0,6,-1,0,'','1','0'),(8955,'10552',432,'greek_c19_table',4,0,0,1,0,0,10,-1,0,'','1','0'),(8956,'10553',432,'greek_c19_vase2',4,0,0,1,0,0,12,-1,0,'','1','0'),(8957,'10554',432,'greek_c19_scrolls2',4,0,0,1,0,0,7,-1,0,'','1','0'),(8958,'10555',734,'greek_c19_harp2',4,0,0,1,0,0,4,-1,0,'','1','0'),(8959,'10556',579,'clothing_r19_tragedymask',0,2500,0,1,0,0,19,-1,0,'0','1','0'),(8960,'10557',734,'greek_c19_fruitbowl',4,0,0,1,0,0,2,-1,0,'','1','0'),(8961,'10558',734,'greek_c19_harp',4,0,0,1,0,0,3,-1,0,'','1','0'),(8962,'10559',734,'greek_c19_pythagorascup',4,0,0,1,0,0,5,-1,0,'','1','0'),(8963,'10560',579,'clothing_r19_minotaurhorns',0,2500,0,1,0,0,18,-1,0,'0','1','0'),(8964,'10561',574,'greek_r19_tiledbath',4,0,0,1,0,0,18,-1,0,'','1','0'),(8965,'10562',432,'greek_c19_shield2',4,0,0,1,0,0,9,-1,0,'','1','0'),(8966,'10563',734,'greek_c19_vase1',4,0,0,1,0,0,11,-1,0,'','1','0'),(8967,'10564',432,'greek_c19_chair',4,0,0,1,0,0,1,-1,0,'','1','0'),(8968,'10565',579,'clothing_r19_medusa',0,2500,0,1,0,0,17,-1,0,'0','1','0'),(8969,'10566',574,'greek_r19_chariot',4,0,0,1,0,0,14,-1,0,'','1','0'),(8970,'10567',432,'greek_c19_statue',4,0,0,1,0,0,10,-1,0,'','1','0'),(8971,'10568',734,'greek_c19_shield1',4,0,0,1,0,0,8,-1,0,'','1','0'),(8972,'10569',432,'greek_ltd19_harp',4,0,0,1,0,0,13,-1,0,'','1','0'),(8973,'10570',574,'greek_r19_luxbed',4,0,0,1,0,0,17,-1,0,'','1','0'),(8974,'10571',432,'greek_c19_wall',4,0,0,1,0,0,14,-1,0,'','1','0'),(8975,'10572',213,'booster_c19_box1',7,0,0,1,0,0,3,-1,0,'','1','0'),(8976,'10573',213,'booster_c19_box2',7,0,0,1,0,0,4,-1,0,'','1','0'),(8977,'10574',525,'fest_c19_parasol1',4,0,0,1,0,0,31,-1,0,'','1','0'),(8978,'10575',676,'fest_c19_stool3',4,0,0,1,0,0,23,-1,0,'','1','0'),(8979,'10576',525,'fest_c19_loverstent',4,0,0,1,0,0,28,-1,0,'','1','0'),(8980,'10577',525,'fest_c19_bobbatea',4,0,0,1,0,0,5,-1,0,'','1','0'),(8981,'10578',525,'fest_ltd19_alpaca',4,0,0,1,0,0,99,-1,0,'','1','0'),(8982,'10579',525,'fest_c19_ticketstall',4,0,0,1,0,0,46,-1,0,'','1','0'),(8983,'10580',676,'fest_c19_parasol3',4,0,0,1,0,0,33,-1,0,'','1','0'),(8984,'10581',676,'clothing_bohogems',6,0,0,1,0,0,11,-1,0,'0','1','0'),(8985,'10582',705,'fest_c19_materials',4,0,0,1,0,0,29,-1,0,'','1','0'),(8986,'10583',676,'clothing_bohoheadgems',6,0,0,1,0,0,10,-1,0,'0','1','0'),(8987,'10584',204,'clothing_plungebikini',5,0,0,1,0,0,8,-1,0,'0','1','0'),(8988,'10585',525,'fest_c19_falafelstall',4,0,0,1,0,0,23,-1,0,'','1','0'),(8989,'10586',525,'fest_c19_pole',4,0,0,1,0,0,34,-1,0,'','1','0'),(8990,'10587',676,'fest_c19_skull3',4,0,0,1,0,0,38,-1,0,'','1','0'),(8991,'10588',201,'clothing_flowerbeard',2,0,0,1,0,0,9,-1,0,'0','1','0'),(8992,'10589',525,'fest_c19_coalicecream',4,0,0,1,0,0,12,-1,0,'','1','0'),(8993,'10590',201,'clothing_dreadlockstied',5,10,5,1,0,0,1,-1,0,'0','1','0'),(8994,'10591',676,'fest_c19_cushion3',4,0,0,1,0,0,17,-1,0,'','1','0'),(8995,'10592',525,'fest_c19_hangingdecor',4,0,0,1,0,0,25,-1,0,'','1','0'),(8996,'10593',579,'clothing_r19_rainbowhair',0,2500,0,1,0,0,14,-1,0,'0','1','0'),(8997,'10594',676,'clothing_bohotunic',5,0,0,1,0,0,7,-1,0,'0','1','0'),(8998,'10595',525,'fest_c19_backdrop1',4,0,0,1,0,0,2,-1,0,'','1','0'),(8999,'10596',705,'fest_c19_dye1',4,0,0,1,0,0,21,-1,0,'','1','0'),(9000,'10597',705,'fest_c19_dye2',4,0,0,1,0,0,15,-1,0,'','1','0'),(9001,'10598',676,'fest_c19_cushion2',4,0,0,1,0,0,14,-1,0,'','1','0'),(9002,'10599',310,'clothing_waistbag',6,0,0,1,0,0,10,-1,0,'0','1','0'),(9003,'10600',703,'fest_c19_bprint1',4,0,0,1,0,0,7,-1,0,'','1','0'),(9004,'10601',525,'fest_c19_dreamcatcher',4,0,0,1,0,0,20,-1,0,'','1','0'),(9005,'10602',525,'fest_c19_bongos',4,0,0,1,0,0,6,-1,0,'','1','0'),(9006,'10603',574,'fest_r19_gemowl',4,0,0,1,0,0,99,-1,0,'','1','0'),(9007,'10604',201,'clothing_grandetail',5,10,5,1,0,0,1,-1,0,'0','1','0'),(9008,'10605',525,'fest_c19_dj',4,0,0,1,0,0,19,-1,0,'','1','0'),(9009,'10606',703,'fest_c19_bprint4',4,0,0,1,0,0,10,-1,0,'','1','0'),(9010,'10607',672,'fest_c19_skull5',4,0,0,1,0,0,40,-1,0,'','1','0'),(9011,'10608',672,'fest_c19_skull4',4,0,0,1,0,0,20,-1,0,'','1','0'),(9012,'10609',676,'fest_c19_parasol2',4,0,0,1,0,0,32,-1,0,'','1','0'),(9013,'10610',672,'fest_c19_skull2',4,0,0,1,0,0,37,-1,0,'','1','0'),(9014,'10611',676,'clothing_bohobackpack',6,0,0,1,0,0,9,-1,0,'0','1','0'),(9015,'10612',525,'fest_c19_brazier',4,0,0,1,0,0,11,-1,0,'','1','0'),(9016,'10613',204,'clothing_flowingshirt',5,0,0,1,0,0,6,-1,0,'0','1','0'),(9017,'10614',703,'fest_c19_bprint3',4,0,0,1,0,0,9,-1,0,'','1','0'),(9018,'10615',579,'clothing_r19_rainbowshades',0,2500,0,1,0,0,13,-1,0,'0','1','0'),(9019,'10616',525,'fest_c19_lamp',4,0,0,1,0,0,27,-1,0,'','1','0'),(9020,'10617',525,'fest_c19_palm',4,0,0,1,0,0,17,-1,0,'','1','0'),(9021,'10618',676,'clothing_bohovest',5,0,0,1,0,0,5,-1,0,'0','1','0'),(9022,'10619',676,'clothing_bohotiara',6,0,0,1,0,0,8,-1,0,'0','1','0'),(9023,'10620',574,'fest_r19_ladygaia',4,0,0,1,0,0,99,-1,0,'','1','0'),(9024,'10621',525,'fest_c19_stool1',4,0,0,1,0,0,22,-1,0,'','1','0'),(9025,'10622',525,'fest_c19_hipdog',4,0,0,1,0,0,16,-1,0,'','1','0'),(9026,'10623',676,'fest_c19_backdrop2',4,0,0,1,0,0,3,-1,0,'','1','0'),(9027,'10624',525,'fest_c19_amp',4,0,0,1,0,0,1,-1,0,'','1','0'),(9028,'10625',525,'fest_c19_didgeridoo',4,0,0,1,0,0,18,-1,0,'','1','0'),(9029,'10626',183,'fest_c19_bprintcrackable',4,0,0,1,0,0,10,-1,0,'','1','0'),(9030,'10627',672,'fest_c19_skull1',4,0,0,1,0,0,19,-1,0,'','1','0'),(9031,'10628',676,'clothing_ruggedbackpack',6,0,0,1,0,0,7,-1,0,'0','1','0'),(9032,'10629',676,'clothing_bohopaint',6,0,0,1,0,0,6,-1,0,'0','1','0'),(9033,'10630',310,'clothing_bohobag',6,0,0,1,0,0,5,-1,0,'0','1','0'),(9034,'10631',676,'fest_c19_backdrop3',4,0,0,1,0,0,4,-1,0,'','1','0'),(9035,'10632',672,'fest_c19_skull6',4,0,0,1,0,0,21,-1,0,'','1','0'),(9036,'10633',525,'fest_c19_sitar',4,0,0,1,0,0,18,-1,0,'','1','0'),(9037,'10634',678,'fest_c19_craft',4,0,0,1,0,0,14,-1,0,'','1','0'),(9038,'10635',676,'fest_c19_stool2',4,0,0,1,0,0,44,-1,0,'','1','0'),(9039,'10636',703,'fest_c19_bprint2',4,0,0,1,0,0,8,-1,0,'','1','0'),(9040,'10637',525,'fest_c19_stage',4,0,0,1,0,0,42,-1,0,'','1','0'),(9041,'10638',525,'fest_c19_cushion1',4,0,0,1,0,0,13,-1,0,'','1','0'),(9042,'10639',525,'fest_c19_flags',4,0,0,1,0,0,24,-1,0,'','1','0'),(9043,'10640',418,'pastel_c19_plushie3',4,0,0,1,0,0,11,-1,0,'','1','0'),(9044,'10641',418,'pastel_c19_stool',4,0,0,1,0,0,18,-1,0,'','1','0'),(9045,'10642',418,'pastel_c19_cupcake',4,0,0,1,0,0,6,-1,0,'','1','0'),(9046,'10643',418,'pastel_c19_bedsidetable',2,0,0,1,0,0,2,-1,0,'','1','0'),(9047,'10644',418,'pastel_c19_stardeco',4,0,0,1,0,0,14,-1,0,'','1','0'),(9048,'10645',579,'clothing_r19_rainbowstarjumper',0,2500,0,1,0,0,14,-1,0,'0','1','0'),(9049,'10646',418,'pastel_c19_sofa',3,0,0,1,0,0,13,-1,0,'','1','0'),(9050,'10647',418,'pastel_c19_cupboard',4,0,0,1,0,0,5,-1,0,'','1','0'),(9051,'10648',418,'pastel_c19_unicornposter',4,0,0,1,0,0,20,-1,0,'','1','0'),(9052,'10649',418,'pastel_c19_lamp',4,0,0,1,0,0,8,-1,0,'','1','0'),(9053,'10650',418,'pastel_c19_shootingstar',4,0,0,1,0,0,14,-1,0,'','1','0'),(9054,'10651',418,'pastel_c19_carpet',4,0,0,1,0,0,3,-1,0,'','1','0'),(9055,'10652',418,'pastel_c19_lights',4,0,0,1,0,0,9,-1,0,'','1','0'),(9056,'10653',418,'pastel_c19_table',2,0,0,1,0,0,19,-1,0,'','1','0'),(9057,'10654',418,'pastel_c19_plushie1',4,0,0,1,0,0,10,-1,0,'','1','0'),(9058,'10655',418,'pastel_c19_starlights',4,0,0,1,0,0,17,-1,0,'','1','0'),(9059,'10656',418,'pastel_c19_wall',4,0,0,1,0,0,21,-1,0,'','1','0'),(9060,'10657',418,'pastel_c19_cubeseat',4,0,0,1,0,0,4,-1,0,'','1','0'),(9061,'10658',418,'pastel_c19_plushiepile',4,0,0,1,0,0,12,-1,0,'','1','0'),(9062,'10659',418,'pastel_c19_floor',2,0,0,1,0,0,7,-1,0,'','1','0'),(9063,'10660',418,'pastel_c19_plushie2',4,0,0,1,0,0,10,-1,0,'','1','0'),(9064,'10661',418,'pastel_c19_bed',4,0,0,1,0,0,1,-1,0,'','1','0'),(9065,'10662',307,'CF_350_sceptre',350,0,0,1,0,0,13,-1,0,'','1','0'),(9066,'10663',491,'diamond_painting39',4,0,0,1,0,0,20,-1,0,'','1','0'),(9067,'10664',191,'fest_c19_bprintcrackableb',4,0,0,1,0,0,339,-1,0,'','0','0'),(9068,'10665',664,'bonusbag19_2',7,0,0,1,0,0,12,-1,0,'','1','0'),(9069,'10666',661,'bonusrare19_2*0',0,50,0,1,0,0,0,-1,0,'','1','0'),(9070,'10667',661,'bonusrare19_2*1',0,50,0,1,0,0,1,-1,0,'','1','0'),(9071,'10668',661,'bonusrare19_2*2',0,50,0,1,0,0,2,-1,0,'','1','0'),(9072,'10669',661,'bonusrare19_2*3',0,50,0,1,0,0,3,-1,0,'','1','0'),(9073,'10670',661,'bonusrare19_2*4',0,50,0,1,0,0,4,-1,0,'','1','0'),(9074,'10671',661,'bonusrare19_2*5',0,50,0,1,0,0,5,-1,0,'','1','0'),(9075,'10672',673,'rainbow_r19_pineapplefloat',4,0,0,1,0,0,4,-1,0,'','1','0'),(9076,'10673',430,'rainbow_c19_table',2,0,0,1,0,0,6,-1,0,'','1','0'),(9077,'10674',745,'rainbow_ltd19_parasol',0,3600,5,1,0,0,1,-1,0,'','1','0'),(9078,'10675',430,'rainbow_c19_rug',4,0,0,1,0,0,7,-1,0,'','1','0'),(9079,'10676',430,'rainbow_c19_chair',4,0,0,1,0,0,10,-1,0,'','1','0'),(9080,'10677',430,'rainbow_c19_lights',4,0,0,1,0,0,8,-1,0,'','1','0'),(9081,'10678',430,'rainbow_c19_bed',4,0,0,1,0,0,10,-1,0,'','1','0'),(9082,'10679',673,'rainbow_r19_peacockfloat',4,0,0,1,0,0,3,-1,0,'','1','0'),(9083,'10680',673,'rainbow_r19_rainbowfloat',4,0,0,1,0,0,5,-1,0,'','1','0'),(9084,'10681',673,'rainbow_r19_flamingofloat',4,0,0,1,0,0,2,-1,0,'','1','0'),(9085,'10682',433,'celestial_c19_wardrobe',4,0,0,1,0,0,13,-1,0,'','1','0'),(9086,'10683',433,'celestial_c19_starshower',4,0,0,1,0,0,10,-1,0,'','1','0'),(9087,'10684',433,'celestial_c19_dresser',4,0,0,1,0,0,3,-1,0,'','1','0'),(9088,'10685',433,'celestial_c19_moonbed',3,0,0,1,0,0,6,-1,0,'','1','0'),(9089,'10686',433,'celestial_c19_spacebun',4,0,0,1,0,0,9,-1,0,'','1','0'),(9090,'10687',433,'celestial_c19_rug',4,0,0,1,0,0,8,-1,0,'','1','0'),(9091,'10688',433,'celestial_c19_planet',4,0,0,1,0,0,7,-1,0,'','1','0'),(9092,'10689',433,'celestial_c19_tree',4,0,0,1,0,0,12,-1,0,'','1','0'),(9093,'10690',433,'celestial_c19_aurora',4,0,0,1,0,0,1,-1,0,'','1','0'),(9094,'10691',433,'celestial_c19_flower',4,0,0,1,0,0,5,-1,0,'','1','0'),(9095,'10692',433,'celestial_c19_table',2,0,0,1,0,0,11,-1,0,'','1','0'),(9096,'10693',433,'celestial_c19_starchair',2,0,0,1,0,0,10,-1,0,'','1','0'),(9097,'10694',433,'celestial_c19_floor',4,0,0,1,0,0,4,-1,0,'','1','0'),(9098,'10695',579,'clothing_r19_celestialdress',0,2500,0,1,0,0,12,-1,0,'0','1','0'),(9099,'10696',204,'clothing_zebratop',5,0,0,1,0,0,4,-1,0,'0','1','0'),(9100,'10697',636,'clothing_nt_zebratop',0,25,0,1,0,0,340,-1,0,'','0','0'),(9101,'10698',204,'clothing_croppedjumper',5,0,0,1,0,0,3,-1,0,'0','1','0'),(9102,'10699',207,'clothing_layeredlongskirt',5,0,0,1,0,0,1,-1,0,'0','1','0'),(9103,'10700',430,'rainbow_c19_flags',4,0,0,1,0,0,9,-1,0,'','1','0'),(9104,'10701',201,'clothing_longmohawk',5,10,5,1,0,0,1,-1,0,'0','1','0'),(9105,'10702',435,'suncity_c19_botshop',4,0,0,1,0,0,4,-1,0,'','1','0'),(9106,'10703',435,'suncity_c19_jellyfood',4,0,0,1,0,0,14,-1,0,'','1','0'),(9107,'10704',435,'suncity_c19_building',4,0,0,1,0,0,5,-1,0,'','1','0'),(9108,'10705',435,'suncity_c19_chair',2,0,0,1,0,0,6,-1,0,'','1','0'),(9109,'10706',435,'suncity_c19_waterway',4,0,0,1,0,0,29,-1,0,'','1','0'),(9110,'10707',435,'suncity_c19_divider',4,0,0,1,0,0,8,-1,0,'','1','0'),(9111,'10708',201,'clothing_shortcut',6,0,0,1,0,0,5,-1,0,'0','1','0'),(9112,'10709',205,'clothing_loosekimono',5,0,0,1,0,0,5,-1,0,'0','1','0'),(9113,'10710',435,'suncity_c19_flora',4,0,0,1,0,0,10,-1,0,'','1','0'),(9114,'10711',435,'suncity_c19_glass',4,0,0,1,0,0,11,-1,0,'','1','0'),(9115,'10712',435,'suncity_c19_plantpillar',4,0,0,1,0,0,20,-1,0,'','1','0'),(9116,'10713',435,'suncity_c19_awning',4,0,0,1,0,0,1,-1,0,'','1','0'),(9117,'10714',203,'clothing_gardenapron',5,0,0,1,0,0,4,-1,0,'0','1','0'),(9118,'10715',745,'suncity_ltd19_duckpond',4,0,0,1,0,0,31,-1,0,'','1','0'),(9119,'10716',676,'suncity_c19_clock',4,0,0,1,0,0,7,-1,0,'','1','0'),(9120,'10717',676,'suncity_c19_lamp',4,0,0,1,0,0,13,-1,0,'','1','0'),(9121,'10718',636,'clothing_nt_flowytop',0,25,0,1,0,0,341,-1,0,'','0','0'),(9122,'10719',676,'clothing_butterflymask',6,0,0,1,0,0,4,-1,0,'0','1','0'),(9123,'10720',435,'suncity_c19_plastic',4,0,0,1,0,0,21,-1,0,'','1','0'),(9124,'10721',435,'suncity_c19_munchling',4,0,0,1,0,0,17,-1,0,'','1','0'),(9125,'10722',435,'suncity_c19_balcony',4,0,0,1,0,0,2,-1,0,'','1','0'),(9126,'10723',435,'suncity_c19_solarpanel',4,0,0,1,0,0,15,-1,0,'','1','0'),(9127,'10724',579,'clothing_r19_butterflydress',0,2500,0,1,0,0,11,-1,0,'0','1','0'),(9128,'10725',716,'suncity_r19_biosphere',4,0,0,1,0,0,32,-1,0,'','1','0'),(9129,'10726',435,'suncity_c19_floor',2,0,0,1,0,0,9,-1,0,'','1','0'),(9130,'10727',676,'clothing_leafmask',6,0,0,1,0,0,3,-1,0,'0','1','0'),(9131,'10728',676,'clothing_gogglehat',6,0,0,1,0,0,5,-1,0,'0','1','0'),(9132,'10729',435,'suncity_c19_paper',4,0,0,1,0,0,18,-1,0,'','1','0'),(9133,'10730',435,'suncity_c19_tree',4,0,0,1,0,0,16,-1,0,'','1','0'),(9134,'10731',204,'clothing_flowytop',5,0,0,1,0,0,2,-1,0,'0','1','0'),(9135,'10732',678,'suncity_c19_trashboy',4,0,0,1,0,0,25,-1,0,'','1','0'),(9136,'10733',676,'suncity_c19_biokit',4,0,0,1,0,0,3,-1,0,'','1','0'),(9137,'10734',310,'clothing_leafearrings',6,0,0,1,0,0,2,-1,0,'0','1','0'),(9138,'10735',435,'suncity_c19_glasswall',4,0,0,1,0,0,12,-1,0,'','1','0'),(9139,'10736',435,'suncity_c19_gazebo',4,0,0,1,0,0,10,-1,0,'','1','0'),(9140,'10737',579,'clothing_r19_featheredcowl',0,2500,0,1,0,0,10,-1,0,'0','1','0'),(9141,'10738',435,'suncity_c19_wateroutlet',4,0,0,1,0,0,28,-1,0,'','1','0'),(9142,'10739',676,'clothing_floralbag',6,0,0,1,0,0,1,-1,0,'0','1','0'),(9143,'10740',435,'suncity_c19_streetlight',4,0,0,1,0,0,23,-1,0,'','1','0'),(9144,'10741',716,'suncity_r19_glassfountain',4,0,0,1,0,0,33,-1,0,'','1','0'),(9145,'10742',435,'suncity_c19_minibridge',4,0,0,1,0,0,14,-1,0,'','1','0'),(9146,'10743',435,'suncity_c19_waterwaycrnr',4,0,0,1,0,0,17,-1,0,'','1','0'),(9147,'10744',435,'suncity_c19_table',2,0,0,1,0,0,24,-1,0,'','1','0'),(9148,'10745',202,'clothing_sprout',4,0,0,1,0,0,4,-1,0,'0','1','0'),(9149,'10746',435,'suncity_c19_perfumeshop',4,0,0,1,0,0,19,-1,0,'','1','0'),(9150,'10747',676,'suncity_c19_vase',4,0,0,1,0,0,27,-1,0,'','1','0'),(9151,'10748',636,'clothing_nt_loosekimono',0,25,0,1,0,0,342,-1,0,'','0','0'),(9152,'10749',636,'clothing_nt_shortcut',0,25,0,1,0,0,343,-1,0,'','0','0'),(9153,'10750',636,'clothing_nt_sprout',0,25,0,1,0,0,344,-1,0,'','0','0'),(9154,'10751',636,'clothing_nt_leafearrings',0,25,0,1,0,0,345,-1,0,'','0','0'),(9155,'10752',636,'clothing_nt_gardenapron',0,25,0,1,0,0,346,-1,0,'','0','0'),(9156,'10753',518,'rainyday_c19_lamp',4,0,0,1,0,0,6,-1,0,'','1','0'),(9157,'10754',518,'rainyday_c19_beanbag',4,0,0,1,0,0,3,-1,0,'','1','0'),(9158,'10755',518,'rainyday_c19_pillowfort',4,0,0,1,0,0,7,-1,0,'','1','0'),(9159,'10756',518,'rainyday_c19_rainwindows',4,0,0,1,0,0,8,-1,0,'','1','0'),(9160,'10757',589,'clothing_halftiedhair',0,75,0,1,0,0,17,-1,0,'0','1','0'),(9161,'10758',579,'clothing_r19_raincoat',0,2500,0,1,0,0,10,-1,0,'0','1','0'),(9162,'10759',518,'rainyday_c19_boardgames',4,0,0,1,0,0,4,-1,0,'','1','0'),(9163,'10760',579,'clothing_r19_teddygown',0,2500,0,1,0,0,9,-1,0,'0','1','0'),(9164,'10761',589,'clothing_bookbag',0,75,0,1,0,0,27,-1,0,'0','1','0'),(9165,'10762',518,'rainyday_c19_tartanseat',4,0,0,1,0,0,10,-1,0,'','1','0'),(9166,'10763',518,'rainyday_c19_rugblanket',4,0,0,1,0,0,9,-1,0,'','1','0'),(9167,'10764',518,'rainyday_c19_cocoa',4,0,0,1,0,0,5,-1,0,'','1','0'),(9168,'10765',574,'rainyday_r19_rainbear',4,0,0,1,0,0,2,-1,0,'','1','0'),(9169,'10766',574,'rainyday_r19_fluffbun',4,0,0,1,0,0,1,-1,0,'','1','0'),(9170,'10767',519,'market_c19_drygoods',4,0,0,1,0,0,8,-1,0,'','1','0'),(9171,'10768',519,'market_c19_trolley',4,0,0,1,0,0,18,-1,0,'','1','0'),(9172,'10769',519,'market_c19_icecreamfreezer',4,0,0,1,0,0,10,-1,0,'','1','0'),(9173,'10770',519,'market_c19_deli1',4,0,0,1,0,0,6,-1,0,'','1','0'),(9174,'10771',519,'market_c19_icecreamtubs',4,0,0,1,0,0,11,-1,0,'','1','0'),(9175,'10772',519,'market_c19_stationary',4,0,0,1,0,0,17,-1,0,'','1','0'),(9176,'10773',519,'market_c19_selfcheckout',4,0,0,1,0,0,14,-1,0,'','1','0'),(9177,'10774',519,'market_c19_spill',4,0,0,1,0,0,14,-1,0,'','1','0'),(9178,'10775',519,'market_c19_meat',4,0,0,1,0,0,12,-1,0,'','1','0'),(9179,'10776',519,'market_c19_floor',2,0,0,1,0,0,10,-1,0,'','1','0'),(9180,'10777',519,'market_c19_vegfruit',4,0,0,1,0,0,19,-1,0,'','1','0'),(9181,'10778',519,'market_c19_deli2',4,0,0,1,0,0,7,-1,0,'','1','0'),(9182,'10779',519,'market_c19_banner',4,0,0,1,0,0,2,-1,0,'','1','0'),(9183,'10780',519,'market_c19_dairyfridge',4,0,0,1,0,0,5,-1,0,'','1','0'),(9184,'10781',519,'market_c19_basket',4,0,0,1,0,0,3,-1,0,'','1','0'),(9185,'10782',519,'market_c19_antitheftalarm',4,0,0,1,0,0,1,-1,0,'','1','0'),(9186,'10783',519,'market_c19_dvds',4,0,0,1,0,0,9,-1,0,'','1','0'),(9187,'10784',519,'market_c19_checkoutdesk',5,0,0,1,0,0,4,-1,0,'','1','0'),(9188,'10785',519,'market_c19_signboard',4,0,0,1,0,0,13,-1,0,'','1','0'),(9189,'10786',521,'hween_c19_autumnfloor',2,0,0,1,0,0,3,-1,0,'','1','0'),(9190,'10787',722,'hween_c19_tarot',4,0,0,1,0,0,31,-1,0,'','1','0'),(9191,'10788',521,'hween_c19_crookedfloor',2,0,0,1,0,0,14,-1,0,'','1','0'),(9192,'10789',521,'hween_c19_bewitchedcauldron',4,0,0,1,0,0,6,-1,0,'','1','0'),(9193,'10790',579,'clothing_r19_warlocks',0,2500,0,1,0,0,8,-1,0,'0','1','0'),(9194,'10791',677,'hween_c19_herbs',4,0,0,1,0,0,15,-1,0,'','1','0'),(9195,'10792',579,'clothing_r19_longlonghair',0,2500,0,1,0,0,7,-1,0,'0','1','0'),(9196,'10793',521,'hween_c19_stonewall',4,0,0,1,0,0,17,-1,0,'','1','0'),(9197,'10794',521,'hween_c19_pumpkinpatch',4,0,0,1,0,0,24,-1,0,'','1','0'),(9198,'10795',521,'hween_c19_bewitchedchair',2,0,0,1,0,0,7,-1,0,'','1','0'),(9199,'10796',521,'hween_c19_bewitchedbed',4,0,0,1,0,0,4,-1,0,'','1','0'),(9200,'10797',521,'hween_c19_bewitchedtable',2,0,0,1,0,0,9,-1,0,'','1','0'),(9201,'10798',677,'hween_c19_crystal',4,0,0,1,0,0,13,-1,0,'','1','0'),(9202,'10799',521,'hween_c19_roofcorner',4,0,0,1,0,0,25,-1,0,'','1','0'),(9203,'10800',666,'hween_c19_witchsatchel',7,0,0,1,0,0,20,-1,0,'','1','0'),(9204,'10801',676,'hween_c19_flameon',4,0,0,1,0,0,21,-1,0,'','1','0'),(9205,'10802',636,'clothing_nt_possessedeyes',0,25,0,1,0,0,347,-1,0,'','0','0'),(9206,'10803',521,'hween_c19_angleroof',4,0,0,1,0,0,1,-1,0,'','1','0'),(9207,'10804',579,'clothing_r19_demonwings',0,2500,0,1,0,0,6,-1,0,'0','1','0'),(9208,'10805',521,'hween_c19_birchtree',4,0,0,1,0,0,10,-1,0,'','1','0'),(9209,'10806',676,'hween_c19_firechild',4,0,0,1,0,0,19,-1,0,'','1','0'),(9210,'10807',521,'hween_c19_bigroof',4,0,0,1,0,0,10,-1,0,'','1','0'),(9211,'10808',678,'hween_c19_witchcraft',4,0,0,1,0,0,32,-1,0,'','1','0'),(9212,'10809',521,'hween_c19_claddedwall',4,0,0,1,0,0,12,-1,0,'','1','0'),(9213,'10810',589,'clothing_possessedeyes',0,75,0,1,0,0,23,-1,0,'0','1','0'),(9214,'10811',636,'clothing_nt_witchrobes',0,25,0,1,0,0,348,-1,0,'','0','0'),(9215,'10812',677,'hween_c19_bewitchedskull',4,0,0,1,0,0,8,-1,0,'','1','0'),(9216,'10813',745,'hween_ltd19_skullthrone',4,0,0,1,0,0,34,-1,0,'','1','0'),(9217,'10814',521,'hween_c19_archway',4,0,0,1,0,0,2,-1,0,'','1','0'),(9218,'10815',574,'hween_r19_weepingwillow',4,0,0,1,0,0,18,-1,0,'','1','0'),(9219,'10816',521,'hween_c19_smallroof',4,0,0,1,0,0,27,-1,0,'','1','0'),(9220,'10817',676,'hween_c19_darkwerewolf',4,0,0,1,0,0,17,-1,0,'','1','0'),(9221,'10818',574,'hween_r19_witchfamiliar',4,0,0,1,0,0,19,-1,0,'','1','0'),(9222,'10819',521,'hween_c19_fireplace',4,0,0,1,0,0,20,-1,0,'','1','0'),(9223,'10820',589,'clothing_witchhat2',0,75,0,1,0,0,15,-1,0,'0','1','0'),(9224,'10821',589,'clothing_witchrobes',0,1500,0,1,0,0,21,-1,0,'0','1','0'),(9225,'10822',676,'hween_c19_spiritowl',4,0,0,1,0,0,28,-1,0,'','1','0'),(9226,'10823',521,'hween_c19_steeproof',4,0,0,1,0,0,29,-1,0,'','1','0'),(9227,'10824',677,'hween_c19_potions',4,0,0,1,0,0,23,-1,0,'','1','0'),(9228,'10825',677,'hween_c19_feathers',4,0,0,1,0,0,18,-1,0,'','1','0'),(9229,'10826',677,'hween_c19_crystalball',4,0,0,1,0,0,14,-1,0,'','1','0'),(9230,'10827',636,'clothing_nt_witchhat2',0,25,0,1,0,0,349,-1,0,'','0','0'),(9231,'10828',676,'hween_c19_slimeblob',4,0,0,1,0,0,16,-1,0,'','1','0'),(9232,'10829',677,'hween_c19_bewitchedcandles',4,0,0,1,0,0,5,-1,0,'','1','0'),(9233,'10830',521,'hween_c19_witchsatchel2',4,0,0,1,0,0,33,-1,0,'','1','0'),(9234,'10831',521,'hween_c19_broomstaffstand',4,0,0,1,0,0,11,-1,0,'','1','0'),(9235,'10832',307,'CF_250_Hucci',250,0,0,1,0,0,9,-1,0,'','1','0'),(9236,'10833',664,'bonusbag19_3',7,0,0,1,0,0,14,-1,0,'','1','0'),(9237,'10834',661,'bonusrare19_3*0',0,50,0,1,0,0,0,-1,0,'','1','0'),(9238,'10835',661,'bonusrare19_3*1',0,50,0,1,0,0,1,-1,0,'','1','0'),(9239,'10836',661,'bonusrare19_3*2',0,50,0,1,0,0,2,-1,0,'','1','0'),(9240,'10837',661,'bonusrare19_3*3',0,50,0,1,0,0,3,-1,0,'','1','0'),(9241,'10838',661,'bonusrare19_3*4',0,50,0,1,0,0,4,-1,0,'','1','0'),(9242,'10839',661,'bonusrare19_3*5',0,50,0,1,0,0,5,-1,0,'','1','0'),(9243,'10840',683,'mutearea_sign2',4,0,0,1,0,0,99,-1,0,'','1','0'),(9244,'10841',589,'clothing_habpods',0,75,0,1,0,0,20,-1,0,'0','1','0'),(9245,'10842',636,'clothing_nt_shortscarf',0,25,0,1,0,0,350,-1,0,'','0','0'),(9246,'10843',636,'clothing_nt_habpods',0,25,0,1,0,0,351,-1,0,'','0','0'),(9247,'10844',636,'clothing_nt_flaredtrench',0,25,0,1,0,0,352,-1,0,'','0','0'),(9248,'10845',589,'clothing_microbag',0,75,0,1,0,0,19,-1,0,'0','1','0'),(9249,'10846',589,'clothing_hitchedjumper',0,75,0,1,0,0,18,-1,0,'0','1','0'),(9250,'10847',636,'clothing_nt_hitchedjumper',0,25,0,1,0,0,353,-1,0,'','0','0'),(9251,'10848',574,'autumn_r19_maplebonsai',4,0,0,1,0,0,99,-1,0,'','1','0'),(9252,'10849',589,'clothing_shortscarf',0,75,0,1,0,0,17,-1,0,'0','1','0'),(9253,'10850',636,'clothing_nt_microbag',0,25,0,1,0,0,354,-1,0,'','0','0'),(9254,'10851',589,'clothing_flaredtrench',0,75,0,1,0,0,14,-1,0,'0','1','0'),(9255,'10852',326,'wintercabin_c19_window',4,0,0,1,0,0,18,-1,0,'','1','0'),(9256,'10853',326,'wintercabin_c19_floor',2,0,0,1,0,0,10,-1,0,'','1','0'),(9257,'10854',326,'wintercabin_c19_sofa',3,0,0,1,0,0,14,-1,0,'','1','0'),(9258,'10855',326,'wintercabin_c19_fence',4,0,0,1,0,0,8,-1,0,'','1','0'),(9259,'10856',326,'wintercabin_c19_cabintable',4,0,0,1,0,0,5,-1,0,'','1','0'),(9260,'10857',326,'wintercabin_c19_stairs',4,0,0,1,0,0,14,-1,0,'','1','0'),(9261,'10858',326,'wintercabin_c19_antlerlight',4,0,0,1,0,0,1,-1,0,'','1','0'),(9262,'10859',326,'wintercabin_c19_corner',4,0,0,1,0,0,6,-1,0,'','1','0'),(9263,'10860',326,'wintercabin_c19_stage',4,0,0,1,0,0,13,-1,0,'','1','0'),(9264,'10861',326,'wintercabin_c19_fireplace',4,0,0,1,0,0,9,-1,0,'','1','0'),(9265,'10862',326,'wintercabin_c19_lamp',4,0,0,1,0,0,12,-1,0,'','1','0'),(9266,'10863',326,'wintercabin_c19_cabinrug',4,0,0,1,0,0,4,-1,0,'','1','0'),(9267,'10864',326,'wintercabin_c19_glasstable',2,0,0,1,0,0,10,-1,0,'','1','0'),(9268,'10865',326,'wintercabin_c19_items',4,0,0,1,0,0,11,-1,0,'','1','0'),(9269,'10866',326,'wintercabin_c19_wall',4,0,0,1,0,0,17,-1,0,'','1','0'),(9270,'10867',326,'wintercabin_c19_drawers',4,0,0,1,0,0,7,-1,0,'','1','0'),(9271,'10868',326,'wintercabin_c19_cabinchair',2,0,0,1,0,0,3,-1,0,'','1','0'),(9272,'10869',326,'wintercabin_c19_bed',4,0,0,1,0,0,2,-1,0,'','1','0'),(9273,'10870',589,'clothing_leatherhoodie',0,75,0,1,0,0,13,-1,0,'0','1','0'),(9274,'10871',636,'clothing_nt_shortfluffy',0,25,0,1,0,0,355,-1,0,'','0','0'),(9275,'10872',589,'clothing_wavy3',0,75,0,1,0,0,14,-1,0,'0','1','0'),(9276,'10873',579,'clothing_r19_autumndress',0,2500,0,1,0,0,5,-1,0,'0','1','0'),(9277,'10874',636,'clothing_nt_leatherhoodie',0,25,0,1,0,0,356,-1,0,'','0','0'),(9278,'10875',579,'clothing_r19_autumnhairpiece',0,2500,0,1,0,0,4,-1,0,'0','1','0'),(9279,'10876',636,'clothing_nt_wavy3',0,25,0,1,0,0,357,-1,0,'','0','0'),(9280,'10877',589,'clothing_shortfluffy',0,75,0,1,0,0,10,-1,0,'0','1','0'),(9281,'10878',579,'clothing_r19_puppyacc',0,2500,0,1,0,0,3,-1,0,'0','1','0'),(9282,'10879',307,'CF_500_orb',500,0,0,1,0,0,14,-1,0,'','1','0'),(9283,'10880',325,'xmas_c19_balcony',4,0,0,1,0,0,10,-1,0,'','1','0'),(9284,'10881',325,'xmas_c19_jarofgold',4,0,0,1,0,0,29,-1,0,'','1','0'),(9285,'10882',325,'xmas_c19_terrierplushie',4,0,0,1,0,0,20,-1,0,'','1','0'),(9286,'10883',325,'xmas_c19_icicles',4,0,0,1,0,0,28,-1,0,'','1','0'),(9287,'10884',677,'xmas_c19_angelfigure',4,0,0,1,0,0,7,-1,0,'','1','0'),(9288,'10885',325,'xmas_c19_hamsterplushie',4,0,0,1,0,0,24,-1,0,'','1','0'),(9289,'10886',745,'xmas_ltd19_icethrone',4,0,0,1,0,0,22,-1,0,'','1','0'),(9290,'10887',325,'xmas_c19_snowsprites',4,0,0,1,0,0,37,-1,0,'','1','0'),(9291,'10888',589,'clothing_pompombag',0,75,0,1,0,0,9,-1,0,'0','1','0'),(9292,'10889',579,'clothing_r19_elisa',0,2500,0,1,0,0,2,-1,0,'0','1','0'),(9293,'10890',325,'xmas_c19_box4b',4,0,0,1,0,0,4,-1,0,'','1','0'),(9294,'10891',636,'clothing_nt_pompombag',0,25,0,1,0,0,358,-1,0,'','0','0'),(9295,'10892',325,'xmas_c19_box1b',4,0,0,1,0,0,1,-1,0,'','1','0'),(9296,'10893',325,'xmas_c19_elfguard',4,0,0,1,0,0,21,-1,0,'','1','0'),(9297,'10894',325,'xmas_c19_crystalfloor',2,0,0,1,0,0,14,-1,0,'','1','0'),(9298,'10895',636,'clothing_nt_frostedbeard',0,25,0,1,0,0,359,-1,0,'','0','0'),(9299,'10896',325,'xmas_c19_elffairy',4,0,0,1,0,0,20,-1,0,'','1','0'),(9300,'10897',676,'xmas_c19_reindeerfigure2',4,0,0,1,0,0,33,-1,0,'','1','0'),(9301,'10898',325,'xmas_c19_box6b',4,0,0,1,0,0,6,-1,0,'','1','0'),(9302,'10899',325,'xmas_c19_box5b',4,0,0,1,0,0,5,-1,0,'','1','0'),(9303,'10900',325,'xmas_c19_curtain',4,0,0,1,0,0,14,-1,0,'','1','0'),(9304,'10901',729,'xmas_c19_box3',7,0,0,1,0,0,21,-1,0,'','1','0'),(9305,'10902',677,'xmas_c19_robinfigure',4,0,0,1,0,0,34,-1,0,'','1','0'),(9306,'10903',589,'clothing_snowmansuit',15,10,5,1,0,0,7,-1,0,'0','1','0'),(9307,'10904',636,'clothing_nt_bearmuffs',0,25,0,1,0,0,360,-1,0,'','0','0'),(9308,'10905',589,'clothing_frostedbeard',0,75,0,1,0,0,6,-1,0,'0','1','0'),(9309,'10906',325,'xmas_c19_icetree',4,0,0,1,0,0,27,-1,0,'','1','0'),(9310,'10907',677,'xmas_c19_reindeerfigure',4,0,0,1,0,0,32,-1,0,'','1','0'),(9311,'10908',574,'xmas_r19_crystalharp',4,0,0,1,0,0,23,-1,0,'','1','0'),(9312,'10909',325,'xmas_c19_archwall',4,0,0,1,0,0,9,-1,0,'','1','0'),(9313,'10910',325,'xmas_c19_furbanner',4,0,0,1,0,0,23,-1,0,'','1','0'),(9314,'10911',678,'xmas_c19_snowcraft',4,0,0,1,0,0,19,-1,0,'','1','0'),(9315,'10912',729,'clothing_nordicscarf',0,75,0,1,0,0,5,-1,0,'0','1','0'),(9316,'10913',325,'xmas_c19_crystaltable',4,0,0,1,0,0,13,-1,0,'','1','0'),(9317,'10914',325,'xmas_c19_catplushie',4,0,0,1,0,0,10,-1,0,'','1','0'),(9318,'10915',676,'xmas_c19_dragonfigure2',4,0,0,1,0,0,18,-1,0,'','1','0'),(9319,'10916',729,'xmas_c19_box2',7,0,0,1,0,0,40,-1,0,'','1','0'),(9320,'10917',325,'xmas_c19_elfeskimo',4,0,0,1,0,0,19,-1,0,'','1','0'),(9321,'10918',325,'xmas_c19_lamp',4,0,0,1,0,0,17,-1,0,'','1','0'),(9322,'10919',589,'clothing_pompomhat',0,75,0,1,0,0,4,-1,0,'0','1','0'),(9323,'10920',325,'xmas_c19_stackedicedrinks',10,0,0,1,0,0,38,10501,0,'','1','0'),(9324,'10921',325,'xmas_c19_pugplushie',4,0,0,1,0,0,31,-1,0,'','1','0'),(9325,'10922',579,'clothing_r19_frosted',0,2500,0,1,0,0,1,-1,0,'0','1','0'),(9326,'10923',574,'xmas_r19_crystalfountain',4,0,0,1,0,0,44,-1,0,'','1','0'),(9327,'10924',325,'xmas_c19_crystalchair',2,0,0,1,0,0,12,-1,0,'','1','0'),(9328,'10925',589,'clothing_bearmuffs',0,75,0,1,0,0,2,-1,0,'0','1','0'),(9329,'10926',325,'xmas_c19_box3b',4,0,0,1,0,0,3,-1,0,'','1','0'),(9330,'10927',325,'xmas_c19_windowwall',4,0,0,1,0,0,42,-1,0,'','1','0'),(9331,'10928',729,'xmas_c19_box6',7,0,0,1,0,0,44,-1,0,'','1','0'),(9332,'10929',676,'xmas_c19_unicornfigure2',4,0,0,1,0,0,21,-1,0,'','1','0'),(9333,'10930',677,'xmas_c19_dragonfigure',4,0,0,1,0,0,17,-1,0,'','1','0'),(9334,'10931',729,'xmas_c19_box4',7,0,0,1,0,0,42,-1,0,'','1','0'),(9335,'10932',636,'clothing_nt_pompomhat',0,25,0,1,0,0,361,-1,0,'','0','0'),(9336,'10933',676,'xmas_c19_robinfigure2',4,0,0,1,0,0,18,-1,0,'','1','0'),(9337,'10934',676,'xmas_c19_angelfigure2',4,0,0,1,0,0,8,-1,0,'','1','0'),(9338,'10935',325,'xmas_c19_iceshards',4,0,0,1,0,0,16,-1,0,'','1','0'),(9339,'10936',729,'xmas_c19_box5',7,0,0,1,0,0,22,-1,0,'','1','0'),(9340,'10937',325,'xmas_c19_elfmage',4,0,0,1,0,0,15,-1,0,'','1','0'),(9341,'10938',325,'xmas_c19_chandelier',4,0,0,1,0,0,11,-1,0,'','1','0'),(9342,'10939',325,'xmas_c19_box2b',4,0,0,1,0,0,2,-1,0,'','1','0'),(9343,'10940',677,'xmas_c19_unicornfigure',4,0,0,1,0,0,40,-1,0,'','1','0'),(9344,'10941',325,'xmas_c19_icefood',4,0,0,1,0,0,25,-1,0,'','1','0'),(9345,'10942',636,'clothing_nt_snowmansuit',0,25,0,1,0,0,362,-1,0,'','0','0'),(9346,'10943',669,'xmas_c19_box1',7,0,0,1,0,0,20,-1,0,'','1','0'),(9347,'10944',589,'clothing_icecrown',0,75,0,1,0,0,1,-1,0,'0','1','0'),(9348,'10945',661,'bonusrare19_4*0',0,50,0,1,0,0,0,-1,0,'','1','0'),(9349,'10946',661,'bonusrare19_4*1',0,50,0,1,0,0,1,-1,0,'','1','0'),(9350,'10947',661,'bonusrare19_4*2',0,50,0,1,0,0,2,-1,0,'','1','0'),(9351,'10948',661,'bonusrare19_4*3',0,50,0,1,0,0,3,-1,0,'','1','0'),(9352,'10949',661,'bonusrare19_4*4',0,50,0,1,0,0,4,-1,0,'','1','0'),(9353,'10950',661,'bonusrare19_4*5',0,50,0,1,0,0,5,-1,0,'','1','0'),(9354,'10951',664,'bonusbag19_4',7,0,0,1,0,0,13,-1,0,'','1','0'),(9355,'10952',591,'rare_prize19_xmas',0,50,0,1,0,0,0,-1,0,'','1','0'),(9356,'10953',501,'shome_keys',3,0,0,1,0,0,99,-1,0,'','1','0'),(9357,'10954',501,'shome_hamster',3,0,0,1,0,0,99,-1,0,'','1','0'),(9358,'10955',585,'clothing_goldpack4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9359,'10956',687,'clothing_r20_galaxybackpack',3,0,0,1,0,0,99,-1,0,'','1','0'),(9360,'10957',570,'clothing_heartnecklace',3,0,0,1,0,0,99,-1,0,'','1','0'),(9361,'10958',687,'clothing_r20_kittyearphones',3,0,0,1,0,0,99,-1,0,'','1','0'),(9362,'10959',590,'china_goldenrat',3,0,0,1,0,0,99,-1,0,'','1','0'),(9363,'10960',302,'china_rat',3,0,0,1,0,0,99,-1,0,'','1','0'),(9364,'10961',570,'clothing_rat',3,0,0,1,0,0,99,-1,0,'','1','0'),(9365,'10962',688,'clothing_r19_sparklywaist5',3,0,0,1,0,0,99,-1,0,'','1','0'),(9366,'10963',688,'clothing_r19_sparklywaist6',3,0,0,1,0,0,99,-1,0,'','1','0'),(9367,'10964',688,'clothing_r19_sparklywaist7',3,0,0,1,0,0,99,-1,0,'','1','0'),(9368,'10965',688,'clothing_r19_sparklywaist8',3,0,0,1,0,0,99,-1,0,'','1','0'),(9369,'10966',688,'clothing_r19_sparklywaist2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9370,'10967',688,'clothing_r19_sparklywaist3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9371,'10968',688,'clothing_r19_sparklywaist1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9372,'10969',688,'clothing_r19_sparklywaist4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9373,'10970',668,'ny_r19_crackable',3,0,0,1,0,0,99,-1,0,'','1','0'),(9374,'10971',689,'hc20_9',10,1,5,1,0,0,99,-1,0,'','1','1'),(9375,'10972',689,'hc20_8',10,1,5,1,0,0,99,-1,0,'','1','1'),(9376,'10973',689,'hc20_4',10,1,5,1,0,0,99,-1,0,'','1','1'),(9377,'10974',689,'hc20_2',10,1,5,1,0,0,99,-1,0,'','1','1'),(9378,'10975',689,'hc20_12',10,1,5,1,0,0,99,-1,0,'','1','1'),(9379,'10976',689,'hc20_3',10,1,5,1,0,0,99,-1,0,'','1','1'),(9380,'10977',689,'hc20_7',10,1,5,1,0,0,99,-1,0,'','1','1'),(9381,'10978',689,'hc20_10',10,1,5,1,0,0,99,-1,0,'','1','1'),(9382,'10979',689,'hc20_11',10,1,5,1,0,0,99,-1,0,'','1','1'),(9383,'10980',689,'hc20_5',10,1,5,1,0,0,99,-1,0,'','1','1'),(9384,'10981',689,'hc20_6',10,1,5,1,0,0,99,-1,0,'','1','1'),(9385,'10982',689,'hc20_1',10,1,5,1,0,0,99,-1,0,'','1','1'),(9386,'10983',307,'CF_750_minihabberge',750,0,0,1,0,0,24,-1,0,'','1','0'),(9387,'10984',690,'rare_prize20*0',3,0,0,1,0,0,99,-1,0,'','1','0'),(9388,'10985',690,'rare_prize20*1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9389,'10986',690,'rare_prize20*10',3,0,0,1,0,0,99,-1,0,'','1','0'),(9390,'10987',690,'rare_prize20*11',3,0,0,1,0,0,99,-1,0,'','1','0'),(9391,'10988',690,'rare_prize20*12',3,0,0,1,0,0,99,-1,0,'','1','0'),(9392,'10989',690,'rare_prize20*13',3,0,0,1,0,0,99,-1,0,'','1','0'),(9393,'10990',690,'rare_prize20*2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9394,'10991',690,'rare_prize20*3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9395,'10992',690,'rare_prize20*4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9396,'10993',690,'rare_prize20*5',3,0,0,1,0,0,99,-1,0,'','1','0'),(9397,'10994',690,'rare_prize20*6',3,0,0,1,0,0,99,-1,0,'','1','0'),(9398,'10995',690,'rare_prize20*7',3,0,0,1,0,0,99,-1,0,'','1','0'),(9399,'10996',690,'rare_prize20*8',3,0,0,1,0,0,99,-1,0,'','1','0'),(9400,'10997',690,'rare_prize20*9',3,0,0,1,0,0,99,-1,0,'','1','0'),(9401,'10998',691,'rare_r20_wardrobe',3,0,0,1,0,0,99,-1,0,'','1','0'),(9402,'10999',687,'clothing_r20_quinn',3,0,0,1,0,0,99,-1,0,'','1','0'),(9403,'11000',691,'rare_r20_balloonchair',3,0,0,1,0,0,99,-1,0,'','1','0'),(9404,'11001',692,'val_c20_cakestand',3,0,0,1,0,0,99,-1,0,'','1','0'),(9405,'11002',692,'val_c20_chair',3,0,0,1,0,0,99,-1,0,'','1','0'),(9406,'11003',692,'val_c20_lights',3,0,0,1,0,0,99,-1,0,'','1','0'),(9407,'11004',692,'val_c20_floor',3,0,0,1,0,0,99,-1,0,'','1','0'),(9408,'11005',692,'val_c20_blackboard',3,0,0,1,0,0,99,-1,0,'','1','0'),(9409,'11006',692,'val_c20_window',3,0,0,1,0,0,99,-1,0,'','1','0'),(9410,'11007',692,'val_c20_tablecounter',3,0,0,1,0,0,99,-1,0,'','1','0'),(9411,'11008',570,'clothing_chocochefoutfit',3,0,0,1,0,0,99,-1,0,'','1','0'),(9412,'11009',692,'val_c20_cakedisplay',3,0,0,1,0,0,99,-1,0,'','1','0'),(9413,'11010',692,'val_c20_wall',3,0,0,1,0,0,99,-1,0,'','1','0'),(9414,'11011',692,'val_c20_cake',3,0,0,1,0,0,99,-1,0,'','1','0'),(9415,'11012',687,'clothing_r20_tattoo',3,0,0,1,0,0,99,-1,0,'','1','0'),(9416,'11013',692,'val_c20_chocgift',3,0,0,1,0,0,99,-1,0,'','1','0'),(9417,'11014',692,'val_c20_chocfountain',3,0,0,1,0,0,99,-1,0,'','1','0'),(9418,'11015',692,'val_c20_table',3,0,0,1,0,0,99,-1,0,'','1','0'),(9419,'11016',692,'val_c20_seats',3,0,0,1,0,0,99,-1,0,'','1','0'),(9420,'11017',664,'bonusbag20_1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9421,'11018',693,'bonusrare20_1a*1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9422,'11019',693,'bonusrare20_1a*2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9423,'11020',693,'bonusrare20_1a*3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9424,'11021',693,'bonusrare20_1a*4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9425,'11022',693,'bonusrare20_1a*5',3,0,0,1,0,0,99,-1,0,'','1','0'),(9426,'11023',693,'bonusrare20_1a*6',3,0,0,1,0,0,99,-1,0,'','1','0'),(9427,'11024',693,'bonusrare20_2*1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9428,'11025',693,'bonusrare20_2*2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9429,'11026',693,'bonusrare20_2*3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9430,'11027',693,'bonusrare20_2*4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9431,'11028',693,'bonusrare20_2*5',3,0,0,1,0,0,99,-1,0,'','1','0'),(9432,'11029',693,'bonusrare20_2*6',3,0,0,1,0,0,99,-1,0,'','1','0'),(9433,'11030',664,'bonusbag20_3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9434,'11031',693,'bonusrare20_3*1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9435,'11032',693,'bonusrare20_3*2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9436,'11033',693,'bonusrare20_3*3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9437,'11034',693,'bonusrare20_3*4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9438,'11035',693,'bonusrare20_3*5',3,0,0,1,0,0,99,-1,0,'','1','0'),(9439,'11036',693,'bonusrare20_3*6',3,0,0,1,0,0,99,-1,0,'','1','0'),(9440,'11037',693,'bonusrare20_4*0',3,0,0,1,0,0,99,-1,0,'','1','0'),(9441,'11038',693,'bonusrare20_4*1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9442,'11039',693,'bonusrare20_4*2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9443,'11040',693,'bonusrare20_4*3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9444,'11041',693,'bonusrare20_4*4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9445,'11042',693,'bonusrare20_4*5',3,0,0,1,0,0,99,-1,0,'','1','0'),(9446,'11043',664,'bonusbag20_2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9447,'11044',664,'bonusbag20_4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9448,'11045',691,'rare_r20_grandebackdrop',3,0,0,1,0,0,99,-1,0,'','1','0'),(9449,'11046',570,'clothing_c20_goldheartbp',3,0,0,1,0,0,99,-1,0,'','1','0'),(9450,'11047',517,'art_c20_plant',3,0,0,1,0,0,99,-1,0,'','1','0'),(9451,'11048',184,'booster_c20_box',3,0,0,1,0,0,99,-1,0,'','1','0'),(9452,'11049',517,'art_c20_rug',3,0,0,1,0,0,99,-1,0,'','1','0'),(9453,'11050',633,'booster_c20_box1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9454,'11051',517,'art_c20_floor',3,0,0,1,0,0,99,-1,0,'','1','0'),(9455,'11052',517,'art_c20_light',3,0,0,1,0,0,99,-1,0,'','1','0'),(9456,'11053',517,'art_c20_paintings',3,0,0,1,0,0,99,-1,0,'','1','0'),(9457,'11054',633,'art_c20_gold4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9458,'11055',517,'art_c20_chair',3,0,0,1,0,0,99,-1,0,'','1','0'),(9459,'11056',633,'art_c20_pillow',3,0,0,1,0,0,99,-1,0,'','1','0'),(9460,'11057',517,'art_c20_bin',3,0,0,1,0,0,99,-1,0,'','1','0'),(9461,'11058',633,'art_c20_gold1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9462,'11059',570,'clothing_c20_heartbackpack',3,0,0,1,0,0,99,-1,0,'','1','0'),(9463,'11060',517,'art_c20_drawingtablet',3,0,0,1,0,0,99,-1,0,'','1','0'),(9464,'11061',633,'art_c20_gold2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9465,'11062',633,'art_c20_chair2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9466,'11063',517,'art_c20_desk',5,0,0,1,0,0,99,-1,0,'','1','0'),(9467,'11064',517,'art_c20_shelves',3,0,0,1,0,0,99,-1,0,'','1','0'),(9468,'11065',633,'art_c20_chair4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9469,'11066',517,'art_c20_canvas',3,0,0,1,0,0,99,-1,0,'','1','0'),(9470,'11067',633,'art_c20_gold5',3,0,0,1,0,0,99,-1,0,'','1','0'),(9471,'11068',517,'art_c20_sofa',3,0,0,1,0,0,99,-1,0,'','1','0'),(9472,'11069',633,'art_c20_chair1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9473,'11070',633,'art_c20_clock',3,0,0,1,0,0,99,-1,0,'','1','0'),(9474,'11071',517,'art_c20_clotheshanger',3,0,0,1,0,0,99,-1,0,'','1','0'),(9475,'11072',517,'art_c20_rolledpaper',3,0,0,1,0,0,99,-1,0,'','1','0'),(9476,'11073',633,'art_c20_gold3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9477,'11074',517,'art_c20_artstool',3,0,0,1,0,0,99,-1,0,'','1','0'),(9478,'11075',517,'art_c20_easel',3,0,0,1,0,0,99,-1,0,'','1','0'),(9479,'11076',633,'art_c20_chair3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9480,'11077',517,'art_c20_coffeetable',3,0,0,1,0,0,99,-1,0,'','1','0'),(9481,'11078',517,'art_c20_caddy',3,0,0,1,0,0,99,-1,0,'','1','0'),(9482,'11079',226,'easter_c20_heather',3,0,0,1,0,0,99,-1,0,'','1','0'),(9483,'11080',691,'easter_r20_mountaingoat',3,0,0,1,0,0,99,-1,0,'','1','0'),(9484,'11081',667,'easter_c20_darkrock',3,0,0,1,0,0,99,-1,0,'','1','0'),(9485,'11082',570,'clothing_mysticrobes',3,0,0,1,0,0,99,-1,0,'','1','0'),(9486,'11083',633,'easter_c20_darkprize4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9487,'11084',226,'easter_c20_scatteredforestfloor',3,0,0,1,0,0,99,-1,0,'','1','0'),(9488,'11085',226,'easter_c20_fishingpole',3,0,0,1,0,0,99,-1,0,'','1','0'),(9489,'11086',636,'clothing_nt_yogatop',0,25,0,1,0,0,99,-1,0,'','0','0'),(9490,'11087',636,'clothing_nt_campingbackpack',0,25,0,1,0,0,99,-1,0,'','0','0'),(9491,'11088',226,'easter_c20_stickteepee',3,0,0,1,0,0,99,-1,0,'','1','0'),(9492,'11089',633,'easter_c20_ancientbird',3,0,0,1,0,0,99,-1,0,'','1','0'),(9493,'11090',570,'clothing_explorersash',3,0,0,1,0,0,99,-1,0,'','1','0'),(9494,'11091',226,'easter_c20_rockboulders',3,0,0,1,0,0,99,-1,0,'','1','0'),(9495,'11092',687,'clothing_r20_bunnyoutfit',3,0,0,1,0,0,99,-1,0,'','1','0'),(9496,'11093',633,'easter_c20_darkprize2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9497,'11094',570,'clothing_puffyvest',3,0,0,1,0,0,99,-1,0,'','1','0'),(9498,'11095',226,'easter_c20_mountainslopes',3,0,0,1,0,0,99,-1,0,'','1','0'),(9499,'11096',746,'easter_ltd20_fortuneduck',3,0,0,1,0,0,99,-1,0,'','1','0'),(9500,'11097',691,'easter_r20_mystictree',3,0,0,1,0,0,99,-1,0,'','1','0'),(9501,'11098',226,'easter_c20_campingessentials',3,0,0,1,0,0,99,-1,0,'','1','0'),(9502,'11099',570,'clothing_binoculars',3,0,0,1,0,0,99,-1,0,'','1','0'),(9503,'11100',226,'easter_c20_ornamentalrocks',3,0,0,1,0,0,99,-1,0,'','1','0'),(9504,'11101',226,'easter_c20_picnicfood',3,0,0,1,0,0,99,-1,0,'','1','0'),(9505,'11102',570,'clothing_campingbackpack',3,0,0,1,0,0,99,-1,0,'','1','0'),(9506,'11103',226,'easter_c20_mountainflats',3,0,0,1,0,0,99,-1,0,'','1','0'),(9507,'11104',633,'easter_c20_darkprize3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9508,'11105',633,'easter_c20_darkprize1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9509,'11106',570,'clothing_yogatop',3,0,0,1,0,0,99,-1,0,'','1','0'),(9510,'11107',636,'clothing_nt_puffyvest',0,25,0,1,0,0,99,-1,0,'','0','0'),(9511,'11108',636,'clothing_nt_sportshair',0,25,0,1,0,0,99,-1,0,'','0','0'),(9512,'11109',226,'easter_c20_camprug',3,0,0,1,0,0,99,-1,0,'','1','0'),(9513,'11110',226,'easter_c20_mossydivider',3,0,0,1,0,0,99,-1,0,'','1','0'),(9514,'11111',226,'easter_c20_firstaidkit',3,0,0,1,0,0,99,-1,0,'','1','0'),(9515,'11112',570,'clothing_sportshair',3,0,0,1,0,0,99,-1,0,'','1','0'),(9516,'11113',226,'easter_c20_logwalk',3,0,0,1,0,0,99,-1,0,'','1','0'),(9517,'11114',570,'clothing_mysticcrown',3,0,0,1,0,0,99,-1,0,'','1','0'),(9518,'11115',570,'clothing_yogapants',3,0,0,1,0,0,99,-1,0,'','1','0'),(9519,'11116',633,'easter_c20_ancienthorse',3,0,0,1,0,0,99,-1,0,'','1','0'),(9520,'11117',226,'easter_c20_kayak',3,0,0,1,0,0,99,-1,0,'','1','0'),(9521,'11118',687,'clothing_r20_ponytailcap',3,0,0,1,0,0,99,-1,0,'','1','0'),(9522,'11119',636,'clothing_nt_yogapants',0,25,0,1,0,0,99,-1,0,'','0','0'),(9523,'11120',633,'easter_c20_lightprize3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9524,'11121',226,'easter_c20_climbingropetele',3,0,0,1,0,0,99,-1,0,'','1','0'),(9525,'11122',636,'clothing_nt_sportsshade',0,25,0,1,0,0,99,-1,0,'','0','0'),(9526,'11123',636,'clothing_nt_binoculars',0,25,0,1,0,0,99,-1,0,'','0','0'),(9527,'11124',633,'easter_c20_lightprize2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9528,'11125',226,'easter_c20_forestfriends',3,0,0,1,0,0,99,-1,0,'','1','0'),(9529,'11126',667,'easter_c20_lightrock',3,0,0,1,0,0,99,-1,0,'','1','0'),(9530,'11127',633,'easter_c20_clayrelic',3,0,0,1,0,0,99,-1,0,'','1','0'),(9531,'11128',226,'easter_c20_fishstream',3,0,0,1,0,0,99,-1,0,'','1','0'),(9532,'11129',570,'clothing_rainbowegg',3,0,0,1,0,0,99,-1,0,'','1','0'),(9533,'11130',633,'easter_c20_jadeguardian',3,0,0,1,0,0,99,-1,0,'','1','0'),(9534,'11131',226,'easter_c20_heatherrock',3,0,0,1,0,0,99,-1,0,'','1','0'),(9535,'11132',633,'easter_c20_ancientstatue',3,0,0,1,0,0,99,-1,0,'','1','0'),(9536,'11133',570,'clothing_sportsshade',3,0,0,1,0,0,99,-1,0,'','1','0'),(9537,'11134',633,'easter_c20_lightprize4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9538,'11135',633,'easter_c20_lightprize1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9539,'11136',226,'easter_c20_waypointrocks',3,0,0,1,0,0,99,-1,0,'','1','0'),(9540,'11137',226,'easter_c20_energyfood',3,0,0,1,0,0,99,-1,0,'','1','0'),(9541,'11138',633,'easter_c20_zenmaster',3,0,0,1,0,0,99,-1,0,'','1','0'),(9542,'11139',636,'clothing_nt_explorersash',0,25,0,1,0,0,99,-1,0,'','0','0'),(9543,'11140',226,'easter_c20_foresttree',3,0,0,1,0,0,99,-1,0,'','1','0'),(9544,'11141',226,'easter_c20_rapids',3,0,0,1,0,0,99,-1,0,'','1','0'),(9545,'11142',735,'easter_c20_lightrock1',4,0,0,1,0,0,363,-1,0,'','0','0'),(9546,'11143',735,'easter_c20_darkrock1',4,0,0,1,0,0,364,-1,0,'','0','0'),(9547,'11144',691,'rare_r20_corgi',4,0,0,1,0,0,365,-1,0,'','0','0'),(9548,'11145',691,'rare_r20_marimo',3,0,0,1,0,0,99,-1,0,'','1','0'),(9549,'11146',691,'rare_r20_treehouse',3,0,0,1,0,0,99,-1,0,'','1','0'),(9550,'11147',735,'spa_c20_bbrose',3,0,0,1,0,0,99,-1,0,'','1','0'),(9551,'11148',186,'spa_c20_crackable1A',3,0,0,1,0,0,99,-1,0,'','1','0'),(9552,'11149',570,'clothing_towelwraphalf',3,0,0,1,0,0,99,-1,0,'','1','0'),(9553,'11150',191,'spa_c20_crackable1B',3,0,0,1,0,0,99,-1,0,'','1','0'),(9554,'11151',570,'clothing_eyemask',3,0,0,1,0,0,99,-1,0,'','1','0'),(9555,'11152',570,'clothing_maskmint',3,0,0,1,0,0,99,-1,0,'','1','0'),(9556,'11153',735,'spa_c20_bbmint',3,0,0,1,0,0,99,-1,0,'','1','0'),(9557,'11154',735,'spa_c20_bbcharcoal',3,0,0,1,0,0,99,-1,0,'','1','0'),(9558,'11155',570,'clothing_towelhair',3,0,0,1,0,0,99,-1,0,'','1','0'),(9559,'11156',570,'clothing_eyetomato',3,0,0,1,0,0,99,-1,0,'','1','0'),(9560,'11157',570,'clothing_maskrose',3,0,0,1,0,0,99,-1,0,'','1','0'),(9561,'11158',570,'clothing_eyecucumber',3,0,0,1,0,0,99,-1,0,'','1','0'),(9562,'11159',735,'spa_c20_lavendersalt',3,0,0,1,0,0,99,-1,0,'','1','0'),(9563,'11160',570,'clothing_towelwrapfull',3,0,0,1,0,0,99,-1,0,'','1','0'),(9564,'11161',570,'clothing_maskcitrus',3,0,0,1,0,0,99,-1,0,'','1','0'),(9565,'11162',735,'spa_c20_bbcitrus',3,0,0,1,0,0,99,-1,0,'','1','0'),(9566,'11163',735,'spa_c20_incense',3,0,0,1,0,0,99,-1,0,'','1','0'),(9567,'11164',570,'clothing_maskcharcoal',3,0,0,1,0,0,99,-1,0,'','1','0'),(9568,'11165',570,'clothing_eyecitrus',3,0,0,1,0,0,99,-1,0,'','1','0'),(9569,'11166',186,'spa_c20_crackable2A',3,0,0,1,0,0,99,-1,0,'','1','0'),(9570,'11167',570,'clothing_eyestrawberry',3,0,0,1,0,0,99,-1,0,'','1','0'),(9571,'11168',191,'spa_c20_crackable2B',3,0,0,1,0,0,99,-1,0,'','1','0'),(9572,'11169',735,'spa_c20_bath',3,0,0,1,0,0,99,-1,0,'','1','0'),(9573,'11170',307,'CF_500_goldenbeetle',500,0,0,1,0,0,17,-1,0,'','1','0'),(9574,'11171',687,'clothing_r20_monkeyfezhat',3,0,0,1,0,0,99,-1,0,'','1','0'),(9575,'11172',677,'india_c20_saribp',3,0,0,1,0,0,99,-1,0,'','1','0'),(9576,'11173',696,'india_c20_longpillow',3,0,0,1,0,0,99,-1,0,'','1','0'),(9577,'11174',570,'clothing_moviestarmakeup',3,0,0,1,0,0,99,-1,0,'','1','0'),(9578,'11175',676,'clothing_cobra',3,0,0,1,0,0,99,-1,0,'','1','0'),(9579,'11176',691,'india_r20_bengaltiger',3,0,0,1,0,0,99,-1,0,'','1','0'),(9580,'11177',696,'india_c20_incense',3,0,0,1,0,0,99,-1,0,'','1','0'),(9581,'11178',677,'clothing_exoticcape',3,0,0,1,0,0,99,-1,0,'','1','0'),(9582,'11179',677,'india_c20_capebp',3,0,0,1,0,0,99,-1,0,'','1','0'),(9583,'11180',696,'india_c20_eleseat',3,0,0,1,0,0,99,-1,0,'','1','0'),(9584,'11181',696,'india_c20_flowerbelldeco',3,0,0,1,0,0,99,-1,0,'','1','0'),(9585,'11182',747,'india_c20_dye',3,0,0,1,0,0,99,-1,0,'','1','0'),(9586,'11183',676,'clothing_headjewel',3,0,0,1,0,0,99,-1,0,'','1','0'),(9587,'11184',570,'clothing_moviestarhair',3,0,0,1,0,0,99,-1,0,'','1','0'),(9588,'11185',676,'clothing_grandsari',3,0,0,1,0,0,99,-1,0,'','1','0'),(9589,'11186',696,'india_c20_sofa',3,0,0,1,0,0,99,-1,0,'','1','0'),(9590,'11187',676,'clothing_grandheadjewel',3,0,0,1,0,0,99,-1,0,'','1','0'),(9591,'11188',696,'india_c20_jewellerybox',3,0,0,1,0,0,99,-1,0,'','1','0'),(9592,'11189',677,'clothing_sherwani',3,0,0,1,0,0,99,-1,0,'','1','0'),(9593,'11190',677,'india_c20_sherwanibp',3,0,0,1,0,0,99,-1,0,'','1','0'),(9594,'11191',696,'india_c20_light',3,0,0,1,0,0,99,-1,0,'','1','0'),(9595,'11192',636,'clothing_nt_turban',0,25,0,1,0,0,99,-1,0,'','0','0'),(9596,'11193',696,'india_c20_balconydoor',3,0,0,1,0,0,99,-1,0,'','1','0'),(9597,'11194',696,'india_c20_archway',3,0,0,1,0,0,99,-1,0,'','1','0'),(9598,'11195',677,'india_c20_snakebp',3,0,0,1,0,0,99,-1,0,'','1','0'),(9599,'11196',696,'india_c20_dessert',3,0,0,1,0,0,99,-1,0,'','1','0'),(9600,'11197',696,'india_c20_tiledfloor',3,0,0,1,0,0,99,-1,0,'','1','0'),(9601,'11198',570,'clothing_turban',3,0,0,1,0,0,99,-1,0,'','1','0'),(9602,'11199',747,'india_c20_cloth',3,0,0,1,0,0,99,-1,0,'','1','0'),(9603,'11200',676,'clothing_grandsherwani',3,0,0,1,0,0,99,-1,0,'','1','0'),(9604,'11201',696,'india_c20_curries',3,0,0,1,0,0,99,-1,0,'','1','0'),(9605,'11202',696,'india_c20_palmvase',3,0,0,1,0,0,99,-1,0,'','1','0'),(9606,'11203',636,'clothing_nt_moviestarhair',0,25,0,1,0,0,99,-1,0,'','0','0'),(9607,'11204',676,'clothing_grandexoticcape',3,0,0,1,0,0,99,-1,0,'','1','0'),(9608,'11205',678,'india_c20_sewingmachine',3,0,0,1,0,0,99,-1,0,'','1','0'),(9609,'11206',191,'india_c20_blueprintb',3,0,0,1,0,0,99,-1,0,'','1','0'),(9610,'11207',696,'india_c20_eletable',3,0,0,1,0,0,99,-1,0,'','1','0'),(9611,'11208',691,'india_r20_exotictent',3,0,0,1,0,0,99,-1,0,'','1','0'),(9612,'11209',676,'clothing_snake',3,0,0,1,0,0,99,-1,0,'','1','0'),(9613,'11210',189,'india_c20_blueprint',3,0,0,1,0,0,99,-1,0,'','1','0'),(9614,'11211',696,'india_c20_teaset',3,0,0,1,0,0,99,-1,0,'','1','0'),(9615,'11212',677,'india_c20_headjewelbp',3,0,0,1,0,0,99,-1,0,'','1','0'),(9616,'11213',636,'clothing_nt_moviestarmakeup',0,25,0,1,0,0,99,-1,0,'','0','0'),(9617,'11214',696,'india_c20_beadbellsdeco',3,0,0,1,0,0,99,-1,0,'','1','0'),(9618,'11215',676,'clothing_sari',3,0,0,1,0,0,99,-1,0,'','1','0'),(9619,'11216',687,'clothing_r20_jewelbraidhair',3,0,0,1,0,0,99,-1,0,'','1','0'),(9620,'11217',746,'india_ltd20_sultanthrone',3,0,0,1,0,0,99,-1,0,'','1','0'),(9621,'11218',491,'diamond_painting48',3,0,0,1,0,0,99,-1,0,'','1','0'),(9622,'11219',491,'diamond_painting50',3,0,0,1,0,0,99,-1,0,'','1','0'),(9623,'11220',491,'diamond_painting49',3,0,0,1,0,0,99,-1,0,'','1','0'),(9624,'11221',491,'diamond_painting47',3,0,0,1,0,0,99,-1,0,'','1','0'),(9625,'11222',570,'clothing_studentcap',3,0,0,1,0,0,99,-1,0,'','1','0'),(9626,'11223',636,'clothing_nt_studentcap',0,25,0,1,0,0,99,-1,0,'','0','0'),(9627,'20060',683,'DEAL_HC_1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9628,'20100',429,'Poker',4,0,0,1,0,0,366,-1,0,'','0','0'),(9629,'40010',274,'poster 38',4,0,0,1,0,0,99,-1,0,'','1','0'),(9630,'40020',30,'a0 gothicfountain',3,0,0,1,0,0,2,-1,0,'','1','0'),(9631,'40030',349,'hc_wall_lamp',10,1,5,1,0,0,12,-1,0,'','1','1'),(9632,'40040',344,'industrialfan',4,0,0,1,0,0,2,-1,0,'','1','0'),(9633,'40050',30,'a0 torch',3,0,0,1,0,0,99,-1,0,'','1','0'),(9634,'40060',445,'a0 val_heart',3,0,0,1,0,0,7,-1,0,'','1','0'),(9635,'40070',35,'DEV wallmirror',3,0,0,1,0,0,99,-1,0,'','1','0'),(9636,'40080',31,'DEV jp_ninjastars',3,0,0,1,0,0,99,-1,0,'','1','0'),(9637,'40090',280,'DEV habw_mirror',3,0,0,1,0,0,29,-1,0,'','1','0'),(9638,'40100',344,'habbowheel',4,0,0,1,0,0,1,-1,0,'','1','0'),(9639,'40110',676,'guitar_skull',4,0,0,1,0,0,99,-1,0,'','1','0'),(9640,'40120',21,'guitar_v',4,0,0,1,0,0,99,-1,0,'','1','0'),(9641,'40130',21,'Habborella Poster 2 Life Buoy',4,0,0,1,0,0,42,-1,0,'','1','0'),(9642,'40140',21,'Habborella Poster 1 Porthole',4,0,0,1,0,0,101,-1,0,'','1','0'),(9643,'40150',473,'a0 xmas_light',3,0,0,1,0,0,13,-1,0,'','1','0'),(9644,'40160',21,'Habborella Poster 3 Anchor',4,0,0,1,0,0,43,-1,0,'','1','0'),(9645,'40170',123,'sw_swords',4,0,0,1,0,0,99,-1,0,'','1','0'),(9646,'40180',123,'sw_stone',4,0,0,1,0,0,99,-1,0,'','1','0'),(9647,'40190',123,'sw_hole',4,0,0,1,0,0,99,-1,0,'','1','0'),(9648,'40200',28,'arabian_swords',3,0,0,1,0,0,7,-1,0,'','1','0'),(9649,'40210',31,'jp_sheet3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9650,'40220',28,'arabian_wndw',3,0,0,1,0,0,14,-1,0,'','1','0'),(9651,'40230',198,'md_logo_wall',4,0,0,1,0,0,99,-1,0,'','1','0'),(9652,'40240',31,'jp_sheet1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9653,'40250',198,'md_can',4,0,0,1,0,0,99,-1,0,'','1','0'),(9654,'40260',31,'jp_sheet2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9655,'40270',16,'a0 roomdimmer',12,0,0,1,0,0,3,-1,0,'','1','0'),(9656,'40280',408,'tiki_surfboard',3,0,0,1,0,0,12,-1,0,'','1','0'),(9657,'40290',539,'tampax_wall',4,0,0,1,0,0,99,-1,0,'','1','0'),(9658,'40300',408,'tiki_wallplnt',3,0,0,1,0,0,21,-1,0,'','1','0'),(9659,'40310',306,'DEV window_single_default',4,0,0,1,0,0,10,-1,0,'','1','0'),(9660,'40320',306,'DEV window_double_default',1,0,0,1,0,0,5,-1,0,'','1','0'),(9661,'40330',306,'noob_window_double',4,0,0,1,0,0,1,-1,0,'','1','0'),(9662,'40340',306,'DEV window_chinese_wide',5,0,0,1,0,0,23,-1,0,'','1','0'),(9663,'40350',306,'DEV window_golden',4,0,0,1,0,0,6,-1,0,'','1','0'),(9664,'40360',306,'DEV window_square',2,0,0,1,0,0,12,-1,0,'','1','0'),(9665,'40370',306,'DEV window_romantic_narrow',0,150,0,1,0,0,9,-1,0,'','1','0'),(9666,'40380',306,'DEV window_chinese_narrow',3,0,0,1,0,0,15,-1,0,'','1','0'),(9667,'40390',306,'DEV window_70s_wide',4,0,0,1,0,0,3,-1,0,'','1','0'),(9668,'40400',306,'DEV window_70s_narrow',0,150,0,1,0,0,2,-1,0,'','1','0'),(9669,'40410',306,'DEV window_romantic_wide',4,0,0,1,0,0,10,-1,0,'','1','0'),(9670,'40420',306,'DEV window_basic',1,0,0,1,0,0,4,-1,0,'','1','0'),(9671,'40430',543,'ads_sunnyd',4,0,0,1,0,0,47,-1,0,'','1','0'),(9672,'40440',306,'DEV window_grunge',1,225,0,1,0,0,19,-1,0,'','1','0'),(9673,'40450',306,'DEV window_triple',5,0,0,1,0,0,14,-1,0,'','1','0'),(9674,'40460',306,'window_diner2',3,0,0,1,0,0,104,-1,0,'','1','0'),(9675,'40470',346,'ads_dave_wall',3,0,0,1,0,0,99,-1,0,'','1','0'),(9676,'40480',628,'diner_walltable',3,0,0,1,0,0,42,-1,0,'','1','0'),(9677,'40490',306,'window_diner',4,0,0,1,0,0,43,-1,0,'','1','0'),(9678,'40500',527,'ads_nokia_logo',4,0,0,1,0,0,110,-1,0,'','1','0'),(9679,'40510',541,'easy_poster',4,0,0,1,0,0,99,-1,0,'','1','0'),(9680,'40520',272,'DEV window_hole',3,0,0,1,0,0,37,-1,0,'','1','0'),(9681,'40530',527,'ads_nokia_phone',4,0,0,1,0,0,111,-1,0,'','1','0'),(9682,'40540',306,'DEV window_skyscraper',1,150,0,1,0,0,11,-1,0,'','1','0'),(9683,'40560',272,'det_bhole',3,0,0,1,0,0,1,-1,0,'','1','0'),(9684,'40570',540,'netari_poster',4,0,0,1,0,0,99,-1,0,'','1','0'),(9685,'40580',346,'ads_campguitar',4,0,0,1,0,0,5,-1,0,'','1','0'),(9686,'40590',389,'hween08_rad',3,0,0,1,0,0,11,-1,0,'','1','0'),(9687,'40600',389,'a0 hw_08_xray',3,0,0,1,0,0,18,10500,0,'','1','0'),(9688,'40610',389,'hween08_wndwb',3,0,0,1,0,0,17,-1,0,'','1','0'),(9689,'40620',389,'hween08_wndw',3,0,0,1,0,0,14,-1,0,'','1','0'),(9690,'40630',389,'hween08_bio',3,0,0,1,0,0,6,-1,0,'','1','0'),(9691,'40640',389,'hween08_xray',3,0,0,1,0,0,99,-1,0,'','1','0'),(9692,'40650',30,'a0 gothicfountain 2',3,0,0,1,0,0,3,-1,0,'','1','0'),(9693,'40660',33,'party_led',3,0,0,1,0,0,99,-1,0,'','1','0'),(9694,'40670',265,'ads_cmusic',4,0,0,1,0,0,9,-1,0,'','1','0'),(9695,'40680',33,'party_wc_girl',3,0,0,1,0,0,99,-1,0,'','1','0'),(9696,'40690',33,'party_neon1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9697,'40700',33,'party_wc_boy',3,0,0,1,0,0,99,-1,0,'','1','0'),(9698,'40710',33,'party_shelf',5,0,0,1,0,0,99,-1,0,'','1','0'),(9699,'40720',33,'party_neon4',3,0,0,1,0,0,99,-1,0,'','1','0'),(9700,'40730',33,'party_neon2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9701,'40740',33,'party_neon5',3,0,0,1,0,0,99,-1,0,'','1','0'),(9702,'40750',33,'party_neon3',3,0,0,1,0,0,99,-1,0,'','1','0'),(9703,'40760',475,'xmas08_icewall',3,0,0,1,0,0,10,-1,0,'','1','0'),(9704,'40770',475,'xmas08_wallpaper',3,0,0,1,0,0,17,-1,0,'','1','0'),(9705,'40780',516,'ads_clwall2',4,0,0,1,0,0,37,-1,0,'','1','0'),(9706,'40790',516,'ads_clwall3',4,0,0,1,0,0,38,-1,0,'','1','0'),(9707,'40800',475,'xmas_icewall',3,0,0,1,0,0,367,-1,0,'','0','0'),(9708,'40810',529,'ads_ob_wall',4,0,0,1,0,0,114,-1,0,'','1','0'),(9709,'40820',516,'ads_clwall1',4,0,0,1,0,0,19,-1,0,'','1','0'),(9710,'40830',119,'ads_mall_window',3,0,0,1,0,0,99,-1,0,'','1','0'),(9711,'40840',302,'china_pstr1',3,0,0,1,0,0,11,-1,0,'','1','0'),(9712,'40850',302,'china_pstr2',3,0,0,1,0,0,12,-1,0,'','1','0'),(9713,'40860',302,'china_light',3,0,0,1,0,0,34,-1,0,'','1','0'),(9714,'40870',306,'herry',1,225,0,1,0,0,20,-1,0,'','1','0'),(9715,'40880',58,'ads_idol_wall',4,0,0,1,0,0,38,-1,0,'','1','0'),(9716,'40890',121,'ads_igorevilb',4,0,0,1,0,0,7,-1,0,'','1','0'),(9717,'40900',121,'ads_igor_wall',4,0,0,1,0,0,2,-1,0,'','1','0'),(9718,'40910',119,'ads_mall_winpet',4,0,0,1,0,0,99,-1,0,'','1','0'),(9719,'40920',119,'ads_mall_winfur',4,0,0,1,0,0,40,-1,0,'','1','0'),(9720,'40930',58,'ads_idol_tv',4,0,0,1,0,0,78,-1,0,'','1','0'),(9721,'40940',303,'Lost City Window 1',3,0,0,1,0,0,20,-1,0,'','1','0'),(9722,'40950',303,'lc_wall1',3,0,0,1,0,0,18,-1,0,'','1','0'),(9723,'40960',303,'Lost City Window 2',3,0,0,1,0,0,21,-1,0,'','1','0'),(9724,'40970',303,'lc_wall2',3,0,0,1,0,0,19,-1,0,'','1','0'),(9725,'40980',119,'ads_mall_wincin',4,0,0,1,0,0,93,-1,0,'','1','0'),(9726,'40990',58,'ads_idol_mirror',4,0,0,1,0,0,70,-1,0,'','1','0'),(9727,'41000',119,'ads_mall_winbea',4,0,0,1,0,0,91,-1,0,'','1','0'),(9728,'41010',119,'ads_mall_winmus',4,0,0,1,0,0,98,-1,0,'','1','0'),(9729,'41020',499,'eco_curtains2',4,0,0,1,0,0,8,-1,0,'','1','0'),(9730,'41030',119,'ads_mall_winchi',4,0,0,1,0,0,92,-1,0,'','1','0'),(9731,'41040',499,'eco_curtains3',4,0,0,1,0,0,9,-1,0,'','1','0'),(9732,'41050',499,'eco_curtains1',4,0,0,1,0,0,7,-1,0,'','1','0'),(9733,'41060',119,'ads_mall_winspo',4,0,0,1,0,0,100,-1,0,'','1','0'),(9734,'41070',304,'exe_wfall',3,0,0,1,0,0,27,-1,0,'','1','0'),(9735,'41080',58,'ads_idol_logo',4,0,0,1,0,0,32,-1,0,'','1','0'),(9736,'41090',119,'ads_mall_winice',4,0,0,1,0,0,97,-1,0,'','1','0'),(9737,'41100',304,'exe_map',3,0,0,1,0,0,19,-1,0,'','1','0'),(9738,'41110',544,'ads_puffet_tv',4,0,0,1,0,0,119,-1,0,'','1','0'),(9739,'41120',346,'ads_reebok_tv',3,0,0,1,0,0,99,-1,0,'','1','0'),(9740,'41130',531,'ads_malaco_tv',3,0,0,1,0,0,99,-1,0,'','1','0'),(9741,'41140',282,'country_forestwall',3,0,0,1,0,0,6,-1,0,'','1','0'),(9742,'41150',346,'ads_lin_wh_c',3,0,0,1,0,0,99,-1,0,'','1','0'),(9743,'41160',282,'country_lantern',3,0,0,1,0,0,10,-1,0,'','1','0'),(9744,'41170',282,'country_fp',3,0,0,1,0,0,7,-1,0,'','1','0'),(9745,'41180',282,'country_wall',3,0,0,1,0,0,19,-1,0,'','1','0'),(9746,'41190',231,'flag_norway',4,0,0,1,0,0,13,-1,0,'','1','0'),(9747,'41200',628,'diner_poster',3,0,0,1,0,0,27,-1,0,'','1','0'),(9748,'41210',32,'lt_jngl_wall',3,0,0,1,0,0,99,-1,0,'','1','0'),(9749,'41220',346,'ads_mirror',3,0,0,1,0,0,99,-1,0,'','1','0'),(9750,'41230',32,'lt_wall',3,0,0,1,0,0,99,-1,0,'','1','0'),(9751,'42200',683,'a2 slp',4,0,0,1,0,0,99,-1,0,'','1','0'),(9752,'42210',683,'post_it',4,0,0,1,0,0,99,-1,0,'','1','0'),(9753,'42220',564,'ads_veet',4,0,0,1,0,0,38,-1,0,'','1','0'),(9754,'42230',36,'sf_wall3',3,0,0,1,0,0,2,-1,0,'','1','0'),(9755,'42240',36,'sf_window',3,0,0,1,0,0,1,-1,0,'','1','0'),(9756,'42250',119,'ads_mall_wintra',4,0,0,1,0,0,101,-1,0,'','1','0'),(9757,'42260',489,'ads_wwe_poster',4,0,0,1,0,0,22,-1,0,'','1','0'),(9758,'42270',36,'sf_wall',3,0,0,1,0,0,99,-1,0,'','1','0'),(9759,'42280',36,'sf_wall2',3,0,0,1,0,0,3,-1,0,'','1','0'),(9760,'42290',231,'flag_belgium',4,0,0,1,0,0,4,-1,0,'','1','0'),(9761,'42300',119,'ads_mall_wingar',4,0,0,1,0,0,41,-1,0,'','1','0'),(9762,'42310',231,'flag_portugal',4,0,0,1,0,0,19,-1,0,'','1','0'),(9763,'42320',34,'rela_wall',3,0,0,1,0,0,12,-1,0,'','1','0'),(9764,'42330',59,'ktchn_knives',3,0,0,1,0,0,46,-1,0,'','1','0'),(9765,'42340',59,'ktchn_oven',3,0,0,1,0,0,48,-1,0,'','1','0'),(9766,'42350',59,'ktchn_wall',3,0,0,1,0,0,54,-1,0,'','1','0'),(9767,'42360',119,'ads_mall_winclo',4,0,0,1,0,0,94,-1,0,'','1','0'),(9768,'42370',16,'dimmer_swtch',9,10,5,1,0,0,2,-1,0,'','1','0'),(9769,'42380',16,'dimmer_buttn',4,250,0,1,0,0,1,-1,0,'','1','0'),(9770,'42390',16,'dimmer_fuse2',10,0,0,1,0,0,4,-1,0,'','1','0'),(9771,'42400',16,'dimmer_fuse6',10,0,0,1,0,0,5,-1,0,'','1','0'),(9772,'42410',530,'ads_mtv_bigtv',4,0,0,1,0,0,99,-1,0,'','1','0'),(9773,'42420',530,'ads_mtv_tv',4,0,0,1,0,0,99,-1,0,'','1','0'),(9774,'42430',58,'ads_idol_l_logo',0,0,0,1,0,0,99,-1,0,'','1','0'),(9775,'42440',272,'urban_wall',3,0,0,1,0,0,34,-1,0,'','1','0'),(9776,'42450',58,'ads_idol_l_tv',4,0,0,1,0,0,99,-1,0,'','1','0'),(9777,'42460',231,'flag_peru',4,0,0,1,0,0,17,-1,0,'','1','0'),(9778,'42470',390,'hween09_crnr1',3,0,0,1,0,0,3,-1,0,'','1','0'),(9779,'42480',231,'flag_tunisia',4,0,0,1,0,0,21,-1,0,'','1','0'),(9780,'42490',231,'flag_singapore',4,0,0,1,0,0,20,-1,0,'','1','0'),(9781,'42500',231,'flag_mexico',4,0,0,1,0,0,11,-1,0,'','1','0'),(9782,'42510',231,'flag_philippines',4,0,0,1,0,0,18,-1,0,'','1','0'),(9783,'42520',231,'flag_malaysia',4,0,0,1,0,0,10,-1,0,'','1','0'),(9784,'42530',231,'flag_greece',4,0,0,1,0,0,10,-1,0,'','1','0'),(9785,'42540',231,'flag_venezl',4,0,0,1,0,0,23,-1,0,'','1','0'),(9786,'42550',231,'flag_turkey',4,0,0,1,0,0,15,-1,0,'','1','0'),(9787,'42560',231,'flag_chile',4,0,0,1,0,0,5,-1,0,'','1','0'),(9788,'42570',390,'hween09_wall1',3,0,0,1,0,0,14,-1,0,'','1','0'),(9789,'42580',231,'flag_columbia',4,0,0,1,0,0,6,-1,0,'','1','0'),(9790,'42590',390,'hween09_stonewall',3,0,0,1,0,0,11,-1,0,'','1','0'),(9791,'42600',231,'flag_newzealand',4,0,0,1,0,0,14,-1,0,'','1','0'),(9792,'42610',231,'flag_argentina',4,0,0,1,0,0,2,-1,0,'','1','0'),(9793,'42620',231,'flag_panama',4,0,0,1,0,0,14,-1,0,'','1','0'),(9794,'42630',390,'hween09_paint',3,0,0,1,0,0,10,-1,0,'','1','0'),(9795,'42640',231,'flag_morocco',4,0,0,1,0,0,12,-1,0,'','1','0'),(9796,'42650',231,'flag_dominicanrepublic',4,0,0,1,0,0,8,-1,0,'','1','0'),(9797,'42660',390,'hween09_curt',3,0,0,1,0,0,4,-1,0,'','1','0'),(9798,'42670',590,'byesw_loadscreen',4,0,0,1,0,0,1,-1,0,'','1','0'),(9799,'42680',231,'flag_ecuador',4,0,0,1,0,0,9,-1,0,'','1','0'),(9800,'42690',390,'hween09_treewall',3,0,0,1,0,0,14,-1,0,'','1','0'),(9801,'42700',231,'flag_algeria',4,0,0,1,0,0,1,-1,0,'','1','0'),(9802,'42710',390,'hween09_win',3,0,0,1,0,0,17,-1,0,'','1','0'),(9803,'42720',44,'ads_twi_paint',4,0,0,1,0,0,51,-1,0,'','1','0'),(9804,'42730',44,'ads_twi_dreamc',4,0,0,1,0,0,132,-1,0,'','1','0'),(9805,'42740',44,'ads_twi_bwall1',4,0,0,1,0,0,128,-1,0,'','1','0'),(9806,'42750',44,'ads_twi_crest',4,0,0,1,0,0,131,-1,0,'','1','0'),(9807,'42760',44,'ads_twi_bwall2',4,0,0,1,0,0,48,-1,0,'','1','0'),(9808,'42770',44,'ads_twi_windw',4,0,0,1,0,0,53,-1,0,'','1','0'),(9809,'42780',476,'xm09_bauble_24',3,0,0,1,0,0,124,-1,0,'','1','0'),(9810,'42790',476,'xm09_bauble_27',3,0,0,1,0,0,127,-1,0,'','1','0'),(9811,'42800',476,'xm09_stocking',3,0,0,1,0,0,12,-1,0,'','1','0'),(9812,'42810',476,'xm09_bauble_17',3,0,0,1,0,0,117,-1,0,'','1','0'),(9813,'42820',476,'xm09_bauble_4',3,0,0,1,0,0,104,-1,0,'','1','0'),(9814,'42830',476,'xm09_bauble_19',3,0,0,1,0,0,119,-1,0,'','1','0'),(9815,'42840',476,'xm09_bauble_6',3,0,0,1,0,0,106,-1,0,'','1','0'),(9816,'42850',476,'xm09_bauble_3',3,0,0,1,0,0,43,-1,0,'','1','0'),(9817,'42860',476,'xm09_bauble_25',3,0,0,1,0,0,125,-1,0,'','1','0'),(9818,'42870',28,'arabian_wall',3,0,0,1,0,0,13,-1,0,'','1','0'),(9819,'42880',476,'xm09_bauble_5',3,0,0,1,0,0,105,-1,0,'','1','0'),(9820,'42890',476,'xm09_bauble_11',3,0,0,1,0,0,111,-1,0,'','1','0'),(9821,'42900',476,'xm09_bauble_14',3,0,0,1,0,0,114,-1,0,'','1','0'),(9822,'42910',476,'xm09_bauble_7',3,0,0,1,0,0,107,-1,0,'','1','0'),(9823,'42920',476,'xm09_bauble_23',3,0,0,1,0,0,47,-1,0,'','1','0'),(9824,'42930',476,'xm09_bauble_10',3,0,0,1,0,0,110,-1,0,'','1','0'),(9825,'42940',476,'xm09_bauble_9',3,0,0,1,0,0,109,-1,0,'','1','0'),(9826,'42950',476,'xm09_bauble_8',3,0,0,1,0,0,108,-1,0,'','1','0'),(9827,'42960',476,'xm09_bauble_20',3,0,0,1,0,0,45,-1,0,'','1','0'),(9828,'42970',476,'xm09_bauble_2',3,0,0,1,0,0,42,-1,0,'','1','0'),(9829,'42980',476,'xm09_bauble_18',3,0,0,1,0,0,118,-1,0,'','1','0'),(9830,'42990',476,'xm09_bauble_13',3,0,0,1,0,0,113,-1,0,'','1','0'),(9831,'43000',476,'xm09_bauble_1',3,0,0,1,0,0,101,-1,0,'','1','0'),(9832,'43010',476,'xm09_bauble_15',3,0,0,1,0,0,115,-1,0,'','1','0'),(9833,'43020',476,'xm09_bauble_22',3,0,0,1,0,0,46,-1,0,'','1','0'),(9834,'43030',476,'xm09_bauble_16',3,0,0,1,0,0,116,-1,0,'','1','0'),(9835,'43040',476,'xm09_bauble_12',3,0,0,1,0,0,44,-1,0,'','1','0'),(9836,'43050',476,'xm09_bauble_21',3,0,0,1,0,0,121,-1,0,'','1','0'),(9837,'43060',476,'xm09_bauble_26',3,0,0,1,0,0,126,-1,0,'','1','0'),(9838,'43070',476,'xm09_firwall',3,0,0,1,0,0,4,-1,0,'','1','0'),(9839,'43080',476,'xm09_forestwall',3,0,0,1,0,0,5,-1,0,'','1','0'),(9840,'43090',476,'xm09_infotv',3,0,0,1,0,0,7,-1,0,'','1','0'),(9841,'43100',471,'party_lights',3,0,0,1,0,0,6,-1,0,'','1','0'),(9842,'43110',476,'xm09_lodgewall',3,0,0,1,0,0,8,-1,0,'','1','0'),(9843,'43120',476,'xm09_frplc',3,0,0,1,0,0,6,-1,0,'','1','0'),(9844,'43130',469,'0',3,0,0,1,0,0,11,-1,0,'','1','0'),(9845,'43140',302,'china_pstr3',3,0,0,1,0,0,14,-1,0,'','1','0'),(9846,'43150',461,'ads_tv_jaapuisto',4,0,0,1,0,0,19,-1,0,'','1','0'),(9847,'43160',50,'val09_wall2',3,0,0,1,0,0,99,-1,0,'','1','0'),(9848,'43170',50,'val09_wdrobe_g',3,0,0,1,0,0,99,-1,0,'','1','0'),(9849,'43180',50,'val09_wall1',3,0,0,1,0,0,99,-1,0,'','1','0'),(9850,'43190',50,'bling_sink',3,0,0,1,0,0,34,-1,0,'','1','0'),(9851,'43200',50,'val09_wdrobe_b',3,0,0,1,0,0,99,-1,0,'','1','0'),(9852,'43210',50,'bling_cabinet',3,0,0,1,0,0,16,-1,0,'','1','0'),(9853,'43220',542,'ads_percyw',4,0,0,1,0,0,99,-1,0,'','1','0'),(9854,'43230',264,'ads_boost_surfb',4,0,0,1,0,0,4,-1,0,'','1','0'),(9855,'43240',516,'ads_tlc_wheel',4,0,0,1,0,0,33,-1,0,'','1','0'),(9856,'43250',401,'garden_wall',3,0,0,1,0,0,21,-1,0,'','1','0'),(9857,'43260',563,'ads_tv_yle',4,0,0,1,0,0,37,-1,0,'','1','0'),(9858,'43270',53,'runway_shelf',5,0,0,1,0,0,24,-1,0,'','1','0'),(9859,'43280',346,'ads_latrobe_flag',4,0,0,1,0,0,18,-1,0,'','1','0'),(9860,'43290',352,'hc3_walldeco',10,1,5,1,0,0,14,-1,0,'','1','1'),(9861,'43300',527,'ads_nokia_x6',4,0,0,1,0,0,44,-1,0,'','1','0'),(9862,'43310',53,'runway_fabric',3,0,0,1,0,0,14,-1,0,'','1','0'),(9863,'43320',44,'ads_target_wall',4,0,0,1,0,0,32,-1,0,'','1','0'),(9864,'43330',561,'ads_super_pop',4,0,0,1,0,0,29,-1,0,'','1','0'),(9865,'43340',546,'ads_tv_chocapic_02',4,0,0,1,0,0,18,-1,0,'','1','0'),(9866,'43350',546,'ads_tv_chocapic_01',4,0,0,1,0,0,34,-1,0,'','1','0'),(9867,'43360',403,'bw_jaws',3,0,0,1,0,0,17,-1,0,'','1','0'),(9868,'43370',534,'ads_grefusa_surfb',4,0,0,1,0,0,99,-1,0,'','1','0'),(9869,'43380',59,'ktchn10_cabnt',3,0,0,1,0,0,2,-1,0,'','1','0'),(9870,'43390',444,'hosptl_xray',3,0,0,1,0,0,99,10500,0,'','1','0'),(9871,'43400',391,'hween10_fogwall',3,0,0,1,0,0,14,-1,0,'','1','0'),(9872,'43410',45,'bb_painimies1',3,0,0,1,0,0,18,-1,0,'','1','0'),(9873,'43420',45,'bb_painimies2',3,0,0,1,0,0,17,-1,0,'','1','0'),(9874,'43430',530,'ads_mtv_bigtv2',4,0,0,1,0,0,99,-1,0,'','1','0'),(9875,'43440',530,'ads_mtv_tv2',4,0,0,1,0,0,99,-1,0,'','1','0'),(9876,'43450',391,'hween10_card_3',3,0,0,1,0,0,3,-1,0,'','1','0'),(9877,'43460',391,'hween10_card_1',3,0,0,1,0,0,1,-1,0,'','1','0'),(9878,'43470',391,'hween10_card_4',3,0,0,1,0,0,4,-1,0,'','1','0'),(9879,'43480',391,'hween10_card_6',3,0,0,1,0,0,6,-1,0,'','1','0'),(9880,'43490',391,'hween10_wallskull',3,0,0,1,0,0,25,-1,0,'','1','0'),(9881,'43500',391,'hween10_card_2',3,0,0,1,0,0,2,-1,0,'','1','0'),(9882,'43510',391,'hween10_card_5',3,0,0,1,0,0,5,-1,0,'','1','0'),(9883,'43520',527,'ads_nokiax3_wall2',4,0,0,1,0,0,108,-1,0,'','1','0'),(9884,'43530',527,'ads_nokiax3_wall3',4,0,0,1,0,0,109,-1,0,'','1','0'),(9885,'43540',527,'ads_nokiax3_wall1',4,0,0,1,0,0,107,-1,0,'','1','0'),(9886,'43550',527,'ads_nokiax3_phn',4,0,0,1,0,0,106,-1,0,'','1','0'),(9887,'43560',304,'exe_sensor',3,0,0,1,0,0,23,10500,0,'','1','0'),(9888,'43570',478,'qt_calendar2',4,0,0,1,0,0,2,-1,0,'','1','0'),(9889,'43580',520,'ads_r7logo',4,0,0,1,0,0,24,-1,0,'','1','0'),(9890,'43590',478,'qt_calendar0',4,0,0,1,0,0,0,-1,0,'','1','0'),(9891,'43600',478,'qt_calendar1',4,0,0,1,0,0,1,-1,0,'','1','0'),(9892,'43610',478,'qt_xm10_bauble2',4,0,0,1,0,0,4,-1,0,'','1','0'),(9893,'43620',477,'es_build1',3,0,0,1,0,0,4,-1,0,'','1','0'),(9894,'43630',477,'es_build4',3,0,0,1,0,0,7,-1,0,'','1','0'),(9895,'43640',477,'es_build2',3,0,0,1,0,0,5,-1,0,'','1','0'),(9896,'43650',478,'qt_xm10_bauble1',4,0,0,1,0,0,3,-1,0,'','1','0'),(9897,'43660',477,'es_build3',3,0,0,1,0,0,6,-1,0,'','1','0'),(9898,'43670',477,'es_window',3,0,0,1,0,0,15,-1,0,'','1','0'),(9899,'4367',683,'vote_count_add',4,0,0,1,0,0,99,-1,0,'','1','0'),(9900,'43680',478,'qt_xm10_bauble3',4,0,0,1,0,0,5,-1,0,'','1','0'),(9901,'43690',478,'qt_xm10_icestar',4,0,0,1,0,0,13,-1,0,'','1','0'),(9902,'43700',477,'es_big1',3,0,0,1,0,0,1,-1,0,'','1','0'),(9903,'43710',477,'es_big3',3,0,0,1,0,0,3,-1,0,'','1','0'),(9904,'43720',477,'es_big2',3,0,0,1,0,0,2,-1,0,'','1','0'),(9905,'43730',275,'year2011',3,0,0,1,0,0,2,-1,0,'','1','0'),(9906,'43740',50,'bling11_wall1',3,0,0,1,0,0,18,-1,0,'','1','0'),(9907,'43750',50,'bling11_wall4',3,0,0,1,0,0,21,-1,0,'','1','0'),(9908,'43760',50,'bling11_wall2',3,0,0,1,0,0,19,-1,0,'','1','0'),(9909,'43770',50,'bling11_wall3',3,0,0,1,0,0,20,-1,0,'','1','0'),(9910,'43780',459,'qt_val11_heartlights',4,0,0,1,0,0,5,-1,0,'','1','0'),(9911,'43790',50,'bling11_big1',3,0,0,1,0,0,1,-1,0,'','1','0'),(9912,'43800',30,'gothic_st_glass',3,0,0,1,0,0,37,-1,0,'','1','0'),(9913,'43810',263,'ads_bigtv_missmix',4,0,0,1,0,0,3,-1,0,'','1','0'),(9914,'43820',280,'cine_light2',3,0,0,1,0,0,9,-1,0,'','1','0'),(9915,'43830',280,'cine_light1',3,0,0,1,0,0,8,-1,0,'','1','0'),(9916,'43840',56,'cubie_decal_3_b',3,0,0,1,0,0,13,-1,0,'','1','0'),(9917,'43850',56,'cubie_decklight_p',3,0,0,1,0,0,18,-1,0,'','1','0'),(9918,'43860',56,'cubie_decal_1_b',3,0,0,1,0,0,10,-1,0,'','1','0'),(9919,'43870',56,'cubie_decal_2_b',3,0,0,1,0,0,11,-1,0,'','1','0'),(9920,'43880',56,'cubie_decal_3_p',3,0,0,1,0,0,14,-1,0,'','1','0'),(9921,'43890',56,'cubie_wallshelf_b',5,0,0,1,0,0,20,-1,0,'','1','0'),(9922,'43900',56,'cubie_decal_1_p',3,0,0,1,0,0,10,-1,0,'','1','0'),(9923,'43910',56,'cubie_decal_3',3,0,0,1,0,0,14,-1,0,'','1','0'),(9924,'43920',56,'cubie_wallshelf_p',5,0,0,1,0,0,40,-1,0,'','1','0'),(9925,'43930',56,'cubie_decal_2_p',3,0,0,1,0,0,12,-1,0,'','1','0'),(9926,'43940',56,'cubie_decklight_b',3,0,0,1,0,0,17,-1,0,'','1','0'),(9927,'43950',56,'cubie_decal_0',3,0,0,1,0,0,9,-1,0,'','1','0'),(9928,'43960',57,'waasa_wall_shelf2',5,0,0,1,0,0,14,-1,0,'','1','0'),(9929,'43970',57,'waasa_wall_shelf1',5,0,0,1,0,0,13,-1,0,'','1','0'),(9930,'43980',379,'easter11_wall',3,0,0,1,0,0,8,-1,0,'','1','0'),(9931,'43990',382,'ads_suunvuorow',4,0,0,1,0,0,31,-1,0,'','1','0'),(9932,'44000',462,'ads_volkswagen_poster',4,0,0,1,0,0,20,-1,0,'','1','0'),(9933,'44010',346,'picture_car',4,0,0,1,0,0,99,-1,0,'','1','0'),(9934,'44020',185,'ads_kfp2_tv',4,0,0,1,0,0,2,-1,0,'','1','0'),(9935,'44030',185,'ads_kfp2_wall',4,0,0,1,0,0,3,-1,0,'','1','0'),(9936,'44040',104,'dng_wall',3,0,0,1,0,0,10,-1,0,'','1','0'),(9937,'44050',305,'ads_cchups_screen',4,0,0,1,0,0,99,-1,0,'','1','0'),(9938,'44060',272,'sb_tag1',3,0,0,1,0,0,19,-1,0,'','1','0'),(9939,'44070',272,'sb_wall',3,0,0,1,0,0,23,-1,0,'','1','0'),(9940,'44080',272,'sb_tag2',3,0,0,1,0,0,20,-1,0,'','1','0'),(9941,'44090',272,'sb_tag3',3,0,0,1,0,0,21,-1,0,'','1','0'),(9942,'44100',554,'ads_durex_screen',4,0,0,1,0,0,99,-1,0,'','1','0'),(9943,'44110',530,'ads_mtv_wall',4,0,0,1,0,0,105,-1,0,'','1','0'),(9944,'44120',407,'summer_sunset_wall',3,0,0,1,0,0,3,-1,0,'','1','0'),(9945,'44130',167,'usva5_wallrug',3,0,0,1,0,0,17,-1,0,'','1','0'),(9946,'44140',165,'usva3_wallrug',3,0,0,1,0,0,17,-1,0,'','1','0'),(9947,'44150',168,'usva_wallrug',3,0,0,1,0,0,38,-1,0,'','1','0'),(9948,'44160',166,'usva4_wallrug',3,0,0,1,0,0,24,-1,0,'','1','0'),(9949,'44170',164,'usva2_wallrug',3,0,0,1,0,0,7,-1,0,'','1','0'),(9950,'44180',467,'school_chalkboard',3,0,0,1,0,0,11,-1,0,'','1','0'),(9951,'44190',467,'school_urinal',3,0,0,1,0,0,21,-1,0,'','1','0'),(9952,'44200',467,'school_wall',3,0,0,1,0,0,42,-1,0,'','1','0'),(9953,'44210',467,'school_charts',3,0,0,1,0,0,14,-1,0,'','1','0'),(9954,'44220',467,'school_toilet_wall',3,0,0,1,0,0,40,-1,0,'','1','0'),(9955,'44230',106,'boutique_lampwall',3,0,0,1,0,0,12,-1,0,'','1','0'),(9956,'44240',106,'boutique_shrack2',3,0,0,1,0,0,18,-1,0,'','1','0'),(9957,'44250',106,'boutique_shrack1',3,0,0,1,0,0,17,-1,0,'','1','0'),(9958,'44260',106,'boutique_speakers',3,0,0,1,0,0,21,-1,0,'','1','0'),(9959,'44270',106,'boutique_clrack2',3,0,0,1,0,0,7,-1,0,'','1','0'),(9960,'44280',106,'boutique_clrack1',3,0,0,1,0,0,6,-1,0,'','1','0'),(9961,'44290',552,'ads_flag_un',4,0,0,1,0,0,12,-1,0,'','1','0'),(9962,'44300',245,'horse_pitchfork_wall',3,0,0,1,0,0,34,-1,0,'','1','0'),(9963,'44310',115,'horse_stable_wall',3,0,0,1,0,0,10,-1,0,'','1','0'),(9964,'44320',115,'horse_stable_wall_w',3,0,0,1,0,0,11,-1,0,'','1','0'),(9965,'44330',245,'horse_shoe_wall',3,0,0,1,0,0,33,-1,0,'','1','0'),(9966,'44340',392,'hween11_window',3,0,0,1,0,0,10,-1,0,'','1','0'),(9967,'44350',479,'xmas11_hd4',3,0,0,1,0,0,29,-1,0,'','1','0'),(9968,'44360',479,'xmas11_wall',3,0,0,1,0,0,54,-1,0,'','1','0'),(9969,'44370',479,'xmas11_hd2',3,0,0,1,0,0,27,-1,0,'','1','0'),(9970,'44380',479,'xmas11_hd5',3,0,0,1,0,0,17,-1,0,'','1','0'),(9971,'44390',479,'xmas11_hd3',3,0,0,1,0,0,28,-1,0,'','1','0'),(9972,'44400',479,'xmas11_hd1',3,0,0,1,0,0,16,-1,0,'','1','0'),(9973,'44410',479,'xmas11_hd6',3,0,0,1,0,0,99,-1,0,'','1','0'),(9974,'44420',301,'ads_alvinsurf',4,0,0,1,0,0,2,-1,0,'','1','0'),(9975,'44430',479,'xmas11_cuckoo',3,0,0,1,0,0,18,-1,0,'','1','0'),(9976,'44440',532,'ads_m6_wall',4,0,0,1,0,0,99,-1,0,'','1','0'),(9977,'44450',275,'year2012',3,0,0,1,0,0,3,-1,0,'','1','0'),(9978,'44460',412,'snowb_mountain_wall',5,0,0,1,0,0,99,-1,0,'','1','0'),(9979,'44470',231,'flag_denmark',4,0,0,1,0,0,7,-1,0,'','1','0'),(9980,'44480',468,'urban_wall_china',3,0,0,1,0,0,4,-1,0,'','1','0'),(9981,'44490',545,'ads_antena3_wall',4,0,0,1,0,0,99,-1,0,'','1','0'),(9982,'44500',479,'xm11_stocking',3,0,0,1,0,0,99,-1,0,'','1','0'),(9983,'44510',467,'wallchair',3,0,0,1,0,0,23,-1,0,'','1','0'),(9984,'44520',31,'jp_window',3,0,0,1,0,0,99,-1,0,'','1','0'),(9985,'44530',31,'jp_wall',3,0,0,1,0,0,99,-1,0,'','1','0'),(9986,'44540',411,'stone_wall',3,0,0,1,0,0,10,-1,0,'','1','0'),(9987,'44550',411,'gardenshed_wall',3,0,0,1,0,0,2,-1,0,'','1','0'),(9988,'44560',701,'js_exe_wfall',3,0,0,1,0,0,9,-1,0,'','1','0'),(9989,'44570;50036',523,'football12_es',3,0,0,1,0,0,44,-1,0,'','1','0'),(9990,'44580;50038',523,'football12_it',3,0,0,1,0,0,23,-1,0,'','1','0'),(9991,'44590;50039',523,'football12_de',3,0,0,1,0,0,22,-1,0,'','1','0'),(9992,'44600;50037',523,'football12_pt',3,0,0,1,0,0,46,-1,0,'','1','0'),(9993,'44610',120,'anc_savanna_wall',3,0,0,1,0,0,17,-1,0,'','1','0'),(9994,'44620',120,'anc_sunset_wall',3,0,0,1,0,0,19,-1,0,'','1','0'),(9995,'44630',686,'lon_skyline',4,0,0,1,0,0,6,-1,0,'','1','0'),(9996,'44640',393,'hween12_dartboard',3,0,0,1,0,0,5,-1,0,'','1','0'),(9997,'44650',74,'hs_wall',3,0,0,1,0,0,99,-1,0,'','1','0'),(9998,'44660',74,'hs_wlight',3,0,0,1,0,0,99,-1,0,'','1','0'),(9999,'44670',74,'hs_applause',3,0,0,1,0,0,99,-1,0,'','1','0'),(10000,'44680',481,'xmas12_wall_in',3,0,0,1,0,0,20,-1,0,'','1','0'),(10001,'44690',481,'xmas12_window',3,0,0,1,0,0,15,-1,0,'','1','0'),(10002,'44700',481,'xmas12_wall_out',3,0,0,1,0,0,21,-1,0,'','1','0'),(10003,'44710',481,'xmas12_door',3,0,0,1,0,0,6,-1,0,'','1','0'),(10004,'44720',481,'xmas12_torch',3,0,0,1,0,0,19,-1,0,'','1','0'),(10005,'44750',275,'year2013',3,0,0,1,0,0,4,-1,0,'','1','0'),(10006,'44760',67,'ny2013_wall',3,0,0,1,0,0,10,-1,0,'','1','0'),(10007,'44770',302,'china_pstr4',3,0,0,1,0,0,13,-1,0,'','1','0'),(10008,'44780',454,'val13_wall_2',3,0,0,1,0,0,11,-1,0,'','1','0'),(10009,'44790',454,'val13_wall_3',3,0,0,1,0,0,12,-1,0,'','1','0'),(10010,'44800',454,'val13_wall_1',3,0,0,1,0,0,10,-1,0,'','1','0'),(10011,'44810',24,'pixel_clock_red',3,0,0,1,0,0,20,-1,0,'','1','0'),(10012,'44820',24,'pixel_walldeco',3,0,0,1,0,0,99,-1,0,'','1','0'),(10013,'44830',24,'pixel_clock_pink',3,0,0,1,0,0,19,-1,0,'','1','0'),(10014,'44840',24,'pixel_mirror',3,0,0,1,0,0,37,-1,0,'','1','0'),(10015,'44850',24,'pixel_clock_black',3,0,0,1,0,0,14,-1,0,'','1','0'),(10016,'44860',24,'pixel_clock_green',3,0,0,1,0,0,18,-1,0,'','1','0'),(10017,'44870',24,'pixel_clock_blue',3,0,0,1,0,0,17,-1,0,'','1','0'),(10018,'44880',24,'pixel_wall_green',3,0,0,1,0,0,63,-1,0,'','1','0'),(10019,'44890',24,'pixel_wall_red',3,0,0,1,0,0,65,-1,0,'','1','0'),(10020,'44900',24,'pixel_painting_pink',3,0,0,1,0,0,21,-1,0,'','1','0'),(10021,'44910',24,'pixel_painting_green',3,0,0,1,0,0,40,-1,0,'','1','0'),(10022,'44920',24,'pixel_wall_pink',3,0,0,1,0,0,64,-1,0,'','1','0'),(10023,'44930',24,'pixel_painting_black',3,0,0,1,0,0,38,-1,0,'','1','0'),(10024,'44940',24,'pixel_painting_blue',3,0,0,1,0,0,20,-1,0,'','1','0'),(10025,'44950',24,'pixel_painting_red',3,0,0,1,0,0,42,-1,0,'','1','0'),(10026,'44960',24,'pixel_wall_blue',3,0,0,1,0,0,30,-1,0,'','1','0'),(10027,'44970',24,'pixel_wall_black',3,0,0,1,0,0,29,-1,0,'','1','0'),(10028,'44980',24,'pixel_poster2',3,0,0,1,0,0,99,-1,0,'','1','0'),(10029,'44990',70,'dimmer_steampunk',3,0,0,1,0,0,99,-1,0,'','1','0'),(10030,'45000',70,'steampunk_wall2',3,0,0,1,0,0,99,-1,0,'','1','0'),(10031,'45010',70,'steampunk_wall1',3,0,0,1,0,0,99,-1,0,'','1','0'),(10032,'45020',70,'steampunk_window',3,0,0,1,0,0,29,-1,0,'','1','0'),(10033,'45030',70,'steampunk_map',3,0,0,1,0,0,99,-1,0,'','1','0'),(10034,'45040',380,'easter13_wall3',3,0,0,1,0,0,13,-1,0,'','1','0'),(10035,'45050',380,'easter13_window',3,0,0,1,0,0,14,-1,0,'','1','0'),(10036,'45060',380,'easter13_wall1',3,0,0,1,0,0,12,-1,0,'','1','0'),(10037,'45070',380,'easter13_wall2',3,0,0,1,0,0,14,-1,0,'','1','0'),(10038,'45080',62,'mystics_bwall',3,0,0,1,0,0,28,-1,0,'','1','0'),(10039,'45090',62,'mystics_gwall',3,0,0,1,0,0,29,-1,0,'','1','0'),(10040,'45100',231,'flag_austria',4,0,0,1,0,0,3,-1,0,'','1','0'),(10041,'45110',272,'grungewall',3,0,0,1,0,0,5,-1,0,'','1','0'),(10042,'45120',467,'school_chalkboard2',3,0,0,1,0,0,12,-1,0,'','1','0'),(10043,'45130',280,'cine_pstr_6',3,0,0,1,0,0,146,-1,0,'','1','0'),(10044,'45140',280,'cine_pstr_4',3,0,0,1,0,0,53,-1,0,'','1','0'),(10045,'45150',280,'cine_pstr_7',3,0,0,1,0,0,147,-1,0,'','1','0'),(10046,'45160',280,'cine_pstr_8',3,0,0,1,0,0,148,-1,0,'','1','0'),(10047,'45170',280,'cine_pstr_1',3,0,0,1,0,0,141,-1,0,'','1','0'),(10048,'45180',280,'cine_pstr_5',3,0,0,1,0,0,145,-1,0,'','1','0'),(10049,'45190',280,'cine_pstr_0',3,0,0,1,0,0,140,-1,0,'','1','0'),(10050,'45200',280,'cine_pstr_3',3,0,0,1,0,0,52,-1,0,'','1','0'),(10051,'45210',280,'cine_pstr_9',3,0,0,1,0,0,149,-1,0,'','1','0'),(10052,'45220',280,'cine_pstr_2',3,0,0,1,0,0,52,-1,0,'','1','0'),(10053,'45230',683,'habbopage_wall',4,0,0,1,0,0,99,-1,0,'','1','0'),(10054,'45240',346,'brnd_cscape_wall',4,0,0,1,0,0,44,-1,0,'','1','0'),(10055,'45250',527,'ads_nokiax3_wallb',4,0,0,1,0,0,99,-1,0,'','1','0'),(10056,'45260',527,'ads_nokiax3_wall',4,0,0,1,0,0,99,-1,0,'','1','0'),(10057,'45270',429,'builderwall_exp',4,0,0,1,0,0,99,-1,0,'','1','0'),(10058,'45280',429,'test_habbopage_display',4,0,0,1,0,0,99,-1,0,'','1','0'),(10059,'45290',280,'cine_pstr_10',3,0,0,1,0,0,150,-1,0,'','1','0'),(10060,'45300',354,'hc_exe_wfall',10,1,5,1,0,0,10,-1,0,'','1','1'),(10061,'45310',466,'post_it_xmas',4,0,0,1,0,0,99,-1,0,'','1','0'),(10062,'45320',275,'year2014',3,0,0,1,0,0,5,-1,0,'','1','0'),(10063,'45330',466,'post_it_dreams',4,0,0,1,0,0,99,-1,0,'','1','0'),(10064,'45340',302,'china_pstr5',3,0,0,1,0,0,14,-1,0,'','1','0'),(10065,'45350',494,'storieshero_poster',4,0,0,1,0,0,99,-1,0,'','1','0'),(10066,'45360',274,'external_image_wallitem',4,0,0,1,0,0,99,-1,0,'','1','0'),(10067,'45370',299,'val14_wall1',3,0,0,1,0,0,29,-1,0,'','1','0'),(10068,'45380',299,'val14_wall3',3,0,0,1,0,0,31,-1,0,'','1','0'),(10069,'45390',299,'val14_wall2',3,0,0,1,0,0,17,-1,0,'','1','0'),(10070,'45400',466,'post_it_shakesp',4,0,0,1,0,0,99,-1,0,'','1','0'),(10071,'45410',274,'external_image_wallitem_photo',4,0,0,1,0,0,99,-1,0,'','1','0'),(10072,'45420',53,'runway_fabric2',3,0,0,1,0,0,17,-1,0,'','1','0'),(10073,'45430',509,'stories_sch_glass',4,0,0,1,0,0,99,-1,0,'','1','0'),(10074,'45440',381,'easter14_wall',3,0,0,1,0,0,34,-1,0,'','1','0'),(10075,'45450',491,'diamond_painting6',3,0,0,1,0,0,99,-1,0,'','1','0'),(10076,'45450',491,'diamond_painting6',4,0,0,1,0,0,6,-1,0,'','1','0'),(10077,'45460',491,'diamond_painting4',3,0,0,1,0,0,99,-1,0,'','1','0'),(10078,'45460',491,'diamond_painting4',4,0,0,1,0,0,4,-1,0,'','1','0'),(10079,'45470',491,'diamond_painting2',3,0,0,1,0,0,99,-1,0,'','1','0'),(10080,'45470',491,'diamond_painting2',4,0,0,1,0,0,2,-1,0,'','1','0'),(10081,'45480',491,'diamond_painting5',3,0,0,1,0,0,99,-1,0,'','1','0'),(10082,'45480',491,'diamond_painting5',4,0,0,1,0,0,5,-1,0,'','1','0'),(10083,'45490',491,'diamond_painting1',4,0,0,1,0,0,1,-1,0,'','1','0'),(10084,'45500',491,'diamond_painting3',3,0,0,1,0,0,99,-1,0,'','1','0'),(10085,'45500',491,'diamond_painting3',4,0,0,1,0,0,3,-1,0,'','1','0'),(10086,'45510',110,'vikings_banner_r',3,0,0,1,0,0,4,-1,0,'','1','0'),(10087,'45520',110,'vikings_banner_g',3,0,0,1,0,0,3,-1,0,'','1','0'),(10088,'45530',110,'vikings_wallshield_g',3,0,0,1,0,0,38,-1,0,'','1','0'),(10089,'45540',110,'vikings_wallshield_r',3,0,0,1,0,0,20,-1,0,'','1','0'),(10090,'45550',110,'vikings_wall_g',3,0,0,1,0,0,40,-1,0,'','1','0'),(10091,'45560',110,'vikings_wall_r',3,0,0,1,0,0,21,-1,0,'','1','0'),(10092,'45570',466,'post_it_juninas',4,0,0,1,0,0,99,-1,0,'','1','0'),(10093,'45580',257,'hblooza14_wall',3,0,0,1,0,0,48,-1,0,'','1','0'),(10094,'45590',112,'wildwest_wallpaper',3,0,0,1,0,0,59,-1,0,'','1','0'),(10095,'45600',112,'st_wildwest_wallskull',3,0,0,1,0,0,7,-1,0,'','1','0'),(10096,'45610',114,'uni_floppy',3,0,0,1,0,0,23,-1,0,'','1','0'),(10097,'45620',114,'uni_fairylights',3,0,0,1,0,0,15,-1,0,'','1','0'),(10098,'45630',114,'uni_poster1',3,0,0,1,0,0,25,-1,0,'','1','0'),(10099,'45640',114,'uni_pinupgirl',3,0,0,1,0,0,24,-1,0,'','1','0'),(10100,'45650',114,'uni_hipdeer',3,0,0,1,0,0,34,-1,0,'','1','0'),(10101,'45660',114,'uni_poster2',3,0,0,1,0,0,26,-1,0,'','1','0'),(10102,'45670',210,'uni_libraryshelf',5,0,0,1,0,0,38,-1,0,'','1','0'),(10103,'45680',114,'uni_coatrack',3,0,0,1,0,0,17,-1,0,'','1','0'),(10104,'45690',114,'uni_girlcoatrack',3,0,0,1,0,0,31,-1,0,'','1','0'),(10105,'45700',114,'uni_pinupboy',3,0,0,1,0,0,46,-1,0,'','1','0'),(10106,'45710',114,'uni_vinyl',3,0,0,1,0,0,58,-1,0,'','1','0'),(10107,'45720',114,'uni_moustache',3,0,0,1,0,0,42,-1,0,'','1','0'),(10108,'45730',182,'bathroom_wall4',4,0,0,1,0,0,32,-1,0,'','1','0'),(10109,'45740',182,'bathroom_wall1',4,0,0,1,0,0,29,-1,0,'','1','0'),(10110,'45750',182,'bathroom_wall3',4,0,0,1,0,0,31,-1,0,'','1','0'),(10111,'45760',182,'bathroom_wall2',4,0,0,1,0,0,17,-1,0,'','1','0'),(10112,'45770',114,'st_uni_poster',3,0,0,1,0,0,4,-1,0,'','1','0'),(10113,'45780',395,'hween14_stainglass',3,0,0,1,0,0,9,-1,0,'','1','0'),(10114,'45790',395,'hween14_hcglass',3,0,0,1,0,0,-14,-1,0,'','1','0'),(10115,'45800',395,'hween14_wall',3,0,0,1,0,0,6,-1,0,'','1','0'),(10116,'45810',274,'external_image_wallitem_poster',4,0,0,1,0,0,99,-1,0,'','1','0'),(10117,'45820',280,'cine_pstr_11',3,0,0,1,0,0,151,-1,0,'','1','0'),(10118,'45830',280,'cine_pstr_18',3,0,0,1,0,0,158,-1,0,'','1','0'),(10119,'45840',280,'cine_pstr_16',3,0,0,1,0,0,156,-1,0,'','1','0'),(10120,'45850',280,'cine_pstr_12',3,0,0,1,0,0,152,-1,0,'','1','0'),(10121,'45860',280,'cine_pstr_19',3,0,0,1,0,0,54,-1,0,'','1','0'),(10122,'45870',280,'cine_pstr_13',3,0,0,1,0,0,153,-1,0,'','1','0'),(10123,'45880',280,'cine_pstr_15',3,0,0,1,0,0,155,-1,0,'','1','0'),(10124,'45890',280,'cine_pstr_14',3,0,0,1,0,0,154,-1,0,'','1','0'),(10125,'45900',280,'cine_pstr_17',3,0,0,1,0,0,157,-1,0,'','1','0'),(10126,'45910',280,'st_pstr_felipe',3,0,0,1,0,0,51,-1,0,'','1','0'),(10127,'45920',355,'hc_arab_wndw',10,1,5,1,0,0,14,-1,0,'','1','1'),(10128,'45930',355,'hc_arab_swords',10,1,5,1,0,0,8,-1,0,'','1','1'),(10129,'45940',456,'val15_fujiwall',3,0,0,1,0,0,10,-1,0,'','1','0'),(10130,'45950',116,'attic15_wall',3,0,0,1,0,0,15,-1,0,'','1','0'),(10131,'45960',116,'attic15_painting',3,0,0,1,0,0,13,-1,0,'','1','0'),(10132,'45970',274,'external_image_wallitem_poster_small',4,0,0,1,0,0,99,-1,0,'','1','0'),(10133,'45980',741,'carnival15_wallmask',4,0,0,1,0,0,37,-1,0,'','1','0'),(10134,'45990',118,'cpunk_c15_wall',3,0,0,1,0,0,99,-1,0,'','1','0'),(10135,'46000',302,'china_pstr6',3,0,0,1,0,0,17,-1,0,'','1','0'),(10136,'46010',429,'cypunk_c15_wall',4,0,0,1,0,0,99,-1,0,'','1','0'),(10137,'46020',400,'cland_c15_wall',3,0,0,1,0,0,27,-1,0,'','1','0'),(10138,'46030',491,'diamond_painting9',4,0,0,1,0,0,9,-1,0,'','1','0'),(10139,'46040',491,'diamond_painting18',4,0,0,1,0,0,18,-1,0,'','1','0'),(10140,'46050',491,'diamond_painting17',4,0,0,1,0,0,17,-1,0,'','1','0'),(10141,'46060',491,'diamond_painting15',4,0,0,1,0,0,13,-1,0,'','1','0'),(10142,'46070',491,'diamond_painting16',4,0,0,1,0,0,14,-1,0,'','1','0'),(10143,'46080',491,'diamond_painting14',4,0,0,1,0,0,14,-1,0,'','1','0'),(10144,'46090',491,'diamond_painting13',4,0,0,1,0,0,12,-1,0,'','1','0'),(10145,'46100',491,'diamond_painting10',4,0,0,1,0,0,10,-1,0,'','1','0'),(10146,'46110',491,'diamond_painting7',4,0,0,1,0,0,7,-1,0,'','1','0'),(10147,'46120',491,'diamond_painting12',4,0,0,1,0,0,11,-1,0,'','1','0'),(10148,'46130',491,'diamond_painting11',4,0,0,1,0,0,10,-1,0,'','1','0'),(10149,'46140',158,'army15_poster',3,0,0,1,0,0,4,-1,0,'','1','0'),(10150,'46150',158,'army_c15_insig',3,0,0,1,0,0,99,-1,0,'','1','0'),(10151,'46160',158,'army15_largescreen',3,0,0,1,0,0,3,-1,0,'','1','0'),(10152,'46170',158,'army_c15_wall',3,0,0,1,0,0,20,-1,0,'','1','0'),(10153,'46180',199,'dino_c15_wallpiece',3,0,0,1,0,0,99,-1,0,'','1','0'),(10154,'46190',161,'paris_c15_wall',3,0,0,1,0,0,17,-1,0,'','1','0'),(10155,'46200',18,'lodge_c15_window',4,0,0,1,0,0,3,-1,0,'','1','0'),(10156,'46210',18,'lodge_c15_wall',4,0,0,1,0,0,2,-1,0,'','1','0'),(10157,'46220',104,'drago_c15_flag',3,0,0,1,0,0,11,-1,0,'','1','0'),(10158,'46230',120,'anc_c15_wall',3,0,0,1,0,0,8,-1,0,'','1','0'),(10159,'46240',408,'tiki_c15_wall',3,0,0,1,0,0,6,-1,0,'','1','0'),(10160,'46250',304,'exe_c15_wall',3,0,0,1,0,0,6,-1,0,'','1','0'),(10161,'46260',35,'romantique_c15_wall',3,0,0,1,0,0,7,-1,0,'','1','0'),(10162,'46270',50,'bling_c15_wall',3,0,0,1,0,0,25,-1,0,'','1','0'),(10163,'46280',396,'hween_c15_sky',3,0,0,1,0,0,20,-1,0,'','1','0'),(10164,'46290',280,'cine_pstr_20',3,0,0,1,0,0,160,-1,0,'','1','0'),(10165,'46300',59,'ktchn_c15_cupboard',3,0,0,1,0,0,19,-1,0,'','1','0'),(10166,'46310',49,'gift_hhome',4,0,0,1,0,0,99,-1,0,'','1','0'),(10167,'46320',727,'gold_c15_arc_icewall',4,0,0,1,0,0,7,-1,0,'','1','0'),(10168,'46330',485,'xmas_c15_advent9',3,0,0,1,0,0,99,-1,0,'','1','0'),(10169,'46340',485,'xmas_c15_advent10',3,0,0,1,0,0,99,-1,0,'','1','0'),(10170,'46350',302,'Monkey Poster',3,0,0,1,0,0,18,-1,0,'','1','0'),(10171,'46360',268,'gothic_r16_fountain',4,0,0,1,0,0,15,-1,0,'','1','0'),(10172,'46370',280,'super_c16_pstriron',3,0,0,1,0,0,34,-1,0,'','1','0'),(10173,'46380',280,'super_c16_pstrcat',3,0,0,1,0,0,33,-1,0,'','1','0'),(10174,'46390',280,'super_c16_pstrsulk',3,0,0,1,0,0,19,-1,0,'','1','0'),(10175,'46400',280,'super_c16_pstrlove',3,0,0,1,0,0,18,-1,0,'','1','0'),(10176,'46410',697,'olympics_c16_walldecal',3,0,0,1,0,0,99,-1,0,'','1','0'),(10177,'46420',486,'xmas_c16_painting',3,0,0,1,0,0,38,-1,0,'','1','0'),(10178,'46430',362,'classic5_window',4,0,0,1,0,0,10,-1,0,'','1','0'),(10179,'46440',302,'Rooster Poster',3,0,0,1,0,0,19,-1,0,'','1','0'),(10180,'46450',119,'mall_c17_winclo',4,0,0,1,0,0,99,-1,0,'','1','0'),(10181,'46460',119,'mall_c17_winpet',4,0,0,1,0,0,99,-1,0,'','1','0'),(10182,'46470',119,'mall_c17_winspo',4,0,0,1,0,0,99,-1,0,'','1','0'),(10183,'46480',383,'easter_c17_countrybg',3,0,0,1,0,0,-4,-1,0,'','1','0'),(10184,'46490',275,'year2018',3,0,0,1,0,0,6,-1,0,'','1','0'),(10185,'46500',357,'hc17_7',10,1,5,1,0,0,7,-1,0,'','1','1'),(10186,'46510',302,'china_pstr9',3,0,0,1,0,0,20,-1,0,'','1','0'),(10187,'46520',424,'coralking_c18_seabg',3,0,0,1,0,0,18,-1,0,'','1','0'),(10188,'46530',491,'diamond_painting26',4,0,0,1,0,0,16,-1,0,'','1','0'),(10189,'46540',491,'diamond_painting28',4,0,0,1,0,0,28,-1,0,'','1','0'),(10190,'46550',491,'diamond_painting27',4,0,0,1,0,0,27,-1,0,'','1','0'),(10191,'46560',491,'diamond_painting23',4,0,0,1,0,0,23,-1,0,'','1','0'),(10192,'46570',491,'diamond_painting21',4,0,0,1,0,0,21,-1,0,'','1','0'),(10193,'46580',491,'diamond_painting20',4,0,0,1,0,0,20,-1,0,'','1','0'),(10194,'46590',491,'diamond_painting19',4,0,0,1,0,0,19,-1,0,'','1','0'),(10195,'46600',491,'diamond_painting24',4,0,0,1,0,0,24,-1,0,'','1','0'),(10196,'46610',491,'diamond_painting29',4,0,0,1,0,0,29,-1,0,'','1','0'),(10197,'46620',491,'diamond_painting30',4,0,0,1,0,0,17,-1,0,'','1','0'),(10198,'46630',491,'diamond_painting22',4,0,0,1,0,0,15,-1,0,'','1','0'),(10199,'46640',491,'diamond_painting25',4,0,0,1,0,0,25,-1,0,'','1','0'),(10200,'46650',399,'hween_c18_labwallpanel',3,0,0,1,0,0,99,-1,0,'','1','0'),(10201,'46660',488,'xmas_c18_starrybg',3,0,0,1,0,0,49,-1,0,'','1','0'),(10202,'46670',275,'year2019',3,0,0,1,0,0,7,-1,0,'','1','0'),(10203,'46680',302,'china_pstr10',3,0,0,1,0,0,21,-1,0,'','1','0'),(10204,'46690',385,'easter_c19_forrestbg',3,0,0,1,0,0,15,-1,0,'','1','0'),(10205,'46700',525,'fest_c19_bgwall',3,0,0,1,0,0,99,-1,0,'','1','0'),(10206,'46710',491,'diamond_painting37',4,0,0,1,0,0,37,-1,0,'','1','0'),(10207,'46720',491,'diamond_painting33',4,0,0,1,0,0,33,-1,0,'','1','0'),(10208,'46730',491,'diamond_painting31',4,0,0,1,0,0,31,-1,0,'','1','0'),(10209,'46740',491,'diamond_painting36',4,0,0,1,0,0,19,-1,0,'','1','0'),(10210,'46750',491,'diamond_painting40',4,0,0,1,0,0,40,-1,0,'','1','0'),(10211,'46760',491,'diamond_painting35',4,0,0,1,0,0,18,-1,0,'','1','0'),(10212,'46770',491,'diamond_painting41',4,0,0,1,0,0,21,-1,0,'','1','0'),(10213,'46780',491,'diamond_painting32',4,0,0,1,0,0,32,-1,0,'','1','0'),(10214,'46790',491,'diamond_painting38',4,0,0,1,0,0,38,-1,0,'','1','0'),(10215,'46800',491,'diamond_painting34',4,0,0,1,0,0,34,-1,0,'','1','0'),(10216,'46810',433,'celestial_c19_wall',3,0,0,1,0,0,14,-1,0,'','1','0'),(10217,'46820',433,'celestial_c19_constellations',3,0,0,1,0,0,2,-1,0,'','1','0'),(10218,'46830',521,'hween_c19_mistywoodsbg',3,0,0,1,0,0,99,-1,0,'','1','0'),(10219,'46840',302,'china_pstr11',3,0,0,1,0,0,368,-1,0,'','0','0'),(10220,'46850',275,'year2020',3,0,0,1,0,0,369,-1,0,'','0','0'),(10221,'46860',517,'art_c20_wall',3,0,0,1,0,0,99,-1,0,'','1','0'),(10222,'46870',517,'art_c20_window',3,0,0,1,0,0,99,-1,0,'','1','0'),(10223,'46880',696,'india_c20_sunsetbg',3,0,0,1,0,0,99,-1,0,'','1','0'),(10224,'46890',491,'diamond_painting52',3,0,0,1,0,0,99,-1,0,'','1','0'),(10225,'46900',491,'diamond_painting42',3,0,0,1,0,0,99,-1,0,'','1','0'),(10226,'46910',491,'diamond_painting46',3,0,0,1,0,0,99,-1,0,'','1','0'),(10227,'46920',491,'diamond_painting51',3,0,0,1,0,0,99,-1,0,'','1','0'),(10228,'46930',491,'diamond_painting44',3,0,0,1,0,0,99,-1,0,'','1','0'),(10229,'46940',491,'diamond_painting45',3,0,0,1,0,0,99,-1,0,'','1','0'),(10230,'46950',491,'diamond_painting43',3,0,0,1,0,0,99,-1,0,'','1','0'),(10231,'50000',75,'a0 pet0',20,0,0,1,0,0,0,-1,0,'','0','0'),(10232,'50001',76,'a0 pet1',20,0,0,1,0,0,1,-1,0,'','0','0'),(10233,'50002',77,'a0 pet2',20,0,0,1,0,0,2,-1,0,'','0','0'),(10234,'50003',78,'a0 pet3',20,0,0,1,0,0,3,-1,0,'','0','0'),(10235,'50004',79,'a0 pet4',20,0,0,1,0,0,4,-1,0,'','0','0'),(10236,'50005',80,'a0 pet5',20,0,0,1,0,0,5,-1,0,'','0','0'),(10237,'50006',81,'a0 pet6',20,0,0,1,0,0,6,-1,0,'','0','0'),(10238,'50007',82,'a0 pet7',20,0,0,1,0,0,7,-1,0,'','0','0'),(10239,'50008',83,'a0 pet8',15,0,0,1,0,0,8,-1,0,'','0','0'),(10240,'50009',84,'a0 pet9',20,0,0,1,0,0,9,-1,0,'','0','0'),(10241,'50010',85,'a0 pet10',0,75,0,1,0,0,10,-1,0,'','0','0'),(10242,'50011',86,'a0 pet11',15,0,0,1,0,0,10,-1,0,'','0','0'),(10243,'50012',87,'a0 pet12',12,0,0,1,0,0,11,-1,0,'','0','0'),(10244,'50014',88,'a0 pet14',20,0,0,1,0,0,14,-1,0,'','0','0'),(10245,'50015',89,'a0 pet15',20,0,0,1,0,0,13,-1,0,'','0','0'),(10246,'50017',90,'a0 pet17',0,75,0,1,0,0,17,-1,0,'','0','0'),(10247,'50018',91,'a0 pet18',0,75,0,1,0,0,18,-1,0,'','0','0'),(10248,'50019',92,'a0 pet19',0,75,0,1,0,0,19,-1,0,'','0','0'),(10249,'50020',93,'a0 pet20',0,75,0,1,0,0,20,-1,0,'','0','0'),(10250,'50021',94,'a0 pet21',0,75,0,1,0,0,21,-1,0,'','0','0'),(10251,'50022',95,'a0 pet22',0,75,0,1,0,0,15,-1,0,'','0','0'),(10252,'50023',96,'a0 pet23',0,75,0,1,0,0,23,-1,0,'','0','0'),(10253,'50024',97,'a0 pet24',0,75,0,1,0,0,24,-1,0,'','0','0'),(10254,'50025',98,'a0 pet25',0,75,0,1,0,0,25,-1,0,'','0','0'),(10255,'50028',99,'a0 pet28',0,75,0,1,0,0,28,-1,0,'','0','0'),(10256,'50029',100,'a0 pet29',0,75,0,1,0,0,29,-1,0,'','0','0'),(10257,'50030',101,'a0 pet30',0,75,0,1,0,0,17,-1,0,'','0','0'),(10258,'50031',429,'a0 pet31',0,75,0,1,0,0,31,-1,0,'','0','0'),(10259,'50032',685,'a0 pet32',0,75,0,1,0,0,32,-1,0,'','0','0'),(10260,'50035',681,'a0 pet35',0,75,0,1,0,0,17,-1,0,'','0','0'),(10261,'50037',683,'Football_PT',3,0,0,1,0,0,99,-1,0,'','1','0'),(10262,'50038',683,'Football_IT',3,0,0,1,0,0,99,-1,0,'','1','0'),(10263,'50039',683,'Football_DE',3,0,0,1,0,0,99,-1,0,'','1','0'),(10264,'40010',21,'poster 1',4,0,0,1,0,0,1,-1,0,'1','1','0'),(10265,'40010',21,'poster 2',4,0,0,1,0,0,2,-1,0,'2','1','0'),(10266,'40010',21,'poster 3',4,0,0,1,0,0,3,-1,0,'3','1','0'),(10267,'40010',21,'poster 4',4,0,0,1,0,0,4,-1,0,'4','1','0'),(10268,'40010',21,'poster 5',4,0,0,1,0,0,5,-1,0,'5','1','0'),(10269,'40010',21,'poster 6',4,0,0,1,0,0,6,-1,0,'6','1','0'),(10270,'40010',21,'poster 7',4,0,0,1,0,0,7,-1,0,'7','1','0'),(10271,'40010',21,'poster 8',4,0,0,1,0,0,8,-1,0,'8','1','0'),(10272,'40010',21,'poster 9',4,0,0,1,0,0,9,-1,0,'9','1','0'),(10273,'40010',21,'poster 10',4,0,0,1,0,0,10,-1,0,'10','1','0'),(10274,'40010',21,'poster 11',4,0,0,1,0,0,10,-1,0,'11','1','0'),(10275,'40010',21,'poster 12',4,0,0,1,0,0,11,-1,0,'12','1','0'),(10276,'40010',21,'poster 13',4,0,0,1,0,0,12,-1,0,'13','1','0'),(10277,'40010',21,'poster 14',4,0,0,1,0,0,14,-1,0,'14','1','0'),(10278,'40010',21,'poster 15',4,0,0,1,0,0,13,-1,0,'15','1','0'),(10279,'40010',21,'poster 16',4,0,0,1,0,0,14,-1,0,'16','1','0'),(10280,'40010',21,'poster 17',4,0,0,1,0,0,17,-1,0,'17','1','0'),(10281,'40010',21,'poster 18',4,0,0,1,0,0,18,-1,0,'18','1','0'),(10282,'40010',21,'poster 19',4,0,0,1,0,0,19,-1,0,'19','1','0'),(10283,'40010',21,'poster 20',4,0,0,1,0,0,20,-1,0,'20','1','0'),(10284,'40010',21,'poster 21',4,0,0,1,0,0,21,-1,0,'21','1','0'),(10285,'40010',21,'poster 22',4,0,0,1,0,0,15,-1,0,'22','1','0'),(10286,'40010',21,'poster 23',4,0,0,1,0,0,23,-1,0,'23','1','0'),(10287,'40010',21,'poster 24',4,0,0,1,0,0,24,-1,0,'24','1','0'),(10288,'40010',21,'poster 25',4,0,0,1,0,0,25,-1,0,'25','1','0'),(10289,'40010',21,'poster 26',4,0,0,1,0,0,16,-1,0,'26','1','0'),(10290,'40010',21,'poster 27',4,0,0,1,0,0,27,-1,0,'27','1','0'),(10291,'40010',21,'poster 28',4,0,0,1,0,0,28,-1,0,'28','1','0'),(10292,'40010',21,'poster 29',4,0,0,1,0,0,29,-1,0,'29','1','0'),(10293,'40010',21,'poster 30',4,0,0,1,0,0,17,-1,0,'30','1','0'),(10294,'40010',21,'poster 31',4,0,0,1,0,0,31,-1,0,'31','1','0'),(10295,'40010',21,'poster 32',4,0,0,1,0,0,32,-1,0,'32','1','0'),(10296,'40010',21,'poster 33',4,0,0,1,0,0,33,-1,0,'33','1','0'),(10297,'40010',21,'poster 34',4,0,0,1,0,0,34,-1,0,'34','1','0'),(10298,'40010',21,'poster 35',4,0,0,1,0,0,18,-1,0,'35','1','0'),(10299,'40010',21,'poster 36',4,0,0,1,0,0,19,-1,0,'36','1','0'),(10300,'40010',21,'poster 37',4,0,0,1,0,0,37,-1,0,'37','1','0'),(10301,'40010',21,'poster 38',4,0,0,1,0,0,38,-1,0,'38','1','0'),(10302,'40010',21,'poster 39',4,0,0,1,0,0,20,-1,0,'39','1','0'),(10303,'40010',21,'poster 40',4,0,0,1,0,0,40,-1,0,'40','1','0'),(10304,'40010',21,'poster 41',4,0,0,1,0,0,21,-1,0,'41','1','0'),(10305,'40010',21,'poster 42',4,0,0,1,0,0,42,-1,0,'42','1','0'),(10306,'40010',21,'poster 43',4,0,0,1,0,0,22,-1,0,'43','1','0'),(10307,'40010',21,'poster 44',4,0,0,1,0,0,44,-1,0,'44','1','0'),(10308,'40010',21,'poster 45',4,0,0,1,0,0,23,-1,0,'45','1','0'),(10309,'40010',21,'poster 46',4,0,0,1,0,0,46,-1,0,'46','1','0'),(10310,'40010',21,'poster 47',4,0,0,1,0,0,24,-1,0,'47','1','0'),(10311,'40010',21,'poster 48',4,0,0,1,0,0,48,-1,0,'48','1','0'),(10312,'40010',21,'poster 49',4,0,0,1,0,0,49,-1,0,'49','1','0'),(10313,'40010',21,'poster 51',4,0,0,1,0,0,50,-1,0,'50','1','0'),(10314,'40010',21,'poster 52',4,0,0,1,0,0,51,-1,0,'51','1','0'),(10315,'40010',21,'poster 53',4,0,0,1,0,0,25,-1,0,'52','1','0'),(10316,'40010',21,'poster 54',4,0,0,1,0,0,26,-1,0,'53','1','0'),(10317,'40010',21,'poster 55',4,0,0,1,0,0,54,-1,0,'54','1','0'),(10318,'40010',21,'poster 56',4,0,0,1,0,0,27,-1,0,'55','1','0'),(10319,'40010',21,'poster 57',4,0,0,1,0,0,28,-1,0,'56','1','0'),(10320,'40010',21,'poster 58',4,0,0,1,0,0,57,-1,0,'57','1','0'),(10321,'40010',21,'poster 59',4,0,0,1,0,0,58,-1,0,'58','1','0'),(10322,'40010',231,'poster 38',4,0,0,1,0,0,59,-1,0,'500','1','0'),(10323,'40010',231,'poster 38',4,0,0,1,0,0,60,-1,0,'501','1','0'),(10324,'40010',231,'poster 38',4,0,0,1,0,0,29,-1,0,'502','1','0'),(10325,'40010',231,'poster 38',4,0,0,1,0,0,30,-1,0,'503','1','0'),(10326,'40010',231,'poster 38',4,0,0,1,0,0,63,-1,0,'504','1','0'),(10327,'40010',231,'poster 38',4,0,0,1,0,0,64,-1,0,'505','1','0'),(10328,'40010',231,'poster 38',4,0,0,1,0,0,65,-1,0,'506','1','0'),(10329,'40010',231,'poster 38',4,0,0,1,0,0,66,-1,0,'507','1','0'),(10330,'40010',231,'poster 38',4,0,0,1,0,0,31,-1,0,'508','1','0'),(10331,'40010',231,'poster 38',4,0,0,1,0,0,32,-1,0,'509','1','0'),(10332,'40010',231,'poster 38',4,0,0,1,0,0,33,-1,0,'510','1','0'),(10333,'40010',231,'poster 38',4,0,0,1,0,0,70,-1,0,'511','1','0'),(10334,'40010',231,'poster 38',4,0,0,1,0,0,34,-1,0,'512','1','0'),(10335,'40010',231,'poster 38',4,0,0,1,0,0,35,-1,0,'513','1','0'),(10336,'40010',231,'poster 38',4,0,0,1,0,0,36,-1,0,'514','1','0'),(10337,'40010',231,'poster 38',4,0,0,1,0,0,37,-1,0,'515','1','0'),(10338,'40010',231,'poster 38',4,0,0,1,0,0,75,-1,0,'516','1','0'),(10339,'40010',231,'poster 38',4,0,0,1,0,0,76,-1,0,'517','1','0'),(10340,'40010',231,'poster 38',4,0,0,1,0,0,77,-1,0,'518','1','0'),(10341,'40010',231,'poster 38',4,0,0,1,0,0,78,-1,0,'520','1','0'),(10342,'40010',231,'poster 38',4,0,0,1,0,0,79,-1,0,'521','1','0'),(10343,'40010',231,'poster 38',4,0,0,1,0,0,38,-1,0,'522','1','0'),(10344,'40010',231,'poster 38',4,0,0,1,0,0,81,-1,0,'523','1','0'),(10345,'40010',429,'poster 38',4,0,0,1,0,0,82,-1,0,'599','1','0'),(10346,'40010',21,'poster 1000',4,0,0,1,0,0,83,-1,0,'1000','1','0'),(10347,'40010',21,'poster 1001',4,0,0,1,0,0,84,-1,0,'1001','1','0'),(10348,'40010',21,'poster 1002',4,0,0,1,0,0,39,-1,0,'1002','1','0'),(10349,'40010',21,'poster 1003',4,0,0,1,0,0,86,-1,0,'1003','1','0'),(10350,'40010',21,'poster 1004',4,0,0,1,0,0,87,-1,0,'1004','1','0'),(10351,'40010',21,'poster 1005',4,0,0,1,0,0,88,-1,0,'1005','1','0'),(10352,'40010',21,'poster 1006',4,0,0,1,0,0,89,-1,0,'1006','1','0'),(10353,'40010',21,'poster 2000',4,0,0,1,0,0,90,-1,0,'2000','1','0'),(10354,'40010',21,'poster 2001',4,0,0,1,0,0,91,-1,0,'2001','1','0'),(10355,'40010',21,'poster 2002',4,0,0,1,0,0,92,-1,0,'2002','1','0'),(10356,'40010',21,'poster 2003',4,0,0,1,0,0,93,-1,0,'2003','1','0'),(10357,'40010',21,'poster 2009',4,0,0,1,0,0,94,-1,0,'2004','1','0'),(10358,'40010',663,'poster 38',0,7200,5,1,0,0,32,-1,0,'2005','1','0'),(10359,'40010',21,'poster 2006',4,0,0,1,0,0,41,-1,0,'2006','1','0'),(10360,'40010',21,'poster 2007',4,0,0,1,0,0,97,-1,0,'2007','1','0'),(10361,'40010',21,'poster 2008',4,0,0,1,0,0,98,-1,0,'2008','1','0'),(10362,'59964',683,'Football_PT',3,0,0,1,0,0,99,-1,0,'','1','0'),(10363,'2607',254,'SONG ElectricPixels',0,150,0,1,0,0,1,-1,25,'electric_pixels','1','0'),(10364,'2607',254,'SONG LostMyTapesAtGoa',0,150,0,1,0,0,2,-1,23,'lost_my_tapes_at_goa','1','0'),(10365,'2607',254,'SONG EpicFlail',0,150,0,1,0,0,3,-1,21,'epic_flail','1','0'),(10366,'2607',254,'SONG Xmas2011',1,0,0,1,0,0,4,-1,26,'xmas_2011','1','0'),(10367,'2607',254,'SONG WhoDaresStacks',1,0,0,1,0,0,5,-1,27,'who_dares_stacks','1','0'),(10368,'2607',254,'SONG GalacticDisco',1,0,0,1,0,0,6,-1,24,'galactic_disco','1','0'),(10369,'2607',254,'SONG AlleyCatInTrouble',1,0,0,1,0,0,7,-1,22,'alley_cat_in_trouble','1','0'),(10370,'2607',254,'SONG Trax_1',1,0,0,1,0,0,8,-1,15,'party_trax','1','0'),(10371,'2607',254,'SONG double_peks',1,0,0,1,0,0,9,-1,14,'double_peks','1','0'),(10372,'2607',254,'SONG Trax_2',1,0,0,1,0,0,10,-1,20,'chilled_trax','1','0'),(10373,'2607',254,'SONG Weirdodo',1,0,0,1,0,0,10,-1,13,'weirdodo','1','0'),(10374,'2607',254,'SONG Haadolocknloll',1,0,0,1,0,0,12,-1,12,'haadolocknloll','1','0'),(10375,'2607',254,'SONG TeemuP1',1,0,0,1,0,0,12,-1,11,'good_trade','1','0'),(10376,'2607',254,'SONG TeemuP2',1,0,0,1,0,0,14,-1,1,'ballad_of_bonnie','1','0'),(10377,'2607',254,'SONG bossanova',1,0,0,1,0,0,13,-1,2,'bossa_nova','1','0'),(10378,'2607',254,'SONG disco_extreme',1,0,0,1,0,0,14,-1,10,'disco_extreme','1','0'),(10379,'2607',254,'SONG klubhaus',1,0,0,1,0,0,17,-1,9,'klub_haus','1','0'),(10380,'2607',254,'SONG limbertake',1,0,0,1,0,0,18,-1,8,'limber_take','1','0'),(10381,'2607',254,'SONG miamimiamor',1,0,0,1,0,0,19,-1,7,'miami_miamor','1','0'),(10382,'2607',254,'SONG new_song',1,0,0,1,0,0,20,-1,6,'gold_coin_digger','1','0'),(10383,'2607',254,'SONG ParkAdventure',1,0,0,1,0,0,21,-1,18,'park_adventure','1','0'),(10384,'2607',254,'SONG pianissimo',1,0,0,1,0,0,15,-1,4,'pianissimo','1','0'),(10385,'2607',254,'SONG RnB_Swat_Teem',1,0,0,1,0,0,23,-1,17,'rnb_swat_teem','1','0'),(10386,'2960',605,'party_chair',3,0,0,1,0,0,99,-1,0,'','1','0'),(10387,'1656',605,'a10 queue',2,225,0,1,0,0,99,-1,0,'','1','0'),(10388,'19894',13,'floor_single_501',1,0,0,1,0,0,99,-1,0,'','1','0'),(10389,'19894',13,'floor_single_502',1,0,0,1,0,0,99,-1,0,'','1','0'),(10390,'19894',13,'floor_single_503',1,0,0,1,0,0,99,-1,0,'','1','0'),(10391,'19894',13,'floor_single_504',1,0,0,1,0,0,99,-1,0,'','1','0'),(10392,'19894',13,'floor_single_505',1,0,0,1,0,0,99,-1,0,'','1','0'),(10393,'19894',13,'floor_single_506',1,0,0,1,0,0,99,-1,0,'','1','0'),(10394,'19894',13,'floor_single_507',1,0,0,1,0,0,99,-1,0,'','1','0'),(10395,'19894',13,'floor_single_601',1,0,0,1,0,0,99,-1,0,'','1','0'),(10396,'19894',13,'floor_single_602',1,0,0,1,0,0,99,-1,0,'','1','0'),(10397,'19894',13,'floor_single_602',1,0,0,1,0,0,99,-1,0,'','1','0'),(10398,'19894',13,'floor_single_604',1,0,0,1,0,0,99,-1,0,'','1','0'),(10399,'19894',13,'floor_single_605',1,0,0,1,0,0,99,-1,0,'','1','0'),(10400,'19894',13,'floor_single_606',1,0,0,1,0,0,99,-1,0,'','1','0'),(10401,'19894',13,'floor_single_607',1,0,0,1,0,0,99,-1,0,'','1','0'),(10402,'19894',13,'floor_single_608',1,0,0,1,0,0,99,-1,0,'','1','0'),(10403,'19894',13,'floor_single_609',1,0,0,1,0,0,99,-1,0,'','1','0'),(10404,'19894',13,'floor_single_610',1,0,0,1,0,0,99,-1,0,'','1','0'),(10405,'19926',13,'landscape_single_1.1',1,0,0,1,0,0,99,-1,0,'','1','0'),(10406,'19926',13,'landscape_single_2.1',1,0,0,1,0,0,99,-1,0,'','1','0'),(10407,'19926',13,'landscape_single_3.1',1,0,0,1,0,0,99,-1,0,'','1','0'),(10408,'19926',13,'landscape_single_4.1',1,0,0,1,0,0,99,-1,0,'','1','0'),(10409,'19926',13,'landscape_single_5.1',1,0,0,1,0,0,99,-1,0,'','1','0'),(10410,'19926',13,'landscape_single_6.1',1,0,0,1,0,0,99,-1,0,'','1','0'),(10411,'19926',13,'landscape_single_7.1',1,0,0,1,0,0,99,-1,0,'','1','0'),(10412,'19926',13,'landscape_single_1.2',1,0,0,1,0,0,99,-1,0,'','1','0'),(10413,'19926',13,'landscape_single_1.3',1,0,0,1,0,0,99,-1,0,'','1','0'),(10414,'19926',13,'landscape_single_2.3',1,0,0,1,0,0,99,-1,0,'','1','0'),(10415,'19926',13,'landscape_single_3.3',1,0,0,1,0,0,99,-1,0,'','1','0'),(10416,'19926',13,'landscape_single_4.3',1,0,0,1,0,0,99,-1,0,'','1','0'),(10417,'19926',13,'landscape_single_5.3',1,0,0,1,0,0,99,-1,0,'','1','0'),(10418,'19926',13,'landscape_single_6.3',1,0,0,1,0,0,99,-1,0,'','1','0'),(10419,'19926',13,'landscape_single_7.3',1,0,0,1,0,0,99,-1,0,'','1','0'),(10420,'19926',13,'landscape_single_1.4',1,0,0,1,0,0,99,-1,0,'','1','0'),(10421,'19926',13,'landscape_single_2.4',1,0,0,1,0,0,99,-1,0,'','1','0'),(10422,'19926',13,'landscape_single_3.4',1,0,0,1,0,0,99,-1,0,'','1','0'),(10423,'19926',13,'landscape_single_4.4',1,0,0,1,0,0,99,-1,0,'','1','0'),(10424,'19926',13,'landscape_single_5.4',1,0,0,1,0,0,99,-1,0,'','1','0'),(10425,'19926',13,'landscape_single_6.4',1,0,0,1,0,0,99,-1,0,'','1','0'),(10426,'19926',13,'landscape_single_7.4',1,0,0,1,0,0,99,-1,0,'','1','0'),(10427,'19926',13,'landscape_single_1.5',1,0,0,1,0,0,99,-1,0,'','1','0'),(10428,'19926',13,'landscape_single_2.5',1,0,0,1,0,0,99,-1,0,'','1','0'),(10429,'19926',13,'landscape_single_3.5',1,0,0,1,0,0,99,-1,0,'','1','0'),(10430,'19926',13,'landscape_single_4.5',1,0,0,1,0,0,99,-1,0,'','1','0'),(10431,'19926',13,'landscape_single_5.5',1,0,0,1,0,0,99,-1,0,'','1','0'),(10432,'19926',13,'landscape_single_6.5',1,0,0,1,0,0,99,-1,0,'','1','0'),(10433,'19926',13,'landscape_single_7.5',1,0,0,1,0,0,99,-1,0,'','1','0'),(10434,'19926',13,'landscape_single_1.6',1,0,0,1,0,0,99,-1,0,'','1','0'),(10435,'19926',13,'landscape_single_2.6',1,0,0,1,0,0,99,-1,0,'','1','0'),(10436,'19926',13,'landscape_single_3.6',1,0,0,1,0,0,99,-1,0,'','1','0'),(10437,'19926',13,'landscape_single_4.6',1,0,0,1,0,0,99,-1,0,'','1','0'),(10438,'19926',13,'landscape_single_5.6',1,0,0,1,0,0,99,-1,0,'','1','0'),(10439,'19926',13,'landscape_single_6.6',1,0,0,1,0,0,99,-1,0,'','1','0'),(10440,'19926',13,'landscape_single_7.6',1,0,0,1,0,0,99,-1,0,'','1','0'),(10441,'19926',13,'landscape_single_1.7',1,0,0,1,0,0,99,-1,0,'','1','0'),(10442,'19926',13,'landscape_single_2.7',1,0,0,1,0,0,99,-1,0,'','1','0'),(10443,'19926',13,'landscape_single_3.7',1,0,0,1,0,0,99,-1,0,'','1','0'),(10444,'19926',13,'landscape_single_4.7',1,0,0,1,0,0,99,-1,0,'','1','0'),(10445,'19926',13,'landscape_single_5.7',1,0,0,1,0,0,99,-1,0,'','1','0'),(10446,'19926',13,'landscape_single_6.7',1,0,0,1,0,0,99,-1,0,'','1','0'),(10447,'19926',13,'landscape_single_7.7',1,0,0,1,0,0,99,-1,0,'','1','0'),(10448,'19926',13,'landscape_single_1.8',1,0,0,1,0,0,99,-1,0,'','1','0'),(10449,'19926',13,'landscape_single_1.9',1,0,0,1,0,0,99,-1,0,'','1','0'),(10450,'19926',13,'landscape_single_1.10',1,0,0,1,0,0,99,-1,0,'','1','0'),(10451,'19926',13,'landscape_single_1.11',1,0,0,1,0,0,99,-1,0,'','1','0'),(10452,'19926',13,'landscape_single_7.12',1,0,0,1,0,0,99,-1,0,'','1','0'),(10453,'42380',605,'dimmer_buttn',3,250,0,1,0,0,99,-1,0,'','1','0'),(10454,'135',605,'A1 BJA',1,0,0,1,0,0,99,-1,0,'','1','0'),(10455,'3589',605,'ktchn10_block',2,0,0,1,0,0,99,-1,0,'','1','0'),(10456,'3261',605,'ktchn_countr_1',1,0,0,1,0,0,99,-1,0,'','1','0'),(10457,'1898',605,'bed_polyfon_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(10458,'2503',605,'bed_budget_one_6',3,0,0,1,0,0,99,-1,0,'','1','0'),(10459,'246',605,'a1 armdiv',3,0,0,1,0,0,99,-1,0,'','1','0'),(10460,'1984',605,'divider_nor4_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(10461,'42390',605,'dimmer_fuse2',10,0,0,1,0,0,99,-1,0,'','1','0'),(10462,'3214',605,'sf_tele',5,0,0,1,0,0,99,-1,0,'','1','0'),(10463,'1655',605,'a10 queue',7,0,0,1,0,0,99,-1,0,'','1','0'),(10464,'135',606,'A1 BJA',1,0,0,1,0,0,99,-1,0,'','1','0'),(10465,'55',606,'A1 JAA',1,0,0,1,0,0,99,-1,0,'','1','0'),(10466,'4628',606,'js_exe_sofa',3,10,5,1,0,0,99,-1,0,'','1','0'),(10467,'8798',606,'purablk_c16_mdl3_3',2,0,0,1,0,0,99,-1,0,'','1','0'),(10468,'8830',606,'purablk_c16_mdl5_3',2,0,0,1,0,0,99,-1,0,'','1','0'),(10469,'2960',606,'party_chair',3,0,0,1,0,0,99,-1,0,'','1','0'),(10470,'2517',606,'pura_mdl5_9',1,0,0,1,0,0,99,-1,0,'','1','0'),(10471,'8851',606,'purablk_c16_mdl4_3',2,0,0,1,0,0,99,-1,0,'','1','0'),(10472,'1817',606,'soft_sofa_norja_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(10473,'8831',606,'purablk_c16_mdl5_4',2,0,0,1,0,0,99,-1,0,'','1','0'),(10474,'3993',606,'picnic_chair',2,0,0,1,0,0,99,-1,0,'','1','0'),(10475,'174',606,'A2 AMME',6,0,0,1,0,0,99,-1,0,'','1','0'),(10476,'3981',606,'picnic_pillow_yel',2,0,0,1,0,0,99,-1,0,'','1','0'),(10477,'3988',606,'picnic_pillow_blu',2,0,0,1,0,0,99,-1,0,'','1','0'),(10478,'3992',606,'picnic_pillow',2,0,0,1,0,0,99,-1,0,'','1','0'),(10479,'3125',606,'env_tree3',3,0,0,1,0,0,99,-1,0,'','1','0'),(10480,'3961',606,'anna_sofa_2',4,0,0,1,0,0,99,-1,0,'','1','0'),(10481,'1818',606,'soft_sofa_norja_3',4,0,0,1,0,0,99,-1,0,'','1','0'),(10482,'3570',606,'bw_van_p',7,10,5,1,0,0,99,-1,0,'','1','0'),(10483,'35',606,'sofa_polyfon',4,0,0,1,0,0,99,-1,0,'','1','0'),(10484,'3260',607,'ktchn_desk',4,0,0,1,0,0,99,-1,0,'','1','0'),(10485,'54',607,'A1 PPA',2,0,0,1,0,0,99,-1,0,'','1','0'),(10486,'4632',607,'js_exe_s_table',3,10,5,1,0,0,99,-1,0,'','1','0'),(10487,'25',607,'A1 LTP',3,0,0,1,0,0,99,-1,0,'','1','0'),(10488,'130',607,'A1 BTP',3,0,0,1,0,0,99,-1,0,'','1','0'),(10489,'3953',607,'anna_table_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(10490,'153',607,'smooth_table_polyfon',4,0,0,1,0,0,99,-1,0,'','1','0'),(10491,'48',608,'A2 S2A',4,0,0,1,0,0,99,-1,0,'','1','0'),(10492,'1898',608,'bed_polyfon_6',4,0,0,1,0,0,99,-1,0,'','1','0'),(10493,'1899',608,'bed_polyfon_7',4,0,0,1,0,0,99,-1,0,'','1','0'),(10494,'2937',608,'hween08_bed2',5,0,0,1,0,0,99,-1,0,'','1','0'),(10495,'4898',608,'pixel_bed_red',3,0,0,1,0,0,99,-1,0,'','1','0'),(10496,'10096',608,'coralking_c18_bed',4,0,0,1,0,0,99,-1,0,'','1','0'),(10497,'245',609,'a1 armkp',4,0,0,1,0,0,99,-1,0,'','1','0'),(10498,'246',609,'a1 armdiv',2,0,0,1,0,0,99,-1,0,'','1','0'),(10499,'1951',609,'divider_nor2_4',4,0,0,1,0,0,99,-1,0,'','1','0'),(10500,'3077',609,'lc_coral_divider_low',2,0,0,1,0,0,99,-1,0,'','1','0'),(10501,'3078',609,'c_coral_divider_hi',4,0,0,1,0,0,99,-1,0,'','1','0'),(10502,'250',609,'divider_nor2',4,0,0,1,0,0,99,-1,0,'','1','0'),(10503,'3642',224,'bb_rnd_tele',0,150,0,1,0,0,2,-1,0,'','1','0'),(10504,'5832',224,'easter14_teleport',7,0,0,1,0,0,6,-1,0,'','1','0'),(10505,'2978',224,'xmas08_telep',5,0,0,1,0,0,7,-1,0,'','1','0'),(10506,'3214',224,'sf_tele',5,0,0,1,0,0,8,-1,0,'','1','0'),(10507,'3550',224,'bw_tele',6,0,0,1,0,0,9,-1,0,'','1','0'),(10508,'3990',224,'picnic_tele',6,0,0,1,0,0,10,-1,0,'','1','0'),(10509,'61',611,'A2 MUR',1,150,0,1,0,0,1,-1,0,'','1','0'),(10510,'40540',611,'DEV window_skyscraper',1,150,0,1,0,0,2,-1,0,'','1','0'),(10511,'2693',611,'teleport_door',5,10,5,1,0,0,3,-1,0,'','1','0'),(10512,'40710',611,'party_shelf',2,0,0,1,0,0,4,-1,0,'','1','0'),(10513,'60',611,'A1 RMA',3,0,0,1,0,0,5,-1,0,'','1','0'),(10514,'40400',611,'DEV window_70s_narrow',3,0,0,1,0,0,6,-1,0,'','1','0'),(10515,'40420',611,'DEV window_basic',4,0,0,1,0,0,7,-1,0,'','1','0'),(10516,'6154',612,'bathroom_floortile1',1,150,0,1,0,0,99,-1,0,'','1','0'),(10517,'4912',612,'pixel_floor_blue',4,0,0,1,0,0,99,-1,0,'','1','0'),(10518,'4896',612,'pixel_floor_brown',4,0,0,1,0,0,99,-1,0,'','1','0'),(10519,'4903',612,'pixel_floor_green',4,0,0,1,0,0,99,-1,0,'','1','0'),(10520,'4895',612,'pixel_floor_pink',4,0,0,1,0,0,99,-1,0,'','1','0'),(10521,'4904',612,'pixel_floor_silver',4,0,0,1,0,0,99,-1,0,'','1','0'),(10522,'4897',612,'pixel_floor_yellow',4,0,0,1,0,0,99,-1,0,'','1','0'),(10523,'180',612,'A2 KAAKELISIN',3,0,0,1,0,0,99,-1,0,'','1','0'),(10524,'183',612,'A2 KAAKELIPUN',3,0,0,1,0,0,99,-1,0,'','1','0'),(10525,'184',612,'A2 KAAKELIKELT',3,0,0,1,0,0,99,-1,0,'','1','0'),(10526,'5707',612,'val14_largetile',3,0,0,1,0,0,99,-1,0,'','1','0'),(10527,'8414',612,'ktchn_c15_floor',5,0,0,1,0,0,99,-1,0,'','1','0'),(10528,'2958',612,'party_floor',5,0,0,1,0,0,99,-1,0,'','1','0'),(10529,'5711',615,'val14_door',0,150,0,1,0,0,99,-1,0,'','1','0'),(10530,'3699',615,'wf_glassdoor',0,150,0,1,0,0,99,-1,0,'','1','0'),(10531,'1862',615,'a7 silovi',2,150,0,1,0,0,99,-1,0,'','1','0'),(10532,'1861',615,'a6 silovi',2,150,0,1,0,0,99,-1,0,'','1','0'),(10533,'244',615,'divider_poly3',2,150,0,1,0,0,99,-1,0,'','1','0'),(10534,'4705',615,'vip_gate',5,200,0,1,0,0,99,-1,0,'','1','1'),(10535,'4722',615,'jetset_vault_door',20,0,0,1,0,0,99,-1,0,'','1','1'),(10536,'5698',615,'val14_gate',5,0,0,1,0,0,99,-1,0,'','1','0'),(10537,'3254',615,'ktchn_gate',3,0,0,1,0,0,99,-1,0,'','1','0'),(10538,'247',615,'a2 armovi',4,0,0,1,0,0,99,-1,0,'','1','0'),(10539,'163',616,'A2 BONSAI',0,150,0,1,0,0,99,-1,0,'','1','0'),(10540,'4076',616,'lm_pond',1,225,0,1,0,0,99,-1,0,'','1','0'),(10541,'3163',616,'country wheat',1,225,0,1,0,0,99,-1,0,'','1','0'),(10542,'3115',616,'env_bushes',2,0,0,1,0,0,99,-1,0,'','1','0'),(10543,'3984',616,'picnic_wfall',10,0,0,1,0,0,99,-1,0,'','1','0'),(10544,'3162',616,'country_grass',4,0,0,1,0,0,99,-1,0,'','1','0'),(10545,'3145',616,'country_soil',3,0,0,1,0,0,99,-1,0,'','1','0'),(10546,'41140',616,'country_forestwall',4,0,0,1,0,0,99,-1,0,'','1','0'),(10547,'4871',20,'pixel_plantred',0,75,0,1,0,0,99,-1,0,'','1','0'),(10548,'4872',20,'pixel_plantpink',0,75,0,1,0,0,99,-1,0,'','1','0'),(10549,'4874',20,'pixel_plantblue',0,75,0,1,0,0,99,-1,0,'','1','0'),(10550,'4875',20,'pixel_plantgreen',0,75,0,1,0,0,99,-1,0,'','1','0'),(10551,'3164',613,'country corner',0,75,0,1,0,0,99,-1,0,'','1','0'),(10552,'3753',613,'es_geysir',0,150,0,1,0,0,99,-1,0,'','1','0'),(10553,'3165',613,'country_ditch',1,150,0,1,0,0,99,-1,0,'','1','0'),(10554,'4076',613,'lm_pond',1,225,0,1,0,0,99,-1,0,'','1','0'),(10555,'2591',613,'summer_pool blue',2,150,0,1,0,0,99,-1,0,'','1','0'),(10556,'2593',613,'summer_pool green',2,150,0,1,0,0,99,-1,0,'','1','0'),(10557,'2592',613,'summer_pool red',2,150,0,1,0,0,99,-1,0,'','1','0'),(10558,'3153',613,'country_rain',5,0,0,1,0,0,99,-1,0,'','1','0'),(10559,'3984',613,'picnic_wfall',10,0,0,1,0,0,99,-1,0,'','1','0'),(10560,'5706',613,'val14_fbath',2,0,0,1,0,0,99,-1,0,'','1','0'),(10561,'4643',613,'shallow',8,0,0,1,0,0,99,-1,0,'','1','0'),(10562,'3541',613,'bw_water_2',6,0,0,1,0,0,99,-1,0,'','1','0'),(10563,'3540',613,'bw_shower',4,0,0,1,0,0,99,-1,0,'','1','0'),(10564,'3831',613,'pond',2,0,0,1,0,0,99,-1,0,'','1','0'),(10565,'4472',613,'obstacle_water',3,0,0,1,0,0,99,-1,0,'','1','0'),(10566,'4476',613,'obstacle_water2',3,0,0,1,0,0,99,-1,0,'','1','0'),(10567,'202',605,'DEV door',1,225,0,1,0,0,99,-1,0,'','1','0'),(10568,'41140',223,'country_forestwall',4,0,0,1,0,0,99,-1,0,'','1','0'),(10569,'6122',621,'uni_pizza',0,250,0,1,0,0,99,-1,0,'','1','0'),(10570,'4136',621,'usva4_lamp',1,150,0,1,0,0,99,-1,0,'','1','0'),(10571,'4170',621,'boutique_mannequin1',2,150,0,1,0,0,99,-1,0,'','1','0'),(10572,'3549',621,'bw_van',7,10,5,1,0,0,99,-1,0,'','1','0'),(10573,'6148',621,'bathroom_shower1',7,0,0,1,0,0,99,-1,0,'','1','0'),(10574,'3125',621,'env_tree3',3,0,0,1,0,0,99,-1,0,'','1','0'),(10575,'3875',621,'cubie_shelf_1_b',5,0,0,1,0,0,99,-1,0,'','1','0'),(10576,'2832',621,'blue diner_gumvendor',3,0,0,1,0,0,99,-1,0,'','1','0'),(10577,'5710',621,'val14_archway',4,0,0,1,0,0,99,-1,0,'','1','0'),(10578,'8423',621,'ktchn_c15_sink',10,0,0,1,0,0,99,-1,0,'','1','0'),(10579,'46210',621,'lodge_c15_wall',3,0,0,1,0,0,99,-1,0,'','1','0'),(10580,'1905',621,'bed_polyfon_one_6',3,0,0,1,0,0,99,-1,0,'','1','0'),(10581,'3701',617,'wf_floor_switch1',0,75,0,1,0,0,99,-1,0,'','1','0'),(10582,'3857',617,'wf_cnd_has_furni_on',1,225,0,1,0,0,99,-1,0,'','1','0'),(10583,'3683',617,'Product_wf_promo9',5,0,0,1,0,0,99,-1,0,'','1','0'),(10584,'3663',617,'wf_act_move_rotate',4,0,0,1,0,0,99,-1,0,'','1','0'),(10585,'5044',617,'highscore_classic_alltime',7,0,0,1,0,0,99,-1,0,'','1','0'),(10586,'3693:4;3703:4;3663:4;3689',618,'wf_arrowplate',34,10,5,1,0,0,99,-1,0,'','1','0'),(10587,'3703;3699;3685;3688',618,'wf_trg_walks_on_furni',10,0,0,1,0,0,99,-1,0,'','1','0'),(10588,'3699;3685;3701;3668',618,'wf_glassdoor',10,0,0,1,0,0,99,-1,0,'','1','0'),(10589,'3683;3681',618,'Product_wf_promo9',8,0,0,1,0,0,99,-1,0,'','1','0'),(10590,'3675;3673;3666',618,'wf_trg_says_something',10,0,0,1,0,0,99,-1,0,'','1','0'),(10591,'3686:4;3671;3685',618,'wf_firegate',25,0,0,1,0,0,99,-1,0,'','1','0'),(10592,'3163',614,'country wheat',1,225,0,1,0,0,99,-1,0,'','1','0'),(10593,'3145',614,'country_soil',3,0,0,1,0,0,99,-1,0,'','1','0'),(10594,'3129',614,'env_grass',4,0,0,1,0,0,99,-1,0,'','1','0'),(10595,'4209',614,'horse_hayfloor',3,0,0,1,0,0,99,-1,0,'','1','0'),(10596,'4229',614,'horse_sawdustfloor',3,0,0,1,0,0,99,-1,0,'','1','0'),(10597,'4454',614,'horse_track1',3,0,0,1,0,0,99,-1,0,'','1','0'),(10598,'3753',620,'es_geysir',0,150,0,1,0,0,99,-1,0,'','1','0'),(10599,'3645',620,'bb_counter',3,250,0,1,0,0,99,-1,0,'','1','0'),(10600,'3497',620,'fball_ball3',15,0,0,1,0,0,99,-1,0,'','1','0'),(10601,'4390',620,'snowb_slope',5,0,0,1,0,0,99,-1,0,'','1','0'),(10602,'3739',620,'es_puck',10,0,0,1,0,0,99,-1,0,'','1','0'),(10603,'3792',620,'val11_floor',8,0,0,1,0,0,99,-1,0,'','1','0'),(10604,'3757:100;3758:50',38,'es_tile',55,50,5,1,0,0,99,-1,0,'','1','0'),(10605,'3757:10;3758:5',38,'es_tile',10,0,0,1,0,0,99,-1,0,'','1','0'),(10606,'3757:50;3758:25',38,'es_tile',35,0,0,1,0,0,99,-1,0,'','1','0'),(10607,'2978',412,'xmas08_telep',5,0,0,1,0,0,99,-1,0,'','1','0'),(10608,'3494',413,'fball_bench',1,150,0,1,0,0,99,-1,0,'','1','0'),(10609,'3739',413,'es_puck',10,0,0,1,0,0,99,-1,0,'','1','0'),(10610,'3507',413,'fball_cote',3,0,0,1,0,0,99,-1,0,'','1','0'),(10611,'3499',413,'fball_light',6,0,0,1,0,0,99,-1,0,'','1','0'),(10612,'3500',413,'fball_audbench',6,0,0,1,0,0,99,-1,0,'','1','0'),(10613,'3525',413,'fball_counter',10,0,0,1,0,0,99,-1,0,'','1','0'),(10614,'3307',413,'ktchn_hlthNut',15,0,0,1,0,0,99,-1,0,'','1','0'),(10615,'3267',413,'urban_fence',3,0,0,1,0,0,99,-1,0,'','1','0'),(10616,'3275',413,'urban_fence_corner',2,0,0,1,0,0,99,-1,0,'','1','0'),(10617,'3640',413,'bb_fnc1',2,0,0,1,0,0,99,-1,0,'','1','0'),(10618,'3639',413,'bb_knj2',2,0,0,1,0,0,99,-1,0,'','1','0'),(10619,'3634',413,'bb_fnc1',3,0,0,1,0,0,99,-1,0,'','1','0'),(10620,'3736',413,'es_skating_ice',10,0,0,1,0,0,99,-1,0,'','1','0'),(10621,'3792',630,'val11_floor',8,0,0,1,0,0,99,-1,0,'','1','0'),(10622,'3322',623,'petfood9',0,150,0,1,0,0,99,-1,0,'','1','0'),(10623,'1532',623,'petfood1',1,0,0,1,0,0,99,-1,0,'','1','0'),(10624,'4070',623,'petfood25',1,0,0,1,0,0,99,-1,0,'','1','0'),(10625,'5755',623,'nest_gnome',15,0,0,1,0,0,99,-1,0,'','1','0'),(10626,'4828',623,'pet_basket_pink',5,0,0,1,0,0,99,-1,0,'','1','0'),(10627,'3895',607,'waasa_table1',2,0,0,1,0,0,99,-1,0,'','1','0'),(10628,'3887',607,'waasa_table2',4,0,0,1,0,0,1,-1,0,'','1','0'),(10629,'4152',607,'school_table',3,0,0,1,0,0,1,-1,0,'','1','0'),(10630,'9388',609,'val_c17_rosedivider',3,0,0,1,0,0,1,-1,0,'','1','0'),(10631,'9498',609,'santorini_c17_divider',4,0,0,1,0,0,1,-1,0,'','1','0'),(10632,'2154',609,'a3 romantique_divider',4,0,0,1,0,0,1,-1,0,'','1','0'),(10633,'2518',609,'a0 ropedivider',4,0,0,1,0,0,1,-1,0,'','1','0'),(10634,'1991',609,'divider_nor5_2',4,0,0,1,0,0,1,-1,0,'','1','0'),(10635,'11224',570,'clothing_spottedoctohat',3,0,0,1,0,0,1,-1,0,'','0','0'),(10636,'11225',752,'rainyday_c20_craftset',3,0,0,1,0,0,1,-1,0,'','0','0'),(10637,'11226',752,'rainyday_c20_woodentable',3,0,0,1,0,0,1,-1,0,'','0','0'),(10638,'11227',752,'rainyday_c20_rainceilingwindow',3,0,0,1,0,0,1,-1,0,'','0','0'),(10639,'11228',752,'rainyday_c20_paintset',3,0,0,1,0,0,1,-1,0,'','0','0'),(10640,'11229',752,'rainyday_c20_typewriter',3,0,0,1,0,0,1,-1,0,'','0','0'),(10641,'11230',752,'rainyday_c20_scentedcandles',3,0,0,1,0,0,1,-1,0,'','0','0'),(10642,'11231',752,'rainyday_c20_cosywhippet',3,0,0,1,0,0,1,-1,0,'','0','0'),(10643,'11232',752,'rainyday_c20_woodendesk',3,0,0,1,0,0,1,-1,0,'','0','0'),(10644,'11233',752,'rainyday_c20_glowstars',3,0,0,1,0,0,1,-1,0,'','0','0'),(10645,'11234',752,'rainyday_c20_raindropwall',3,0,0,1,0,0,1,-1,0,'','0','0'),(10646,'11235',752,'rainyday_c20_woodenfloor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10647,'11236',752,'rainyday_c20_snugblanket',3,0,0,1,0,0,1,-1,0,'','0','0'),(10648,'11237',752,'rainyday_c20_stackoflogs',3,0,0,1,0,0,1,-1,0,'','0','0'),(10649,'11238',752,'rainyday_c20_coathanger',3,0,0,1,0,0,1,-1,0,'','0','0'),(10650,'11239',752,'rainyday_c20_homebakes',3,0,0,1,0,0,1,-1,0,'','0','0'),(10651,'11240',752,'rainyday_c20_retrogames',3,0,0,1,0,0,1,-1,0,'','0','0'),(10652,'11241',636,'clothing_nt_starearrings',0,25,0,1,0,0,1,-1,0,'','0','0'),(10653,'11242',570,'clothing_starearrings',3,0,0,1,0,0,1,-1,0,'','0','0'),(10654,'11243',570,'clothing_glitzypurse',3,0,0,1,0,0,1,-1,0,'','0','0'),(10655,'11244',636,'clothing_nt_flapperdress',0,25,0,1,0,0,1,-1,0,'','0','0'),(10656,'11245',570,'clothing_chiseledface',3,0,0,1,0,0,1,-1,0,'','0','0'),(10657,'11246',636,'clothing_nt_modernshortwave',0,25,0,1,0,0,1,-1,0,'','0','0'),(10658,'11247',753,'habbo20_c20_artdecocarpet',3,0,0,1,0,0,1,-1,0,'','0','0'),(10659,'11248',636,'clothing_nt_silkgloves',0,25,0,1,0,0,1,-1,0,'','0','0'),(10660,'11249',753,'habbo20_c20_balloons',3,0,0,1,0,0,1,-1,0,'','0','0'),(10661,'11250',636,'clothing_nt_slickedbackhair',0,25,0,1,0,0,1,-1,0,'','0','0'),(10662,'11251',687,'clothing_r20_glitzytux',3,0,0,1,0,0,1,-1,0,'','0','0'),(10663,'11252',570,'clothing_pencilmoustache',3,0,0,1,0,0,1,-1,0,'','0','0'),(10664,'11253',636,'clothing_nt_glitzypurse',0,25,0,1,0,0,1,-1,0,'','0','0'),(10665,'11254',570,'clothing_modernshortwave',3,0,0,1,0,0,1,-1,0,'','0','0'),(10666,'11255',570,'clothing_slickedbackhair',3,0,0,1,0,0,1,-1,0,'','0','0'),(10667,'11256',570,'clothing_flapperdress',3,0,0,1,0,0,1,-1,0,'','0','0'),(10668,'11257',636,'clothing_nt_pencilmoustache',0,25,0,1,0,0,1,-1,0,'','0','0'),(10669,'11258',753,'habbo20_c20_artdecochair',3,0,0,1,0,0,1,-1,0,'','0','0'),(10670,'11259',570,'clothing_silkgloves',3,0,0,1,0,0,1,-1,0,'','0','0'),(10671,'11260',753,'habbo20_c20_artdecobackdrop',3,0,0,1,0,0,1,-1,0,'','0','0'),(10672,'11261',753,'habbo20_c20_glitzytable',3,0,0,1,0,0,1,-1,0,'','0','0'),(10673,'11262',636,'clothing_nt_chiseledface',0,25,0,1,0,0,1,-1,0,'','0','0'),(10674,'11263',748,'neonpunk_c20_wall',3,0,0,1,0,0,1,-1,0,'','0','0'),(10675,'11264',748,'neonpunk_c20_cupboard',3,0,0,1,0,0,1,-1,0,'','0','0'),(10676,'11265',748,'neonpunk_c20_strawberries',3,0,0,1,0,0,1,-1,0,'','0','0'),(10677,'11266',748,'neonpunk_c20_stool',3,0,0,1,0,0,1,-1,0,'','0','0'),(10678,'11267',748,'neonpunk_c20_lamp',3,0,0,1,0,0,1,-1,0,'','0','0'),(10679,'11268',687,'clothing_r20_neonpunkset',25,0,0,1,0,0,1,-1,0,'','0','0'),(10680,'11269',748,'neonpunk_c20_bed',3,0,0,1,0,0,1,-1,0,'','0','0'),(10681,'11270',748,'neonpunk_c20_stardeco',3,0,0,1,0,0,1,-1,0,'','0','0'),(10682,'11271',748,'neonpunk_c20_unicornposter',3,0,0,1,0,0,1,-1,0,'','0','0'),(10683,'11272',748,'neonpunk_c20_candylights',3,0,0,1,0,0,1,-1,0,'','0','0'),(10684,'11273',748,'neonpunk_c20_bows',3,0,0,1,0,0,1,-1,0,'','0','0'),(10685,'11274',748,'neonpunk_c20_carpet',3,0,0,1,0,0,1,-1,0,'','0','0'),(10686,'11275',748,'neonpunk_c20_lights',3,0,0,1,0,0,1,-1,0,'','0','0'),(10687,'11276',748,'neonpunk_c20_table',3,0,0,1,0,0,1,-1,0,'','0','0'),(10688,'11277',748,'neonpunk_c20_cubeseat',3,0,0,1,0,0,1,-1,0,'','0','0'),(10689,'11278',748,'neonpunk_c20_storage',3,0,0,1,0,0,1,-1,0,'','0','0'),(10690,'11279',748,'neonpunk_c20_plushiepile',3,0,0,1,0,0,1,-1,0,'','0','0'),(10691,'11280',748,'neonpunk_c20_plushie1',3,0,0,1,0,0,1,-1,0,'','0','0'),(10692,'11281',748,'neonpunk_c20_dresser',3,0,0,1,0,0,1,-1,0,'','0','0'),(10693,'11282',748,'neonpunk_c20_food',3,0,0,1,0,0,1,-1,0,'','0','0'),(10694,'11283',748,'neonpunk_c20_floor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10695,'11284',748,'neonpunk_c20_plushie2',3,0,0,1,0,0,1,-1,0,'','0','0'),(10696,'11285',748,'neonpunk_c20_plushie3',3,0,0,1,0,0,1,-1,0,'','0','0'),(10697,'11286',748,'neonpunk_c20_sofa',3,0,0,1,0,0,1,-1,0,'','0','0'),(10698,'11287',748,'neonpunk_c20_bedsidetable',3,0,0,1,0,0,1,-1,0,'','0','0'),(10699,'11288',749,'gothiccafe_c20_sofa',3,0,0,1,0,0,1,-1,0,'','0','0'),(10700,'11289',769,'gothiccafe_c20_creamrolls',3,0,0,1,0,0,1,-1,0,'','0','0'),(10701,'11290',749,'gothiccafe_c20_bookcase',3,0,0,1,0,0,1,-1,0,'','0','0'),(10702,'11291',749,'gothiccafe_c20_table',3,0,0,1,0,0,1,-1,0,'','0','0'),(10703,'11292',749,'gothiccafe_c20_teaplant',3,0,0,1,0,0,1,-1,0,'','0','0'),(10704,'11293',749,'gothiccafe_c20_glass',3,0,0,1,0,0,1,-1,0,'','0','0'),(10705,'11294',749,'gothiccafe_c20_vase',3,0,0,1,0,0,1,-1,0,'','0','0'),(10706,'11295',749,'gothiccafe_c20_icetea',3,0,0,1,0,0,1,-1,0,'','0','0'),(10707,'11296',749,'gothiccafe_c20_donut',3,0,0,1,0,0,1,-1,0,'','0','0'),(10708,'11297',749,'gothiccafe_c20_coffeetable',3,0,0,1,0,0,1,-1,0,'','0','0'),(10709,'11298',749,'gothiccafe_c20_floor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10710,'11299',687,'clothing_r20_gothicset',25,0,0,1,0,0,1,-1,0,'','0','0'),(10711,'11300',749,'gothiccafe_c20_rosepainting',3,0,0,1,0,0,1,-1,0,'','0','0'),(10712,'11301',749,'gothiccafe_c20_shelf',3,0,0,1,0,0,1,-1,0,'','0','0'),(10713,'11302',749,'gothiccafe_c20_wall',3,0,0,1,0,0,1,-1,0,'','0','0'),(10714,'11303',749,'gothiccafe_c20_mochicake',3,0,0,1,0,0,1,-1,0,'','0','0'),(10715,'11304',749,'gothiccafe_c20_counter',3,0,0,1,0,0,1,-1,0,'','0','0'),(10716,'11305',749,'gothiccafe_c20_rug',3,0,0,1,0,0,1,-1,0,'','0','0'),(10717,'11306',749,'gothiccafe_c20_windoor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10718,'11307',749,'gothiccafe_c20_armchair',3,0,0,1,0,0,1,-1,0,'','0','0'),(10719,'11308',760,'habbo20_r20_crackable',3,0,0,1,0,0,1,-1,0,'','0','0'),(10720,'11309',760,'habbo20_c20_crackable',3,0,0,1,0,0,1,-1,0,'','0','0'),(10721,'11310',191,'habbo20_c20_blackgoldballoon',3,0,0,1,0,0,1,-1,0,'','0','0'),(10722,'11311',204,'clothing_h20th',1,0,0,1,0,0,1,-1,0,'','0','0'),(10723,'11312',191,'habbo20_c20_rosegoldballoon',3,0,0,1,0,0,1,-1,0,'','0','0'),(10724,'11313',754,'rare_blackrosegold_parasol',3,0,0,1,0,0,1,-1,0,'','0','0'),(10725,'11314',754,'rare_blackrosegold_icecream',3,0,0,1,0,0,1,-1,0,'','0','0'),(10726,'11315',754,'rare_blackrosegold_fountain',3,0,0,1,0,0,1,-1,0,'','0','0'),(10727,'11316',691,'rare_r20_candle',3,0,0,1,0,0,1,-1,0,'','0','0'),(10728,'11317',754,'rare_blackrosegold_beehive_bulb',3,0,0,1,0,0,1,-1,0,'','0','0'),(10729,'11318',754,'rare_blackrosegold_scifidoor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10730,'11319',754,'rare_blackrosegold_pillar',3,0,0,1,0,0,1,-1,0,'','0','0'),(10731,'11320',754,'rare_blackrosegold_pillow',3,0,0,1,0,0,1,-1,0,'','0','0'),(10732,'11321',754,'rare_blackrosegold_wooden_screen',3,0,0,1,0,0,1,-1,0,'','0','0'),(10733,'11322',754,'rare_blackrosegold_barrier',3,0,0,1,0,0,1,-1,0,'','0','0'),(10734,'11323',754,'rare_blackrosegold_scifirocket',3,0,0,1,0,0,1,-1,0,'','0','0'),(10735,'11324',754,'rare_blackrosegold_marquee',3,0,0,1,0,0,1,-1,0,'','0','0'),(10736,'11325',754,'rare_blackrosegold_elephant_statue',3,0,0,1,0,0,1,-1,0,'','0','0'),(10737,'11326',691,'rare_r20_throne',3,0,0,1,0,0,1,-1,0,'','0','0'),(10738,'11327',754,'rare_blackrosegold_dragonlamp',3,0,0,1,0,0,1,-1,0,'','0','0'),(10739,'11328',754,'rare_blackrosegold_sleepingbag',3,0,0,1,0,0,1,-1,0,'','0','0'),(10740,'11329',754,'rare_blackrosegold_scifiport',3,0,0,1,0,0,1,-1,0,'','0','0'),(10741,'11330',754,'rare_blackrosegold_fan',3,0,0,1,0,0,1,-1,0,'','0','0'),(10742,'11331',755,'darkelegant_c20_flowerpot',3,0,0,1,0,0,1,-1,0,'','0','0'),(10743,'11332',755,'darkelegant_c20_smalltable',3,0,0,1,0,0,1,-1,0,'','0','0'),(10744,'11333',755,'darkelegant_c20_floor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10745,'11334',755,'darkelegant_c20_chair',3,0,0,1,0,0,1,-1,0,'','0','0'),(10746,'11335',755,'darkelegant_c20_walldecor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10747,'11336',755,'darkelegant_c20_window',3,0,0,1,0,0,1,-1,0,'','0','0'),(10748,'11337',755,'darkelegant_c20_vanity',3,0,0,1,0,0,1,-1,0,'','0','0'),(10749,'11338',755,'darkelegant_c20_light',3,0,0,1,0,0,1,-1,0,'','0','0'),(10750,'11339',755,'darkelegant_c20_lionstatue',3,0,0,1,0,0,1,-1,0,'','0','0'),(10751,'11340',755,'darkelegant_c20_teaset',3,0,0,1,0,0,1,-1,0,'','0','0'),(10752,'11341',755,'darkelegant_c20_lamp',3,0,0,1,0,0,1,-1,0,'','0','0'),(10753,'11342',755,'darkelegant_c20_stool',3,0,0,1,0,0,1,-1,0,'','0','0'),(10754,'11343',755,'darkelegant_c20_cat',3,0,0,1,0,0,1,-1,0,'','0','0'),(10755,'11344',755,'darkelegant_c20_table',3,0,0,1,0,0,1,-1,0,'','0','0'),(10756,'11345',687,'clothing_darkelegantset',12,0,0,1,0,0,1,-1,0,'','0','0'),(10757,'11346',755,'darkelegant_c20_cupboard',3,0,0,1,0,0,1,-1,0,'','0','0'),(10758,'11347',755,'darkelegant_c20_bed',3,0,0,1,0,0,1,-1,0,'','0','0'),(10759,'11348',755,'darkelegant_c20_sofa',3,0,0,1,0,0,1,-1,0,'','0','0'),(10760,'11349',755,'darkelegant_c20_wall',3,0,0,1,0,0,1,-1,0,'','0','0'),(10761,'11350',755,'darkelegant_c20_carpet',3,0,0,1,0,0,1,-1,0,'','0','0'),(10762,'11351',750,'sunsetcafe_c20_duck',3,0,0,1,0,0,1,-1,0,'','0','0'),(10763,'11352',750,'sunsetcafe_c20_plant',3,0,0,1,0,0,1,-1,0,'','0','0'),(10764,'11353',750,'sunsetcafe_c20_floor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10765,'11354',750,'sunsetcafe_c20_table',3,0,0,1,0,0,1,-1,0,'','0','0'),(10766,'11355',750,'sunsetcafe_c20_wallcorner',3,0,0,1,0,0,1,-1,0,'','0','0'),(10767,'11356',750,'sunsetcafe_c20_bench',3,0,0,1,0,0,1,-1,0,'','0','0'),(10768,'11357',750,'sunsetcafe_c20_benchcornerconcave',3,0,0,1,0,0,1,-1,0,'','0','0'),(10769,'11358',750,'sunsetcafe_c20_coffeemachine',3,0,0,1,0,0,1,-1,0,'','0','0'),(10770,'11359',750,'sunsetcafe_c20_logdecor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10771,'11360',750,'sunsetcafe_c20_swordfish',3,0,0,1,0,0,1,-1,0,'','0','0'),(10772,'11361',750,'sunsetcafe_c20_barcorner',3,0,0,1,0,0,1,-1,0,'','0','0'),(10773,'11362',750,'sunsetcafe_c20_lightupfloor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10774,'11363',750,'sunsetcafe_c20_bar',3,0,0,1,0,0,1,-1,0,'','0','0'),(10775,'11364',750,'sunsetcafe_c20_shallow',3,0,0,1,0,0,1,-1,0,'','0','0'),(10776,'11365',750,'sunsetcafe_c20_drinks',3,0,0,1,0,0,1,-1,0,'','0','0'),(10777,'11366',750,'sunsetcafe_c20_logsteppingstones',3,0,0,1,0,0,1,-1,0,'','0','0'),(10778,'11367',750,'sunsetcafe_c20_wall',3,0,0,1,0,0,1,-1,0,'','0','0'),(10779,'11368',756,'darkmodern_c20_wall',3,0,0,1,0,0,1,-1,0,'','0','0'),(10780,'11369',756,'darkmodern_c20_incense',3,0,0,1,0,0,1,-1,0,'','0','0'),(10781,'11370',756,'darkmodern_c20_neonlight',3,0,0,1,0,0,1,-1,0,'','0','0'),(10782,'11371',756,'darkmodern_c20_folder',3,0,0,1,0,0,1,-1,0,'','0','0'),(10783,'11372',756,'darkmodern_c20_floor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10784,'11373',756,'darkmodern_c20_creative',3,0,0,1,0,0,1,-1,0,'','0','0'),(10785,'11374',756,'darkmodern_c20_rug',3,0,0,1,0,0,1,-1,0,'','0','0'),(10786,'11375',756,'darkmodern_c20_display',3,0,0,1,0,0,1,-1,0,'','0','0'),(10787,'11376',756,'darkmodern_c20_speakers',3,0,0,1,0,0,1,-1,0,'','0','0'),(10788,'11377',756,'darkmodern_c20_pictures',3,0,0,1,0,0,1,-1,0,'','0','0'),(10789,'11378',756,'darkmodern_c20_bed',3,0,0,1,0,0,1,-1,0,'','0','0'),(10790,'11379',756,'darkmodern_c20_glassblockwall',3,0,0,1,0,0,1,-1,0,'','0','0'),(10791,'11380',756,'darkmodern_c20_lowtable',3,0,0,1,0,0,1,-1,0,'','0','0'),(10792,'11381',756,'darkmodern_c20_plant',3,0,0,1,0,0,1,-1,0,'','0','0'),(10793,'11382',756,'darkmodern_c20_endtable',3,0,0,1,0,0,1,-1,0,'','0','0'),(10794,'11383',756,'darkmodern_c20_reads',3,0,0,1,0,0,1,-1,0,'','0','0'),(10795,'11384',756,'darkmodern_c20_bunnylight',3,0,0,1,0,0,1,-1,0,'','0','0'),(10796,'11385',756,'darkmodern_c20_pillow',3,0,0,1,0,0,1,-1,0,'','0','0'),(10797,'11386',756,'darkmodern_c20_desk',3,0,0,1,0,0,1,-1,0,'','0','0'),(10798,'11387',756,'darkmodern_c20_sofa',3,0,0,1,0,0,1,-1,0,'','0','0'),(10799,'11388',756,'darkmodern_c20_hoomba',3,0,0,1,0,0,1,-1,0,'','0','0'),(10800,'11389',756,'darkmodern_c20_chair',3,0,0,1,0,0,1,-1,0,'','0','0'),(10801,'11390',756,'darkmodern_c20_pug',3,0,0,1,0,0,1,-1,0,'','0','0'),(10802,'11391',756,'darkmodern_c20_shelf',3,0,0,1,0,0,1,-1,0,'','0','0'),(10803,'11392',756,'darkmodern_c20_lamp',3,0,0,1,0,0,1,-1,0,'','0','0'),(10804,'11393',756,'darkmodern_c20_tubelights',3,0,0,1,0,0,1,-1,0,'','0','0'),(10805,'11394',756,'darkmodern_c20_tv',3,0,0,1,0,0,1,-1,0,'','0','0'),(10806,'11395',756,'darkmodern_c20_floorlight',3,0,0,1,0,0,1,-1,0,'','0','0'),(10807,'11396',751,'zengarden_c20_stonebench',3,0,0,1,0,0,1,-1,0,'','0','0'),(10808,'11397',751,'zengarden_c20_peacedog',3,0,0,1,0,0,1,-1,0,'','0','0'),(10809,'11398',687,'clothing_r20_harmonyset',25,0,0,1,0,0,1,-1,0,'','0','0'),(10810,'11399',751,'zengarden_c20_spikeyplant',3,0,0,1,0,0,1,-1,0,'','0','0'),(10811,'11400',751,'zengarden_c20_stonetable',3,0,0,1,0,0,1,-1,0,'','0','0'),(10812,'11401',751,'zengarden_c20_door',3,0,0,1,0,0,1,-1,0,'','0','0'),(10813,'11402',751,'zengarden_c20_rootplant',3,0,0,1,0,0,1,-1,0,'','0','0'),(10814,'11403',751,'zengarden_c20_light',3,0,0,1,0,0,1,-1,0,'','0','0'),(10815,'11404',751,'zengarden_c20_roof',3,0,0,1,0,0,1,-1,0,'','0','0'),(10816,'11405',751,'zengarden_c20_plankfloor',3,0,0,1,0,0,1,-1,0,'','0','0'),(10817,'11406',751,'zengarden_c20_roofcorner',3,0,0,1,0,0,1,-1,0,'','0','0'),(10818,'11407',751,'zengarden_c20_moss',3,0,0,1,0,0,1,-1,0,'','0','0'),(10819,'11408',751,'zengarden_c20_goldenmobile',3,0,0,1,0,0,1,-1,0,'','0','0'),(10820,'11409',751,'zengarden_c20_pebbles',3,0,0,1,0,0,1,-1,0,'','0','0'),(10821,'11410',751,'zengarden_c20_bamboo',3,0,0,1,0,0,1,-1,0,'','0','0'),(10822,'11411',751,'zengarden_c20_divider',3,0,0,1,0,0,1,-1,0,'','0','0'),(10823,'11412',751,'zengarden_c20_glasspond',3,0,0,1,0,0,1,-1,0,'','0','0'),(10824,'11413',753,'habbo20_c20_trophybronze',3,0,0,1,0,0,1,-1,0,'','0','0'),(10825,'11414',753,'habbo20_c20_trophyblock',3,0,0,1,0,0,1,-1,0,'','0','0'),(10826,'11415',753,'habbo20_c20_trophygold',3,0,0,1,0,0,1,-1,0,'','0','0'),(10827,'11416',753,'habbo20_c20_trophylooks',3,0,0,1,0,0,1,-1,0,'','0','0'),(10828,'11417',753,'habbo20_c20_trophydesign',3,0,0,1,0,0,1,-1,0,'','0','0'),(10829,'11418',753,'habbo20_c20_trophysilver',3,0,0,1,0,0,1,-1,0,'','0','0'),(10830,'11419',753,'habbo20_c20_trophyvideo',3,0,0,1,0,0,1,-1,0,'','0','0'),(10831,'11420',307,'CF_1500_suitcase2',1500,0,0,1,0,0,27,-1,0,'','0','0'),(10834,'19894',13,'floor_single_101',1,0,0,1,0,0,99,-1,0,'','1','0'),(10835,'19894',13,'floor_single_102',1,0,0,1,0,0,99,-1,0,'','1','0'),(10836,'19894',13,'floor_single_103',1,0,0,1,0,0,99,-1,0,'','1','0'),(10837,'19894',13,'floor_single_104',1,0,0,1,0,0,99,-1,0,'','1','0'),(10838,'19894',13,'floor_single_105',1,0,0,1,0,0,99,-1,0,'','1','0'),(10839,'19894',13,'floor_single_106',1,0,0,1,0,0,99,-1,0,'','1','0'),(10840,'19894',13,'floor_single_107',1,0,0,1,0,0,99,-1,0,'','1','0'),(10841,'19894',13,'floor_single_108',1,0,0,1,0,0,99,-1,0,'','1','0'),(10842,'19894',13,'floor_single_109',1,0,0,1,0,0,99,-1,0,'','1','0'),(10843,'19894',13,'floor_single_110',1,0,0,1,0,0,99,-1,0,'','1','0'),(10844,'19894',13,'floor_single_111',1,0,0,1,0,0,99,-1,0,'','1','0'),(10845,'19894',13,'floor_single_201',1,0,0,1,0,0,99,-1,0,'','1','0'),(10846,'19894',13,'floor_single_201',1,0,0,1,0,0,99,-1,0,'','1','0'),(10847,'19894',13,'floor_single_202',1,0,0,1,0,0,99,-1,0,'','1','0'),(10848,'19894',13,'floor_single_202',1,0,0,1,0,0,99,-1,0,'','1','0'),(10849,'19894',13,'floor_single_203',1,0,0,1,0,0,99,-1,0,'','1','0'),(10850,'19894',13,'floor_single_203',1,0,0,1,0,0,99,-1,0,'','1','0'),(10851,'19894',13,'floor_single_204',1,0,0,1,0,0,99,-1,0,'','1','0'),(10852,'19894',13,'floor_single_204',1,0,0,1,0,0,99,-1,0,'','1','0'),(10853,'19894',13,'floor_single_205',1,0,0,1,0,0,99,-1,0,'','1','0'),(10854,'19894',13,'floor_single_205',1,0,0,1,0,0,99,-1,0,'','1','0'),(10855,'19894',13,'floor_single_206',1,0,0,1,0,0,99,-1,0,'','1','0'),(10856,'19894',13,'floor_single_206',1,0,0,1,0,0,99,-1,0,'','1','0'),(10857,'19894',13,'floor_single_207',1,0,0,1,0,0,99,-1,0,'','1','0'),(10858,'19894',13,'floor_single_207',1,0,0,1,0,0,99,-1,0,'','1','0'),(10859,'19894',13,'floor_single_208',1,0,0,1,0,0,99,-1,0,'','1','0'),(10860,'19894',13,'floor_single_209',1,0,0,1,0,0,99,-1,0,'','1','0'),(10861,'19894',13,'floor_single_209',1,0,0,1,0,0,99,-1,0,'','1','0'),(10862,'19894',13,'floor_single_210',1,0,0,1,0,0,99,-1,0,'','1','0'),(10863,'19894',13,'floor_single_210',1,0,0,1,0,0,99,-1,0,'','1','0'),(10864,'19894',13,'floor_single_211',1,0,0,1,0,0,99,-1,0,'','1','0'),(10865,'19894',13,'floor_single_211',1,0,0,1,0,0,99,-1,0,'','1','0'),(10866,'19894',13,'floor_single_301',1,0,0,1,0,0,99,-1,0,'','1','0'),(10867,'19894',13,'floor_single_302',1,0,0,1,0,0,99,-1,0,'','1','0'),(10868,'19894',13,'floor_single_303',1,0,0,1,0,0,99,-1,0,'','1','0'),(10869,'19894',13,'floor_single_304',1,0,0,1,0,0,99,-1,0,'','1','0'),(10870,'19894',13,'floor_single_305',1,0,0,1,0,0,99,-1,0,'','1','0'),(10871,'19894',13,'floor_single_306',1,0,0,1,0,0,99,-1,0,'','1','0'),(10872,'19894',13,'floor_single_307',1,0,0,1,0,0,99,-1,0,'','1','0'),(10873,'19894',13,'floor_single_401',1,0,0,1,0,0,99,-1,0,'','1','0'),(10874,'19894',13,'floor_single_402',1,0,0,1,0,0,99,-1,0,'','1','0'),(10875,'19894',13,'floor_single_403',1,0,0,1,0,0,99,-1,0,'','1','0'),(10876,'19894',13,'floor_single_404',1,0,0,1,0,0,99,-1,0,'','1','0'),(10877,'19894',13,'floor_single_405',1,0,0,1,0,0,99,-1,0,'','1','0'),(10878,'19894',13,'floor_single_406',1,0,0,1,0,0,99,-1,0,'','1','0'),(10879,'19894',13,'floor_single_407',1,0,0,1,0,0,99,-1,0,'','1','0'),(10880,'19894',13,'floor_single_408',1,0,0,1,0,0,99,-1,0,'','1','0'),(10881,'19894',13,'floor_single_409',1,0,0,1,0,0,99,-1,0,'','1','0'),(10882,'19894',13,'floor_single_410',1,0,0,1,0,0,99,-1,0,'','1','0'),(10883,'19896',13,'wallpaper_single_101',1,0,0,1,0,0,101,-1,0,'','1','0'),(10884,'19896',13,'wallpaper_single_102',1,0,0,1,0,0,42,-1,0,'','1','0'),(10885,'19896',13,'wallpaper_single_103',1,0,0,1,0,0,43,-1,0,'','1','0'),(10886,'19896',13,'wallpaper_single_104',1,0,0,1,0,0,104,-1,0,'','1','0'),(10887,'19896',13,'wallpaper_single_105',1,0,0,1,0,0,105,-1,0,'','1','0'),(10888,'19896',13,'wallpaper_single_106',1,0,0,1,0,0,106,-1,0,'','1','0'),(10889,'19896',13,'wallpaper_single_107',1,0,0,1,0,0,107,-1,0,'','1','0'),(10890,'19896',13,'wallpaper_single_108',1,0,0,1,0,0,108,-1,0,'','1','0'),(10891,'19896',13,'wallpaper_single_109',1,0,0,1,0,0,109,-1,0,'','1','0'),(10892,'19896',13,'wallpaper_single_110',1,0,0,1,0,0,110,-1,0,'','1','0'),(10893,'19896',13,'wallpaper_single_111',1,0,0,1,0,0,111,-1,0,'','1','0'),(10894,'19896',13,'wallpaper_single_112',1,0,0,1,0,0,44,-1,0,'','1','0'),(10895,'19896',13,'wallpaper_single_113',1,0,0,1,0,0,113,-1,0,'','1','0'),(10896,'19896',13,'wallpaper_single_114',1,0,0,1,0,0,114,-1,0,'','1','0'),(10897,'19896',13,'wallpaper_single_115',1,0,0,1,0,0,115,-1,0,'','1','0'),(10898,'19896',13,'wallpaper_single_201',1,0,0,1,0,0,201,-1,0,'','1','0'),(10899,'19896',13,'wallpaper_single_202',1,0,0,1,0,0,202,-1,0,'','1','0'),(10900,'19896',13,'wallpaper_single_203',1,0,0,1,0,0,203,-1,0,'','1','0'),(10901,'19896',13,'wallpaper_single_204',1,0,0,1,0,0,204,-1,0,'','1','0'),(10902,'19896',13,'wallpaper_single_205',1,0,0,1,0,0,205,-1,0,'','1','0'),(10903,'19896',13,'wallpaper_single_206',1,0,0,1,0,0,206,-1,0,'','1','0'),(10904,'19896',13,'wallpaper_single_207',1,0,0,1,0,0,207,-1,0,'','1','0'),(10905,'19896',13,'wallpaper_single_208',1,0,0,1,0,0,208,-1,0,'','1','0'),(10906,'19896',13,'wallpaper_single_209',1,0,0,1,0,0,209,-1,0,'','1','0'),(10907,'19896',13,'wallpaper_single_210',1,0,0,1,0,0,210,-1,0,'','1','0'),(10908,'19896',13,'wallpaper_single_211',1,0,0,1,0,0,211,-1,0,'','1','0'),(10909,'19896',13,'wallpaper_single_212',1,0,0,1,0,0,212,-1,0,'','1','0'),(10910,'19896',13,'wallpaper_single_213',1,0,0,1,0,0,213,-1,0,'','1','0'),(10911,'19896',13,'wallpaper_single_214',1,0,0,1,0,0,214,-1,0,'','1','0'),(10912,'19896',13,'wallpaper_single_215',1,0,0,1,0,0,215,-1,0,'','1','0'),(10913,'19896',13,'wallpaper_single_216',1,0,0,1,0,0,216,-1,0,'','1','0'),(10914,'19896',13,'wallpaper_single_217',1,0,0,1,0,0,217,-1,0,'','1','0'),(10915,'19896',13,'wallpaper_single_218',1,0,0,1,0,0,218,-1,0,'','1','0'),(10916,'19896',13,'wallpaper_single_301',1,0,0,1,0,0,301,-1,0,'','1','0'),(10917,'19896',13,'wallpaper_single_302',1,0,0,1,0,0,63,-1,0,'','1','0'),(10918,'19896',13,'wallpaper_single_303',1,0,0,1,0,0,64,-1,0,'','1','0'),(10919,'19896',13,'wallpaper_single_304',1,0,0,1,0,0,65,-1,0,'','1','0'),(10920,'19896',13,'wallpaper_single_305',1,0,0,1,0,0,305,-1,0,'','1','0'),(10921,'19896',13,'wallpaper_single_306',1,0,0,1,0,0,306,-1,0,'','1','0'),(10922,'19896',13,'wallpaper_single_307',1,0,0,1,0,0,307,-1,0,'','1','0'),(10923,'19896',13,'wallpaper_single_401',1,0,0,1,0,0,401,-1,0,'','1','0'),(10924,'19896',13,'wallpaper_single_402',1,0,0,1,0,0,402,-1,0,'','1','0'),(10925,'19896',13,'wallpaper_single_403',1,0,0,1,0,0,403,-1,0,'','1','0'),(10926,'19896',13,'wallpaper_single_404',1,0,0,1,0,0,404,-1,0,'','1','0'),(10927,'19896',13,'wallpaper_single_405',1,0,0,1,0,0,405,-1,0,'','1','0'),(10928,'19896',13,'wallpaper_single_406',1,0,0,1,0,0,406,-1,0,'','1','0'),(10929,'19896',13,'wallpaper_single_407',1,0,0,1,0,0,407,-1,0,'','1','0'),(10930,'19896',13,'wallpaper_single_408',1,0,0,1,0,0,408,-1,0,'','1','0'),(10931,'19896',13,'wallpaper_single_501',1,0,0,1,0,0,503,-1,0,'','1','0'),(10932,'19896',13,'wallpaper_single_502',1,0,0,1,0,0,68,-1,0,'','1','0'),(10933,'19896',13,'wallpaper_single_503',1,0,0,1,0,0,503,-1,0,'','1','0'),(10934,'19896',13,'wallpaper_single_504',1,0,0,1,0,0,504,-1,0,'','1','0'),(10935,'19896',13,'wallpaper_single_505',1,0,0,1,0,0,505,-1,0,'','1','0'),(10936,'19896',13,'wallpaper_single_506',1,0,0,1,0,0,506,-1,0,'','1','0'),(10937,'19896',13,'wallpaper_single_507',1,0,0,1,0,0,507,-1,0,'','1','0'),(10938,'19896',13,'wallpaper_single_508',1,0,0,1,0,0,508,-1,0,'','1','0'),(10939,'19896',13,'wallpaper_single_601',1,0,0,1,0,0,601,-1,0,'','1','0'),(10940,'19896',13,'wallpaper_single_602',1,0,0,1,0,0,602,-1,0,'','1','0'),(10941,'19896',13,'wallpaper_single_603',1,0,0,1,0,0,603,-1,0,'','1','0'),(10942,'19896',13,'wallpaper_single_604',1,0,0,1,0,0,604,-1,0,'','1','0'),(10943,'19896',13,'wallpaper_single_605',1,0,0,1,0,0,605,-1,0,'','1','0'),(10944,'19896',13,'wallpaper_single_606',1,0,0,1,0,0,606,-1,0,'','1','0'),(10945,'19896',13,'wallpaper_single_607',1,0,0,1,0,0,607,-1,0,'','1','0'),(10946,'19896',13,'wallpaper_single_608',1,0,0,1,0,0,608,-1,0,'','1','0'),(10947,'19896',13,'wallpaper_single_609',1,0,0,1,0,0,609,-1,0,'','1','0'),(10948,'19896',13,'wallpaper_single_610',1,0,0,1,0,0,610,-1,0,'','1','0'),(10949,'19896',13,'wallpaper_single_701',1,0,0,1,0,0,701,-1,0,'','1','0'),(10950,'19896',13,'wallpaper_single_702',1,0,0,1,0,0,702,-1,0,'','1','0'),(10951,'19896',13,'wallpaper_single_703',1,0,0,1,0,0,703,-1,0,'','1','0'),(10952,'19896',13,'wallpaper_single_704',1,0,0,1,0,0,704,-1,0,'','1','0'),(10953,'19896',13,'wallpaper_single_705',1,0,0,1,0,0,705,-1,0,'','1','0'),(10954,'19896',13,'wallpaper_single_706',1,0,0,1,0,0,706,-1,0,'','1','0'),(10955,'19896',13,'wallpaper_single_707',1,0,0,1,0,0,707,-1,0,'','1','0'),(10956,'19896',13,'wallpaper_single_708',1,0,0,1,0,0,708,-1,0,'','1','0'),(10957,'19896',13,'wallpaper_single_709',1,0,0,1,0,0,709,-1,0,'','1','0'),(10958,'19896',13,'wallpaper_single_710',1,0,0,1,0,0,710,-1,0,'','1','0'),(10959,'19896',13,'wallpaper_single_801',1,0,0,1,0,0,801,-1,0,'','1','0'),(10960,'19896',13,'wallpaper_single_802',1,0,0,1,0,0,802,-1,0,'','1','0'),(10961,'19896',13,'wallpaper_single_803',1,0,0,1,0,0,803,-1,0,'','1','0'),(10962,'19896',13,'wallpaper_single_804',1,0,0,1,0,0,804,-1,0,'','1','0'),(10963,'19896',13,'wallpaper_single_805',1,0,0,1,0,0,805,-1,0,'','1','0'),(10964,'19896',13,'wallpaper_single_806',1,0,0,1,0,0,806,-1,0,'','1','0'),(10965,'19896',13,'wallpaper_single_807',1,0,0,1,0,0,807,-1,0,'','1','0'),(10966,'19896',13,'wallpaper_single_808',1,0,0,1,0,0,808,-1,0,'','1','0'),(10967,'19896',13,'wallpaper_single_809',1,0,0,1,0,0,809,-1,0,'','1','0'),(10968,'19896',13,'wallpaper_single_810',1,0,0,1,0,0,810,-1,0,'','1','0'),(10969,'19896',13,'wallpaper_single_901',1,0,0,1,0,0,901,-1,0,'','1','0'),(10970,'19896',13,'wallpaper_single_902',1,0,0,1,0,0,902,-1,0,'','1','0'),(10971,'19896',13,'wallpaper_single_903',1,0,0,1,0,0,903,-1,0,'','1','0'),(10972,'19896',13,'wallpaper_single_904',1,0,0,1,0,0,904,-1,0,'','1','0'),(10973,'19896',13,'wallpaper_single_905',1,0,0,1,0,0,905,-1,0,'','1','0'),(10974,'19896',13,'wallpaper_single_906',1,0,0,1,0,0,906,-1,0,'','1','0'),(10975,'19896',13,'wallpaper_single_907',1,0,0,1,0,0,907,-1,0,'','1','0'),(10976,'19896',13,'wallpaper_single_908',1,0,0,1,0,0,908,-1,0,'','1','0'),(10977,'19896',13,'wallpaper_single_1001',1,0,0,1,0,0,76,-1,0,'','1','0'),(10978,'19896',13,'wallpaper_single_1002',1,0,0,1,0,0,77,-1,0,'','1','0'),(10979,'19896',13,'wallpaper_single_1003',1,0,0,1,0,0,78,-1,0,'','1','0'),(10980,'19896',13,'wallpaper_single_1004',1,0,0,1,0,0,79,-1,0,'','1','0'),(10981,'19896',13,'wallpaper_single_1005',1,0,0,1,0,0,80,-1,0,'','1','0'),(10982,'19896',13,'wallpaper_single_1006',1,0,0,1,0,0,81,-1,0,'','1','0'),(10983,'19896',13,'wallpaper_single_1007',1,0,0,1,0,0,82,-1,0,'','1','0'),(10984,'19896',13,'wallpaper_single_1101',1,0,0,1,0,0,1101,-1,0,'','1','0'),(10985,'19896',13,'wallpaper_single_1201',1,0,0,1,0,0,1201,-1,0,'','1','0'),(10986,'19896',13,'wallpaper_single_1301',1,0,0,1,0,0,1301,-1,0,'','1','0'),(10987,'19896',13,'wallpaper_single_1401',1,0,0,1,0,0,1401,-1,0,'','1','0'),(10988,'19896',13,'wallpaper_single_1501',1,0,0,1,0,0,1501,-1,0,'','1','0'),(10989,'19896',13,'wallpaper_single_1601',1,0,0,1,0,0,1601,-1,0,'','1','0'),(10990,'19896',13,'wallpaper_single_1701',1,0,0,1,0,0,1701,-1,0,'','1','0'),(10991,'19896',13,'wallpaper_single_1801',1,0,0,1,0,0,1801,-1,0,'','1','0'),(10992,'19896',13,'wallpaper_single_1901',1,0,0,1,0,0,1901,-1,0,'','1','0'),(10993,'19896',13,'wallpaper_single_1902',1,0,0,1,0,0,1902,-1,0,'','1','0'),(10994,'19896',13,'wallpaper_single_2001',1,0,0,1,0,0,2001,-1,0,'','1','0'),(10995,'19896',13,'wallpaper_single_2002',1,0,0,1,0,0,2002,-1,0,'','1','0'),(10996,'19896',13,'wallpaper_single_2003',1,0,0,1,0,0,2003,-1,0,'','1','0'),(10997,'19896',13,'wallpaper_single_2101',1,0,0,1,0,0,2101,-1,0,'','1','0'),(10998,'19896',13,'wallpaper_single_2102',1,0,0,1,0,0,2102,-1,0,'','1','0'),(10999,'19896',13,'wallpaper_single_2103',1,0,0,1,0,0,2103,-1,0,'','1','0'),(11000,'19896',13,'wallpaper_single_2201',1,0,0,1,0,0,2201,-1,0,'','1','0'),(11001,'19896',13,'wallpaper_single_2202',1,0,0,1,0,0,2202,-1,0,'','1','0'),(11002,'19896',13,'wallpaper_single_2203',1,0,0,1,0,0,2203,-1,0,'','1','0'),(11003,'19896',13,'wallpaper_single_2204',1,0,0,1,0,0,2204,-1,0,'','1','0'),(11004,'19896',13,'wallpaper_single_2205',1,0,0,1,0,0,2205,-1,0,'','1','0'),(11005,'19896',13,'wallpaper_single_2206',1,0,0,1,0,0,2206,-1,0,'','1','0'),(11006,'19896',13,'wallpaper_single_2301',1,0,0,1,0,0,2301,-1,0,'','1','0'),(11007,'19896',13,'wallpaper_single_2302',1,0,0,1,0,0,2302,-1,0,'','1','0'),(11008,'19896',13,'wallpaper_single_2303',1,0,0,1,0,0,2303,-1,0,'','1','0'),(11009,'19896',13,'wallpaper_single_2304',1,0,0,1,0,0,2304,-1,0,'','1','0'),(11010,'19896',13,'wallpaper_single_2401',1,0,0,1,0,0,2401,-1,0,'','1','0'),(11011,'19896',13,'wallpaper_single_2402',1,0,0,1,0,0,2402,-1,0,'','1','0'),(11012,'19896',13,'wallpaper_single_2403',1,0,0,1,0,0,2403,-1,0,'','1','0'),(11013,'19896',13,'wallpaper_single_2501',1,0,0,1,0,0,2501,-1,0,'','1','0'),(11014,'19896',13,'wallpaper_single_2502',1,0,0,1,0,0,2502,-1,0,'','1','0'),(11015,'19896',13,'wallpaper_single_2503',1,0,0,1,0,0,2503,-1,0,'','1','0'),(11016,'19896',13,'wallpaper_single_2504',1,0,0,1,0,0,2504,-1,0,'','1','0'),(11017,'19896',13,'wallpaper_single_2601',1,0,0,1,0,0,2601,-1,0,'','1','0'),(11018,'19896',13,'wallpaper_single_2602',1,0,0,1,0,0,2602,-1,0,'','1','0'),(11019,'19896',13,'wallpaper_single_2603',1,0,0,1,0,0,2603,-1,0,'','1','0'),(11020,'19896',13,'wallpaper_single_2604',1,0,0,1,0,0,2604,-1,0,'','1','0'),(11021,'19896',13,'wallpaper_single_2701',1,0,0,1,0,0,2701,-1,0,'','1','0'),(11022,'19896',13,'wallpaper_single_2702',1,0,0,1,0,0,2702,-1,0,'','1','0'),(11023,'19896',13,'wallpaper_single_2703',1,0,0,1,0,0,2703,-1,0,'','1','0'),(11024,'19896',13,'wallpaper_single_2704',1,0,0,1,0,0,2704,-1,0,'','1','0'),(11025,'19896',13,'wallpaper_single_2801',1,0,0,1,0,0,2801,-1,0,'','1','0'),(11026,'19896',13,'wallpaper_single_2802',1,0,0,1,0,0,2802,-1,0,'','1','0'),(11027,'19896',13,'wallpaper_single_2803',1,0,0,1,0,0,2803,-1,0,'','1','0'),(11028,'19896',13,'wallpaper_single_2804',1,0,0,1,0,0,2804,-1,0,'','1','0'),(11029,'19896',13,'wallpaper_single_2901',1,0,0,1,0,0,2901,-1,0,'','1','0'),(11030,'19896',13,'wallpaper_single_2902',1,0,0,1,0,0,2902,-1,0,'','1','0'),(11031,'19896',13,'wallpaper_single_2903',1,0,0,1,0,0,2903,-1,0,'','1','0'),(11032,'19896',13,'wallpaper_single_2904',1,0,0,1,0,0,2904,-1,0,'','1','0'),(11033,'19896',13,'wallpaper_single_3001',1,0,0,1,0,0,3001,-1,0,'','1','0'),(11034,'19896',13,'wallpaper_single_3002',1,0,0,1,0,0,3002,-1,0,'','1','0'),(11035,'19896',13,'wallpaper_single_3003',1,0,0,1,0,0,3003,-1,0,'','1','0'),(11036,'19896',13,'wallpaper_single_3004',1,0,0,1,0,0,3004,-1,0,'','1','0'),(11037,'19896',13,'wallpaper_single_3101',1,0,0,1,0,0,3101,-1,0,'','1','0'),(11038,'19896',13,'wallpaper_single_3102',1,0,0,1,0,0,3102,-1,0,'','1','0'),(11039,'19896',13,'wallpaper_single_3103',1,0,0,1,0,0,3103,-1,0,'','1','0'),(11040,'19896',13,'wallpaper_single_3104',1,0,0,1,0,0,3104,-1,0,'','1','0'),(11041,'19896',13,'wallpaper_single_3105',1,0,0,1,0,0,3105,-1,0,'','1','0'),(11042,'19896',13,'wallpaper_single_3106',1,0,0,1,0,0,3106,-1,0,'','1','0'),(11055,'11311',753,'clothing_h20th',1,0,0,1,0,0,1,-1,0,'','0','0'),(11056,'2064',12,'a0 CF_1_coin_bronze',6,0,0,5,0,0,8,-1,0,'','0','0'),(11057,'2067',12,'a0 CF_5_coin_silver',21,0,0,4,0,0,12,-1,0,'','0','0'),(11058,'2067',12,'a0 CF_5_coin_silver',51,0,0,10,0,0,13,-1,0,'','0','0'),(11059,'2063',12,'a0 CF_10_coin_gold',51,0,0,5,0,0,14,-1,0,'','0','0'),(11060,'2064',12,'a0 CF_1_coin_bronze',11,0,0,10,0,0,9,-1,0,'','0','0'),(11061,'2064',12,'a0 CF_1_coin_bronze',21,0,0,20,0,0,10,-1,0,'','0','0'),(11062,'2064',12,'a0 CF_1_coin_bronze',51,0,0,50,0,0,11,-1,0,'','0','0'),(11063,'11308',757,'habbo20_r20_crackable',75,75,5,1,0,0,0,-1,0,'','0','0'),(11064,'2064',12,'a0 CF_1_coin_bronze',2,0,0,1,0,0,3,-1,0,'','1','0'),(11065,'2067',12,'a0 CF_5_coin_silver',6,0,0,1,0,0,4,-1,0,'','1','0'),(11066,'8',26,'room_ad_plus_badge',0,100,0,1,0,0,1,-1,0,'','1','0'),(11068,'9232',486,'xmas_c16_egg',50,15,5,1,0,0,1,-1,0,'','0','0'),(20500,'50512;2833;2822;2827;2816;2830;2819;2939;40600;8261;3704;8260;3707;9031;10240;10271;4373;4387;4835;3779;3776;3848;3786;43560;4151;8431;43390;3606;4342;4335;10258;10145;10162;4068;5984',1110,'extra20_machines1_tto',189,189,5,1,0,0,1,-1,0,'','0','0'),(20501,'50513;2831;2828;2834;2820;2817;2823;9048;6011;6004;10137;10136;4088;3905;10288;10237;4738;3774;4371;3783;4384;10920;4346;4333;4344;6102;6114;2774;4713;3256;2954;9979;10018;9977;9430;3394;4388;5498',1110,'extra20_machines2_tto',189,189,5,1,0,0,1,-1,0,'','0','0'),(30000,'11421;50511',759,'clothing_r20_slumberoutfit',25,25,5,1,0,0,1,-1,0,'50511','0','0');
+CREATE TABLE `catalog_items_bc` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `item_ids` varchar(666) NOT NULL
+, `page_id` integer NOT NULL
+, `catalog_name` varchar(100) NOT NULL
+, `order_number` integer NOT NULL DEFAULT 1
+, `extradata` varchar(500) NOT NULL DEFAULT ''
+);
+CREATE TABLE `catalog_items_limited` (
+ `catalog_item_id` integer NOT NULL
+, `number` integer NOT NULL
+, `user_id` integer NOT NULL DEFAULT 0
+, `timestamp` integer NOT NULL DEFAULT 0
+, `item_id` integer NOT NULL DEFAULT 0
+, UNIQUE (`catalog_item_id`,`number`)
+);
+CREATE TABLE `catalog_pages` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `parent_id` integer NOT NULL DEFAULT -1
+, `caption_save` varchar(25) NOT NULL DEFAULT ''
+, `caption` varchar(128) NOT NULL
+, `page_layout` text NOT NULL DEFAULT 'default_3x3'
+, `icon_color` integer NOT NULL DEFAULT 1
+, `icon_image` integer NOT NULL DEFAULT 1
+, `min_rank` integer NOT NULL DEFAULT 1
+, `order_num` integer NOT NULL DEFAULT 1
+, `visible` text NOT NULL DEFAULT '1'
+, `enabled` text NOT NULL DEFAULT '1'
+, `club_only` text NOT NULL DEFAULT '0'
+, `vip_only` text NOT NULL DEFAULT '0'
+, `page_headline` varchar(1024) NOT NULL DEFAULT ''
+, `page_teaser` varchar(64) NOT NULL DEFAULT ''
+, `page_special` varchar(2048) DEFAULT ''
+, `page_text1` text DEFAULT NULL
+, `page_text2` text DEFAULT NULL
+, `page_text_details` text DEFAULT NULL
+, `page_text_teaser` text DEFAULT NULL
+, `room_id` integer DEFAULT 0
+, `includes` varchar(128) NOT NULL DEFAULT ''
+);
+INSERT INTO `catalog_pages` VALUES (1,-1,'front_page','Front Page','frontpage',1,213,1,1,'1','1','0','0','catalog_frontpage_headline_shop_EN','','','','Redeem a voucher code here:','','',0,''),(373,372,'christmas','Christmas','default_3x3',1,168,1,1,'1','0','0','0','catalog_header_xmas2013','catalog_xmas_teaser','','','','','',0,''),(375,372,'halloween','Halloween','default_3x3',1,34,1,4,'1','0','0','0','catalog_header_hw15','','','','','','',0,''),(376,372,'valentines_day','Valentines Day','default_3x3',1,62,1,3,'1','0','0','0','','','','','','','',0,''),(8,2,'habbo_club','Habbo Club','vip_buy',1,172,1,11,'1','1','0','0','catalog_club_headline1_en','club','','','','','',0,''),(9,2,'bots','Bots','bots',1,65,1,13,'1','1','0','0','catalog_bots_headline1_en','catalog_bots_headline1_en','','They walk, they talk, and they make the perfect addition to any room!','','','',0,''),(10,220,'my_sales','My Sales','marketplace_own_items',1,70,1,1,'1','1','0','0','','','','','','','',0,''),(11,220,'offers','Offers','marketplace',1,71,1,2,'1','1','0','0','','','marketplace_offers','','','','',0,''),(12,2,'credit_furni','Credit Furni','default_3x3',1,146,1,1,'1','1','0','0','catalog_bank_headline1','catalog_bank_teaser','','Habbo Exchange is where you can convert your Credits into a tradable currency. You can then use this currency to trade for Furni or just show off your riches in your room.','','','',0,''),(2,-1,'furni','Furni','default_3x3',1,263,1,2,'1','1','0','0','catalog_header_roombuilder','cr_infopic3','','','Furni Shop',NULL,'',0,''),(586,43,'black_diner','Black Diner','default_3x3',1,204,1,2,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(587,43,'beige_diner','Beige Diner','default_3x3',1,204,1,1,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(594,43,'blue_diner','Blue Diner','default_3x3',1,204,1,2,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(625,43,'green_diner','Green Diner','default_3x3',1,204,1,3,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(626,43,'yellow_diner','Yellow Diner','default_3x3',1,204,1,6,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(627,43,'teal_diner','Teal Diner','default_3x3',1,204,1,9,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(628,43,'diner_accessories','Diner Accessories','default_3x3',1,204,1,10,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(13,603,'spaces','Spaces','spaces_new',1,225,1,8,'1','1','0','0','look_feel_text','','','Floors, wallpapers, landscapes - get a groovy combination for your room. Use our virtual room preview below to test out the combinations before you buy. Select the design and colour you like and click buy.','','','',0,''),(14,2,'limited_rares','Limited Rares','default_3x3',1,145,1,6,'1','1','0','0','limited_header','catalog_limited_teaser_en','','These are only available for a limited time!','','','',0,''),(372,5,'seasonal_furni_lines','Seasonal Furni Lines','default_3x3',1,195,1,4,'1','0','0','0','','','','','','','',0,''),(306,603,'windows','Windows','default_3x3',1,218,1,7,'1','1','0','0','ctlg_windows_headline1_en','ctlg_windows_teaser1_en','','Let some sunshine in! Our windows come in many styles to give a unique look to your room. Who said your room can''t have a view?','','','',0,''),(16,604,'lighting','Lighting','default_3x3',1,115,1,6,'1','1','0','0','catalog_dimmers_header1_en','catalog_dimmer_teaser_en','','Check out the Mood Lights. Use these items to dim the light in your rooms. Try out different light settings with different wallpapers to see what you get. Talk about lighting with style!',NULL,NULL,'Click on an item for details.',0,''),(464,402,'2008','2008','default_3x3',1,274,1,2,'1','1','0','0','summer','catalog_teaser_beach_furni','','Who hasn''t dreamt of making a sandcastle they fit in? Now you can!','','','',0,''),(503,209,'jet_set','Jet Set','default_3x3',1,237,1,39,'1','0','0','0','jetset_header','jetset_yachtcomp','','Live life to the fullest with our Jetset furni range. This is the Furni for those Habbos who like to throw obscenely huge parties and show off their style.','','','',0,''),(17,568,'mode','Mode','default_3x3',1,39,1,7,'1','1','0','0','catalog_mode_headline1','catalog_mode_teaser1','','Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.','','','',0,''),(179,180,'aqua_pura','Aqua Pura','default_3x3_color_grouping',1,48,1,1,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(6,675,'furnimatic','Furnimatic','default_3x3',1,65,7,3,'0','0','0','0','',' ',' ','',' ','',' ',0,''),(281,568,'area','Area','default_3x3',1,14,1,1,'1','1','0','0','catalog_area_headline1','catalog_area_teaser1','','A chunky and sofisticated line for the down-to-earth, It''s simplicty is beautful and will add a welcoming charm to every room.','','','',0,''),(282,209,'country','Country','default_3x3',1,21,1,19,'1','1','0','0','country_header1_en_001','country_teaser1','','"Moving to the country, gonna eat a lot of peaches"... The great outdoors is calling with the Country Furni range!','','','',0,''),(277,4,'pet_animals','Pet Animals','pets3',1,8,1,1,'1','1','0','0','catalog_pet_headline1_en','ctlg_pet_note','','Pets are inhabitants of Habbo Hotel so each pet owner needs to know a bit about them. If you want to look after your pet properly, make sure you read the following points carefully.','A few things you should know:','*You can place a pet in your room or take one for a walk with you in other rooms.
+*You can''t trade your pet but they can follow you to friend''s rooms to gather scratches.
+*You can have up to 50 pets in your room, but look after them all!
+
+
+*Look after your pet with food, water and treats. Check the Pets'' Accessories.
+*Unlock Badges and Achievements by Training your Pet.','Click your Pet and hit the "Train" button to get a list of commands that will level up your Pet in no time!',0,''),(18,568,'lodge','Lodge','default_3x3',1,37,1,6,'1','1','0','0','catalog_lodge_headline1','catalog_lodge_teaser1','','For that splendid ski-lodge effect with an open fire and whisky on the sidebar. This range is for those who appreicate the true beauty of solid wood.','','','',0,''),(19,511,'colourable_plasto','Colourable Plasto','default_3x3_color_grouping',1,46,1,1,'1','1','0','0','plastic','plastic_pasic_promo_1','','Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!','','','',0,''),(182,568,'bathroom','Bathroom','default_3x3',1,17,1,2,'1','1','0','0','bathroom_catahead','bcbath_catateaser','','Give yourself and your guests somewhere to freshen up - vital if you want to avoid nasty smells. Might be an idea to put your loo in a corner though.','','','',0,''),(20,602,'vegetation','Vegetation','default_3x3',1,220,1,2,'1','1','0','0','catalog_plants_headline1','catalog_plants_teaser1','','Every room needs a plant! Not only do they bring a bit of the outside inside, they also enhance the air quality! And what better gift for a friend than a beautiful rose or elegant fruit tree...','','','',0,''),(559,603,'carpets','Carpets','default_3x3',1,116,1,4,'1','1','0','0','catalog_rugs_headline1','catalog_rugs_teaser1','','Rugs for all occasions, all non-slip and washable.','','','',0,''),(21,603,'walls','Walls','default_3x3',1,122,1,3,'1','1','0','0','catalog_walls_header_dyn','catalog_walls_teaser2_001','','Bring the outdoors in with windows and posters. Transform your surroundings - your walls will never look bare again!','','','',0,''),(22,209,'accessories','Accessories','default_3x3',1,11,1,2,'1','1','0','0','catalog_extra_headline1','catalog_extra_teaser1','','However you place your essential Furniture, it''s the finishing touches that count!','','','',0,''),(24,209,'base','Base','default_3x3',1,179,1,11,'1','1','0','0','catalog_header_base','base_rentable_teaser','','This colourful range of furni has everything you need to style out your room and build great spaces.','','','',0,''),(299,376,'2014_health_spa','2014 - Health Spa','default_3x3',1,62,1,14,'1','1','0','0','catalog_header_spa','catalog_teaser_spa','','Sometimes, all you want is a nice relaxing spa day. With this furni line, you can enjoy one with your Valentine!','','','',0,''),(25,604,'badge_display','Badge Display','badge_display',1,224,1,10,'1','1','0','0','catalog_header_badgedisplay','badgedisplay_promo2','','You worked hard to get your badges, right? Now''s the time to show it off, grab a display case and choose your favorite badge to show off!','','','',0,''),(26,2,'room_ad','Room Event','roomads',1,55,1,3,'1','1','0','0','events_header','','','','','','',0,''),(27,568,'iced','Iced','default_3x3',1,72,1,4,'1','1','0','0','catalog_iced_headline1','catalog_iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(28,209,'alhambra','Alhambra','default_3x3',1,12,1,4,'1','1','0','0','alhambra_header','alhambra_teaser','','For the cold Arabian nights and hot Arabian days, you''ll need a palace.. And we have just what you need! Green blossom print should cover it just fine!','','','',0,''),(302,209,'asian','Asian','default_3x3',1,15,1,9,'1','1','0','0','catalog_asian_headline1','catalog_asian_teaser1','','Ting tong! Ching chong? Ting chong ting, ping ping! I mean uh.. with our authentic Chinese furniture, you can make a beautiful oriental room!','','','',0,''),(303,209,'bensalem','Bensalem','default_3x3',1,18,1,13,'1','1','0','0','catalog_lc_headline2_en','catalog_lc_teaser1_en_001','','Glub... glub... glub...','','','',0,''),(304,700,'executive','Executive','default_3x3',1,27,1,26,'1','1','0','0','catalog_exe_headline1_en','catalog_exe_teaser_en','','For the ultimate business man, the Executive range with its leather seats and Italian coffee is a dream! How about you try the easy lifestyle?','','','',0,''),(29,209,'glass','Glass','default_3x3',1,29,1,29,'1','1','0','0','catalog_glass_headline1','catalog_glass_teaser1','','You can really open up a space with this stylish glass furniture, just don''t walk into it!','','','',0,''),(30,209,'gothic','Gothic','default_3x3',1,30,1,30,'1','1','0','0','catalog_gothic_headline1','catalog_gothic_teaser1','','As the church bells ring out midnight, you walk through your cobbled hall lit by candles, throw yourself into your medieval throne and paint your nails black. This is what we imagined when we ordered this range!','','','',0,''),(31,209,'japan','Japan','default_3x3',1,36,1,38,'1','1','0','0','catalog_jap_headline1','catalog_jap_teaser3_en','','We have sushi, tatami and katana''s! I have no idea what the difference is, but I sure know its Japanese! Fulfil your fantasies and buy some today!','','','',0,''),(32,209,'lost_tribe','Lost Tribe','default_3x3',1,38,1,44,'1','1','0','0','losttribe','LT_teaser_en','','Start your own tribal village with our ancient furniture, all carved from hard wearing stone. NOTE: Lava is hot, get an adult to help you.','','','',0,''),(33,209,'neon','Neon','default_3x3',1,41,1,50,'1','1','0','0','catalog_neon_header1_en','catalog_neon_teaser1_en','','Party animals rejoice! Feel the base and reach for the lasers with the Neon Furni range - everything you need to get the party started!','','','',0,''),(34,209,'relax','Relax','default_3x3',1,49,1,60,'1','1','0','0','rela_header_en','rela_teaser_en','','Relax after a busy day in the Welcome Lounge. Light a few candles, and chill out with a good read in a wicker chair. We understand the needs of a Wulles with a hectic lifestyle!','','','',0,''),(35,209,'romantique','Romantique','default_3x3',1,50,1,61,'1','1','0','0','catalog_romantique_headline1','catalog_rom_teaser_en','','Found in a French barn, this sweet but sexily romantic range caters to every ladies needs. Just going to powder my nose!','','','',0,''),(36,209,'scifi','Scifi','default_3x3',1,53,1,65,'1','1','0','0','sf_header_en','sf_teaser_en','','Sci Fi convention, outer space, the Moon, we have everything you need to make your own mystical, un-earthly room right here!','','','',0,''),(37,376,'2009_shalimar','2009 - Shalimar','default_3x3',1,62,1,3,'1','1','0','0','catalog_shal_header1_en','catalog_shal_teaser_en','','Based on Bollywood!','','','',0,''),(38,219,'freeze!','Freeze!','default_3x3',1,87,1,5,'1','1','0','0','catalog_freeze_en','ctlg_teaser_es','','Freeze!... and try the newest game to hit Wulles! Team up and plant snowball bombs to snap freeze your competitors. You could say it''s so cool, it''s frozen ;)','','','',0,''),(39,526,'pixel_collectibles','Pixel Collectibles','default_3x3',1,5,1,5,'1','1','0','0','tienda-pixel','pixel3','','','','','',0,''),(40,7,'ads_room_backgrounds','Ads Room Backgrounds','default_3x3',1,47,6,1,'1','1','0','0','','','','Use these to place images in your room. The mpu''s go to a link when clicked; the AD one does not.','','','',0,''),(41,387,'theatredome','Theatredome','default_3x3',1,264,1,25,'1','1','0','0','catalog_header_classics','article_habboreport2','','The Theatredrome is a very old and popular Public Room. It''s hosted many campaigns from paying sponsors.','','','',0,''),(42,604,'rollers','Rollers','default_3x3',1,222,1,9,'1','1','0','0','catalog_roller_headline1','catalog_teaser_rollers_en','','Move your imagination. This cool stuff is more than suitable for business and pleasure... Habbo rollers for games and queues. Now available in multipacks.','','','',0,''),(43,209,'diner','Diner','default_3x3',1,204,1,23,'1','0','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!','','','',0,''),(44,442,'twilight','Twilight','default_3x3',1,52,4,66,'1','1','0','0','catalog_twilight_header_en','ctlg_pic_ads_twi_mist','','I''ve never read the book, all I know is it has vampires playing basket ball and some heart throb called Edward Cullen, but the furni looks good!','','','',0,''),(45,219,'battle_banzai','Battle Banzai','default_3x3',1,78,1,3,'1','1','0','0','catalog_battleBanzai_header_en','catalog_battleBanzai_teaser','','Bigger, Better, Bouncier - it''s Battle Banzai! Now YOU set the rules for your own game, in your own room. You got the Banzai Power!','','','',0,''),(272,209,'urban','Urban','default_3x3',1,32,1,77,'1','1','0','0','urban_header_en','urban_teaser_en','','New York City styled furni range, Urban is perfect for any street, alleyway or road. Rubbish bins, street lights and benches, all the Urban furniture you need!','','','',0,''),(48,526,'automobile','Automobile','default_3x3',1,5,1,1,'1','1','0','0','tienda-pixel','pixel3','','','','','',0,''),(348,557,'v11_rares','V11 Rares','default_3x3',1,42,6,5,'1','0','0','0','',' ','','','','','',0,''),(595,219,'chess','Chess','default_3x3',1,2,1,11,'1','1','0','0','chessheader','spromo_Chess_Bundle','','Who remembers the legendary Habbo Hotel Public Classics? Now you can recreate them any way you want.','','','',0,''),(49,442,'goodbye_big_hand','Goodbye Big Hand','default_3x3',1,52,4,26,'1','1','0','0','','','','','','','',0,''),(50,376,'2010_bling','2010 - Bling','default_3x3',1,62,1,5,'1','1','0','0','catalog_header_bling_en','catalog_teaser_bling11','','Did someone speak in glamour? Chic? Lux? So you''re speaking the language of Bonnie Blonde, my friend!','','','',0,''),(51,209,'organo','Organo','default_3x3',1,235,1,51,'1','1','0','0','organo_cata_header','organo_teaser','','The latest range from Ann Summers, the Orgie line. Made of soft, wipe clean plastic, its perfect for any three, four or fivesome!','','','',0,''),(75,277,'dogs','Dogs','pets',1,24,1,13,'1','1','0','0','catalog_pet_headline1','','','Wet noses, paws and woofs! You''re about to enter the world of Habbo Dogs. An adorable and cuddly ball of fur awaits you with a waggling tail.','Name your Dog:','Pick a colour:','Pick a breed:',0,''),(52,234,'pet_food','Pet Food','default_3x3',1,201,1,2,'1','1','0','0','catalog_header_petfood','ctlg_pet_teaser1','','Keep your Pet happy and healthy. Feed it and don''t forget about exercise!','','','',0,''),(463,270,'super_saver_subscription','2011 - Super Saver Subscription','default_3x3',1,124,5,4,'1','1','0','0','','','','','','','',0,''),(53,209,'runway','Runway','default_3x3',1,74,1,62,'1','1','0','0','runway_header_en','runway_teaser_en','','Spice up your salon, hair parlour or boutique with our stylish yet practical range! From sewing machines to comfy seating, we''ve got the perfect option for you.','','','',0,''),(467,209,'school','School','default_3x3',1,130,1,64,'1','1','0','0','ruletheschool_header','catalog_school_teaser','','Sick of being told what to do? Want to be the boss of someone else for a change? Well now you can with our very own school range!','','','',0,''),(76,277,'cats','Cats','pets',1,20,1,14,'1','1','0','0','catalog_pet_headline1','','','Fluff, whiskers, meows and purrs! These cute little critters make great playmates and will keep you entertained.','Name your Cat:','Pick a colour:','Pick a breed:',0,''),(77,277,'crocs','Crocs','pets',1,22,1,10,'1','1','0','0','catalog_pet_headline1','','','Scaly skin, growls and snaps! Security for your room or used to scare your friends - this surprisingly loving Croc can be yours.','Name your Croc:','Pick a colour:','Pick a breed:',0,''),(78,277,'terriers','Terriers','pets',1,66,1,7,'1','1','0','0','catalog_pet_headline1','','','The Cairn Terrier is one of the oldest terrier breeds. From the Scottish Highlands, it was used for hunting prey among the cairns! Different breeds have different colours!','Name your Terrier:','Pick a colour:','Pick a breed:
+',0,''),(79,277,'bears','Bears','pets',1,68,1,5,'1','1','0','0','catalog_pet_headline1','','','A large mammal that walks on the soles of its feet, with thick fur and a short tail. Did you know that bears are related to dogs and that most species are omnivorous?','Name your Bear:',NULL,'Pick a breed:',0,''),(80,277,'pig','Pigs','pets',1,67,1,15,'1','1','0','0','catalog_pet_headline1','','','Finally an excuse to leave your room looking like a pigsty! Mischevious and cute, these little guys are out of the ordinary. Sweet and funny, a pet like no other!','Name your Pet Pig:','Pick a colour:','Pick a breed:
+',0,''),(523,219,'football','Football','default_3x3',1,56,1,6,'1','1','0','0','catalog_football_001','flags','','Whether you call it soccer, football or futbol... you can enjoy the game right here in Habbo! Get a ball and kick it, bounce it, pass it, control it and steal it!','','','',0,''),(54,209,'prison','Prison','default_3x3',1,240,1,57,'1','1','0','0','prisonheader','prisonteaser','','Hey, he''s escaping! Just kidding, no one''s getting out of these high security cells!','','','',0,''),(55,209,'tv_studio','TV Studio','default_3x3',1,136,1,76,'1','1','0','0','header_studio','teaser_studio','','The Studio range lets YOU be your own music producer!','','','',0,''),(81,277,'lion','Lion','pets',1,76,1,8,'1','1','0','0','catalog_pet_headline1','','','A boisterous predator in nature, the lion has been tamed to be your fierce friend in Habbo Hotel.','Name your pet:','Choose a colour:','Choose a breed:
+',0,''),(82,277,'rhino','Rhino','pets',1,77,1,11,'1','1','0','0','catalog_pet_headline1','','','The Rhinoceros is an African herbivore that can weigh over a ton. It is proud and slightly aloof, but loyal and never let anything get in the way of a good time!','Name your pet:','Choose a colour:','Choose a breed:',0,''),(83,277,'spider','Spider','pets',1,95,1,12,'1','1','0','0','catalog_pet_headline1','','','One of the most feared creatures in nature, and perhaps the most misunderstood. The majority of Spiders have sharp fangs that inject venom into their prey- but don''t worry, these spiders won''t bite! Maybe...','','Name your pet:','',0,''),(84,277,'turtle','Turtles','pets',1,126,1,9,'1','1','0','0','catalog_pet_headline1','','','Anything but slow, these guys are ready to ride the waves and swim laps at your beaches!','','Name your Turtle:',NULL,0,''),(371,387,'welcome_lounge','Welcome Lounge','default_3x3',1,264,1,26,'1','1','0','0','catalog_header_classics','article_habboreport2','','This furni is from the second version of the Welcome Lounge; the first after moving from Shockwave to Flash.','','','',0,''),(85,680,'chick','Chick','pets',1,107,1,99,'1','1','0','0','catalog_pet_headline1','','',NULL,'','Name your Dragon:','Select your colour/breed:
+',0,''),(56,209,'cubie','Cubie','default_3x3',1,100,1,20,'1','1','0','0','catalog_cubie_header_en','catalog_cubie_teaser','','It''s sleek, it''s modern, it''s so darn cool it can barely stand itself... Introducing the Cubie Furni range! Give your Bachelor or Bachelorette pad a homely feel with a sophisticated twist.','','','',0,''),(57,209,'waasa','Waasa','default_3x3',1,103,1,80,'1','1','0','0','waasa_catalogue_header','waasa_teaser','','Waasa is the perfect furniture for a chilled, laidback room. Especially good for students on a budget!','','','',0,''),(370,387,'picnic','Picnic','default_3x3',1,264,1,21,'1','1','0','0','catalog_header_classics','article_habboreport2','','Picnic is one of the oldest, still-standing Public Rooms on Habbo.','','','',0,''),(58,442,'american_idol','American Idol','default_3x3',1,52,4,3,'1','1','0','0','catalog_header_AI1_en','catalog_teaser_idol','','Host your own American Idol show with this replica furniture! All that''s missing is a Randy Jackson lookalike!','','','',0,''),(59,209,'kitchen','Kitchen','default_3x3',1,217,1,41,'1','1','0','0','catalog_header_kitchen2015','teaser_kitchen2015','','Fancy owning a Habbo restaurant? Or just love catering for Habbos in style? With this furni line you can REALLY get cooking!','','','',0,''),(86,277,'frog','Frog','pets',1,97,1,16,'1','1','0','0','catalog_pet_headline1','','','Cute, green and slimy! Frogs come in a variety of colours and can be found all over the world. They are great jumpers and make great pets, but are harder to hold onto than a supermodel in a tornado.','','Name your Frog:',NULL,0,''),(87,277,'dragon','Dragons','pets',1,109,1,6,'1','1','0','0','catalog_pet_headline1','','','Keepers of the Dragon, beware...their history is legendary... With their fiery breath and scaly skin, these mythical creatures are nothing but fierce!','','Name your Dragon:',NULL,0,''),(60,209,'usva','USVA','default_3x3',1,129,1,78,'1','0','0','0','catalog_header_USVA','Catalog_teaser_USVA','','With a great range of colours and new stacking possibilities, you''ll love building and creating structures with the new USVA Furni line!','','','',0,''),(279,503,'jet_set','Jet Set','default_3x3',1,237,1,1,'1','1','0','0','jetset_header','jetset_cashcomp2','','Are you ready for the launch of the new Jet Set series? We are! Get ready to ride the waves on your yacht or jet ski and just relax in a tropical paradise.','','','',0,''),(62,209,'mystics','Mystics','default_3x3',1,185,1,48,'1','1','0','0','header_mystics','teaser_mystics','','A mystic crystal has crashed outside the hotel bounds and is transforming the hotel into an infected wilderness. Will you fight for the side for good? Or will you fight for the side of evil and help the infection spread?','','','',0,''),(63,218,'triggers','Triggers','default_3x3',1,81,1,3,'1','1','0','0','catalog_wired_header2_en','ctlg_pic_wired_triggers','','Triggers let you define what needs to happen for an Effect to take place. To program a Trigger, place it in a room, double click on it and set it up! You need to stack an Effect with the Trigger to make it work.',NULL,NULL,'Click to see how each Trigger works.',0,''),(604,2,'indoor_furni','Indoor Furni','default_3x3',1,112,1,7,'1','0','0','0','','','','','','','',0,''),(603,2,'room_building','Room Building','default_3x3',1,63,1,8,'1','0','0','0','','','','','','','',0,''),(602,2,'outdoor_furni','Outdoor Furni','default_3x3',1,220,1,9,'1','0','0','0','','','','','','','',0,''),(64,218,'effects','Effects','default_3x3',1,82,1,4,'1','1','0','0','catalog_wired_header3_en','ctlg_pic_wired_effects','','Effects are what happens after you activate a Trigger. To program an Effect, place it in a room, double click on it and set it up! You will always need to stack a Trigger with the Effect to make it work.',NULL,'','Click on an item to see what the Effect does!',0,''),(65,218,'conditions','Conditions','default_3x3',1,83,1,5,'1','1','0','0','catalog_wired_header4_en','ctlg_pic_wired_conditions','','Conditions are specific things that need to be done before a Trigger will work. If you want to use a Condition, you will need to stack it with a Trigger and Effect.',NULL,'','Click on an item to see what the Condition does!',0,''),(369,387,'lido','Lido','default_3x3',1,264,1,17,'1','1','0','0','catalog_header_classics','article_habboreport2','','The Lido is where the famous "Pool''s Closed" raid occured in 2006.','','','',0,''),(66,442,'stray_pixels','Stray Pixels','default_3x3',1,52,4,61,'1','1','0','0','StrayPixelsLogo','catalog_pxl_teaser2_nl','','','','','',0,''),(67,209,'mayan','Mayan','default_3x3',1,171,1,45,'1','1','0','0','mayanheader2','mayanteaser','','Just what you need to prove you survived the apocolypse!','','','',0,''),(68,209,'african','African','default_3x3',1,233,1,3,'1','1','0','0','african_header','african_catateaser','','The new African furniture range is here!','','','',0,''),(69,209,'anna','Anna','default_3x3',1,104,1,6,'1','1','0','0','catalog_anna_header','catalog_anna_teaser','','Make the new Anna range yours!','','','',0,''),(70,209,'steampunk','Steampunk','default_3x3',1,180,1,67,'1','1','0','0','catalog_header_steampunk','catalog_teaser_steampunk','','Infuse your room design with the power of steam! This Steampunk line is a full set of building material to create amazing room designs that resemble an alternate retro-futuristic universe.','','','',0,''),(71,602,'tents','Tents','default_3x3',1,223,1,6,'1','1','0','0','catalog_header_tents','catalog_teaser_tents','','Want some privacy? Go inside a tent to have private conversations in public places. Habbos outside will not see your chat nor will they see what''s happening on the inside.','','','',0,''),(72,708,'pirates','Pirates','default_3x3',1,190,1,53,'1','1','0','0','catalog_header_pirate','pirate_bundle','','Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!','','','',0,''),(367,387,'hotel_view','Hotel View','default_3x3',1,264,1,13,'1','1','0','0','catalog_header_classics','HotelView','','You can now make the Hotel in your own shape with this furni line.','','','',0,''),(73,442,'calippo','Calippo','default_3x3',1,52,4,8,'1','1','0','0','calippo_header_es','','',NULL,'','','',0,''),(736,675,'special_trophies','Special Trophies','trophies',1,42,6,8,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(737,736,'individual_trophies','Individual Trophies','default_3x3',1,42,1,1,'1','1','0','0','','','','These trophies don''t follow the typical "colour" guidelines like normal trophies.',NULL,NULL,NULL,0,''),(74,209,'habbo_stars','Habbo Stars','default_3x3',1,196,1,32,'1','1','0','0','habbostars1','habbostars2','','Have you always wanted to be famous? Is singing, dancing, or acting your thing? Well we have the next best thing, Wulles Stars! Get your dancing feet on and make your name shine!','','','',0,''),(575,43,'aquamarine_diner','Aquamarine Diner','default_3x3',1,204,1,8,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(359,387,'classic_lounge','Classic Lounge','default_3x3',1,264,1,2,'1','1','0','0','catalog_header_classics','classiclounge','','The Welcome Lounge is home not only to newer players, but old Habbo originals who come to guide the newer players or just chill with their friends.','','','',0,''),(528,442,'nickelodeon','Nickelodeon','default_3x3',1,52,4,42,'1','1','0','0','','','',NULL,'','','',0,''),(635,684,'valentines_rares','Valentines Rares','default_3x3',1,42,1,20,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(366,387,'library','Library','default_3x3',1,264,1,16,'1','1','0','0','catalog_header_classics','Library','','The room description was "There''s nothing like a good book..."','','','',0,''),(104,209,'drago','Drago','default_3x3',1,110,1,24,'1','1','0','0','drago_catalog_header2','drago_catalog_teaser2','','Dungeon furniture, the perfect range to create your torturous cellars!','','','',0,''),(105,568,'dark_pura','Dark Pura','default_3x3',1,48,1,10,'1','0','0','0','puraheader','catalog_pura_teaser1','','The cleanest, freshest range. You can almost hear it breathe cool and tranquility within your room.','','','',0,''),(374,372,'easter','Easter','default_3x3',1,181,1,2,'1','0','0','0','catalog_easter_headline1','catalog_easter_teaser1','','','','','',0,''),(106,209,'boutique','Boutique','default_3x3',1,74,1,15,'1','1','0','0','boutique_catalog_01','boutique_catalog_teaser_01','','The boutique range is just the thing if you want to own a high end fashion store in Milan, but are on a budget.','','','',0,''),(365,387,'club_mammoth','Club Mammoth','default_3x3',1,264,1,3,'1','1','0','0','catalog_header_classics','jan18_classic11_internal','','Club Mammoth was first opened to only HC and VIP (when it was introduced) members. The room description was "Monumental and magnificant."','','','',0,''),(364,387,'star_lounge','Star Lounge','default_3x3',1,264,1,23,'1','1','0','0','catalog_header_classics','spromo_Star_Lounge','','While also popular, this room was also used for many Celebrity Visits.','','','',0,''),(363,387,'oriental','Oriental','default_3x3',1,264,1,20,'1','1','0','0','catalog_header_classics','spromo_Classic_Tea_Room','','The room description was "A soothing atmosphere and amazing tea brews."','','','',0,''),(362,387,'ice_cafe','Ice Cafe','default_3x3',1,264,1,14,'1','1','0','0','catalog_header_classics','classic5_furnis','','The Ice Cafe was used a a meeting place in Habbo Experience for Chaplin and his friends.','','','',0,''),(107,2,'habbo_groups','Habbo Groups','guilds',1,203,1,15,'1','1','0','0','catalog_groups_en','catalog_groupsteaser_en','','Habbo Groups are a great way to stay in touch with your friends and share your interests with others. Each Group has a homeroom that can be decorated by other Group members, members can also purchase exclusive Group Furni that can be customised with your Group colours!','','* Get together with people you get together with!
+* Co-op room decorating for group members
+* Show off your group badge!
+* Get some neat Furni in your group''s colours!','What''s So Great About Habbo Groups?',0,''),(108,107,'group_furni','Group Furni','guild_furni',1,28,1,1,'1','1','0','0','catalog_groups_en','','guild_custom_furni','Show off your Group spirit with the new customisable Furni. Select your Group and then get your furni in your Groups colours.','','','',0,''),(377,372,'new_years','New Years','default_3x3',1,91,1,5,'1','0','0','0','','','','','','','',0,''),(109,209,'youtube','Youtube','default_3x3',1,188,1,83,'1','1','0','0','catalog_header_tv','yttv','','Remember when Habbo had YouTube TVs? Well it can again, with KrewsTube! Check it out at krews.org','','','',0,''),(110,209,'vikings','Vikings','default_3x3',1,208,1,79,'1','1','0','0','vikings_catalog_header','catalog_teaser_vikings','','From weapon racks and heads on spikes, to ornate hand-carved wooden chairs and benches. This furni has everything you need and more to create the Viking village of your dreams. With furni available in clan colours, you can display your true loyalty with pride!','','','',0,''),(111,269,'palooza_2013','Palooza - 2013','default_3x3',1,227,1,1,'1','1','0','0','catalog_teaser_palooza','catalog_teaser_palooza','','Create your own stage and outdoor festival area. We''ve got stages, fencing and even vending machines!','','','',0,''),(112,209,'wild_wild_west','Wild Wild West','default_3x3',1,229,1,82,'1','1','0','0','catalog_header_wwest','catalog_teaser_wildwest','','From the Shoot''em Up Saloon to the Sheriff''s Office, and all the floor tiles, cacti and tumbleweeds in between...Wild West furni has made it''s way to town.','','','',0,''),(113,387,'club_nx','Club NX','default_3x3',1,264,1,4,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','On Habbo, there is a door at the top next to the bar that leads to Hallway 2.','','','',0,''),(114,209,'habbo_university','Habbo University','default_3x3',1,230,1,33,'1','1','0','0','university_new_furni_catalog_header','university_catalog_teaser','','From pink and flowery, to hipster chic - Every Habbo has a style.','','','',0,''),(88,277,'monkey','Pet Monkey','pets',1,166,1,2,'1','1','0','0','catalog_pet_headline1','','','This mischevious monkey has made his way into the hotel and into our hearts. From the tilted beret to his love of bunches of bananas- this Monkey is sure to liven up your Habbo life!','','Name your Monkey:',NULL,0,''),(89,277,'horse','Pet Horse','pets',1,132,1,1,'1','1','0','0','catalog_horse_header2_en','','','You can ride your horse around the Hotel and customize its body and hair colour.','','Name your Horse:',NULL,0,''),(90,680,'bunny','Bunny','pets',1,148,1,99,'1','1','0','0','babypets_cata_header','','','OINK! Partial to a good roll in the mud, these playful piggies have trotted into the hotel and are ready for fun!','','Name your Piglet:','Select your colour/breed:
+',0,''),(115,234,'toys_and_accessories','Toys and Accessories','default_3x3',1,199,1,3,'1','1','0','0','catalog_pet_headline2','catalog_teaser_pettoys','','The baby pets are here! Take good care of them and keep them happy with our exciting range of food and toys!','',NULL,'Get some nice accessories for your pet.',0,''),(116,209,'attic','Attic','default_3x3',1,242,1,10,'1','1','0','0','attic15_catalog_header','attic15_catalog_teaser','','From squeaky floor boards to ancient furniture, the Attic 2015 furniture is now here!','','','',0,''),(117,222,'alphabet_blocks','Alphabet Blocks','default_3x3_color_grouping',1,101,1,1,'1','1','0','0','catalog_header_alpha1','catalog_teaser_alpha1','','A... B... C... and Z, bitch...','','','',0,''),(118,209,'neo-habbo','Neo-Habbo','default_3x3',1,254,1,49,'1','1','0','0','catalog_header_cpunk15','old_cypunk','','Light-filled cityscapes and brightly lit skycrapers looming ovehead... This is the dark, dark furni line of the future. The future is called CyberPunk.','','','',0,''),(361,387,'battleball','Battleball','default_3x3',1,264,1,1,'1','1','0','0','catalog_header_classics','spromo_Blue_BB','','The Battleball game was removed from Habbo along with Snowstorm as Sulake decided to concentrate more on improving other parts of the hotel. ','','','',0,''),(119,442,'habbo_mall','Habbo Mall','default_3x3',1,52,4,29,'1','1','0','0','','','','','','','',0,''),(120,209,'ancients','Ancients','default_3x3',1,170,1,5,'1','1','0','0','catalog_header_ancients','africa','','Follow in the footsteps of the Ancients with these wonderous Ancient artifacts.','','','',0,''),(493,506,'habbo_stories_winners','HABBO STORIES HERO POEM WINNERS','trophies',1,210,1,3,'1','1','0','0','','','','','','','',0,''),(121,442,'mad_scientist','Mad Scientist','default_3x3',1,52,4,37,'1','1','0','0','','','','','','','',0,''),(122,270,'2013_loyalty','2013 - Loyalty','default_3x3',1,184,5,6,'1','1','0','0','','','','','','','',0,''),(123,442,'spiderwick','Spiderwick','default_3x3',1,52,4,60,'1','1','0','0','spiderwick','catalog_spw_teaser1_en','','','','','',0,''),(124,345,'around_the_world_2008','Around the World - 2008','default_3x3',1,56,1,1,'1','1','0','0','','','','','','','',0,''),(126,222,'cone','Cone','default_3x3',1,244,1,3,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(127,222,'cylinder','Cylinder','default_3x3',1,245,1,4,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(128,222,'half_cylinder','Half Cylinder','default_3x3',1,251,1,5,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(129,222,'hemisphere','Hemisphere','default_3x3',1,247,1,6,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(130,222,'pyramid','Pyramid','default_3x3',1,248,1,7,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(131,222,'quarter_ring','Quarter Ring','default_3x3',1,249,1,8,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(132,222,'sphere','Sphere','default_3x3',1,250,1,9,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(133,222,'standing_half_cylinder','Standing Half Cylinder','default_3x3',1,246,1,10,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(134,222,'standing_triangular_prism','Standing Triangular Prism','default_3x3',1,252,1,11,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(135,222,'wedge','Wedge','default_3x3',1,253,1,12,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(136,222,'triangular_prism','Triangular Prism','default_3x3',1,28,1,13,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(137,222,'glass_panel','Glass Panel','default_3x3',1,28,1,15,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(138,222,'round','Round','default_3x3',1,28,1,30,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(139,222,'small','Small','default_3x3',1,28,1,31,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(140,222,'large','Large','default_3x3',1,28,1,20,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(141,222,'tile','Tile','default_3x3',1,28,1,14,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(142,222,'flower_hedge','Flower Hedge','default_3x3',1,28,1,16,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(143,222,'water','Water','default_3x3',1,28,1,17,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(144,222,'simple_wood','Simple Wood','default_3x3',1,28,1,18,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(145,222,'terra','Terra','default_3x3',1,28,1,19,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(146,222,'brick','Brick','default_3x3',1,28,1,21,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(147,222,'glass','Glass','default_3x3',1,28,1,22,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(148,222,'lava','Lava','default_3x3',1,28,1,23,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(149,222,'marble','Marble','default_3x3',1,28,1,24,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(150,222,'art_deco','Art Deco','default_3x3',1,28,1,25,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(151,222,'industrial','Industrial','default_3x3',1,28,1,26,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(152,222,'sand','Sand','default_3x3',1,28,1,27,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(153,222,'metal','Metal','default_3x3',1,28,1,28,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(154,222,'metal_crate','Metal Crate','default_3x3',1,28,1,29,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(155,222,'stone','Stone','default_3x3',1,28,1,32,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(156,222,'wool','Wool','default_3x3',1,28,1,33,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(157,222,'grass','Grass','default_3x3',1,28,1,34,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,'','',0,''),(158,209,'army_bootcamp','Army Bootcamp','default_3x3',1,259,1,7,'1','1','0','0','catalog_header_army15','army_newfurni','','Purchase the new in stock army/military based furni - from gun racks to choppers, no matter what item you''re after; this section will have it!','','','',0,''),(159,387,'infobus','Infobus','default_3x3',1,264,1,15,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','The famous Infobus was only ever opened when staff were hosting events or discussions, whereas the park was always open.','','','',0,''),(160,387,'game_hub','Game Hub','default_3x3',1,264,1,7,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','This room was the main collaboration shown of games and events between users and official Habbo staff.','','','',0,''),(161,209,'paris','Paris','default_3x3',1,261,1,53,'1','1','0','0','paris_header','paris_teaser','','Always wanted to build a Paris designed room? Now is your chance with this brand new set of Paris furniture.','','','',0,''),(162,387,'hall_of_habbo','Hall of Habbo','default_3x3',1,264,1,9,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','It is the least used Public Room, and features users who have won various competitions.','','','',0,''),(271,270,'2012_clouds','2012 - Clouds','default_3x3',1,164,5,5,'1','1','0','0','','','','','','','',0,''),(378,374,'classics','Classics','default_3x3',1,181,1,1,'1','1','0','0','catalog_easter_headline1','catalog_easter_teaser1','','Little birdies hatching from their eggs, pretty, dainty flowers blooming and cute rabbits bouncing in Spring meadows.. it''s Easter!','','','',0,''),(494,506,'heroic_acts_certificate','Heroic Acts Certificate','default_3x3',1,210,1,4,'1','1','0','0','','','','','','','',0,''),(163,107,'groups_forums','Groups Forums','guild_forum',1,207,1,2,'1','1','0','0','catalog_groups_en','','','Group Forums are here!','','What are Group Forums?
+
+Forums allow you to effortlessly post, comment and discuss topics freely, without even leaving the Hotel!
+
+Who can start a forum?
+
+Only a group owner can start a forum for their group.
+
+Do I need a Forum Terminal?
+
+Yes - In order to start a Group Forum the group owner must first purchase a forum terminal for the group.
+
+
+Find out more about Group Forums here .
+
+Please note, we will continue to add more functionalities to this feature in the near future.','',0,''),(659,721,'bonus_rare_17','Bonus Rare 17','default_3x3',1,42,1,2,'1','1','0','0','','','','','','','',0,''),(660,721,'bonus_rare_18','Bonus Rare 18','default_3x3',1,42,1,3,'1','1','0','0','','','','','','','',0,''),(661,721,'bonus_rare_19','Bonus Rare 19','default_3x3',1,42,1,4,'1','1','0','0','','','','','','','',0,''),(662,721,'bonus_rare_16','Bonus Rare 16','default_3x3',1,42,1,1,'1','1','0','0','','','','','','','',0,''),(663,557,'v1_rares','V1 Rares','default_3x3',1,42,6,3,'1','1','0','0','','','','','','','',0,''),(91,680,'bunny_bad','Bunny - Bad','pets',1,151,1,99,'1','1','0','0','catalog_horse_header2_en','','','You can ride your horse around the Hotel and also customize its body and hair colour.','','Name Your Horse:','',0,''),(199,209,'jurassic_habbo','Jurassic Habbo','default_3x3',1,260,1,40,'1','1','0','0','dino_header','dino_teaser','','The creatures of the Primeval times are back! With this furni line you can let pure space in a prehistorican shine!','','','',0,''),(200,3,'outfits','Outfits','default_3x3',1,74,1,3,'1','1','0','0','','tradeableclothing_teaser','','Different occasions require different outfits. To wear yours, simply place the new item in your room and double click to bind the oufit clothing to your avatar','','','',0,''),(576,43,'pink_diner','Pink Diner','default_3x3',1,204,1,7,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(201,3,'hairdos','Hairdos','default_3x3',1,74,1,4,'1','1','0','0','','tradeableclothing_teaser','','Make sure you have a hairstyle for every occasion! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar','','','',0,''),(202,3,'hats','Hats','default_3x3',1,74,1,5,'1','1','0','0','','tradeableclothing_teaser','','Stay up to date with ALL of the latest headgear! To wear yours, simply place the new item in your room and double click to bind the oufit clothing to your avatar','','','',0,''),(310,3,'accessories','Accessories','default_3x3',1,74,1,6,'1','1','0','0','','tradeableclothing_teaser','','Stay snazzy with this comprehensive collection of shiny accessories. To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar','','','',0,''),(488,373,'2018_city_festival','2018 - City Festival','default_3x3',1,168,1,16,'1','1','0','0','catalog_header_xmas2013','Winter_City_Festival','','Make a beautiful Twinkly Stage and show off your Matryoshka Dolls!','','','',0,''),(203,3,'dresses','Dresses','default_3x3',1,74,1,7,'1','1','0','0','','tradeableclothing_teaser','','Dress to impress with these gorgeous, expertly crafted dresses! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar','','','',0,''),(204,3,'shirts','Shirts','default_3x3',1,74,1,8,'1','1','0','0','','tradeableclothing_teaser','','As the slightly smarter option, our shirts will dazzle your friends! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar','','','',0,''),(487,373,'2017_victorian','2017 - Victorian','default_3x3',1,168,1,15,'1','1','0','0','catalog_header_xmas2013','spromo_adventxmas17','','More shopping, less markets. Big corporations ruined the Christmas markets; but at least they sell less of the same product for a higher price!','','','',0,''),(205,3,'jackets','Jackets','default_3x3',1,74,1,9,'1','1','0','0','','tradeableclothing_teaser','','Wrap up warm, but keep it super-stylish with our selection of jackets. To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar','','','',0,''),(206,3,'trousers','Trousers','default_3x3',1,74,1,10,'1','1','0','0','','tradeableclothing_teaser','','Bottom-half clothing for those slightly colder days. To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar','','','',0,''),(486,373,'2016_citadel','2016 - Citadel','default_3x3',1,168,1,14,'1','1','0','0','catalog_header_xmas2013','xmas16_gen1','','Even Santa''s elves need to relax every now and then, and we found the furni they use for their relaxation!','','','',0,''),(207,3,'skirts','Skirts','default_3x3',1,74,1,11,'1','1','0','0','','tradeableclothing_teaser','','Show off your pixel-legs with our lovely selection of skirts! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar','','','',0,''),(208,3,'shoes','Shoes','default_3x3',1,74,1,12,'1','1','0','0','','tradeableclothing_teaser','','You can NEVER have too many pairs of shoes. To wear yours, simply place the new item in your room and double click to bind the oufit clothing to your avatar','','','',0,''),(485,373,'2015_bavarian','2015 - Bavarian','default_3x3',1,168,1,11,'1','1','0','0','catalog_header_xmas2013','xmas15_tease','','Christmas markets are always buzzing, in tiny little villages and large cities. Would you plan it differently?','','','',0,''),(352,8,'vip','VIP','default_3x3',1,214,1,2,'1','1','0','0','catalog_header_hc','teaser_habboclub','catalog_special_txtbg2','As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!','','','For Club members only!',0,''),(354,8,'executive','Executive','default_3x3',1,214,1,4,'1','1','0','0','catalog_header_hc','teaser_habboclub','catalog_special_txtbg2','As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!','','','For Club members only!',0,''),(355,8,'alhambra','Alhambra','default_3x3',1,214,1,5,'1','1','0','0','catalog_header_hc','teaser_habboclub','catalog_special_txtbg2','As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!','','','For Club members only!',0,''),(356,8,'emojis','Emojis','default_3x3',1,214,1,6,'1','1','0','0','catalog_header_hc','teaser_habboclub','catalog_special_txtbg2','As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!','','','For Club members only!',0,''),(357,8,'bling','Bling','default_3x3',1,214,1,7,'1','1','0','0','catalog_header_hc','teaser_habboclub','catalog_special_txtbg2','As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!','','','For Club members only!',0,''),(358,8,'zodiac_statues','Zodiac Statues','default_3x3',1,214,1,8,'1','1','0','0','catalog_header_hc','teaser_habboclub','catalog_special_txtbg2','As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!','','','For Club members only!',0,''),(558,680,'cow_gold_box','Cow - Gold Box','single_bundle',1,271,1,99,'1','1','0','0','cow_pet2','cow_pet2','','','','','',0,''),(442,7,'ad_sales','Ad Sales','default_3x3',1,10,4,9,'1','0','0','0','','','','','','','',0,''),(491,125,'diamond_paintings','Diamond Paintings','default_3x3',1,92,6,5,'1','1','0','0','','','','','','','',0,''),(483,373,'2013_santa''s_workshop','2013 - Santa''s Workshop','default_3x3',1,168,1,9,'1','1','0','0','catalog_header_xmas2013','catalog_teaser_xmas2013','','Santa needs time to come up with all the gift ideas, and his little helpers copy his blueprints. Here you can create his workshop!','','','',0,''),(484,373,'2014_tropical','2014 - Tropical','default_3x3',1,168,1,10,'1','1','0','0','catalog_header_xmas2013','xmas14_newfurni_spromo_teaser','','Wacky, wavy, inflatable, arm flailing tubemen! Party on for this hot Christmas.','','','',0,''),(209,2,'furni_by_line','Furni By Line','pets3',1,197,1,10,'1','0','0','0','','furni_for_colection','','','','','',0,''),(482,270,'2013_snowflakes','2013 - Snowflakes','default_3x3',1,86,5,7,'1','1','0','0','catalog_header_xmas2013','catalog_teaser_xmas2013','','','','','',0,''),(4,-1,'pets','Pets','default_3x3',1,8,1,4,'1','1','0','0','catalog_frontpage_headline_shop_EN','','','','','','',0,''),(5,-1,'building','Building','default_3x3',1,263,1,5,'1','1','0','0','catalog_header_roombuilder','','','','','','',0,''),(700,209,'executive','Executive','default_3x3',1,27,1,26,'1','0','0','0','catalog_exe_headline1_en','catalog_exe_teaser_en','','The Executive range is ideal for creating a sophisticated working environment, whether it be an office, a mafia headquarters or study!',NULL,NULL,NULL,0,''),(211,218,'add-ons','Add-Ons','default_3x3',1,85,1,6,'1','1','0','0','catalog_wired_header5_en','ctlg_pic_wired_support_furniture','','Use these simple Furni to bring extra spice to your Wired room. These are basic Furni, so you will still need Triggers, Effects and Conditions to make them work!','','Use Triggers, Effects and Conditions to make these Furni work!','',0,''),(212,209,'gardening','Gardening','default_3x3',1,157,1,28,'1','1','0','0','garden_catalog_header','garden_catalog_teaser','','Be at one with nature!','','','',0,''),(481,373,'2012_castles','2012 - Castles','default_3x3',1,168,1,8,'1','1','0','0','catalog_header_xmas2013','xmas_furni4','','Santa may be a slave to all the children of the world, but he still deserves a castle.','','','',0,''),(214,209,'stranded_jungle','Stranded Jungle','default_3x3',1,59,1,68,'1','1','0','0','catalog_header_2016jungle','junglenewfurni','','Step into a virtual world of survival, treacherous terrain and life-threatening tropical conditions... because the Stranded Jungle line is here!','','','',0,''),(480,373,'2011_gift_items','2011 - Gift Items','default_3x3',1,168,1,6,'1','1','0','0','catalog_header_xmas2013','xmas11_catalog_teaser_01','','Get your closest friend some gifts with these shiny new toys and accessories.','','','',0,''),(215,8,'custom_rooms','Custom Rooms','default_3x3',1,125,1,10,'1','1','0','0','catalog_blackhole_header_en','catalog_blackhole_teaser','','Design your own custom room layouts with Stack Magic Tiles and Black holes. Stack your items to the ceiling or use them as dividers...the possibilities are endless!','','','',0,''),(588,3,'top_picks','Top Picks','default_3x3',1,195,1,1,'1','1','0','0','catalog_hot_header_en','catalog_teaser_new','','Need some inspiration? Look no further.','','','',0,''),(216,209,'greek','Greek','default_3x3',1,31,1,31,'1','0','0','0','greek_header','greek_catateaser','','Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own pantheon with our realistic Greek range!','','','',0,''),(217,209,'sports','Sports','default_3x3',1,56,1,66,'1','1','0','0','catalog_sports_headline1_br','catalog_sports_teaser1','','The whistle blows, but there''s no track to practice on! Make your own before your trainer notices!','','','',0,''),(479,373,'2011_winter_cabin','2011 - Winter Cabin','default_3x3',1,168,1,7,'1','1','0','0','catalog_header_xmas2013','xmas11_catalog_teaser_01','','Keep yourself nice and toasty in a perfect cabin of your design.','','','',0,''),(478,270,'2010_snowflakes','2010 - Snowflakes','default_3x3',1,86,5,2,'1','1','0','0','catalog_header_xmas2013','','','','','','',0,''),(477,373,'2010_city','2010 - City','default_3x3',1,168,1,5,'1','1','0','0','catalog_header_xmas2013','','','The city is shining with the snow covering everything. Build your own high-street!','','','',0,''),(260,262,'gift_box_i','Gift Box I','default_3x3',1,236,7,1,'1','1','0','0','','','','','','','',0,''),(261,262,'gift_box_ii','Gift Box II','default_3x3',1,236,7,2,'1','1','0','0','','','','','','','',0,''),(262,420,'redeemable_cases','Redeemable Cases','default_3x3',1,99,4,5,'1','0','0','0','','','','','','','',0,''),(218,2,'wired','Wired','pets3',1,80,1,12,'1','0','0','0','catalog_wired_header1','ctlg_pic_teaser_wired','','','','','',0,''),(476,373,'2009','2009','default_3x3',1,168,1,4,'1','1','0','0','catalog_header_xmas2013','xmas2009_catalogue','','Get yourself into the Christmas spirit with our selection of festive furni! From baubles to snow-Habbos, we''ve got it all!','','','',0,''),(219,2,'game_shop','Game Shop','pets3',1,202,1,14,'1','0','0','0','game_shop_header','game_shop_teaser','','Get your gamer gear on!','','','',0,''),(220,2,'marketplace','Marketplace','pets3',1,69,1,17,'1','1','0','0','catalog_marketplace_header_en','catalog_note_marketplace','','Habbo Marketplace is a convenient and safe way to buy and sell items in Habbo.','How does the Habbo Marketplace work?','Buying items: Browse for the item you want to buy on the Marketplace Offers page and click Buy. We guarantee you''ll get the item at the cheapest price available at the moment of purchase. No requirements needed.
+
+Selling items: You can sell any item which is tradable by selecting the item in your inventory and clicking on ''Sell in Marketplace''. You also can use items currently in the Shop.
+
+NOTE: you can only sell 250 furni at a time.
+
+Requirements: To sell your Furni in the Marketplace you''ll need a Trading Pass, which you can get completing the first steps of the Talent Track.','',0,''),(221,4,'baby_pet_animals','Baby Pet Animals','pets3',1,228,1,2,'1','1','0','0','babypets_cata_header','ctlg_babypet_note','','They''re friendly. They''re cute. They''re here to win your hearts. Who are they? Baby pets! ALL NEW Kittens, puppies, piglets are storming their way through the hotel and joining the Bear Cubs and Terriers. Available via breeding boxes or sale.','A few things you should know:','*You can place a pet in your room or take one for a walk with you in other rooms.
+*You can''t trade your pet but they can follow you to friend''s rooms to gather scratches.
+*You can have up to 50 pets in your room, but look after them all!
+
+
+*Look after your pet with food, water and treats.
+Check the Pets'' Accessories.
+*Unlock Badges and Achievements by Training your Pet.','Click your Pet and hit the "Train" button to get a list of commands that will level up your Pet in no time!',0,''),(624,7,'clothing','Clothing','default_3x3',1,74,5,3,'1','0','0','0','','','','','','','',0,''),(475,373,'2008_arctic','2008 - Arctic','default_3x3',1,168,1,2,'1','1','0','0','catalog_arc_header1_en','catalog_arc_teaser1_en','','It''s a very cold winter this year, don''t slip while building your own icy fortress!','','','',0,''),(222,5,'builders_club','Builders Club','pets3',1,28,1,1,'1','1','0','0','block_header','ctlg_bclub_note','','1 Block... 2 Block... Red Block... Blue Block!','1 Block... 2 Block... Red
+Block... Blue Block!','
+
+With dozens of all the colours and patterns to choose from, you can really let your creativity run wild!
+Exclusive to Builders Club.','',0,''),(308,2,'purchase_history','Purchase History','recent_purchases',1,258,1,50,'0','0','0','0','maquinas','historys','','','','','',0,''),(223,602,'backgrounds','Backgrounds','default_3x3',1,206,1,5,'1','1','0','0','catalog_header_easter14_001','catalog_shal_teaser_da','','Set the scene in your room properly with one of these backgrounds.','','','',0,''),(224,604,'teleports','Teleports','default_3x3',1,120,1,8,'1','1','0','0','catalog_doors_headline1','catalog_door_a','','Beam yourself from one room to another with our space-age teleports. Buy a pair, put one in each room and you''ve got your own suite! IMPORTANT: teleports are always sold in pairs except for the Random Banzai Teleport.','',NULL,'Click on an item for details.',0,''),(225,604,'trophies','Trophies','trophies',1,221,1,11,'1','1','0','0','trophies','','','Everyone''s a winner, baby! And now you can reward them all with our fabulous glittering array of bronze, silver and gold trophies.
+
+First choose the trophy model by click the arrows. Then select the metal. Type your inscription below and we''ll engrave it on the trophy along with your name and today''s date.
+Remember - it''s permanent!','','','',0,''),(473,373,'classics','Classics','default_3x3',1,168,1,0,'1','1','0','0','catalog_header_xmas2013','catalog_xmas_teaser','','Christmas trees, poinsettas, and decorations. Back to the good old classic Christmas furni!','','','',0,''),(471,377,'2013','2013','default_3x3',1,274,1,5,'1','1','0','0','newyears','catal_fp_pic5','','Make your New Years Resolution under the sparkling lights of this furni line.','','','',0,''),(472,377,'2015','2015','default_3x3',1,274,1,6,'1','1','0','0','newyears','ny_comeback','','A classic party with bubbly and cupcakes, fun for the whole family.','','','',0,''),(513,511,'black_plasto','Black Plasto','default_3x3',1,46,1,2,'1','1','0','0','plastic','plastic_pasic_promo_1','','Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!
+','','','',0,''),(379,374,'2011_fungi','2011 - Fungi','default_3x3',1,181,1,4,'1','1','0','0','catalog_easter_headline1','easternew','','Alongside flowers, sometimes fungi sprouts. While fungi is delicious, it can also be beautiful.','','','',0,''),(429,7,'testing','Testing','default_3x3',1,10,7,12,'1','1','0','0','','','','This is the page Habbo uses for all their "testing" categorised furni.','','','',0,''),(499,498,'ecotron_rewards_ii','Ecotron Rewards II','default_3x3',1,163,1,2,'1','1','0','0','','','','','','','',0,''),(227,219,'how_to_play_banzai','How to Play Banzai','pets2',1,42,1,2,'1','1','0','0','catalog_battleBanzai_header_en','catalog_battleBanzai_teaser','','So how does it work? Read the instructions here and you''ll be Banzai-ing in no time!','How to create your own
+Battle Banzai Arena:','1. In your room, place Banzai tiles on the floor and barriers the playing field
+
+2. Add a Team portal for each team (max 4: blue,
+pink, yellow, and green)
+
+3. Place a Counter and Scoreboards on the playing field
+
+4. Click the Counter to launch the game!
+
+5.Jump on the tiles to colour them, jump 3 times to lock - team with most points win!
+
+
+
+
+Tip: Add drama with Pyramids, Dragons and Pucks - they work as obstacles and helpers!','',0,''),(380,374,'2013','2013','default_3x3',1,181,1,5,'1','1','0','0','easter13_header','easter13_teaser','','This line brings flowers, teleports and a couple of eggs with it. Check out the floral-inspired line below!','','','',0,''),(381,374,'2014_lagomorph_','2014 - Lagomorph ','default_3x3',1,181,1,6,'1','1','0','0','catalog_header_easter14_001','easternew','','From shape shifting wall pieces to cryptic teleports, this years Easter furni line is sure to keep you guessing! Nothing is as it seems on this mind-bending island...','','','',0,''),(228,219,'how_to_play_freeze','How to Play Freeze!','pets2',1,42,1,4,'1','1','0','0','catalog_freeze_en','ctlg_pet_note','','Find out how you can make and host your own Freeze! game by reading the instructions below!','How to play Freeze!','1. Place Tiles and Blocks in your room. Always place blocks on top of tiles! Add Team Gates, a Counter, an Exit Tile and Scoreboards.
+
+2. Ready? Let your friends choose a team. Each team can have up to five players. Then click the Counter
+to start!
+
+3. To place a Snowball, double click on the tile that you are standing on, or double click on a tile next to you. Blow up Blocks for power-ups!
+
+4. Last team standing wins!
+
+
+
+
+Remember: You will be warped to an Exit Tile when you lose all your lives.','',0,''),(229,8,'club_shop','Club Shop','default_3x3',1,214,1,3,'1','1','0','0','catalog_header_hc','teaser_habboclub','','','','','',0,''),(230,680,'epic_pet','Epic Pet','default_3x3',1,42,4,8,'1','1','0','0','','','','Once purchased and placed, clicking it will give you a special pet.','','','',0,''),(231,604,'wall_decorations','Wall decorations','default_3x3',1,219,1,7,'1','1','0','0','catalog_gallery_headline1','catalog_posters_teaser1','','Adorn your walls with wondrous works of art, posters, plaques and wall hangings. The Gallery is bursting with items to suit all tastes, from kitsch to cool, traditional to modern.','','','',0,''),(102,277,'velociraptor','Velociraptor Pet','single_bundle',1,260,1,3,'1','1','0','0','jurassic15_catalog_header','dino_pets','','Swift and sneaky, these reptiles have a reputation for being somewhat high-maintenance, incredibly intellectual and endlessly troublesome! You''ll often find them pondering over deeply philosophical questions, or enjoying the finer things in life, like pedicures and meat straight off the bone.','','','',0,''),(232,277,'pterodactyl','Pterodactyl','single_bundle',1,260,1,4,'1','1','0','0','jurassic15_catalog_header','dino_pets','','These pterrific pets have a fierce appearance with long talons and sharp teeth, but their sweet nature always shines through! Ultra laid-back, these ''flying lizards'' love nothing more than spending time with their owner, soaring through the Hotel skies and eating their favourite food...the humble kale leaf.','','','',0,''),(233,2,'room_bundles','Room Bundles','default_3x3',1,206,1,2,'0','0','0','0','catalog_header_roombundle','','bundlerooms','','','','',0,''),(470,377,'2011','2011','default_3x3',1,274,1,3,'1','1','0','0','catalog_header_year2011_en','catalog_teaser_year2011','','A great way to celebrate the repeal of the Don''t Ask, Don''t Tell policy. Oh, and the New Year!','','','',0,''),(3,-1,'clothing','Clothing','default_3x3',1,37,1,3,'1','1','0','0','catalog_frontpage_headline_shop_EN','','','','','','',0,''),(234,4,'pet_equipment','Pet Equipment','default_3x3',1,226,1,3,'1','0','0','0','','','','','','','',0,''),(235,234,'monkey_furni','Monkey Furni','default_3x3',1,128,1,8,'1','1','0','0','catalog_pet_headline1_en','monkey_catalogue_teaser','','Get exclusive Habbo Furni for your very own Pet Monkey!','','','',0,''),(469,377,'2010','2010','default_3x3',1,274,1,2,'1','1','0','0','newyears','catal_fp_pic5','','Explosions and wavers, what a way to celebrate the first year without Bush.','','','',0,''),(269,209,'palooza','Palooza','default_3x3',1,227,1,52,'1','0','0','0','','','','','','','',0,''),(468,377,'2012_china_town','2012 - China Town','default_3x3',1,274,1,4,'1','1','0','0','cny_header','cny_teaser','','Celebrating all cultures is important for Habbos to get along!','','','',0,''),(466,506,'sticky_notes','Sticky Notes','default_3x3',1,210,1,0,'1','1','0','0','','ctlg_pic_a2_slp','','','','','',0,''),(236,345,'virus_2016_fish_tanks','Virus - 2016 - Fish Tanks','default_3x3',1,56,1,5,'1','1','0','0','catalog_rares_headline1_br','catalog_limited_teaser_fi','','','','','',0,''),(497,345,'the_lost_world','The Lost World','default_3x3',1,56,1,4,'1','1','0','0','','','','','','','',0,''),(459,270,'2011_hearts','2011 - Hearts','default_3x3',1,53,5,3,'1','1','0','0','','','','','','','',0,''),(460,376,'2011_rollerskating','2011 - Rollerskating','default_3x3',1,62,1,8,'1','1','0','0','catalog_header_val12_2_en','catalog_love_teaser1','','What better way to spend Valentines, than clinging to your Valentine as you skate?','','','',0,''),(457,376,'2016_carnivale','2016 - Carnivale','default_3x3',1,62,1,18,'1','1','0','0','catalog_header_val12','catalog_love_teaser1','','Cute kitties and some beautiful furni ornaments to perfect your romantic room.','','','',0,''),(458,376,'2018_bedroom','2018 - Bedroom','default_3x3',1,62,1,20,'1','1','0','0','catalog_header_val12','catalog_love_teaser1','','If you want to stay in bed for Valentines, I don''t blame you! This is the furni line for you!','','','',0,''),(404,209,'coco','Coco','default_3x3',1,127,1,17,'1','1','0','0','catalog_teaser_coco','coconew','','Wooden yet comfortable furniture that wouldn''t look out of place in a treetop house!
+','','','',0,''),(456,376,'2015_ancient_japan','2015 - Ancient Japan','default_3x3',1,62,1,17,'1','1','0','0','val15_cata_header','val15_teaser','','Have a beautiful Picnic under a Sakura tree in Japan, with this Valentines line!','','','',0,''),(238,680,'gnome','Gnome','single_bundle',1,200,1,99,'1','1','0','0','catalog_header_gnomes','catalog_teaser_gnome','','Give a Gnome a home. If you do, it will reward you with loads of fun. Watch it sit. Stand. Walk. It can even change states on your furni. Amazing creatures!','','','',0,''),(15,8,'club_gifts','Club Gifts','club_gift',1,172,1,1,'0','0','0','0','','','','This is currently not coded in Morningstar.','','','',0,''),(511,568,'plasto','Plasto','default_3x3',1,46,1,8,'1','0','0','0','plastic','plastic_pasic_promo_1','','Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!
+','','','',0,''),(512,684,'rainbow_plasto','Rainbow Plasto','default_3x3',1,46,1,12,'1','1','0','0','plastic','plastic_pasic_promo_1','','Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!
+','','','',0,''),(490,599,'hippo_statues','Hippo Statues','default_3x3',1,42,4,3,'1','1','0','0','','Spromo_Bonus_Bags','',NULL,'','','',0,''),(239,262,'club_tradable_boxes','Club Tradable Boxes','default_3x3',1,99,7,4,'1','1','0','0','hc2_clubtitle','hcbcboxes','','Say hello to tradable HC Boxes! Containing either 14 or 31-day chunks of Habbo Club membership, this type of furni is just perfect for trading','','','',0,''),(440,387,'hc_lounge','HC Lounge','default_3x3',1,264,1,11,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','The bartender bot was called HankCupp, and the DJ bot called djDucketz.','','','',0,''),(441,387,'franks_room','Franks Room','default_3x3',1,264,1,6,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','Frank has been the mascot of Habbo for many, many years.','','','',0,''),(500,498,'ecotron_rewards_i','Ecotron Rewards I','default_3x3',1,163,1,1,'1','1','0','0','','','','','','','',0,''),(455,376,'2014_white_bling','2014 - White Bling','default_3x3',1,62,1,16,'1','1','0','0','catalog_header_val12','catalog_love_teaser1','','Did someone speak in glamour? Chic? Lux? So you''re speaking the language of Bonnie Blonde, my friend! Now in white!','','','',0,''),(240,376,'2013_love_locks','2013 - Love Locks','default_3x3',1,62,1,13,'1','1','0','0','valentines_catalog_header','val14_lovelock3','','Friendship Padlocks are Furni that show how special your friends are. You and your friend need to be in your room. Put the Padlock in the Room, click 2x on it, and confirm the action. Once closed, your friendship will be saved forever, even if you trade it!','','','',0,''),(241,376,'2014_l0-v3_machines','2014 - L0-V3 Machines','default_3x3',1,62,1,15,'1','1','0','0','valentines_catalog_header','lovelock_s_promo','','Put your love to the test! Lock in your Valentine for life with these Machines.','','','',0,''),(454,376,'2013_gondolas','2013 - Gondolas','default_3x3',1,62,1,11,'1','1','0','0','catalog_header_val12','catalog_love_teaser1','','Gondola rides in Venice, it doesn''t get much more romantic than that!','','','',0,''),(242,234,'saddles','Saddles','petcustomization',1,135,1,4,'1','1','0','0','catalog_saddles_header2_en','sadddles','','To use a saddle, place it in a room where you have at least one Horse. Double click the saddle and select what horse you want to ride After placing the saddle you can ride your Horse by clicking on it and selecting ''Ride''.','','','',0,''),(453,376,'2008_habborella','2008 - Habborella','default_3x3',1,62,1,2,'1','1','0','0','catalog_val_headline1_en','valentine_furni_001','','Find your true love with the Love Randomiser, and how better to celebrate than with a box of chocolates?','','','',0,''),(243,234,'dyes','Dyes','petcustomization',1,133,1,5,'1','1','0','0','catalog_horsedyes_header2_en','dyes','','Customize your horse with this selection of hair colours and body types. Each dye can also be added to your room as a piece of furniture. To use a dye place it to your room, double click on it and then select the horse you want to customise.','','','',0,''),(452,376,'2010_heartbreak_hotel','2010 - Heartbreak Hotel','default_3x3',1,62,1,6,'1','1','0','0','catalog_header_val12_2_en','catalog_love_teaser1','','A gift basket and a cuddly teddy for your Valentine, and some cozy seats for your date.','','','',0,''),(244,234,'hair_styles','Hair Styles','petcustomization',1,134,1,6,'1','1','0','0','catalog_horsehairstyles2_header_en','hairs','','Customize your horse and make him unique with this selection of hair styles. Each style can also be added to your room as a piece of furniture. To use a hair style place it to your room, double click on it and then select the horse you want to customise.','','','',0,''),(450,376,'2013_masquerade_ball','2013 - Masquerade Ball','default_3x3',1,62,1,12,'1','1','0','0','catalog_header_val12_2_en','valentines_catalog_teaser','','With a smell of flowers and love, use this furni to make your perfect garden party.','','','',0,''),(245,234,'horse_jump','Horse Jump','default_3x3',1,226,1,7,'1','1','0','0','catalog_header_jumping_en','catalog_teaser_horsejump','','Take your horse jumping with these new Furni! Build a formidable race course to test your steed and your riding skills and challenge your friends!','','','',0,''),(449,376,'2017_wedding','2017 - Wedding','default_3x3',1,62,1,19,'1','1','0','0','catalog_header_val12','catalog_love_teaser1','','Do I hear wedding bells? The perfect outdoor setting awaits!','','','',0,''),(246,4,'monster_plants','Monster Plants','pets3',1,153,1,5,'1','1','0','0','catalog_header_mopla_01','ctlg_monster_note','','Monster Plants can sure be a handful, this page gives you some extra advice on raising and looking after your monsterous brood.','Taking Care Of Your Plant','Your plants need to be tended regularly, or else they die. To ensure a healthy plant tend it every 30 hours
+or so. If it dies, you can use the Revival potion to
+bring it back to life.
+Breeding
+To breed your plant you have to wait until it''s fully
+grown. Clicking Breed on the menu will show you
+what other plants in the room are available to breed
+with.','',0,''),(448,376,'2019_restaurant','2019 - Restaurant','default_3x3',1,62,1,21,'1','1','0','0','catalog_header_val12_2_en','val19_newfurni','','Perfect for a romantic evening with your loved one.
+','','','',0,''),(247,246,'monster_plant_seeds','Monster Plant Seeds','default_3x3',1,156,1,1,'1','1','0','0','catalog_header_mnstrSeeds','quest_teaser_monsterplants','','Plant your seeds in your room and tend to keep them alive and healthy. After your plants have matured you can breed your plants to try and get leveled up offspring. Plants can only breed once without using the Rebreeding Potion.','','','',0,''),(446,376,'2012_prom','2012 - Prom','default_3x3',1,62,1,10,'1','1','0','0','valentin2012-1','catalog_love_teaser1','','Prom is full of crying teens and bad dance moves, but it''s always a fond memory for many. Create your perfect prom with this furni!','','','',0,''),(447,376,'2012_getaway','2012 - Getaway','default_3x3',1,62,1,9,'1','1','0','0','Valentines_header','catalog_love_teaser1','','Even plants can find love, and share alongside Habbos. Put your love to the test with the Love Thermometer and Kissing Booth!','','','',0,''),(248,246,'monster_plant_potions','Monster Plant Potions','default_3x3',1,155,1,2,'1','1','0','0','monsterplantsprays_header','monsterplantspray_teaser','','On this page you''ll find everything you need to take care of your plants: Plant Revival for when your plants die. Place potion to room, double click and select the plant you want to revive.','','','',0,''),(249,209,'wedding','Wedding','default_3x3',1,238,1,81,'1','1','0','0','catalog_header_wedding','catalog_teaser_wedding','','Now you can celebrate your great day with our wonderful selection of perfect furni for a wedding!','','','',0,''),(250,345,'exotic_pets_2017','Exotic Pets - 2017','default_3x3',1,56,1,2,'1','1','0','0','habboclub','catalog_hc_teaser','','','','','',0,''),(274,7,'camera_wall_photo','Camera Wall Photo','default_3x3',1,10,7,8,'1','1','0','0','','','','','','','',0,''),(287,17,'green_mode','Green Mode','default_3x3',1,20,1,4,'1','1','0','0','catalog_mode_headline1','catalog_mode_teaser1','','Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.','','','',0,''),(536,442,'7-11','7-11','default_3x3',1,52,4,1,'1','1','0','0','','','',NULL,'','','',0,''),(368,684,'icy_rares','Icy Rares','default_3x3',1,42,1,4,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(465,684,'sports_rares','Sports Rares','default_3x3',1,42,1,15,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(445,376,'classics','Classics','default_3x3',1,62,1,1,'1','1','0','0','catalog_header_val12_2_en','catalog_love_teaser1','','Love is in the air! Buy your sweetheart a rose or whisper sweet nothings in their ear on a lova sofa. Can you feel it?','','','',0,''),(251,680,'cow_box','Cow Box','single_bundle',1,270,1,99,'1','1','0','0','catalog_pet_headline1','cow_pet2','','We''re extremely pleased and proud to preent the new cow pet! Get one of 16 different breeds from the Cow Pet box','','','',0,''),(252,3,'temporary_effects','Temporary Effects','default_3x3',1,263,1,14,'0','1','0','0','avatar_fx_header','catalog_teaser_vikings','','Do you need a specific temporary effect for a specific purpose? Well, look no further! Here you can find a limited selection of special temporary effects!','','','',0,''),(273,675,'habbo_camera','Habbo Camera','default_3x3',1,42,6,5,'1','1','0','0','camara2','camara1','',NULL,'','','',0,''),(527,442,'nokia','Nokia','default_3x3',1,52,4,45,'1','1','0','0','','','',NULL,'','','',0,''),(383,374,'2017_farm','2017 - Farm','default_3x3',1,181,1,10,'1','1','0','0','catalog_easter_headline1','easternew','','With this furni line, you can make your quaint farm full of chickens and snacks!','','','',0,''),(426,680,'leprechaun','Leprechaun','single_bundle',1,212,1,99,'1','1','0','0','catalog_pet_headline1','catalog_teaser_lepr','','For a limited time...the St Patrick''s Day Leprechaun is here! This Irish mischeif-maker is sure to brighten your day. From his quirky sayings to his habit of breaking things... You are going to love him! Includes an AWESOME Badge.','','','',0,''),(401,374,'2010_flower_power','2010 - Flower Power','default_3x3',1,181,1,3,'1','1','0','0','catalog_easter_headline1','easter10_teaser','','Flowers look and smell great, and can brighten any room. Use this furni to decorate all kinds of rooms!','','','',0,''),(443,374,'2016_vikings_v_pirates','2016 - Vikings v Pirates','default_3x3',1,181,1,9,'1','1','0','0','catalog_easter_headline1','easternew','','Complete your Viking village with the Blacksmith Hut, or hoist the sails with your Smuggler''s Lookout!','','','',0,''),(444,209,'hospital','Hospital','default_3x3',1,2,1,36,'1','1','0','0','catalog_header_hospital','catal_fp_pic5','','Everybody gets sick, it might be time to open a Hospital in Habbo. Get started with some Hospital beds!','','','',0,''),(436,387,'coffee_house','Coffee House','default_3x3',1,264,1,5,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','The bot ColinHouser has a motto of "Want some milk?"','','','',0,''),(437,387,'hallway','Hallway','default_3x3',1,264,1,10,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','Hallways have been featured in Habbo since very early versions.','','','',0,''),(438,387,'theatre','Theatre','default_3x3',1,264,1,24,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','Another old and well-known room, this is the 4th revision of the Theatre.','','','',0,''),(439,387,'welcome_lounge_modern','Welcome Lounge - Modern','default_3x3',1,264,1,27,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','At points on some hotels, another one or two Welcome Lounges had to be added to cope with high traffic.','','','',0,''),(514,511,'pink_plasto','Pink Plasto','default_3x3',1,158,1,4,'1','1','0','0','plastic','plastic_pasic_promo_1','','Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!
+','','','',0,''),(349,8,'classics','Classics','default_3x3',1,214,1,1,'1','1','0','0','catalog_header_hc','teaser_habboclub','catalog_special_txtbg2','As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!','','','For Club Members only!',0,''),(253,2,'music_shop','Music Shop','default_3x3',1,4,1,16,'1','1','0','0','music_header','catalog_djshop_teaser1','','Let''s get loud! Place a Jukebox in your room, add some disks from the ''Habbo Hotel Hits'' list below and you''re ready to have a dance party!','','','',0,''),(254,253,'habbo_hotel_hits','Habbo Hotel Hits','soundmachine',1,257,1,2,'1','1','0','0','hotelhits_catalog_header','hotelhits_teaser','','Turn up the volume with some cool new tunes for your room. Place a Jukebox in your room, get yourself some of these song discs and add them to your playlist!','','You need to be in a room to
+"pre-listen" to the disks!','',0,''),(255,7,'staff_wired','Staff Wired','default_3x3',1,10,6,13,'1','1','0','0','','','','','','','',0,''),(384,374,'2018_garden','2018 - Garden','default_3x3',1,181,1,11,'1','1','0','0','catalog_easter_headline1','Easter_Garden_promo','','Your own little hideaway in the woods, perfected with some curtains and cosy chairs in this furni line!','','','',0,''),(256,218,'leaderboards','Leaderboards','default_3x3',1,256,1,8,'1','1','0','0','wiredleaderboards_catalog_header','wiredleaderboards_teaser','','The High Score furni to keep track of scores given in your games and displays them in your room.','','','Click an item for details',0,''),(592,599,'turtle_statues','Turtle Statues','default_3x3',1,42,4,7,'1','1','0','0','','Spromo_Bonus_Bags','',NULL,'','','',0,''),(385,374,'2019_fairytale','2019 - Fairytale','default_3x3',1,181,1,12,'1','1','0','0','catalog_easter_headline1','easter19_new','','We''re all about fairytales this year! Maybe we should go find Alice?','','','',0,''),(386,374,'2009_bunny_run','2009 - Bunny Run','default_3x3',1,181,1,2,'1','1','0','0','bunny_run','bunnyrun','','Make your own game of Bunny Run with the furni here!','','','',0,''),(412,219,'snowboarding','Snowboarding','default_3x3',1,140,1,7,'1','1','0','0','snowboarding_catalog_02','catalog_snowboarding_teaser1','','Step on the patch an you''ll be automatically strapped to a Snowboard - like magic! The Snowboard Patch can be adjust to 9 different heights for you to build your own amazing slopes!','','','',0,''),(413,219,'ice_hockey','Ice Hockey','default_3x3',1,88,1,8,'1','1','0','0','catalog_tag_general_1','catalog_teaser_xm10_skate','','WHAT THE PUCK?! How Habbos play ice hocket? you can use your imagination and play and win the World Championship. Go for it!','','','',0,''),(387,5,'public_room_furni','Public Room Furni','default_3x3',1,264,1,2,'1','0','0','0','','','','','','','',0,''),(388,375,'classics','Classics','default_3x3',1,34,1,1,'1','1','0','0','halloween','catalog_halloween_teaser','','Boy, that grave is spooky... Is anybody in that Crypt? Spooky!','','','',0,''),(414,125,'snow_war','Snow War','default_3x3',1,2,1,12,'1','1','0','0','catalog_rollerskates_header','catalog_teaser_rollerblades','','Furni from the good ol'' classic, Snowstorm. It might not be functional, but it can make some nice decoration!','','','',0,''),(415,219,'ice_tag','Ice Tag','default_3x3',1,86,1,10,'1','1','0','0','catalog_tag_general_2','catalog_teaser_xm10_skate','','The fun is ON with our new game! Skate on ice and play Tag with your friends using the new Tag Pole and Ice Skating Patch! Not sure how to put on your skates? Step on an Ice Patch and you''re good to go.','','','',0,''),(389,375,'2008_virus','2008 - Virus','default_3x3',1,34,1,2,'1','1','0','0','virus','virus1','','A virus is spreading through Habbo Hotel. Many casualties reported and it could get much worse! Whether you are hoping to help infected Habbos or look after number one, get your hands on our terrifying Infection furni.','','','',0,''),(390,375,'2009_house','2009 - House','default_3x3',1,34,1,3,'1','1','0','0','catalog_halloween_headline1_en','Ghostly_organ','','Who doesn''t love a good Haunted House? Creep out your friends with this furni line!','','','',0,''),(416,209,'santorini','Santorini','default_3x3',1,273,1,63,'1','1','0','0','catalog_frontpage_headline_shop_EN','teaser_santorini','','Straight from the country of Greece.. Right here at Habbo.','','','',0,''),(400,374,'2015_candyland','2015 - Candyland','default_3x3',1,181,1,7,'1','1','0','0','catalog_easter_headline1','easternew','','Have you ever wanted a room filled with edible furniture? Of course you have! And now you can build it!','','','',0,''),(417,209,'summer_bazaar','Summer Bazaar','default_3x3',1,275,1,69,'1','1','0','0','catalog_frontpage_headline_shop_EN','bazaar_new','','New, colourful and inspired by Arabian luxury, shop around and find some things for your own market!','','','',0,''),(418,209,'pastel','Pastel','default_3x3',1,2,1,54,'1','1','0','0','catalog_frontpage_headline_shop_EN','catal_fp_pic5','','Cute and funny, just like you!','','','',0,''),(419,209,'modern_studio','Modern Studio','default_3x3',1,2,1,46,'1','1','0','0','feature_cata_hort_modernapt17','extra1','','Modern Studio Furni! You asked for it... We added it! Have fun in your new Studio Apartments!','','','',0,''),(399,375,'2018_laboratory','2018 - Laboratory','default_3x3',1,34,1,12,'1','1','0','0','catalog_halloween_headline1_en','Infected_Laboratory','','If you''re not a mad scientist, then what kind of scientist are you? Create your perfect laboratory here!','','','',0,''),(391,375,'2010_voodoo','2010 - Voodoo','default_3x3',1,34,1,4,'1','1','0','0','catalog_halloween_headline1_en','spromo_hw15_b2','','WooOOOOooOOoo! Spooky! Don''t wanna be left alone with this range at night.. who knows what could happen!','','','',0,''),(398,375,'2017_cursed_caves','2017 - Cursed Caves','default_3x3',1,34,1,11,'1','1','0','0','halloween','spromo_hween17_gen1','','Build your own dungeon, you filthy little Habbo.','','','',0,''),(420,7,'crackables','Crackables','pets2',1,10,4,5,'1','1','0','0','','','',NULL,'Crackables ','Contains all bonus bags, campaign crackables and all the prizes. Use the items_crackable table to match the crackables to the exact prizes.','WARNING: Pages could be slow loading due to number of items. All rewards can be found in the `prizes` column in the `items_crackable` table.',0,''),(392,375,'2011_party','2011 - Party','default_3x3',1,34,1,5,'1','1','0','0','halloween','spromo_pumpkinpack','','Looking for a frightastical room? Well, this is the place to be! We have everything you need to spook your friends this Halloween!','','','',0,''),(397,375,'2016_ghost_hunter','2016 - Ghost Hunter','default_3x3',1,34,1,10,'1','1','0','0','halloween','spromo_hween16_new_furni','','Spooky lobbies, hotel rooms and libraries. Or, not spooky! Use the Purification Device and use powder to purify the furni.','','','',0,''),(402,372,'summer','Summer','default_3x3',1,274,1,6,'1','0','0','0','','','','','','','',0,''),(396,375,'2015_habbocalypse','2015 - Habbocalypse','default_3x3',1,34,1,9,'1','1','0','0','catalog_halloween_headline1_en','habbocalypse','','Darkness and evil is spreading through the hotel and you''re one of the ONLY Habbos that can fight the bad energy! Dodge Evil Frank, avoid dark shadowy places and make it your mission to save Habbo Hotel from complete and TOTAL annihilation!','','','',0,''),(421,218,'sound_fx','Sound FX','default_3x3',1,4,1,7,'1','1','0','0','catalog_wired_header1','wiredsound_teaser','','Create your own beats and tracks by combinign these sound FX in your room. Throw a concert for your friends or even start a band in Habbo!','','','',0,''),(591,599,'panda_statues','Panda Statues','default_3x3',1,42,4,4,'1','1','0','0','','Spromo_Bonus_Bags','',NULL,'','','',0,''),(422,209,'pro_gamer','Pro Gamer','default_3x3',1,202,1,58,'1','1','0','0','catalog_frontpage_headline_shop_EN','catal_fp_pic5','','Many people have heard of Legend of Selda, but what about Hario and Wuigi?','','','',0,''),(395,375,'2014_day_of_the_dead','2014 - Day of the Dead','default_3x3',1,34,1,8,'1','1','0','0','hween14_catalog_header','hween14_catalog_teaser','','Spooky skulls, bright flowers and traditional altars fill this furni line! Gather your friends and family and come together to celebrate the Habbos of the past.','','','',0,''),(394,375,'2013_frightful','2013 - Frightful','default_3x3',1,34,1,7,'1','1','0','0','halloween','hween13_roombundle','','Now you can spook up your castle for Halloween! Make sure to add some Demonic Sheep for the full effect.','','','',0,''),(423,3,'effects','Effects','default_3x3',1,61,1,13,'1','1','0','0','avatar_fx_header','permeffects_teaser','','ALL NEW Permanent effects are here! Sick of purchasing effects multiple times? Want to keep effects forever? Want to trade your way to the top of the effects kingdom? Well then, Permanent effects are for you!','','','',0,''),(424,209,'coral_kingdom','Coral Kingdom','default_3x3',1,280,1,18,'1','1','0','0','catalog_shells_header','coralking18_gen','','It''s here! The all new Coral Kingdom furni line is in the Catalogue. Build your own version of Atlantis in Habbo TODAY!','','','',0,''),(498,675,'ecotron','Ecotron','default_3x3',1,163,7,4,'1','0','0','0','','','','','','','',0,''),(393,375,'2012_carnival','2012 - Carnival','default_3x3',1,34,1,6,'1','1','0','0','halloween','hween_12_furni','','Carnivals are already creepy, but our Halloween Carnivale furni will really max out the creep factor!','','','',0,''),(270,7,'seasonal_gifts','Seasonal Gifts','default_3x3',1,90,5,11,'1','0','0','0','','','','','','','',0,''),(258,311,'azure_rares','Azure Rares','default_3x3',1,42,6,1,'1','1','0','0','','Azure','','','','','',0,''),(259,311,'emerald_rares','Emerald Rares','default_3x3',1,42,6,2,'1','1','0','0','','Emerald','','','','','',0,''),(515,511,'clear_plasto','Clear Plasto','default_3x3',1,154,1,3,'1','1','0','0','plastic','plastic_pasic_promo_1','','Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!
+','','','',0,''),(516,442,'idea_agency','Idea Agency','default_3x3',1,52,4,32,'1','1','0','0','','','','','','','',0,''),(425,209,'basement_band_kit','Basement Band Kit','default_3x3',1,257,1,12,'1','1','0','0','music_header','march19_new','','Everything you need to start your own basement band is right here. Three collectible ''Basement Band'' instruments are availabe in the Catalogue NOW!','','','',0,''),(312,599,'books_of_knowledge','Books of Knowledge','default_3x3',1,42,4,1,'1','1','0','0','','','','','','','',0,''),(313,442,'night_at_the_museum_2','Night At The Museum 2','default_3x3',1,52,4,43,'1','1','0','0','','','','','','','',0,''),(92,680,'bunny_bored','Bunny - Bored','pets',1,150,1,99,'1','1','0','0','catalog_pet_headline1','','','These mischievous little pets have travelled all the way from the deep jungles of WobbahLand! Adorable as they are naughty, these little guys love a good sing-a-long.','','Name your Obbah Wobbah:','Select a colour:',0,''),(427,209,'danish_hygge_furni','Danish Hygge Furni','default_3x3',1,283,1,21,'1','1','0','0','catalog_frontpage_headline_shop_EN','nov18_hyggeline','','Walk through the door and sink into a warm pool of comfort and well-being with this Hygge furnis.','Choose a furni.','','',0,''),(428,209,'tokyo','Tokyo','default_3x3',1,281,1,72,'1','1','0','0','japan_header_br','tokyo18_gen','','Enjoy the awesome new Tokyo-inspired furni line we''ve released. Subarashii!','','','',0,''),(267,269,'palooza_spacerent','Palooza - Spacerent','default_3x3',1,227,1,6,'1','1','0','0','catalog_teaser_palooza','catalog_teaser_palooza','','Create your own stage and outdoor festival area. We''ve got stages, fencing and even vending machines!','','','',0,''),(266,634,'palooza_guitars','Palooza Guitars','default_3x3',1,227,1,13,'1','1','0','0','catalog_teaser_palooza','catalog_teaser_palooza','','','','','',0,''),(430,209,'pride_furni','Pride Furni','default_3x3',1,286,1,56,'1','1','0','0','catalog_frontpage_headline_shop_EN','rbow19_gen','','To celebrate Pride in Habbo, we''re releasing a set of rainbow-coloured bedroom furni for you all!','','','',0,''),(431,270,'sea_shell_gifts','Sea Shell Gifts','default_3x3',1,280,5,1,'1','1','0','0','catalog_shells_header','shellgifts','','Use your Shells to buy these limited Gifts!','','','',0,''),(432,216,'greek_2019','Greek - 2019','default_3x3',1,31,1,34,'1','1','0','0','greek_header','greek_catateaser','','Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own pantheon with our realistic Greek range!','','','',0,''),(433,209,'celestial','Celestial','default_3x3',1,2,1,16,'1','1','0','0','catalog_frontpage_headline_shop_EN','catal_fp_pic5','','Fly among the stars with this universally loved Furni Line.','','','',0,''),(504,125,'2008_penguins','2008 - Penguins','default_3x3',1,168,5,2,'1','1','0','0','catalog_header_xmas2013','','','','','','',0,''),(505,503,'jet_set_2016','Jet Set - 2016','default_3x3',1,265,1,2,'1','1','0','0','JETSET','jetset_yachtcomp','','','','','',0,''),(506,675,'habbo_stories','Habbo Stories','default_3x3',1,210,6,7,'1','0','0','0','','','','','','','',0,''),(507,506,'shakespeare','Shakespeare','default_3x3',1,210,1,5,'1','1','0','0','','','','','','','',0,''),(434,209,'zen_garden','Zen Garden','default_3x3',1,2,1,84,'1','1','0','0','catalog_frontpage_headline_shop_EN','sep18_classic14_internal','','It''s time to dive into a metaphorical pool of psychological solitude.','','','',0,''),(257,269,'palooza_2014','Palooza - 2014','default_3x3',1,227,1,2,'1','1','0','0','catalog_teaser_palooza','catalog_teaser_palooza','','Create your own stage and outdoor festival area. We''ve got stages, fencing and even vending machines!','','','',0,''),(435,209,'sunlight_city','Sunlight City','default_3x3',1,2,1,70,'1','1','0','0','catalog_frontpage_headline_shop_EN','suncity19_newfurni','','Build the utopian paradise of your dreams with our new furni line: Sunlight City!','','','',0,''),(508,506,'vintage_music','Vintage Music','default_3x3',1,210,1,6,'1','1','0','0','','','','','','','',0,''),(509,506,'boarding_school','Boarding School','default_3x3',1,210,1,1,'1','1','0','0','','','','','','','',0,''),(510,506,'football','Football','default_3x3',1,210,1,2,'1','1','0','0','','','','','','','',0,''),(300,557,'limited_edition_rares','Limited Edition Rares','default_3x3',1,145,6,10,'1','0','0','0','','','','','','','',0,''),(7,-1,'staff','Staff','default_3x3',1,65,4,7,'1','1','0','0','','','','','','','',0,''),(327,557,'v7_rares','V7 Rares','default_3x3',1,42,6,4,'1','0','0','0','','','','','','','',0,''),(547,442,'virtual_piggy_ink','Virtual Piggy Ink','default_3x3',1,52,4,68,'1','1','0','0','','','',NULL,'','','',0,''),(328,327,'dragon_lamps','Dragon Lamps','default_3x3',1,42,1,4,'1','1','0','0','rares','Dragons','','','','','',0,''),(329,327,'fans','Fans','default_3x3',1,42,1,5,'1','1','0','0','rares','Fanss','','','','','',0,''),(330,327,'ice_cream_machines','Ice Cream Machines','default_3x3',1,42,1,6,'1','1','0','0','rares','IceCream','','','','','',0,''),(331,327,'laser_gates','Laser Gates','default_3x3',1,42,1,7,'1','1','0','0','rares','Lazer','','','','','',0,''),(332,327,'marquees','Marquees','default_3x3',1,42,1,8,'1','1','0','0','rares','Marquee','','','','','',0,''),(333,327,'monoliths','Monoliths','default_3x3',1,42,1,9,'1','1','0','0','rares','Mono','','','','','',0,''),(334,327,'oriental_screens','Oriental Screens','default_3x3',1,42,1,10,'1','1','0','0','rares','Oriental','','','','','',0,''),(335,327,'pillars','Pillars','default_3x3',1,42,1,10,'1','1','0','0','rares','Pillars','','','','','',0,''),(336,327,'smoke_machines','Smoke Machines','default_3x3',1,42,1,12,'1','1','0','0','rares','Smokes','','','','','',0,''),(337,311,'maroon_rares','Maroon Rares','default_3x3',1,77,6,3,'1','1','0','0','','5af5b5_prizepack_3d','','','','','',0,''),(338,442,'niko','Niko','default_3x3',1,52,4,44,'1','1','0','0','catalog_header_niko_en','catalog_niko_en','','','','','',0,''),(339,442,'habbo_mobile_app','Habbo Mobile App','default_3x3',1,52,4,30,'1','1','0','0','','','','','','','',0,''),(360,387,'habburgers','Habburgers','default_3x3',1,264,1,8,'1','1','0','0','catalog_header_classics','aug16_classic2_internal','','The room description was "American classics - burgers, fries and shakes. And ketchup, so much ketchup."','','','',0,''),(340,348,'sleeping_bags','Sleeping Bags','default_3x3',1,42,1,4,'1','1','0','0','rares','','','','','','',0,''),(341,348,'one_way_gates','One Way Gates','default_3x3',1,42,1,3,'1','1','0','0','rares','','','','','','',0,''),(342,348,'inflatable_chairs','Inflatable Chairs','default_3x3',1,234,1,1,'1','1','0','0','inflatable_chairs_cata_header','inflateable_chairs_teaser','','They say that these chairs are Suuuuuper soft because of the air that keeps them full, how about buying one and experiencing yourself? Enjoy!
+','','','',0,''),(343,348,'traffic_lights_barriers','Traffic Lights & Road Barriers','default_3x3',1,42,1,5,'1','1','0','0','rares','catalog_teaser_traffic_signs','','','','','',0,''),(557,7,'rare_groups','Rare Groups','default_3x3',1,10,4,2,'1','0','0','0','',' ','','','','','',0,''),(344,348,'miscellaneous','Miscellaneous','default_3x3',1,42,1,2,'1','1','0','0','rares','','','','','','',0,''),(345,557,'collectibles','Collectibles','default_3x3',1,42,5,7,'1','0','0','0','','','','','','','',0,''),(346,442,'others','Others','default_3x3',1,52,4,72,'1','1','0','0','','','','','','','',0,''),(347,327,'pillows','Pillows','default_3x3',1,42,1,11,'1','1','0','0','rares','Pillows','','','','','',0,''),(492,345,'merge_compensation','Merge Compensation','default_3x3',1,56,1,3,'1','1','0','0','','','','','','','',0,''),(495,442,'builder''s_club_birthday','Builder''s Club Birthday','default_3x3',1,52,4,7,'1','1','0','0','','','','','','','',0,''),(403,402,'2010_big_wave','2010 - Big Wave','default_3x3',1,274,1,5,'1','1','0','0','summer','summer_teaser','','Even more floats! Make your pool party perfect with some inflatables.','','','',0,''),(405,402,'2007','2007','default_3x3',1,274,1,1,'1','1','0','0','summer','summer_teaser','','Relax by the beach with these chairs and BBQs!','','','',0,''),(406,402,'2009','2009','default_3x3',1,274,1,4,'1','1','0','0','summer','summer_teaser','','Add to your beach party with an ice box and some floats.','','','',0,''),(407,402,'2011','2011','default_3x3',1,274,1,6,'1','1','0','0','summer','summer_teaser','','A bonfire on the beach with some Habbo tunes, nothing beats it.','','','',0,''),(408,402,'2008_tiki','2008 - Tiki','default_3x3',1,274,1,3,'1','1','0','0','catalog_tiki_header1_en','tiki_teaser','','Imagine the scene.. lost on a desert island when you stumble across a small local tribe.. now you can with our Tiki range!
+','','','',0,''),(409,402,'2017','2017','default_3x3',1,274,1,8,'1','1','0','0','summer','summer_teaser','','A burger and some shades are all you need to explore a beach town!','','','',0,''),(681,680,'cows','Cows','pets',1,270,1,99,'1','1','0','0','','','','','','','',0,''),(680,675,'pets','Pets','default_3x3',1,10,6,1,'1','0','0','0','','','','','','','',0,''),(518,209,'rainy_day','Rainy Day','default_3x3',1,2,1,59,'1','1','0','0','catalog_frontpage_headline_shop_EN','spromo_rainy19_gen','','You''ll never get soaked again.','','','',0,''),(519,209,'supermarket','Supermarket','default_3x3',1,213,1,71,'1','1','0','0','catalog_frontpage_headline_shop_EN','catal_fp_pic5','','Get that last minute shopping in with our supermarket furni!','','','',0,''),(675,7,'previous_campaigns','Previous Campaigns','default_3x3',1,10,6,7,'1','0','0','0','','','','','','','',0,''),(501,209,'laundry','Laundry','default_3x3',1,2,1,42,'1','1','0','0','game_shop_header','may18_house2_internal','','Kick back and play some games while your clothes wash!','','','',0,''),(521,375,'2019_coven','2019 - Coven','default_3x3',1,34,1,13,'1','1','0','0','halloween','catalog_halloween_teaser','','We''re getting witchy this year! Make your own coven...','','','',0,''),(522,209,'dessert_cafe','Dessert Cafe','default_3x3',1,2,1,22,'1','1','0','0','catalog_frontpage_headline_shop_EN','catal_fp_pic5','','Who loves desserts? If you do, make sure to pick up some of this Dessert Cafe furni!','','','',0,''),(185,442,'kung_fu_panda_2','Kung Fu Panda 2','default_3x3',1,52,4,35,'1','1','0','0','','ctlg_pic_ads_twi_mist','','I''ve never read the book, all I know is it has vampires playing basket ball and some heart throb called Edward Cullen, but the furni looks good!','','','',0,''),(286,17,'yellow_mode','Yellow Mode','default_3x3',1,20,1,7,'1','1','0','0','catalog_mode_headline1','catalog_mode_teaser1','','Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.','','','',0,''),(285,17,'red_mode','Red Mode','default_3x3',1,20,1,5,'1','1','0','0','catalog_mode_headline1','catalog_mode_teaser1','','Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.','','','',0,''),(307,125,'credit_furni','Credit Furni','default_3x3',1,146,7,2,'1','1','0','0','catalog_bank_headline1','credit_exchange','','Habbo Exchange is where you can convert your Credits into a tradable currency. You can then use this currency to trade for Furni or just show off your riches in your room.','','','',0,''),(502,511,'white_plasto','White Plasto','default_3x3',1,46,1,6,'1','1','0','0','plastic','plastic_pasic_promo_1','','Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!
+','','','',0,''),(170,180,'pink_pura','Pink Pura','default_3x3',1,48,1,6,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(171,180,'black_pura','Black Pura','default_3x3',1,48,1,3,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(172,180,'white_pura','White Pura','default_3x3',1,48,1,10,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(173,180,'beige_pura','Beige Pura','default_3x3',1,48,1,2,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(278,4,'breeding_boxes','Breeding Boxes','default_3x3',1,99,1,4,'1','1','0','0','babypets_cata_header','babypets_teaser','','To breed a baby pet, you need to purchase a breeding nest and have two adult pets of the same type. At least one of the adult pets need to be owned by you. Breeding nest vanishes after breeding is done. Over 20 breeds of each baby pet available, including rare and super rare!','','','',0,''),(589,3,'new_additions','New Additions','default_3x3',1,215,1,2,'1','1','0','0','clothing_catalog_header','newclothingeaster16','','The biggest clothing update for YEARS just landed in the Catalogue. We''ll say no more - just GO LOOK!','','','',0,''),(593,209,'elegant','Elegant','default_3x3',1,2,1,25,'1','1','0','0','catalog_header_classics','classiclounge','','Who remembers the legendary Habbo Hotel Public Classics? Now you can recreate them any way you want.','','','',0,''),(283,17,'black_mode','Black Mode','default_3x3',1,20,1,2,'1','1','0','0','catalog_mode_headline1','catalog_mode_teaser1','','Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.','','','',0,''),(47,526,'hello','Hello','default_3x3',1,5,1,3,'1','1','0','0','tienda-pixel','pixel3','','','','','',0,''),(555,526,'kuurna','Kuurna','default_3x3',1,5,1,4,'1','1','0','0','tienda-pixel','pixel3','','','','','',0,''),(188,526,'farewell_pixels','Farewell Pixels','default_3x3',1,5,1,2,'1','1','0','0','tienda-pixel','pixel3','','','','','',0,''),(23,526,'pixel_rentals','Pixel Rentals','default_3x3',1,5,1,7,'1','1','0','0','tienda-pixel','pixel3','','','','','',0,''),(526,675,'pixels','Pixels','default_3x3',1,5,6,6,'1','0','0','0','tienda-pixel','pixel3','','','','','',0,''),(194,526,'pixel_pet_accessories','Pixel Pet Accessories','default_3x3',1,5,1,6,'1','1','0','0','tienda-pixel','pixel3','','','','','',0,''),(275,377,'countdown','Countdown','default_3x3',1,274,1,1,'1','1','0','0','newyears','catal_fp_pic5','','All these years have gone by, relive them with this furni.','','','',0,''),(596,311,'teal_rares','Teal Rares','default_3x3',1,42,6,4,'1','1','0','0','','','','','','','',0,''),(326,373,'2019_log_cabin','2019 - Log Cabin','default_3x3',1,168,1,17,'1','1','0','0','catalog_header_xmas2013','spromo_Log_Cabin','','Mixing this line with the Winter Cabin Furni, you could make a multi-roomed cozy cabin for you and your friends.','','','',0,''),(125,7,'extras','Extras','pets2',1,215,5,10,'1','0','0','0','','','','','','','',0,''),(325,373,'2019_winter_palace','2019 - Winter Palace','default_3x3',1,168,1,18,'1','1','0','0','catalog_header_xmas2013','spromo_xmas19_gen','','Time to chill out and relax in an icy palace. Just let it go , man.','','','',0,''),(196,387,'picnic','Picnic - Modern','default_3x3',1,264,1,22,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','The remodel was debuted in February 2015, and was renamed from Picnic Area to Picnic.','','','',0,''),(93,680,'bunny_manic','Bunny - Manic','pets',1,149,1,99,'1','1','0','0','catalog_pet_headline1','','','One of the most feared creatures in nature, and perhaps the most misunderstood. The majority of Spiders have sharp fangs that inject venom into their prey- but don''t worry, these spiders won''t bite ! Maybe...','','Name your pet:','',0,''),(99,221,'kittens','Kittens','pets',1,228,1,2,'1','1','0','0','catalog_pet_headline1','','','Leaping their way around the Hotel, these fluffy furballs are here to steal your heart...and your yarn!','','Name your pet:','',0,''),(100,221,'puppies','Puppies','pets',1,228,1,1,'1','1','0','0','catalog_pet_headline1','','','So soft and cuddly, these playful pups are certain to melt your heart. From Labradors to Dalmatians, there''s a breed for everyone!','','Name your pet:','',0,''),(101,221,'piglets','Piglets','pets',1,228,1,3,'1','1','0','0','catalog_pet_headline1','','','OINK! Partial to a good roll in the mud, these playful piggies have trotted into the hotel and are ready for fun!','','Name your pet:','',0,''),(197,125,'null','Null','default_3x3',1,42,7,10,'1','1','0','0','','','','','','','',0,''),(198,442,'bubblejuice','BubbleJuice','default_3x3',1,52,4,6,'1','1','0','0','','','','','','','',0,''),(46,209,'trax','Trax','default_3x3',1,4,1,74,'1','1','0','0','hotelhits_catalog_header','hotelhits_teaser','','Trax are the Habbo music disks which have many multiple tunes installed onto them which can be played on a Trax Machine in the room. After the Habbo transistion from Shockwave to Flash clients, the trax system was not recovered until April 2011, where only Juke Boxes, old CDs, and Habbo sold CDs were re-released.','','For decoration only.. They do not function.','',0,''),(623,234,'top_picks','Top Picks','default_3x3',1,195,1,1,'1','1','0','0','','','','','','','',0,''),(311,557,'colourable_rares','Colourable Rares','default_3x3',1,42,6,6,'1','0','0','0','','','','','','','',0,''),(284,17,'beige_mode','Beige Mode','default_3x3',1,20,1,1,'1','1','0','0','catalog_mode_headline1','catalog_mode_teaser1','','Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.','','','',0,''),(529,442,'ob','OB','default_3x3',1,52,4,47,'1','1','0','0','','','','','','','',0,''),(177,180,'red_pura','Red Pura','default_3x3',1,48,1,9,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(530,442,'mtv','MTV','default_3x3',1,52,4,40,'1','1','0','0','','','','','','','',0,''),(176,180,'yellow_pura','Yellow Pura','default_3x3',1,48,1,10,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(531,442,'malaco','Malaco','default_3x3',1,52,4,38,'1','1','0','0','','','','','','','',0,''),(532,442,'m6','M6','default_3x3',1,52,4,36,'1','1','0','0','','','','','','','',0,''),(533,442,'gs_arcade','GS Arcade','default_3x3',1,52,4,28,'1','1','0','0','','','','','','','',0,''),(534,442,'grefusa','Grefusa','default_3x3',1,52,4,27,'1','1','0','0','','','','','','','',0,''),(174,180,'blue_pura','Blue Pura','default_3x3',1,48,1,4,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(535,442,'clearasil','Clearasil','default_3x3',1,52,4,14,'1','1','0','0','','','','','','','',0,''),(98,680,'terrier_puppies','Terrier Puppies','pets',1,228,1,5,'1','1','0','0','catalog_pet_headline1','','','','','','',0,''),(537,442,'capri_sun','Capri Sun','default_3x3',1,52,4,9,'1','1','0','0','','','','','','','',0,''),(96,680,'monkey_evil','Monkey - Evil','pets',1,167,1,99,'1','1','0','0','','','','','','','',0,''),(97,680,'bear_cubs','Bear Cubs','pets',1,228,1,1,'1','1','0','0','catalog_pet_headline1','','','','','','',0,''),(538,442,'ditch_the_label','Ditch The Label','default_3x3',1,52,4,18,'1','1','0','0','','','','','','','',0,''),(94,680,'pigeon_wise','Pigeon - Wise','pets',1,2,1,99,'1','1','0','0','','','','','','','',0,''),(95,680,'pigeon_cunning','Pigeon - Cunning','pets',1,2,1,99,'1','1','0','0','','','','','','','',0,''),(539,442,'tampax','Tampax','default_3x3',1,52,4,65,'1','1','0','0','','','','','','','',0,''),(175,180,'green_pura','Green Pura','default_3x3',1,48,1,5,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(540,442,'netari','Netari','default_3x3',1,52,4,41,'1','1','0','0','','','','','','','',0,''),(541,442,'easy_mac','Easy Mac','default_3x3',1,52,4,21,'1','1','0','0','','','','','','','',0,''),(542,442,'persy_jackson','Persy Jackson','default_3x3',1,52,4,53,'1','1','0','0','','','','','','','',0,''),(601,599,'punching_bags','Punching Bags','default_3x3',1,42,4,5,'1','1','0','0','','Spromo_Bonus_Bags',' ',NULL,' ','',' ',0,''),(745,300,'2019_ltds','2019 LTDs','default_3x3',1,145,1,8,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(746,300,'2020_ltds','2020 LTDs','default_3x3',1,145,1,9,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(543,442,'sunny_delight','Sunny Delight','default_3x3',1,52,4,62,'1','1','0','0','calippo_header_es','','','','','','',0,''),(544,442,'puffet','Puffet','default_3x3',1,52,4,54,'1','1','0','0','','','','','','','',0,''),(545,442,'antena_3','Antena 3','default_3x3',1,52,4,4,'1','1','0','0','','','','','','','',0,''),(546,442,'chocapic','Chocapic','default_3x3',1,52,4,12,'1','1','0','0','','','','','','','',0,''),(280,209,'habbowood','Habbowood','default_3x3',1,33,1,35,'1','1','0','0','habbowood','habbowood_logo','','Whether it''s a boulevard of stars, a cinema, a theatre, a dressing room or an entire film studio - the Habbowood furni ticks all the stage exit right boxes!','','','',0,''),(577,624,'rare_clothing_2017','[R] Clothing - 2017','default_3x3',2,42,6,3,'1','1','0','0','','vippremium2','','Unreleased rare clothing.','','','',0,''),(578,624,'rare_clothing_2018','[R] Clothing - 2018','default_3x3',3,42,6,4,'1','1','0','0','','vippremium2','','Unreleased rare clothing.','','','',0,''),(579,624,'rare_clothing_2019','[R] Clothing - 2019','default_3x3',4,42,6,5,'1','1','0','0','','vippremium2','','Unreleased rare clothing.','','','',0,''),(580,624,'rare_clothing_2016','[R] Clothing - 2016','default_3x3',1,42,6,2,'1','1','0','0','','vippremium2','','Unreleased rare clothing.','','','',0,''),(585,624,'golden_accessories','Golden Accessories','default_3x3',1,263,6,8,'1','1','0','0','','70b334203e82','','','','','',0,''),(581,410,'2015-16_new_year_acc.','2015-16 NY Acc.','default_3x3',1,350,1,21,'1','1','0','0','','494f9e19e78d ','','','','','',0,''),(582,410,'2017-18_new_year_acc.','2017-18 NY Acc.','default_3x3',1,350,1,21,'1','1','0','0','','494f9e19e78d ','','','','','',0,''),(583,410,'2016-17_new_year_acc.','2016-17 NY Acc.','default_3x3',1,350,1,31,'1','1','0','0','','494f9e19e78d ','','','','','',0,''),(584,410,'2018-19_new_year_acc.','2018-19 NY Acc.','default_3x3',1,350,1,10,'1','1','0','0','','494f9e19e78d ','','','','','',0,''),(410,624,'new_year_accessories','New Year Accessories','default_3x3',1,42,5,7,'1','0','0','0','','494f9e19e78d ','','','','','',0,''),(525,209,'bohemian_festival','Bohemian Festival','default_3x3',1,285,1,14,'1','1','0','0','catalog_frontpage_headline_shop_EN','Spromo_fest19_gen','','It''s time for a festival!','','','',0,''),(305,442,'chupa_chups','Chupa Chups','default_3x3',1,52,4,13,'1','1','0','0','','','','','','','',0,''),(568,5,'classic_furni_lines','Classic Furni Lines','pets3',1,196,1,3,'1','0','0','0','','','','','','','',0,''),(556,568,'candy','Candy','default_3x3',1,19,1,3,'1','1','0','0','catalog_candy_headline1','catalog_candy_teaser1','','','','','',0,''),(314,281,'black_area','Black Area','default_3x3',1,14,1,2,'1','1','0','0','catalog_area_headline1','catalog_area_teaser1','','Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.','','','',0,''),(315,281,'white_area','White Area','default_3x3',1,14,1,8,'1','1','0','0','catalog_area_headline1','catalog_area_teaser1','','Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.','','','',0,''),(316,281,'beige_area','Beige Area','default_3x3',1,14,1,1,'1','1','0','0','catalog_area_headline1','catalog_area_teaser1','','Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.','','','',0,''),(317,281,'pink_area','Pink Area','default_3x3',1,14,1,5,'1','1','0','0','catalog_area_headline1','catalog_area_teaser1','','Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.','','','',0,''),(318,281,'blue_area','Blue Area','default_3x3',1,14,1,3,'1','1','0','0','catalog_area_headline1','catalog_area_teaser1','','Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.','','','',0,''),(319,281,'green_area','Green Area','default_3x3',1,14,1,4,'1','1','0','0','catalog_area_headline1','catalog_area_teaser1','','Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.','','','',0,''),(320,281,'yellow_area','Yellow Area','default_3x3',1,14,1,9,'1','1','0','0','catalog_area_headline1','catalog_area_teaser1','','Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.','','','',0,''),(321,281,'red_area','Red Area','default_3x3',1,14,1,7,'1','1','0','0','catalog_area_headline1','catalog_area_teaser1','','Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.','','','',0,''),(322,281,'purple_area','Purple Area','default_3x3',1,14,1,6,'1','1','0','0','catalog_area_headline1','catalog_area_teaser1','','Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.','','','',0,''),(590,557,'extra_rares','Extra Rares','default_3x3',1,42,5,11,'1','1','0','0','limited_header','catalog_limited_teaser','','Rares that didn''t really fit in any other category.','','','',0,''),(548,442,'paula','Paula','default_3x3',1,52,4,51,'1','1','0','0','','','','','','','',0,''),(549,442,'rango','Rango','default_3x3',1,52,4,56,'1','1','0','0','','','','','','','',0,''),(550,442,'frank','Frank','default_3x3',1,52,4,25,'1','1','0','0','','','','','','','',0,''),(551,442,'escape_from_madagascar','Escape From Madagascar','default_3x3',1,52,4,23,'1','1','0','0','','','','','','','',0,''),(552,442,'coolpolitics','Coolpolitics','default_3x3',1,52,4,15,'1','1','0','0','','','','','','','',0,''),(553,442,'cheetos','Cheetos','default_3x3',1,52,4,11,'1','1','0','0','','','','','','','',0,''),(554,442,'durex','Durex','default_3x3',1,52,4,20,'1','1','0','0','','','','','','','',0,''),(597,599,'sloth_statues','Sloth Statues','default_3x3',1,42,4,6,'1','1','0','0','','Spromo_Bonus_Bags','',NULL,'','','',0,''),(742,300,'2016_ltds','2016 LTDs','default_3x3',1,145,1,5,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(743,300,'2017_ltds','2017 LTDs','default_3x3',1,145,1,6,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(744,300,'2018_ltds','2018 LTDs','default_3x3',1,145,1,7,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(598,599,'hedgehog_statues','Hedgehog Statues','default_3x3',1,42,4,2,'1','1','0','0','','Spromo_Bonus_Bags','',NULL,'','','',0,''),(738,300,'2012_ltds','2012 LTDs','default_3x3',1,145,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(739,300,'2013_ltds','2013 LTDs','default_3x3',1,145,1,2,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(740,300,'2014_ltds','2014 LTDs','default_3x3',1,145,1,3,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(599,7,'bonus_prizes','Bonus Prizes','default_3x3',1,99,4,6,'1','0','0','0','','Spromo_Bonus_Bags','',NULL,'','','',0,''),(741,300,'2015_ltds','2015 LTDs','default_3x3',1,145,1,4,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(674,7,'crafting','Crafting','default_3x3',1,180,4,4,'1','0','0','0','','','','Either used as prizes or ingredients.','','','',0,''),(569,387,'hoh_winner_statues','HoH Winner Statues','default_3x3',1,264,1,12,'1','1','0','0','catalog_header_classics','catal_fp_pic5','','These statues are shown in the Hall of Habbo as a celebration of 15 years of Habbo.','','','',0,''),(657,345,'exotic_birds','Exotic Birds','default_3x3',1,42,1,1,'1','1','0','0','','','','','','','',0,''),(658,345,'northern_american_animals','Northern American Animals','default_3x3',1,42,1,1,'1','1','0','0','','','','','','','',0,''),(664,420,'bonus_bags','Bonus Bags','default_3x3',1,42,4,3,'1','1','0','0','','','','','','','',0,''),(665,420,'seasonal_crackables','Seasonal Crackables','default_3x3',1,90,4,2,'1','0','0','0','','','','','','','',0,''),(666,665,'halloween_crackables','Halloween Crackables','default_3x3',1,42,1,1,'1','1','0','0','','','','These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.','','','',0,''),(667,665,'easter_crackables','Easter Crackables','default_3x3',1,42,1,1,'1','1','0','0','','','','These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.','','','',0,''),(668,665,'new_year_crackables','New Year Crackables','default_3x3',1,42,1,1,'1','1','0','0','','','','These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.','','','',0,''),(669,665,'christmas_crackables','Christmas Crackables','default_3x3',1,42,1,1,'1','1','0','0','','','','These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.','','','',0,''),(670,345,'sci-fi','Sci-Fi','default_3x3',1,42,1,1,'1','1','0','0','','','','','','','',0,''),(671,345,'victorian_dolls','Victorian Dolls','default_3x3',1,42,1,1,'1','1','0','0','','','','','','','',0,''),(672,345,'festival_skulls','Festival Skulls','default_3x3',1,42,1,1,'1','1','0','0','','','','','','','',0,''),(673,345,'inflatable_furni','Inflatable Furni','default_3x3',1,42,1,1,'1','1','0','0','','','','','','','',0,''),(288,17,'blue_mode','Blue Mode','default_3x3',1,20,1,3,'1','1','0','0','catalog_mode_headline1','catalog_mode_teaser1','','Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.','','','',0,''),(289,17,'white_mode','White Mode','default_3x3',1,20,1,6,'1','1','0','0','catalog_mode_headline1','catalog_mode_teaser1','','Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.','','','',0,''),(291,27,'white_iced','White Iced','default_3x3',1,20,1,8,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(292,27,'aquamarine_iced','Aquamarine Iced','default_3x3',1,20,1,1,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(290,27,'black_iced','Black Iced','default_3x3',1,20,1,2,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(293,27,'pink_iced','Pink Iced','default_3x3',1,20,1,5,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(294,27,'blue_iced','Blue Iced','default_3x3',1,20,1,3,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(295,27,'green_iced','Green Iced','default_3x3',1,20,1,4,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(296,27,'yellow_iced','Yellow Iced','default_3x3',1,20,1,9,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(297,27,'red_iced','Red Iced','default_3x3',1,20,1,7,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(298,27,'purple_iced','Purple Iced','default_3x3',1,20,1,6,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(411,209,'monster_plant_furni','Monster Plant Furni','default_3x3',1,2,1,47,'1','1','0','0','catalog_header_mopla_01','quest_teaser_monsterplants','','On this page you''ll find everything you need to take care of your plants: Plant Revival for when your plants die. Place potion to room, double click and select the plant you want to revive.','','','',0,''),(178,180,'purple_pura','Purple Pura','default_3x3',1,48,1,8,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(180,568,'pura','Pura','default_3x3',1,48,1,9,'1','0','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.',' ','',' ',0,''),(181,180,'pura_extensions','Pura Extensions','default_3x3',1,48,1,11,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.',' ','',' ',0,''),(164,60,'usva_yellow','USVA - Yellow','default_3x3',1,48,1,5,'1','1','0','0','catalog_header_USVA','Catalog_teaser_USVA','','With a great range of colours and new stacking possibilities, you''ll love building and creating structures with the new USVA Furni line!','','','',0,''),(165,60,'usva_green','USVA - Green','default_3x3',1,48,1,4,'1','1','0','0','catalog_header_USVA','Catalog_teaser_USVA','','With a great range of colours and new stacking possibilities, you''ll love building and creating structures with the new USVA Furni line!','','','',0,''),(166,60,'usva__red','USVA - Red','default_3x3',1,48,1,3,'1','1','0','0','catalog_header_USVA','Catalog_teaser_USVA','','With a great range of colours and new stacking possibilities, you''ll love building and creating structures with the new USVA Furni line!','','','',0,''),(167,60,'usva__blue','USVA - Blue','default_3x3',1,48,1,1,'1','1','0','0','catalog_header_USVA','Catalog_teaser_USVA','','With a great range of colours and new stacking possibilities, you''ll love building and creating structures with the new USVA Furni line!','','','',0,''),(168,60,'usva__pink','USVA - Pink','default_3x3',1,48,1,2,'1','1','0','0','catalog_header_USVA','Catalog_teaser_USVA','','With a great range of colours and new stacking possibilities, you''ll love building and creating structures with the new USVA Furni line!','','','',0,''),(622,568,'dark_iced','Dark Iced','default_3x3',1,72,1,5,'1','1','0','0','catalog_iced_headline1','catalog_iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(187,209,'trax_machines','Trax Machines','default_3x3',1,4,1,75,'1','1','0','0','music_header','catalog_djshop_teaser1','','Let''s get loud! Trax is an old, well-known feature of Habbo where you could mix your own tracks and get pumpin''. It''s not the same without it, but at least the machines are still available!',' ','','',0,''),(605,604,'top_picks','Top Picks','default_3x3',1,195,1,1,'1','1','0','0','catalog_hot_header_en','catalog_teaser_new','','Need some inspiration? Look no further.','','','',0,''),(606,604,'seating','Seating','default_3x3',1,111,1,2,'1','1','0','0','catalog_chairs_header_dyn','catalog_chairs_teaser2_001','','You can''t just leave your friends standing there when you invite them over! Have a look at our huge selection of chairs and take your pick.','','','',0,''),(607,604,'tables','Tables','default_3x3',1,112,1,3,'1','1','0','0','catalog_tables_header_dyn','catalog_tables_teaser2_001','','What''s a room without a table? Serve drinks and snacks or simply sit around for some good old chit-chat. Which table suits your room best?','','','',0,''),(608,604,'beds','Beds','default_3x3',1,114,1,4,'1','1','0','0','catalog_beds_header_dyn','catalog_beds_teaser2_001','','After a busy day making new friends and exploring the Hotel you''ll need a good night''s sleep! Pick your fave from our range of stylish beds and get some much needed rest.','','','',0,''),(609,604,'dividers','Dividers','default_3x3',1,113,1,5,'1','1','0','0','catalog_dividers_header_dyn','catalog_dividers_teaser2_001','','Divide and conquer! A well-placed divider can really tie your room together. Take a look below to see what''s on offer.','','','',0,''),(611,603,'top_picks','Top Picks','default_3x3',1,195,1,1,'1','1','0','0','catalog_hot_header_en','catalog_teaser_new','','Need some inspiration? Look no further.','','','',0,''),(612,603,'floors','Floors','default_3x3',1,41,1,2,'1','1','0','0','catalog_floors_header_dyn','small_promo_venus_de_habbo','','This section has a floor furni for every situation.','','','',0,''),(613,602,'water_features','Water Features','default_3x3',1,42,1,3,'1','1','0','0','gondola_header','gondola_teaser','','Use this section to complete your room with some relaxing water features.','','','',0,''),(614,602,'ground','Ground','default_3x3',1,21,1,4,'1','1','0','0','xmas14_catalog_header','garden_teaser_de','','Need to build an autumn garden, or do you fancy making a beach room? We''ve got it covered here.','','','',0,''),(615,603,'doors','Doors','default_3x3',1,55,1,5,'1','1','0','0','catalogue_header_castles','Catalogue_Teaser_Castles','','Give your room an entrance and an exit.','','','',0,''),(616,602,'top_picks','Top Picks','default_3x3',1,195,1,1,'1','1','0','0','catalog_hot_header_en','catalog_teaser_new','','Need some inspiration? Look no further.','','','',0,''),(617,218,'top_picks','Top Picks','default_3x3',1,195,1,1,'1','1','0','0','catalog_hot_header_en','catalog_teaser_new','','Need some inspiration? Look no further.','','','',0,''),(618,218,'deals','Deals','default_3x3',1,84,1,2,'1','1','0','0','catalog_wired_header6_en','ctlg_pic_wired_deals','','The easiest doobie way to get wired is to use the deals! These deals contain all Furni needed to make specific actions like ''Password doors'' and ''Switch operated doors'' possible.','','','',0,''),(619,218,'how_to_use_wired','How To Use Wired','info_loyalty',1,42,1,9,'1','1','0','0','','','','1. Wired Triggers
+2. Wired Effects
+3. Wired Conditions
+4. Wired Addons
+5. Wired Leaderboards ','','','',0,''),(620,219,'top_picks','Top Picks','default_3x3',1,195,1,1,'1','1','0','0','','','','','','','',0,''),(630,219,'rollerskating','Rollerskating','default_3x3',1,94,1,9,'1','1','0','0','catalog_rollerskates_header','catalog_teaser_rollerblades','','Show off your tricks on the rink, get your derby going or just invite your friends to a good ol'' roller party! PS. the rink looks great when dressed up with some Neon or Diner Furni!','','','',0,''),(621,209,'top_picks','Top Picks','default_3x3',1,195,1,1,'1','1','0','0','catalog_hot_header_en','catalog_teaser_new','','','','','',0,''),(263,442,'miss_mix','Miss Mix','default_3x3',1,52,4,39,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(632,675,'newbie','Newbie','default_3x3',1,42,6,2,'1','1','0','0','','','','','','','',0,''),(690,599,'seal_statues','Seal Statues','default_3x3',1,42,4,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(634,420,'crackable_prizes','Crackable Prizes','default_3x3',1,42,5,6,'1','0','0','0','','','','','','','',0,''),(636,624,'nt_clothing','NT Clothing','default_3x3',1,42,5,9,'1','1','0','0','','','','NT stands for Non-Tradable; unsure what Habbo uses these for, but they could be used in competitions and events as prizes.','','','',0,''),(638,622,'black_dark_iced','Black Dark Iced','default_3x3',1,72,1,2,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(639,622,'white_dark_iced','White Dark Iced','default_3x3',1,72,1,8,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(640,622,'aquamarine_dark_iced','Aquamarine Dark Iced','default_3x3',1,72,1,1,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(641,622,'pink_dark_iced','Pink Dark Iced','default_3x3',1,72,1,5,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(642,622,'blue_dark_iced','Blue Dark Iced','default_3x3',1,72,1,3,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(643,622,'green_dark_iced','Green Dark Iced','default_3x3',1,72,1,4,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(644,622,'yellow_dark_iced','Yellow Dark Iced','default_3x3',1,72,1,9,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(645,622,'red_dark_iced','Red Dark Iced','default_3x3',1,72,1,7,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(646,622,'purple_dark_iced','Purple Dark Iced','default_3x3',1,72,1,6,'1','1','0','0','catalog_Iced_headline1','catalog_Iced_teaser1','','It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination run wild!','','','',0,''),(647,105,'pink_dark_pura','Pink Dark Pura','default_3x3',1,48,1,6,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(648,105,'black_dark_pura','Black Dark Pura','default_3x3',1,48,1,3,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(649,105,'white_dark_pura','White Dark Pura','default_3x3',1,48,1,10,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(650,105,'beige_dark_pura','Beige Dark Pura','default_3x3',1,48,1,2,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(651,105,'blue_dark_pura','Blue Dark Pura','default_3x3',1,48,1,4,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(652,105,'green_dark_pura','Green Dark Pura','default_3x3',1,48,1,5,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(653,105,'yellow_dark_pura','Yellow Dark Pura','default_3x3',1,48,1,9,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(654,105,'red_dark_pura','Red Dark Pura','default_3x3',1,48,1,8,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(655,105,'purple_dark_pura','Purple Dark Pura','default_3x3',1,48,1,7,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(656,105,'aqua_dark_pura','Aqua Dark Pura','default_3x3',1,48,1,1,'1','1','0','0','puraheader','catalog_pura_teaser1','','This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.','','','',0,''),(676,674,'finished_craftables','Finished Craftables','default_3x3',1,42,5,4,'1','1','0','0','','','','When a recipe is made, you are given an item to either craft further, or the final product. This is a page of both of those , and ideally shouldn''t be in the main catalogue; unless you want to skip crafting.','','','',0,''),(677,674,'secondary_ingredients','Secondary Ingredients','default_3x3',1,42,4,3,'1','1','0','0','','','','These secondary ingredients are given from craftables, but are used for crafting so shouldn''t be in the main catalogue.','','','',0,''),(678,674,'crafting_tables','Crafting Tables','default_3x3',1,42,4,1,'1','1','0','0','','','','For users to craft, they''ll need to be able to use these tables.','','','',0,''),(193,190,'tokyo_crackables','Tokyo Crackables','default_3x3',1,42,1,13,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(683,125,'other','Other','default_3x3',1,42,7,4,'1','1','0','0','','','','','','','',0,''),(685,680,'epic_pet_(alone)','Epic Pet (alone)','pets',1,42,4,9,'1','1','0','0','','','','','','','',0,''),(301,442,'alvin','Alvin','default_3x3',1,52,4,2,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(687,624,'rare_clothing_2020','[R] Clothing - 2020','default_3x3',1,42,6,6,'1','1','0','0','','','','Unreleased rare clothing.',NULL,NULL,NULL,0,''),(688,410,'2019-20_ny_acc.','2019-20 NY Acc.','default_3x3',1,42,1,1,'1','1','0','0','','','','This furniture is used in a New Years Crackable.',NULL,NULL,NULL,0,''),(689,8,'masks','Masks','default_3x3',1,214,1,9,'1','1','0','0','catalog_header_hc','teaser_habboclub','catalog_special_txtbg2','As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!',NULL,NULL,'For Club members only!',0,''),(691,720,'2020_rares','2020 Rares','default_3x3',1,42,1,8,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(692,376,'2020_cafe','2020 - Cafe','default_3x3',1,62,1,22,'1','1','0','0','catalog_header_val12_2_en','catalog_love_teaser1','','Create your own romantic café with this Valentines furni line.',NULL,NULL,NULL,0,''),(693,721,'bonus_rare_20','Bonus Rare 20','default_3x3',1,42,1,5,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(570,624,'unreleased_clothing','Unreleased Clothing','default_3x3',1,42,5,1,'1','1','0','0','','','','Clothing that isn''t released in the main catalogue.',NULL,NULL,NULL,0,''),(195,43,'white_diner','White Diner','default_3x3',1,204,1,5,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(571,43,'red_diner','Red Diner','default_3x3',1,204,1,4,'1','1','0','0','diner','catalog_diner_teaser_en','','Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!',NULL,NULL,NULL,0,''),(517,209,'art','Art','default_3x3',1,2,1,8,'1','1','0','0','catalog_frontpage_headline_shop_EN','catal_fp_pic5','',NULL,NULL,NULL,NULL,0,''),(226,374,'2020_alpine_heights','2020 - Alpine Heights','default_3x3',1,181,1,13,'1','1','0','0','catalog_easter_headline1','easternew','','Setting up a campsite along the river, nothing better than nature. Make your perfect campsite today!',NULL,NULL,NULL,0,''),(264,442,'boost','Boost','default_3x3',1,52,4,5,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(696,209,'india','India','default_3x3',1,2,1,37,'1','1','0','0','catalog_frontpage_headline_shop_EN','catal_fp_pic5','','Fall into a new role and take on the beautiful palace views that come with it. Will you be the next Sultan?',NULL,NULL,NULL,0,''),(633,420,'temp_art_n_india','temp art n india','default_3x3',1,42,6,8,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(265,442,'central_music','Central Music','default_3x3',1,52,4,10,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(309,442,'dave','Dave','default_3x3',1,52,4,16,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(323,442,'football','Football','default_3x3',1,52,4,24,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(324,442,'elisa','Elisa','default_3x3',1,52,4,22,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(350,442,'honey','Honey','default_3x3',1,52,4,31,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(351,442,'pepsi','Pepsi','default_3x3',1,52,4,52,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(353,442,'reebok','Reebok','default_3x3',1,52,4,57,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(382,442,'suunvuoru','Suunvuoru','default_3x3',1,52,4,64,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(451,442,'kelloggs','Kelloggs','default_3x3',1,52,4,34,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(461,442,'jaapuisto','Jaapuisto','default_3x3',1,52,4,33,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(462,442,'volkswagen','Volkswagen','default_3x3',1,52,4,69,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(474,442,'on_tour','On Tour','default_3x3',1,52,4,48,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(489,442,'wwe','WWE','default_3x3',1,52,4,70,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(496,442,'pacha','Pacha','default_3x3',1,52,4,50,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(520,442,'r2','R2','default_3x3',1,52,4,55,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(524,442,'spangas_on_survival','Spangas on Survival','default_3x3',1,52,4,58,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(560,442,'spiderman','Spiderman','default_3x3',1,52,4,59,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(561,442,'superpop','SuperPop','default_3x3',1,52,4,63,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(562,442,'disney','Disney','default_3x3',1,52,4,17,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(563,442,'yle','YLE','default_3x3',1,52,4,71,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(564,442,'veet','Veet','default_3x3',1,52,4,67,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(565,442,'nouvelle_star','Nouvelle Star','default_3x3',1,52,4,46,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(566,442,'dubbelfrisss','Dubbelfrisss','default_3x3',1,52,4,19,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(600,190,'pinatas_crackables','Pinatas Crackables','default_3x3',1,42,1,10,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(610,190,'coloured_rares_crackables','Coloured Rares Crackables','default_3x3',1,42,1,3,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(637,190,'gold_crackables','Gold Crackables','default_3x3',1,42,1,5,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(61,190,'santorini_crackables','Santorini Crackables','default_3x3',1,42,1,11,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(103,190,'coral_kingdom_crackables','Coral Kingdom Crackables','default_3x3',1,42,1,4,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(169,190,'hygge_crackables','Hygge Crackables','default_3x3',1,42,1,8,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(183,190,'bohemian_crackables','Bohemian Festival Crackables','default_3x3',1,42,1,2,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(184,190,'art_crackables','Art Crackables','default_3x3',1,42,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(186,190,'spa_crackables','Spa Crackables','default_3x3',1,42,1,12,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(189,190,'india_crackables','India Crackables','default_3x3',1,42,1,9,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(190,420,'campaigns','Campaigns','default_3x3',1,42,4,1,'1','0','0','0','','','',NULL,NULL,NULL,NULL,0,''),(191,420,'non-crack_versions','Non-Crack Versions','default_3x3',1,42,4,14,'1','1','0','0','','','','Habbo sometimes releases non-crackable versions of crackables; find them here.',NULL,NULL,NULL,0,''),(192,190,'habbo15_crackables','Habbo15 Crackables','default_3x3',1,42,1,7,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(213,190,'greek_crackables','Greek Crackables','default_3x3',1,42,1,6,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(237,720,'2018_rares','2018 Rares','default_3x3',1,42,1,6,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(268,720,'2016_rares','2016 Rares','default_3x3',1,52,1,4,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(276,684,'palooza_rares','Palooza Rares','default_3x3',1,42,1,9,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(567,634,'pinata_prizes','Pinata Prizes','default_3x3',1,42,1,14,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(572,209,'friendship_fusion','Friendship Fusion','default_3x3',1,2,1,27,'1','1','0','0','catalog_frontpage_headline_shop_EN','catal_fp_pic5','','Show your best friends you care by using this duck to create some clothing to gift to them!',NULL,NULL,NULL,0,''),(573,720,'2017_rares','2017 Rares','default_3x3',1,42,1,5,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(574,720,'2019_rares','2019 Rares','default_3x3',1,42,1,7,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(629,216,'greek','Greek','default_3x3',1,31,1,1,'1','1','0','0','greek_header','greek_catateaser','','Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own pantheon with our realistic Greek range!',NULL,NULL,NULL,0,''),(631,684,'neo-habbo_rares','Neo-Habbo Rares','default_3x3',1,254,1,7,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(682,684,'mystics_rares','Mystics Rares','default_3x3',1,185,1,6,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(684,557,'rares_by_furni_line','Rares by Furni Line','default_3x3',1,42,4,1,'1','0','0','0','','','',NULL,NULL,NULL,NULL,0,''),(694,684,'jurassic_rares','Jurassic Rares','default_3x3',1,42,1,5,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(686,209,'london','London','default_3x3',1,2,1,43,'1','1','0','0','catalog_frontpage_headline_shop_EN','catal_fp_pic5','','Really, you''d expect more coppers and stabbings, but here''s some furni to show the safe sides of London!',NULL,NULL,NULL,0,''),(695,684,'olympics/london_rares','Olympics/London Rares','default_3x3',1,42,1,8,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(697,209,'habbo-lympix','Habbo-Lympix','default_3x3',1,266,1,34,'1','1','0','0','catalog_header_olympic16','catalog_teaser_olympic16','','We''ve got everything you need to spread the Habbo-lympic spirit across the Hotel, from podiums and torches to tracks and one very special lady that will serve you tea!',NULL,NULL,NULL,0,''),(699,684,'executive_rares','Executive Rares','default_3x3',1,42,1,3,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(210,684,'university_rares','University Rares','default_3x3',1,42,1,19,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(701,700,'vanilla_executive','Vanilla Executive','default_3x3',1,42,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(702,684,'drago_rares','Drago Rares','default_3x3',1,42,1,2,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(703,634,'bohemian_festival_prizes','Bohemian Festival Prizes','default_3x3',1,42,1,1,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(704,674,'ingredients','Ingredients','default_3x3',1,42,4,2,'1','0','0','0','','','',NULL,NULL,NULL,NULL,0,''),(705,704,'bohemian_festival_ingr','Bohemian Festival Ingr.','default_3x3',1,42,1,1,'1','1','0','0','','','','These will need to be placed somewhere in the main catalogue for users to craft.',NULL,NULL,NULL,0,''),(706,684,'paris_rares','Paris Rares','default_3x3',1,42,1,10,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(707,684,'pirates_rares','Pirates Rares','default_3x3',1,42,1,11,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(708,209,'pirates','Pirates','default_3x3',1,190,1,55,'1','0','0','0','','','',NULL,NULL,NULL,NULL,0,''),(709,708,'ghost_ship','Ghost Ship','default_3x3',1,190,1,1,'1','1','0','0','catalog_header_pirate','pirate_bundle','','Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!',NULL,NULL,NULL,0,''),(710,708,'bottles','Bottles','default_3x3',1,190,1,1,'1','1','0','0','catalog_header_pirate','pirate_bundle','','Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!',NULL,NULL,NULL,0,''),(711,684,'santorini_rares','Santorini Rares','default_3x3',1,42,1,13,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(712,557,'roombundle_rare','Roombundle Rare','default_3x3',1,42,7,12,'1','1','0','0','','','','For some reason, Habbo has some non-LTD versions of some LTDs. Here they are.',NULL,NULL,NULL,0,''),(713,684,'school_rares','School Rares','default_3x3',1,42,1,14,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(714,684,'steampunk_rares','Steampunk Rares','default_3x3',1,42,1,16,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(715,684,'bazaar_rares','Bazaar Rares','default_3x3',1,42,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(716,684,'sunlight_city_rares','Sunlight City Rares','default_3x3',1,42,1,17,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(717,684,'tokyo_rares','Tokyo Rares','default_3x3',1,42,1,18,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(718,684,'wild_west_rares','Wild West Rares','default_3x3',1,42,1,21,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(719,684,'zen_garden_rares','Zen Garden Rares','default_3x3',1,42,1,22,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(720,557,'rares_by_year','Rares by Year','default_3x3',1,42,4,2,'1','0','0','0','','','',NULL,NULL,NULL,NULL,0,''),(721,420,'bonus_rares','Bonus Rares','default_3x3',1,42,4,4,'1','0','0','0','','','',NULL,NULL,NULL,NULL,0,''),(722,634,'halloween_prizes','Halloween Prizes','default_3x3',1,42,1,10,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(723,634,'jungle_prizes','Jungle Prizes','default_3x3',1,42,1,11,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(724,634,'easter_egg_prizes','Easter Egg Prizes','default_3x3',1,42,1,5,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(725,634,'mystics_prizes','Mystics Prizes','default_3x3',1,42,1,12,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(726,634,'habbo15_prizes','Habbo15 Prizes','default_3x3',1,42,1,9,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(727,634,'gold_rare_prizes','Gold Rare Prizes','default_3x3',1,42,1,7,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(728,634,'easter_prizes','Easter Prizes','default_3x3',1,42,1,6,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(729,634,'christmas_prizes','Christmas Prizes','default_3x3',1,42,1,2,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(730,634,'santorini_prizes','Santorini Prizes','default_3x3',1,42,1,15,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(731,634,'coral_kingdom_prizes','Coral Kingdom Prizes','default_3x3',1,42,1,3,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(732,634,'tokyo_prizes','Tokyo Prizes','default_3x3',1,42,1,17,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(733,634,'diamond_box_prizes','Diamond Gift Box Prizes','default_3x3',1,42,1,4,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(734,634,'greek_prizes','Greek Prizes','default_3x3',1,42,1,8,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(735,634,'spa_prizes','Spa Prizes','default_3x3',1,42,1,16,'1','1','0','0','','','','Any missing prizes may be in Secondary Ingredients for Crafting.',NULL,NULL,NULL,0,''),(679,7,'what_you_can_do','What You Can Do','info_loyalty',1,42,4,14,'1','1','0','0','','','','Page Text 1: You can use any colour you would like.
+And any size.
+I use red a lot on my staff pages, and of course bold for emphasis, italics are important , and underlining.
+You can add events to some page types too.
+This opens a habbopage.
+This opens your menu.
+This searches the navigator.
+This opens the Avatar Editor.
+You get the idea.
+Enjoy the catalogue! ',NULL,NULL,NULL,0,''),(698,222,'all_in_one_bc','All In One (LAGGY)','default_3x3_color_grouping',1,28,1,35,'1','1','0','0','block_header','teaser_blocks','','1 Block... 2 Block... Red Block... Blue Block',NULL,NULL,NULL,0,'126;127;128;129;130;131;132;133;134;135;136;137;138;139;140;141;142;143;144;145;146;147;148;149;150;151;152;153;154;155;156;157'),(747,704,'india_ingredients','India Ingr.','default_3x3',1,42,1,1,'1','1','0','0','','','','These will need to be placed somewhere in the main catalogue for users to craft.',NULL,NULL,NULL,0,''),(1100,7,'new_release','New Furnitures','default_3x3',1,180,4,4,'1','1','0','0','','','','New unrelesed Furnitures.','','','',0,''),(748,1100,'neonpunk_c20','neonpunk_c20','default_3x3',1,1,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(749,1100,'gothiccafe_c20','gothiccafe_c20','default_3x3',1,1,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(750,1100,'sunsetcafe_c20','sunsetcafe_c20','default_3x3',1,1,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(751,1100,'zengarden_c20','zengarden_c20','default_3x3',1,1,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(752,1100,'rainyday_c20','rainyday_c20','default_3x3',1,1,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(753,1100,'habbo20_c20','habbo20_c20','default_3x3',1,1,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(754,311,'rare_blackrosegold','Blackrosegold','default_3x3',1,1,6,5,'1','1','0','0','','','','','','','',0,''),(755,1100,'darkelegant_c20','darkelegant_c20','default_3x3',1,1,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(756,1100,'darkmodern_c20','darkmodern_c20','default_3x3',1,1,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,''),(757,2,'trimmed_rosegold20','Trimmed Rose Gold Balloon','default_3x3',1,42,1,4,'1','1','0','0','Stars_header','habbo20_roselinedball','','These balloons contain one of 16 different rose gold coloured classic rares! Check below for the probabilities of getting each item.',NULL,NULL,NULL,0,''),(758,2,'crackables_habbo20','Crackable Rewards: Probabilities','pets3',1,42,1,5,'1','1','0','0','Stars_header','catalog_teaser_atcg','','Find out everything you need to know about Trimmed Rose Gold Balloons'' rewards here!','Here are the probabilities of getting each item:','
+
+Dragon Lamp: 1%.
+Ice Cream Maker: 2%.
+Elephant: 4%.
+Parasol: 4%.
+Fountain: 4%.
+Powered Fan: 6%.
+Pillow: 6%.
+Laser Portal: 6%.
+Smoke Machine: 7%.
+Spaceship Door: 7%.
+Amber Lamp: 7%.
+Doric Pillar: 9%.
+Sleeping Bag: 9%.
+Oriental Screen: 9%.
+Marquee: 9%.
+Road Barrier: 10%.
+
+
+
+See the balloons on the above sub-page!
+','',0,''),(759,2,'hb20raresleep','RARE Sleep Time Outfits','default_3x3',1,42,1,6,'1','1','0','0','Stars_header','habbo20_slumber','','For when you just need to sleep. Rare and never to be sold again!','','','',0,''),(1110,7,'targetoffer_int','Targeted Offers','default_3x3',1,180,4,4,'1','1','0','0','','','','Targeted offers Packs','','','',0,''),(761,14,'sold_limited_rares','Sold Rares','default_3x3',1,198,1,1,'1','1','0','0','limited_header_sold','limited_sold_promo','','his page shows past Limited Edition Rares. They won''t come back on sale in the Shop. If they''re not sold out, they might be given as prizes later on, but for now the only way to get one is through trading!','','','',0,''),(760,190,'habbo20_crackables','Habbo 20 Crackables','default_3x3',1,1,1,1,'1','1','0','0','','','',NULL,NULL,NULL,NULL,0,'');
+CREATE TABLE `catalog_pages_bc` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `parent_id` integer NOT NULL DEFAULT -1
+, `caption` varchar(128) NOT NULL
+, `page_layout` text NOT NULL DEFAULT 'default_3x3'
+, `icon_color` integer NOT NULL DEFAULT 1
+, `icon_image` integer NOT NULL DEFAULT 1
+, `order_num` integer NOT NULL DEFAULT 1
+, `visible` text NOT NULL DEFAULT '1'
+, `enabled` text NOT NULL DEFAULT '1'
+, `page_headline` varchar(1024) NOT NULL DEFAULT ''
+, `page_teaser` varchar(64) NOT NULL DEFAULT ''
+, `page_special` varchar(2048) DEFAULT ''
+, `page_text1` text DEFAULT NULL
+, `page_text2` text DEFAULT NULL
+, `page_text_details` text DEFAULT NULL
+, `page_text_teaser` text DEFAULT NULL
+);
+INSERT INTO `catalog_pages_bc` VALUES (1,-1,'Furniture','default_3x3',1,1,0,'1','1','','','',NULL,NULL,NULL,NULL),(2,-1,'Building Blocks','default_3x3',1,1,1,'0','0','','','',NULL,NULL,NULL,NULL);
+CREATE TABLE `catalog_target_offers` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `offer_code` varchar(32) NOT NULL
+, `title` varchar(128) NOT NULL DEFAULT ''
+, `description` varchar(2048) NOT NULL DEFAULT ''
+, `image` varchar(128) NOT NULL
+, `icon` varchar(128) NOT NULL
+, `end_timestamp` integer NOT NULL
+, `credits` integer NOT NULL DEFAULT 10
+, `points` integer NOT NULL DEFAULT 10
+, `points_type` integer NOT NULL DEFAULT 5
+, `purchase_limit` integer NOT NULL DEFAULT 5
+, `catalog_item` integer NOT NULL
+, `vars` varchar(1024) NOT NULL DEFAULT ''
+);
+INSERT INTO `catalog_target_offers` VALUES (1,'59PHYPCs','Machines Offer Two!','Click here to see a list of all items included in this deal.','targetedoffers/ufo_habbo20_mach2.png','targetedoffers/tto_blkfri_20_small.png',1596153600,189,189,5,3,20501,'');
+CREATE TABLE `chatlogs_private` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_from_id` integer NOT NULL
+, `user_to_id` integer NOT NULL
+, `message` varchar(255) NOT NULL
+, `timestamp` integer NOT NULL DEFAULT 0
+);
+CREATE TABLE `chatlogs_room` (
+ `room_id` integer NOT NULL DEFAULT 0
+, `user_from_id` integer NOT NULL
+, `user_to_id` integer NOT NULL DEFAULT 0
+, `message` varchar(255) NOT NULL
+, `timestamp` integer NOT NULL
+);
+CREATE TABLE `commandlogs` (
+ `user_id` integer NOT NULL
+, `timestamp` integer NOT NULL
+, `command` varchar(256) NOT NULL DEFAULT ''
+, `params` varchar(256) NOT NULL DEFAULT ''
+, `succes` text NOT NULL DEFAULT 'yes'
+);
+CREATE TABLE `crafting_altars_recipes` (
+ `altar_id` integer NOT NULL
+, `recipe_id` integer NOT NULL
+, UNIQUE (`altar_id`,`recipe_id`)
+);
+INSERT INTO `crafting_altars_recipes` VALUES (8388,1),(8388,2),(8388,3),(8388,4),(8388,5),(8388,6),(8388,7),(8388,8),(8388,9),(8388,10),(8388,11),(8388,12),(8388,13),(8388,14),(8388,15),(8388,16),(8388,17),(8388,18),(8388,19),(8388,20),(8388,21),(8388,22),(8388,23),(8388,24),(8938,167),(8938,168),(8938,169),(8938,170),(8938,171),(8938,172),(8938,173),(8938,174),(8938,175),(8938,176),(8938,177),(8938,178),(8938,179),(8938,180),(8938,181),(8938,182),(8938,183),(8938,184),(8938,185),(8938,186),(8938,187),(8938,188),(8938,189),(8938,190),(8938,191),(8938,192),(8938,193),(8938,194),(8938,195),(8938,196),(8938,197),(8938,198),(8938,199),(8938,200),(8938,201),(8938,202),(8938,203),(8938,204),(8938,205),(8938,206),(9169,207),(9169,208),(9169,209),(9169,210),(9169,211),(9169,212),(9169,213),(9169,214),(9169,215),(9169,216),(9169,217),(9169,218),(9169,219),(9169,220),(9169,221),(9169,222),(9169,223),(9169,224),(9169,225),(9169,226),(9169,227),(9169,228),(9169,229),(9169,230),(9169,231),(9169,232),(9169,233),(9169,234),(9169,235),(9169,236),(9169,237),(9412,25),(9412,26),(9412,27),(9412,28),(9412,29),(9412,30),(9412,31),(9412,32),(9412,33),(9412,34),(9412,35),(9412,36),(9412,37),(9603,39),(9603,41),(9603,42),(9603,43),(9603,44),(9603,45),(9603,46),(9603,47),(9603,48),(9603,49),(9603,51),(9603,52),(9603,53),(9603,54),(9603,55),(9603,56),(9603,57),(9603,58),(9603,59),(9603,60),(9603,61),(9603,62),(9603,63),(9603,64),(9603,65),(9603,66),(9603,67),(9603,68),(9603,69),(9603,70),(9603,71),(9603,72),(9603,73),(9603,74),(9603,75),(9603,76),(9603,77),(9603,78),(9603,79),(9603,81),(9603,82),(9603,83),(9603,84),(9603,85),(9603,86),(9603,87),(9603,88),(9603,89),(9603,90),(9603,91),(9603,92),(9603,93),(9794,94),(9794,95),(9794,96),(9794,97),(9794,98),(9794,99),(10032,163),(10032,164),(10032,165),(10032,166),(10174,100),(10174,101),(10174,102),(10174,103),(10174,104),(10174,105),(10270,106),(10270,107),(10270,108),(10270,109),(10270,110),(10270,111),(10270,112),(10270,113),(10270,114),(10270,115),(10270,116),(10394,117),(10394,118),(10394,119),(10394,120),(10394,121),(10394,122),(10394,123),(10634,124),(10634,125),(10634,126),(10634,127),(10634,128),(10634,129),(10634,130),(10634,131),(10634,132),(10634,133),(10634,134),(10634,135),(10634,136),(10634,137),(10634,138),(10634,139),(10634,140),(10732,141),(10732,142),(10732,143),(10732,144),(10732,145),(10732,146),(10732,147),(10732,148),(10808,149),(10808,150),(10808,151),(10808,152),(10808,153),(10911,154),(10911,155),(10911,156),(10911,157),(10911,158),(11169,159),(11169,160),(11169,161),(11169,162),(11205,238),(11205,239),(11205,240),(11205,241),(11205,242),(11205,243),(11205,244),(11205,245),(11205,246),(11205,247);
+CREATE TABLE `crafting_recipes` (
+ `id` integer NOT NULL
+, `product_name` varchar(64) NOT NULL
+, `reward` integer NOT NULL
+, `enabled` text NOT NULL DEFAULT '1'
+, `achievement` varchar(255) NOT NULL DEFAULT ''
+, `secret` text NOT NULL DEFAULT '0'
+, `limited` text NOT NULL DEFAULT '0'
+, `remaining` integer NOT NULL DEFAULT 0
+, PRIMARY KEY (`id`)
+, UNIQUE (`id`)
+, UNIQUE (`product_name`)
+);
+INSERT INTO `crafting_recipes` VALUES (3,'clothing_waterhelm',8336,'1','','0','0',0),(9,'gothic_c15_chandelier',8230,'1','','1','0',0),(22,'fxbox_fx125',6324,'1','','1','0',0),(18,'hween14_skelepieces',6178,'1','','1','0',0),(11,'hween14_mariachi',6179,'1','','1','0',0),(12,'hween14_doll3',6203,'1','','1','0',0),(13,'hween14_doll4',6204,'1','','1','0',0),(14,'clothing_wavy2',6286,'1','','1','0',0),(16,'fxbox_fx152',6322,'1','','1','0',0),(21,'skullcandle',207,'1','','1','0',0),(23,'deadduck',208,'1','','1','0',0),(20,'penguin_glow',2993,'1','','1','0',0),(17,'LT_skull',3189,'1','','1','0',0),(24,'qt_xm10_iceduck',3727,'1','','1','0',0),(10,'hween12_guillotine',4738,'1','','1','0',0),(19,'hween13_bldtrail',5300,'1','','1','0',0),(2,'clothing_airhelm',8340,'1','','0','0',0),(1,'clothing_firehelm',8342,'1','','0','0',0),(4,'clothing_earthhelm',8346,'1','','0','0',0),(7,'hween_c15_evilcrystal2',8362,'1','','1','0',0),(5,'hween_c15_purecrystal2',8363,'1','','1','0',0),(8,'hween_c15_evilcrystal3',8365,'1','','1','0',0),(6,'hween_c15_purecrystal3',8373,'1','','1','0',0),(15,'guitar_skull',40110,'1','','1','0',0),(159,'clothing_maskmint',11152,'1','','0','0',0),(160,'clothing_maskrose',11157,'1','','0','0',0),(161,'clothing_maskcitrus',11161,'1','','0','0',0),(162,'clothing_maskcharcoal',11164,'1','','0','0',0),(39,'bazaar_c17_curtainblue',9553,'1','','0','0',0),(40,'bazaar_c17_curtainpink',9631,'1','','0','0',0),(41,'bazaar_c17_curtainyellow',9637,'1','','0','0',0),(42,'bazaar_c17_curtaingreen',9569,'1','','0','0',0),(43,'bazaar_c17_curtainpurple',9606,'1','','0','0',0),(44,'bazaar_c17_curtainmystic',9642,'1','','0','0',0),(45,'bazaar_c17_curtainbluepinktrim',9596,'1','','0','0',0),(46,'bazaar_c17_curtainpinkbluetrim',9583,'1','','0','0',0),(47,'bazaar_c17_curtainyellowbluetrim',9555,'1','','0','0',0),(48,'bazaar_c17_curtainpurpleyellowtrim',9636,'1','','0','0',0),(49,'bazaar_c17_curtaingreenpurpletrim',9572,'1','','0','0',0),(50,'bazaar_c17_lampblue',9592,'1','','0','0',0),(51,'bazaar_c17_lamppink',9619,'1','','0','0',0),(52,'bazaar_c17_lampyellow',9552,'1','','0','0',0),(53,'bazaar_c17_lampgreen',9609,'1','','0','0',0),(54,'bazaar_c17_lamppurple',9554,'1','','0','0',0),(55,'bazaar_c17_lampmystic',9584,'1','','0','0',0),(56,'bazaar_c17_lampbluepinktrim',9550,'1','','0','0',0),(57,'bazaar_c17_lamppinkbluetrim',9638,'1','','0','0',0),(58,'bazaar_c17_lampyellowbluetrim',9599,'1','','0','0',0),(59,'bazaar_c17_lamppurpleyellowtrim',9644,'1','','0','0',0),(60,'bazaar_c17_lampgreenpurpletrim',9640,'1','','0','0',0),(61,'bazaar_c17_pillowblue',9593,'1','','0','0',0),(62,'bazaar_c17_pillowpink',9639,'1','','0','0',0),(63,'bazaar_c17_pillowyellow',9586,'1','','0','0',0),(64,'bazaar_c17_pillowgreen',9633,'1','','0','0',0),(65,'bazaar_c17_pillowpurple',9575,'1','','0','0',0),(66,'bazaar_c17_pillowmystic',9566,'1','','0','0',0),(67,'bazaar_c17_pillowbluepinktrim',9551,'1','','0','0',0),(68,'bazaar_c17_pillowpinkbluetrim',9628,'1','','0','0',0),(69,'bazaar_c17_pillowyellowbluetrim',9602,'1','','0','0',0),(70,'bazaar_c17_pillowpurpleyellowtrim',9629,'1','','0','0',0),(71,'bazaar_c17_pillowgreenpurpletrim',9567,'1','','0','0',0),(72,'bazaar_c17_rugblue',9573,'1','','0','0',0),(73,'bazaar_c17_rugpink',9620,'1','','0','0',0),(74,'bazaar_c17_rugyellow',9618,'1','','0','0',0),(75,'bazaar_c17_ruggreen',9556,'1','','0','0',0),(76,'bazaar_c17_rugpurple',9641,'1','','0','0',0),(77,'bazaar_c17_rugmystic',9587,'1','','0','0',0),(78,'bazaar_c17_rugpinkbluetrim',9612,'1','','0','0',0),(79,'bazaar_c17_rugbluepinktrim',9588,'1','','0','0',0),(80,'bazaar_c17_rugyellowbluetrim',9577,'1','','0','0',0),(81,'bazaar_c17_rugpurpleyellowtrim',9560,'1','','0','0',0),(82,'bazaar_c17_ruggreenpurpletrim',9601,'1','','0','0',0),(83,'bazaar_c17_vaseblue',9578,'1','','0','0',0),(84,'bazaar_c17_vasepink',9607,'1','','0','0',0),(85,'bazaar_c17_vaseyellow',9610,'1','','0','0',0),(86,'bazaar_c17_vasegreen',9604,'1','','0','0',0),(87,'bazaar_c17_vasepurple',9568,'1','','0','0',0),(88,'bazaar_c17_vasemystic',9613,'1','','0','0',0),(89,'bazaar_c17_vasebluepinktrim',9563,'1','','0','0',0),(90,'bazaar_c17_vasepinkbluetrim',9561,'1','','0','0',0),(91,'bazaar_c17_vaseyellowbluetrim',9580,'1','','0','0',0),(92,'bazaar_c17_vasepurpleyellowtrim',9614,'1','','0','0',0),(93,'bazaar_c17_vasegreenpurpletrim',9571,'1','','0','0',0),(124,'fest_c19_backdrop2',10623,'1','','0','0',0),(125,'fest_c19_backdrop3',10631,'1','','0','0',0),(126,'fest_c19_stool2',10635,'1','','0','0',0),(127,'fest_c19_stool3',10575,'1','','0','0',0),(128,'fest_c19_cushion2',10598,'1','','0','0',0),(129,'fest_c19_cushion3',10591,'1','','0','0',0),(130,'fest_c19_parasol2',10609,'1','','0','0',0),(131,'fest_c19_parasol3',10580,'1','','0','0',0),(132,'clothing_bohopaint',10629,'1','','0','0',0),(133,'clothing_bohogems',10581,'1','','1','0',0),(134,'clothing_bohoheadgems',10583,'1','','1','0',0),(135,'clothing_bohotiara',10619,'1','','1','0',0),(136,'clothing_bohotunic',10594,'1','','0','0',0),(137,'clothing_bohovest',10618,'1','','1','0',0),(138,'clothing_ruggedbackpack',10628,'1','','0','0',0),(139,'clothing_bohobackpack',10611,'1','','1','0',0),(140,'fest_c19_skull3',10587,'1','','1','0',0),(106,'hween_c18_toy1new',10266,'1','','0','0',0),(107,'hween_c18_toy2new',10256,'1','','0','0',0),(108,'hween_c18_toy3new',10255,'1','','0','0',0),(109,'hween_c18_toy4new',10274,'1','','0','0',0),(110,'hween_c18_toy5new',10241,'1','','0','0',0),(111,'clothing_legwarmershoes',10273,'1','','0','0',0),(112,'clothing_brownglasses',10238,'1','','0','0',0),(113,'clothing_shortcurlhair',10292,'1','','0','0',0),(114,'clothing_sideponytail',10267,'1','','0','0',0),(115,'clothing_vintagejacket',10264,'1','','0','0',0),(116,'hween_c18_labcurtains',10254,'1','','1','0',0),(141,'suncity_c19_lamp',10717,'1','','0','0',0),(142,'suncity_c19_biokit',10733,'1','','0','0',0),(143,'suncity_c19_vase',10747,'1','','0','0',0),(144,'suncity_c19_clock',10716,'1','','0','0',0),(145,'clothing_leafmask',10727,'1','','0','0',0),(146,'clothing_butterflymask',10719,'1','','0','0',0),(147,'clothing_floralbag',10739,'1','','0','0',0),(148,'clothing_gogglehat',10728,'1','','0','0',0),(100,'clothing_harajukuhair',10186,'1','','0','0',0),(101,'clothing_harajukubow',10176,'1','','0','0',0),(102,'clothing_sakurajacket',10149,'1','','0','0',0),(103,'clothing_botface',10182,'1','','0','0',0),(104,'clothing_animehair',10134,'1','','0','0',0),(105,'clothing_dragonplushhat',10153,'1','','1','0',0),(94,'clothing_featherflower',9807,'1','','0','0',0),(149,'hween_c19_slimeblob',10828,'1','','0','0',0),(150,'hween_c19_spiritowl',10822,'1','','0','0',0),(151,'hween_c19_firechild',10806,'1','','0','0',0),(152,'hween_c19_darkwerewolf',10817,'1','','0','0',0),(153,'hween_c19_flameon',10801,'1','','0','0',0),(117,'clothing_xmas5',10389,'1','','0','0',0),(118,'clothing_treepartyhat',10403,'1','','0','0',0),(119,'clothing_poinsettia',10354,'1','','0','0',0),(120,'clothing_snowman',10382,'1','','0','0',0),(121,'clothing_rudolphhat',10342,'1','','0','0',0),(122,'clothing_penguin',10361,'1','','0','0',0),(123,'clothing_halo',10329,'1','','0','0',0),(154,'xmas_c19_robinfigure2',10933,'1','','0','0',0),(155,'xmas_c19_reindeerfigure2',10897,'1','','0','0',0),(156,'xmas_c19_angelfigure2',10934,'1','','0','0',0),(157,'xmas_c19_unicornfigure2',10929,'1','','0','0',0),(158,'xmas_c19_dragonfigure2',10915,'1','','0','0',0),(95,'clothing_tophat',9839,'1','','0','0',0),(96,'clothing_buttonpants',9810,'1','','0','0',0),(97,'clothing_ruffleshirt',9836,'1','','0','0',0),(98,'clothing_tailedcoat',9851,'1','','0','0',0),(99,'clothing_dress',9846,'1','','0','0',0),(25,'easter_c17_strawbsjam',9435,'1','','0','0',0),(26,'easter_c17_blkberryjam',9455,'1','','0','0',0),(27,'easter_c17_raspjam',9421,'1','','0','0',0),(28,'easter_c17_strawbscake',9459,'1','','0','0',0),(29,'easter_c17_carrotcake',9449,'1','','0','0',0),(30,'easter_c17_berrytart',9450,'1','','0','0',0),(31,'easter_c17_fruitsalad',9418,'1','','0','0',0),(32,'easter_c17_chocbunny',9446,'1','','1','0',0),(33,'easter_c17_pastries',9423,'1','','0','0',0),(34,'easter_c17_choccupcake',9437,'1','','0','0',0),(35,'easter_c17_choctart',9428,'1','','0','0',0),(36,'easter_c17_berrycupcake',9419,'1','','0','0',0),(37,'easter_c17_sweetpastries',9458,'1','','1','0',0),(163,'clothing_bffshirt',10026,'1','','0','0',0),(164,'clothing_bffhat',10027,'1','','0','0',0),(165,'clothing_kpop',10025,'1','','1','0',0),(166,'clothing_kpopbuns',10024,'1','','1','0',0),(183,'jungle_c16_swingsofa2',8942,'1','','0','0',0),(177,'jungle_c16_treestage3',8988,'1','','0','0',0),(176,'jungle_c16_dvdr3',8980,'1','','0','0',0),(175,'jungle_c16_bkcase3',8985,'1','','0','0',0),(174,'jungle_c16_bridgeend3',8923,'1','','0','0',0),(173,'jungle_c16_mat3',8934,'1','','0','0',0),(172,'jungle_c16_gate3',8928,'1','','0','0',0),(171,'jungle_c16_pot3',8984,'1','','0','0',0),(167,'jungle_c16_roof3',8971,'1','','0','0',0),(168,'jungle_c16_table3',8925,'1','','0','0',0),(169,'jungle_c16_stairs3',8939,'1','','0','0',0),(170,'jungle_c16_swingsofa3',8954,'1','','0','0',0),(188,'jungle_c16_bkcase2',8976,'1','','0','0',0),(187,'jungle_c16_bridgeend2',8944,'1','','0','0',0),(186,'jungle_c16_mat2',8937,'1','','0','0',0),(185,'jungle_c16_gate2',8960,'1','','0','0',0),(184,'jungle_c16_pot2',8941,'1','','0','0',0),(178,'jungle_c16_wall3',8952,'1','','0','0',0),(179,'jungle_c16_bridgemid3',8989,'1','','0','0',0),(180,'jungle_c16_roof2',8978,'1','','0','0',0),(181,'jungle_c16_table2',8972,'1','','0','0',0),(182,'jungle_c16_stairs2',8950,'1','','0','0',0),(189,'jungle_c16_dvdr2',8953,'1','','0','0',0),(190,'jungle_c16_treestage2',8958,'1','','0','0',0),(191,'jungle_c16_wall2',8943,'1','','0','0',0),(192,'jungle_c16_bridgemid2',8990,'1','','0','0',0),(207,'hween_c16_ghostorb',9188,'1','','0','0',0),(208,'hween_c16_ghostvial',9191,'1','','0','0',0),(209,'hween12_floor',4746,'1','','1','0',0),(210,'hween12_lantern',4742,'1','','1','0',0),(211,'hween_c16_bar2',9168,'1','','0','0',0),(212,'hween_c16_barchair2',9157,'1','','0','0',0),(213,'hween_c16_roundtable2',9166,'1','','0','0',0),(214,'hween_c16_wall2',9175,'1','','0','0',0),(215,'hween_c16_chair2',9148,'1','','0','0',0),(216,'hween_c16_endtable2',9193,'1','','0','0',0),(217,'hween_c16_floor2',9172,'1','','0','0',0),(218,'hween_c16_glasstable2',9189,'1','','0','0',0),(219,'hween_c16_ladder2',9181,'1','','0','0',0),(220,'hween10_zombie',3636,'1','','1','0',0),(221,'hween11_sofa',4269,'1','','1','0',0),(222,'hween14_bed',6207,'1','','1','0',0),(223,'st_hween14_closet',6221,'1','','1','0',0),(224,'hween_c16_balcony2',9163,'1','','0','0',0),(225,'hween_c16_bed2',9167,'1','','0','0',0),(226,'hween_c16_bkcase2',9184,'1','','0','0',0),(227,'hween_c16_lamp2',9151,'1','','0','0',0),(228,'hween_c16_vase2',9196,'1','','0','0',0),(229,'hween14_demon',6214,'1','','1','0',0),(230,'hween_c16_vanity2',9192,'1','','0','0',0),(231,'hween_r16_chandelier2',9195,'1','','0','0',0),(232,'hween_r16_grandpiano2',9165,'1','','0','0',0),(233,'hween_c16_bust2',9180,'1','','0','0',0),(234,'hween_c16_cabinet2',9155,'1','','0','0',0),(235,'hween_c16_fireplace2',9160,'1','','0','0',0),(236,'st_hween14_mbox',6219,'1','','1','0',0),(237,'hween_c15_shinycarpet',8376,'1','','1','0',0),(193,'val13_water',4836,'1','','1','0',0),(194,'anc_talltree',4650,'1','','1','0',0),(195,'val13_shrub_circ',4935,'1','','1','0',0),(196,'ny2013_cup',4844,'1','','1','0',0),(197,'mnstr_seed_rare',4604,'1','','1','0',0),(198,'anc_waterfall',4651,'1','','1','0',0),(199,'dino_c15_tree2',8113,'1','','1','0',0),(200,'anc_comfy_tree',4653,'1','','1','0',0),(201,'stories_shakespeare_tree',5735,'1','','1','0',0),(202,'dino_c15_tree1',8104,'1','','1','0',0),(203,'easter14_grasspatch',5841,'1','','1','0',0),(204,'lt_c15_bush',8238,'1','','1','0',0),(205,'tiki_c15_wall',46240,'1','','1','0',0),(206,'jetset_landhigh',4707,'1','','1','0',0),(238,'clothing_headjewel',11183,'1','','0','0',0),(239,'clothing_snake',11209,'1','','0','0',0),(240,'clothing_sari',11215,'1','','0','0',0),(241,'clothing_sherwani',11189,'1','','0','0',0),(242,'clothing_exoticcape',11178,'1','','0','0',0),(243,'clothing_cobra',11175,'1','','0','0',0),(244,'clothing_grandexoticcape',11204,'1','','0','0',0),(245,'clothing_grandheadjewel',11187,'1','','0','0',0),(246,'clothing_grandsari',11185,'1','','0','0',0),(247,'clothing_grandsherwani',11200,'1','','0','0',0);
+CREATE TABLE `crafting_recipes_ingredients` (
+ `recipe_id` integer NOT NULL
+, `item_id` integer NOT NULL
+, `amount` integer NOT NULL DEFAULT 1
+);
+INSERT INTO `crafting_recipes_ingredients` VALUES (1,8373,4),(2,8363,4),(2,8373,4),(3,8363,8),(4,8404,4),(4,8363,4),(5,8404,3),(6,8363,3),(7,8370,3),(8,8362,3),(9,3234,2),(9,3294,1),(9,8362,1),(9,3189,6),(10,4309,2),(10,5300,1),(10,4292,4),(10,8365,1),(11,3189,1),(11,4083,1),(11,8363,1),(11,6178,3),(12,6178,3),(12,8363,1),(12,5002,1),(13,179,1),(13,8363,1),(13,6178,3),(14,8363,1),(14,5869,1),(14,6153,2),(15,3248,1),(15,8404,1),(15,5002,1),(16,4738,1),(16,8365,1),(16,6191,1),(17,209,2),(17,8404,1),(18,208,3),(18,8404,1),(19,208,2),(19,8404,1),(20,8362,1),(20,2946,1),(20,2977,1),(21,3238,1),(21,3189,1),(22,4268,1),(22,8362,1),(23,179,1),(23,8370,1),(24,179,1),(24,8404,1),(159,11153,2),(160,11147,2),(161,11162,2),(162,11154,2),(25,9431,3),(26,9444,3),(27,9434,3),(28,9411,1),(28,9435,1),(29,9436,3),(29,9411,1),(30,9455,1),(30,9411,1),(31,9444,1),(31,9431,1),(31,9434,1),(32,9457,10),(33,9411,3),(34,9411,1),(34,9457,3),(35,9411,3),(35,9457,1),(36,9411,1),(36,9421,1),(37,9457,1),(37,9435,1),(37,9411,3),(39,9585,1),(39,9581,1),(40,9585,1),(40,9611,1),(41,9585,1),(41,9598,1),(42,9585,1),(42,9582,1),(43,9585,1),(43,9621,1),(44,9585,1),(44,9574,1),(45,9585,1),(45,9581,2),(45,9611,1),(46,9585,1),(46,9581,1),(46,9611,2),(47,9585,1),(47,9581,1),(47,9598,1),(48,9585,1),(48,9621,1),(48,9598,1),(49,9585,1),(49,9582,1),(49,9621,1),(50,9627,1),(50,9581,1),(51,9627,1),(51,9611,1),(52,9627,1),(52,9598,1),(53,9627,1),(53,9582,1),(54,9627,1),(54,9621,1),(55,9627,1),(55,9574,1),(56,9627,1),(56,9581,2),(56,9611,1),(57,9627,1),(57,9581,1),(57,9611,2),(58,9627,1),(58,9581,1),(58,9598,1),(59,9627,1),(59,9621,1),(59,9598,1),(60,9627,1),(60,9582,1),(60,9621,1),(61,9632,1),(61,9581,1),(62,9632,1),(62,9611,1),(63,9632,1),(63,9598,1),(64,9632,1),(64,9582,1),(65,9632,1),(65,9621,1),(66,9632,1),(66,9574,1),(67,9632,1),(67,9581,2),(67,9611,1),(68,9632,1),(68,9581,1),(68,9611,2),(69,9632,1),(69,9581,1),(69,9598,1),(70,9632,1),(70,9621,1),(70,9598,1),(71,9632,1),(71,9582,1),(71,9621,1),(72,9622,1),(72,9581,1),(73,9622,1),(73,9611,1),(74,9622,1),(74,9598,1),(75,9622,1),(75,9582,1),(76,9622,1),(76,9621,1),(77,9622,1),(77,9574,1),(78,9622,1),(78,9581,2),(78,9611,1),(79,9622,1),(79,9581,1),(79,9611,2),(80,9622,1),(80,9581,1),(80,9598,1),(81,9622,1),(81,9621,1),(81,9598,1),(82,9622,1),(82,9582,1),(82,9621,1),(83,9645,1),(83,9581,1),(84,9645,1),(84,9611,1),(85,9645,1),(85,9598,1),(86,9645,1),(86,9582,1),(87,9645,1),(87,9621,1),(88,9645,1),(88,9574,1),(89,9645,1),(89,9581,2),(89,9611,1),(90,9645,1),(90,9581,1),(90,9611,2),(91,9645,1),(91,9581,1),(91,9598,1),(92,9645,1),(92,9621,1),(92,9598,1),(93,9645,1),(93,9582,1),(93,9621,1),(94,9793,1),(94,9826,1),(94,9838,2),(95,9842,1),(95,9826,1),(95,9838,2),(96,9892,1),(96,9826,2),(96,9838,4),(97,9833,1),(97,9826,2),(97,9838,4),(98,9790,1),(98,9826,3),(98,9838,6),(99,9801,1),(99,9826,3),(99,9838,6),(100,10133,2),(100,10132,2),(101,10152,2),(101,10155,2),(102,10139,2),(102,10167,2),(103,10171,2),(103,10185,2),(104,10168,2),(104,10168,2),(105,10155,1),(105,10168,1),(105,10185,1),(105,10168,1),(105,10139,1),(105,10133,1),(105,10171,1),(105,10152,1),(105,10132,1),(105,10167,1),(106,10298,1),(106,10265,2),(107,10291,1),(107,10265,2),(108,10305,1),(108,10284,2),(108,10265,2),(109,10245,1),(109,10284,2),(109,10265,2),(110,10239,1),(110,10284,2),(110,10265,2),(111,10276,1),(111,10284,5),(112,10301,1),(112,10284,5),(113,10303,1),(113,10284,5),(113,10265,2),(114,10296,1),(114,10284,5),(114,10265,2),(115,10287,1),(115,10284,5),(115,10265,2),(116,10272,1),(116,10265,5),(116,10284,4),(117,10371,2),(117,10370,2),(118,10370,2),(118,10398,2),(119,10352,3),(119,10378,3),(120,10378,2),(120,10384,1),(120,10341,1),(121,10352,2),(121,10349,1),(121,10387,1),(122,10371,2),(122,10343,2),(122,10384,2),(123,10378,2),(123,10371,2),(123,10370,2),(123,10398,1),(123,10352,1),(123,10349,1),(123,10341,1),(124,10595,1),(124,10569,3),(125,10595,1),(125,10597,3),(126,10621,1),(126,10569,1),(127,10621,1),(127,10597,1),(128,10638,1),(128,10569,2),(129,10638,1),(129,10597,2),(130,10574,1),(130,10569,4),(131,10574,1),(131,10597,4),(132,10600,1),(132,10582,1),(133,10629,5),(134,10636,1),(134,10582,2),(135,10583,5),(136,10614,1),(136,10582,3),(137,10594,5),(138,10606,1),(138,10582,4),(139,10628,5),(140,10597,5),(140,10610,1),(141,10720,2),(141,10711,2),(142,10720,3),(142,10711,3),(143,10720,2),(143,10729,2),(144,10720,3),(144,10729,3),(145,10711,2),(145,10729,2),(146,10711,3),(146,10729,3),(147,10711,4),(147,10729,4),(148,10711,5),(148,10729,5),(177,8955,1),(176,8936,1),(176,8963,1),(150,10791,2),(150,10824,2),(150,10825,2),(151,10825,2),(151,10829,2),(151,10826,2),(152,10812,3),(152,10824,3),(152,10798,3),(153,10829,3),(153,10798,3),(153,10824,3),(154,10902,5),(155,10907,5),(156,10881,2),(156,10884,5),(157,10881,2),(157,10940,3),(158,10881,2),(158,10930,3),(163,10031,1),(163,10033,1),(164,10031,2),(164,10033,2),(165,10031,3),(165,10033,3),(166,10031,3),(166,10033,4),(167,8920,1),(167,8936,1),(168,8947,1),(168,8936,1),(169,8936,1),(169,8927,1),(170,8936,1),(170,8922,1),(171,8929,1),(171,8936,1),(172,8936,1),(173,8936,1),(173,8962,1),(173,8935,1),(174,8979,1),(174,8936,1),(175,8986,1),(175,8936,1),(180,8920,1),(180,8921,1),(179,8991,1),(179,8936,1),(178,8936,1),(178,8967,1),(177,8936,1),(209,9191,5),(208,9188,3),(207,9158,3),(192,8991,1),(192,8921,1),(191,8967,1),(191,8921,1),(190,8921,1),(190,8955,1),(189,8963,1),(189,8921,1),(188,8986,1),(188,8921,1),(187,8921,1),(187,8979,1),(186,8935,1),(186,8921,1),(185,8921,1),(185,8962,1),(184,8929,1),(184,8921,1),(183,8921,1),(183,8922,1),(182,8927,1),(182,8921,1),(181,8921,1),(181,8947,1),(209,9188,5),(210,9191,10),(211,9158,1),(211,9194,1),(212,9158,1),(212,9150,1),(213,9158,1),(213,9149,1),(214,9158,1),(214,9161,1),(215,9158,1),(215,9190,1),(216,9158,1),(216,9174,1),(217,9158,1),(217,9176,1),(218,9158,1),(218,9185,1),(219,9158,1),(219,9182,1),(220,9158,1),(220,209,1),(221,9158,1),(221,5305,1),(222,9158,1),(222,5317,1),(223,9158,1),(223,207,1),(224,9152,1),(224,9158,1),(224,9188,1),(225,9186,1),(225,9158,1),(225,9188,1),(226,9179,1),(226,9158,1),(226,9188,1),(227,9187,1),(227,9158,1),(227,9188,1),(228,9162,1),(228,9158,1),(228,9188,1),(229,6218,1),(229,9158,1),(229,9188,1),(230,9173,1),(230,9158,1),(230,9188,1),(230,9191,1),(231,9156,1),(231,9158,1),(231,9188,1),(231,9191,1),(232,9178,1),(232,9158,1),(232,9188,1),(232,9191,1),(233,9170,1),(233,9158,1),(233,9188,1),(233,9191,1),(234,9177,1),(234,9158,1),(234,9188,1),(234,9191,1),(235,9153,1),(235,9158,1),(235,9188,1),(235,9191,1),(236,6215,1),(236,9158,1),(236,9188,1),(236,9191,1),(237,6183,1),(237,9158,1),(237,9188,1),(237,9191,1),(193,3541,1),(193,8936,1),(194,3605,1),(194,8936,1),(195,3189,1),(195,8936,1),(196,3426,1),(196,8936,1),(197,4604,1),(197,4580,1),(197,8936,1),(198,2757,1),(198,3165,1),(198,3984,1),(189,8936,1),(199,3530,3),(199,3123,1),(199,8936,1),(200,4103,1),(200,8921,1),(201,8245,1),(201,8921,1),(202,3530,1),(202,8119,1),(202,8921,1),(203,3162,1),(203,3407,1),(203,8921,1),(204,3145,1),(204,3153,1),(204,8921,1),(205,3541,1),(205,4102,2),(205,8921,1),(206,3541,1),(206,8101,3),(206,8120,1),(206,8921,1),(238,11212,1),(238,11182,2),(239,11195,1),(239,11199,3),(240,11172,1),(240,11199,4),(241,11190,1),(241,11199,5),(242,11179,1),(242,11199,6),(243,11209,5),(244,11178,5),(245,11183,5),(246,11215,5),(247,11189,5);
+CREATE TABLE `emulator_errors` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `timestamp` integer NOT NULL DEFAULT 0
+, `version` varchar(64) NOT NULL
+, `build_hash` varchar(64) NOT NULL
+, `type` varchar(32) NOT NULL DEFAULT 'Exception'
+, `stacktrace` blob NOT NULL
+);
+CREATE TABLE `emulator_settings` (
+ `key` varchar(100) NOT NULL
+, `value` varchar(512) NOT NULL
+, PRIMARY KEY (`key`)
+);
+INSERT INTO `emulator_settings` VALUES ('hotel.home.room','0'),('hotel.welcome.alert.enabled','0'),('hotel.welcome.alert.message','Welcome to Habbo Hotel %user%!'),('hotel.max.duckets','9000000'),('hotel.bots.max.room','10'),('hotel.bots.max.inventory','25'),('hotel.navigator.owner','HabboHotel'),('hotel.shop.discount.modifier','6'),('hotel.log.room.enter','1'),('hotel.log.chat','1'),('hotel.teleport.locked.allowed','1'),('runtime.threads','8'),('io.bossgroup.threads','1'),('io.workergroup.threads','5'),('hotel.log.chat.private','1'),('hotel.marketplace.enabled','1'),('hotel.ecotron.enabled','1'),('hotel.ecotron.rarity.chance.5','2000'),('hotel.ecotron.rarity.chance.4','200'),('hotel.ecotron.rarity.chance.3','40'),('hotel.ecotron.rarity.chance.2','4'),('hotel.ecotron.rarity.chance.1','1'),('hotel.pets.name.length.min','3'),('hotel.pets.name.length.max','15'),('hotel.pets.max.room','10'),('hotel.pets.max.inventory','25'),('hotel.freeze.points.freeze','10'),('hotel.freeze.points.block','1'),('hotel.freeze.points.effect','3'),('hotel.freeze.powerup.chance','33'),('hotel.freeze.powerup.max.snowballs','5'),('hotel.freeze.powerup.max.lives','3'),('hotel.freeze.onfreeze.loose.snowballs','5'),('hotel.freeze.onfreeze.loose.explosionboost','3'),('hotel.freeze.onfreeze.time.frozen','5'),('hotel.freeze.powerup.protection.time','10'),('hotel.gifts.special.price','10'),('hotel.freeze.powerup.protection.stack','1'),('callback.post.errors','1'),('callback.post.statistics','1'),('callback.get.version','1'),('hotel.banzai.points.tile.steal','0'),('hotel.banzai.points.tile.fill','0'),('hotel.banzai.points.tile.lock','1'),('hotel.friendcategory','0'),('hotel.roomuser.idle.cycles','300'),('hotel.wordfilter.enabled','1'),('hotel.wordfilter.rooms','1'),('hotel.wordfilter.messenger','1'),('notify.staff.chat.auto.report','1'),('hotel.wordfilter.normalise','1'),('hotel.roomuser.idle.not_dancing.ignore.wired_idle','0'),('pyramids.max.delay','18'),('guardians.minimum.votes','5'),('guardians.accept.timer','90'),('guardians.maximum.resends','2'),('guardians.maximum.guardians.total','10'),('guardians.reporting.cooldown','900'),('pirate_parrot.message.count','6'),('pirate_parrot.message.bubble','28'),('furniture.talking.range','2'),('commands.cmd_chatcolor.banned_numbers','23;33;34'),('seasonal.primary.type','5'),('seasonal.types','0;1;2;3;4;5;101;102;103;104;105'),('catalog.ltd.page.soldout','761'),('yyyy-MM-dd HH:mm','bots.visitor.dateformat'),('bots.visitor.dateformat','yyyy-mm-dd HH:mm'),('wired.highscores.displaycount','25'),('hotelview.promotional.points.type','5'),('hotelview.promotional.reward.name','bonusbag20_2'),('hotelview.promotional.reward.id','11043'),('hotelview.promotional.points','100'),('commands.cmd_staffonline.min_rank','2'),('bundle.bots.enabled','1'),('bundle.pets.enabled','1'),('hotel.trading.enabled','1'),('wired.effect.teleport.delay','0'),('hotel.roomuser.idle.cycles.kick','900'),('imager.location.badgeparts','/var/www/testhotel/Cosmic/public/usercontent/badgeparts'),('imager.location.output.badges','/var/www/testhotel/Cosmic/public/usercontent/badgeparts/generated/'),('imager.internal.enabled','1'),('db.min.partition.size','1'),('db.max.partition.size','2'),('hotel.auto.pixels.enabled','1'),('hotel.auto.pixels.amount','100'),('hotel.auto.pixels.interval','600'),('hotel.auto.pixels.ignore.idled','1'),('hotel.auto.pixels.ignore.hotelview','1'),('hotel.auto.points.enabled','1'),('hotel.auto.points.amount','5'),('hotel.auto.points.interval','600'),('hotel.auto.points.ignore.idled','0'),('hotel.auto.points.ignore.hotelview','0'),('hotel.auto.credits.enabled','1'),('hotel.auto.credits.amount','100'),('hotel.auto.credits.interval','600'),('hotel.auto.credits.ignore.idled','0'),('hotel.auto.credits.ignore.hotelview','1'),('hotel.max.bots.room','10'),('hotel.messenger.offline.messaging.enabled','1'),('hotel.catalog.discounts.amount','6'),('hotel.rooms.auto.idle','1'),('hotel.room.enter.logs','1'),('debug.mode','1'),('debug.show.packets','0'),('debug.show.packets.undefined','0'),('debug.show.sql.exception','1'),('logging.packets','0'),('logging.packets.undefined','0'),('logging.errors.packets','0'),('logging.errors.sql','1'),('logging.errors.runtime','1'),('logging.debug','0'),('save.room.chats','1'),('save.private.chats','1'),('marketplace.enabled','1'),('hotel.navigator.camera','1'),('camera.enabled','1'),('camera.price.credits','2'),('camera.price.points','0'),('camera.price.points.publish','10'),('camera.item_id','45970'),('camera.extradata','{"t":%timestamp%, "u":"%id%", "s":%room_id%, "w":"%url%"}'),('hotel.navigator.search.maxresults','35'),('hotel.rooms.max.favorite','30'),('catalog.guild.price','10'),('hotel.catalog.recycler.enabled','1'),('debug.show.errors','1'),('hotel.wired.furni.selection.count','5'),('pathfinder.step.maximum.height','1.1'),('pathfinder.step.allow.falling','1'),('hotel.rooms.handitem.time','100'),('imager.url.youtube','imager.php?url=http://img.youtube.com/vi/%video%/default.jpg'),('hotel.navigator.popular.amount','35'),('hotel.navigator.popular.listtype','1'),('hotel.inventory.max.items','7500'),('hotel.bot.chat.minimum.interval','5'),('hotel.daily.respect','3'),('hotel.daily.respect.pets','3'),('hotel.refill.daily','86400'),('monsterplant.seed.item_id','4582'),('monsterplant.seed_rare.item_id','4604'),('hotel.room.public.doortile.kick','0'),('info.shown','1'),('camera.publish.delay','180'),('hotel.log.trades','1'),('hotel.bot.butler.servedistance','5'),('hotelview.halloffame.query','SELECT users.look, users.username, users.id, users_settings.hof_points FROM users_settings INNER JOIN users ON users_settings.user_id = users.id WHERE hof_points > 0 ORDER BY hof_points DESC, users.id ASC LIMIT 10'),('hotel.name','Habbo Hotel'),('hotel.player.name','Habbo'),('catalog.page.vipgifts','0'),('hotel.rollers.speed.maximum','100'),('seasonal.currency.ducket','0'),('seasonal.currency.pixel','0'),('seasonal.currency.diamond','5'),('seasonal.currency.shell','4'),('seasonal.currency.names','ducket;pixel;shell;diamond'),('hotel.room.tags.staff','staff;official;habbo'),('hotel.navigator.popular.category.maxresults','10'),('debug.show.users','1'),('room.chat.delay','0'),('room.chat.prefix.format','[%prefix% ] '),('camera.use.https','1'),('basejump.url','http://localhost/game/BaseJump.swf'),('basejump.assets.url','http://localhost/gamecenter/gamecenter_basejump/BasicAssets.swf'),('hotel.marketplace.currency','0'),('networking.tcp.proxy','0'),('hotel.calendar.enabled','1'),('images.gamecenter.snowwar','c_images/gamecenter_snowwar/'),('images.gamecenter.basejump','c_images/gamecenter_basejump/'),('hotel.purchase.ltd.limit.daily.total','10'),('hotel.purchase.ltd.limit.daily.item','3'),('hotel.catalog.ltd.limit.enabled','1'),('hotel.welcome.alert.oldstyle','0'),('hotel.welcome.alert.delay','10000'),('hotel.calendar.starttimestamp','1593561600'),('hotel.room.nooblobby','3'),('hotel.floorplan.max.widthlength','64'),('hotel.floorplan.max.totalarea','4096'),('hotel.bot.max.chatlength','120'),('hotel.bot.max.namelength','15'),('hotel.bot.max.chatdelay','604800'),('hotel.chat.max.length','100'),('hotel.view.ltdcountdown.enabled','1'),('hotel.view.ltdcountdown.timestamp','1519496132'),('hotel.view.ltdcountdown.itemid','10388'),('hotel.view.ltdcountdown.pageid','13'),('hotel.view.ltdcountdown.itemname','trophy_netsafety_0'),('io.client.multithreaded.handler','1'),('hotel.room.stickypole.prefix','%timestamp%, %username%:\r'),('hotel.trading.requires.perk','0'),('hotel.targetoffer.id','1'),('hotel.wordfilter.replacement','bobba'),('debug.show.headers','0'),('hotel.catalog.purchase.cooldown','1'),('hotel.catalog.items.display.ordernum','1'),('hotel.talenttrack.enabled','1'),('hotel.navigator.sort.ordernum','1'),('hotel.wordfilter.automute','1'),('hotel.furni.gym.achievement.olympics_c16_trampoline','Trampolinist'),('hotel.furni.gym.achievement.olympics_c16_crosstrainer','CrossTrainer'),('hotel.furni.gym.achievement.olympics_c16_treadmill','Jogger'),('hotel.furni.gym.forcerot.olympics_c16_trampoline','0'),('hotel.furni.gym.forcerot.olympics_c16_crosstrainer','1'),('hotel.furni.gym.forcerot.olympics_c16_treadmill','1'),('hotel.messenger.search.maxresults','50'),('hotel.alert.oldstyle','0'),('hotel.navigator.staffpicks.categoryid','1'),('hotel.room.rollers.norules','0'),('postit.charlimit','366'),('hotel.rooms.deco_hosting','1'),('hotel.navigator.populartab.publics','0'),('hotel.bot.butler.commanddistance','5'),('catalog.guild.hc_required','1'),('catalog.ltd.random','1'),('commands.plugins.oldstyle','0'),('scripter.modtool.tickets','1'),('invisible.prevent.chat','0'),('discount.max.allowed.items','100'),('discount.batch.size','6'),('discount.batch.free.items','1'),('discount.bonus.min.discounts','1'),('discount.additional.thresholds','40;99'),('team.wired.update.rc-1','DO NOT REMOVE THIS SETTING!'),('hotel.room.floorplan.check.enabled','1'),('hotel.auto.gotwpoints.enabled','0'),('hotel.auto.gotwpoints.interval','600'),('hotel.auto.gotwpoints.ignore.idled','1'),('hotel.auto.gotwpoints.ignore.hotelview','1'),('hotel.auto.gotwpoints.type','4'),('hotel.auto.gotwpoints.name','shell'),('camera.url','http://localhost/usercontent/camera/'),('imager.location.output.camera','/var/www/testhotel/Cosmic/public/usercontent/camera/'),('imager.location.output.thumbnail','/var/www/testhotel/Cosmic/public/usercontent/camera/thumbnail/'),('path.furniture.icons','${image.library.url}/icons/'),('bubblealerts.notif_purchase.limited','0'),('bubblealerts.notif_marketplace.enabled','1'),('hotel.room.furni.max','2500'),('hotel.sanctions.enabled','1'),('navigator.eventcategories','1,Hottest Events,false;2,Parties & Music,true;3,Role Play,true;4,Help Desk,true;5,Trading,true;6,Games,true;7,Debates & Discussions,true;8,Grand Openings,true;9,Friending,true;10,Jobs,true;11,Group Events,true'),('room.promotion.badge','RADZZ'),('camera.price.points.publish.type','0'),('camera.price.points.type','0'),('hotel.bot.placement.messages','Yo!;Hello I''m a real party animal!;Hello!'),('rosie.bubble.image.url','${image.library.url}notifications/generic.png'),('rosie.buyroom.currency.type','5'),('allowed.username.characters','abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-=!?@:,.'),('essentials.cmd_kill.effect.victim','93;89'),('essentials.cmd_kill.effect.killer','164;182'),('bubblealerts.notif_friendonline.image','${image.library.url}notifications/figure?p=%figure%'),('bubblealerts.notif_friendonline.useimage','1'),('bubblealerts.notif_friendonline.enabled','1'),('gamecenter.snowwar.enabled','true'),('gamecenter.snowwar.game.background.color','93d4f3'),('gamecenter.snowwar.game.text.color','000000'),('gamecenter.snowwar.game.start.time','15'),('gamecenter.snowwar.players.min','2'),('gamecenter.snowwar.room.id','0'),('gamecenter.snowwar.assets','http://localhost/swf/c_images/gamecenter_snowwar/'),('gamecenter.snowwar.artic.bg','http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_1_a_big.png'),('gamecenter.snowwar.dragoncave.bg','http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_2_big.png'),('gamecenter.snowwar.fightnight.bg','http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_3_noscale.png'),('gamecenter.fastfood.enabled','true'),('gamecenter.fastfood.background.color','68bbd2'),('gamecenter.fastfood.text.color','ffffff'),('gamecenter.fastfood.assets','http://localhost/swf/c_images/gamecenter_basejump/'),('gamecenter.fastfood.apiKey',''),('gamecenter.fastfood.theme','default'),('hotel.room.stickies.max','200'),('retro.style.homeroom','1'),('enc.enabled','1'),('enc.e',''),('enc.n',''),('enc.d',''),('db.pool.maxsize','12'),('db.pool.minsize','8'),('hotel.item.trap.pirate_sandtrap','3000'),('hotel.item.trap.hween14_rare2','3000'),('hotel.item.trap.hween_c17_handstrap','3000'),('hotel.item.trap.hween_c17_spiketrap','3000'),('flood.with.rights','0'),('hotel.allow.ignore.staffs','1'),('hotel.gifts.box_types','0,1,2,3,4,5,6,8'),('hotel.gifts.ribbon_types','0,1,2,3,4,5,6,7,8,9,10'),('hotel.flood.mute.time','30'),('hotel.jukebox.limit.large','20'),('hotel.jukebox.limit.normal','10'),('wired.place.under','0'),('wired.custom.enabled','0'),('console.mode','1'),('youtube.apikey',''),('hotel.gifts.length.max','300'),('hotel.trophies.length.max','300'),('hotel.calendar.default','test'),('hotel.calendar.pixels.hc_modifier','2.0'),('moodlight.color_check.enabled','1'),('custom.stacking.enabled','0'),('subscriptions.hc.payday.enabled','1'),('subscriptions.hc.payday.next_date','2020-10-15 00:00:00'),('subscriptions.hc.payday.interval','1 month'),('subscriptions.hc.payday.query','SELECT SUM(cost_credits) AS `amount_spent` FROM `logs_shop_purchases` WHERE `user_id` = @user_id AND `timestamp` > @timestamp_start AND `timestamp` <= @timestamp_end AND `catalog_name` NOT LIKE ''CF_%'' AND `catalog_name` NOT LIKE ''CFC_%'';'),('subscriptions.hc.payday.streak','7=5;30=10;60=15;90=20;180=25;365=30'),('subscriptions.hc.payday.currency','credits'),('subscriptions.hc.payday.percentage','10'),('subscriptions.hc.payday.creditsspent_reset_on_expire','1'),('subscriptions.hc.achievement','VipHC'),('subscriptions.hc.discount.enabled','1'),('subscriptions.hc.discount.days_before_end','7'),('subscriptions.scheduler.enabled','1'),('subscriptions.scheduler.interval','10'),('hotel.users.clothingvalidation.onhcexpired','0'),('hotel.users.clothingvalidation.onlogin','0'),('hotel.users.clothingvalidation.onchangelooks','0'),('hotel.users.clothingvalidation.onmimic','0'),('hotel.users.clothingvalidation.onmannequin','0'),('hotel.users.clothingvalidation.onfballgate','0'),('gamedata.figuredata.url','https://habbo.com/gamedata/figuredata/0'),('hotel.users.max.friends','300'),('hotel.users.max.friends.hc','1100'),('hotel.users.max.rooms','50'),('hotel.users.max.rooms.hc','75'),('hotel.auto.pixels.hc_modifier','1'),('hotel.auto.points.hc_modifier','1'),('hotel.auto.credits.hc_modifier','1'),('hotel.auto.gotwpoints.hc_modifier','1'),('room.chat.mutearea.allow_whisper','1'),('easter_eggs.enabled','1'),('recycler.value','8'),('hotel.room.rollers.roll_avatars.max','1'),('hotel.nux.gifts.enabled','0');
+CREATE TABLE `emulator_texts` (
+ `key` varchar(100) NOT NULL
+, `value` varchar(4096) NOT NULL
+, PRIMARY KEY (`key`)
+);
+INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_userinfo.forgot_username','Please provide an username!'),('commands.description.cmd_userinfo',':userinfo '),('commands.description.cmd_shout_all',':shoutall '),('commands.description.cmd_say_all',':sayall '),('commands.error.cmd_shout_all.forgot_message','Specify a message!'),('commands.error.cmd_control.not_self','You cannot control yourself *facepalm*'),('commands.description.cmd_talk',':talk '),('commands.error.cmd_control.not_found','User %user% could not be found!'),('commands.succes.cmd_control.controlling','You''re now controlling %user%!'),('commands.error.cmd_alert.forgot_username','Please provide a username!'),('commands.error.cmd_alert.forgot_message','Please provide a message!'),('commands.succes.cmd_alert.message_send','Alert send to %user%'),('commands.error.cmd_alert.user_offline','Four Oh Four - \r %user% doesn''t seem to be online!'),('commands.error.cmd_ban.forgot_user','Please provide a username!'),('commands.error.cmd_ban.forgot_time','Please provide a time in seconds!'),('commands.error.cmd_ban.invalid_time','Please use a valid number.'),('commands.error.cmd_ban.time_to_short','Ban time must be more than 600 seconds (Which equals 10 minutes.)'),('commands.error.cmd_ban.ban_self','You cannot ban yourself.'),('commands.error.cmd_ban.user_offline','Target could not be found.'),('commands.succes.cmd_ban.ban_issued','%user% banned for %time% seconds with reason %reason%'),('commands.generic.cmd_coords.title','Your current coords '),('generic.rotation.head','Head Rotation'),('generic.rotation.body','Body Rotation'),('generic.sitting','Sitting'),('generic.yes','Yes'),('generic.no','No'),('commands.generic.cmd_credits.received','Whoah! You''ve received %amount% credits!'),('commands.succes.cmd_credits.send','%amount% credits send to %user%!'),('commands.error.cmd_credits.invalid_amount','Please use a valid number.'),('commands.error.cmd_credits.user_offline','User %user% could not be found.'),('commands.error.cmd_disconnect.forgot_username','Please provide a username!'),('commands.error.cmd_disconnect.disconnect_self','You cannot disconnect yourself!'),('commands.error.cmd_disconnect.user_offline','User not found.'),('commands.succes.cmd_disconnect.disconnected','%user% disconnected!'),('commands.succes.cmd_freeze_bots.frozen','Bots are now frozen.'),('commands.succes.cmd_freeze_bots.unfrozen','Bots can now walk through your room.'),('generic.cannot_do_that','You cannot do that!'),('commands.error.cmd_ha.forgot_message','Please provide a message!'),('generic.pet.name','Name'),('generic.pet.age','Age'),('generic.pet.level','Level'),('commands.generic.cmd_pet_info.stats','Pet Stats: '),('generic.pet.scratches','Scratches'),('generic.pet.energy','Energy'),('generic.pet.happyness','Happyness'),('generic.pet.level.thirst','Thirst Level'),('generic.pet.level.hunger','Hunger Level'),('generic.pet.current_action','Current action'),('generic.can.walk','Can walk'),('generic.nothing','Nothing'),('commands.generic.cmd_pet_info.title','Pet Info '),('generic.pet.days.alive','days alive.'),('commands.generic.cmd_duckets.received','Whoah! You''ve received %amount% duckets!'),('commands.succes.cmd_duckets.send','%amount% duckets send to %user%!'),('commands.error.cmd_duckets.invalid_amount','Please use a valid number.'),('commands.error.cmd_duckets.user_offline','User %user% could not be found.'),('commands.succes.cmd_update_catalog','Catalogue has been refreshed!'),('commands.succes.cmd_update_items','Items have been refreshed!'),('commands.succes.cmd_update_permissions','Permissions have been refreshed!'),('commands.succes.cmd_update_pet_data','Petdata have been refreshed!'),('error.recycler.box.empty','Oops! This box doesn''t seem to have a prize inside. We''ll remove it for you.'),('error.catalog.buy.not_yet','Cannot buy that yet. Hold on <3'),('hotel.room.inappropriate.title','Inappropriate to hotel management.'),('hotel.alert.message.welcome','Welcome to Habbo Hotel %user%'),('commands.error.cmd_say.forgot_username','Please provide a username!'),('commands.error.cmd_say.user_not_found','User not found.'),('commands.error.cmd_say.hotel_view','%user% is not in a room!'),('commands.succes.cmd_say','%user% said %message%'),('commands.error.cmd_shout.forgot_username','Please provide a username!'),('commands.error.cmd_shout.hotel_view','%user% is not in a room!'),('commands.error.cmd_shout.user_not_found','User not found.'),('commands.succes.cmd_shout','%user% shouted %message%'),('commands.error.cmd_setspeed.invalid_amount','Please use a valid number.'),('commands.error.cmd_setspeed.bounds','Please use a number between 0 and 100.'),('commands.succes.cmd_setspeed','Succes! Old speed: %oldspeed%. New Speed: %newspeed%.'),('commands.succes.cmd_teleport.enabled','Teleporting enabled!'),('commands.succes.cmd_teleport.disabled','Teleporting disabled!'),('error.pets.max.inventory','You''ve reached the maximum amount of pets in your inventory! The Limit is %amount%!'),('commands.description.cmd_control',':control '),('commands.error.cmd_say_all.forgot_message','Specify a message!'),('commands.succes.cmd_control.stopped','%user% is now a free man!'),('commands.error.cmd_points.invalid_amount','Please use a valid number.'),('commands.error.cmd_points.user_offline','User %user% could not be found.'),('commands.succes.cmd_points.send','%amount% %type% send to %user%!'),('commands.generic.cmd_points.received','Whoah! You''ve received %amount% %type%!'),('commands.error.cmd_update_texts.failed','Failed to update texts!'),('commands.succes.cmd_update_texts','Updated texts!'),('commands.description.cmd_hand_item',':handitem '),('commands.description.cmd_freeze_bots',':freezebots'),('commands.description.cmd_shout',':makeshout '),('commands.description.cmd_points',':points [type]'),('commands.description.cmd_enable',':enable '),('commands.description.cmd_update_texts',':update_texts'),('commands.description.cmd_ban',':ban '),('commands.description.cmd_say',':say '),('commands.description.cmd_update_permissions',':update_permissions'),('commands.description.cmd_pet_info',':petinfo '),('commands.description.cmd_setspeed',':setspeed '),('commands.description.cmd_update_pet_data',':update_petdata'),('commands.description.cmd_about',':about'),('commands.description.cmd_alert',':alert '),('commands.description.cmd_commands',':commands'),('commands.description.cmd_coords',':coords'),('commands.description.cmd_credits',':credits '),('commands.description.cmd_disconnect',':disconnect '),('commands.description.cmd_duckets',':duckets '),('commands.description.cmd_ha',':ha '),('commands.description.cmd_kickall',':kickall '),('commands.description.cmd_setpublic',':setpublic'),('commands.description.cmd_shutdown',':shutdown'),('commands.description.cmd_teleport',':teleport'),('commands.description.cmd_unload',':unload'),('commands.description.cmd_update_catalogue',':update_catalog'),('commands.description.cmd_update_items',':update_items'),('commands.error.cmd_userinfo.not_found','User %user% not found!'),('commands.error.cmd_masscredits.invalid_amount','Please use a valid number.'),('commands.error.cmd_massduckets.invalid_amount','Please use a valid number.'),('commands.error.cmd_masspoints.invalid_amount','Please use a valid number.'),('commands.description.cmd_masscredits',':masscredits '),('commands.description.cmd_massduckets',':massduckets '),('commands.description.cmd_masspoints',':masspoints [type] '),('commands.description.cmd_sitdown',':sitdown'),('commands.succes.cmd_pull.pull','* Pulls %user% towards %gender_name% *'),('gender.him','him'),('gender.her','her'),('commands.error.cmd_pull.not_found','User %user% could not be found!'),('commands.succes.cmd_push.push','* Pushes %user% away from %gender_name% *'),('commands.error.cmd_pull.cant_reach','User %user% is too far away!'),('commands.error.cmd_push.cant_reach','User %user% is too far away!'),('commands.description.cmd_pull',':pull '),('commands.description.cmd_push',':push '),('commands.error.cmd_pull.pull_self','You cannot pull yourself!'),('commands.error.cmd_push.push_self','You cannot push yourself!'),('commands.error.cmd_push.not_found','User %user% could not be found!'),('commands.description.cmd_superpull',':spull '),('commands.error.cmd_mute.not_found','Use %user% could not be found.'),('commands.error.cmd_danceall.invalid_dance','Please use a valid number!'),('commands.error.cmd_danceall.outside_bounds','Please use a number between 0 and 4'),('commands.error.cmd_freeze.not_found','User %user% could not be found.'),('commands.succes.cmd_freeze.user_frozen','User %user% frozen!'),('commands.succes.cmd_freeze.user_unfrozen','User %user% unfrozen!'),('commands.succes.cmd_freeze.frozen','You''ve been frozen!'),('commands.succes.cmd_freeze.unfrozen','You''ve been unfrozen!'),('commands.description.cmd_danceall',':danceall '),('commands.description.cmd_freeze',':freeze '),('commands.error.cmd_mimic.not_found','User %user% could not be found!'),('commands.error.cmd_mimic.not_self','You cannot copy yourself!'),('commands.description.cmd_mimic',':mimic '),('commands.error.cmd_mimic.blocked','You cannot copy %user% %gender_name% look!'),('commands.succes.cmd_mimic.copied','You copied %user% %gender_name% look!'),('commands.error.cmd_mute.not_specified','Please specify an user to mute.'),('commands.succes.cmd_mute.muted','User %user% is now muted.'),('commands.succes.cmd_mute.unmuted','User %user% is no longer muted.'),('commands.error.cmd_mute.self','You cannot mute yourself. '),('commands.description.cmd_mute',':mute '),('commands.error.cmd_badge.forgot_username','Please specify an user to give a badge to.'),('commands.error.cmd_badge.forgot_badge','Please specify an badge to give to %user%.'),('commands.error.cmd_badge.already_owns','User %user% already owns %badge%.'),('commands.succes.cmd_badge.given','Given %badge% to %user%!'),('commands.description.cmd_badge',':badge '),('commands.error.cmd_enable.not_allowed','You do not have permission to set this effect!'),('commands.keys.cmd_about','info;about;help'),('commands.keys.cmd_alert','alert;warning'),('commands.keys.cmd_badge','badge;givebadge'),('commands.keys.cmd_ban','ban'),('commands.keys.cmd_commands','commands;cmds'),('commands.keys.cmd_control','control'),('commands.keys.cmd_coords','coords;cordinates;coordinates;position'),('commands.keys.cmd_credits','credits;coins'),('commands.keys.cmd_disconnect','dc;disconnect;kill'),('commands.keys.cmd_enable','enable;effect'),('commands.keys.cmd_freeze_bots','freeze_bot;freezebot;freezebots;freeze_bots'),('commands.keys.cmd_freeze','freeze'),('commands.keys.cmd_hand_item','handitem;item;hand'),('commands.keys.cmd_ha','hotelalert;ha'),('commands.keys.cmd_masscredits','mass_credits;masscredits'),('commands.keys.cmd_massduckets','mass_duckets;massduckets;mass_pixels;masspixels'),('commands.keys.cmd_masspoints','mass_points;masspoints'),('commands.keys.cmd_mimic','mimic;copy'),('commands.keys.cmd_mute','mute;shutup'),('commands.keys.cmd_pet_info','pet;pet_info;petinfo'),('commands.keys.cmd_duckets','pixels;duckets'),('commands.keys.cmd_points','diamonds;points'),('commands.keys.cmd_pull','pull'),('commands.keys.cmd_push','push'),('commands.keys.cmd_danceall','danceall;room_dance;roomdance'),('commands.keys.cmd_kickall','room_kick;kickall;roomkick;kick_all'),('commands.keys.cmd_say_all','sayall;say_all'),('commands.keys.cmd_say','say;makesay'),('commands.keys.cmd_setspeed','speed;setspeed'),('commands.keys.cmd_shout_all','shoutall;shout_all;roomshout;room_shout'),('commands.keys.cmd_shout','makeshout'),('commands.keys.cmd_shutdown','stop;shutdown'),('commands.keys.cmd_sitdown','sitall;sitdown'),('commands.keys.cmd_superpull','spull;superpull'),('commands.keys.cmd_teleport','tele;teleport'),('commands.keys.cmd_unload','crash;unload'),('commands.keys.cmd_update_catalogue','reload_catalogue;reload_cata;update_catalogue;update_cata;update_catalog;update_shop'),('commands.keys.cmd_update_items','update_items;reload_items'),('commands.keys.cmd_update_permissions','update_permissions;update_perms'),('commands.keys.cmd_update_pet_data','update_pet_data;update_petdata'),('commands.keys.cmd_update_texts','update_texts;reload_texts'),('commands.keys.cmd_userinfo','userinfo;user_info'),('commands.keys.cmd_sit','sit'),('commands.description.cmd_sit',':sit'),('total','Total'),('generic.bot.name','Bot'),('generic.bot.id','ID'),('commands.description.cmd_bots',':bots'),('commands.keys.cmd_bots','bots'),('generic.shutdown','The server is shutting down. All changes made from now on may not get saved!'),('generic.reason.specified','Reason specified'),('generic.warning','WARNING!'),('wired.variable.username','%username%'),('wired.variable.credits','%credits%'),('wired.variable.points','%points%'),('wired.variable.pixels','%pixels%'),('commands.error.cmd_ban.target_rank_higher','The Habbo you want to ban has a higher rank than you.'),('commands.error.cmd_unban.not_specified','No username specified!'),('commands.error.cmd_unban.success','%user% has been unbanned.'),('commands.error.cmd_unban.not_found','No bans found for %user%.'),('unbanned','unbanned'),('commands.description.cmd_unban',':unban '),('commands.keys.cmd_unban','unban'),('stalk.failed.same.room','%user% is in this room too!'),('commands.keys.cmd_trash','trash;tornado;sharknado'),('commands.succes.cmd_empty.cleared','Inventory cleared!'),('commands.succes.cmd_empty.verify','This will remove all items from your inventory. Type :empty %generic.yes% to continue!'),('commands.succes.cmd_update_wordfilter','Wordfilter reloaded!'),('warning.auto.report','%user% triggered wordfilter using: %word%'),('commands.keys.cmd_empty','empty'),('commands.keys.update_wordfilter','update_wordfilter;update_filter;update_word_filter'),('commands.description.acc_debug',':test [header] i:1 s:a b:1'),('commands.description.cmd_trash',':trash'),('commands.description.cmd_update_wordfilter',':update_word_filter'),('commands.keys.cmd_update_config','update_config;update_configuration'),('scripter.warning.room.delete','%username% tried to delete %roomname% owned by %roomowner%'),('commands.succes.cmd_update_config','Configuration reloaded!'),('commands.keys.cmd_update_guildparts','update_guildparts;update_guild_parts'),('commands.description.cmd_update_guildparts',':update_guild_parts'),('commands.description.cmd_update_config',':update_config'),('commands.description.cmd_empty',':empty '),('commands.keys.cmd_update_plugins','update_plugins;updateplugins'),('commands.description.cmd_update_plugins',':update_plugins'),('commands.succes.cmd_update_plugins','Reloaded %count% plugins!'),('commands.keys.cmd_happyhour','happyhour;happy_hour'),('commands.error.cmd_danceall.no_dance','Please specify a dance from 0 to 4!'),('commands.keys.cmd_roomeffect','roomeffect;room_effect'),('commands.error.cmd_roomeffect.no_effect','No effect specified!'),('commands.error.cmd_roomeffect.numbers_only','Use numbers only!'),('commands.error.cmd_roomeffect.positive','Positive numbers only!'),('commands.error.cmd_staffonline.numbers_only','Numbers only please!'),('commands.error.cmd_staffonline.positive_only','Positive numbers only please!'),('commands.generic.cmd_staffonline.staffs','Staffs online: '),('commands.description.cmd_staffonline',':staffonline [minrank]'),('commands.description.cmd_roomeffect',':roomeffect [effect id]'),('commands.keys.cmd_staffonline','staffonline;staffs'),('commands.description.cmd_happyhour',':happyhour'),('commands.keys.cmd_summon','summon'),('commands.description.cmd_summon',':summon '),('commands.error.cmd_summon.forgot_username','Specify the username of the Habbo you want to summon!'),('commands.error.cmd_summon.not_found','%% is not online!'),('commands.generic.cmd_summon.same_room','%user% is in this room already!'),('commands.succes.cmd_summon.summoned','%user% summoned!'),('commands.generic.cmd_summon.been_summoned','You''ve been summoned by %user%!'),('commands.generic.cmd_summon.summoning','Summoning %user%...'),('commands.error.cmd_roomitem.no_item','No item id specified!'),('commands.error.cmd_roomitem.positive','Positive numbers only!'),('commands.succes.cmd_roomitem.given','Handitem %item% given!'),('commands.succes.cmd_roomitem.removed','Handitems removed!'),('commands.keys.cmd_roomitem','roomitem;room_item'),('commands.description.cmd_roomitem',':roomitem [itemid]'),('pirate_parrot.message.0','Yarr'),('pirate_parrot.message.1','Do what you want cos a pirrrrate is free'),('pirate_parrot.message.2','Gimme some ale matey'),('pirate_parrot.message.3','potato'),('commands.keys.cmd_chatcolor','chat;chatcolor'),('commands.error.cmd_chatcolor.numbers','Positive numbers only please!'),('commands.error.cmd_chatcolor.no_number','Please provide an color id.'),('commands.error.cmd_chatcolor.banned','Sorry, that chatcolor is not allowed.'),('commands.succes.cmd_chatcolor.set','Your new chatcolor is: %chat%'),('commands.succes.cmd_chatcolor.reset','Chat reset to normal'),('commands.description.cmd_chatcolor',':chat [colorid = 0]'),('commands.error.cmd_masspoints.invalid_type','Invalid points type. Choose from: %types%'),('seasonal.name.0','Pixels'),('seasonal.name.105','Diamonds'),('seasonal.name.101','Snowflakes'),('seasonal.name.104','Clouds'),('seasonal.name.4','Shells'),('commands.error.cmd_points.invalid_type','Invalid points type. Choose from: %types%'),('pirate_parrot.message.4','You dirty ''lil cunt'),('bots.visitor.no_visits','There were no visitors when you were away.'),('bots.visitor.visits','There were %count% visits since the last time you were away. If you want me to tell them say %positive%'),('bots.visitor.list','Last %count% visits were: %list%'),('generic.time.at','at'),('bots.butler.given','Here is your %key% %username%'),('commands.keys.cmd_multi','multi'),('commands.description.cmd_multi',':multi'),('commands.error.cmd_stalk.not_found','%user% seems to be offline.'),('commands.error.cmd_stalk.not_room','%user% seems to be outside of an room.'),('commands.generic.cmd_stalk.same_room','%user% seems to be in this room already!'),('commands.keys.cmd_stalk','stalk;follow;rape'),('commands.description.cmd_stalk',':stalk '),('commands.generic.cmd_summonrank.error','Potatohead!'),('commands.keys.cmd_summonrank','summonrank;summonall'),('commands.description.cmd_summonrank',':summonrank '),('commands.generic.cmd_summon.self','I tried something silly.'),('commands.generic.cmd_stalk.self','I tried something silly'),('commands.keys.cmd_bundle','bundle;roombundle'),('commands.description.cmd_bundle',':bundle'),('commands.error.cmd_bundle.missing_params','Proper usage is :bundle '),('commands.error.cmd_bundle.duplicate','Whoops! Looks like this room is already on sale.'),('commands.error.cmd_mute.time','Mute time must be atleast 1 second.'),('scripter.warning.catalog.count','%username% tried to buy multiple items of %itemname% from page %pagename% altough these are no set to have offers enabled!'),('scripter.warning.look.gender','%username% tried to script an invalid gender ''%gender%'''),('scripter.warning.catalog.page','%username% tried to access a page it doesn''t have permission to: %pagename%'),('scripter.warning.guild.buy.owner','%username% tried to buy a guild for room %roomname% owned by %owner%'),('scripter.warning.roomsettings.category.nonexisting','%username% tried to set its room to a non existing category!'),('scripter.warning.roomsettings.category.permission','%username% tried to set its room to a category it doesn''t have acces to: %category%'),('commands.keys.cmd_event','event;roomevent'),('commands.description.cmd_event',':event '),('scripter.warning.catalog.badge_display','%username% tried to buy a badge display with badge %badge% which isn''t owned!'),('scripter.warning.modtools.alert','%username% tried to send an alert (''%message%'') without having permission to modtools!'),('scripter.warning.modtools.ban','%username% tried to ban someone trough modtools without having rights to ban!'),('scripter.warning.modtools.roomsettings','%username% tried to edit an room via modtool without having permissions!'),('scripter.warning.modtools.ticket.close','%username% tried to close a ticket without having permission!'),('scripter.warning.modtools.kick','%username% tried to kick someone via modtools without having permission!'),('scripter.warning.modtools.ticket.pick','%username% tried to pick a ticket in modtools without having permission!'),('scripter.warning.modtools.ticket.release','%username% tried to release tickets in modtool without having permission!'),('scripter.warning.modtools.chatlog','%username% requested chatlog in modtool without having permission!'),('scripter.warning.modtools.roominfo','%username% requested roominfo in modtools without permission!'),('scripter.warning.userinfo','%username% requested userinfo in modtools without permission!'),('scripter.warning.roomalert','%username% tried to send a roomalert in modtools without permission!'),('commands.succes.cmd_blockalert','Alerts are now turned %state%'),('generic.on','on'),('generic.off','off'),('commands.keys.cmd_blockalert','blockalerts;blockalert;ignorealerts;ignore_alerts'),('commands.description.cmd_blockalert',':blockalert'),('commands.keys.cmd_faceless','faceless;face'),('commands.description.cmd_faceless',':faceless'),('commands.keys.cmd_moonwalk','moonwalk;mj;moon_walk'),('commands.description.cmd_moonwalk',':moonwalk'),('commands.keys.cmd_fastwalk','fastwalk;supersonic'),('commands.description.cmd_fastwalk',':fastwalk'),('commands.keys.cmd_redeem','redeem;exchange'),('commands.description.cmd_redeem',':redeem'),('generic.redeemed','Redeemed: '),('generic.credits','credits'),('generic.pixels','pixels'),('commands.error.cmd_gift.not_a_number','Only positive numbers'),('commands.keys.cmd_gift','gift'),('commands.error.cmd_gift.not_found','%itemid% not found!'),('commands.error.cmd_gift.user_not_found','%username% not found online.'),('commands.succes.cmd_gift','Send %itemname% to %username%!'),('commands.description.cmd_gift',':gift '),('commands.keys.cmd_massgift','massgift'),('commands.description.cmd_massgift',':massgift '),('commands.error.cmd_badge.already_owned','%user% already owns %badge%'),('commands.error.cmd_massbadge.no_badge','No badge specified!'),('commands.keys.cmd_massbadge','massbadge;hotelbadge'),('commands.generic.cmd_badge.received','Yahoooo! You''ve received a badge!'),('commands.keys.cmd_pickall','pickall;pickupall'),('commands.keys.cmd_ejectall','ejectall;ejectfurni'),('commands.keys.cmd_update_bots','update_bots;updatebots'),('commands.description.cmd_ejectall',':ejectall'),('commands.description.cmd_pickall',':pickall'),('',''),('commands.keys.cmd_staffalert','sa;staffalert'),('commands.generic.cmd_staffalert.title','Staff Alert: '),('commands.error.cmd_staffalert.forgot_message','Please specify a message to send to staff.'),('commands.keys.cmd_plugins','plugins'),('commands.keys.cmd_update_hotel_view','update_view;update_hotel_view;update_hotelview'),('commands.description.cmd_update_hotel_view',':update_hotel_view'),('commands.succes.cmd_update_hotel_view','Hotelview reloaded!'),('commands.succes.cmd_bundle','Roombundle succesfully created with page id %id%'),('commands.error.cmd_kick.unkickable','%username% is unkickable!'),('camera.disabled','Sorry! Camera is disabled :('),('commands.keys.cmd_update_navigator','update_navigator;update_nav'),('commands.succes.cmd_update_navigator','Navigator succesfully reloaded!'),('commands.description.cmd_plugins',':plugins'),('commands.description.cmd_massbadge',':massbadge '),('commands.description.cmd_update_bots',':update_bots'),('commands.description.cmd_update_navigator',':update_navigator'),('commands.keys.cmd_ip_ban','ipban;banip;ip_ban;ban_ip'),('commands.description.cmd_ip_ban',':ipban [reason]'),('commands.keys.cmd_machine_ban','machineban;banmachine;banmac;macban'),('commands.description.cmd_machine_ban',':machineban [reason]'),('commands.keys.cmd_super_ban','superban;megaban'),('commands.description.cmd_super_ban',':superban [reason]'),('commands.succes.cmd_machine_ban','%count% accounts have been MAC banned!'),('commands.succes.cmd_ip_ban','%count% accounts have been IP banned!'),('commands.succes.cmd_super_ban','%count% accounts have been Super banned!'),('commands.error.cmd_ip_ban.ban_self','You cannot IP Ban yourself!'),('commands.error.cmd_machine_ban.ban_self','You cannot issue yourself a MAC Ban!'),('commands.error.cmd_super_ban.ban_self','You cannot superban yourself!'),('commands.succes.cmd_alert.cmd_connect_camera','Camera reconnected!'),('commands.keys.cmd_connect_camera','connectcamera;connect_camera;cameraconnect'),('commands.error.cmd_disconnect.higher_rank','The Habbo you wanted to disconnect is more important than you are.'),('commands.keys.cmd_diagonal','diagonal;disablediagonal;diagonally'),('commands.description.cmd_diagonal',':diagonal'),('commands.succes.cmd_diagonal.disabled','You can no longer walk diagonally!'),('commands.keys.cmd_word_quiz','wordquiz;quiz'),('commands.description.cmd_word_quiz',':wordquiz '),('scripter.warning.marketplace.forbidden','%username% tried to sell an %itemname% for %credits% which is not allowed to be sold on the marketplace!'),('inventory.full','You''ve reached the inventory limit. Move furniture out of your inventory before buying more!'),('commands.error.cmd_setmax.invalid_number','Invalid number. Specify a number between 0 and 9999'),('commands.error.cmd_setmax.forgot_number','No number specified. Dork.'),('commands.keys.cmd_setmax','setmax;set_max'),('commands.description.cmd_setmax',':setmax '),('commands.description.cmd_staffalert',':sA '),('commands.description.cmd_take_badge',':takebadge '),('commands.keys.cmd_take_badge','takebadge;take_badge;remove_badge;removebadge'),('commands.error.cmd_take_badge.forgot_badge','No badge specified!'),('commands.error.cmd_take_badge.forgot_username','No username specified!'),('commands.error.cmd_take_badge.no_badge','%username% does not have %badge%!'),('commands.succes.cmd_take_badge','Badge has been taken!'),('camera.permission','You don''t have permission to use the camera!'),('floorplan.permission','You don''t have permission to use the floorplan editor!'),('commands.keys.cmd_update_polls','update_polls;reload_polls'),('commands.description.cmd_update_polls',':update_polls'),('commands.keys.cmd_set_poll','setpoll;set_poll'),('commands.description.cmd_set_poll',':setpoll '),('commands.succes.cmd_set_poll','Room poll has been updated!'),('commands.error.cmd_set_poll.invalid_number','Please specify a valid number. Use 0 to remove the poll.'),('commands.error.cmd_set_poll.missing_arg','Missing poll id. Use 0 to remove the poll from this room.'),('commands.keys.cmd_roomcredits','roomcredits;room_credits;roomcoins;room_coins'),('commands.description.cmd_roomcredits',':roomcredits '),('commands.keys.cmd_roompixels','roompixels;room_pixels;roomduckets;room_duckets'),('commands.description.cmd_roompixels',':roompixels '),('commands.keys.cmd_roomgift','roomgift;room_gift'),('commands.description.cmd_roomgift',':roomgift [message]'),('commands.succes.cmd_update_polls','Room polls have been reloaded!'),('commands.error.cmd_set_poll.not_found','Poll %id% not found!'),('commands.error.cmd_unmute.not_specified','No user specified to unmute!'),('commands.error.cmd_unmute.not_found','%user% is not online!'),('commands.succes.cmd_unmute','%user% has been unmuted!'),('commands.keys.cmd_unmute','unmute'),('commands.description.cmd_unmute',':unmute '),('commands.keys.cmd_give_rank','giverank;setrank;give_rank;set_rank'),('commands.description.cmd_give_rank',':giverank '),('commands.error.cmd_give_rank.not_found','Rank %id% was not found!'),('commands.succes.cmd_give_rank.updated','%username% has been given the rank %id%'),('commands.error.cmd_give_rank.higher','You cannot rank %username% to a higher rank than you are!'),('commands.error.cmd_give_rank.user_offline','%username% is not online!'),('commands.error.cmd_give_rank.missing_rank','Missing rank. Usage: '),('commands.error.cmd_give_rank.missing_username','Missing username. Usage: '),('commands.generic.cmd_give_rank.new_rank','Your rank has been updated. Your rank is now %id%'),('commands.keys.cmd_roommute','roommute;room_mute'),('commands.description.cmd_roommute',':roommute'),('commands.succes.cmd_roommute.unmuted','The room has been unmuted!'),('commands.succes.cmd_roommute.muted','The room has been muted!'),('commands.keys.cmd_lay','lay'),('commands.description.cmd_lay',':lay'),('camera.wait','Please wait %seconds% seconds before making another picture.'),('loggedin.elsewhere','You have been disconnected as you logged in from somewhere else.'),('commands.keys.cmd_mute_pets','mutepets;ignorepets;mute_pets;ignore_pets'),('commands.succes.cmd_mute_pets.ignored','You''re now ignoring pets.'),('commands.succes.cmd_mute_pets.unignored','You''re no longer ignoring pets.'),('commands.keys.cmd_mute_bots','mutebots;ignorebots;mute_bots;ignore_bots'),('commands.succes.cmd_mute_bots.ignored','You are now ignoring bots.'),('commands.succes.cmd_mute_bots.unignored','You are no longer ignoring bots.'),('commands.description.cmd_roomalert',':roomalert '),('commands.error.cmd_roomalert.empty','Please specify an message!'),('commands.keys.cmd_roomalert','roomalert;room_alert;ra'),('commands.keys.cmd_roompoints','roompoints;room_points'),('commands.generic.cmd_transform.title','The following pets are available:'),('commands.generic.cmd_transform.line','%name%'),('commands.description.cmd_transform',':transform '),('commands.keys.cmd_transform','transform;becomepet'),('commands.description.cmd_connect_camera',':connectcamera'),('commands.description.cmd_roompoints',':roompoints '),('generic.gift.received.anonymous','You''ve received a gift!'),('generic.gift.received','%username% gave you a gift!'),('generic.user.not_found','%user% not found.'),('commands.keys.cmd_reload_room','reload_room;reload;reloadroom'),('commands.description.cmd_reload_room',':reload_room'),('scripter.warning.packet.closedice','%username% tried to change furniture state on non dice using the close dice packet on item %id% %itemname%'),('commands.succes.cmd_update_guildparts','Succes! Guild badgeparts and guild badge imager has been reloaded!'),('ban.info.user_id','User ID: '),('ban.info.type','Ban Type: '),('ban.info.reason','Reason: '),('ban.info.staff_id','Staff ID: '),('ban.info.date_issued','Date: '),('ban.info.date_expire','Expire Date: '),('ban.info.ip','IP: '),('ban.info.machine','Machine: '),('command.cmd_userinfo.user_id','ID'),('command.cmd_userinfo.user_name','Username'),('command.cmd_userinfo.motto','Motto'),('command.cmd_userinfo.rank','Rank'),('command.cmd_userinfo.online','Online'),('command.cmd_userinfo.email','Email'),('command.cmd_userinfo.ip_register','Register IP'),('command.cmd_userinfo.ip_current','Current IP'),('command.cmd_userinfo.banned','Banned'),('command.cmd_userinfo.currencies','Currencies'),('command.cmd_userinfo.achievement_score','Score'),('command.cmd_userinfo.credits','Credits'),('command.cmd_userinfo.current_activity','Current Activity'),('command.cmd_userinfo.room','Room'),('command.cmd_userinfo.respect_left','Respect Left'),('command.cmd_userinfo.pet_respect_left','Pet Respect Left'),('command.cmd_userinfo.allow_trade','Allow Trade'),('command.cmd_userinfo.allow_follow','Allow Follow'),('command.cmd_userinfo.allow_friend_request','Allow Friend Request'),('command.cmd_userinfo.total_bans','Total bans'),('command.cmd_userinfo.ban_info','Recent Ban Info'),('command.cmd_userinfo.userinfo','Userinfo'),('commands.error.cmd_pet_info.pet_not_found','"Please provide a petname!"'),('commands.description.cmd_hal',':hal '),('commands.keys.cmd_hal','hal;halink'),('commands.succes.cmd_empty_bots.cleared','Bots inventory cleared!'),('commands.succes.cmd_empty_bots.verify','This will remove all bots from your inventory. Type :emptybots %generic.yes% to continue!'),('commands.keys.cmd_empty_bots','emptybots;empty_bots;deletebots'),('commands.description.cmd_empty_bots',':emptybots'),('commands.succes.cmd_empty_pets.cleared','Pets inventory cleared!'),('commands.succes.cmd_empty_pets.verify','This will remove all pets from your inventory. Type :emptypets %generic.yes% to continue!'),('commands.keys.cmd_empty_pets','emptypets;empty_pets;deletepets'),('commands.description.cmd_empty_pets',':emptypets'),('nux.step.1','This is the reception button, it will take you to the hotelview.'),('nux.step.2','This is the navigator button, from here you can visit other rooms.'),('nux.step.3','To talk, just enter your message here.'),('nux.step.4','The chat history window lets you read back your previous conversations.'),('nux.step.5','If you want to change your looks, you can use the wardrobe.'),('nux.step.6','In the catalog you can purchase furniture to decorate your own room.'),('nux.step.7','Furniture can be bought with a combination of credits...'),('nux.step.8','...duckets,'),('nux.step.9','or diamonds.'),('nux.step.10','All your friends are located down here.'),('nux.step.11','Lets have some fun and start exploring the hotel!'),('alert.superwired.invalid','Invalid superwired configuration. Make sure to NOT use ; in the product field!'),('commands.description.cmd_allow_trading','Enables / Disables the tradelock for a user.'),('commands.keys.cmd_allow_trading','tradelock;blocktrading;disabletrade'),('commands.error.cmd_allow_trading.forgot_username','Please specify the user to enable / disable trading for.'),('commands.error.cmd_allow_trading.forgot_trade','Please specify if you want to enable trading for %username%.'),('commands.succes.cmd_allow_trading.enabled','Trading has been enabled for %username%!'),('commands.succes.cmd_allow_trading.disabled','Trading has been disabled for %username%!'),('commands.error.cmd_allow_trading.user_not_found','Target Habbo does not exist.'),('commands.error.cmd_allow_trading.incorrect_setting','Please use %enabled% to enable trading. Use %disabled% to disable trading.'),('commands.error.cmd_give_rank.higher.other','%username% has an higher rank than you and thus cannot change it!'),('commands.error.cmd_unmute.not_muted','%user% is not muted.'),('supporttools.not_ticket_owner','You are not the moderator currently handling the ticket.'),('commands.success.cmd_setmax','Success! Maximum users in this room changed to %value%.'),('commands.description.cmd_changename',':changename'),('commands.keys.cmd_changename','changename;flagme;change_name;namechange'),('commands.error.cmd_credits.user_not_found','Could net send %amount% credits to %user%. %user% does not exist.'),('commands.error.cmd_pull.invalid','You cannot pull %username% to there.'),('commands.error.cmd_push.invalid','You cannot push %username% to there.'),('hotel.wired.superwired.info','Superwired Usage Information. Possible reward types: badge: BADGE CODE Credits: credits#amount Pixels: pixels#amount Points: points#amount Respect: respect#amount Furniture: furni#FurnitureID Catalog Item: cata#CatalogItemID'),('hotel.wired.kickexception.unkickable','Wired Kick Exception: Unkickable'),('hotel.wired.kickexception.owner','Wired Kick Exception: Room Owner'),('error.catalog.buy.limited.daily.item','You cannot purchase any limited %itemname% for today as you have reached the limt of %limit%. Come back tomorrow.'),('error.catalog.buy.limited.daily.total','You cannot purchase any limited furniture as you have reached the limited of %limit% for today. Come back tomorrow.'),('commands.keys.cmd_calendar','calendar'),('commands.description.cmd_calendar',':calendar'),('scripter.warning.chat.length','%username% tried to send a room chat message with length %length% while the maximum length is 100 characters.'),('commands.keys.cmd_invisible','invisible;hideme'),('commands.description.cmd_invisible',':invisible'),('commands.succes.cmd_invisible.updated','You are now invisible. Reload the room to reset.'),('commands.keys.cmd_hidewired','hidewired;hidemywired;wiredbegone'),('commands.succes.cmd_hidewired.hidden','Wired is now hidden.'),('commands.succes.cmd_hidewired.shown','Wired is now shown.'),('commands.errors.cmd_hidewired.permission','You don''t have permission to hide wireds in this room!'),('support.ticket.picked.failed','Picking issue failedd: Ticket already picked or does not exist!'),('camera.error.creation','Failed to create your picture. *sadpanda*'),('scripter.warning.sticky.size','%username% tried to create a sticky with %amount% characters where %limit% characters are allowed!'),('commands.keys.cmd_promote_offer','promoteoffer;promotetargetoffer;promote_offer'),('commands.description.cmd_promote_offer',':promoteoffer [info]'),('commands.cmd_promote_offer.info','info'),('commands.error.cmd_promote_offer.not_found','The offer could not be found. Use :promoteoffer info to see a list of active offers.'),('commands.cmd_promote_offer.list','All available offers (%amount%): %list%'),('commands.cmd_promote_offer.list.entry','%id%: %title% %description%'),('commands.succes.cmd_promote_offer','The promoted offer has been changed to %id%: %title%'),('commands.keys.cmd_filterword','filter;banword;filterword'),('commands.error.cmd_filterword.missing_word','Please specify the word to filter, with an optional replacement.'),('commands.error.cmd_filterword.error','Failed to add the word to the wordfilter. Possible duplicate?'),('commands.succes.cmd_filterword.added','Wordfilter word %word% has been added with replacement %replacement%!'),('commands.description.cmd_filterword',':filter [replacement]'),('debug.show.headers',''),('generic.tile.not.exists','Tile does not exist!'),('commands.errors.cmd_give_rank.not_found','Rank %id% could not be given to %username% as it does not exist!'),('hotel.wired.giveachievement.invalid.points','This is not a number!'),('hotel.wired.giveachievement.invalid.achievement','%achievement% does not exist!'),('hotel.error.roomads.nopermission','You have no permission to modify room ads!'),('commands.keys.cmd_update_achievements','uach;update_achievements'),('commands.description.cmd_update_achievements',':update_achievements'),('commands.succes.cmd_update_achievements.updated','Achievements have been reloaded!'),('invisible.prevent.chat.error','While being invisible you cannot talk.'),('commands.succes.cmd_invisible.updated.back','You are now visible again.'),('commands.error.cmd_mimic.forbidden_clothing','The other user has clothing that you do not own yet.'),('commands.keys.cmd_update_youtube_playlists','update_youtube;update_youtube_playlists'),('commands.succes.cmd_update_youtube_playlists','YouTube playlists have been refreshed!'),('commands.keys.cmd_add_youtube_playlist','add_youtube;add_playlist;add_youtube_playlist'),('commands.error.cmd_add_youtube_playlist.usage','Usage: base_item_id youtube_playlist_id'),('commands.error.cmd_add_youtube_playlist.no_base_item','A base item with that ID could not be found.'),('commands.error.cmd_add_youtube_playlist.failed_playlist','Error: unable to fetch the given YouTube playlist.'),('commands.succes.cmd_add_youtube_playlist','The playlist has been added successfully!'),('generic.furniture.bought','You just purchased %amount%%is_limited%%itemname%%limited_display%!'),('generic.furniture.sold','Your %item% has been sold. Click here to claim your credits!'),('commands.generic.cmd_commands.text','Your Commands'),('commands.keys.cmd_stand','stand'),('commands.description.cmd_setstate',':ss'),('be.cmd_setstate.keys','ss;setstate'),('be.cmd_setstate.changed','Changed state to %extra_data%'),('be.cmd_setstate.disabled','state removed.'),('be.cmd_setstate.not_specified','No state set. state must be between 0 - 40.'),('commands.description.cmd_buildheight',':buildheight [height]'),('be.cmd_buildheight.keys','buildheight;bh'),('be.cmd_buildheight.invalid_height','Invalid height! Build height must be between 0 - 40!'),('be.cmd_buildheight.changed','Changed build height to %height%'),('be.cmd_buildheight.disabled','Build height removed.'),('be.cmd_buildheight.not_specified','No buildheight set. Height must be between 0 - 40.'),('commands.description.cmd_setrotation',':rot;rotation'),('be.cmd_setrotation.keys','rot;setrotation'),('be.cmd_setrotation.changed','Changed Furni Rotation to %rot%'),('be.cmd_setrotation.disabled','Furni Rotation removed.'),('be.cmd_setrotation.not_specified','No rotation set. state must be between 0 - 6.'),('commands.description.cmd_buyroom',':buyroom'),('commands.description.cmd_sellroom',':sellroom '),('rosie.sellroom.keys','sellroom'),('rosie.sellroom.removed','This room was remove from sale.'),('rosie.sellroom.invalid_credits','%diamonds% diamonds is an invalid amount!'),('rosie.sellroom.has_guild','Cannot sell this room, room has a guild.'),('rosie.sellroom.confirmed','This room is now up for sale for %currency% diamonds!'),('rosie.sellroom.usage','Usage: :sellroom '),('rosie.sellroom.forsale','This room is being sold by %ownername% for %currency% diamonds! If you wish to buy it write :buyroom confirm.'),('rosie.sellroom.notforsale','This room is not being sold.'),('rosie.sellroom.confirmkey','confirm'),('rosie.buyroom.has_guild','This room has a guild and therefor cannot be bought.'),('rosie.sellroom.bubble.thisroom','This room is for sale for %currency% diamonds!'),('rosie.buyroom.bubble.message','This room has been bought from %oldowner% by %newowner%!'),('rosie.buyroom.bubble.message.bought','%roomname% has been bought by %newowner%'),('rosie.buyroom.invalid_amount','You don''t have enough diamonds to buy this room!'),('rosie.sellroom.owneroffline','Owner of this room, %username%, is offline.'),('rosie.sellroom.selfbuy','Silly %username%. You cannot buy your own room.'),('rosie.sellroom.buyroom.usage','To buy a room use :%key% %confirmkey%'),('rosie.buyroom.keys','buyroom'),('rosie.roomforsale.alert','This room is for sale. Type :buyroom for more information.'),('essentials.cmd_pay.keys','pay;transfer'),('essentials.cmd_pay.incorrect.usage','Missing arguments for pay command!'),('commands.description.cmd_pay',':pay '),('generic.habbo.notfound','Habbo not found'),('essentials.cmd_pay.self','You cannot pay yourself, silly!'),('essentials.cmd_pay.invalid_amount','Invalid amount! Please use a positive value.'),('essentials.cmd_pay.not_enough','Cannot pay %username%. You don''t have %amount% %type%!'),('essentials.cmd_pay.invalid_type','The currency %type% does not exist!'),('essentials.cmd_pay.received','%username% has paid you %amount% %type%!'),('essentials.cmd_pay.transferred','You paid %username% %amount% %type%!'),('commands.description.cmd_kill',':kill '),('essentials.cmd_kill.keys','kill;murder'),('essentials.cmd_kill.killmessages.killer','* Murders %victim% *;* %victim% was slain by %killer% *;* Takes %victim%s head off *'),('essentials.cmd_kill.killmessages.victim','* Bleeds to dead while twitching *; * Oh noes. %killer% took my head off *'),('commands.description.cmd_hoverboard',':hoverboard'),('essentials.cmd_hoverboard.keys','hoverboard'),('essentials.cmd_hoverboard.texts','* Grabs Blue hoverboard and flies away *;* Jumps onto a pink hoverboard *;* Nice day to ride my yellow hoverboard *;* Pulls out a green hoverboard to explore the hotel on *'),('commands.description.cmd_kiss',':kiss '),('essentials.kissedmessages.kissedperson','* %kissedperson% gets kissed by %kisser% *'),('essentials.kissedmessages.kisser','* Kisses %kissedperson% passionately *'),('essentials.cmd_kiss.keys','kiss;frenchkiss'),('essentials.kissmessages.tofar','%kissedperson% is too far to kiss!'),('commands.description.cmd_hug',':hug '),('essentials.cmd_hug.keys','hug;cuddle'),('essentials.hugmessages.huggedperson','* Gets a warm hug from %hugger% *'),('essentials.hugmessages.hugger','* Hugs %huggedperson% tightly *'),('essentials.hugmessages.tofar','%huggedperson% is too far to hug. Get a bit closer and try again!'),('commands.description.cmd_welcome',':welcome '),('essentials.cmd_welcome.keys','welcome;willkommen;welkom;bienvenue;bienvenida;bem-vindo'),('essentials.cmd_welcome.text','Welcome %username% to %hotelname%;My name is %greeter_username% and I am %greeter_rank% at %hotelname%;At the moment there are %onlinecount% %hotelplayername%s online!;If you have any further questions feel free to ask me or any of our staff. You can recognize our staff from the badge they wear;Enjoy your stay in %hotelname% %username%!'),('commands.description.cmd_disable_effects',':disableffects'),('essentials.cmd_disable_effects.keys','antieffects;disableffects'),('essentials.cmd_disable_effects.effects_enabled','Effects in this room have been enabled!'),('essentials.cmd_disable_effects.effects_disabled','Effects in this room have been disabled!'),('commands.description.cmd_brb',':brb'),('essentials.cmd_brb.keys','afk;brb;'),('essentials.cmd_brb.brb','* %username% is now AFK! *'),('essentials.cmd_brb.back','* %username% is now back! *'),('essentials.cmd_brb.time','* %username% has now been away for %time% minutes *'),('commands.description.cmd_nuke',':nuke '),('essentials.cmd_nuke.keys','nuke;nade;grenade;explode;boom'),('essentials.nuke.self','You can''t nuke yourself, silly!'),('essentials.nuke.action','* Launches nuke towards %username% *'),('essentials.nuke.nuked','* %username% gets obliterated *'),('essentials.cmd_buildheight.keys','buildheight;bh'),('essentials.cmd_buildheight.invalid_height','Invalid height! Build height must be between 0 - 40!'),('essentials.cmd_buildheight.changed','Changed build height to %height%'),('essentials.cmd_buildheight.disabled','Build height removed.'),('essentials.cmd_buildheight.not_specified','No buildheight set. Height must be between 0 - 40.'),('commands.description.cmd_slime',':slime '),('essentials.cmd_slime.keys','slime;slimed;goop;nickelodeon'),('essentials.cmd_slime.throws','* Throws slime at %username%s direction *'),('essentials.cmd_slime.missed','* Missed %username%s face *'),('essentials.cmd_slime.slimed','* Gets covered in slime by %username% *'),('commands.description.cmd_explain',':explain '),('essentials.cmd_explain.keys','explain;commandinfo;commandhelp;aliases'),('essentials.cmd_explain.help','Specify a command to lookup. Example: :explain mimic'),('essentials.cmd_explain.notfound','Too bad but ''%command%''-command does not seem to exist'),('essentials.cmd_explain.nopermission','You don''t have permission to use %command%'),('essentials.cmd_explain.info','Information about the ''%command%''-command:
+Usage: %description%
+Keys / Aliases:%keys%'),('essentials.sellroom.keys','sellroom'),('essentials.sellroom.removed','This room was remove from sale.'),('essentials.sellroom.invalid_credits','%credits% credits is an invalid amount!'),('essentials.sellroom.has_guild','Cannot sell this room, room has a guild.'),('essentials.sellroom.confirmed','This room is now up for sale for %credits% credits!'),('essentials.sellroom.usage','Usage: :sellroom '),('essentials.sellroom.forsale','This room is being sold by %ownername% for %credits%.'),('essentials.sellroom.notforsale','This room is not being sold.'),('essentials.sellroom.confirmkey','confirm'),('essentials.buyroom.has_guild','This room has a guild and therefor cannot be bought.'),('essentials.sellroom.owneroffline','Owner of this room, %username%, is offline.'),('essentials.sellroom.selfbuy','Silly %username%. You cannot buy your own room.'),('essentials.sellroom.buyroom.usage','To buy a room use :%key% %confirmkey%'),('essentials.buyroom.keys','buyroom'),('commands.description.cmd_closedice',':closedice [all]'),('essentials.cmd_closedice.keys','closedice;cd;sluitdices'),('essentials.cmd_closedice.keywordall','all'),('essentials.cmd_closedice.closed','* Closes %count% dices *'),('commands.description.cmd_set',':set info'),('essentials.cmd_set.keys','set;changefurni'),('essentials.cmd_set.error','Use '':set info'' for more information!'),('essentials.cmd_set.invalid','Invalid item id %value%'),('essentials.cmd_set.notfound','Item not found.'),('essentials.cmd_set.wrong','Something went wrong.'),('essentials.cmd_set.succes','Updated!'),('commands.description.cmd_furnidata',':furnidata'),('furnidata.cmd_furnidata.keys','furnidata'),('furnidata.cmd_furnidata.on','Successfully turned furnidata on!'),('furnidata.cmd_furnidata.off','Successfully turned furnidata off!'),('bubblealerts.notif_friendonline.message','%username% just logged in! Say hi!'),('bubblealerts.notif_mention.message','%username% mentioned you. Click to visit %username% in %room_name%!'),('commands.keys.cmd_softkick','softkick'),('commands.error.cmd_softkick_not_found','%user% not found'),('commands.error.cmd_softkick_error_self','You can not softkick yourself!'),('scripter.warning.item.bgtoner.permission','%username% tried to change the background toner without rights in %room% owned by %owner%'),('generic.error.ignore_higher_rank','You can''t ignore this user.'),('error.bots.max.inventory','You can''t buy or pickup anymore bots until you place some, the maximum amount of bots you are allowed is %amount%.'),('commands.error.cmd_stalk.forgot_username','Specify the username of the Habbo you want to follow!'),('commands.description.cmd_update_calendar',':update_calendar'),('commands.keys.cmd_update_calendar','update_calendar'),('commands.success.cmd_update_calendar','Calendar updated successfully!'),('hotel.mannequin.name.default','My look'),('rcon.alert.user.change_username','You can change your username. Click on yourself to change it.'),('commands.keys.cmd_subscription','subscription;sub'),('commands.error.cmd_subscription.invalid_action','Invalid action specified. Must be add, +, remove or -'),('commands.error.cmd_subscription.type_not_found','%subscription% is not a valid subscription type'),('commands.error.cmd_subscription.invalid_params_time','Invalid time span, try: x minutes/days/weeks/months'),('commands.error.cmd_subscription.success_add_time','Successfully added %time% seconds to %subscription% on %user%'),('commands.error.cmd_subscription.user_not_have','%user% does not have the %subscription% subscription'),('commands.error.cmd_subscription.success_remove_time','Successfully removed %time% seconds from %subscription% on %user%'),('commands.error.cmd_subscription.success_remove_sub','Successfully removed %subscription% sub from %user%'),('commands.error.cmd_subscription.user_not_found','%user% was not found'),('commands.error.cmd_subscription.invalid_params','Invalid command format'),('subscriptions.hc.payday.message','Woohoo HC Payday has arrived! You have received %amount% credits to your purse. Enjoy!'),('hotel.room.tent.prefix','Tent'),('commands.error.cmd_roombadge.no_badge','No badge specified!'),('commands.keys.cmd_roombadge','roombadge'),('commands.description.cmd_roombadge',':roombadge ');
+CREATE TABLE `gift_wrappers` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `sprite_id` integer NOT NULL
+, `item_id` integer NOT NULL
+, `type` text NOT NULL DEFAULT 'wrapper'
+);
+INSERT INTO `gift_wrappers` VALUES (1,187,187,'gift'),(2,188,188,'gift'),(3,189,189,'gift'),(4,190,190,'gift'),(5,191,191,'gift'),(6,192,192,'gift'),(7,193,193,'gift'),(8,3372,3372,'wrapper'),(9,3373,3373,'wrapper'),(10,3374,3374,'wrapper'),(11,3375,3375,'wrapper'),(12,3376,3376,'wrapper'),(13,3377,3377,'wrapper'),(14,3378,3378,'wrapper'),(15,3379,3379,'wrapper'),(16,3380,3380,'wrapper'),(17,3381,3381,'wrapper');
+CREATE TABLE `groups_items` (
+ `type` text NOT NULL
+, `id` integer NOT NULL
+, `firstvalue` varchar(255) NOT NULL
+, `secondvalue` varchar(2000) NOT NULL
+, `enabled` text NOT NULL DEFAULT '1'
+, PRIMARY KEY (`id`,`type`)
+);
+INSERT INTO `groups_items` VALUES ('base',1,'base_basic_1.gif','','1'),('symbol',1,'symbol_background_1.gif','','1'),('color',1,'ffd601','','1'),('color2',1,'ffffff','','1'),('color3',1,'ffffff','','1'),('base',2,'base_basic_2.gif','','1'),('symbol',2,'symbol_background_2.gif','','1'),('color',2,'ec7600','','1'),('color2',2,'ebebeb','','1'),('color3',2,'e5e5e5','','1'),('base',3,'base_basic_3.gif','','1'),('symbol',3,'symbol_background_3_part2.gif','symbol_background_3_part1.gif','1'),('color',3,'84de00','','1'),('color2',3,'d4d4d4','','1'),('color3',3,'bfbfbf','','1'),('base',4,'base_basic_4.gif','','1'),('symbol',4,'symbol_ball_1_part2.gif','symbol_ball_1_part1.gif','1'),('color',4,'589a00','','1'),('color2',4,'bdbdbd','','1'),('color3',4,'999999','','1'),('base',5,'base_basic_5.gif','','1'),('symbol',5,'symbol_ball_2_part2.gif','symbol_ball_2_part1.gif','1'),('color',5,'50c1fb','','1'),('color2',5,'a6a6a6','','1'),('color3',5,'737373','','1'),('base',6,'base_advanced_1.gif','','1'),('symbol',6,'symbol_bobba.gif','','1'),('color',6,'006fcf','','1'),('color2',6,'8f8f8f','','1'),('color3',6,'4c4c4c','','1'),('base',7,'base_advanced_2.gif','','1'),('symbol',7,'symbol_bomb_part2.gif','symbol_bomb_part1.gif','1'),('color',7,'ff98e3','','1'),('color2',7,'787878','','1'),('color3',7,'589a00','','1'),('base',8,'base_advanced_3.gif','','1'),('symbol',8,'symbol_bow.gif','','1'),('color',8,'f334bf','','1'),('color2',8,'616161','','1'),('color3',8,'4f8a00','','1'),('base',9,'base_advanced_4.gif','','1'),('symbol',9,'symbol_box_1.gif','','1'),('color',9,'ff2d2d','','1'),('color2',9,'4c4c4c','','1'),('color3',9,'427300','','1'),('base',10,'base_gold_1_part2.gif','base_gold_1_part1.gif','1'),('symbol',10,'symbol_box_2.gif','','1'),('color',10,'af0a0a','','1'),('color2',10,'589a00','','1'),('color3',10,'355c00','','1'),('base',11,'base_gold_2_part2.gif','base_gold_2_part1.gif','1'),('symbol',11,'symbol_bunting_1.gif','','1'),('color',11,'ffffff','','1'),('color2',11,'518e00','','1'),('color3',11,'284500','','1'),('base',12,'base_pin_part2.gif','base_pin_part1.gif','1'),('symbol',12,'symbol_bunting_2.gif','','1'),('color',12,'c0c0c0','','1'),('color2',12,'498000','','1'),('color3',12,'1a2e00','','1'),('base',13,'base_gradient_1.gif','','1'),('symbol',13,'symbol_butterfly_part2.gif','symbol_butterfly_part1.gif','1'),('color',13,'373737','','1'),('color2',13,'417200','','1'),('color3',13,'84de00','','1'),('base',14,'base_gradient_2.gif','','1'),('symbol',14,'symbol_cowskull_part2.gif','symbol_cowskull_part1.gif','1'),('color',14,'fbe7ac','','1'),('color2',14,'396400','','1'),('color3',14,'77c700','','1'),('base',15,'base_circles_1.gif','','1'),('symbol',15,'symbol_cross.gif','','1'),('color',15,'977641','','1'),('color2',15,'315600','','1'),('color3',15,'63a600','','1'),('base',16,'base_circles_2.gif','','1'),('symbol',16,'symbol_diamond.gif','','1'),('color',16,'c2eaff','','1'),('color2',16,'294800','','1'),('color3',16,'4f8500','','1'),('base',17,'base_ornament_1_part2.gif','base_ornament_1_part1.gif','1'),('symbol',17,'symbol_diploma_part2.gif','symbol_diploma_part1.gif','1'),('color',17,'fff165','','1'),('color2',17,'213b00','','1'),('color3',17,'3c6400','','1'),('base',18,'base_ornament_2_part2.gif','base_ornament_2_part1.gif','1'),('symbol',18,'symbol_eyeball_part2.gif','symbol_eyeball_part1.gif','1'),('color',18,'aaff7d','','1'),('color2',18,'1a2e00','','1'),('color3',18,'274200','','1'),('base',19,'base_misc_1_part2.gif','base_misc_1_part1.gif','1'),('symbol',19,'symbol_fist.gif','','1'),('color',19,'87e6c8','','1'),('color2',19,'84de00','','1'),('color3',19,'c2eaff','','1'),('base',20,'base_misc_2.gif','','1'),('symbol',20,'symbol_flame_1.gif','','1'),('color',20,'9844e7','','1'),('color2',20,'7acd00','','1'),('color3',20,'aed2e5','','1'),('base',21,'base_beams_part2.gif','base_beams_part1.gif','1'),('symbol',21,'symbol_flame_2.gif','','1'),('color',21,'dea9ff','','1'),('color2',21,'6eb900','','1'),('color3',21,'91afbf','','1'),('base',22,'base_ring.gif','','1'),('symbol',22,'symbol_flash.gif','','1'),('color',22,'ffb579','','1'),('color2',22,'62a500','','1'),('color3',22,'748c99','','1'),('base',23,'base_simplestar_part2.gif','base_simplestar_part1.gif','1'),('symbol',23,'symbol_flower_1_part2.gif','symbol_flower_1_part1.gif','1'),('color',23,'c3aa6e','','1'),('color2',23,'569100','','1'),('color3',23,'576a73','','1'),('base',24,'base_spiral.gif','','1'),('symbol',24,'symbol_flower_2.gif','','1'),('color',24,'7a7a7a','','1'),('color2',24,'4a7c00','','1'),('color3',24,'3a464c','','1'),('base',25,'base_book.gif','','1'),('symbol',25,'symbol_flower_3.gif','','1'),('color2',25,'3e6800','','1'),('color3',25,'50c1fb','','1'),('base',26,'base_egg.gif','','1'),('symbol',26,'symbol_flower_4.gif','','1'),('color2',26,'325400','','1'),('color3',26,'48ade1','','1'),('base',27,'base_ornament.gif','','1'),('symbol',27,'symbol_football.gif','','1'),('color2',27,'274200','','1'),('color3',27,'3c91bc','','1'),('base',28,'base_shield_part2.gif','base_shield_part1.gif','1'),('symbol',28,'symbol_heart_1_part2.gif','symbol_heart_1_part1.gif','1'),('color2',28,'c2eaff','','1'),('color3',28,'307497','','1'),('symbol',29,'symbol_heart_2_part2.gif','symbol_heart_2_part1.gif','1'),('color2',29,'b3d8eb','','1'),('color3',29,'245771','','1'),('symbol',30,'symbol_jingjang_part2.gif','symbol_jingjang_part1.gif','1'),('color2',30,'a1c3d4','','1'),('color3',30,'183a4b','','1'),('symbol',31,'symbol_lips_part2.gif','symbol_lips_part1.gif','1'),('color2',31,'90adbd','','1'),('color3',31,'006fcf','','1'),('symbol',32,'symbol_note.gif','','1'),('color2',32,'7e98a6','','1'),('color3',32,'0064ba','','1'),('symbol',33,'symbol_peace.gif','','1'),('color2',33,'6d838f','','1'),('color3',33,'00539b','','1'),('symbol',34,'symbol_planet_part2.gif','symbol_planet_part1.gif','1'),('color2',34,'5b6e78','','1'),('color3',34,'00437c','','1'),('symbol',35,'symbol_rainbow_part2.gif','symbol_rainbow_part1.gif','1'),('color2',35,'4a5961','','1'),('color3',35,'00325d','','1'),('symbol',36,'symbol_rosete.gif','','1'),('color2',36,'3a464c','','1'),('color3',36,'00213e','','1'),('symbol',37,'symbol_shape.gif','','1'),('color2',37,'50c1fb','','1'),('color3',37,'9844e7','','1'),('symbol',38,'symbol_star_1.gif','','1'),('color2',38,'4ab2e7','','1'),('color3',38,'893dcf','','1'),('symbol',39,'symbol_star_2.gif','','1'),('color2',39,'43a0d1','','1'),('color3',39,'7233ad','','1'),('symbol',40,'symbol_sword_1_part2.gif','symbol_sword_1_part1.gif','1'),('color2',40,'3b8fba','','1'),('color3',40,'5b298b','','1'),('symbol',41,'symbol_sword_2_part2.gif','symbol_sword_2_part1.gif','1'),('color2',41,'347ea3','','1'),('color3',41,'451f68','','1'),('symbol',42,'symbol_sword_3_part2.gif','symbol_sword_3_part1.gif','1'),('color2',42,'2d6c8d','','1'),('color3',42,'2d1445','','1'),('symbol',43,'symbol_wings_1.gif','','1'),('color2',43,'265b76','','1'),('color3',43,'dea9ff','','1'),('symbol',44,'symbol_wings_2.gif','','1'),('color2',44,'1e495f','','1'),('color3',44,'c798e5','','1'),('symbol',45,'symbol_arrow_down.gif','','1'),('color2',45,'183a4b','','1'),('color3',45,'a67fbf','','1'),('symbol',46,'symbol_arrow_left.gif','','1'),('color2',46,'006fcf','','1'),('color3',46,'856599','','1'),('symbol',47,'symbol_arrow_right.gif','','1'),('color2',47,'0066bf','','1'),('color3',47,'644c73','','1'),('symbol',48,'symbol_arrow_up.gif','','1'),('color2',48,'005cac','','1'),('color3',48,'42324c','','1'),('symbol',49,'symbol_arrowbig_up.gif','','1'),('color2',49,'005299','','1'),('color3',49,'ff98e3','','1'),('symbol',50,'symbol_axe_part2.gif','symbol_axe_part1.gif','1'),('color2',50,'004887','','1'),('color3',50,'e589cc','','1'),('symbol',51,'symbol_bug_part2.gif','symbol_bug_part1.gif','1'),('color2',51,'003e74','','1'),('color3',51,'bf72aa','','1'),('symbol',52,'symbol_capsbig_part2.gif','symbol_capsbig_part1.gif','1'),('color2',52,'003461','','1'),('color3',52,'995b88','','1'),('symbol',53,'symbol_capssmall_part2.gif','symbol_capssmall_part1.gif','1'),('color2',53,'002a4f','','1'),('color3',53,'734566','','1'),('symbol',54,'symbol_cloud.gif','','1'),('color2',54,'00213e','','1'),('color3',54,'4c2d44','','1'),('symbol',55,'symbol_crown_part2.gif','symbol_crown_part1.gif','1'),('color2',55,'9844e7','','1'),('color3',55,'f334bf','','1'),('symbol',56,'symbol_diamsmall2.gif','','1'),('color2',56,'8c3fd5','','1'),('color3',56,'da2fac','','1'),('symbol',57,'symbol_diamsmall.gif','','1'),('color2',57,'7e39c0','','1'),('color3',57,'b6278f','','1'),('symbol',58,'symbol_drop.gif','','1'),('color2',58,'7132ab','','1'),('color3',58,'921f73','','1'),('symbol',59,'symbol_fingersheavy.gif','','1'),('color2',59,'632c96','','1'),('color3',59,'6e1756','','1'),('symbol',60,'symbol_fingersv.gif','','1'),('color2',60,'552682','','1'),('color3',60,'480f39','','1'),('symbol',61,'symbol_gtr_part2.gif','symbol_gtr_part1.gif','1'),('color2',61,'48206d','','1'),('color3',61,'ff2d2d','','1'),('symbol',62,'symbol_hat.gif','','1'),('color2',62,'3a1a58','','1'),('color3',62,'e52828','','1'),('symbol',63,'symbol_oval_part2.gif','symbol_oval_part1.gif','1'),('color2',63,'2d1445','','1'),('color3',63,'bf2222','','1'),('symbol',64,'symbol_pawprint.gif','','1'),('color2',64,'dea9ff','','1'),('color3',64,'991b1b','','1'),('symbol',65,'symbol_screw.gif','','1'),('color2',65,'cd9ceb','','1'),('color3',65,'731414','','1'),('symbol',66,'symbol_stickL_part2.gif','symbol_stickL_part1.gif','1'),('color2',66,'b98dd4','','1'),('color3',66,'4c0d0d','','1'),('symbol',67,'symbol_stickR_part2.gif','symbol_stickR_part1.gif','1'),('color2',67,'a57dbd','','1'),('color3',67,'ffb579','','1'),('symbol',68,'symbol_alligator.gif','','1'),('color2',68,'916ea6','','1'),('color3',68,'e5a36d','','1'),('symbol',69,'symbol_americanfootball_part2.gif','symbol_americanfootball_part1.gif','1'),('color2',69,'7c5f8f','','1'),('color3',69,'bf885b','','1'),('symbol',70,'symbol_award_part2.gif','symbol_award_part1.gif','1'),('color2',70,'685078','','1'),('color3',70,'996d49','','1'),('symbol',71,'symbol_bananapeel.gif','','1'),('color2',71,'544061','','1'),('color3',71,'735237','','1'),('symbol',72,'symbol_battleball.gif','','1'),('color2',72,'42324c','','1'),('color3',72,'4c3624','','1'),('symbol',73,'symbol_biohazard.gif','','1'),('color2',73,'ff98e3','','1'),('color3',73,'ec7600','','1'),('symbol',74,'symbol_bird.gif','','1'),('color2',74,'eb8cd1','','1'),('color3',74,'d46a00','','1'),('symbol',75,'symbol_bishop.gif','','1'),('color2',75,'d47ebd','','1'),('color3',75,'b15800','','1'),('symbol',76,'symbol_coalion.gif','','1'),('color2',76,'bd71a8','','1'),('color3',76,'8e4700','','1'),('symbol',77,'symbol_cocoamug.gif','','1'),('color2',77,'a66394','','1'),('color3',77,'6a3500','','1'),('symbol',78,'symbol_dashflag.gif','','1'),('color2',78,'8f557f','','1'),('color3',78,'462300','','1'),('symbol',79,'symbol_diamondring_part2.gif','symbol_diamondring_part1.gif','1'),('color2',79,'78486b','','1'),('color3',79,'ffd601','','1'),('symbol',80,'symbol_discoball_part2.gif','symbol_discoball_part1.gif','1'),('color2',80,'613a56','','1'),('color3',80,'e5c001','','1'),('symbol',81,'symbol_dog.gif','','1'),('color2',81,'4c2d44','','1'),('color3',81,'bfa001','','1'),('symbol',82,'symbol_electricguitarh_part2.gif','symbol_electricguitarh_part1.gif','1'),('color2',82,'f334bf','','1'),('color3',82,'998001','','1'),('symbol',83,'symbol_electricguitarv_part2.gif','symbol_electricguitarv_part1.gif','1'),('color2',83,'e030b0','','1'),('color3',83,'736100','','1'),('symbol',84,'symbol_film.gif','','1'),('color2',84,'ca2b9f','','1'),('color3',84,'4c4000','','1'),('symbol',85,'symbol_flame_part2.gif','symbol_flame_part1.gif','1'),('color2',85,'b4278e','','1'),('color3',85,'c3aa6e','','1'),('symbol',86,'symbol_gamepad.gif','','1'),('color2',86,'9e227c','','1'),('color3',86,'af9963','','1'),('symbol',87,'symbol_gem1_part2.gif','symbol_gem1_part1.gif','1'),('color2',87,'881d6b','','1'),('color3',87,'927f52','','1'),('symbol',88,'symbol_gem2_part2.gif','symbol_gem2_part1.gif','1'),('color2',88,'72185a','','1'),('color3',88,'756642','','1'),('symbol',89,'symbol_gem3_part2.gif','symbol_gem3_part1.gif','1'),('color2',89,'5c1449','','1'),('color3',89,'584d32','','1'),('symbol',90,'symbol_hawk.gif','','1'),('color2',90,'480f39','','1'),('color3',90,'3a3321','','1'),('symbol',91,'symbol_hearts_down.gif','','1'),('color2',91,'ff2d2d','','1'),('color3',91,'977641','','1'),('symbol',92,'symbol_hearts_up.gif','','1'),('color2',92,'eb2929','','1'),('color3',92,'886a3a','','1'),('symbol',93,'symbol_horseshoe.gif','','1'),('color2',93,'d42525','','1'),('color3',93,'715831','','1'),('symbol',94,'symbol_inksplatter.gif','','1'),('color2',94,'bd2121','','1'),('color3',94,'5b4727','','1'),('symbol',95,'symbol_leaf.gif','','1'),('color2',95,'a61d1d','','1'),('color3',95,'44351d','','1'),('symbol',96,'symbol_micstand.gif','','1'),('color2',96,'8f1919','','1'),('color3',96,'2d2313','','1'),('symbol',97,'symbol_mirror_part2.gif','symbol_mirror_part1.gif','1'),('color2',97,'781515','','1'),('color3',97,'c0c0c0','','1'),('symbol',98,'symbol_monkeywrench.gif','','1'),('color2',98,'611111','','1'),('color3',98,'acacac','','1'),('symbol',99,'symbol_note1.gif','','1'),('color2',99,'4c0d0d','','1'),('color3',99,'909090','','1'),('color2',100,'ffb579','','1'),('color3',100,'737373','','1'),('color2',101,'eba770','','1'),('color3',101,'575757','','1'),('color2',102,'d49665','','1'),('color3',102,'393939','','1'),('color2',103,'bd865a','','1'),('color3',103,'7a7a7a','','1'),('color2',104,'a6764f','','1'),('color3',104,'6e6e6e','','1'),('color2',105,'8f6644','','1'),('color3',105,'5b5b5b','','1'),('color2',106,'785539','','1'),('color3',106,'494949','','1'),('color2',107,'61452e','','1'),('color3',107,'373737','','1'),('color2',108,'4c3624','','1'),('color3',108,'242424','','1'),('color2',109,'ec7600','','1'),('color2',110,'d96d00','','1'),('color2',111,'c46200','','1'),('color2',112,'af5700','','1'),('color2',113,'9a4d00','','1'),('color2',114,'844200','','1'),('color2',115,'6f3800','','1'),('color2',116,'5a2d00','','1'),('color2',117,'462300','','1'),('color2',118,'ffd601','','1'),('color2',119,'ebc501','','1'),('color2',120,'d4b201','','1'),('color2',121,'bd9f01','','1'),('color2',122,'a68b01','','1'),('color2',123,'8f7801','','1'),('color2',124,'786500','','1'),('color2',125,'615100','','1'),('color2',126,'4c4000','','1'),('color2',127,'c3aa6e','','1'),('color2',128,'b49d65','','1'),('color2',129,'a28d5b','','1'),('color2',130,'917e52','','1'),('color2',131,'7f6f48','','1'),('color2',132,'6d5f3e','','1'),('color2',133,'5c5034','','1'),('color2',134,'4a412a','','1'),('color2',135,'3a3321','','1'),('color2',136,'977641','','1'),('color2',137,'8b6d3c','','1'),('color2',138,'7e6236','','1'),('color2',139,'705730','','1'),('color2',140,'624d2a','','1'),('color2',141,'554224','','1'),('color2',142,'47381f','','1'),('color2',143,'392d19','','1'),('color2',144,'2d2313','','1'),('color2',145,'c0c0c0','','1'),('color2',146,'b1b1b1','','1'),('color2',147,'a0a0a0','','1'),('color2',148,'8e8e8e','','1'),('color2',149,'7d7d7d','','1'),('color2',150,'6c6c6c','','1'),('color2',151,'5a5a5a','','1'),('color2',152,'494949','','1'),('color2',153,'393939','','1'),('symbol',154,'symbol_note2.gif','','1'),('color2',154,'7a7a7a','','1'),('symbol',155,'symbol_note3.gif','','1'),('color2',155,'707070','','1'),('symbol',156,'symbol_nursecross.gif','','1'),('color2',156,'656565','','1'),('symbol',157,'symbol_pencil_part2.gif','symbol_pencil_part1.gif','1'),('color2',157,'5a5a5a','','1'),('symbol',158,'symbol_queen.gif','','1'),('color2',158,'4f4f4f','','1'),('symbol',159,'symbol_rock.gif','','1'),('color2',159,'444444','','1'),('symbol',160,'symbol_rook.gif','','1'),('color2',160,'393939','','1'),('symbol',161,'symbol_skate.gif','','1'),('color2',161,'2e2e2e','','1'),('symbol',162,'symbol_smallring_part2.gif','symbol_smallring_part1.gif','1'),('color2',162,'242424','','1'),('symbol',163,'symbol_snowstorm_part2.gif','symbol_snowstorm_part1.gif','1'),('symbol',164,'symbol_sphere.gif','','1'),('symbol',165,'symbol_spraycan_part2.gif','symbol_spraycan_part1.gif','1'),('symbol',166,'symbol_stars1.gif','','1'),('symbol',167,'symbol_stars2.gif','','1'),('symbol',168,'symbol_stars3.gif','','1'),('symbol',169,'symbol_stars4.gif','','1'),('symbol',170,'symbol_stars5.gif','','1'),('symbol',171,'symbol_waterdrop_part2.gif','symbol_waterdrop_part1.gif','1'),('symbol',172,'symbol_wolverine.gif','','1'),('symbol',173,'symbol_0.gif','','1'),('symbol',174,'symbol_1.gif','','1'),('symbol',175,'symbol_2.gif','','1'),('symbol',176,'symbol_3.gif','','1'),('symbol',177,'symbol_4.gif','','1'),('symbol',178,'symbol_5.gif','','1'),('symbol',179,'symbol_6.gif','','1'),('symbol',180,'symbol_7.gif','','1'),('symbol',181,'symbol_8.gif','','1'),('symbol',182,'symbol_9.gif','','1'),('symbol',183,'symbol_a.gif','','1'),('symbol',184,'symbol_b.gif','','1'),('symbol',185,'symbol_c.gif','','1'),('symbol',186,'symbol_d.gif','','1'),('symbol',187,'symbol_e.gif','','1'),('symbol',188,'symbol_f.gif','','1'),('symbol',189,'symbol_g.gif','','1'),('symbol',190,'symbol_h.gif','','1'),('symbol',191,'symbol_i.gif','','1'),('symbol',192,'symbol_j.gif','','1'),('symbol',193,'symbol_k.gif','','1'),('symbol',194,'symbol_l.gif','','1'),('symbol',195,'symbol_m.gif','','1'),('symbol',196,'symbol_n.gif','','1'),('symbol',197,'symbol_o.gif','','1'),('symbol',198,'symbol_p.gif','','1'),('symbol',199,'symbol_q.gif','','1'),('symbol',200,'symbol_r.gif','','1'),('symbol',201,'symbol_s.gif','','1'),('symbol',202,'symbol_t.gif','','1'),('symbol',203,'symbol_u.gif','','1'),('symbol',204,'symbol_v.gif','','1'),('symbol',205,'symbol_w.gif','','1'),('symbol',206,'symbol_x.gif','','1'),('symbol',207,'symbol_y.gif','','1'),('symbol',208,'symbol_z.gif','','1'),('symbol',209,'symbol_pixel_part2.gif','symbol_pixel_part1.gif','1'),('symbol',210,'symbol_credit_part2.gif','symbol_credit_part1.gif','1'),('symbol',211,'symbol_hc_part2.gif','symbol_hc_part1.gif','1'),('symbol',212,'symbol_vip_part2.gif','symbol_vip_part1.gif','1');
+CREATE TABLE `guild_forum_views` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL
+, `guild_id` integer NOT NULL
+, `timestamp` integer NOT NULL
+);
+CREATE TABLE `guilds` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL DEFAULT 0
+, `name` varchar(50) NOT NULL DEFAULT ''
+, `description` varchar(250) NOT NULL DEFAULT ''
+, `room_id` integer NOT NULL DEFAULT 0
+, `state` integer NOT NULL DEFAULT 0
+, `rights` text NOT NULL DEFAULT '0'
+, `color_one` integer NOT NULL DEFAULT 0
+, `color_two` integer NOT NULL DEFAULT 0
+, `badge` varchar(256) NOT NULL DEFAULT ''
+, `date_created` integer NOT NULL
+, `forum` text NOT NULL DEFAULT '0'
+, `read_forum` text NOT NULL DEFAULT 'EVERYONE'
+, `post_messages` text NOT NULL DEFAULT 'EVERYONE'
+, `post_threads` text NOT NULL DEFAULT 'EVERYONE'
+, `mod_forum` text NOT NULL DEFAULT 'ADMINS'
+);
+CREATE TABLE `guilds_elements` (
+ `id` integer NOT NULL
+, `firstvalue` varchar(300) NOT NULL
+, `secondvalue` varchar(300) NOT NULL
+, `type` varchar(50) NOT NULL
+, `enabled` text NOT NULL DEFAULT '1'
+, UNIQUE (`id`,`type`)
+, UNIQUE (`id`,`type`)
+);
+INSERT INTO `guilds_elements` VALUES (1,'ffffff','','background_color','1'),(1,'base_basic_1.gif','','base','1'),(1,'ffd601','','base_color','1'),(1,'symbol_background_1.gif','','symbol','1'),(1,'ffffff','','symbol_color','1'),(2,'e5e5e5','','background_color','1'),(2,'base_basic_2.gif','','base','1'),(2,'ec7600','','base_color','1'),(2,'symbol_background_2.gif','','symbol','1'),(2,'ebebeb','','symbol_color','1'),(3,'bfbfbf','','background_color','1'),(3,'base_basic_3.gif','','base','1'),(3,'84de00','','base_color','1'),(3,'symbol_background_3_part2.gif','symbol_background_3_part1.gif','symbol','1'),(3,'d4d4d4','','symbol_color','1'),(4,'999999','','background_color','1'),(4,'base_basic_4.gif','','base','1'),(4,'589a00','','base_color','1'),(4,'symbol_ball_1_part2.gif','symbol_ball_1_part1.gif','symbol','1'),(4,'bdbdbd','','symbol_color','1'),(5,'737373','','background_color','1'),(5,'base_basic_5.gif','','base','1'),(5,'50c1fb','','base_color','1'),(5,'symbol_ball_2_part2.gif','symbol_ball_2_part1.gif','symbol','1'),(5,'a6a6a6','','symbol_color','1'),(6,'4c4c4c','','background_color','1'),(6,'base_advanced_1.gif','','base','1'),(6,'006fcf','','base_color','1'),(6,'symbol_bobba.gif','','symbol','1'),(6,'8f8f8f','','symbol_color','1'),(7,'589a00','','background_color','1'),(7,'base_advanced_2.gif','','base','1'),(7,'ff98e3','','base_color','1'),(7,'symbol_bomb_part2.gif','symbol_bomb_part1.gif','symbol','1'),(7,'787878','','symbol_color','1'),(8,'4f8a00','','background_color','1'),(8,'base_advanced_3.gif','','base','1'),(8,'f334bf','','base_color','1'),(8,'symbol_bow.gif','','symbol','1'),(8,'616161','','symbol_color','1'),(9,'427300','','background_color','1'),(9,'base_advanced_4.gif','','base','1'),(9,'ff2d2d','','base_color','1'),(9,'symbol_box_1.gif','','symbol','1'),(9,'4c4c4c','','symbol_color','1'),(10,'355c00','','background_color','1'),(10,'base_gold_1_part2.gif','base_gold_1_part1.gif','base','1'),(10,'af0a0a','','base_color','1'),(10,'symbol_box_2.gif','','symbol','1'),(10,'589a00','','symbol_color','1'),(11,'284500','','background_color','1'),(11,'base_gold_2_part2.gif','base_gold_2_part1.gif','base','1'),(11,'ffffff','','base_color','1'),(11,'symbol_bunting_1.gif','','symbol','1'),(11,'518e00','','symbol_color','1'),(12,'1a2e00','','background_color','1'),(12,'base_pin_part2.gif','base_pin_part1.gif','base','1'),(12,'c0c0c0','','base_color','1'),(12,'symbol_bunting_2.gif','','symbol','1'),(12,'498000','','symbol_color','1'),(13,'84de00','','background_color','1'),(13,'base_gradient_1.gif','','base','1'),(13,'373737','','base_color','1'),(13,'symbol_butterfly_part2.gif','symbol_butterfly_part1.gif','symbol','1'),(13,'417200','','symbol_color','1'),(14,'77c700','','background_color','1'),(14,'base_gradient_2.gif','','base','1'),(14,'fbe7ac','','base_color','1'),(14,'symbol_cowskull_part2.gif','symbol_cowskull_part1.gif','symbol','1'),(14,'396400','','symbol_color','1'),(15,'63a600','','background_color','1'),(15,'base_circles_1.gif','','base','1'),(15,'977641','','base_color','1'),(15,'symbol_cross.gif','','symbol','1'),(15,'315600','','symbol_color','1'),(16,'4f8500','','background_color','1'),(16,'base_circles_2.gif','','base','1'),(16,'c2eaff','','base_color','1'),(16,'symbol_diamond.gif','','symbol','1'),(16,'294800','','symbol_color','1'),(17,'3c6400','','background_color','1'),(17,'base_ornament_1_part2.gif','base_ornament_1_part1.gif','base','1'),(17,'fff165','','base_color','1'),(17,'symbol_diploma_part2.gif','symbol_diploma_part1.gif','symbol','1'),(17,'213b00','','symbol_color','1'),(18,'274200','','background_color','1'),(18,'base_ornament_2_part2.gif','base_ornament_2_part1.gif','base','1'),(18,'aaff7d','','base_color','1'),(18,'symbol_eyeball_part2.gif','symbol_eyeball_part1.gif','symbol','1'),(18,'1a2e00','','symbol_color','1'),(19,'c2eaff','','background_color','1'),(19,'base_misc_1_part2.gif','base_misc_1_part1.gif','base','1'),(19,'87e6c8','','base_color','1'),(19,'symbol_fist.gif','','symbol','1'),(19,'84de00','','symbol_color','1'),(20,'aed2e5','','background_color','1'),(20,'base_misc_2.gif','','base','1'),(20,'9844e7','','base_color','1'),(20,'symbol_flame_1.gif','','symbol','1'),(20,'7acd00','','symbol_color','1'),(21,'91afbf','','background_color','1'),(21,'base_beams_part2.gif','base_beams_part1.gif','base','1'),(21,'dea9ff','','base_color','1'),(21,'symbol_flame_2.gif','','symbol','1'),(21,'6eb900','','symbol_color','1'),(22,'748c99','','background_color','1'),(22,'base_ring.gif','','base','1'),(22,'ffb579','','base_color','1'),(22,'symbol_flash.gif','','symbol','1'),(22,'62a500','','symbol_color','1'),(23,'576a73','','background_color','1'),(23,'base_simplestar_part2.gif','base_simplestar_part1.gif','base','1'),(23,'c3aa6e','','base_color','1'),(23,'symbol_flower_1_part2.gif','symbol_flower_1_part1.gif','symbol','1'),(23,'569100','','symbol_color','1'),(24,'3a464c','','background_color','1'),(24,'base_spiral.gif','','base','1'),(24,'7a7a7a','','base_color','1'),(24,'symbol_flower_2.gif','','symbol','1'),(24,'4a7c00','','symbol_color','1'),(25,'50c1fb','','background_color','1'),(25,'base_book.gif','','base','1'),(25,'symbol_flower_3.gif','','symbol','1'),(25,'3e6800','','symbol_color','1'),(26,'48ade1','','background_color','1'),(26,'base_egg.gif','','base','1'),(26,'symbol_flower_4.gif','','symbol','1'),(26,'325400','','symbol_color','1'),(27,'3c91bc','','background_color','1'),(27,'base_ornament.gif','','base','1'),(27,'symbol_football.gif','','symbol','1'),(27,'274200','','symbol_color','1'),(28,'307497','','background_color','1'),(28,'base_shield_part2.gif','base_shield_part1.gif','base','1'),(28,'symbol_heart_1_part2.gif','symbol_heart_1_part1.gif','symbol','1'),(28,'c2eaff','','symbol_color','1'),(29,'245771','','background_color','1'),(29,'symbol_heart_2_part2.gif','symbol_heart_2_part1.gif','symbol','1'),(29,'b3d8eb','','symbol_color','1'),(30,'183a4b','','background_color','1'),(30,'symbol_jingjang_part2.gif','symbol_jingjang_part1.gif','symbol','1'),(30,'a1c3d4','','symbol_color','1'),(31,'006fcf','','background_color','1'),(31,'symbol_lips_part2.gif','symbol_lips_part1.gif','symbol','1'),(31,'90adbd','','symbol_color','1'),(32,'0064ba','','background_color','1'),(32,'symbol_note.gif','','symbol','1'),(32,'7e98a6','','symbol_color','1'),(33,'00539b','','background_color','1'),(33,'symbol_peace.gif','','symbol','1'),(33,'6d838f','','symbol_color','1'),(34,'00437c','','background_color','1'),(34,'symbol_planet_part2.gif','symbol_planet_part1.gif','symbol','1'),(34,'5b6e78','','symbol_color','1'),(35,'00325d','','background_color','1'),(35,'symbol_rainbow_part2.gif','symbol_rainbow_part1.gif','symbol','1'),(35,'4a5961','','symbol_color','1'),(36,'00213e','','background_color','1'),(36,'symbol_rosete.gif','','symbol','1'),(36,'3a464c','','symbol_color','1'),(37,'9844e7','','background_color','1'),(37,'symbol_shape.gif','','symbol','1'),(37,'50c1fb','','symbol_color','1'),(38,'893dcf','','background_color','1'),(38,'symbol_star_1.gif','','symbol','1'),(38,'4ab2e7','','symbol_color','1'),(39,'7233ad','','background_color','1'),(39,'symbol_star_2.gif','','symbol','1'),(39,'43a0d1','','symbol_color','1'),(40,'5b298b','','background_color','1'),(40,'symbol_sword_1_part2.gif','symbol_sword_1_part1.gif','symbol','1'),(40,'3b8fba','','symbol_color','1'),(41,'451f68','','background_color','1'),(41,'symbol_sword_2_part2.gif','symbol_sword_2_part1.gif','symbol','1'),(41,'347ea3','','symbol_color','1'),(42,'2d1445','','background_color','1'),(42,'symbol_sword_3_part2.gif','symbol_sword_3_part1.gif','symbol','1'),(42,'2d6c8d','','symbol_color','1'),(43,'dea9ff','','background_color','1'),(43,'symbol_wings_1.gif','','symbol','1'),(43,'265b76','','symbol_color','1'),(44,'c798e5','','background_color','1'),(44,'symbol_wings_2.gif','','symbol','1'),(44,'1e495f','','symbol_color','1'),(45,'a67fbf','','background_color','1'),(45,'symbol_arrow_down.gif','','symbol','1'),(45,'183a4b','','symbol_color','1'),(46,'856599','','background_color','1'),(46,'symbol_arrow_left.gif','','symbol','1'),(46,'006fcf','','symbol_color','1'),(47,'644c73','','background_color','1'),(47,'symbol_arrow_right.gif','','symbol','1'),(47,'0066bf','','symbol_color','1'),(48,'42324c','','background_color','1'),(48,'symbol_arrow_up.gif','','symbol','1'),(48,'005cac','','symbol_color','1'),(49,'ff98e3','','background_color','1'),(49,'symbol_arrowbig_up.gif','','symbol','1'),(49,'005299','','symbol_color','1'),(50,'e589cc','','background_color','1'),(50,'symbol_axe_part2.gif','symbol_axe_part1.gif','symbol','1'),(50,'004887','','symbol_color','1'),(51,'bf72aa','','background_color','1'),(51,'symbol_bug_part2.gif','symbol_bug_part1.gif','symbol','1'),(51,'003e74','','symbol_color','1'),(52,'995b88','','background_color','1'),(52,'symbol_capsbig_part2.gif','symbol_capsbig_part1.gif','symbol','1'),(52,'003461','','symbol_color','1'),(53,'734566','','background_color','1'),(53,'symbol_capssmall_part2.gif','symbol_capssmall_part1.gif','symbol','1'),(53,'002a4f','','symbol_color','1'),(54,'4c2d44','','background_color','1'),(54,'symbol_cloud.gif','','symbol','1'),(54,'00213e','','symbol_color','1'),(55,'f334bf','','background_color','1'),(55,'symbol_crown_part2.gif','symbol_crown_part1.gif','symbol','1'),(55,'9844e7','','symbol_color','1'),(56,'da2fac','','background_color','1'),(56,'symbol_diamsmall2.gif','','symbol','1'),(56,'8c3fd5','','symbol_color','1'),(57,'b6278f','','background_color','1'),(57,'symbol_diamsmall.gif','','symbol','1'),(57,'7e39c0','','symbol_color','1'),(58,'921f73','','background_color','1'),(58,'symbol_drop.gif','','symbol','1'),(58,'7132ab','','symbol_color','1'),(59,'6e1756','','background_color','1'),(59,'symbol_fingersheavy.gif','','symbol','1'),(59,'632c96','','symbol_color','1'),(60,'480f39','','background_color','1'),(60,'symbol_fingersv.gif','','symbol','1'),(60,'552682','','symbol_color','1'),(61,'ff2d2d','','background_color','1'),(61,'symbol_gtr_part2.gif','symbol_gtr_part1.gif','symbol','1'),(61,'48206d','','symbol_color','1'),(62,'e52828','','background_color','1'),(62,'symbol_hat.gif','','symbol','1'),(62,'3a1a58','','symbol_color','1'),(63,'bf2222','','background_color','1'),(63,'symbol_oval_part2.gif','symbol_oval_part1.gif','symbol','1'),(63,'2d1445','','symbol_color','1'),(64,'991b1b','','background_color','1'),(64,'symbol_pawprint.gif','','symbol','1'),(64,'dea9ff','','symbol_color','1'),(65,'731414','','background_color','1'),(65,'symbol_screw.gif','','symbol','1'),(65,'cd9ceb','','symbol_color','1'),(66,'4c0d0d','','background_color','1'),(66,'symbol_stickL_part2.gif','symbol_stickL_part1.gif','symbol','1'),(66,'b98dd4','','symbol_color','1'),(67,'ffb579','','background_color','1'),(67,'symbol_stickR_part2.gif','symbol_stickR_part1.gif','symbol','1'),(67,'a57dbd','','symbol_color','1'),(68,'e5a36d','','background_color','1'),(68,'symbol_alligator.gif','','symbol','1'),(68,'916ea6','','symbol_color','1'),(69,'bf885b','','background_color','1'),(69,'symbol_americanfootball_part2.gif','symbol_americanfootball_part1.gif','symbol','1'),(69,'7c5f8f','','symbol_color','1'),(70,'996d49','','background_color','1'),(70,'symbol_award_part2.gif','symbol_award_part1.gif','symbol','1'),(70,'685078','','symbol_color','1'),(71,'735237','','background_color','1'),(71,'symbol_bananapeel.gif','','symbol','1'),(71,'544061','','symbol_color','1'),(72,'4c3624','','background_color','1'),(72,'symbol_battleball.gif','','symbol','1'),(72,'42324c','','symbol_color','1'),(73,'ec7600','','background_color','1'),(73,'symbol_biohazard.gif','','symbol','1'),(73,'ff98e3','','symbol_color','1'),(74,'d46a00','','background_color','1'),(74,'symbol_bird.gif','','symbol','1'),(74,'eb8cd1','','symbol_color','1'),(75,'b15800','','background_color','1'),(75,'symbol_bishop.gif','','symbol','1'),(75,'d47ebd','','symbol_color','1'),(76,'8e4700','','background_color','1'),(76,'symbol_coalion.gif','','symbol','1'),(76,'bd71a8','','symbol_color','1'),(77,'6a3500','','background_color','1'),(77,'symbol_cocoamug.gif','','symbol','1'),(77,'a66394','','symbol_color','1'),(78,'462300','','background_color','1'),(78,'symbol_dashflag.gif','','symbol','1'),(78,'8f557f','','symbol_color','1'),(79,'ffd601','','background_color','1'),(79,'symbol_diamondring_part2.gif','symbol_diamondring_part1.gif','symbol','1'),(79,'78486b','','symbol_color','1'),(80,'e5c001','','background_color','1'),(80,'symbol_discoball_part2.gif','symbol_discoball_part1.gif','symbol','1'),(80,'613a56','','symbol_color','1'),(81,'bfa001','','background_color','1'),(81,'symbol_dog.gif','','symbol','1'),(81,'4c2d44','','symbol_color','1'),(82,'998001','','background_color','1'),(82,'symbol_electricguitarh_part2.gif','symbol_electricguitarh_part1.gif','symbol','1'),(82,'f334bf','','symbol_color','1'),(83,'736100','','background_color','1'),(83,'symbol_electricguitarv_part2.gif','symbol_electricguitarv_part1.gif','symbol','1'),(83,'e030b0','','symbol_color','1'),(84,'4c4000','','background_color','1'),(84,'symbol_film.gif','','symbol','1'),(84,'ca2b9f','','symbol_color','1'),(85,'c3aa6e','','background_color','1'),(85,'symbol_flame_part2.gif','symbol_flame_part1.gif','symbol','1'),(85,'b4278e','','symbol_color','1'),(86,'af9963','','background_color','1'),(86,'symbol_gamepad.gif','','symbol','1'),(86,'9e227c','','symbol_color','1'),(87,'927f52','','background_color','1'),(87,'symbol_gem1_part2.gif','symbol_gem1_part1.gif','symbol','1'),(87,'881d6b','','symbol_color','1'),(88,'756642','','background_color','1'),(88,'symbol_gem2_part2.gif','symbol_gem2_part1.gif','symbol','1'),(88,'72185a','','symbol_color','1'),(89,'584d32','','background_color','1'),(89,'symbol_gem3_part2.gif','symbol_gem3_part1.gif','symbol','1'),(89,'5c1449','','symbol_color','1'),(90,'3a3321','','background_color','1'),(90,'symbol_hawk.gif','','symbol','1'),(90,'480f39','','symbol_color','1'),(91,'977641','','background_color','1'),(91,'symbol_hearts_down.gif','','symbol','1'),(91,'ff2d2d','','symbol_color','1'),(92,'886a3a','','background_color','1'),(92,'symbol_hearts_up.gif','','symbol','1'),(92,'eb2929','','symbol_color','1'),(93,'715831','','background_color','1'),(93,'symbol_horseshoe.gif','','symbol','1'),(93,'d42525','','symbol_color','1'),(94,'5b4727','','background_color','1'),(94,'symbol_inksplatter.gif','','symbol','1'),(94,'bd2121','','symbol_color','1'),(95,'44351d','','background_color','1'),(95,'symbol_leaf.gif','','symbol','1'),(95,'a61d1d','','symbol_color','1'),(96,'2d2313','','background_color','1'),(96,'symbol_micstand.gif','','symbol','1'),(96,'8f1919','','symbol_color','1'),(97,'c0c0c0','','background_color','1'),(97,'symbol_mirror_part2.gif','symbol_mirror_part1.gif','symbol','1'),(97,'781515','','symbol_color','1'),(98,'acacac','','background_color','1'),(98,'symbol_monkeywrench.gif','','symbol','1'),(98,'611111','','symbol_color','1'),(99,'909090','','background_color','1'),(99,'symbol_note1.gif','','symbol','1'),(99,'4c0d0d','','symbol_color','1'),(100,'737373','','background_color','1'),(100,'ffb579','','symbol_color','1'),(101,'575757','','background_color','1'),(101,'eba770','','symbol_color','1'),(102,'393939','','background_color','1'),(102,'d49665','','symbol_color','1'),(103,'7a7a7a','','background_color','1'),(103,'bd865a','','symbol_color','1'),(104,'6e6e6e','','background_color','1'),(104,'a6764f','','symbol_color','1'),(105,'5b5b5b','','background_color','1'),(105,'8f6644','','symbol_color','1'),(106,'494949','','background_color','1'),(106,'785539','','symbol_color','1'),(107,'373737','','background_color','1'),(107,'61452e','','symbol_color','1'),(108,'242424','','background_color','1'),(108,'4c3624','','symbol_color','1'),(109,'ec7600','','symbol_color','1'),(110,'d96d00','','symbol_color','1'),(111,'c46200','','symbol_color','1'),(112,'af5700','','symbol_color','1'),(113,'9a4d00','','symbol_color','1'),(114,'844200','','symbol_color','1'),(115,'6f3800','','symbol_color','1'),(116,'5a2d00','','symbol_color','1'),(117,'462300','','symbol_color','1'),(118,'ffd601','','symbol_color','1'),(119,'ebc501','','symbol_color','1'),(120,'d4b201','','symbol_color','1'),(121,'bd9f01','','symbol_color','1'),(122,'a68b01','','symbol_color','1'),(123,'8f7801','','symbol_color','1'),(124,'786500','','symbol_color','1'),(125,'615100','','symbol_color','1'),(126,'4c4000','','symbol_color','1'),(127,'c3aa6e','','symbol_color','1'),(128,'b49d65','','symbol_color','1'),(129,'a28d5b','','symbol_color','1'),(130,'917e52','','symbol_color','1'),(131,'7f6f48','','symbol_color','1'),(132,'6d5f3e','','symbol_color','1'),(133,'5c5034','','symbol_color','1'),(134,'4a412a','','symbol_color','1'),(135,'3a3321','','symbol_color','1'),(136,'977641','','symbol_color','1'),(137,'8b6d3c','','symbol_color','1'),(138,'7e6236','','symbol_color','1'),(139,'705730','','symbol_color','1'),(140,'624d2a','','symbol_color','1'),(141,'554224','','symbol_color','1'),(142,'47381f','','symbol_color','1'),(143,'392d19','','symbol_color','1'),(144,'2d2313','','symbol_color','1'),(145,'c0c0c0','','symbol_color','1'),(146,'b1b1b1','','symbol_color','1'),(147,'a0a0a0','','symbol_color','1'),(148,'8e8e8e','','symbol_color','1'),(149,'7d7d7d','','symbol_color','1'),(150,'6c6c6c','','symbol_color','1'),(151,'5a5a5a','','symbol_color','1'),(152,'494949','','symbol_color','1'),(153,'393939','','symbol_color','1'),(154,'symbol_note2.gif','','symbol','1'),(154,'7a7a7a','','symbol_color','1'),(155,'symbol_note3.gif','','symbol','1'),(155,'707070','','symbol_color','1'),(156,'symbol_nursecross.gif','','symbol','1'),(156,'656565','','symbol_color','1'),(157,'symbol_pencil_part2.gif','symbol_pencil_part1.gif','symbol','1'),(157,'5a5a5a','','symbol_color','1'),(158,'symbol_queen.gif','','symbol','1'),(158,'4f4f4f','','symbol_color','1'),(159,'symbol_rock.gif','','symbol','1'),(159,'444444','','symbol_color','1'),(160,'symbol_rook.gif','','symbol','1'),(160,'393939','','symbol_color','1'),(161,'symbol_skate.gif','','symbol','1'),(161,'2e2e2e','','symbol_color','1'),(162,'symbol_smallring_part2.gif','symbol_smallring_part1.gif','symbol','1'),(162,'242424','','symbol_color','1'),(163,'symbol_snowstorm_part2.gif','symbol_snowstorm_part1.gif','symbol','1'),(164,'symbol_sphere.gif','','symbol','1'),(165,'symbol_spraycan_part2.gif','symbol_spraycan_part1.gif','symbol','1'),(166,'symbol_stars1.gif','','symbol','1'),(167,'symbol_stars2.gif','','symbol','1'),(168,'symbol_stars3.gif','','symbol','1'),(169,'symbol_stars4.gif','','symbol','1'),(170,'symbol_stars5.gif','','symbol','1'),(171,'symbol_waterdrop_part2.gif','symbol_waterdrop_part1.gif','symbol','1'),(172,'symbol_wolverine.gif','','symbol','1'),(173,'symbol_0.gif','','symbol','1'),(174,'symbol_1.gif','','symbol','1'),(175,'symbol_2.gif','','symbol','1'),(176,'symbol_3.gif','','symbol','1'),(177,'symbol_4.gif','','symbol','1'),(178,'symbol_5.gif','','symbol','1'),(179,'symbol_6.gif','','symbol','1'),(180,'symbol_7.gif','','symbol','1'),(181,'symbol_8.gif','','symbol','1'),(182,'symbol_9.gif','','symbol','1'),(183,'symbol_a.gif','','symbol','1'),(184,'symbol_b.gif','','symbol','1'),(185,'symbol_c.gif','','symbol','1'),(186,'symbol_d.gif','','symbol','1'),(187,'symbol_e.gif','','symbol','1'),(188,'symbol_f.gif','','symbol','1'),(189,'symbol_g.gif','','symbol','1'),(190,'symbol_h.gif','','symbol','1'),(191,'symbol_i.gif','','symbol','1'),(192,'symbol_j.gif','','symbol','1'),(193,'symbol_k.gif','','symbol','1'),(194,'symbol_l.gif','','symbol','1'),(195,'symbol_m.gif','','symbol','1'),(196,'symbol_n.gif','','symbol','1'),(197,'symbol_o.gif','','symbol','1'),(198,'symbol_p.gif','','symbol','1'),(199,'symbol_q.gif','','symbol','1'),(200,'symbol_r.gif','','symbol','1'),(201,'symbol_s.gif','','symbol','1'),(202,'symbol_t.gif','','symbol','1'),(203,'symbol_u.gif','','symbol','1'),(204,'symbol_v.gif','','symbol','1'),(205,'symbol_w.gif','','symbol','1'),(206,'symbol_x.gif','','symbol','1'),(207,'symbol_y.gif','','symbol','1'),(208,'symbol_z.gif','','symbol','1'),(209,'symbol_pixel_part2.gif','symbol_pixel_part1.gif','symbol','1'),(210,'symbol_credit_part2.gif','symbol_credit_part1.gif','symbol','1'),(211,'symbol_hc_part2.gif','symbol_hc_part1.gif','symbol','1'),(212,'symbol_vip_part2.gif','symbol_vip_part1.gif','symbol','1');
+CREATE TABLE `guilds_forums_comments` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `thread_id` integer NOT NULL DEFAULT 0
+, `user_id` integer NOT NULL DEFAULT 0
+, `message` text NOT NULL
+, `created_at` integer NOT NULL DEFAULT 0
+, `state` integer NOT NULL DEFAULT 0
+, `admin_id` integer NOT NULL DEFAULT 0
+);
+CREATE TABLE `guilds_forums_threads` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `guild_id` integer DEFAULT 0
+, `opener_id` integer DEFAULT 0
+, `subject` varchar(255) DEFAULT ''
+, `posts_count` integer DEFAULT 0
+, `created_at` integer DEFAULT 0
+, `updated_at` integer DEFAULT 0
+, `state` integer DEFAULT 0
+, `pinned` integer DEFAULT 0
+, `locked` integer DEFAULT 0
+, `admin_id` integer DEFAULT 0
+);
+CREATE TABLE `guilds_members` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `guild_id` integer NOT NULL DEFAULT 0
+, `user_id` integer NOT NULL DEFAULT 0
+, `level_id` integer NOT NULL DEFAULT 0
+, `member_since` integer NOT NULL DEFAULT 0
+);
+CREATE TABLE `hotelview_news` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `title` varchar(100) NOT NULL
+, `text` varchar(500) NOT NULL
+, `button_text` varchar(50) NOT NULL
+, `button_type` text NOT NULL DEFAULT 'web'
+, `button_link` varchar(200) NOT NULL
+, `image` varchar(200) NOT NULL
+);
+INSERT INTO `hotelview_news` VALUES (1,'Open Your Summer Calendar!','Between the 1st and 31st od July, every day you will recive a free gift from your Summer Calendar. Open yours Now!','Open it!','client','openView/calendar','web_promo_small/spromo_h20_calrew.png');
+CREATE TABLE `items` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL DEFAULT 0
+, `room_id` integer NOT NULL DEFAULT 0
+, `item_id` integer DEFAULT 0
+, `wall_pos` varchar(20) NOT NULL DEFAULT ''
+, `x` integer NOT NULL DEFAULT 0
+, `y` integer NOT NULL DEFAULT 0
+, `z` double(10,6) NOT NULL DEFAULT 0.000000
+, `rot` integer NOT NULL DEFAULT 0
+, `extra_data` varchar(1024) NOT NULL DEFAULT ''
+, `wired_data` varchar(10000) DEFAULT NULL
+, `limited_data` varchar(10) NOT NULL DEFAULT '0:0'
+, `guild_id` integer NOT NULL DEFAULT 0
+);
+CREATE TABLE `items_base` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `sprite_id` integer NOT NULL DEFAULT 0
+, `public_name` varchar(56) NOT NULL DEFAULT ''
+, `item_name` varchar(70) NOT NULL
+, `type` varchar(3) NOT NULL DEFAULT 's'
+, `width` integer NOT NULL DEFAULT 1
+, `length` integer NOT NULL DEFAULT 1
+, `stack_height` double(4,2) NOT NULL DEFAULT 0.00
+, `allow_stack` integer NOT NULL DEFAULT 1
+, `allow_sit` integer NOT NULL DEFAULT 0
+, `allow_lay` integer NOT NULL DEFAULT 0
+, `allow_walk` integer NOT NULL DEFAULT 0
+, `allow_gift` integer NOT NULL DEFAULT 1
+, `allow_trade` integer NOT NULL DEFAULT 1
+, `allow_recycle` integer NOT NULL DEFAULT 0
+, `allow_marketplace_sell` integer NOT NULL DEFAULT 0
+, `allow_inventory_stack` integer NOT NULL DEFAULT 1
+, `interaction_type` varchar(500) NOT NULL DEFAULT 'default'
+, `interaction_modes_count` integer NOT NULL DEFAULT 1
+, `vending_ids` varchar(255) NOT NULL DEFAULT '0'
+, `multiheight` varchar(50) NOT NULL DEFAULT '0'
+, `customparams` varchar(256) NOT NULL DEFAULT ''
+, `effect_id_male` integer NOT NULL DEFAULT 0
+, `effect_id_female` integer NOT NULL DEFAULT 0
+, `clothing_on_walk` varchar(255) NOT NULL DEFAULT ''
+);
+INSERT INTO `items_base` VALUES (1,1,'post.it','post.it','i',0,0,1.00,1,0,0,0,0,0,0,1,1,'postit',1,'0','','',0,0,''),(2,2,'Heart stickies','post.it.vd','i',0,0,1.00,1,0,0,0,0,0,0,1,1,'postit',1,'0','','',0,0,''),(3,3,'photo','photo','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4,0,'bot_generic','bot_generic','r',0,0,0.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(5,0,'bot_bartender','bot_bartender','r',0,0,0.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(6,0,'rentable_bot_visitor_log','rentable_bot_visitor_log','r',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7,0,'avatar_effect158','avatar_effect158','e',0,0,0.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','158',158,158,''),(8,0,'room_ad_plus_badge','room_ad_plus_badge','b',1,1,0.00,0,0,0,0,0,0,0,0,0,'room_event',1,'0','0','',0,0,''),(13,13,'Beige Bookcase','shelves_norja','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(14,14,'Bookcase','shelves_polyfon','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(15,15,'Bookcase','shelves_silo','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'intelligence_bookcase',2,'0','','',0,0,''),(17,17,'Small Coffee Table','table_polyfon_small','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(18,18,'Dining Chair','chair_polyfon','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(20,20,'Beige Coffee Table','table_norja_med','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(21,21,'Gray Coffee Table','table_silo_med','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(22,22,'table_plasto_4leg','table_plasto_4leg','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(23,23,'table_plasto_round','table_plasto_round','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(24,24,'table_plasto_bigsquare','table_plasto_bigsquare','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(25,25,'Z Shelf','stand_polyfon_z','s',1,1,0.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(26,26,'Gray Dining Chair','chair_silo','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(28,28,'Gray Sofa','sofa_silo','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(29,29,'Beige Bench','couch_norja','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(30,30,'Beige Chair','chair_norja','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(31,31,'Large Coffee Table','table_polyfon_med','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(32,32,'Doormat','doormat_love','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(33,33,'Doormat','doormat_plain','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(34,34,'Aquamarine Armchair','sofachair_polyfon','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(35,35,'Aquamarine Sofa','sofa_polyfon','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(36,36,'sofachair_silo','sofachair_silo','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(38,38,'chair_plasty','chair_plasty','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(39,39,'chair_plasto','chair_plasto','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40,40,'table_plasto_square','table_plasto_square','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41,41,'Aquamarine Double Bed','bed_polyfon','s',2,3,1.40,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(42,42,'Aquamarine Single Bed','bed_polyfon_one','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(43,43,'Plain Single Bed','bed_trad_one','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(44,44,'Plain Double Bed','bed_trad','s',2,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(45,45,'Single Bed','bed_silo_one','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(46,46,'Double Bed','bed_silo_two','s',2,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(47,47,'Gray Occasional Table','table_silo_small','s',1,1,1.00,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(48,48,'Double Bed','bed_armas_two','s',2,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(49,49,'Aquamarine Single Bed','bed_budget_one','s',1,3,1.70,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(50,50,'Plain Double Bed','bed_budget','s',2,3,1.70,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(51,51,'Bookcase','shelves_armas','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(52,52,'Bench','bench_armas','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(53,53,'Dining Table','table_armas','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(54,54,'Occasional Table','small_table_armas','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(55,55,'Stool','small_chair_armas','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(56,56,'Fireplace','fireplace_armas','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(57,57,'Table Lamp','lamp_armas','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(58,58,'Single Bed','bed_armas_one','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(59,59,'Floor rug','carpet_standard','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(60,60,'Hand-Woven Rug','carpet_armas','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(61,61,'Faux-Fur Bear Rug','carpet_polar','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(62,62,'Fireplace','fireplace_polyfon','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(63,63,'Occasional Table','table_plasto_4leg*1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(64,64,'Square Dining Table','table_plasto_bigsquare*1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(65,65,'Round Dining Table','table_plasto_round*1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(66,66,'Occasional Table','table_plasto_square*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(67,67,'Chair','chair_plasto*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(68,68,'Floor Rug','carpet_standard*1','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(69,69,'Doormat','doormat_plain*1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(70,70,'Occasional Table','table_plasto_4leg*2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(71,71,'Square Dining Table','table_plasto_bigsquare*2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(72,72,'Round Dining Table','table_plasto_round*2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(73,73,'Occasional Table','table_plasto_square*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(74,74,'Chair','chair_plasto*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(75,75,'Doormat','doormat_plain*2','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(76,76,'Floor Rug','carpet_standard*2','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(77,77,'Occasional Table','table_plasto_4leg*3','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(78,78,'Square Dining Table','table_plasto_bigsquare*3','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(79,79,'Round Dining Table','table_plasto_round*3','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(80,80,'Occasional Table','table_plasto_square*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(81,81,'Chair','chair_plasto*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(82,82,'Floor Rug','carpet_standard*3','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(83,83,'Doormat','doormat_plain*3','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(84,84,'Square Dining Table','table_plasto_4leg*4','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(85,85,'Square Dining Table','table_plasto_bigsquare*4','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(86,86,'Round Dining Table','table_plasto_round*4','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(87,87,'Occasional Table','table_plasto_square*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(88,88,'Chair','chair_plasto*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(89,89,'Floor Rug','carpet_standard*4','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(90,90,'Doormat','doormat_plain*4','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(91,91,'Doormat','doormat_plain*6','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(93,93,'Doormat','doormat_plain*5','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(94,94,'Floor Rug','carpet_standard*5','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(95,95,'Occasional Table','table_plasto_4leg*5','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(96,96,'Square Dining Table','table_plasto_bigsquare*5','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(97,97,'Round Dining Table','table_plasto_round*5','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(98,98,'Occasional Table','table_plasto_square*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(99,99,'Chair','chair_plasto*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(100,100,'Occasional Table','table_plasto_4leg*6','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(101,101,'Square Dining Table','table_plasto_bigsquare*6','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(102,102,'Round Dining Table','table_plasto_round*6','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(103,103,'Occasional Table','table_plasto_square*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(104,104,'Chair','chair_plasto*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(105,105,'Occasional Table','table_plasto_4leg*7','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(106,106,'Square Dining Table','table_plasto_bigsquare*7','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(107,107,'Round Dining Table','table_plasto_round*7','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(108,108,'Occasional Table','table_plasto_square*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(109,109,'Chair','chair_plasto*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(110,110,'Occasional Table','table_plasto_4leg*8','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(111,111,'Square Dining Table','table_plasto_bigsquare*8','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(112,112,'Round Dining Table','table_plasto_round*8','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(113,113,'Occasional Table','table_plasto_square*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(114,114,'Chair','chair_plasto*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(115,115,'Occasional Table','table_plasto_4leg*9','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(116,116,'Square Dining Table','table_plasto_bigsquare*9','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(117,117,'Round Dining Table','table_plasto_round*9','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(118,118,'Occasional Table','table_plasto_square*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(119,119,'Chair','chair_plasto*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(120,120,'Floor Rug','carpet_standard*6','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(121,121,'Plastic Pod Chair','chair_plasty*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(122,122,'Pizza Box','pizza','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(123,123,'Empty Cans','drinks','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(124,124,'Plastic Pod Chair','chair_plasty*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(125,125,'Plastic Pod Chair','chair_plasty*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(126,126,'Plastic Pod Chair','chair_plasty*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(127,127,'Mini-bar','bar_polyfon','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'6,5,2,1','','',0,0,''),(128,128,'Aloe Vera','plant_cruddy','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(129,129,'Empty Spinning Bottle','bottle','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'dice',8,'0','','',0,0,''),(130,130,'Aquamarine Bar','bardesk_polyfon','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(131,131,'Aquamarine Corner','bardeskcorner_polyfon','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(132,132,'Floor Tile','floortile','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(133,133,'Barrel Minibar','bar_armas','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'6,2,1','','',0,0,''),(134,134,'Bar','bartable_armas','s',1,3,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(135,135,'Barrel Stool','bar_chair_armas','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(136,136,'Soft Wool Rug','carpet_soft','s',2,4,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(137,137,'Soft Wool Rug','carpet_soft*1','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(138,138,'Soft Wool Rug','carpet_soft*2','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(139,139,'Soft Wool Rug','carpet_soft*3','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(140,140,'Soft Wool Rug','carpet_soft*4','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(141,141,'Soft Wool Rug','carpet_soft*5','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(143,143,'Soft Wool Rug','carpet_soft*6','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(144,144,'Portable TV','red_tv','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(145,145,'Large TV','wood_tv','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(146,146,'Pink Faux-Fur Bear Rug','carpet_polar*1','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(147,147,'Plastic Pod Chair','chair_plasty*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(148,148,'Arctic Bear Rug','carpet_polar*2','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(149,149,'Faux-Fur Bear Rug','carpet_polar*3','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(150,150,'Faux-Fur Bear Rug','carpet_polar*4','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(151,151,'Plastic Pod Chair','chair_plasty*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(152,152,'Large Table','table_polyfon','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(153,153,'Large Dining Table','smooth_table_polyfon','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(154,154,'Pink Armchair','sofachair_polyfon_girl','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(155,155,'Pink Single Bed','bed_polyfon_girl_one','s',1,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(156,156,'Pink Double Bed','bed_polyfon_girl','s',2,3,1.40,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(157,157,'Pink Sofa','sofa_polyfon_girl','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(158,158,'White Single Bed','bed_budgetb_one','s',1,3,1.70,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(159,159,'Plain Double Bed','bed_budgetb','s',2,3,1.70,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(160,160,'Pineapple Plant','plant_pineapple','s',1,1,0.40,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(161,161,'Cherry Tree','plant_fruittree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(162,162,'Small Cactus','plant_small_cactus','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(163,163,'Bonsai Tree','plant_bonsai','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(164,164,'Mature Cactus','plant_big_cactus','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(165,165,'Yucca Plant','plant_yukka','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(166,166,'Floor Rug','carpet_standard*7','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(167,167,'Floor Rug','carpet_standard*8','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(168,168,'Floor Rug','carpet_standard*9','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(169,169,'Floor Rug','carpet_standard*10','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(170,170,'Floor Rug','carpet_standard*11','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(171,171,'Cut Sunflower','plant_sunflower','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'vendingmachine',1,'1002','','',0,0,''),(172,172,'Cut Roses','plant_rose','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'vendingmachine',1,'1000','','',0,0,''),(173,173,'Digital TV','tv_luxus','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(174,174,'Bubble Bath','bath','s',1,2,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(177,177,'sink','sink','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'100','','',0,0,''),(178,178,'Blue Loo Seat','toilet','s',1,1,1.20,1,1,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(179,179,'Rubber Duck','duck','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(180,180,'Blue Floor Tiles','tile','s',4,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(181,181,'Pink Loo Seat','toilet_red','s',1,1,1.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(182,182,'Yellow Loo Seat','toilet_yell','s',1,1,1.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(183,183,'Pink Floor Tiles','tile_red','s',4,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(184,184,'Yellow Floor Tiles','tile_yell','s',4,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(185,185,'Gold Trophy','prize1','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(186,186,'Silver Trophy','prize2','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(187,187,'Gift','present_gen','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'gift',1,'0','','',0,0,''),(188,188,'Gift','present_gen1','s',1,1,1.00,1,0,0,0,1,0,0,1,1,'gift',1,'0','','',0,0,''),(189,189,'Gift','present_gen2','s',1,1,1.00,1,0,0,0,1,0,0,1,1,'gift',1,'0','','',0,0,''),(190,190,'Gift','present_gen3','s',1,1,1.00,1,0,0,0,1,0,0,1,1,'gift',1,'0','','',0,0,''),(191,191,'Gift','present_gen4','s',1,1,1.00,1,0,0,0,1,0,0,1,1,'gift',1,'0','','',0,0,''),(192,192,'Gift','present_gen5','s',1,1,1.00,1,0,0,0,1,0,0,1,1,'gift',1,'0','','',0,0,''),(193,193,'Gift','present_gen6','s',1,1,1.00,1,0,0,0,1,0,0,1,1,'gift',1,'0','','',0,0,''),(195,195,'Pura Minibar','bar_basic','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'6,2,5,1','','',0,0,''),(196,196,'pura shelves','shelves_basic','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(197,197,'Beige Sofachair','soft_sofachair_norja','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(198,198,'Beige Sofa','soft_sofa_norja','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(199,199,'Pura lamp','lamp_basic','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(200,200,'Lodge candle','lamp2_armas','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(201,201,'Pura Refrigerator','fridge','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'3,5,6,2,4','','',0,0,''),(202,202,'Telephone Box','door','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(204,204,'Wardrobe','doorB','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(205,205,'Portaloo','doorC','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(206,206,'Pumpkin Lamp','pumpkin','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(207,207,'Skull Candle Holder','skullcandle','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(208,208,'Bloody Duck','deadduck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(209,209,'Skeleduck','deadduck2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(210,210,'Gory Duck','deadduck3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(211,211,'menorah','menorah','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(212,212,'Holiday Pudding','pudding','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(213,213,'Joint of Ham','ham','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(214,214,'Roast turkey','turkey','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(215,215,'Christmas Duck','xmasduck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(216,216,'Gingerbread House','house','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(217,217,'Electric Candles','triplecandle','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(218,218,'Christmas tree 2','tree3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(219,219,'Christmas tree 1','tree4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(220,220,'Christmas tree 3','tree5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(223,223,'Eaten ham','ham2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(224,224,'White Candles','wcandleset','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(225,225,'Red Candles','rcandleset','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(226,226,'Cupid Statue','statue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(227,227,'Giant Heart','heart','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(228,228,'Valentine''s Duck','valeduck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(229,229,'Heart Sofa','heartsofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(230,230,'throne','throne','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(231,231,'Russian Samovar','samovar','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'vendingmachine',0,'1','','',0,0,''),(232,232,'Vase of Flowers','giftflowers','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1019','','',0,0,''),(233,233,'Habbo Cake','habbocake','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(234,234,'Holoboy','hologram','s',1,1,1.00,1,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(235,235,'Wannabe Duck','easterduck','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(236,236,'Squidgy Bunny','bunny','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(237,237,'Basket of eggs','basket','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(238,238,'Pop-Up Chicken','birdie','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(239,239,'Holodice','edice','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'dice',6,'0','','',0,0,''),(243,243,'Bronze Trophy','prize3','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(244,244,'Aquamarine Gate','divider_poly3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(245,245,'Corner Plinth','divider_arm1','s',1,1,1.40,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(246,246,'Room Divider','divider_arm2','s',2,1,1.19,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(247,247,'Gate (lockable)','divider_arm3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(248,248,'Beige Corner','divider_nor1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(249,249,'Gray Corner Shelf','divider_silo1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(250,250,'Beige Bar','divider_nor2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(251,251,'Screen','divider_silo2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(252,252,'Beige Gate','divider_nor3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(253,253,'Gray Gate','divider_silo3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(254,254,'Typewriter','typingmachine','s',1,1,0.50,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(260,260,'Dragon Egg','spyro','s',1,1,0.50,1,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(261,261,'Hologirl','redhologram','s',1,1,1.00,1,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(263,263,'camera','camera','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(264,264,'Poinsetta','joulutahti','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1023','','',0,0,''),(265,265,'Pink Hyacinth','hyacinth1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1021','','',0,0,''),(266,266,'Blue Hyacinth','hyacinth2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1022','','',0,0,''),(267,267,'Club sofa','club_sofa','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(268,268,'Chair','chair_plasto*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(269,269,'Chair','chair_plasto*11','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(270,270,'Corner Cabinet/Desk','bardeskcorner_polyfon*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(271,271,'bardeskcorner_polyfon*11','bardeskcorner_polyfon*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(273,273,'Chair','chair_plasto*12','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(274,274,'Chair','chair_plasto*13','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(275,275,'HC chair','chair_plasto*14','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(276,276,'HC table','table_plasto_4leg*14','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(277,277,'Mochamaster','mocchamaster','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'9,8,14,15,6,10,11,12','','',0,0,''),(278,278,'Basketball Court','carpet_legocourt','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(279,279,'Team Bench','bench_lego','s',4,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(280,280,'Basketball Trophy','legotrophy','s',1,1,1.00,1,0,0,0,1,1,0,0,0,'trophy',2,'0','','',0,0,''),(283,283,'Holiday romance','valentinescreen','s',2,1,1.10,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(284,284,'Dicemaster','edicehc','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'dice',6,'0','','',0,0,''),(285,285,'Petal Patch','rare_daffodil_rug','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','0','',0,0,''),(286,286,'Royal Egyptian Lamp','rare_beehive_bulb','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(287,287,'Throne sofa','hcsohva','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(288,288,'Tubmaster','hcamme','s',1,2,0.60,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(289,289,'Green Parasol','rare_parasol*0','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(290,290,'Golden Elephant','rare_elephant_statue','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(291,291,'Granite Fountain','rare_fountain','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(292,292,'rare_stand','rare_stand','s',1,1,1.70,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(293,293,'Habbo Globe','rare_globe','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(294,294,'rare_hammock','rare_hammock','s',1,3,1.57,0,0,1,0,1,1,0,1,1,'bed',1,'0','','',0,0,''),(295,295,'Silver Elephant','rare_elephant_statue*1','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(296,296,'Bronze Elephant','rare_elephant_statue*2','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(297,297,'Grey Fountain','rare_fountain*1','s',1,1,1.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(298,298,'Jade Birdbath','rare_fountain*2','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(299,299,'Blue Kimberlite Fountain','rare_fountain*3','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(300,300,'Red Amber Lamp','rare_beehive_bulb*1','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(301,301,'Yellow Amber Lamp','rare_beehive_bulb*2','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(302,302,'Santa and Elf','rare_xmas_screen','s',2,1,0.70,1,1,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(303,303,'Yellow Parasol','rare_parasol*1','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(304,304,'Orange Parasol','rare_parasol*2','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(305,305,'Violet Parasol','rare_parasol*3','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(420,420,'Norja-pehmojakkara','soft_jaggara_norja','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(428,428,'Eaten Gingerbread','house2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(449,449,'DJ Turntable','djesko_turntable','s',1,1,0.50,1,0,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(456,456,'Mountain dew sohva','md_sofa','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(457,457,'Habbo Cola Machine','md_limukaappi','s',1,1,1.00,1,0,0,0,0,1,0,1,1,'vendingmachine',0,'19','','',0,0,''),(1001,1001,'','Chess','i',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1011,1011,'','TicTacToe','i',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1021,1021,'','BattleShip','i',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1484,1484,'Occasional Table','table_plasto_4leg*10','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1486,1486,'Occasional Table','table_plasto_4leg*15','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1487,1487,'Square Dining Table','table_plasto_bigsquare*14','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1488,1488,'Square Dining Table','table_plasto_bigsquare*15','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1489,1489,'Round Dining Table','table_plasto_round*14','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1490,1490,'Round Dining Table','table_plasto_round*15','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1491,1491,'Occasional Table','table_plasto_square*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1492,1492,'Occasional Table','table_plasto_square*15','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1495,1495,'Chair','chair_plasto*15','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1496,1496,'Plastic Pod Chair','chair_plasty*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1497,1497,'Plastic Pod Chair','chair_plasty*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1498,1498,'Plastic Pod Chair','chair_plasty*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1499,1499,'Plastic Pod Chair','chair_plasty*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1500,1500,'Plastic Pod Chair','chair_plasty*11','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1501,1501,'Chair','chair_plasto*16','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1502,1502,'Occasional Table','table_plasto_4leg*16','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1503,1503,'Scoreboard','hockey_score','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'scoreboard',100,'0','','',0,0,''),(1504,1504,'Lert','hockey_light','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'alert',2,'0','','',0,0,''),(1505,1505,'Imperial Teleport','doorD','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(1506,1506,'Duck trophy','prizetrophy2*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1507,1507,'Globe trophy','prizetrophy3*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1508,1508,'Fish trophy','prizetrophy4*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1509,1509,'Duo trophy','prizetrophy5*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1510,1510,'Champion trophy','prizetrophy6*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1512,1512,'Classic trophy','prizetrophy*1','s',1,1,1.00,1,0,0,0,1,1,0,0,0,'trophy',1,'0','','',0,0,''),(1513,1513,'Duck trophy','prizetrophy2*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1514,1514,'Globe trophy','prizetrophy3*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1515,1515,'Fish trophy','prizetrophy4*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1516,1516,'Duo trophy','prizetrophy5*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1517,1517,'Champion trophy','prizetrophy6*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1518,1518,'Gold Habbo trophy','prizetrophy7*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1519,1519,'Classic trophy','prizetrophy*2','s',1,1,1.00,1,0,0,0,1,1,0,0,0,'trophy',1,'0','','',0,0,''),(1520,1520,'Duck trophy','prizetrophy2*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1521,1521,'Globe trophy','prizetrophy3*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1522,1522,'Fish trophy','prizetrophy4*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1523,1523,'Duo trophy','prizetrophy5*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1524,1524,'Champion trophy','prizetrophy6*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1525,1525,'Silver Habbo trophy','prizetrophy7*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(1526,1526,'Classic trophy','prizetrophy*3','s',1,1,1.00,1,0,0,0,1,1,0,0,0,'trophy',1,'0','','',0,0,''),(1527,1527,'Majestic Chair','hc_chr','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1528,1528,'Nordic Table','hc_tbl','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1529,1529,'Oil lamp','hc_lmp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1530,1530,'Study desk','hc_dsk','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1531,1531,'nest','nest','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(1532,1532,'Doggy Bones','petfood1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(1533,1533,'Sardines','petfood2','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(1534,1534,'Cabbage','petfood3','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(1535,1535,'Blue Water Bowl','waterbowl*4','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_drink',6,'0','','',0,0,''),(1536,1536,'Brown Water Bowl','waterbowl*5','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_drink',6,'0','','',0,0,''),(1537,1537,'Green Water Bowl','waterbowl*2','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_drink',6,'0','','',0,0,''),(1538,1538,'Red Water Bowl','waterbowl*1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_drink',6,'0','','',0,0,''),(1539,1539,'Yellow Water Bowl','waterbowl*3','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_drink',6,'0','','',0,0,''),(1540,1540,'Rubber Ball','toy1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1541,1541,'Rubber Ball','toy1*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1542,1542,'Rubber Ball','toy1*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1543,1543,'Rubber Ball','toy1*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1544,1544,'Rubber Ball','toy1*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1545,1545,'Marzipan Man','goodie1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1546,1546,'Marzipan Man','goodie1*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1547,1547,'Marzipan Man','goodie1*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1548,1548,'Chocolate Mouse','goodie2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1549,1549,'Red Laser Door','scifiport*0','s',1,1,0.00,1,0,0,0,1,1,1,0,1,'gate',2,'0','','',0,0,''),(1550,1550,'Violet Laser Portal','scifiport*9','s',1,1,0.00,1,0,0,0,1,1,1,0,1,'gate',2,'0','','',0,0,''),(1551,1551,'Purple Laser Portal','scifiport*8','s',1,1,0.00,1,0,0,0,1,1,1,0,1,'gate',2,'0','','',0,0,''),(1552,1552,'Turquoise Laser Portal','scifiport*7','s',1,1,0.00,1,0,0,0,1,1,1,0,1,'gate',2,'0','','',0,0,''),(1553,1553,'White Laser Portal','scifiport*6','s',1,1,0.00,1,0,0,0,1,1,1,0,1,'gate',2,'0','','',0,0,''),(1554,1554,'Black Laser Portal','scifiport*5','s',1,1,0.00,1,0,0,0,1,1,1,0,1,'gate',2,'0','','',0,0,''),(1555,1555,'Pink Laser Portal','scifiport*4','s',1,1,0.00,1,0,0,0,1,1,1,0,1,'gate',2,'0','','',0,0,''),(1556,1556,'Jade Laser Portal','scifiport*3','s',1,1,0.00,1,0,0,0,1,1,1,0,1,'gate',2,'0','','',0,0,''),(1557,1557,'Blue Laser Portal','scifiport*2','s',1,1,0.00,1,0,0,0,1,1,1,0,1,'gate',2,'0','','',0,0,''),(1558,1558,'Golden Plasma Gate','scifiport*1','s',1,1,0.00,1,0,0,0,1,1,1,0,1,'gate',2,'0','','',0,0,''),(1559,1559,'Violet Smoke Machine','scifirocket*9','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1560,1560,'Purple Smoke Machine','scifirocket*8','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1561,1561,'Aqua Smoke Machine','scifirocket*7','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1562,1562,'Grey Smoke Machine','scifirocket*6','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1563,1563,'HB Zero-300','scifirocket*5','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1564,1564,'Pink Smoke Machine','scifirocket*4','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1565,1565,'Jade Smoke Machine','scifirocket*3','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1566,1566,'Blue Smoke Machine','scifirocket*2','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1567,1567,'Yellow Smoke Machine','scifirocket*1','s',1,1,1.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(1568,1568,'Red Smoke Machine','scifirocket*0','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1569,1569,'Violet Spaceship Door','scifidoor*10','s',1,1,0.00,1,0,0,0,0,1,0,1,1,'gate',2,'0','','',0,0,''),(1570,1570,'Blue Spaceship Door','scifidoor*9','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1571,1571,'Purple Spaceship Door','scifidoor*8','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1572,1572,'Aqua Spaceship Door','scifidoor*7','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1573,1573,'The Black Monolith','scifidoor*6','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1574,1574,'White Spaceship Door','scifidoor*5','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1575,1575,'Jade Spaceship Door','scifidoor*4','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1576,1576,'Sky Spaceship Door','scifidoor*3','s',1,1,0.00,1,0,0,0,0,1,0,1,1,'gate',2,'0','','',0,0,''),(1577,1577,'Yellow Spaceship Door','scifidoor*2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1578,1578,'Pink Spaceship Door','scifidoor*1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1579,1579,'Black Giant Pillow','pillow*5','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1580,1580,'Navy Giant Pillow','pillow*8','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1581,1581,'A Snow Drift','pillow*0','s',1,1,1.00,1,1,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(1582,1582,'Pink Giant Pillow','pillow*1','s',1,1,1.00,0,1,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(1583,1583,'Festive Red Pillow','pillow*2','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1584,1584,'Bonnie Blonde''s Pillow','pillow*7','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1585,1585,'Green Giant Pillow','pillow*9','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1586,1586,'Golden Giant Pillow','pillow*4','s',1,1,1.00,1,1,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(1587,1587,'Blue Giant Pillow','pillow*6','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1588,1588,'pillow*3','pillow*3','s',1,1,1.00,1,1,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(1589,1589,'Pink marquee','marquee*1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1590,1590,'Red Marquee','marquee*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1591,1591,'Purple Marquee','marquee*7','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1592,1592,'White Marquee','marquee*10','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1593,1593,'Majestic Marquee','marquee*8','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1594,1594,'Green Marquee','marquee*9','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1595,1595,'Graphite Marquee','marquee*5','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'gate',2,'0','','',0,0,''),(1596,1596,'Yellow Marquee','marquee*4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1597,1597,'Yellow Marquee','marquee*6','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1598,1598,'Aqua Marquee','marquee*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(1599,1599,'Pink Oriental screen','wooden_screen*1','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1600,1600,'Red Oriental Screen','wooden_screen*2','s',1,2,1.00,1,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(1601,1601,'Purple Oriental Screen','wooden_screen*7','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1602,1602,'White Oriental Screen','wooden_screen*0','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1603,1603,'Teal Oriental Screen','wooden_screen*8','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1604,1604,'Grey Asian Screen','wooden_screen*5','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1605,1605,'Green Oriental Screen','wooden_screen*9','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1606,1606,'Golden Oriental Screen','wooden_screen*4','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1607,1607,'Blue Oriental Screen','wooden_screen*6','s',1,2,1.00,1,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(1608,1608,'Aqua Oriental Screen','wooden_screen*3','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1609,1609,'Doric Terracotta Pillar','pillar*6','s',1,1,3.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1610,1610,'Doric Pink Marble Pillar','pillar*1','s',1,1,3.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1611,1611,'Doric Rock','pillar*9','s',1,1,3.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1612,1612,'Doric Classic Pillar','pillar*0','s',1,1,3.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1613,1613,'Doric Olive Green Pillar','pillar*8','s',1,1,3.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1614,1614,'Leap Day Pillar','pillar*2','s',1,1,3.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1615,1615,'Doric Green Pillar','pillar*5','s',1,1,3.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1616,1616,'Doric Graphite Pillar','pillar*4','s',1,1,3.50,1,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(1617,1617,'Doric Gold Pillar','pillar*7','s',1,1,3.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1618,1618,'Doric Blue Pillar','pillar*3','s',1,1,3.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1619,1619,'Black Dragon Lamp','rare_dragonlamp*4','s',1,1,1.00,0,0,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(1620,1620,'rare_dragonlamp*0','rare_dragonlamp*0','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(1621,1621,'Forest Dragon Lamp','rare_dragonlamp*5','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(1622,1622,'Jade Dragon','rare_dragonlamp*2','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(1623,1623,'Bronze Dragon Lamp','rare_dragonlamp*8','s',1,1,2.00,0,1,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(1624,1624,'Frost Dragon','rare_dragonlamp*9','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(1625,1625,'Sky Dragon Lamp','rare_dragonlamp*7','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(1626,1626,'Golden Dragon','rare_dragonlamp*6','s',1,1,2.00,1,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(1627,1627,'Blue Dragon Lamp','rare_dragonlamp*1','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(1628,1628,'Silver Dragon Lamp','rare_dragonlamp*3','s',1,1,2.00,1,0,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(1629,1629,'rare_icecream*1','rare_icecream*1','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'vendingmachine',0,'4','','',0,0,''),(1630,1630,'Choco Ice Cream Maker','rare_icecream*7','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'vendingmachine',0,'4','','',0,0,''),(1631,1631,'Aqua Ice Cream Maker','rare_icecream*8','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'vendingmachine',0,'4','','',0,0,''),(1632,1632,'Shamrock Shake Machine','rare_icecream*2','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'vendingmachine',0,'4','','',0,0,''),(1633,1633,'Ochre Ice Cream Maker','rare_icecream*6','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'vendingmachine',0,'4','','',0,0,''),(1634,1634,'Fuchsia Ice Cream Maker','rare_icecream*9','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'vendingmachine',0,'4','','',0,0,''),(1635,1635,'Purple Ice Cream Maker','rare_icecream*3','s',1,1,2.50,0,0,0,0,1,1,0,1,1,'vendingmachine',0,'4','','',0,0,''),(1636,1636,'Red Ice Cream Maker','rare_icecream*0','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'vendingmachine',0,'4','','',0,0,''),(1637,1637,'rare_icecream*4','rare_icecream*4','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'vendingmachine',0,'4','','',0,0,''),(1638,1638,'Gold Ice Cream Maker','rare_icecream*5','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'vendingmachine',0,'4','','',0,0,''),(1639,1639,'Brown Powered Fan','rare_fan*7','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1640,1640,'Orange Powered Fan','rare_fan*6','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1641,1641,'Fuchsia Powered Fan','rare_fan*9','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1642,1642,'Purple Powered Fan','rare_fan*3','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1643,1643,'Red Powered Fan','rare_fan*0','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1644,1644,'Superlove Pink Fan','rare_fan*4','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1645,1645,'Yellow Powered Fan','rare_fan*5','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1646,1646,'Blue Powered Fan','rare_fan*1','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1647,1647,'Turquoise Powered Fan','rare_fan*8','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1648,1648,'Green Powered Fan','rare_fan*2','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1649,1649,'Aqua Habbo Roller','queue_tile1*3','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(1650,1650,'Blue Habbo Roller','queue_tile1*6','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(1651,1651,'Gold Habbo Roller','queue_tile1*4','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(1652,1652,'Green Habbo Roller','queue_tile1*9','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(1653,1653,'Teal Habbo Roller','queue_tile1*8','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(1654,1654,'Black Habbo Roller','queue_tile1*5','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(1655,1655,'Purple Habbo Roller','queue_tile1*7','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(1656,1656,'Red Habbo Roller','queue_tile1*2','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(1657,1657,'Pink Habbo Roller','queue_tile1*1','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(1658,1658,'Silver Habbo Rollers','queue_tile1*0','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(1659,1659,'Big Ticket Bundle','ticket','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1738,1738,'Snow Patch','rare_snowrug','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(1741,1741,'Chinese Lantern','cn_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1742,1742,'Chinese Lacquer Sofa','cn_sofa','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1745,1745,'Clay Straight Track','sporttrack1*1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1747,1747,'Grass Straight Track','sporttrack1*3','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1748,1748,'Synthetic Track','sporttrack1*2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1750,1750,'Clay Corner Track','sporttrack2*1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1751,1751,'Synthetic Corner Track','sporttrack2*2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1752,1752,'Grass Corner Track','sporttrack2*3','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1754,1754,'Clay Finish Line','sporttrack3*1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1755,1755,'Synthetic Finish Line','sporttrack3*2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1756,1756,'Grass Finish Line!','sporttrack3*3','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(1757,1757,'Soccer Ball Lamp','footylamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1758,1758,'Old Christmas Tree','tree1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1759,1759,'barchair_silo','barchair_silo','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1760,1760,'Aquamarine Shutter','divider_nor4*4','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1761,1761,'Classic Traffic Light','traffic_light*1','s',1,1,1.00,0,0,0,0,0,1,1,1,1,'default',3,'0','','',0,0,''),(1762,1762,'Blue Traffic Light','traffic_light*2','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(1763,1763,'Purple Traffic Light','traffic_light*3','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(1764,1764,'Yellow Traffic Light','traffic_light*4','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(1765,1765,'Red Traffic Light','traffic_light*6','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(1766,1766,'Blue Inflatable Chair','rubberchair*1','s',1,1,1.00,1,1,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(1767,1767,'Red Inflatable Chair','rubberchair*2','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1768,1768,'Orange Inflatable Chair','rubberchair*3','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1769,1769,'Ocean Inflatable Chair','rubberchair*4','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1770,1770,'Lime Inflatable Chair','rubberchair*5','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1771,1771,'Violet Inflatable Chair','rubberchair*6','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1772,1772,'Yellow Road Barrier','barrier*1','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1773,1773,'White Road Barrier','barrier*2','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1774,1774,'Red Road Barrier','barrier*3','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1775,1775,'White Inflatable Chair','rubberchair*7','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1776,1776,'Black Inflatable Chair','rubberchair*8','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(1777,1777,'Black Coffee Table','table_norja_med*2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1778,1778,'White Coffee Table','table_norja_med*3','s',2,2,1.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1779,1779,'Aquamarine Coffee Table','table_norja_med*4','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1780,1780,'Pink Coffee Table','table_norja_med*5','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1781,1781,'Blue Coffee Table','table_norja_med*6','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1782,1782,'Green Coffee Table','table_norja_med*7','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1783,1783,'Yellow Coffee Table','table_norja_med*8','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1784,1784,'Red Coffee Table','table_norja_med*9','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1785,1785,'Black Bench','couch_norja*2','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1786,1786,'White Bench','couch_norja*3','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1787,1787,'Aquamarine Bench','couch_norja*4','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1788,1788,'Pink Bench','couch_norja*5','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1789,1789,'Blue Bench','couch_norja*6','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1790,1790,'Green Iced Bench','couch_norja*7','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1791,1791,'Yellow Bench','couch_norja*8','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1792,1792,'Red Bench','couch_norja*9','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1793,1793,'Black Bookcase','shelves_norja*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1794,1794,'White Bookcase','shelves_norja*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1795,1795,'Aquamarine Bookcase','shelves_norja*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1796,1796,'Pink Bookcase','shelves_norja*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1797,1797,'Blue Bookcase','shelves_norja*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1798,1798,'Green Bookcase','shelves_norja*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1799,1799,'Yellow Bookcase','shelves_norja*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1800,1800,'Red Iced Bookcase','shelves_norja*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1801,1801,'Black Chair','chair_norja*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1802,1802,'White Chair','chair_norja*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1803,1803,'Aquamarine Chair','chair_norja*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1804,1804,'Pink Chair','chair_norja*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1805,1805,'Blue Chair','chair_norja*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1806,1806,'Green Chair','chair_norja*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1807,1807,'Yellow Chair','chair_norja*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1808,1808,'Red Chair','chair_norja*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1809,1809,'Black Corner','divider_nor1*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1810,1810,'White Corner','divider_nor1*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1811,1811,'Aquamarine Corner','divider_nor1*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1812,1812,'Pink Corner','divider_nor1*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1813,1813,'Blue Corner','divider_nor1*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1814,1814,'Green Corner','divider_nor1*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1815,1815,'Yellow Corner','divider_nor1*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1816,1816,'Red Corner','divider_nor1*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1817,1817,'Black Sofa','soft_sofa_norja*2','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1818,1818,'White Sofa','soft_sofa_norja*3','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1819,1819,'Aquamarine Sofa','soft_sofa_norja*4','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1820,1820,'Pink Sofa','soft_sofa_norja*5','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1821,1821,'Blue Sofa','soft_sofa_norja*6','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1822,1822,'Green Sofa','soft_sofa_norja*7','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1823,1823,'Yellow Sofa','soft_sofa_norja*8','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1824,1824,'Red Sofa','soft_sofa_norja*9','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1825,1825,'Black Sofachair','soft_sofachair_norja*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1826,1826,'White Sofachair','soft_sofachair_norja*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1827,1827,'Aquamarine Sofachair','soft_sofachair_norja*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1828,1828,'Pink Sofachair','soft_sofachair_norja*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1829,1829,'Blue Sofachair','soft_sofachair_norja*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1830,1830,'Green Sofachair','soft_sofachair_norja*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1831,1831,'Yellow Sofachair','soft_sofachair_norja*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1832,1832,'Red Sofachair','soft_sofachair_norja*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1833,1833,'Black Armchair','sofachair_silo*2','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1834,1834,'White Armchair','sofachair_silo*3','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1835,1835,'Beige Armchair','sofachair_silo*4','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1836,1836,'Pink Armchair','sofachair_silo*5','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1837,1837,'Blue Armchair','sofachair_silo*6','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1838,1838,'Green Armchair','sofachair_silo*7','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1839,1839,'Yellow Armchair','sofachair_silo*8','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1840,1840,'Red Armchair','sofachair_silo*9','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1841,1841,'Black Occasional Table','table_silo_small*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1842,1842,'White Occasional Table','table_silo_small*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1843,1843,'Beige Occasional Table','table_silo_small*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1844,1844,'Pink Occasional Table','table_silo_small*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1845,1845,'Blue Occasional Table','table_silo_small*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1846,1846,'Green Occasional Table','table_silo_small*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1847,1847,'Yellow Occasional Table','table_silo_small*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1848,1848,'Red Occasional Table','table_silo_small*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1849,1849,'Black Corner Shelf','divider_silo1*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1850,1850,'White Corner Shelf','divider_silo1*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1851,1851,'Beige Corner Shelf','divider_silo1*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1852,1852,'Pink Corner Shelf','divider_silo1*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1853,1853,'Blue Corner Shelf','divider_silo1*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1854,1854,'Green Corner Shelf','divider_silo1*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1855,1855,'Yellow Corner Shelf','divider_silo1*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1856,1856,'Red Corner Shelf','divider_silo1*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1857,1857,'Black Gate','divider_silo3*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1858,1858,'White Gate','divider_silo3*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1859,1859,'Beige Gate','divider_silo3*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1860,1860,'Pink Gate','divider_silo3*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1861,1861,'Blue Gate','divider_silo3*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1862,1862,'Green Gate','divider_silo3*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1863,1863,'Yellow Gate','divider_silo3*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1864,1864,'Red Gate','divider_silo3*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1865,1865,'Black Coffee Table','table_silo_med*2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1866,1866,'White Coffee Table','table_silo_med*3','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1867,1867,'Beige Coffee Table','table_silo_med*4','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1868,1868,'Pink Coffee Table','table_silo_med*5','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1869,1869,'Blue Coffee Table','table_silo_med*6','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1870,1870,'Green Coffee Table','table_silo_med*7','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1871,1871,'Yellow Coffee Table','table_silo_med*8','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1872,1872,'Red Coffee Table','table_silo_med*9','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1873,1873,'Black Sofa','sofa_silo*2','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1874,1874,'White Sofa','sofa_silo*3','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1875,1875,'Beige Sofa','sofa_silo*4','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1876,1876,'Pink Sofa','sofa_silo*5','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1877,1877,'Blue Sofa','sofa_silo*6','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1878,1878,'Green Sofa','sofa_silo*7','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1879,1879,'Yellow Sofa','sofa_silo*8','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1880,1880,'Red Sofa','sofa_silo*9','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1881,1881,'Black Armchair','sofachair_polyfon*2','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1882,1882,'White Armchair','sofachair_polyfon*3','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1883,1883,'Beige Armchair','sofachair_polyfon*4','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1884,1884,'Blue Armchair','sofachair_polyfon*6','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1885,1885,'Green Armchair','sofachair_polyfon*7','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1886,1886,'Yellow Armchair','sofachair_polyfon*8','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1887,1887,'Red Armchair','sofachair_polyfon*9','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1888,1888,'Black Sofa','sofa_polyfon*2','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1889,1889,'White Sofa','sofa_polyfon*3','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1890,1890,'Beige Sofa','sofa_polyfon*4','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1891,1891,'Blue Sofa','sofa_polyfon*6','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1892,1892,'Green Sofa','sofa_polyfon*7','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1893,1893,'Yellow Sofa','sofa_polyfon*8','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1894,1894,'Red Sofa','sofa_polyfon*9','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1895,1895,'Black Double Bed','bed_polyfon*2','s',2,3,1.50,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1896,1896,'White Double Bed','bed_polyfon*3','s',2,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1897,1897,'Beige Double Bed','bed_polyfon*4','s',2,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1898,1898,'Blue Double Bed','bed_polyfon*6','s',2,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1899,1899,'Green Double Bed','bed_polyfon*7','s',2,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1900,1900,'Yellow Double Bed','bed_polyfon*8','s',2,3,1.60,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1901,1901,'Red Double Bed','bed_polyfon*9','s',2,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1902,1902,'Black Single Bed','bed_polyfon_one*2','s',1,3,1.60,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1903,1903,'White Single Bed','bed_polyfon_one*3','s',1,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1904,1904,'Beige Single Bed','bed_polyfon_one*4','s',1,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1905,1905,'Blue Single Bed','bed_polyfon_one*6','s',1,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1906,1906,'Green Single Bed','bed_polyfon_one*7','s',1,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1907,1907,'Yellow Single Bed','bed_polyfon_one*8','s',1,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1908,1908,'Red Single Bed','bed_polyfon_one*9','s',1,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(1909,1909,'Black Bar','bardesk_polyfon*2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1910,1910,'White Bar','bardesk_polyfon*3','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1911,1911,'Beige Bar','bardesk_polyfon*4','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1912,1912,'Pink Bar','bardesk_polyfon*5','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1913,1913,'Blue Bar','bardesk_polyfon*6','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1914,1914,'Green Bar','bardesk_polyfon*7','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1915,1915,'Yellow Bar','bardesk_polyfon*8','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1916,1916,'Red Bar','bardesk_polyfon*9','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1917,1917,'Black Corner','bardeskcorner_polyfon*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1918,1918,'White Corner','bardeskcorner_polyfon*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1919,1919,'Beige Corner','bardeskcorner_polyfon*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1920,1920,'Pink Corner','bardeskcorner_polyfon*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1921,1921,'Blue Corner','bardeskcorner_polyfon*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1922,1922,'Green Corner','bardeskcorner_polyfon*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1923,1923,'Yellow Corner','bardeskcorner_polyfon*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1924,1924,'Red Corner','bardeskcorner_polyfon*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1925,1925,'Black Gate','divider_poly3*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1926,1926,'White Gate','divider_poly3*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1927,1927,'Beige Gate','divider_poly3*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1928,1928,'Pink Gate','divider_poly3*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1929,1929,'Blue Gate','divider_poly3*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1930,1930,'Green Gate','divider_poly3*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1931,1931,'Yellow Gate','divider_poly3*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1932,1932,'Red Gate','divider_poly3*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1933,1933,'Black Dining Chair','chair_silo*2','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1934,1934,'White Dining Chair','chair_silo*3','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1935,1935,'Beige Dining Chair','chair_silo*4','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1936,1936,'Pink Dining Chair','chair_silo*5','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1937,1937,'Blue Dining Chair','chair_silo*6','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1938,1938,'Green Dining Chair','chair_silo*7','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1939,1939,'Yellow Dining Chair','chair_silo*8','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1940,1940,'Red Dining Chair','chair_silo*9','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1941,1941,'Black Gate','divider_nor3*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(1942,1942,'White Gate','divider_nor3*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1943,1943,'Aquamarine Gate','divider_nor3*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1944,1944,'Pink Gate','divider_nor3*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1945,1945,'Blue Gate','divider_nor3*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1946,1946,'Green Gate','divider_nor3*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1947,1947,'Yellow Gate','divider_nor3*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1948,1948,'Red Gate','divider_nor3*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1949,1949,'Black Bar','divider_nor2*2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1950,1950,'White Bar','divider_nor2*3','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1951,1951,'Aquamarine Bar','divider_nor2*4','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1952,1952,'Pink Bar','divider_nor2*5','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1953,1953,'Blue Bar','divider_nor2*6','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1954,1954,'Green Bar','divider_nor2*7','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1955,1955,'Yellow Bar','divider_nor2*8','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1956,1956,'Red Bar','divider_nor2*9','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1957,1957,'Area Master Desk','silo_studydesk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1958,1958,'White Panel','solarium_norja','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1959,1959,'Black Panel','solarium_norja*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1960,1960,'Beige Panel','solarium_norja*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1961,1961,'Aquamarine Panel','solarium_norja*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1962,1962,'Pink Panel','solarium_norja*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1963,1963,'Blue Panel','solarium_norja*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1964,1964,'Green Panel','solarium_norja*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1965,1965,'Yellow Panel','solarium_norja*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1966,1966,'Red Panel','solarium_norja*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1967,1967,'Tropical Beach Rug','sandrug','s',2,2,0.00,1,0,0,1,0,1,1,1,1,'default',2,'0','','',0,0,''),(1968,1968,'Moon Rug','rare_moonrug','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(1969,1969,'Chinese Lacquer Chair','chair_china','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1970,1970,'Chinese Lacquer Table','china_table','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1971,1971,'Red Sleeping Bag','sleepingbag*1','s',1,3,0.80,1,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(1972,1972,'Lime Sleeping Bag','sleepingbag*2','s',1,3,0.80,1,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(1973,1973,'Ocean Sleeping Bag','sleepingbag*3','s',1,3,0.80,1,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(1974,1974,'Army Sleeping Bag','sleepingbag*4','s',1,3,0.80,1,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(1975,1975,'Gray Safe Minibar','safe_silo','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'17','','',0,0,''),(1976,1976,'Orange Sleeping Bag','sleepingbag*7','s',1,3,0.80,1,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(1977,1977,'Blue Sleeping Bag','sleepingbag*9','s',1,3,0.80,1,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(1978,1978,'Graphite Sleeping Bag','sleepingbag*5','s',1,3,0.80,1,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(1979,1979,'Khaki Sleeping Bag','sleepingbag*10','s',1,3,0.80,1,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(1980,1980,'Purple Sleeping Bag','sleepingbag*6','s',1,3,0.80,1,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(1981,1981,'Yellow Sleeping Bag','sleepingbag*8','s',1,3,0.80,1,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(1982,1982,'Chinese Lacquer Bookshelf','china_shelve','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1983,1983,'White Traffic Light','traffic_light*5','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(1984,1984,'Black Shutter','divider_nor4*2','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1985,1985,'White Shutter','divider_nor4*3','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1986,1986,'Pink Shutter','divider_nor4*5','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1987,1987,'Blue Shutter','divider_nor4*6','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1988,1988,'Green Shutter','divider_nor4*7','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1989,1989,'Yellow Shutter','divider_nor4*8','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1990,1990,'Red Shutter','divider_nor4*9','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(1991,1991,'Black Angle','divider_nor5*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1992,1992,'White Angle','divider_nor5*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1993,1993,'Aquamarine Angle','divider_nor5*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1994,1994,'Pink Angle','divider_nor5*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1995,1995,'Blue Angle','divider_nor5*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1996,1996,'Green Angle','divider_nor5*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1997,1997,'Yellow Angle','divider_nor5*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1998,1998,'Red Angle','divider_nor5*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(1999,1999,'Beige Angle','divider_nor5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2000,2000,'Beige Shutter','divider_nor4','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2001,2001,'Dragon Screen','wall_china','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2002,2002,'Dragon Screen Corner','corner_china','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2003,2003,'Black Bar Stool','barchair_silo*2','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2004,2004,'White Bar Stool','barchair_silo*3','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2005,2005,'Beige Bar Stool','barchair_silo*4','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2006,2006,'Pink Bar Stool','barchair_silo*5','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2007,2007,'Blue Bar Stool','barchair_silo*6','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2008,2008,'Green Bar Stool','barchair_silo*7','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2009,2009,'Yellow Bar Stool','barchair_silo*8','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2010,2010,'Red Bar Stool','barchair_silo*9','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2011,2011,'Black Safe Minibar','safe_silo*2','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'17','','',0,0,''),(2012,2012,'White Safe Minibar','safe_silo*3','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'17','','',0,0,''),(2013,2013,'Beige Safe Minibar','safe_silo*4','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'17','','',0,0,''),(2014,2014,'Pink Safe Minibar','safe_silo*5','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'17','','',0,0,''),(2015,2015,'Blue Safe Minibar','safe_silo*6','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'17','','',0,0,''),(2016,2016,'Green Safe Minibar','safe_silo*7','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'17','','',0,0,''),(2017,2017,'Yellow Safe Minibar','safe_silo*8','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'17','','',0,0,''),(2018,2018,'Red Safe Minibar','safe_silo*9','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'17','','',0,0,''),(2019,2019,'glass shelf','glass_shelf','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2020,2020,'Glass Chair','glass_chair','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2021,2021,'Glass Stool','glass_stool','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2022,2022,'Glass Sofa','glass_sofa','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2023,2023,'Glass Table','glass_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2024,2024,'Glass Table','glass_table*2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2025,2025,'Glass Table','glass_table*3','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2026,2026,'Glass Table','glass_table*4','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2027,2027,'Glass Table','glass_table*5','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2028,2028,'Glass Table','glass_table*6','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2029,2029,'Glass Table','glass_table*7','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2030,2030,'Glass Table','glass_table*8','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2031,2031,'Glass Table','glass_table*9','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2032,2032,'Glass Chair','glass_chair*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2033,2033,'Glass Chair','glass_chair*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2034,2034,'Glass Chair','glass_chair*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2035,2035,'Glass Chair','glass_chair*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2036,2036,'Glass Chair','glass_chair*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2037,2037,'Glass Chair','glass_chair*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2038,2038,'Glass Chair','glass_chair*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2039,2039,'Glass Chair','glass_chair*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2040,2040,'Glass Sofa','glass_sofa*2','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2041,2041,'Glass Sofa','glass_sofa*3','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2042,2042,'Glass Sofa','glass_sofa*4','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2043,2043,'Glass Sofa','glass_sofa*5','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2044,2044,'Glass Sofa','glass_sofa*6','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2045,2045,'Glass Sofa','glass_sofa*7','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2046,2046,'Glass Sofa','glass_sofa*8','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2047,2047,'Glass Sofa','glass_sofa*9','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2048,2048,'Glass Stool','glass_stool*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2050,2050,'Glass Stool','glass_stool*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2051,2051,'Glass Stool','glass_stool*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2052,2052,'Glass Stool','glass_stool*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2053,2053,'Glass Stool','glass_stool*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2054,2054,'Glass Stool','glass_stool*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2056,2056,'Glass Stool','glass_stool*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2057,2057,'Glass Stool','glass_stool*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2063,2063,'Gold Coin','CF_10_coin_gold','s',1,1,0.20,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2064,2064,'Bronze Coin','CF_1_coin_bronze','s',1,1,0.20,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2065,2065,'Sack of Coins','CF_20_moneybag','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2066,2066,'Gold Bar','CF_50_goldbar','s',1,1,0.40,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2067,2067,'Silver Coin','CF_5_coin_silver','s',1,1,0.20,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2068,2068,'Persian Carpet','hc_crpt','s',3,5,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2069,2069,'Mega TV Set','hc_tv','s',2,1,1.40,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2070,2070,'Gothic Portcullis','gothgate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2071,2071,'Gothic Candelabra','gothiccandelabra','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2072,2072,'Gothic Railing','gothrailing','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2073,2073,'Gothic Table','goth_table','s',1,5,1.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2074,2074,'Medieval Bookcase','hc_bkshlf','s',1,4,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2075,2075,'Electric Butler','hc_btlr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'24','','',0,0,''),(2076,2076,'Antique Drapery','hc_crtn','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2077,2077,'The Grammophon','hc_djset','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2078,2078,'Heavy Duty Fireplace','hc_frplc','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2079,2079,'Victorian Street Light','hc_lmpst','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2080,2080,'Weird Science Machine','hc_machine','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2081,2081,'HC Roller','hc_rllr','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(2082,2082,'X-Ray Divider','hc_rntgn','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2083,2083,'Drinks Trolley','hc_trll','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2084,2084,'Gothic Chair Pink','gothic_chair*1','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2085,2085,'Gothic Sofa Pink','gothic_sofa*1','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2086,2086,'Gothic Stool Pink','gothic_stool*1','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2087,2087,'Gothic Chair Saffron','gothic_chair*2','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2088,2088,'Gothic Sofa Saffron','gothic_sofa*2','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2089,2089,'Gothic Stool Saffron','gothic_stool*2','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2090,2090,'Gothic Chair Red','gothic_chair*3','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2091,2091,'Gothic Sofa Red','gothic_sofa*3','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2092,2092,'Gothic Stool Red','gothic_stool*3','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2093,2093,'Black Gothic Chair','gothic_chair*4','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2094,2094,'Black Gothic Sofa','gothic_sofa*4','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2095,2095,'Black Gothic Stool','gothic_stool*4','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2096,2096,'Gothic Chair Green','gothic_chair*5','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2097,2097,'Gothic Sofa Green','gothic_sofa*5','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2098,2098,'Gothic Stool Green','gothic_stool*5','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2099,2099,'Gothic Chair Blue','gothic_chair*6','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2100,2100,'Gothic Sofa Blue','gothic_sofa*6','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2101,2101,'Gothic Stool Blue','gothic_stool*6','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2102,2102,'White candle','wcandle','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2103,2103,'Valentine''s cauldron','val_cauldron','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'vendingmachine',0,'25','','',0,0,''),(2104,2104,'Old Christmas tree','tree2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2105,2105,'Sound Machine','sound_machine','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(2106,2106,'Turquoise Piano Chair','romantique_pianochair*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2107,2107,'Black Piano Chair','romantique_pianochair*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2108,2108,'Green Piano Chair','romantique_pianochair*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2109,2109,'Lemon Piano Chair','romantique_pianochair*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2110,2110,'Pink Piano Chair','romantique_pianochair*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2111,2111,'Turquoise Divan','romantique_divan*3','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2112,2112,'Black Divan','romantique_divan*5','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2113,2113,'Green Divan','romantique_divan*2','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2114,2114,'Lemon Divan','romantique_divan*4','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2115,2115,'Pink Divan','romantique_divan*1','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2116,2116,'Turquoise Chair','romantique_chair*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2117,2117,'Black Chair','romantique_chair*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2118,2118,'Green Chair','romantique_chair*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2119,2119,'Lemon Chair','romantique_chair*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2120,2120,'Pink Chair','romantique_chair*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2121,2121,'Red candle','rcandle','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2122,2122,'rare_parasol','rare_parasol','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(2123,2123,'Yellow Rose','plant_valentinerose*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2124,2124,'Purple Rose','plant_valentinerose*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2125,2125,'White Rose','plant_valentinerose*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2126,2126,'Pink Rose','plant_valentinerose*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2127,2127,'Red Rose','plant_valentinerose*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2128,2128,'Maze Shrubbery Gate','plant_mazegate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2129,2129,'Maze Shrubbery','plant_maze','s',2,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2130,2130,'Bulrush','plant_bulrush','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2131,2131,'T-Bones','petfood4','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(2132,2132,'Red Carpet','carpet_valentine','s',2,7,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2133,2133,'Cobbled Path','gothic_carpet','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2134,2134,'Floor Hatch','gothic_carpet2','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2135,2135,'','gothic_chair','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2136,2136,'','gothic_sofa','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2137,2137,'','gothic_stool','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2138,2138,'Turquoise Grand Piano','grand_piano*3','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2139,2139,'Black Grand Piano','grand_piano*5','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2140,2140,'Green Grand Piano','grand_piano*2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2141,2141,'Lemon Grand Piano','grand_piano*4','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2142,2142,'Pink Grand Piano','grand_piano*1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2143,2143,'Red Theatre Seat','theatre_seat','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(2144,2144,'Romantique Treats Tray','romantique_tray2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2145,2145,'Romantique Tray','romantique_tray1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2146,2146,'Turquoise Tray Table','romantique_smalltabl*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2147,2147,'Black Tray Table','romantique_smalltabl*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2148,2148,'Green Tray Table','romantique_smalltabl*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2149,2149,'Lemon Tray Table','romantique_smalltabl*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2150,2150,'Pink Tray Table','romantique_smalltabl*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2151,2151,'Romantique Mirrortable','romantique_mirrortabl','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2152,2152,'Turquoise Screen','romantique_divider*3','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2153,2153,'Green Screen','romantique_divider*2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2154,2154,'Lemon Screen','romantique_divider*4','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2155,2155,'Pink Screen','romantique_divider*1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2156,2156,'Large Tatami Rug','jp_tatami2','s',2,4,0.10,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(2157,2157,'Small Tatami Rug','jp_tatami','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(2158,2158,'Habbowood Chair','habbowood_chair','s',1,1,1.30,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(2159,2159,'Bamboo Forest','jp_bamboo','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2160,2160,'Irori Table','jp_irori','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2161,2161,'Floor Pillow','jp_pillow','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2162,2162,'Habbo Sounds 1','sound_set_1','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2163,2163,'Habbo Sounds 3','sound_set_2','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2164,2164,'Electronic 1','sound_set_3','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2165,2165,'Ambient 1','sound_set_4','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2166,2166,'Ambient 4','sound_set_5','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2167,2167,'Ambient 3','sound_set_6','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2168,2168,'SFX 5','sound_set_7','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2169,2169,'Ambient 2','sound_set_8','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2170,2170,'Electronic 2','sound_set_9','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2171,2171,'','sound_machine*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trax_machine',2,'0','','',0,0,''),(2457,2457,'','sound_set_23','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2458,2458,'Water Garden','rclr_garden','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2459,2459,'Polar Sofa','rclr_sofa','s',2,1,1.00,1,1,0,0,0,1,1,0,1,'default',2,'0','','',0,0,''),(2460,2460,'Aquamarine Left Module','pura_mdl1*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2461,2461,'Pink Left Module','pura_mdl1*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2462,2462,'Black Left Module','pura_mdl1*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2463,2463,'White Left Module','pura_mdl1*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2464,2464,'Beige Left Module','pura_mdl1*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2465,2465,'Blue Left Module','pura_mdl1*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2466,2466,'Green Left Module','pura_mdl1*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2467,2467,'Yellow Left Module','pura_mdl1*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2468,2468,'Red Left Module','pura_mdl1*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2469,2469,'MnM','sound_set_19','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2470,2470,'','sound_set_25','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2471,2471,'Japanese Lantern','jp_lantern','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2472,2472,'Aquamarine Corner Module','pura_mdl4*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2473,2473,'Pink Corner Module','pura_mdl4*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2474,2474,'Black Corner Module','pura_mdl4*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2475,2475,'White Corner Module','pura_mdl4*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2476,2476,'Beige Corner Module','pura_mdl4*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2477,2477,'Blue Corner Module','pura_mdl4*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2478,2478,'Green Corner Module','pura_mdl4*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2479,2479,'Yellow Corner Module','pura_mdl4*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2480,2480,'Red Corner Module','pura_mdl4*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2481,2481,'Hip Hop Beats 1','sound_set_10','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2482,2482,'Hip hop Beats 2','sound_set_14','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2483,2483,'Aquamarine Right Module','pura_mdl2*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2484,2484,'Pink Right Module','pura_mdl2*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2485,2485,'Black Right Module','pura_mdl2*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2486,2486,'White Right Module','pura_mdl2*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2487,2487,'Beige Right Module','pura_mdl2*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2488,2488,'Blue Right Module','pura_mdl2*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2489,2489,'Green Right Module','pura_mdl2*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2490,2490,'Yellow Right Module','pura_mdl2*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2491,2491,'Red Right Module','pura_mdl2*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2492,2492,'','sound_set_24','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2493,2493,'Habbo Sounds 2','sound_set_12','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2494,2494,'Snotty Day','sound_set_21','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2495,2495,'RnB Grooves 6','sound_set_15','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2496,2496,'Moshy Metal','sound_set_28','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2497,2497,'','sound_set_18','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2498,2498,'','bed_budget_one*1','s',1,3,1.70,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2499,2499,'Pink Single Bed','bed_budget_one*2','s',1,3,1.90,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2500,2500,'Black Single Bed','bed_budget_one*3','s',1,3,1.90,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2501,2501,'Single Bed','bed_budget_one*4','s',1,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2502,2502,'Beige Single Bed','bed_budget_one*5','s',1,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2503,2503,'Blue Single Bed','bed_budget_one*6','s',1,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2504,2504,'Green Single Bed','bed_budget_one*7','s',1,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2505,2505,'Yellow Single Bed','bed_budget_one*8','s',1,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2506,2506,'Red Single Bed','bed_budget_one*9','s',1,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2507,2507,'Rare icecream white','rare_icecream_campaign','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'vendingmachine',2,'4','','',0,0,''),(2508,2508,'Bhangra Mangra','sound_set_26','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2509,2509,'Aquamarine Square Module','pura_mdl5*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2510,2510,'Pink Square Module','pura_mdl5*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2511,2511,'Black Square Module','pura_mdl5*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2512,2512,'White Square Module','pura_mdl5*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2513,2513,'Beige Square Module','pura_mdl5*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2514,2514,'Blue Square Module','pura_mdl5*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2515,2515,'Green Square Module','pura_mdl5*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2516,2516,'Yellow Square Module','pura_mdl5*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2517,2517,'Red Square Module','pura_mdl5*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2518,2518,'Rope Divider','rope_divider','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2519,2519,'Habbowood Spotlight','spotlight','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(2520,2520,'Romantique Clock','romantique_clock','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2521,2521,'','sound_set_22','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2522,2522,'Ornate Drawer','jp_drawer','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2523,2523,'Dance 5','sound_set_13','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2524,2524,'','sound_set_20','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2525,2525,'Aquamarine Egg Chair','chair_basic*1','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2526,2526,'Pink Egg Chair','chair_basic*2','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2527,2527,'Black Egg Chair','chair_basic*3','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2528,2528,'White Egg Chair','chair_basic*4','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2529,2529,'Beige Egg Chair','chair_basic*5','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2530,2530,'Blue Egg Chair','chair_basic*6','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2531,2531,'Green Egg Chair','chair_basic*7','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2532,2532,'Yellow Egg Chair','chair_basic*8','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2533,2533,'Red Egg Chair','chair_basic*9','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2534,2534,'Straight Module','pura_mdl3*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2535,2535,'Pink Straight Module','pura_mdl3*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2536,2536,'Black Straight Module','pura_mdl3*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2537,2537,'White Straight Module','pura_mdl3*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2538,2538,'Beige Straight Module','pura_mdl3*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2539,2539,'Blue Straight Module','pura_mdl3*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2540,2540,'Green Straight Module','pura_mdl3*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2541,2541,'Yellow Straight Module','pura_mdl3*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2542,2542,'Red Straight Module','pura_mdl3*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2543,2543,'Turquoise Traxmachine','sound_machine*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trax_machine',2,'0','','',0,0,''),(2544,2544,'','sound_machine*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trax_machine',2,'0','','',0,0,''),(2545,2545,'','sound_machine*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trax_machine',2,'0','','',0,0,''),(2546,2546,'Sound Machine Brown','sound_machine*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trax_machine',2,'0','','',0,0,''),(2547,2547,'','sound_machine*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trax_machine',2,'0','','',0,0,''),(2548,2548,'Red Traxmachine','sound_machine*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trax_machine',2,'0','','',0,0,''),(2549,2549,'Rasta.Claus''s Pack','sound_set_27','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2550,2550,'','sound_set_17','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2551,2551,'Romantique Lamp','rom_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2552,2552,'Aquamarine Double Bed','bed_budget*1','s',2,3,1.70,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2553,2553,'Pink Double Bed','bed_budget*2','s',2,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2554,2554,'Black Double Bed','bed_budget*3','s',2,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2555,2555,'White Double Bed','bed_budget*4','s',2,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2556,2556,'Beige Double Bed','bed_budget*5','s',2,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2557,2557,'Blue Double Bed','bed_budget*6','s',2,3,1.90,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2558,2558,'Green Double Bed','bed_budget*7','s',2,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2559,2559,'Yellow Double Bed','bed_budget*8','s',2,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2560,2560,'Red Double Bed','bed_budget*9','s',2,3,1.90,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(2561,2561,'Hip hop Beats 3','sound_set_16','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2562,2562,'rclr_chair','rclr_chair','s',1,1,1.00,1,1,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2563,2563,'Dance 4','sound_set_11','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2564,2564,'Rock 3','sound_set_33','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2565,2565,'Sound set 37','sound_set_37','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2566,2566,'Marble tile','tile_marble','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2567,2567,'Executive Carpet','exe_rug','s',3,3,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2568,2568,'Stella tile','tile_stella','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2569,2569,'Instrumental 2','sound_set_32','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2570,2570,'Rock 5','sound_set_34','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2571,2571,'Aquamarine Deck Chair','summer_chair*1','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2572,2572,'Pink Deck Chair','summer_chair*2','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2573,2573,'Black Deck Chair','summer_chair*3','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2574,2574,'White Deck Chair','summer_chair*4','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2575,2575,'Beige Deck Chair','summer_chair*5','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2576,2576,'Blue Deck Chair','summer_chair*6','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2577,2577,'Green Deck Chair','summer_chair*7','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2578,2578,'Yellow Deck Chair','summer_chair*8','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2579,2579,'Red Deck Chair','summer_chair*9','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2580,2580,'Dance 2','sound_set_29','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2581,2581,'Glass Table','exe_s_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2582,2582,'Brown tile','tile_brown','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2583,2583,'Bossa Nueva','sound_set_36','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2584,2584,'Rare Monster Plant','rare_mnstr','s',1,1,3.50,1,0,0,0,0,1,0,0,1,'gate',2,'0','','',0,0,''),(2585,2585,'Instrumental 1','sound_set_30','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2586,2586,'Bronze Habbo trophy','prizetrophy7*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(2587,2587,'Blue BBQ','summer_grill*1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2588,2588,'Red BBQ','summer_grill*2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2589,2589,'Green BBQ','summer_grill*3','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2590,2590,'Yellow BBQ','summer_grill*4','s',2,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(2591,2591,'Blue Paddling Pool','summer_pool*1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2592,2592,'Red Paddling Pool','summer_pool*2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2593,2593,'Green Paddling Pool','summer_pool*3','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2594,2594,'Yellow Paddling Pool','summer_pool*4','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2595,2595,'Dance 6','sound_set_35','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2596,2596,'Dance 3','sound_set_31','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2597,2597,'Aquamarine One Way Gate','one_way_door*1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'onewaygate',2,'0','','',0,0,''),(2598,2598,'Black One Way Gate','one_way_door*2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'onewaygate',2,'0','','',0,0,''),(2599,2599,'White One Way Gate','one_way_door*3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'onewaygate',2,'0','','',0,0,''),(2600,2600,'Beige One Way Gate','one_way_door*4','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'onewaygate',2,'0','','',0,0,''),(2601,2601,'Pink One Way Gate','one_way_door*5','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'onewaygate',2,'0','','',0,0,''),(2602,2602,'Blue One Way Gate','one_way_door*6','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'onewaygate',2,'0','','',0,0,''),(2603,2603,'Green One Way Gate','one_way_door*7','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'onewaygate',2,'0','','',0,0,''),(2604,2604,'Yellow One Way Gate','one_way_door*8','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'onewaygate',2,'0','','',0,0,''),(2605,2605,'Red One Way Gate','one_way_door*9','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'onewaygate',2,'0','','',0,0,''),(2606,2606,'Sound Machine Pro','sound_machine_pro','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2607,2607,'Tapes from Goa','song_disk','s',1,1,0.12,1,0,0,0,1,1,0,0,0,'musicdisc',2,'0','','',0,0,''),(2608,2608,'Jukebox','jukebox*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'jukebox',1,'0','','',0,0,''),(2609,2609,'welcome_carpet','carpet_soft_tut','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2610,2610,'Sound set 44','sound_set_44','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2611,2611,'Habboween Crypt','habboween_crypt','s',1,3,1.60,0,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(2612,2612,'Rock 8','sound_set_41','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2613,2613,'Grunge Sign','grunge_sign','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2614,2614,'SFX 1','sound_set_43','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2615,2615,'Rock 4','sound_set_40','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2616,2616,'Rock 6','sound_set_38','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2617,2617,'Grunge Chair','grunge_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2618,2618,'Grunge Mattress','grunge_mattress','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2619,2619,'Grunge Shelf','grunge_shelf','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2620,2620,'Grave','hal_grave','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2621,2621,'Grunge Radiator','grunge_radiator','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2622,2622,'Rock 7','sound_set_39','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2623,2623,'Grunge Table','grunge_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2624,2624,'Sound set 42','sound_set_42','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2625,2625,'Green Cauldron','hal_cauldron','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'vendingmachine',0,'30','','',0,0,''),(2626,2626,'Unholy Ground','habboween_grass','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2627,2627,'Club 2','sound_set_47','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2628,2628,'Berlin Connection','sound_set_45','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2629,2629,'Club 3','sound_set_48','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2630,2630,'Club 1','sound_set_46','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2631,2631,'Club 6','sound_set_51','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2632,2632,'Club 5','sound_set_50','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(2633,2633,'Club 7','sound_set_52','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2634,2634,'Club 4','sound_set_49','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2635,2635,'Snowy Maze Shrubbery','plant_maze_snow','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2636,2636,'Snow Castle Gate','xmas_cstl_gate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2637,2637,'Reindeer','christmas_reindeer','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2638,2638,'Flashy Christmas tree','tree6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2639,2639,'Three Seat Sofa','exe_sofa','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2640,2640,'Snowy Maze Gate','plant_mazegate_snow','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2641,2641,'Ice Block Lantern','xmas_icelamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2642,2642,'postbank Safe','safe_silo_pb','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'17','','',0,0,''),(2643,2643,'Bar','exe_bardesk','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2644,2644,'Office Desk','exe_table','s',3,2,1.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2645,2645,'Drinks Tray','exe_drinks','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2646,2646,'Snow Castle Wall','xmas_cstl_wall','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2647,2647,'Sofa Chair','exe_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2648,2648,'Santa''s Sleigh','christmas_sleigh','s',2,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2649,2649,'Rudolph''s Loops','sound_set_54','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2650,2650,'Boss Chair','exe_chair2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2651,2651,'Snow Castle Tower','xmas_cstl_twr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2652,2652,'Oh Holy Habbo','sound_set_53','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2653,2653,'Snowy Christmas Tree','tree7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2654,2654,'Reindeer Droppings','christmas_poop','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2655,2655,'Bar Corner','exe_corner','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2656,2656,'RnB Grooves 4','sound_set_58','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2657,2657,'My first Habbo stool','noob_stool*1','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2658,2658,'My first Habbo stool','noob_stool*2','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2659,2659,'My first Habbo stool','noob_stool*3','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2660,2660,'My first Habbo stool','noob_stool*4','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2661,2661,'My first Habbo stool','noob_stool*5','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2662,2662,'My first Habbo stool','noob_stool*6','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2663,2663,'My first Habbo lamp','noob_lamp*1','s',1,1,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2664,2664,'My first Habbo lamp','noob_lamp*2','s',1,1,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2665,2665,'My first Habbo lamp','noob_lamp*3','s',1,1,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2666,2666,'My first Habbo lamp','noob_lamp*4','s',1,1,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2667,2667,'My first Habbo lamp','noob_lamp*5','s',1,1,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2668,2668,'My first Habbo lamp','noob_lamp*6','s',1,1,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2669,2669,'RnB Grooves 2','sound_set_56','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2670,2670,'RnB Grooves 5','sound_set_59','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2671,2671,'RnB Grooves 1','sound_set_55','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2672,2672,'Executive Globe','exe_globe','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(2673,2673,'RnB Grooves 3','sound_set_57','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2674,2674,'Office Plant','exe_plant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2675,2675,'My first Habbo chair','noob_chair*1','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2676,2676,'My first Habbo chair','noob_chair*2','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2677,2677,'My first Habbo chair','noob_chair*3','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2678,2678,'My first Habbo chair','noob_chair*4','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2679,2679,'My first Habbo chair','noob_chair*5','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2680,2680,'My first Habbo chair','noob_chair*6','s',1,1,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2681,2681,'My first Habbo rug','noob_rug*1','s',2,3,0.00,1,0,0,1,0,1,0,0,1,'default',2,'0','','',0,0,''),(2682,2682,'My first Habbo rug','noob_rug*2','s',2,3,0.00,1,0,0,1,0,1,0,0,1,'default',2,'0','','',0,0,''),(2683,2683,'My first Habbo rug','noob_rug*3','s',2,3,0.00,1,0,0,1,0,1,0,0,1,'default',2,'0','','',0,0,''),(2684,2684,'My first Habbo rug','noob_rug*4','s',2,3,0.00,1,0,0,1,0,1,0,0,1,'default',2,'0','','',0,0,''),(2685,2685,'My first Habbo rug','noob_rug*5','s',2,3,0.00,1,0,0,1,0,1,0,0,1,'default',2,'0','','',0,0,''),(2686,2686,'My first Habbo rug','noob_rug*6','s',2,3,0.00,1,0,0,1,0,1,0,0,1,'default',2,'0','','',0,0,''),(2687,2687,'My first Habbo table','noob_table*1','s',2,2,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2688,2688,'My first Habbo table','noob_table*2','s',2,2,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2689,2689,'My first Habbo table','noob_table*3','s',2,2,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2690,2690,'My first Habbo table','noob_table*4','s',2,2,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2691,2691,'My first Habbo table','noob_table*5','s',2,2,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2692,2692,'My first Habbo table','noob_table*6','s',2,2,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(2693,2693,'Door Teleports','teleport_door','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(2694,2694,'Magic Crystal Ball','fortune','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'dice',9,'0','','',0,0,''),(2695,2695,'Latin 1','sound_set_60','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2696,2696,'Love Randomizer','val_randomizer','s',4,1,1.40,0,1,0,0,1,1,0,1,1,'dice',4,'0','','',0,0,''),(2697,2697,'Chocolate','val_choco','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2698,2698,'Latin 2','sound_set_61','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2699,2699,'Grey Teddy Bear','val_teddy*1','s',1,1,0.90,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2700,2700,'Pink Teddy Bear','val_teddy*2','s',1,1,0.90,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2701,2701,'Green Teddy Bear','val_teddy*3','s',1,1,0.90,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2702,2702,'Brown Teddy Bear','val_teddy*4','s',1,1,0.90,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2703,2703,'Yellow Teddy Bear','val_teddy*5','s',1,1,0.90,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2704,2704,'Blue Teddy Bear','val_teddy*6','s',1,1,0.90,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2705,2705,'Sand Castle Tower','sand_cstl_twr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2706,2706,'Grunge Barrel','grunge_barrel','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2707,2707,'Grunge Bench','grunge_bench','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2708,2708,'Grunge Candle','grunge_candle','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2709,2709,'Spiderwick Chest','sw_chest','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2710,2710,'Sand Castle Wall','sand_cstl_wall','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2711,2711,'Spiderwick Raven','sw_raven','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2712,2712,'Sand Castle Gate','sand_cstl_gate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2713,2713,'Spiderwick Desk','sw_table','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2714,2714,'Hexagonal Tea Table','arabian_tetbl','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2715,2715,'Sushi Maguro','jp_tray1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2716,2716,'Tea Maker','arabian_teamk','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'1','','',0,0,''),(2717,2717,'Sushi Tamago','jp_tray5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2718,2718,'Champion trophy','prizetrophy9*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(2719,2719,'Berber Kilim Rug','arabian_rug','s',3,5,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2720,2720,'Sushi Kohada','jp_tray6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2721,2721,'Green Blossom Chair','arabian_chair','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2722,2722,'Green Blossom Pillow','arabian_pllw','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2723,2723,'Sweets Tray','arabian_tray3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2724,2724,'Sushi Ika','jp_tray2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2725,2725,'Sushi Uni','jp_tray4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2726,2726,'Sushi Ikura','jp_tray3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2727,2727,'Bubble Juice Floor','md_rug','s',4,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2728,2728,'Fruits Tray','arabian_tray4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2729,2729,'Duo Bubbles trophy','prizetrophy8*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(2730,2730,'Carved Cedar Divider','arabian_divdr','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2731,2731,'Amanjena Table','arabian_bigtb','s',3,2,0.80,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2732,2732,'Ornamental Urn','arabian_snake','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2733,2733,'Moon Lamp','rclr_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2734,2734,'Mint Tea Tray','arabian_tray1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2735,2735,'Candle Tray','arabian_tray2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2736,2736,'nouvelle_trax','nouvelle_trax','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'musicdisc',1,'0','','',0,0,''),(2737,2737,'Calippo icecream machine','calippo','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'4','','',0,0,''),(2738,2738,'Trax Alhambra 3','sound_set_64','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2739,2739,'Jukebox Pacha TV','jukebox_ptv*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'jukebox',2,'0','','',0,0,''),(2740,2740,'Trax Alhambra 2','sound_set_63','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2741,2741,'Trax Alhambra 1','sound_set_62','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2742,2742,'traxgold','traxgold','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(2743,2743,'traxbronze','traxbronze','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2744,2744,'traxsilver','traxsilver','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(2745,2745,'bench_puffet','bench_puffet','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2746,2746,'footylamp_campaign','footylamp_campaign','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2747,2747,'Blue Katana','jp_katana2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2748,2748,'Green Katana','jp_katana3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2749,2749,'Sushi Table','jp_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(2750,2750,'Shishi Odoishi','jp_rare','s',2,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(2751,2751,'Red Katana','jp_katana1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2752,2752,'Tiki Trax Pack 2','sound_set_66','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2753,2753,'Tiki Tray with Fish','tiki_tray3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2754,2754,'tampax_rug','tampax_rug','s',3,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2755,2755,'Tiki Tray with Fruit','tiki_tray1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2756,2756,'Tiki Toucan','tiki_toucan','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2757,2757,'Tiki Waterfall','tiki_waterfall','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2758,2758,'starter lamp','noob_lamp_tradeable*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2759,2759,'starter lamp','noob_lamp_tradeable*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2760,2760,'starter lamp','noob_lamp_tradeable*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2761,2761,'starter lamp','noob_lamp_tradeable*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2762,2762,'starter lamp','noob_lamp_tradeable*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2763,2763,'starter lamp','noob_lamp_tradeable*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2764,2764,'Gold Bar (500)','CFC_500_goldbar','s',1,1,0.50,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2765,2765,'Tiki Tray with Pig''s Head','tiki_tray4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2766,2766,'Tiki Trax Pack 1','sound_set_65','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2767,2767,'Madball Trax 3','sound_set_70','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2768,2768,'Tiki Tray with Pineapple','tiki_tray2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2769,2769,'Tiki Parasol','tiki_parasol','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2770,2770,'Sack of Coins (200)','CFC_200_moneybag','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2771,2771,'Tiki Trax Pack 3','sound_set_67','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2772,2772,'Silver Coin (50)','CFC_50_coin_silver','s',1,1,0.20,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2773,2773,'Tiki Torch','tiki_torch','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2774,2774,'Teamaker','jp_teamaker','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'28','','',0,0,''),(2775,2775,'starter chair','noob_chair_tradeable*1','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2776,2776,'starter chair','noob_chair_tradeable*2','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2777,2777,'starter chair','noob_chair_tradeable*3','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2778,2778,'starter chair','noob_chair_tradeable*4','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2779,2779,'starter chair','noob_chair_tradeable*5','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2780,2780,'starter chair','noob_chair_tradeable*6','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2781,2781,'Tiki Jungle Rug','tiki_junglerug','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2782,2782,'Tiki Statue','tiki_statue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2783,2783,'Lucky Bamboo','noob_plant','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2784,2784,'Tiki Bar Stool','tiki_bench','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2785,2785,'Tiki Butterflies','tiki_bflies','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(2786,2786,'starter rug','noob_rug_tradeable*1','s',2,3,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2787,2787,'starter rug','noob_rug_tradeable*2','s',2,3,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2788,2788,'starter rug','noob_rug_tradeable*3','s',2,3,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2789,2789,'starter rug','noob_rug_tradeable*4','s',2,3,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2790,2790,'starter rug','noob_rug_tradeable*5','s',2,3,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2791,2791,'starter rug','noob_rug_tradeable*6','s',2,3,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2792,2792,'Tiki Tray Empty','tiki_tray0','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2793,2793,'Madball Trax 1','sound_set_68','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2794,2794,'Tiki Bar Corner','tiki_corner','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2795,2795,'Tiki Bar Desk','tiki_bardesk','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2796,2796,'Gold Coin (100)','CFC_100_coin_gold','s',1,1,0.20,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2797,2797,'Bronze Coin (China)','CFC_10_coin_bronze','s',1,1,0.20,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(2798,2798,'Tiki Sand Rug','tiki_sand','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2799,2799,'Madball Trax 2','sound_set_69','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2800,2800,'Plate With Pancakes','diner_tray_4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2801,2801,'Garden Gnome','svnr_de','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(2802,2802,'Plate With Steak','diner_tray_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2803,2803,'Diner Rug','diner_rug','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2804,2804,'Aquamarine Sofa 2','diner_sofa_2*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2805,2805,'Pink Sofa 2','diner_sofa_2*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2806,2806,'Black Sofa 2','diner_sofa_2*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2807,2807,'White Sofa 2','diner_sofa_2*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2808,2808,'Beige Sofa 2','diner_sofa_2*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2809,2809,'Blue Sofa 2','diner_sofa_2*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2810,2810,'Green Sofa 2','diner_sofa_2*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2811,2811,'Yellow Sofa 2','diner_sofa_2*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2812,2812,'Red Sofa 2','diner_sofa_2*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2813,2813,'Gondola','svnr_it','s',2,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(2814,2814,'Diner Shaker','diner_shaker','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2815,2815,'Plate With Bacon','diner_tray_5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2816,2816,'Aquamarine Register','diner_cashreg*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2817,2817,'Pink Register','diner_cashreg*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2818,2818,'Black Register','diner_cashreg*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2819,2819,'White Register','diner_cashreg*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2820,2820,'Beige Register','diner_cashreg*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2821,2821,'Blue Register','diner_cashreg*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2822,2822,'Green Register','diner_cashreg*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2823,2823,'Yellow Register','diner_cashreg*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2824,2824,'Red Register','diner_cashreg*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2825,2825,'Clog','svnr_nl','s',1,2,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(2826,2826,'Plate With Milkshakes','diner_tray_6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2827,2827,'Aquamarine Gum Machine','diner_gumvendor*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2828,2828,'Pink Gum Machine','diner_gumvendor*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2829,2829,'Black Gum Machine','diner_gumvendor*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2830,2830,'White Gum Machine','diner_gumvendor*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2831,2831,'Beige Gumball Machine','diner_gumvendor*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2832,2832,'Blue Gum Machine','diner_gumvendor*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2833,2833,'Green Gum Machine','diner_gumvendor*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2834,2834,'Yellow Gum Machine','diner_gumvendor*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(2835,2835,'Red Gum Machine','diner_gumvendor*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'92,93,94','','',0,0,''),(2836,2836,'Koala','svnr_aus','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(2837,2837,'Empty Plate','diner_tray_0','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2838,2838,'Big Ben','svnr_uk','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(2839,2839,'Plate With Hamburger','diner_tray_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2840,2840,'Ketchup and Mustard','diner_tray_7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2841,2841,'Plate With Spaghetti','diner_tray_3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2842,2842,'Aquamarine Gate','diner_bardesk_gate*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2843,2843,'Pink Gate','diner_bardesk_gate*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2844,2844,'Black Gate','diner_bardesk_gate*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2845,2845,'White Gate','diner_bardesk_gate*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2846,2846,'Beige Gate','diner_bardesk_gate*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2847,2847,'Blue Gate','diner_bardesk_gate*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2848,2848,'Green Gate','diner_bardesk_gate*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2849,2849,'Yellow Gate','diner_bardesk_gate*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2850,2850,'Red Gate','diner_bardesk_gate*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2851,2851,'Aquamarine Bar','diner_bardesk*1','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2852,2852,'Pink Bar','diner_bardesk*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2853,2853,'Black Bar','diner_bardesk*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2854,2854,'White Bar','diner_bardesk*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2855,2855,'Beige Bar','diner_bardesk*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2856,2856,'Blue Bar','diner_bardesk*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2857,2857,'Green Bar','diner_bardesk*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2858,2858,'Yellow Bar','diner_bardesk*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2859,2859,'Red Bar','diner_bardesk*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2860,2860,'ads_dave_cns','ads_dave_cns','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2861,2861,'Aquamarine Stool','diner_chair*1','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2862,2862,'Pink Stool','diner_chair*2','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2863,2863,'Black Stool','diner_chair*3','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2864,2864,'White Stool','diner_chair*4','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2865,2865,'Beige Stool','diner_chair*5','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2866,2866,'Blue Stool','diner_chair*6','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2867,2867,'Green Stool','diner_chair*7','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2868,2868,'Yellow Stool','diner_chair*8','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2869,2869,'Red Stool','diner_chair*9','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2870,2870,'Aquamarine Corner','diner_bardesk_corner*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2871,2871,'Pink Corner','diner_bardesk_corner*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2872,2872,'Black Corner','diner_bardesk_corner*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2873,2873,'White Corner','diner_bardesk_corner*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2874,2874,'Beige Corner','diner_bardesk_corner*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2875,2875,'Blue Corner','diner_bardesk_corner*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2876,2876,'Green Corner','diner_bardesk_corner*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2877,2877,'Yellow Corner','diner_bardesk_corner*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2878,2878,'Red Corner','diner_bardesk_corner*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2879,2879,'Aquamarine Table','diner_table_2*1','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2880,2880,'Pink Table','diner_table_2*2','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2881,2881,'Black Table','diner_table_2*3','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2882,2882,'White Table','diner_table_2*4','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2883,2883,'Beige Table','diner_table_2*5','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2884,2884,'Blue Table','diner_table_2*6','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2885,2885,'Green Table','diner_table_2*7','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2886,2886,'Yellow Table','diner_table_2*8','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2887,2887,'Red Table','diner_table_2*9','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2888,2888,'Aquamarine Sofa 1','diner_sofa_1*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2889,2889,'Pink Sofa 1','diner_sofa_1*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2890,2890,'Black Sofa 1','diner_sofa_1*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2891,2891,'White Sofa 1','diner_sofa_1*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2892,2892,'Beige Sofa 1','diner_sofa_1*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2893,2893,'Blue Sofa 1','diner_sofa_1*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2894,2894,'Green Sofa 1','diner_sofa_1*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2895,2895,'Yellow Sofa 1','diner_sofa_1*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2896,2896,'Red Sofa 1','diner_sofa_1*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2897,2897,'Aquamarine Booth Table','diner_table_1*1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2898,2898,'Pink Booth Table','diner_table_1*2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2899,2899,'Black Booth Table','diner_table_1*3','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2900,2900,'White Booth Table','diner_table_1*4','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2901,2901,'Beige Booth Table','diner_table_1*5','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2902,2902,'Blue Booth Table','diner_table_1*6','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2903,2903,'Green Booth Table','diner_table_1*7','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2904,2904,'Yellow Booth Table','diner_table_1*8','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2905,2905,'Red Booth Table','diner_table_1*9','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2906,2906,'Greek Seat','greek_seat','s',1,1,0.60,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2907,2907,'easy_bowl2','easy_bowl2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2908,2908,'Greek Gate','greek_gate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2909,2909,'Greek Pillar','greek_pillars','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2910,2910,'Greek Corner','greek_corner','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2911,2911,'easy_carpet name','easy_carpet','s',4,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2912,2912,'Greek trophy','greektrophy*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(2913,2913,'Greek trophy','greektrophy*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(2914,2914,'Greek trophy','greektrophy*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(2915,2915,'greek_block','greek_block','s',2,1,0.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2916,2916,'netari_carpet','netari_carpet','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2917,2917,'HC Shelf','hcc_shelf','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2918,2918,'Crime Divider','det_divider','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(2919,2919,'HC Chair','hcc_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2920,2920,'HC Stool','hcc_stool','s',1,1,1.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2921,2921,'HC Sofa','hcc_sofa','s',2,1,1.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2922,2922,'Chalk Outline','det_body','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2923,2923,'HC Table','hcc_table','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2924,2924,'HC Minibar','hcc_minibar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'24','','',0,0,''),(2925,2925,'HC Sofa Chair','hcc_sofachair','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2926,2926,'HC Corner','hcc_crnr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2927,2927,'HC Divider','hcc_dvdr','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2928,2928,'Bobba Carpet','sob_carpet','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2929,2929,'Hump Massaging Chair','igor_seat','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2930,2930,'Lime Slurpee Machine','ads_711*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(2931,2931,'Cherry Slurpee Machine','ads_711*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(2932,2932,'Blueberry Slurpee Machine','ads_711*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(2933,2933,'ads_711*4','ads_711*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(2934,2934,'The Switch','ads_igorswitch','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2935,2935,'Ray Gun','ads_igorraygun','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2936,2936,'The Brain','ads_igorbrain','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2937,2937,'Gooey Hospital Bed','hween08_bed2','s',1,3,1.90,0,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(2938,2938,'Bloody Defibrilator','hween08_defibs','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2939,2939,'Gooey Defibrilator','hween08_defibs2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2940,2940,'Gooey Sink','hween08_sink2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'30','','',0,0,''),(2941,2941,'Hospital Trolley','hween08_trll','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2942,2942,'Bloody Hospital Curtain','hween08_curtain','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2943,2943,'Bodybag','hween08_bbag','s',1,3,1.30,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(2944,2944,'Bloody Sink','hween08_sink','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'29','','',0,0,''),(2945,2945,'Bloody Hospital Bed','hween08_bed','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(2946,2946,'Manhole','hween08_manhole','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2947,2947,'Gooey Bathtub','hween08_bath2','s',1,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2948,2948,'Bloody Bathtub','hween08_bath','s',1,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2949,2949,'Gooey Hospital Curtain','hween08_curtain2','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2950,2950,'Large Stage','party_block2','s',2,2,0.70,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2951,2951,'Bubble Lamp','party_tube_bubble','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(2952,2952,'Party Chair','party_seat','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2953,2953,'Microphone','party_mic','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2954,2954,'DJ Table','party_djtable','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2955,2955,'Party Tray','party_tray','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'31','','',0,0,''),(2956,2956,'Neon Table','party_table','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(2957,2957,'Party Corner','party_barcorn','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2958,2958,'Dance Floor','party_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',10,'0','','',0,0,''),(2959,2959,'Small Stage','party_block','s',1,1,0.90,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2960,2960,'Neon Chair','party_chair','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2961,2961,'Beamer','party_beamer','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(2962,2962,'Party Bar','party_bardesk','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2963,2963,'Party Spotlight','party_discol','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(2964,2964,'Disco Ball','party_ball','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2965,2965,'Laser','party_ravel','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(2966,2966,'Lava Lamp','party_tube_lava','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(2967,2967,'Icy Xmas Tree','xmas08_icetree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2968,2968,'Icy Lantern','xmas08_lantern','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2969,2969,'Robot Penguin','penguin_robot','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2970,2970,'Icy Divider Corner','xmas08_dvdr2','s',1,1,1.60,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2971,2971,'Christmas Penguin','penguin_elf','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2972,2972,'Penguin Gift','xmas08_trph1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2973,2973,'Skater Penguin','penguin_skater','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2974,2974,'campfire','campfire','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(2975,2975,'Bunny Penguin','penguin_bunny','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2976,2976,'Ninja Penguin','penguin_ninja','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2977,2977,'Emperor Penguin','penguin_basic','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2978,2978,'Icy Teleport','xmas08_telep','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(2979,2979,'Boxer Penguin','penguin_boxer','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2980,2980,'Fish Hole','xmas08_hole','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'34','','',0,0,''),(2981,2981,'Ski Penguin','penguin_ski','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2982,2982,'Snow Storm','xmas_snow','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(2983,2983,'Infected Penguin','penguin_infected','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2984,2984,'Summer Penguin','penguin_swim','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2985,2985,'Geyser','xmas08_geysir','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2986,2986,'Hot Tub','xmas08_hottub','s',2,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2987,2987,'Cowboy Penguin','penguin_cowboy','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2988,2988,'Hockey Penguin','penguin_icehockey','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2989,2989,'Clown Penguin','penguin_clown','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2990,2990,'Luchador Penguin','penguin_wrestler','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2991,2991,'Finnish sauna','svnr_fi','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(2992,2992,'Icy Divider','xmas08_dvdr1','s',2,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2993,2993,'Fluorescent Penguin','penguin_glow','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2994,2994,'Sumo Penguin','penguin_sumo','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2995,2995,'Musketeer Penguin','penguin_musketeer','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2996,2996,'Ballerina Penguin','penguin_ballet','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2997,2997,'Magic Penguin','penguin_magician','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2998,2998,'Superhero Penguin','penguin_super','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(2999,2999,'Pirate Penguin','penguin_pirate','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3000,3000,'Sound set 71','sound_set_71','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(3001,3001,'Icy Chair','xmas08_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3002,3002,'Ice Patch','xmas08_icerug','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3003,3003,'Beautiful Penguin','penguin_hunchback','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3004,3004,'Punk Penguin','penguin_punk','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3005,3005,'Snow Seat','xmas08_snowpl','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3006,3006,'Cube Tree','xmas08_cubetree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3007,3007,'Pilot Penguin','penguin_pilot','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3008,3008,'Executive Penguin','penguin_suit','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3009,3009,'Icy Table','xmas08_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3010,3010,'Disco Penguin','penguin_rock','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3011,3011,'Explosion','fx_explosion','s',1,1,1.00,1,0,0,1,0,0,0,0,1,'default',2,'0','','',0,0,''),(3012,3012,'Bubbles','fx_bubble','s',1,1,1.00,1,0,0,1,0,0,0,0,1,'default',2,'0','','',0,0,''),(3013,3013,'Flare','fx_flare','s',1,1,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(3014,3014,'Idea Agency Teleporter','ads_cltele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3015,3015,'Eco Friendly Penguin','xmas08_trph2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3016,3016,'The Leviatha','lostc_merdragon','s',1,3,1.00,1,0,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(3017,3017,'Idea Agency Desk','ads_cldesk','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3018,3018,'OB Pillow','ads_ob_pillow','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3019,3019,'Childline Rug','ads_clfloor','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3020,3020,'Mall tele-door','ads_mall_tele','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3021,3021,'Idea Agency Lava Lamp','ads_cllava2','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3022,3022,'Lotus Pool','bolly_lotus_pool','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3023,3023,'kinkysofa','kinkysofa','s',2,1,1.30,1,2,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(3024,3024,'Moongate','china_moongt','s',1,3,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3025,3025,'Ox Statue','china_ox','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3026,3026,'Petals','bolly_petals','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3027,3027,'Basic Floor Tile','bolly_tile2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3028,3028,'Ornamental Floor Tile','bolly_tile1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3029,3029,'Fountain','bolly_fountain','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3030,3030,'Pillow','bolly_pillow','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3031,3031,'Corner','bolly_corner','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3032,3032,'Yellow Curtain','bolly_drapec','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3033,3033,'Elephant Minibar','bolly_phant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'35','','',0,0,''),(3034,3034,'Elephant Minibar','bolly_desk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3035,3035,'Large square table','bolly_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3036,3036,'Monkey Lamp','bolly_monkey_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3037,3037,'Swing','bolly_swing','s',2,1,1.70,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3038,3038,'Pink Curtain','bolly_drapea','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3039,3039,'Palm Tree','bolly_palm','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3040,3040,'Green Curtain','bolly_drapeb','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3041,3041,'Chandelier','bolly_lamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3042,3042,'Palm Tree','bolly_tree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3043,3043,'Vase of Flowers','bolly_vase','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1019','','',0,0,''),(3044,3044,'Planet of Love','planet_of_love','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(3045,3045,'American Idol Floor Tile 1','ads_idol_floor1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3046,3046,'Flask','ads_igor_flask','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3047,3047,'American Idol Floor Tile 2','ads_idol_floor2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3048,3048,'American Idol Curtain','ads_idol_drape','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3049,3049,'Evil Genius Desk','ads_igor_dsk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3050,3050,'American Idol Judge Desk','ads_idol_desk','s',1,4,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3051,3051,'American Idol Judge Chair','ads_idol_ch','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3052,3052,'Iku-Turso','lostc_octopus','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(3053,3053,'American Idol Star Teleport','ads_idol_tele','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3054,3054,'American Idol Microphone','ads_idol_mic','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3055,3055,'American Idol Trax Machine','ads_idol_trax','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(3056,3056,'American Idol Piano Chair','ads_idol_pchair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3057,3057,'American Idol Audience Chair','ads_idol_audChr','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3058,3058,'American Idol Piano','ads_idol_piano','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3059,3059,'American Idol Jukebox','ads_idol_jukebox*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'jukebox',2,'0','','',0,0,''),(3060,3060,'Ocean Floor Window','lc_glass_floor','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3061,3061,'Wood Chair','lc_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3062,3062,'Crab Patch','lc_crab1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3063,3063,'Wood Stool','lc_stool','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3064,3064,'Large Jellyfish Lamp','lc_medusa1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3065,3065,'Water Tubes','lc_tubes_straight','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3066,3066,'7-11 Cooler','ads_711shelf','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(3067,3067,'Wood Table','lc_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3068,3068,'Clawford C. Crabbington III','lc_crab2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3069,3069,'Cobbled Stones','lc_tile2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3070,3070,'Bar Desk','lc_desk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3071,3071,'Architeuthis','lostc_teleport','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'teleport',1,'0','','',0,0,''),(3072,3072,'Tube Corner','lc_tubes_corners','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3073,3073,'Jellyfish Lamp','lc_medusa2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3074,3074,'Anemone','lc_anemone','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3075,3075,'Bar Corner','lc_corner','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3076,3076,'Marble Floor Tile','lc_tile1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3077,3077,'Coral Divider','lc_coral_divider_low','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3078,3078,'Large Coral Divider','lc_coral_divider_hi','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3079,3079,'Clothes Rack','ads_idol_clRack','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3080,3080,'Hot Spot & Scoreboard','ads_idol_hotspot','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',103,'0','','',0,0,''),(3081,3081,'Voting Chair','ads_idol_voting_ch','s',1,1,1.20,1,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3082,3082,'Eco Light 2','eco_light2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3083,3083,'Potted Cactus 1','eco_cactus1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3084,3084,'Eco Stool 1','eco_chair1','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3085,3085,'Potted Cactus 3','eco_cactus3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3086,3086,'Eco Coffee Table 3','eco_table3','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3087,3087,'Safety Cone','bump_tottero','s',1,1,1.00,0,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(3088,3088,'Eco Armchair 3','eco_sofa3','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3089,3089,'Eco Coffee Table 2','eco_table2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3090,3090,'Road Signs','bump_signs','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',7,'0','','',0,0,''),(3091,3091,'Eco Lamp 3','eco_lamp3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3092,3092,'Eco Lamp 2','eco_lamp2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3093,3093,'Orange Tree','eco_tree1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3094,3094,'Eco Stool 3','eco_chair3','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3095,3095,'Furni-Matic Box','ecotron_box','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(3096,3096,'Eco Armchair 1','eco_sofa1','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3097,3097,'Eco Lamp 1','eco_lamp1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3098,3098,'Eco Light 1','eco_light1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3099,3099,'Eco Coffee Table 1','eco_table1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3100,3100,'Eco Armchair 2','eco_sofa2','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3101,3101,'Bumper Tires','bump_tires','s',1,1,0.80,1,0,0,0,0,1,0,0,1,'default',3,'0','','',0,0,''),(3102,3102,'Fruit Bowl 2','eco_fruits2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3103,3103,'Traffic Lights','bump_lights','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',3,'0','','',0,0,''),(3104,3104,'Fruit Bowl 3','eco_fruits3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3105,3105,'Potted Cactus 2','eco_cactus2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3106,3106,'Eco Stool 2','eco_chair2','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3107,3107,'Fruit Bowl 1','eco_fruits1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3108,3108,'Eco Light 3','eco_light3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3109,3109,'Pear Tree','eco_tree2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3110,3110,'Road','bump_road','s',2,2,0.00,1,0,0,1,0,1,0,0,1,'default',4,'0','','',0,0,''),(3111,3111,'Talk To FRANK Brain Lamp','ads_frankb','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3112,3112,'ads_grefusa_cactus name','ads_grefusa_cactus','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3113,3113,'Sacred Fire','totem_leg','s',1,1,1.25,1,0,0,0,1,1,0,1,1,'default',12,'0','','',0,0,''),(3114,3114,'Art Lamp','exe_artlamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3115,3115,'Bush Divider','env_bushes','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3116,3116,'News Reporter Desk','ads_idol_newsDsk','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3117,3117,'Beech Stool','env_tree1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3118,3118,'Friendship Tree','env_tree4','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3119,3119,'Gate','exe_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3120,3120,'Cubicle Partition','ads_idol_cork','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3121,3121,'Cubelight','exe_cubelight','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3122,3122,'Light','exe_light','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3123,3123,'Tree Stool 2','env_tree2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3124,3124,'Interview Chair','ads_idol_ichair','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3125,3125,'Linden Stool','env_tree3','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3126,3126,'Tube Light','ads_idol_tube','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3127,3127,'Idea Agency Jukebox','ads_cl_jukeb','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3128,3128,'Bush Gate Divider','env_bushes_gate','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3129,3129,'Grass Patch','env_grass','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3130,3130,'Beverage Tower','tray_glasstower','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'40','','',0,0,''),(3131,3131,'ads_malaco_gu','ads_malaco_gu','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3132,3132,'ads_reebok_block2','ads_reebok_block2','s',2,2,0.80,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3133,3133,'Elegant Party Cake','tray_cake','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3134,3134,'Beverage Tray','tray_champagne','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3135,3135,'ads_malaco_rug_name','ads_malaco_rug','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3136,3136,'Formal Dining Table','ads_idol_tblCloth','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3137,3137,'Idea Agency Sofa','ads_cl_sofa','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3138,3138,'Blue Chandelier','ads_idol_lamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3139,3139,'Idea Agency Super Cake','ads_clcake','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3140,3140,'American Idol Carpet','ads_idol_carpet','s',2,7,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3141,3141,'Rock Divider','country_fnc2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3142,3142,'Eco Mushroom 1','eco_mush1','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3143,3143,'Rainbow','country_rbw','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3144,3144,'Country Trax Pack','sound_set_72','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3145,3145,'Soil','country_soil','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(3146,3146,'Log','country_log','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3147,3147,'Tractor','country_trctr','s',2,2,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3148,3148,'Country Stage','country_stage','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3149,3149,'Well','country_well','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'91','','',0,0,''),(3150,3150,'Gate','country_gate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3151,3151,'The Golden Tablet','ads_goldtabl','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3152,3152,'Rock Corner Divider','country_fnc3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3153,3153,'Rain','country_rain','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3154,3154,'Wooden Divider','country_fnc1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3155,3155,'Eco Mushroom 2','eco_mush2','s',1,1,1.50,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3156,3156,'ads_calip_cola_1 name','ads_calip_cola*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(3157,3157,'ads_calip_cola_2 name','ads_calip_cola*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(3158,3158,'ads_calip_cola_3 name','ads_calip_cola*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(3159,3159,'ads_calip_cola_4 name','ads_calip_cola*4','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(3160,3160,'Scarecrow','country_scarecrow','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3161,3161,'The Outhouse','env_telep','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3162,3162,'Grass Patch','country_grass','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3163,3163,'Wheat Patch','country_wheat','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3164,3164,'Ditch Corner','country_corner','s',1,1,0.20,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3165,3165,'Ditch','country_ditch','s',1,2,0.20,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3166,3166,'Patio','country_patio','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3167,3167,'Totem Spirit Head','totem_head','s',1,1,1.75,1,0,0,0,1,1,0,1,1,'default',15,'0','','',0,0,''),(3168,3168,'ads_calip_chair name','ads_calip_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3169,3169,'American Idol Trophy','ads_idol_trophy','s',1,1,1.00,1,0,0,0,1,1,0,0,0,'trophy',1,'0','','',0,0,''),(3170,3170,'Small Torch','LT_pillar2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3171,3171,'Tribal Seat','LT_throne','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3172,3172,'Lost Tribe Gate','lt_gate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3173,3173,'Laptop Desk','laptopdesk','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3174,3174,'Ant Hill','lt_bughill','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3175,3175,'Lost Tribe Large Stage','lt_stage2','s',2,2,0.90,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3176,3176,'Lava Ditch','lt_lava','s',1,2,0.10,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3177,3177,'Stone Divider','lt_stone2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3178,3178,'Legs Tarantina','lt_spider','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3179,3179,'Audience Chair','audChr','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3180,3180,'Lava Corner','lt_lavac','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3181,3181,'Planet of Eternity','saturn','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(3182,3182,'ads_calip_pool name','ads_calip_pool','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3183,3183,'Lost Tribe Small Stage','lt_stage1','s',1,1,0.70,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3184,3184,'Clothes Rack','clrack','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3185,3185,'Lost Tribe Statue','lt_statue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3186,3186,'Notice Board','noticeboard','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3187,3187,'Big Torch','LT_pillar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3188,3188,'Lost Tribe Patch','lt_patch','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3189,3189,'The Lost Skull','LT_skull','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3190,3190,'ads_calip_tele name','ads_calip_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3195,3195,'ads_calip_parasol name','ads_calip_parasol','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3196,3196,'Stone Corner','lt_stone1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3197,3197,'ads_calip_lava name','ads_calip_lava','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3198,3198,'ads_calip_fan','ads_calip_fan','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3199,3199,'Transparent Floor','transparent_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3200,3200,'Totem Planet','totem_planet','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(3201,3201,'voting_ch name','voting_ch','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3202,3202,'Quick Coffee Stop','ads_mall_coffeem','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'41','','',0,0,''),(3203,3203,'Spaceship Roof','sf_roof','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3204,3204,'Large Crate','SF_crate_2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3205,3205,'Small Crate','SF_crate_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3206,3206,'Light Pole','sf_stick','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3207,3207,'Medium Chair','SF_chair_blue','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3208,3208,'Navigation Console','SF_panel3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3209,3209,'SciFi Roller','sf_roller','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(3210,3210,'Dizziti','SF_alien','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3211,3211,'Spaceship Floor Dark','SF_floor_2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3212,3212,'Warp Reactor','SF_reactor','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3213,3213,'Transparent Floor','sf_floor','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3214,3214,'Space Teleporter','sf_tele','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3215,3215,'Small Chair','SF_chair_green','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3216,3216,'Mall Kiosk','ads_mall_kiosk','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'29,30,34,36,37,38','','',0,0,''),(3217,3217,'Command Console','SF_panel1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3218,3218,'Engineering Console','SF_panel2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3219,3219,'Cryogenic Bed','sf_pod','s',1,3,1.36,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(3220,3220,'Space Table','SF_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3221,3221,'Display-Gate','sf_gate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3222,3222,'Spaceship Floor Light','SF_floor_1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3223,3223,'Captain''s Chair','SF_chair_red','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3224,3224,'Spaceship Lamp','SF_lamp','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3225,3225,'Cool Trophy','prizetrophy_cool','s',1,1,1.00,1,0,0,0,1,1,0,0,0,'trophy',1,'0','','',0,0,''),(3226,3226,'ads_elisa_gnome name','ads_elisa_gnome','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3227,3227,'Blue Raft','summer_raft2','s',1,1,0.90,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3228,3228,'Pink Raft','summer_raft1','s',1,1,0.90,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3229,3229,'Hot Trophy','prizetrophy_hot','s',1,1,1.00,1,0,0,0,1,1,0,0,0,'trophy',1,'0','','',0,0,''),(3230,3230,'Orange Soda Machine','ads_oc_soda','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(3231,3231,'Ice Box','summer_icebox','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'43','','',0,0,''),(3232,3232,'Mars Moonrug','marsrug','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(3233,3233,'Relaxation Stones','rela_stone','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3234,3234,'White Candles','rela_candles1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3235,3235,'Violet Candle','rela_candle3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3236,3236,'Violet Candles','rela_candles3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3237,3237,'The Asteroid','pix_asteroid','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(3238,3238,'White Candle','rela_candle1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3239,3239,'Orchid','rela_orchid','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3240,3240,'Stick in Jar','rela_stick','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3241,3241,'Orange Slurpee Machine','ads_711*5','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(3242,3242,'Aqua Slurpee Machine','ads_711*6','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(3243,3243,'Pink Slurpee Machine','ads_711*7','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(3244,3244,'Red Candle','rela_candle2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3245,3245,'Red Candles','rela_candles2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3246,3246,'Relaxation Plant','rela_plant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3247,3247,'Comfort Cradle','rela_hchair','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3248,3248,'Rock Seat','rela_rock','s',1,1,0.90,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3249,3249,'Kitchen Fridge','ktchn_fridge','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'3,36,37,38','','',0,0,''),(3250,3250,'Kitchen Inspector','ktchn_inspctr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3251,3251,'ads_1800tele','ads_1800tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3252,3252,'Hanging Pot Rack','ktchn_pots','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',10,'0','','',0,0,''),(3253,3253,'Kitchen Counter Large','ktchn_countr_2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3254,3254,'Kitchen Swinging Door','ktchn_gate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3255,3255,'Butcher''s Block','ktchn_bBlock','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3256,3256,'Industrial Stove','ktchn_stove','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3257,3257,'Kitchen Wall Divider Corner','ktchn_cornr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3258,3258,'Kitchen Light','ktchn_light','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3259,3259,'Kitchen Wall Divider','ktchn_dvdr','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3260,3260,'Kitchen Work Table','ktchn_desk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3261,3261,'Kitchen Counter Small','ktchn_countr_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3262,3262,'Industrial Sink','ktchn_sink','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3263,3263,'Dinner Plates','ktchn_plates','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3264,3264,'Trash Can','ktchn_trash','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3265,3265,'Street Lamp','urban_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3266,3266,'Urban Trash Can','urban_bin','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3267,3267,'Urban Fence','urban_fence','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3268,3268,'Taxi Sofa','urban_carsofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3269,3269,'Urban Bench','urban_bench','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3270,3270,'Road Block','urban_blocker','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3271,3271,'Urban Basketball Hoop','urban_bsktbll','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3272,3272,'Fire Hydrant','urban_wpost','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3273,3273,'Astro-Bar','sf_mbar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'44','','',0,0,''),(3274,3274,'Sidewalk','urban_sidewalk','s',2,2,0.20,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3275,3275,'Urban Fence Corner','urban_fence_corner','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3276,3276,'ads_idol_l_carpet name','ads_idol_l_carpet','s',2,7,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3277,3277,'ads_gsArcade_1 name','ads_gsArcade_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3278,3278,'Arcade Cabinet','ads_gsArcade_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3279,3279,'Golden EMA Trophy','ads_mtvtrophy_gold','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3280,3280,'ads_spang_sleep','ads_spang_sleep','s',1,3,0.80,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(3281,3281,'MTV EMA Trophy','ads_mtvtrophy_silver','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3282,3282,'Ghostly Organ','hween09_organ','s',2,1,1.00,1,0,0,0,1,0,0,0,1,'default',3,'0','','',0,0,''),(3283,3283,'ads_idol_chmpgn','ads_idol_chmpgn','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3284,3284,'Clean Bench','urban_bench_plain','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3285,3285,'Creepy Trap Door','hween09_hatch','s',2,2,0.00,1,0,0,0,1,0,0,0,1,'gate',2,'0','','',0,0,''),(3286,3286,'Creepy Table','hween09_table','s',1,3,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(3287,3287,'Strange Jar','hween09_jar','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(3288,3288,'Creaky Floor','hween09_floor','s',2,2,0.00,1,0,0,1,1,0,0,0,1,'default',5,'0','','',0,0,''),(3289,3289,'byesw_hotel','byesw_hotel','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(3290,3290,'Ghost-in-the-Box','hween09_ghost','s',1,1,0.00,1,0,0,1,1,0,0,0,1,'default',2,'0','','',0,0,''),(3291,3291,'byesw_hand','byesw_hand','s',1,1,1.35,0,1,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3292,3292,'Haunted TV','hween09_tv','s',2,1,1.00,1,0,0,0,1,0,0,0,1,'default',3,'0','','',0,0,''),(3293,3293,'Ghostly Mirror','hween09_mirror','s',1,1,1.00,0,1,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(3294,3294,'Haunted Chandelier','hween09_chandelier','s',1,1,0.00,1,0,0,1,1,0,0,0,1,'default',3,'0','','',0,0,''),(3295,3295,'Haunted Chair','hween09_chair','s',1,1,1.35,0,1,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(3296,3296,'Toolbox','ads_twi_toolbx','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3297,3297,'Cake on Table with Presents','ads_twi_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3298,3298,'Clock Tower','ads_twi_tower','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3299,3299,'Broken Piano','ads_twi_piano','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3300,3300,'Volturi Royal Chair','ads_twi_chair','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3301,3301,'Fountain','ads_twi_fountn','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3302,3302,'Clock Tower wall','ads_twi_dvdr2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3303,3303,'Half wall','ads_twi_dvdr1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3304,3304,'Standing Rose Bouquet','ads_twi_roses','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3305,3305,'Elevator Teleport','exe_elevator','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3306,3306,'Mall Lift','ads_mall_elevator','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3307,3307,'The Health Nut','ktchn_hlthNut','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3308,3308,'Fog','ads_twi_mist','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3309,3309,'Regular Nest Brown','nest_plow_bro','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'normal',1,'0','','',0,0,''),(3310,3310,'Snug Nest Green','nest_snug_grn','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3311,3311,'Twilight Trophy','ads_twi_trophy','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(3312,3312,'Arabian Tile','arabian_tile','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3313,3313,'Large Bauble','xm09_lrgBauble','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',10,'0','','',0,0,''),(3314,3314,'Candy Canes','xm09_candyCane','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3315,3315,'Snug Nest Blue','nest_snug_blu','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3316,3316,'Regular Nest Blue','nest_plow_blu','s',1,1,0.80,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3317,3317,'Snug Nest Red','nest_snug_red','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3318,3318,'Regular Nest','nest_plow_reg','s',1,1,0.80,0,1,0,1,1,1,0,0,1,'normal',1,'0','','',0,0,''),(3319,3319,'Snug Nest Yellow','nest_snug_yel','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3320,3320,'Regular Nest Red','nest_plow_red','s',1,1,0.80,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3321,3321,'Ice Apples','petfood7','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3322,3322,'Salmon','petfood9','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3323,3323,'Red Apples','petfood6','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3324,3324,'Green Apples','petfood5','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3325,3325,'Chicken','petfood8','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3326,3326,'Holiday Cake','petfood10','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3327,3327,'Party Lantern','party_lantern','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3328,3328,'Snowman middle','xm09_man_b','s',1,1,0.80,1,0,0,0,1,1,0,0,1,'default',9,'0','','',0,0,''),(3329,3329,'Snowman head','xm09_man_c','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(3330,3330,'Snowman legs','xm09_man_a','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3331,3331,'Dirt Nest','nest_dirt','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3332,3332,'Snug Nest Purple','nest_snug_prp','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3333,3333,'Basket Nest','nest_basket','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3334,3334,'Stone Nest','nest_nest','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3335,3335,'Holiday Table','xm09_table','s',2,6,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3336,3336,'Nest of Nails','nest_nails','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3337,3337,'Hot Chocolate Maker','xm09_cocoa','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'10','','',0,0,''),(3338,3338,'Snug Nest Dark','nest_snug_bla','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3339,3339,'Ice Nest','nest_ice','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3340,3340,'Holiday Bench','xm09_bench','s',6,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3341,3341,'Skull Pillow Nest','nest_plow_skl','s',1,1,0.30,0,1,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3342,3342,'ads_cl_moodi','ads_cl_moodi','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'46,47,45','','',0,0,''),(3343,3343,'prizetrophy_nrj name','prizetrophy_nrj','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(3344,3344,'Tiger Statue','china_tiger','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3345,3345,'org_chrblk','org_chrblk','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(3346,3346,'Tiger Seat','china_tigrSeat','s',1,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3347,3347,'Black Organo Table','org_tblblk','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3348,3348,'Pinky Organo Lamp','org_lamppnk','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3349,3349,'org_chairblk','org_chairblk','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(3350,3350,'org_chrpnk','org_chrpnk','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(3351,3351,'2009 Habbo Trophy','xm09_trophy','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3352,3352,'Pinky Organo Table','org_tblpnk','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3353,3353,'org_lampblk','org_lampblk','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3354,3354,'org_chairpnk','org_chairpnk','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(3355,3355,'Chinese Blossom Tree','china_plmTree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3356,3356,'org_table','org_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3357,3357,'Wooden Tile','val09_floor2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(3358,3358,'Pile Of Letters','petfood11','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',5,'0','','',0,0,''),(3359,3359,'TV Remote','petfood13','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',5,'0','','',0,0,''),(3360,3360,'Suave Chair','bling_chair_b','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3361,3361,'Suave Chair','bling_chair_c','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3362,3362,'Golden Toilet','bling_toilet','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3363,3363,'Polished Tile','val09_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(3364,3364,'Bling Bed','bling_bed','s',2,3,1.50,0,1,0,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(3365,3365,'ads_droetker_paula name','ads_droetker_paula','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'49','','',0,0,''),(3366,3366,'Big Purple Fridge','bling_fridge','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'50','','',0,0,''),(3367,3367,'ads_chups name','ads_chups','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'48','','',0,0,''),(3368,3368,'Suave Chair','bling_chair_a','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3369,3369,'Jacuzzi','bling_pool','s',3,1,0.01,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3370,3370,'Books','petfood12','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(3371,3371,'Leather Sofa','bling_sofa','s',2,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3372,3372,'Gift Wrapped','present_wrap*1','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'gift',1,'0','','',0,0,''),(3373,3373,'Gift Wrapped','present_wrap*10','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'gift',1,'0','','',0,0,''),(3374,3374,'Gift Wrapped','present_wrap*2','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'gift',1,'0','','',0,0,''),(3375,3375,'Gift Wrapped','present_wrap*3','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'gift',1,'0','','',0,0,''),(3376,3376,'Gift Wrapped','present_wrap*4','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'gift',1,'0','','',0,0,''),(3377,3377,'Gift Wrapped','present_wrap*5','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'gift',1,'0','','',0,0,''),(3378,3378,'Gift Wrapped','present_wrap*6','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'gift',1,'0','','',0,0,''),(3379,3379,'Gift Wrapped','present_wrap*7','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'gift',1,'0','','',0,0,''),(3380,3380,'Gift Wrapped','present_wrap*8','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'gift',1,'0','','',0,0,''),(3381,3381,'Gift Wrapped','present_wrap*9','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'gift',1,'0','','',0,0,''),(3382,3382,'Valentines Gift Basket','val_basket','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3383,3383,'Pink Teddy','teddy_pink','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3384,3384,'Pilot Teddy','teddy_pendergrass','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3385,3385,'Teddy Bear','teddy_bear','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3386,3386,'Black Heart Chair','val_hSeat*1','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3387,3387,'White Heart Chair','val_hSeat*2','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3388,3388,'Red Heart Chair','val_hSeat*3','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3389,3389,'Pink Heart Chair','val_hSeat*4','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3390,3390,'Yellow Heart Chair','val_hSeat*5','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3391,3391,'Purple Heart Chair','val_hSeat*6','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3392,3392,'Blue Heart Chair','val_hSeat*7','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3393,3393,'Brown Teddy','teddy_basic','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3394,3394,'Bling Fridge','bling_fridge_restricted','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'50','','',0,0,''),(3395,3395,'Bolt of Zeus','ads_percyrock','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3396,3396,'Power Shower','bling_shwr','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3397,3397,'Romantic Dinner Table','val_table1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(3398,3398,'T-Rex','rare_trex','s',3,7,1.00,1,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(3399,3399,'Rare Iron Maiden','rare_ironmaiden','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'teleport',2,'0','','',0,0,''),(3400,3400,'Crystal Patch','crystal_patch','s',3,3,0.00,1,0,0,1,1,1,0,1,1,'default',3,'0','','',0,0,''),(3401,3401,'Gigantic Beanstalk','beanstalk','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',6,'0','','',0,0,''),(3402,3402,'rare_mmmth name','rare_mmmth','s',2,1,1.00,1,1,0,0,1,1,0,1,1,'default',0,'0','','',0,0,''),(3403,3403,'Rare Voodoo Doll','rare_vdoll','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',10,'0','','',0,0,''),(3404,3404,'Perfectly Pink Rush','garden_mursu','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3405,3405,'Star Flower','garden_jyrki','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(3406,3406,'Violet blossom','garden_seed','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3407,3407,'Ravishing Red Lupine','garden_lupin3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3408,3408,'Gallant Gold Rush','garden_mursu3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3409,3409,'Yellow Delight','garden_flo2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',1,'1008','','',0,0,''),(3410,3410,'Thumbs Up Trophy','prizetrophy_thumb','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(3411,3411,'Princly Purple Lupine','garden_lupin5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3412,3412,'Rampaging Red Rush','garden_mursu2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3413,3413,'Bauhibia Orchid Tree','garden_orchtree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3414,3414,'Wimsome White Rush','garden_mursu4','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3415,3415,'Wonder Lamp','garden_flolamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3416,3416,'Sky Blue Lupine','garden_lupin2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3417,3417,'Weird Staring Bush','garden_staringbush','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3418,3418,'Jimson Weed','garden_flo1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',1,'1007','','',0,0,''),(3419,3419,'White Lupine','garden_lupin4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3420,3420,'Snapping Teleporter','garden_flytrap','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3421,3421,'Gold Lupine','garden_lupin1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3422,3422,'Duck Grass','garden_jungle','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(3423,3423,'ads_grefusa_yum','ads_grefusa_yum','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'51, 52','','',0,0,''),(3424,3424,'Volcano Flower','garden_volcano','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'alert',2,'0','','',0,0,''),(3425,3425,'Garden Leaves','garden_leaves','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3426,3426,'Pink Pandemic','garden_flo3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',1,'1009','','',0,0,''),(3427,3427,'Runway Red Fashion Chair','runway_bigchr_2','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3428,3428,'Black Vase','hc2_vase','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3429,3429,'Pink Styling Chair','runway_chair_2','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3430,3430,'Service Trolley','hc2_cart','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3431,3431,'HC Divider','hc3_divider','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3432,3432,'Mannequin Head','runway_head','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(3433,3433,'Runway White Catwalk','runway_block_1','s',2,2,0.80,1,0,0,1,1,1,0,0,1,'default',10,'0','','',0,0,''),(3434,3434,'Glass Table','hc2_sofatbl','s',2,2,0.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3435,3435,'Runway Purple Fashion Chair','runway_bigchr_4','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3436,3436,'Leather Armchair','hc2_armchair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3437,3437,'Runway Male Mannequin','runway_manqn_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3438,3438,'HC Shelves','hc3_shelf','s',3,1,1.75,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3439,3439,'Leather Bar Stool','hc2_barchair','s',1,1,1.80,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3440,3440,'Trendy Rug','hc2_carpet','s',3,5,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3441,3441,'HC Sofa','hc3_sofa','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3442,3442,'Runway Stool','runway_stool','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3443,3443,'Runway Black Catwalk','runway_block_2','s',2,2,0.80,1,0,0,1,1,1,0,0,1,'default',10,'0','','',0,0,''),(3444,3444,'Runway Sewing Table','runway_table_2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3445,3445,'HC Bar Desk','hc3_bard','s',2,1,1.05,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3446,3446,'Black Lamp','hc2_biglamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3447,3447,'HC Lamp','hc3_hugelamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3448,3448,'HC Stool','hc3_stool','s',1,1,1.70,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3449,3449,'Black Divider','hc2_divider','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3450,3450,'Espresso Machine','hc2_coffee','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'9,8,14,15,6,10,11,12','','',0,0,''),(3451,3451,'Black Styling Chair','runway_chair_1','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3452,3452,'Leather Sofa','hc2_sofa','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3453,3453,'ads_cheetos name','ads_cheetos','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'51, 52','','',0,0,''),(3454,3454,'Runway Brown Fashion Chair','runway_bigchr_3','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3455,3455,'Travel Trunk','merger_chest','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3456,3456,'Salon Desk','runway_dvdr','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3457,3457,'Salon Display','runway_display','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3458,3458,'Suave Fireplace','hc2_frplc','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3459,3459,'Leather Duvan','hc2_dvn','s',1,3,1.20,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(3460,3460,'Runway Design Table','runway_table_1','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3461,3461,'HC Duvan','hc3_dc','s',1,3,1.20,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(3462,3462,'Runway Blue Fashion Chair','runway_bigchr_1','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3463,3463,'Runway Black Fashion Chair','runway_bigchr_5','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3464,3464,'Runway Bench','runway_bench','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(3465,3465,'HC Light','hc3_light','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3466,3466,'HC Coffee Table','hc3_table','s',2,2,0.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3467,3467,'Runway Female Mannequin','runway_manqn_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3468,3468,'Silver Carp','cmp_fish_s','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3469,3469,'Black Carp','cmp_fish_bk','s',1,2,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(3470,3470,'HC Stereo','hc3_stereo','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3471,3471,'Blue Ultimate Machine','cmp_nobox_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3472,3472,'Blue Carp','cmp_fish_b','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3473,3473,'Yellow Ultimate Machine','cmp_nobox_3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3474,3474,'Green Carp','cmp_fish_gr','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3475,3475,'Golden Carp','cmp_fish_g','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3476,3476,'Red Ultimate Machine','cmp_nobox','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3477,3477,'Red Carp','cmp_fish_r','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3478,3478,'Ultramarine','cmp_sub','s',7,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3479,3479,'HC Vase','hc3_vase','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3480,3480,'Large Blue Crate','party_crate2_1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3481,3481,'Small Pink Crate','party_crate1_3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3482,3482,'Flower Arrangement','wed_plant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3483,3483,'Arch','wed_arch','s',1,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3484,3484,'Pro Digital Deck','party_djset','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3485,3485,'Small Yellow Crate','party_crate1_4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3486,3486,'ads_chocapic name','ads_chocapic','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3487,3487,'Small Blue Crate','party_crate1_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3488,3488,'Ice Sculpture','wed_icesculp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3489,3489,'Small Green Crate','party_crate1_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3490,3490,'Large Green Crate','party_crate2_2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3491,3491,'Large Pink Crate','party_crate2_3','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3492,3492,'Large Yellow Crate','party_crate2_4','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3493,3493,'Car Sofa','wed_carsofa','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3494,3494,'Football Bench','fball_bench','s',3,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3495,3495,'Football Fence Long','fball_fnc3','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3496,3496,'Football Scoreboard Blue','fball_score_b','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'football_counter_blue',1,'0','','',0,0,''),(3497,3497,'Blue Game Ball','fball_ball3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'football',2,'0','','',0,0,''),(3498,3498,'Football Patch 6','fball_ptch5','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3499,3499,'Stadium Lights','fball_light','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3500,3500,'Stadium Bench','fball_audbench','s',4,1,1.00,1,1,0,0,1,1,0,0,1,'multiheight',3,'0','1.2;1.9;2.5','',0,0,''),(3501,3501,'Football Fence Short','fball_fnc1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3502,3502,'Football Patch 9','fball_ptch8','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3503,3503,'Football Corner','fball_crnr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3504,3504,'fball_ptch4 name','fball_ptch4','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3505,3505,'World Cup Trophy','fball_trophy','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3506,3506,'Football Scoreboard Yellow','fball_score_y','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'football_counter_yellow',1,'0','','',0,0,''),(3507,3507,'Football Barrier','fball_cote','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3508,3508,'Game Ball','fball_ball','s',1,1,0.01,1,0,0,0,1,1,0,0,1,'football',2,'0','','',0,0,''),(3509,3509,'Football Patch 7','fball_ptch7','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3510,3510,'Red Game Ball','fball_ball2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'football',2,'0','','',0,0,''),(3511,3511,'Football Patch 3','fball_ptch2','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3512,3512,'Football Scoreboard Green','fball_score_g','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'football_counter_green',1,'0','','',0,0,''),(3513,3513,'Football Patch 4','fball_ptch3','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3514,3514,'Football Goal Red','fball_goal_r','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'football_goal_red',2,'0','','',0,0,''),(3515,3515,'Football Goal Blue','fball_goal_b','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'football_goal_blue',2,'0','','',0,0,''),(3516,3516,'Football Gate','fball_gate','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'football_gate',2,'0','','',0,0,''),(3517,3517,'Football Patch 7','fball_ptch6','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3518,3518,'Grand Final Ball','fball_ball5','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'football',2,'0','','',0,0,''),(3519,3519,'Football Goal Green','fball_goal_g','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'football_goal_green',1,'0','','',0,0,''),(3520,3520,'Football Patch 1','fball_ptch0','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3521,3521,'Yellow Game Ball','fball_ball4','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'football',2,'0','','',0,0,''),(3522,3522,'Football Scoreboard Red','fball_score_r','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'football_counter_red',1,'0','','',0,0,''),(3523,3523,'Football Goal Yellow','fball_goal_y','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'football_goal_yellow',1,'0','','',0,0,''),(3524,3524,'Football Patch 2','fball_ptch1','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3525,3525,'Counter','fball_counter','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'game_timer',1,'0','','30,60,120,180,300,600',0,0,''),(3526,3526,'Prison Gate','prison_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3527,3527,'Yellow Inflatable Boat','bw_boat','s',2,2,0.60,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3528,3528,'Prison Corner','prison_crnr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3529,3529,'Lifeguard Tower','bw_lgchair','s',1,1,2.80,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3530,3530,'Water Patch','bw_water_1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'water',1,'0','','',30,30,''),(3531,3531,'Prison Tower','prison_tower','s',1,1,3.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3532,3532,'Prison Wall','prison_dvdr2','s',2,1,3.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3533,3533,'Yellow Inflatable Sofa','bw_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3534,3534,'Prison Bars','prison_dvdr1','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3535,3535,'Capri-Sun Arm Chair','ads_capri_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3536,3536,'Capri-Sun Lava Lamp','ads_capri_lava','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3537,3537,'Prison Stones','prison_stone','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3538,3538,'Shark Fin','bw_fin','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3539,3539,'Coconuts','bw_ccnuts','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3540,3540,'Beach Shower','bw_shower','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3541,3541,'Deep Water Patch','bw_water_2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'water',1,'0','','',29,29,''),(3542,3542,'Inflatable Croc','bw_croc','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3543,3543,'Yellow Surfboard','bw_sboard','s',2,1,0.60,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3544,3544,'Yellow Inflatable Lounge','bw_chair','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3545,3545,'Yellow Inflatable Table','bw_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3546,3546,'Capri-Sun Fruit Tree','ads_capri_tree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3547,3547,'Beach Ball','bw_bball','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'football',2,'0','','',0,0,''),(3548,3548,'Yellow Inflatable Mattress','bw_mttrss','s',2,1,0.80,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3549,3549,'Yellow Van','bw_van','s',2,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3550,3550,'Changing Room Teleport','bw_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(3551,3551,'Yellow Buoy Corner','bw_fnc_crnr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3552,3552,'Yellow Buoy Line','bw_fnc','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3553,3553,'Capri-Sun Arcade Machine','ads_capri_arcade','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3554,3554,'ads_pepsi0','ads_pepsi0','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'55','','',0,0,''),(3555,3555,'Pink Inflatable Boat','bw_boat_p','s',2,2,0.70,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3556,3556,'Blue Pool Stairs','bw_pool_a3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3557,3557,'Green Buoy Line','bw_fnc_g','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3558,3558,'Green Inflatable Mattress','bw_mttrss_g','s',2,1,0.80,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3559,3559,'Pink Inflatable Mattress','bw_mttrss_p','s',2,1,0.60,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3560,3560,'Pink Square Pool Piece','bw_pool_b1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3561,3561,'Pink Inflatable Sofa','bw_sofa_p','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3562,3562,'Green Surfboard','bw_sboard_g','s',2,1,0.60,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3563,3563,'Green Buoy Corner','bw_fnc_crnr_g','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3564,3564,'Blue Long Pool Piece','bw_pool_a2','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3565,3565,'Pink Long Pool Piece','bw_pool_b2','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3566,3566,'bw_table_g name','bw_table_g','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3567,3567,'Pink Inflatable Lounge','bw_chair_p','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3568,3568,'Green Inflatable Boat','bw_boat_g','s',2,2,0.80,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3569,3569,'Pink Buoy Line','bw_fnc_p','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3570,3570,'Pink Van','bw_van_p','s',2,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3571,3571,'Pink Surfboard','bw_sboard_p','s',2,1,0.60,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3572,3572,'Green Inflatable Lounge','bw_chair_g','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3573,3573,'Pink Pool Stairs','bw_pool_b3','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3574,3574,'Green Van','bw_van_g','s',2,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3575,3575,'Green Inflatable Sofa','bw_sofa_g','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3576,3576,'Pink Buoy Corner','bw_fnc_crnr_p','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3577,3577,'Blue Square Pool Piece','bw_pool_a1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3578,3578,'bw_table_p name','bw_table_p','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'water_item',2,'0','','',0,0,''),(3579,3579,'Stick fence','african_fence','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3580,3580,'Boiling Water','ktchn10_pot','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3581,3581,'Kitchen Stove','ktchn10_stove','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3582,3582,'StrayPixels Winner x1','easel_0','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(3583,3583,'Hay','petfood15','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',5,'0','','',0,0,''),(3584,3584,'Accacia Tree','african_tree1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3585,3585,'ads_cheetos_hotdog name','ads_cheetos_hotdog','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3586,3586,'Hospital Cabinet','hosptl_cab1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1011,1013,1014,1015','','',0,0,''),(3587,3587,'Low Lion''s Nest','nest_lion2','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3588,3588,'Hospital Curtain','hosptl_curtain','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3589,3589,'Kitchen Corner Block','ktchn10_block','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3590,3590,'Hospital Bed','hosptl_bed','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(3591,3591,'Hospital Bag','hosptl_bbag','s',1,3,1.20,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(3592,3592,'Teapot','ktchn10_tea','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3593,3593,'ads_cheetos_bath name','ads_cheetos_bath','s',1,2,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3594,3594,'StrayPixels winner x3','easel_1','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(3595,3595,'Tiki Gate','tiki_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(3596,3596,'StrayPixels winner x7','easel_3','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',5,'0','','',0,0,''),(3597,3597,'Rhino Nest','nest_rhino','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3598,3598,'Cherry Crush Soda Machine','ads_oc_soda_cherry','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'57','','',0,0,''),(3599,3599,'Chocolate Gazelle','petfood14','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3600,3600,'StrayPixels winner x10','easel_4','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(3601,3601,'High Lion''s Nest','nest_lion','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3602,3602,'Savannah Patch','african_patch','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3603,3603,'StrayPixels winner x5','easel_2','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',5,'0','','',0,0,''),(3604,3604,'Hospital Skeleton','hosptl_skele','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3605,3605,'Baobob Tree','african_tree2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3606,3606,'Hospital Defibrillator','hosptl_defibs','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3607,3607,'Sand stage','african_stage','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3608,3608,'Hospital Cabinet Large','hosptl_cab2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1011,1013,1014,1015','','',0,0,''),(3609,3609,'African bones','african_bones','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3610,3610,'Hospital Light','hosptl_light','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3611,3611,'Hospital Seat','hosptl_seat','s',2,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3612,3612,'Kitchen Sink','ktchn10_sink','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3613,3613,'ads_disney_tv name','ads_disney_tv','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3614,3614,'Arena Corner','bb_crnr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3615,3615,'Blue Scoreboard','bb_score_b','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'battlebanzai_counter_blue',2,'0','','',0,0,''),(3616,3616,'Banzai Robo','bb_robo','s',2,2,2.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3617,3617,'Banzai Dragon','bb_dragon','s',3,1,2.50,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3618,3618,'Duck Light','bb_ducklight','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(3619,3619,'Caterpillar Head','bb_caterhead','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3620,3620,'Banzai Box','bb_cargobox','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3621,3621,'Green Portal','bb_gate_g','s',1,1,0.10,0,0,0,1,1,1,0,0,1,'battlebanzai_gate_green',2,'0','','',0,0,''),(3622,3622,'Pyro Pig Chair','bb_crchair3','s',1,1,0.90,1,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3623,3623,'Green Scoreboard','bb_score_g','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'battlebanzai_counter_green',1,'0','','',0,0,''),(3624,3624,'Crazy Cat Chair','bb_crchair','s',1,1,0.90,1,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3625,3625,'Raging Rooster Chair','bb_crchair2','s',1,1,0.90,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(3626,3626,'Yellow Scoreboard','bb_score_y','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'battlebanzai_counter_yellow',2,'0','','',0,0,''),(3627,3627,'Small Banzai Signage','bb_knj1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3628,3628,'Pink Portal','bb_gate_r','s',1,1,0.10,0,0,0,1,1,1,0,0,1,'battlebanzai_gate_red',2,'0','','',0,0,''),(3629,3629,'Bear Hand','bb_tddhnd','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3630,3630,'Light Divider','bb_lightdiv','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(3631,3631,'Bear Head','bb_tddhead','s',2,2,2.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3632,3632,'Pyramid','bb_pyramid','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'pyramid',0,'0','','',0,0,''),(3633,3633,'Banzai Arena Tile','bb_patch1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'battlebanzai_tile',4,'0','','',0,0,''),(3634,3634,'Long Arena Divider','bb_fnc3','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3635,3635,'Yellow Portal','bb_gate_y','s',1,1,0.10,0,0,0,1,1,1,0,0,1,'battlebanzai_gate_yellow',1,'0','','',34,0,''),(3636,3636,'Zombie Butler','hween10_zombie','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'58','','',0,0,''),(3637,3637,'Banzai Sphere','bb_apparatus','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(3638,3638,'Caterpillar Body','bb_caterbody','s',1,1,1.70,1,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3639,3639,'Big Banzai Signage','bb_knj2','s',1,1,2.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3640,3640,'Short Arena Divider','bb_fnc1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3641,3641,'Banzai Puck','bb_puck','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'battlebanzai_puck',3,'0','','',0,0,''),(3642,3642,'Random Banzai Teleporter','bb_rnd_tele','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'battlebanzai_random_teleport',1,'0','','',0,0,''),(3643,3643,'Blue Portal','bb_gate_b','s',1,1,0.10,0,0,0,1,1,1,0,0,1,'battlebanzai_gate_blue',2,'0','','',35,35,''),(3644,3644,'Pink Scoreboard','bb_score_r','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'battlebanzai_counter_red',999,'0','','',0,0,''),(3645,3645,'Counter','bb_counter','s',1,4,0.10,1,0,0,0,1,1,0,0,1,'game_timer',1,'0','','30,60,120,180,300,600',0,0,''),(3646,3646,'Tarot Tree Stump','hween10_tarot','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',7,'0',' ','',0,0,''),(3647,3647,'Voodoo Doll - Curse','hween10_voodoo1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3648,3648,'Tree of Lost Souls','hween10_tree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3649,3649,'Swamp Patch','hween10_swamp','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3650,3650,'Dark Water','hween10_pond','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(3651,3651,'Fireflies Jar','hween10_jar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3652,3652,'Swamp Fog','hween10_fog','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3653,3653,'Voodoo Doll - Love','hween10_voodoo2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3654,3654,'Scary Skull Shadow','hween10_skullpost','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3655,3655,'Voodoo Doll - Luck','hween10_voodoo3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3656,3656,'Swamp Log','hween10_logs','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3657,3657,'Fireflies','hween10_ffly','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3658,3658,'The Chicken of Doom','hween10_chicken','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'club_gate',2,'0','','',0,0,''),(3659,3659,'Tree Teleport','hween10_tele','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(3660,3660,'Voodoo Throne','hween10_throne','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3661,3661,'Porch','hween10_portch','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',7,'0','','',0,0,''),(3662,3662,'Bat Cage','hween10_bat','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3663,3663,'WIRED Effect: Move And Rotate Furni','wf_act_move_rotate','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_move_rotate',4,'0','','',0,0,''),(3664,3664,'Wire Junction','wf_wire2','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3665,3665,'WIRED Condition: More Than x Secs Elapsed Since Timer Re','wf_cnd_time_more_than','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_time_more_than',2,'0','','',0,0,''),(3666,3666,'Color Tile','wf_colortile','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',7,'0','','',0,0,''),(3667,3667,'Floor Switch 2','wf_floor_switch2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'switch',5,'0','','',0,0,''),(3668,3668,'WIRED Trigger: Furni State Is Changed','wf_trg_state_changed','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_state_changed',4,'0','','',0,0,''),(3669,3669,'WIRED Add-on: Random Effect','wf_xtra_random','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_xtra_random',4,'0','','',0,0,''),(3670,3670,'WIRED Add-on: Unseen Effect','wf_xtra_unseen','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_xtra_unseen',4,'0','','',0,0,''),(3671,3671,'WIRED Trigger: Repeat Effect','wf_trg_periodically','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_periodically',4,'0','','',0,0,''),(3672,3672,'Hidden Pyramid','wf_pyramid','s',1,1,0.10,0,0,0,0,1,1,0,0,1,'pyramid',3,'0','','',0,0,''),(3673,3673,'WIRED Trigger: Score Is Achieved','wf_trg_score_achieved','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_score_achieved',4,'0','','',0,0,''),(3674,3674,'WIRED Effect: Teleport To Furni','wf_act_teleport_to','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_teleport_to',1,'0','','',0,0,''),(3675,3675,'WIRED Trigger: User Says Keyword','wf_trg_says_something','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_says_something',4,'0','','',0,0,''),(3676,3676,'Color Wheel','wf_colorwheel','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(3677,3677,'Three Way Wires','wf_wire4','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3678,3678,'WIRED Trigger: User Walks Off Furni','wf_trg_walks_off_furni','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_walks_off_furni',4,'0','','',0,0,''),(3679,3679,'WIRED Trigger: At Set Time','wf_trg_at_given_time','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_at_given_time',4,'0','','',0,0,''),(3680,3680,'WIRED Trigger: Game Ends','wf_trg_game_ends','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_game_ends',5,'0','','',0,0,''),(3681,3681,'WIRED Effect: Show Message','wf_act_show_message','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_show_message',4,'0','','',0,0,''),(3682,3682,'WIRED Condition: Less Than x Secs Elapsed Since Timer Re','wf_cnd_time_less_than','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_time_less_than',2,'0','','',0,0,''),(3683,3683,'WIRED Trigger: User Enters Room','wf_trg_enter_room','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_enter_room',4,'0','','',0,0,''),(3684,3684,'ads_hh_safe name','ads_hh_safe','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3685,3685,'WIRED Effect: Toggle Furni State','wf_act_toggle_state','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_toggle_state',4,'0','','',0,0,''),(3686,3686,'Wall Of Flame','wf_firegate','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3687,3687,'Ringplate','wf_ringplate','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'pressureplate',0,'0','','',0,0,''),(3688,3688,'Pressure Plate','wf_pressureplate','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'pressureplate',0,'0','','',0,0,''),(3689,3689,'Glowball','wf_glowball','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'glowball',2,'0','','',0,0,''),(3690,3690,'bb_lightstrip name','bb_lightstrip','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3691,3691,'WIRED Effect: Timer Reset','wf_act_reset_timers','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_reset_timers',4,'0','','',0,0,''),(3692,3692,'WIRED Condition: Furni has users','wf_cnd_furnis_hv_avtrs','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_furnis_hv_avtrs',2,'0','','',0,0,''),(3693,3693,'Arrow Plate','wf_arrowplate','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pressureplate',4,'0','','',0,0,''),(3694,3694,'WIRED Condition: Triggering User Is On Furni','wf_cnd_trggrer_on_frn','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_trggrer_on_frn',2,'0','','',0,0,''),(3695,3695,'WIRED Condition: Furni States And Positions Match','wf_cnd_match_snapshot','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_match_snapshot',2,'0','','',0,0,''),(3696,3696,'Floor Wiring','wf_wire1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3697,3697,'WIRED Effect: Give Points','wf_act_give_score','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_give_score',5,'0','','',0,0,''),(3698,3698,'Wire Corner','wf_wire3','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3699,3699,'Glass Door','wf_glassdoor','s',1,1,0.10,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3700,3700,'WIRED Effect: Match Furni to Position & State','wf_act_match_to_sshot','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_match_to_sshot',4,'0','','',0,0,''),(3701,3701,'Floor Switch 1','wf_floor_switch1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'switch',2,'0','','',0,0,''),(3702,3702,'WIRED Trigger: Game Starts','wf_trg_game_starts','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_game_starts',5,'0','','',0,0,''),(3703,3703,'WIRED Trigger: User Walks On Furni','wf_trg_walks_on_furni','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_walks_on_furni',4,'0','','',0,0,''),(3704,3704,'Copier','exe_copier','s',1,1,1.80,0,1,0,0,1,1,0,0,1,'multiheight',2,'0','1.9;1.8','',0,0,''),(3705,3705,'Work Desk','exe_wrkdesk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3706,3706,'Executive Divider','exe_glassdvdr','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3707,3707,'Security Camera','exe_seccam','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3708,3708,'Hockey Penguin','qt_penguin_icehockey','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3709,3709,'The Black Duck','duck_vip','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3710,3710,'HC Trial - 7 Days','duck_hc','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3711,3711,'Ballerina Penguin','qt_penguin_ballet','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3712,3712,'Park Bench','es_bench','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3713,3713,'Blue Ice Star','es_icestar','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3714,3714,'City Street Divider','es_fnc_2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3715,3715,'Monkey On Ice','qt_xm10_monkey_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3716,3716,'Snowy Sidewalk','es_sidewalk','s',2,2,0.20,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3717,3717,'City Statue','es_statue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3718,3718,'Cool Club Sofa','qt_xm10_iceclubsofa','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3719,3719,'Jolly Duck','qt_xm10_xmduck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3720,3720,'Frozen Fronds','qt_xm10_palm_tree','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3721,3721,'City Street Corner','es_fnc_crnr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3722,3722,'Frozen In Time','qt_xm10_trex','s',3,7,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3723,3723,'Epic Christmas Tree','es_epictree','s',2,2,4.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3724,3724,'Elephant Minibar','qt_xm10_elephant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'0','','',0,0,''),(3725,3725,'City Hydrant','es_wpost','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3726,3726,'Garden Gnome','qt_xm10_gnome','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(3727,3727,'Plain Icy Duck','qt_xm10_iceduck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3728,3728,'Ice of the Tiger','qt_xm10_icetiger','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3729,3729,'City Street Barrier','es_fnc_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3730,3730,'Pod Chair','qt_xm10_iceplasto','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3731,3731,'Green Ice Star','es_icestar_g','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3732,3732,'Cool Lupin','qt_xm10_icelupin','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3733,3733,'prizetrophy_nrj_2011 name','prizetrophy_nrj_2011','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(3734,3734,'Frozen Ted','qt_xm10_iceteddy','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3735,3735,'Street Lamp Post','es_lmppst','s',1,1,4.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3736,3736,'Ice Skating Patch','es_skating_ice','s',2,2,0.01,1,0,0,1,1,1,0,0,1,'icetag_field',2,'0','','',0,0,''),(3737,3737,'Frozen Pillar','qt_xm10_icepillar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3738,3738,'Chestnut Roaster','es_roaster','s',1,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3739,3739,'Ice Hockey Puck','es_puck','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3740,3740,'Santa','es_santa','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3741,3741,'Tag Pole','es_tagging','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'icetag_pole',2,'0','','',0,0,''),(3742,3742,'Frozen Nest','qt_xm10_nest','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3743,3743,'Chilly Table','qt_xm10_icesilotable','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3744,3744,'Popsicles','petfood16','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',5,'0','','',0,0,''),(3745,3745,'Red Ice Star','es_icestar_r','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3746,3746,'Blizzard Dragon','qt_xm10_icedragon','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3747,3747,'Stone','qt_xm10_stone','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3748,3748,'Frozen Fish','qt_xm10_ice_fish','s',1,2,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3749,3749,'Yellow Ice Star','es_icestar_y','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3750,3750,'Bench','qt_xm10_bench','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3751,3751,'Mystery Ball','xmas10_surprise','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(3752,3752,'Santa''s Fireplace Teleport','xmas10_fireplace','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(3753,3753,'Freeze Geyser','es_geysir','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'pyramid',2,'0','','',0,0,''),(3754,3754,'Mystery Christmas Gift','xmas10_present','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3755,3755,'Woah Nelly!','qt_xm10_iceelephant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3756,3756,'Blue Freeze Scoreboard','es_score_b','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'freeze_counter_blue',1,'0','','',0,0,''),(3757,3757,'Freeze Tile','es_tile','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'freeze_tile',1,'0','','',0,0,''),(3758,3758,'Freeze Ice Block','es_box','s',1,1,0.50,1,0,0,0,1,1,0,0,1,'freeze_block',1,'0','','',0,0,''),(3759,3759,'Exit Tile','es_exit','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'freeze_exit',1,'0','','',0,0,''),(3760,3760,'Red Freeze Gate','es_gate_r','s',1,1,0.01,1,0,0,1,1,1,0,0,1,'freeze_gate_red',1,'0','','',0,0,''),(3761,3761,'Green Freeze Gate','es_gate_g','s',1,1,0.01,1,0,0,1,1,1,0,0,1,'freeze_gate_green',1,'0','','',0,0,''),(3762,3762,'Blue Freeze Gate','es_gate_b','s',1,1,0.01,1,0,0,1,1,1,0,0,1,'freeze_gate_blue',1,'0','','',0,0,''),(3763,3763,'Yellow Freeze Gate','es_gate_y','s',1,1,0.01,1,0,0,1,1,1,0,0,1,'freeze_gate_yellow',1,'0','','',0,0,''),(3764,3764,'Freeze Counter','es_counter','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'game_timer',1,'0','','30,60,120,180,300,600',0,0,''),(3765,3765,'Red Freeze Scoreboard','es_score_r','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'freeze_counter_red',1,'0','','',0,0,''),(3766,3766,'Green Freeze Scoreboard','es_score_g','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'freeze_counter_green',1,'0','','',0,0,''),(3767,3767,'Yellow Freeze Scoreboard','es_score_y','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'freeze_counter_yellow',1,'0','','',0,0,''),(3768,3768,'Yellow Waver','year2011_waver_y','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3769,3769,'Habbo Award Trophy','prizetrophy_2011_w','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'trophy',2,'0','','',0,0,''),(3770,3770,'Hottest Girl','prizetrophy_2011_r','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'trophy',2,'0','','',0,0,''),(3771,3771,'Best Friend of 2010','prizetrophy_2011_y','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'trophy',2,'0','','',0,0,''),(3772,3772,'Green Firework Blaster','fireworks_01','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3773,3773,'Hottest Guy','prizetrophy_2011_b','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'trophy',2,'0','','',0,0,''),(3774,3774,'Yellow Firework Blaster','fireworks_03','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3775,3775,'Most Fashionable Habbo','prizetrophy_2011_p','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'trophy',2,'0','','',0,0,''),(3776,3776,'Red Firework Blaster','fireworks_02','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3777,3777,'Red Waver','year2011_waver_r','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3778,3778,'Best Room Builder','prizetrophy_2011_g','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'trophy',2,'0','','',0,0,''),(3779,3779,'Big Bang Bug Sparkler','fireworks_05','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3780,3780,'Green Waver','year2011_waver_g','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3781,3781,'Blue Waver','year2011_waver_b','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3782,3782,'Nuclear Firework','fireworks_07','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3783,3783,'Bee Buster Blaster','fireworks_06','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3784,3784,'Purple Fireworks Blaster','fireworks_04','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3785,3785,'Love Carp','bling11_statue2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3786,3786,'Slot Machine','bling11_slot','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',59,59,''),(3787,3787,'Bling Towels','bling11_towels','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3788,3788,'Tiger Rug','bling11_rug1','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3789,3789,'Bling Teleporter','bling11_tele','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(3790,3790,'Bling Divan','bling11_sofa','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3791,3791,'Eros','bling11_statue1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3792,3792,'Roller Rink','val11_floor','s',2,2,0.10,0,0,0,1,1,1,0,0,1,'rollerskate_field',3,'0','','',0,0,''),(3793,3793,'Bling Divider','bling11_dvd','s',1,2,1.60,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3794,3794,'Italian Marble Floor','bling11_floor','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',9,'0','','',0,0,''),(3795,3795,'Bling Plant','bling11_plant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3796,3796,'Rabbit Statue','china_rabbit','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3797,3797,'Bling Carpet','bling11_rug2','s',3,3,0.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3798,3798,'Bling Daybed','bling11_dvn','s',1,3,1.20,0,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(3799,3799,'Slot Chair','bling11_seat2','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3800,3800,'Bling Seat','bling11_seat1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3801,3801,'Bling Block','bling11_block','s',1,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3802,3802,'Italian Marble Pillar','bling11_pillar','s',1,1,3.30,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3803,3803,'Holo-Duck','qt_val11_holoduck','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(3804,3804,'Boom Box','val11_playa','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3805,3805,'Disco Hearts','qt_val11_discoball','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3806,3806,'Roller Rink Chair','val11_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3807,3807,'Heart Nest','qt_val11_nest','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3808,3808,'Terrarium','nest_terrarium','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3809,3809,'Duck-o-Heart','qt_val11_duckformer','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3810,3810,'Jelly Chair','qt_val11_jellychair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3811,3811,'Jelly Heart','qt_val11_jellyheart','s',1,1,0.80,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3812,3812,'Roller Rink Railing','val11_rail','s',1,2,0.50,1,0,0,1,1,1,0,0,1,'rollerskate_field',0,'0','','',0,0,''),(3813,3813,'Holo-Heart','qt_val11_holoheart','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(3814,3814,'ads_leaf_teleport name','ads_leaf_teleport','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(3815,3815,'ads_sunnyvend name','ads_sunnyvend','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3816,3816,'Webbed Grapes','petfood18','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3817,3817,'Grapes','petfood17','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3819,3819,'Limo Middle Part 1','limo_w_mid','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3820,3820,'Limo Middle Part 2','limo_w_mid2','s',2,1,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3821,3821,'The Fly','petfood19','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3822,3822,'Limo Back','limo_w_back','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3823,3823,'Limo Front','limo_w_front','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3824,3824,'Gothic Bed','gothic_bed','s',2,3,1.90,0,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(3825,3825,'Gothic Candles','gothic_candles','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3826,3826,'Gothic Desk','gothic_desk','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3827,3827,'ads_grefu_trophy name','ads_grefu_trophy','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(3828,3828,'Gothic Drinking Fountain','gothic_bowl','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'62','','',0,0,''),(3830,3830,'Frog Nest','nest_frog','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3831,3831,'pond','pond','s',1,1,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3832,3832,'Mystery Leaf Gift','val11_present','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3833,3833,'Habbowood Trophy','prizetrophy_cine','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(3834,3834,'HC Sign','cine_vipsign','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3835,3835,'Black Limo Middle 3','limo_b_mid3','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'50','','',0,0,''),(3836,3836,'Black Limo Middle 2','limo_b_mid2','s',2,1,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3837,3837,'Black Limo Front','limo_b_front','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3838,3838,'Black Limo Middle 1','limo_b_mid','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3839,3839,'Walk of Fame Tile','cine_star','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3840,3840,'Black Limo Back','limo_b_back','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3841,3841,'Theater Curtains','cine_curtain','s',8,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3842,3842,'Movie Screen','cine_screen','s',6,1,1.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(3843,3843,'Green Habbowood Chair','theatre_seat_g','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(3844,3844,'Tile With a Halo','cine_tile','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pressureplate',2,'0','','',0,0,''),(3845,3845,'Black Lobby Bench','cine_bench_b','s',3,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3846,3846,'Black Habbowood Chair','theatre_seat_b','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(3847,3847,'Glass roof','cine_roof','s',3,3,0.10,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(3848,3848,'Popcorn Machine','cine_popcorn','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'63','','',0,0,''),(3849,3849,'Red Lobby Bench','cine_bench','s',3,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3850,3850,'Green Lobby Bench','cine_bench_g','s',3,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3851,3851,'Ticket Vending Booth','cine_ticket_booth','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3852,3852,'Movie Projector','cine_projector','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3853,3853,'Puzzle Box','wf_box','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'puzzle_box',1,'0','','',0,0,''),(3854,3854,'Maze Divider','wf_maze','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(3855,3855,'Rango Cactus','ads_rangocactus','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3856,3856,'Glass Divider','cine_glass','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3857,3857,'WIRED Condition: Has Furni On','wf_cnd_has_furni_on','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_has_furni_on',2,'0','','',0,0,''),(3858,3858,'Blue Deco Spot Lamp','cubie_lamp_b','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3859,3859,'Blue Desk Chair','cubie_chair_b','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3860,3860,'Black and Blue Rug','cubie_rug_b','s',2,3,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3861,3861,'Blue Glass Table','cubie_bigtable_b','s',2,2,0.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3862,3862,'Purple Beanbag','cubie_beanbag_p','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3863,3863,'Purple Deco Spot Lamp','cubie_lamp_p','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3864,3864,'Purple Sofa Seat','cubie_sofaseat_p','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3865,3865,'Rectangular Blue Shelf','cubie_shelf_0_b','s',1,1,0.60,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3866,3866,'Purple Cupboard','cubie_shelf_4_p','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(3867,3867,'Purple Shelving Unit','cubie_shelf_2_p','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',17,'0','','',0,0,''),(3868,3868,'Purple Bed','cubie_bed_p','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(3869,3869,'Blue Breakfast Bar Stool','cubie_stool_b','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3870,3870,'Black and Purple Rug','cubie_rug_p','s',2,3,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(3871,3871,'Blue Bed','cubie_bed_b','s',1,3,1.80,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(3872,3872,'Blue Wall Unit','cubie_shelf_3_b','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',9,'0','','',0,0,''),(3873,3873,'Purple Wall Unit','cubie_shelf_3_p','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',9,'0','','',0,0,''),(3874,3874,'Stackable Purple Shelf','cubie_shelf_1_p','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',14,'0','','',0,0,''),(3875,3875,'Stackable Blue Shelf','cubie_shelf_1_b','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',14,'0','','',0,0,''),(3876,3876,'Purple Glass Table','cubie_bigtable_p','s',2,2,0.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3877,3877,'Blue Beanbag','cubie_beanbag_b','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3878,3878,'Purple Breakfast Bar Stool','cubie_stool_p','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3879,3879,'Purple Desk Chair','cubie_chair_p','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3880,3880,'Glass Table','cubie_table','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3881,3881,'Blue Sofa Seat','cubie_sofaseat_b','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3882,3882,'Blue Cupboard','cubie_shelf_4_b','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(3883,3883,'Blue Shelving Unit','cubie_shelf_2_b','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',17,'0','','',0,0,''),(3884,3884,'Rectangular Purple Shelf','cubie_shelf_0_p','s',1,1,0.60,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3885,3885,'Mysterious Box','newbie_present','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(3886,3886,'Flatscreen TV','tv_flat','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3887,3887,'Large Wooden Table','waasa_table2','s',2,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3888,3888,'Desktop Computer','computer_flatscreen','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3889,3889,'Computer Chair','waasa_chair','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3890,3890,'Large Sailing Boat','waasa_ship2','s',2,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3891,3891,'Small Sailing Boat','waasa_ship1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3892,3892,'Bunk Bed','waasa_bunk_bed','s',3,1,3.00,0,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(3893,3893,'Laptop','computer_laptop','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3894,3894,'Nostalgic Computer','computer_old','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3895,3895,'Small Wooden Table','waasa_table1','s',1,1,1.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3896,3896,'Wooden Study Desk','waasa_desk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3897,3897,'Nest','newbie_nest','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3898,3898,'Gray Waasa Rug','waasa_rug5','s',2,4,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3899,3899,'Blue Waasa Rug','waasa_rug1','s',2,4,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3900,3900,'Orange Waasa Rug','waasa_rug3','s',2,4,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3901,3901,'Aquarium','waasa_aquarium','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3902,3902,'Green Waasa Rug','waasa_rug4','s',2,4,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3903,3903,'Wooden Chair','waasa_chair_wood','s',1,1,1.05,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3904,3904,'Yellow Waasa Rug','waasa_rug2','s',2,4,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3905,3905,'Mega Jukebox','jukebox_big','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'jukebox',1,'0','','',0,0,''),(3906,3906,'Milk Bowl','milkbowl','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(3907,3907,'Red Tuna','petfood21','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3908,3908,'Basket of eggs','easter11_basket','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3909,3909,'Bunny Run Field','easter11_grasspatch','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'bunnyrun_field',2,'0','','',0,0,''),(3910,3910,'Wizards of Waverly Place Crystal Ball','ads_wowpball','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3911,3911,'Corn','pet_food_corn','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3912,3912,'Trampoline','pet_toy_trampoline','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3913,3913,'Chicken Nest','nest_chick','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(3914,3914,'Egg Tag Pole','easter11_tag','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'bunnyrun_pole',2,'0','','',0,0,''),(3915,3915,'Green Starfish','easter11_tuip_g','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3916,3916,'Yellow Starfish','easter11_tuip_y','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3917,3917,'Mayflower Mushrooms','easter11_mushroom4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3918,3918,'Mega Shroom','easter11_mushroom1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3919,3919,'Pixel Sofa','kuurna_sofa','s',2,1,1.30,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3920,3920,'Bluebell Mushrooms','easter11_mushroom3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3921,3921,'Coraline Mushrooms','easter11_mushroom2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3922,3922,'Pixel Lamp','kuurna_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3923,3923,'Pixel Sofa Chair','kuurna_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3924,3924,'Pixel Shag Rug','kuurna_mat','s',3,2,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3925,3925,'Pixel Side Table','kuurna_table1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3926,3926,'Pixel Dining Table','kuurna_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3927,3927,'ads_suun name','ads_suun','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3928,3928,'Pixel Dining Chair','kuurna_chair1','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3929,3929,'Purple Starfish','easter11_tuip_p','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3930,3930,'Yellow Anna Divider','anna_divider*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3931,3931,'Pink Anna Divider','anna_divider*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3932,3932,'Green Anna Divider','anna_divider*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3933,3933,'Blue Anna Divider','anna_divider*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3934,3934,'Purple Anna Divider','anna_divider*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3935,3935,'Yellow Anna Gate','anna_div_gate*1','s',1,1,0.01,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3936,3936,'Pink Anna Gate','anna_div_gate*2','s',1,1,0.01,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3937,3937,'Green Anna Gate','anna_div_gate*3','s',1,1,0.01,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3938,3938,'Blue Anna Gate','anna_div_gate*4','s',1,1,0.01,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3939,3939,'Purple Anna Gate','anna_div_gate*5','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(3940,3940,'Yellow Anna Chair','anna_chair*1','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3941,3941,'Pink Anna Chair','anna_chair*2','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3942,3942,'Green Anna Chair','anna_chair*3','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3943,3943,'Blue Anna Chair','anna_chair*4','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3944,3944,'Purple Anna Chair','anna_chair*5','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3945,3945,'Yellow Anna Stool','anna_stool*1','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3946,3946,'Pink Anna Stool','anna_stool*2','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3947,3947,'Green Anna Stool','anna_stool*3','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3948,3948,'Blue Anna Stool','anna_stool*4','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3949,3949,'Purple Anna Stool','anna_stool*5','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3950,3950,'Yellow Anna Table','anna_table*1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3951,3951,'Pink Anna Table','anna_table*2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3952,3952,'Green Anna Table','anna_table*3','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3953,3953,'Blue Anna Table','anna_table*4','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3954,3954,'Purple Anna Table','anna_table*5','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3955,3955,'Yellow Anna Rug','anna_rug*1','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3956,3956,'Pink Anna Rug','anna_rug*2','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3957,3957,'Green Anna Rug','anna_rug*3','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3958,3958,'Blue Anna Rug','anna_rug*4','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3959,3959,'Purple Anna Rug','anna_rug*5','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(3960,3960,'Yellow Anna Sofa','anna_sofa*1','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3961,3961,'Pink Anna Sofa','anna_sofa*2','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3962,3962,'Green Anna Sofa','anna_sofa*3','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3963,3963,'Blue Anna Sofa','anna_sofa*4','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3964,3964,'Purple Anna Sofa','anna_sofa*5','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(3965,3965,'Yellow Anna Blob','anna_pill*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3966,3966,'Pink Anna Blob','anna_pill*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3967,3967,'Green Anna Blob','anna_pill*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3968,3968,'Blue Anna Blob','anna_pill*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3969,3969,'Purple Anna Blob','anna_pill*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3970,3970,'Yellow Anna Lamp','anna_lamp*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3971,3971,'Pink Anna Lamp','anna_lamp*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3972,3972,'Green Anna Lamp','anna_lamp*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3973,3973,'Blue Anna Lamp','anna_lamp*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3974,3974,'Purple Anna Lamp','anna_lamp*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3975,3975,'Yellow Anna Corner','anna_div_crnr*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3976,3976,'Pink Anna Corner','anna_div_crnr*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3977,3977,'Green Anna Corner','anna_div_crnr*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3978,3978,'Blue Anna Corner','anna_div_crnr*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3979,3979,'Purple Anna Corner','anna_div_crnr*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3980,3980,'Yellow Picnic Blanket','picnic_blanket_yel','s',3,3,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3981,3981,'Yellow Picnic Pillow','picnic_pillow_yel','s',1,1,0.70,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3982,3982,'Cheese Platter','picnic_food1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3983,3983,'Stickie Pole','note_tag','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'sticky_pole',2,'0','','',0,0,''),(3984,3984,'Wild Cascades','picnic_wfall','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3985,3985,'Blue Picnic Blanket','picnic_blanket_blu','s',3,3,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3986,3986,'Picnic Refreshments','picnic_food3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3987,3987,'Red Picnic Blanket','picnic_blanket','s',3,3,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(3988,3988,'Blue Picnic Pillow','picnic_pillow_blu','s',1,1,0.70,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3989,3989,'Baguettes and Apples','picnic_food2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3990,3990,'Rock Teleport','picnic_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(3991,3991,'Picnic Basket','picnic_basket','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3992,3992,'Red Picnic Pillow','picnic_pillow','s',1,1,0.70,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3993,3993,'Stump Chair','picnic_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(3994,3994,'Nest(led) Tree','picnic_3brds','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3995,3995,'Dragon and starter food','petfood23','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(3996,3996,'Room Background','ads_background','s',1,1,0.00,1,0,0,1,0,0,0,1,1,'ads_bg',2,'0','','',0,0,''),(3997,3997,'ads_kelloggs_statue name','ads_kelloggs_statue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3998,3998,'race_trophy','race_trophy','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(3999,3999,'Po''s Kung Fu Kick Statue','ads_kfp2statue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4000,4000,'Red Pepper','petfood22','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(4001,4001,'Dragon Treasure Nest','nest_dragon','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4002,4002,'Burnt tree','ashtree','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4003,4003,'Grail of Water','grail_water','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(4004,4004,'Grail of Nectar','grail_nectar','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(4005,4005,'Dungeon Bricks','dng_cube','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4006,4006,'Dungeon Ground','dng_ground','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4007,4007,'Dungeon Pillar','dng_pillar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4008,4008,'Treasure Dig','dng_treasure2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4009,4009,'Dungeon Floor','dng_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4010,4010,'Dungeon Stairs','dng_stairs','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4011,4011,'Treasure Patch','dng_treasure','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4012,4012,'Dragon Throne Rare','dng_throne','s',1,1,1.70,0,1,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(4013,4013,'Dungeon Plateau','dng_block','s',1,1,0.80,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4014,4014,'Leaves','petfood_19','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(4015,4015,'Deluxe Sitting Room Lamp','mm_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4016,4016,'Deluxe Lemonade Pitcher','mm_lemon_drink','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'2','','',0,0,''),(4017,4017,'Clam Shell','qt_sum11_shell1','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4018,4018,'Ice Cream Trolley','qt_sum11_ictrolley','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'76','','',0,0,''),(4019,4019,'Catch of the Day','qt_sum11_petfood','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4020,4020,'Sea Shell','qt_sum11_shell4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4021,4021,'Blistering Barnacle','qt_sum11_shell3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4022,4022,'Pier','qt_sum11_platfrm','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4023,4023,'Star Fish','qt_sum11_shell2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4024,4024,'Trumpet Shell','qt_sum11_shell5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4025,4025,'Rare Sea Throne','qt_sum11_chair','s',1,1,1.20,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4026,4026,'Deluxe Lemon & Lime Bath','mm_tub','s',1,2,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4027,4027,'Gold Skate Trophy','prizetrophy_skate*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4028,4028,'Silver Skate Trophy','prizetrophy_skate*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4029,4029,'Bronze Skate Trophy','prizetrophy_skate*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4030,4030,'Skate Rail','sb_rail','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4031,4031,'Skate Ramp','sb_ramp','s',2,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4032,4032,'Skate Platform','sb_block','s',2,2,0.60,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4033,4033,'Spray Can Crate','sb_cans','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4034,4034,'Concrete Patch','sb_tile','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4035,4035,'Turtle Tree','nest_turtle','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4036,4036,'ads_mpu_720 name','ads_mpu_720','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'ads_bg',1,'0','','',0,0,''),(4037,4037,'Turtle','petfood24','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(4039,4039,'Chocolate Coco Stool','coco_stool_c2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4040,4040,'Black Pool-side Lounge','coco_divan_c4','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4041,4041,'White Wicker Throne','coco_throne_c3','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4042,4042,'Blue Resort Pod','coco_chair','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4043,4043,'Chocolate Wicker Throne','coco_throne__c2','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4044,4044,'Black Coco Stool','coco_stool_c4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4045,4045,'Resort Flooring','coco_patch','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4046,4046,'Chocolate Pool-side Lounge','coco_divan_c2','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4047,4047,'White Drinks Table','coco_sofatable_c3','s',1,1,1.30,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4048,4048,'White Coco Stool','coco_stool_c3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4049,4049,'Black Drinks Table','coco_sofatable_c4','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4050,4050,'White Coco Sofa','coco_sofa_c3','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4051,4051,'COCOnut Table','coco_table','s',2,3,0.40,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4052,4052,'Blue Coco Stool','coco_stool','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4053,4053,'Chocolate Resort Pod','coco_chair_c2','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4054,4054,'Resort Ornament','coco_stick','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4055,4055,'Blue Wicker Throne','coco_throne','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4056,4056,'Pool-side Table','coco_table2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4057,4057,'Chocolate Coco Sofa','coco_sofa_c2','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4058,4058,'Black Resort Pod','coco_chair_c4','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4059,4059,'White Resort Pod','coco_chair_c3','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4060,4060,'Blue Pool-side Lounge','coco_divan','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4061,4061,'White Pool-side Lounge','coco_divan_c3','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(4062,4062,'Blue Drinks Table','coco_sofatable','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4063,4063,'Black Coco Sofa','coco_sofa_c4','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4064,4064,'Chocolate Drinks Table','coco_sofatable_c2','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4065,4065,'Black Wicker Throne','coco_throne_c4','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4066,4066,'Blue Coco Sofa','coco_sofa','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4067,4067,'Crystal Skull','lm_crystal_skull','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4068,4068,'Banana Drink Machine','lm_bananadrink','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'64','','',0,0,''),(4069,4069,'ads_mpu_300 name','ads_mpu_300','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'ads_bg',1,'0','','',0,0,''),(4070,4070,'Monkey and starter food','petfood25','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(4071,4071,'Black Hole','hole','s',2,2,0.00,1,0,0,0,0,1,0,0,1,'gate',2,'0','','',0,0,''),(4073,4073,'Jack In The Box','lm_jackbox','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4074,4074,'ads_durex_vend name','ads_durex_vend','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4075,4075,'ads_durex_carpet name','ads_durex_carpet','s',3,3,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4076,4076,'Monkey Pond','lm_pond','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4077,4077,'Monkey Statue & Nest','nest_with_statue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4078,4078,'Monkey Nest','nest_monkey','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4079,4079,'ads_mtv_floor name','ads_mtv_floor','s',1,1,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4080,4080,'Stage Monitor','studio_monitor','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4081,4081,'Stage Chair','studio_stool','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4082,4082,'Stage Fence Corner','studio_fencecr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4083,4083,'Guitar','studio_guitar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4084,4084,'Amplifier 2','studio_amp2','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4085,4085,'Stage Fence','studio_fence','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4086,4086,'Amplifier 1','studio_amp1','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4087,4087,'Floor Spotlight','studio_floorlight','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(4088,4088,'Mixing Desk','studio_mixingdesk','s',5,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4089,4089,'Studio Camera','studio_camera','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4090,4090,'Stage Screen','studio_tv','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4091,4091,'Red''n''Blue Stage Lights','studio_lights3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4092,4092,'Rainbow Stage Lights','studio_lights2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4093,4093,'Set of Drums','studio_drums','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4094,4094,'Stage Lights','studio_lights1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4095,4095,'Stage Couch','studio_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4096,4096,'Sound set 73','sound_set_73','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4097,4097,'Sound set 74','sound_set_74','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4098,4098,'Sound set 76','sound_set_76','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4099,4099,'Sound set 75','sound_set_75','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4100,4100,'Ghettoblaster','summer_blaster','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'jukebox',2,'0','','',0,0,''),(4101,4101,'Beach Bonfire','s12_bonfire','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4102,4102,'Big Rock','lm_bigrock','s',2,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4103,4103,'Palm Tree','lm_palm1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4104,4104,'Totem Poll','lm_totem','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4105,4105,'hole2','hole2','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4106,4106,'Banana Tree','lm_palm2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4107,4107,'qt_sum11_dragon','qt_sum11_dragon','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4108,4108,'Green USVA Rug','usva3_rug','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4109,4109,'Blue USVA Sofa','usva5_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4110,4110,'Red USVA Table Lamp','usva4_lamble','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4111,4111,'Green USVA Block Shelf','usva3_shelf','s',1,1,0.75,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4112,4112,'White USVA Rug','usva_rug','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4113,4113,'Yellow USVA table','usva2_table','s',2,2,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4114,4114,'White USVA Shelf','usva_shelf2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4115,4115,'Red USVA Sofa','usva4_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4116,4116,'Pink USVA table','usva_table','s',2,2,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4117,4117,'Blue USVA Table','usva5_table','s',2,2,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4118,4118,'Pink USVA Table Lamp','usva_lamble','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4119,4119,'Yellow USVA Sofa','usva2_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4120,4120,'Yellow USVA Chair','usva2_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4121,4121,'Pink USVA Lamp','usva_lamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4122,4122,'Black USVA Shelf','usva2_shelf2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4123,4123,'Pink USVA Chair','usva_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4124,4124,'Blue USVA Desk Lamp','usva5_lamble','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4125,4125,'Yellow USVA Lamp','usva2_lamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4126,4126,'Red USVA Chair','usva4_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4127,4127,'Green USVA Shelf','usva3_shelf2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4128,4128,'Green USVA Table','usva3_table','s',2,2,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4129,4129,'Black USVA Rug','usva2_rug','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4130,4130,'Red USVA table','usva4_table','s',2,2,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4131,4131,'Blue USVA Lamp','usva5_lamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4132,4132,'Green USVA Chair','usva3_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4133,4133,'Green USVA Table Lamp','usva3_lamble','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4134,4134,'Pink USVA Sofa','usva_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4135,4135,'White USVA Block Shelf','usva_shelf','s',1,1,0.75,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4136,4136,'Red USVA Lamp','usva4_lamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4137,4137,'Yellow USVA Table Lamp','usva2_lamble','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4138,4138,'Green USVA Lamp','usva3_lamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4139,4139,'Red USVA Rug','usva4_rug','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4140,4140,'Black USVA Block Shelf','usva2_shelf','s',1,1,0.75,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4141,4141,'Green USVA Sofa','usva3_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4142,4142,'Blue USVA Rug','usva5_rug','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4143,4143,'Blue USVA Chair','usva5_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4144,4144,'Soapbox','uservoice_soapbox','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4145,4145,'Auditorium Platform','school_platform','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.5;1;1.5;2','',0,0,''),(4146,4146,'Blue Locker Teleport','school_locker_b','s',1,1,0.30,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(4147,4147,'Red Locker (NOT FOR SALE)','school_locker_r_nosale','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4148,4148,'Toilet Stall','school_toilet_stall','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4149,4149,'Cafeteria Vegetables','school_stuff_06','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4150,4150,'Red Locker Teleport','school_locker_r','s',1,1,0.30,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(4151,4151,'School Bus','school_bus','s',2,4,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4152,4152,'Cafeteria Table','school_table','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4153,4153,'Cafeteria Bench','school_bench','s',3,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4154,4154,'School Desk','school_console','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4155,4155,'School Books','school_stuff_01','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4156,4156,'Cafeteria Nuggets','school_stuff_05','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4157,4157,'School Flooring','school_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4158,4158,'Blue Locker (NOT FOR SALE)','school_locker_b_nosale','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4159,4159,'Chem Set','school_stuff_02','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4160,4160,'Cafeteria Meatballs','school_stuff_04','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4161,4161,'Cafeteria Burger','school_stuff_03','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4162,4162,'Desk Chair','school_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4163,4163,'Hay Bucket','petfood26','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(4164,4164,'Polished Floor','boutique_floor1a','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4165,4165,'Boutique Shelf','boutique_table1','s',1,1,1.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4166,4166,'Pile Of Clothes','boutique_clothingpile','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',9,'0','','',0,0,''),(4167,4167,'Red Changing Booth','boutique_changing1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4168,4168,'Blue Changing Booth','boutique_changing3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4169,4169,'Chaise Longue','boutique_sofa2','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4170,4170,'Mannequin','boutique_mannequin1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'mannequin',0,'0','','',0,0,''),(4171,4171,'Pouf','boutique_sofa1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4172,4172,'Boutique Counter','boutique_table2','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4173,4173,'Cash Register','boutique_cashreg','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4174,4174,'Purple Changing Booth','boutique_changing2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4175,4175,'Small Shop Plant','boutique_plant1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4176,4176,'Large Shop Plant','boutique_plant2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4177,4177,'Glass Display Case','boutique_counter','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4178,4178,'Large Polished Floor','boutique_floor2b','s',3,3,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4179,4179,'Large Polished Floor','boutique_floor1b','s',3,3,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4180,4180,'Polished Floor','boutique_floor2a','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4181,4181,'Basic Pink Water Bowl','waterbowl_basic*1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_drink',1,'0','','',0,0,''),(4182,4182,'Basic Blue Water Bowl','waterbowl_basic*2','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_drink',1,'0','','',0,0,''),(4183,4183,'Basic Green Water Bowl','waterbowl_basic*3','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_drink',1,'0','','',0,0,''),(4184,4184,'Basic Yellow Water Bowl','waterbowl_basic*4','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_drink',1,'0','','',0,0,''),(4185,4185,'Basic Red Water Bowl','waterbowl_basic*5','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_drink',1,'0','','',0,0,''),(4186,4186,'HC Sign','boutique_hcsign','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4187,4187,'boutique_vipsign name','boutique_vipsign','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4188,4188,'Pura Bubble Lamp','bubble_lamp1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4189,4189,'Yellow Quarter-Round','pura_roundpad8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4190,4190,'Pura Block Lamp','pura_block_lamp1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4191,4191,'Red Quarter-Round','pura_roundpad9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4192,4192,'Pink Pura Block','eleblock2','s',1,1,0.01,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.01;0.60;0.99;1.80;2.00','',0,0,''),(4193,4193,'White Pura Block','eleblock4','s',1,1,0.05,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.00;0.50;1.00;1.50;2.00;0.00','',0,0,''),(4194,4194,'Blue Quarter-Round','pura_roundpad6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4195,4195,'Green Pura Block','eleblock7','s',1,1,0.05,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.00;0.50;1.00;1.50;2.00;2.50','',0,0,''),(4196,4196,'Black Quarter-Round','pura_roundpad3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4197,4197,'White Quarter-Round','pura_roundpad4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4198,4198,'Beige Pura Block','eleblock5','s',1,1,0.05,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.00;0.50;1.00;1.50;2.00;2.50','',0,0,''),(4199,4199,'Black Pura Block','eleblock3','s',1,1,0.05,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.00;0.50;1.00;1.50;2.00;2.50','',0,0,''),(4200,4200,'Aquamarine Pura Block','eleblock1','s',1,1,0.05,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.00;0.50;1.00;1.50;2.00;2.50','',0,0,''),(4201,4201,'Aqua Quarter-Round','pura_roundpad1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4202,4202,'Pink Quarter-Round','pura_roundpad2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4203,4203,'Yellow Pura Block','eleblock8','s',1,1,0.05,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.00;0.50;1.00;1.50;2.00;2.50','',0,0,''),(4204,4204,'Beige Quarter-Round','pura_roundpad5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4205,4205,'Red Pura Block','eleblock9','s',1,1,0.05,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.00;0.50;1.00;1.50;2.00;2.50','',0,0,''),(4206,4206,'Green Quarter-Round','pura_roundpad7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4207,4207,'Blue Pura Block','eleblock6','s',1,1,0.05,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.00;0.50;1.00;1.50;2.00;2.50','',0,0,''),(4208,4208,'Eggshell White','horse_dye_08','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4209,4209,'Hay Floor','horse_hayfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4210,4210,'Marine Green','horse_dye_11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4211,4211,'Rose','horse_hairdye_06','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4212,4212,'Acorn Brown','horse_dye_02','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4213,4213,'Paddock Gate','horse_stable_gate','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(4214,4214,'Moccasin','horse_hairdye_09','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4215,4215,'Pearl','horse_hairdye_07','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4216,4216,'Ochre','horse_dye_12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4217,4217,'Chestnut','horse_dye_03','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4218,4218,'Autumn Brown','horse_dye_05','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4219,4219,'Whiskey','horse_hairdye_11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4220,4220,'Applewood','horse_hairdye_12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4221,4221,'Horse Saddle','horse_saddle1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'','','15 4 9 0 77',0,0,''),(4222,4222,'White Paddock Fence','horse_stable_fence_w','s',1,2,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4223,4223,'White Paddock Gate','horse_stable_gate_w','s',1,2,0.01,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(4224,4224,'Ghostly Grey','horse_dye_04','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4225,4225,'Ash','horse_hairdye_10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4226,4226,'Sand','horse_hairdye_01','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4227,4227,'Chestnut','horse_hairdye_02','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4228,4228,'Twilight Blue','horse_dye_13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4229,4229,'Sawdust Floor','horse_sawdustfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4230,4230,'Brandy','horse_hairdye_05','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4231,4231,'Beaver','horse_hairdye_04','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4232,4232,'Classy colouring for your companion. Can only be used on','horse_hairdye_00','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4233,4233,'Paddock Fence','horse_stable_fence','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4234,4234,'Demon Black','horse_dye_09','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4235,4235,'Pearly White','horse_dye_10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4236,4236,'White Paddock Corner','horse_stbl_fnc_corn_w','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4237,4237,'Bubblegum Pink','horse_dye_06','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4238,4238,'Russet','horse_hairdye_03','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4239,4239,'Hay Bale','horse_hay','s',1,1,0.80,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4240,4240,'Paddock Corner','horse_stbl_fnc_corner','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4241,4241,'Sky Blue','horse_dye_07','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4242,4242,'Pale Pink','horse_dye_14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4243,4243,'Elm','horse_hairdye_08','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4244,4244,'Loyal Beige','horse_dye_01','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4245,4245,'The two most beautiful words in the english language: de','horse_dye_00','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4246,4246,'Horse Manure','horse_poop','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4247,4247,'Horse Trough','horse_trough','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4248,4248,'Group Carpet','gld_carpet','s',2,3,0.01,1,0,0,1,1,1,0,0,1,'guild_furni',11,'0','','',0,0,''),(4249,4249,'Group Banner','gld_badgewall_tall','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'guild_furni',11,'0','','',0,0,''),(4250,4250,'Group Stool','gld_stool2','s',1,1,1.60,1,1,0,0,1,1,0,0,1,'guild_furni',1,'0','','',0,0,''),(4251,4251,'Group Stool','gld_stool1','s',1,1,1.60,1,1,0,0,1,1,0,0,1,'guild_furni',1,'0','','',0,0,''),(4252,4252,'Group Divider','gld_wall_tall','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'guild_furni',11,'0','','',0,0,''),(4253,4253,'Group Pennant','gld_pennant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'guild_furni',11,'0','','',0,0,''),(4254,4254,'Group Sofa','gld_sofa1','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'guild_furni',1,'0','','',0,0,''),(4255,4255,'FRANK Trophy','ads_frank_trophy','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4256,4256,'Wild','horse_hairstyle_3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4257,4257,'Unicorn','horse_hairstyle_5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4258,4258,'Red Chyna','horse_dye_15','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4259,4259,'Free','horse_hairstyle_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4260,4260,'Traditional','horse_hairstyle_0','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4261,4261,'Braids','horse_hairstyle_4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4262,4262,'Sunset','horse_dye_16','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4263,4263,'Plaited','horse_hairstyle_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4264,4264,'Tombstone Trophy','prizetrophy_hween11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4265,4265,'Habboween Disco Floor II','hween11_disflo2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(4266,4266,'Punch Bowl','hween11_punch','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'1;17;24;58;29','','',0,0,''),(4267,4267,'Plate Of Brains','hween11_dish2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4268,4268,'Habboween Pumpkin','hween11_pumpkin','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(4269,4269,'Coffin Sofa','hween11_sofa','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4270,4270,'Head On A Plate','hween11_dish3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4271,4271,'Plate Of Fingers','hween11_dish4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4272,4272,'Habboween Disco Floor','hween11_disflo','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(4273,4273,'Plate Of Eyeballs','hween11_dish1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4274,4274,'Pumpkin','lm_pumpkin','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4275,4275,'Unicorn Manure','horse_poop_luxus','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(4276,4276,'ads_mpu_160 name','ads_mpu_160','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'ads_bg',1,'0','','',0,0,''),(4277,4277,'ads_liisu name','ads_liisu','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4278,4278,'Hell Hound Guardian','hween11_fountain','s',2,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4279,4279,'Black Roses','plant_rose_black','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1001','','',0,0,''),(4280,4280,'The Golden Egg','ads_pib','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4281,4281,'WIRED CONDITION: Group Member','wf_cnd_actor_in_group','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_actor_in_group',2,'0','','',0,0,''),(4282,4282,'Cabin Sofa Table','xmas11_sofatable','s',2,2,0.50,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4283,4283,'Red Cozy Cabin Chair','xmas11_comfy_chair','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4284,4284,'Aurora Borealis','xmas2011_aurora1','s',1,4,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4285,4285,'Cabin Divider','xmas11_stonedivider','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4286,4286,'xmas11_yetifeet name','xmas11_yetifeet','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4287,4287,'Tiny Snowy Tree','xmas2011_tree2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4288,4288,'Cabin Wooden Floor','xmas11_woodfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4289,4289,'Red Cabin Footstool','xmas11_footstool','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4290,4290,'Flag','xmas11_flag','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4291,4291,'Snowy Tree','xmas2011_tree1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4292,4292,'Cabin Firewood','xmas11_firewood','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4293,4293,'Red Wooden Cabin Stool','xmas11_stool','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4294,4294,'Cabin Stove','xmas11_stove','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4295,4295,'Snowy Log','xmas2011_snowlog','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4296,4296,'Cabin Stone Floor','xmas11_stonefloor','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4297,4297,'Red Wooden Cabin Bench','xmas11_comfy_bench','s',2,1,1.36,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4298,4298,'Icy Waterfall','xmas2011_icefall','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4299,4299,'Xmas Throne','xmas11_throne','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4300,4300,'Cheese','xmas11_petfood','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(4301,4301,'Small Aurora Borealis','xmas2011_aurora2','s',1,3,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4302,4302,'Cabin Nightstand','xmas11_nghtstnd','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4303,4303,'Red Wooden Cabin Chair','xmas11_chair','s',1,1,1.35,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4304,4304,'Snowy Rock 1','xmas2011_rock1','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4305,4305,'Snowy Rail','xmas2011_balrail','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4306,4306,'Snowy Pine','xmas2011_tree4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4307,4307,'Snowy Rock 2','xmas2011_rock2','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4308,4308,'Big Snowy Tree','xmas2011_tree3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4309,4309,'Cabin Stone and Wood Tiles','xmas11_elewood','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.01;0.50;1.00;1.50;2.00','',0,0,''),(4310,4310,'Reindeer Antlers','horse_hairstyle_6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4313,4313,'Joyful Gift Bag','xmas_giftbag','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4314,4314,'Poinsetta','joulutahti_notrd','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1023','','',0,0,''),(4315,4315,'Beige Cozy Cabin Chair','xmas11_comfy_chair_3','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4316,4316,'Green Wooden Cabin Stool','xmas11_stool_2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4317,4317,'Wooden Cabin Stool with Fur Cover','xmas11_stool_4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4318,4318,'Beige Wooden Cabin Stool','xmas11_stool_3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4319,4319,'Cabin Footstool with Fur Cover','xmas11_footstool_4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4320,4320,'Green Cozy Cabin Chair','xmas11_comfy_chair_2','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4321,4321,'Green Wooden Cabin Chair','xmas11_chair_2','s',1,1,1.35,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4322,4322,'The Santa Butler','xmas11_btlr','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'vendingmachine',2,'8','','',1,1,''),(4323,4323,'Green Wooden Cabin Bench','xmas11_comfy_bench_2','s',2,1,1.36,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4324,4324,'Cozy Cabin Fur Chair','xmas11_comfy_chair_4','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4325,4325,'Wooden Cabin Bench with Fur Cover','xmas11_comfy_bench_4','s',2,1,1.36,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4326,4326,'Wooden Cabin Chair with Fur Cover','xmas11_chair_4','s',1,1,1.35,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4327,4327,'Beige Wooden Cabin Bench','xmas11_comfy_bench_3','s',2,1,1.36,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4328,4328,'Beige Wooden Cabin Chair','xmas11_chair_3','s',1,1,1.35,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4329,4329,'Green Cabin Footstool','xmas11_footstool_2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4330,4330,'Beige Cabin Footstool','xmas11_footstool_3','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4331,4331,'Books','books_1','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(4332,4332,'homework','homework','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4333,4333,'Model Car','gift_mdlcar0','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4334,4334,'Adonis Statue','gift_manlystatue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4335,4335,'Joystick','gift_joystick','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4336,4336,'Weird toy','gift_thing','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4337,4337,'Scratch pad','pstack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4338,4338,'Paper Balls','pwad','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4339,4339,'Incense','gift_incense','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4340,4340,'pencils','pencils','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4341,4341,'Picture Frame','pframe','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4342,4342,'toaster','toaster','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'71','','',0,0,''),(4343,4343,'Piggy bank','gift_pbank','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4344,4344,'Game Console','console','s',1,1,0.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4345,4345,'Vase','gift_vase','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4346,4346,'MyPod Docking Station','gift_mypod','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4347,4347,'Organizer','trapkeep','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4348,4348,'Coal','gift_coal','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4349,4349,'Handbag','gift_handbag0','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4350,4350,'Necklace','gift_jewel0','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4351,4351,'Books','books_0','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4352,4352,'Double Bed','bed_silo_two_notrd','s',2,3,1.00,1,0,1,1,1,1,0,0,1,'bed',1,'0','','',0,0,''),(4353,4353,'snst_ballpile name','snst_ballpile','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(4354,4354,'starting_position','starting_position','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4355,4355,'snst_tree1_d name','snst_tree1_d','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4356,4356,'snst_fence name','snst_fence','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4357,4357,'snst_tree1 name','Snst_tree1','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4358,4358,'snst_iceblock name','Snst_iceblock','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4359,4359,'hole1x1 name','hole1x1','s',1,1,0.10,1,0,0,0,0,0,0,1,1,'default',2,'0','','',0,0,''),(4360,4360,'snst_block1 name','snst_block1','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4361,4361,'Epic Fireplace','snst_fireplace','s',3,3,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4362,4362,'s_snowball_machine name','s_snowball_machine','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4363,4363,'ads_honeymonster','ads_honeymonster','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4364,4364,'ads_m6_floor name','ads_m6_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4365,4365,'HC Duck','duck_vipwhite','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4366,4366,'snst_fireplace_nfs name','snst_fireplace_nfs','s',3,3,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4367,4367,'Vote Counter','vote_count_add','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'vote_counter',2,'0','','',0,0,''),(4368,4368,'Double Balloon','xmas11_balloon2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4369,4369,'Polished Stone Floor','xmas11_luxfloor2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4370,4370,'Single Balloon','xmas11_balloon1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4371,4371,'Fireworks Gnome','fireworks_09','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4372,4372,'Serving Table','xmas11_luxtable','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4373,4373,'Fireworks Pot','fireworks_08','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4374,4374,'White Chesterfield Sofa','xmas11_luxsofa1','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4375,4375,'Parquet','xmas11_luxfloor1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4376,4376,'Rare Balloon Machine','xmas11_balloon','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'vendingmachine',1,'1029','','',0,0,''),(4377,4377,'Triple Balloons','xmas11_balloon3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4378,4378,'White Chesterfield Armchair','xmas11_luxchair1','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4379,4379,'Strawberries','xmas11_luxdish2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4380,4380,'Fireworks Tube','fireworks_10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4381,4381,'Red Chesterfield Sofa','xmas11_luxsofa2','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4382,4382,'Porcelain','xmas11_luxdish3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4383,4383,'Black Chesterfield Armchair','xmas11_luxchair3','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4384,4384,'Fireworks Box','fireworks_12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4385,4385,'Black Chesterfield Sofa','xmas11_luxsofa3','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4386,4386,'Red Chesterfield Armchair','xmas11_luxchair2','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4387,4387,'Red Rocket','fireworks_11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4388,4388,'Chocolate Fountain','xmas11_luxdish1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4389,4389,'Group Gate','gld_gate','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'guild_gate',2,'0','','',0,0,''),(4390,4390,'Snowboard Patch','snowb_slope','s',2,2,0.00,1,0,0,1,0,0,0,0,1,'multiheight',7,'0','0.2;1.3;2.4;3.5;4.6;5.7;6.8','',97,97,''),(4391,4391,'Snowboard Ramp','snowb_jump','s',1,1,1.00,1,0,0,1,0,0,0,0,1,'default',1,'0','','',97,97,''),(4392,4392,'Slope Light','snowb_light1','s',1,1,1.00,1,0,0,0,0,0,0,0,1,'default',3,'0','','',0,0,''),(4393,4393,'Slope Divider','snowb_divider','s',1,3,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',97,97,''),(4394,4394,'Snow Puff','snowb_snowpuff','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4395,4395,'Snowboard Rail','snowb_rail','s',1,2,1.00,1,0,0,0,0,0,0,0,1,'default',1,'0','','',0,0,''),(4402,4402,'Laser SFX','sfx_lazer','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4403,4403,'Robot Voice SFX','sfx_onetwo','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4404,4404,'Duck SFX','sfx_duck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4405,4405,'Whistle SFX','sfx_whistle','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4406,4406,'Bell SFX','sfx_bells','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'sound_fx',2,'0','','',0,0,''),(4407,4407,'Glass SFX','sfx_glass','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4408,4408,'Golden Niko Trophy','prizetrophy_niko2','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4409,4409,'Silver Niko Trophy','prizetrophy_niko1','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4410,4410,'Sky Lantern','china_lantern','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4411,4411,'The Dragon that Spews Fireworks','fireworks_13','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(4412,4412,'rare_fountain_niko name','rare_fountain_niko','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4413,4413,'Dragon Teleport','teleport_dragon','s',1,1,0.40,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(4414,4414,'sfx_rare_lazer name','sfx_rare_lazer','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4415,4415,'sfx_rare_duck name','sfx_rare_duck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4416,4416,'Kissing Booth','val12_kbooth','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'pressureplate_group',2,'0','','',0,0,''),(4417,4417,'Hanging Love Flower','val12_flower','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4418,4418,'Prom Night Carpet','val12_carpet','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4419,4419,'The Vines Of Love','val12_vines','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'pressureplate_group',2,'0','','',0,0,''),(4420,4420,'Love Reanimator','val12_shocker','s',1,2,0.10,1,0,0,1,1,1,0,0,1,'pressureplate_group',2,'0','','',0,0,''),(4421,4421,'Room Hopper Tubes','val12_hopper1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'hopper',1,'0','','',0,0,''),(4422,4422,'Column Of Light','val12_pillar2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4423,4423,'Xray Booth','val12_xray','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'pressureplate_group',2,'0','','',0,0,''),(4424,4424,'Black Marble Floor','val12_marble2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4425,4425,'Romantic vines','val12_elevine','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.00;0.50;1.00;1.50;2.00','',0,0,''),(4426,4426,'White Marble Floor','val12_marble1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4427,4427,'Room Hopper Curtains','val12_hopper2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'hopper',1,'0','','',0,0,''),(4428,4428,'Love Thermometer','edice_val12_therm','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'dice',7,'0','','',0,0,''),(4429,4429,'Not for sale thermometer','val12_therm_nfs','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4430,4430,'Heartbeat Sofa','val12_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'pressureplate_group',2,'0','','',0,0,''),(4431,4431,'Lantern Of Lurve','val12_lantern','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'pressureplate_group',2,'0','','',0,0,''),(4432,4432,'Prom Night Pillar','val12_pillar1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4433,4433,'Prom Night Table','val12_table','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(4434,4434,'ads_antena3_floor name','ads_antena3_floor','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4435,4435,'hole3','hole3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4436,4436,'waterbowl1_red name','water_bowl1*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4437,4437,'water_bowl1_green name','water_bowl1*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4438,4438,'water_bowl1_yellow name','water_bowl1*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4439,4439,'waterbowl1_blue name','water_bowl1*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4440,4440,'water_bowl1_brown name','water_bowl1*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4441,4441,'nest_with_egg name','nest_with_egg','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4442,4442,'for testing purposes','present_firework','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4443,4443,'Room Hopper Elevator','val12_hopper_3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'hopper',1,'0','','',0,0,''),(4444,4444,'Cinema Platform','cine_platform','s',4,1,0.68,1,1,0,0,1,1,0,0,1,'multiheight',3,'0','1.50;2.00;2.50','',0,0,''),(4445,4445,'magazines name','magazines','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4446,4446,'Desk Junk','desk_junk','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4447,4447,'Cup of Coffee','coffee_cup','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4448,4448,'bowl name','bowl','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4449,4449,'Book pile','bookpile','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4450,4450,'Saddle Stand','horse_saddle2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4451,4451,'Blue Racing Flag','horse_fin_flag','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4452,4452,'Corner Fences','horse_track_fence_cor','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4453,4453,'Horse Jump','obstacle_oxer','s',2,3,1.00,1,0,0,1,1,1,0,0,1,'obstacle',1,'0','','',0,0,''),(4454,4454,'Horse Track Patch','horse_track1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4455,4455,'Fences','horse_track_fence','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4456,4456,'elmeri name','elmeri','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4457,4457,'Corn','petfood20','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(4458,4458,'elegrass1 name','elegrass1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.01;0.50;1.00;1.50;2.00','',0,0,''),(4459,4459,'elerock1 name','elerock1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.2;0.7;1.2;1.7;2.2','',0,0,''),(4460,4460,'bling_sofa_mu','bling_sofa_mu','s',2,1,1.60,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4461,4461,'Hedges','obstacle_bush','s',2,3,1.00,1,0,0,1,1,1,0,0,1,'obstacle',1,'0','','',0,0,''),(4462,4462,'Ring Of Fire','obstacle_fring','s',2,3,1.00,1,0,0,1,1,1,0,0,1,'obstacle',1,'0','','',0,0,''),(4463,4463,'Blue Finish Line','horse_fin_poster','s',2,1,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4464,4464,'Grass Duck','petfood27','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(4465,4465,'Pegasus Wings','horse_hairstyle_7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','15 2,3 107,107 1,1',0,0,''),(4466,4466,'Horse Track Gate','horse_track_gate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(4467,4467,'Red Finish Line','horse_fin_poster2','s',2,1,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4468,4468,'Red Racing Flag','horse_fin_flag2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4469,4469,'Stylish Finish Line','horse_fin_poster3','s',2,1,0.01,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4470,4470,'Stable Hopper','horse_hopper','s',1,1,0.01,1,0,0,0,1,1,0,0,1,'hopper',2,'0','','',0,0,''),(4471,4471,'Water Jump 3','obstacle_water3','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'obstacle',1,'0','','',0,0,''),(4472,4472,'Water Jump','obstacle_water','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'obstacle',1,'0','','',0,0,''),(4473,4473,'Horse Jump 3','obstacle_oxer3','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'obstacle',1,'0','','',0,0,''),(4474,4474,'Horse Jump 2','obstacle_oxer2','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'obstacle',5,'0','','',0,0,''),(4475,4475,'Stylish Racing Flag','horse_fin_flag3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4476,4476,'Water Jump 2','obstacle_water2','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'obstacle',1,'0','','',0,0,''),(4477,4477,'horse_hairdye_04_horsesho','horse_hairdye_04_horsesho','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(4478,4478,'ads_ag_crate name','ads_ag_crate','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4479,4479,'horse_hairstyle_4_hs name','horse_hairstyle_4_hs','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','15 2,3 104,104 1,1',0,0,''),(4480,4480,'Ice Apples','petfood7_horseshoe','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(4481,4481,'bolly_cherry','bolly_cherry','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4482,4482,'Japanese Sky Lantern','jp_ceiling_lamp','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4483,4483,'Shiki Futon','jp_bed','s',2,3,1.60,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(4484,4484,'exe_drinks_cabinet','exe_drinks_cabinet','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4485,4485,'Red Theatre Curtain','cine_curtain_red','s',8,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4486,4486,'Black Scifi Pod','sf_pod_dark','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4487,4487,'Black Leviathan','dark_merdragon','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4488,4488,'Romantique Screen Gray','romantique_divider*5','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4489,4489,'Black Dino Egg','black_dino_egg','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4490,4490,'Platinum Bar','CF_500_platinum_bar','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(4491,4491,'theatre_stage name','theatre_stage','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(4492,4492,'theatre_mask name','theatre_mask','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(4493,4493,'theatre_carpet name','theatre_carpet','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4494,4494,'theatre_lights name','theatre_lights','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4495,4495,'theatre_rug name','theatre_rug','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',13,'0','','',0,0,''),(4496,4496,'theatre_stool name','theatre_stool','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4497,4497,'theatre_wall name','theatre_wall','s',1,4,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4498,4498,'Curtain Switch','theatre_switch','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4499,4499,'theatre_chair name','theatre_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4500,4500,'theatre_curtain name','theatre_curtain','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4501,4501,'theatre_floor name','theatre_floor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4502,4502,'theatre_plant name','theatre_plant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4503,4503,'theatre_edge name','theatre_edge','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(4504,4504,'theatre_spotlight name','theatre_spotlight','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4505,4505,'wf_act_give_reward name','wf_act_give_reward','s',1,1,0.65,1,0,0,1,1,1,0,1,1,'wf_act_give_reward',1,'0','','',0,0,''),(4506,4506,'Carrot','petfood28','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(4507,4507,'Spinning Top','toy2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4508,4508,'Lush Bunny Nest','nest_bunny','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4509,4509,'DONT USE - there is color versions in nest_bunny','nest_bunny_green','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4510,4510,'DONT USE - there is color versions in nest_bunny','nest_bunny_blue','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4511,4511,'lido_bench name','lido_bench','s',2,1,1.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4512,4512,'lidowall3 name','lidowall3','s',4,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4513,4513,'lido_parasol name','lido_parasol','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4514,4514,'lidowall1 name','lidowall1','s',4,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4515,4515,'lidofence name','lidofence','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4516,4516,'lido_chair name','lido_chair','s',1,1,1.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4517,4517,'The Small Pool Kiosk','lido_kiosk','s',1,4,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4518,4518,'lido_table name','lido_table','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4519,4519,'lidotree1 name','lidotree1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4520,4520,'lidodoor name','lidodoor','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4521,4521,'lidotile name','lidotile','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4522,4522,'lido_kiosk_block name','lido_kiosk_block','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4523,4523,'lidostairs name','lidostairs','s',2,2,0.60,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4524,4524,'lidostage name','lidostage','s',2,2,0.60,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4525,4525,'lidowall2 name','lidowall2','s',4,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4526,4526,'wl_wall2 name','wl_wall2','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4527,4527,'wl_table2 name','wl_table2','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4528,4528,'wl_sofa name','wl_sofa','s',3,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4529,4529,'wl_wall1 name','wl_wall1','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',14,'0','','',0,0,''),(4530,4530,'wl_floor name','wl_floor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4531,4531,'wl_rdesk name','wl_rdesk','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(4532,4532,'Shelf','wl_shelf','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4533,4533,'wl_chair name','wl_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4534,4534,'wl_table1 name','wl_table1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4535,4535,'pcnc_tilegrass name','pcnc_tilegrass','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',11,'0','','',0,0,''),(4536,4536,'pcnc_dvdrtile name','pcnc_dvdrtile','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(4537,4537,'pcnc_wtable name','pcnc_wtable','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4538,4538,'pcnc_shrub name','pcnc_shrub','s',1,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4539,4539,'pcnc_fountain name','pcnc_fountain','s',4,4,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4540,4540,'pcnc_tiledirt name','pcnc_tiledirt','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4541,4541,'pcnc_gazebohack name','pcnc_gazebohack','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4542,4542,'pcnc_wall1 name','pcnc_wall1','s',3,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4543,4543,'pcnc_carp name','pcnc_carp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4544,4544,'pcnc_door name','pcnc_door','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4545,4545,'pcnc_wood name','pcnc_wood','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4546,4546,'pcnc_redbench name','pcnc_redbench','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4547,4547,'pcnc_wall2 name','pcnc_wall2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4548,4548,'Tale Swing','pcnc_swing','s',2,1,1.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4549,4549,'pcnc_bbq name','pcnc_bbq','s',2,3,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4550,4550,'pcnc_tilestone name','pcnc_tilestone','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4551,4551,'pcnc_tree name','pcnc_tree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4552,4552,'pcnc_carrot name','pcnc_carrot','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'patch_carrot',2,'0','','',0,0,''),(4553,4553,'pcnc_gazebo name','pcnc_gazebo','s',5,5,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4554,4554,'pcnc_wbench name','pcnc_wbench','s',3,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4555,4555,'Evil Bunny Lair','nest_bunny_evil','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4556,4556,'Bored Bunny Nest','nest_bunny_dep','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4557,4557,'Manic Bunny Nest','nest_bunny_love','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'nest',1,'0','','',0,0,''),(4558,4558,'ads_dfrisss name','ads_dfrisss','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'72','','',0,0,''),(4559,4559,'Rainbow round dining table','table_plasto_round_lm1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4560,4560,'Black pod chair','chair_plasty2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4561,4561,'Black Occasional Table','table_plasto2_sq','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4562,4562,'Transparent plasto chair','chair_plasto3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4563,4563,'Transparent four-leg table','table_plasto3_4leg','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4564,4564,'Transparent pod chair','chair_plasty3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4565,4565,'Rainbow occasional table','table_plasto_sq_lm1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4566,4566,'Rainbow pod chair','chair_plasty_lm1','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4567,4567,'Transparent Square Dining Table','table_plasto3_bigsq','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4568,4568,'Transparent Occasional table','table_plasto3_sq','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4569,4569,'Rainbow square dining table','table_plasto_bigsq_lm1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4570,4570,'Black Square Dining Table','table_plasto2_bigsq','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4571,4571,'Black four-leg table','table_plasto2_4leg','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4572,4572,'Black round dining table','table_plasto2_round','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4573,4573,'Rainbow four-leg table','table_plasto_4leg_lm1','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4574,4574,'Black plasto chair','chair_plasto2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4575,4575,'Rainbow plasto chair','chair_plasto_lm1','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4576,4576,'Transparent round dining table','table_plasto3_round','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4577,4577,'easel_5','easel_5','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4578,4578,'Plant Revival Potion','mnstr_revival','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','16',0,0,''),(4579,4579,'Greenhouse Wall','gh_div_wall','s',0,0,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(4580,4580,'Watering Can','watering_can','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4581,4581,'Greenhouse Corner','gh_div_cor','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4582,4582,'Plant Seed','mnstr_seed','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'monsterplant_seed',2,'0','','',0,0,''),(4583,4583,'Gardening Toolbox','gardening_box','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4584,4584,'Stone Patio','stone_platform','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0;0.5;1','',0,0,''),(4585,4585,'Stone Stairs','stone_stairs','s',2,1,0.40,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4586,4586,'Pink Pod Chair','chair_plasty4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4587,4587,'Pink Four-leg Table','table_plasto4_4leg','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4588,4588,'Pink Occasional Table','table_plasto4_sq','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4589,4589,'Pink Square Dining Table','table_plasto4_bigsq','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4590,4590,'Pink Plasto Chair','chair_plasto4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4591,4591,'Pink Round Dining Table','table_plasto4_round','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4592,4592,'Rebreeding Potion 1','mnstr_rebreed','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4593,4593,'Monster Plant Fertiliser','mnstr_fert','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','16',0,0,''),(4594,4594,'Darkstar Dragons','dragonlamp_shinobi','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(4595,4595,'Shoji Divider','jp_divider','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4596,4596,'Shoji Gate','jp_gate','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4597,4597,'Golden Man-Eating Plant Trophy','prizetrophy_breed*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4598,4598,'Silver Man-Eating Plant Trophy','prizetrophy_breed*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4599,4599,'Bronze Man-Eating Plant Trophy','prizetrophy_breed*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4600,4600,'Watering Can Of Greatness!','prizetrophy_nurture*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4601,4601,'Watering Can Of Semi-Greatness','prizetrophy_nurture*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4602,4602,'Watering Can Of Partial Greatness','prizetrophy_nurture*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4603,4603,'Monster Plant Bed','stone_flowerbed','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4604,4604,'Rare Monster Plant Seed','mnstr_seed_rare','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'monsterplant_seed',2,'0','','',0,0,''),(4605,4605,'ads_mad3 name','ads_mad3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4606,4606,'Throbbing Monster Fountain','mnstr_waterfall','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4607,4607,'Rebreeding Potion 2','mnstr_rebreed_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4608,4608,'Rebreeding Potion 3','mnstr_rebreed_3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4609,4609,'garden_caterpillar','garden_caterpillar','s',3,1,1.00,1,1,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(4610,4610,'ads_cp_trophy name','ads_cp_trophy','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4611,4611,'ads_ontour name','ads_ontour','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4612,4612,'Small Ruby','CF_75_ruby_small','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(4613,4613,'Big Ruby','CF_200_ruby','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(4614,4614,'Justice Trophy','prizetrophy_habboway','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4615,4615,'Light Cloud','patch_cloud','s',2,2,0.10,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(4616,4616,'Exotic Butterfly','garden_bfly','s',1,1,1.00,1,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(4617,4617,'Pixel Sofa','kuurna_red_sofa','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4618,4618,'Pixel Sofa Chair','kuurna_red_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4619,4619,'Pixel Dining Table','kuurna_red_chair1','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4620,4620,'Pixel Dining Table','kuurna_red_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4621,4621,'Pixel Side Table','kuurna_red_table1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4622,4622,'Pixel Lamp','kuurna_red_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4623,4623,'Pixel Memorial','pixel_memorial','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4624,4624,'Torch Trophy','trophy_torch','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4625,4625,'Vanilla Lounge Chair','js_exe_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4626,4626,'Vanilla Gate','js_exe_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(4627,4627,'Vanilla Bar','js_exe_bardesk','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4628,4628,'Vanilla Sofa','js_exe_sofa','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4629,4629,'Vanilla Bar Corner','js_exe_corner','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4630,4630,'Vanilla Rug','js_exe_rug','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4631,4631,'Vanilla Boss Chair','js_exe_chair2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4632,4632,'Vanilla Glass Table','js_exe_s_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4633,4633,'Pharaoh Teleporter','anc_pharaoh_tele','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(4634,4634,'Quackatoa','anc_artifact1','s',2,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4635,4635,'Obsidian Obelisk','anc_trophy_obsidian','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4636,4636,'Pyramid Block','anc_pyramid_block','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(4637,4637,'Marble Obelisk','anc_trophy_marble','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4638,4638,'Stone Obelisk','anc_trophy_sstone','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4639,4639,'Hot Sand','anc_hot_sands','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(4640,4640,'sp_statue','sp_statue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4641,4641,'Frank Trophy','prizetrophy_frank','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4642,4642,'Rock Block','anc_ele_rock','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.2;0.7;1.2;1.7;2.2','',0,0,''),(4643,4643,'Shallow Water','shallow','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',30,30,''),(4644,4644,'Grass Block','anc_ele_grass','s',1,1,0.01,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.01;0.60;0.99;1.80;2.00','',0,0,''),(4645,4645,'Blazing Sun','anc_sun','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4646,4646,'Flamingo','pink_flamingo','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4647,4647,'Dem Bones','anc_bones','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4648,4648,'The Hand Of The Ancients','anc_artifact2','s',2,2,2.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4649,4649,'Jungle leaf patch','anc_jngl_patch','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4650,4650,'Tall tree','anc_talltree','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4651,4651,'Jungle Waterfall','anc_waterfall','s',1,1,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4652,4652,'Mossy rock','anc_mossyrock','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(4653,4653,'Not so tall tree','anc_comfy_tree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4654,4654,'The Gate of Eternity','gate_of_eternity','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(4655,4655,'Mighty Frank Statue','anc_artifact3','s',3,1,1.50,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4656,4656,'Habbo-lympix Circle Track','track12_circle','s',3,3,1.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4657,4657,'Habbo-lympix Hurdle','track12_hurdle','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4658,4658,'White Habbo-lympix Podium','track12_ele_podium2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.7;1.2;1.7','',0,0,''),(4659,4659,'Royal Tea Lady','track12_tea_mother','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'vendingmachine',1,'1','','',0,0,''),(4660,4660,'Hammer Toss','track12_hammer','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(4661,4661,'Habbo-lympix Torch','track12_mini_torch','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4662,4662,'Black Habbo-lympix Podium','track12_ele_podium1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.7;1.2;1.7','',0,0,''),(4663,4663,'Union Jack Sofa','track12_ujack_sofa','s',2,1,1.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4664,4664,'Dumbbell','track12_weight','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4665,4665,'Habbo-lympix Trophy','prizetrophy_track12*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',111,111,''),(4666,4666,'Habbo-lympix Trophy','prizetrophy_track12*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',110,110,''),(4667,4667,'Habbo-lympix Trophy','prizetrophy_track12*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',109,109,''),(4668,4668,'Javelin Statue','track12_javstatue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4669,4669,'Habbo-lympix Cauldron','track12_hcauldron','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4670,4670,'Rectangular Block','lon_block2','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4671,4671,'Door Block','lon_base','s',1,2,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4672,4672,'Window Piece','lon_window','s',1,2,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4673,4673,'lon_gate name','lon_gate','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(4674,4674,'Stately Roof','lon_roof','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4675,4675,'Building Block','lon_block1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4676,4676,'hof_parameter_test name','hof_parameter_test','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4677,4677,'Red Walkway','matic_walkway_red','s',1,1,4.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4678,4678,'Green Holo Tree','matic_tree_green','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4679,4679,'Silver Walkway','matic_walkway_silver','s',1,1,4.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4680,4680,'Space Duck','matic_cont_duck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4681,4681,'Blue Holo Tree','matic_tree_blue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4682,4682,'Silver Holo Tree','matic_tree_silver','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4683,4683,'Frank','matic_cont_frank','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4684,4684,'Alien Specimen','matic_cont_alien','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4685,4685,'Yellow Holo Tree','matic_tree_yellow','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4686,4686,'Deep Space Probe','matic_probe','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4687,4687,'Green Walkway','matic_walkway_green','s',1,1,4.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4688,4688,'Red Holo Tree','matic_tree_red','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4689,4689,'Blue Walkway','matic_walkway_blue','s',1,1,4.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4690,4690,'Yellow Walkway','matic_walkway_yellow','s',1,1,4.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4691,4691,'ads_spiderman_trophy name','ads_spiderman_trophy','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4692,4692,'Mystery Box','matic_box','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4693,4693,'metallic structure','matic_wirerig','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4694,4694,'Black Hole','matic_dispenser','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'3;28;29;34;58;70;71;1013;1014;1015;1029;1030;1031;1032;1033;1034;1035;1036','','',0,0,''),(4695,4695,'Battle Mech','matic_mech','s',1,1,2.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4696,4696,'ads_mad3_edit name','ads_mad3_edit','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4697,4697,'Background Toner','roombg_color','s',1,1,0.45,1,0,0,1,1,1,0,0,1,'background_toner',2,'0','','',0,0,''),(4698,4698,'Mountains Background','roombg_mountains1','s',1,1,0.45,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4699,4699,'Dark Cloud Machine','roombg_cloud_dark','s',1,1,0.45,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4700,4700,'Cloud Machine','roombg_cloud','s',1,1,0.45,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4701,4701,'Pearl Dragon Egg','cloud_egg','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4702,4702,'Cloud Throne','cloud_throne','s',1,1,2.30,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4703,4703,'Yacht Bow','jetset_yacht_front','s',3,3,3.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4704,4704,'Stealth Jet Ski','js_jetski','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4705,4705,'HC Gate','vip_gate','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(4706,4706,'Yacht Bridge','jetset_yacht_mid_1','s',3,1,4.45,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4707,4707,'Grassy Stack','jetset_landhigh','s',1,1,2.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4708,4708,'Rocky Stack','jetset_landlow','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4709,4709,'Yacht Stern','jetset_yacht_back','s',3,3,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4710,4710,'Yacht Middle','jetset_yacht_mid_2','s',3,1,3.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4711,4711,'Paparazzi Wall','jetset_vipscreen','s',1,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4712,4712,'Yacht Pool','jetset_yacht_mid_3','s',3,1,3.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4713,4713,'Jet Ski','js_jetski2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4714,4714,'Cabana Tent','jetset_tent','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'tent',2,'0','','',0,0,''),(4715,4715,'Stone Jetty','jetset_stonejetty','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4716,4716,'HC Room Hopper','vip_hopper','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'club_hopper',1,'0','','',0,0,''),(4717,4717,'Emerald Trophy','prizetrophy_room_1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(4718,4718,'Bouncer','js_bouncer','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4719,4719,'Vault Wall','jetset_vault_wall','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4720,4720,'Vault Corner','jetset_vault_crnr','s',1,1,4.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4721,4721,'Cash Patch','jetset_moneypatch','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4722,4722,'Vault Door','jetset_vault_door','s',2,1,0.10,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(4723,4723,'Diamond Dragon Lamp','diamond_dragon','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(4724,4724,'Diamond Throne','diamond_throne','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4725,4725,'Monte Carlo','roombg_jetset','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4726,4726,'Paparazzi Wall Corner','jetset_vipscreencr','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4727,4727,'Golden Bathtub','jetset_tub','s',1,2,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4728,4728,'Coin Rain','js_coins','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4729,4729,'Ghost Train Car','hween12_cart','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4730,4730,'Fairground Entrance','hween12_entry','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4731,4731,'Ghost Train Track','hween12_track','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(4732,4732,'Ghost Light','hween12_orb','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4733,4733,'Scarecrow','hween12_scarecrow','s',1,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4734,4734,'Fairground Of Fear','roombg_hween12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4735,4735,'Costume Hopper','hween12_costume_hopper','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'costume_hoppper',2,'0','','',0,0,''),(4736,4736,'Ghost Train Left Corner','hween12_track_crl','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'roller',4,'0','','',0,0,''),(4737,4737,'Snake skin','hween12_shedskin','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4738,4738,'Guillotine','hween12_guillotine','s',1,3,1.60,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(4739,4739,'Ghost Train Right Corner','hween12_track_crr','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'roller',1,'0','','',0,0,''),(4740,4740,'Moon Light','hween12_moon','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4741,4741,'Executioner''s Coffin','hween12_coffin','s',1,2,0.01,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4742,4742,'Lantern','hween12_lantern','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4743,4743,'Magic Mirror','hween12_mirror','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'pressureplate',3,'0','','',0,0,''),(4744,4744,'cannon','cannon','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'cannon',2,'0','','',0,0,''),(4745,4745,'Duck Ride','hween12_duck','s',1,1,2.05,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4746,4746,'Gory Floor','hween12_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4747,4747,'Fairground Divider','hween12_wall','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4748,4748,'Costume Gate','costume_gate','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(4749,4749,'Misfortune Teller','hween12_fortune','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4750,4750,'Cage','hween12_cage','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4751,4751,'Fairground Grabber','hween12_grabby','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1035,1037,1038,1039,1040,1041,1042,1043,1044,1045','','',0,0,''),(4752,4752,'Wolf','hween12_wolf','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4753,4753,'Test Your Strength!','hween12_strengthtest','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'crackable_master',2,'0','','',0,0,''),(4754,4754,'Blue Star Stage','hs_stage_blue','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.8;1.5;2.1','',0,0,''),(4755,4755,'Stage Smoker','hs_smoke','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(4756,4756,'Star Carpet','hs_carpet','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4757,4757,'Circular Stage','hs_circstage','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4758,4758,'Black Star Stage','hs_stage_black','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.8;1.5;2.1','',0,0,''),(4759,4759,'Pink Star Stage','hs_stage_pink','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.8;1.5;2.1','',0,0,''),(4760,4760,'Stage Up light','hs_prop','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4761,4761,'Habnam Style','hs_dnctile_1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'pressureplate',2,'0','','',140,140,''),(4762,4762,'Pink floor lights','hs_lightstrip_pink','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4763,4763,'Long Black Stage','hs_stage_long_black','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.8;1.5;2.1','',0,0,''),(4764,4764,'Star Carpet Black','hs_carpet_blk','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4765,4765,'Long Blue STage','hs_stage_long_blue','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.8;1.5;2.1','',0,0,''),(4766,4766,'Pink Stairs','hs_stairs_pink','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.5;1.2;1.8','',0,0,''),(4767,4767,'Long Pink Stage','hs_stage_long_pink','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.8;1.5;2.1','',0,0,''),(4768,4768,'Backstage Pass','hs_bpass','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4769,4769,'Blue Stairs','hs_stairs_blue','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.5;1.2;1.8','',0,0,''),(4770,4770,'Black Stairs','hs_stairs_black','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.5;1.2;1.8','',0,0,''),(4771,4771,'Blue floor lights','hs_lightstrip_blue','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4772,4772,'Dance steps','hs_marswalk','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'floor_switch',2,'0','','',136,136,''),(4773,4773,'Balcony','hs_balcony','s',1,1,2.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4774,4774,'hs_box name','hs_box','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4775,4775,'Star Chair','hs_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4776,4776,'Xylophone SFX','sfx_xylo','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4777,4777,'Dubstep 3.2: Yay For Peanuts! SFX','sfx_dubstep3_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4778,4778,'Dubstep III SFX','sfx_dubstep3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4779,4779,'Xylophone High SFX','sfx_xylo_high','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4780,4780,'Big Finish SFX','sfx_bigfinish_jamesbrown','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4781,4781,'Funky Horn SFX','sfx_funkhorn','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4782,4782,'Dub Step I SFX','sfx_dubstep1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4783,4783,'Xylophone IISFX','sfx_xylo2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4784,4784,'Dubstep II SFX','sfx_dubstep2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4785,4785,'Highhat Intro SFX','sfx_highhatintro','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4786,4786,'Hey! SFX','sfx_jamesbrown_hey','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4787,4787,'Drum Loop SFX','sfx_drumloop','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4788,4788,'Pad 3 SFX','sfx_pad3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4789,4789,'Xylophone Pattern SFX','sfx_xylopattern','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4790,4790,'Pad SFX','sfx_pad1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4791,4791,'Pad 2 SFX','sfx_pad2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4792,4792,'Sound set 77','sound_set_77','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4793,4793,'Sound set 78','sound_set_78','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4794,4794,'Diamond Uplink Station','dia_uplink','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'teleport',2,'0','','',0,0,''),(4795,4795,'Diamond Podium','dia_podium','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(4796,4796,'Baby Bear Breeding Box','pet_breeding_bear','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4797,4797,'Xmas Mystery Box','mystery_box','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4798,4798,'Strange Echoes II SFX','sfx_strange_echoes_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4799,4799,'Bass SFX','sfx_bass1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4800,4800,'Square Pad SFX','sfx_sqrpad_dbldotted','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4801,4801,'Double Bass SFX','sfx_bass_dbl','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4802,4802,'Strange Echoes SFX','sfx_strange_echoes_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4803,4803,'Strange Echoes III SFX','sfx_strange_echoes_3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4804,4804,'Castle Floor','xmas12_floortile','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4805,4805,'Castle Bar Desk','xmas12_bardesk','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4806,4806,'Christmas Ham','xmas12_pork','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(4807,4807,'The Nutcracker','xmas12_nutcracker','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4808,4808,'Feasting Table','xmas12_table','s',2,2,1.50,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4809,4809,'Santa Throne','xmas12_santathrone','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4810,4810,'North Pole','xmas12_npole','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4811,4811,'Castle Dining Chair','xmas12_chair','s',1,1,1.21,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4812,4812,'Castle Fireplace','xmas12_fireplace','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4813,4813,'Grey Castle Arch','xmas12_pillar2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4814,4814,'Barley Barrel','xmas12_barrel','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'73','','',0,0,''),(4815,4815,'Beige Castle Arch','xmas12_pillar1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4816,4816,'Green Castle Arch','xmas12_pillar3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4817,4817,'Milk & Cookies','xmas12_snack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(4818,4818,'Decorated Medieval Floor','xmas12_floortile2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4819,4819,'Castle Floor','xmas12_cfloor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4820,4820,'Santa''s Workbench','xmas12_worktable','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4821,4821,'Castle Floor','xmas12_cfloorbig','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4822,4822,'Aurora Borealis Room Background','roombg_aurora','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4823,4823,'Pet Ball','pet_toy_ball','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(4824,4824,'Baby Waterbottle','pet_waterbottle','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4825,4825,'Baby Terrier Breeding Box','pet_breeding_terrier','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'breeding_nest',2,'0','','',0,0,''),(4826,4826,'Pink Pet Blanket','pet_blanket_pink','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4827,4827,'Blue Pet Basket','pet_basket_blue','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4828,4828,'Pink Pet Basket','pet_basket_pink','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4829,4829,'Blue Pet Blanket','pet_blanket_blue','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4830,4830,'RIP Monster Plant','mnstr_compost','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(4831,4831,'New Year''s Resolution 2013','ny2013_res','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4832,4832,'New Year''s Resolution 2013','ny2013_extrares','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(4833,4833,'Holo Dragon','holo_dragon','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4834,4834,'WIRED EFFECT: Execute Wired Stacks','wf_act_call_stacks','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_call_stacks',1,'0','','',0,0,''),(4835,4835,'Fireworks Wolf Blue','fireworks_15','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4836,4836,'Mayan Chair','ny2013_chair','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4837,4837,'Aquarium','reef_aquarium','s',4,4,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4838,4838,'Mayan Calendar','ny2013_calendar','s',1,1,1.70,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4839,4839,'Mayan Building Block','ny2013_block','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4840,4840,'Fireworks Wolf Purple','fireworks_14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4841,4841,'Flaming Comet','ny2013_aftermath','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4842,4842,'Mayan Floor','ny2013_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4843,4843,'Mayan Clock','ny2013_clock','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4844,4844,'Mayan Cup','ny2013_cup','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4845,4845,'HC Chair','hc_roundchair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4846,4846,'HC Big Vase','hc_bigvase','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4847,4847,'HC Knight','hc_knight_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4848,4848,'HC Round Table','hc_roundtable','s',1,1,0.90,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4849,4849,'HC Cabinet','hc_cab','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4850,4850,'HC Radio','hc_radio','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4851,4851,'HC Luggage','hc_luggage','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(4852,4852,'rare_dragonlamp_pink','rare_dragonlamp_pink','s',1,1,2.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4853,4853,'Pillow - Silver','pillow_silver','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4854,4854,'Pillow - Bronze','pillow_bronze','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(4855,4855,'prizetrophy_cake_g','prizetrophy_cake*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4856,4856,'prizetrophy_cake_s','prizetrophy_cake*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4857,4857,'prizetrophy_cake_b','prizetrophy_cake*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(4858,4858,'Snake Statue','china_snake','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4859,4859,'Silver Icecream Machine','rare_icecream*10','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'vendingmachine',1,'4','','',0,0,''),(4860,4860,'Venetian Building','val13_build_3','s',1,2,0.40,0,0,0,1,1,1,0,0,1,'wateritem',2,'0','','',0,0,''),(4861,4861,'Gondola Post','val13_gond_post','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4862,4862,'Gondola Middle','val13_gond_mid1','s',2,1,0.60,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4863,4863,'Venetian Water','val13_water','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4864,4864,'Venetian Divider','val13_div_2','s',1,1,0.80,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4865,4865,'Gondola Front','val13_gond_front','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4866,4866,'Venetian Building','val13_build_1','s',2,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4867,4867,'Venetian Building Block','val13_build_2','s',1,2,1.60,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(4868,4868,'Gondola Back','val13_gond_back','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4869,4869,'Gondola Middle Seat','val13_gond_mid2','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4870,4870,'Venetian Divider Corner','val13_div_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4871,4871,'Red Base Plant','pixel_plantred','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4872,4872,'Pink Base Plant','pixel_plantpink','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4873,4873,'Red Base Light','pixel_light_red','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4874,4874,'Blue Base Plant','pixel_plantblue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4875,4875,'green Base Plant','pixel_plantgreen','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4876,4876,'green Base Light','pixel_light_green','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4877,4877,'Pink Base Light','pixel_light_pink','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4878,4878,'Black Base Plant','pixel_plantblack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4879,4879,'Blue Base Light','pixel_light_blue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4880,4880,'Red Carpet','pixel_carpet_red','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4881,4881,'Blue Carpet','pixel_carpet_blue','s',2,3,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4882,4882,'Pink Carpet','pixel_carpet_pink','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4883,4883,'Black Base Light','pixel_light_black','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4884,4884,'Black Carpet','pixel_carpet_black','s',2,3,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4885,4885,'Love Lock','valentines_lovelock','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'love_lock',2,'0','','',0,0,''),(4886,4886,'Blue Base Bed','pixel_bed_blue','s',2,3,1.70,1,0,1,0,1,1,0,0,1,'bed',0,'0','','',0,0,''),(4887,4887,'Blue Base Small Table','pixel_smalltable_blue','s',1,1,1.30,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4888,4888,'Red Base Small Table','pixel_smalltable_red','s',1,1,1.30,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4889,4889,'Pink Base Small Table','pixel_smalltable_pink','s',1,1,1.30,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4890,4890,'Black Base Small Table','pixel_smalltable_black','s',1,1,1.30,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4891,4891,'Green Base Small Table','pixel_smalltable_green','s',1,1,1.30,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4892,4892,'Love Lock','valentines_lovelock9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'love_lock',3,'0','','',0,0,''),(4893,4893,'Red Base Table','pixel_table_red','s',2,2,1.30,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4894,4894,'w','pixel_chair_blue','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(4895,4895,'Pink Base Floor','pixel_floor_pink','s',2,2,0.01,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4896,4896,'Brown Base Floor','pixel_floor_brown','s',2,2,0.01,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4897,4897,'Yellow Base Floor','pixel_floor_yellow','s',2,2,0.01,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4898,4898,'Red Base Bed','pixel_bed_red','s',2,3,1.70,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(4899,4899,'Green Base Chair','pixel_chair_green','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(4900,4900,'Black Base Table','pixel_table_black','s',2,2,1.30,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4901,4901,'Black Base Bed','pixel_bed_black','s',2,3,1.70,1,0,1,0,1,1,0,0,1,'bed',0,'0','','',0,0,''),(4902,4902,'Blue Base Table','pixel_table_blue','s',2,2,1.30,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4903,4903,'Green Base Floor','pixel_floor_green','s',2,2,0.01,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4904,4904,'Silver Base Floor','pixel_floor_silver','s',2,2,0.01,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4905,4905,'Pink Base Table','pixel_table_pink','s',2,2,1.30,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4906,4906,'Pink Base Chair','pixel_chair_pink','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(4907,4907,'Green Base Table','pixel_table_green','s',2,2,1.30,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4908,4908,'Pink Base Bed','pixel_bed_pink','s',2,3,1.70,1,0,1,0,1,1,0,0,1,'bed',0,'0','','',0,0,''),(4909,4909,'Green Base Bed','pixel_bed_green','s',2,3,1.70,1,0,1,0,1,1,0,0,1,'bed',0,'0','','',0,0,''),(4910,4910,'Red Base Chair','pixel_chair_red','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(4911,4911,'Black Base Chair','pixel_chair_black','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(4912,4912,'Blue Base Floor','pixel_floor_blue','s',2,2,0.01,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(4913,4913,'Love Lock','valentines_lovelock8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'love_lock',0,'0','','',0,0,''),(4914,4914,'Love Lock','valentines_lovelock7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'love_lock',0,'0','','',0,0,''),(4915,4915,'Love Lock','valentines_lovelock3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'love_lock',0,'0','','',0,0,''),(4916,4916,'Love Lock','valentines_lovelock4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'love_lock',0,'0','','',0,0,''),(4917,4917,'Love Lock','valentines_lovelock6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'love_lock',0,'0','','',0,0,''),(4918,4918,'Love Lock','valentines_lovelock5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'love_lock',0,'0','','',0,0,''),(4919,4919,'Love Lock','valentines_lovelock2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'love_lock',0,'0','','',0,0,''),(4920,4920,'Love Lock Corner','valentines_lovelock10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'love_lock',1,'0','','',0,0,''),(4921,4921,'Venetian Divider','val13_div_3','s',1,2,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4922,4922,'Masked Arch','val13_archway','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4923,4923,'Grass Patch','val13_grass','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4924,4924,'Venetian Pillar','val13_pillar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4925,4925,'Floor Tile','val13_floor1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',9,'0','','',0,0,''),(4926,4926,'Gazebo','val13_gazebo','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4927,4927,'Venetian Divider Corner','val13_div_3_crnr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4928,4928,'Roses','val13_roses','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4929,4929,'Table','val13_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4930,4930,'Venetian Lamp','val13_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4931,4931,'Venetian Flowerpot','val13_flower','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4932,4932,'Venetian Divider Corner','val13_div_3_crnr2','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4933,4933,'Venetian Lights','val13_light','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4934,4934,'Venetian Chair','val13_chair','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4935,4935,'Venetian Shrub','val13_shrub_circ','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4936,4936,'Duck Shrub','val13_shrub_duck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4937,4937,'Green Carpet','pixel_carpet_green','s',2,3,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4938,4938,'Blue Couch','pixel_couch_blue','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4939,4939,'val13_easel_4','val13_easel_4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4940,4940,'val13_easel_3','val13_easel_3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4941,4941,'val13_easel_1','val13_easel_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4942,4942,'val13_easel_2','val13_easel_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4943,4943,'val13_easel_5','val13_easel_5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4944,4944,'David Fountain','val13_statue','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4945,4945,'Small Sapphire','CF_120_sapphire_small','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(4946,4946,'Big Sapphire','CF_240_sapphire','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(4947,4947,'WIRED EFFECT: Kick User','wf_act_kick_user','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_kick_user',1,'0','','',0,0,''),(4948,4948,'Steampunk Table','steampunk_table_1','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4949,4949,'Steampunk Pillar','steampunk_pillar_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4950,4950,'Donnie Santini''s Helmet','steampunk_rack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4951,4951,'Steampunk Pillar','steampunk_pillar_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(4952,4952,'Steampunk Chandalier','steampunk_chand','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(4953,4953,'Steampunk Floor','steampunk_floor1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(4954,4954,'Steampunk Sofa','steampunk_sofachair','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4955,4955,'Steampunk Chair','steampunk_chair','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4956,4956,'Steampunk Tele','steampunk_tele','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'teleport',0,'0','','',0,0,''),(4957,4957,'Steampunk Table','steampunk_table_2','s',2,2,1.40,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4958,4958,'Large Cog','steampunk_gear_1','s',1,1,0.40,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4959,4959,'Steampunk Arch','steampunk_arch','s',1,3,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4960,4960,'Steampunk Lamp','steampunk_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(4961,4961,'Steampunk Computer','steampunk_computer','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(4962,4962,'Steampunk Floor','steampunk_floor2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4963,4963,'Globe','steampunk_globe','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4964,4964,'Small Cog','steampunk_gear_2','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(4965,4965,'Steampunk Carpet','steampunk_carpet','s',3,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4966,4966,'Steampunk Gramophone','steampunk_gramophone','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4967,4967,'Time Machine','steampunk_timemach','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4968,4968,'Steampunk Zeppelin','steampunk_zep','s',2,2,8.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4969,4969,'Dye','horse_hairdye_17','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4970,4970,'Dye','horse_dye_17','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4971,4971,'Dye','horse_hairdye_15','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4972,4972,'Dye','horse_hairdye_14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4973,4973,'Dye','horse_hairdye_13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4974,4974,'Dye','horse_hairdye_16','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4975,4975,'Blue Flower','easter13_flower_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4976,4976,'Red Flower','easter13_flower_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4977,4977,'Garden Arch','easter13_arch','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4978,4978,'Glowing Garden Floor','easter13_floor_1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4979,4979,'Garden Teleport','easter13_teleport','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(4980,4980,'Glowing Bulbs','easter13_bulbs','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(4981,4981,'High Garden Stage','easter13_stage_1','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'default',10,'0','','',0,0,''),(4982,4982,'Mushrooms','easter13_sshrooms','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(4983,4983,'Low Garden Stage','easter13_stage_2','s',1,2,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(4984,4984,'Yellow Flower','easter13_flower_3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4985,4985,'Choco-Bunny','petfood29','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pet_food',4,'0','','',0,0,''),(4986,4986,'Crackable Egg - Level 1','easter13_egg_0','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'crackable',1000,'0','','',0,0,''),(4987,4987,'Crackable Egg - Level 4','easter13_egg_3','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'crackable',20000,'0','','',0,0,''),(4988,4988,'Crackable Egg - Level 2','easter13_egg_1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',5000,'0','','',0,0,''),(4989,4989,'Crackable Egg - Level 3','easter13_egg_2','s',1,1,1.00,0,0,0,0,1,1,1,0,1,'crackable',10000,'0','','',0,0,''),(4990,4990,'Purple Area Coffee Table','table_silo_med*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'badge_display',1,'0','','',0,0,''),(4991,4991,'Purple Area Sofa','sofa_silo*10','s',1,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4992,4992,'Purple Safe Minibar','safe_silo*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'8','','',0,0,''),(4993,4993,'Purple Area Armchair','sofachair_silo*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4994,4994,'Purple Area Gate','divider_silo3*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(4995,4995,'Purple Silo Dining Chair','chair_silo*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4996,4996,'Purple Bar Stool','barchair_silo*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4997,4997,'Purple Area Corner Shelf','divider_silo1*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4998,4998,'Purple Area Occasional Table','table_silo_small*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(4999,4999,'Easter Globe','easter13_globe','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5000,5000,'Easter Island Frank','easter13_stonefrank','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5001,5001,'Scuba Duck','duck_scuba','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5002,5002,'Afro Duck','duck_afro','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5003,5003,'Duck Frank','duck_frank','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5004,5004,'Penguin Frank','penguin_frank','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5005,5005,'penguin_tribal name','penguin_tribal','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5006,5006,'Easter Island Head','easter13_stonehead','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5007,5007,'Zombie Duck','duck_zombie','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5008,5008,'Pixeled Penguin','penguin_wip','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5009,5009,'easter13_sub','easter13_sub','s',7,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(5010,5010,'Skeleton Penguin','penguin_skele','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5011,5011,'Easter Dino Egg','easter13_dinoegg','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5012,5012,'Easter Chair','easter13_chair','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(5013,5013,'Badge Display Case','badge_display2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'badge_display',1,'0','','',0,0,''),(5014,5014,'Badge Display Case','badge_display','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'badge_display',1,'0','','',0,0,''),(5015,5015,'Badge Display Case','badge_display4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'badge_display',1,'0','','',0,0,''),(5016,5016,'Badge Display Case','badge_display3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'badge_display',1,'0','','',0,0,''),(5017,5017,'Badge Display Case','badge_display5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'badge_display',1,'0','','',0,0,''),(5018,5018,'exe_icecream name','exe_icecream','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'vendingmachine',2,'76','','',0,0,''),(5019,5019,'Classic trophy','prizetrophy_hockey*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5020,5020,'Classic trophy','prizetrophy_hockey*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5021,5021,'Classic trophy','prizetrophy_hockey*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5022,5022,'Classic trophy','prizetrophy_football*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5023,5023,'Classic trophy','prizetrophy_football*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5024,5024,'Classic trophy','prizetrophy_football*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5025,5025,'Classic trophy','prizetrophy_freeze*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5026,5026,'Classic trophy','prizetrophy_freeze*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5027,5027,'Classic trophy','prizetrophy_freeze*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5028,5028,'Classic trophy','prizetrophy_bb*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5029,5029,'Classic trophy','prizetrophy_bb*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5030,5030,'Classic trophy','prizetrophy_bb*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5031,5031,'Classic trophy','prizetrophy_snow*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5032,5032,'Classic trophy','prizetrophy_snow*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5033,5033,'Classic trophy','prizetrophy_snow*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5034,5034,'Classic trophy','prizetrophy_roller*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5035,5035,'Classic trophy','prizetrophy_roller*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5036,5036,'Classic trophy','prizetrophy_roller*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5037,5037,'Group Flag','gld_hangflag2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'guild_furni',1,'0','','',0,0,''),(5038,5038,'Group Tile','gld_tile2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'guild_furni',4,'0','','',0,0,''),(5039,5039,'Group Flag','gld_hangflag1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'guild_furni',1,'0','','',0,0,''),(5040,5040,'Group Tile','gld_tile1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'guild_furni',4,'0','','',0,0,''),(5041,5041,'Group Table','gld_table1','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'guild_furni',1,'0','','',0,0,''),(5042,5042,'WIRED TRIGGER: Periodically Long','wf_trg_period_long','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_period_long',1,'0','','',0,0,''),(5043,5043,'WIRED Effect: Give score to a predefined team','wf_act_give_score_tm','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_give_score_tm',1,'0','','',0,0,''),(5044,5044,'Highscore Classic - Alltime','highscore_classic*1','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5045,5045,'Highscore Classic - Daily','highscore_classic*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5046,5046,'Highscore Classic - Weekly','highscore_classic*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5047,5047,'Highscore Classic - Monthly','highscore_classic*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5048,5048,'WIRED Effect: Change Furni Direction','wf_act_move_to_dir','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_move_to_dir',1,'0','','',0,0,''),(5049,5049,'WIRED Effect: Leave Team','wf_act_leave_team','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_leave_team',1,'0','','',0,0,''),(5050,5050,'WIRED Trigger: User Stuff Collision','wf_trg_collision','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_collision',2,'0','','',0,0,''),(5051,5051,'Highscore Per-team - Alltime','highscore_perteam*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5052,5052,'Highscore Per-team - Daily','highscore_perteam*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5053,5053,'Highscore Per-team - Weekly','highscore_perteam*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5054,5054,'Highscore Per-team - Monthly','highscore_perteam*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5055,5055,'WIRED Effect: Move Furni towards nearest user','wf_act_chase','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_chase',1,'0','','',0,0,''),(5056,5056,'WIRED Condition: User Is on Team x','wf_cnd_actor_in_team','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_actor_in_team',2,'0','','',0,0,''),(5057,5057,'Highscore Most Wins - Alltime','highscore_mostwin*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5058,5058,'Highscore Most Wins - Daily','highscore_mostwin*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5059,5059,'Highscore Most Wins - Weekly','highscore_mostwin*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5060,5060,'Highscore Most Wins - Monthly','highscore_mostwin*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'wf_highscore',2,'0','','',0,0,''),(5061,5061,'WIRED Effect: Move Furni away from nearest user','wf_act_flee','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_flee',1,'0','','',0,0,''),(5062,5062,'WIRED Effect: Join team','wf_act_join_team','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_join_team',1,'0','','',0,0,''),(5063,5063,'arcade_cab','arcade_cab','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5064,5064,'Rare Bear Head','bb_tddhead_rc1','s',2,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5065,5065,'Rare Banzai Robo','bb_robo_rc1','s',2,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5066,5066,'Rare Banzai SPhere','bb_apparatus_rc1','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',4,'0','','',0,0,''),(5067,5067,'WIRED GAME: Blob','wf_blob','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'wf_blob',2,'0','','1,true',0,0,''),(5068,5068,'WIRED GAME: Super Blob','wf_blob2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'wf_blob',2,'0','','5,false',0,0,''),(5069,5069,'Loyal Toad','loyalty_toad','s',2,2,1.00,1,0,0,0,1,1,1,0,1,'default',2,'0','','',0,0,''),(5070,5070,'Loyal Dragon','statue_dragon','s',1,2,1.00,1,0,0,0,1,1,1,0,1,'default',2,'0','','',0,0,''),(5071,5071,'Loyal Griffin','statue_griffin','s',1,2,1.00,1,0,0,0,1,1,1,0,1,'default',2,'0','','',0,0,''),(5072,5072,'Loyal Mouse','loyalty_mouse','s',2,2,1.00,1,0,0,0,1,1,1,0,1,'default',2,'0','','',0,0,''),(5073,5073,'Loyal Elk','statue_elk','s',2,2,1.00,1,0,0,0,1,1,1,0,1,'default',2,'0','','',0,0,''),(5074,5074,'Good Side Stool','mystics_gstool','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5075,5075,'Bad Side Spike','mystics_bspike2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(5076,5076,'Bad Side Bench','mystics_bbench','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5077,5077,'Good Side Block','mystics_gblock1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5078,5078,'Bad Side Large Floor Tile','mystics_bfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5079,5079,'Bad Side Stool','mystics_bstool','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5080,5080,'Good Side Bench','mystics_gbench','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5081,5081,'Good Side Arch','mystics_garch','s',1,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5082,5082,'Good Side Block','mystics_gblock2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5083,5083,'Good Side Large Floor Tile','mystics_gfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5084,5084,'Bad Side Arch','mystics_barch','s',1,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5085,5085,'Good Side Floor Tile','mystics_gtile1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5086,5086,'Bad Side Sculpture','mystics_bbed','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5087,5087,'Bad Side Floating Crystal','mystics_btile2','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5088,5088,'Bad Side Spike','mystics_bspike1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5089,5089,'Bad Side Floor Tile','mystics_btile1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5090,5090,'Bad Side Table','mystics_btable','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(5091,5091,'Good Side Table','mystics_gtable','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5092,5092,'Good Side Sculpture','mystics_gbed','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5093,5093,'Good Side Tree','mystics_gtree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5094,5094,'Wired Condition: Wearing Badge','wf_cnd_wearing_badge','s',1,1,0.65,1,0,0,0,1,1,0,0,1,'wf_cnd_habbo_owns_badge',2,'0','','',0,0,''),(5095,5095,'Wired Condition: Wearing Avatar Effect','wf_cnd_wearing_effect','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_wearing_effect',2,'0','','',0,0,''),(5096,5096,'Good Side Throne','mystics_gthrone','s',1,1,2.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5097,5097,'Bad Side Throne','mystics_bthrone','s',1,1,2.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5098,5098,'Crystal Loyalty Statue','mystics_ltstatue','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5099,5099,'Mystic Crystal','mystics_crystal_s','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',3,'0','','',0,0,''),(5100,5100,'Mystic Crystal','mystics_crystal_m','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',3,'0','','',0,0,''),(5101,5101,'Mystic Duck','mystics_duck','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5102,5102,'Mystic Crystal','mystics_crystal_l','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',15000,'0','','',0,0,''),(5103,5103,'Stack Magic Tile','tile_stackmagic','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'stack_helper',1,'0','','',0,0,''),(5104,5104,'Mystic Fountain','mystics_rfountain','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5105,5105,'Mystic Pillar','mystics_rpillar','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5106,5106,'Holo Nelly','holo_nelly','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5107,5107,'ads_woz_mpu name','ads_woz_mpu','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5108,5108,'Mint MintCorner','diner_bardesk_corner*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5109,5109,'Mint Gate','diner_bardesk_gate*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5110,5110,'Mint Sofa 1','diner_sofa_1*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5111,5111,'Mint Bar','diner_bardesk*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5112,5112,'Mint Booth Table','diner_table_1*10','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5113,5113,'Mint Gum Machine','diner_gumvendor*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(5114,5114,'Mint Sofa 2','diner_sofa_2*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5115,5115,'Mint Table','diner_table_2*10','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5116,5116,'Mint Stool','diner_chair*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5117,5117,'Mint Register','diner_cashreg*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5118,5118,'Loyal Dolphin','loyalty_dolphin','s',2,1,1.00,1,0,0,0,1,1,1,0,1,'default',2,'0','','',0,0,''),(5119,5119,'ads_clearasil_tile1 name','ads_clearasil_tile1','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'pressureplate',1,'0','','',0,0,''),(5120,5120,'ads_clearasil_vend name','ads_clearasil_vend','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1046','','',0,0,''),(5121,5121,'Orange Tent','tent_orange','s',2,3,1.00,1,0,1,0,1,1,0,0,1,'tent',1,'0','','',0,0,''),(5122,5122,'Portable Barbecue','hblooza_bbq','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5123,5123,'Camouflage Folding Table','foldabletable_camo','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5124,5124,'Beige Folding Table','foldabletable_beige','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5125,5125,'Ice Cream Stand','hblooza_icecream','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'75,76,77','','',0,0,''),(5126,5126,'Orange Stage','hblooza_stage2*1','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5127,5127,'Blue Stage','hblooza_stage2*2','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5128,5128,'Yellow Stage','hblooza_stage2*3','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5129,5129,'Black Stage','hblooza_stage2*4','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5130,5130,'Popcorn Stand','hblooza_popcorn','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'63','','',0,0,''),(5131,5131,'Dirt Floor','hblooza_dirtfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5132,5132,'Multicoloured Stage Fence','hblooza_tfnc_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5133,5133,'Beige Tent','tent_beige','s',2,3,1.00,1,0,1,0,1,1,0,0,1,'tent',1,'0','','',0,0,''),(5134,5134,'Rental Space','hblooza_spacerent3x4','s',3,4,0.00,1,0,0,1,1,1,0,0,1,'rentable_space',2,'0','','',0,0,''),(5135,5135,'Orange Stage Fence Corner','hblooza_sfnc_crnr*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5136,5136,'Blue Stage Fence Corner','hblooza_sfnc_crnr*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5137,5137,'Yellow Stage Fence Corner','hblooza_sfnc_crnr*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5138,5138,'Black Stage Fence Corner','hblooza_sfnc_crnr*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5139,5139,'Orange Stage','hblooza_stage1*1','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5140,5140,'Blue Stage','hblooza_stage1*2','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5141,5141,'Yellow Stage','hblooza_stage1*3','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5142,5142,'Black Stage','hblooza_stage1*4','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5143,5143,'Camouflage Tent','tent_camo','s',2,3,1.00,1,0,1,0,1,1,0,0,1,'tent',1,'0','','',0,0,''),(5144,5144,'Fence Corner','hblooza_fnc_crnr','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5145,5145,'Bubble Juice Stand','hblooza_bubblejuice','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'19','','',0,0,''),(5146,5146,'Orange Stage Fence','hblooza_tfnc_2*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5147,5147,'Blue Stage Fence','hblooza_tfnc_2*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5148,5148,'Yellow Stage Fence','hblooza_tfnc_2*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5149,5149,'Black Stage Fence','hblooza_tfnc_2*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5150,5150,'Pillar of Light!','hblooza_pillar1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(5151,5151,'Big Beige Tent','bigtent_beige','s',5,5,0.00,1,0,0,1,1,1,0,0,1,'tent',1,'0','','',0,0,''),(5152,5152,'Camouflage Folding Chair','foldablechair_camo','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5153,5153,'Cotton Candy Stand','hblooza_candyfloss','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'79,80','','',0,0,''),(5154,5154,'Fence','hblooza_fnc','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5155,5155,'Large Rental Space','hblooza_spacerent6x6','s',6,6,0.00,1,0,0,1,1,1,0,0,1,'rentable_space',2,'0','','',0,0,''),(5156,5156,'Hot Dog Vendor','hblooza_hotdog','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'81','','',0,0,''),(5157,5157,'Big Camouflage Tent','bigtent_camo','s',5,5,0.00,1,0,0,1,1,1,0,0,1,'tent',1,'0','','',0,0,''),(5158,5158,'Orange Stage Fence','hblooza_sfnc*1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5159,5159,'Blue Stage Fence Corner','hblooza_sfnc*2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5160,5160,'Yellow Stage Fence','hblooza_sfnc*3','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5161,5161,'Black Stage Fence','hblooza_sfnc*4','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5162,5162,'Beige Folding Chair','foldablechair_beige','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5163,5163,'Blue Tent','tent_blue','s',2,3,1.00,1,0,1,0,1,1,0,0,1,'tent',1,'0','','',0,0,''),(5164,5164,' Kiosk','hblooza_kiosk','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5165,5165,'Orange Stage Gate','hblooza_tgate*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5166,5166,'Blue Stage Gate','hblooza_tgate*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5167,5167,'Yellow Stage Gate','hblooza_tgate*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5168,5168,'Black Stage Gate','hblooza_tgate*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5169,5169,'Chicken Stand','hblooza_chicken','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'70','','',0,0,''),(5170,5170,'Direction Sign','hblooza_sign','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(5171,5171,'Large Rental Space','hblooza_spacerent7x7','s',7,7,0.00,1,0,0,1,1,1,0,0,1,'rentable_space',2,'0','','',0,0,''),(5172,5172,'Rental Space','hblooza_spacerent5x5','s',5,5,0.00,1,0,0,1,1,1,0,0,1,'rentable_space',2,'0','','',0,0,''),(5173,5173,'Green Stackable Video TV','yttv3','s',2,2,1.00,1,0,0,0,1,1,0,1,1,'youtube',2,'0','','',0,0,''),(5174,5174,'Red Stackable Video TV','yttv2','s',3,2,1.00,1,0,0,0,1,1,0,1,1,'youtube',2,'0','','',0,0,''),(5175,5175,'Basic Video Set','yttv1','s',2,1,1.00,1,0,0,0,1,1,0,1,1,'youtube',2,'0','','',0,0,''),(5176,5176,'Grey Stackable Video TV','yttv2b','s',3,2,1.00,1,0,0,0,1,1,0,1,1,'youtube',2,'0','','',0,0,''),(5177,5177,'Habbo Palooza 2013','prizetrophy_hblooza*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5178,5178,'Habbo Palooza 2013','prizetrophy_hblooza*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5179,5179,'Habbo Palooza 2013','prizetrophy_hblooza*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5180,5180,'2x1 Stack Magic Tile','tile_stackmagic1','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'stack_helper',1,'0','','',0,0,''),(5181,5181,'2x2 Stack Magic Tile','tile_stackmagic2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'stack_helper',1,'0','','',0,0,''),(5182,5182,'hblooza_guitar3','hblooza_guitar3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5183,5183,'hblooza_guitar1','hblooza_guitar1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5184,5184,'hblooza_guitar11','hblooza_guitar11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5185,5185,'hblooza_guitar7','hblooza_guitar7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5186,5186,'hblooza_guitar9','hblooza_guitar9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5187,5187,'hblooza_guitar8','hblooza_guitar8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5188,5188,'hblooza_guitar6','hblooza_guitar6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5189,5189,'hblooza_guitar10','hblooza_guitar10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5190,5190,'hblooza_guitar5','hblooza_guitar5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5191,5191,'hblooza_guitar4','hblooza_guitar4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5192,5192,'hblooza_guitar2','hblooza_guitar2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5193,5193,'Ultra Rare Pinata','hblooza_pinata2','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',100,'0','','',0,0,''),(5194,5194,'Rainbow Pinata','hblooza_pinata1','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',100,'0','','',0,0,''),(5195,5195,'Piggy Pirate Flag','ads_vpiggy_flag','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5196,5196,'Golden Pig','ads_vpiggy_pig','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5197,5197,'Glass Bottle 1','pirate_bottle_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5198,5198,'Ship Edging 3','pirate_dvdr3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5199,5199,'Glass Bottle 3','pirate_bottle_3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5200,5200,'Glass Bottle 2','pirate_bottle_2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5201,5201,'Treasure chest','pirate_chest1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5202,5202,'Stackable barrels','pirate_barrel1','s',1,1,1.75,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5203,5203,'Pile o'' Balls','pirate_cannonballs','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5204,5204,'Basic Lower Sail','pirate_mast2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5205,5205,'Group Lower Sail','pirate_mast2grp','s',1,1,6.00,1,0,0,0,1,1,0,0,1,'guild_furni',2,'0','','',0,0,''),(5206,5206,'Glass Bottle 8','pirate_bottle_8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5207,5207,'Glass Bottle 7','pirate_bottle_7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5208,5208,'Ship Edging 2','pirate_dvdr2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5209,5209,'Crate','pirate_crate','s',1,1,1.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5210,5210,'Pirate Talking Parrot','pirate_parrot','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'talking_furni',2,'0','','',0,0,''),(5211,5211,'Group Upper Sail','pirate_mast3grp','s',1,1,4.70,1,0,0,0,1,1,0,0,1,'guild_furni',2,'0','','',0,0,''),(5212,5212,'Sword Rack','pirate_swordrack','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5213,5213,'Glass Bottle 10','pirate_bottle_10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5214,5214,'Gate','pirate_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5215,5215,'pirate_side1 name','pirate_side1','s',1,1,2.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5216,5216,'Pirate Room Background','pirate_roombg','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5217,5217,'Ship Side','pirate_stage3','s',1,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5218,5218,'Glass Bottle 4','pirate_bottle_4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5219,5219,'Glass Bottle 9','pirate_bottle_9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5220,5220,'Ship Corner','pirate_stage2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5221,5221,'Lower Mast','pirate_mast1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5222,5222,'Pirate Cannon','pirate_cannon','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'cannon',3,'0','','',0,0,''),(5223,5223,'Stair Block','pirate_stairs','s',1,1,0.40,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5224,5224,'spacerent_room name','spacerent_room','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'rentable_space',2,'0','','',0,0,''),(5225,5225,'Group Crows Nest','pirate_mast4grp','s',1,1,0.05,1,0,0,1,1,1,0,0,1,'guild_furni',1,'0','','',0,0,''),(5226,5226,'Grate','pirate_grate','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(5227,5227,'Ships Wheel','ship_wheel','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5228,5228,'Glass Bottle 6','pirate_bottle_6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5229,5229,'Basic Upper Sail','pirate_mast3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5230,5230,'Stage','pirate_stage','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','1.0;2.0;3.0;4.0','',0,0,''),(5231,5231,'Glass Bottle 5','pirate_bottle_5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5232,5232,'Pirate Flag','pirate_flag','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5233,5233,'Orange barrel','pirate_barrel2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5234,5234,'Plank','pirate_plank','s',2,1,0.60,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5235,5235,'Anchor','pirate_anchor','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5236,5236,'Gun Rack','pirate_gunrack','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5237,5237,'Sand Trap','pirate_sandtrap','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'trap',2,'0','','',163,163,''),(5238,5238,'Fish Barrel','pirate_barrel3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5239,5239,'Crows Nest','pirate_mast4','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(5240,5240,'Ship Edging 1','pirate_dvdr1','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5241,5241,'Pirate Teleport','pirate_teleport','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(5242,5242,'Poseidon Statue','pirate_poseidon','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5243,5243,'Kraken','pirate_kraken','s',3,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5244,5244,'Navigators Desk','pirate_navdesk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5245,5245,'Ghost Ship Edging 1','pirate_dvdr1_g','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5246,5246,'pirate_stage_g','pirate_stage_g','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5247,5247,'pirate_stage3_g','pirate_stage3_g','s',1,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5248,5248,'pirate_stairs_g','pirate_stairs_g','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5249,5249,'pirate_plank_g','pirate_plank_g','s',2,1,0.60,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5250,5250,'pirate_flag_g','pirate_flag_g','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5251,5251,'pirate_mast_g','pirate_mast_g','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5252,5252,'pirate_gate_g','pirate_gate_g','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5253,5253,'pirate_stage2_g','pirate_stage2_g','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5254,5254,'ship_wheel_g','ship_wheel_g','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5255,5255,'pirate_dvdr3_g','pirate_dvdr3_g','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5256,5256,'pirate_dvdr2_g','pirate_dvdr2_g','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5257,5257,'Rare Gilded Chair','school_chairgold','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5258,5258,'Green Coatrack','school_coatrack_g','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5259,5259,'Green School Locker','school_locker_g_notele','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5260,5260,'Blue Coatrack','school_coatrack_b','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5261,5261,'Blue School Locker','school_locker_b_notele','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5262,5262,'Blue School Chair','school_chair_b','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5263,5263,'Teleport School Locker','school_locker_g','s',1,1,0.30,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(5264,5264,'Rare Gilded Desk','school_consolegold','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5265,5265,'Green School Chair','school_chair_g','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5266,5266,'School Water Fountain','school_fountain','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5267,5267,'Red School Locker','school_locker_r_notele','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5268,5268,'Green School Desk','school_console_g','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5269,5269,'Blue School Desk','school_console_b','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5270,5270,'Red Coatrack','school_coatrack_r','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5271,5271,'School Gates','school_gate','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5272,5272,'School Lunch Cart','school_cafe','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5273,5273,'Grunge Lamp','grungelamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5274,5274,'ads_clearasil_vend2 name','ads_clearasil_vend2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1050','','',0,0,''),(5275,5275,'golden_apple name','golden_apple','s',2,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5276,5276,'Trophy Display','trophy_display','s',2,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5277,5277,'Sally the Sheep','hween13_sheep','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5278,5278,'Wilting Rose','hween13_rose','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5279,5279,'Seance Book','hween13_book','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5280,5280,'Castle Turret Top','hween13_castleturret3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5281,5281,'Castle Turret block','hween13_castleturret1','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5282,5282,'Castle Turret Block with window','hween13_castleturret2','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5283,5283,'Castle Wall with window','hween13_castleblock2','s',1,2,3.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(5284,5284,'Troll Bridge End','hween13_bridgeend','s',1,1,0.60,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5285,5285,'Thorny Divider Corner Piece','hween13_thorndiv2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5286,5286,'Thorny Divider','hween13_thorndiv1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5287,5287,'Guts Floor Piece','hween13_gutsfloor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5288,5288,'Thorny grass','hween13_grass','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5289,5289,'Castle Wall Spike','hween13_castlespike','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5290,5290,'Castle Wall','hween13_castleblock1','s',1,2,3.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(5291,5291,'Castle floor tile','hween13_floor2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(5292,5292,'Terrifying background','hween13_roombg','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5293,5293,'Troll Bridge Middle','hween13_bridgemid','s',1,1,0.70,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(5294,5294,'Metal Fence','hween13_fence_1','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5295,5295,'Stage 1x1 Piece','hween13_stage_s','s',1,1,0.80,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5296,5296,'Metal Corner','hween13_crnr_1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5297,5297,'House of Cards Table','hween13_cardtable','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5298,5298,'Metal Gate','hween13_gate_1','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5299,5299,'Poisonous Apple Tree','hween13_tree','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5300,5300,'Blood Drips','hween13_bldtrail','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(5301,5301,'Tea Cup Seat','hween13_teacup','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'pressureplate',2,'0','','',0,0,''),(5302,5302,'Red Spades Card Tile','hween13_tile1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pressureplate',2,'0','','',0,0,''),(5303,5303,'Stage 2x2 Piece','hween13_stage_l','s',2,2,0.80,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5304,5304,'','hween13_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(5305,5305,'Pocket Watch','hween13_chair','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5306,5306,'Dark Spades Card Tile','hween13_tile2','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'pressureplate',2,'0','','',0,0,''),(5307,5307,'Cracked Mirror','hween13_mirror','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5308,5308,'Floating candle','hween13_candle','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(5309,5309,'Pig Candelabra','hween13_piglamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5310,5310,'Castle Gargoyle','hween13_castlegarg','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5311,5311,'Castle Door','hween13_castledoor','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'gate',1,'0','0','',0,0,''),(5312,5312,'Tea set','hween13_teaset','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5313,5313,'','hween13_dwarfdiv','s',2,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5314,5314,'','hween13_dwarfcrn','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5315,5315,'Information Terminal','info_terminal','s',1,1,1.00,1,0,0,0,0,0,0,1,0,'information_terminal',3,'0','','',0,0,''),(5316,5316,'button_green name','button_green','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'switch',2,'0','','',0,0,''),(5317,5317,'Bed made of a scroll','hween13_bed','s',1,3,1.00,1,0,1,0,1,1,0,0,1,'bed',1,'0','1','',0,0,''),(5318,5318,'Headonistic Pig','loyalty_pig','s',2,2,1.00,1,0,0,0,1,1,1,0,1,'default',2,'0','','',0,0,''),(5319,5319,'Princess and the Pea Rare','hween13_monsterpea','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5320,5320,'Demonic Sheep','hween13_sheepdemon','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5321,5321,'Throne of Thorns','hween13_throne','s',1,1,1.85,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5322,5322,'The Secret TV','yttv2n','s',3,2,1.00,1,0,0,0,1,1,0,1,1,'youtube',2,'0','','',0,0,''),(5323,5323,'Cinema Teleport','cine_teleport4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(5324,5324,'Director''s Chair','cine_starchair','s',1,1,1.30,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5325,5325,'Cine Pillar Light','cine_pillarlight','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5326,5326,'Cinema Teleport','cine_teleport2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(5327,5327,'Big Popcorn','cine_bigcorn','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5328,5328,'Cinema Teleport','cine_teleport1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(5329,5329,'Big Soda','cine_soda','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5330,5330,'Cinema Teleport','cine_teleport3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(5331,5331,'Ditch the Label Flag Machine','ads_dtlrare','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1048','','',0,0,''),(5332,5332,'NFS CRYSTAL','mystics_crystal','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',14,'0','','',0,0,''),(5333,5333,'sfx_taperec_breakbeat name','sfx_taperec_breakbeat','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5334,5334,'sfx_taperec name','sfx_taperec','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5335,5335,'sfx_taperec_bassline name','sfx_taperec_bassline','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5336,5336,'Sound set 79','sound_set_79','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5337,5337,'background_color name','background_color','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5338,5338,'pixel_couch_pink name','pixel_couch_pink','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5339,5339,'pixel_couch_green name','pixel_couch_green','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5340,5340,'pixel_couch_black name','pixel_couch_black','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(5341,5341,'pixel_couch_red name','pixel_couch_red','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(5342,5342,'Small Wooden Block','xmas13_block2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5343,5343,'Icy Cannon','xmas13_snowflake10','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'cannon',2,'0','','',0,0,''),(5344,5344,'Icy thorn bush','xmas13_snowflake2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5345,5345,'Workshop Table','xmas13_table','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5346,5346,'Icy Tiki statue','xmas13_snowflake5','s',1,1,2.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5347,5347,'Snack','xmas13_snack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5348,5348,'Icy Cactus','xmas13_snowflake9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5349,5349,'Icy duck shrub','xmas13_snowflake3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5350,5350,'Large Wooden Block','xmas13_block1','s',1,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5351,5351,'Icy cupid','xmas13_snowflake6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5352,5352,'Icy candelabra','xmas13_snowflake1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5353,5353,'Icy sink','xmas13_snowflake7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5354,5354,'Icy lamp post','xmas13_snowflake4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5355,5355,'Icy blue plant','xmas13_snowflake8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5356,5356,'Workshop chair','xmas13_chair','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5357,5357,'Workshop Floor','xmas13_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(5358,5358,'js_bling_chair_w name','js_bling_chair_w','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5359,5359,'White Bling Bed','js_bling_bed','s',2,3,1.60,0,1,0,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(5360,5360,'Chandelier','js_chandelier','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5361,5361,'White Bling Seat','js_bling11_seat1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5362,5362,'White Bling Fridge','js_bling_fridge','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',3,'50','','',0,0,''),(5363,5363,'js_bling_fridge','js_bling11_seat2','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5364,5364,'White Bling Sofa','js_bling11_sofa','s',3,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5365,5365,'White Bling Divan','js_bling11_dvn','s',1,3,1.20,0,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(5366,5366,'lidotower name','lidotower','s',4,3,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5367,5367,'test_tent name','test_tent','s',2,3,1.00,1,0,0,0,1,1,0,1,1,'tent',1,'0','','',0,0,''),(5368,5368,'test_cnd_not_stuff_is name','test_cnd_not_stuff_is','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5369,5369,'test_cnd_not_furni_on name','test_cnd_not_furni_on','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5370,5370,'Forum Terminal','info_terminal_test','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5371,5371,'talking_fridge name','talking_fridge','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5372,5372,'telescopetest name','telescopetest','s',2,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5373,5373,'test_spacerent name','test_spacerent','s',6,6,1.00,1,0,0,1,1,1,0,1,1,'rentable_space',2,'0','','',0,0,''),(5374,5374,'Test guild custom furni','guild_customized','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5375,5375,'test_effectswitch name','test_effectswitch','s',1,3,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5376,5376,'test_cnd_not_hv_avtrs name','test_cnd_not_hv_avtrs','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5377,5377,'vimeo_cubie name','vimeo_cubie','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5378,5378,'vote_majority name','vote_majority','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5379,5379,'test_cnd_not_in_group name','test_cnd_not_in_group','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5380,5380,'ytprojector name','ytprojector','s',3,3,1.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(5381,5381,'test_cnd_not_match_snap name','test_cnd_not_match_snap','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5382,5382,'testbot name','testbot','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5383,5383,'ach Resolution test','ach_resolution_test','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5384,5384,'test_bigtent name','test_bigtent','s',5,5,0.00,1,0,0,1,1,1,0,1,1,'tent',1,'0','','',0,0,''),(5385,5385,'test_cnd_not_in_team name','test_cnd_not_in_team','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'wf_act_give_credits',1,'0','','',0,0,''),(5386,5386,'icecream_stand name','icecream_stand','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5387,5387,'test_candyfloss name','test_candyfloss','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5388,5388,'test_cnd_not_wearing_b name','test_cnd_not_wearing_b','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5389,5389,'shallow_test name','shallow_test','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5390,5390,'test_cnd_not_wearing_f name','test_cnd_not_wearing_f','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5391,5391,'test_builder_placeholder name','test_builder_placeholder','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5392,5392,'test_cnd_not_trggrer_on name','test_cnd_not_trggrer_on','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5393,5393,'change_state_on_step name','change_state_on_step','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5394,5394,'test_highscore_alltime name','test_highscore*1','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5395,5395,'test_highscore_daily name','test_highscore*2','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5396,5396,'test_highscore_weekly name','test_highscore*3','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5397,5397,'test_highscore_monthly name','test_highscore*4','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5398,5398,'testtubetv2 name','testtubetv2','s',3,2,1.00,1,0,0,0,1,1,0,1,1,'yt_tv',1,'0','','',0,0,''),(5399,5399,'vimeo_test name','vimeo_test','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5400,5400,'action_link_furni_test name','action_link_furni_test','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5401,5401,'test_highscore_wins_alltime name','test_highscore_wins*1','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5402,5402,'test_highscore_wins_daily name','test_highscore_wins*2','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5403,5403,'test_highscore_wins_weekly name','test_highscore_wins*3','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5404,5404,'test_highscore_wins_monthly name','test_highscore_wins*4','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5405,5405,'Tree Trunk','cr_tree_basic_01','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5406,5406,'handitem_tester name','handitem_tester','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5407,5407,'random_tele_1 name','random_tele_1','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5408,5408,'builder_exp name','builder_exp','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5409,5409,'cameraproto name','cameraproto','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5410,5410,'test_shipside name','test_shipside','s',1,2,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5411,5411,'lovelock_test name','lovelock_test','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5412,5412,'testing_crackable name','testing_crackable','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5413,5413,'royal_sofa name','royal_sofa','s',2,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5414,5414,'test_ltd_handitem name','test_ltd_handitem','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5415,5415,'testing_yt name','testing_yt','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5416,5416,'vote_machine name','vote_machine','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5417,5417,'Badge Display Case Test','badge_display_case','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5418,5418,'testtubetv1 name','testtubetv1','s',2,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5419,5419,'royal_chair name','royal_chair','s',1,1,1.00,1,1,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(5420,5420,'random_tele_2 name','random_tele_2','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5421,5421,'statestoragetesting','statestoragetesting*1','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5422,5422,'statestoragetesting','statestoragetesting*2','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5423,5423,'statestoragetesting','statestoragetesting*3','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5424,5424,'statestoragetesting','statestoragetesting*4','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5425,5425,'statestoragetesting','statestoragetesting*5','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5426,5426,'statestoragetesting','statestoragetesting*6','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5427,5427,'statestoragetesting','statestoragetesting*7','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5428,5428,'statestoragetesting','statestoragetesting*8','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5429,5429,'statestoragetesting','statestoragetesting*9','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5430,5430,'test_cnd_not_user_count name','test_cnd_not_user_count','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5431,5431,'soundblock name','soundblock','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5432,5432,'testing_rentablespace name','testing_rentablespace','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5433,5433,'test_festhotdog name','test_festhotdog','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5434,5434,'random_teleport name','random_teleport','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'hopper',2,'0','','',0,0,''),(5435,5435,'soundblock_breakbeat name','soundblock_breakbeat','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5436,5436,'stackable_water','stackable_water','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5437,5437,'water_backdrop name','water_backdrop','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5438,5438,'WIRED Negative Condition: Triggerer is NOT on furni','wf_cnd_not_trggrer_on','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_not_trggrer_on',2,'0','','',0,0,''),(5439,5439,'WIRED Negative Condition: NOT Team Member','wf_cnd_not_in_team','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_not_in_team',2,'0','','',0,0,''),(5440,5440,'WIRED Negative Condition: Has NO Furni On','wf_cnd_not_furni_on','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_not_furni_on',2,'0','','',0,0,''),(5441,5441,'WIRED Negative Condition: Furnis have NO avatars','wf_cnd_not_hv_avtrs','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_not_hv_avtrs',2,'0','','',0,0,''),(5442,5442,'wf_trg_at_time_long name','wf_trg_at_time_long','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_trg_at_time_long',1,'0','','',0,0,''),(5443,5443,'WIRED Condition: User DOESN''T count in Room','wf_cnd_not_user_count','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_not_user_count',2,'0','','',0,0,''),(5444,5444,'wf_cnd_not_wearing_fx name','wf_cnd_not_wearing_fx','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_not_wearing_fx',2,'0','','',0,0,''),(5445,5445,'WIRED Condition: User count in Room','wf_cnd_user_count_in','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_user_count_in',2,'0','','',0,0,''),(5446,5446,'wf_cnd_not_wearing_b name','wf_cnd_not_wearing_b','s',1,1,0.65,1,0,0,0,1,1,0,0,1,'wf_cnd_not_habbo_owns_badge',2,'0','','',0,0,''),(5447,5447,'WIRED Condition: Furni Type Matches','wf_cnd_stuff_is','s',1,1,0.65,1,0,0,0,1,1,0,0,1,'wf_cnd_stuff_is',2,'0','','',0,0,''),(5448,5448,'WIRED Negative Condition: NOT Group Member','wf_cnd_not_in_group','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_not_in_group',2,'0','','',0,0,''),(5449,5449,'WIRED Condition: Furni Type DOESN''T Match','wf_cnd_not_stuff_is','s',1,1,0.65,1,0,0,0,1,1,0,0,1,'wf_cnd_not_stuff_is',2,'0','','',0,0,''),(5450,5450,'WIRED Effect: Move Triggering Furni','wf_act_move_furni_to','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_move_furni_to',1,'0','','',0,0,''),(5451,5451,'wf_act_toggle_to_rnd','wf_act_toggle_to_rnd','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_toggle_to_rnd',1,'0','','',0,0,''),(5452,5452,'WIRED Negative Condition: Furni states DOESN''T match','wf_cnd_not_match_snap','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_not_match_snap',2,'0','','',0,0,''),(5453,5453,'crystal_dragon name','crystal_dragon','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5454,5454,'crystal_throne name','crystal_throne','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5455,5455,'Pearl Dragon Egg','white_dino_egg','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5456,5456,'bg_cloud name','bg_cloud','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5457,5457,'hole4 name','hole4','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5458,5458,'hole1x1test','hole1x1test','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5459,5459,'teleport_random name','teleport_random','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5460,5460,'teleport_random_2 name','teleport_random_2','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'hopper',1,'0','','',0,0,''),(5461,5461,'CF_5000_suitcase name','CF_5000_suitcase','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(5462,5462,'Small Block','bc_block_0*1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5463,5463,'Small Block 10','bc_block_0*10','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5464,5464,'Small Block 11','bc_block_0*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5465,5465,'Small Block 12','bc_block_0*12','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5466,5466,'Small Block 13','bc_block_0*13','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5467,5467,'Small Block 14','bc_block_0*14','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5468,5468,'Small Block 2','bc_block_0*2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5469,5469,'Small Block 3','bc_block_0*3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5470,5470,'Small Block 4','bc_block_0*4','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5471,5471,'Small Block 5','bc_block_0*5','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5472,5472,'Small Block 6','bc_block_0*6','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5473,5473,'Small Block 7','bc_block_0*7','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5474,5474,'Small Block 8','bc_block_0*8','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5475,5475,'Small Block 9','bc_block_0*9','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5476,5476,'Large Block','bc_block_1*1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',2,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5477,5477,'Large Block 10','bc_block_1*10','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5478,5478,'Large Block 11','bc_block_1*11','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5479,5479,'Large Block 12','bc_block_1*12','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5480,5480,'Large Block 13','bc_block_1*13','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5481,5481,'Large Block 14','bc_block_1*14','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5482,5482,'Large Block 2','bc_block_1*2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5483,5483,'Large Block 3','bc_block_1*3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5484,5484,'Large Block 4','bc_block_1*4','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5485,5485,'Large Block 5','bc_block_1*5','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5486,5486,'Large Block 6','bc_block_1*6','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5487,5487,'Large Block 7','bc_block_1*7','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5488,5488,'Large Block 8','bc_block_1*8','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5489,5489,'Large Block 9','bc_block_1*9','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5490,5490,'Carpenter''s Carpet','xmas13_rug','s',1,1,0.01,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5491,5491,'Mahogany Shelves','xmas13_shelves','s',2,1,3.50,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5492,5492,'Wrapping Paper Pillar','xmas13_pillar','s',1,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(5493,5493,'Wooden Horse','xmas13_toyhorse','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5494,5494,'Mallet and Chisel','xmas13_tools1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5495,5495,'Green Paint Splat','xmas13_paintsplat1','s',1,1,0.02,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(5496,5496,'Gingerbread House','xmas13_gingerbread','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5497,5497,'Christmas Tree Light','xmas13_light','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(5498,5498,'Candy Machine','xmas13_candycane1','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5499,5499,'Purple Paint Splat','xmas13_paintsplat3','s',1,1,0.02,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(5500,5500,'Yellow Paint Splat','xmas13_paintsplat4','s',1,1,0.02,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(5501,5501,'Blue Paint Splat','xmas13_paintsplat2','s',1,1,0.02,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(5502,5502,'Candy Pipe','xmas13_candycane2','',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5503,5503,'Paint Bucket','xmas13_bucket1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(5504,5504,'Purple Toy Block','xmas13_toyblock2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5505,5505,'Blue Toy Block','xmas13_toyblock4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5506,5506,'Green Toy Block','xmas13_toyblock3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5507,5507,'Red Toy Block','xmas13_toyblock1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5508,5508,'HC Executive Security Camera','hc_exe_seccam','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5509,5509,'HC Executive Work Desk','hc_exe_wrkdesk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5510,5510,'HC Executive Glass Divider','hc_exe_glassdvdr','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5511,5511,'HC Executive Sofa','hc_exe_sofa','s',3,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5512,5512,'HC Executive Small Table','hc_exe_s_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5513,5513,'HC Executive Light','hc_exe_light','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(5514,5514,'HC Executive Boss Chair','hc_exe_chair2','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5515,5515,'HC Executive Boss Table','hc_exe_table','s',3,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5516,5516,'HC Executive Sofa Chair','hc_exe_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5517,5517,'HC Executive Elevator Teleport','hc_exe_elevator','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(5518,5518,'HC Executive Cube Light','hc_exe_cubelight','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5519,5519,'mutearea_sign name','mutearea_sign','s',1,1,0.00,1,0,0,0,0,0,0,1,1,'ads_bg',2,'0','','',0,0,''),(5520,5520,'buildarea_sign name','buildarea_sign','s',1,1,0.00,1,0,0,0,0,0,0,1,1,'ads_bg',2,'0','','',0,0,''),(5521,5521,'Mince Pies','xmas13_mincepies','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(5522,5522,'Eggnog Bowl','xmas13_eggnogbowl','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'73','','',0,0,''),(5523,5523,'Eggnog Set','xmas13_eggnogglass','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(5524,5524,'Magical Machine','xmas13_machine1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5525,5525,'Jack in the Box','xmas13_jack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5526,5526,'2014 LTD Rare','xmas13_throne','s',1,1,1.30,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5527,5527,'Toolset','xmas13_toolbox','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5528,5528,'Santa''s Workdesk','xmas13_workdesk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5529,5529,'Robot Dinosaur','xmas13_robotdino','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5530,5530,'Gnome in a Box','gnome_box','s',1,1,2.30,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5531,5531,'Diamond Duck','CF_750_duck','s',1,1,1.00,1,0,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(5532,5532,'Emerald Duck','CF_350_duck','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(5533,5533,'Candy Terminal','xmas13_terminal','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5534,5534,'Icy Ice Cream Maker','xmas13_icecream','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',0,'4','','',0,0,''),(5535,5535,'Starry Night','roombg_stars','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5536,5536,'Skyscraper City','roombg_city1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5537,5537,'Evening Cityscape','roombg_city2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5538,5538,'Ruby and Gold Horse Statue','rare_chinahorse','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5539,5539,'Brick Block 1','bc_block_redbrick*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5540,5540,'Brick Block 10','bc_block_redbrick*10','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5541,5541,'Brick Block 11','bc_block_redbrick*11','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5542,5542,'Brick Block 12','bc_block_redbrick*12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5543,5543,'Brick Block 13','bc_block_redbrick*13','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5544,5544,'Brick Block 14','bc_block_redbrick*14','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5545,5545,'Brick Block 2','bc_block_redbrick*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5546,5546,'Brick Block 3','bc_block_redbrick*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5547,5547,'Brick Block 4','bc_block_redbrick*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5548,5548,'Brick Block 5','bc_block_redbrick*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5549,5549,'Brick Block 6','bc_block_redbrick*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5550,5550,'Brick Block 7','bc_block_redbrick*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5551,5551,'Brick Block 8','bc_block_redbrick*8','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5552,5552,'Brick Block 9','bc_block_redbrick*9','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5553,5553,'Art Deco Block 1','bc_block_artdeco1*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5554,5554,'Art Deco Block 2','bc_block_artdeco1*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5555,5555,'Art Deco Block 3','bc_block_artdeco1*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5556,5556,'Art Deco Block 4','bc_block_artdeco1*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5557,5557,'Art Deco Block 5','bc_block_artdeco1*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5558,5558,'Industrial Block 1','bc_block_industrial*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5559,5559,'Industrial Block 2','bc_block_industrial*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5560,5560,'Industrial Block 3','bc_block_industrial*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5561,5561,'Industrial Block 4','bc_block_industrial*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5562,5562,'Industrial Block 5','bc_block_industrial*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5563,5563,'bc_lavarock_1 name','bc_lavarock*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5564,5564,'bc_lavarock_10 name','bc_lavarock*10','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5565,5565,'bc_lavarock_11 name','bc_lavarock*11','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5566,5566,'bc_lavarock_12 name','bc_lavarock*12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5567,5567,'bc_lavarock_13 name','bc_lavarock*13','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5568,5568,'bc_lavarock_14 name','bc_lavarock*14','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5569,5569,'bc_lavarock_2 name','bc_lavarock*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5570,5570,'bc_lavarock_3 name','bc_lavarock*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5571,5571,'bc_lavarock_4 name','bc_lavarock*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5572,5572,'bc_lavarock_5 name','bc_lavarock*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5573,5573,'bc_lavarock_6 name','bc_lavarock*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5574,5574,'bc_lavarock_7 name','bc_lavarock*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5575,5575,'bc_lavarock_8 name','bc_lavarock*8','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5576,5576,'bc_lavarock_9 name','bc_lavarock*9','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5577,5577,'Metal Block 1','bc_block_metalgrip*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5578,5578,'Metal Block 2','bc_block_metalgrip*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5579,5579,'Metal Block 3','bc_block_metalgrip*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5580,5580,'Metal Block 4','bc_block_metalgrip*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5581,5581,'Metal Block 5','bc_block_metalgrip*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5582,5582,'Grass Block 1','bc_block_grass*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5583,5583,'Grass Block 2','bc_block_grass*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5584,5584,'Grass Block 3','bc_block_grass*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5585,5585,'Grass Block 4','bc_block_grass*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5586,5586,'Grass Block 5','bc_block_grass*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5587,5587,'Grass Block 6','bc_block_grass*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5588,5588,'Grass Block 7','bc_block_grass*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5589,5589,'Marble Block 1','bc_block_marble*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5590,5590,'Marble Block 10','bc_block_marble*10','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5591,5591,'Marble Block 11','bc_block_marble*11','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5592,5592,'Marble Block 12','bc_block_marble*12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5593,5593,'Marble Block 13','bc_block_marble*13','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5594,5594,'Marble Block 14','bc_block_marble*14','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5595,5595,'Marble Block 2','bc_block_marble*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5596,5596,'Marble Block 3','bc_block_marble*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5597,5597,'Marble Block 4','bc_block_marble*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5598,5598,'Marble Block 5','bc_block_marble*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5599,5599,'Marble Block 6','bc_block_marble*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5600,5600,'Marble Block 7','bc_block_marble*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5601,5601,'Marble Block 8','bc_block_marble*8','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5602,5602,'Marble Block 9','bc_block_marble*9','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5603,5603,'Sand Block 1','bc_block_sand*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5604,5604,'Sand Block 2','bc_block_sand*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5605,5605,'Sand Block 3','bc_block_sand*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5606,5606,'Sand Block 4','bc_block_sand*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5607,5607,'Sand Block 5','bc_block_sand*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5608,5608,'Sand Block 6','bc_block_sand*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5609,5609,'Sand Block 7','bc_block_sand*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5610,5610,'Glass Block 1','bc_block_glass*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5611,5611,'Glass Block 10','bc_block_glass*10','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5612,5612,'Glass Block 11','bc_block_glass*11','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5613,5613,'Glass Block 12','bc_block_glass*12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5614,5614,'Glass Block 13','bc_block_glass*13','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5615,5615,'Glass Block 14','bc_block_glass*14','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5616,5616,'Glass Block 2','bc_block_glass*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5617,5617,'Glass Block 3','bc_block_glass*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5618,5618,'Glass Block 4','bc_block_glass*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5619,5619,'Glass Block 5','bc_block_glass*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5620,5620,'Glass Block 6','bc_block_glass*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5621,5621,'Glass Block 7','bc_block_glass*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5622,5622,'Glass Block 8','bc_block_glass*8','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5623,5623,'Glass Block 9','bc_block_glass*9','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5624,5624,'Round Block','bc_round*1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5625,5625,'Round Block 10','bc_round*10','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5626,5626,'Round Block 11','bc_round*11','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5627,5627,'Round Block 12','bc_round*12','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5628,5628,'Round Block 13','bc_round*13','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5629,5629,'Round Block 14','bc_round*14','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5630,5630,'Round Block 2','bc_round*2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5631,5631,'Round Block 3','bc_round*3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5632,5632,'Round Block 4','bc_round*4','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5633,5633,'Round Block 5','bc_round*5','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5634,5634,'Round Block 6','bc_round*6','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5635,5635,'Round Block 7','bc_round*7','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5636,5636,'Round Block 8','bc_round*8','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5637,5637,'Round Block 9','bc_round*9','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(5638,5638,'Wool Block 1','bc_block_wool*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5639,5639,'Wool Block 10','bc_block_wool*10','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5640,5640,'Wool Block 11','bc_block_wool*11','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5641,5641,'Wool Block 12','bc_block_wool*12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5642,5642,'Wool Block 13','bc_block_wool*13','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5643,5643,'Wool Block 14','bc_block_wool*14','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5644,5644,'Wool Block 2','bc_block_wool*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5645,5645,'Wool Block 3','bc_block_wool*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5646,5646,'Wool Block 4','bc_block_wool*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5647,5647,'Wool Block 5','bc_block_wool*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5648,5648,'Wool Block 6','bc_block_wool*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5649,5649,'Wool Block 7','bc_block_wool*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5650,5650,'Wool Block 8','bc_block_wool*8','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5651,5651,'Wool Block 9','bc_block_wool*9','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5652,5652,'bc_stone_1 name','bc_stone*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5653,5653,'bc_stone_10 name','bc_stone*10','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5654,5654,'bc_stone_11 name','bc_stone*11','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5655,5655,'bc_stone_12 name','bc_stone*12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5656,5656,'bc_stone_13 name','bc_stone*13','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5657,5657,'bc_stone_14 name','bc_stone*14','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5658,5658,'bc_stone_2 name','bc_stone*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5659,5659,'bc_stone_3 name','bc_stone*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5660,5660,'bc_stone_4 name','bc_stone*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5661,5661,'bc_stone_5 name','bc_stone*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5662,5662,'bc_stone_6 name','bc_stone*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5663,5663,'bc_stone_7 name','bc_stone*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5664,5664,'bc_stone_8 name','bc_stone*8','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5665,5665,'bc_stone_9 name','bc_stone*9','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5666,5666,'bc_metalcrate_1 name','bc_metalcrate*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5667,5667,'bc_metalcrate_10 name','bc_metalcrate*10','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5668,5668,'bc_metalcrate_11 name','bc_metalcrate*11','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5669,5669,'bc_metalcrate_12 name','bc_metalcrate*12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5670,5670,'bc_metalcrate_13 name','bc_metalcrate*13','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5671,5671,'bc_metalcrate_14 name','bc_metalcrate*14','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5672,5672,'bc_metalcrate_2 name','bc_metalcrate*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5673,5673,'bc_metalcrate_3 name','bc_metalcrate*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5674,5674,'bc_metalcrate_4 name','bc_metalcrate*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5675,5675,'bc_metalcrate_5 name','bc_metalcrate*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5676,5676,'bc_metalcrate_6 name','bc_metalcrate*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5677,5677,'bc_metalcrate_7 name','bc_metalcrate*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5678,5678,'bc_metalcrate_8 name','bc_metalcrate*8','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5679,5679,'bc_metalcrate_9 name','bc_metalcrate*9','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5680,5680,'Horse Statue','china_horse','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5681,5681,'Habbo Stories Hero Trophy.','prizetrophy_storieshero','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5682,5682,'Book of Habbo Knowledge I','book_rare*0','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5683,5683,'Book of Habbo Knowledge II','book_rare*1','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5684,5684,'book_rare_2 name','book_rare*2','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5685,5685,'book_rare_3 name','book_rare*3','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5686,5686,'book_rare_4 name','book_rare*4','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5687,5687,'book_rare_5 name','book_rare*5','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5688,5688,'book_rare_6 name','book_rare*6','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5689,5689,'book_rare_7 name','book_rare*7','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5690,5690,'book_rare_8 name','book_rare*8','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5691,5691,'book_rare_9 name','book_rare*9','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5692,5692,'Pine Bench','val14_bench','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5693,5693,'Pine Table','val14_table','s',1,1,1.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5694,5694,'Bouquet of Pages','val14_rosebook','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5695,5695,'Pine Stool','val14_stool','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5696,5696,'Green Form Recliner','val14_bed_g','s',1,3,1.60,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(5697,5697,'Blue Spa Roof','val14_b_roof','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5698,5698,'Sliding Glass Doors','val14_gate','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5699,5699,'Small Blue Spa Tile','val14_tile2','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(5700,5700,'Orange Form Recliner','val14_bed_o','s',1,3,1.60,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(5701,5701,'Spa Wheelchair','val14_wchair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5702,5702,'Small Orange Spa Tile','val14_tile3','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(5703,5703,'Green Spa Roof','val14_g_roof','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5704,5704,'Big Leaf Plant','val14_bigplant1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5705,5705,'Calming Tree','val14_pot1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(5706,5706,'Marble Foot Bath','val14_fbath','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(5707,5707,'Large Ceramic Spa Tile','val14_largetile','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5708,5708,'Small Green Spa Tile','val14_tile1','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(5709,5709,'Clay Spa Roof','val14_y_roof','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5710,5710,'Leafy Archway','val14_archway','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5711,5711,'Solo Glass Door','val14_door','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5712,5712,'Treatment Chair','val14_recchair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5713,5713,'Blue Form Recliner','val14_bed_b','s',1,3,1.60,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(5714,5714,'Narcissus Plant','val14_bigplant2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5715,5715,'Blue Exterior Wall','val14_b_wall','s',2,1,2.85,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5716,5716,'Green Exterior Wall','val14_g_wall','s',2,1,2.85,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5717,5717,'Yellow Exterior Wall','val14_y_wall','s',2,1,2.85,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5718,5718,'L0-V3 Machine','val14_lovelock1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'love_lock',1,'0','','',0,0,''),(5719,5719,'Pink L0-V3 Machine','val14_lovelock2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'love_lock',1,'0','','',0,0,''),(5720,5720,'prizetrophy_room2_g name','prizetrophy_room2*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5721,5721,'prizetrophy_room2_s name','prizetrophy_room2*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5722,5722,'prizetrophy_room2_b name','prizetrophy_room2*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5723,5723,'Hotel Prize Trophy','prizetrophy_hotel1*1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(5724,5724,'prizetrophy_hotel1_s name','prizetrophy_hotel1*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5725,5725,'prizetrophy_hotel1_b name','prizetrophy_hotel1*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5726,5726,'rare_pbag_1 name','rare_pbag*0','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5727,5727,'rare_pbag_2 name','rare_pbag*1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5728,5728,'rare_pbag_3 name','rare_pbag*2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5729,5729,'rare_pbag_4 name','rare_pbag*3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5730,5730,'rare_pbag_5 name','rare_pbag*4','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5731,5731,'Punching Bag VI','rare_pbag*5','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5732,5732,'Punching Bag VII','rare_pbag*6','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5733,5733,'Flaming Phoenix','br_phoenix','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5734,5734,'Elegant Lamp','val14_lamp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5735,5735,'Wondrous Weeping Willow','stories_shakespeare_tree','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5736,5736,'Garden Rose Swing','stories_shakespeare_swing','s',2,1,1.70,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5737,5737,'Rosemantic Bench','stories_shakespeare_bench','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5738,5738,'Fairy Statue','stories_shakespeare_fairy','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5739,5739,'Winter-lympix Bear','hlympic_bear','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5740,5740,'Eternity Fountain','val14_fountain','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(5741,5741,'portabandeira','portabandeira','s',4,4,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5742,5742,'Gold L0-V3 Machine','val14_lovelock3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'love_lock',1,'0','','',0,0,''),(5743,5743,'Flash Camera','runway_camera','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5744,5744,'The Slime Geyser','ads_nick_geyeser','s',5,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5745,5745,'OMG Slime','ads_nick_faketile','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5746,5746,'Iconic wall hanging','runway_hangingb','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5747,5747,'Umbrella Light','runway_umbrellalight','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5748,5748,'Neon Runway Fan','runway_fan','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5749,5749,'Runway Dressing Room','runway_changing','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5750,5750,'Fortune-Teller Machine','rare_sage','s',1,1,0.20,1,0,0,1,1,1,0,1,1,'pressureplate',4,'0','','',0,0,''),(5751,5751,'Antique Camera','runway_oldecamera','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5752,5752,'Luxury Dressing Room','runway_changingrare','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5753,5753,'Pot O'' Gold','rare_stpat14','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(5754,5754,'Leprechaun Nest','nest_leprechaun','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5755,5755,'Gnome Nest','nest_gnome','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5756,5756,'Leprechaun Box','leprechaun_box','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5757,5757,'newbie_stairs_pink name','newbie_stairs_pink','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.5;1.2;1.8','',0,0,''),(5758,5758,'newbie_stairs_black name','newbie_stairs_black','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.5;1.2;1.8','',0,0,''),(5759,5759,'New Habbo Welcome Gift','newbie_present_2014','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5760,5760,'newbie_eleblock5 name','newbie_eleblock5','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(5761,5761,'newbie_eleblock1 name','newbie_eleblock1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(5762,5762,'Book of wisdom','stories_sch_book','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5763,5763,'Sands of time hourglass','stories_sch_hourglass','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5764,5764,'Homme Fashionista','LTD_fashionistam','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5765,5765,'Femme Fashionista','LTD_fashionistaf','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5766,5766,'effect_faketile name','effect_faketile','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5767,5767,'Water Block','bc_block_water*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5768,5768,'Water Block 2','bc_block_water*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5769,5769,'Water Block 3','bc_block_water*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5770,5770,'Water Block 4','bc_block_water*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5771,5771,'Water Block 5','bc_block_water*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5772,5772,'Water Block 6','bc_block_water*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5773,5773,'Tile Block','bc_tile*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5774,5774,'Tile Block 10','bc_tile*10','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5775,5775,'Tile Block 11','bc_tile*11','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5776,5776,'Tile Block 12','bc_tile*12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5777,5777,'Tile Block 13','bc_tile*13','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5778,5778,'Tile Block 14','bc_tile*14','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5779,5779,'Tile Block 2','bc_tile*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5780,5780,'Tile Block 3','bc_tile*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5781,5781,'Tile Block 4','bc_tile*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5782,5782,'Tile Block 5','bc_tile*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5783,5783,'Tile Block 6','bc_tile*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5784,5784,'Tile Block 7','bc_tile*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5785,5785,'Tile Block 8','bc_tile*8','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5786,5786,'Tile Block 9','bc_tile*9','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5787,5787,'Terra Block','bc_terra*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5788,5788,'Terra Block 10','bc_terra*10','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5789,5789,'Terra Block 11','bc_terra*11','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5790,5790,'Terra Block 12','bc_terra*12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5791,5791,'Terra Block 13','bc_terra*13','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5792,5792,'Terra Block 14','bc_terra*14','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5793,5793,'Terra Block 2','bc_terra*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5794,5794,'Terra Block 3','bc_terra*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5795,5795,'Terra Block 4','bc_terra*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5796,5796,'Terra Block 5','bc_terra*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5797,5797,'Terra Block 6','bc_terra*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5798,5798,'Terra Block 7','bc_terra*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5799,5799,'Terra Block 8','bc_terra*8','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5800,5800,'Terra Block 9','bc_terra*9','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5801,5801,'Flower Hedge','bc_flowerhedge*1','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5802,5802,'Flower Hedge 10','bc_flowerhedge*10','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5803,5803,'Flower Hedge 11','bc_flowerhedge*11','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5804,5804,'Flower Hedge 12','bc_flowerhedge*12','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5805,5805,'Flower Hedge 13','bc_flowerhedge*13','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5806,5806,'Flower Hedge 14','bc_flowerhedge*14','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5807,5807,'Flower Hedge 2','bc_flowerhedge*2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5808,5808,'Flower Hedge 3','bc_flowerhedge*3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5809,5809,'Flower Hedge 4','bc_flowerhedge*4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5810,5810,'Flower Hedge 5','bc_flowerhedge*5','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5811,5811,'Flower Hedge 6','bc_flowerhedge*6','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5812,5812,'Flower Hedge 7','bc_flowerhedge*7','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5813,5813,'Flower Hedge 8','bc_flowerhedge*8','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5814,5814,'Flower Hedge 9','bc_flowerhedge*9','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5815,5815,'Headmaster''s chair','stories_sch_chair','s',1,1,1.30,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5816,5816,'Prefect''s bookshelf','stories_sch_bookshelf','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5817,5817,'Cacao Chest','easter14_chocchestrare','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5818,5818,'free_placement_room name','free_placement_room','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(5819,5819,'Electric Flowers','easter14_plant','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5820,5820,'Electric Fence','easter14_elecdivdr','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5821,5821,'Lupin Jar','easter14_jar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5822,5822,'Magnetic Pillar','easter14_pillar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5823,5823,'Small bright light block','easter14_block3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5824,5824,'Large bright light block','easter14_block1','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5825,5825,'Shiny alloy tile','easter14_metalfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(5826,5826,'Egg Lamp','easter14_lamp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5827,5827,'Pixel Sunset','easter14_roombg','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5828,5828,'Corner','easter14_corner','s',1,1,0.60,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5829,5829,'Captain´s Perch','easter14_captainchr','s',1,1,1.45,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5830,5830,'Polaroid Flower','easter14_flower','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5831,5831,'Luminescent Palm','easter14_palmtree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5832,5832,'Leafy Teleport','easter14_teleport','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(5833,5833,'Egg Plant','easter14_eggplant','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5834,5834,'Alien Gate','easter14_gate','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5835,5835,'Divider','easter14_divider','s',2,1,0.60,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5836,5836,'Large Foliage Block','easter14_block2','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5837,5837,'Small Foliage Clock','easter14_block4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5838,5838,'Tech Tree','easter14_techtreebrkn','s',2,1,2.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5839,5839,'Cryptic tile','easter14_sandfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',7,'0','','',0,0,''),(5840,5840,'Cable chair','easter14_chair','s',1,1,1.05,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5841,5841,'Floral patch','easter14_grasspatch','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5842,5842,'Tech Stump','easter14_techstump','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5843,5843,'Tech table','easter14_table','s',2,1,0.80,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5844,5844,'Pillar of Hope','easter14_effectgiver','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'effect_tile',0,'0','','',171,171,''),(5845,5845,'Electric Corner','easter14_eleccrn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5846,5846,'Little Bunny Foo Foo','easter14_screen','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5847,5847,'Cottontail Effigy','easter14_statue','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5848,5848,'Lagomorph Sphinx','easter14_bunnysphinx','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5849,5849,'Death Egg-Star','easter14_eggstar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5850,5850,'Maw-Sit-Sit Egg','ltd_habberge3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5851,5851,'Maw-Sit-Sit Egg','ltd_habberge2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5852,5852,'ltd_habberge4','ltd_habberge4','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5853,5853,'Dark Sapphire & Diamond Egg','ltd_habberge5','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5854,5854,'WIRED Effect: Mute user','wf_act_mute_triggerer','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_mute_triggerer',1,'0','','',0,0,''),(5855,5855,'Lapis Lazuli Egg','ltd_habberge1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5856,5856,'Habberge Aquamarine','easter14_habberge6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5857,5857,'On Air Sign','stories_oldmusic_neon','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5858,5858,'Vintage Vinyl Records','stories_oldmusic_vinyl','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5859,5859,'Rockabilly Guitar Case','stories_oldmusic_guitarcase','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5860,5860,'Crooner Microphone','stories_oldmusic_mike','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5861,5861,'Viking Wired','wf_cnd_date_rng_active','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_cnd_date_rng_active',1,'0','','',0,0,''),(5862,5862,'Venus de Habbo','rare_venusstatue','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5863,5863,'Forum Furni','guild_forum','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'guild_furni',1,'0','','',0,0,''),(5864,5864,'Steelscar Table','vikings_table_r','s',3,1,1.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5865,5865,'Battleshade Chair','vikings_chair_g','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5866,5866,'Furolles Torch','vikings_torch','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5867,5867,'Viking bed','vikings_bed','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(5868,5868,'Viking Cotie','vikings_house','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'viking_cotie',7,'0','','',0,0,''),(5869,5869,'Spiked Skull','vikings_spike','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',12,'0','','',0,0,''),(5870,5870,'Timber Divider','vikings_wooddivdr','s',2,1,1.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5871,5871,'Dark Wood Floor','vikings_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5872,5872,'Timber Gate','vikings_woodgate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5873,5873,'Steelscar Flag','vikings_flag_r','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5874,5874,'Stone Corner','vikings_stonecrn','s',1,1,1.25,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5875,5875,'Steelscar Figurehead','vikings_animal_r','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5876,5876,'Vegetable Bingue','vikings_basket1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5877,5877,'Stone Divider','vikings_stonedivdr','s',1,1,1.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5878,5878,'Cooking Pit','vikings_outdoorstove','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5879,5879,'Viking Weapon Rack','vikings_weapon','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5880,5880,'Battleshade Figurehead','vikings_animal_g','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5881,5881,'Cooking Pit','vikings_indoorstove','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5882,5882,'Amber Roof','vikings_roof_r','s',1,1,1.50,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(5883,5883,'Viking Long Ship Front','vikings_gondola1','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5884,5884,'Meat Bingue','vikings_basket2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5885,5885,'Battleshade Table','vikings_table_g','s',1,1,1.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5886,5886,'Viking Long Ship Middle','vikings_gondola2b','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5887,5887,'Timber Corner','vikings_woodcrn','s',1,1,1.19,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5888,5888,'Viking Long Ship Back','vikings_gondola3','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5889,5889,'Runestone Teleport','vikings_teleport','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(5890,5890,'Battleshade Flag','vikings_flag_g','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5891,5891,'Viking Long Ship Middle','vikings_gondola2c','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5892,5892,'Verdigris Roof','vikings_roof_g','s',1,1,1.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5893,5893,'Steelscar Chair','vikings_chair_r','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5894,5894,'Viking Cross','vikings_tombstone','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5895,5895,'Stone Gate','vikings_stonegate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5896,5896,'Lund Stool','vikings_stool','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5897,5897,'Viking Long Ship Middle','vikings_gondola2a','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5898,5898,'Vikings Stove','vikings_stove','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5899,5899,'Viking Pillar','vikings_pillar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5900,5900,'Simple Wood Block','bc_wood*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5901,5901,'Simple Wood block','bc_wood*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5902,5902,'Simple Wood block','bc_wood*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5903,5903,'Simple Wood block','bc_wood*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5904,5904,'Simple Wood block','bc_wood*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5905,5905,'Simple Wood block','bc_wood*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5906,5906,'Viking Relic','vikings_runestone','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5907,5907,'Habbo Hotel','room_noob_walltl','s',1,9,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5908,5908,'Habbo Hotel','room_noob_bar','s',1,6,1.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5909,5909,'Habbo Hotel','room_noob_walltr1','s',7,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5910,5910,'Habbo Hotel','room_noob_table1','s',1,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5911,5911,'Habbo Hotel','room_noob_carpet1','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5912,5912,'Habbo Hotel','room_noob_fxremove','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5913,5913,'Habbo Hotel','room_noob_barchair','s',1,1,1.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5914,5914,'Habbo Hotel','room_noob_fx1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5915,5915,'Habbo Hotel','room_noob_table2','s',1,1,0.80,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5916,5916,'Habbo Hotel','room_noob_stairside','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5917,5917,'Habbo Hotel','room_noob_walltr2','s',8,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5918,5918,'Habbo Hotel','room_noob_tallfloor','s',5,1,2.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5919,5919,'Habbo Hotel','room_noob_floor1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(5920,5920,'Habbo Hotel','room_noob_stairs','s',5,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',2,'0','0.5;1.0','',0,0,''),(5921,5921,'Habbo Hotel','room_noob_fx2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'tile_fxprovider_nfs',2,'0','','',2,2,''),(5922,5922,'Habbo Hotel','room_noob_barside','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(5923,5923,'Habbo Hotel','room_noob_sofa','s',3,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5924,5924,'Habbo Hotel','room_noob_glow','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5925,5925,'Habbo Hotel','room_noob_plant','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5926,5926,'Habbo Hotel','room_noob_wallcrnr','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5927,5927,'Habbo Hotel','room_noob_wallbl3','s',1,14,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5928,5928,'Habbo Hotel','room_noob_hanglight','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5929,5929,'Habbo Hotel','room_noob_wallbl1','s',1,7,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5930,5930,'Habbo Hotel','room_noob_div','s',7,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5931,5931,'Habbo Hotel','room_noob_floor3','s',8,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5932,5932,'Habbo Hotel','room_noob_floor2','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(5933,5933,'Habbo Hotel','room_noob_chair','s',1,1,2.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5934,5934,'Habbo Hotel','room_noob_bargate','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5935,5935,'Habbo Hotel','room_noob_wallbl2','s',1,15,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5936,5936,'Habbo Hotel','room_noob_pool','s',3,4,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5937,5937,'Habbo Hotel','room_noob_fx4','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5938,5938,'Habbo Hotel','room_noob_fx3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5939,5939,'Blob','wf_blob_invis','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'wf_blob',2,'0','','',0,0,''),(5940,5940,'Blob','wf_blob2_vis','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'wf_blob',2,'0','','',0,0,''),(5941,5941,'Game of Habbos','vikings_throne','s',1,1,1.70,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5942,5942,'Yggdrasil Tree','vikings_yggdrasil','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5943,5943,'Mjolnir of Thor','vikings_thor','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5944,5944,'Viking Chess Piece','vikings_chesspiece','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5945,5945,'HiPad Vendor','tablet_vendor','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1030','','',0,0,''),(5946,5946,'Viking Loot','CF_500_vikings','s',1,1,0.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(5947,5947,'Ditch the Label Equality Machine','ads_dtlrare_rc','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1052','','',0,0,''),(5948,5948,'Habbo Hotel','room_noob_exit','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5949,5949,'Golden Boot','fball_goldenboot','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5950,5950,'Group Fence Corner','fball_grp_crnr','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5951,5951,'fball_trophybrasil_silver name','fball_trophybrasil_silver','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5952,5952,'Habbo Football','fball_ball6','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'football',2,'0','','',0,0,''),(5953,5953,'fball_trophybrasil_bronze name','fball_trophybrasil_bronze','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5954,5954,'fball_trophybrasil_gold name','fball_trophybrasil_gold','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5955,5955,'Group Fence Small','fball_grp_fnc1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5956,5956,'Group Cote','fball_grp_cote','s',1,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5957,5957,'Group Bench','fball_grp_bench','s',3,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5958,5958,'Group Fence Large','fball_grp_fnc3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5959,5959,'Audience Bench','fball_audbench2','s',4,1,0.10,1,1,0,0,1,1,0,0,1,'multiheight',3,'0','1.2;1.9;2.5','',0,0,''),(5960,5960,'Football Strategy Board','stories_football_board','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5961,5961,'Sports Commentator Desk','stories_football_table','s',3,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5962,5962,'Group Side Flag','fball_flag_grp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5963,5963,'Not so Golden boot','fball_goldenboot2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5964,5964,'Afroduck the Ref','fball_mascot','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5965,5965,'Medical Scales','fball_scales','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5966,5966,'CF_diamond_1000','CF_diamond_1000','s',1,1,0.00,1,0,0,0,0,1,0,1,1,'default',1,'0','','',0,0,''),(5967,5967,'CF_diamond_500','CF_diamond_500','s',1,1,0.00,1,0,0,0,0,1,1,1,1,'default',1,'0','','',0,0,''),(5968,5968,'CF_diamond_250','CF_diamond_250','s',1,1,0.00,1,0,0,0,0,1,0,1,1,'default',1,'0','','',0,0,''),(5969,5969,'CF_diamond_100','CF_diamond_100','s',1,1,0.00,1,0,0,0,0,1,0,1,1,'default',1,'0','','',0,0,''),(5970,5970,'CF_diamond_2500','CF_diamond_2500','s',1,1,0.00,1,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(5971,5971,'LED Soccer Display','stories_football_screen','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5972,5972,'fball_ltd14','fball_ltd14','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(5973,5973,'Gold Football Trophy','prizetrophy_fballbrazil*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5974,5974,'Silver Football Trophy','prizetrophy_fballbrazil*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5975,5975,'Bronze Football Trophy','prizetrophy_fballbrazil*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(5976,5976,'Mystery Trophy','gift_mysterytrophy','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5977,5977,'Blue Hot Air Balloon','hblooza14_hotair_b','s',1,1,7.00,1,1,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5978,5978,'Yellow Hot Air Balloon','hblooza14_hotair_y','s',1,1,7.00,1,1,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5979,5979,'The Small Pool Kiosk','hblooza14_bundkiosk','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(5980,5980,'Pink Hot Air Balloon','hblooza14_hotair_p','s',1,1,7.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5981,5981,'Hoopla Tent','hblooza14_tent','s',5,5,0.00,1,0,0,1,1,1,0,0,1,'tent',1,'0','','',0,0,''),(5982,5982,'Drinks Stall','hblooza14_drinkstall','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'40,39,19,1,2','','',0,0,''),(5983,5983,'Target Practice Booth','hblooza14_shotgall','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5984,5984,'Hook-a-Duck','hblooza14_duckhook','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5985,5985,'Coffee Stand Piñata','hblooza14_pinata2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',100,'0','','',0,0,''),(5986,5986,'Hedge Divider','hblooza14_hedgediv','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(5987,5987,'Duck Gate','hblooza14_duckgate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(5988,5988,'Tent Teleport','hblooza14_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(5989,5989,'hblooza14_duck_balloon_y','hblooza14_duck_balloon_y','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5990,5990,'Duck Piñata','hblooza14_pinata1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',100,'0','','',0,0,''),(5991,5991,'Crazy Daisy','hblooza14_flowerlight','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5992,5992,'Festival Flag','hblooza14_flagpole','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5993,5993,'Top Spin Teleport','hblooza14_hctele','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(5994,5994,'Palooza Coaster','hblooza14_rollercost','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5995,5995,'Duck Gate Divider','hblooza14_duckdvdr','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5996,5996,'hblooza14_cafe_y','hblooza14_cafe_y','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'17','','',0,0,''),(5997,5997,'Emerald Hook-a-Duck','hblooza14_duckhookhc','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5998,5998,'Festival Flag','hblooza14_flagpole_p','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(5999,5999,'hblooza14_horsecarop','hblooza14_horsecarop','s',1,1,2.80,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6000,6000,'Candy Stall','hblooza14_candystall','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'79;89;63;48','','',0,0,''),(6001,6001,'Carousel Horse Piñata','hblooza14_pinata3','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',100,'0','','',0,0,''),(6002,6002,'Balloon sign','hblooza14_ballsign','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6003,6003,'hblooza14_horsecaroy','hblooza14_horsecaroy','s',1,1,2.80,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6004,6004,'Red Plane Landing Pad','hblooza14_planepadr','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'effect_tile',2,'0','','',175,175,''),(6005,6005,'hblooza14_duck_balloon_p','hblooza14_duck_balloon_p','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6006,6006,'hblooza14_cafe_b','hblooza14_cafe_b','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'17','','',0,0,''),(6007,6007,'hblooza14_duck_balloon_b','hblooza14_duck_balloon_b','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6008,6008,'Pink Flag Bunting','hblooza14_flag_p','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(6009,6009,'Yellow Flag Bunting','hblooza14_flag_y','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(6010,6010,'Arrow Signage','hblooza14_arrowsign','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6011,6011,'Duck Funk Revolution','hblooza14_dance','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',140,140,''),(6012,6012,'Ruckus Table','hblooza14_table','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6013,6013,'Hedge Corner','hblooza14_hedgecrn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6014,6014,'Duck Gate Corner','hblooza14_duckcrn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6015,6015,'Ruckus Chair','hblooza14_stool','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6016,6016,'Blue Flag Bunting','hblooza14_flag_b','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(6017,6017,'hblooza14_cafe_p','hblooza14_cafe_p','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'17','','',0,0,''),(6018,6018,'Muddy Floor','hblooza14_mud','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6019,6019,'Hedge Gate','hblooza14_arch','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6020,6020,'Blue iing Pad','hblooza14_planepadb','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'effect_tile',2,'0','','',176,176,''),(6021,6021,'hblooza14_horsecarob','hblooza14_horsecarob','s',1,1,2.80,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6022,6022,'Party Cake','st_palooza_cake','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6023,6023,'My Little Unicorn Balloon','st_palooza_unicorn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6024,6024,'Rainbow Cupcakes','st_palooza_cupcakes','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6025,6025,'Roller Coster Track','hblooza14_track_crl','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'roller',2,'0','','',0,0,''),(6026,6026,'Roller Coster Track','hblooza14_track','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'roller',2,'0','','',0,0,''),(6027,6027,'Roller Coster Track','hblooza14_track_crr','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'roller',2,'0','','',0,0,''),(6028,6028,'Hot Air Balloon Piñata','hblooza14_pinata4','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',100,'0','','',0,0,''),(6029,6029,'Head in the Hole Board','st_palooza_screen','s',3,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6030,6030,'Rainbow Balloons','st_palooza_balloons','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'1054;1055;1056;1057','','',0,0,''),(6031,6031,'Inflatable Party Pool','st_palooza_pool','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6032,6032,'Mine cart','wildwest_minecart','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(6033,6033,'Outhouse Teleport','wildwest_teleport','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(6034,6034,'Saloon Piano','wildwest_piano','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6035,6035,'Cracked Earth tile','wildwest_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(6036,6036,'Milk Can','wildwest_milkcan','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(6037,6037,'Frontier Bank','wildwest_bank','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6038,6038,'Loca-motive Sofa','wildwest_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6039,6039,'Saloon Bar Desk','wildwest_desk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6040,6040,'Hand Water Pump','wildwest_pump','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6041,6041,'Black Vulture','wildwest_vulture','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6042,6042,'Saloon corner','wildwest_salooncrn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6043,6043,'Cracked Clay tile','wildwest_floor2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(6044,6044,'Saddle Seat','wildwest_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6045,6045,'Flowered Cactus','wildwest_cactus1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6046,6046,'Large Bleached Wooden Stage','wildwest_stagew2','s',1,2,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6047,6047,'Spiky Cactus','wildwest_cactus2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6048,6048,'Covered Wagon','wildwest_wagon','s',2,2,2.55,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6049,6049,'Red Wooden Stage Roof','wildwest_roofr','s',1,3,0.30,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(6050,6050,'Large Red Wooden Stage','wildwest_stager2','s',1,2,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6051,6051,'Tin Spittoon','wildwest_spittoon2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6052,6052,'Bleached Wooden Stage Roof','wildwest_roofw','s',1,3,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(6053,6053,'Frank''s General Store','wildwest_store','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6054,6054,'Outside Bench','wildwest_bench','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6055,6055,'Saloon Doors','wildwest_saloondr','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(6056,6056,'Fort Habbo Divider','wildwest_divdr','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6057,6057,'Fort Habbo Gate','wildwest_gate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(6058,6058,'Wanted Poster','wildwest_wanted_poster','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'love_lock',2,'0','','',0,0,''),(6059,6059,'Old Fashioned Till','wildwest_till','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6060,6060,'Terracotta Spittoon','wildwest_spittoon','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6061,6061,'Cowboy Stocks','wildwest_stocks','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6062,6062,'Lantern pole','wildwest_light','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6063,6063,'Bucket''o''tar','wildwest_tarbucket','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6064,6064,'Skeleton Tree','wildwest_tree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6065,6065,'Shoot''em Up Saloon','wildwest_saloon','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6066,6066,'Saloon Drinks Cabinet','wildwest_cabinet','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6067,6067,'Small Brown Wooden Stage','wildwest_stageb','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6068,6068,'Fort Habbo Corner','wildwest_crn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6069,6069,'Longhorn Skull','wildwest_longhorn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6070,6070,'Drying Line','wildwest_clothesline','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6071,6071,'Loca-motive Landscape','wildwest_bgland','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6072,6072,'Wooden Crate','wildwest_crate','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6073,6073,'Tumbleweed','wildwest_weed','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6074,6074,'Loca-motive Landscape 2','wildwest_bgland2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(6075,6075,'Loca-motive Background','wildwest_bgtrain','s',15,8,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6076,6076,'Brown Wooden Stage with roof','wildwest_roofb','s',1,3,0.30,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(6077,6077,'Saloon wall','wildwest_saloonwall','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6078,6078,'Sheriff''s Office','wildwest_sheriff','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6079,6079,'Rattle Snake','wildwest_snake','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6080,6080,'Barrel Table','wildwest_table','s',1,1,1.40,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6081,6081,'Large Brown Wooden Stage','wildwest_stageb2','s',1,2,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6082,6082,'Small Red Wooden Stage','wildwest_stager','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6083,6083,'Small Bleached Wooden Stage','wildwest_stagew','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6084,6084,'Ghostly Gallows','wildwest_gallows','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6085,6085,'Buffalo Statue','st_wildwest_buffalo','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6086,6086,'Playing Cards','st_wildwest_cards','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6087,6087,'Water Barrel','st_wildwest_barrel','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6088,6088,'Dynamite Crate','st_wildwest_tnt','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6089,6089,'Miner''s Pickaxe','st_wildwest_goldpick','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(6090,6090,'Leather Canteen','st_wildwest_canteen','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6091,6091,'Red Zone CCTV','matic_light_cam_red','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6092,6092,'Blue Zone CCTV','matic_light_cam_blue','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6093,6093,'Green Zone CCTV','matic_light_cam_green','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6094,6094,'Body Sanitizer','matic_sanitizer','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6095,6095,'Orange Zone CCTV','matic_light_cam_orange','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6096,6096,'Messy Wardrobe','uni_messwardrobe','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6097,6097,'Dragon Plushy','uni_plush1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6098,6098,'Hootie the Owl','uni_owl','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6099,6099,'Comfy Ottoman','uni_ottoman','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6100,6100,'Bobba Pop Juice','uni_drinks','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(6101,6101,'Brotein Powder','uni_brotein','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6102,6102,'Games','uni_games','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6103,6103,'Girly Chair','uni_girlchair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6104,6104,'Gamer Shelf','uni_gamershelf','s',2,1,2.80,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6105,6105,'Dumbbells','uni_dumbells','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6106,6106,'Hanging Beads','uni_doorhanging','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6107,6107,'Dorm Wardrobe','uni_wardrobe','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6108,6108,'Jewelry Stand','uni_jewellery','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6109,6109,'Cat Plushy','uni_plush2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6110,6110,'Cafetiere French Press','uni_cafeterie','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6111,6111,'Habbo TV Projector','uni_projector','s',3,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6112,6112,'Colour Cube','uni_rubik','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6113,6113,'Hipster Bed','uni_hipbed','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(6114,6114,'HabBook Pro','uni_laptop','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6115,6115,'Workout Bench','uni_wobench','s',1,3,1.20,1,0,1,0,1,1,0,0,1,'tile_fxprovider_nfs',2,'0','','',0,0,''),(6116,6116,'Mini Fridge','uni_fridge','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'29,30,36,37,38,39','','',0,0,''),(6117,6117,'Dorm Bed','uni_bed','s',1,3,1.80,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(6118,6118,'Snack Time','uni_snacks','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(6119,6119,'Dorm Chair','uni_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6120,6120,'Sloppy Bed','uni_messbed','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(6121,6121,'UFOware Desktop','uni_gamerdesk','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6122,6122,'Haba John''s Pizza','uni_pizza','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',7,'0','','',0,0,''),(6123,6123,'Manga Magazines','uni_manga','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6124,6124,'Dorm Nightstand','uni_nstand','s',1,1,1.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6125,6125,'Plushy Pile','uni_plushpile','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(6126,6126,'Dorm Bookshelf','uni_bookshelf','s',2,1,2.80,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6127,6127,'Gamer Bed','uni_gamerbed','s',1,3,1.80,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(6128,6128,'Hipster Bookcase','uni_hipbookcase','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6129,6129,'Dorm Desk','uni_desk','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6130,6130,'Frank Kidston Bed','uni_girlbed','s',1,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(6131,6131,'Alarm Clock','uni_alarm','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6132,6132,'Professor''s Lectern LTD','uni_lectern','s',1,1,0.70,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6133,6133,'Cat Rug','uni_catrug','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(6134,6134,'Trashcan','uni_trashcan','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',12,'0','','',0,0,''),(6135,6135,'Onyx Bath','bathroom_bath3','s',1,2,1.00,1,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6136,6136,'Onyx Sink','bathroom_sinkmodule3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6137,6137,'Teal Bathroom Counter','bathroom_tablemodule4','s',1,1,1.40,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6138,6138,'Dark Grey Sink','bathroom_sinkmodule2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6139,6139,'Teal Toilet','bathroom_toilet4','s',1,1,1.50,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6140,6140,'Light Grey Bathroom Counter','bathroom_tablemodule1','s',1,1,1.40,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6141,6141,'Light Grey Toilet','bathroom_toilet1','s',1,1,1.50,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6142,6142,'Teal Sink','bathroom_sinkmodule4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6143,6143,'Dark Grey Bath','bathroom_bath2','s',1,2,1.00,1,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6144,6144,'Dark Grey Bathroom Tile','bathroom_floortile2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6145,6145,'Onyx Toilet','bathroom_toilet3','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6146,6146,'Teal Bathroom Tile','bathroom_floortile4','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6147,6147,'Teal Bath','bathroom_bath4','s',1,2,1.00,1,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6148,6148,'Light Grey Shower','bathroom_shower1','s',1,1,0.40,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6149,6149,'Onyx Bathroom Tile','bathroom_floortile3','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6150,6150,'Light Grey Bath','bathroom_bath1','s',1,2,1.00,1,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6151,6151,'Dark Grey Toilet','bathroom_toilet2','s',1,1,1.50,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6152,6152,'Toilet Roll Holder','bathroom_toiletroll','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6153,6153,'Anti-Dither Shampoo','bathroom_shampoo','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',9,'0','','',0,0,''),(6154,6154,'Light Grey Bathroom Tile','bathroom_floortile1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6155,6155,'Dark Grey Shower','bathroom_shower2','s',1,1,0.40,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6156,6156,'Pixel Poop','bathroom_poop','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6157,6157,'Teal Shower','bathroom_shower4','s',1,1,0.40,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6158,6158,'Chamber Pot','bathroom_chamberpot','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6159,6159,'Dark Grey Bathroom Counter','bathroom_tablemodule2','s',1,1,1.40,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6160,6160,'Onyx Shower','bathroom_shower3','s',1,1,0.40,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6161,6161,'Onyx Bathroom Counter','bathroom_tablemodule3','s',1,1,1.40,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6162,6162,'Light Grey Sink','bathroom_sinkmodule1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6163,6163,'DNA model','st_uni_dnamodel','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6164,6164,'Test Tube Rack','st_uni_testtubes','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6165,6165,'Lab Desk','st_uni_labtable','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6166,6166,'Icky Ooze Jar','st_uni_ooze','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6167,6167,'Einstein Bust','uni_einstein','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6168,6168,'Solar System','st_uni_solarsystem','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6169,6169,'Water Cooler','matic_water_dispenser','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(6170,6170,'Command Chair','matic_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6171,6171,'Brain in a Jar','matic_brainjar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6172,6172,'Duck Vendor','matic_slime_duck','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'1036','','',0,0,''),(6173,6173,'Storm Doors','matic_door','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(6174,6174,'Black Adobe Corner','hween14_crn','s',1,1,2.40,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6175,6175,'Skull Granite Floor','hween14_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(6176,6176,'Catrina Effigy','hween14_catrina','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6177,6177,'Deluxe Coffin Bed','hween14_hccoffin','s',1,3,1.00,1,0,1,0,1,1,0,0,1,'bed',6,'0','','',0,0,''),(6178,6178,'Skele','hween14_skelepieces','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(6179,6179,'Mariachi Skeleton','hween14_mariachi','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6180,6180,'Hand Carved Mexican Table','hween14_table','s',2,1,1.10,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6181,6181,'Floral Bench','hween14_bench','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6182,6182,'Tattooed Skeleton','hween14_doll5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6183,6183,'Skull Rug','hween14_carpet','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6184,6184,'Day of the Dead Votive','hween14_lovelock','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'love_lock',2,'0','','',0,0,''),(6185,6185,'Melting Candles','hween14_candletrail','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6186,6186,'Catrina Doll','hween14_doll2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6187,6187,'Punk Rock','hween14_doll8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6188,6188,'Lucha Libre','hween14_doll6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6189,6189,'Mariachi Doll','hween14_doll1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6190,6190,'Black Adobe Skull Gate','hween14_gate','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(6191,6191,'Lamancha Goat','hween14_goat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6192,6192,'Habbo Girl','hween14_doll7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6193,6193,'Habboween Grub','hween14_grossfood','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(6194,6194,'Skele-tele','hween14_hctele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(6195,6195,'Flower Garland','hween14_flowertrail','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6196,6196,'Skeleton Cat','hween14_doll10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6197,6197,'Hanging Skull Candle','hween14_hangskull','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6198,6198,'Table Candle','hween14_skullcandle','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6199,6199,'Graveyard Trap','hween14_rare2','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'trap',2,'0','','',0,0,''),(6200,6200,'Day of the Dead Altar Piece','hween14_altarpieces1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6201,6201,'Fiery Pits Teleport','hween14_teleport','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(6202,6202,'Grim Reaper','hween14_doll9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6203,6203,'Dressed to the nines Doll','hween14_doll3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6204,6204,'Habbo Boy','hween14_doll4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6205,6205,'Hand Carved Mexican Chair','hween14_chair','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6206,6206,'La Ofrenda','hween14_food','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(6207,6207,'Skull Bed','hween14_bed','s',1,3,1.60,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(6208,6208,'Day of the Dead Altar Piece','hween14_altarpieces2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6209,6209,'Skull Mirror','hween14_mirror','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6210,6210,'Ornate Skull Flowerpot','hween14_flowerpot','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6211,6211,'Day of the Dead Altar Piece','hween14_altarpieces3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6212,6212,'Black Adobe Divider','hween14_divdr','s',2,1,2.40,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6213,6213,'Cranial lamp','hween14_skulllight','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6214,6214,'Demon Goat','hween14_demon','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6215,6215,'Skull in the Box','st_hween14_jack','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(6216,6216,'Colorful Candy Skull','st_hween14_skulls','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(6217,6217,'hween14_carnivalbg name','hween14_carnivalbg','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6218,6218,'Fiesta Wooden Horse','st_hween14_horse','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(6219,6219,'Muerto Music Box','st_hween14_mbox','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(6220,6220,'Creepy Cranium Fireplace','st_hween14_fireplace','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(6221,6221,'Colorful Coffin','st_hween14_closet','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(6222,6222,'Crystal Skull','CF_350_skull','s',1,1,0.00,1,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(6223,6223,'Skull Fountain','hween14_rare1','s',3,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6224,6224,'Red Limo Front','limo_r_front','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6225,6225,'Red Limo Back','limo_r_back','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6226,6226,'Red Limo Mid 2','limo_r_mid2','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6227,6227,'Red Limo Mid','limo_r_mid','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6228,6228,'Day of the Dead Altar','hween14_ltdalter','s',3,2,0.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(6229,6229,'prizetrophy_mastercard name','prizetrophy_mastercard','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(6230,6230,'Beach Recliner','xmas14_recliner','s',1,3,1.20,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(6231,6231,'Festive Tiki Curved Fence','xmas14_corner2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6232,6232,'Beach Hut Stage','xmas14_stages1','s',2,1,0.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6233,6233,'Tiki Bar','xmas14_tikibar2','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'32','','',0,0,''),(6234,6234,'Beach Hut tent','xmas14_beachhut','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6235,6235,'Festive Tiki Fence','xmas14_divider','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6236,6236,'Festive Tiki Bar','xmas14_tikibar','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6237,6237,'Beach Hut Stage','xmas14_stages2','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(6238,6238,'Sunny the Sad Snowman','xmas14_snowman','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6239,6239,'Beach Hut teleport','xmas14_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(6240,6240,'Festive Tiki Fence Corner','xmas14_corner1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6241,6241,'Surfboard Table','xmas14_table','s',2,1,1.20,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6242,6242,'Sun Beams','xmas14_sunbeams','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6243,6243,'White Sand with Baubles','xmas14_sand','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(6244,6244,'Festive Tiki Fence Gate','xmas14_gate1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(6245,6245,'Surfboard Chair','xmas14_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6246,6246,'Tiki Fence Gate','xmas14_gate2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(6247,6247,'String Lights','xmas14_lights1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(6248,6248,'String Lights','xmas14_lights2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(6249,6249,'Starfish Wall Light','xmas14_starfish','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6250,6250,'Inflata-Tree','xmas14_inflatabletree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6251,6251,'Christmas Palm','xmas14_palm','s',1,1,5.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6252,6252,'Mermaid Carol Singer','xmas14_mermaid','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6253,6253,'Lobster Dinner','xmas14_lobsterdin','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6254,6254,'Festive Beach Hut tent','xmas14_festivehut','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6255,6255,'Octo-Claus','xmas14_octosanta','s',3,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6256,6256,'Shark Santa Throne','xmas14_sharkthrone','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6257,6257,'90''s Boombox Sandman','xmas14_boomboxman','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6258,6258,'Inflatable Rudolph Ring-deer','xmas14_rudolph_ring','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6259,6259,'xmas14_snowglobe','xmas14_snowglobe','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6260,6260,'Blue Man Tube Man','xmas14_tubeman','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6261,6261,'Block of ice Elf','xmas14_elf8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6262,6262,'Rasta Elf','xmas14_elf7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6263,6263,'Bikini Elf','xmas14_elf3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6264,6264,'Muscle Elf','xmas14_elf1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6265,6265,'Mrs Claus Elf','xmas14_elf5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6266,6266,'Holiday Elf','xmas14_elf10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6267,6267,'Normal Elf','xmas14_elf2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6268,6268,'Miami Habbo Elf','xmas14_elf9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6269,6269,'Scuba Elf','xmas14_elf4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6270,6270,'Rudolph Elf','xmas14_elf6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6271,6271,'HC Tea Table','hc_arab_tetbl','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6272,6272,'HC Amanjena Table','hc_arab_bigtb','s',3,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6273,6273,'Holiday Santa Fortune Teller','xmas14_santateller','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6274,6274,'Habbo Mini Memorial','memorial_size','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6275,6275,'Builder''s Club Birthday','bc_blocktrophy_1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6276,6276,'Lazy Beach Hammock','xmas14_hammock','s',1,3,1.40,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(6277,6277,'Is he going to get through?','xmas14_santastuck','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6278,6278,'clothing_party1','clothing_party1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6279,6279,'Tribal Print Skirt','clothing_geometricskirt','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6280,6280,'Three Piece Jacket','clothing_waistcoatsuit','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6281,6281,'Meow-suit','clothing_meowtfit','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6282,6282,'Roaring 20''s','clothing_gatsby','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6283,6283,'Hair Bow Clip','clothing_bow','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6284,6284,'Squid Hat','clothing_squid','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6285,6285,'Baldilocks','clothing_baldy','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6286,6286,'Wavy Shoulder Length hair','clothing_wavy2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6287,6287,'Semi Muttonchop','clothing_mutton1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6288,6288,'Straw Hat','clothing_straw2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6289,6289,'Fish Hat','clothing_fishhat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6290,6290,'Rolled Up Jeans','clothing_rolled_jeans','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6291,6291,'Bird Shoes','clothing_birdshoes','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6292,6292,'Mermaid Outfit','clothing_mermaidoutfit','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6293,6293,'Scoop Neck Top','clothing_droopycollar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6294,6294,'Rockstar Headband','clothing_headband','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6295,6295,'Floral Crown','clothing_flowercrown','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6296,6296,'H for Habbo Headphones','clothing_hheadphones','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6297,6297,'Full Muttonchop','clothing_mutton2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6298,6298,'Floral Maxi Skirt','clothing_floralskirt','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6299,6299,'Night Vision goggles','clothing_nightvision','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6300,6300,'Mocky Maus','clothing_mockymouse','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6301,6301,'Christmas Jumper','clothing_xmas1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6302,6302,'Undercut Hair','clothing_shavedside','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6303,6303,'Tribal Print Jumper','clothing_geometricjumper','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6304,6304,'King Beard','clothing_beard1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6305,6305,'Chunky Necklace','clothing_beads','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6306,6306,'Two-Tone Cardigan','clothing_twotonecardi','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6307,6307,'Animal Print Leggings','clothing_animalprint','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6308,6308,'clothing_party2','clothing_party2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6309,6309,'Upper Cuff Shirt','clothing_tshirt_rolled','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6310,6310,'Ripped Jeans','clothing_rippedjeans','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6311,6311,'Shoes w/ Socks','clothing_shoestights','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(6312,6312,'Funky chicken','pet_puppy_toy','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6313,6313,'Spinning Top','pet_ufo_toy','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6314,6314,'Red Yarn Ball','yarn','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6315,6315,'Patchwork Pillow','nest_pig','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6316,6316,'Luxury Bed','nest_bed','s',1,1,0.25,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(6317,6317,'Cardboard Cot','nest_box','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6318,6318,'Peacock Mask','fxbox_fx147','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'fx_box',2,'0','','',147,147,''),(6319,6319,'Ghost','fxbox_fx92','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'fx_box',2,'0','','',92,92,''),(6320,6320,'Nightmare Bride Costume','fxbox_fx123','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'fx_box',2,'0','','',123,123,''),(6321,6321,'Flower Mask','fxbox_fx153','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'fx_box',2,'0','','',153,153,''),(6322,6322,'Goat Mask','fxbox_fx152','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'fx_box',2,'0','','',152,152,''),(6323,6323,'Fly Head','fxbox_fx116','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'fx_box',2,'0','','',116,116,''),(6324,6324,'Pumpkin King Costume','fxbox_fx125','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'fx_box',2,'0','','',125,125,''),(6325,6325,'Feather Mask','fxbox_fx143','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'fx_box',2,'0','','',143,143,''),(6326,6326,'Werewolf Costume','fxbox_fx127','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'fx_box',2,'0','','',127,127,''),(6327,6327,'Scarecrow Costume','fxbox_fx126','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'fx_box',2,'0','','',126,126,''),(6328,6328,'Small Confetti Floor','ny2015_floor2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(6329,6329,'2015 Archway','ny2015_archway','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6330,6330,'New Years Balloons','ny2015_balloons','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6331,6331,'Chocolate Fountain','ny2015_chocfountain','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6332,6332,'Confetti Ball','ny2015_conball','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6333,6333,'Party Bar','ny2015_bar','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'35','','',0,0,''),(6334,6334,'Glass table','ny2015_table','s',2,1,0.75,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6335,6335,'Cupcake tray','ny2015_cctray','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'89','','',0,0,''),(6336,6336,'Large Confetti Floor','ny2015_floor1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6337,6337,'Drinks tray','ny2015_drktray','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'31','','',0,0,''),(6338,6338,'HC Sweets Tray','hc_arab_tray3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6339,6339,'HC Tea Tray','hc_arab_tray1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6340,6340,'HC Berber Kilim Rug','hc_arab_rug','s',3,5,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6341,6341,'HC Blossom Chair','hc_arab_chair','s',1,1,1.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6342,6342,'HC Carved Cedar Divider','hc_arab_divdr','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6343,6343,'HC Tea Maker','hc_arab_teamk','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'27','','',0,0,''),(6344,6344,'HC Ornamental Urn','hc_arab_snake','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6345,6345,'HC Blossom Pillow','hc_arab_pllw','s',1,1,0.80,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6346,6346,'pet_breeding_dog name','pet_breeding_dog','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(6347,6347,'pet_breeding_pig name','pet_breeding_pig','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6348,6348,'pet_breeding_cat name','pet_breeding_cat','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(6349,6349,'Oink-Santa','ads_vpiggy_santapig','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6350,6350,'Pyramid Block','bc_pyramidtip*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6351,6351,'Pyramid Block 10','bc_pyramidtip*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6352,6352,'Pyramid Block 11','bc_pyramidtip*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6353,6353,'Pyramid Block 12','bc_pyramidtip*12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6354,6354,'Pyramid Block 13','bc_pyramidtip*13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6355,6355,'Pyramid Block 14','bc_pyramidtip*14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6356,6356,'Pyramid Block 15','bc_pyramidtip*15','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6357,6357,'Pyramid Block 16','bc_pyramidtip*16','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6358,6358,'Pyramid Block 17','bc_pyramidtip*17','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6359,6359,'Pyramid Block 18','bc_pyramidtip*18','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6360,6360,'Pyramid Block 19','bc_pyramidtip*19','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6361,6361,'Pyramid Block 2','bc_pyramidtip*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6362,6362,'Pyramid Block 20','bc_pyramidtip*20','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6363,6363,'Pyramid Block 21','bc_pyramidtip*21','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6364,6364,'Pyramid Block 22','bc_pyramidtip*22','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6365,6365,'Pyramid Block 23','bc_pyramidtip*23','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6366,6366,'Pyramid Block 24','bc_pyramidtip*24','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6367,6367,'Pyramid Block 25','bc_pyramidtip*25','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6368,6368,'Pyramid Block 26','bc_pyramidtip*26','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6369,6369,'Pyramid Block 27','bc_pyramidtip*27','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6370,6370,'Pyramid Block 28','bc_pyramidtip*28','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6371,6371,'Pyramid Block 29','bc_pyramidtip*29','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6372,6372,'Pyramid Block 3','bc_pyramidtip*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6373,6373,'Pyramid Block 30','bc_pyramidtip*30','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6374,6374,'Pyramid Block 31','bc_pyramidtip*31','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6375,6375,'Pyramid Block 32','bc_pyramidtip*32','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6376,6376,'Pyramid Block 33','bc_pyramidtip*33','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6377,6377,'Pyramid Block 34','bc_pyramidtip*34','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6378,6378,'Pyramid Block 35','bc_pyramidtip*35','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6379,6379,'Pyramid Block 36','bc_pyramidtip*36','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6380,6380,'Pyramid Block 37','bc_pyramidtip*37','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6381,6381,'Pyramid Block 38','bc_pyramidtip*38','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6382,6382,'Pyramid Block 39','bc_pyramidtip*39','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6383,6383,'Pyramid Block 4','bc_pyramidtip*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6384,6384,'Pyramid Block 40','bc_pyramidtip*40','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6385,6385,'Pyramid Block 41','bc_pyramidtip*41','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6386,6386,'Pyramid Block 42','bc_pyramidtip*42','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6387,6387,'Pyramid Block 43','bc_pyramidtip*43','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6388,6388,'Pyramid Block 44','bc_pyramidtip*44','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6389,6389,'Pyramid Block 45','bc_pyramidtip*45','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6390,6390,'Pyramid Block 46','bc_pyramidtip*46','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6391,6391,'Pyramid Block 47','bc_pyramidtip*47','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6392,6392,'Pyramid Block 48','bc_pyramidtip*48','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6393,6393,'Pyramid Block 49','bc_pyramidtip*49','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6394,6394,'Pyramid Block 5','bc_pyramidtip*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6395,6395,'Pyramid Block 50','bc_pyramidtip*50','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6396,6396,'Pyramid Block 51','bc_pyramidtip*51','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6397,6397,'Pyramid Block 52','bc_pyramidtip*52','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6398,6398,'Pyramid Block 53','bc_pyramidtip*53','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6399,6399,'Pyramid Block 54','bc_pyramidtip*54','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6400,6400,'Pyramid Block 55','bc_pyramidtip*55','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6401,6401,'Pyramid Block 56','bc_pyramidtip*56','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6402,6402,'Pyramid Block 57','bc_pyramidtip*57','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6403,6403,'Pyramid Block 58','bc_pyramidtip*58','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6404,6404,'Pyramid Block 59','bc_pyramidtip*59','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6405,6405,'Pyramid Block 6','bc_pyramidtip*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6406,6406,'Pyramid Block 60','bc_pyramidtip*60','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6407,6407,'Pyramid Block 61','bc_pyramidtip*61','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6408,6408,'Pyramid Block 62','bc_pyramidtip*62','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6409,6409,'Pyramid Block 63','bc_pyramidtip*63','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6410,6410,'Pyramid Block 64','bc_pyramidtip*64','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6411,6411,'Pyramid Block 65','bc_pyramidtip*65','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6412,6412,'Pyramid Block 66','bc_pyramidtip*66','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6413,6413,'Pyramid Block 67','bc_pyramidtip*67','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6414,6414,'Pyramid Block 68','bc_pyramidtip*68','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6415,6415,'Pyramid Block 69','bc_pyramidtip*69','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6416,6416,'Pyramid Block 7','bc_pyramidtip*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6417,6417,'Pyramid Block 8','bc_pyramidtip*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6418,6418,'Pyramid Block 9','bc_pyramidtip*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6419,6419,'Cone Block','bc_cone*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6420,6420,'Cone Block 10','bc_cone*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6421,6421,'Cone Block 11','bc_cone*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6422,6422,'Cone Block 12','bc_cone*12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6423,6423,'Cone Block 13','bc_cone*13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6424,6424,'Cone Block 14','bc_cone*14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6425,6425,'Cone Block 15','bc_cone*15','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6426,6426,'Cone Block 16','bc_cone*16','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6427,6427,'Cone Block 17','bc_cone*17','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6428,6428,'Cone Block 18','bc_cone*18','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6429,6429,'Cone Block 19','bc_cone*19','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6430,6430,'Cone Block 2','bc_cone*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6431,6431,'Cone Block 20','bc_cone*20','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6432,6432,'Cone Block 21','bc_cone*21','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6433,6433,'Cone Block 22','bc_cone*22','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6434,6434,'Cone Block 23','bc_cone*23','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6435,6435,'Cone Block 24','bc_cone*24','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6436,6436,'Cone Block 25','bc_cone*25','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6437,6437,'Cone Block 26','bc_cone*26','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6438,6438,'Cone Block 27','bc_cone*27','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6439,6439,'Cone Block 28','bc_cone*28','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6440,6440,'Cone Block 29','bc_cone*29','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6441,6441,'Cone Block 3','bc_cone*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6442,6442,'Cone Block 30','bc_cone*30','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6443,6443,'Cone Block 31','bc_cone*31','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6444,6444,'Cone Block 32','bc_cone*32','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6445,6445,'Cone Block 33','bc_cone*33','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6446,6446,'Cone Block 34','bc_cone*34','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6447,6447,'Cone Block 35','bc_cone*35','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6448,6448,'Cone Block 36','bc_cone*36','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6449,6449,'Cone Block 37','bc_cone*37','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6450,6450,'Cone Block 38','bc_cone*38','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6451,6451,'Cone Block 39','bc_cone*39','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6452,6452,'Cone Block 4','bc_cone*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6453,6453,'Cone Block 40','bc_cone*40','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6454,6454,'Cone Block 41','bc_cone*41','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6455,6455,'Cone Block 42','bc_cone*42','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6456,6456,'Cone Block 43','bc_cone*43','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6457,6457,'Cone Block 44','bc_cone*44','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6458,6458,'Cone Block 45','bc_cone*45','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6459,6459,'Cone Block 46','bc_cone*46','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6460,6460,'Cone Block 47','bc_cone*47','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6461,6461,'Cone Block 48','bc_cone*48','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6462,6462,'Cone Block 49','bc_cone*49','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6463,6463,'Cone Block 5','bc_cone*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6464,6464,'Cone Block 50','bc_cone*50','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6465,6465,'Cone Block 51','bc_cone*51','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6466,6466,'Cone Block 52','bc_cone*52','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6467,6467,'Cone Block 53','bc_cone*53','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6468,6468,'Cone Block 54','bc_cone*54','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6469,6469,'Cone Block 55','bc_cone*55','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6470,6470,'Cone Block 56','bc_cone*56','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6471,6471,'Cone Block 57','bc_cone*57','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6472,6472,'Cone Block 58','bc_cone*58','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6473,6473,'Cone Block 59','bc_cone*59','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6474,6474,'Cone Block 6','bc_cone*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6475,6475,'Cone Block 60','bc_cone*60','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6476,6476,'Cone Block 61','bc_cone*61','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6477,6477,'Cone Block 62','bc_cone*62','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6478,6478,'Cone Block 63','bc_cone*63','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6479,6479,'Cone Block 64','bc_cone*64','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6480,6480,'Cone Block 65','bc_cone*65','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6481,6481,'Cone Block 66','bc_cone*66','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6482,6482,'Cone Block 67','bc_cone*67','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6483,6483,'Cone Block 68','bc_cone*68','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6484,6484,'Cone Block 69','bc_cone*69','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6485,6485,'Cone Block 7','bc_cone*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6486,6486,'Cone Block 8','bc_cone*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6487,6487,'Cone Block 9','bc_cone*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6488,6488,'Standing Half Cylinder','bc_standinghalfcylinder*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6489,6489,'Standing Half Cylinder 10','bc_standinghalfcylinder*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6490,6490,'Standing Half Cylinder 11','bc_standinghalfcylinder*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6491,6491,'Standing Half Cylinder 12','bc_standinghalfcylinder*12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6492,6492,'Standing Half Cylinder 13','bc_standinghalfcylinder*13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6493,6493,'Standing Half Cylinder 14','bc_standinghalfcylinder*14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6494,6494,'Standing Half Cylinder 15','bc_standinghalfcylinder*15','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6495,6495,'Standing Half Cylinder 16','bc_standinghalfcylinder*16','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6496,6496,'Standing Half Cylinder 17','bc_standinghalfcylinder*17','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6497,6497,'Standing Half Cylinder 18','bc_standinghalfcylinder*18','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6498,6498,'Standing Half Cylinder 19','bc_standinghalfcylinder*19','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6499,6499,'Standing Half Cylinder 2','bc_standinghalfcylinder*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6500,6500,'Standing Half Cylinder 20','bc_standinghalfcylinder*20','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6501,6501,'Standing Half Cylinder 21','bc_standinghalfcylinder*21','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6502,6502,'Standing Half Cylinder 22','bc_standinghalfcylinder*22','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6503,6503,'Standing Half Cylinder 23','bc_standinghalfcylinder*23','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6504,6504,'Standing Half Cylinder 24','bc_standinghalfcylinder*24','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6505,6505,'Standing Half Cylinder 25','bc_standinghalfcylinder*25','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6506,6506,'Standing Half Cylinder 26','bc_standinghalfcylinder*26','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6507,6507,'Standing Half Cylinder 27','bc_standinghalfcylinder*27','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6508,6508,'Standing Half Cylinder 28','bc_standinghalfcylinder*28','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6509,6509,'Standing Half Cylinder 29','bc_standinghalfcylinder*29','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6510,6510,'Standing Half Cylinder 3','bc_standinghalfcylinder*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6511,6511,'Standing Half Cylinder 30','bc_standinghalfcylinder*30','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6512,6512,'Standing Half Cylinder 31','bc_standinghalfcylinder*31','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6513,6513,'Standing Half Cylinder 32','bc_standinghalfcylinder*32','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6514,6514,'Standing Half Cylinder 33','bc_standinghalfcylinder*33','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6515,6515,'Standing Half Cylinder 34','bc_standinghalfcylinder*34','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6516,6516,'Standing Half Cylinder 35','bc_standinghalfcylinder*35','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6517,6517,'Standing Half Cylinder 36','bc_standinghalfcylinder*36','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6518,6518,'Standing Half Cylinder 37','bc_standinghalfcylinder*37','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6519,6519,'Standing Half Cylinder 38','bc_standinghalfcylinder*38','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6520,6520,'Standing Half Cylinder 39','bc_standinghalfcylinder*39','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6521,6521,'Standing Half Cylinder 4','bc_standinghalfcylinder*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6522,6522,'Standing Half Cylinder 40','bc_standinghalfcylinder*40','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6523,6523,'Standing Half Cylinder 41','bc_standinghalfcylinder*41','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6524,6524,'Standing Half Cylinder 42','bc_standinghalfcylinder*42','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6525,6525,'Standing Half Cylinder 43','bc_standinghalfcylinder*43','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6526,6526,'Standing Half Cylinder 44','bc_standinghalfcylinder*44','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6527,6527,'Standing Half Cylinder 45','bc_standinghalfcylinder*45','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6528,6528,'Standing Half Cylinder 46','bc_standinghalfcylinder*46','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6529,6529,'Standing Half Cylinder 47','bc_standinghalfcylinder*47','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6530,6530,'Standing Half Cylinder 48','bc_standinghalfcylinder*48','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6531,6531,'Standing Half Cylinder 49','bc_standinghalfcylinder*49','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6532,6532,'Standing Half Cylinder 5','bc_standinghalfcylinder*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6533,6533,'Standing Half Cylinder 50','bc_standinghalfcylinder*50','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6534,6534,'Standing Half Cylinder 51','bc_standinghalfcylinder*51','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6535,6535,'Standing Half Cylinder 52','bc_standinghalfcylinder*52','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6536,6536,'Standing Half Cylinder 53','bc_standinghalfcylinder*53','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6537,6537,'Standing Half Cylinder 54','bc_standinghalfcylinder*54','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6538,6538,'Standing Half Cylinder 55','bc_standinghalfcylinder*55','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6539,6539,'Standing Half Cylinder 56','bc_standinghalfcylinder*56','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6540,6540,'Standing Half Cylinder 57','bc_standinghalfcylinder*57','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6541,6541,'Standing Half Cylinder 58','bc_standinghalfcylinder*58','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6542,6542,'Standing Half Cylinder 59','bc_standinghalfcylinder*59','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6543,6543,'Standing Half Cylinder 6','bc_standinghalfcylinder*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6544,6544,'Standing Half Cylinder 60','bc_standinghalfcylinder*60','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6545,6545,'Standing Half Cylinder 61','bc_standinghalfcylinder*61','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6546,6546,'Standing Half Cylinder 62','bc_standinghalfcylinder*62','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6547,6547,'Standing Half Cylinder 63','bc_standinghalfcylinder*63','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6548,6548,'Standing Half Cylinder 64','bc_standinghalfcylinder*64','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6549,6549,'Standing Half Cylinder 65','bc_standinghalfcylinder*65','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6550,6550,'Standing Half Cylinder 66','bc_standinghalfcylinder*66','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6551,6551,'Standing Half Cylinder 67','bc_standinghalfcylinder*67','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6552,6552,'Standing Half Cylinder 68','bc_standinghalfcylinder*68','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6553,6553,'Standing Half Cylinder 69','bc_standinghalfcylinder*69','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6554,6554,'Standing Half Cylinder 7','bc_standinghalfcylinder*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6555,6555,'Standing Half Cylinder 8','bc_standinghalfcylinder*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6556,6556,'Standing Half Cylinder 9','bc_standinghalfcylinder*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6557,6557,'Hemisphere Block','bc_hemisphere*1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6558,6558,'Hemisphere Block 10','bc_hemisphere*10','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6559,6559,'Hemisphere Block 11','bc_hemisphere*11','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6560,6560,'Hemisphere Block 12','bc_hemisphere*12','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6561,6561,'Hemisphere Block 13','bc_hemisphere*13','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6562,6562,'Hemisphere Block 14','bc_hemisphere*14','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6563,6563,'Hemisphere Block 15','bc_hemisphere*15','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6564,6564,'Hemisphere Block 16','bc_hemisphere*16','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6565,6565,'Hemisphere Block 17','bc_hemisphere*17','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6566,6566,'Hemisphere Block 18','bc_hemisphere*18','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6567,6567,'Hemisphere Block 19','bc_hemisphere*19','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6568,6568,'Hemisphere Block 2','bc_hemisphere*2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6569,6569,'Hemisphere Block 20','bc_hemisphere*20','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6570,6570,'Hemisphere Block 21','bc_hemisphere*21','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6571,6571,'Hemisphere Block 22','bc_hemisphere*22','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6572,6572,'Hemisphere Block 23','bc_hemisphere*23','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6573,6573,'Hemisphere Block 24','bc_hemisphere*24','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6574,6574,'Hemisphere Block 25','bc_hemisphere*25','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6575,6575,'Hemisphere Block 26','bc_hemisphere*26','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6576,6576,'Hemisphere Block 27','bc_hemisphere*27','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6577,6577,'Hemisphere Block 28','bc_hemisphere*28','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6578,6578,'Hemisphere Block 29','bc_hemisphere*29','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6579,6579,'Hemisphere Block 3','bc_hemisphere*3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6580,6580,'Hemisphere Block 30','bc_hemisphere*30','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6581,6581,'Hemisphere Block 31','bc_hemisphere*31','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6582,6582,'Hemisphere Block 32','bc_hemisphere*32','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6583,6583,'Hemisphere Block 33','bc_hemisphere*33','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6584,6584,'Hemisphere Block 34','bc_hemisphere*34','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6585,6585,'Hemisphere Block 35','bc_hemisphere*35','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6586,6586,'Hemisphere Block 36','bc_hemisphere*36','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6587,6587,'Hemisphere Block 37','bc_hemisphere*37','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6588,6588,'Hemisphere Block 38','bc_hemisphere*38','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6589,6589,'Hemisphere Block 39','bc_hemisphere*39','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6590,6590,'Hemisphere Block 4','bc_hemisphere*4','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6591,6591,'Hemisphere Block 40','bc_hemisphere*40','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6592,6592,'Hemisphere Block 41','bc_hemisphere*41','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6593,6593,'Hemisphere Block 42','bc_hemisphere*42','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6594,6594,'Hemisphere Block 43','bc_hemisphere*43','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6595,6595,'Hemisphere Block 44','bc_hemisphere*44','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6596,6596,'Hemisphere Block 45','bc_hemisphere*45','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6597,6597,'Hemisphere Block 46','bc_hemisphere*46','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6598,6598,'Hemisphere Block 47','bc_hemisphere*47','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6599,6599,'Hemisphere Block 48','bc_hemisphere*48','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6600,6600,'Hemisphere Block 49','bc_hemisphere*49','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6601,6601,'Hemisphere Block 5','bc_hemisphere*5','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6602,6602,'Hemisphere Block 50','bc_hemisphere*50','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6603,6603,'Hemisphere Block 51','bc_hemisphere*51','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6604,6604,'Hemisphere Block 52','bc_hemisphere*52','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6605,6605,'Hemisphere Block 53','bc_hemisphere*53','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6606,6606,'Hemisphere Block 54','bc_hemisphere*54','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6607,6607,'Hemisphere Block 55','bc_hemisphere*55','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6608,6608,'Hemisphere Block 56','bc_hemisphere*56','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6609,6609,'Hemisphere Block 57','bc_hemisphere*57','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6610,6610,'Hemisphere Block 58','bc_hemisphere*58','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6611,6611,'Hemisphere Block 59','bc_hemisphere*59','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6612,6612,'Hemisphere Block 6','bc_hemisphere*6','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6613,6613,'Hemisphere Block 60','bc_hemisphere*60','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6614,6614,'Hemisphere Block 61','bc_hemisphere*61','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6615,6615,'Hemisphere Block 62','bc_hemisphere*62','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6616,6616,'Hemisphere Block 63','bc_hemisphere*63','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6617,6617,'Hemisphere Block 64','bc_hemisphere*64','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6618,6618,'Hemisphere Block 65','bc_hemisphere*65','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6619,6619,'Hemisphere Block 66','bc_hemisphere*66','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6620,6620,'Hemisphere Block 67','bc_hemisphere*67','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6621,6621,'Hemisphere Block 68','bc_hemisphere*68','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6622,6622,'Hemisphere Block 69','bc_hemisphere*69','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6623,6623,'Hemisphere Block 7','bc_hemisphere*7','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6624,6624,'Hemisphere Block 8','bc_hemisphere*8','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6625,6625,'Hemisphere Block 9','bc_hemisphere*9','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.9;0.6;0.5;0.35','',0,0,''),(6626,6626,'Half Cylinder','bc_halfcylinder*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6627,6627,'Half Cylinder 10','bc_halfcylinder*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6628,6628,'Half Cylinder 11','bc_halfcylinder*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6629,6629,'Half Cylinder 12','bc_halfcylinder*12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6630,6630,'Half Cylinder 13','bc_halfcylinder*13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6631,6631,'Half Cylinder 14','bc_halfcylinder*14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6632,6632,'Half Cylinder 15','bc_halfcylinder*15','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6633,6633,'Half Cylinder 16','bc_halfcylinder*16','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6634,6634,'Half Cylinder 17','bc_halfcylinder*17','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6635,6635,'Half Cylinder 18','bc_halfcylinder*18','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6636,6636,'Half Cylinder 19','bc_halfcylinder*19','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6637,6637,'Half Cylinder 2','bc_halfcylinder*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6638,6638,'Half Cylinder 20','bc_halfcylinder*20','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6639,6639,'Half Cylinder 21','bc_halfcylinder*21','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6640,6640,'Half Cylinder 22','bc_halfcylinder*22','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6641,6641,'Half Cylinder 23','bc_halfcylinder*23','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6642,6642,'Half Cylinder 24','bc_halfcylinder*24','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6643,6643,'Half Cylinder 25','bc_halfcylinder*25','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6644,6644,'Half Cylinder 26','bc_halfcylinder*26','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6645,6645,'Half Cylinder 27','bc_halfcylinder*27','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6646,6646,'Half Cylinder 28','bc_halfcylinder*28','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6647,6647,'Half Cylinder 29','bc_halfcylinder*29','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6648,6648,'Half Cylinder 3','bc_halfcylinder*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6649,6649,'Half Cylinder 30','bc_halfcylinder*30','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6650,6650,'Half Cylinder 31','bc_halfcylinder*31','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6651,6651,'Half Cylinder 32','bc_halfcylinder*32','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6652,6652,'Half Cylinder 33','bc_halfcylinder*33','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6653,6653,'Half Cylinder 34','bc_halfcylinder*34','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6654,6654,'Half Cylinder 35','bc_halfcylinder*35','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6655,6655,'Half Cylinder 36','bc_halfcylinder*36','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6656,6656,'Half Cylinder 37','bc_halfcylinder*37','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6657,6657,'Half Cylinder 38','bc_halfcylinder*38','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6658,6658,'Half Cylinder 39','bc_halfcylinder*39','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6659,6659,'Half Cylinder 4','bc_halfcylinder*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6660,6660,'Half Cylinder 40','bc_halfcylinder*40','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6661,6661,'Half Cylinder 41','bc_halfcylinder*41','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6662,6662,'Half Cylinder 42','bc_halfcylinder*42','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6663,6663,'Half Cylinder 43','bc_halfcylinder*43','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6664,6664,'Half Cylinder 44','bc_halfcylinder*44','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6665,6665,'Half Cylinder 45','bc_halfcylinder*45','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6666,6666,'Half Cylinder 46','bc_halfcylinder*46','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6667,6667,'Half Cylinder 47','bc_halfcylinder*47','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6668,6668,'Half Cylinder 48','bc_halfcylinder*48','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6669,6669,'Half Cylinder 49','bc_halfcylinder*49','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6670,6670,'Half Cylinder 5','bc_halfcylinder*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6671,6671,'Half Cylinder 50','bc_halfcylinder*50','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6672,6672,'Half Cylinder 51','bc_halfcylinder*51','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6673,6673,'Half Cylinder 52','bc_halfcylinder*52','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6674,6674,'Half Cylinder 53','bc_halfcylinder*53','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6675,6675,'Half Cylinder 54','bc_halfcylinder*54','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6676,6676,'Half Cylinder 55','bc_halfcylinder*55','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6677,6677,'Half Cylinder 56','bc_halfcylinder*56','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6678,6678,'Half Cylinder 57','bc_halfcylinder*57','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6679,6679,'Half Cylinder 58','bc_halfcylinder*58','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6680,6680,'Half Cylinder 59','bc_halfcylinder*59','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6681,6681,'Half Cylinder 6','bc_halfcylinder*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6682,6682,'Half Cylinder 60','bc_halfcylinder*60','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6683,6683,'Half Cylinder 61','bc_halfcylinder*61','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6684,6684,'Half Cylinder 62','bc_halfcylinder*62','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6685,6685,'Half Cylinder 63','bc_halfcylinder*63','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6686,6686,'Half Cylinder 64','bc_halfcylinder*64','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6687,6687,'Half Cylinder 65','bc_halfcylinder*65','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6688,6688,'Half Cylinder 66','bc_halfcylinder*66','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6689,6689,'Half Cylinder 67','bc_halfcylinder*67','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6690,6690,'Half Cylinder 68','bc_halfcylinder*68','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6691,6691,'Half Cylinder 69','bc_halfcylinder*69','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6692,6692,'Half Cylinder 7','bc_halfcylinder*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6693,6693,'Half Cylinder 8','bc_halfcylinder*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6694,6694,'Half Cylinder 9','bc_halfcylinder*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6695,6695,'Quarter Ring Block','bc_quarterring*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6696,6696,'Quarter Ring Block 10','bc_quarterring*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6697,6697,'Quarter Ring Block 11','bc_quarterring*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6698,6698,'Quarter Ring Block 12','bc_quarterring*12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6699,6699,'Quarter Ring Block 13','bc_quarterring*13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6700,6700,'Quarter Ring Block 14','bc_quarterring*14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6701,6701,'Quarter Ring Block 15','bc_quarterring*15','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6702,6702,'Quarter Ring Block 16','bc_quarterring*16','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6703,6703,'Quarter Ring Block 17','bc_quarterring*17','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6704,6704,'Quarter Ring Block 18','bc_quarterring*18','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6705,6705,'Quarter Ring Block 19','bc_quarterring*19','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6706,6706,'Quarter Ring Block 2','bc_quarterring*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6707,6707,'Quarter Ring Block 20','bc_quarterring*20','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6708,6708,'Quarter Ring Block 21','bc_quarterring*21','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6709,6709,'Quarter Ring Block 22','bc_quarterring*22','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6710,6710,'Quarter Ring Block 23','bc_quarterring*23','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6711,6711,'Quarter Ring Block 24','bc_quarterring*24','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6712,6712,'Quarter Ring Block 25','bc_quarterring*25','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6713,6713,'Quarter Ring Block 26','bc_quarterring*26','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6714,6714,'Quarter Ring Block 27','bc_quarterring*27','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6715,6715,'Quarter Ring Block 28','bc_quarterring*28','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6716,6716,'Quarter Ring Block 29','bc_quarterring*29','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6717,6717,'Quarter Ring Block 3','bc_quarterring*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6718,6718,'Quarter Ring Block 30','bc_quarterring*30','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6719,6719,'Quarter Ring Block 31','bc_quarterring*31','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6720,6720,'Quarter Ring Block 32','bc_quarterring*32','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6721,6721,'Quarter Ring Block 33','bc_quarterring*33','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6722,6722,'Quarter Ring Block 34','bc_quarterring*34','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6723,6723,'Quarter Ring Block 35','bc_quarterring*35','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6724,6724,'Quarter Ring Block 36','bc_quarterring*36','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6725,6725,'Quarter Ring Block 37','bc_quarterring*37','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6726,6726,'Quarter Ring Block 38','bc_quarterring*38','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6727,6727,'Quarter Ring Block 39','bc_quarterring*39','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6728,6728,'Quarter Ring Block 4','bc_quarterring*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6729,6729,'Quarter Ring Block 40','bc_quarterring*40','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6730,6730,'Quarter Ring Block 41','bc_quarterring*41','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6731,6731,'Quarter Ring Block 42','bc_quarterring*42','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6732,6732,'Quarter Ring Block 43','bc_quarterring*43','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6733,6733,'Quarter Ring Block 44','bc_quarterring*44','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6734,6734,'Quarter Ring Block 45','bc_quarterring*45','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6735,6735,'Quarter Ring Block 46','bc_quarterring*46','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6736,6736,'Quarter Ring Block 47','bc_quarterring*47','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6737,6737,'Quarter Ring Block 48','bc_quarterring*48','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6738,6738,'Quarter Ring Block 49','bc_quarterring*49','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6739,6739,'Quarter Ring Block 5','bc_quarterring*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6740,6740,'Quarter Ring Block 50','bc_quarterring*50','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6741,6741,'Quarter Ring Block 51','bc_quarterring*51','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6742,6742,'Quarter Ring Block 52','bc_quarterring*52','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6743,6743,'Quarter Ring Block 53','bc_quarterring*53','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6744,6744,'Quarter Ring Block 54','bc_quarterring*54','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6745,6745,'Quarter Ring Block 55','bc_quarterring*55','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6746,6746,'Quarter Ring Block 56','bc_quarterring*56','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6747,6747,'Quarter Ring Block 57','bc_quarterring*57','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6748,6748,'Quarter Ring Block 58','bc_quarterring*58','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6749,6749,'Quarter Ring Block 59','bc_quarterring*59','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6750,6750,'Quarter Ring Block 6','bc_quarterring*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6751,6751,'Quarter Ring Block 60','bc_quarterring*60','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6752,6752,'Quarter Ring Block 61','bc_quarterring*61','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6753,6753,'Quarter Ring Block 62','bc_quarterring*62','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6754,6754,'Quarter Ring Block 63','bc_quarterring*63','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6755,6755,'Quarter Ring Block 64','bc_quarterring*64','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6756,6756,'Quarter Ring Block 65','bc_quarterring*65','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6757,6757,'Quarter Ring Block 66','bc_quarterring*66','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6758,6758,'Quarter Ring Block 67','bc_quarterring*67','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6759,6759,'Quarter Ring Block 68','bc_quarterring*68','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6760,6760,'Quarter Ring Block 69','bc_quarterring*69','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6761,6761,'Quarter Ring Block 7','bc_quarterring*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6762,6762,'Quarter Ring Block 8','bc_quarterring*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6763,6763,'Quarter Ring Block 9','bc_quarterring*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(6764,6764,'Glass Panel','bc_glasspanel*1','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6765,6765,'Glass Panel 10','bc_glasspanel*10','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6766,6766,'Glass Panel 11','bc_glasspanel*11','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6767,6767,'Glass Panel 12','bc_glasspanel*12','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6768,6768,'Glass Panel 13','bc_glasspanel*13','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6769,6769,'Glass Panel 14','bc_glasspanel*14','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6770,6770,'Glass Panel 15','bc_glasspanel*15','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6771,6771,'Glass Panel 16','bc_glasspanel*16','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6772,6772,'Glass Panel 17','bc_glasspanel*17','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6773,6773,'Glass Panel 18','bc_glasspanel*18','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6774,6774,'Glass Panel 19','bc_glasspanel*19','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6775,6775,'Glass Panel 2','bc_glasspanel*2','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6776,6776,'Glass Panel 20','bc_glasspanel*20','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6777,6777,'Glass Panel 21','bc_glasspanel*21','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6778,6778,'Glass Panel 22','bc_glasspanel*22','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6779,6779,'Glass Panel 23','bc_glasspanel*23','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6780,6780,'Glass Panel 24','bc_glasspanel*24','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6781,6781,'Glass Panel 25','bc_glasspanel*25','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6782,6782,'Glass Panel 26','bc_glasspanel*26','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6783,6783,'Glass Panel 27','bc_glasspanel*27','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6784,6784,'Glass Panel 28','bc_glasspanel*28','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6785,6785,'Glass Panel 29','bc_glasspanel*29','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6786,6786,'Glass Panel 3','bc_glasspanel*3','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6787,6787,'Glass Panel 30','bc_glasspanel*30','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6788,6788,'Glass Panel 31','bc_glasspanel*31','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6789,6789,'Glass Panel 32','bc_glasspanel*32','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6790,6790,'Glass Panel 33','bc_glasspanel*33','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6791,6791,'Glass Panel 34','bc_glasspanel*34','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6792,6792,'Glass Panel 35','bc_glasspanel*35','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6793,6793,'Glass Panel 36','bc_glasspanel*36','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6794,6794,'Glass Panel 37','bc_glasspanel*37','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6795,6795,'Glass Panel 38','bc_glasspanel*38','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6796,6796,'Glass Panel 39','bc_glasspanel*39','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6797,6797,'Glass Panel 4','bc_glasspanel*4','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6798,6798,'Glass Panel 40','bc_glasspanel*40','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6799,6799,'Glass Panel 41','bc_glasspanel*41','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6800,6800,'Glass Panel 42','bc_glasspanel*42','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6801,6801,'Glass Panel 43','bc_glasspanel*43','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6802,6802,'Glass Panel 44','bc_glasspanel*44','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6803,6803,'Glass Panel 45','bc_glasspanel*45','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6804,6804,'Glass Panel 46','bc_glasspanel*46','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6805,6805,'Glass Panel 47','bc_glasspanel*47','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6806,6806,'Glass Panel 48','bc_glasspanel*48','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6807,6807,'Glass Panel 49','bc_glasspanel*49','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6808,6808,'Glass Panel 5','bc_glasspanel*5','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6809,6809,'Glass Panel 50','bc_glasspanel*50','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6810,6810,'Glass Panel 51','bc_glasspanel*51','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6811,6811,'Glass Panel 52','bc_glasspanel*52','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6812,6812,'Glass Panel 53','bc_glasspanel*53','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6813,6813,'Glass Panel 54','bc_glasspanel*54','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6814,6814,'Glass Panel 55','bc_glasspanel*55','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6815,6815,'Glass Panel 56','bc_glasspanel*56','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6816,6816,'Glass Panel 57','bc_glasspanel*57','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6817,6817,'Glass Panel 58','bc_glasspanel*58','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6818,6818,'Glass Panel 59','bc_glasspanel*59','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6819,6819,'Glass Panel 6','bc_glasspanel*6','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6820,6820,'Glass Panel 60','bc_glasspanel*60','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6821,6821,'Glass Panel 61','bc_glasspanel*61','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6822,6822,'Glass Panel 62','bc_glasspanel*62','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6823,6823,'Glass Panel 63','bc_glasspanel*63','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6824,6824,'Glass Panel 64','bc_glasspanel*64','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6825,6825,'Glass Panel 65','bc_glasspanel*65','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6826,6826,'Glass Panel 66','bc_glasspanel*66','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6827,6827,'Glass Panel 67','bc_glasspanel*67','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6828,6828,'Glass Panel 68','bc_glasspanel*68','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6829,6829,'Glass Panel 69','bc_glasspanel*69','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6830,6830,'Glass Panel 7','bc_glasspanel*7','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6831,6831,'Glass Panel 8','bc_glasspanel*8','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6832,6832,'Glass Panel 9','bc_glasspanel*9','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(6833,6833,'Wedge Block','bc_wedge*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6834,6834,'Wedge Block 10','bc_wedge*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6835,6835,'Wedge Block 11','bc_wedge*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6836,6836,'Wedge Block 12','bc_wedge*12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6837,6837,'Wedge Block 13','bc_wedge*13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6838,6838,'Wedge Block 14','bc_wedge*14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6839,6839,'Wedge Block 15','bc_wedge*15','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6840,6840,'Wedge Block 16','bc_wedge*16','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6841,6841,'Wedge Block 17','bc_wedge*17','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6842,6842,'Wedge Block 18','bc_wedge*18','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6843,6843,'Wedge Block 19','bc_wedge*19','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6844,6844,'Wedge Block 2','bc_wedge*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6845,6845,'Wedge Block 20','bc_wedge*20','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6846,6846,'Wedge Block 21','bc_wedge*21','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6847,6847,'Wedge Block 22','bc_wedge*22','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6848,6848,'Wedge Block 23','bc_wedge*23','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6849,6849,'Wedge Block 24','bc_wedge*24','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6850,6850,'Wedge Block 25','bc_wedge*25','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6851,6851,'Wedge Block 26','bc_wedge*26','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6852,6852,'Wedge Block 27','bc_wedge*27','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6853,6853,'Wedge Block 28','bc_wedge*28','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6854,6854,'Wedge Block 29','bc_wedge*29','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6855,6855,'Wedge Block 3','bc_wedge*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6856,6856,'Wedge Block 30','bc_wedge*30','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6857,6857,'Wedge Block 31','bc_wedge*31','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6858,6858,'Wedge Block 32','bc_wedge*32','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6859,6859,'Wedge Block 33','bc_wedge*33','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6860,6860,'Wedge Block 34','bc_wedge*34','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6861,6861,'Wedge Block 35','bc_wedge*35','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6862,6862,'Wedge Block 36','bc_wedge*36','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6863,6863,'Wedge Block 37','bc_wedge*37','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6864,6864,'Wedge Block 38','bc_wedge*38','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6865,6865,'Wedge Block 39','bc_wedge*39','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6866,6866,'Wedge Block 4','bc_wedge*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6867,6867,'Wedge Block 40','bc_wedge*40','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6868,6868,'Wedge Block 41','bc_wedge*41','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6869,6869,'Wedge Block 42','bc_wedge*42','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6870,6870,'Wedge Block 43','bc_wedge*43','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6871,6871,'Wedge Block 44','bc_wedge*44','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6872,6872,'Wedge Block 45','bc_wedge*45','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6873,6873,'Wedge Block 46','bc_wedge*46','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6874,6874,'Wedge Block 47','bc_wedge*47','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6875,6875,'Wedge Block 48','bc_wedge*48','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6876,6876,'Wedge Block 49','bc_wedge*49','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6877,6877,'Wedge Block 5','bc_wedge*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6878,6878,'Wedge Block 50','bc_wedge*50','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6879,6879,'Wedge Block 51','bc_wedge*51','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6880,6880,'Wedge Block 52','bc_wedge*52','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6881,6881,'Wedge Block 53','bc_wedge*53','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6882,6882,'Wedge Block 54','bc_wedge*54','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6883,6883,'Wedge Block 55','bc_wedge*55','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6884,6884,'Wedge Block 56','bc_wedge*56','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6885,6885,'Wedge Block 57','bc_wedge*57','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6886,6886,'Wedge Block 58','bc_wedge*58','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6887,6887,'Wedge Block 59','bc_wedge*59','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6888,6888,'Wedge Block 6','bc_wedge*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6889,6889,'Wedge Block 60','bc_wedge*60','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6890,6890,'Wedge Block 61','bc_wedge*61','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6891,6891,'Wedge Block 62','bc_wedge*62','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6892,6892,'Wedge Block 63','bc_wedge*63','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6893,6893,'Wedge Block 64','bc_wedge*64','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6894,6894,'Wedge Block 65','bc_wedge*65','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6895,6895,'Wedge Block 66','bc_wedge*66','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6896,6896,'Wedge Block 67','bc_wedge*67','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6897,6897,'Wedge Block 68','bc_wedge*68','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6898,6898,'Wedge Block 69','bc_wedge*69','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6899,6899,'Wedge Block 7','bc_wedge*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6900,6900,'Wedge Block 8','bc_wedge*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6901,6901,'Wedge Block 9','bc_wedge*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(6902,6902,'Small Block 15','bc_block_0*15','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6903,6903,'Small Block 16','bc_block_0*16','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6904,6904,'Small Block 17','bc_block_0*17','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6905,6905,'Small Block 18','bc_block_0*18','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6906,6906,'Small Block 19','bc_block_0*19','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6907,6907,'Small Block 20','bc_block_0*20','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6908,6908,'Small Block 21','bc_block_0*21','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6909,6909,'Small Block 22','bc_block_0*22','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6910,6910,'Small Block 23','bc_block_0*23','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6911,6911,'Small Block 24','bc_block_0*24','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6912,6912,'Small Block 25','bc_block_0*25','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6913,6913,'Small Block 26','bc_block_0*26','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6914,6914,'Small Block 27','bc_block_0*27','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6915,6915,'Small Block 28','bc_block_0*28','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6916,6916,'Small Block 29','bc_block_0*29','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6917,6917,'Small Block 30','bc_block_0*30','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6918,6918,'Small Block 31','bc_block_0*31','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6919,6919,'Small Block 32','bc_block_0*32','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6920,6920,'Small Block 33','bc_block_0*33','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6921,6921,'Small Block 34','bc_block_0*34','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6922,6922,'Small Block 35','bc_block_0*35','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6923,6923,'Small Block 36','bc_block_0*36','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6924,6924,'Small Block 37','bc_block_0*37','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6925,6925,'Small Block 38','bc_block_0*38','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6926,6926,'Small Block 39','bc_block_0*39','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6927,6927,'Small Block 40','bc_block_0*40','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6928,6928,'Small Block 41','bc_block_0*41','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6929,6929,'Small Block 42','bc_block_0*42','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6930,6930,'Small Block 43','bc_block_0*43','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6931,6931,'Small Block 44','bc_block_0*44','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6932,6932,'Small Block 45','bc_block_0*45','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6933,6933,'Small Block 46','bc_block_0*46','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6934,6934,'Small Block 47','bc_block_0*47','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6935,6935,'Small Block 48','bc_block_0*48','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6936,6936,'Small Block 49','bc_block_0*49','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6937,6937,'Small Block 50','bc_block_0*50','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6938,6938,'Small Block 51','bc_block_0*51','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6939,6939,'Small Block 52','bc_block_0*52','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6940,6940,'Small Block 53','bc_block_0*53','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6941,6941,'Small Block 54','bc_block_0*54','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6942,6942,'Small Block 55','bc_block_0*55','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6943,6943,'Small Block 56','bc_block_0*56','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6944,6944,'Small Block 57','bc_block_0*57','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6945,6945,'Small Block 58','bc_block_0*58','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6946,6946,'Small Block 59','bc_block_0*59','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6947,6947,'Small Block 60','bc_block_0*60','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6948,6948,'Small Block 61','bc_block_0*61','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6949,6949,'Small Block 62','bc_block_0*62','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6950,6950,'Small Block 63','bc_block_0*63','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6951,6951,'Small Block 64','bc_block_0*64','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6952,6952,'Small Block 65','bc_block_0*65','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6953,6953,'Small Block 66','bc_block_0*66','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6954,6954,'Small Block 67','bc_block_0*67','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6955,6955,'Small Block 68','bc_block_0*68','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6956,6956,'Small Block 69','bc_block_0*69','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6957,6957,'Cylinder Block','bc_cylinder*1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6958,6958,'Cylinder Block 10','bc_cylinder*10','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6959,6959,'Cylinder Block 11','bc_cylinder*11','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6960,6960,'Cylinder Block 12','bc_cylinder*12','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6961,6961,'Cylinder Block 13','bc_cylinder*13','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6962,6962,'Cylinder Block 14','bc_cylinder*14','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6963,6963,'Cylinder Block 15','bc_cylinder*15','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6964,6964,'Cylinder Block 16','bc_cylinder*16','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6965,6965,'Cylinder Block 17','bc_cylinder*17','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6966,6966,'Cylinder Block 18','bc_cylinder*18','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6967,6967,'Cylinder Block 19','bc_cylinder*19','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6968,6968,'Cylinder Block 2','bc_cylinder*2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6969,6969,'Cylinder Block 20','bc_cylinder*20','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6970,6970,'Cylinder Block 21','bc_cylinder*21','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6971,6971,'Cylinder Block 22','bc_cylinder*22','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6972,6972,'Cylinder Block 23','bc_cylinder*23','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6973,6973,'Cylinder Block 24','bc_cylinder*24','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6974,6974,'Cylinder Block 25','bc_cylinder*25','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6975,6975,'Cylinder Block 26','bc_cylinder*26','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6976,6976,'Cylinder Block 27','bc_cylinder*27','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6977,6977,'Cylinder Block 28','bc_cylinder*28','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6978,6978,'Cylinder Block 29','bc_cylinder*29','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6979,6979,'Cylinder Block 3','bc_cylinder*3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6980,6980,'Cylinder Block 30','bc_cylinder*30','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6981,6981,'Cylinder Block 31','bc_cylinder*31','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6982,6982,'Cylinder Block 32','bc_cylinder*32','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6983,6983,'Cylinder Block 33','bc_cylinder*33','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6984,6984,'Cylinder Block 34','bc_cylinder*34','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6985,6985,'Cylinder Block 35','bc_cylinder*35','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6986,6986,'Cylinder Block 36','bc_cylinder*36','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6987,6987,'Cylinder Block 37','bc_cylinder*37','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6988,6988,'Cylinder Block 38','bc_cylinder*38','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6989,6989,'Cylinder Block 39','bc_cylinder*39','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6990,6990,'Cylinder Block 4','bc_cylinder*4','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6991,6991,'Cylinder Block 40','bc_cylinder*40','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6992,6992,'Cylinder Block 41','bc_cylinder*41','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6993,6993,'Cylinder Block 42','bc_cylinder*42','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6994,6994,'Cylinder Block 43','bc_cylinder*43','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6995,6995,'Cylinder Block 44','bc_cylinder*44','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6996,6996,'Cylinder Block 45','bc_cylinder*45','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6997,6997,'Cylinder Block 46','bc_cylinder*46','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6998,6998,'Cylinder Block 47','bc_cylinder*47','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(6999,6999,'Cylinder Block 48','bc_cylinder*48','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7000,7000,'Cylinder Block 49','bc_cylinder*49','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7001,7001,'Cylinder Block 5','bc_cylinder*5','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7002,7002,'Cylinder Block 50','bc_cylinder*50','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7003,7003,'Cylinder Block 51','bc_cylinder*51','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7004,7004,'Cylinder Block 52','bc_cylinder*52','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7005,7005,'Cylinder Block 53','bc_cylinder*53','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7006,7006,'Cylinder Block 54','bc_cylinder*54','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7007,7007,'Cylinder Block 55','bc_cylinder*55','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7008,7008,'Cylinder Block 56','bc_cylinder*56','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7009,7009,'Cylinder Block 57','bc_cylinder*57','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7010,7010,'Cylinder Block 58','bc_cylinder*58','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7011,7011,'Cylinder Block 59','bc_cylinder*59','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7012,7012,'Cylinder Block 6','bc_cylinder*6','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7013,7013,'Cylinder Block 60','bc_cylinder*60','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7014,7014,'Cylinder Block 61','bc_cylinder*61','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7015,7015,'Cylinder Block 62','bc_cylinder*62','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7016,7016,'Cylinder Block 63','bc_cylinder*63','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7017,7017,'Cylinder Block 64','bc_cylinder*64','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7018,7018,'Cylinder Block 65','bc_cylinder*65','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7019,7019,'Cylinder Block 66','bc_cylinder*66','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7020,7020,'Cylinder Block 67','bc_cylinder*67','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7021,7021,'Cylinder Block 68','bc_cylinder*68','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7022,7022,'Cylinder Block 69','bc_cylinder*69','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7023,7023,'Cylinder Block 7','bc_cylinder*7','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7024,7024,'Cylinder Block 8','bc_cylinder*8','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7025,7025,'Cylinder Block 9','bc_cylinder*9','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7026,7026,'Standing Triangular Prism','bc_standingtriangularprism*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7027,7027,'Standing Triangular Prism 10','bc_standingtriangularprism*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7028,7028,'Standing Triangular Prism 11','bc_standingtriangularprism*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7029,7029,'Standing Triangular Prism 12','bc_standingtriangularprism*12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7030,7030,'Standing Triangular Prism 13','bc_standingtriangularprism*13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7031,7031,'Standing Triangular Prism 14','bc_standingtriangularprism*14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7032,7032,'Standing Triangular Prism 15','bc_standingtriangularprism*15','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7033,7033,'Standing Triangular Prism 16','bc_standingtriangularprism*16','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7034,7034,'Standing Triangular Prism 17','bc_standingtriangularprism*17','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7035,7035,'Standing Triangular Prism 18','bc_standingtriangularprism*18','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7036,7036,'Standing Triangular Prism 19','bc_standingtriangularprism*19','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7037,7037,'Standing Triangular Prism 2','bc_standingtriangularprism*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7038,7038,'Standing Triangular Prism 20','bc_standingtriangularprism*20','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7039,7039,'Standing Triangular Prism 21','bc_standingtriangularprism*21','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7040,7040,'Standing Triangular Prism 22','bc_standingtriangularprism*22','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7041,7041,'Standing Triangular Prism 23','bc_standingtriangularprism*23','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7042,7042,'Standing Triangular Prism 24','bc_standingtriangularprism*24','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7043,7043,'Standing Triangular Prism 25','bc_standingtriangularprism*25','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7044,7044,'Standing Triangular Prism 26','bc_standingtriangularprism*26','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7045,7045,'Standing Triangular Prism 27','bc_standingtriangularprism*27','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7046,7046,'Standing Triangular Prism 28','bc_standingtriangularprism*28','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7047,7047,'Standing Triangular Prism 29','bc_standingtriangularprism*29','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7048,7048,'Standing Triangular Prism 3','bc_standingtriangularprism*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7049,7049,'Standing Triangular Prism 30','bc_standingtriangularprism*30','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7050,7050,'Standing Triangular Prism 31','bc_standingtriangularprism*31','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7051,7051,'Standing Triangular Prism 32','bc_standingtriangularprism*32','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7052,7052,'Standing Triangular Prism 33','bc_standingtriangularprism*33','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7053,7053,'Standing Triangular Prism 34','bc_standingtriangularprism*34','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7054,7054,'Standing Triangular Prism 35','bc_standingtriangularprism*35','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7055,7055,'Standing Triangular Prism 36','bc_standingtriangularprism*36','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(7056,7056,'Standing Triangular Prism 37','bc_standingtriangularprism*37','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7057,7057,'Standing Triangular Prism 38','bc_standingtriangularprism*38','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7058,7058,'Standing Triangular Prism 39','bc_standingtriangularprism*39','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7059,7059,'Standing Triangular Prism 4','bc_standingtriangularprism*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7060,7060,'Standing Triangular Prism 40','bc_standingtriangularprism*40','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7061,7061,'Standing Triangular Prism 41','bc_standingtriangularprism*41','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7062,7062,'Standing Triangular Prism 42','bc_standingtriangularprism*42','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7063,7063,'Standing Triangular Prism 43','bc_standingtriangularprism*43','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7064,7064,'Standing Triangular Prism 44','bc_standingtriangularprism*44','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7065,7065,'Standing Triangular Prism 45','bc_standingtriangularprism*45','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7066,7066,'Standing Triangular Prism 46','bc_standingtriangularprism*46','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7067,7067,'Standing Triangular Prism 47','bc_standingtriangularprism*47','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7068,7068,'Standing Triangular Prism 48','bc_standingtriangularprism*48','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7069,7069,'Standing Triangular Prism 49','bc_standingtriangularprism*49','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7070,7070,'Standing Triangular Prism 5','bc_standingtriangularprism*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7071,7071,'Standing Triangular Prism 50','bc_standingtriangularprism*50','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7072,7072,'Standing Triangular Prism 51','bc_standingtriangularprism*51','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7073,7073,'Standing Triangular Prism 52','bc_standingtriangularprism*52','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7074,7074,'Standing Triangular Prism 53','bc_standingtriangularprism*53','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7075,7075,'Standing Triangular Prism 54','bc_standingtriangularprism*54','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7076,7076,'Standing Triangular Prism 55','bc_standingtriangularprism*55','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7077,7077,'Standing Triangular Prism 56','bc_standingtriangularprism*56','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7078,7078,'Standing Triangular Prism 57','bc_standingtriangularprism*57','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7079,7079,'Standing Triangular Prism 58','bc_standingtriangularprism*58','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7080,7080,'Standing Triangular Prism 59','bc_standingtriangularprism*59','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7081,7081,'Standing Triangular Prism 6','bc_standingtriangularprism*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7082,7082,'Standing Triangular Prism 60','bc_standingtriangularprism*60','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7083,7083,'Standing Triangular Prism 61','bc_standingtriangularprism*61','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7084,7084,'Standing Triangular Prism 62','bc_standingtriangularprism*62','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7085,7085,'Standing Triangular Prism 63','bc_standingtriangularprism*63','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7086,7086,'Standing Triangular Prism 64','bc_standingtriangularprism*64','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7087,7087,'Standing Triangular Prism 65','bc_standingtriangularprism*65','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7088,7088,'Standing Triangular Prism 66','bc_standingtriangularprism*66','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7089,7089,'Standing Triangular Prism 67','bc_standingtriangularprism*67','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7090,7090,'Standing Triangular Prism 68','bc_standingtriangularprism*68','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7091,7091,'Standing Triangular Prism 69','bc_standingtriangularprism*69','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7092,7092,'Standing Triangular Prism 7','bc_standingtriangularprism*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7093,7093,'Standing Triangular Prism 8','bc_standingtriangularprism*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7094,7094,'Standing Triangular Prism 9','bc_standingtriangularprism*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7095,7095,'Large Block 15','bc_block_1*15','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7096,7096,'Large Block 16','bc_block_1*16','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7097,7097,'Large Block 17','bc_block_1*17','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7098,7098,'Large Block 18','bc_block_1*18','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7099,7099,'Large Block 19','bc_block_1*19','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7100,7100,'Large Block 20','bc_block_1*20','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7101,7101,'Large Block 21','bc_block_1*21','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7102,7102,'Large Block 22','bc_block_1*22','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7103,7103,'Large Block 23','bc_block_1*23','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7104,7104,'Large Block 24','bc_block_1*24','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7105,7105,'Large Block 25','bc_block_1*25','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7106,7106,'Large Block 26','bc_block_1*26','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7107,7107,'Large Block 27','bc_block_1*27','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7108,7108,'Large Block 28','bc_block_1*28','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7109,7109,'Large Block 29','bc_block_1*29','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7110,7110,'Large Block 30','bc_block_1*30','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7111,7111,'Large Block 31','bc_block_1*31','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7112,7112,'Large Block 32','bc_block_1*32','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7113,7113,'Large Block 33','bc_block_1*33','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7114,7114,'Large Block 34','bc_block_1*34','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7115,7115,'Large Block 35','bc_block_1*35','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7116,7116,'Large Block 36','bc_block_1*36','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7117,7117,'Large Block 37','bc_block_1*37','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7118,7118,'Large Block 38','bc_block_1*38','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7119,7119,'Large Block 39','bc_block_1*39','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7120,7120,'Large Block 40','bc_block_1*40','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7121,7121,'Large Block 41','bc_block_1*41','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7122,7122,'Large Block 42','bc_block_1*42','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7123,7123,'Large Block 43','bc_block_1*43','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7124,7124,'Large Block 44','bc_block_1*44','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7125,7125,'Large Block 45','bc_block_1*45','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7126,7126,'Large Block 46','bc_block_1*46','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7127,7127,'Large Block 47','bc_block_1*47','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7128,7128,'Large Block 48','bc_block_1*48','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7129,7129,'Large Block 49','bc_block_1*49','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7130,7130,'Large Block 50','bc_block_1*50','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7131,7131,'Large Block 51','bc_block_1*51','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7132,7132,'Large Block 52','bc_block_1*52','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7133,7133,'Large Block 53','bc_block_1*53','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7134,7134,'Large Block 54','bc_block_1*54','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7135,7135,'Large Block 55','bc_block_1*55','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7136,7136,'Large Block 56','bc_block_1*56','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7137,7137,'Large Block 57','bc_block_1*57','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7138,7138,'Large Block 58','bc_block_1*58','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7139,7139,'Large Block 59','bc_block_1*59','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7140,7140,'Large Block 60','bc_block_1*60','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7141,7141,'Large Block 61','bc_block_1*61','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7142,7142,'Large Block 62','bc_block_1*62','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7143,7143,'Large Block 63','bc_block_1*63','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7144,7144,'Large Block 64','bc_block_1*64','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7145,7145,'Large Block 65','bc_block_1*65','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7146,7146,'Large Block 66','bc_block_1*66','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7147,7147,'Large Block 67','bc_block_1*67','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7148,7148,'Large Block 68','bc_block_1*68','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7149,7149,'Large Block 69','bc_block_1*69','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7150,7150,'Triangular Prism','bc_triangularprism*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7151,7151,'Triangular Prism 10','bc_triangularprism*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7152,7152,'Triangular Prism 11','bc_triangularprism*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7153,7153,'Triangular Prism 12','bc_triangularprism*12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7154,7154,'Triangular Prism 13','bc_triangularprism*13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7155,7155,'Triangular Prism 14','bc_triangularprism*14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7156,7156,'Triangular Prism 15','bc_triangularprism*15','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7157,7157,'Triangular Prism 16','bc_triangularprism*16','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7158,7158,'Triangular Prism 17','bc_triangularprism*17','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7159,7159,'Triangular Prism 18','bc_triangularprism*18','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7160,7160,'Triangular Prism 19','bc_triangularprism*19','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7161,7161,'Triangular Prism 2','bc_triangularprism*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7162,7162,'Triangular Prism 20','bc_triangularprism*20','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7163,7163,'Triangular Prism 21','bc_triangularprism*21','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7164,7164,'Triangular Prism 22','bc_triangularprism*22','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7165,7165,'Triangular Prism 23','bc_triangularprism*23','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7166,7166,'Triangular Prism 24','bc_triangularprism*24','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7167,7167,'Triangular Prism 25','bc_triangularprism*25','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7168,7168,'Triangular Prism 26','bc_triangularprism*26','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7169,7169,'Triangular Prism 27','bc_triangularprism*27','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7170,7170,'Triangular Prism 28','bc_triangularprism*28','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7171,7171,'Triangular Prism 29','bc_triangularprism*29','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7172,7172,'Triangular Prism 3','bc_triangularprism*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7173,7173,'Triangular Prism 30','bc_triangularprism*30','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7174,7174,'Triangular Prism 31','bc_triangularprism*31','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7175,7175,'Triangular Prism 32','bc_triangularprism*32','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7176,7176,'Triangular Prism 33','bc_triangularprism*33','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7177,7177,'Triangular Prism 34','bc_triangularprism*34','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7178,7178,'Triangular Prism 35','bc_triangularprism*35','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7179,7179,'Triangular Prism 36','bc_triangularprism*36','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7180,7180,'Triangular Prism 37','bc_triangularprism*37','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7181,7181,'Triangular Prism 38','bc_triangularprism*38','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7182,7182,'Triangular Prism 39','bc_triangularprism*39','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7183,7183,'Triangular Prism 4','bc_triangularprism*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7184,7184,'Triangular Prism 40','bc_triangularprism*40','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7185,7185,'Triangular Prism 41','bc_triangularprism*41','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7186,7186,'Triangular Prism 42','bc_triangularprism*42','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7187,7187,'Triangular Prism 43','bc_triangularprism*43','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7188,7188,'Triangular Prism 44','bc_triangularprism*44','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7189,7189,'Triangular Prism 45','bc_triangularprism*45','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7190,7190,'Triangular Prism 46','bc_triangularprism*46','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7191,7191,'Triangular Prism 47','bc_triangularprism*47','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7192,7192,'Triangular Prism 48','bc_triangularprism*48','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7193,7193,'Triangular Prism 49','bc_triangularprism*49','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7194,7194,'Triangular Prism 5','bc_triangularprism*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7195,7195,'Triangular Prism 50','bc_triangularprism*50','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7196,7196,'Triangular Prism 51','bc_triangularprism*51','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7197,7197,'Triangular Prism 52','bc_triangularprism*52','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7198,7198,'Triangular Prism 53','bc_triangularprism*53','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7199,7199,'Triangular Prism 54','bc_triangularprism*54','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7200,7200,'Triangular Prism 55','bc_triangularprism*55','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7201,7201,'Triangular Prism 56','bc_triangularprism*56','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7202,7202,'Triangular Prism 57','bc_triangularprism*57','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7203,7203,'Triangular Prism 58','bc_triangularprism*58','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7204,7204,'Triangular Prism 59','bc_triangularprism*59','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7205,7205,'Triangular Prism 6','bc_triangularprism*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7206,7206,'Triangular Prism 60','bc_triangularprism*60','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7207,7207,'Triangular Prism 61','bc_triangularprism*61','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7208,7208,'Triangular Prism 62','bc_triangularprism*62','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7209,7209,'Triangular Prism 63','bc_triangularprism*63','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7210,7210,'Triangular Prism 64','bc_triangularprism*64','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7211,7211,'Triangular Prism 65','bc_triangularprism*65','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7212,7212,'Triangular Prism 66','bc_triangularprism*66','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7213,7213,'Triangular Prism 67','bc_triangularprism*67','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7214,7214,'Triangular Prism 68','bc_triangularprism*68','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7215,7215,'Triangular Prism 69','bc_triangularprism*69','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7216,7216,'Triangular Prism 7','bc_triangularprism*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7217,7217,'Triangular Prism 8','bc_triangularprism*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7218,7218,'Triangular Prism 9','bc_triangularprism*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7219,7219,'Sphere Block','bc_sphere*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7220,7220,'Sphere Block 10','bc_sphere*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7221,7221,'Sphere Block 11','bc_sphere*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7222,7222,'Sphere Block 12','bc_sphere*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7223,7223,'Sphere Block 13','bc_sphere*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7224,7224,'Sphere Block 14','bc_sphere*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7225,7225,'Sphere Block 15','bc_sphere*15','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7226,7226,'Sphere Block 16','bc_sphere*16','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7227,7227,'Sphere Block 17','bc_sphere*17','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7228,7228,'Sphere Block 18','bc_sphere*18','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7229,7229,'Sphere Block 19','bc_sphere*19','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7230,7230,'Sphere Block 2','bc_sphere*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7231,7231,'Sphere Block 20','bc_sphere*20','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7232,7232,'Sphere Block 21','bc_sphere*21','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7233,7233,'Sphere Block 22','bc_sphere*22','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7234,7234,'Sphere Block 23','bc_sphere*23','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7235,7235,'Sphere Block 24','bc_sphere*24','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7236,7236,'Sphere Block 25','bc_sphere*25','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7237,7237,'Sphere Block 26','bc_sphere*26','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7238,7238,'Sphere Block 27','bc_sphere*27','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7239,7239,'Sphere Block 28','bc_sphere*28','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7240,7240,'Sphere Block 29','bc_sphere*29','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7241,7241,'Sphere Block 3','bc_sphere*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7242,7242,'Sphere Block 30','bc_sphere*30','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7243,7243,'Sphere Block 31','bc_sphere*31','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7244,7244,'Sphere Block 32','bc_sphere*32','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7245,7245,'Sphere Block 33','bc_sphere*33','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7246,7246,'Sphere Block 34','bc_sphere*34','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7247,7247,'Sphere Block 35','bc_sphere*35','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7248,7248,'Sphere Block 36','bc_sphere*36','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7249,7249,'Sphere Block 37','bc_sphere*37','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7250,7250,'Sphere Block 38','bc_sphere*38','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7251,7251,'Sphere Block 39','bc_sphere*39','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7252,7252,'Sphere Block 4','bc_sphere*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7253,7253,'Sphere Block 40','bc_sphere*40','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7254,7254,'Sphere Block 41','bc_sphere*41','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7255,7255,'Sphere Block 42','bc_sphere*42','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7256,7256,'Sphere Block 43','bc_sphere*43','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7257,7257,'Sphere Block 44','bc_sphere*44','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7258,7258,'Sphere Block 45','bc_sphere*45','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7259,7259,'Sphere Block 46','bc_sphere*46','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7260,7260,'Sphere Block 47','bc_sphere*47','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7261,7261,'Sphere Block 48','bc_sphere*48','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7262,7262,'Sphere Block 49','bc_sphere*49','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7263,7263,'Sphere Block 5','bc_sphere*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7264,7264,'Sphere Block 50','bc_sphere*50','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7265,7265,'Sphere Block 51','bc_sphere*51','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7266,7266,'Sphere Block 52','bc_sphere*52','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7267,7267,'Sphere Block 53','bc_sphere*53','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7268,7268,'Sphere Block 54','bc_sphere*54','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7269,7269,'Sphere Block 55','bc_sphere*55','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7270,7270,'Sphere Block 56','bc_sphere*56','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7271,7271,'Sphere Block 57','bc_sphere*57','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7272,7272,'Sphere Block 58','bc_sphere*58','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7273,7273,'Sphere Block 59','bc_sphere*59','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7274,7274,'Sphere Block 6','bc_sphere*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7275,7275,'Sphere Block 60','bc_sphere*60','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7276,7276,'Sphere Block 61','bc_sphere*61','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7277,7277,'Sphere Block 62','bc_sphere*62','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7278,7278,'Sphere Block 63','bc_sphere*63','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7279,7279,'Sphere Block 64','bc_sphere*64','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7280,7280,'Sphere Block 65','bc_sphere*65','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7281,7281,'Sphere Block 66','bc_sphere*66','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7282,7282,'Sphere Block 67','bc_sphere*67','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7283,7283,'Sphere Block 68','bc_sphere*68','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7284,7284,'Sphere Block 69','bc_sphere*69','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7285,7285,'Sphere Block 7','bc_sphere*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7286,7286,'Sphere Block 8','bc_sphere*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7287,7287,'Sphere Block 9','bc_sphere*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7288,7288,'Round Block 15','bc_round*15','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7289,7289,'Round Block 16','bc_round*16','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7290,7290,'Round Block 17','bc_round*17','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7291,7291,'Round Block 18','bc_round*18','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7292,7292,'Round Block 19','bc_round*19','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7293,7293,'Round Block 20','bc_round*20','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7294,7294,'Round Block 21','bc_round*21','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7295,7295,'Round Block 22','bc_round*22','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7296,7296,'Round Block 23','bc_round*23','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7297,7297,'Round Block 24','bc_round*24','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7298,7298,'Round Block 25','bc_round*25','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7299,7299,'Round Block 26','bc_round*26','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7300,7300,'Round Block 27','bc_round*27','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7301,7301,'Round Block 28','bc_round*28','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7302,7302,'Round Block 29','bc_round*29','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7303,7303,'Round Block 30','bc_round*30','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7304,7304,'Round Block 31','bc_round*31','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7305,7305,'Round Block 32','bc_round*32','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7306,7306,'Round Block 33','bc_round*33','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7307,7307,'Round Block 34','bc_round*34','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7308,7308,'Round Block 35','bc_round*35','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7309,7309,'Round Block 36','bc_round*36','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7310,7310,'Round Block 37','bc_round*37','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7311,7311,'Round Block 38','bc_round*38','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7312,7312,'Round Block 39','bc_round*39','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7313,7313,'Round Block 40','bc_round*40','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7314,7314,'Round Block 41','bc_round*41','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7315,7315,'Round Block 42','bc_round*42','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7316,7316,'Round Block 43','bc_round*43','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7317,7317,'Round Block 44','bc_round*44','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7318,7318,'Round Block 45','bc_round*45','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7319,7319,'Round Block 46','bc_round*46','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7320,7320,'Round Block 47','bc_round*47','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7321,7321,'Round Block 48','bc_round*48','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7322,7322,'Round Block 49','bc_round*49','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7323,7323,'Round Block 50','bc_round*50','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7324,7324,'Round Block 51','bc_round*51','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7325,7325,'Round Block 52','bc_round*52','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7326,7326,'Round Block 53','bc_round*53','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7327,7327,'Round Block 54','bc_round*54','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7328,7328,'Round Block 55','bc_round*55','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7329,7329,'Round Block 56','bc_round*56','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7330,7330,'Round Block 57','bc_round*57','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7331,7331,'Round Block 58','bc_round*58','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7332,7332,'Round Block 59','bc_round*59','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7333,7333,'Round Block 60','bc_round*60','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7334,7334,'Round Block 61','bc_round*61','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7335,7335,'Round Block 62','bc_round*62','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7336,7336,'Round Block 63','bc_round*63','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7337,7337,'Round Block 64','bc_round*64','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7338,7338,'Round Block 65','bc_round*65','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7339,7339,'Round Block 66','bc_round*66','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7340,7340,'Round Block 67','bc_round*67','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7341,7341,'Round Block 68','bc_round*68','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7342,7342,'Round Block 69','bc_round*69','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1.0;0.75;0.5;0.25;0.1','',0,0,''),(7343,7343,'Coin Suitcase','CF_1500_suitcase','s',1,1,0.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(7344,7344,'W Block','bc_alpha1_w*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7345,7345,'W Block','bc_alpha1_w*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7346,7346,'W Block','bc_alpha1_w*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7347,7347,'W Block','bc_alpha1_w*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7348,7348,'W Block','bc_alpha1_w*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7349,7349,'W Block','bc_alpha1_w*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7350,7350,'W Block','bc_alpha1_w*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7351,7351,'W Block','bc_alpha1_w*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7352,7352,'W Block','bc_alpha1_w*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7353,7353,'W Block','bc_alpha1_w*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7354,7354,'W Block','bc_alpha1_w*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7355,7355,'W Block','bc_alpha1_w*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7356,7356,'W Block','bc_alpha1_w*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7357,7357,'W Block','bc_alpha1_w*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7358,7358,'G Block','bc_alpha1_g*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7359,7359,'G Block','bc_alpha1_g*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7360,7360,'G Block','bc_alpha1_g*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7361,7361,'G Block','bc_alpha1_g*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7362,7362,'G Block','bc_alpha1_g*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7363,7363,'G Block','bc_alpha1_g*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7364,7364,'G Block','bc_alpha1_g*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7365,7365,'G Block','bc_alpha1_g*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7366,7366,'G Block','bc_alpha1_g*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7367,7367,'G Block','bc_alpha1_g*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7368,7368,'G Block','bc_alpha1_g*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7369,7369,'G Block','bc_alpha1_g*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7370,7370,'G Block','bc_alpha1_g*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7371,7371,'G Block','bc_alpha1_g*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7372,7372,'R Block','bc_alpha1_r*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7373,7373,'R Block','bc_alpha1_r*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7374,7374,'R Block','bc_alpha1_r*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7375,7375,'R Block','bc_alpha1_r*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7376,7376,'R Block','bc_alpha1_r*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7377,7377,'R Block','bc_alpha1_r*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7378,7378,'R Block','bc_alpha1_r*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7379,7379,'R Block','bc_alpha1_r*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7380,7380,'R Block','bc_alpha1_r*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7381,7381,'R Block','bc_alpha1_r*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7382,7382,'R Block','bc_alpha1_r*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7383,7383,'R Block','bc_alpha1_r*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7384,7384,'R Block','bc_alpha1_r*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7385,7385,'R Block','bc_alpha1_r*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7386,7386,'S Block','bc_alpha1_s*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7387,7387,'S Block','bc_alpha1_s*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7388,7388,'S Block','bc_alpha1_s*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7389,7389,'S Block','bc_alpha1_s*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7390,7390,'S Block','bc_alpha1_s*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7391,7391,'S Block','bc_alpha1_s*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7392,7392,'S Block','bc_alpha1_s*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7393,7393,'S Block','bc_alpha1_s*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7394,7394,'S Block','bc_alpha1_s*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7395,7395,'S Block','bc_alpha1_s*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7396,7396,'S Block','bc_alpha1_s*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7397,7397,'S Block','bc_alpha1_s*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7398,7398,'S Block','bc_alpha1_s*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7399,7399,'S Block','bc_alpha1_s*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7400,7400,'H Block','bc_alpha1_h*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7401,7401,'H Block','bc_alpha1_h*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7402,7402,'H Block','bc_alpha1_h*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7403,7403,'H Block','bc_alpha1_h*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7404,7404,'H Block','bc_alpha1_h*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7405,7405,'H Block','bc_alpha1_h*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7406,7406,'H Block','bc_alpha1_h*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7407,7407,'H Block','bc_alpha1_h*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7408,7408,'H Block','bc_alpha1_h*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7409,7409,'H Block','bc_alpha1_h*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7410,7410,'H Block','bc_alpha1_h*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7411,7411,'H Block','bc_alpha1_h*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7412,7412,'H Block','bc_alpha1_h*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7413,7413,'H Block','bc_alpha1_h*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7414,7414,'T Block','bc_alpha1_t*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7415,7415,'T Block','bc_alpha1_t*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7416,7416,'T Block','bc_alpha1_t*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7417,7417,'T Block','bc_alpha1_t*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7418,7418,'T Block','bc_alpha1_t*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7419,7419,'T Block','bc_alpha1_t*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7420,7420,'T Block','bc_alpha1_t*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7421,7421,'T Block','bc_alpha1_t*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7422,7422,'T Block','bc_alpha1_t*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7423,7423,'T Block','bc_alpha1_t*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7424,7424,'T Block','bc_alpha1_t*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7425,7425,'T Block','bc_alpha1_t*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7426,7426,'T Block','bc_alpha1_t*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7427,7427,'T Block','bc_alpha1_t*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7428,7428,'O Block','bc_alpha1_o*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7429,7429,'O Block','bc_alpha1_o*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7430,7430,'O Block','bc_alpha1_o*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7431,7431,'O Block','bc_alpha1_o*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7432,7432,'O Block','bc_alpha1_o*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7433,7433,'O Block','bc_alpha1_o*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7434,7434,'O Block','bc_alpha1_o*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7435,7435,'O Block','bc_alpha1_o*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7436,7436,'O Block','bc_alpha1_o*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7437,7437,'O Block','bc_alpha1_o*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7438,7438,'O Block','bc_alpha1_o*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7439,7439,'O Block','bc_alpha1_o*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7440,7440,'O Block','bc_alpha1_o*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7441,7441,'O Block','bc_alpha1_o*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7442,7442,'V Block','bc_alpha1_v*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7443,7443,'V Block','bc_alpha1_v*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7444,7444,'V Block','bc_alpha1_v*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7445,7445,'V Block','bc_alpha1_v*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7446,7446,'V Block','bc_alpha1_v*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7447,7447,'V Block','bc_alpha1_v*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7448,7448,'V Block','bc_alpha1_v*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7449,7449,'V Block','bc_alpha1_v*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7450,7450,'V Block','bc_alpha1_v*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7451,7451,'V Block','bc_alpha1_v*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7452,7452,'V Block','bc_alpha1_v*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7453,7453,'V Block','bc_alpha1_v*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7454,7454,'V Block','bc_alpha1_v*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7455,7455,'V Block','bc_alpha1_v*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7456,7456,'C Block','bc_alpha1_c*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7457,7457,'C Block','bc_alpha1_c*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7458,7458,'C Block','bc_alpha1_c*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7459,7459,'C Block','bc_alpha1_c*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7460,7460,'C Block','bc_alpha1_c*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7461,7461,'C Block','bc_alpha1_c*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7462,7462,'C Block','bc_alpha1_c*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7463,7463,'C Block','bc_alpha1_c*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7464,7464,'C Block','bc_alpha1_c*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7465,7465,'C Block','bc_alpha1_c*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7466,7466,'C Block','bc_alpha1_c*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7467,7467,'C Block','bc_alpha1_c*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7468,7468,'C Block','bc_alpha1_c*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7469,7469,'C Block','bc_alpha1_c*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7470,7470,'B BLock','bc_alpha1_b*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7471,7471,'B BLock','bc_alpha1_b*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7472,7472,'B BLock','bc_alpha1_b*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7473,7473,'B BLock','bc_alpha1_b*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7474,7474,'B BLock','bc_alpha1_b*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7475,7475,'B BLock','bc_alpha1_b*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7476,7476,'B BLock','bc_alpha1_b*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7477,7477,'B BLock','bc_alpha1_b*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7478,7478,'B BLock','bc_alpha1_b*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7479,7479,'B BLock','bc_alpha1_b*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7480,7480,'B BLock','bc_alpha1_b*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7481,7481,'B BLock','bc_alpha1_b*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7482,7482,'B BLock','bc_alpha1_b*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7483,7483,'B BLock','bc_alpha1_b*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7484,7484,'M Block','bc_alpha1_m*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7485,7485,'M Block','bc_alpha1_m*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7486,7486,'M Block','bc_alpha1_m*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7487,7487,'M Block','bc_alpha1_m*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7488,7488,'M Block','bc_alpha1_m*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7489,7489,'M Block','bc_alpha1_m*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7490,7490,'M Block','bc_alpha1_m*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7491,7491,'M Block','bc_alpha1_m*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7492,7492,'M Block','bc_alpha1_m*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7493,7493,'M Block','bc_alpha1_m*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7494,7494,'M Block','bc_alpha1_m*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7495,7495,'M Block','bc_alpha1_m*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7496,7496,'M Block','bc_alpha1_m*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7497,7497,'M Block','bc_alpha1_m*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7498,7498,'I Block','bc_alpha1_i*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7499,7499,'I Block','bc_alpha1_i*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7500,7500,'I Block','bc_alpha1_i*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7501,7501,'I Block','bc_alpha1_i*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7502,7502,'I Block','bc_alpha1_i*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7503,7503,'I Block','bc_alpha1_i*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7504,7504,'I Block','bc_alpha1_i*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7505,7505,'I Block','bc_alpha1_i*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7506,7506,'I Block','bc_alpha1_i*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7507,7507,'I Block','bc_alpha1_i*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7508,7508,'I Block','bc_alpha1_i*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7509,7509,'I Block','bc_alpha1_i*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7510,7510,'I Block','bc_alpha1_i*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7511,7511,'I Block','bc_alpha1_i*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7512,7512,'X Block','bc_alpha1_x*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7513,7513,'X Block','bc_alpha1_x*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7514,7514,'X Block','bc_alpha1_x*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7515,7515,'X Block','bc_alpha1_x*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7516,7516,'X Block','bc_alpha1_x*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7517,7517,'X Block','bc_alpha1_x*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7518,7518,'X Block','bc_alpha1_x*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7519,7519,'X Block','bc_alpha1_x*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7520,7520,'X Block','bc_alpha1_x*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7521,7521,'X Block','bc_alpha1_x*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7522,7522,'X Block','bc_alpha1_x*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7523,7523,'X Block','bc_alpha1_x*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7524,7524,'X Block','bc_alpha1_x*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7525,7525,'X Block','bc_alpha1_x*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7526,7526,'L Block','bc_alpha1_l*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7527,7527,'L Block','bc_alpha1_l*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7528,7528,'L Block','bc_alpha1_l*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7529,7529,'L Block','bc_alpha1_l*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7530,7530,'L Block','bc_alpha1_l*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7531,7531,'L Block','bc_alpha1_l*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7532,7532,'L Block','bc_alpha1_l*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7533,7533,'L Block','bc_alpha1_l*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7534,7534,'L Block','bc_alpha1_l*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7535,7535,'L Block','bc_alpha1_l*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7536,7536,'L Block','bc_alpha1_l*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7537,7537,'L Block','bc_alpha1_l*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7538,7538,'L Block','bc_alpha1_l*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7539,7539,'L Block','bc_alpha1_l*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7540,7540,'J Block','bc_alpha1_j*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7541,7541,'J Block','bc_alpha1_j*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7542,7542,'J Block','bc_alpha1_j*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7543,7543,'J Block','bc_alpha1_j*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7544,7544,'J Block','bc_alpha1_j*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7545,7545,'J Block','bc_alpha1_j*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7546,7546,'J Block','bc_alpha1_j*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7547,7547,'J Block','bc_alpha1_j*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7548,7548,'J Block','bc_alpha1_j*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7549,7549,'J Block','bc_alpha1_j*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7550,7550,'J Block','bc_alpha1_j*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7551,7551,'J Block','bc_alpha1_j*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7552,7552,'J Block','bc_alpha1_j*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(7553,7553,'J Block','bc_alpha1_j*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7554,7554,'F BLock','bc_alpha1_f*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7555,7555,'F BLock','bc_alpha1_f*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7556,7556,'F BLock','bc_alpha1_f*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7557,7557,'F BLock','bc_alpha1_f*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7558,7558,'F BLock','bc_alpha1_f*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7559,7559,'F BLock','bc_alpha1_f*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7560,7560,'F BLock','bc_alpha1_f*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7561,7561,'F BLock','bc_alpha1_f*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7562,7562,'F BLock','bc_alpha1_f*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7563,7563,'F BLock','bc_alpha1_f*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7564,7564,'F BLock','bc_alpha1_f*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7565,7565,'F BLock','bc_alpha1_f*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7566,7566,'F BLock','bc_alpha1_f*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7567,7567,'F BLock','bc_alpha1_f*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7568,7568,'E Block','bc_alpha1_e*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7569,7569,'E Block','bc_alpha1_e*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7570,7570,'E Block','bc_alpha1_e*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7571,7571,'E Block','bc_alpha1_e*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7572,7572,'E Block','bc_alpha1_e*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7573,7573,'E Block','bc_alpha1_e*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7574,7574,'E Block','bc_alpha1_e*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7575,7575,'E Block','bc_alpha1_e*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7576,7576,'E Block','bc_alpha1_e*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7577,7577,'E Block','bc_alpha1_e*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7578,7578,'E Block','bc_alpha1_e*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7579,7579,'E Block','bc_alpha1_e*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7580,7580,'E Block','bc_alpha1_e*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7581,7581,'E Block','bc_alpha1_e*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7582,7582,'Q Block','bc_alpha1_q*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7583,7583,'Q Block','bc_alpha1_q*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7584,7584,'Q Block','bc_alpha1_q*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7585,7585,'Q Block','bc_alpha1_q*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7586,7586,'Q Block','bc_alpha1_q*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7587,7587,'Q Block','bc_alpha1_q*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7588,7588,'Q Block','bc_alpha1_q*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7589,7589,'Q Block','bc_alpha1_q*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7590,7590,'Q Block','bc_alpha1_q*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7591,7591,'Q Block','bc_alpha1_q*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7592,7592,'Q Block','bc_alpha1_q*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7593,7593,'Q Block','bc_alpha1_q*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7594,7594,'Q Block','bc_alpha1_q*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7595,7595,'Q Block','bc_alpha1_q*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7596,7596,'Y Block','bc_alpha1_y*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7597,7597,'Y Block','bc_alpha1_y*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7598,7598,'Y Block','bc_alpha1_y*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7599,7599,'Y Block','bc_alpha1_y*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7600,7600,'Y Block','bc_alpha1_y*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7601,7601,'Y Block','bc_alpha1_y*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7602,7602,'Y Block','bc_alpha1_y*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7603,7603,'Y Block','bc_alpha1_y*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7604,7604,'Y Block','bc_alpha1_y*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7605,7605,'Y Block','bc_alpha1_y*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7606,7606,'Y Block','bc_alpha1_y*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7607,7607,'Y Block','bc_alpha1_y*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7608,7608,'Y Block','bc_alpha1_y*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7609,7609,'Y Block','bc_alpha1_y*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7610,7610,'D Block','bc_alpha1_d*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7611,7611,'D Block','bc_alpha1_d*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7612,7612,'D Block','bc_alpha1_d*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7613,7613,'D Block','bc_alpha1_d*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7614,7614,'D Block','bc_alpha1_d*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7615,7615,'D Block','bc_alpha1_d*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7616,7616,'D Block','bc_alpha1_d*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7617,7617,'D Block','bc_alpha1_d*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7618,7618,'D Block','bc_alpha1_d*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7619,7619,'D Block','bc_alpha1_d*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7620,7620,'D Block','bc_alpha1_d*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7621,7621,'D Block','bc_alpha1_d*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7622,7622,'D Block','bc_alpha1_d*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7623,7623,'D Block','bc_alpha1_d*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7624,7624,'N Block','bc_alpha1_n*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7625,7625,'N Block','bc_alpha1_n*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7626,7626,'N Block','bc_alpha1_n*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7627,7627,'N Block','bc_alpha1_n*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7628,7628,'N Block','bc_alpha1_n*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7629,7629,'N Block','bc_alpha1_n*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7630,7630,'N Block','bc_alpha1_n*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7631,7631,'N Block','bc_alpha1_n*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7632,7632,'N Block','bc_alpha1_n*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7633,7633,'N Block','bc_alpha1_n*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7634,7634,'N Block','bc_alpha1_n*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7635,7635,'N Block','bc_alpha1_n*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7636,7636,'N Block','bc_alpha1_n*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7637,7637,'N Block','bc_alpha1_n*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7638,7638,'K Block','bc_alpha1_k*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7639,7639,'K Block','bc_alpha1_k*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7640,7640,'K Block','bc_alpha1_k*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7641,7641,'K Block','bc_alpha1_k*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7642,7642,'K Block','bc_alpha1_k*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7643,7643,'K Block','bc_alpha1_k*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7644,7644,'K Block','bc_alpha1_k*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7645,7645,'K Block','bc_alpha1_k*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7646,7646,'K Block','bc_alpha1_k*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7647,7647,'K Block','bc_alpha1_k*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7648,7648,'K Block','bc_alpha1_k*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7649,7649,'K Block','bc_alpha1_k*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7650,7650,'K Block','bc_alpha1_k*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7651,7651,'K Block','bc_alpha1_k*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7652,7652,'Numeric Block','bc_alpha1_num*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7653,7653,'Numeric Block','bc_alpha1_num*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7654,7654,'Numeric Block','bc_alpha1_num*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7655,7655,'Numeric Block','bc_alpha1_num*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7656,7656,'Numeric Block','bc_alpha1_num*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7657,7657,'Numeric Block','bc_alpha1_num*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7658,7658,'Numeric Block','bc_alpha1_num*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7659,7659,'Numeric Block','bc_alpha1_num*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7660,7660,'Numeric Block','bc_alpha1_num*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7661,7661,'Numeric Block','bc_alpha1_num*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7662,7662,'Numeric Block','bc_alpha1_num*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7663,7663,'Numeric Block','bc_alpha1_num*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7664,7664,'Numeric Block','bc_alpha1_num*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7665,7665,'Numeric Block','bc_alpha1_num*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7666,7666,'U Block','bc_alpha1_u*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7667,7667,'U Block','bc_alpha1_u*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7668,7668,'U Block','bc_alpha1_u*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7669,7669,'U Block','bc_alpha1_u*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7670,7670,'U Block','bc_alpha1_u*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7671,7671,'U Block','bc_alpha1_u*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7672,7672,'U Block','bc_alpha1_u*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7673,7673,'U Block','bc_alpha1_u*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7674,7674,'U Block','bc_alpha1_u*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7675,7675,'U Block','bc_alpha1_u*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7676,7676,'U Block','bc_alpha1_u*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7677,7677,'U Block','bc_alpha1_u*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7678,7678,'U Block','bc_alpha1_u*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7679,7679,'U Block','bc_alpha1_u*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7680,7680,'Z Block','bc_alpha1_z*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7681,7681,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7682,7682,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7683,7683,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7684,7684,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7685,7685,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7686,7686,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7687,7687,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7688,7688,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7689,7689,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7690,7690,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7691,7691,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7692,7692,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7693,7693,'$furni_bc_alpha1_z*1_name $','bc_alpha1_z*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7694,7694,'A Block','bc_alpha1_a*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7695,7695,'A Block','bc_alpha1_a*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7696,7696,'A Block','bc_alpha1_a*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7697,7697,'A Block','bc_alpha1_a*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7698,7698,'A Block','bc_alpha1_a*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7699,7699,'A Block','bc_alpha1_a*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7700,7700,'A Block','bc_alpha1_a*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7701,7701,'A Block','bc_alpha1_a*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7702,7702,'A Block','bc_alpha1_a*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7703,7703,'A Block','bc_alpha1_a*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7704,7704,'A Block','bc_alpha1_a*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7705,7705,'A Block','bc_alpha1_a*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7706,7706,'A Block','bc_alpha1_a*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7707,7707,'A Block','bc_alpha1_a*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7708,7708,'P Block','bc_alpha1_p*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7709,7709,'P Block','bc_alpha1_p*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7710,7710,'P Block','bc_alpha1_p*11','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7711,7711,'P Block','bc_alpha1_p*12','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7712,7712,'P Block','bc_alpha1_p*13','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7713,7713,'P Block','bc_alpha1_p*14','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7714,7714,'P Block','bc_alpha1_p*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7715,7715,'P Block','bc_alpha1_p*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7716,7716,'P Block','bc_alpha1_p*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7717,7717,'P Block','bc_alpha1_p*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7718,7718,'P Block','bc_alpha1_p*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7719,7719,'P Block','bc_alpha1_p*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7720,7720,'P Block','bc_alpha1_p*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7721,7721,'P Block','bc_alpha1_p*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7722,7722,'Broken Vanity','attic15_cabinet','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7723,7723,'Purple Gift Bag','val15_gift2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7724,7724,'Zen Pebble Garden','val15_zen','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(7725,7725,'Habbo Falls Teleport','val15_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(7726,7726,'Sakura tree','val15_sakura','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7727,7727,'Floating water Lilies','val15_lilys','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7728,7728,'Mossy Rock','val15_rock1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(7729,7729,'Shamisen Guitar','val15_shamisen','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7730,7730,'Japanese Tea set','val15_tea','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7731,7731,'Red Gift Bag','val15_gift1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7732,7732,'Wooden Ofuro Tub','val15_hottub','s',2,2,0.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7733,7733,'Sakura Petals','val15_petals','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7734,7734,'Japanese Wooden Corner','val15_stage2','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(7735,7735,'Japanese Bonbori Lantern','val15_lantern','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7736,7736,'Blue Gift Bag','val15_gift3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7737,7737,'Japanese Fort Corner','val15_corner','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7738,7738,'Dodge and Duck','val15_dogstat','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7739,7739,'Tatami Table','val15_table','s',2,1,0.60,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7740,7740,'Tatami Chair','val15_chair','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7741,7741,'Big Mossy Rock','val15_rock2','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(7742,7742,'Foot Bridge middle','val15_bridge2','s',1,1,0.75,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7743,7743,'Japanese Fort Divider','val15_divider','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7744,7744,'Water Lily Pond Tile','val15_water','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',75,'0','','',0,0,''),(7745,7745,'Samurai Suit of Armour','val15_armour','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7746,7746,'Koi Fish Pond','val15_koipond','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7747,7747,'Red-Crowned Crane','val15_crane','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7748,7748,'Japanese Bench','val15_bench','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7749,7749,'Japanese Gazebo','val15_gazebo','s',2,2,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7750,7750,'Giant Bonsai Tree','val15_tree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7751,7751,'Shinto Shrine','val15_shinto_arch','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7752,7752,'Japanese Fort Gate','val15_gate','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(7753,7753,'Foot Bridge End','val15_bridge1','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7754,7754,'Japanese Wooden Deck','val15_stage1','s',2,1,0.45,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7755,7755,'Dusty Old Sofa','attic15_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7756,7756,'Attic Corner','attic15_crn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7757,7757,'Cardboard Box','attic15_box','s',1,1,0.70,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(7758,7758,'Forgotten Toy Chest','attic15_chest','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7759,7759,'Oil Lamp','attic15_oillamp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7760,7760,'Attic Shelf','attic15_bigshelf','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(7761,7761,'Dusty Chair','attic15_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7762,7762,'Covered Long Table','attic15_bigtable','s',2,1,0.80,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7763,7763,'Broken Lamp','attic15_lamp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7764,7764,'Covered Side Table','attic15_table','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7765,7765,'Pile of Paintings','attic15_paintingfloor','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7766,7766,'Attic Window','attic15_window','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7767,7767,'Wooden Cradle','attic15_cradle','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7768,7768,'Cosmos Telescope','attic15_telescope','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7769,7769,'Attic Gate','attic15_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(7770,7770,'Grandfather Clock','attic15_clock','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7771,7771,'Mouse Trap','attic15_mousetrap','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'trap',2,'0','','',0,0,''),(7772,7772,'Antique Carpet','attic15_carpet','s',3,2,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','1','',0,0,''),(7773,7773,'Attic Door Tele','attic15_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(7774,7774,'Dingy Shelf','attic15_shelf','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7775,7775,'Attic Divider','attic15_divider','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7776,7776,'Floral Karikomi','val15_shrub','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(7777,7777,'Floral Kimono Outfit','clothing_kimono1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(7778,7778,'Blue Kimono Outfit','clothing_kimono2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(7779,7779,'Red Hippo','rare_prize15*1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7780,7780,'Game Hub Hippo','rare_prize15*10','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7781,7781,'Brown Hippo','rare_prize15*11','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7782,7782,'Turquoise Hippo','rare_prize15*12','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7783,7783,'Bluesky Hippo','rare_prize15*2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7784,7784,'Emerald Hippo','rare_prize15*3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7785,7785,'Grey Hippo','rare_prize15*4','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7786,7786,'Green Hippo','rare_prize15*5','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7787,7787,'Beige Hippo','rare_prize15*6','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7788,7788,'Blue Hippo','rare_prize15*7','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7789,7789,'Orange Hippo','rare_prize15*8','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7790,7790,'Violet Hippo','rare_prize15*9','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7791,7791,'Brazilian Hot Air Balloon','carnival15_hotair_brazil','s',1,1,7.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7792,7792,'Light Blue Hippo','rare_prize15*13','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7793,7793,'Ocher Hippo','rare_prize15*14','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7794,7794,'Ultra Light Blue Hippo','rare_prize15*15','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7795,7795,'Dark Hippo','rare_prize15*16','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7796,7796,'Pistachio Hippo','rare_prize15*17','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7797,7797,'Purple Hippo','rare_prize15*18','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7798,7798,'Earth Hippo','rare_prize15*19','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7799,7799,'Gold Dipped Hippo','rare_prize15*20','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7800,7800,'Salmon Coloured Hippo','rare_prize15*21','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7801,7801,'Chlorophyll Hippo','rare_prize15*22','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7802,7802,'Light Grey Hippo','rare_prize15*23','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7803,7803,'Coral Hippo','rare_prize15*24','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7804,7804,'Hover Arrow Sign','cpunk_c15_neoarrowup','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7805,7805,'Hover X Sign','cpunk_c15_neonx','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7806,7806,'RoboFrank','cpunk15_robofrank','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(7807,7807,'Cyber Teleport','cpunk_c15_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(7808,7808,'Cyber Robo','cpunk15_robo','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7809,7809,'Digi-Duck','cpunk15_gift','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7810,7810,'Acid Rain','cpunk_c15_rain','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7811,7811,'Cyber Table','cpunk_c15_table','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7812,7812,'Flash Shoes','clothing_cyboots','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7813,7813,'Search Light','cpunk_c15_searchlight','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7814,7814,'Zip Jacket','clothing_cyzipped','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7815,7815,'Cyber Suit','clothing_cystraphood','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7816,7816,'Cyber Punk Goggles','clothing_goggles','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7817,7817,'Robo Junk','cpunk_c15_robojunk','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7818,7818,'Overseer Blimp','cpunk15_blimp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7819,7819,'Skater Skirt','clothing_cyskirt','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7820,7820,'Digital Quiff','clothing_cyquif','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7821,7821,'Cyber Building 2','cpunk_c15_building2','s',1,2,2.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(7822,7822,'LED Hood','clothing_cyhood','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7823,7823,'Extractor Pipes','cpunk_c15_tubes','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(7824,7824,'Techno Hair','clothing_cyhair','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7825,7825,'Hover skull Sign','cpunk_c15_neonsk','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7826,7826,'Hover Turn Sign','cpunk_c15_neoarrow','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7827,7827,'Strap Trousers','clothing_cystrappants','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7828,7828,'Cyber Road','cpunk_c15_road','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(7829,7829,'BlackHabbo Gun Vender','cpunk15_gunvender','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',192,192,''),(7830,7830,'Hover Duck sign','cpunk_c15_neond','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7831,7831,'Strap Boots','clothing_cystrapboots','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7832,7832,'Vent Mask','clothing_cymask','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7833,7833,'Cyber Stool','cpunk_c15_stool','s',1,1,1.80,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7834,7834,'Hover Traffic Lights','cpunk_c15_traffic','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7835,7835,'Cyber Eye','clothing_cyglass','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7836,7836,'Cyber Door','cpunk_c15_door','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(7837,7837,'Cyber Girl','clothing_cygirl','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7838,7838,'RoboRat','cpunk15_roborat','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7839,7839,'Electro- Sheep','cpunk15_robosheep','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7840,7840,'Cyber Bar','cpunk_c15_bar','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7841,7841,'Circuit Head','clothing_cycircuit','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7842,7842,'Leather Jacker','clothing_cyleather','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7843,7843,'Techno Headphones','clothing_cyphones','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7844,7844,'Cyberpunk Building 1','cpunk_c15_building1','s',1,2,6.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(7845,7845,'Sheep Balloon','cny_sheepballoon','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7846,7846,'Goat Statue','china_goat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7847,7847,'Cyber Stage','cpunk_c15_stage1','s',2,2,0.05,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','0.00;1.50;2.70','',0,0,''),(7848,7848,'WIRED Effect: Bot changes clothes','wf_act_bot_clothes','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_bot_clothes',1,'0','','',0,0,''),(7849,7849,'WIRED Effect: Teleport Bot to Furni','wf_act_bot_teleport','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_bot_teleport',1,'0','','',0,0,''),(7850,7850,'WIRED Trigger: Bot reaches Furni','wf_trg_bot_reached_stf','s',1,1,0.65,1,0,0,0,1,1,0,0,1,'wf_trg_bot_reached_stf',1,'0','','',0,0,''),(7851,7851,'WIRED Effect: Bot follows user','wf_act_bot_follow_avatar','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_bot_follow_avatar',1,'0','','',0,0,''),(7852,7852,'WIRED Effect: Bot gives Handitem','wf_act_bot_give_handitem','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_bot_give_handitem',1,'0','','',0,0,''),(7853,7853,'WIRED Effect: Bot moves to Furni','wf_act_bot_move','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_bot_move',1,'0','','',0,0,''),(7854,7854,'WIRED Condition: User has handitem','wf_cnd_has_handitem','s',1,1,0.65,1,0,0,0,1,1,0,0,1,'wf_cnd_has_handitem',1,'0','','',0,0,''),(7855,7855,'WIRED Effect: Bot talks or whispers to user','wf_act_bot_talk_to_avatar','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_bot_talk_to_avatar',1,'0','','',0,0,''),(7856,7856,'WIRED Trigger: Bot reaches user','wf_trg_bot_reached_avtr','s',1,1,0.65,1,0,0,0,1,1,0,0,1,'wf_trg_bot_reached_avtr',1,'0','','',0,0,''),(7857,7857,'WIRED Effect: Bot talks or shouts to all users','wf_act_bot_talk','s',1,1,0.65,1,0,0,1,1,1,0,0,1,'wf_act_bot_talk',1,'0','','',0,0,''),(7858,7858,'Habbo Hotel','room_cof15_tree1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7859,7859,'Habbo Hotel','room_cof15_counter2','s',3,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7860,7860,'Habbo Hotel','room_cof15_table3','s',1,1,0.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7861,7861,'Habbo Hotel','room_cof15_lamp1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7862,7862,'Habbo Hotel','room_cof15_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7863,7863,'Habbo Hotel','room_cof15_counter1','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'97,96','','',0,0,''),(7864,7864,'Habbo Hotel','room_cof15_table1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7865,7865,'Habbo Hotel','room_cof15_table2','s',3,1,0.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7866,7866,'Habbo Hotel','room_cof15_sofa1','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7867,7867,'Habbo Hotel','room_cof15_cup','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7868,7868,'Habbo Hotel','room_cof15_planter','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7869,7869,'Habbo Hotel','room_cof15_pillar1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7870,7870,'Habbo Hotel','room_cof15_counter3','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7871,7871,'Habbo Hotel','room_cof15_espresso','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'8','','',0,0,''),(7872,7872,'Habbo Hotel','room_cof15_lamp2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7873,7873,'Habbo Hotel','room_cof15_shelf2','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7874,7874,'Habbo Hotel','room_cof15_shelf','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7875,7875,'Habbo Hotel','room_cof15_door','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(7876,7876,'Habbo Hotel','room_cof15_cup2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'85','','',0,0,''),(7877,7877,'Habbo Hotel','room_cof15_sofa2','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7878,7878,'Habbo Hotel','room_cof15_press','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7879,7879,'Habbo Hotel','room_gh15_cab2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7880,7880,'Habbo Hotel','room_gh15_light','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(7881,7881,'Habbo Hotel','room_gh15_cab3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7882,7882,'Habbo Hotel','room_gh15_cab1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'information_terminal',2,'0','','',0,0,''),(7883,7883,'Habbo Hotel','room_gh15_desk','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(7884,7884,'Habbo Hotel','room_gh15_cab4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7885,7885,'Habbo Hotel','room_gh15_cab6','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7886,7886,'Habbo Hotel','room_gh15_ball','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7887,7887,'Habbo Hotel','room_gh15_rtele','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleporttile',2,'0','','',0,0,''),(7888,7888,'Habbo Hotel','room_gh15_cab5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7889,7889,'room_hcl15_tree2','room_hcl15_tree2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(7890,7890,'Habbo Hotel','room_hcl15_gate','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'club_gate',2,'0','','',0,0,''),(7891,7891,'Habbo Hotel','room_hcl15_dj','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7892,7892,'Habbo Hotel','room_hcl15_table1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7893,7893,'Habbo Hotel','room_hcl15_table2','s',1,2,0.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7894,7894,'Habbo Hotel','room_hcl15_sofa','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7895,7895,'Habbo Hotel','room_hcl15_amp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7896,7896,'Habbo Hotel','room_hcl15_div','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7897,7897,'Habbo Hotel','room_hcl15_tube','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7898,7898,'Habbo Hotel','room_hcl15_bar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',15,'0','','',0,0,''),(7899,7899,'Habbo Hotel','room_hcl15_barchair','s',1,1,1.40,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7900,7900,'Habbo Hotel','room_hcl15_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(7901,7901,'Habbo Hotel','room_hcl15_tree1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(7902,7902,'Habbo Hotel','room_hcl15_djtable','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7903,7903,'Habbo Hotel','room_wl15_mag1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(7904,7904,'Habbo Hotel','room_wl15_table1','s',1,2,0.35,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7905,7905,'Habbo Hotel','room_wl15_ele','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(7906,7906,'Habbo Hotel','room_wl15_sink','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7907,7907,'Habbo Hotel','room_wlof15_bed','s',1,3,1.80,1,0,1,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7908,7908,'Habbo Hotel','room_wl15_teleblock','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleporttile',1,'0','','',0,0,''),(7909,7909,'Habbo Hotel','room_wl15_tree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(7910,7910,'Habbo Hotel','room_wl15_infolink','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7911,7911,'Habbo Hotel','room_wl15_pillar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(7912,7912,'Habbo Hotel','room_wl15_trashbin','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7913,7913,'Habbo Hotel','room_wl15_table3','s',1,1,0.95,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7914,7914,'Habbo Hotel','room_wl15_bthdoor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(7915,7915,'Habbo Hotel','room_wl15_toiletbroke','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'multiheight',2,'0','1.2;2.8','',0,0,''),(7916,7916,'Habbo Hotel','room_wl15_deskgate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(7917,7917,'Habbo Hotel','room_wl15_deskfront','s',1,4,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(7918,7918,'Habbo Hotel','room_wl15_table2','s',2,2,0.35,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7919,7919,'Habbo Hotel','room_wlof15_chair','s',1,1,1.40,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7920,7920,'Habbo Hotel','room_wl15_mirror','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7921,7921,'Habbo Hotel','room_wlof15_wardrobe','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7922,7922,'Habbo Hotel','room_wlof15_bookcase','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7923,7923,'Habbo Hotel','room_wl15_toilet','s',1,1,1.20,1,1,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(7924,7924,'Habbo Hotel','room_wl15_sofa','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7925,7925,'Habbo Hotel','room_hall15_wfall','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7926,7926,'Habbo Hotel','room_hall15_dish1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(7927,7927,'Habbo Hotel','room_hall15_ele','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(7928,7928,'Habbo Hotel','room_hall15_light1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(7929,7929,'Habbo Hotel','room_hall15_dish2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(7930,7930,'Habbo Hotel','room_hall15_arch','s',2,4,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7931,7931,'Habbo Hotel','room_hall15_plant1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(7932,7932,'Orange Soda Candy Table','cland_c15_table','s',1,1,0.80,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(7933,7933,'Popsicle Tree','cland_c15_icreamtree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7934,7934,'Swirly Hair','clothing_frontswirl','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7935,7935,'Chocolate Jersey','clothing_cjersey','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7936,7936,'Candy Girl Outfit','clothing_candygirl','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7937,7937,'Vanilla Wafer Gate','cland_c15_gate','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(7938,7938,'White Chocolate Bunny','cland15_LTD5','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7939,7939,'Yellow Gum Drop Seat','cland_c15_jellyseat2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7940,7940,'Jello Tent','cland15_tent','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'tent',1,'0','','',0,0,''),(7941,7941,'Candycane Pillar','cland_c15_pillar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7942,7942,'Wafer Block','cland_c15_waferblock','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7943,7943,'Collared Jumper','clothing_cjumper','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7944,7944,'Strawberry Wafer Gate','cland_c15_gatepink','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(7945,7945,'Dark Chocolate Bunny','cland15_ltd4','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7946,7946,'Hard Candy Pavement','cland_c15_pavement','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(7947,7947,'Chocolate Stick Roof','cland_c15_roof','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7948,7948,'Double Cherries','clothing_cherries','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7949,7949,'Laffy Taffy Tree','cland_c15_swirltree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7950,7950,'Cake Block','cland_c15_cakeblock','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',10,'0','','',0,0,''),(7951,7951,'Puffy Shorts','clothing_cshorts','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7952,7952,'Obbah Wobbah Hair','clothing_habloompa','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7953,7953,'Candy Throne','cland15_candythrone','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7954,7954,'Cherry Bomb','clothing_cherrybomb','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7955,7955,'Wafer Wall','cland_c15_wafer','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7956,7956,'cland15_ltd3','cland15_ltd3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7957,7957,'Unicorn Praline','cland15_unipoo','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7958,7958,'Candy Headphones','clothing_candyphones','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7959,7959,'Cherry Light','cland_c15_light','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7960,7960,'Magical Candy Unicorn','cland15_unicorn','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7961,7961,'Side Hat','clothing_sidehat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7962,7962,'Bubblegum Fountain','cland15_fountain','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7963,7963,'Swirly Skirt','clothing_swirlskirt','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7964,7964,'Green Frosting Grass','cland_c15_grass','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(7965,7965,'cland15_ltd1','cland15_ltd1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7966,7966,'Cotton Candy Tree','cland15_flosstree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7967,7967,'Chocolate Drop Hat','clothing_chocodrop','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7968,7968,'Hard Candy Bunny','cland15_ltd2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7969,7969,'Bubblegum Floor','cland_c15_goofloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(7970,7970,'Lollipop Tree','cland_c15_lollytree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(7971,7971,'Blue Gum Drop Seat','cland_c15_jellyseat3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7972,7972,'Pink Gum Drop Seat','cland_c15_jellyseat1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7973,7973,'Swirly Top','clothing_swirltop','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7974,7974,'Pocky Stick Forest','cland_c15_chocostick','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(7975,7975,'Chocolate Rocks','cland_c15_chocorock','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(7976,7976,'Candy Boy Outfit','clothing_candyboy','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7977,7977,'Epic Pet','petbox_epic','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7978,7978,'Alien Hat','clothing_knitalien','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(7979,7979,'Gold HiPad Vendor','tablet_vendorg','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'1071','','',0,0,''),(7980,7980,'Green Alien','prize_alienplush','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(7981,7981,'Habbo Hotel','room_info15_shrub1','s',1,1,1.60,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7982,7982,'Habbo Hotel','room_info15_shrub3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(7983,7983,'Habbo Hotel','room_info15_shrub2','s',2,1,1.60,1,0,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(7984,7984,'Habbo Hotel','room_info15_statue1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7985,7985,'Habbo Hotel','room_info15_counter3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(7986,7986,'Habbo Hotel','room_info15_sofa2','s',3,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7987,7987,'Habbo Hotel','room_info15_tree1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(7988,7988,'room_info15_bus1 name','room_info15_bus*1','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7989,7989,'room_info15_bus10 name','room_info15_bus*10','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7990,7990,'room_info15_bus11 name','room_info15_bus*11','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7991,7991,'room_info15_bus12 name','room_info15_bus*12','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7992,7992,'room_info15_bus13 name','room_info15_bus*13','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7993,7993,'room_info15_bus14 name','room_info15_bus*14','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7994,7994,'room_info15_bus15 name','room_info15_bus*15','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7995,7995,'room_info15_bus16 name','room_info15_bus*16','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7996,7996,'room_info15_bus17 name','room_info15_bus*17','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7997,7997,'room_info15_bus18 name','room_info15_bus*18','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7998,7998,'room_info15_bus19 name','room_info15_bus*19','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(7999,7999,'room_info15_bus2 name','room_info15_bus*2','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8000,8000,'room_info15_bus20 name','room_info15_bus*20','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8001,8001,'room_info15_bus3 name','room_info15_bus*3','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8002,8002,'room_info15_bus4 name','room_info15_bus*4','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8003,8003,'room_info15_bus5 name','room_info15_bus*5','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8004,8004,'room_info15_bus6 name','room_info15_bus*6','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8005,8005,'room_info15_bus7 name','room_info15_bus*7','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8006,8006,'room_info15_bus8 name','room_info15_bus*8','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8007,8007,'room_info15_bus9 name','room_info15_bus*9','s',9,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8008,8008,'Habbo Hotel','room_info15_bridge1','s',1,2,0.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8009,8009,'Habbo Hotel','room_info15_bridge2','s',2,2,0.80,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8010,8010,'Habbo Hotel','room_info15_clouds','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8011,8011,'Habbo Hotel','room_info15_lamp1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8012,8012,'Habbo Hotel','room_info15_bench','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8013,8013,'Habbo Hotel','room_info15_sofa1','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8014,8014,'Habbo Hotel','room_info15_reed','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',12,'0','','',0,0,''),(8015,8015,'Habbo Hotel','room_info15_fridge','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8016,8016,'Habbo Hotel','room_info15_counter4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8017,8017,'Habbo Hotel','room_info15_counter2','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8018,8018,'Habbo Hotel','room_info15_counter1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8019,8019,'Habbo Hotel','room_info15_statue2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8020,8020,'Habbo Hotel','room_info15_bg','s',1,1,0.10,1,0,0,0,1,1,0,0,1,'background_toner',2,'0','','',0,0,''),(8021,8021,'Atlas BC','diamond_painting8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8022,8022,'HabboCopter','army15_copter','s',2,3,9.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8023,8023,'Conference Table Corner','army_c15_contable2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8024,8024,'Army Ranks 4','clothing_rank4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8025,8025,'army15_ltdhumvee','army15_ltdhumvee','s',2,3,1.20,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8026,8026,'Army Teleport','army_c15_telemine','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(8027,8027,'Medic Tent','army_c15_medictent','s',4,3,0.01,1,0,0,1,1,1,0,0,1,'tent',6,'0','','',0,0,''),(8028,8028,'Notice Board','army_c15_notice','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8029,8029,'Wooden Crate','army_c15_crate','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8030,8030,'Military Parade Uniform','clothing_parade','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8031,8031,'Compass','army_c15_compass','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8032,8032,'Glass Room Divider Corner','army_c15_glasscrn','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8033,8033,'Body Scanner','army_c15_doorscan','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8034,8034,'Kevlar Outfit','clothing_kevlaroutfit','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8035,8035,'Barrier Arm Gate','army_c15_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8036,8036,'Executive Swivel Chair','army_c15_leatherchr','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8037,8037,'Guard Stand','army_c15_guardcub','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8038,8038,'Security Fence Corner','army_c15_wirecrn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8039,8039,'Sandbag','army_c15_sandbag','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8040,8040,'Overhead Light','army_c15_light','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8041,8041,'Military Parade Jacket','clothing_militaryjacket','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8042,8042,'Recruit Uniform','clothing_camooutfit','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8043,8043,'Side Cap','clothing_napkin','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8044,8044,'Kevlar Vest','clothing_kevlar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8045,8045,'Army Boots','clothing_camoboots','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8046,8046,'Flat Screen TV','army_c15_screen','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(8047,8047,'Army Ranks 5','clothing_rank5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8048,8048,'X-Ray Scanner','army15_scanner','s',1,1,2.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8049,8049,'Security Fence','army_c15_wiredividr','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8050,8050,'Jerry Can','army_c15_jerrycan','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8051,8051,'Kevlar Helmet','clothing_kevlarhat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8052,8052,'Watchtower','army_c15_watchtwr','s',1,1,3.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8053,8053,'Conference Table','army_c15_contable','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8054,8054,'Mighty 1or of Habbo Bust','army15_statue','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8055,8055,'Foot Locker','army_c15_locker','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8056,8056,'Military Medal 1','clothing_medal1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8057,8057,'Army Ranks 3','clothing_rank3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8058,8058,'Office Cubicle','army_c15_officetent','s',4,4,0.00,1,0,0,1,1,1,0,0,1,'tent',1,'0','','',0,0,''),(8059,8059,'Military Medal 3','clothing_medal3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8060,8060,'Conference Door','army_c15_teledoor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(8061,8061,'Mahogany Conference Desk','army15_ltddesk','s',3,2,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8062,8062,'Swivel Chair','army_c15_chair','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8063,8063,'Drill Sergeant Hat','clothing_drillserg','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8064,8064,'Potted Peace-Lily Plant','army_c15_plant','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8065,8065,'Army Ranks 2','clothing_rank2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8066,8066,'Folding Table','army_c15_table','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8067,8067,'Camp Cot','army_c15_bed','s',1,3,1.50,0,0,1,0,1,1,0,0,1,'bed',4,'0','','',0,0,''),(8068,8068,'Filing Cabinet','army_c15_cabinet','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(8069,8069,'Metal Shelf','army_c15_bookshelf','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8070,8070,'Military Gun Rack','army_c15_gunrack','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8071,8071,'Shipping Crate','army_c15_shipcon','s',3,2,2.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(8072,8072,'Army Ranks 1','clothing_rank1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8073,8073,'Glass Room Divider','army_c15_glassdivdr','s',2,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8074,8074,'Military Dress Skirt','clothing_armyskirt','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8075,8075,'Military Parade Trousers','clothing_militarypants','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8076,8076,'Army Slop','army_c15_food','s',1,1,0.50,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8077,8077,'Short Blue Carpet','army_c15_carpet','s',2,2,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8078,8078,'Walkie Talkie','clothing_walkie','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8079,8079,'Hector the German Shepherd','army15_dog','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8080,8080,'Rugged Laptop','army_c15_deskcomp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(8081,8081,'Desktop Clutter','army_c15_deskitem','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8082,8082,'Group Flag','army_c15_groupflag','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8083,8083,'Military Medal 2','clothing_medal2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8084,8084,'Camo Tank','clothing_camotank','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8085,8085,'Military Parade Hat','clothing_militaryhat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8086,8086,'Camo Cap','clothing_camocap','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8087,8087,'Camouflage Combat Trousers','clothing_camotuck','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8088,8088,'Habbo Hotel','room_info15_div','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8089,8089,'Habbo Hotel','room_info15_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8090,8090,'botnest name','botnest','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8091,8091,'Three-toed Dino Footprint','dino_c15_footprint','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8092,8092,'Pamela the Parasaurolophus','dino15_dinoprize6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8093,8093,'Plesiosaurus Fossil','dino15_fossil2','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'dino_fossil',20,'0','','',0,0,''),(8094,8094,'Archaeopteryx Fossil','dino15_fossil5','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'dino_fossil',20,'0','','',0,0,''),(8095,8095,'Venus Fly Trap','dino_c15_venusfly','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8096,8096,'Baby Dino Nest','dino_c15_nest','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8097,8097,'Dinosaur Hat','clothing_dinohat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8098,8098,'T-Rex Bone throne','dino15_throne','s',1,1,2.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8099,8099,'Dusty Grass Floor','dino_c15_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8100,8100,'Brown Earth Blocks','dino_c15_blocks','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0.5;1.0;1.5;2.0','',0,0,''),(8101,8101,'Tiny Rocks','dino_c15_rocksmall','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8102,8102,'Rock Table','dino_c15_table','s',2,1,0.40,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8103,8103,'Dilophosaurus','dino_c15_dilosaur','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8104,8104,'Monkey Puzzle Tree','dino_c15_tree1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8105,8105,'Electric Fence Corner','dino_c15_crn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8106,8106,'Lava Geyser','dino_c15_volcano','s',1,1,0.00,0,1,0,0,1,1,0,0,1,'multiheight',2,'0','0.6;2.2','',0,0,''),(8107,8107,'Amber Dung Beetle','dino15_amberbug','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8108,8108,'Jurassic Meganeura LTD','dino15_dragonfly','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8109,8109,'Electric Fence Gate','dino_c15_gate','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8110,8110,'Hot Spring Teleport','dino_c15_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(8111,8111,'Cave Dweller Shirt','clothing_caveshirt','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8112,8112,'Rib Bone Archway','dino_c15_ribcage','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(8113,8113,'Ginkgos Tree','dino_c15_tree2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8114,8114,'Sleepin'' Suzie','dino15_dinoprize1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8115,8115,'Cave Dweller Hair','clothing_cavehair','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8116,8116,'Raptor Fossil','dino15_fossil3','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'dino_fossil',20,'0','','',0,0,''),(8117,8117,'Jumbo Rocks','dino_c15_rocklarge','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8118,8118,'Amber Saber-Toothed Duck','dino15_amberduck','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8119,8119,'Dock Leaf Bush','dino_c15_plant2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8120,8120,'Leafy Crawler','dino_c15_plant1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8121,8121,'Dino onesie','clothing_dino','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8122,8122,'Electric Fence','dino_c15_divdr','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8123,8123,'Becca the Brontosaurus','dino15_dinoprize3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8124,8124,'Ammonoidea Fossill','dino15_fossil1','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'dino_fossil',20,'0','','',0,0,''),(8125,8125,'Cave Dweller Outfit','clothing_caveman','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8126,8126,'Mossy Log','dino_c15_log','s',2,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8127,8127,'Donald the Dodo','dino15_dinoprize4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8128,8128,'Triceratops Fossil','dino15_fossil4','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'dino_fossil',20,'0','','',0,0,''),(8129,8129,'Tracy the Triceratops','dino15_dinoprize5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8130,8130,'Skull Hat','clothing_hat_skulldino','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8131,8131,'Clifford the T-Rex','dino15_dinoprize2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8132,8132,'Cycad Plant','dino_c15_tree3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8133,8133,'Fossil Hammer','fxbox_fx183','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8134,8134,'Gold Bullion','CF_300_bricks','s',1,1,0.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(8135,8135,'Habbo Hotel','room_thr15_spot','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8136,8136,'Habbo Hotel','room_thr15_chair2','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8137,8137,'Habbo Hotel','room_thr15_div2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8138,8138,'Habbo Hotel','room_thr15_curtain1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8139,8139,'Habbo Hotel','room_thr15_bubjuice','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'43','','',0,0,''),(8140,8140,'Habbo Hotel','room_thr15_popcorn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'63','','',0,0,''),(8141,8141,'Habbo Hotel','room_thr15_stair','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',2,'0','0.0;1.0','',0,0,''),(8142,8142,'Habbo Hotel','room_thr15_icecream','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'4','','',0,0,''),(8143,8143,'Habbo Hotel','room_thr15_chair1','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8144,8144,'Habbo Hotel','room_thr15_div3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',12,'0','','',0,0,''),(8145,8145,'Habbo Hotel','room_thr15_stage','s',1,1,1.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8146,8146,'Habbo Hotel','room_thr15_ramp','s',2,1,0.50,1,0,0,1,1,1,0,0,1,'multiheight',10,'0','0.00;0.60;1.20;1.80;2.40;3.00;3.60;4.20','',0,0,''),(8147,8147,'Habbo Hotel','room_thr15_block','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8148,8148,'Habbo Hotel','room_thr15_div1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8149,8149,'Habbo Hotel','room_thr15_frontcur','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8150,8150,'Habbo Hotel','room_thr15_cover','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8151,8151,'Habbo Hotel','room_thr15_candy','s',1,4,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8152,8152,'Habbo Hotel','room_thr15_hotdog','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'81','','',0,0,''),(8153,8153,'Habbo Hotel','room_thr15_sofa','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8154,8154,'Habbo Hotel','room_info15_roller','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'roller',2,'0','','',0,0,''),(8155,8155,'Raptor Nest','nest_raptor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8156,8156,'Velociraptor Egg','velociraptor_egg','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8157,8157,'Pterodactyl Egg','pterosaur_egg','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8158,8158,'Kale','petfood31','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8159,8159,'Meat Bone','petfood30','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8160,8160,'Attic Room','paris_c15_roof','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8161,8161,'Chateau Pillar','paris_c15_crn','s',1,1,8.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8162,8162,'Street Artist Display','paris15_paintings','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8163,8163,'Sailor Sweater','clothing_breton','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8164,8164,'Spotless Restaurant Table','paris_c15_table','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8165,8165,'Blue Bicycle','paris15_bicycle','s',1,2,1.00,1,0,1,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8166,8166,'Cafe de Flore','paris_c15_building2','s',3,1,8.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8167,8167,'Coffee Sipping Chair','paris_c15_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8168,8168,'Parisien Pigeons','paris15_pigeon','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8169,8169,'Frog''s legs','paris_c15_food3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(8170,8170,'Cafe de Flore','paris_c15_menu','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8171,8171,'Smelly Cheese','paris_c15_food1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(8172,8172,'Cute Poodle','paris15_poodle','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8173,8173,'Plate of Snails','paris15_giftsnails','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8174,8174,'Pot of Roses','paris_c15_flowerpot','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8175,8175,'Tomato Stall','paris_c15_vegstall3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8176,8176,'Frank''s Fruity Cake','paris15_cake','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8177,8177,'Parisien Apartment','paris_c15_building1','s',3,1,8.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8178,8178,'Love Arch','paris_c15_arch','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8179,8179,'Parisien Necktie','clothing_necktie','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8180,8180,'Shadow Patch','paris_c15_shadow','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(8181,8181,'Aubergine Stall','paris_c15_vegstall2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8182,8182,'paris15_ltdfountain','paris15_ltdfountain','s',3,3,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8183,8183,'Cobblestone Floor','paris_c15_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8184,8184,'French Pancake','paris_c15_food2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(8185,8185,'French Flower Cart','paris_c15_flowerstl','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'1000;1001;1002;1006;1007;1008;1009;1019;1021;1022;1023','','',0,0,''),(8186,8186,'Tricolore Awning','paris_c15_awning','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(8187,8187,'Parisien Sidewalk','paris_c15_pavement','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8188,8188,'Fresh Bread Cart','paris_c15_breadstall','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'97','','',0,0,''),(8189,8189,'Cabbage Stall','paris_c15_vegstall1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'100','','',0,0,''),(8190,8190,'Parisien Parasol','paris_c15_parasol','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8191,8191,'Pterodactyl Nest','nest_pterosaur','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8192,8192,'yttv_retro name','yttv_retro','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'youtube',2,'0','','',0,0,''),(8193,8193,'Habbo 15 Rare Prize Balloon','habbo15_rare_crackable','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(8194,8194,'habbo15_comp_photo name','habbo15_comp_photo','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8195,8195,'Outfit Competition Finalists','habbo15_comp_clothing','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8196,8196,'Room Competition Finalists','habbo15_comp_room','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8197,8197,'Habbo 15','habbo15_comp_video','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8198,8198,'Competition Winner','habbo15_placeholder','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8199,8199,'Rare Competition Finalists','habbo15_comp_furni','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8200,8200,'Block Competition Finalists','habbo15_comp_blocks','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8201,8201,'Habbo 15 Prize Balloon','habbo15_crackable','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(8202,8202,'Habbo Hotel','room_hall_trophy2','s',2,2,1.90,1,0,0,0,1,1,0,0,1,'trophy',1,'0','','',0,0,''),(8203,8203,'room_hall15_window name','room_hall15_window','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8204,8204,'Habbo Hotel','room_hall15_pillar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8205,8205,'Habbo Hotel','room_hall15_sofa','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8206,8206,'Habbo Hotel','room_hall_trophy1','s',1,1,1.50,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8207,8207,'Habbo Hotel','room_hall15_barch','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8208,8208,'pillar*10','pillar*10','s',1,1,3.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8209,8209,'Maroon Parasol','rare_parasol*4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8210,8210,'Maroon Spaceship Door','scifidoor*11','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(8211,8211,'Maroon Sleeping Bag','sleepingbag*11','s',1,3,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8212,8212,'Maroon Fountain','rare_fountain*4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8213,8213,'Maroon Dragon Lamp','rare_dragonlamp*10','s',1,1,0.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(8214,8214,'Maroon Powered Fan','rare_fan*10','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8215,8215,'Maroon Ice Cream Maker','rare_icecream*11','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'vendingmachine',1,'4','','',0,0,''),(8216,8216,'Maroon Oriental Door','wooden_screen*10','s',1,2,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8217,8217,'Maroon Amber Lamp','rare_beehive_bulb*3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8218,8218,'Maroon Pillow','pillow*10','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8219,8219,'Maroon Laser Portal','scifiport*10','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(8220,8220,'Maroon Elephant','rare_elephant_statue*3','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8221,8221,'Maroon Marquee','marquee*11','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(8222,8222,'Maroon Smoke Machine','scifirocket*10','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8223,8223,'African Meerkat','africa15_meerkat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8224,8224,'Lodge Floor','lodge_c15_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8225,8225,'Dungeon Bed','drago_c15_bed','s',1,1,1.70,0,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(8226,8226,'Dungeon Sofa','drago_c15_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8227,8227,'Gothic Toilet','gothic_c15_toilet','s',1,1,1.60,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8228,8228,'Gothic Tower','gothic_c15_tower','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8229,8229,'Gothic Divider','gothic_c15_dvdr','s',2,1,1.50,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8230,8230,'Gothic Chandelier','gothic_c15_chandelier','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8231,8231,'Gothic Corner','gothic_c15_crn','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8232,8232,'Quackatoa Duck','anc15_pharaohduck','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8233,8233,'Ancient Table','anc_c15_table','s',1,2,0.40,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8234,8234,'Ancient Chair','anc_c15_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8235,8235,'gothic15_toilet','gothic15_toilet','s',1,1,1.00,0,1,1,2,1,1,0,1,0,'default',1,'0','','',0,0,''),(8236,8236,'Lost Tribe Tree','lt_c15_tree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8237,8237,'Lost Tribe Teleport','lt15_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(8238,8238,'Lost Tribe Leafy Bush','lt_c15_bush','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8239,8239,'African Table','africa_c15_table','s',2,1,0.55,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8240,8240,'African Chair','africa_c15_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8241,8241,'Bongos','africa_c15_bongos','s',1,1,1.60,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8242,8242,'Priorities','habbo15_win_2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8243,8243,'habbo15_win_3 name','habbo15_win_3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8244,8244,'habbo15_win_1 name','habbo15_win_1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8245,8245,'Tiki Lei','tiki_c15_leigiver','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8246,8246,'Tiki Teleport','tiki_c15_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(8247,8247,'Greek Tile','greek_c15_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(8248,8248,'Greek Bench','greek_c15_bench','s',2,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8249,8249,'Greek Torch','greek_c15_lamp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8250,8250,'greek_c15_tile name','greek_c15_tile','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8251,8251,'Tool Shed','garden_c15_toolshed','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8252,8252,'Mushroom Stool','garden_c15_shroomchr','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8253,8253,'Lawnmower','garden15_lawnmower','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8254,8254,'habbo15_win_5 name','habbo15_win_5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8255,8255,'habbo15_win_4 name','habbo15_win_4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8256,8256,'habbo15_win_10 name','habbo15_win_10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8257,8257,'habbo15_win_7 name','habbo15_win_7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8258,8258,'habbo15_win_6 name','habbo15_win_6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8259,8259,'habbo15_win_8 name','habbo15_win_8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8260,8260,'Desk Phone','exe_c15_telephone','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8261,8261,'Executive Printer','exe_c15_printer','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8262,8262,'Desk Tidy','exe_c15_desktidy','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8263,8263,'Steampunk Plane','steampunk15_plane','s',1,1,3.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8264,8264,'Steampunk Door','steampunk_c15_door','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(8265,8265,'Steampunk Bed','steampunk_c15_bed','s',2,3,2.00,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8266,8266,'','steampunk_c15_stage','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8267,8267,'habbo15_win_13 name','habbo15_win_13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8268,8268,'Habbo15 Outfit Competition Winner','habbo15_win_12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8269,8269,'Habbo 15th Birthday Cake','habbo15_birthdaycake','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8270,8270,'habbo15_win_14 name','habbo15_win_14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8271,8271,'habbo15_win_11 name','habbo15_win_11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8272,8272,'habbo15_win_9 name','habbo15_win_9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8273,8273,'Pink Coffee Table','romantique_c15_table*1','s',2,1,0.80,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8274,8274,'Green Coffee Table','romantique_c15_table*2','s',2,1,0.80,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8275,8275,'Turquoise Coffee Table','romantique_c15_table*3','s',2,1,0.80,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8276,8276,'Lemon Coffee Table','romantique_c15_table*4','s',2,1,0.80,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8277,8277,'Black Coffee Table','romantique_c15_table*5','s',2,1,0.80,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8278,8278,'Romantique Dresser','romantique_c15_dresser','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',9,'0','','',0,0,''),(8279,8279,'Uni Lamp','uni_c15_lamp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8280,8280,'Shelf Corner','uni_c15_shelvescrn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(8281,8281,'Uni Bench','uni_c15_chair','s',1,1,0.90,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8282,8282,'Bling Chandelier','bling_c15_chandalier','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8283,8283,'Bling Billiards Table','bling15_pooltable','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8284,8284,'Daruma Doll','jp_c15_daruma','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8285,8285,'Ornate Shelf','jp_c15_dresser','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8286,8286,'Tetsubin Teapot','jp_c15_teapot','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8287,8287,'Maneki-neko','jp15_luckycat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8288,8288,'habbo15_win_19 name','habbo15_win_19','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8289,8289,'habbo15_win_16 name','habbo15_win_16','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8290,8290,'habbo15_win_17 name','habbo15_win_17','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8291,8291,'habbo15_win_20 name','habbo15_win_20','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8292,8292,'habbo15_win_15 name','habbo15_win_15','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8293,8293,'habbo15_win_22 name','habbo15_win_22','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8294,8294,'habbo15_win_18 name','habbo15_win_18','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8295,8295,'habbo15_win_24 name','habbo15_win_24','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8296,8296,'habbo15_win_28 name','habbo15_win_28','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8297,8297,'Habbo 15 Room Competition Winner','habbo15_win_21','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8298,8298,'habbo15_win_25 name','habbo15_win_25','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8299,8299,'habbo15_win_23 name','habbo15_win_23','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8300,8300,'habbo15_win_29 name','habbo15_win_29','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8301,8301,'habbo15_win_26 name','habbo15_win_26','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8302,8302,'Habbo Hotel','room_pcnc15_dvd2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8303,8303,'Habbo Hotel','room_pcnc15_dvd1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8304,8304,'Habbo Hotel','room_pcnc15_hotdog','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'81','','',0,0,''),(8305,8305,'Habbo Hotel','room_pcnc15_awn','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8306,8306,'Habbo Hotel','room_pcnc15_carrot','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8307,8307,'Habbo Hotel','room_pcnc15_table1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8308,8308,'Habbo Hotel','room_pcnc15_gzb','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8309,8309,'Habbo Hotel','room_pcnc15_wbench','s',1,1,0.90,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8310,8310,'Habbo Hotel','room_pcnc15_soda','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'43','','',0,0,''),(8311,8311,'Habbo Hotel','room_pcnc15_table3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8312,8312,'Habbo Hotel','room_pcnc15_table2','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8313,8313,'Habbo Hotel','room_pcnc15_blanket','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8314,8314,'Habbo Hotel','room_pcnc15_chair1','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8315,8315,'Habbo Hotel','room_pcnc15_wood','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8316,8316,'Habbo Hotel','room_pcnc15_bbq','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8317,8317,'Habbo 15 Video Competition winner','habbo15_win_32','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8318,8318,'habbo15_win_34 name','habbo15_win_34','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8319,8319,'habbo15_win_30 name','habbo15_win_30','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8320,8320,'habbo15_win_31 name','habbo15_win_31','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8321,8321,'habbo15_win_35 name','habbo15_win_35','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8322,8322,'habbo15_win_33 name','habbo15_win_33','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8323,8323,'habbo15_win_27 name','habbo15_win_27','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8324,8324,'habbo15_win_36 name','habbo15_win_36','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8325,8325,'habbo15_win_38 name','habbo15_win_38','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8326,8326,'habbo15_win_39 name','habbo15_win_39','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8327,8327,'habbo15_win_41 name','habbo15_win_41','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8328,8328,'habbo15_win_37 name','habbo15_win_37','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8329,8329,'habbo15_win_43 name','habbo15_win_43','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8330,8330,'habbo15_win_40 name','habbo15_win_40','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8331,8331,'habbo15_win_42 name','habbo15_win_42','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8332,8332,'Habbo 15 Rare Furni Competition Winner','habbo15_win_44','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8333,8333,'habbo15_win_45 name','habbo15_win_45','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8334,8334,'Chest plate of the redeemed','clothing_knighttop','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8335,8335,'Robes of the Lost Souls','clothing_demonoutfit','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8336,8336,'Helmet of Water','clothing_waterhelm','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8337,8337,'Famine horseman mask','clothing_fammask','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8338,8338,'Cloak of the damned','clothing_demoncloak','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8339,8339,'Mask of War','clothing_warmask','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8340,8340,'Helmet of Air','clothing_airhelm','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8341,8341,'Light Guardian Battle Gear','clothing_knightoutfit','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8342,8342,'Helmet of Fire','clothing_firehelm','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8343,8343,'Demonhood','clothing_demonhood','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8344,8344,'Hallowed leg plates','clothing_knighttrousers','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8345,8345,'Cursed skull pendant','clothing_skullnecklace','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8346,8346,'Helmet of Earth','clothing_earthhelm','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8347,8347,'Death horseman mask','clothing_deathmask','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8348,8348,'Pestilence horseman mask','clothing_pestmask','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8349,8349,'Harbinger of the Habbocalypse','hween_c15_angel','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8350,8350,'Brass Water Lily Pot','bonusrare16_2*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8351,8351,'Quartz Water Lily Pot','bonusrare16_2*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8352,8352,'Nickel Water Lily Pot','bonusrare16_2*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8353,8353,'Copper Water Lily Pot','bonusrare16_2*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8354,8354,'Mint Vase','bonusrare16_1*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8355,8355,'Cerulean Vase','bonusrare16_1*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8356,8356,'Charcoal Vase','bonusrare16_1*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8357,8357,'Mauve Vase','bonusrare16_1*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8358,8358,'Ochre Bird of Paradise','bonusrare16_3*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8359,8359,'Teal Bird of Paradise','bonusrare16_3*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8360,8360,'Mauve Bird of Paradise','bonusrare16_3*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8361,8361,'Purple Bird of Paradise','bonusrare16_3*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8362,8362,'hween_c15_evilcrystal2','hween_c15_evilcrystal2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8363,8363,'hween_c15_purecrystal2','hween_c15_purecrystal2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8364,8364,'Gloomy basement','hween_c15_stage','s',2,1,0.90,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8365,8365,'hween_c15_evilcrystal3','hween_c15_evilcrystal3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8366,8366,'Fog of the Habbocalypse','hween_c15_fog','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8367,8367,'Basement corner','hween_c15_stagecorner','s',1,1,0.90,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8368,8368,'Habbocalypse Building','hween_c15_building','s',2,1,3.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8369,8369,'Lost Souls Portal','hween_c15_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(8370,8370,'Small Lost Souls crystal','hween_c15_evilcrystal1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8371,8371,'Smelly Dumpster','hween_c15_dump','s',2,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8372,8372,'hween15_horseman3','hween15_horseman3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8373,8373,'hween_c15_purecrystal3','hween_c15_purecrystal3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8374,8374,'Skeletal Oak','hween_c15_tree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8375,8375,'Horseman of Death','hween15_ltdhorseman4','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8376,8376,'Emblem of the Habbocalypse','hween_c15_shinycarpet','s',3,3,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8377,8377,'Crumbling Pillar','hween_c15_corner','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8378,8378,'Burnt Car Wreckage','hween_c15_car','s',2,3,0.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(8379,8379,'Saintini','hween15_saintini','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8380,8380,'Demonic Frank','hween15_evilfrank','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8381,8381,'Haunted bus stop','hween_c15_busstop','s',2,1,1.35,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8382,8382,'Habbocalypse Pylons','hween_c15_telewire','s',1,4,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(8383,8383,'Haunted Phone Booth','hween_c15_phone','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8384,8384,'Evil Raider','hween15_evilraider','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8385,8385,'Creeky Stairs','hween_c15_stairs','s',2,1,0.70,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8386,8386,'Fermenting Rubbish','hween_c15_rubbish','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8387,8387,'Windswept Road','hween_c15_road','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(8388,8388,'Habbocalypse Crafting Altar','hween_c15_altar','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'crafting',2,'0','','',0,0,''),(8389,8389,'Clouds of the Habbocalypse','hween_c15_evilcloud','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8390,8390,'Corrupted Kitty','hween_c15_demoncat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8391,8391,'Horseman of Famine','hween15_ltdhorseman2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8392,8392,'hween15_horseman2','hween15_horseman2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8393,8393,'Floor fire','hween_c15_fire','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8394,8394,'Smashed Sidewalk','hween_c15_pavement','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8395,8395,'Horseman of Pestilence','hween15_ltdhorseman3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8396,8396,'hween15_horseman1','hween15_horseman1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8397,8397,'Dark Road Cracks','hween_c15_sdcrack','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8398,8398,'Swamp of Lost Souls','hween_c15_sdwater','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'water',2,'0','','',185,185,''),(8399,8399,'Horseman of War','hween15_ltdhorseman1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8400,8400,'Damaged Lamp post','hween_c15_lamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8401,8401,'Sam-Ta Cherub','hween15_saintta','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8402,8402,'hween15_horseman4','hween15_horseman4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8403,8403,'hween15_horseman5','hween15_horseman5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8404,8404,'Small Pure crystal','hween_c15_purecrystal1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8405,8405,'Purple Skull Credit Furni','CF_750_evilskull','s',1,1,0.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(8406,8406,'Sacrificial altar bed','hween_c15_altarbed','s',1,3,2.20,0,0,1,0,1,1,0,0,1,'crafting',2,'0','','',0,0,''),(8407,8407,'horse_dye_18 name','horse_dye_18','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8408,8408,'Future is Back Hoverboard','fxbox_fx14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8409,8409,'hween_c15_pumpkin2','hween_c15_pumpkin2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(8410,8410,'hween_c15_pumpkin1','hween_c15_pumpkin1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(8411,8411,'Blue Cushioned Chair','ktchn_c15_chair_b','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8412,8412,'Varnished Worktop','ktchn_c15_divdr','s',2,1,1.20,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8413,8413,'Green Kitchen Table','ktchn_c15_table_g','s',2,2,1.25,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8414,8414,'Red Brick Floor','ktchn_c15_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8415,8415,'Bread Bin','ktchn_c15_bread','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8416,8416,'Blue Kitchen Table','ktchn_c15_table_b','s',2,2,1.25,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8417,8417,'Chopping Board','ktchn_c15_chopboard','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(8418,8418,'Green Cushioned Chair','ktchn_c15_chair_g','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8419,8419,'Pink Kitchen Lamp','ktchn_c15_lamp_p','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8420,8420,'Coffee Machine','ktchn15_coffeemaker','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'14','','',0,0,''),(8421,8421,'Cereal Selection','ktchn_c15_cereal','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8422,8422,'Blue Kitchen Lamp','ktchn_c15_lamp_b','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8423,8423,'Stainless Steel Sink','ktchn_c15_sink','s',2,1,1.20,1,0,0,0,1,1,0,0,1,'default',9,'0','','',0,0,''),(8424,8424,'Pink Cushioned Chair','ktchn_c15_chair_p','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8425,8425,'Green Kitchen Lamp','ktchn_c15_lamp_g','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8426,8426,'Varnished Worktop Corner','ktchn_c15_crn','s',1,1,1.10,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(8427,8427,'Antique Crockery Cupboard','ktchn15_cabinet','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8428,8428,'White Restaurant Door','ktchn_c15_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(8429,8429,'Deluxe Dishwasher','ktchn_c15_dishwasher','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8430,8430,'Pink Kitchen Table','ktchn_c15_table_p','s',2,2,1.25,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8431,8431,'Stainless Steel Oven','ktchn_c15_stove','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(8432,8432,'Bobba Juice Rack','ktchn15_bubblejuicerack','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8433,8433,'Varnished Kitchen Gate','ktchn_c15_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8434,8434,'Deluxe Refrigerator','ktchn15_fridge','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'3,5,6,2,4','','',0,0,''),(8435,8435,'Breakfast Buffet','ktchn_c15_food','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8436,8436,'Deluxe Microwave','ktchn_c15_microwave','s',1,1,0.70,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(8437,8437,'Chilled Drinks','ktchn_c15_drinks','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(8438,8438,'MINI Pumpkin Pack','habbo15_pumpkin1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',3,'0','','',0,0,''),(8439,8439,'MEGA Pumpkin Pack','habbo15_pumpkin2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',3,'0','','',0,0,''),(8440,8440,'xmas_c15_bushy1 name','xmas_c15_bushy1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8441,8441,'Solid Gold Corner','gold_c15_arc_div2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8442,8442,'Solid Gold Seat','gold_c15_arc_seat','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8443,8443,'Solid Gold Rug','gold_c15_arc_icerug','s',2,2,0.20,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(8444,8444,'Solid Gold Penguin','gold_c15_arc_statue','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8445,8445,'Solid Gold Divider','gold_c15_arc_div1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8446,8446,'Solid Gold Lantern','gold_c15_arc_lantern','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8447,8447,'Solid Gold Lamp','gold_c15_arc_lamp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8448,8448,'Solid Gold Campfire','gold_c15_arc_camp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8449,8449,'Solid Gold Hot Tub','gold_c15_arc_tub','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8450,8450,'Solid Gold Chair','gold_c15_arc_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8451,8451,'Pot O'' Gold','gold_rare_crackable','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(8452,8452,'Solid Gold Cube Tree','gold_c15_arc_tree1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8453,8453,'Solid Gold Table','gold_c15_arc_table','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8454,8454,'Solid Gold Geyser','gold_c15_arc_geysir','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8455,8455,'Solid Gold Teleporter','gold_c15_arc_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(8456,8456,'Solid Gold Fish Hole','gold_c15_arc_hole','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8457,8457,'Solid Gold Snow','gold_c15_arc_snow','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8458,8458,'Solid Gold Christmas Tree','gold_c15_arc_tree2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8459,8459,'xmas15_nutcrackerltd','xmas15_nutcrackerltd','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8460,8460,'Albert the Alpaca','xmas_c15_advent6','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8461,8461,'Seal Topiary','xmas_c15_bushy5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8462,8462,'Santa Trousers','clothing_santapants','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8463,8463,'Toy Shop Market Stall Insert','xmas_c15_store1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(8464,8464,'Blanket Scarf','clothing_bscarf','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8465,8465,'Red Snowy Roof','xmas_c15_roof1','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(8466,8466,'Freeze Veteran Statue','winter15_freeze','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8467,8467,'Dark Wood Fence','xmas_c15_fnc','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8468,8468,'Gold Hydrant','winter15_wpost','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8469,8469,'Ice Hockey Pro Statue','winter15_icehockey','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8470,8470,'Grey Stone Building','xmas_c15_buildbase2','s',1,3,3.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8471,8471,'Rabbit Topiary','xmas_c15_bushy3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8472,8472,'Gingerbread Market Stall Insert','xmas_c15_store4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(8473,8473,'Christmas Bow','clothing_xmasbow','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8474,8474,'Stevie the St. Bernard','xmas_c15_advent5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8475,8475,'Christmas Poinsettia','xmas_c15_poinsettia','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8476,8476,'Brownstone Building','xmas_c15_buildbase1','s',1,3,3.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8477,8477,'Dark Wood Fence','xmas_c15_crnr','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8478,8478,'Clock Tower','xmas15_clocktower','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(8479,8479,'Santa Claus Suit','clothing_santaoutfit','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8480,8480,'Mrs. Claus Outfit','clothing_cladyoutfit','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8481,8481,'Candy Market Stall Insert','xmas_c15_store2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(8482,8482,'Market Stall','xmas_c15_stall','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(8483,8483,'Dark Snow Patch','xmas_c15_snow','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8484,8484,'Bandstand','xmas_c15_bndstnd','s',3,3,0.40,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(8485,8485,'Rudolf the Red-Nosed Reindeer','xmas15_rudolf','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8486,8486,'Blue Snow Roof','xmas_c15_roof2','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(8487,8487,'Christmas Dress','clothing_cladydress','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8488,8488,'Gregory Goat','xmas_c15_advent2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8489,8489,'Gold Winter Pine','winter15_tree4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8490,8490,'Bear Topiary','xmas_c15_bushy2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8491,8491,'Christmas Wishing Well','xmas15_wishltd','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8492,8492,'Snowglobe','xmas_c15_advent8','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8493,8493,'Cute Curly Hair','clothing_cladyhair','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8494,8494,'Glowing Reindeer','xmas15_glowdeerltd','s',1,2,0.00,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(8495,8495,'Santa Top','clothing_santatop','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8496,8496,'Fancy Ribbon','clothing_ribbon','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8497,8497,'Holly Hedgehog','xmas_c15_advent3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8498,8498,'Santa Hat','clothing_santahat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8499,8499,'Finnish Forest Reindeer','xmas_c15_reindeer','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8500,8500,'Frozen Fountain','xmas15_fountainltd','s',3,3,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8501,8501,'Oversized Snood','clothing_snood','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8502,8502,'Bratwurst Market Stall Insert','xmas_c15_store3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(8503,8503,'Grouchy Cat','xmas_c15_advent1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8504,8504,'Christmas Archway','xmas_c15_arch','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8505,8505,'Gold Corner','winter15_fnc_crnr','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8506,8506,'Samantha Squirrel','xmas_c15_advent4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8507,8507,'Christmas Shoes','clothing_cladyshoes','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8508,8508,'Snowboarding Ace Statue','winter15_snowboard','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8509,8509,'Santa Beard','clothing_santabeard','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8510,8510,'Snow Capped Mountains','xmas_c15_mntn','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8511,8511,'Bavarian Christmas Photo Stand','xmas15_stand','s',2,1,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8512,8512,'Brown Timber Frame Building','xmas_c15_buildmid2','s',1,3,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8513,8513,'Penguin Topiary','xmas_c15_bushy6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8514,8514,'Winter Shrub','xmas_c15_snwbush','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8515,8515,'Ornate Winter Sleigh','xmas15_sleigh','s',1,2,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8516,8516,'Pro Ice Skater Statue','winter15_iceskater','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8517,8517,'Bushy Pine Tree','xmas_c15_alpinetree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8518,8518,'Knitted Headband','clothing_knitband','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8519,8519,'DIY Christmas Tree','xmas_c15_decotree','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(8520,8520,'Rocky Road','xmas_c15_stone','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8521,8521,'Squirrel Topiary','xmas_c15_bushy4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8522,8522,'Gold Lamp Post','winter15_lmppst','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8523,8523,'The Thing Snowglobe','xmas_c15_advent7','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8524,8524,'Moonlight','xmas_c15_mlight','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8525,8525,'Beige Timber Frame Building','xmas_c15_buildmid1','s',1,3,3.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8526,8526,'Slouchy Knit Hat','clothing_knithat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8527,8527,'Varnished Writing Desk','hc16_10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8528,8528,'Miniature Pavilion','hc16_1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8529,8529,'Green Stash Chest','hc16_4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8530,8530,'Gleaming Sink','hc16_12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8531,8531,'Four Poster Bed','hc16_11','s',1,3,1.50,1,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(8532,8532,'Giant Houseplant','hc16_5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8533,8533,'Fancy Vase','hc16_9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8534,8534,'Polished Oak Floorboards','hc16_7','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8535,8535,'Propeller Lamp','hc16_2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8536,8536,'Bureau Divider','hc16_6','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8537,8537,'Frank''s Bubbly','hc16_3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'24','','',0,0,''),(8538,8538,'Antique Air Conditioning','hc16_8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8539,8539,'Snazzy Star Decoration','ny16_stars','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8540,8540,'Purple Party Hat','clothing_party5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8541,8541,'Orange Party Hat','clothing_party4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8542,8542,'Turquoise Party Hat','clothing_party8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8543,8543,'Black Party Hat','clothing_party6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8544,8544,'2016 Balloons','ny_c16_sign','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8545,8545,'Gold Party Hat','clothing_party3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8546,8546,'White Party Hat','clothing_party7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8547,8547,'Monkey Balloon','cny16_monkeyballoon','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8548,8548,'Party Hat Gift Box','ny16_crackable','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(8549,8549,'Gold Accessory Pack','clothing_goldpack1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8550,8550,'Monkey Statue','china_monkey','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8551,8551,'2016 Bubble Juice','CF_1200_ny16','s',1,1,0.00,1,0,0,0,0,1,0,0,1,'default',2,'0','','',0,0,''),(8552,8552,'tile_fxprovider_nfs name','tile_fxprovider_nfs','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'tile_fxprovider_nfs',2,'0','','',0,0,''),(8553,8553,'Spaceman Helmet','clothing_hat_space1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(8554,8554,'Ruby Sloth','rare_prize16*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8555,8555,'Game Hub Sloth','rare_prize16*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8556,8556,'Jasper Sloth','rare_prize16*11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8557,8557,'Turquoise Sloth','rare_prize16*12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8558,8558,'Topaz Sloth','rare_prize16*13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8559,8559,'Beryl Sloth','rare_prize16*14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8560,8560,'February Blues Sloth','rare_prize16*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8561,8561,'Emerald Sloth','rare_prize16*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8562,8562,'Onyx Sloth','rare_prize16*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8563,8563,'Jade Sloth','rare_prize16*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8564,8564,'Pearl Sloth','rare_prize16*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8565,8565,'Aquamarine Sloth','rare_prize16*7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8566,8566,'Citrine Sloth','rare_prize16*8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8567,8567,'Amethyst Sloth','rare_prize16*9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8568,8568,'Blossom Volcano','val16_float2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8569,8569,'Lovebirds of Paradise','val_c16_lovebirds','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8570,8570,'Tiki Cat','val_c16_tikicat','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8571,8571,'Tiki Melon Cat','val_c16_tikicat2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8572,8572,'Lustrous Peacock','val16_float3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8573,8573,'Shell Fountain','val_c16_shellfountain','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8574,8574,'Luminous Love Oyster','val16_float1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8575,8575,'Floral Lion','val16_float4','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8576,8576,'Vase of Passion','val_c16_vase','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8577,8577,'easter16_habberge6ltd','easter16_habberge6ltd','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(8578,8578,'clothing_pjtop3 name','clothing_pjtop3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8579,8579,'Tracksuit Bottoms','clothing_sportpants','s',1,1,1.00,1,0,0,0,0,1,0,0,1,'clothing',1,'0','','',0,0,''),(8580,8580,'Skater Outfit','clothing_urbanoutfit','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8581,8581,'Jumper Belt','clothing_tiedjumper','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8582,8582,'Posh Cumberband','clothing_cumberband','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8583,8583,'Comfort Clothes Outfit','clothing_casualoutfit1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8584,8584,'Top Knot','clothing_manbun','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8585,8585,'Denim Vest','clothing_denimvest','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8586,8586,'Pyjama Bottoms','clothing_pjbottoms1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8587,8587,'Moon Pyjamas','clothing_pjtop1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8588,8588,'Hipster Glasses','clothing_hipsterglasses','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8589,8589,'Spotless Tuxedo','clothing_tux','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8590,8590,'Office Tie','clothing_tie1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8591,8591,'Head Bandage','clothing_bandage','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8592,8592,'Denim Shorts','clothing_denimshorts','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8593,8593,'clothing_brainjar','clothing_brainjar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8594,8594,'Candy Duck','easter_c16_mallowduck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8595,8595,'Flower Power Outfit','clothing_floraloutfit','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8596,8596,'easter16_habberge9ltd','easter16_habberge9ltd','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8597,8597,'Duck Hat','clothing_duckhat','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8598,8598,'Punk Outfit','clothing_punkoutfit2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8599,8599,'Starched Tuxedo Shirt','clothing_tuxshirt','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8600,8600,'Moon Pyjamas Outfit','clothing_pjoutfit1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8601,8601,'Spectacled Hipster Outfit','clothing_hipoutfit3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8602,8602,'Canvas Slip Ons','clothing_sliponcanvas','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8603,8603,'Nu Raver Outfit','clothing_punkoutfit1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8604,8604,'Backwards Cap','clothing_backcap','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8605,8605,'Mermaid Hair','clothing_mermaid','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8606,8606,'Two-Tone Hoodie','clothing_jacket_twotone','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8607,8607,'Hipster Hair','clothing_hipster2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8608,8608,'Dragon Habberge Egg','easter16_habberge8ltd','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(8609,8609,'Disco Hair','clothing_disco','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8610,8610,'Long sleeve T-Shirt','clothing_longtshirt','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8611,8611,'Sports Jacket','clothing_sportsjckt','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8612,8612,'Polka Dot Dress','clothing_polkadress','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8613,8613,'Posh Waiter Outfit','clothing_tuxoutfit','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8614,8614,'Ripped Up Top','clothing_rippedtop','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8615,8615,'easter16_habberge7ltd','easter16_habberge7ltd','s',1,1,1.00,1,0,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(8616,8616,'Bearded Hipster Outfit','clothing_hipoutfit1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8617,8617,'Spectacled Designer Outfit','clothing_hipoutfit2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8618,8618,'Paparazzi Camera','clothing_camera','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8619,8619,'Bed Hair','clothing_bedhair','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8620,8620,'Halter Top','clothing_halter','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8621,8621,'Sheep Pyjamas Outfit','clothing_pjoutfit2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8622,8622,'clothing_pjtop2 name','clothing_pjtop2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8623,8623,'Star Pyjamas Outfit','clothing_pjoutfit3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8624,8624,'Off-Shoulder Jumper','clothing_offshldrjumper','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8625,8625,'Oversized Sunglasses','clothing_bigshades','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8626,8626,'Noble Crown','clothing_noblecrown','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8627,8627,'Ombre Hair','clothing_ombrehr','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8628,8628,'Scarlet Rose Pillar','bonusrare16_4*1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8629,8629,'Violet Rose Pillar','bonusrare16_4*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8630,8630,'Lilac Rose Pillar','bonusrare16_4*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8631,8631,'Azure Rose Pillar','bonusrare16_4*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8632,8632,'icedblk_c16_table_1 name','icedblk_c16_table','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8633,8633,'Dark Iced Coffee Table (Purple)','icedblk_c16_table*10','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8634,8634,'Dark Iced Coffee Table (Pink)','icedblk_c16_table*2','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8635,8635,'Dark Iced Coffee Table (Grey)','icedblk_c16_table*3','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8636,8636,'Dark Iced Coffee Table (White)','icedblk_c16_table*4','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8637,8637,'Dark Iced Coffee Table (Beige)','icedblk_c16_table*5','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8638,8638,'Dark Iced Coffee Table (Blue)','icedblk_c16_table*6','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8639,8639,'Dark Iced Coffee Table (Green)','icedblk_c16_table*7','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8640,8640,'Dark Iced Coffee Table (Yellow)','icedblk_c16_table*8','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8641,8641,'Dark Iced Coffee Table (Red)','icedblk_c16_table*9','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8642,8642,'icedblk_c16_div4_1 name','icedblk_c16_div4','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8643,8643,'Dark Iced Shutter (Purple)','icedblk_c16_div4*10','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8644,8644,'Dark Iced Shutter (Pink)','icedblk_c16_div4*2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8645,8645,'Dark Iced Shutter (Grey)','icedblk_c16_div4*3','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8646,8646,'Dark Iced Shutter (White)','icedblk_c16_div4*4','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8647,8647,'Dark Iced Shutter (Beige)','icedblk_c16_div4*5','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8648,8648,'Dark Iced Shutter (Blue)','icedblk_c16_div4*6','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8649,8649,'Dark Iced Shutter (Green)','icedblk_c16_div4*7','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8650,8650,'Dark Iced Shutter (Yellow)','icedblk_c16_div4*8','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8651,8651,'Dark Iced Shutter (Red)','icedblk_c16_div4*9','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8652,8652,'icedblk_c16_div2_1 name','icedblk_c16_div2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8653,8653,'Dark Iced Bar (Purple)','icedblk_c16_div2*10','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8654,8654,'Dark Iced Bar (Pink)','icedblk_c16_div2*2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8655,8655,'Dark Iced Bar (Grey)','icedblk_c16_div2*3','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8656,8656,'Dark Iced Bar (White)','icedblk_c16_div2*4','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8657,8657,'Dark Iced Bar (Beige)','icedblk_c16_div2*5','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8658,8658,'Dark Iced Bar (Blue)','icedblk_c16_div2*6','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8659,8659,'Dark Iced Bar (Green)','icedblk_c16_div2*7','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8660,8660,'Dark Iced Bar (Yellow)','icedblk_c16_div2*8','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8661,8661,'Dark Iced Bar (Red)','icedblk_c16_div2*9','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8662,8662,'icedblk_c16_couch_1 name','icedblk_c16_couch','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8663,8663,'Dark Iced Bench (Purple)','icedblk_c16_couch*10','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8664,8664,'Dark Iced Bench (Pink)','icedblk_c16_couch*2','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8665,8665,'Dark Iced Bench (Grey)','icedblk_c16_couch*3','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8666,8666,'Dark Iced Bench (White)','icedblk_c16_couch*4','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8667,8667,'Dark Iced Bench (Beige)','icedblk_c16_couch*5','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8668,8668,'Dark Iced Bench (Blue)','icedblk_c16_couch*6','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8669,8669,'Dark Iced Bench (Green)','icedblk_c16_couch*7','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8670,8670,'Dark Iced Bench (Yellow)','icedblk_c16_couch*8','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8671,8671,'Dark Iced Bench (Red)','icedblk_c16_couch*9','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8672,8672,'icedblk_c16_div3_1 name','icedblk_c16_div3','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8673,8673,'Dark Iced Gate (Purple)','icedblk_c16_div3*10','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8674,8674,'Dark Iced Gate (Pink)','icedblk_c16_div3*2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8675,8675,'Dark Iced Gate (Grey)','icedblk_c16_div3*3','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8676,8676,'Dark Iced Gate (White)','icedblk_c16_div3*4','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8677,8677,'Dark Iced Gate (Beige)','icedblk_c16_div3*5','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8678,8678,'Dark Iced Gate (Blue)','icedblk_c16_div3*6','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8679,8679,'Dark Iced Gate (Green)','icedblk_c16_div3*7','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8680,8680,'Dark Iced Gate (Yellow)','icedblk_c16_div3*8','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8681,8681,'Dark Iced Gate (Red)','icedblk_c16_div3*9','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8682,8682,'icedblk_c16_solarium_1 name','icedblk_c16_solarium','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8683,8683,'Dark Iced Panel (Purple)','icedblk_c16_solarium*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8684,8684,'Dark Iced Panel (Pink)','icedblk_c16_solarium*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8685,8685,'Dark Iced Panel (Grey)','icedblk_c16_solarium*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8686,8686,'Dark Iced Panel (White)','icedblk_c16_solarium*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8687,8687,'Dark Iced Panel (Beige)','icedblk_c16_solarium*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8688,8688,'Dark Iced Panel (Blue)','icedblk_c16_solarium*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8689,8689,'Dark Iced Panel (Green)','icedblk_c16_solarium*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8690,8690,'Dark Iced Panel (Yellow)','icedblk_c16_solarium*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8691,8691,'Dark Iced Panel (Red)','icedblk_c16_solarium*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8692,8692,'icedblk_c16_shelves_1 name','icedblk_c16_shelves','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8693,8693,'Dark Iced Bookcase (Purple)','icedblk_c16_shelves*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8694,8694,'Dark Iced Bookcase (Pink)','icedblk_c16_shelves*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8695,8695,'Dark Iced Bookcase (Grey)','icedblk_c16_shelves*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8696,8696,'Dark Iced Bookcase (White)','icedblk_c16_shelves*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8697,8697,'Dark Iced Bookcase (Beige)','icedblk_c16_shelves*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8698,8698,'Dark Iced Bookcase (Blue)','icedblk_c16_shelves*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8699,8699,'Dark Iced Bookcase (Green)','icedblk_c16_shelves*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8700,8700,'Dark Iced Bookcase (Yellow)','icedblk_c16_shelves*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8701,8701,'Dark Iced Bookcase (Red)','icedblk_c16_shelves*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8702,8702,'icedblk_c16_sofachair_1 name','icedblk_c16_sofachair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8703,8703,'Dark Iced Sofachair (Purple)','icedblk_c16_sofachair*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8704,8704,'Dark Iced Sofachair (Pink)','icedblk_c16_sofachair*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8705,8705,'Dark Iced Sofachair (Grey)','icedblk_c16_sofachair*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8706,8706,'Dark Iced Sofachair (White)','icedblk_c16_sofachair*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8707,8707,'Dark Iced Sofachair (Beige)','icedblk_c16_sofachair*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8708,8708,'Dark Iced Sofachair (Blue)','icedblk_c16_sofachair*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8709,8709,'Dark Iced Sofachair (Green)','icedblk_c16_sofachair*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8710,8710,'Dark Iced Sofachair (Yellow)','icedblk_c16_sofachair*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8711,8711,'Dark Iced Sofachair (Red)','icedblk_c16_sofachair*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8712,8712,'icedblk_c16_div1_1 name','icedblk_c16_div1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8713,8713,'Dark Iced Corner (Purple)','icedblk_c16_div1*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8714,8714,'Dark Iced Corner (Pink)','icedblk_c16_div1*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8715,8715,'Dark Iced Corner (Grey)','icedblk_c16_div1*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8716,8716,'Dark Iced Corner (White)','icedblk_c16_div1*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8717,8717,'Dark Iced Corner (Beige)','icedblk_c16_div1*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8718,8718,'Dark Iced Corner (Blue)','icedblk_c16_div1*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8719,8719,'Dark Iced Corner (Green)','icedblk_c16_div1*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8720,8720,'Dark Iced Corner (Yellow)','icedblk_c16_div1*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8721,8721,'Dark Iced Corner (Red)','icedblk_c16_div1*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8722,8722,'icedblk_c16_sofa_1 name','icedblk_c16_sofa','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8723,8723,'Dark Iced Sofa (Purple)','icedblk_c16_sofa*10','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8724,8724,'Dark Iced Sofa (Pink)','icedblk_c16_sofa*2','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8725,8725,'Dark Iced Sofa (Grey)','icedblk_c16_sofa*3','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8726,8726,'Dark Iced Sofa (White)','icedblk_c16_sofa*4','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8727,8727,'Dark Iced Sofa (Beige)','icedblk_c16_sofa*5','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8728,8728,'Dark Iced Sofa (Blue)','icedblk_c16_sofa*6','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8729,8729,'Dark Iced Sofa (Green)','icedblk_c16_sofa*7','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8730,8730,'Dark Iced Sofa (Yellow)','icedblk_c16_sofa*8','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8731,8731,'Dark Iced Sofa (Red)','icedblk_c16_sofa*9','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8732,8732,'icedblk_c16_chair_1 name','icedblk_c16_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8733,8733,'Dark Iced Chair (Purple)','icedblk_c16_chair*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8734,8734,'Dark Iced Chair (Pink)','icedblk_c16_chair*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8735,8735,'Dark Iced Chair (Grey)','icedblk_c16_chair*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8736,8736,'Dark Iced Chair (White)','icedblk_c16_chair*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8737,8737,'Dark Iced Chair (Beige)','icedblk_c16_chair*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8738,8738,'Dark Iced Chair (Blue)','icedblk_c16_chair*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8739,8739,'Dark Iced Chair (Green)','icedblk_c16_chair*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8740,8740,'Dark Iced Chair (Yellow)','icedblk_c16_chair*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8741,8741,'Dark Iced Chair (Red)','icedblk_c16_chair*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8742,8742,'icedblk_c16_div5_1 name','icedblk_c16_div5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8743,8743,'Dark Iced Angle (Purple)','icedblk_c16_div5*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8744,8744,'Dark Iced Angle (Pink)','icedblk_c16_div5*2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8745,8745,'Dark Iced Angle (Grey)','icedblk_c16_div5*3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8746,8746,'Dark Iced Angle (White)','icedblk_c16_div5*4','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8747,8747,'Dark Iced Angle (Beige)','icedblk_c16_div5*5','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8748,8748,'Dark Iced Angle (Blue)','icedblk_c16_div5*6','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8749,8749,'Dark Iced Angle (Green)','icedblk_c16_div5*7','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8750,8750,'Dark Iced Angle (Yellow)','icedblk_c16_div5*8','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8751,8751,'Dark Iced Angle (Red)','icedblk_c16_div5*9','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8752,8752,'Dark Pura Book Shelf','purablk_c16_shelve','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8753,8753,'Dark Pura Block (Aqua)','purablk_c16_eleblock*1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8754,8754,'Dark Pura Block (Purple)','purablk_c16_eleblock*10','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8755,8755,'Dark Pura Block (Pink)','purablk_c16_eleblock*2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8756,8756,'Dark Pura Block (Grey)','purablk_c16_eleblock*3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8757,8757,'Dark Pura Block (White)','purablk_c16_eleblock*4','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8758,8758,'Dark Pura Block (Beige)','purablk_c16_eleblock*5','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8759,8759,'Dark Pura Block (Blue)','purablk_c16_eleblock*6','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8760,8760,'Dark Pura Block (Green)','purablk_c16_eleblock*7','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8761,8761,'Dark Pura Block (Yellow)','purablk_c16_eleblock*8','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8762,8762,'Dark Pura Block (Red)','purablk_c16_eleblock*9','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8763,8763,'Dark Pura Quarter-Round (Aqua)','purablk_c16_round*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8764,8764,'Dark Pura Quarter-Round (Purple)','purablk_c16_round*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8765,8765,'Dark Pura Quarter-Round (Pink)','purablk_c16_round*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8766,8766,'Dark Pura Quarter-Round (Grey)','purablk_c16_round*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8767,8767,'Dark Pura Quarter-Round (White)','purablk_c16_round*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8768,8768,'Dark Pura Quarter-Round (Beige)','purablk_c16_round*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8769,8769,'Dark Pura Quarter-Round (Blue)','purablk_c16_round*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8770,8770,'Dark Pura Quarter-Round (Green)','purablk_c16_round*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8771,8771,'Dark Pura Quarter-Round (Yellow)','purablk_c16_round*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8772,8772,'Dark Pura Quarter-Round (Red)','purablk_c16_round*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8773,8773,'Dark Pura Bubble Lamp','purablk_c16_lamp1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8774,8774,'Dark Pura Egg Chair (Aqua)','purablk_c16_chair*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8775,8775,'Dark Pura Egg Chair (Purple)','purablk_c16_chair*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8776,8776,'Dark Pura Egg Chair (Pink)','purablk_c16_chair*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8777,8777,'Dark Pura Egg Chair (Grey)','purablk_c16_chair*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8778,8778,'Dark Pura Egg Chair (White)','purablk_c16_chair*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8779,8779,'Dark Pura Egg Chair (Beige)','purablk_c16_chair*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8780,8780,'Dark Pura Egg Chair (Blue)','purablk_c16_chair*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8781,8781,'Dark Pura Egg Chair (Green)','purablk_c16_chair*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8782,8782,'Dark Pura Egg Chair (Yellow)','purablk_c16_chair*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8783,8783,'Dark Pura Egg Chair (Red)','purablk_c16_chair*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8784,8784,'Dark Pura Block Lamp','purablk_c16_lamp3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8785,8785,'Dark Pura Double Bed (Aqua)','purablk_c16_bed*1','s',2,1,1.50,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8786,8786,'Dark Pura Double Bed (Purple)','purablk_c16_bed*10','s',2,1,1.50,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8787,8787,'Dark Pura Double Bed (Pink)','purablk_c16_bed*2','s',2,1,1.50,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8788,8788,'Dark Pura Double Bed (Grey)','purablk_c16_bed*3','s',2,1,1.50,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8789,8789,'Dark Pura Double Bed (White)','purablk_c16_bed*4','s',2,1,1.50,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8790,8790,'Dark Pura Double Bed (Beige)','purablk_c16_bed*5','s',2,1,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8791,8791,'Dark Pura Double Bed (Blue)','purablk_c16_bed*6','s',2,1,1.50,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8792,8792,'Dark Pura Double Bed (Green)','purablk_c16_bed*7','s',2,1,1.50,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8793,8793,'Dark Pura Double Bed (Yellow)','purablk_c16_bed*8','s',2,1,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8794,8794,'Dark Pura Double Bed (Red)','purablk_c16_bed*9','s',2,1,1.50,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8795,8795,'Dark Pura Straight Module (Aqua)','purablk_c16_mdl3*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8796,8796,'Dark Pura Straight Module (Purple)','purablk_c16_mdl3*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8797,8797,'Dark Pura Straight Module (Pink)','purablk_c16_mdl3*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8798,8798,'Dark Pura Straight Module (Grey)','purablk_c16_mdl3*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8799,8799,'Dark Pura Straight Module (White)','purablk_c16_mdl3*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8800,8800,'Dark Pura Straight Module (Beige)','purablk_c16_mdl3*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8801,8801,'Dark Pura Straight Module (Blue)','purablk_c16_mdl3*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8802,8802,'Dark Pura Straight Module (Green)','purablk_c16_mdl3*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8803,8803,'Dark Pura Straight Module (Yellow)','purablk_c16_mdl3*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8804,8804,'Dark Pura Straight Module (Red)','purablk_c16_mdl3*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8805,8805,'Dark Pura Single Bed (Aqua)','purablk_c16_bedone*1','s',1,1,1.60,1,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8806,8806,'Dark Pura Single Bed (Purple)','purablk_c16_bedone*10','s',1,1,1.60,1,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8807,8807,'Dark Pura Single Bed (Pink)','purablk_c16_bedone*2','s',1,1,1.60,1,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8808,8808,'Dark Pura Single Bed (Grey)','purablk_c16_bedone*3','s',1,1,1.60,0,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8809,8809,'Dark Pura Single Bed (White)','purablk_c16_bedone*4','s',1,1,1.60,1,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8810,8810,'Dark Pura Single Bed (Beige)','purablk_c16_bedone*5','s',1,1,1.60,1,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8811,8811,'Dark Pura Single Bed (Blue)','purablk_c16_bedone*6','s',1,1,1.60,1,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8812,8812,'Dark Pura Single Bed (Green)','purablk_c16_bedone*7','s',1,1,1.60,1,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8813,8813,'Dark Pura Single Bed (Yellow)','purablk_c16_bedone*8','s',1,1,1.60,1,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8814,8814,'Dark Pura Single Bed (Red)','purablk_c16_bedone*9','s',1,1,1.60,1,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8815,8815,'Dark Pura Right Module (Aqua)','purablk_c16_mdl2*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8816,8816,'Dark Pura Right Module (Purple)','purablk_c16_mdl2*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8817,8817,'Dark Pura Right Module (Pink)','purablk_c16_mdl2*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8818,8818,'Dark Pura Right Module (Grey)','purablk_c16_mdl2*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8819,8819,'Dark Pura Right Module (White)','purablk_c16_mdl2*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8820,8820,'Dark Pura Right Module (Beige)','purablk_c16_mdl2*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8821,8821,'Dark Pura Right Module (Blue)','purablk_c16_mdl2*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8822,8822,'Dark Pura Right Module (Green)','purablk_c16_mdl2*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8823,8823,'Dark Pura Right Module (Yellow)','purablk_c16_mdl2*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8824,8824,'Dark Pura Right Module (Red)','purablk_c16_mdl2*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8825,8825,'purablk_c16_bar name','purablk_c16_bar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'29,30,36,37,38,39','','',0,0,''),(8826,8826,'Dark Pura Refrigerator','purablk_c16_fridge','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'3,5,6,2,4','','',0,0,''),(8827,8827,'Dark Pura Square Module (Aqua)','purablk_c16_mdl5*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8828,8828,'Dark Pura Square Module (Purple)','purablk_c16_mdl5*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8829,8829,'Dark Pura Square Module (Pink)','purablk_c16_mdl5*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8830,8830,'Dark Pura Square Module (Grey)','purablk_c16_mdl5*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8831,8831,'Dark Pura Square Module (White)','purablk_c16_mdl5*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8832,8832,'Dark Pura Square Module (Beige)','purablk_c16_mdl5*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8833,8833,'Dark Pura Square Module (Blue)','purablk_c16_mdl5*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8834,8834,'Dark Pura Square Module (Green)','purablk_c16_mdl5*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8835,8835,'Dark Pura Square Module (Yellow)','purablk_c16_mdl5*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8836,8836,'Dark Pura Square Module (Red)','purablk_c16_mdl5*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8837,8837,'Dark Pura Left Module (Aqua)','purablk_c16_mdl1*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8838,8838,'Dark Pura Left Module (Purple)','purablk_c16_mdl1*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8839,8839,'Dark Pura Left Module (Pink)','purablk_c16_mdl1*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8840,8840,'Dark Pura Left Module (Grey)','purablk_c16_mdl1*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8841,8841,'Dark Pura Left Module (White)','purablk_c16_mdl1*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8842,8842,'Dark Pura Left Module (Beige)','purablk_c16_mdl1*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8843,8843,'Dark Pura Left Module (Blue)','purablk_c16_mdl1*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8844,8844,'Dark Pura Left Module (Green)','purablk_c16_mdl1*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8845,8845,'Dark Pura Left Module (Yellow)','purablk_c16_mdl1*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8846,8846,'Dark Pura Left Module (Red)','purablk_c16_mdl1*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8847,8847,'Dark Pura Lamp','purablk_c16_lamp2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8848,8848,'Dark Pura Corner Module (Aqua)','purablk_c16_mdl4*1','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8849,8849,'Dark Pura Corner Module (Purple)','purablk_c16_mdl4*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8850,8850,'Dark Pura Corner Module (Pink)','purablk_c16_mdl4*2','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8851,8851,'Dark Pura Corner Module (Grey)','purablk_c16_mdl4*3','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8852,8852,'Dark Pura Corner Module (White)','purablk_c16_mdl4*4','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8853,8853,'Dark Pura Corner Module (Beige)','purablk_c16_mdl4*5','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8854,8854,'Dark Pura Corner Module (Blue)','purablk_c16_mdl4*6','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8855,8855,'Dark Pura Corner Module (Green)','purablk_c16_mdl4*7','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8856,8856,'Dark Pura Corner Module (Yellow)','purablk_c16_mdl4*8','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8857,8857,'Dark Pura Corner Module (Red)','purablk_c16_mdl4*9','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8858,8858,'pura_c16_mdl4 name','pura_mdl4*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8859,8859,'pura_c16_bed name','bed_budget*10','s',2,3,1.70,1,0,1,1,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8860,8860,'Purple Quarter-Round','pura_c16_roundpad10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8861,8861,'pura_c16_bedone name','bed_budget_one*10','s',1,1,1.70,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8862,8862,'pura_c16_mdl3 name','pura_mdl3*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8863,8863,'pura_c16_mdl5 name','pura_mdl5*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8864,8864,'pura_c16_mdl2 name','pura_mdl2*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8865,8865,'pura_c16_chair name','chair_basic*10','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8866,8866,'Purple Pura Block','pura_c16_eleblock10','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0;0.5;1;1.5;2','',0,0,''),(8867,8867,'pura_c16_mdl1 name','pura_mdl1*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8868,8868,'Purple Ice corner','divider_nor1*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8869,8869,'Purple Iced Angle','divider_nor5*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8870,8870,'Purple Solarium','solarium_norja*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8871,8871,'Purple Iced Auto Shutter','divider_nor4*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8872,8872,'Purple Iced Sofa','soft_sofa_norja*10','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8873,8873,'iced_c16_chair','chair_norja*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8874,8874,'Large Coffee Table Purple','table_norja_med*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8875,8875,'Purple Bookcase','shelves_norja*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8876,8876,'Purple Iced gate','divider_nor3*10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8877,8877,'Purple Iced Sofachair','soft_sofachair_norja*10','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8878,8878,'iced_c16_couch','couch_norja*10','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8879,8879,'Purple Iced bar desk','divider_nor2*10','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8880,8880,'Squid Invader','easter_r16_squid','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8881,8881,'Smuggler''s Barrel','easter_r16_crackable','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(8882,8882,'Fermenting Broth','easter_r16_pot','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8883,8883,'Blacksmith''s Hut','easter_c16_house','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(8884,8884,'Looted Bullion','easter_r16_gold','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8885,8885,'Smuggler''s Lookout','easter_c16_nest','s',1,1,7.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8886,8886,'Skeletal Raider','easter_r16_throne','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8887,8887,'Crimson House Plant','bonusrare16_5*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8888,8888,'Ochre House Plant','bonusrare16_5*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8889,8889,'Violet House Plant','bonusrare16_5*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8890,8890,'Emerald House Plant','bonusrare16_5*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8891,8891,'bonusrare16_5_5 name','bonusrare16_5*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8892,8892,'Pewter House Plant','bonusrare16_5*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8893,8893,'Chinese Banyan Bonsai','bonusrare16_6*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8894,8894,'Japanese Maple Bonsai','bonusrare16_6*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8895,8895,'Spruce Bonsai','bonusrare16_6*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8896,8896,'Japanese Boxthorn Bonsai','bonusrare16_6*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8897,8897,'bonusrare16_6_5 name','bonusrare16_6*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8898,8898,'bonusrare16_6_6 name','bonusrare16_6*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8899,8899,'Chromium Plate Armour','super_r16_herodisplay','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8900,8900,'Habbamantium Skeleton','super_r16_adamskele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(8901,8901,'Heroic Helm','clothing_r16_helmhero','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8902,8902,'Power Imbued Protector','clothing_r16_helmprotect','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8903,8903,'room_wl15_telehc name','room_wl15_telehc','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(8904,8904,'Classic Lounge large table','classic1_table2','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8905,8905,'Classic Lounge lamp','classic1_lamp','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8906,8906,'Classic Lounge pillar','classic1_pillar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8907,8907,'Classic Lounge plant','classic1_plant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8908,8908,'Classic Lounge chair','classic1_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8909,8909,'Classic Lounge desk','classic1_desk','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8910,8910,'Classic Lounge gate','classic1_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8911,8911,'Classic Lounge window','classic1_wall2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8912,8912,'Classic Lounge small table','classic1_table1','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8913,8913,'Classic Lounge shelf','classic1_shelf','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8914,8914,'Classic Lounge floor','classic1_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(8915,8915,'Classic Lounge sofa','classic1_sofa','s',3,1,1.10,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8916,8916,'Classic Lounge wall','classic1_wall1','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(8917,8917,'Blue Ditch the Label Equality Machine','ads_dtlrare_2','s',1,1,2.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8918,8918,'jungle_c16_flowerd2','jungle_c16_flowerd2','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8919,8919,'jungle_c16_flowerd1','jungle_c16_flowerd1','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8920,8920,'Leafy Roof','jungle_c16_roof','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8921,8921,'Red Berries','jungle_c16_berry','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8922,8922,'Suspended Bench','jungle_c16_swingsofa','s',2,1,2.20,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8923,8923,'Bridge End','jungle_c16_bridgeend3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8924,8924,'Firefly Lantern','jungle_c16_light','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8925,8925,'Jungle table','jungle_c16_table3','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8926,8926,'jungle_c16_flowerc3','jungle_c16_flowerc3','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8927,8927,'Jungle Stairs','jungle_c16_stairs','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',10,'0','1.0;2.0;3.0;4.0;5.0;6.0;7.0;8.0;9.0;10','',0,0,''),(8928,8928,'Leafy Gate','jungle_c16_gate3','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8929,8929,'Hanging Herbs','jungle_c16_pot','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8930,8930,'Long Grass','jungle_c16_tallgrass','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8931,8931,'Rainforest Floor','jungle_c16_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8932,8932,'jungle_ltd16_orangutan','jungle_ltd16_orangutan','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(8933,8933,'Jungle Pulley','jungle_r16_basket','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8934,8934,'Raffia Mat','jungle_c16_mat3','s',2,3,0.05,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8935,8935,'Raffia Mat','jungle_c16_mat','s',2,3,0.05,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8936,8936,'Blue Berries','jungle_c16_berry2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8937,8937,'Raffia Mat','jungle_c16_mat2','s',2,3,0.05,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8938,8938,'Survivor''s Workbench','jungle_c16_worktable','s',1,2,1.00,0,0,0,0,1,1,0,0,1,'crafting',2,'0','0','',0,0,''),(8939,8939,'Jungle Stairs','jungle_c16_stairs3','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',10,'0','1.0;2.0;3.0;4.0;5.0;6.0;7.0;8.0;9.0;10','',0,0,''),(8940,8940,'Rafflesia','jungle_c16_rafflesia','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8941,8941,'Hanging Herbs','jungle_c16_pot2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8942,8942,'Suspended Bench','jungle_c16_swingsofa2','s',2,1,2.20,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8943,8943,'Bamboo Wall','jungle_c16_wall2','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(8944,8944,'Bridge End','jungle_c16_bridgeend2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8945,8945,'Pitcher Plant','jungle_r16_pitcherplant','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8946,8946,'Jungle Teleport','jungle_c16_tele','s',1,1,0.40,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(8947,8947,'Jungle table','jungle_c16_table','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8948,8948,'jungle_c16_flowera3','jungle_c16_flowera3','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8949,8949,'Ancient Kapok Tree','jungle_c16_tree','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8950,8950,'Jungle Stairs','jungle_c16_stairs2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',10,'0','1.0;2.0;3.0;4.0;5.0;6.0;7.0;8.0;9.0;10','',0,0,''),(8951,8951,'jungle_c16_flowerd3','jungle_c16_flowerd3','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8952,8952,'Bamboo Wall','jungle_c16_wall3','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(8953,8953,'Jungle Fence','jungle_c16_dvdr2','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8954,8954,'Suspended Bench','jungle_c16_swingsofa3','s',2,1,2.20,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8955,8955,'Jungle Platform','jungle_c16_treestage','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1;2.8;4.8;6.8;8.8','',0,0,''),(8956,8956,'Basalt Rock','jungle_c16_rocks','s',1,1,0.40,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(8957,8957,'Exotic Fruits','jungle_c16_fruits','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(8958,8958,'Jungle Platform','jungle_c16_treestage2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'multiheight',10,'0','1;2.8;4.8;6.8;8.8','',0,0,''),(8959,8959,'Fuschia Bush','jungle_c16_bush','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8960,8960,'Leafy Gate','jungle_c16_gate2','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8961,8961,'Strange Aura','jungle_c16_ctrick','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8962,8962,'Leafy Gate','jungle_c16_gate','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(8963,8963,'Jungle Fence','jungle_c16_dvdr','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8964,8964,'Jungle Drum Plant','jungle_c16_plant','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8965,8965,'Scavenged Supplies','jungle_c16_sacks','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(8966,8966,'Log Raft','jungle_r16_raft','s',2,2,0.20,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8967,8967,'Bamboo Wall','jungle_c16_wall','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(8968,8968,'jungle_c16_flowerc2','jungle_c16_flowerc2','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8969,8969,'Tropical Pond','jungle_c16_watertile','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',30,30,''),(8970,8970,'Tropical Swamp','jungle_c16_watertrap','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8971,8971,'Leafy Roof','jungle_c16_roof3','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8972,8972,'Jungle table','jungle_c16_table2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8973,8973,'Jungle Boombox','jungle_c16_radio','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8974,8974,'Betty the Sloth','clothing_r16_sloth','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(8975,8975,'jungle_c16_flowera1','jungle_c16_flowera1','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8976,8976,'Survivor''s Storage','jungle_c16_bkcase2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(8977,8977,'jungle_c16_flowerb3','jungle_c16_flowerb3','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8978,8978,'Leafy Roof','jungle_c16_roof2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8979,8979,'Bridge End','jungle_c16_bridgeend','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8980,8980,'Jungle Fence','jungle_c16_dvdr3','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8981,8981,'jungle_c16_flowerb2','jungle_c16_flowerb2','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8982,8982,'jungle_c16_flowerb1','jungle_c16_flowerb1','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8983,8983,'jungle_c16_flowerc1','jungle_c16_flowerc1','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8984,8984,'Hanging Herbs','jungle_c16_pot3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8985,8985,'Survivor''s Storage','jungle_c16_bkcase3','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(8986,8986,'Survivor''s Storage','jungle_c16_bkcase','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(8987,8987,'jungle_c16_flowera2','jungle_c16_flowera2','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',12,'0','','',0,0,''),(8988,8988,'Jungle Platform','jungle_c16_treestage3','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','1;2.8;4.8;6.8;8.8','',0,0,''),(8989,8989,'Bridge Section','jungle_c16_bridgemid3','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8990,8990,'Bridge Section','jungle_c16_bridgemid2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8991,8991,'Bridge Section','jungle_c16_bridgemid','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(8992,8992,'Watering Can','fxbox_fx192','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'fx_box',1,'0','','',192,192,''),(8993,8993,'Bonus Bag','bonusbag16_1','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(8994,8994,'Bonus Bag 2','bonusbag16_2','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(8995,8995,'King-Sized Bed','js_c16_bed','s',2,3,2.00,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(8996,8996,'Luxury Sun Lounger','js_c16_lounger','s',1,1,1.20,1,0,1,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(8997,8997,'High-Powered Speedboat','js_r16_boat','s',2,4,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(8998,8998,'Jellyfish Lamp','js_r16_jelly','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(8999,8999,'Great White Shark','js_r16_shark','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9000,9000,'Sailor Cat','js_c16_cat','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9001,9001,'Deluxe HabboCopter','js_r16_heli','s',2,3,9.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9002,9002,'Titanium Drinks Cabinet','js_c16_drkcab','s',1,1,2.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'55','','',0,0,''),(9003,9003,'HabboLympix Shop Counter','olympics_c16_counter','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9004,9004,'Sparring Mat','olympics_c16_softmat','s',1,1,0.20,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9005,9005,'Pommel Horse','olympics_c16_pommel','s',1,1,0.00,0,1,0,0,1,1,0,0,1,'multiheight',5,'0','2;2.2;2.4;2.6','',0,0,''),(9006,9006,'Dumbbell Rack','olympics_c16_weightrack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'108','','',0,0,''),(9007,9007,'olympics_r16_vendingmchn','olympics_r16_vendingmchn','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'19','','',0,0,''),(9008,9008,'Brazilian Houseplant','olympics_c16_plantdvdr','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9009,9009,'Chilean Grapes','olympics_c16_graperack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'105','','',0,0,''),(9010,9010,'Colombian Avocados','olympics_c16_cadorack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'104','','',0,0,''),(9011,9011,'Bonnie the Cheerleader','olympics_r16_cheerleader','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9012,9012,'Miss Olympus','olympics_ltd16_missolympus','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9013,9013,'HabboLympix Salad Bar','olympics_c16_saladbar','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9014,9014,'HabboLympix Merchandise','olympics_c16_merchdisplay','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9015,9015,'HabboLympix Water Bottles','olympics_c16_merch','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'102','','',0,0,''),(9016,9016,'HabboLympix Banner','olympics_c16_banner','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9017,9017,'Protein Advert','olympics_c16_adsboard','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9018,9018,'Balance Beam','olympics_c16_bbeam','s',3,1,1.50,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9019,9019,'Brazilian Smoothie Maker','olympics_r16_smoothie','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'106','','',0,0,''),(9020,9020,'Blue Yoga Mat','olympics_c16_yogamat*1','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9021,9021,'Green Yoga Mat','olympics_c16_yogamat*2','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9022,9022,'Orange Yoga Mat','olympics_c16_yogamat*3','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9023,9023,'Grey Yoga Mat','olympics_c16_yogamat*4','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9024,9024,'Pink Yoga Mat','olympics_c16_yogamat*5','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9025,9025,'Purple Yoga Mat','olympics_c16_yogamat*6','s',1,3,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9026,9026,'Fruit Basket','olympics_c16_emptrack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9027,9027,'Canteen Table','olympics_c16_table','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9028,9028,'Gym Trampoline','olympics_c16_trampoline','s',1,1,1.00,0,0,0,1,1,1,0,0,1,'gym_equipment',2,'0','','',193,193,''),(9029,9029,'Vegetable Fiend','olympics_c16_veggiething','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9030,9030,'Sports Bag','olympics_c16_sportsbag','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(9031,9031,'Hi-tech Crosstrainer','olympics_c16_crosstrainer','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'gym_equipment',2,'0','','',195,195,''),(9032,9032,'Spotless Glass Divider','olympics_c16_glssdvdr','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9033,9033,'HabboLympixMannequin','olympics_c16_mannequin','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'mannequin',1,'0','','',0,0,''),(9034,9034,'Furry Rug','olympics_c16_rug','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9035,9035,'Ceiling Light','olympics_c16_light','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9036,9036,'HabboLympix Pillar','olympics_c16_pillar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9037,9037,'Ecuadorian Bananas','olympics_c16_nanarack','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9038,9038,'Curvy Sofa','olympics_c16_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9039,9039,'Fitness Duck','olympics_c16_fitnessduck','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9040,9040,'Canteen Stool','olympics_c16_chair','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9041,9041,'Gym Maniac','olympics_r16_gymfreak','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9042,9042,'Blue Swiss Ball','olympics_c16_swissball*1','s',1,1,2.00,0,1,0,0,1,1,0,0,1,'pressureplate',1,'0','','',0,0,''),(9043,9043,'Green Swiss Ball','olympics_c16_swissball*2','s',1,1,2.00,0,1,0,0,1,1,0,0,1,'pressureplate',1,'0','','',0,0,''),(9044,9044,'Orange Swiss Ball','olympics_c16_swissball*3','s',1,1,2.00,0,1,0,0,1,1,0,0,1,'pressureplate',1,'0','','',0,0,''),(9045,9045,'Grey Swiss Ball','olympics_c16_swissball*4','s',1,1,2.00,0,1,0,0,1,1,0,0,1,'pressureplate',1,'0','','',0,0,''),(9046,9046,'Pink Swiss Ball','olympics_c16_swissball*5','s',1,1,2.00,0,1,0,0,1,1,0,0,1,'pressureplate',1,'0','','',0,0,''),(9047,9047,'Purple Swiss Ball','olympics_c16_swissball*6','s',1,1,2.00,0,1,0,0,1,1,0,0,1,'pressureplate',1,'0','','',0,0,''),(9048,9048,'Gym Treadmill','olympics_c16_treadmill','s',1,1,0.30,1,0,0,1,1,1,0,0,1,'gym_equipment',2,'0','','',194,194,''),(9049,9049,'garden_birdbath name','garden_birdbath','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9050,9050,'garden_basketflower name','garden_basketflower','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9051,9051,'garden_basket name','garden_basket','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9052,9052,'garden_climber name','garden_climber','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(9053,9053,'garden_grass name','garden_grass','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(9054,9054,'garden_pond name','garden_pond','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9055,9055,'garden_boots name','garden_boots','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9056,9056,'garden_patio name','garden_patio','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9057,9057,'garden_stonesteps name','garden_stonesteps','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9058,9058,'garden_smallpot name','garden_smallpot','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9059,9059,'garden_fishgnome name','garden_fishgnome','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9060,9060,'garden_rosearch name','garden_rosearch','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9061,9061,'garden_rosefence name','garden_rosefence','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9062,9062,'garden_chair name','garden_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9063,9063,'garden_bigpot name','garden_bigpot','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9064,9064,'garden_table name','garden_table','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9065,9065,'garden_flowerbed name','garden_flowerbed','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9066,9066,'Habburgers Red Drinks Machine','classic2_drinkmach','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9067,9067,'Habburgers Gate','classic2_gate','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(9068,9068,'Habburgers Corner','classic2_corner','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9069,9069,'Habburgers Tray','classic2_tray','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9070,9070,'Habburgers Cup Stack','classic2_drinkcup','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9071,9071,'Habburgers Yellow Drinks Machine','classic2_drinkmach2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9072,9072,'Habburgers Wall','classic2_wall','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9073,9073,'Habburgers Trash Can','classic2_trashcan','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9074,9074,'Habburgers Counter','classic2_counter','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9075,9075,'Habburgers Seating','classic2_sofa','s',2,1,0.80,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9076,9076,'Habburgers Plant Divider','classic2_plantdivdr','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9077,9077,'Habburgers Grill','classic2_grill','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9078,9078,'Habburgers Table','classic2_table','s',1,2,1.10,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9079,9079,'Habburgers Floor','classic2_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9080,9080,'Habburgers Box','classic2_burger','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9081,9081,'Habburgers Napkin Dispenser','classic2_napkin','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9082,9082,'classic3_chair*0','classic3_chair*0','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'battleball_trigger',2,'0','','',0,0,''),(9083,9083,'classic3_chair*1','classic3_chair*1','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'battleball_trigger',2,'0','','',0,0,''),(9084,9084,'classic3_chair*2','classic3_chair*2','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'battleball_trigger',2,'0','','',0,0,''),(9085,9085,'classic3_chair*3','classic3_chair*3','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'battleball_trigger',2,'0','','',0,0,''),(9086,9086,'classic3_plant*0','classic3_plant*0','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9087,9087,'classic3_plant*1','classic3_plant*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9088,9088,'classic3_plant*2','classic3_plant*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9089,9089,'classic3_plant*3','classic3_plant*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9090,9090,'classic3_plant*4','classic3_plant*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9091,9091,'Classic BB pillar 1','classic3_pillar1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9092,9092,'classic3_div2*0','classic3_div2*0','s',2,1,0.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9093,9093,'classic3_div2*1','classic3_div2*1','s',2,1,0.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9094,9094,'classic3_div2*2','classic3_div2*2','s',2,1,0.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9095,9095,'classic3_div2*3','classic3_div2*3','s',2,1,0.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9096,9096,'classic3_div2*4','classic3_div2*4','s',2,1,0.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9097,9097,'classic3_floor3*0','classic3_floor3*0','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9098,9098,'classic3_floor3*1','classic3_floor3*1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9099,9099,'classic3_floor3*2','classic3_floor3*2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9100,9100,'classic3_floor3*3','classic3_floor3*3','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9101,9101,'classic3_floor3*4','classic3_floor3*4','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9102,9102,'Classic BB table','classic3_table','s',2,1,0.60,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9103,9103,'Classic BB pillar 2','classic3_pillar2','s',1,1,1.90,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(9104,9104,'Classic BB ticket','classic3_ticket','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9105,9105,'classic3_sofa*0','classic3_sofa*0','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9106,9106,'classic3_sofa*1','classic3_sofa*1','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9107,9107,'classic3_sofa*2','classic3_sofa*2','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9108,9108,'classic3_sofa*3','classic3_sofa*3','s',2,1,1.10,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9109,9109,'Classic BB floor','classic3_floor2','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9110,9110,'classic3_stool*0','classic3_stool*0','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9111,9111,'classic3_stool*1','classic3_stool*1','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9112,9112,'classic3_stool*2','classic3_stool*2','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9113,9113,'classic3_stool*3','classic3_stool*3','s',1,1,1.10,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9114,9114,'Classic BB lock','classic3_block','s',1,1,1.10,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9115,9115,'Classic BB tile floor','classic3_floor1','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9116,9116,'classic3_bench*0','classic3_bench*0','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9117,9117,'classic3_bench*1','classic3_bench*1','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9118,9118,'classic3_bench*2','classic3_bench*2','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9119,9119,'classic3_bench*3','classic3_bench*3','s',2,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9120,9120,'classic3_wall2*0','classic3_wall2*0','s',3,1,5.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9121,9121,'classic3_wall2*1','classic3_wall2*1','s',3,1,5.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9122,9122,'classic3_wall2*2','classic3_wall2*2','s',3,1,5.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9123,9123,'classic3_wall2*3','classic3_wall2*3','s',3,1,5.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9124,9124,'classic3_wall2*4','classic3_wall2*4','s',3,1,5.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9125,9125,'classic3_wall2*5','classic3_wall2*5','s',3,1,5.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9126,9126,'classic3_wall2*6','classic3_wall2*6','s',3,1,5.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9127,9127,'classic3_wall2*7','classic3_wall2*7','s',3,1,5.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9128,9128,'Classic BB wall 1','classic3_wall1','s',3,1,5.70,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9129,9129,'Classic BB pillar 3','classic3_pillar3','s',1,1,1.90,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(9130,9130,'Classic BB railing','classic3_div1','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9131,9131,'rare_colourable_marquee','rare_colourable_marquee*1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9132,9132,'rare_colourable_scifirocket','rare_colourable_scifirocket*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9133,9133,'rare_colourable_fountain','rare_colourable_fountain*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9134,9134,'Azure Chest of Light','hhistory_r16_crackable','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(9135,9135,'rare_colourable_wooden_screen','rare_colourable_wooden_screen*1','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9136,9136,'rare_colourable_dragonlamp*1','rare_colourable_dragonlamp*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9137,9137,'rare_colourable_parasol*1','rare_colourable_parasol*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9138,9138,'rare_colourable_pillar','rare_colourable_pillar*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9139,9139,'rare_colourable_beehive_bulb*1','rare_colourable_beehive_bulb*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9140,9140,'rare_colourable_icecream*1','rare_colourable_icecream*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',2,'4','','',0,0,''),(9141,9141,'rare_colourable_elephant_statue','rare_colourable_elephant_statue*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9142,9142,'rare_colourable_scifidoor','rare_colourable_scifidoor*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(9143,9143,'rare_colourable_fan','rare_colourable_fan*1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9144,9144,'rare_colourable_pillow*1','rare_colourable_pillow*1','s',1,1,0.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9145,9145,'rare_colourable_scifiport','rare_colourable_scifiport*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(9146,9146,'rare_colourable_barrier','rare_colourable_barrier*1','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9147,9147,'Lift Teleport','hween_c16_teleport','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(9148,9148,'Lounge Armchair','hween_c16_chair2','s',1,1,1.30,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9149,9149,'Patterned Table','hween_c16_roundtable','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9150,9150,'Bar Stool','hween_c16_barchair','s',1,1,1.80,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9151,9151,'Hotel Lobby Lamp','hween_c16_lamp2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9152,9152,'Balcony Windows','hween_c16_balcony','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9153,9153,'Magnificent Fireplace','hween_c16_fireplace','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9154,9154,'Glowing Ghost','hween_r16_crackable2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',20,'0','','',0,0,''),(9155,9155,'Cabinet of Curiosities','hween_c16_cabinet2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9156,9156,'Grim Reapers Chandelier','hween_r16_chandelier','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9157,9157,'Bar Stool','hween_c16_barchair2','s',1,1,2.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9158,9158,'Essence Ash','hween_c16_ghostash','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9159,9159,'Tarantula Web','hween_c16_webs','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9160,9160,'Magnificent Fireplace','hween_c16_fireplace2','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9161,9161,'Hotel Wall','hween_c16_wall','s',1,1,4.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(9162,9162,'Opulent Vase','hween_c16_vase','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9163,9163,'Balcony Windows','hween_c16_balcony2','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(9164,9164,'Slimey Ghost','hween_c16_crackable1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',20,'0','','',0,0,''),(9165,9165,'Grim Reapers Piano','hween_r16_grandpiano2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9166,9166,'Patterned Table','hween_c16_roundtable2','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9167,9167,'Four Poster Bed','hween_c16_bed2','s',1,1,1.70,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(9168,9168,'Marble Bar','hween_c16_bar2','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9169,9169,'Purification Device','hween_c16_ghostmchn','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crafting',2,'0','','',0,0,''),(9170,9170,'Evil Frank Bust','hween_c16_bust','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9171,9171,'clothing_r16_catface','clothing_r16_catface','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9172,9172,'Polished Marble Floor','hween_c16_floor2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9173,9173,'Vanity Mirror','hween_c16_vanity','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9174,9174,'Bedside Table','hween_c16_endtable','s',1,1,1.50,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9175,9175,'Hotel Wall','hween_c16_wall2','s',1,1,4.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9176,9176,'Polished Marble Floor','hween_c16_floor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9177,9177,'Wolf Hand Cabinet','hween_c16_cabinet','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9178,9178,'Grim Reapers Piano','hween_r16_grandpiano','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9179,9179,'Mahogany Bookcase','hween_c16_bkcase','s',0,0,3.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9180,9180,'Evil Frank Bust','hween_c16_bust2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9181,9181,'Creaking Stairs','hween_c16_ladder2','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9182,9182,'Creaking Stairs','hween_c16_ladder','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9183,9183,'Haamukärry','hween_ltd16_ghostcar','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9184,9184,'Mahogany Bookcase','hween_c16_bkcase2','s',1,1,3.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9185,9185,'Ornate Coffee Table','hween_c16_glasstable','s',1,2,1.20,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9186,9186,'Four Poster Bed','hween_c16_bed','s',1,1,1.70,1,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(9187,9187,'Hotel Lobby Lamp','hween_c16_lamp','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9188,9188,'Orb of Essence','hween_c16_ghostorb','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9189,9189,'Ornate Coffee Table','hween_c16_glasstable2','s',1,2,1.20,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9190,9190,'Lounge Armchair','hween_c16_chair','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9191,9191,'Vial of Essence','hween_c16_ghostvial','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9192,9192,'Vanity Mirror','hween_c16_vanity2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9193,9193,'Bedside Table','hween_c16_endtable2','s',1,1,1.50,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9194,9194,'Marble Bar','hween_c16_bar','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9195,9195,'Grim Reapers Chandelier','hween_r16_chandelier2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9196,9196,'Opulent Vase','hween_c16_vase2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9197,9197,'clothing_r16_cyclops','clothing_r16_cyclops','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9198,9198,'fxbox_fx16','fxbox_fx16','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9199,9199,'test_ltd','test_ltd','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9200,9200,'test_ltd2','test_ltd2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9201,9201,'xmas_c16_elf8 name','xmas_c16_elf8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9202,9202,'xmas_c16_woodfloor name','xmas_c16_woodfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9203,9203,'xmas_c16_fireplace name','xmas_c16_fireplace','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9204,9204,'xmas_c16_dvdr name','xmas_c16_dvdr','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9205,9205,'xmas_r16_throne name','xmas_r16_throne','s',1,1,1.40,1,1,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9206,9206,'clothing_bearhat name','clothing_bearhat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9207,9207,'xmas_c16_woodtile name','xmas_c16_woodtile','s',1,1,0.01,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.01;0.60;0.99;1.80;2.05','',0,0,''),(9208,9208,'xmas_c16_deskitems name','xmas_c16_deskitems','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',9,'0','','',0,0,''),(9209,9209,'clothing_r16_icetiara name','clothing_r16_icetiara','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9210,9210,'xmas_c16_chair name','xmas_c16_chair','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9211,9211,'xmas_c16_creature3 name','xmas_c16_creature3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9212,9212,'xmas_c16_banner name','xmas_c16_banner','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9213,9213,'xmas_c16_presentstack name','xmas_c16_presentstack','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9214,9214,'xmas_c16_creature7 name','xmas_c16_creature7','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',23,'0','','',0,0,''),(9215,9215,'clothing_bear name','clothing_bear','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9216,9216,'xmas_c16_elf9 name','xmas_c16_elf9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9217,9217,'xmas_c16_elf7 name','xmas_c16_elf7','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9218,9218,'xmas_c16_elf3 name','xmas_c16_elf3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9219,9219,'xmas_c16_diningtable name','xmas_c16_diningtable','s',3,4,1.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9220,9220,'xmas_c16_diningbench name','xmas_c16_diningbench','s',4,1,1.50,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9221,9221,'xmas_c16_food2 name','xmas_c16_food2','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9222,9222,'xmas_c16_roundtable name','xmas_c16_roundtable','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9223,9223,'xmas_c16_balcony name','xmas_c16_balcony','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(9224,9224,'xmas_c16_creature5 name','xmas_c16_creature5','s',1,1,2.20,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9225,9225,'xmas_c16_wreathdeco name','xmas_c16_wreathdeco','s',1,2,4.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(9226,9226,'xmas_c16_dresser name','xmas_c16_dresser','s',2,1,2.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9227,9227,'xmas_c16_desk name','xmas_c16_desk','s',3,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9228,9228,'xmas_c16_food3 name','xmas_c16_food3','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9229,9229,'clothing_bearscarf name','clothing_bearscarf','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9230,9230,'xmas_c16_stocking name','xmas_c16_stocking','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(9231,9231,'xmas_c16_tinybed name','xmas_c16_tinybed','s',2,2,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9232,9232,'xmas_c16_egg name','xmas_c16_egg','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',23,'0','','',0,0,''),(9233,9233,'xmas_c16_elf1 name','xmas_c16_elf1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9234,9234,'xmas_c16_tele name','xmas_c16_tele','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(9235,9235,'clothing_reindeer name','clothing_reindeer','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9236,9236,'xmas_c16_door name','xmas_c16_door','s',4,1,0.00,1,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(9237,9237,'xmas_c16_elf10 name','xmas_c16_elf10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9238,9238,'xmas_c16_creature1 name','xmas_c16_creature1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',23,'0','','',0,0,''),(9239,9239,'xmas_c16_elf6 name','xmas_c16_elf6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9240,9240,'xmas_c16_deskcandles name','xmas_c16_deskcandles','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9241,9241,'xmas_c16_elf4 name','xmas_c16_elf4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9242,9242,'xmas_c16_creature6 name','xmas_c16_creature6','s',1,1,2.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9243,9243,'xmas_c16_food1 name','xmas_c16_food1','s',2,2,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9244,9244,'clothing_xmas2 name','clothing_xmas2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9245,9245,'xmas_c16_rug name','xmas_c16_rug','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(9246,9246,'xmas_c16_creature9 name','xmas_c16_creature9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9247,9247,'clothing_r16_cathat name','clothing_r16_cathat','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9248,9248,'xmas_c16_sofa name','xmas_c16_sofa','s',2,1,1.25,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9249,9249,'xmas_c16_tinychair name','xmas_c16_tinychair','s',2,2,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9250,9250,'xmas_c16_wall name','xmas_c16_wall','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9251,9251,'xmas_c16_creature4 name','xmas_c16_creature4','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',23,'0','','',0,0,''),(9252,9252,'clothing_xmas3 name','clothing_xmas3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9253,9253,'xmas_c16_candles name','xmas_c16_candles','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9254,9254,'xmas_c16_elf2 name','xmas_c16_elf2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9255,9255,'xmas_c16_pillarlight name','xmas_c16_pillarlight','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9256,9256,'xmas_c16_creature8 name','xmas_c16_creature8','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9257,9257,'xmas_c16_mailshelf name','xmas_c16_mailshelf','s',2,2,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9258,9258,'xmas_c16_creature2 name','xmas_c16_creature2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9259,9259,'xmas_c16_elf5 name','xmas_c16_elf5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9260,9260,'xmas_r16_owl name','xmas_r16_owl','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9261,9261,'xmas_ltd16_bearbed','xmas_ltd16_bearbed','s',1,3,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(9262,9262,'clothing_xmas4 name','clothing_xmas4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9263,9263,'clothing_longscarf name','clothing_longscarf','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9264,9264,'virus_r16_piratank','virus_r16_piratank','s',1,2,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9265,9265,'virus_r16_crabtank','virus_r16_crabtank','s',1,2,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9266,9266,'virus_r16_eeltank','virus_r16_eeltank','s',1,2,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9267,9267,'virus_r16_troptank','virus_r16_troptank','s',1,2,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9268,9268,'virus_r16_pufftank','virus_r16_pufftank','s',1,2,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9269,9269,'virus_r16_turttank','virus_r16_turttank','s',1,2,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9270,9270,'virus_r16_angtank','virus_r16_angtank','s',1,2,2.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9271,9271,'Ice Cafe Sofa','classic5_sofa','s',2,1,0.90,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9272,9272,'Yellow Ice Table','classic5_table_yel','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9273,9273,'Ice Cafe Stage','classic5_stage','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9274,9274,'Icey Speaker','classic5_speaker','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9275,9275,'Ice Cafe Floor','classic5_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9276,9276,'Ice Cafe Wall','classic5_wall','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9277,9277,'Blue Ice Chair','classic5_chair_blu','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9278,9278,'Ice Cafe Stairs','classic5_stairs','s',2,1,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9279,9279,'Yellow Ice Chair','classic5_chair_yel','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9280,9280,'Blue Ice Table','classic5_table_blu','s',2,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9281,9281,'bonusbag16_3','bonusbag16_3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(9282,9282,'bonusrare16_7*1','bonusrare16_7*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9283,9283,'bonusrare16_7*2','bonusrare16_7*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9284,9284,'bonusrare16_7*3','bonusrare16_7*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9285,9285,'bonusrare16_7*4','bonusrare16_7*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9286,9286,'bonusrare16_7*5','bonusrare16_7*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9287,9287,'bonusrare16_7*6','bonusrare16_7*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9288,9288,'ny17_crackable','ny17_crackable','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(9289,9289,'Kultainen juhlahattu','clothing_r16_party14','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9290,9290,'cny17_roosterballoon','cny17_roosterballoon','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9291,9291,'Musta juhlahattu','clothing_r16_party13','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9292,9292,'Violetti juhlahattu','clothing_r16_party11','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9293,9293,'clothing_party9','clothing_r16_party9','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9294,9294,'Turkoosi juhlahattu','clothing_r16_party12','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9295,9295,'Pinkki juhlahattu','clothing_r16_party10','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9296,9296,'clothing_wink','clothing_wink','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9297,9297,'clothing_love','clothing_love','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9298,9298,'clothing_surprised','clothing_surprised','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9299,9299,'clothing_happy','clothing_happy','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9300,9300,'clothing_poop','clothing_poop','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9301,9301,'clothing_angry','clothing_angry','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9302,9302,'clothing_sad','clothing_sad','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9303,9303,'clothing_excited','clothing_excited','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9304,9304,'clothing_cool','clothing_cool','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9305,9305,'clothing_shy','clothing_shy','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9306,9306,'clothing_bobba','clothing_bobba','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9307,9307,'clothing_silly','clothing_silly','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9308,9308,'Oriental Stool','classic6_stool','s',1,1,1.20,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9309,9309,'Oriental Bench','classic6_sofa','s',2,1,1.30,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9310,9310,'Rice and Tea','classic6_tearice','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9311,9311,'Oriental Table','classic6_bigtable','s',2,2,1.20,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9312,9312,'Oriental Chair','classic6_chair','s',1,1,1.20,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9313,9313,'Oriental Stand','classic6_endtable','s',1,1,1.60,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9314,9314,'Oriental Low Table','classic6_lowtable','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9315,9315,'Oriental Lantern','classic6_lantern','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9316,9316,'Oriental Wall','classic6_wall','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9317,9317,'Hardwood Floor','classic6_woodfloor','s',2,2,0.01,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9318,9318,'Stone Tiled Floor','classic6_stonecarpet','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9319,9319,'Grand Oriental Arch','classic6_arch','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9320,9320,'Oriental Vase','classic6_vase','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9321,9321,'Oriental Lunchbox','classic6_food','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(9322,9322,'Oriental Rug','classic6_mat','s',2,1,0.01,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9323,9323,'Oriental Divider','classic6_dvdr','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9324,9324,'bc_gift_31days','bc_gift_31days','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(9325,9325,'hc_gift_14days','hc_gift_14days','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(9326,9326,'hc_gift_31days','hc_gift_31days','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(9327,9327,'bc_gift_14days','bc_gift_14days','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(9328,9328,'Rooster Statue','china_rooster','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9329,9329,'rare_prize17*14','rare_prize17*1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9330,9330,'rare_prize17*10','rare_prize17*10','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9331,9331,'rare_prize17*11','rare_prize17*11','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9332,9332,'rare_prize17*12','rare_prize17*12','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9333,9333,'rare_prize17*13','rare_prize17*13','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9334,9334,'rare_prize17*14','rare_prize17*14','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9335,9335,'rare_prize17*2','rare_prize17*2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9336,9336,'rare_prize17*3','rare_prize17*3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9337,9337,'rare_prize17*4','rare_prize17*4','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9338,9338,'rare_prize17*5','rare_prize17*5','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9339,9339,'rare_prize17*6','rare_prize17*6','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9340,9340,'rare_prize17*7','rare_prize17*7','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9341,9341,'rare_prize17*8','rare_prize17*8','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9342,9342,'rare_prize17*9','rare_prize17*9','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9343,9343,'bonusrare17_1*0','bonusrare17_1*0','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9344,9344,'bonusrare17_1*1','bonusrare17_1*1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9345,9345,'bonusrare17_1*2','bonusrare17_1*2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9346,9346,'bonusrare17_1*3','bonusrare17_1*3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9347,9347,'bonusrare17_1*4','bonusrare17_1*4','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9348,9348,'bonusrare17_1*5','bonusrare17_1*5','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9349,9349,'bonusrare17_4*1','bonusrare17_4*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9350,9350,'bonusrare17_4*2','bonusrare17_4*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9351,9351,'bonusrare17_4*3','bonusrare17_4*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9352,9352,'bonusrare17_4*4','bonusrare17_4*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9353,9353,'bonusrare17_4*5','bonusrare17_4*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9354,9354,'bonusrare17_4*6','bonusrare17_4*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9355,9355,'bonusrare17_3*1','bonusrare17_3*1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9356,9356,'bonusrare17_3*2','bonusrare17_3*2','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9357,9357,'bonusrare17_3*3','bonusrare17_3*3','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9358,9358,'bonusrare17_3*4','bonusrare17_3*4','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9359,9359,'bonusrare17_3*5','bonusrare17_3*5','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9360,9360,'bonusrare17_3*6','bonusrare17_3*6','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9361,9361,'bonusrare17_2*0','bonusrare17_2*0','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9362,9362,'bonusrare17_2*1','bonusrare17_2*1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9363,9363,'bonusrare17_2*2','bonusrare17_2*2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9364,9364,'bonusrare17_2*3','bonusrare17_2*3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9365,9365,'bonusrare17_2*4','bonusrare17_2*4','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9366,9366,'bonusrare17_2*5','bonusrare17_2*5','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9367,9367,'classic7_gate','classic7_gate','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(9368,9368,'classic7_stage','classic7_stage','s',2,2,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9369,9369,'classic7_dvdr','classic7_dvdr','s',2,1,1.30,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9370,9370,'classic7_drinks','classic7_drinks','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9371,9371,'classic7_table','classic7_table','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9372,9372,'classic7_drinkdispenser','classic7_drinkdispenser','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'vendingmachine',1,'24','','',0,0,''),(9373,9373,'classic7_djbooth','classic7_djbooth','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9374,9374,'classic7_floor','classic7_floor','s',2,2,0.01,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9375,9375,'classic7_starlight','classic7_starlight','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9376,9376,'classic7_chair','classic7_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9377,9377,'classic7_tree','classic7_tree','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9378,9378,'classic7_stairs','classic7_stairs','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9379,9379,'classic7_wall','classic7_wall','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9380,9380,'classic7_drinkcabinet','classic7_drinkcabinet','s',1,3,3.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9381,9381,'classic7_fridge','classic7_fridge','s',1,2,3.50,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9382,9382,'classic7_crn','classic7_crn','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9383,9383,'clothing_r17_wedveil','clothing_r17_wedveil','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9384,9384,'clothing_r17_weddingdress','clothing_r17_weddingdress','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9385,9385,'clothing_r17_weddingset','clothing_r17_weddingset','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9386,9386,'val_c17_roseplant','val_c17_roseplant','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9387,9387,'val_c17_chair','val_c17_chair','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9388,9388,'val_c17_rosedivider','val_c17_rosedivider','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(9389,9389,'val_c17_bandstand','val_c17_bandstand','s',3,3,0.40,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9390,9390,'val_c17_vase','val_c17_vase','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9391,9391,'val_r17_organltd','val_r17_organltd','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(9392,9392,'clothing_goldpack2','clothing_goldpack2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9393,9393,'exotic_r17_chamele','exotic_r17_chamele','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9394,9394,'exotic_r17_treefrog','exotic_r17_treefrog','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9395,9395,'exotic_r17_snake','exotic_r17_snake','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9396,9396,'exotic_r17_chipmunk','exotic_r17_chipmunk','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9397,9397,'exotic_r17_birds','exotic_r17_birds','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9398,9398,'exotic_r17_bat','exotic_r17_bat','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9399,9399,'exotic_r17_chinchil','exotic_r17_chinchil','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9400,9400,'exotic_r17_sloth','exotic_r17_sloth','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9401,9401,'mall_c17_tele','mall_c17_tele','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(9402,9402,'mall_c17_kiosk','mall_c17_kiosk','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'vendingmachine',1,'29,30,34,36,37,38','','',0,0,''),(9403,9403,'mall_r17_coffeem','mall_r17_coffeem','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'vendingmachine',1,'8','','',0,0,''),(9404,9404,'easter_c17_fence2','easter_c17_fence2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9405,9405,'clothing_apron','clothing_apron','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9406,9406,'easter_c17_barngate','easter_c17_barngate','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(9407,9407,'easter_c17_table','easter_c17_table','s',2,2,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9408,9408,'easter_c17_floweringbush','easter_c17_floweringbush','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(9409,9409,'easter_c17_appletree','easter_c17_appletree','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'vendingmachine',1,'37','','',0,0,''),(9410,9410,'clothing_r17_cow','clothing_r17_cow','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9411,9411,'easter_c17_flour','easter_c17_flour','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9412,9412,'easter_c17_combistove','easter_c17_combistove','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crafting',2,'0','','',0,0,''),(9413,9413,'clothing_crownbraid','clothing_crownbraid','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9414,9414,'easter_c17_chickens','easter_c17_chickens','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9415,9415,'easter_ltd17_harvestgoddess','easter_ltd17_harvestgoddess','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9416,9416,'easter_c17_egg','easter_c17_egg','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',20,'0','','',0,0,''),(9417,9417,'easter_c17_barn','easter_c17_barn','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(9418,9418,'easter_c17_fruitsalad','easter_c17_fruitsalad','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9419,9419,'easter_c17_berrycupcake','easter_c17_berrycupcake','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9420,9420,'easter_c17_fence','easter_c17_fence','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9421,9421,'easter_c17_raspjam','easter_c17_raspjam','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9422,9422,'easter_c17_gate','easter_c17_gate','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(9423,9423,'easter_c17_pastries','easter_c17_pastries','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9424,9424,'easter_c17_peachtree','easter_c17_peachtree','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9425,9425,'easter_c17_leafsprout','easter_c17_leafsprout','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(9426,9426,'clothing_r17_chicken','clothing_r17_chicken','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9427,9427,'easter_c17_roof2','easter_c17_roof2','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9428,9428,'easter_c17_choctart','easter_c17_choctart','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9429,9429,'easter_c17_peartree','easter_c17_peartree','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'vendingmachine',1,'36','','',0,0,''),(9430,9430,'easter_c17_windmill','easter_c17_windmill','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9431,9431,'easter_c17_strawbsbush','easter_c17_strawbsbush','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9432,9432,'easter_c17_collie','easter_c17_collie','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9433,9433,'easter_c17_sapling','easter_c17_sapling','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(9434,9434,'easter_c17_raspbush','easter_c17_raspbush','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9435,9435,'easter_c17_strawbsjam','easter_c17_strawbsjam','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9436,9436,'easter_c17_carrot','easter_c17_carrot','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9437,9437,'easter_c17_choccupcake','easter_c17_choccupcake','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9438,9438,'easter_c17_sprinkler','easter_c17_sprinkler','s',2,2,0.00,0,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(9439,9439,'easter_c17_coop','easter_c17_coop','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9440,9440,'Lehmälaatikko','cowbox','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9441,9441,'clothing_messyhalfbun','clothing_messyhalfbun','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9442,9442,'easter_c17_tree','easter_c17_tree','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9443,9443,'easter_r17_farmcutout','easter_r17_farmcutout','s',2,1,0.00,0,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9444,9444,'easter_c17_blkberrybush','easter_c17_blkberrybush','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9445,9445,'easter_c17_seeds','easter_c17_seeds','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(9446,9446,'easter_c17_chocbunny','easter_c17_chocbunny','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9447,9447,'easter_c17_seedbag','easter_c17_seedbag','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',1,'0','','',0,0,''),(9448,9448,'easter_c17_crn','easter_c17_crn','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9449,9449,'easter_c17_carrotcake','easter_c17_carrotcake','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9450,9450,'easter_c17_berrytart','easter_c17_berrytart','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9451,9451,'easter_c17_farmsoil','easter_c17_farmsoil','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(9452,9452,'Kultainen lehmälaatikko','cowbox_gold','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9453,9453,'clothing_r17_horse','clothing_r17_horse','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9454,9454,'easter_c17_beehive','easter_c17_beehive','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9455,9455,'easter_c17_blkberryjam','easter_c17_blkberryjam','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9456,9456,'easter_c17_roof','easter_c17_roof','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9457,9457,'easter_c17_choc','easter_c17_choc','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9458,9458,'easter_c17_sweetpastries','easter_c17_sweetpastries','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9459,9459,'easter_c17_strawbscake','easter_c17_strawbscake','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9460,9460,'easter_c17_chairs','easter_c17_chairs','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9461,9461,'bonusbag17_1','bonusbag17_1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(9462,9462,'santorini_c17_pottedplants name','santorini_c17_pottedplants','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9463,9463,'santorini_c17_artefact4 name','santorini_c17_artefact4','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(9464,9464,'santorini_c17_bar name','santorini_c17_bar','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9465,9465,'santorini_c17_arch name','santorini_c17_arch','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9466,9466,'santorini_c17_pottedshrub name','santorini_c17_pottedshrub','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9467,9467,'santorini_c17_artefact3 name','santorini_c17_artefact3','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(9468,9468,'santorini_c17_roof name','santorini_c17_roof','s',1,1,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(9469,9469,'santorini_c17_rockroof name','santorini_c17_rockroof','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9470,9470,'clothing_leafcrown','clothing_leafcrown','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9471,9471,'santorini_c17_flowerdivider name','santorini_c17_flowerdivider','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9472,9472,'clothing_hermeshat','clothing_hermeshat','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9473,9473,'santorini_c17_rocks name','santorini_c17_rocks','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',3,'0','1.0;2.0;3.0','',0,0,''),(9474,9474,'santorini_c17_sand name','santorini_c17_sand','s',2,2,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9475,9475,'santorini_c17_artefact5 name','santorini_c17_artefact5','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(9476,9476,'santorini_c17_food1 name','santorini_c17_food1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9477,9477,'santorini_r17_chest','santorini_r17_chest','s',1,1,0.00,0,0,0,0,1,1,1,1,1,'crackable',2,'0','','',0,0,''),(9478,9478,'santorini_c17_trellis','santorini_c17_trellis','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9479,9479,'clothing_hoplitehelm','clothing_hoplitehelm','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9480,9480,'santorini_c17_artefact1 name','santorini_c17_artefact1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(9481,9481,'santorini_c17_rockpool name','santorini_c17_rockpool','s',2,2,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9482,9482,'clothing_greektoga','clothing_greektoga','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9483,9483,'santorini_c17_dividerend name','santorini_c17_dividerend','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9484,9484,'santorini_r17_chimera name','santorini_r17_chimera','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9485,9485,'santorini_r17_hydra name','santorini_r17_hydra','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9486,9486,'santorini_c17_rockstage name','santorini_c17_rockstage','s',2,2,0.90,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9487,9487,'santorini_c17_donkey name','santorini_c17_donkey','s',1,1,2.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9488,9488,'santorini_c17_pierend name','santorini_c17_pierend','s',2,1,1.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9489,9489,'santorini_c17_ornatepots name','santorini_c17_ornatepots','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9490,9490,'santorini_c17_dolphin name','santorini_c17_dolphin','s',2,2,0.00,0,0,0,1,1,1,0,0,1,'water',2,'0','','',29,29,''),(9491,9491,'santorini_c17_mosaicfloor name','santorini_c17_mosaicfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9492,9492,'clothing_hermesshoes','clothing_hermesshoes','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9493,9493,'santorini_c17_rockcave name','santorini_c17_rockcave','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9494,9494,'santorini_c17_belltop name','santorini_c17_belltop','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9495,9495,'santorini_c17_gate name','santorini_c17_gate','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(9496,9496,'santorini_r17_centaur name','santorini_r17_centaur','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9497,9497,'santorini_ltd17_lighthouse','santorini_ltd17_lighthouse','s',1,1,0.00,0,0,0,1,1,1,0,1,1,'tent',2,'0','','',0,0,''),(9498,9498,'santorini_c17_divider name','santorini_c17_divider','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9499,9499,'santorini_c17_piermid name','santorini_c17_piermid','s',2,1,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9500,9500,'santorini_c17_house name','santorini_c17_house','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9501,9501,'santorini_c17_table name','santorini_c17_table','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9502,9502,'santorini_c17_artefact2 name','santorini_c17_artefact2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(9503,9503,'santorini_r17_minotaur name','santorini_r17_minotaur','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9504,9504,'santorini_c17_chair name','santorini_c17_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9505,9505,'clothing_octohat','clothing_octohat','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9506,9506,'santorini_c17_pebblefloor name','santorini_c17_pebblefloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9507,9507,'santorini_c17_lighthouse name','santorini_c17_lighthouse','s',2,2,0.00,0,0,0,1,0,0,0,0,1,'tent',2,'0','','',0,0,''),(9508,9508,'santorini_c17_stairs name','santorini_c17_stairs','s',1,1,0.50,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9509,9509,'santorini_c17_food2 name','santorini_c17_food2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9510,9510,'santorini_c17_rockfloat name','santorini_c17_rockfloat','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9511,9511,'Cryo-Bed','scifi_r17_bed','s',1,3,0.00,0,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9512,9512,'scifi_c17_xcannon','scifi_c17_xcannon','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9513,9513,'Spacecraft Door','scifi_c17_airlock','s',4,1,0.00,0,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(9514,9514,'clothing_r17_explorerhelm','clothing_r17_explorerhelm','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9515,9515,'Interstellar Cruiser','scifi_r17_cruiser','s',2,3,9.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9516,9516,'Battle Mech','scifi_ltd17_mech','s',1,1,0.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9517,9517,'clothing_r17_sentinelhelm','clothing_r17_sentinelhelm','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9518,9518,'clothing_facehugger','clothing_facehugger','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9519,9519,'Studio Sofa','modern_c17_sofa','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9520,9520,'Decorative Artwork','modern_c17_pictures','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',7,'0','','',0,0,''),(9521,9521,'Perky Pug','modern_c17_pug','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9522,9522,'Studio Desk Lamp','modern_c17_lamp','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9523,9523,'Studio Bed','modern_c17_bed','s',2,3,1.80,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(9524,9524,'Studio Table','modern_c17_lowtable','s',1,3,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9525,9525,'Studio Records','modern_c17_folder','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(9526,9526,'Artists Literature','modern_c17_reads','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9527,9527,'Studio Rug','modern_c17_rug','s',2,3,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9528,9528,'Studio Incense','modern_c17_incense','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9529,9529,'Aloe Plant','modern_c17_plant','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9530,9530,'Ideas Board','modern_c17_display','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9531,9531,'Studio Pillow','modern_c17_pillow','s',1,1,0.80,0,1,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(9532,9532,'Studio TV','modern_c17_tv','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(9533,9533,'Studio Floorboards','modern_c17_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9534,9534,'Decorative Photos','modern_c17_photos','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9535,9535,'Studio Desk','modern_c17_desk','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9536,9536,'Studio Wall','modern_c17_wall','s',2,1,3.70,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(9537,9537,'Studio Workstation','modern_c17_iscreen','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(9538,9538,'Studio Lamp','modern_c17_floorlamp','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9539,9539,'Drawing Equipment','modern_c17_creative','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9540,9540,'Studio Chair','modern_c17_chair','s',1,1,1.30,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9541,9541,'Mini Speakers','modern_c17_speakers','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9542,9542,'Studio Shelving','modern_c17_shelf','s',1,2,1.90,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9543,9543,'Studio Corner Table','modern_c17_endtable','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9544,9544,'clothing_toxicfacehugger','clothing_toxicfacehugger','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9545,9545,'summer_c17_merchstall','summer_c17_merchstall','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(9546,9546,'summer_c17_astrotelescope','summer_c17_astrotelescope','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9547,9547,'summer_c17_burgertruck','summer_c17_burgertruck','s',2,2,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9548,9548,'summer_c17_promenadelamp','summer_c17_promenadelamp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9549,9549,'bonusbag17_2','bonusbag17_2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(9550,9550,'Vaaleanpunakirjailtu basaarilamppu','bazaar_c17_lampbluepinktrim','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9551,9551,'Vaaleanpunakirjailtu basaarityyny','bazaar_c17_pillowbluepinktrim','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9552,9552,'Keltainen basaarilamppu','bazaar_c17_lampyellow','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9553,9553,'Sininen basaariverho','bazaar_c17_curtainblue','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9554,9554,'Violetti basaarilamppu','bazaar_c17_lamppurple','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9555,9555,'Sinikirjailtu basaariverho','bazaar_c17_curtainyellowbluetrim','s',2,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9556,9556,'Vihreä basaarimatto','bazaar_c17_ruggreen','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9557,9557,'Saviruukut','bazaar_c17_pots','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9558,9558,'Hedelmäkori','bazaar_c17_fruitbasket','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(9559,9559,'Persialaiset matot','bazaar_c17_rugrolls','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9560,9560,'Keltakirjailtu basaarimatto','bazaar_c17_rugpurpleyellowtrim','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9561,9561,'Sinikirjailtu basaarivaasi','bazaar_c17_vasepinkbluetrim','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9562,9562,'Kauppiaan parta','clothing_exoticbeard','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9563,9563,'Vaaleanpunakirjailtu basaarivaasi','bazaar_c17_vasebluepinktrim','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9564,9564,'Basaarikori','bazaar_c17_basket','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9565,9565,'Alice-kameli','bazaar_c17_camel','s',1,1,3.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9566,9566,'Mystinen basaarityyny','bazaar_c17_pillowmystic','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9567,9567,'Violettikirjailtu basaarityyny','bazaar_c17_pillowgreenpurpletrim','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9568,9568,'Violetti basaarivaasi','bazaar_c17_vasepurple','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9569,9569,'Vihreä basaariverho','bazaar_c17_curtaingreen','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(9570,9570,'clothing_alluringeyes','clothing_alluringeyes','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9571,9571,'Violettikirjailtu basaarivaasi','bazaar_c17_vasegreenpurpletrim','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9572,9572,'Violettikirjailtu basaariverho','bazaar_c17_curtaingreenpurpletrim','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9573,9573,'Sininen basaarimatto','bazaar_c17_rugblue','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9574,9574,'Mystinen värjäysaine','bazaar_c17_dyemystic','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9575,9575,'Violetti basaarityyny','bazaar_c17_pillowpurple','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9576,9576,'bazaar_r17_throne','bazaar_r17_throne','s',0,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9577,9577,'Sinikirjailtu basaarimatto','bazaar_c17_rugyellowbluetrim','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9578,9578,'Sininen basaarivaasi','bazaar_c17_vaseblue','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9579,9579,'bazaar_ltd17_ele','bazaar_ltd17_ele','s',0,2,3.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9580,9580,'Sinikirjailtu basaarivaasi','bazaar_c17_vaseyellowbluetrim','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9581,9581,'Sininen värjäysaine','bazaar_c17_dyeblue','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9582,9582,'Vihreä värjäysaine','bazaar_c17_dyegreen','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9583,9583,'Sinikirjailtu basaariverho','bazaar_c17_curtainpinkbluetrim','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9584,9584,'Mystinen basaarilamppu','bazaar_c17_lampmystic','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9585,9585,'Basaariverho','bazaar_c17_curtain','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(9586,9586,'Keltainen basaarityyny','bazaar_c17_pillowyellow','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9587,9587,'Mystinen basaarimatto','bazaar_c17_rugmystic','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9588,9588,'Vaaleanpunakirjailtu basaarimatto','bazaar_c17_rugbluepinktrim','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9589,9589,'Taikamatto (kokeile matolla seisomista!)','bazaar_c17_flycarpet','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9590,9590,'clothing_exoticvest','clothing_exoticvest','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9591,9591,'Liskotikku','bazaar_c17_sticklizard','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9592,9592,'Sininen basaarilamppu','bazaar_c17_lampblue','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9593,9593,'Sininen basaarityyny','bazaar_c17_pillowblue','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9594,9594,'Basaarin kulmakatto','bazaar_c17_clothroof2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9595,9595,'Torikatos','bazaar_c17_marketroofsmall','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9596,9596,'Vaaleanpunakirjailtu basaariverho','bazaar_c17_curtainbluepinktrim','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(9597,9597,'Basaariparveke','bazaar_c17_balcony','s',0,2,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9598,9598,'Keltainen värjäysaine','bazaar_c17_dyeyellow','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9599,9599,'Sinikirjailtu basaarilamppu','bazaar_c17_lampyellowbluetrim','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9600,9600,'clothing_bazaarfemale','clothing_bazaarfemale','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9601,9601,'Violettikirjailtu basaarimatto','bazaar_c17_ruggreenpurpletrim','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9602,9602,'Sinikirjailtu basaarityyny','bazaar_c17_pillowyellowbluetrim','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9603,9603,'Värjäysämpäri (voit värjätä basaarikamojasi)','bazaar_c17_colourbucket','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crafting',2,'0','','',0,0,''),(9604,9604,'Vihreä basaarivaasi','bazaar_c17_vasegreen','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9605,9605,'Lampaan koipi','bazaar_c17_meat','s',0,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9606,9606,'Violetti basaariverho','bazaar_c17_curtainpurple','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9607,9607,'Pinkki basaarivaasi','bazaar_c17_vasepink','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9608,9608,'Basaaritalo','bazaar_c17_building','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(9609,9609,'Vihreä basaarilamppu','bazaar_c17_lampgreen','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9610,9610,'Keltainen basaarivaasi','bazaar_c17_vaseyellow','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9611,9611,'Pinkki värjäysaine','bazaar_c17_dyepink','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9612,9612,'Sinikirjailtu basaarimatto','bazaar_c17_rugpinkbluetrim','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9613,9613,'Mystinen basaarivaasi','bazaar_c17_vasemystic','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9614,9614,'Keltakirjailtu basaarivaasi','bazaar_c17_vasepurpleyellowtrim','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9615,9615,'clothing_pointyshoes','clothing_pointyshoes','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9616,9616,'Keisariskorpioni','bazaar_c17_scorpion','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9617,9617,'Puhallettavaa kuplamehua','bazaar_c17_bubblejuiceblower','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9618,9618,'Keltainen basaarimatto','bazaar_c17_rugyellow','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9619,9619,'Pinkki basaarilamppu','bazaar_c17_lamppink','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9620,9620,'Pinkki basaarimatto','bazaar_c17_rugpink','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9621,9621,'Violetti värjäysaine','bazaar_c17_dyepurple','s',1,1,0.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(9622,9622,'Basaarimatto','bazaar_c17_rug','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9623,9623,'clothing_exotictop','clothing_exotictop','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9624,9624,'clothing_r17_cursedmask','clothing_r17_cursedmask','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(9625,9625,'Markkinaständi','bazaar_c17_displaytable','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'multiheight',3,'0','0.3;0.9;1.4','',0,0,''),(9626,9626,'Maustekulho','bazaar_c17_spice','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9627,9627,'Basaarilamppu','bazaar_c17_lamp','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9628,9628,'Sinikirjailtu basaarityyny','bazaar_c17_pillowpinkbluetrim','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9629,9629,'Keltakirjailtu basaarityyny','bazaar_c17_pillowpurpleyellowtrim','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9630,9630,'bazaar_r17_fountain','bazaar_r17_fountain','s',0,2,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9631,9631,'Vaaleanpunainen basaariverho','bazaar_c17_curtainpink','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9632,9632,'Basaarityyny','bazaar_c17_pillow','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9633,9633,'Vihreä basaarityyny','bazaar_c17_pillowgreen','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9634,9634,'Suuri torikatos','bazaar_c17_marketroofbig','s',2,3,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9635,9635,'Chiliköynnös','bazaar_c17_chillies','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9636,9636,'Keltakirjailtu basaariverho','bazaar_c17_curtainpurpleyellowtrim','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9637,9637,'Keltainen basaariverho','bazaar_c17_curtainyellow','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9638,9638,'Sinikirjailtu basaarilamppu','bazaar_c17_lamppinkbluetrim','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9639,9639,'Pinkki basaarityyny','bazaar_c17_pillowpink','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9640,9640,'Violettikirjailtu basaarilamppu','bazaar_c17_lampgreenpurpletrim','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9641,9641,'Violetti basaarimatto','bazaar_c17_rugpurple','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9642,9642,'Mystinen basaariverho','bazaar_c17_curtainmystic','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(9643,9643,'bazaar_r17_monkey','bazaar_r17_monkey','s',0,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9644,9644,'Keltakirjailtu basaarilamppu','bazaar_c17_lamppurpleyellowtrim','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9645,9645,'Basaarivaasi','bazaar_c17_vase','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9646,9646,'clothing_harempants','clothing_harempants','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9647,9647,'Basaarin katto','bazaar_c17_clothroof','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9648,9648,'clothing_bazaarmale','clothing_bazaarmale','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9649,9649,'Basaarikaari','bazaar_c17_arch','s',2,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9650,9650,'summer_r17_sealion','summer_r17_sealion','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9651,9651,'clothing_r17_boxerbraids','clothing_r17_boxerbraids','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(9652,9652,'summer_r17_fishingboat','summer_r17_fishingboat','s',2,4,0.00,0,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9653,9653,'clothing_r17_sharkmask','clothing_r17_sharkmask','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9654,9654,'bazaar_c17_eleengage','bazaar_c17_eleengage','s',2,2,1.00,1,1,1,2,0,0,0,0,1,'default',1,'0','','',0,0,''),(9655,9655,'Släbärit ja sukat','clothing_flipflopsocks','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9656,9656,'rare_colourable_marquee*2','rare_colourable_marquee*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(9657,9657,'rare_colourable_scifirocket*2','rare_colourable_scifirocket*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(9658,9658,'rare_colourable_fountain*2','rare_colourable_fountain*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9659,9659,'rare_colourable_wooden_screen*2','rare_colourable_wooden_screen*2','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9660,9660,'rare_colourable_dragonlamp*2','rare_colourable_dragonlamp*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9661,9661,'rare_colourable_parasol*2','rare_colourable_parasol*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9662,9662,'rare_colourable_sleepingbag*2','rare_colourable_sleepingbag*2','s',1,3,1.00,0,0,1,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9663,9663,'rare_colourable_pillar*2','rare_colourable_pillar*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9664,9664,'rare_colourable_beehive_bulb*2','rare_colourable_beehive_bulb*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9665,9665,'rare_colourable_icecream*2','rare_colourable_icecream*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9666,9666,'rare_colourable_elephant_statue_2','rare_colourable_elephant_statue*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9667,9667,'hhistory_r17_crackable','hhistory_r17_crackable','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(9668,9668,'rare_colourable_scifidoor*2','rare_colourable_scifidoor*2','s',1,1,0.00,0,0,0,1,1,1,0,1,1,'default',1,'0','','',0,0,''),(9669,9669,'rare_colourable_fan*2','rare_colourable_fan*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9670,9670,'rare_colourable_pillow*2','rare_colourable_pillow*2','s',1,1,0.00,0,1,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9671,9671,'rare_colourable_scifiport*2','rare_colourable_scifiport*2','s',1,1,0.00,0,0,0,1,1,1,0,1,1,'default',1,'0','','',0,0,''),(9672,9672,'rare_colourable_barrier*2','rare_colourable_barrier*2','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(9673,9673,'Kahvilan nojatuoli','dessertcafe_c17_armchair','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9674,9674,'dessertcafe_c17_windoor','dessertcafe_c17_windoor','s',1,2,0.00,0,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9675,9675,'Tarjoilijan mekko','clothing_cutie','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9676,9676,'dessertcafe_c17_creamrolls','dessertcafe_c17_creamrolls','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9677,9677,'dessertcafe_c17_teaplant','dessertcafe_c17_teaplant','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9678,9678,'dessertcafe_c17_vase','dessertcafe_c17_vase','s',1,1,0.01,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9679,9679,'dessertcafe_c17_table','dessertcafe_c17_table','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9680,9680,'Kahvilan lattia','dessertcafe_c17_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9681,9681,'dessertcafe_c17_donut','dessertcafe_c17_donut','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9682,9682,'dessertcafe_c17_glass','dessertcafe_c17_glass','s',1,2,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9683,9683,'dessertcafe_c17_shelf','dessertcafe_c17_shelf','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'multiheight',2,'0','0.2;1.0','',0,0,''),(9684,9684,'dessertcafe_c17_rug','dessertcafe_c17_rug','s',2,3,0.00,0,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9685,9685,'Sisäkön päähine','clothing_maidband','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9686,9686,'dessertcafe_c17_coffeetable','dessertcafe_c17_coffeetable','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9687,9687,'Kahvilan sohva','dessertcafe_c17_sofa','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9688,9688,'clothing_bowtights','clothing_bowtights','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9689,9689,'dessertcafe_c17_counter','dessertcafe_c17_counter','s',1,2,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9690,9690,'clothing_maid','clothing_maid','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9691,9691,'dessertcafe_c17_mochi','dessertcafe_c17_mochi','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9692,9692,'clothing_ribbonband','clothing_ribbonband','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9693,9693,'dessertcafe_c17_wall','dessertcafe_c17_wall','s',2,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9694,9694,'dessertcafe_c17_froyo','dessertcafe_c17_froyo','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9695,9695,'Elegantti ikkuna','elegant_c17_window','s',2,1,5.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9696,9696,'Elegantti meikkipöytä','elegant_c17_vanity','s',2,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9697,9697,'Prinsessasohva','elegantp_c17_sofa','s',2,1,1.50,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9698,9698,'Prinsessanojatuoli','elegantp_c17_chair','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9699,9699,'Elegantti maljakko','elegant_c17_flowerpot','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9700,9700,'Elegantti sohva','elegant_c17_sofa','s',2,1,1.50,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9701,9701,'Elegantti sänky','elegant_c17_bed','s',2,3,2.00,0,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9702,9702,'Elegantti teeastiasto','elegant_c17_teaset','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9703,9703,'Elegantti jakkara','elegant_c17_stool','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9704,9704,'Elegantti pikkupöytä','elegant_c17_smalltable','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9705,9705,'Elegantti lattia','elegant_c17_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9706,9706,'elegantp_c17_stool name','elegantp_c17_stool','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9707,9707,'Elegantti matto','elegant_c17_carpet','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9708,9708,'elegantp_c17_cat name','elegantp_c17_cat','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9709,9709,'Elegantti seinä','elegant_c17_wall','s',2,1,5.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9710,9710,'clothing_r17_elegantcrown','clothing_r17_elegantcrown','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9711,9711,'Elegantti tuoli','elegant_c17_chair','s',1,1,1.50,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9712,9712,'Prinsessaikkuna','elegantp_c17_window','s',2,1,5.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9713,9713,'Elegantti kisu','elegant_c17_cat','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9714,9714,'elegantp_c17_bed name','elegantp_c17_bed','s',2,3,2.00,0,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9715,9715,'elegantp_c17_carpet name','elegantp_c17_carpet','s',3,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9716,9716,'Elegantti kaappi','elegant_c17_cupboard','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9717,9717,'Elegantti valaisin','elegant_c17_light','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9718,9718,'Elegantti maalaus','elegant_c17_walldecor','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9719,9719,'Elegantti kahvipöytä','elegant_c17_table','s',2,1,1.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9720,9720,'Prinsessavaasi','elegantp_c17_flowerpot','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9721,9721,'Karmaiseva mato-teleportti','hween_c17_monstertele','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(9722,9722,'Zombie-rintamasotilas','hween_c17_zombiegrunt','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9723,9723,'Kiirastulten lohikäärme','hween_ltd17_dragon','s',1,2,0.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9724,9724,'Kirotut juuret','hween_c17_hangingroots','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',6,'0','','',0,0,''),(9725,9725,'Tippuvat kivet','hween_c17_fallingrocks','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'pressureplate',2,'0','','',0,0,''),(9726,9726,'Nukkuva zombie','hween_c17_zombiesleep','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9727,9727,'clothing_badasshelmet','clothing_badasshelmet','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9728,9728,'Keskiaikainen nuttura','clothing_layerbuns','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9729,9729,'Miimikko-arkut','hween_c17_mimic','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9730,9730,'Kirottu valtaistuin','hween_r17_lichthrone','s',1,1,1.10,0,1,0,0,1,1,0,0,1,'multiheight',2,'0','1.2;1.7','',0,0,''),(9731,9731,'Demonisilmät','clothing_demoneyes','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9732,9732,'Luukasa','hween_c17_thefallen','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9733,9733,'clothing_herochest','clothing_herochest','s',1,1,0.00,0,0,0,0,0,1,0,0,1,'default',1,'0','','',0,0,''),(9734,9734,'clothing_rebelchest','clothing_rebelchest','s',1,1,0.00,0,0,0,0,0,1,0,0,1,'default',1,'0','','',0,0,''),(9735,9735,'Rutto rotta','hween_c17_rat','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9736,9736,'Tippukivi','hween_c17_rockdrip','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9737,9737,'clothing_r17_bathat','clothing_r17_bathat','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9738,9738,'clothing_herohelmet','clothing_herohelmet','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',1,'0','','',0,0,''),(9739,9739,'clothing_legarmour','clothing_legarmour','s',1,1,0.00,0,0,0,0,0,1,0,0,1,'default',1,'0','','',0,0,''),(9740,9740,'Kirottu jäkälä','hween_c17_lichen','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9741,9741,'Liekkiansa','hween_c17_bonfire','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9742,9742,'Kirotut luolat-seinämä','hween_c17_hidewall','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9743,9743,'Kirotut kivet','hween_c17_rock','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(9744,9744,'clothing_plaguemask','clothing_plaguemask','s',1,1,0.00,0,0,0,0,0,1,1,0,1,'clothing',1,'0','','',0,0,''),(9745,9745,'Kiirastulten lohikäärme','hween_dragengage','2',1,1,2.00,0,1,0,0,0,0,0,0,1,'default',1,'0','','',0,0,''),(9746,9746,'Kirottu portti','hween_c17_portcullis','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'gate',1,'0','','',0,0,''),(9747,9747,'Kirottu pylväs','hween_c17_pillar','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9748,9748,'Kirottu lohikäärme','hween_r17_ancdrago','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9749,9749,'clothing_r17_hweencrown','clothing_r17_hweencrown','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'clothing',2,'0','','',0,0,''),(9750,9750,'Sienimies','hween_c17_shroomthing','s',1,1,2.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9751,9751,'Haudattu Zombie-ansa','hween_c17_handstrap','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'trap',2,'0','','',163,163,''),(9752,9752,'Kirottu häkki','hween_c17_gibbet','s',1,1,2.60,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9753,9753,'Kirottu liekehtivä ritari','hween_c17_flamingknight','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',20,'0','','',0,0,''),(9754,9754,'Kirotut luolat-seinämä','hween_c17_wall','s',1,2,3.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9755,9755,'Zombie-silmät','clothing_zombieeyes','s',1,1,0.00,0,0,0,0,0,1,0,0,1,'clothing',1,'0','','',0,0,''),(9756,9756,'Pieni Kirottu pylväs','hween_c17_pillarsmall','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9757,9757,'Kirotut luolat-taso','hween_c17_cavefloor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',4,'0','0;0.5;1.0;1.5;2.0','',0,0,''),(9758,9758,'Kirottu ansa','hween_c17_spiketrap','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'trap',2,'0','','',0,0,''),(9759,9759,'Kirottu teltta','hween_c17_tent','s',2,3,1.00,0,0,1,0,1,1,0,0,1,'tent',1,'0','','',0,0,''),(9760,9760,'clothing_shoearmour','clothing_shoearmour','s',1,1,0.00,0,0,0,0,0,1,0,0,1,'default',1,'0','','',0,0,''),(9761,9761,'Kidutusteline','hween_c17_torturebed','s',1,3,1.40,0,0,1,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9762,9762,'Kirotut kivet','hween_c17_rock2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(9763,9763,'bonusbag17_3','bonusbag17_3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(9764,9764,'bonusbag17_4','bonusbag17_4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(9765,9765,'Majava','america_r17_beaver','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9766,9766,'Valkoinen lähetti','chess_w_bishop','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9767,9767,'Shakkiruutu','chess_boardtile','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',1,'0','','',0,0,''),(9768,9768,'Musta torni','chess_b_rook','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9769,9769,'Musta ratsu','chess_b_knight','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9770,9770,'Valkoinen torni','chess_w_rook','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9771,9771,'Valkoinen kuningatar','chess_w_queen','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9772,9772,'Valkoinen kuningas','chess_w_king','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9773,9773,'Valkoinen sotilas','chess_w_pawn','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9774,9774,'Musta kuningas','chess_b_king','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9775,9775,'chess_b_bishop','chess_b_bishop','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9776,9776,'Musta sotilas','chess_b_pawn','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9777,9777,'Musta kuningatar','chess_b_queen','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9778,9778,'Valkoinen ratsu','chess_w_knight','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9779,9779,'Haisunäätä','america_r17_skunk','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9780,9780,'clothing_r17_daveycrockett','clothing_r17_daveycrockett','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9781,9781,'clothing_r17_frontierbraids','clothing_r17_frontierbraids','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9782,9782,'Pussirotta','america_r17_opossum','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9783,9783,'Pesukarhu','america_r17_raccoon','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9784,9784,'Kotka','america_r17_eagle','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9785,9785,'Vyötiäinen','america_r17_armadillo','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9786,9786,'clothing_r17_goldtophat','clothing_r17_goldtophat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',4,'0','','',0,0,''),(9787,9787,'xmas_c17_britishbulldog name','xmas_c17_britishbulldog','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9788,9788,'xmas_c17_girl name','xmas_c17_girl','s',1,1,0.00,0,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(9789,9789,'xmas_c17_man name','xmas_c17_man','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9790,9790,'xmas_c17_blueprint3 name','xmas_c17_blueprint3','s',1,1,0.00,0,0,0,0,1,1,0,1,0,'default',1,'0','','',0,0,''),(9791,9791,'xmas_c17_snowybasket name','xmas_c17_snowybasket','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9792,9792,'xmas_c17_doll2 name','xmas_c17_doll2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9793,9793,'xmas_c17_blueprint6 name','xmas_c17_blueprint6','s',1,1,0.00,0,0,0,0,1,1,0,1,0,'default',1,'0','','',0,0,''),(9794,9794,'xmas_c17_sewingmchn name','xmas_c17_sewingmchn','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crafting',2,'0','','',0,0,''),(9795,9795,'xmas_c17_roof name','xmas_c17_roof','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9796,9796,'xmas_c17_door name','xmas_c17_door','s',1,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9797,9797,'xmas_c17_hatshop name','xmas_c17_hatshop','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9798,9798,'xmas_c17_doll4 name','xmas_c17_doll4','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9799,9799,'xmas_ltd17_ted','xmas_ltd17_ted','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9800,9800,'xmas_c17_stove name','xmas_c17_stove','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9801,9801,'xmas_c17_blueprint5 name','xmas_c17_blueprint5','s',1,1,0.00,0,0,0,0,1,1,0,1,0,'default',1,'0','','',0,0,''),(9802,9802,'xmas_c17_hangingbasket name','xmas_c17_hangingbasket','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(9803,9803,'xmas_c17_lamp name','xmas_c17_lamp','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9804,9804,'xmas_c17_pavement name','xmas_c17_pavement','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9805,9805,'xmas_c17_smallpavement name','xmas_c17_smallpavement','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',5,'0','0.1;0.7;1.3;1.8;2.3','',0,0,''),(9806,9806,'xmas_r17_carriage','xmas_r17_carriage','s',2,2,1.50,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9807,9807,'clothing_featherflower','clothing_featherflower','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'clothing',1,'0','','',0,0,''),(9808,9808,'xmas_c17_book name','xmas_c17_book','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(9809,9809,'xmas_c17_chair name','xmas_c17_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9810,9810,'clothing_buttonpants','clothing_buttonpants','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',4,'0','','',0,0,''),(9811,9811,'xmas_c17_doll1 name','xmas_c17_doll1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9812,9812,'xmas_c17_tree name','xmas_c17_tree','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9813,9813,'xmas_c17_frizzycat name','xmas_c17_frizzycat','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9814,9814,'clothing_r17_goldfeatherflower','clothing_r17_goldfeatherflower','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',4,'0','','',0,0,''),(9815,9815,'xmas_c17_bigwindows2 name','xmas_c17_bigwindows2','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9816,9816,'xmas_c17_teashop name','xmas_c17_teashop','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9817,9817,'xmas_c17_doll6 name','xmas_c17_doll6','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9818,9818,'xmas_c17_snowypot name','xmas_c17_snowypot','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9819,9819,'xmas_c17_cobbleroad name','xmas_c17_cobbleroad','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9820,9820,'Viktoriaaninen soittorasia','xmas_r17_musicbox','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9821,9821,'xmas_c17_window name','xmas_c17_window','s',2,1,0.00,0,1,1,1,1,1,0,1,0,'default',4,'0','','',0,0,''),(9822,9822,'xmas_c17_fencecorner name','xmas_c17_fencecorner','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9823,9823,'xmas_c17_chestnutstall name','xmas_c17_chestnutstall','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9824,9824,'Kauniiksi laitetut kasvot','clothing_beautyface','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',4,'0','','',0,0,''),(9825,9825,'xmas_c17_bench name','xmas_c17_bench','s',2,1,1.20,0,1,0,0,1,1,0,0,1,'pressureplate_group',4,'0','','',0,0,''),(9826,9826,'xmas_c17_thread name','xmas_c17_thread','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9827,9827,'xmas_c17_wall name','xmas_c17_wall','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9828,9828,'xmas_c17_pillar name','xmas_c17_pillar','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9829,9829,'xmas_c17_blueprint4 name','xmas_c17_blueprint4','s',1,1,0.00,0,0,0,0,1,1,0,1,0,'default',1,'0','','',0,0,''),(9830,9830,'xmas_c17_drain name','xmas_c17_drain','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9831,9831,'xmas_c17_fence name','xmas_c17_fence','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9832,9832,'xmas_c17_table name','xmas_c17_table','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9833,9833,'xmas_c17_blueprint2 name','xmas_c17_blueprint2','s',1,1,0.00,0,0,0,0,1,1,0,1,0,'default',1,'0','','',0,0,''),(9834,9834,'xmas_c17_doll5 name','xmas_c17_doll5','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9835,9835,'xmas_c17_boy name','xmas_c17_boy','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'vendingmachine',4,'1050','','',0,0,''),(9836,9836,'clothing_ruffleshirt','clothing_ruffleshirt','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',4,'0','','',0,0,''),(9837,9837,'xmas_c17_pub2 name','xmas_c17_pub2','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9838,9838,'xmas_c17_cloth name','xmas_c17_cloth','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9839,9839,'clothing_tophat','clothing_tophat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',4,'0','','',0,0,''),(9840,9840,'xmas_c17_engage_ted name','xmas_c17_engage_ted','s',1,1,0.00,0,0,0,0,0,0,0,0,1,'default',4,'0','','',0,0,''),(9841,9841,'xmas_c17_snowygrass name','xmas_c17_snowygrass','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9842,9842,'xmas_c17_blueprint1 name','xmas_c17_blueprint1','s',1,1,0.00,0,0,0,0,1,1,0,1,0,'default',1,'0','','',0,0,''),(9843,9843,'xmas_c17_doll3 name','xmas_c17_doll3','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9844,9844,'xmas_c17_robins name','xmas_c17_robins','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9845,9845,'xmas_c17_woman name','xmas_c17_woman','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9846,9846,'clothing_dress','clothing_dress','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',4,'0','','',0,0,''),(9847,9847,'xmas_c17_bigwindows1 name','xmas_c17_bigwindows1','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9848,9848,'xmas_c17_pram name','xmas_c17_pram','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9849,9849,'xmas_r17_lion','xmas_r17_lion','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9850,9850,'xmas_c17_horse name','xmas_c17_horse','s',1,1,2.40,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9851,9851,'clothing_tailedcoat','clothing_tailedcoat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',4,'0','','',0,0,''),(9852,9852,'xmas_c17_pub1 name','xmas_c17_pub1','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9853,9853,'xmas_c17_gate name','xmas_c17_gate','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',4,'0','','',0,0,''),(9854,9854,'xmas_c17_candyshop name','xmas_c17_candyshop','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9855,9855,'clothing_sasquatchmask','clothing_sasquatchmask','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'clothing',1,'0','','',0,0,''),(9856,9856,'rare_prize17xmas','rare_prize17xmas','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(9857,9857,'clothing_loyaltycrown_V name','clothing_loyaltycrown_V','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(9858,9858,'clothing_loyaltycrown_X name','clothing_loyaltycrown_X','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(9859,9859,'clothing_loyaltycrown_II name','clothing_loyaltycrown_II','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(9860,9860,'clothing_goldpack3','clothing_goldpack3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',4,'0','','',0,0,''),(9861,9861,'bonusrare18_3*0','bonusrare18_3*0','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(9862,9862,'bonusrare18_3*1','bonusrare18_3*1','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(9863,9863,'bonusrare18_3*2','bonusrare18_3*2','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(9864,9864,'bonusrare18_3*3','bonusrare18_3*3','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(9865,9865,'bonusrare18_3*4','bonusrare18_3*4','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(9866,9866,'bonusrare18_3*5','bonusrare18_3*5','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(9867,9867,'bonusbag18_3','bonusbag18_3','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(9868,9868,'bonusbag18_2','bonusbag18_2','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(9869,9869,'bonusrare18_2*0','bonusrare18_2*0','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9870,9870,'bonusrare18_2*1','bonusrare18_2*1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9871,9871,'bonusrare18_2*2','bonusrare18_2*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9872,9872,'bonusrare18_2*3','bonusrare18_2*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9873,9873,'bonusrare18_2*4','bonusrare18_2*4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9874,9874,'bonusrare18_2*5','bonusrare18_2*5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9875,9875,'bonusbag18_4','bonusbag18_4','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(9876,9876,'bonusbag18_1','bonusbag18_1','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(9877,9877,'bonusrare18_4*0','bonusrare18_4*0','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9878,9878,'bonusrare18_4*1','bonusrare18_4*1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9879,9879,'bonusrare18_4*2','bonusrare18_4*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9880,9880,'bonusrare18_4*3','bonusrare18_4*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9881,9881,'bonusrare18_4*4','bonusrare18_4*4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9882,9882,'bonusrare18_4*5','bonusrare18_4*5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(9883,9883,'bonusrare18_1*0','bonusrare18_1*0','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'vendingmachine',1,'66','','',0,0,''),(9884,9884,'bonusrare18_1*1','bonusrare18_1*1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'vendingmachine',2,'66','','',0,0,''),(9885,9885,'bonusrare18_1*2','bonusrare18_1*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'vendingmachine',1,'106','','',0,0,''),(9886,9886,'bonusrare18_1*3','bonusrare18_1*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'vendingmachine',2,'66','','',0,0,''),(9887,9887,'bonusrare18_1*4','bonusrare18_1*4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'vendingmachine',1,'106','','',0,0,''),(9888,9888,'bonusrare18_1*5','bonusrare18_1*5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'vendingmachine',1,'106','','',0,0,''),(9889,9889,'Dark Bowler Hat','clothing_mini_bowlerhat_dark','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(9890,9890,'Cream Bowler Hat','clothing_mini_bowlerhat_cream','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(9891,9891,'Gold Bowler Hat','clothing_mini_bowlerhat_gold','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(9892,9892,'Green Bowler Hat','clothing_mini_bowlerhat_green','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(9893,9893,'clothing_mini_bowlerhat_red name','clothing_mini_bowlerhat_red','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(9894,9894,'Purple Bowler Hat','clothing_mini_bowlerhat_purple','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(9895,9895,'Blue Bowler Hat','clothing_mini_bowlerhat_blue','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(9896,9896,'2018 Party Hat Gift Box','ny18_crackable','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(9897,9897,'classic8_bar','classic8_bar','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9898,9898,'Kirjasto lattialaatat','classic9_floor2','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9899,9899,'classic8_chair','classic8_chair','s',1,1,1.00,1,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9900,9900,'classic9_statue','classic9_statue','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9901,9901,'classic8_rug','classic8_rug','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9902,9902,'classic8_records','classic8_records','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9903,9903,'classic8_sofa','classic8_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9904,9904,'classic9_carpet','classic9_carpet','s',2,2,0.00,0,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9905,9905,'classic8_statue','classic8_statue','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9906,9906,'classic8_curtains','classic8_curtains','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9907,9907,'classic8_stairs','classic8_stairs','s',1,1,0.60,0,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9908,9908,'classic8_glassfloor','classic8_glassfloor','s',2,2,0.00,1,0,0,1,1,1,0,1,0,'default',4,'0','','',0,0,''),(9909,9909,'classic9_counter','classic9_counter','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9910,9910,'classic9_chair','classic9_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9911,9911,'classic9_light','classic9_light','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9912,9912,'classic8_pillar','classic8_pillar','s',1,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9913,9913,'Kirjasto kivilattia','classic9_floor1','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9914,9914,'classic9_table','classic9_table','s',2,2,0.70,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9915,9915,'classic8_divider','classic8_divider','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(9916,9916,'HC Lounge lattia','classic8_floor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9917,9917,'classic8_sign','classic8_sign','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9918,9918,'classic8_shelf','classic8_shelf','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9919,9919,'classic9_plant','classic9_plant','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9920,9920,'classic8_disco','classic8_disco','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(9921,9921,'classic9_stool','classic9_stool','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9922,9922,'classic9_bookshelf','classic9_bookshelf','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9923,9923,'classic8_wall','classic8_wall','s',1,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9924,9924,'classic9_books','classic9_books','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(9925,9925,'classic8_plant','classic8_plant','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(9926,9926,'classic9_wall','classic9_wall','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9927,9927,'rare_prize18*0','rare_prize18*0','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(9928,9928,'rare_prize18*1','rare_prize18*1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9929,9929,'rare_prize18*10','rare_prize18*10','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9930,9930,'rare_prize18*11','rare_prize18*11','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9931,9931,'rare_prize18*12','rare_prize18*12','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9932,9932,'rare_prize18*2','rare_prize18*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9933,9933,'rare_prize18*3','rare_prize18*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9934,9934,'rare_prize18*4','rare_prize18*4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9935,9935,'rare_prize18*5','rare_prize18*5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9936,9936,'rare_prize18*6','rare_prize18*6','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9937,9937,'rare_prize18*7','rare_prize18*7','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9938,9938,'rare_prize18*8','rare_prize18*8','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9939,9939,'rare_prize18*9','rare_prize18*9','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(9940,9940,'hc17_3','hc17_3','s',1,1,1.00,0,1,0,0,1,0,1,1,0,'default',0,'0','','',0,0,''),(9941,9941,'hc17_8','hc17_8','s',1,1,0.00,0,0,0,1,1,0,1,1,0,'pressureplate',2,'0','','',0,0,''),(9942,9942,'hc17_10','hc17_10','s',2,3,1.80,0,0,1,0,1,0,1,1,0,'bed',2,'0','','',0,0,''),(9943,9943,'hc17_11','hc17_11','s',1,1,1.00,0,0,0,0,1,0,1,1,0,'vendingmachine',0,'3,5,6,2,4,50,1032','','',0,0,''),(9944,9944,'hc17_5','hc17_5','s',1,3,1.40,0,0,1,0,1,0,1,1,0,'bed',1,'0','','',0,0,''),(9945,9945,'hc17_2','hc17_2','s',1,2,1.00,0,0,0,0,1,0,1,1,0,'default',0,'0','','',0,0,''),(9946,9946,'hc17_6','hc17_6','s',1,1,0.00,1,0,0,1,1,0,1,1,0,'default',2,'0','','',0,0,''),(9947,9947,'hc17_12','hc17_12','s',1,1,3.00,1,0,0,0,1,0,1,1,0,'default',0,'0','','',0,0,''),(9948,9948,'hc17_9','hc17_9','s',1,1,1.30,0,1,0,0,1,0,1,1,0,'default',1,'0','','',0,0,''),(9949,9949,'hc17_4','hc17_4','s',1,1,1.30,0,1,0,0,1,0,1,1,0,'default',0,'0','','',0,0,''),(9950,9950,'hc17_1','hc17_1','s',1,1,2.00,1,0,0,0,1,0,1,1,0,'default',1,'0','','',0,0,''),(9951,9951,'val_c18_chest','val_c18_chest','s',1,1,1.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9952,9952,'val_c18_wardrobe','val_c18_wardrobe','s',1,1,3.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(9953,9953,'clothing_judgewig','clothing_judgewig','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',1,'0','','',0,0,''),(9954,9954,'clothing_elegantponytail','clothing_elegantponytail','s',1,1,1.00,0,0,0,0,1,0,0,1,0,'clothing',0,'0','','',0,0,''),(9955,9955,'clothing_r18_unicorn','clothing_r18_unicorn','s',1,1,1.00,0,0,0,0,1,0,0,1,0,'clothing',0,'0','','',0,0,''),(9956,9956,'val_c18_swan','val_c18_swan','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(9957,9957,'clothing_r18_dress','clothing_r18_dress','s',1,1,1.00,0,0,0,0,1,0,0,1,0,'clothing',1,'0','','',0,0,''),(9958,9958,'val_r18_bed','val_r18_bed','s',1,1,1.50,0,0,1,0,1,1,0,0,1,'bed',1,'0','','',0,0,''),(9959,9959,'clothing_gentcap','clothing_gentcap','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'clothing',1,'0','','',0,0,''),(9960,9960,'Sitruunapuu','easter_c18_lemontree','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',0,'0','','',0,0,''),(9961,9961,'easter_c18_snowdrop3','easter_c18_snowdrop3','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(9962,9962,'clothing_shades','clothing_shades','s',1,1,1.00,0,0,0,0,1,0,0,1,0,'clothing',0,'0','','',0,0,''),(9963,9963,'easter_c18_lupin1','easter_c18_lupin1','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(9964,9964,'clothing_braidedwavy','clothing_braidedwavy','s',1,1,1.00,0,0,0,0,1,0,1,1,0,'clothing',0,'0','','',0,0,''),(9965,9965,'easter_c18_tulip2','easter_c18_tulip2','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(9966,9966,'Ruusun siemenet','easter_c18_seedpackrose','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(9967,9967,'clothing_satchel','clothing_satchel','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(9968,9968,'Tanssiva kasvi','easter_c18_dancingplant','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(9969,9969,'Rikkaruoho','easter_c18_badflower','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(9970,9970,'Tulppaanin siemenet','easter_c18_seedpacktulip','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(9971,9971,'easter_c18_rose3','easter_c18_rose3','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(9972,9972,'easter_c18_tulip3','easter_c18_tulip3','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(9973,9973,'Kolmipyörä','easter_c18_tricyle','s',1,1,1.30,0,1,0,0,1,0,0,0,1,'default',1,'0','','',0,0,''),(9974,9974,'Komposti','easter_c18_recyclebin','s',1,1,0.00,0,1,0,0,1,0,0,0,1,'default',3,'0','','',0,0,''),(9975,9975,'Muratti','easter_c18_ivybeam','s',1,2,0.00,1,0,0,1,1,0,0,0,1,'default',2,'0','','',0,0,''),(9976,9976,'easter_c18_lupin3','easter_c18_lupin3','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(9977,9977,'Piharadio','easter_c18_radio','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(9978,9978,'easter_c18_lupin4','easter_c18_lupin4','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(9979,9979,'Tuuletin','easter_c18_ceilingfan','s',1,1,0.00,1,0,0,1,1,0,0,0,1,'default',4,'0','','',0,0,''),(9980,9980,'Valaistu muratti','easter_c18_ivylight','s',1,2,0.00,1,0,0,1,1,0,0,0,1,'default',2,'0','','',0,0,''),(9981,9981,'clothing_tiedtop','clothing_tiedtop','s',1,1,1.00,0,0,0,0,1,0,1,1,0,'clothing',0,'0','','',0,0,''),(9982,9982,'Lumikellon siemenet','easter_c18_seedpacksnowdrop','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(9983,9983,'easter_c18_rose4','easter_c18_rose4','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(9984,9984,'Bonzai-lähde','easter_r18_bonzaifountain','s',1,1,0.00,0,0,0,0,0,1,1,1,0,'default',0,'0','','',0,0,''),(9985,9985,'Eläinmaja','easter_c18_hutch','s',1,2,0.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(9986,9986,'easter_c18_snowdrop4','easter_c18_snowdrop4','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(9987,9987,'Ruukkukasvit','easter_c18_shelfplants','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(9988,9988,'Jättiläispupu','easter_r18_bigbunny','s',1,1,1.00,0,0,0,0,1,0,0,0,1,'default',0,'0','','',0,0,''),(9989,9989,'Verhot','easter_c18_curtains','s',1,2,0.00,1,0,0,1,1,0,0,0,1,'default',2,'0','','',0,0,''),(9990,9990,'clothing_r18_bunniemask','clothing_r18_bunniemask','s',1,1,1.00,0,0,0,0,1,0,0,1,0,'clothing',0,'0','','',0,0,''),(9991,9991,'Pyykkiteline','easter_c18_washline','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',0,'0','','',0,0,''),(9992,9992,'Pihanurkkaus','easter_c18_glassbrickcnr','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',0,'0','','',0,0,''),(9993,9993,'Pihakoivu','easter_c18_birchpillar','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',3,'0','','',0,0,''),(9994,9994,'easter_c18_rose2','easter_c18_rose2','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(9995,9995,'Kukkapenkki','easter_c18_boxplanter','s',1,2,0.50,1,0,0,0,1,0,0,0,1,'default',0,'0','','',0,0,''),(9996,9996,'clothing_r18_bunniehat','clothing_r18_bunniehat','s',1,1,1.00,0,0,0,0,1,0,0,1,0,'clothing',0,'0','','',0,0,''),(9997,9997,'easter_c18_tulip1','easter_c18_tulip1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',12,'0','','',0,0,''),(9998,9998,'clothing_floppyhair','clothing_floppyhair','s',1,1,1.00,0,0,0,0,1,0,0,1,0,'clothing',0,'0','','',0,0,''),(9999,9999,'easter_ltd18_habberge10','easter_ltd18_habberge10','s',1,1,1.00,0,0,0,0,0,1,1,1,0,'default',2,'0','','',0,0,''),(10000,10000,'Roikkukasvi','easter_c18_hangingplant','s',1,1,0.00,1,0,0,1,1,0,0,0,1,'default',3,'0','','',0,0,''),(10001,10001,'Puueläimet','easter_c18_woodendeco','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',3,'0','','',0,0,''),(10002,10002,'easter_c18_lupin2','easter_c18_lupin2','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(10003,10003,'Sudenkorento','easter_c18_dragonflies','s',1,1,0.00,1,0,0,1,1,0,0,0,1,'default',0,'0','','',0,0,''),(10004,10004,'clothing_retrohair','clothing_retrohair','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10005,10005,'Pihatuoli','easter_c18_chair','s',1,1,1.30,0,1,0,0,1,0,0,0,1,'default',1,'0','','',0,0,''),(10006,10006,'easter_c18_tulip4','easter_c18_tulip4','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(10007,10007,'clothing_floppysunhat','clothing_floppysunhat','s',1,1,1.00,0,0,0,0,1,0,0,1,0,'clothing',0,'0','','',0,0,''),(10008,10008,'Pihalattia','easter_c18_patternfloor','s',2,2,0.00,1,0,0,1,1,0,0,0,1,'default',0,'0','','',0,0,''),(10009,10009,'Lasiovi','easter_c18_glassdoor','s',1,2,0.00,1,0,0,0,1,0,0,0,1,'gate',2,'0','','',0,0,''),(10010,10010,'Laatat','easter_c18_slatestack','s',1,1,0.00,1,0,0,1,1,0,0,0,1,'default',4,'0','','',0,0,''),(10011,10011,'Kasvikokoelma','easter_c18_stackedplants','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(10012,10012,'Teesetti','easter_c18_countryteaset','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(10013,10013,'Lupiinin siemenet','easter_c18_seedpacklupin','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(10014,10014,'Pihaseinä','easter_c18_glassbrickwall','s',2,1,0.00,1,0,0,0,1,0,0,0,1,'default',0,'0','','',0,0,''),(10015,10015,'Chia-kasvi','easter_c18_chiaplants','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(10016,10016,'Pihakahvipöytä','easter_c18_table','s',2,1,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(10017,10017,'easter_c18_snowdrop1','easter_c18_snowdrop1','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(10018,10018,'Pihalämmitin','easter_c18_radiator','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(10019,10019,'Pääsiäispeura','easter_c18_fawn','s',1,1,1.00,1,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(10020,10020,'Tomaattipuu','easter_c18_veg','s',2,1,1.00,1,0,0,0,1,0,0,0,1,'default',0,'0','','',0,0,''),(10021,10021,'easter_c18_snowdrop2','easter_c18_snowdrop2','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(10022,10022,'easter_c18_rose1','easter_c18_rose1','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',12,'0','','',0,0,''),(10023,10023,'trophy_netsafety_0','trophy_netsafety_0','s',1,1,1.00,0,0,0,0,1,0,1,1,0,'default',0,'0','','',0,0,''),(10024,10024,'clothing_kpopbuns','clothing_kpopbuns','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10025,10025,'clothing_kpop','clothing_kpop','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10026,10026,'clothing_bffshirt','clothing_bffshirt','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10027,10027,'clothing_bffhat','clothing_bffhat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10028,10028,'china_dog','china_dog','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10029,10029,'cny18_dogballoon','cny18_dogballoon','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10030,10030,'CF_500_moneytree','CF_500_moneytree','s',1,1,0.00,1,1,1,1,0,1,0,1,0,'default',1,'0','','',0,0,''),(10031,10031,'gift_bff_a','gift_bff_a','s',1,1,1.00,0,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10032,10032,'crafting_jarhearts','crafting_jarhearts','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crafting',2,'0','','',0,0,''),(10033,10033,'gift_bff_b','gift_bff_b','s',1,1,1.00,0,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10034,10034,'cine_r18_buggy','cine_r18_buggy','s',1,1,1.50,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10035,10035,'cine_r18_camera','cine_r18_camera','s',1,1,0.00,0,1,0,0,1,1,0,1,1,'multiheight',2,'0','1.6;3.0;4.3','',0,0,''),(10036,10036,'cine_r18_catcopter','cine_r18_catcopter','s',1,1,0.00,0,0,0,1,0,1,0,1,1,'default',2,'0','','',0,0,''),(10037,10037,'Intiaanin poncho','clothing_poncho','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10038,10038,'clothing_inmate','clothing_inmate','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10039,10039,'clothing_mercenary','clothing_mercenary','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10040,10040,'clothing_yetifeet','clothing_yetifeet','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10041,10041,'cine_r18_trailer','cine_r18_trailer','s',1,1,0.00,0,0,0,1,1,1,0,1,1,'tent',2,'0','','',0,0,''),(10042,10042,'clothing_c18_cutething','clothing_c18_cutething','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10043,10043,'gift_c18_cookiejar','gift_c18_cookiejar','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10044,10044,'Kannettava HabboStation','gaming_c18_hswap','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10045,10045,'Silityslauta','laundry_c18_ironing','s',1,2,1.80,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10046,10046,'Rikkalapio ja -harja','laundry_c18_dustpan','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10047,10047,'Pro Gamer-tuoli','gaming_c18_chairpro','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10048,10048,'Pyykkikori','laundry_c18_basket','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10049,10049,'Siivoustuotteet','laundry_c18_products','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10050,10050,'Gamer-pehmo','gaming_c18_gameplush2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10051,10051,'Pesukone','laundry_c18_washmachine','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10052,10052,'Gamer-pehmo','gaming_c18_gameplush1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10053,10053,'Pro Gamer-kaapit','gaming_c18_gamecollection','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10054,10054,'Pro Gamer-näytöt','gaming_c18_setuppro','s',1,3,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10055,10055,'Rubikin kuutio-lampunvarjostin','gaming_c18_cubelight','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10056,10056,'Luksusimuri','laundry_r18_vacuum','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10057,10057,'Pyykkiteline','laundry_c18_dryingrack','s',1,1,1.30,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10058,10058,'HabboStation 4','gaming_c18_hs4','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10059,10059,'Pro Gamer-pöytä','gaming_c18_rigpro','s',3,1,1.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10060,10060,'jp_r18_asiandoll','jp_r18_asiandoll','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10061,10061,'Merihevosnaamari','clothing_r18_seahorse','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10062,10062,'coralking_c18_cone name','coralking_c18_cone','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(10063,10063,'coralking_c18_gate name','coralking_c18_gate','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(10064,10064,'coralking_c18_fishnet name','coralking_c18_fishnet','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10065,10065,'coralking_c18_spinycoral2 name','coralking_c18_spinycoral2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10066,10066,'coralking_c18_anchor name','coralking_c18_anchor','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10067,10067,'coralking_r18_turtleride name','coralking_r18_turtleride','s',1,1,0.00,0,0,0,1,1,1,0,1,1,'effect_tile',2,'0','','',206,206,''),(10068,10068,'coralking_c18_shelltele name','coralking_c18_shelltele','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(10069,10069,'coralking_c18_starfish1 name','coralking_c18_starfish1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10070,10070,'coralking_c18_treasurechest name','coralking_c18_treasurechest','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10071,10071,'coralking_c18_tropicalfish name','coralking_c18_tropicalfish','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10072,10072,'coralking_c18_goldenfish name','coralking_c18_goldenfish','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10073,10073,'coralking_c18_bluesand name','coralking_c18_bluesand','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10074,10074,'clothing_luscioushair','clothing_luscioushair','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10075,10075,'coralking_c18_sunkenpots name','coralking_c18_sunkenpots','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10076,10076,'coralking_c18_catfish name','coralking_c18_catfish','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10077,10077,'coralking_c18_closedspiral1 name','coralking_c18_closedspiral1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(10078,10078,'coralking_r18_goldenchest name','coralking_r18_goldenchest','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10079,10079,'coralking_c18_bubbleseat name','coralking_c18_bubbleseat','s',1,1,0.00,0,1,0,0,1,1,0,1,1,'multiheight',2,'0','1.0;2.5','',0,0,''),(10080,10080,'coralking_c18_closedspiral2 name','coralking_c18_closedspiral2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(10081,10081,'coralking_c18_spinycoral1 name','coralking_c18_spinycoral1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10082,10082,'clothing_flippers','clothing_flippers','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10083,10083,'coralking_c18_trash name','coralking_c18_trash','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10084,10084,'coralking_c18_bushycoral2 name','coralking_c18_bushycoral2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(10085,10085,'coralking_c18_corner name','coralking_c18_corner','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10086,10086,'coralking_c18_openspiral1 name','coralking_c18_openspiral1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10087,10087,'coralking_c18_seafloor name','coralking_c18_seafloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10088,10088,'coralking_c18_kelppillar name','coralking_c18_kelppillar','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10089,10089,'coralking_c18_clamshell2 name','coralking_c18_clamshell2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(10090,10090,'coralking_c18_neoncoral2 name','coralking_c18_neoncoral2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10091,10091,'clothing_wetsuit','clothing_wetsuit','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10092,10092,'coralking_c18_boulders1 name','coralking_c18_boulders1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10093,10093,'clothing_r18_goldfish','clothing_r18_goldfish','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10094,10094,'coralking_r18_vanitytable name','coralking_r18_vanitytable','s',2,2,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10095,10095,'coralking_c18_coralfloor name','coralking_c18_coralfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(10096,10096,'coralking_c18_bed name','coralking_c18_bed','s',1,3,2.00,0,0,1,0,1,1,0,0,1,'bed',2,'0','','',0,0,''),(10097,10097,'coralking_c18_gazebo name','coralking_c18_gazebo','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10098,10098,'coralking_c18_neoncoral3 name','coralking_c18_neoncoral3','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10099,10099,'coralking_c18_trident name','coralking_c18_trident','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10100,10100,'coralking_c18_starfish2 name','coralking_c18_starfish2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10101,10101,'coralking_c18_table name','coralking_c18_table','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10102,10102,'coralking_c18_fence name','coralking_c18_fence','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10103,10103,'coralking_ltd18_royalseahorse','coralking_ltd18_royalseahorse','s',2,2,0.00,1,1,1,2,1,1,0,1,0,'default',1,'0','','',0,0,''),(10104,10104,'coralking_c18_seaweed name','coralking_c18_seaweed','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10105,10105,'coralking_c18_clownfish name','coralking_c18_clownfish','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10106,10106,'Sukeltajan kypärä','clothing_r18_divershelmet','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10107,10107,'clothing_sailortop','clothing_sailortop','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10108,10108,'coralking_c18_openspiral2 name','coralking_c18_openspiral2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10109,10109,'coralking_c18_angelfish name','coralking_c18_angelfish','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10110,10110,'coralking_c18_clamshell3 name','coralking_c18_clamshell3','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(10111,10111,'coralking_c18_chalice name','coralking_c18_chalice','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10112,10112,'coralking_c18_bubblerock name','coralking_c18_bubblerock','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10113,10113,'clothing_r18_seawreath','clothing_r18_seawreath','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10114,10114,'coralking_c18_chair name','coralking_c18_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(10115,10115,'coralking_c18_neoncoral1 name','coralking_c18_neoncoral1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10116,10116,'coralking_c18_boulders2 name','coralking_c18_boulders2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10117,10117,'coralking_c18_pearloyster name','coralking_c18_pearloyster','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10118,10118,'coralking_c18_clamshell1 name','coralking_c18_clamshell1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(10119,10119,'coralking_c18_bushycoral1 name','coralking_c18_bushycoral1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(10120,10120,'coralking_engageseahorse name','coralking_engageseahorse','s',1,1,2.50,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10121,10121,'CF_750_goldenpig','CF_750_goldenpig','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10122,10122,'clothing_r18_tiedwavylocks','clothing_r18_tiedwavylocks','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10123,10123,'Afrokeesi','clothing_r18_frohawk','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10124,10124,'birds_r18_spoonbill','birds_r18_spoonbill','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10125,10125,'birds_r18_puffin','birds_r18_puffin','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(10126,10126,'birds_r18_peacock','birds_r18_peacock','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10127,10127,'birds_r18_crane','birds_r18_crane','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10128,10128,'birds_r18_quetzal','birds_r18_quetzal','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10129,10129,'birds_r18_cardinal','birds_r18_cardinal','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10130,10130,'trophy_ltd18_wcup','trophy_ltd18_wcup','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10131,10131,'Tokio rakennus','tokyo_c18_residential','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10132,10132,'tokyo_c18_toy4','tokyo_c18_toy4','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',1,'','','',0,0,''),(10133,10133,'tokyo_c18_toy6','tokyo_c18_toy6','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',1,'','','',0,0,''),(10134,10134,'Anime-hiukset','clothing_animehair','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10135,10135,'Tokio kaide','tokyo_c18_railing','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10136,10136,'Keltainen peliluolakone','tokyo_c18_retroarcade','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10137,10137,'Futuristinen Tokio prätkä','tokyo_c18_motorbike','s',1,3,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10138,10138,'tokyo_c18_neonsign2 name','tokyo_c18_neonsign2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(10139,10139,'tokyo_c18_toy9','tokyo_c18_toy9','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',1,'','','',0,0,''),(10140,10140,'Tokio näyteikkuna','tokyo_c18_shopdisplay','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10141,10141,'Tokio pylväs','tokyo_c18_pole','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(10142,10142,'Tokio säleikkö','tokyo_c18_trellis','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10143,10143,'tokyo_r18_mapletree name','tokyo_r18_mapletree','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10144,10144,'tokyo_c18_toy5','tokyo_c18_toy5','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',1,'','','',0,0,''),(10145,10145,'tokyo_c18_bugsmachine name','tokyo_c18_bugsmachine','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'vendingmachine',1,'33','','',0,0,''),(10146,10146,'tokyo_c18_drinksmachine name','tokyo_c18_drinksmachine','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'vendingmachine',2,'33','','',0,0,''),(10147,10147,'tokyo_c18_gamesign name','tokyo_c18_gamesign','s',4,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10148,10148,'tokyo_c18_adposters name','tokyo_c18_adposters','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10149,10149,'clothing_sakurajacket name','clothing_sakurajacket','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10150,10150,'tokyo_c18_lights name','tokyo_c18_lights','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10151,10151,'tokyo_c18_snackroof name','tokyo_c18_snackroof','s',2,1,0.00,0,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(10152,10152,'tokyo_c18_toy2','tokyo_c18_toy2','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',1,'','','',0,0,''),(10153,10153,'clothing_dragonplushhat name','clothing_dragonplushhat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10154,10154,'tokyo_ltd18_shiba','tokyo_ltd18_shiba','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10155,10155,'tokyo_c18_toy1','tokyo_c18_toy1','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'','','',0,0,''),(10156,10156,'tokyo_c18_road name','tokyo_c18_road','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(10157,10157,'tokyo_c18_scarydino name','tokyo_c18_scarydino','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10158,10158,'tokyo_c18_jpmerchshop name','tokyo_c18_jpmerchshop','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10159,10159,'tokyo_c18_floor name','tokyo_c18_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10160,10160,'tokyo_c18_lanterns name','tokyo_c18_lanterns','s',3,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10161,10161,'tokyo_c18_magazinerack name','tokyo_c18_magazinerack','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10162,10162,'tokyo_c18_racearcade name','tokyo_c18_racearcade','s',1,1,1.20,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10163,10163,'clothing_cuteglasses','clothing_cuteglasses','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10164,10164,'tokyo_c18_retroarcade2 name','tokyo_c18_retroarcade2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10165,10165,'clothing_shogunhelmet','clothing_shogunhelmet','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10166,10166,'tokyo_c18_snackdisplay name','tokyo_c18_snackdisplay','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10167,10167,'tokyo_c18_toy10','tokyo_c18_toy10','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'','','',0,0,''),(10168,10168,'tokyo_c18_toy3','tokyo_c18_toy3','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',1,'','','',0,0,''),(10169,10169,'clothing_r18_catbag name','clothing_r18_catbag','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10170,10170,'tokyo_c18_gacha name','tokyo_c18_gacha','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10171,10171,'tokyo_c18_toy8','tokyo_c18_toy8','s',1,1,0.00,0,1,1,1,1,1,0,1,0,'default',1,'','','',0,0,''),(10172,10172,'tokyo_c18_snackdisplay2 name','tokyo_c18_snackdisplay2','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10173,10173,'clothing_r18_kitsunemask name','clothing_r18_kitsunemask','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10174,10174,'tokyo_c18_craftbot name','tokyo_c18_craftbot','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'crafting',2,'0','','',0,0,''),(10175,10175,'tokyo_c18_shopfront name','tokyo_c18_shopfront','s',2,1,4.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10176,10176,'clothing_harajukubow name','clothing_harajukubow','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10177,10177,'tokyo_c18_sakura name','tokyo_c18_sakura','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10178,10178,'clothing_tutu','clothing_tutu','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10179,10179,'tokyo_c18_adposters2 name','tokyo_c18_adposters2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10180,10180,'tokyo_c18_neonsign1 name','tokyo_c18_neonsign1','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10181,10181,'tokyo_c18_bigbillboard name','tokyo_c18_bigbillboard','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10182,10182,'clothing_botface name','clothing_botface','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10183,10183,'tokyo_r18_koikite','tokyo_r18_koikite','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10184,10184,'tokyo_c18_snackroof2 name','tokyo_c18_snackroof2','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10185,10185,'tokyo_c18_toy7','tokyo_c18_toy7','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',1,'','','',0,0,''),(10186,10186,'clothing_harajukuhair name','clothing_harajukuhair','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10187,10187,'anniversary_r18_throne','anniversary_r18_throne','s',1,1,1.30,0,1,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(10188,10188,'tokyo_c18_gacha2','tokyo_c18_gacha2','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',2,'','','',0,0,''),(10189,10189,'zengarden_c18_glasspond','zengarden_c18_glasspond','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(10190,10190,'zengarden_c18_light','zengarden_c18_light','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(10191,10191,'zengarden_c18_roof','zengarden_c18_roof','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10192,10192,'zengarden_c18_stonebench','zengarden_c18_stonebench','s',2,1,1.10,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10193,10193,'zengarden_c18_rootplant','zengarden_c18_rootplant','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10194,10194,'zengarden_c18_stonetable','zengarden_c18_stonetable','s',1,1,0.50,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10195,10195,'zengarden_c18_divider','zengarden_c18_divider','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10196,10196,'zengarden_c18_moss','zengarden_c18_moss','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10197,10197,'zengarden_c18_peacefrog','zengarden_c18_peacefrog','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10198,10198,'zengarden_c18_bamboo','zengarden_c18_bamboo','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10199,10199,'zengarden_c18_door','zengarden_c18_door','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'gate',2,'0','','',0,0,''),(10200,10200,'zengarden_c18_plankfloor','zengarden_c18_plankfloor','s',1,1,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10201,10201,'zengarden_c18_roofcorner','zengarden_c18_roofcorner','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10202,10202,'zengarden_c18_spikeyplant','zengarden_c18_spikeyplant','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10203,10203,'zengarden_r18_fountain','zengarden_r18_fountain','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10204,10204,'zengarden_c18_pebbles','zengarden_c18_pebbles','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10205,10205,'clothing_r18_longwavy','clothing_r18_longwavy','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'clothing',1,'0','','',0,0,''),(10206,10206,'rare_colourable_marquee*3','rare_colourable_marquee*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(10207,10207,'rare_colourable_scifirocket*3','rare_colourable_scifirocket*3','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(10208,10208,'rare_colourable_fountain*3','rare_colourable_fountain*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10209,10209,'rare_colourable_wooden_screen*3','rare_colourable_wooden_screen*3','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10210,10210,'rare_colourable_dragonlamp*3','rare_colourable_dragonlamp*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10211,10211,'rare_colourable_parasol*3','rare_colourable_parasol*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10212,10212,'hhistory_r18_crackable','hhistory_r18_crackable','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',2,'0','','',0,0,''),(10213,10213,'rare_colourable_sleepingbag*3','rare_colourable_sleepingbag*3','s',1,3,0.70,0,0,1,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10214,10214,'rare_colourable_pillar*3','rare_colourable_pillar*3','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10215,10215,'rare_colourable_beehive_bulb*3','rare_colourable_beehive_bulb*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10216,10216,'rare_colourable_icecream*3','rare_colourable_icecream*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'vendingmachine',1,'5','','',0,0,''),(10217,10217,'rare_colourable_elephant_statue*3','rare_colourable_elephant_statue*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10218,10218,'rare_colourable_scifidoor*3','rare_colourable_scifidoor*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(10219,10219,'rare_colourable_fan*3','rare_colourable_fan*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10220,10220,'rare_colourable_pillow*3','rare_colourable_pillow*3','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10221,10221,'rare_colourable_scifiport*3','rare_colourable_scifiport*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'gate',2,'0','','',0,0,''),(10222,10222,'rare_colourable_barrier*3','rare_colourable_barrier*3','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10223,10223,'hotel_c18_pool','hotel_c18_pool','s',3,4,0.30,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10224,10224,'hotel_c18_stairs','hotel_c18_stairs','s',1,2,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10225,10225,'hotel_c18_roof','hotel_c18_roof','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10226,10226,'hotel_c18_rail','hotel_c18_rail','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10227,10227,'hotel_c18_fountain','hotel_c18_fountain','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10228,10228,'hotel_c18_block2','hotel_c18_block2','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(10229,10229,'hotel_c18_awning','hotel_c18_awning','s',2,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10230,10230,'hotel_c18_block1','hotel_c18_block1','s',1,2,5.40,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10231,10231,'hotel_c18_tree','hotel_c18_tree','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10232,10232,'hotel_c18_foundation','hotel_c18_foundation','s',1,2,0.80,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10233,10233,'hotel_c18_cypress','hotel_c18_cypress','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10234,10234,'hotel_c18_rooftop','hotel_c18_rooftop','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10235,10235,'hween_c18_deskitems2','hween_c18_deskitems2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10236,10236,'hween_c18_ceilingrays','hween_c18_ceilingrays','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10237,10237,'hween_c18_complexmchn3','hween_c18_complexmchn3','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10238,10238,'clothing_brownglasses','clothing_brownglasses','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10239,10239,'hween_c18_toy5old','hween_c18_toy5old','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10240,10240,'hween_c18_complexmchn2','hween_c18_complexmchn2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10241,10241,'hween_c18_toy5new','hween_c18_toy5new','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10242,10242,'clothing_brain','clothing_brain','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10243,10243,'hween_c18_olddocs2','hween_c18_olddocs2','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(10244,10244,'hween_c18_ceilingfan','hween_c18_ceilingfan','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10245,10245,'hween_c18_toy4old','hween_c18_toy4old','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10246,10246,'hween_c18_labglasswall','hween_c18_labglasswall','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10247,10247,'hween_c18_retropc','hween_c18_retropc','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10248,10248,'hween_c18_dimlights','hween_c18_dimlights','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10249,10249,'hween_c18_medicineshelf','hween_c18_medicineshelf','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10250,10250,'hween_c18_labtilewall','hween_c18_labtilewall','s',1,2,4.40,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10251,10251,'hween_c18_labcage','hween_c18_labcage','s',1,1,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(10252,10252,'hween_ltd18_cosplaycat','hween_ltd18_cosplaycat','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10253,10253,'hween_c18_oldceilingrays','hween_c18_oldceilingrays','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10254,10254,'hween_c18_labcurtains','hween_c18_labcurtains','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10255,10255,'hween_c18_toy3new','hween_c18_toy3new','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10256,10256,'hween_c18_toy2new','hween_c18_toy2new','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10257,10257,'hween_c18_labsteelfloor','hween_c18_labsteelfloor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10258,10258,'hween_c18_labmchn1','hween_c18_labmchn1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10259,10259,'hween_c18_rustyceilingfan','hween_c18_rustyceilingfan','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10260,10260,'hween_c18_labstoolold','hween_c18_labstoolold','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10261,10261,'hween_c18_labmchn2','hween_c18_labmchn2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10262,10262,'hween_c18_brokenglasswall','hween_c18_brokenglasswall','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10263,10263,'hween_c18_floormould','hween_c18_floormould','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(10264,10264,'clothing_vintagejacket','clothing_vintagejacket','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10265,10265,'hween_c18_washliquid','hween_c18_washliquid','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'switch',2,'0','','',0,0,''),(10266,10266,'hween_c18_toy1new','hween_c18_toy1new','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10267,10267,'clothing_sideponytail','clothing_sideponytail','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10268,10268,'hween_c18_zaptele','hween_c18_zaptele','s',1,1,0.20,0,0,0,0,1,1,0,0,1,'teleport',1,'0','','',0,0,''),(10269,10269,'clothing_r18_axe','clothing_r18_axe','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10270,10270,'hween_c18_washmchn','hween_c18_washmchn','s',1,1,1.85,1,0,0,0,1,1,0,0,1,'crafting',2,'0','','',0,0,''),(10271,10271,'hween_c18_labglovebox','hween_c18_labglovebox','s',1,2,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10272,10272,'hween_c18_bloodcurtains','hween_c18_bloodcurtains','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10273,10273,'clothing_legwarmershoes','clothing_legwarmershoes','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10274,10274,'hween_c18_toy4new','hween_c18_toy4new','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10275,10275,'hween_c18_labshelf','hween_c18_labshelf','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10276,10276,'clothing_bloodshoes','clothing_bloodshoes','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10277,10277,'hween_c18_bloodfloorstreak','hween_c18_bloodfloorstreak','s',1,3,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(10278,10278,'clothing_r18_vamp','clothing_r18_vamp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10279,10279,'hween_c18_labdesk','hween_c18_labdesk','s',1,2,1.30,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10280,10280,'hween_c18_oldlabdesk','hween_c18_oldlabdesk','s',1,2,1.30,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10281,10281,'hween_c18_labchair','hween_c18_labchair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10282,10282,'hween_c18_ceilingmould','hween_c18_ceilingmould','s',1,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10283,10283,'hween_c18_labjar1','hween_c18_labjar1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10284,10284,'hween_c18_washpowder','hween_c18_washpowder','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10285,10285,'hween_r18_pupbot','hween_r18_pupbot','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10286,10286,'hween_c18_labmchn3','hween_c18_labmchn3','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10287,10287,'clothing_bloodjacket','clothing_bloodjacket','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10288,10288,'hween_c18_complexmchn1','hween_c18_complexmchn1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10289,10289,'hween_c18_spareparts','hween_c18_spareparts','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10290,10290,'clothing_labcoat','clothing_labcoat','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10291,10291,'hween_c18_toy2old','hween_c18_toy2old','s',1,1,1.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10292,10292,'clothing_shortcurlhair','clothing_shortcurlhair','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10293,10293,'hween_c18_labjar2','hween_c18_labjar2','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10294,10294,'hween_c18_labstool','hween_c18_labstool','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10295,10295,'hween_c18_labtooltable','hween_c18_labtooltable','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10296,10296,'clothing_bloodponytail','clothing_bloodponytail','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10297,10297,'hween_r18_antiquechemset','hween_r18_antiquechemset','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10298,10298,'hween_c18_toy1old','hween_c18_toy1old','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10299,10299,'hween_c18_oldlabtilewall','hween_c18_oldlabtilewall','s',1,2,4.40,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10300,10300,'hween_c18_deskitems1','hween_c18_deskitems1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10301,10301,'clothing_bloodglasses','clothing_bloodglasses','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10302,10302,'hween_c18_staffoftheyr','hween_c18_staffoftheyr','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(10303,10303,'clothing_bloodscruffyhair','clothing_bloodscruffyhair','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10304,10304,'hween_c18_olddocs1','hween_c18_olddocs1','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',9,'0','','',0,0,''),(10305,10305,'hween_c18_toy3old','hween_c18_toy3old','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'switch',2,'0','','',0,0,''),(10306,10306,'hween_c18_labtilefloor','hween_c18_labtilefloor','s',2,2,0.10,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10307,10307,'hween_c18_oldlablocker','hween_c18_oldlablocker','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10308,10308,'hween_c18_flashlight','hween_c18_flashlight','s',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10309,10309,'hween_c18_labbed','hween_c18_labbed','s',1,3,1.60,0,0,1,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10310,10310,'hween_c18_lablocker','hween_c18_lablocker','s',1,1,2.63,0,1,1,1,1,1,0,1,0,'default',2,'','','',0,0,''),(10311,10311,'CF_350_jadefish','CF_350_jadefish','s',1,1,0.00,1,1,1,1,0,1,0,1,0,'default',1,'0','','',0,0,''),(10312,10312,'hygge_c18_stove','hygge_c18_stove','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10313,10313,'hygge_c18_cushion','hygge_c18_cushion','s',2,2,1.00,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10314,10314,'clothing_r18_antlers','clothing_r18_antlers','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10315,10315,'hygge_r18_fox','hygge_r18_fox','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10316,10316,'clothing_r18_hyggehair','clothing_r18_hyggehair','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'clothing',2,'0','','',0,0,''),(10317,10317,'hygge_c18_shelf','hygge_c18_shelf','s',1,1,1.20,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10318,10318,'hygge_c18_chair','hygge_c18_chair','s',1,1,1.15,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10319,10319,'clothing_r18_dungarees','clothing_r18_dungarees','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10320,10320,'clothing_r18_diaparty','clothing_r18_diaparty','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10321,10321,'clothing_dianoblecrown','clothing_dianoblecrown','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10322,10322,'diamond_c18_giftbox','diamond_c18_giftbox','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10323,10323,'clothing_diafish','clothing_diafish','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10324,10324,'clothing_dialeafcrown','clothing_dialeafcrown','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10325,10325,'xmas_c18_deer_comet','xmas_c18_deer_comet','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10326,10326,'xmas_c18_stocking_snoopy','xmas_c18_stocking_snoopy','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10327,10327,'xmas_c18_souvenir','xmas_c18_souvenir','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10328,10328,'xmas_c18_deer_dasher','xmas_c18_deer_dasher','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10329,10329,'clothing_halo','clothing_halo','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10330,10330,'xmas_c18_snowfootball','xmas_c18_snowfootball','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'football',2,'0','','',0,0,''),(10331,10331,'xmas_c18_stocking_cinnamon','xmas_c18_stocking_cinnamon','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10332,10332,'xmas_c18_stool','xmas_c18_stool','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10333,10333,'xmas_c18_stage','xmas_c18_stage','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'multiheight',2,'0','1;2','',0,0,''),(10334,10334,'xmas_c18_metro','xmas_c18_metro','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'teleport',2,'0','','',0,0,''),(10335,10335,'xmas_c18_stocking_tiger','xmas_c18_stocking_tiger','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10336,10336,'xmas_c18_snowman','xmas_c18_snowman','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10337,10337,'xmas_c18_snowballpit','xmas_c18_snowballpit','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10338,10338,'xmas_c18_stocking_crusoe','xmas_c18_stocking_crusoe','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10339,10339,'xmas_c18_stallroof','xmas_c18_stallroof','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10340,10340,'xmas_c18_presentelf','xmas_c18_presentelf','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10341,10341,'xmas_c18_doll10','xmas_c18_doll10','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10342,10342,'clothing_rudolphhat','clothing_rudolphhat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10343,10343,'xmas_c18_doll8','xmas_c18_doll8','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10344,10344,'xmas_c18_deer_vixen','xmas_c18_deer_vixen','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10345,10345,'xmas_c18_stagecurtains','xmas_c18_stagecurtains','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(10346,10346,'xmas_c18_stocking_cleo','xmas_c18_stocking_cleo','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10347,10347,'xmas_c18_presents','xmas_c18_presents','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10348,10348,'xmas_r18_snowyowl','xmas_r18_snowyowl','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10349,10349,'xmas_c18_doll6','xmas_c18_doll6','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(10350,10350,'xmas_c18_stalltable','xmas_c18_stalltable','s',1,1,0.80,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10351,10351,'xmas_c18_streetlight','xmas_c18_streetlight','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10352,10352,'xmas_c18_doll5','xmas_c18_doll5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10353,10353,'xmas_r18_lightfountain','xmas_r18_lightfountain','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10354,10354,'clothing_poinsettia','clothing_poinsettia','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10355,10355,'clothing_bobblehat','clothing_bobblehat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10356,10356,'xmas_c18_groundlight','xmas_c18_groundlight','s',1,1,0.00,0,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10357,10357,'xmas_c18_stagechair','xmas_c18_stagechair','s',1,1,1.40,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10358,10358,'clothing_r18_featherdress','clothing_r18_featherdress','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10359,10359,'xmas_c18_stagestairs','xmas_c18_stagestairs','s',1,1,0.50,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10360,10360,'xmas_c18_deer_rudolph','xmas_c18_deer_rudolph','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10361,10361,'clothing_penguin','clothing_penguin','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10362,10362,'xmas_c18_xmastree','xmas_c18_xmastree','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10363,10363,'xmas_c18_booth','xmas_c18_booth','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(10364,10364,'xmas_c18_curtaintopper','xmas_c18_curtaintopper','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10365,10365,'xmas_c18_building','xmas_c18_building','s',2,1,5.20,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10366,10366,'xmas_ltd18_snowhabberge','xmas_ltd18_snowhabberge','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10367,10367,'xmas_c18_iciclelight','xmas_c18_iciclelight','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10368,10368,'xmas_c18_deer_cupid','xmas_c18_deer_cupid','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10369,10369,'xmas_c18_borscht','xmas_c18_borscht','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10370,10370,'xmas_c18_doll3','xmas_c18_doll3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10371,10371,'xmas_c18_doll2','xmas_c18_doll2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10372,10372,'xmas_c18_balllight','xmas_c18_balllight','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(10373,10373,'xmas_c18_harp','xmas_c18_harp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10374,10374,'clothing_r18_feathercrown','clothing_r18_feathercrown','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10375,10375,'xmas_c18_penguin','xmas_c18_penguin','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10376,10376,'xmas_c18_deer_prancer','xmas_c18_deer_prancer','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10377,10377,'clothing_sideflopped','clothing_sideflopped','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10378,10378,'xmas_c18_doll1','xmas_c18_doll1','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'crackable',2,'0','','',0,0,''),(10379,10379,'xmas_c18_rainlightfloor','xmas_c18_rainlightfloor','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10380,10380,'xmas_c18_candycane','xmas_c18_candycane','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10381,10381,'xmas_c18_stocking_norbert','xmas_c18_stocking_norbert','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10382,10382,'clothing_snowman','clothing_snowman','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10383,10383,'xmas_c18_buildingpillar','xmas_c18_buildingpillar','s',1,1,5.20,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10384,10384,'xmas_c18_doll7','xmas_c18_doll7','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10385,10385,'xmas_c18_bounceycastle','xmas_c18_bounceycastle','s',3,3,0.80,0,0,0,1,1,1,0,0,1,'default',2,'0','','',193,193,''),(10386,10386,'xmas_c18_babushka','xmas_c18_babushka','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10387,10387,'xmas_c18_doll9','xmas_c18_doll9','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10388,10388,'xmas_c18_stagewindow','xmas_c18_stagewindow','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10389,10389,'clothing_xmas5','clothing_xmas5','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10390,10390,'clothing_mittens','clothing_mittens','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10391,10391,'xmas_c18_fairylightree','xmas_c18_fairylightree','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10392,10392,'xmas_c18_deer_blitzen','xmas_c18_deer_blitzen','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10393,10393,'xmas_c18_stocking_boo','xmas_c18_stocking_boo','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10394,10394,'xmas_c18_nutcracker','xmas_c18_nutcracker','s',1,1,1.00,0,0,0,0,1,1,0,0,1,'crafting',2,'0','','',0,0,''),(10395,10395,'xmas_c18_stagebackdrop','xmas_c18_stagebackdrop','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10396,10396,'xmas_c18_bearlight','xmas_c18_bearlight','s',1,1,2.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10397,10397,'xmas_c18_deer_dancer','xmas_c18_deer_dancer','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10398,10398,'xmas_c18_doll4','xmas_c18_doll4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10399,10399,'xmas_c18_food','xmas_c18_food','s',1,1,0.20,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10400,10400,'xmas_c18_fatherfrost','xmas_c18_fatherfrost','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10401,10401,'clothing_regiment','clothing_regiment','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10402,10402,'xmas_c18_piano','xmas_c18_piano','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10403,10403,'clothing_treepartyhat','clothing_treepartyhat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10404,10404,'xmas_c18_deer_donna','xmas_c18_deer_donna','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10405,10405,'rare_prize18_xmas','rare_prize18_xmas','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10406,10406,'hosp_c19_drinksvend','hosp_c19_drinksvend','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'vendingmachine',2,'19','','',0,0,''),(10407,10407,'clothing_r18_goldpack4','clothing_r18_goldpack4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10408,10408,'attic_c19_hammock','attic_c19_hammock','s',1,3,2.30,0,0,1,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(10409,10409,'clothing_r18_sparkleparty2','clothing_r18_sparkleparty2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10410,10410,'clothing_r18_sparkleparty1','clothing_r18_sparkleparty1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10411,10411,'clothing_r18_sparkleparty7','clothing_r18_sparkleparty7','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10412,10412,'clothing_r18_sparkleparty4','clothing_r18_sparkleparty4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10413,10413,'clothing_r19_longwavy2','clothing_r19_longwavy2','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10414,10414,'ny_r18_crackable','ny_r18_crackable','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10415,10415,'clothing_r18_sparkleparty8','clothing_r18_sparkleparty8','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10416,10416,'clothing_r18_sparkleparty6','clothing_r18_sparkleparty6','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10417,10417,'clothing_r18_sparkleparty3','clothing_r18_sparkleparty3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10418,10418,'clothing_r18_sparkleparty5','clothing_r18_sparkleparty5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10419,10419,'diamond_c18_giftbox2','diamond_c18_giftbox2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10420,10420,'CF_1000_goldenkey','CF_1000_goldenkey','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10421,10421,'hween13_c19_frog','hween13_c19_frog','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',5,'0','','',0,0,''),(10422,10422,'hc19_11','hc19_11','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10423,10423,'hc19_1','hc19_1','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10424,10424,'hc19_4','hc19_4','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10425,10425,'hc19_5','hc19_5','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10426,10426,'hc19_9','hc19_9','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10427,10427,'hc19_3','hc19_3','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10428,10428,'hc19_2','hc19_2','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10429,10429,'hc19_10','hc19_10','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10430,10430,'hc19_12','hc19_12','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10431,10431,'hc19_7','hc19_7','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10432,10432,'hc19_6','hc19_6','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10433,10433,'hc19_8','hc19_8','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10434,10434,'val_c19_food','val_c19_food','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10435,10435,'val_c19_bottlewall','val_c19_bottlewall','s',2,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10436,10436,'clothing_r19_messybun','clothing_r19_messybun','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'clothing',2,'0','','',0,0,''),(10437,10437,'val_r19_bath','val_r19_bath','s',1,2,1.00,0,1,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(10438,10438,'val_r19_recordplayer','val_r19_recordplayer','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(10439,10439,'clothing_r19_frilledskirt','clothing_r19_frilledskirt','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'clothing',2,'0','','',0,0,''),(10440,10440,'val_c19_bottle','val_c19_bottle','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10441,10441,'val_r19_puppy','val_r19_puppy','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10442,10442,'val_c19_till','val_c19_till','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10443,10443,'val_r19_unicorn','val_r19_unicorn','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'default',3,'0','','',0,0,''),(10444,10444,'clothing_r19_shortcurly','clothing_r19_shortcurly','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'clothing',2,'0','','',0,0,''),(10445,10445,'clothing_r19_waistcoat','clothing_r19_waistcoat','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'clothing',2,'0','','',0,0,''),(10446,10446,'val_c19_tableacc','val_c19_tableacc','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(10447,10447,'val_c19_chair','val_c19_chair','s',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10448,10448,'val_c19_petals','val_c19_petals','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10449,10449,'val_c19_awning','val_c19_awning','s',1,1,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(10450,10450,'val_c19_table','val_c19_table','s',1,1,0.90,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10451,10451,'val_r19_sofa','val_r19_sofa','s',2,1,1.00,0,1,0,0,1,1,0,0,1,'pressureplate_group',1,'0','','',0,0,''),(10452,10452,'china_pig','china_pig','s',1,1,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(10453,10453,'china_goldenpig','china_goldenpig','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(10454,10454,'clothing_piglethat','clothing_piglethat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10455,10455,'rare_prize19*0','rare_prize19*0','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10456,10456,'rare_prize19*1','rare_prize19*1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10457,10457,'rare_prize19*10','rare_prize19*10','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10458,10458,'rare_prize19*11','rare_prize19*11','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10459,10459,'rare_prize19*12','rare_prize19*12','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10460,10460,'rare_prize19*13','rare_prize19*13','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10461,10461,'rare_prize19*2','rare_prize19*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10462,10462,'rare_prize19*3','rare_prize19*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10463,10463,'rare_prize19*4','rare_prize19*4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10464,10464,'rare_prize19*5','rare_prize19*5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10465,10465,'rare_prize19*6','rare_prize19*6','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10466,10466,'rare_prize19*7','rare_prize19*7','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10467,10467,'rare_prize19*8','rare_prize19*8','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10468,10468,'rare_prize19*9','rare_prize19*9','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10469,10469,'room_invisible_block','room_invisible_block','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10470,10470,'rare_colourable_scifirocket*4','rare_colourable_scifirocket*4','s',1,1,0.00,1,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(10471,10471,'rare_colourable_parasol*4','rare_colourable_parasol*4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10472,10472,'rare_r19_car1','rare_r19_car1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10473,10473,'clothing_topbuttonshirt','clothing_topbuttonshirt','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10474,10474,'clothing_rippedjeans2','clothing_rippedjeans2','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10475,10475,'clothing_r19_scuffedboots','clothing_r19_scuffedboots','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10476,10476,'clothing_r19_longtwotone','clothing_r19_longtwotone','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10477,10477,'band_c19_drums','band_c19_drums','s',3,3,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10478,10478,'clothing_r19_punkhat','clothing_r19_punkhat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10479,10479,'band_c19_guitar','band_c19_guitar','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10480,10480,'clothing_r19_messybangs','clothing_r19_messybangs','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10481,10481,'clothing_messycurls','clothing_messycurls','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10482,10482,'band_c19_synth','band_c19_synth','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10483,10483,'clothing_highfade','clothing_highfade','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10484,10484,'easter_c19_kelpie','easter_c19_kelpie','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10485,10485,'clothing_r19_forrestcrown','clothing_r19_forrestcrown','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'clothing',2,'0','','',0,0,''),(10486,10486,'easter_ltd19_flowerthrone','easter_ltd19_flowerthrone','s',1,1,1.20,0,1,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(10487,10487,'easter_c19_babyent','easter_c19_babyent','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',24,'0','','',0,0,''),(10488,10488,'easter_c19_habshirecat','easter_c19_habshirecat','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10489,10489,'easter_r19_treeswing','easter_r19_treeswing','s',2,1,1.40,0,1,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(10490,10490,'easter_c19_book4a','easter_c19_book4a','s',1,1,0.35,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10491,10491,'easter_c19_turnipbuddies','easter_c19_turnipbuddies','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10492,10492,'easter_c19_wisestone','easter_c19_wisestone','s',1,1,2.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10493,10493,'easter_c19_ancientbook2','easter_c19_ancientbook2','s',1,1,0.35,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10494,10494,'clothing_ribboncurls','clothing_ribboncurls','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10495,10495,'easter_c19_earthdrago','easter_c19_earthdrago','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10496,10496,'easter_c19_logtable','easter_c19_logtable','s',1,2,0.60,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10497,10497,'easter_c19_book1','easter_c19_book1','s',1,1,0.35,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10498,10498,'easter_c19_book3','easter_c19_book3','s',1,1,0.35,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10499,10499,'clothing_archerhat','clothing_archerhat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10500,10500,'easter_c19_littlefairies','easter_c19_littlefairies','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10501,10501,'easter_c19_book2','easter_c19_book2','s',1,1,0.35,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10502,10502,'easter_c19_logchair','easter_c19_logchair','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10503,10503,'easter_c19_book3a','easter_c19_book3a','s',1,1,0.35,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10504,10504,'clothing_madhat','clothing_madhat','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'clothing',2,'0','','',0,0,''),(10505,10505,'easter_c19_book4','easter_c19_book4','s',1,1,0.35,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10506,10506,'easter_c19_book2a','easter_c19_book2a','s',1,1,0.35,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10507,10507,'easter_c19_meadow','easter_c19_meadow','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10508,10508,'easter_c19_dirtpath','easter_c19_dirtpath','s',1,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10509,10509,'easter_c19_flowertea','easter_c19_flowertea','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10510,10510,'easter_c19_babyhippogriff','easter_c19_babyhippogriff','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',24,'0','','',0,0,''),(10511,10511,'easter_c19_mushrooms','easter_c19_mushrooms','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',4,'0','','',0,0,''),(10512,10512,'easter_c19_forrestegg','easter_c19_forrestegg','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'crackable',24,'0','','',0,0,''),(10513,10513,'easter_c19_chillgnome','easter_c19_chillgnome','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10514,10514,'easter_c19_babykelpie2','easter_c19_babykelpie2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10515,10515,'easter_c19_babyhippogriff2','easter_c19_babyhippogriff2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10516,10516,'easter_c19_ent','easter_c19_ent','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10517,10517,'easter_c19_wolf','easter_c19_wolf','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10518,10518,'easter_c19_ancientbook','easter_c19_ancientbook','s',1,1,0.35,0,0,0,0,0,1,1,1,1,'crackable',1,'0','','',0,0,''),(10519,10519,'easter_r19_mysticalbird','easter_r19_mysticalbird','s',1,1,1.70,0,1,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(10520,10520,'clothing_mushroomhat','clothing_mushroomhat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10521,10521,'clothing_petaldress','clothing_petaldress','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'clothing',2,'0','','',0,0,''),(10522,10522,'clothing_wolfmask','clothing_wolfmask','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10523,10523,'clothing_flowerponytail','clothing_flowerponytail','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10524,10524,'easter_c19_busybunny','easter_c19_busybunny','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10525,10525,'easter_c19_forrestfood','easter_c19_forrestfood','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10526,10526,'easter_c19_springtree','easter_c19_springtree','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10527,10527,'easter_c19_book1a','easter_c19_book1a','s',1,1,0.35,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10528,10528,'easter_c19_waterdrago','easter_c19_waterdrago','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10529,10529,'easter_c19_babykelpie','easter_c19_babykelpie','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',24,'0','','',0,0,''),(10530,10530,'easter_c19_habelina','easter_c19_habelina','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10531,10531,'easter_c19_babyent2','easter_c19_babyent2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10532,10532,'easter_c19_woodlandcritters','easter_c19_woodlandcritters','s',2,2,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10533,10533,'clothing_r19_fox','clothing_r19_fox','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10534,10534,'easter_c19_forrestegg2','easter_c19_forrestegg2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10535,10535,'easter_c19_lilredbonnie','easter_c19_lilredbonnie','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10536,10536,'easter_c19_magicringtele','easter_c19_magicringtele','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'teleporttile',2,'0','','',0,0,''),(10537,10537,'easter_c19_hippogriff','easter_c19_hippogriff','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10538,10538,'easter_c19_fairyprince','easter_c19_fairyprince','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10539,10539,'clothing_leafhair','clothing_leafhair','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10540,10540,'easter_c19_forrestfloor','easter_c19_forrestfloor','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10541,10541,'easter_c19_bearowl','easter_c19_bearowl','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10542,10542,'easter_c19_flowerlamp','easter_c19_flowerlamp','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10543,10543,'bonusbag19_1','bonusbag19_1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(10544,10544,'bonusrare19_1*0','bonusrare19_1*0','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(10545,10545,'bonusrare19_1*1','bonusrare19_1*1','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(10546,10546,'bonusrare19_1*2','bonusrare19_1*2','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(10547,10547,'bonusrare19_1*3','bonusrare19_1*3','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(10548,10548,'bonusrare19_1*4','bonusrare19_1*4','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(10549,10549,'bonusrare19_1*5','bonusrare19_1*5','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(10550,10550,'clothing_r19_comedymask','clothing_r19_comedymask','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10551,10551,'greek_c19_scrolls1','greek_c19_scrolls1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10552,10552,'greek_c19_table','greek_c19_table','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10553,10553,'greek_c19_vase2','greek_c19_vase2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10554,10554,'greek_c19_scrolls2','greek_c19_scrolls2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10555,10555,'greek_c19_harp2','greek_c19_harp2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10556,10556,'clothing_r19_tragedymask','clothing_r19_tragedymask','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10557,10557,'greek_c19_fruitbowl','greek_c19_fruitbowl','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10558,10558,'greek_c19_harp','greek_c19_harp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10559,10559,'greek_c19_pythagorascup','greek_c19_pythagorascup','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10560,10560,'clothing_r19_minotaurhorns','clothing_r19_minotaurhorns','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10561,10561,'greek_r19_tiledbath','greek_r19_tiledbath','s',2,2,1.50,0,0,0,1,1,1,0,1,1,'default',2,'0','','',29,29,''),(10562,10562,'greek_c19_shield2','greek_c19_shield2','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10563,10563,'greek_c19_vase1','greek_c19_vase1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10564,10564,'greek_c19_chair','greek_c19_chair','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10565,10565,'clothing_r19_medusa','clothing_r19_medusa','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10566,10566,'greek_r19_chariot','greek_r19_chariot','s',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10567,10567,'greek_c19_statue','greek_c19_statue','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10568,10568,'greek_c19_shield1','greek_c19_shield1','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10569,10569,'greek_ltd19_harp','greek_ltd19_harp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10570,10570,'greek_r19_luxbed','greek_r19_luxbed','s',1,3,1.40,0,0,1,0,1,1,0,1,1,'bed',2,'0','','',0,0,''),(10571,10571,'greek_c19_wall','greek_c19_wall','s',1,2,3.10,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10572,10572,'booster_c19_box1','booster_c19_box1','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(10573,10573,'booster_c19_box2','booster_c19_box2','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(10574,10574,'fest_c19_parasol1','fest_c19_parasol1','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10575,10575,'fest_c19_stool3','fest_c19_stool3','s',1,1,1.10,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10576,10576,'fest_c19_loverstent','fest_c19_loverstent','s',1,1,1.00,0,0,1,0,1,1,0,1,1,'tent',2,'0','','',0,0,''),(10577,10577,'fest_c19_bobbatea','fest_c19_bobbatea','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10578,10578,'fest_ltd19_alpaca','fest_ltd19_alpaca','s',1,1,2.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10579,10579,'fest_c19_ticketstall','fest_c19_ticketstall','s',1,1,0.50,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10580,10580,'fest_c19_parasol3','fest_c19_parasol3','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10581,10581,'clothing_bohogems','clothing_bohogems','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10582,10582,'fest_c19_materials','fest_c19_materials','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10583,10583,'clothing_bohoheadgems','clothing_bohoheadgems','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10584,10584,'clothing_plungebikini','clothing_plungebikini','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10585,10585,'fest_c19_falafelstall','fest_c19_falafelstall','s',1,1,0.50,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10586,10586,'fest_c19_pole','fest_c19_pole','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10587,10587,'fest_c19_skull3','fest_c19_skull3','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10588,10588,'clothing_flowerbeard','clothing_flowerbeard','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10589,10589,'fest_c19_coalicecream','fest_c19_coalicecream','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10590,10590,'clothing_dreadlockstied','clothing_dreadlockstied','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10591,10591,'fest_c19_cushion3','fest_c19_cushion3','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10592,10592,'fest_c19_hangingdecor','fest_c19_hangingdecor','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10593,10593,'clothing_r19_rainbowhair','clothing_r19_rainbowhair','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10594,10594,'clothing_bohotunic','clothing_bohotunic','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10595,10595,'fest_c19_backdrop1','fest_c19_backdrop1','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10596,10596,'fest_c19_dye1','fest_c19_dye1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10597,10597,'fest_c19_dye2','fest_c19_dye2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10598,10598,'fest_c19_cushion2','fest_c19_cushion2','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10599,10599,'clothing_waistbag','clothing_waistbag','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10600,10600,'fest_c19_bprint1','fest_c19_bprint1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10601,10601,'fest_c19_dreamcatcher','fest_c19_dreamcatcher','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10602,10602,'fest_c19_bongos','fest_c19_bongos','s',1,1,0.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10603,10603,'fest_r19_gemowl','fest_r19_gemowl','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10604,10604,'clothing_grandetail','clothing_grandetail','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10605,10605,'fest_c19_dj','fest_c19_dj','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10606,10606,'fest_c19_bprint4','fest_c19_bprint4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10607,10607,'fest_c19_skull5','fest_c19_skull5','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10608,10608,'fest_c19_skull4','fest_c19_skull4','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10609,10609,'fest_c19_parasol2','fest_c19_parasol2','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10610,10610,'fest_c19_skull2','fest_c19_skull2','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10611,10611,'clothing_bohobackpack','clothing_bohobackpack','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10612,10612,'fest_c19_brazier','fest_c19_brazier','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10613,10613,'clothing_flowingshirt','clothing_flowingshirt','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10614,10614,'fest_c19_bprint3','fest_c19_bprint3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10615,10615,'clothing_r19_rainbowshades','clothing_r19_rainbowshades','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10616,10616,'fest_c19_lamp','fest_c19_lamp','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',6,'0','','',0,0,''),(10617,10617,'fest_c19_palm','fest_c19_palm','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10618,10618,'clothing_bohovest','clothing_bohovest','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10619,10619,'clothing_bohotiara','clothing_bohotiara','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10620,10620,'fest_r19_ladygaia','fest_r19_ladygaia','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10621,10621,'fest_c19_stool1','fest_c19_stool1','s',1,1,1.10,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10622,10622,'fest_c19_hipdog','fest_c19_hipdog','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10623,10623,'fest_c19_backdrop2','fest_c19_backdrop2','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10624,10624,'fest_c19_amp','fest_c19_amp','s',1,1,2.80,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10625,10625,'fest_c19_didgeridoo','fest_c19_didgeridoo','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10626,10626,'fest_c19_bprintcrackable','fest_c19_bprintcrackable','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10627,10627,'fest_c19_skull1','fest_c19_skull1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10628,10628,'clothing_ruggedbackpack','clothing_ruggedbackpack','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10629,10629,'clothing_bohopaint','clothing_bohopaint','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10630,10630,'clothing_bohobag','clothing_bohobag','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10631,10631,'fest_c19_backdrop3','fest_c19_backdrop3','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10632,10632,'fest_c19_skull6','fest_c19_skull6','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10633,10633,'fest_c19_sitar','fest_c19_sitar','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10634,10634,'fest_c19_craft','fest_c19_craft','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'crafting',2,'0','','',0,0,''),(10635,10635,'fest_c19_stool2','fest_c19_stool2','s',1,1,1.10,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10636,10636,'fest_c19_bprint2','fest_c19_bprint2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10637,10637,'fest_c19_stage','fest_c19_stage','s',1,1,1.30,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10638,10638,'fest_c19_cushion1','fest_c19_cushion1','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10639,10639,'fest_c19_flags','fest_c19_flags','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10640,10640,'pastel_c19_plushie3','pastel_c19_plushie3','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10641,10641,'pastel_c19_stool','pastel_c19_stool','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10642,10642,'pastel_c19_cupcake','pastel_c19_cupcake','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10643,10643,'pastel_c19_bedsidetable','pastel_c19_bedsidetable','s',1,1,1.20,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10644,10644,'pastel_c19_stardeco','pastel_c19_stardeco','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10645,10645,'clothing_r19_rainbowstarjumper','clothing_r19_rainbowstarjumper','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10646,10646,'pastel_c19_sofa','pastel_c19_sofa','s',2,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10647,10647,'pastel_c19_cupboard','pastel_c19_cupboard','s',1,1,2.70,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10648,10648,'pastel_c19_unicornposter','pastel_c19_unicornposter','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10649,10649,'pastel_c19_lamp','pastel_c19_lamp','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10650,10650,'pastel_c19_shootingstar','pastel_c19_shootingstar','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10651,10651,'pastel_c19_carpet','pastel_c19_carpet','s',4,4,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10652,10652,'pastel_c19_lights','pastel_c19_lights','s',2,1,0.00,1,0,0,1,1,1,0,1,1,'default',3,'0','','',0,0,''),(10653,10653,'pastel_c19_table','pastel_c19_table','s',1,1,1.20,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10654,10654,'pastel_c19_plushie1','pastel_c19_plushie1','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10655,10655,'pastel_c19_starlights','pastel_c19_starlights','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10656,10656,'pastel_c19_wall','pastel_c19_wall','s',1,2,4.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10657,10657,'pastel_c19_cubeseat','pastel_c19_cubeseat','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10658,10658,'pastel_c19_plushiepile','pastel_c19_plushiepile','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10659,10659,'pastel_c19_floor','pastel_c19_floor','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10660,10660,'pastel_c19_plushie2','pastel_c19_plushie2','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10661,10661,'pastel_c19_bed','pastel_c19_bed','s',2,3,1.80,0,0,2,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10662,10662,'CF_350_sceptre','CF_350_sceptre','s',1,1,0.00,1,1,1,1,0,1,0,1,0,'default',1,'0','','',0,0,''),(10663,10663,'diamond_painting39','diamond_painting39','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10664,10664,'fest_c19_bprintcrackableb','fest_c19_bprintcrackableb','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10665,10665,'bonusbag19_2','bonusbag19_2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(10666,10666,'bonusrare19_2*0','bonusrare19_2*0','s',1,1,0.50,1,2,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10667,10667,'bonusrare19_2*1','bonusrare19_2*1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10668,10668,'bonusrare19_2*2','bonusrare19_2*2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10669,10669,'bonusrare19_2*3','bonusrare19_2*3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10670,10670,'bonusrare19_2*4','bonusrare19_2*4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10671,10671,'bonusrare19_2*5','bonusrare19_2*5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10672,10672,'rainbow_r19_pineapplefloat','rainbow_r19_pineapplefloat','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'water_item',2,'0','','',0,0,''),(10673,10673,'rainbow_c19_table','rainbow_c19_table','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10674,10674,'rainbow_ltd19_parasol','rainbow_ltd19_parasol','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'default',2,'0','','',0,0,''),(10675,10675,'rainbow_c19_rug','rainbow_c19_rug','s',2,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10676,10676,'rainbow_c19_chair','rainbow_c19_chair','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10677,10677,'rainbow_c19_lights','rainbow_c19_lights','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10678,10678,'rainbow_c19_bed','rainbow_c19_bed','s',2,3,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10679,10679,'rainbow_r19_peacockfloat','rainbow_r19_peacockfloat','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'water_item',2,'0','','',0,0,''),(10680,10680,'rainbow_r19_rainbowfloat','rainbow_r19_rainbowfloat','s',1,1,0.70,0,1,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10681,10681,'rainbow_r19_flamingofloat','rainbow_r19_flamingofloat','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'water_item',2,'0','','',0,0,''),(10682,10682,'celestial_c19_wardrobe','celestial_c19_wardrobe','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10683,10683,'celestial_c19_starshower','celestial_c19_starshower','s',1,1,0.00,0,0,0,1,1,1,0,1,1,'pressureplate',2,'0','','',0,0,''),(10684,10684,'celestial_c19_dresser','celestial_c19_dresser','s',2,1,1.20,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10685,10685,'celestial_c19_moonbed','celestial_c19_moonbed','s',1,3,3.00,0,0,1,0,0,1,1,1,1,'bed',2,'0','','',0,0,''),(10686,10686,'celestial_c19_spacebun','celestial_c19_spacebun','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10687,10687,'celestial_c19_rug','celestial_c19_rug','s',1,2,0.00,1,0,0,1,1,1,0,1,1,'default',1,'0','','',0,0,''),(10688,10688,'celestial_c19_planet','celestial_c19_planet','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10689,10689,'celestial_c19_tree','celestial_c19_tree','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10690,10690,'celestial_c19_aurora','celestial_c19_aurora','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10691,10691,'celestial_c19_flower','celestial_c19_flower','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10692,10692,'celestial_c19_table','celestial_c19_table','s',1,1,1.30,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10693,10693,'celestial_c19_starchair','celestial_c19_starchair','s',1,1,1.30,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10694,10694,'celestial_c19_floor','celestial_c19_floor','s',2,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10695,10695,'clothing_r19_celestialdress','clothing_r19_celestialdress','s',1,1,0.00,0,0,0,0,0,1,1,1,1,'clothing',2,'0','','',0,0,''),(10696,10696,'clothing_zebratop','clothing_zebratop','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10697,10697,'clothing_nt_zebratop','clothing_nt_zebratop','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(10698,10698,'clothing_croppedjumper','clothing_croppedjumper','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10699,10699,'clothing_layeredlongskirt','clothing_layeredlongskirt','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10700,10700,'rainbow_c19_flags','rainbow_c19_flags','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10701,10701,'clothing_longmohawk','clothing_longmohawk','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10702,10702,'suncity_c19_botshop','suncity_c19_botshop','s',2,1,4.70,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10703,10703,'suncity_c19_jellyfood','suncity_c19_jellyfood','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(10704,10704,'suncity_c19_building','suncity_c19_building','s',2,1,4.70,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10705,10705,'suncity_c19_chair','suncity_c19_chair','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10706,10706,'suncity_c19_waterway','suncity_c19_waterway','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10707,10707,'suncity_c19_divider','suncity_c19_divider','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10708,10708,'clothing_shortcut','clothing_shortcut','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10709,10709,'clothing_loosekimono','clothing_loosekimono','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10710,10710,'suncity_c19_flora','suncity_c19_flora','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',4,'0','','',0,0,''),(10711,10711,'suncity_c19_glass','suncity_c19_glass','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10712,10712,'suncity_c19_plantpillar','suncity_c19_plantpillar','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10713,10713,'suncity_c19_awning','suncity_c19_awning','s',2,1,0.00,1,0,0,1,1,1,0,1,1,'default',4,'0','','',0,0,''),(10714,10714,'clothing_gardenapron','clothing_gardenapron','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10715,10715,'suncity_ltd19_duckpond','suncity_ltd19_duckpond','s',3,3,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10716,10716,'suncity_c19_clock','suncity_c19_clock','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10717,10717,'suncity_c19_lamp','suncity_c19_lamp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10718,10718,'clothing_nt_flowytop','clothing_nt_flowytop','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(10719,10719,'clothing_butterflymask','clothing_butterflymask','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10720,10720,'suncity_c19_plastic','suncity_c19_plastic','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10721,10721,'suncity_c19_munchling','suncity_c19_munchling','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10722,10722,'suncity_c19_balcony','suncity_c19_balcony','s',2,1,4.70,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10723,10723,'suncity_c19_solarpanel','suncity_c19_solarpanel','s',1,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10724,10724,'clothing_r19_butterflydress','clothing_r19_butterflydress','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10725,10725,'suncity_r19_biosphere','suncity_r19_biosphere','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',4,'0','','',0,0,''),(10726,10726,'suncity_c19_floor','suncity_c19_floor','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10727,10727,'clothing_leafmask','clothing_leafmask','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10728,10728,'clothing_gogglehat','clothing_gogglehat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10729,10729,'suncity_c19_paper','suncity_c19_paper','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10730,10730,'suncity_c19_tree','suncity_c19_tree','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10731,10731,'clothing_flowytop','clothing_flowytop','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10732,10732,'suncity_c19_trashboy','suncity_c19_trashboy','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'crafting',2,'0','','',0,0,''),(10733,10733,'suncity_c19_biokit','suncity_c19_biokit','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10734,10734,'clothing_leafearrings','clothing_leafearrings','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10735,10735,'suncity_c19_glasswall','suncity_c19_glasswall','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10736,10736,'suncity_c19_gazebo','suncity_c19_gazebo','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10737,10737,'clothing_r19_featheredcowl','clothing_r19_featheredcowl','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10738,10738,'suncity_c19_wateroutlet','suncity_c19_wateroutlet','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10739,10739,'clothing_floralbag','clothing_floralbag','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10740,10740,'suncity_c19_streetlight','suncity_c19_streetlight','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10741,10741,'suncity_r19_glassfountain','suncity_r19_glassfountain','s',2,2,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10742,10742,'suncity_c19_minibridge','suncity_c19_minibridge','s',1,1,0.20,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10743,10743,'suncity_c19_waterwaycrnr','suncity_c19_waterwaycrnr','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10744,10744,'suncity_c19_table','suncity_c19_table','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10745,10745,'clothing_sprout','clothing_sprout','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10746,10746,'suncity_c19_perfumeshop','suncity_c19_perfumeshop','s',2,1,4.70,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10747,10747,'suncity_c19_vase','suncity_c19_vase','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10748,10748,'clothing_nt_loosekimono','clothing_nt_loosekimono','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(10749,10749,'clothing_nt_shortcut','clothing_nt_shortcut','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(10750,10750,'clothing_nt_sprout','clothing_nt_sprout','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(10751,10751,'clothing_nt_leafearrings','clothing_nt_leafearrings','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(10752,10752,'clothing_nt_gardenapron','clothing_nt_gardenapron','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(10753,10753,'rainyday_c19_lamp','rainyday_c19_lamp','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10754,10754,'rainyday_c19_beanbag','rainyday_c19_beanbag','s',1,1,0.80,0,1,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(10755,10755,'rainyday_c19_pillowfort','rainyday_c19_pillowfort','s',2,1,0.80,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10756,10756,'rainyday_c19_rainwindows','rainyday_c19_rainwindows','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10757,10757,'clothing_halftiedhair','clothing_halftiedhair','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10758,10758,'clothing_r19_raincoat','clothing_r19_raincoat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10759,10759,'rainyday_c19_boardgames','rainyday_c19_boardgames','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(10760,10760,'clothing_r19_teddygown','clothing_r19_teddygown','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10761,10761,'clothing_bookbag','clothing_bookbag','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10762,10762,'rainyday_c19_tartanseat','rainyday_c19_tartanseat','s',3,1,1.00,0,1,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10763,10763,'rainyday_c19_rugblanket','rainyday_c19_rugblanket','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10764,10764,'rainyday_c19_cocoa','rainyday_c19_cocoa','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(10765,10765,'rainyday_r19_rainbear','rainyday_r19_rainbear','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10766,10766,'rainyday_r19_fluffbun','rainyday_r19_fluffbun','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10767,10767,'market_c19_drygoods','market_c19_drygoods','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10768,10768,'market_c19_trolley','market_c19_trolley','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10769,10769,'market_c19_icecreamfreezer','market_c19_icecreamfreezer','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10770,10770,'market_c19_deli1','market_c19_deli1','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10771,10771,'market_c19_icecreamtubs','market_c19_icecreamtubs','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10772,10772,'market_c19_stationary','market_c19_stationary','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10773,10773,'market_c19_selfcheckout','market_c19_selfcheckout','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(10774,10774,'market_c19_spill','market_c19_spill','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',9,'0','','',0,0,''),(10775,10775,'market_c19_meat','market_c19_meat','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10776,10776,'market_c19_floor','market_c19_floor','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10777,10777,'market_c19_vegfruit','market_c19_vegfruit','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10778,10778,'market_c19_deli2','market_c19_deli2','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10779,10779,'market_c19_banner','market_c19_banner','s',2,1,0.00,1,0,0,1,1,1,0,1,1,'default',4,'0','','',0,0,''),(10780,10780,'market_c19_dairyfridge','market_c19_dairyfridge','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10781,10781,'market_c19_basket','market_c19_basket','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',5,'0','','',0,0,''),(10782,10782,'market_c19_antitheftalarm','market_c19_antitheftalarm','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10783,10783,'market_c19_dvds','market_c19_dvds','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10784,10784,'market_c19_checkoutdesk','market_c19_checkoutdesk','s',3,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10785,10785,'market_c19_signboard','market_c19_signboard','s',2,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10786,10786,'hween_c19_autumnfloor','hween_c19_autumnfloor','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10787,10787,'hween_c19_tarot','hween_c19_tarot','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10788,10788,'hween_c19_crookedfloor','hween_c19_crookedfloor','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',3,'0','','',0,0,''),(10789,10789,'hween_c19_bewitchedcauldron','hween_c19_bewitchedcauldron','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10790,10790,'clothing_r19_warlocks','clothing_r19_warlocks','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10791,10791,'hween_c19_herbs','hween_c19_herbs','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10792,10792,'clothing_r19_longlonghair','clothing_r19_longlonghair','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10793,10793,'hween_c19_stonewall','hween_c19_stonewall','s',2,1,4.00,1,0,0,0,1,1,0,1,1,'default',6,'0','','',0,0,''),(10794,10794,'hween_c19_pumpkinpatch','hween_c19_pumpkinpatch','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10795,10795,'hween_c19_bewitchedchair','hween_c19_bewitchedchair','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10796,10796,'hween_c19_bewitchedbed','hween_c19_bewitchedbed','s',1,3,1.80,0,0,1,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10797,10797,'hween_c19_bewitchedtable','hween_c19_bewitchedtable','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10798,10798,'hween_c19_crystal','hween_c19_crystal','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10799,10799,'hween_c19_roofcorner','hween_c19_roofcorner','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10800,10800,'hween_c19_witchsatchel','hween_c19_witchsatchel','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(10801,10801,'hween_c19_flameon','hween_c19_flameon','s',1,1,2.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10802,10802,'clothing_nt_possessedeyes','clothing_nt_possessedeyes','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10803,10803,'hween_c19_angleroof','hween_c19_angleroof','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10804,10804,'clothing_r19_demonwings','clothing_r19_demonwings','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10805,10805,'hween_c19_birchtree','hween_c19_birchtree','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10806,10806,'hween_c19_firechild','hween_c19_firechild','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10807,10807,'hween_c19_bigroof','hween_c19_bigroof','s',2,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10808,10808,'hween_c19_witchcraft','hween_c19_witchcraft','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'crafting',2,'0','','',0,0,''),(10809,10809,'hween_c19_claddedwall','hween_c19_claddedwall','s',2,1,4.00,1,0,0,0,1,1,0,1,1,'default',6,'0','','',0,0,''),(10810,10810,'clothing_possessedeyes','clothing_possessedeyes','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10811,10811,'clothing_nt_witchrobes','clothing_nt_witchrobes','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10812,10812,'hween_c19_bewitchedskull','hween_c19_bewitchedskull','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10813,10813,'hween_ltd19_skullthrone','hween_ltd19_skullthrone','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10814,10814,'hween_c19_archway','hween_c19_archway','s',2,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10815,10815,'hween_r19_weepingwillow','hween_r19_weepingwillow','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10816,10816,'hween_c19_smallroof','hween_c19_smallroof','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10817,10817,'hween_c19_darkwerewolf','hween_c19_darkwerewolf','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10818,10818,'hween_r19_witchfamiliar','hween_r19_witchfamiliar','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10819,10819,'hween_c19_fireplace','hween_c19_fireplace','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10820,10820,'clothing_witchhat2','clothing_witchhat2','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10821,10821,'clothing_witchrobes','clothing_witchrobes','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10822,10822,'hween_c19_spiritowl','hween_c19_spiritowl','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10823,10823,'hween_c19_steeproof','hween_c19_steeproof','s',2,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10824,10824,'hween_c19_potions','hween_c19_potions','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',5,'0','','',0,0,''),(10825,10825,'hween_c19_feathers','hween_c19_feathers','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10826,10826,'hween_c19_crystalball','hween_c19_crystalball','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10827,10827,'clothing_nt_witchhat2','clothing_nt_witchhat2','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10828,10828,'hween_c19_slimeblob','hween_c19_slimeblob','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10829,10829,'hween_c19_bewitchedcandles','hween_c19_bewitchedcandles','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(10830,10830,'hween_c19_witchsatchel2','hween_c19_witchsatchel2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10831,10831,'hween_c19_broomstaffstand','hween_c19_broomstaffstand','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10832,10832,'CF_250_Hucci','CF_250_Hucci','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10833,10833,'bonusbag19_3','bonusbag19_3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(10834,10834,'bonusrare19_3*0','bonusrare19_3*0','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10835,10835,'bonusrare19_3*1','bonusrare19_3*1','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10836,10836,'bonusrare19_3*2','bonusrare19_3*2','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10837,10837,'bonusrare19_3*3','bonusrare19_3*3','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10838,10838,'bonusrare19_3*4','bonusrare19_3*4','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10839,10839,'bonusrare19_3*5','bonusrare19_3*5','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10840,10840,'mutearea_sign2','mutearea_sign2','s',1,1,0.10,1,1,1,2,1,1,0,1,0,'mutearea',2,'0','','',0,0,''),(10841,10841,'clothing_habpods','clothing_habpods','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10842,10842,'clothing_nt_shortscarf','clothing_nt_shortscarf','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10843,10843,'clothing_nt_habpods','clothing_nt_habpods','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10844,10844,'clothing_nt_flaredtrench','clothing_nt_flaredtrench','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10845,10845,'clothing_microbag','clothing_microbag','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10846,10846,'clothing_hitchedjumper','clothing_hitchedjumper','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10847,10847,'clothing_nt_hitchedjumper','clothing_nt_hitchedjumper','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10848,10848,'autumn_r19_maplebonsai','autumn_r19_maplebonsai','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10849,10849,'clothing_shortscarf','clothing_shortscarf','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10850,10850,'clothing_nt_microbag','clothing_nt_microbag','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10851,10851,'clothing_flaredtrench','clothing_flaredtrench','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10852,10852,'wintercabin_c19_window','wintercabin_c19_window','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10853,10853,'wintercabin_c19_floor','wintercabin_c19_floor','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10854,10854,'wintercabin_c19_sofa','wintercabin_c19_sofa','s',2,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10855,10855,'wintercabin_c19_fence','wintercabin_c19_fence','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10856,10856,'wintercabin_c19_cabintable','wintercabin_c19_cabintable','s',1,2,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10857,10857,'wintercabin_c19_stairs','wintercabin_c19_stairs','s',1,1,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10858,10858,'wintercabin_c19_antlerlight','wintercabin_c19_antlerlight','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10859,10859,'wintercabin_c19_corner','wintercabin_c19_corner','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10860,10860,'wintercabin_c19_stage','wintercabin_c19_stage','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'multiheight',3,'0','1.2;2.5;3.5','',0,0,''),(10861,10861,'wintercabin_c19_fireplace','wintercabin_c19_fireplace','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',6,'0','','',0,0,''),(10862,10862,'wintercabin_c19_lamp','wintercabin_c19_lamp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10863,10863,'wintercabin_c19_cabinrug','wintercabin_c19_cabinrug','s',4,3,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10864,10864,'wintercabin_c19_glasstable','wintercabin_c19_glasstable','s',1,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10865,10865,'wintercabin_c19_items','wintercabin_c19_items','s',1,1,0.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(10866,10866,'wintercabin_c19_wall','wintercabin_c19_wall','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10867,10867,'wintercabin_c19_drawers','wintercabin_c19_drawers','s',2,1,1.20,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10868,10868,'wintercabin_c19_cabinchair','wintercabin_c19_cabinchair','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10869,10869,'wintercabin_c19_bed','wintercabin_c19_bed','s',2,3,1.80,0,0,1,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10870,10870,'clothing_leatherhoodie','clothing_leatherhoodie','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10871,10871,'clothing_nt_shortfluffy','clothing_nt_shortfluffy','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10872,10872,'clothing_wavy3','clothing_wavy3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10873,10873,'clothing_r19_autumndress','clothing_r19_autumndress','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10874,10874,'clothing_nt_leatherhoodie','clothing_nt_leatherhoodie','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10875,10875,'clothing_r19_autumnhairpiece','clothing_r19_autumnhairpiece','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10876,10876,'clothing_nt_wavy3','clothing_nt_wavy3','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10877,10877,'clothing_shortfluffy','clothing_shortfluffy','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10878,10878,'clothing_r19_puppyacc','clothing_r19_puppyacc','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10879,10879,'CF_500_orb','CF_500_orb','s',1,1,0.00,1,1,1,1,0,1,0,1,0,'default',1,'0','','',0,0,''),(10880,10880,'xmas_c19_balcony','xmas_c19_balcony','s',2,1,5.00,1,0,0,1,1,1,0,1,1,'default',4,'0','','',0,0,''),(10881,10881,'xmas_c19_jarofgold','xmas_c19_jarofgold','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10882,10882,'xmas_c19_terrierplushie','xmas_c19_terrierplushie','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10883,10883,'xmas_c19_icicles','xmas_c19_icicles','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',4,'0','','',0,0,''),(10884,10884,'xmas_c19_angelfigure','xmas_c19_angelfigure','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10885,10885,'xmas_c19_hamsterplushie','xmas_c19_hamsterplushie','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10886,10886,'xmas_ltd19_icethrone','xmas_ltd19_icethrone','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10887,10887,'xmas_c19_snowsprites','xmas_c19_snowsprites','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10888,10888,'clothing_pompombag','clothing_pompombag','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10889,10889,'clothing_r19_elisa','clothing_r19_elisa','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10890,10890,'xmas_c19_box4b','xmas_c19_box4b','s',1,1,1.00,0,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10891,10891,'clothing_nt_pompombag','clothing_nt_pompombag','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10892,10892,'xmas_c19_box1b','xmas_c19_box1b','s',1,1,1.00,0,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10893,10893,'xmas_c19_elfguard','xmas_c19_elfguard','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10894,10894,'xmas_c19_crystalfloor','xmas_c19_crystalfloor','s',2,2,0.00,1,0,0,1,1,1,0,1,1,'default',4,'0','','',0,0,''),(10895,10895,'clothing_nt_frostedbeard','clothing_nt_frostedbeard','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10896,10896,'xmas_c19_elffairy','xmas_c19_elffairy','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10897,10897,'xmas_c19_reindeerfigure2','xmas_c19_reindeerfigure2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10898,10898,'xmas_c19_box6b','xmas_c19_box6b','s',1,1,1.00,0,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10899,10899,'xmas_c19_box5b','xmas_c19_box5b','s',1,1,1.00,0,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10900,10900,'xmas_c19_curtain','xmas_c19_curtain','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10901,10901,'xmas_c19_box3','xmas_c19_box3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10902,10902,'xmas_c19_robinfigure','xmas_c19_robinfigure','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10903,10903,'clothing_snowmansuit','clothing_snowmansuit','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10904,10904,'clothing_nt_bearmuffs','clothing_nt_bearmuffs','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10905,10905,'clothing_frostedbeard','clothing_frostedbeard','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10906,10906,'xmas_c19_icetree','xmas_c19_icetree','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10907,10907,'xmas_c19_reindeerfigure','xmas_c19_reindeerfigure','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10908,10908,'xmas_r19_crystalharp','xmas_r19_crystalharp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10909,10909,'xmas_c19_archwall','xmas_c19_archwall','s',2,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10910,10910,'xmas_c19_furbanner','xmas_c19_furbanner','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10911,10911,'xmas_c19_snowcraft','xmas_c19_snowcraft','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'crafting',2,'0','','',0,0,''),(10912,10912,'clothing_nordicscarf','clothing_nordicscarf','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10913,10913,'xmas_c19_crystaltable','xmas_c19_crystaltable','s',1,3,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10914,10914,'xmas_c19_catplushie','xmas_c19_catplushie','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10915,10915,'xmas_c19_dragonfigure2','xmas_c19_dragonfigure2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10916,10916,'xmas_c19_box2','xmas_c19_box2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10917,10917,'xmas_c19_elfeskimo','xmas_c19_elfeskimo','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,'');
+INSERT INTO `items_base` VALUES (10918,10918,'xmas_c19_lamp','xmas_c19_lamp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10919,10919,'clothing_pompomhat','clothing_pompomhat','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10920,10920,'xmas_c19_stackedicedrinks','xmas_c19_stackedicedrinks','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'vendingmachine',2,'4','','',0,0,''),(10921,10921,'xmas_c19_pugplushie','xmas_c19_pugplushie','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10922,10922,'clothing_r19_frosted','clothing_r19_frosted','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10923,10923,'xmas_r19_crystalfountain','xmas_r19_crystalfountain','s',2,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10924,10924,'xmas_c19_crystalchair','xmas_c19_crystalchair','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10925,10925,'clothing_bearmuffs','clothing_bearmuffs','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10926,10926,'xmas_c19_box3b','xmas_c19_box3b','s',1,1,1.00,0,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10927,10927,'xmas_c19_windowwall','xmas_c19_windowwall','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10928,10928,'xmas_c19_box6','xmas_c19_box6','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10929,10929,'xmas_c19_unicornfigure2','xmas_c19_unicornfigure2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10930,10930,'xmas_c19_dragonfigure','xmas_c19_dragonfigure','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10931,10931,'xmas_c19_box4','xmas_c19_box4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10932,10932,'clothing_nt_pompomhat','clothing_nt_pompomhat','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10933,10933,'xmas_c19_robinfigure2','xmas_c19_robinfigure2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10934,10934,'xmas_c19_angelfigure2','xmas_c19_angelfigure2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10935,10935,'xmas_c19_iceshards','xmas_c19_iceshards','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',3,'0','','',0,0,''),(10936,10936,'xmas_c19_box5','xmas_c19_box5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10937,10937,'xmas_c19_elfmage','xmas_c19_elfmage','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10938,10938,'xmas_c19_chandelier','xmas_c19_chandelier','s',1,1,0.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(10939,10939,'xmas_c19_box2b','xmas_c19_box2b','s',1,1,1.00,0,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10940,10940,'xmas_c19_unicornfigure','xmas_c19_unicornfigure','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10941,10941,'xmas_c19_icefood','xmas_c19_icefood','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(10942,10942,'clothing_nt_snowmansuit','clothing_nt_snowmansuit','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(10943,10943,'xmas_c19_box1','xmas_c19_box1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(10944,10944,'clothing_icecrown','clothing_icecrown','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10945,10945,'bonusrare19_4*0','bonusrare19_4*0','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10946,10946,'bonusrare19_4*1','bonusrare19_4*1','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10947,10947,'bonusrare19_4*2','bonusrare19_4*2','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10948,10948,'bonusrare19_4*3','bonusrare19_4*3','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10949,10949,'bonusrare19_4*4','bonusrare19_4*4','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10950,10950,'bonusrare19_4*5','bonusrare19_4*5','s',1,1,0.10,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10951,10951,'bonusbag19_4','bonusbag19_4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(10952,10952,'rare_prize19_xmas','rare_prize19_xmas','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10953,10953,'shome_keys','shome_keys','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10954,10954,'shome_hamster','shome_hamster','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10955,10955,'clothing_goldpack4','clothing_goldpack4','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10956,10956,'clothing_r20_galaxybackpack','clothing_r20_galaxybackpack','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10957,10957,'clothing_heartnecklace','clothing_heartnecklace','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10958,10958,'clothing_r20_kittyearphones','clothing_r20_kittyearphones','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10959,10959,'china_goldenrat','china_goldenrat','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10960,10960,'china_rat','china_rat','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10961,10961,'clothing_rat','clothing_rat','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(10962,10962,'clothing_r19_sparklywaist5','clothing_r19_sparklywaist5','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10963,10963,'clothing_r19_sparklywaist6','clothing_r19_sparklywaist6','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10964,10964,'clothing_r19_sparklywaist7','clothing_r19_sparklywaist7','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10965,10965,'clothing_r19_sparklywaist8','clothing_r19_sparklywaist8','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10966,10966,'clothing_r19_sparklywaist2','clothing_r19_sparklywaist2','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10967,10967,'clothing_r19_sparklywaist3','clothing_r19_sparklywaist3','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10968,10968,'clothing_r19_sparklywaist1','clothing_r19_sparklywaist1','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10969,10969,'clothing_r19_sparklywaist4','clothing_r19_sparklywaist4','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(10970,10970,'ny_r19_crackable','ny_r19_crackable','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(10971,10971,'hc20_9','hc20_9','s',1,1,0.01,1,1,1,2,1,1,0,1,0,'default',1,'0','','',0,0,''),(10972,10972,'hc20_8','hc20_8','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10973,10973,'hc20_4','hc20_4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10974,10974,'hc20_2','hc20_2','s',3,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10975,10975,'hc20_12','hc20_12','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10976,10976,'hc20_3','hc20_3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10977,10977,'hc20_7','hc20_7','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10978,10978,'hc20_10','hc20_10','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10979,10979,'hc20_11','hc20_11','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10980,10980,'hc20_5','hc20_5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10981,10981,'hc20_6','hc20_6','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10982,10982,'hc20_1','hc20_1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(10983,10983,'CF_750_minihabberge','CF_750_minihabberge','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(10984,10984,'rare_prize20*0','rare_prize20*0','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10985,10985,'rare_prize20*1','rare_prize20*1','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10986,10986,'rare_prize20*10','rare_prize20*10','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10987,10987,'rare_prize20*11','rare_prize20*11','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10988,10988,'rare_prize20*12','rare_prize20*12','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10989,10989,'rare_prize20*13','rare_prize20*13','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10990,10990,'rare_prize20*2','rare_prize20*2','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10991,10991,'rare_prize20*3','rare_prize20*3','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10992,10992,'rare_prize20*4','rare_prize20*4','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10993,10993,'rare_prize20*5','rare_prize20*5','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10994,10994,'rare_prize20*6','rare_prize20*6','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10995,10995,'rare_prize20*7','rare_prize20*7','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10996,10996,'rare_prize20*8','rare_prize20*8','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10997,10997,'rare_prize20*9','rare_prize20*9','s',1,1,0.01,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(10998,10998,'rare_r20_wardrobe','rare_r20_wardrobe','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(10999,10999,'clothing_r20_quinn','clothing_r20_quinn','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11000,11000,'rare_r20_balloonchair','rare_r20_balloonchair','s',1,1,2.00,0,1,0,0,0,1,0,1,1,'pressureplate',2,'0','','',0,0,''),(11001,11001,'val_c20_cakestand','val_c20_cakestand','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11002,11002,'val_c20_chair','val_c20_chair','s',1,1,1.30,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11003,11003,'val_c20_lights','val_c20_lights','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11004,11004,'val_c20_floor','val_c20_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(11005,11005,'val_c20_blackboard','val_c20_blackboard','i',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(11006,11006,'42670','val_c20_window','i',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11007,11007,'val_c20_tablecounter','val_c20_tablecounter','s',2,1,1.50,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11008,11008,'clothing_chocochefoutfit','clothing_chocochefoutfit','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11009,11009,'val_c20_cakedisplay','val_c20_cakedisplay','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11010,11010,'val_c20_wall','val_c20_wall','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11011,11011,'val_c20_cake','val_c20_cake','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(11012,11012,'clothing_r20_tattoo','clothing_r20_tattoo','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11013,11013,'val_c20_chocgift','val_c20_chocgift','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(11014,11014,'val_c20_chocfountain','val_c20_chocfountain','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11015,11015,'val_c20_table','val_c20_table','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11016,11016,'val_c20_seats','val_c20_seats','s',2,1,2.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11017,11017,'bonusbag20_1','bonusbag20_1','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(11018,11018,'bonusrare20_1a*1','bonusrare20_1a*1','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11019,11019,'bonusrare20_1a*2','bonusrare20_1a*2','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11020,11020,'bonusrare20_1a*3','bonusrare20_1a*3','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11021,11021,'bonusrare20_1a*4','bonusrare20_1a*4','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11022,11022,'bonusrare20_1a*5','bonusrare20_1a*5','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11023,11023,'bonusrare20_1a*6','bonusrare20_1a*6','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11024,11024,'bonusrare20_2*1','bonusrare20_2*1','s',1,1,1.00,1,1,1,2,1,1,0,1,0,'default',1,'0','','',0,0,''),(11025,11025,'bonusrare20_2*2','bonusrare20_2*2','s',1,1,1.00,1,1,1,2,1,1,0,1,0,'default',1,'0','','',0,0,''),(11026,11026,'bonusrare20_2*3','bonusrare20_2*3','s',1,1,1.00,1,1,1,2,1,1,0,1,0,'default',1,'0','','',0,0,''),(11027,11027,'bonusrare20_2*4','bonusrare20_2*4','s',1,1,1.00,1,1,1,2,1,1,0,1,0,'default',1,'0','','',0,0,''),(11028,11028,'bonusrare20_2*5','bonusrare20_2*5','s',1,1,1.00,1,1,1,2,1,1,0,1,0,'default',1,'0','','',0,0,''),(11029,11029,'bonusrare20_2*6','bonusrare20_2*6','s',1,1,1.00,1,1,1,2,1,1,0,1,0,'default',1,'0','','',0,0,''),(11030,11030,'bonusbag20_3','bonusbag20_3','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(11031,11031,'bonusrare20_3*1','bonusrare20_3*1','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11032,11032,'bonusrare20_3*2','bonusrare20_3*2','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11033,11033,'bonusrare20_3*3','bonusrare20_3*3','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11034,11034,'bonusrare20_3*4','bonusrare20_3*4','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11035,11035,'bonusrare20_3*5','bonusrare20_3*5','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11036,11036,'bonusrare20_3*6','bonusrare20_3*6','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11037,11037,'bonusrare20_4*0','bonusrare20_4*0','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11038,11038,'bonusrare20_4*1','bonusrare20_4*1','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11039,11039,'bonusrare20_4*2','bonusrare20_4*2','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11040,11040,'bonusrare20_4*3','bonusrare20_4*3','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11041,11041,'bonusrare20_4*4','bonusrare20_4*4','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11042,11042,'bonusrare20_4*5','bonusrare20_4*5','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11043,11043,'bonusbag20_2','bonusbag20_2','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(11044,11044,'bonusbag20_4','bonusbag20_4','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(11045,11045,'rare_r20_grandebackdrop','rare_r20_grandebackdrop','s',3,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11046,11046,'clothing_c20_goldheartbp','clothing_c20_goldheartbp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11047,11047,'art_c20_plant','art_c20_plant','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11048,11048,'booster_c20_box','booster_c20_box','s',1,1,1.00,0,0,0,0,1,1,0,1,0,'crackable',1,'0','','',0,0,''),(11049,11049,'art_c20_rug','art_c20_rug','s',2,3,0.10,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(11050,11050,'booster_c20_box1','booster_c20_box1','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11051,11051,'art_c20_floor','art_c20_floor','s',2,2,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(11052,11052,'art_c20_light','art_c20_light','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11053,11053,'art_c20_paintings','art_c20_paintings','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11054,11054,'art_c20_gold4','art_c20_gold4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11055,11055,'art_c20_chair','art_c20_chair','s',1,1,1.60,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11056,11056,'art_c20_pillow','art_c20_pillow','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11057,11057,'art_c20_bin','art_c20_bin','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(11058,11058,'art_c20_gold1','art_c20_gold1','s',1,1,1.10,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11059,11059,'clothing_c20_heartbackpack','clothing_c20_heartbackpack','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11060,11060,'art_c20_drawingtablet','art_c20_drawingtablet','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(11061,11061,'art_c20_gold2','art_c20_gold2','s',1,1,1.00,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11062,11062,'art_c20_chair2','art_c20_chair2','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11063,11063,'art_c20_desk','art_c20_desk','s',2,1,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11064,11064,'art_c20_shelves','art_c20_shelves','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11065,11065,'art_c20_chair4','art_c20_chair4','s',1,1,1.10,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11066,11066,'art_c20_canvas','art_c20_canvas','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11067,11067,'art_c20_gold5','art_c20_gold5','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11068,11068,'art_c20_sofa','art_c20_sofa','s',2,1,0.90,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11069,11069,'art_c20_chair1','art_c20_chair1','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11070,11070,'art_c20_clock','art_c20_clock','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11071,11071,'art_c20_clotheshanger','art_c20_clotheshanger','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11072,11072,'art_c20_rolledpaper','art_c20_rolledpaper','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(11073,11073,'art_c20_gold3','art_c20_gold3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11074,11074,'art_c20_artstool','art_c20_artstool','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11075,11075,'art_c20_easel','art_c20_easel','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',5,'0','','',0,0,''),(11076,11076,'art_c20_chair3','art_c20_chair3','s',1,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11077,11077,'art_c20_coffeetable','art_c20_coffeetable','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(11078,11078,'art_c20_caddy','art_c20_caddy','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11079,11079,'easter_c20_heather','easter_c20_heather','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',8,'0','','',0,0,''),(11080,11080,'easter_r20_mountaingoat','easter_r20_mountaingoat','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11081,11081,'easter_c20_darkrock','easter_c20_darkrock','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(11082,11082,'clothing_mysticrobes','clothing_mysticrobes','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11083,11083,'easter_c20_darkprize4','easter_c20_darkprize4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(11084,11084,'easter_c20_scatteredforestfloor','easter_c20_scatteredforestfloor','s',2,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11085,11085,'easter_c20_fishingpole','easter_c20_fishingpole','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',1,'0','','',0,0,''),(11086,11086,'clothing_nt_yogatop','clothing_nt_yogatop','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(11087,11087,'clothing_nt_campingbackpack','clothing_nt_campingbackpack','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(11088,11088,'easter_c20_stickteepee','easter_c20_stickteepee','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11089,11089,'easter_c20_ancientbird','easter_c20_ancientbird','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11090,11090,'clothing_explorersash','clothing_explorersash','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11091,11091,'easter_c20_rockboulders','easter_c20_rockboulders','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11092,11092,'clothing_r20_bunnyoutfit','clothing_r20_bunnyoutfit','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11093,11093,'easter_c20_darkprize2','easter_c20_darkprize2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(11094,11094,'clothing_puffyvest','clothing_puffyvest','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11095,11095,'easter_c20_mountainslopes','easter_c20_mountainslopes','s',2,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11096,11096,'easter_ltd20_fortuneduck','easter_ltd20_fortuneduck','s',2,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11097,11097,'easter_r20_mystictree','easter_r20_mystictree','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11098,11098,'easter_c20_campingessentials','easter_c20_campingessentials','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11099,11099,'clothing_binoculars','clothing_binoculars','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11100,11100,'easter_c20_ornamentalrocks','easter_c20_ornamentalrocks','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11101,11101,'easter_c20_picnicfood','easter_c20_picnicfood','s',1,1,0.00,0,0,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(11102,11102,'clothing_campingbackpack','clothing_campingbackpack','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11103,11103,'easter_c20_mountainflats','easter_c20_mountainflats','s',2,2,0.10,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(11104,11104,'easter_c20_darkprize3','easter_c20_darkprize3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(11105,11105,'easter_c20_darkprize1','easter_c20_darkprize1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(11106,11106,'clothing_yogatop','clothing_yogatop','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11107,11107,'clothing_nt_puffyvest','clothing_nt_puffyvest','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11108,11108,'clothing_nt_sportshair','clothing_nt_sportshair','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(11109,11109,'easter_c20_camprug','easter_c20_camprug','s',2,3,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11110,11110,'easter_c20_mossydivider','easter_c20_mossydivider','s',2,1,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11111,11111,'easter_c20_firstaidkit','easter_c20_firstaidkit','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11112,11112,'clothing_sportshair','clothing_sportshair','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11113,11113,'easter_c20_logwalk','easter_c20_logwalk','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11114,11114,'clothing_mysticcrown','clothing_mysticcrown','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11115,11115,'clothing_yogapants','clothing_yogapants','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11116,11116,'easter_c20_ancienthorse','easter_c20_ancienthorse','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11117,11117,'easter_c20_kayak','easter_c20_kayak','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11118,11118,'clothing_r20_ponytailcap','clothing_r20_ponytailcap','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11119,11119,'clothing_nt_yogapants','clothing_nt_yogapants','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11120,11120,'easter_c20_lightprize3','easter_c20_lightprize3','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(11121,11121,'easter_c20_climbingropetele','easter_c20_climbingropetele','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'teleport',2,'0','','',0,0,''),(11122,11122,'clothing_nt_sportsshade','clothing_nt_sportsshade','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(11123,11123,'clothing_nt_binoculars','clothing_nt_binoculars','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11124,11124,'easter_c20_lightprize2','easter_c20_lightprize2','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(11125,11125,'easter_c20_forestfriends','easter_c20_forestfriends','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(11126,11126,'easter_c20_lightrock','easter_c20_lightrock','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(11127,11127,'easter_c20_clayrelic','easter_c20_clayrelic','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11128,11128,'easter_c20_fishstream','easter_c20_fishstream','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11129,11129,'clothing_rainbowegg','clothing_rainbowegg','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','3918',0,0,''),(11130,11130,'easter_c20_jadeguardian','easter_c20_jadeguardian','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11131,11131,'easter_c20_heatherrock','easter_c20_heatherrock','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',5,'0','','',0,0,''),(11132,11132,'easter_c20_ancientstatue','easter_c20_ancientstatue','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11133,11133,'clothing_sportsshade','clothing_sportsshade','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'clothing',2,'0','','',0,0,''),(11134,11134,'easter_c20_lightprize4','easter_c20_lightprize4','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(11135,11135,'easter_c20_lightprize1','easter_c20_lightprize1','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',1,'0','','',0,0,''),(11136,11136,'easter_c20_waypointrocks','easter_c20_waypointrocks','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11137,11137,'easter_c20_energyfood','easter_c20_energyfood','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11138,11138,'easter_c20_zenmaster','easter_c20_zenmaster','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11139,11139,'clothing_nt_explorersash','clothing_nt_explorersash','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11140,11140,'easter_c20_foresttree','easter_c20_foresttree','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11141,11141,'easter_c20_rapids','easter_c20_rapids','s',1,1,0.00,0,0,0,1,1,1,0,1,1,'roller',2,'0','','',0,0,''),(11142,11142,'easter_c20_lightrock1','easter_c20_lightrock1','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11143,11143,'easter_c20_darkrock1','easter_c20_darkrock1','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(11144,11144,'rare_r20_corgi','rare_r20_corgi','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11145,11145,'rare_r20_marimo','rare_r20_marimo','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11146,11146,'rare_r20_treehouse','rare_r20_treehouse','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11147,11147,'spa_c20_bbrose','spa_c20_bbrose','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11148,11148,'spa_c20_crackable1A','spa_c20_crackable1A','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(11149,11149,'clothing_towelwraphalf','clothing_towelwraphalf','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11150,11150,'spa_c20_crackable1B','spa_c20_crackable1B','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(11151,11151,'clothing_eyemask','clothing_eyemask','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11152,11152,'clothing_maskmint','clothing_maskmint','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11153,11153,'spa_c20_bbmint','spa_c20_bbmint','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11154,11154,'spa_c20_bbcharcoal','spa_c20_bbcharcoal','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11155,11155,'clothing_towelhair','clothing_towelhair','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11156,11156,'clothing_eyetomato','clothing_eyetomato','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11157,11157,'clothing_maskrose','clothing_maskrose','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11158,11158,'clothing_eyecucumber','clothing_eyecucumber','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11159,11159,'spa_c20_lavendersalt','spa_c20_lavendersalt','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11160,11160,'clothing_towelwrapfull','clothing_towelwrapfull','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11161,11161,'clothing_maskcitrus','clothing_maskcitrus','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11162,11162,'spa_c20_bbcitrus','spa_c20_bbcitrus','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11163,11163,'spa_c20_incense','spa_c20_incense','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11164,11164,'clothing_maskcharcoal','clothing_maskcharcoal','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11165,11165,'clothing_eyecitrus','clothing_eyecitrus','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11166,11166,'spa_c20_crackable2A','spa_c20_crackable2A','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(11167,11167,'clothing_eyestrawberry','clothing_eyestrawberry','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11168,11168,'spa_c20_crackable2B','spa_c20_crackable2B','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11169,11169,'spa_c20_bath','spa_c20_bath','s',1,1,1.00,0,0,0,0,1,1,0,1,1,'crafting',2,'0','','',0,0,''),(11170,11170,'CF_500_goldenbeetle','CF_500_goldenbeetle','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(11171,11171,'clothing_r20_monkeyfezhat','clothing_r20_monkeyfezhat','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11172,11172,'india_c20_saribp','india_c20_saribp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11173,11173,'india_c20_longpillow','india_c20_longpillow','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11174,11174,'clothing_moviestarmakeup','clothing_moviestarmakeup','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11175,11175,'clothing_cobra','clothing_cobra','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11176,11176,'india_r20_bengaltiger','india_r20_bengaltiger','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11177,11177,'india_c20_incense','india_c20_incense','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11178,11178,'clothing_exoticcape','clothing_exoticcape','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11179,11179,'india_c20_capebp','india_c20_capebp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11180,11180,'india_c20_eleseat','india_c20_eleseat','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11181,11181,'india_c20_flowerbelldeco','india_c20_flowerbelldeco','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11182,11182,'india_c20_dye','india_c20_dye','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(11183,11183,'clothing_headjewel','clothing_headjewel','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11184,11184,'clothing_moviestarhair','clothing_moviestarhair','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11185,11185,'clothing_grandsari','clothing_grandsari','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11186,11186,'india_c20_sofa','india_c20_sofa','s',2,1,1.20,0,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11187,11187,'clothing_grandheadjewel','clothing_grandheadjewel','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11188,11188,'india_c20_jewellerybox','india_c20_jewellerybox','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11189,11189,'clothing_sherwani','clothing_sherwani','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11190,11190,'india_c20_sherwanibp','india_c20_sherwanibp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11191,11191,'india_c20_light','india_c20_light','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11192,11192,'clothing_nt_turban','clothing_nt_turban','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(11193,11193,'india_c20_balconydoor','india_c20_balconydoor','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11194,11194,'india_c20_archway','india_c20_archway','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11195,11195,'india_c20_snakebp','india_c20_snakebp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11196,11196,'india_c20_dessert','india_c20_dessert','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(11197,11197,'india_c20_tiledfloor','india_c20_tiledfloor','s',2,2,0.10,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(11198,11198,'clothing_turban','clothing_turban','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11199,11199,'india_c20_cloth','india_c20_cloth','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11200,11200,'clothing_grandsherwani','clothing_grandsherwani','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11201,11201,'india_c20_curries','india_c20_curries','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(11202,11202,'india_c20_palmvase','india_c20_palmvase','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11203,11203,'clothing_nt_moviestarhair','clothing_nt_moviestarhair','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(11204,11204,'clothing_grandexoticcape','clothing_grandexoticcape','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11205,11205,'india_c20_sewingmachine','india_c20_sewingmachine','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crafting',2,'0','','',0,0,''),(11206,11206,'india_c20_blueprintb','india_c20_blueprintb','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11207,11207,'india_c20_eletable','india_c20_eletable','s',1,1,1.45,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11208,11208,'india_r20_exotictent','india_r20_exotictent','s',2,2,0.00,0,0,0,0,1,1,0,1,1,'default',5,'0','','',0,0,''),(11209,11209,'clothing_snake','clothing_snake','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11210,11210,'india_c20_blueprint','india_c20_blueprint','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'crackable',2,'0','','',0,0,''),(11211,11211,'india_c20_teaset','india_c20_teaset','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',4,'0','','',0,0,''),(11212,11212,'india_c20_headjewelbp','india_c20_headjewelbp','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11213,11213,'clothing_nt_moviestarmakeup','clothing_nt_moviestarmakeup','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',2,'0','','',0,0,''),(11214,11214,'india_c20_beadbellsdeco','india_c20_beadbellsdeco','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11215,11215,'clothing_sari','clothing_sari','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11216,11216,'clothing_r20_jewelbraidhair','clothing_r20_jewelbraidhair','s',1,1,0.00,0,0,0,0,0,1,0,1,1,'clothing',2,'0','','',0,0,''),(11217,11217,'india_ltd20_sultanthrone','india_ltd20_sultanthrone','s',1,1,1.25,0,1,0,0,0,1,0,1,1,'default',2,'0','','',0,0,''),(11218,11218,'diamond_painting48','diamond_painting48','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11219,11219,'diamond_painting50','diamond_painting50','s',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11220,11220,'diamond_painting49','diamond_painting49','s',2,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11221,11221,'diamond_painting47','diamond_painting47','s',1,2,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(11222,11222,'clothing_studentcap','clothing_studentcap','s',1,1,1.00,1,1,1,1,1,1,0,1,0,'clothing',1,'0','','',0,0,''),(11223,11223,'clothing_nt_studentcap','clothing_nt_studentcap','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11224,11224,'clothing_spottedoctohat','clothing_spottedoctohat','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11225,11225,'rainyday_c20_craftset','rainyday_c20_craftset','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',6,'0','','',0,0,''),(11226,11226,'rainyday_c20_woodentable','rainyday_c20_woodentable','s',1,1,1.10,1,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11227,11227,'rainyday_c20_rainceilingwindow','rainyday_c20_rainceilingwindow','s',2,2,0.00,1,0,0,1,1,1,1,1,1,'default',4,'0','','',0,0,''),(11228,11228,'rainyday_c20_paintset','rainyday_c20_paintset','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11229,11229,'rainyday_c20_typewriter','rainyday_c20_typewriter','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11230,11230,'rainyday_c20_scentedcandles','rainyday_c20_scentedcandles','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',4,'0','','',0,0,''),(11231,11231,'rainyday_c20_cosywhippet','rainyday_c20_cosywhippet','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11232,11232,'rainyday_c20_woodendesk','rainyday_c20_woodendesk','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11233,11233,'rainyday_c20_glowstars','rainyday_c20_glowstars','s',1,2,0.00,1,0,0,0,1,1,1,1,1,'default',6,'0','','',0,0,''),(11234,11234,'rainyday_c20_raindropwall','rainyday_c20_raindropwall','s',1,2,4.00,1,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11235,11235,'rainyday_c20_woodenfloor','rainyday_c20_woodenfloor','s',2,2,0.01,1,0,0,1,1,1,1,1,1,'default',2,'0','','',0,0,''),(11236,11236,'rainyday_c20_snugblanket','rainyday_c20_snugblanket','s',1,1,0.80,0,1,0,0,1,1,1,1,1,'pressureplate',1,'0','','',0,0,''),(11237,11237,'rainyday_c20_stackoflogs','rainyday_c20_stackoflogs','s',1,2,1.80,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11238,11238,'rainyday_c20_coathanger','rainyday_c20_coathanger','s',1,2,1.00,1,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11239,11239,'rainyday_c20_homebakes','rainyday_c20_homebakes','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11240,11240,'rainyday_c20_retrogames','rainyday_c20_retrogames','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',8,'0','','',0,0,''),(11241,11241,'clothing_nt_starearrings','clothing_nt_starearrings','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11242,11242,'clothing_starearrings','clothing_starearrings','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11243,11243,'clothing_glitzypurse','clothing_glitzypurse','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11244,11244,'clothing_nt_flapperdress','clothing_nt_flapperdress','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11245,11245,'clothing_chiseledface','clothing_chiseledface','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11246,11246,'clothing_nt_modernshortwave','clothing_nt_modernshortwave','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11247,11247,'habbo20_c20_artdecocarpet','habbo20_c20_artdecocarpet','s',3,2,0.01,1,0,0,1,1,1,1,1,1,'default',2,'0','','',0,0,''),(11248,11248,'clothing_nt_silkgloves','clothing_nt_silkgloves','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11249,11249,'habbo20_c20_balloons','habbo20_c20_balloons','s',1,1,0.00,1,0,0,1,1,1,1,1,1,'default',2,'0','','',0,0,''),(11250,11250,'clothing_nt_slickedbackhair','clothing_nt_slickedbackhair','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11251,11251,'clothing_r20_glitzytux','clothing_r20_glitzytux','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11252,11252,'clothing_pencilmoustache','clothing_pencilmoustache','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11253,11253,'clothing_nt_glitzypurse','clothing_nt_glitzypurse','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11254,11254,'clothing_modernshortwave','clothing_modernshortwave','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11255,11255,'clothing_slickedbackhair','clothing_slickedbackhair','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11256,11256,'clothing_flapperdress','clothing_flapperdress','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11257,11257,'clothing_nt_pencilmoustache','clothing_nt_pencilmoustache','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11258,11258,'habbo20_c20_artdecochair','habbo20_c20_artdecochair','s',1,1,1.00,0,1,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11259,11259,'clothing_silkgloves','clothing_silkgloves','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11260,11260,'habbo20_c20_artdecobackdrop','habbo20_c20_artdecobackdrop','s',1,2,0.00,0,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11261,11261,'habbo20_c20_glitzytable','habbo20_c20_glitzytable','s',2,2,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11262,11262,'clothing_nt_chiseledface','clothing_nt_chiseledface','s',1,1,1.00,0,0,0,0,0,0,0,0,0,'clothing',1,'0','','',0,0,''),(11263,11263,'neonpunk_c20_wall','neonpunk_c20_wall','s',1,2,4.00,1,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11264,11264,'neonpunk_c20_cupboard','neonpunk_c20_cupboard','s',1,1,2.60,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11265,11265,'neonpunk_c20_strawberries','neonpunk_c20_strawberries','s',1,2,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11266,11266,'neonpunk_c20_stool','neonpunk_c20_stool','s',1,1,1.20,0,1,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11267,11267,'neonpunk_c20_lamp','neonpunk_c20_lamp','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',4,'0','','',0,0,''),(11268,11268,'clothing_r20_neonpunkset','clothing_r20_neonpunkset','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11269,11269,'neonpunk_c20_bed','neonpunk_c20_bed','s',2,3,1.80,0,0,1,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11270,11270,'neonpunk_c20_stardeco','neonpunk_c20_stardeco','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11271,11271,'neonpunk_c20_unicornposter','neonpunk_c20_unicornposter','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11272,11272,'neonpunk_c20_candylights','neonpunk_c20_candylights','s',1,1,0.00,1,0,0,1,1,1,1,1,1,'default',2,'0','','',0,0,''),(11273,11273,'neonpunk_c20_bows','neonpunk_c20_bows','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11274,11274,'neonpunk_c20_carpet','neonpunk_c20_carpet','s',4,4,0.01,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11275,11275,'neonpunk_c20_lights','neonpunk_c20_lights','s',2,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11276,11276,'neonpunk_c20_table','neonpunk_c20_table','s',1,1,1.20,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11277,11277,'neonpunk_c20_cubeseat','neonpunk_c20_cubeseat','s',1,1,1.20,0,1,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11278,11278,'neonpunk_c20_storage','neonpunk_c20_storage','s',2,1,2.60,1,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11279,11279,'neonpunk_c20_plushiepile','neonpunk_c20_plushiepile','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11280,11280,'neonpunk_c20_plushie1','neonpunk_c20_plushie1','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11281,11281,'neonpunk_c20_dresser','neonpunk_c20_dresser','s',1,2,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11282,11282,'neonpunk_c20_food','neonpunk_c20_food','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11283,11283,'neonpunk_c20_floor','neonpunk_c20_floor','s',2,2,0.01,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11284,11284,'neonpunk_c20_plushie2','neonpunk_c20_plushie2','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11285,11285,'neonpunk_c20_plushie3','neonpunk_c20_plushie3','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11286,11286,'neonpunk_c20_sofa','neonpunk_c20_sofa','s',2,1,1.20,0,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11287,11287,'neonpunk_c20_bedsidetable','neonpunk_c20_bedsidetable','s',1,1,1.20,1,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11288,11288,'gothiccafe_c20_sofa','gothiccafe_c20_sofa','s',2,1,1.20,0,1,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11289,11289,'gothiccafe_c20_creamrolls','gothiccafe_c20_creamrolls','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',4,'0','','',0,0,''),(11290,11290,'gothiccafe_c20_bookcase','gothiccafe_c20_bookcase','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11291,11291,'gothiccafe_c20_table','gothiccafe_c20_table','s',1,1,1.10,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11292,11292,'gothiccafe_c20_teaplant','gothiccafe_c20_teaplant','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11293,11293,'gothiccafe_c20_glass','gothiccafe_c20_glass','s',1,2,0.00,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11294,11294,'gothiccafe_c20_vase','gothiccafe_c20_vase','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11295,11295,'gothiccafe_c20_icetea','gothiccafe_c20_icetea','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',4,'0','','',0,0,''),(11296,11296,'gothiccafe_c20_donut','gothiccafe_c20_donut','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',5,'0','','',0,0,''),(11297,11297,'gothiccafe_c20_coffeetable','gothiccafe_c20_coffeetable','s',2,1,1.10,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11298,11298,'gothiccafe_c20_floor','gothiccafe_c20_floor','s',2,2,0.01,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11299,11299,'clothing_r20_gothicset','clothing_r20_gothicset','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11300,11300,'gothiccafe_c20_rosepainting','gothiccafe_c20_rosepainting','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11301,11301,'gothiccafe_c20_shelf','gothiccafe_c20_shelf','s',1,2,0.00,1,0,0,0,1,1,1,1,1,'multiheight',2,'0','0.30;1.10','',0,0,''),(11302,11302,'gothiccafe_c20_wall','gothiccafe_c20_wall','s',2,1,4.00,1,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11303,11303,'gothiccafe_c20_mochicake','gothiccafe_c20_mochicake','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',4,'0','','',0,0,''),(11304,11304,'gothiccafe_c20_counter','gothiccafe_c20_counter','s',1,2,1.10,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11305,11305,'gothiccafe_c20_rug','gothiccafe_c20_rug','s',2,1,0.10,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11306,11306,'gothiccafe_c20_windoor','gothiccafe_c20_windoor','s',1,2,1.00,0,0,0,0,1,1,1,1,1,'default',8,'0','','',0,0,''),(11307,11307,'gothiccafe_c20_armchair','gothiccafe_c20_armchair','s',1,1,1.20,0,1,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11308,11308,'habbo20_r20_crackable','habbo20_r20_crackable','s',1,1,0.00,0,0,0,0,1,1,1,1,1,'crackable',2,'0','','',0,0,''),(11309,11309,'habbo20_c20_crackable','habbo20_c20_crackable','s',1,1,0.00,0,0,0,0,1,1,1,1,1,'crackable',2,'0','','',0,0,''),(11310,11310,'habbo20_c20_blackgoldballoon','habbo20_c20_blackgoldballoon','s',1,1,0.00,0,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11311,11311,'clothing_h20th','clothing_h20th','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11312,11312,'habbo20_c20_rosegoldballoon','habbo20_c20_rosegoldballoon','s',1,1,0.00,0,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11313,11313,'rare_blackrosegold_parasol','rare_blackrosegold_parasol','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11314,11314,'rare_blackrosegold_icecream','rare_blackrosegold_icecream','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'vendingmachine',2,'4','','',0,0,''),(11315,11315,'rare_blackrosegold_fountain','rare_blackrosegold_fountain','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11316,11316,'rare_r20_candle','rare_r20_candle','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11317,11317,'rare_blackrosegold_beehive_bulb','rare_blackrosegold_beehive_bulb','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11318,11318,'rare_blackrosegold_scifidoor','rare_blackrosegold_scifidoor','s',1,1,0.00,0,0,0,0,1,1,1,1,1,'gate',2,'0','','',0,0,''),(11319,11319,'rare_blackrosegold_pillar','rare_blackrosegold_pillar','s',1,1,3.50,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11320,11320,'rare_blackrosegold_pillow','rare_blackrosegold_pillow','s',1,1,1.00,0,1,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11321,11321,'rare_blackrosegold_wooden_screen','rare_blackrosegold_wooden_screen','s',1,2,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11322,11322,'rare_blackrosegold_barrier','rare_blackrosegold_barrier','s',1,2,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11323,11323,'rare_blackrosegold_scifirocket','rare_blackrosegold_scifirocket','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11324,11324,'rare_blackrosegold_marquee','rare_blackrosegold_marquee','s',1,1,0.00,0,0,0,0,1,1,1,1,1,'gate',2,'0','','',0,0,''),(11325,11325,'rare_blackrosegold_elephant_statue','rare_blackrosegold_elephant_statue','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11326,11326,'rare_r20_throne','rare_r20_throne','s',1,1,1.30,0,1,0,0,1,1,1,1,1,'pressureplate',2,'0','','',0,0,''),(11327,11327,'rare_blackrosegold_dragonlamp','rare_blackrosegold_dragonlamp','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11328,11328,'rare_blackrosegold_sleepingbag','rare_blackrosegold_sleepingbag','s',1,3,1.00,0,0,1,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11329,11329,'rare_blackrosegold_scifiport','rare_blackrosegold_scifiport','s',1,1,0.00,0,0,0,0,1,1,1,1,1,'gate',2,'0','','',0,0,''),(11330,11330,'rare_blackrosegold_fan','rare_blackrosegold_fan','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11331,11331,'darkelegant_c20_flowerpot','darkelegant_c20_flowerpot','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11332,11332,'darkelegant_c20_smalltable','darkelegant_c20_smalltable','s',1,1,1.20,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11333,11333,'darkelegant_c20_floor','darkelegant_c20_floor','s',2,2,0.05,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11334,11334,'darkelegant_c20_chair','darkelegant_c20_chair','s',1,1,1.50,0,1,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11335,11335,'darkelegant_c20_walldecor','darkelegant_c20_walldecor','s',1,1,0.00,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11336,11336,'darkelegant_c20_window','darkelegant_c20_window','s',2,1,4.00,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11337,11337,'darkelegant_c20_vanity','darkelegant_c20_vanity','s',2,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11338,11338,'darkelegant_c20_light','darkelegant_c20_light','s',1,1,0.00,1,0,0,1,1,1,1,1,1,'default',2,'0','','',0,0,''),(11339,11339,'darkelegant_c20_lionstatue','darkelegant_c20_lionstatue','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11340,11340,'darkelegant_c20_teaset','darkelegant_c20_teaset','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11341,11341,'darkelegant_c20_lamp','darkelegant_c20_lamp','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11342,11342,'darkelegant_c20_stool','darkelegant_c20_stool','s',1,1,1.50,0,1,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11343,11343,'darkelegant_c20_cat','darkelegant_c20_cat','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11344,11344,'darkelegant_c20_table','darkelegant_c20_table','s',2,1,1.00,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11345,11345,'clothing_darkelegantset','clothing_darkelegantset','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11346,11346,'darkelegant_c20_cupboard','darkelegant_c20_cupboard','s',1,2,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11347,11347,'darkelegant_c20_bed','darkelegant_c20_bed','s',2,3,2.00,0,0,1,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11348,11348,'darkelegant_c20_sofa','darkelegant_c20_sofa','s',2,1,1.50,0,1,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11349,11349,'darkelegant_c20_wall','darkelegant_c20_wall','s',2,1,4.00,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11350,11350,'darkelegant_c20_carpet','darkelegant_c20_carpet','s',3,2,0.10,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11351,11351,'sunsetcafe_c20_duck','sunsetcafe_c20_duck','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11352,11352,'sunsetcafe_c20_plant','sunsetcafe_c20_plant','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11353,11353,'sunsetcafe_c20_floor','sunsetcafe_c20_floor','s',2,2,0.01,1,0,0,1,1,1,1,1,1,'default',5,'0','','',0,0,''),(11354,11354,'sunsetcafe_c20_table','sunsetcafe_c20_table','s',1,2,1.00,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11355,11355,'sunsetcafe_c20_wallcorner','sunsetcafe_c20_wallcorner','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',4,'0','','',0,0,''),(11356,11356,'sunsetcafe_c20_bench','sunsetcafe_c20_bench','s',2,1,1.00,0,1,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11357,11357,'sunsetcafe_c20_benchcornerconcave','sunsetcafe_c20_benchcornerconcave','s',1,1,1.00,0,1,0,0,1,1,1,1,1,'default',1,'0','','',1,1,''),(11358,11358,'sunsetcafe_c20_coffeemachine','sunsetcafe_c20_coffeemachine','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'vendingmachine',2,'14','','',0,0,''),(11359,11359,'sunsetcafe_c20_logdecor','sunsetcafe_c20_logdecor','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',6,'0','','',0,0,''),(11360,11360,'sunsetcafe_c20_swordfish','sunsetcafe_c20_swordfish','s',3,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11361,11361,'sunsetcafe_c20_barcorner','sunsetcafe_c20_barcorner','s',1,1,1.00,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11362,11362,'sunsetcafe_c20_lightupfloor','sunsetcafe_c20_lightupfloor','s',1,1,0.10,0,0,0,1,1,1,1,1,1,'default',6,'0','','',0,0,''),(11363,11363,'sunsetcafe_c20_bar','sunsetcafe_c20_bar','s',2,1,1.00,1,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11364,11364,'sunsetcafe_c20_shallow','sunsetcafe_c20_shallow','s',2,2,0.00,1,0,0,1,1,1,1,1,1,'default',1,'0','','',30,30,''),(11365,11365,'sunsetcafe_c20_drinks','sunsetcafe_c20_drinks','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',4,'0','','',0,0,''),(11366,11366,'sunsetcafe_c20_logsteppingstones','sunsetcafe_c20_logsteppingstones','s',1,1,0.20,1,0,0,1,1,1,1,1,1,'default',3,'0','','',0,0,''),(11367,11367,'sunsetcafe_c20_wall','sunsetcafe_c20_wall','s',2,1,1.00,0,0,0,0,1,1,1,1,1,'default',10,'0','','',0,0,''),(11368,11368,'darkmodern_c20_wall','darkmodern_c20_wall','s',2,1,3.60,1,0,0,0,1,1,1,1,1,'default',10,'0','','',0,0,''),(11369,11369,'darkmodern_c20_incense','darkmodern_c20_incense','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11370,11370,'darkmodern_c20_neonlight','darkmodern_c20_neonlight','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11371,11371,'darkmodern_c20_folder','darkmodern_c20_folder','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',8,'0','','',0,0,''),(11372,11372,'darkmodern_c20_floor','darkmodern_c20_floor','s',2,2,0.01,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11373,11373,'darkmodern_c20_creative','darkmodern_c20_creative','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11374,11374,'darkmodern_c20_rug','darkmodern_c20_rug','s',2,3,0.05,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11375,11375,'darkmodern_c20_display','darkmodern_c20_display','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',4,'0','','',0,0,''),(11376,11376,'darkmodern_c20_speakers','darkmodern_c20_speakers','s',1,1,0.00,1,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11377,11377,'darkmodern_c20_pictures','darkmodern_c20_pictures','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',8,'0','','',0,0,''),(11378,11378,'darkmodern_c20_bed','darkmodern_c20_bed','s',2,3,1.80,0,0,1,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11379,11379,'darkmodern_c20_glassblockwall','darkmodern_c20_glassblockwall','s',2,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11380,11380,'darkmodern_c20_lowtable','darkmodern_c20_lowtable','s',1,3,1.00,1,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11381,11381,'darkmodern_c20_plant','darkmodern_c20_plant','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11382,11382,'darkmodern_c20_endtable','darkmodern_c20_endtable','s',1,1,1.40,1,0,0,0,1,1,1,1,1,'default',3,'0','','',0,0,''),(11383,11383,'darkmodern_c20_reads','darkmodern_c20_reads','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',4,'0','','',0,0,''),(11384,11384,'darkmodern_c20_bunnylight','darkmodern_c20_bunnylight','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',4,'0','','',0,0,''),(11385,11385,'darkmodern_c20_pillow','darkmodern_c20_pillow','s',1,1,1.00,0,1,0,0,1,1,1,1,1,'default',5,'0','','',0,0,''),(11386,11386,'darkmodern_c20_desk','darkmodern_c20_desk','s',1,2,1.20,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11387,11387,'darkmodern_c20_sofa','darkmodern_c20_sofa','s',2,1,1.40,0,1,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11388,11388,'darkmodern_c20_hoomba','darkmodern_c20_hoomba','s',1,2,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11389,11389,'darkmodern_c20_chair','darkmodern_c20_chair','s',1,1,1.40,0,1,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11390,11390,'darkmodern_c20_pug','darkmodern_c20_pug','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11391,11391,'darkmodern_c20_shelf','darkmodern_c20_shelf','s',1,2,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11392,11392,'darkmodern_c20_lamp','darkmodern_c20_lamp','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',2,'0','','',0,0,''),(11393,11393,'darkmodern_c20_tubelights','darkmodern_c20_tubelights','s',1,1,1.85,1,0,0,0,1,1,1,1,1,'default',8,'0','','',0,0,''),(11394,11394,'darkmodern_c20_tv','darkmodern_c20_tv','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',5,'0','','',0,0,''),(11395,11395,'darkmodern_c20_floorlight','darkmodern_c20_floorlight','s',1,1,0.20,1,0,0,1,1,1,1,1,1,'default',9,'0','','',0,0,''),(11396,11396,'zengarden_c20_stonebench','zengarden_c20_stonebench','s',2,1,1.00,0,1,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11397,11397,'zengarden_c20_peacedog','zengarden_c20_peacedog','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11398,11398,'clothing_r20_harmonyset','clothing_r20_harmonyset','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'clothing',1,'0','','',0,0,''),(11399,11399,'zengarden_c20_spikeyplant','zengarden_c20_spikeyplant','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11400,11400,'zengarden_c20_stonetable','zengarden_c20_stonetable','s',1,1,0.50,1,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11401,11401,'zengarden_c20_door','zengarden_c20_door','s',1,1,0.00,1,0,0,0,1,1,1,1,1,'gate',2,'0','','',0,0,''),(11402,11402,'zengarden_c20_rootplant','zengarden_c20_rootplant','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11403,11403,'zengarden_c20_light','zengarden_c20_light','s',1,1,0.05,1,0,0,1,1,1,1,1,1,'default',5,'0','','',0,0,''),(11404,11404,'zengarden_c20_roof','zengarden_c20_roof','s',2,1,0.00,0,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11405,11405,'zengarden_c20_plankfloor','zengarden_c20_plankfloor','s',1,1,0.10,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11406,11406,'zengarden_c20_roofcorner','zengarden_c20_roofcorner','s',1,1,0.00,0,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11407,11407,'zengarden_c20_moss','zengarden_c20_moss','s',1,1,0.20,0,0,0,1,1,1,1,1,1,'default',3,'0','','',0,0,''),(11408,11408,'zengarden_c20_goldenmobile','zengarden_c20_goldenmobile','s',1,1,0.00,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11409,11409,'zengarden_c20_pebbles','zengarden_c20_pebbles','s',2,2,0.05,1,0,0,1,1,1,1,1,1,'default',1,'0','','',0,0,''),(11410,11410,'zengarden_c20_bamboo','zengarden_c20_bamboo','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11411,11411,'zengarden_c20_divider','zengarden_c20_divider','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11412,11412,'zengarden_c20_glasspond','zengarden_c20_glasspond','s',2,2,1.00,0,0,0,0,1,1,1,1,1,'default',5,'0','','',0,0,''),(11413,11413,'habbo20_c20_trophybronze','habbo20_c20_trophybronze','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'trophy',1,'0','','',0,0,''),(11414,11414,'habbo20_c20_trophyblock','habbo20_c20_trophyblock','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'trophy',1,'0','','',0,0,''),(11415,11415,'habbo20_c20_trophygold','habbo20_c20_trophygold','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'trophy',1,'0','','',0,0,''),(11416,11416,'habbo20_c20_trophylooks','habbo20_c20_trophylooks','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'trophy',1,'0','','',0,0,''),(11417,11417,'habbo20_c20_trophydesign','habbo20_c20_trophydesign','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'trophy',1,'0','','',0,0,''),(11418,11418,'habbo20_c20_trophysilver','habbo20_c20_trophysilver','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'trophy',1,'0','','',0,0,''),(11419,11419,'habbo20_c20_trophyvideo','habbo20_c20_trophyvideo','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'trophy',1,'0','','',0,0,''),(11420,11420,'CF_1500_suitcase2','CF_1500_suitcase2','s',1,1,1.00,0,0,0,0,1,1,1,1,1,'default',1,'0','','',0,0,''),(11421,11421,'clothing_r20_slumberoutfit','clothing_r20_slumberoutfit','s',1,1,0.00,0,0,0,0,0,1,0,0,1,'clothing',1,'0','0','',0,0,''),(19894,3002,'Golvfärg','floor','i',0,0,1.00,1,0,0,0,1,0,0,0,0,'roomeffect',1,'0','','',0,0,''),(19896,3001,'Väggfärg','wallpaper','i',0,0,1.00,1,0,0,1,1,0,0,0,0,'roomeffect',1,'0','','',0,0,''),(19926,4055,'Landskap','landscape','i',0,0,1.00,1,0,0,0,1,0,0,0,0,'roomeffect',1,'0','','',0,0,''),(20060,20060,'DEAL_HC_1','DEAL_HC_1','h',0,0,0.00,1,1,1,1,1,1,0,1,1,'default',0,'0','','',0,0,''),(20100,2010,'','Poker','i',1,1,1.00,1,1,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(40010,4001,'','poster','i',0,0,1.00,1,0,0,0,1,1,0,0,0,'default',0,'0','','',0,0,''),(40020,4002,'Gothic fountain','gothicfountain','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40030,4003,'Retro Wall Lamp','hc_wall_lamp','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40040,4004,'Industrial Turbine','industrialfan','i',0,0,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(40050,4005,'Gothic Torch','torch','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40060,4006,'Heartlight','val_heart','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40070,4007,'Romantique Wall Mirror','wallmirror','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40080,4008,'Ninja Stars','jp_ninjastars','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40090,4009,'Habbowood Mirror','habw_mirror','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40100,4010,'The Wheel of Fortune','habbowheel','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'colorwheel',10,'0','','',0,0,''),(40110,4011,'Skull Guitar','guitar_skull','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40120,4012,'V Guitar','guitar_v','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40130,4013,'Life Buoy','hrella_poster_2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40140,4014,'Porthole','hrella_poster_1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40150,4015,'Xmas light','xmas_light','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40160,4016,'Anchor','hrella_poster_3','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40170,4017,'Swords','sw_swords','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40180,4018,'sw_stone','sw_stone','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40190,4019,'Spiderwick Hole on Wall','sw_hole','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40200,4020,'Ancestral Scimitars','arabian_swords','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40210,4021,'Kakejiku Hokusai','jp_sheet3','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40220,4022,'Window Frame','arabian_wndw','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40230,4023,'Bubble Juice Logo','md_logo_wall','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40240,4024,'Kakejiku Ziritsu','jp_sheet1','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40250,4025,'Bubble Juice Can','md_can','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40260,4026,'Kakejiku Ninjya','jp_sheet2','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40270,4027,'Mood Light','roomdimmer','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'dimmer',1,'0','','',0,0,''),(40280,4028,'Tiki Surfboard','tiki_surfboard','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',9,'0','','',0,0,''),(40290,4029,'tampax_wall','tampax_wall','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40300,4030,'Tiki Wallplant','tiki_wallplnt','i',0,0,1.00,0,1,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(40310,4031,'Single Window','window_single_default','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40320,4032,'Double Window','window_double_default','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40330,4033,'Window','noob_window_double','i',0,0,1.00,1,1,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(40340,4034,'Chinese Window Large','window_chinese_wide','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40350,4035,'Golden Window','window_golden','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40360,4036,'Square Glass Window','window_square','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40370,4037,'Romantic Window Small','window_romantic_narrow','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40380,4038,'Chinese Window Small','window_chinese_narrow','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40390,4039,'70s Window Large','window_70s_wide','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40400,4040,'70s Window Small','window_70s_narrow','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40410,4041,'Romantic Window Large','window_romantic_wide','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40420,4042,'Basic Window','window_basic','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40430,4043,'ads_sunnyd','ads_sunnyd','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40440,4044,'Grunge Window','window_grunge','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40450,4045,'Bay Window','window_triple','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40460,4046,'Diner Window Small','window_diner2','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40470,4047,'ads_dave_wall','ads_dave_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40480,4048,'Diner Wall Table','diner_walltable','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40490,4049,'Large Window','window_diner','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40500,4050,'Nokia','ads_nokia_logo','i',0,0,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(40510,4051,'easy_poster','easy_poster','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40520,4052,'Window','window_hole','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40530,4053,'ads_nokia_phone name','ads_nokia_phone','i',0,0,1.00,1,0,0,1,1,1,0,1,1,'default',2,'0','','',0,0,''),(40540,4054,'Skyscraper Window','window_skyscraper','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40560,4056,'Bullet Hole','det_bhole','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(40570,4057,'netari_poster','netari_poster','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40580,4058,'ads_campguitar','ads_campguitar','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40590,4059,'Nuclear poster','hween08_rad','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40600,4060,'X-Ray light','hw_08_xray','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(40610,4061,'Window with Blood - Small','hween08_wndwb','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40620,4062,'Window with Blood - Big','hween08_wndw','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40630,4063,'Biohazard poster','hween08_bio','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40640,4064,'X-Ray light','hw08_xray','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(40650,4065,'Gothic fountain','gothicfountain2','i',0,0,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(40660,4066,'LED Wall Poster','party_led','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(40670,4067,'TBD Central Musical TV','ads_cmusic','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40680,4068,'Girls'' Bathrooom Sign','party_wc_girl','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40690,4069,'Neon Left Arrow','party_neon1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(40700,4070,'Guys'' Bathrooom Sign','party_wc_boy','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40710,4071,'Bar Shelf','party_shelf','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(40720,4072,'Neon Skull Light','party_neon4','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(40730,4073,'Neon Right Arrow','party_neon2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(40740,4074,'Heart Light','party_neon5','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(40750,4075,'Flamingo Light','party_neon3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40760,4076,'Icy Wall','xmas08_icewall','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(40770,4077,'Snowy Poster','xmas08_wallpaper','i',0,0,1.00,1,0,0,0,1,0,0,0,1,'roomeffect',6,'0','','',0,0,''),(40780,4078,'ads_clwall2','ads_clwall2','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40790,4079,'ads_clwall3','ads_clwall3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40800,4080,'xmas_icewall name','xmas_icewall','i',1,1,1.00,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(40810,4081,'ads_ob_wall','ads_ob_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40820,4082,'ChildLine TV','ads_clwall1','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40830,4083,'Habbo Mall Window','ads_mall_window','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40840,4084,'Ox Poster','china_pstr1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40850,4085,'Dragon Poster','china_pstr2','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40860,4086,'Wall Lamp','china_light','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40870,4087,'Window','bolly_wdw_wd','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(40880,4088,'American Idol Poster','ads_idol_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(40890,4089,'Evil Bone','ads_igorevilb','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40900,4090,'Monster Blueprint','ads_igor_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40910,4091,'Habbo Mall Petshop Window','ads_mall_winpet','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40920,4092,'Habbo Mall Furni Window','ads_mall_winfur','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40930,4093,'American Idol Flat Screen','ads_idol_tv','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40940,4094,'Wooden window','lc_window1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40950,4095,'Rock Wall','lc_wall1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40960,4096,'Aquarium window','lc_window2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40970,4097,'Coral Wall','lc_wall2','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(40980,4098,'Habbo Mall Cinema Window','ads_mall_wincin','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(40990,4099,'Makeup Mirror','ads_idol_mirror','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(41000,4100,'Habbo Mall Window Beauty','ads_mall_winbea','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(41010,4101,'Habbo Mall Music Window','ads_mall_winmus','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(41020,4102,'Eco Curtain 2','eco_curtains2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41030,4103,'ads_mall_winchi','ads_mall_winchi','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41040,4104,'Eco Curtain 3','eco_curtains3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41050,4105,'Eco Curtain 1','eco_curtains1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41060,4106,'ads_mall_winspo','ads_mall_winspo','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41070,4107,'Waterfall','exe_wfall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(41080,4108,'American Idol Neon Sign','ads_idol_logo','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(41090,4109,'Habbo Mall Ice Cream Window','ads_mall_winice','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41100,4110,'World Map','exe_map','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41110,4111,'ads_puffet_tv name','ads_puffet_tv','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(41120,4112,'ads_reebok_tv name','ads_reebok_tv','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41130,4113,'ads_malaco_tv name','ads_malaco_tv','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41140,4114,'Forest Wall','country_forestwall','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(41150,4115,'ads_lin_wh_c name','ads_lin_wh_c','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'colorwheel',10,'0','','',0,0,''),(41160,4116,'Country Lantern','country_lantern','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(41170,4117,'Country Fireplace','country_fp','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(41180,4118,'Country wall','country_wall','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(41190,4119,'flag_norway','flag_norway','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41200,4120,'Le Diner','diner_poster','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(41210,4121,'Jungle Wall','lt_jngl_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(41220,4122,'Dress Up Mirror','ads_mirror','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(41230,4123,'Lost Tribe Stone Wall','lt_wall','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(42200,4220,'Heart stickies','post_it_vd','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'postit',2,'0','','',0,0,''),(42210,4221,'Pad of Stickies','post_it','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'postit',2,'0','','',0,0,''),(42220,4222,'ads_veet name','ads_veet','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(42230,4223,'Spaceship Corner Wall','sf_wall3','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42240,4224,'Spaceship Window','sf_window','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42250,4225,'ads_mall_wintra','ads_mall_wintra','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42260,4226,'WWE','ads_wwe_poster','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(42270,4227,'sf_wall','sf_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42280,4228,'Spaceship Wall','sf_wall2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(42290,4229,'flag_belgium','flag_belgium','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42300,4230,'ads_mall_wingar','ads_mall_wingar','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42310,4231,'flag_portugal','flag_portugal','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42320,4232,'Relaxation Wall','rela_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(42330,4233,'Magnetic Knife Holder','ktchn_knives','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(42340,4234,'Kitchen Oven','ktchn_oven','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42350,4235,'Kitchen Wall','ktchn_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42360,4236,'ads_mall_winclo','ads_mall_winclo','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42370,4237,'Large Mood Switch','dimmer_swtch','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'dimmer',1,'0','','',0,0,''),(42380,4238,'Small Mood Switch','dimmer_buttn','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'dimmer',1,'0','','',0,0,''),(42390,4239,'Small Mood Controller','dimmer_fuse2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'dimmer',1,'0','','',0,0,''),(42400,4240,'Large Mood Controller','dimmer_fuse6','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'dimmer',1,'0','','',0,0,''),(42410,4241,'ads_mtv_bigtv name','ads_mtv_bigtv','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42420,4242,'ads_mtv_tv name','ads_mtv_tv','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42430,4243,'ads_idol_l_logo name','ads_idol_l_logo','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(42440,4244,'Urban Wall','urban_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(42450,4245,'Latin American Idol TV','ads_idol_l_tv','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42460,4246,'flag_peru','flag_peru','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42470,4247,'Creaky Corner','hween09_crnr1','i',0,0,1.00,1,0,0,0,1,0,0,0,1,'default',4,'0','','',0,0,''),(42480,4248,'flag_tunisia','flag_tunisia','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42490,4249,'flag_singapore','flag_singapore','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42500,4250,'flag_mexico','flag_mexico','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42510,4251,'flag_philippines','flag_philippines','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42520,4252,'flag_malaysia','flag_malaysia','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42530,4253,'flag_greece','flag_greece','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42540,4254,'flag_venezl','flag_venezl','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42550,4255,'flag_turkey','flag_turkey','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42560,4256,'flag_chile','flag_chile','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42570,4257,'Creaky Wall','hween09_wall1','i',0,0,1.00,1,0,0,1,1,0,0,0,1,'default',4,'0','','',0,0,''),(42580,4258,'flag_columbia','flag_columbia','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42590,4259,'Old Stone Wall','hween09_stonewall','i',0,0,1.00,1,0,0,0,1,0,0,0,1,'default',5,'0','','',0,0,''),(42600,4260,'flag_newzealand','flag_newzealand','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42610,4261,'flag_argentina','flag_argentina','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42620,4262,'flag_panama','flag_panama','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42630,4263,'Haunted Painting','hween09_paint','i',0,0,1.00,1,0,0,1,1,0,0,0,1,'default',2,'0','','',0,0,''),(42640,4264,'flag_morocco','flag_morocco','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42650,4265,'flag_dominicanrepublic','flag_dominicanrepublic','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42660,4266,'Floating Curtain','hween09_curt','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42670,4267,'Loading screen memorial','byesw_loadscreen','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(42680,4268,'flag_ecuador','flag_ecuador','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42690,4269,'Haunted Forest','hween09_treewall','i',0,0,1.00,0,1,0,0,1,0,0,0,1,'default',2,'0','','',0,0,''),(42700,4270,'flag_algeria','flag_algeria','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42710,4271,'Haunted Window','hween09_win','i',0,0,1.00,1,0,0,0,1,0,0,0,1,'default',10,'0','','',0,0,''),(42720,4272,'Painting','ads_twi_paint','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42730,4273,'Dream Catcher','ads_twi_dreamc','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42740,4274,'Barn Wall','ads_twi_bwall1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(42750,4275,'Volturi Crest','ads_twi_crest','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42760,4276,'Truck and Motorcycles','ads_twi_bwall2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42770,4277,'Window with Candles','ads_twi_windw','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42780,4278,'Green Heart Bauble','xm09_bauble_24','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42790,4279,'Pink Heart Bauble','xm09_bauble_27','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42800,4280,'Holiday Stocking','xm09_stocking','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(42810,4281,'Tall Red Striped Bauble','xm09_bauble_17','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42820,4282,'Yellow Bauble','xm09_bauble_4','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42830,4283,'Tall Blue Striped Bauble','xm09_bauble_19','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42840,4284,'Red Striped Bauble','xm09_bauble_6','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42850,4285,'Green Bauble','xm09_bauble_3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42860,4286,'Yellow Heart Bauble','xm09_bauble_25','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42870,4287,'Arabian Wall','arabian_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42880,4288,'White Bauble','xm09_bauble_5','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42890,4289,'Tall Red Bauble','xm09_bauble_11','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42900,4290,'Tall Yellow Bauble','xm09_bauble_14','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42910,4291,'Blue Striped Bauble','xm09_bauble_7','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42920,4292,'Blue Heart Bauble','xm09_bauble_23','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42930,4293,'White Striped Bauble','xm09_bauble_10','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42940,4294,'Yellow Striped Bauble','xm09_bauble_9','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42950,4295,'Green Striped Bauble','xm09_bauble_8','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42960,4296,'Tall Yellow Striped Bauble','xm09_bauble_20','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42970,4297,'Blue Bauble','xm09_bauble_2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42980,4298,'White Dot Bauble','xm09_bauble_18','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(42990,4299,'Tall Green Bauble','xm09_bauble_13','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43000,4300,'Red Bauble','xm09_bauble_1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43010,4301,'Tall White Bauble','xm09_bauble_15','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43020,4302,'Red Heart Bauble','xm09_bauble_22','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43030,4303,'Purple Green Bauble','xm09_bauble_16','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43040,4304,'Tall Blue Bauble','xm09_bauble_12','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43050,4305,'Green White Bauble','xm09_bauble_21','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43060,4306,'White Heart Bauble','xm09_bauble_26','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43070,4307,'Xmas Tree Wall','xm09_firwall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43080,4308,'Snow Forest Wall','xm09_forestwall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43090,4309,'Flatscreen TV','xm09_infotv','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43100,4310,'Party Lights','party_lights','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(43110,4311,'Lodge Wall','xm09_lodgewall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(43120,4312,'Christmas Fireplace','xm09_frplc','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',9,'0','','',0,0,''),(43130,4313,'2010 Poster','year2010','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(43140,4314,'Tiger Poster','china_pstr3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43150,4315,'ads_tv_jaapuisto name','ads_tv_jaapuisto','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43160,4316,'Embroidered Wall','val09_wall2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(43170,4317,'Designer Wardrobe','val09_wdrobe_g','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43180,4318,'Sound-proofed Wall','val09_wall1','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(43190,4319,'Marble Sink','bling_sink','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43200,4320,'Designer Wardrobe','val09_wdrobe_b','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43210,4321,'Bathroom Cabinet','bling_cabinet','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(43220,4322,'ads_percyw name','ads_percyw','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43230,4323,'Boost Surf Sho Surfboard','ads_boost_surfb','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(43240,4324,'Teen Life Check Wheel','ads_tlc_wheel','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'colorwheel',10,'0','','',0,0,''),(43250,4325,'Green Bean Vines','garden_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(43260,4326,'ads_tv_yle name','ads_tv_yle','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43270,4327,'Salon Shelf','runway_shelf','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(43280,4328,'La Trobe Uni Pennant','ads_latrobe_flag','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43290,4329,'HC Wall Art','hc3_walldeco','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',10,'0','','',0,0,''),(43300,4330,'ads_nokia_x6 name','ads_nokia_x6','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43310,4331,'Runway Fabric','runway_fabric','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(43320,4332,'Twilight at Target Item','ads_target_wall','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43330,4333,'ads_super_pop name','ads_super_pop','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43340,4334,'ads_tv_chocapic_02 name','ads_tv_chocapic_02','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43350,4335,'ads_tv_chocapic_01 name','ads_tv_chocapic_01','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43360,4336,'Shark Jaws','bw_jaws','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43370,4337,'ads_grefusa_surfb name','ads_grefusa_surfb','i',0,0,0.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43380,4338,'Cabinet','ktchn10_cabnt','i',0,0,0.00,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(43390,4339,'Hospital X-Ray','hosptl_xray','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(43400,4340,'Fog Wall','hween10_fogwall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43410,4341,'Arena Lights 1','bb_painimies1','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(43420,4342,'Arena Lights 2','bb_painimies2','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(43430,4343,'MTV Big TV','ads_mtv_bigtv2','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43440,4344,'MTV TV','ads_mtv_tv2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43450,4345,'hween10_card_3 name','hween10_card_3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43460,4346,'Moon Tarot Card','hween10_card_1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43470,4347,'Wheel of Fortune Tarot','hween10_card_4','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43480,4348,'hween10_card_6 name','hween10_card_6','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43490,4349,'hween10_wallskull name','hween10_wallskull','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43500,4350,'Death Tarot Card','hween10_card_2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43510,4351,'hween10_card_5 name','hween10_card_5','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43520,4352,'Nokia Lights 2','ads_nokiax3_wall2','i',0,0,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(43530,4353,'Nokia Lights 3','ads_nokiax3_wall3','i',0,0,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(43540,4354,'Nokia Lights','ads_nokiax3_wall1','i',0,0,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(43550,4355,'Nokia X3','ads_nokiax3_phn','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43560,4356,'Security Sensor','exe_sensor','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43570,4357,'Blue Calendar','qt_calendar2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43580,4358,'ads_r7logo name','ads_r7logo','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43590,4359,'qt_calendar0 name','qt_calendar0','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43600,4360,'Santa Calendar','qt_calendar1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43610,4361,'Icy Bauble 2','qt_xm10_bauble2','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(43620,4362,'Skyscraper 1','es_build1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43630,4363,'Skyscraper 4','es_build4','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43640,4364,'Skyscraper 2','es_build2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43650,4365,'Icy Bauble 1','qt_xm10_bauble1','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43660,4366,'Skyscraper 3','es_build3','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43670,4367,'Shop Window','es_window','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(43680,4368,'Icy Bauble 3','qt_xm10_bauble3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43690,4369,'Ice Star','qt_xm10_icestar','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43700,4370,'City Building 1','es_big1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43710,4371,'City Building 3','es_big3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43720,4372,'City Building 2','es_big2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43730,4373,'Countdown Building','year2011','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43740,4374,'Tiger Wall Cover','bling11_wall1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(43750,4375,'Panther Wall Cover','bling11_wall4','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43760,4376,'Zebra Wall Cover','bling11_wall2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43770,4377,'Leopard Wall Cover','bling11_wall3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43780,4378,'Heart Lights','qt_val11_heartlights','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43790,4379,'Vegas Buildings','bling11_big1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43800,4380,'Gothic Stained Glass','gothic_st_glass','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43810,4381,'ads_bigtv_missmix name','ads_bigtv_missmix','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43820,4382,'Theater Hall Lights','cine_light2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(43830,4383,'Theater Lights','cine_light1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(43840,4384,'Blue Arrow','cubie_decal_3_b','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(43850,4385,'Purple Decklight','cubie_decklight_p','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43860,4386,'Blue Circle Art','cubie_decal_1_b','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43870,4387,'Blue Mod Poster','cubie_decal_2_b','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43880,4388,'Purple Arrow','cubie_decal_3_p','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(43890,4389,'Blue Wallshelf','cubie_wallshelf_b','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(43900,4390,'Purple Circle Art','cubie_decal_1_p','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43910,4391,'Black Arrow','cubie_decal_3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(43920,4392,'Purple Wall Shelf','cubie_wallshelf_p','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',7,'0','','',0,0,''),(43930,4393,'Purple Mod Poster','cubie_decal_2_p','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43940,4394,'Blue Decklight','cubie_decklight_b','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43950,4395,'Crazed Rorshach Inkblot','cubie_decal_0','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43960,4396,'Wall Shelf','waasa_wall_shelf2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43970,4397,'Book Shelf','waasa_wall_shelf1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43980,4398,'Mushroom Walls','easter11_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(43990,4399,'ads_suunvuorow name','ads_suunvuorow','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44000,4400,'ads_volkswagen_poster name','ads_volkswagen_poster','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44010,4401,'picture_car name','picture_car','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44020,4402,'Kung Fu Panda 2','ads_kfp2_tv','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44030,4403,'ads_kfp2_wall name','ads_kfp2_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44040,4404,'Dungeon Wall','dng_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44050,4405,'ads_cchups_screen name','ads_cchups_screen','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44060,4406,'Graffiti 1','sb_tag1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44070,4407,'Concrete Wall','sb_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44080,4408,'Graffiti 2','sb_tag2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44090,4409,'Graffiti 3','sb_tag3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44100,4410,'ads_durex_screen name','ads_durex_screen','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44110,4411,'ads_mtv_wall name','ads_mtv_wall','i',0,0,1.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44120,4412,'Sunset Wall','summer_sunset_wall','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44130,4413,'White+Blue USVA Wallrug','usva5_wallrug','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44140,4414,'Green USVA Wallrug','usva3_wallrug','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44150,4415,'White+Pink USVA Wallrug','usva_wallrug','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44160,4416,'Red USVA Wallrug','usva4_wallrug','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44170,4417,'Black+Yellow USVA Wallrug','usva2_wallrug','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(44180,4418,'Chalkboard','school_chalkboard','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(44190,4419,'Urinal','school_urinal','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44200,4420,'School Wall','school_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44210,4421,'School Charts','school_charts','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44220,4422,'Toilet Wall','school_toilet_wall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(44230,4423,'Light Wall','boutique_lampwall','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44240,4424,'Shoe Rack','boutique_shrack2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44250,4425,'Shoe Rack','boutique_shrack1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44260,4426,'Speakers','boutique_speakers','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44270,4427,'Hot from the streets of New York. Two states.','boutique_clrack2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44280,4428,'Hot from the catwalks of Milan. Two states.','boutique_clrack1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44290,4429,'ads_flag_un','ads_flag_un','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44300,4430,'Pitchfork','horse_pitchfork_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44310,4431,'Traditional Stable Wall','horse_stable_wall','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(44320,4432,'White Stable Wall','horse_stable_wall_w','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',5,'0','','',0,0,''),(44330,4433,'Horse Shoe','horse_shoe_wall','i',0,0,9.99,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44340,4434,'Wicked Window','hween11_window','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44350,4435,'Crocodile Head','xmas11_hd4','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44360,4436,'Cabin Wall','xmas11_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44370,4437,'Arctic Bear Head','xmas11_hd2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44380,4438,'Ghost Pet Head','xmas11_hd5','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44390,4439,'Wild Boar Head','xmas11_hd3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44400,4440,'Moose Head','xmas11_hd1','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44410,4441,'Deer Head','xmas11_hd6','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44420,4442,'Alvin 3 Surfboard','ads_alvinsurf','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44430,4443,'Cuckoo''s Clock','xmas11_cuckoo','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44440,4444,'ads_m6_wall name','ads_m6_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44450,4445,'2012 Countdown Sign','year2012','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44460,4446,'Mountain Landscape','snowb_mountain_wall','i',0,0,1.00,1,0,0,0,0,0,0,0,1,'default',2,'0','','',0,0,''),(44470,4447,'The Danish Flag','flag_denmark','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44480,4448,'China Town','urban_wall_china','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44490,4449,'ads_antena3_wall name','ads_antena3_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44500,4450,'xm11_stocking name','xm11_stocking','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44510,4451,'for testing purposes','wallchair','i',0,0,1.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44520,4452,'Window','jp_window','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(44530,4453,'jp_wall name','jp_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(44540,4454,'Stone Wall','stone_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44550,4455,'Shed Wall','gardenshed_wall','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44560,4456,'Vanilla Waterfall','js_exe_wfall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44570,4457,'Sports led screen','football12_es','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44580,4458,'Sports led screen','football12_it','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44590,4459,'Sports led screen','football12_de','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44600,4460,'Sports led screen','football12_pt','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44610,4461,'Savannah landscape','anc_savanna_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44620,4462,'Jungle landscape','anc_sunset_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44630,4463,'London Skyline','lon_skyline','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44640,4464,'hween12_dartboard name','hween12_dartboard','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44650,4465,'Stage Backdrop','hs_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',11,'0','','',0,0,''),(44660,4466,'Stars Wall Lamp','hs_wlight','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44670,4467,'Applause Sign','hs_applause','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44680,4468,'Castle Wall','xmas12_wall_in','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44690,4469,'Castle Window','xmas12_window','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44700,4470,'Castle Wall','xmas12_wall_out','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44710,4471,'Castle Door','xmas12_door','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44720,4472,'Torch','xmas12_torch','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44750,4475,'2013 Countdown Sign','year2013','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44760,4476,'Mayan Wall','ny2013_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(44770,4477,'china_pstr4 name','china_pstr4','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44780,4478,'Venetian Wall','val13_wall_2','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(44790,4479,'Venetian Wall','val13_wall_3','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(44800,4480,'Venetian Wall','val13_wall_1','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(44810,4481,'Red Clock','pixel_clock_red','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(44820,4482,'Base Wall Decoration','pixel_walldeco','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(44830,4483,'Pink Clock','pixel_clock_pink','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(44840,4484,'pixel_mirror name','pixel_mirror','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(44850,4485,'Black Clock','pixel_clock_black','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(44860,4486,'Green Clock','pixel_clock_green','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(44870,4487,'Blue Clock','pixel_clock_blue','i',0,0,1.00,1,0,0,1,1,1,0,0,1,'default',0,'0','','',0,0,''),(44880,4488,'Green Base Wall','pixel_wall_green','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44890,4489,'Red Base Wall','pixel_wall_red','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44900,4490,'Pink Base Painting','pixel_painting_pink','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44910,4491,'Green Base Painting','pixel_painting_green','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44920,4492,'Pink Base Wall','pixel_wall_pink','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44930,4493,'Black Base Painting','pixel_painting_black','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44940,4494,'Blue Base Painting','pixel_painting_blue','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44950,4495,'Red Base Painting','pixel_painting_red','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44960,4496,'Blue Base Wall','pixel_wall_blue','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44970,4497,'Black Base Wall','pixel_wall_black','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44980,4498,'pixel_poster2 name','pixel_poster2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(44990,4499,'Steampunk Dimmer Switch','dimmer_steampunk','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'dimmer',1,'0','','',0,0,''),(45000,4500,'Steampunk Wall','steampunk_wall2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(45010,4501,'Steampunk Wall','steampunk_wall1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(45020,4502,'steampunk_window name','steampunk_window','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45030,4503,'World Map','steampunk_map','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45040,4504,'easter13_wall3 name','easter13_wall3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(45050,4505,'Egg-shaped Window','easter13_window','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45060,4506,'easter13_wall1 name','easter13_wall1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(45070,4507,'easter13_wall2 name','easter13_wall2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(45080,4508,'Bad Side Wall','mystics_bwall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45090,4509,'Good Side Wall','mystics_gwall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45100,4510,'The Austrian Flag','flag_austria','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45110,4511,'Grunge Wall','grungewall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',6,'0','','',0,0,''),(45120,4512,'School Chalkboard','school_chalkboard2','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(45130,4513,'The Ducket List','cine_pstr_6','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45140,4514,'Dark Duck Descends','cine_pstr_4','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45150,4515,'M.O.D','cine_pstr_7','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45160,4516,'Habbo Club','cine_pstr_8','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45170,4517,'Get Frank','cine_pstr_1','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45180,4518,'Avatar Editor','cine_pstr_5','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45190,4519,'Revenge of the Cheeps','cine_pstr_0','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45200,4520,'The Rabbit 2','cine_pstr_3','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45210,4521,'Bobbaro','cine_pstr_9','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45220,4522,'The Rabbit','cine_pstr_2','i',0,0,1.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45230,4523,'habbopage_wall name','habbopage_wall','i',0,0,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(45240,4524,'brnd_cscape_wall name','brnd_cscape_wall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(45250,4525,'ads_nokiax3_wallb name','ads_nokiax3_wallb','i',0,0,1.00,1,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(45260,4526,'ads_nokiax3_wall name','ads_nokiax3_wall','i',0,0,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(45270,4527,'builderwall_exp name','builderwall_exp','i',0,0,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(45280,4528,'test_habbopage_display name','test_habbopage_display','i',0,0,1.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(45290,4529,'Gnome','cine_pstr_10','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45300,4530,'HC Executive Waterfall','hc_exe_wfall','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(45310,4531,'Stories Christmas Stickies','post_it_xmas','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'postit',2,'0','','',0,0,''),(45320,4532,'2014 Countdown','year2014','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45330,4533,'Stories Dream Stickies','post_it_dreams','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'postit',2,'0','','',0,0,''),(45340,4534,'Horse Poster','china_pstr5','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45350,4535,'Heroic Acts Certificate','storieshero_poster','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45360,4536,'Valentines card','external_image_wallitem','i',0,0,0.00,1,0,0,0,1,1,0,1,1,'external_image',2,'0','','',0,0,''),(45370,4537,'val14_wall1','val14_wall1','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45380,4538,'Orange Spa Wall','val14_wall3','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45390,4539,'Blue Spa Wall','val14_wall2','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45400,4540,'Feather Quill Sticky','post_it_shakesp','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'postit',2,'0','','',0,0,''),(45410,4541,'Habbo Selfie','external_image_wallitem_photo','i',0,0,0.00,1,0,0,1,1,1,0,1,1,'external_image',2,'0','','',0,0,''),(45420,4542,'Draped Sequin Wall','runway_fabric2','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45430,4543,'Boarder''s residence window','stories_sch_glass','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45440,4544,'Lagomorph Wall','easter14_wall','i',0,0,0.00,0,1,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(45450,4545,'The Big Pixel Wave','diamond_painting6','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45453,45453,'The Big Pixel Wave','diamond_painting6','i',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(45460,4546,'A Bar at Folies-Habberge','diamond_painting4','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45463,45463,'A Bar at Folies-Habberge','diamond_painting4','i',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(45470,4547,'The Duck Pond','diamond_painting2','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45473,45473,'The Duck Pond','diamond_painting2','i',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(45480,4548,'The Captured Pirates','diamond_painting5','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45483,45483,'The Captured Pirates','diamond_painting5','i',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(45490,4549,'Duck Funk Dance','diamond_painting1','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45500,4550,'Heartbroken Habbo','diamond_painting3','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45503,45503,'Heartbroken Habbo','diamond_painting3','i',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(45510,4551,'Steelscar Banner','vikings_banner_r','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45520,4552,'Battleshade Banner','vikings_banner_g','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45530,4553,'Battleshade Wall Shield','vikings_wallshield_g','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45540,4554,'Steelscar Wall Shield','vikings_wallshield_r','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45550,4555,'Battleshade Wooden Wall','vikings_wall_g','i',0,0,0.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45560,4556,'Steelscar Wooden Wall','vikings_wall_r','i',0,0,0.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45570,4557,'Summer Lovin'' Stickies','post_it_juninas','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'',2,'0','','',0,0,''),(45580,4558,'hblooza14_wall name','hblooza14_wall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45590,4559,'wildwest_wallpaper name','wildwest_wallpaper','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45600,4560,'Skull Wall Hanging','st_wildwest_wallskull','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45610,4561,'Floppy Disk Poster','uni_floppy','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(45620,4562,'Fairy Lights','uni_fairylights','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(45630,4563,'Anime Robot Poster','uni_poster1','i',0,0,0.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45640,4564,'Beach Babe Poster','uni_pinupgirl','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45650,4565,'Hip Mounted Deer','uni_hipdeer','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',8,'0','','',0,0,''),(45660,4566,'Anime Girl Poster','uni_poster2','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45670,4567,'Professor''s Bookshelf','uni_libraryshelf','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(45680,4568,'Plain Coat Rack','uni_coatrack','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45690,4569,'Coat Rack','uni_girlcoatrack','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(45700,4570,'Beach Dude Poster','uni_pinupboy','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45710,4571,'Vinyl Poster','uni_vinyl','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(45720,4572,'Moustache Poster','uni_moustache','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(45730,4573,'Teal Bathroom Wall','bathroom_wall4','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45740,4574,'Light Grey Bathroom Wall','bathroom_wall1','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45750,4575,'Onyx Bathroom Wall','bathroom_wall3','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45760,4576,'Dark Grey Bathroom Wall','bathroom_wall2','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45770,4577,'Anatomy of a Habbo','st_uni_poster','i',0,0,0.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45780,4578,'Floral Stained Glass','hween14_stainglass','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45790,4579,'Skull Stained Glass','hween14_hcglass','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45800,4580,'Black Adobe Wall','hween14_wall','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45810,4581,'Camera Pic','external_image_wallitem_poster','i',0,0,0.00,0,0,0,0,1,1,0,0,1,'external_image',2,'0','','',0,0,''),(45820,4582,'Ping Pong','cine_pstr_11','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45830,4583,'Habbo Games','cine_pstr_18','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45840,4584,'Quacktrix','cine_pstr_16','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45850,4585,'Ding Dong','cine_pstr_12','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45860,4586,'The Guardian of Habbo','cine_pstr_19','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45870,4587,'Sing Song','cine_pstr_13','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45880,4588,'Ducknado','cine_pstr_15','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45890,4589,'Freeze!','cine_pstr_14','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45900,4590,'Barry Bobba','cine_pstr_17','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45910,4591,'st_pstr_felipe name','st_pstr_felipe','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45920,4592,'HC Window Frame','hc_arab_wndw','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45930,4593,'HC Ancestral Scimitars','hc_arab_swords','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45940,4594,'Mt. Fuji Wall Piece','val15_fujiwall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(45950,4595,'Attic Wall','attic15_wall','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(45960,4596,'Oil Painting','attic15_painting','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(45970,4597,'Camera Pic','external_image_wallitem_poster_small','i',0,0,0.00,1,0,0,1,1,1,0,1,1,'external_image',2,'0','','',0,0,''),(45980,4598,'Carnival Mask','carnival15_wallmask','i',0,0,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(45990,4599,'Neo-Habbo Cityscape','cpunk_c15_wall','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46000,4600,'Year of the Goat Poster','china_pstr6','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46010,4601,'cypunk_c15_wall name','cypunk_c15_wall','i',0,0,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46020,4602,'Sugarscape Wall','cland_c15_wall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46030,4603,'Lady with a Duck','diamond_painting9','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46040,4604,'Life rider','diamond_painting18','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46050,4605,'Pet Lion in a Pixel Storm','diamond_painting17','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46060,4606,'Nighthabbos','diamond_painting15','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46070,4607,'Birth of Dragons','diamond_painting16','i',0,0,0.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46080,4608,'Hotelier Man(ager)','diamond_painting14','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46090,4609,'Carré','diamond_painting13','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46100,4610,'Creation of Habbo','diamond_painting10','i',0,0,0.00,1,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46110,4611,'Pixel night','diamond_painting7','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46120,4612,'Soapy Girl','diamond_painting12','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46130,4613,'Dans so ducké','diamond_painting11','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46140,4614,'Frank Needs YOU.','army15_poster','i',0,0,0.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46150,4615,'Habbo Forces Sign','army_c15_insig','i',0,0,0.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46160,4616,'Global Satellite Screen','army15_largescreen','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46170,4617,'Conference Walls','army_c15_wall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46180,4618,'Jurassic Wall Piece','dino_c15_wallpiece','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',8,'0','','',0,0,''),(46190,4619,'View of the Seine','paris_c15_wall','i',0,0,0.00,0,1,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46200,4620,'Lodge Window','lodge_c15_window','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',4,'0','','',0,0,''),(46210,4621,'Log Wall','lodge_c15_wall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(46220,4622,'Dungeon Flag','drago_c15_flag','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',3,'0','','',0,0,''),(46230,4623,'Ancient Wall','anc_c15_wall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(46240,4624,'Tiki Moss Wall','tiki_c15_wall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46250,4625,'Executive Skyline','exe_c15_wall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(46260,4626,'Romantique Wall','romantique_c15_wall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46270,4627,'Bling Wall','bling_c15_wall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46280,4628,'Burning hotel','hween_c15_sky','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(46290,4629,'The future is back poster','cine_pstr_20','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46300,4630,'Kitchen Cabinet','ktchn_c15_cupboard','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(46310,4631,'Habbo Home Poster','gift_hhome','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46320,4632,'gold_c15_arc_icewall name','gold_c15_arc_icewall','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(46330,4633,'Ribbon Wreath','xmas_c15_advent9','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46340,4634,'Candy Stripe Wreath','xmas_c15_advent10','i',0,0,0.00,1,0,0,1,1,1,0,0,1,'default',2,'0','','',0,0,''),(46350,4635,'Monkey Poster','china_pstr7','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46360,4636,'Cursed Fountain','gothic_r16_fountain','i',0,0,0.00,1,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46370,4637,'Iron Frank','super_c16_pstriron','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(46380,4638,'Cat Lady','super_c16_pstrcat','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(46390,4639,'The Incredible Sulk','super_c16_pstrsulk','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(46400,4640,'Superheroes in Love','super_c16_pstrlove','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(46410,4641,'Wall Decoration','olympics_c16_walldecal','i',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(46420,4642,'xmas_c16_painting name','xmas_c16_painting','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',4,'0','','',0,0,''),(46430,4643,'Ice Cafe Window','classic5_window','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(46440,4644,'Rooster Poster','china_pstr8','i',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(46450,4645,'mall_c17_winclo','mall_c17_winclo','i',0,0,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(46460,4646,'mall_c17_winpet','mall_c17_winpet','i',0,0,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(46470,4647,'mall_c17_winspo','mall_c17_winspo','i',0,0,0.00,0,0,0,0,1,1,0,0,1,'default',1,'0','','',0,0,''),(46480,4648,'easter_c17_countrybg','easter_c17_countrybg','i',0,0,0.00,0,0,0,0,1,1,0,0,1,'default',5,'0','','',0,0,''),(46490,4649,'year2018','year2018','i',0,0,0.00,0,1,1,1,1,1,0,1,0,'default',2,'0','','',0,0,''),(46500,4650,'hc17_7','hc17_7','i',0,0,0.00,1,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(46510,4651,'china_pstr9','china_pstr9','i',0,0,0.00,0,1,1,1,1,1,0,1,0,'default',1,'0','','',0,0,''),(46520,4652,'coralking_c18_seabg name','coralking_c18_seabg','i',0,0,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(46530,4653,'diamond_painting26','diamond_painting26','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46540,4654,'diamond_painting28','diamond_painting28','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46550,4655,'diamond_painting27','diamond_painting27','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46560,4656,'diamond_painting23','diamond_painting23','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46570,4657,'diamond_painting21','diamond_painting21','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46580,4658,'diamond_painting20','diamond_painting20','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46590,4659,'diamond_painting19','diamond_painting19','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46600,4660,'diamond_painting24','diamond_painting24','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46610,4661,'diamond_painting29','diamond_painting29','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46620,4662,'diamond_painting30','diamond_painting30','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46630,4663,'diamond_painting22','diamond_painting22','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46640,4664,'diamond_painting25','diamond_painting25','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46650,4665,'hween_c18_labwallpanel','hween_c18_labwallpanel','i',0,0,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(46660,4666,'xmas_c18_starrybg','xmas_c18_starrybg','i',0,0,0.00,0,0,0,0,1,1,0,0,1,'default',3,'0','','',0,0,''),(46670,4667,'year2019','year2019','i',0,0,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46680,4668,'china_pstr10','china_pstr10','i',0,0,0.00,0,0,0,0,1,1,0,0,1,'default',2,'0','','',0,0,''),(46690,4669,'easter_c19_forrestbg','easter_c19_forrestbg','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(46700,4670,'fest_c19_bgwall','fest_c19_bgwall','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',6,'0','','',0,0,''),(46710,4671,'diamond_painting37','diamond_painting37','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46720,4672,'diamond_painting33','diamond_painting33','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46730,4673,'diamond_painting31','diamond_painting31','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46740,4674,'diamond_painting36','diamond_painting36','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46750,4675,'diamond_painting40','diamond_painting40','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46760,4676,'diamond_painting35','diamond_painting35','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46770,4677,'diamond_painting41','diamond_painting41','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46780,4678,'diamond_painting32','diamond_painting32','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46790,4679,'diamond_painting38','diamond_painting38','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46800,4680,'diamond_painting34','diamond_painting34','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46810,4681,'celestial_c19_wall','celestial_c19_wall','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46820,4682,'celestial_c19_constellations','celestial_c19_constellations','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',6,'0','','',0,0,''),(46830,4683,'hween_c19_mistywoodsbg','hween_c19_mistywoodsbg','i',0,0,0.00,0,0,0,0,1,1,0,1,1,'default',3,'0','','',0,0,''),(46840,4684,'china_pstr11','china_pstr11','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46850,4685,'year2020','year2020','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46860,4686,'art_c20_wall','art_c20_wall','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46870,4687,'art_c20_window','art_c20_window','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46880,4688,'india_c20_sunsetbg','india_c20_sunsetbg','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46890,4689,'diamond_painting52','diamond_painting52','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46900,4690,'diamond_painting42','diamond_painting42','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46910,4691,'diamond_painting46','diamond_painting46','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46920,4692,'diamond_painting51','diamond_painting51','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46930,4693,'diamond_painting44','diamond_painting44','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46940,4694,'diamond_painting45','diamond_painting45','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(46950,4695,'diamond_painting43','diamond_painting43','i',1,1,0.00,0,0,0,0,1,1,0,1,1,'default',2,'0','','',0,0,''),(50000,50000,'a0 pet0','a0 pet0','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(50001,50001,'a0 pet1','a0 pet1','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(50002,50002,'a0 pet2','a0 pet2','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(50003,50003,'a0 pet3','a0 pet3','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(50004,50004,'a0 pet4','a0 pet4','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(50005,50005,'a0 pet5','a0 pet5','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'default',0,'0','','',0,0,''),(50006,50006,'a0 pet6','a0 pet6','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet6',0,'0','','',0,0,''),(50007,50007,'a0 pet7','a0 pet7','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet7',0,'0','','',0,0,''),(50008,50008,'a0 pet8','a0 pet8','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet8',0,'0','','',0,0,''),(50009,50009,'a0 pet9','a0 pet9','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet9',0,'0','','',0,0,''),(50010,50010,'a0 pet10','a0 pet10','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet10',0,'0','','',0,0,''),(50011,50011,'a0 pet11','a0 pet11','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet11',0,'0','','',0,0,''),(50012,50012,'a0 pet12','a0 pet12','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet12',0,'0','','',0,0,''),(50014,50014,'a0 pet14','a0 pet14','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet14',0,'0','','',0,0,''),(50015,50015,'a0 pet15','a0 pet15','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet15',0,'0','','',0,0,''),(50017,50017,'a0 pet17','a0 pet17','s',0,0,0.00,1,0,0,0,1,1,0,0,1,'pet17',1,'0','','',0,0,''),(50018,50018,'a0 pet18','a0 pet18','s',0,0,0.00,1,0,0,0,1,1,0,0,1,'pet18',1,'0','','',0,0,''),(50019,50019,'a0 pet19','a0 pet19','s',0,0,0.00,1,0,0,0,1,1,0,0,1,'pet19',1,'0','','',0,0,''),(50020,50020,'a0 pet20','a0 pet20','s',0,0,0.00,1,0,0,0,1,1,0,0,1,'pet20',1,'0','','',0,0,''),(50021,50021,'a0 pet21','a0 pet21','s',0,0,0.00,1,0,0,0,1,1,0,0,1,'pet21',1,'0','','',0,0,''),(50022,50022,'a0 pet22','a0 pet22','s',0,0,0.00,1,0,0,0,1,1,0,0,1,'pet22',1,'0','','',0,0,''),(50023,50023,'a0 pet23','a0 pet23','s',0,0,0.00,1,0,0,0,1,1,0,0,1,'pet23',1,'0','','',0,0,''),(50024,50024,'a0 pet24','a0 pet24','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet24',0,'0','','',0,0,''),(50025,50025,'a0 pet25','a0 pet25','s',0,0,0.00,1,0,0,0,1,1,0,0,1,'pet25',1,'0','','',0,0,''),(50028,50028,'a0 pet28','a0 pet28','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet28',0,'0','','',0,0,''),(50029,50029,'a0 pet29','a0 pet29','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet29',0,'0','','',0,0,''),(50030,50030,'a0 pet30','a0 pet30','s',0,0,1.00,1,0,0,0,1,1,0,0,1,'pet31',0,'0','','',0,0,''),(50031,50031,'a0 pet31','a0 pet31','s',0,0,0.00,0,0,0,0,1,1,0,0,1,'pet31',1,'0','','',0,0,''),(50032,50032,'a0 pet32','a0 pet32','s',0,0,0.00,0,0,0,0,1,1,0,0,1,'pet37',1,'0','','',0,0,''),(50035,50035,'a0 pet35','a0 pet35','s',0,0,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(50500,0,'Football_PT','Football_PT','b',1,1,0.00,1,0,0,0,1,1,0,1,0,'default',1,'0','0','',0,0,''),(50501,0,'Football_IT','Football_IT','b',1,1,0.00,1,0,0,0,1,1,0,1,0,'default',1,'0','0','',0,0,''),(50502,0,'Football_DE','Football_DE','b',1,1,0.00,1,0,0,0,1,1,0,1,0,'default',1,'0','0','',0,0,''),(50503,0,'Football_PT','Football_PT','b',1,1,0.00,1,0,0,0,1,1,0,1,0,'default',1,'0','0','',0,0,''),(50504,0,'STG05','STG05','b',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(50505,0,'STG08','STG08','b',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(50506,0,'STG07','STG07','b',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(50507,0,'STG06','STG06','b',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(50508,0,'SCH17','SCH17','b',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(50509,0,'SCH16','SCH16','b',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(50510,0,'SCH15','SCH15','b',1,1,0.00,1,0,0,0,1,1,0,0,1,'default',1,'0','0','',0,0,''),(50511,0,'HTW16','HTW16','b',1,1,0.00,1,0,0,0,1,1,0,0,1,'badge',1,'0','0','',0,0,''),(50512,0,'MCH01','MCH01','b',1,1,0.00,1,0,0,0,1,1,0,0,1,'badge',1,'0','0','',0,0,''),(50513,0,'MCH02','MCH02','b',1,1,0.00,1,0,0,0,1,1,0,0,1,'badge',1,'0','0','',0,0,'');
+CREATE TABLE `items_crackable` (
+ `item_id` integer NOT NULL
+, `item_name` varchar(255) NOT NULL
+, `count` integer NOT NULL
+, `prizes` varchar(255) NOT NULL DEFAULT '179:1'
+, `achievement_tick` varchar(64) NOT NULL
+, `achievement_cracked` varchar(64) NOT NULL
+, `required_effect` integer NOT NULL DEFAULT 0
+, `subscription_duration` integer DEFAULT NULL
+, `subscription_type` varchar(255) DEFAULT NULL
+, PRIMARY KEY (`item_id`)
+, UNIQUE (`item_id`)
+);
+INSERT INTO `items_crackable` VALUES (4986,'easter13_egg_0',1000,'2012:12;2004:13;1934:12;1874:13;1866:12;1850:13;1842:12;1834:13','','',0,NULL,NULL),(4987,'easter13_egg_3',20000,'5009:33;5000:33;5006:33','','',0,NULL,NULL),(4988,'easter13_egg_1',5000,'3010:4;3008:4;3007:4;3004:4;3003:4;2999:4;2998:4;2997:4;2996:4;2995:4;2994:4;2993:4;2990:4;2989:4;2988:4;2987:4;2984:4;2983:4;2981:4;2979:4;2977:4;2976:4;2975:4;2973:4;2971:4;2969:4','','',0,NULL,NULL),(4989,'easter13_egg_2',10000,'208:8;209:7;210:7;215:7;228:7;235:7;3709:7;3710:7;3719:7;3727:7;4365:7;4745:7','','',0,NULL,NULL),(5099,'mystics_crystal_s',3,'5105:100','CrystalCracker','',0,NULL,NULL),(5100,'mystics_crystal_m',3,'5104:100','CrystalCracker','',0,NULL,NULL),(5102,'mystics_crystal_l',1500000,'5101:100','CrystalCracker','CrystalLegend',0,NULL,NULL),(5985,'hblooza14_pinata2',100,'5996:60;6006:30;6017:10','PinataWhacker','PinataBreaker',158,NULL,NULL),(5990,'hblooza14_pinata1',100,'5989:60;6007:30;6005:10','PinataWhacker','PinataBreaker',158,NULL,NULL),(6001,'hblooza14_pinata3',100,'6003:60;6021:30;5999:10','PinataWhacker','PinataBreaker',158,NULL,NULL),(6028,'hblooza14_pinata4',100,'5978:60;5977:30;5980:10','PinataWhacker','PinataBreaker',158,NULL,NULL),(8193,'habbo15_rare_crackable',2,'8222:7;8221:7;8220:6;8219:7;8218:6;8217:7;8216:6;8215:7;8214:6;8213:7;8212:6;8211:7;8210:6;8209:7;8208:7','','',0,NULL,NULL),(8201,'habbo15_crackable',2,'2645:10;6024:10;2063:10;2066:10;8193:10;9325:10;9326:10;9327:10;9324:10;2064:10','','',0,NULL,NULL),(8409,'hween_c15_pumpkin2',1,'8379:20;8380:20;8384:20;8390:20;8401:20','','',0,NULL,NULL),(8410,'hween_c15_pumpkin1',1,'8404:50;8370:50;8363:35;8362:35;8373:15;8365:15','','',0,NULL,NULL),(8451,'gold_rare_crackable',2,'8458:6;8457:6;8456:6;8455:6;8454:6;8453:5;8452:6;8450:6;8449:6;8448:6;8447:6;8446:5;8445:6;8444:6;8442:6;8441:6;46320:6','','',0,NULL,NULL),(8881,'easter_r16_crackable',2,'8880:25;8882:25;8884:25;8886:25','','',0,NULL,NULL),(8918,'jungle_c16_flowerd2',12,'8919:80','','AdvancedHorticulturist',192,NULL,NULL),(8919,'jungle_c16_flowerd1',12,'8919:80','','AdvancedHorticulturist',192,NULL,NULL),(8926,'jungle_c16_flowerc3',12,'8926:80','','AdvancedHorticulturist',192,NULL,NULL),(8948,'jungle_c16_flowera3',12,'8948:80','','AdvancedHorticulturist',192,NULL,NULL),(8951,'jungle_c16_flowerd3',12,'8951:80','','AdvancedHorticulturist',192,NULL,NULL),(8968,'jungle_c16_flowerc2',12,'8968:80','','AdvancedHorticulturist',192,NULL,NULL),(8975,'jungle_c16_flowera1',12,'8975:80','','AdvancedHorticulturist',192,NULL,NULL),(8977,'jungle_c16_flowerb3',12,'8977:80','','AdvancedHorticulturist',192,NULL,NULL),(8981,'jungle_c16_flowerb2',12,'8981:80','','AdvancedHorticulturist',192,NULL,NULL),(8982,'jungle_c16_flowerb1',12,'8982:80','','AdvancedHorticulturist',192,NULL,NULL),(8983,'jungle_c16_flowerc1',12,'8983:80','','AdvancedHorticulturist',192,NULL,NULL),(8987,'jungle_c16_flowera2',12,'8987:80','','AdvancedHorticulturist',192,NULL,NULL),(8993,'bonusbag16_1',1,'8361:20;8360:20;8359:20;8358:20;2065:20','','',0,NULL,NULL),(8994,'bonusbag16_2',1,'8353:20;8352:20;8351:20;8350:20;2065:20','','',0,NULL,NULL),(9134,'hhistory_r16_crackable',2,'9131:6;9132:8;9133:6;9135:7;9136:6;9137:7;9138:6;9139:7;9140:6;9141:7;9142:6;9143:7;9144:6;9145:8;9146:6','','',0,NULL,NULL),(9154,'hween_r16_crackable2',20,'9178:50;9156:50','','',0,NULL,NULL),(9164,'hween_c16_crackable1',20,'9158:50;9188:35;9191:15','','',0,NULL,NULL),(9230,'xmas_c16_stocking',1,'9254:5;9218:5;9217:5;9216:5;8499:5;8484:5;6253:5;5496:5;4330:5;4315:5;4304:5;4293:5;4291:5;4287:5;3740:5;3313:5;2064:5;215:5;214:5;212:5','','',0,NULL,NULL),(9281,'bonusbag16_3',1,'8357:20;8356:20;8355:20;8354:20;2065:20','','',0,NULL,NULL),(9324,'bc_gift_31days',2,'','','',0,31,'bc'),(9325,'hc_gift_14days',1,'','','',0,14,'hc'),(9326,'hc_gift_31days',1,'','','',0,31,'hc'),(9327,'bc_gift_14days',2,'','','',0,14,'bc'),(9408,'easter_c17_floweringbush',1,'9444:50;9431:35;9434:15','','',192,NULL,NULL),(9416,'easter_c17_egg',20,'9443:25;9426:25;9410:25;9453:25','','',0,NULL,NULL),(9425,'easter_c17_leafsprout',1,'9436:100','','AdvancedHorticulturist',192,NULL,NULL),(9433,'easter_c17_sapling',1,'9408:100','','AdvancedHorticulturist',192,NULL,NULL),(9445,'easter_c17_seeds',1,'9433:50;9425:50','','AdvancedHorticulturist',192,NULL,NULL),(9447,'easter_c17_seedbag',1,'9445:100','','',0,NULL,NULL),(9461,'bonusbag17_1',1,'9348:12;9347:13;9346:12;9345:13;9344:12;9343:13;9326:12;2065:13','','',0,NULL,NULL),(9463,'santorini_c17_artefact4',2,'9472:100','','',0,NULL,NULL),(9467,'santorini_c17_artefact3',2,'9492:100','','',0,NULL,NULL),(9475,'santorini_c17_artefact5',2,'9479:100','','',0,NULL,NULL),(9477,'santorini_r17_chest',2,'9463:20;9467:20;9475:20;9480:20;9502:20','','',0,NULL,NULL),(9480,'santorini_c17_artefact1',2,'9482:100','','',0,NULL,NULL),(9502,'santorini_c17_artefact2',2,'9470:100','','',0,NULL,NULL),(9549,'bonusbag17_2',1,'9366:12;9365:13;9364:12;9363:13;9362:12;9361:13;9326:12;2065:13','','',0,NULL,NULL),(9667,'hhistory_r17_crackable',2,'9656:6;9657:6;9658:6;9659:7;9660:6;9661:6;9662:6;9663:7;9664:6;9665:6;9666:6;9668:7;9669:6;9670:6;9671:6;9672:7','','',0,NULL,NULL),(9753,'hween_c17_flamingknight',20,'9738:20;9733:20;9739:20;9760:20;9727:10;9734:10','','',0,NULL,NULL),(9763,'bonusbag17_3',1,'9360:12;9359:13;9358:12;9357:13;9356:12;9355:13;9326:12;2065:13','','',0,NULL,NULL),(9764,'bonusbag17_4',1,'9354:12;9353:13;9352:12;9351:13;9350:12;9349:13;9326:12;2065:13','','',0,NULL,NULL),(9808,'xmas_c17_book',1,'9790:17;9793:16;9801:17;9829:17;9833:16;9842:17','','',0,NULL,NULL),(9867,'bonusbag18_3',1,'9866:12;9865:13;9864:12;9863:13;9862:12;9861:13;9326:12;2065:13','','',0,NULL,NULL),(9868,'bonusbag18_2',1,'9874:12;9873:13;9872:12;9871:13;9870:12;9869:13;9326:12;2065:13','','',0,NULL,NULL),(9875,'bonusbag18_4',1,'9882:12;9881:13;9880:12;9879:13;9878:12;9877:13;9326:12;2065:13','','',0,NULL,NULL),(9876,'bonusbag18_1',1,'9888:12;9887:13;9886:12;9885:13;9884:12;9883:13;9326:12;2065:13','','',0,NULL,NULL),(9896,'ny18_crackable',1,'9889:14;9890:14;9891:15;9892:14;9893:14;9894:14;9895:15','','',0,NULL,NULL),(9961,'easter_c18_snowdrop3',12,'9961:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(9963,'easter_c18_lupin1',12,'9963:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(9965,'easter_c18_tulip2',12,'9965:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(9966,'easter_c18_seedpackrose',1,'10022:25;9994:25;9971:25;9983:25','','',0,NULL,NULL),(9970,'easter_c18_seedpacktulip',1,'9997:25;9965:25;9972:25;10006:25','','',0,NULL,NULL),(9971,'easter_c18_rose3',12,'9971:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(9972,'easter_c18_tulip3',12,'9972:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(9976,'easter_c18_lupin3',12,'9976:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(9978,'easter_c18_lupin4',12,'9978:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(9982,'easter_c18_seedpacksnowdrop',1,'10017:25;10021:25;9961:25;9986:25','','',0,NULL,NULL),(9983,'easter_c18_rose4',12,'9983:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(9986,'easter_c18_snowdrop4',12,'9986:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(9994,'easter_c18_rose2',12,'9994:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(9997,'easter_c18_tulip1',12,'9997:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(10002,'easter_c18_lupin2',12,'10002:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(10006,'easter_c18_tulip4',12,'10006:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(10013,'easter_c18_seedpacklupin',1,'9963:25;10002:25;9976:25;9978:25','','',0,NULL,NULL),(10017,'easter_c18_snowdrop1',12,'10017:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(10021,'easter_c18_snowdrop2',12,'10021:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(10022,'easter_c18_rose1',12,'10022:80;9969:20','','AdvancedHorticulturist',192,NULL,NULL),(10070,'coralking_c18_treasurechest',2,'10062:60;10065:60;10069:60;10077:60;10080:60;10081:60;10084:60;10086:60;10089:60;10100:60;10104:60;10108:60;10110:60;10118:60;10119:60;10072:30;10099:30;10111:30;10117:30;10093:10;10113:10','','',0,NULL,NULL),(10078,'coralking_r18_goldenchest',2,'10072:70;10099:70;10111:70;10117:70;10093:30;10113:30','','',0,NULL,NULL),(10170,'tokyo_c18_gacha',2,'10132:10;10133:10;10139:10;10144:10;10152:10;10154:10;10155:10;10167:10;10168:10;10185:10','','',0,NULL,NULL),(10212,'hhistory_r18_crackable',2,'10206:6;10207:6;10208:6;10209:7;10210:6;10211:6;10213:6;10214:7;10215:6;10216:6;10217:6;10218:7;10219:6;10220:6;10221:6;10222:7','','',0,NULL,NULL),(10322,'diamond_c18_giftbox',2,'10323:45;10324:45;10321:10','','',0,NULL,NULL),(10341,'xmas_c18_doll10',2,'10349:80;10394:20','','',0,NULL,NULL),(10343,'xmas_c18_doll8',2,'10387:100','','',0,NULL,NULL),(10349,'xmas_c18_doll6',2,'10384:100','','',0,NULL,NULL),(10352,'xmas_c18_doll5',2,'10378:80;10394:20','','',0,NULL,NULL),(10370,'xmas_c18_doll3',2,'10398:100','','',0,NULL,NULL),(10371,'xmas_c18_doll2',2,'10370:100','','',0,NULL,NULL),(10378,'xmas_c18_doll1',2,'10371:100','','',0,NULL,NULL),(10384,'xmas_c18_doll7',2,'10343:100','','',0,NULL,NULL),(10387,'xmas_c18_doll9',2,'10341:100','','',0,NULL,NULL),(10398,'xmas_c18_doll4',2,'10352:100','','',0,NULL,NULL),(10414,'ny_r18_crackable',2,'10409:12;10410:13;10411:12;10412:13;10415:12;10416:13;10417:12;10418:13','','',0,NULL,NULL),(10487,'easter_c19_babyent',24,'10516:57;10495:25','','',186,NULL,NULL),(10497,'easter_c19_book1',2,'10517:45;10535:45;10522:10','','',0,NULL,NULL),(10498,'easter_c19_book3',2,'10532:45;10513:45;10494:10','','',0,NULL,NULL),(10501,'easter_c19_book2',2,'10488:45;10524:45;10504:10','','',0,NULL,NULL),(10505,'easter_c19_book4',2,'10530:45;10538:45;10523:10','','',0,NULL,NULL),(10510,'easter_c19_babyhippogriff',24,'10541:75;10537:25','','',186,NULL,NULL),(10512,'easter_c19_forrestegg',24,'10510:50;10487:35;10529:15','','',186,NULL,NULL),(10518,'easter_c19_ancientbook',1,'10497:25;10501:25;10498:25;10505:25','','',186,NULL,NULL),(10529,'easter_c19_babykelpie',24,'10484:75;10528:25','','',186,NULL,NULL),(10543,'bonusbag19_1',1,'10549:12;10548:13;10547:12;10546:13;10545:12;10544:13;9326:12;2065:13','','',0,NULL,NULL),(10572,'booster_c19_box1',1,'10568:17;10563:16;10559:17;10557:16;10555:17;10551:17','','',0,NULL,NULL),(10573,'booster_c19_box2',1,'10568:17;10563:16;10559:17;10557:16;10558:17;10551:17','','',0,NULL,NULL),(10665,'bonusbag19_2',1,'10671:12;10670:13;10669:12;10668:13;10667:12;10666:13;9326:12;2065:13','','',0,NULL,NULL),(10800,'hween_c19_witchsatchel',1,'10787:12;10791:13;10798:12;10812:13;10824:12;10825:13;10826:12;10829:13','','',0,NULL,NULL),(10833,'bonusbag19_3',1,'10839:12;10838:13;10837:12;10836:13;10835:12;10834:13;9326:12;2065:13','','',0,NULL,NULL),(10901,'xmas_c19_box3',2,'10931:50;10884:50','','',0,NULL,NULL),(10916,'xmas_c19_box2',2,'10901:50;10907:50','','',0,NULL,NULL),(10928,'xmas_c19_box6',2,'10912:100','','',0,NULL,NULL),(10931,'xmas_c19_box4',2,'10936:50;10940:50','','',0,NULL,NULL),(10936,'xmas_c19_box5',2,'10928:50;10930:50','','',0,NULL,NULL),(10943,'xmas_c19_box1',2,'10916:50;10902:50','','',0,NULL,NULL),(10951,'bonusbag19_4',1,'10950:12;10949:13;10948:12;10947:13;10946:12;10945:13;9326:12;2065:13','','',0,NULL,NULL),(10970,'ny_r19_crackable',1,'10968:13;10966:12;10967:13;10969:12;10962:13;10963:12;10964:13;10965:12','','',0,NULL,NULL),(11017,'bonusbag20_1',1,'11023:12;11022:13;11021:12;11020:13;11019:12;11018:13;9326:12;2065:13','','',0,NULL,NULL),(11030,'bonusbag20_3',1,'11036:12;11035:13;11034:12;11033:13;11033:12;11031:13;9326:12;2065:13','','',0,NULL,NULL),(11043,'bonusbag20_2',1,'11029:12;11028:13;11027:12;11026:13;11025:12;11024:13;9326:12;2065:13','','',0,NULL,NULL),(11044,'bonusbag20_4',1,'11042:12;11041:13;11040:12;11039:13;11038:12;11037:13;9326:12;2065:13','','',0,NULL,NULL),(11048,'booster_c20_box',1,'11069:15;11062:14;11076:9;11065:9;11056:8;11070:8;11059:7;11058:6;11061:6;11073:6;11054:5;11067:5;11046:2','','',0,NULL,NULL),(11081,'easter_c20_darkrock',1,'11104:31;11093:31;11105:31;11083:7','','',183,NULL,NULL),(11083,'easter_c20_darkprize4',1,'11114:100','','',186,NULL,NULL),(11093,'easter_c20_darkprize2',1,'11116:100','','',186,NULL,NULL),(11104,'easter_c20_darkprize3',1,'11138:100','','',186,NULL,NULL),(11105,'easter_c20_darkprize1',1,'11127:100','','',186,NULL,NULL),(11120,'easter_c20_lightprize3',1,'11132:100','','',186,NULL,NULL),(11124,'easter_c20_lightprize2',1,'11130:100','','',186,NULL,NULL),(11126,'easter_c20_lightrock',1,'11120:31;11124:31;11135:31;11134:7','','',183,NULL,NULL),(11134,'easter_c20_lightprize4',1,'11082:100','','',186,NULL,NULL),(11135,'easter_c20_lightprize1',1,'11089:100','','',186,NULL,NULL),(11148,'spa_c20_crackable1A',2,'11153:15;11154:10;11151:10;11155:10;11159:10;11160:10;11163:10;11165:10;11167:10;11143:5','','',0,NULL,NULL),(11166,'spa_c20_crackable2A',2,'11163:15;11147:10;11155:10;11151:10;11159:10;11162:10;11158:10;11156:10;11149:10;11142:5','','',0,NULL,NULL),(11210,'india_c20_blueprint',2,'11195:20;11190:20;11179:20;11172:20;11212:20','','',0,NULL,NULL),(5332,'mystics_crystal',14,'179:100','','',0,NULL,NULL),(8438,'habbo15_pumpkin1',3,'8404:50;8370:50;8363:35;8362:35;8373:15;8365:15','','',0,NULL,NULL),(8439,'habbo15_pumpkin2',3,'8379:20;8380:20;8384:20;8390:20;8401:20','','',0,NULL,NULL),(10626,'fest_c19_bprintcrackable',2,'10600:25;10606:25;10614:25;10636:25','','',0,NULL,NULL),(11308,'habbo20_r20_crackable',2,'11327:1;11314:2;11325:4;11315:4;11313:4;11330:6;11329:6;11320:6;11323:7;11318:7;11317:7;11328:9;11324:9;11321:9;11319:9;11322:10','','',0,NULL,NULL),(11309,'habbo20_c20_crackable',2,'11309:3;11308:1;6281:6;6292:10;8583:10;8335:10;10481:12;7843:12;8589:12;10821:12;8526:12','','',0,NULL,NULL),(5194,'hblooza_pinata1',100,'179:1','PinataWhacker','PinataBreaker',158,NULL,NULL),(5193,'hblooza_pinata2',100,'179:1','PinataWhacker','PinataBreaker',158,NULL,NULL),(9214,'xmas_c16_creature7',24,'9256:50;9246:50','','',186,NULL,NULL),(9232,'xmas_c16_egg',24,'9214:33;9238:33;9251:33','','',186,NULL,NULL),(9238,'xmas_c16_creature1',24,'9211:50;9258:50','','',186,NULL,NULL),(9251,'xmas_c16_creature4',24,'9224:50;9242:50','','',186,NULL,NULL);
+CREATE TABLE `items_highscore_data` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `item_id` integer NOT NULL
+, `user_ids` varchar(500) NOT NULL
+, `score` integer NOT NULL
+, `is_win` integer DEFAULT 0
+, `timestamp` integer NOT NULL
+);
+CREATE TABLE `items_hoppers` (
+ `item_id` integer NOT NULL
+, `base_item` integer NOT NULL
+);
+CREATE TABLE `items_presents` (
+ `item_id` integer NOT NULL
+, `base_item_reward` integer NOT NULL
+);
+CREATE TABLE `items_teleports` (
+ `teleport_one_id` integer NOT NULL
+, `teleport_two_id` integer NOT NULL
+);
+CREATE TABLE `logs_hc_payday` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `timestamp` integer DEFAULT NULL
+, `user_id` integer DEFAULT NULL
+, `hc_streak` integer DEFAULT NULL
+, `total_coins_spent` integer DEFAULT NULL
+, `reward_coins_spent` integer DEFAULT NULL
+, `reward_streak` integer DEFAULT NULL
+, `total_payout` integer DEFAULT NULL
+, `currency` varchar(255) DEFAULT NULL
+, `claimed` integer DEFAULT 0
+);
+CREATE TABLE `logs_shop_purchases` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `timestamp` integer DEFAULT NULL
+, `user_id` integer DEFAULT NULL
+, `catalog_item_id` integer DEFAULT NULL
+, `item_ids` text DEFAULT NULL
+, `catalog_name` varchar(255) DEFAULT NULL
+, `cost_credits` integer DEFAULT NULL
+, `cost_points` integer DEFAULT NULL
+, `points_type` integer DEFAULT NULL
+, `amount` integer DEFAULT NULL
+);
+CREATE TABLE `marketplace_items` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `item_id` integer NOT NULL
+, `user_id` integer NOT NULL
+, `price` integer NOT NULL
+, `timestamp` integer NOT NULL
+, `sold_timestamp` integer NOT NULL DEFAULT 0
+, `state` integer NOT NULL DEFAULT 1
+);
+CREATE TABLE `messenger_categories` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `name` varchar(25) NOT NULL
+, `user_id` integer NOT NULL
+, UNIQUE (`id`)
+);
+CREATE TABLE `messenger_friendrequests` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_to_id` integer NOT NULL DEFAULT 0
+, `user_from_id` integer NOT NULL DEFAULT 0
+, UNIQUE (`id`)
+);
+CREATE TABLE `messenger_friendships` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_one_id` integer NOT NULL DEFAULT 0
+, `user_two_id` integer NOT NULL DEFAULT 0
+, `relation` integer NOT NULL DEFAULT 0
+, `friends_since` integer NOT NULL DEFAULT 0
+, `category` integer NOT NULL DEFAULT 0
+, UNIQUE (`id`)
+);
+CREATE TABLE `messenger_offline` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL DEFAULT 0
+, `user_from_id` integer NOT NULL DEFAULT 0
+, `message` varchar(500) NOT NULL
+, `sended_on` integer NOT NULL
+);
+CREATE TABLE `namechange_log` (
+ `user_id` integer NOT NULL
+, `old_name` varchar(32) NOT NULL
+, `new_name` varchar(32) NOT NULL
+, `timestamp` integer NOT NULL
+);
+CREATE TABLE `navigator_filter` (
+ `key` varchar(11) NOT NULL
+, `field` varchar(32) NOT NULL
+, `compare` text NOT NULL
+, `database_query` varchar(1024) NOT NULL
+, PRIMARY KEY (`key`)
+);
+INSERT INTO `navigator_filter` VALUES ('owner','getOwnerName','equals_ignore_case','SELECT * FROM rooms WHERE owner_name LIKE ?'),('anything','filterAnything','contains','SELECT rooms.*, CONCAT_WS(rooms.owner_name, rooms.name, rooms.description, rooms.tags, guilds.name, guilds.description) as whole FROM rooms LEFT JOIN guilds ON rooms.guild_id = guilds.id HAVING whole LIKE ? '),('roomname','getName','contains','SELECT * FROM rooms WHERE name COLLATE UTF8_GENERAL_CI LIKE ? '),('tag','getTags','equals','SELECT * FROM rooms WHERE tags LIKE CONCAT(?, ";%") '),('group','getGuildName','contains','SELECT rooms.* FROM guilds INNER JOIN rooms ON guilds.room_id = rooms.id WHERE CONCAT(guilds.name, guilds.description) LIKE ?'),('desc','getDescription','contains','SELECT * FROM rooms WHERE description LIKE ?'),('promo','getPromotionDesc','contains','SELECT rooms.* FROM rooms INNER JOIN room_promotions ON rooms.id = room_promotions.id WHERE room_promotions.end_timestamp >= UNIX_TIMESTAMP() AND CONCAT (room_promotions.title, room_promotions.description) LIKE ?');
+CREATE TABLE `navigator_flatcats` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `min_rank` integer NOT NULL DEFAULT 0
+, `caption_save` varchar(32) NOT NULL DEFAULT 'caption_save'
+, `caption` varchar(100) NOT NULL
+, `can_trade` text NOT NULL DEFAULT '1'
+, `max_user_count` integer NOT NULL DEFAULT 100
+, `public` text NOT NULL DEFAULT '0'
+, `list_type` integer NOT NULL DEFAULT 0
+, `order_num` integer NOT NULL DEFAULT 0
+);
+INSERT INTO `navigator_flatcats` VALUES (1,1,'caption_save','${navigator.flatcategory.global.BC}','0',100,'0',0,0),(2,1,'caption_save_building','${navigator.flatcategory.global.BUILDING}','0',100,'0',0,0),(3,1,'caption_save_chat','${navigator.flatcategory.global.CHAT}','0',100,'0',0,0),(4,1,'caption_save_fansite','${navigator.flatcategory.global.FANSITE}','0',100,'0',0,0),(5,1,'caption_save_games','${navigator.flatcategory.global.GAMES}','0',100,'0',0,0),(6,1,'caption_save_help','${navigator.flatcategory.global.HELP}','0',100,'0',0,0),(7,1,'caption_save_life','${navigator.flatcategory.global.LIFE}','0',100,'0',0,0),(8,7,'caption_save_official','${navigator.flatcategory.global.OFFICIAL}','0',100,'1',0,0),(9,1,'caption_save_party','${navigator.flatcategory.global.PARTY}','0',100,'0',0,0),(10,1,'caption_save_personal','${navigator.flatcategory.global.PERSONAL}','0',100,'0',0,0),(11,1,'caption_save_reviews','${navigator.flatcategory.global.REVIEWS}','0',100,'0',0,0),(12,1,'caption_save_trading','${navigator.flatcategory.global.TRADING}','1',100,'0',0,0);
+CREATE TABLE `navigator_publiccats` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `name` varchar(32) NOT NULL DEFAULT 'Staff Picks'
+, `image` text NOT NULL DEFAULT '0'
+, `visible` text NOT NULL DEFAULT '1'
+, `order_num` integer NOT NULL DEFAULT 0
+);
+INSERT INTO `navigator_publiccats` VALUES (1,'Staff Picks','0','1',0),(2,'Official Games','0','1',0),(3,'Official Fansites','0','1',0),(4,'BAW: Builders at Work','0','1',0),(5,'Room Bundles','0','1',0),(6,'Safety','0','1',0);
+CREATE TABLE `navigator_publics` (
+ `public_cat_id` integer NOT NULL
+, `room_id` integer NOT NULL
+, `visible` text NOT NULL DEFAULT '1'
+);
+CREATE TABLE `nux_gifts` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `type` text NOT NULL DEFAULT 'item'
+, `value` varchar(32) NOT NULL
+, `image` varchar(256) NOT NULL
+);
+INSERT INTO `nux_gifts` VALUES (1,'item','rare_daffodil_rug','notifications/rare_daffodil_rug.png'),(2,'item','rare_moonrug','notifications/rare_moonrug.png'),(3,'item','sandrug','notifications/sandrug.png');
+CREATE TABLE `old_guilds_forums` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `guild_id` integer NOT NULL
+, `user_id` integer NOT NULL
+, `subject` mediumtext NOT NULL
+, `message` longtext NOT NULL
+, `state` text NOT NULL DEFAULT 'OPEN'
+, `admin_id` integer NOT NULL DEFAULT 0
+, `pinned` text NOT NULL DEFAULT '0'
+, `locked` text NOT NULL DEFAULT '0'
+, `timestamp` integer NOT NULL
+);
+CREATE TABLE `old_guilds_forums_comments` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `thread_id` integer NOT NULL
+, `user_id` integer NOT NULL
+, `timestamp` integer NOT NULL
+, `message` longtext NOT NULL
+, `state` text NOT NULL DEFAULT 'OPEN'
+, `admin_id` integer NOT NULL DEFAULT 0
+);
+CREATE TABLE `permissions` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `rank_name` varchar(25) NOT NULL
+, `badge` varchar(12) NOT NULL DEFAULT ''
+, `level` integer NOT NULL DEFAULT 1
+, `room_effect` integer NOT NULL DEFAULT 0
+, `log_commands` text NOT NULL DEFAULT '0'
+, `prefix` varchar(5) NOT NULL
+, `prefix_color` varchar(7) NOT NULL
+, `cmd_about` text NOT NULL DEFAULT '1'
+, `cmd_alert` text NOT NULL DEFAULT '0'
+, `cmd_allow_trading` text NOT NULL DEFAULT '0'
+, `cmd_badge` text NOT NULL DEFAULT '0'
+, `cmd_ban` text NOT NULL DEFAULT '0'
+, `cmd_blockalert` text NOT NULL DEFAULT '0'
+, `cmd_bots` text NOT NULL DEFAULT '1'
+, `cmd_bundle` text NOT NULL DEFAULT '0'
+, `cmd_calendar` text NOT NULL DEFAULT '0'
+, `cmd_changename` text NOT NULL DEFAULT '0'
+, `cmd_chatcolor` text NOT NULL DEFAULT '0'
+, `cmd_commands` text NOT NULL DEFAULT '1'
+, `cmd_connect_camera` text NOT NULL DEFAULT '0'
+, `cmd_control` text NOT NULL DEFAULT '0'
+, `cmd_coords` text NOT NULL DEFAULT '2'
+, `cmd_credits` text NOT NULL DEFAULT '0'
+, `cmd_subscription` text DEFAULT '0'
+, `cmd_danceall` text NOT NULL DEFAULT '0'
+, `cmd_diagonal` text NOT NULL DEFAULT '1'
+, `cmd_disconnect` text NOT NULL DEFAULT '0'
+, `cmd_duckets` text NOT NULL DEFAULT '0'
+, `cmd_ejectall` text NOT NULL DEFAULT '2'
+, `cmd_empty` text NOT NULL DEFAULT '1'
+, `cmd_empty_bots` text NOT NULL DEFAULT '1'
+, `cmd_empty_pets` text NOT NULL DEFAULT '1'
+, `cmd_enable` text NOT NULL DEFAULT '1'
+, `cmd_event` text NOT NULL DEFAULT '0'
+, `cmd_faceless` text NOT NULL DEFAULT '0'
+, `cmd_fastwalk` text NOT NULL DEFAULT '0'
+, `cmd_filterword` text NOT NULL DEFAULT '0'
+, `cmd_freeze` text NOT NULL DEFAULT '0'
+, `cmd_freeze_bots` text NOT NULL DEFAULT '1'
+, `cmd_gift` text NOT NULL DEFAULT '0'
+, `cmd_give_rank` text NOT NULL DEFAULT '0'
+, `cmd_ha` text NOT NULL DEFAULT '0'
+, `acc_can_stalk` text NOT NULL DEFAULT '0'
+, `cmd_hal` text NOT NULL DEFAULT '0'
+, `cmd_invisible` text NOT NULL DEFAULT '0'
+, `cmd_ip_ban` text NOT NULL DEFAULT '0'
+, `cmd_machine_ban` text NOT NULL DEFAULT '0'
+, `cmd_hand_item` text NOT NULL DEFAULT '1'
+, `cmd_happyhour` text NOT NULL DEFAULT '0'
+, `cmd_hidewired` text NOT NULL DEFAULT '2'
+, `cmd_kickall` text NOT NULL DEFAULT '2'
+, `cmd_softkick` text NOT NULL DEFAULT '0'
+, `cmd_massbadge` text NOT NULL DEFAULT '0'
+, `cmd_roombadge` text NOT NULL DEFAULT '0'
+, `cmd_masscredits` text NOT NULL DEFAULT '0'
+, `cmd_massduckets` text NOT NULL DEFAULT '0'
+, `cmd_massgift` text NOT NULL DEFAULT '0'
+, `cmd_masspoints` text NOT NULL DEFAULT '0'
+, `cmd_moonwalk` text NOT NULL DEFAULT '0'
+, `cmd_mimic` text NOT NULL DEFAULT '0'
+, `cmd_multi` text NOT NULL DEFAULT '0'
+, `cmd_mute` text NOT NULL DEFAULT '0'
+, `cmd_pet_info` text NOT NULL DEFAULT '2'
+, `cmd_pickall` text NOT NULL DEFAULT '1'
+, `cmd_plugins` text NOT NULL DEFAULT '1'
+, `cmd_points` text NOT NULL DEFAULT '0'
+, `cmd_promote_offer` text NOT NULL DEFAULT '0'
+, `cmd_pull` text NOT NULL DEFAULT '0'
+, `cmd_push` text NOT NULL DEFAULT '0'
+, `cmd_redeem` text NOT NULL DEFAULT '0'
+, `cmd_reload_room` text NOT NULL DEFAULT '2'
+, `cmd_roomalert` text NOT NULL DEFAULT '0'
+, `cmd_roomcredits` text NOT NULL DEFAULT '0'
+, `cmd_roomeffect` text NOT NULL DEFAULT '0'
+, `cmd_roomgift` text NOT NULL DEFAULT '0'
+, `cmd_roomitem` text NOT NULL DEFAULT '0'
+, `cmd_roommute` text NOT NULL DEFAULT '0'
+, `cmd_roompixels` text NOT NULL DEFAULT '0'
+, `cmd_roompoints` text NOT NULL DEFAULT '0'
+, `cmd_say` text NOT NULL DEFAULT '0'
+, `cmd_say_all` text NOT NULL DEFAULT '0'
+, `cmd_setmax` text NOT NULL DEFAULT '0'
+, `cmd_set_poll` text NOT NULL DEFAULT '0'
+, `cmd_setpublic` text NOT NULL DEFAULT '0'
+, `cmd_setspeed` text NOT NULL DEFAULT '1'
+, `cmd_shout` text NOT NULL DEFAULT '0'
+, `cmd_shout_all` text NOT NULL DEFAULT '0'
+, `cmd_shutdown` text NOT NULL DEFAULT '0'
+, `cmd_sitdown` text NOT NULL DEFAULT '0'
+, `cmd_staffalert` text NOT NULL DEFAULT '0'
+, `cmd_staffonline` text NOT NULL DEFAULT '0'
+, `cmd_summon` text NOT NULL DEFAULT '0'
+, `cmd_summonrank` text NOT NULL DEFAULT '0'
+, `cmd_super_ban` text NOT NULL DEFAULT '0'
+, `cmd_stalk` text NOT NULL DEFAULT '0'
+, `cmd_superpull` text NOT NULL DEFAULT '0'
+, `cmd_take_badge` text NOT NULL DEFAULT '0'
+, `cmd_talk` text NOT NULL DEFAULT '0'
+, `cmd_teleport` text NOT NULL DEFAULT '0'
+, `cmd_trash` text NOT NULL DEFAULT '0'
+, `cmd_transform` text NOT NULL DEFAULT '0'
+, `cmd_unban` text NOT NULL DEFAULT '0'
+, `cmd_unload` text NOT NULL DEFAULT '0'
+, `cmd_unmute` text NOT NULL DEFAULT '0'
+, `cmd_update_achievements` text NOT NULL DEFAULT '0'
+, `cmd_update_bots` text NOT NULL DEFAULT '0'
+, `cmd_update_catalogue` text NOT NULL DEFAULT '0'
+, `cmd_update_config` text NOT NULL DEFAULT '0'
+, `cmd_update_guildparts` text NOT NULL DEFAULT '0'
+, `cmd_update_hotel_view` text NOT NULL DEFAULT '0'
+, `cmd_update_items` text NOT NULL DEFAULT '0'
+, `cmd_update_navigator` text NOT NULL DEFAULT '0'
+, `cmd_update_permissions` text NOT NULL DEFAULT '0'
+, `cmd_update_pet_data` text NOT NULL DEFAULT '0'
+, `cmd_update_plugins` text NOT NULL DEFAULT '0'
+, `cmd_update_polls` text NOT NULL DEFAULT '0'
+, `cmd_update_texts` text NOT NULL DEFAULT '0'
+, `cmd_update_wordfilter` text NOT NULL DEFAULT '0'
+, `cmd_userinfo` text NOT NULL DEFAULT '0'
+, `cmd_word_quiz` text NOT NULL DEFAULT '0'
+, `cmd_warp` text NOT NULL DEFAULT '0'
+, `acc_anychatcolor` text NOT NULL DEFAULT '0'
+, `acc_anyroomowner` text NOT NULL DEFAULT '0'
+, `acc_empty_others` text NOT NULL DEFAULT '0'
+, `acc_enable_others` text NOT NULL DEFAULT '0'
+, `acc_see_whispers` text NOT NULL DEFAULT '0'
+, `acc_see_tentchat` text NOT NULL DEFAULT '0'
+, `acc_superwired` text NOT NULL DEFAULT '0'
+, `acc_supporttool` text NOT NULL DEFAULT '0'
+, `acc_unkickable` text NOT NULL DEFAULT '0'
+, `acc_guildgate` text NOT NULL DEFAULT '0'
+, `acc_moverotate` text NOT NULL DEFAULT '0'
+, `acc_placefurni` text NOT NULL DEFAULT '0'
+, `acc_unlimited_bots` text NOT NULL DEFAULT '0'
+, `acc_unlimited_pets` text NOT NULL DEFAULT '0'
+, `acc_hide_ip` text NOT NULL DEFAULT '0'
+, `acc_hide_mail` text NOT NULL DEFAULT '0'
+, `acc_not_mimiced` text NOT NULL DEFAULT '0'
+, `acc_chat_no_flood` text NOT NULL DEFAULT '0'
+, `acc_staff_chat` text NOT NULL DEFAULT '0'
+, `acc_staff_pick` text NOT NULL DEFAULT '0'
+, `acc_enteranyroom` text NOT NULL DEFAULT '0'
+, `acc_fullrooms` text NOT NULL DEFAULT '0'
+, `acc_infinite_credits` text NOT NULL DEFAULT '0'
+, `acc_infinite_pixels` text NOT NULL DEFAULT '0'
+, `acc_infinite_points` text NOT NULL DEFAULT '0'
+, `acc_ambassador` text NOT NULL DEFAULT '0'
+, `acc_debug` text NOT NULL DEFAULT '0'
+, `acc_chat_no_limit` text NOT NULL DEFAULT '0'
+, `acc_chat_no_filter` text NOT NULL DEFAULT '0'
+, `acc_nomute` text NOT NULL DEFAULT '0'
+, `acc_guild_admin` text NOT NULL DEFAULT '0'
+, `acc_catalog_ids` text NOT NULL DEFAULT '0'
+, `acc_modtool_ticket_q` text NOT NULL DEFAULT '0'
+, `acc_modtool_user_logs` text NOT NULL DEFAULT '0'
+, `acc_modtool_user_alert` text NOT NULL DEFAULT '0'
+, `acc_modtool_user_kick` text NOT NULL DEFAULT '0'
+, `acc_modtool_user_ban` text NOT NULL DEFAULT '0'
+, `acc_modtool_room_info` text NOT NULL DEFAULT '0'
+, `acc_modtool_room_logs` text NOT NULL DEFAULT '0'
+, `acc_trade_anywhere` text NOT NULL DEFAULT '0'
+, `acc_update_notifications` text NOT NULL DEFAULT '0'
+, `acc_helper_use_guide_tool` text NOT NULL DEFAULT '0'
+, `acc_helper_give_guide_tours` text NOT NULL DEFAULT '0'
+, `acc_helper_judge_chat_reviews` text NOT NULL DEFAULT '0'
+, `acc_floorplan_editor` text NOT NULL DEFAULT '0'
+, `acc_camera` text NOT NULL DEFAULT '0'
+, `acc_ads_background` text NOT NULL DEFAULT '0'
+, `cmd_wordquiz` text NOT NULL DEFAULT '0'
+, `acc_room_staff_tags` text NOT NULL DEFAULT '0'
+, `acc_infinite_friends` text NOT NULL DEFAULT '0'
+, `acc_mimic_unredeemed` text NOT NULL DEFAULT '0'
+, `cmd_update_youtube_playlists` text NOT NULL DEFAULT '0'
+, `cmd_add_youtube_playlist` text NOT NULL DEFAULT '0'
+, `auto_credits_amount` integer DEFAULT 0
+, `auto_pixels_amount` integer DEFAULT 0
+, `auto_gotw_amount` integer DEFAULT 0
+, `auto_points_amount` integer DEFAULT 0
+, `acc_mention` text NOT NULL DEFAULT '0'
+, `cmd_setstate` text NOT NULL DEFAULT '1'
+, `cmd_buildheight` text NOT NULL DEFAULT '1'
+, `cmd_setrotation` text NOT NULL DEFAULT '1'
+, `cmd_sellroom` text NOT NULL DEFAULT '1'
+, `cmd_buyroom` text NOT NULL DEFAULT '1'
+, `cmd_pay` text NOT NULL DEFAULT '1'
+, `cmd_kill` text NOT NULL DEFAULT '1'
+, `cmd_hoverboard` text NOT NULL DEFAULT '1'
+, `cmd_kiss` text NOT NULL DEFAULT '1'
+, `cmd_hug` text NOT NULL DEFAULT '1'
+, `cmd_welcome` text NOT NULL DEFAULT '0'
+, `cmd_disable_effects` text NOT NULL DEFAULT '2'
+, `cmd_brb` text NOT NULL DEFAULT '1'
+, `cmd_nuke` text NOT NULL DEFAULT '1'
+, `cmd_slime` text NOT NULL DEFAULT '1'
+, `cmd_explain` text NOT NULL DEFAULT '1'
+, `cmd_closedice` text NOT NULL DEFAULT '1'
+, `acc_closedice_room` text NOT NULL DEFAULT '2'
+, `cmd_set` text NOT NULL DEFAULT '1'
+, `cmd_furnidata` text NOT NULL DEFAULT '0'
+, `kiss_cmd` text NOT NULL DEFAULT '0'
+, `acc_calendar_force` text DEFAULT '0'
+, `cmd_update_calendar` text NOT NULL DEFAULT '0'
+);
+INSERT INTO `permissions` VALUES (1,'Member','',1,0,'0','','','1','0','1','0','0','0','1','0','0','0','0','1','0','0','1','0','0','0','1','0','0','1','1','1','1','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0',0,0,0,0,'0','1','1','1','1','1','1','1','1','1','1','0','2','1','1','1','1','1','2','1','0','0','0','0'),(2,'VIP','',2,0,'0','','','1','0','1','0','0','0','1','0','0','0','0','1','0','0','0','0','0','0','1','0','0','1','1','1','1','1','0','0','0','0','0','1','0','0','0','0','0','0','0','0','1','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','1','0','0','0','0','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','1','1','1','1','1','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0',0,0,0,0,'0','1','1','1','1','1','1','1','1','1','1','0','2','1','1','1','1','1','2','1','0','0','0','0'),(3,'X','',3,0,'0','','','1','0','1','0','0','0','1','0','0','0','0','1','0','0','0','0','0','0','1','0','0','1','1','1','1','1','0','0','0','0','0','1','0','0','0','0','0','0','0','0','1','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','1','0','0','0','0','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','1','1','1','1','1','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0',0,0,0,0,'0','1','1','1','1','1','1','1','1','1','1','0','2','1','1','1','1','1','2','1','0','0','0','0'),(4,'Support','',4,0,'0','','','1','0','1','0','0','0','1','0','0','0','0','1','0','0','0','0','0','0','1','0','0','1','1','1','1','1','0','0','0','0','0','1','0','0','0','0','0','0','0','0','1','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','1','0','0','0','0','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','1','1','1','1','1','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0',0,0,0,0,'0','1','1','1','1','1','1','1','1','1','1','0','2','1','1','1','1','1','2','1','0','0','0','0'),(5,'Moderator','',5,0,'0','','','1','0','1','0','0','0','1','0','0','0','0','1','0','0','0','0','0','0','1','0','0','1','1','1','1','1','0','0','0','0','0','1','0','0','0','0','0','0','0','0','1','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','1','0','0','0','0','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','1','1','1','1','1','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0',0,0,0,0,'0','1','1','1','1','1','1','1','1','1','1','0','2','1','1','1','1','1','2','1','0','0','0','0'),(6,'Super Mod','',6,0,'0','','','1','0','1','0','0','0','1','0','0','0','0','1','0','0','0','0','0','0','1','0','0','1','1','1','1','1','0','0','0','0','0','1','0','0','0','0','0','0','0','0','1','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','1','0','0','0','0','0','2','0','0','0','0','0','0','0','0','0','0','0','0','0','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0',0,0,0,0,'0','1','1','1','1','1','1','1','1','1','1','0','2','1','1','1','1','1','2','1','0','0','0','0'),(7,'Administrator','ADM',7,0,'0','ADM','#A1A1A1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','0','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','0','1','0','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','0','1','1','1','1','1','1','1','1','1','0','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1',0,0,0,0,'1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','0','0','0');
+CREATE TABLE `pet_actions` (
+ `pet_type` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `pet_name` varchar(32) NOT NULL
+, `offspring_type` integer NOT NULL DEFAULT -1
+, `happy_actions` varchar(100) NOT NULL DEFAULT ''
+, `tired_actions` varchar(100) NOT NULL DEFAULT ''
+, `random_actions` varchar(100) NOT NULL DEFAULT ''
+, `can_swim` text DEFAULT '0'
+);
+INSERT INTO `pet_actions` VALUES (0,'Dog',-1,'','','','0'),(1,'Cat',-1,'','','','0'),(2,'Crocodile',-1,'','','','0'),(3,'Terrier',-1,'','','','0'),(4,'Bear',-1,'','','','0'),(5,'Pig',-1,'','','','0'),(6,'Lion',-1,'','','','0'),(7,'Rhino',-1,'','','','0'),(8,'Spider',-1,'','','','0'),(9,'Turtle',-1,'','','','1'),(10,'Chicken',-1,'','','','0'),(11,'Frog',-1,'','','','0'),(12,'Dragon',-1,'','','','0'),(13,'',-1,'','','','0'),(14,'Monkey',-1,'','','','1'),(15,'Horse',-1,'','','','0'),(16,'Monsterplant',-1,'','','','0'),(17,'Bunny',-1,'','','','0'),(18,'Evil Bunny',-1,'','','','0'),(19,'Bored Bunny',-1,'','','','0'),(20,'Love Bunny',-1,'','','','0'),(21,'Wise Pidgeon',-1,'','','','0'),(22,'Cunning Pidgeon',-1,'','','','0'),(23,'Evil Monkey',-1,'','','','1'),(24,'Baby Bear',-1,'','','','1'),(25,'Baby Terrier',-1,'','','','1'),(26,'Gnome',-1,'','','','0'),(27,'Leprechaun',-1,'','','','0'),(28,'Baby Cat',-1,'','','','1'),(29,'Baby Dog',-1,'','','','1'),(30,'Baby Pig',-1,'','','','1'),(31,'Haloompa',-1,'','','','0'),(32,'Fools',-1,'','','','1'),(33,'Pterodactyl',-1,'','','','0'),(34,'Velociraptor',-1,'','','','0'),(35,'Cow',-1,'','','','0'),(36,'',-1,'','','','0'),(37,'',-1,'','','','0');
+CREATE TABLE `pet_breeding` (
+ `pet_id` integer NOT NULL
+, `offspring_id` integer NOT NULL
+);
+CREATE TABLE `pet_breeding_races` (
+ `pet_type` integer NOT NULL
+, `rarity_level` integer NOT NULL
+, `breed` integer NOT NULL
+);
+INSERT INTO `pet_breeding_races` VALUES (28,1,1),(28,1,2),(28,1,3),(28,1,4),(28,1,5),(28,1,6),(28,1,7),(28,2,8),(28,2,9),(28,2,10),(28,2,11),(28,2,12),(28,2,13),(28,3,14),(28,3,15),(28,3,16),(28,3,17),(28,4,18),(28,4,19),(28,4,20);
+CREATE TABLE `pet_breeds` (
+ `race` integer NOT NULL
+, `color_one` integer NOT NULL
+, `color_two` integer NOT NULL
+, `has_color_one` text NOT NULL DEFAULT '0'
+, `has_color_two` text NOT NULL DEFAULT '0'
+, UNIQUE (`race`,`color_one`,`color_two`,`has_color_one`,`has_color_two`)
+);
+INSERT INTO `pet_breeds` VALUES (0,0,0,'1','0'),(0,1,1,'1','0'),(0,2,2,'1','0'),(0,3,3,'1','0'),(0,4,4,'1','0'),(0,5,5,'1','0'),(0,6,6,'1','0'),(0,7,7,'1','0'),(0,8,8,'1','0'),(0,9,9,'1','0'),(0,10,10,'1','0'),(0,11,11,'1','0'),(0,12,12,'1','0'),(0,13,13,'1','0'),(0,14,14,'1','0'),(0,15,15,'1','0'),(0,16,16,'1','0'),(0,17,17,'1','0'),(0,18,18,'1','0'),(0,19,19,'1','0'),(0,20,20,'1','0'),(0,21,21,'1','0'),(0,22,22,'1','0'),(0,23,23,'1','0'),(0,24,24,'1','0'),(1,0,0,'1','0'),(1,1,1,'1','0'),(1,2,2,'1','0'),(1,3,3,'1','0'),(1,4,4,'1','0'),(1,5,5,'1','0'),(1,6,6,'1','0'),(1,7,7,'1','0'),(1,8,8,'1','0'),(1,9,9,'1','0'),(1,10,10,'1','0'),(1,11,11,'1','0'),(1,12,12,'1','0'),(1,13,13,'1','0'),(1,14,14,'1','0'),(1,15,15,'1','0'),(1,16,16,'1','0'),(1,17,17,'1','0'),(1,18,18,'1','0'),(1,19,19,'1','0'),(1,20,20,'1','0'),(1,21,21,'1','0'),(1,22,22,'1','0'),(1,23,23,'1','0'),(1,24,24,'1','0'),(2,0,0,'1','0'),(2,1,1,'1','0'),(2,2,2,'1','0'),(2,3,3,'1','0'),(2,4,4,'1','0'),(2,5,5,'1','0'),(2,6,6,'1','0'),(2,7,7,'1','0'),(2,8,8,'1','0'),(2,9,9,'1','0'),(2,10,10,'1','0'),(2,11,11,'1','0'),(3,0,0,'1','0'),(3,1,1,'1','0'),(3,2,2,'1','0'),(3,3,3,'1','0'),(3,4,4,'1','0'),(3,5,5,'1','0'),(3,6,6,'1','0'),(4,0,0,'1','0'),(4,1,1,'1','0'),(4,2,2,'1','0'),(4,3,3,'1','0'),(5,0,0,'1','0'),(5,1,1,'1','0'),(5,2,2,'1','0'),(5,3,3,'1','0'),(5,5,5,'1','0'),(5,7,7,'1','0'),(5,8,8,'1','0'),(6,0,0,'1','0'),(6,1,1,'1','0'),(6,2,2,'1','0'),(6,3,3,'1','0'),(6,4,4,'1','0'),(6,5,5,'1','0'),(6,6,6,'0','1'),(6,7,7,'0','1'),(6,8,8,'0','1'),(6,9,9,'0','1'),(6,10,10,'0','1'),(6,11,11,'1','0'),(6,12,12,'0','1'),(7,0,0,'1','0'),(7,1,1,'1','0'),(7,2,2,'1','0'),(7,3,3,'0','1'),(7,4,4,'1','0'),(7,5,5,'1','0'),(7,6,6,'1','0'),(7,7,7,'1','0'),(8,0,0,'1','0'),(8,1,1,'1','0'),(8,2,2,'1','0'),(8,3,3,'1','0'),(8,4,4,'1','0'),(8,5,5,'1','0'),(8,6,6,'1','0'),(8,7,7,'1','0'),(8,8,8,'1','0'),(8,9,9,'1','0'),(8,10,10,'1','0'),(8,11,11,'1','0'),(8,14,14,'1','0'),(9,0,0,'1','0'),(9,1,1,'1','0'),(9,2,2,'1','0'),(9,3,3,'1','0'),(9,4,4,'1','0'),(9,5,5,'1','0'),(9,6,6,'1','0'),(9,7,7,'1','0'),(9,8,8,'1','0'),(10,0,0,'1','1'),(10,1,1,'1','1'),(10,2,2,'1','1'),(10,3,3,'1','1'),(10,4,4,'1','1'),(11,1,1,'1','0'),(11,2,2,'1','0'),(11,3,3,'1','0'),(11,4,4,'1','0'),(11,5,5,'1','0'),(11,6,6,'1','0'),(11,8,8,'0','0'),(11,9,9,'1','0'),(11,10,10,'1','0'),(11,11,11,'1','0'),(11,12,12,'1','0'),(11,13,13,'1','0'),(11,15,15,'1','0'),(11,18,18,'1','0'),(12,0,0,'1','0'),(12,1,1,'1','0'),(12,2,2,'1','0'),(12,3,3,'1','0'),(12,4,4,'1','0'),(12,5,5,'1','0'),(12,6,6,'1','0'),(12,7,7,'1','0'),(12,8,8,'1','0'),(12,9,9,'1','0'),(12,10,10,'1','0'),(14,0,0,'1','1'),(14,1,1,'1','1'),(14,2,2,'1','1'),(14,3,3,'1','1'),(14,4,4,'1','1'),(14,5,5,'1','1'),(14,6,6,'1','1'),(14,7,7,'1','1'),(14,8,8,'1','1'),(14,9,9,'1','1'),(14,10,10,'1','1'),(14,11,11,'1','1'),(14,12,12,'1','1'),(14,13,13,'1','1'),(15,1,2,'1','0'),(15,1,6,'1','0'),(15,1,10,'1','0'),(15,1,14,'1','0'),(15,1,18,'1','0'),(15,1,21,'1','0'),(15,1,25,'1','0'),(15,1,29,'1','0'),(15,1,33,'1','0'),(15,1,37,'1','0'),(15,1,41,'1','0'),(15,1,45,'1','0'),(15,1,49,'1','0'),(15,1,53,'1','0'),(15,1,57,'1','0'),(15,2,3,'1','0'),(15,2,7,'1','0'),(15,2,11,'1','0'),(15,2,15,'1','0'),(15,2,19,'1','0'),(15,2,22,'1','0'),(15,2,26,'1','0'),(15,2,30,'1','0'),(15,2,34,'1','0'),(15,2,38,'1','0'),(15,2,42,'1','0'),(15,2,46,'1','0'),(15,2,50,'1','0'),(15,2,54,'1','0'),(15,2,58,'1','0'),(15,3,4,'1','0'),(15,3,8,'1','0'),(15,3,12,'1','0'),(15,3,16,'1','0'),(15,3,20,'1','0'),(15,3,23,'1','0'),(15,3,27,'1','0'),(15,3,31,'1','0'),(15,3,35,'1','0'),(15,3,39,'1','0'),(15,3,43,'1','0'),(15,3,47,'1','0'),(15,3,51,'1','0'),(15,3,55,'1','0'),(15,3,59,'1','0'),(15,4,5,'1','0'),(15,4,9,'1','0'),(15,4,13,'1','0'),(15,4,17,'1','0'),(15,4,21,'1','0'),(15,4,24,'1','0'),(15,4,28,'1','0'),(15,4,32,'1','0'),(15,4,36,'1','0'),(15,4,40,'1','0'),(15,4,44,'1','0'),(15,4,48,'1','0'),(15,4,52,'1','0'),(15,4,56,'1','0'),(15,4,60,'1','0'),(17,0,0,'1','0'),(17,1,1,'1','0'),(17,2,2,'1','0'),(17,3,3,'1','0'),(17,4,4,'1','0'),(18,0,0,'1','0'),(19,0,0,'1','0'),(20,0,0,'1','0'),(21,0,0,'1','0'),(22,0,0,'1','0'),(23,0,0,'1','0'),(24,0,0,'1','0'),(24,1,1,'1','0'),(24,2,2,'1','0'),(24,3,3,'1','0'),(24,4,4,'1','0'),(24,5,5,'1','0'),(24,6,6,'1','0'),(24,7,7,'1','0'),(24,8,8,'1','0'),(24,9,9,'1','0'),(24,10,10,'1','0'),(24,11,11,'1','0'),(24,12,12,'1','0'),(24,13,13,'1','0'),(24,14,14,'1','0'),(24,15,15,'1','0'),(24,16,16,'1','0'),(24,17,17,'1','0'),(24,18,18,'1','0'),(24,19,19,'1','0'),(25,0,0,'1','0'),(25,1,1,'1','0'),(25,2,2,'1','0'),(25,3,3,'1','0'),(25,4,4,'1','0'),(25,5,5,'1','0'),(25,6,6,'1','0'),(25,7,7,'1','0'),(25,8,8,'1','0'),(25,9,9,'1','0'),(25,10,10,'1','0'),(25,11,11,'1','0'),(25,12,12,'1','0'),(25,13,13,'1','0'),(25,14,14,'1','0'),(25,15,15,'1','0'),(25,16,16,'1','0'),(25,17,17,'1','0'),(25,18,18,'1','0'),(25,19,19,'1','0'),(26,0,0,'0','0'),(27,0,0,'0','0'),(28,1,1,'1','0'),(28,2,2,'1','0'),(28,3,3,'1','0'),(28,4,4,'1','0'),(28,5,5,'1','0'),(28,6,6,'1','0'),(28,7,7,'1','0'),(28,8,8,'1','0'),(28,9,9,'1','0'),(28,10,10,'1','0'),(28,11,11,'1','0'),(28,12,12,'1','0'),(28,13,13,'1','0'),(28,14,14,'1','0'),(28,15,15,'1','0'),(28,16,16,'1','0'),(28,17,17,'1','0'),(28,18,18,'1','0'),(28,19,19,'1','0'),(28,20,20,'1','0'),(29,1,1,'1','0'),(29,2,2,'1','0'),(29,3,3,'1','0'),(29,4,4,'1','0'),(29,5,5,'1','0'),(29,6,6,'1','0'),(29,7,7,'1','0'),(29,8,8,'1','0'),(29,9,9,'1','0'),(29,10,10,'1','0'),(29,11,11,'1','0'),(29,12,12,'1','0'),(29,13,13,'1','0'),(29,14,14,'1','0'),(29,15,15,'1','0'),(29,16,16,'1','0'),(29,17,17,'1','0'),(29,18,18,'1','0'),(29,19,19,'1','0'),(29,20,20,'1','0'),(30,1,1,'1','0'),(30,2,2,'1','0'),(30,3,3,'1','0'),(30,4,4,'1','0'),(30,5,5,'1','0'),(30,6,6,'1','0'),(30,7,7,'1','0'),(30,8,8,'1','0'),(30,9,9,'1','0'),(30,10,10,'1','0'),(30,11,11,'1','0'),(30,12,12,'1','0'),(30,13,13,'1','0'),(30,14,14,'1','0'),(30,15,15,'1','0'),(30,16,16,'1','0'),(30,17,17,'1','0'),(30,18,18,'1','0'),(30,19,19,'1','0'),(30,20,20,'1','0'),(31,0,0,'1','0'),(31,1,1,'1','0'),(31,2,2,'1','0'),(31,3,3,'1','0'),(31,4,4,'1','0'),(31,5,5,'1','0'),(31,6,6,'1','0'),(31,7,7,'1','0'),(31,8,8,'1','0'),(31,9,9,'1','0'),(32,0,0,'1','0'),(33,0,0,'1','0'),(33,1,1,'1','0'),(33,2,2,'1','0'),(33,3,3,'1','0'),(33,4,4,'1','0'),(33,5,5,'1','0'),(33,6,6,'1','0'),(33,7,7,'1','0'),(33,8,8,'1','0'),(33,9,9,'1','0'),(33,10,10,'1','0'),(33,11,11,'1','0'),(33,12,12,'1','0'),(33,13,13,'1','0'),(33,14,14,'1','0'),(33,15,15,'1','0'),(33,16,16,'1','0'),(33,17,17,'1','0'),(33,18,18,'1','0'),(33,19,19,'1','0'),(33,20,20,'1','0'),(34,0,0,'1','0'),(34,1,1,'1','0'),(34,2,2,'1','0'),(34,3,3,'1','0'),(34,4,4,'1','0'),(34,5,5,'1','0'),(34,6,6,'1','0'),(34,7,7,'1','0'),(34,8,8,'1','0'),(34,9,9,'1','0'),(34,10,10,'1','0'),(34,11,11,'1','0'),(34,12,12,'1','0'),(34,13,13,'1','0'),(34,14,14,'1','0'),(34,15,15,'1','0'),(34,16,16,'1','0'),(34,17,17,'1','0'),(34,18,18,'1','0'),(34,19,19,'1','0'),(35,2,2,'1','0'),(35,4,4,'1','0'),(35,5,5,'1','0'),(35,6,6,'1','0'),(35,7,7,'1','0'),(35,8,8,'1','0'),(35,9,9,'1','0'),(35,10,10,'1','0'),(35,11,11,'1','0'),(35,12,12,'1','0'),(35,13,13,'1','0'),(35,14,14,'1','0'),(35,15,15,'1','0'),(35,16,16,'1','0'),(35,17,17,'1','0'),(35,18,18,'1','1');
+CREATE TABLE `pet_commands` (
+ `pet_id` integer NOT NULL
+, `command_id` integer NOT NULL
+);
+INSERT INTO `pet_commands` VALUES (12,0),(12,35),(12,5),(12,3),(12,36),(12,37),(12,38),(12,2),(12,6),(12,7),(12,22),(12,8),(12,9),(12,41),(12,10),(12,11),(12,12),(12,13),(12,14),(12,15),(12,16),(12,42);
+CREATE TABLE `pet_commands_data` (
+ `command_id` integer NOT NULL
+, `text` varchar(15) NOT NULL
+, `required_level` integer NOT NULL
+, `reward_xp` integer NOT NULL DEFAULT 5
+, `cost_happyness` integer NOT NULL DEFAULT 0
+, `cost_energy` integer NOT NULL DEFAULT 0
+, PRIMARY KEY (`command_id`)
+);
+INSERT INTO `pet_commands_data` VALUES (0,'Free',1,5,0,0),(1,'Sit',1,5,0,0),(2,'Down',2,10,0,0),(3,'Here',2,10,0,0),(4,'Beg',2,10,0,0),(5,'Play Dead',3,15,0,0),(6,'Stay',4,10,0,0),(7,'Follow',5,15,0,0),(8,'Stand',6,15,0,0),(9,'Jump',6,15,0,0),(10,'Speak',7,10,0,0),(11,'Play',8,5,0,0),(12,'Silent',8,5,0,0),(13,'Nest',5,5,0,0),(14,'Drink',4,5,0,0),(15,'Follow left',15,15,0,0),(16,'Follow right',15,15,0,0),(17,'Play football',10,5,0,0),(18,'Come here',9,5,0,0),(19,'Bounce',9,5,0,0),(20,'Flat',11,5,0,0),(21,'Dance',12,5,0,0),(22,'Spin',10,5,0,0),(23,'Switch TV',12,5,0,0),(24,'Move forward',17,5,0,0),(25,'Turn left',18,5,0,0),(26,'Turn right',18,5,0,0),(27,'Relax',13,5,0,0),(28,'Croak',14,5,0,0),(29,'Dip',14,5,0,0),(30,'Wave',5,5,0,0),(31,'Mambo!',18,5,0,0),(32,'High jump',18,5,0,0),(33,'Chicken dance',7,5,0,0),(34,'Triple jump',9,5,0,0),(35,'Spread wings',8,5,0,0),(36,'Breathe fire',10,5,0,0),(37,'Hang',12,5,0,0),(38,'Torch',6,5,0,0),(40,'Swing',13,5,0,0),(41,'Roll',10,5,0,0),(42,'Ring of fire',20,5,0,0),(43,'Eat',4,5,0,0),(44,'Wag Tail',4,5,0,0),(45,'Count',6,5,0,0),(46,'Breed',20,5,0,0);
+CREATE TABLE `pet_drinks` (
+ `pet_id` integer NOT NULL DEFAULT 0
+, `item_id` integer NOT NULL
+);
+CREATE TABLE `pet_foods` (
+ `pet_id` integer NOT NULL DEFAULT 0
+, `item_id` integer NOT NULL
+);
+CREATE TABLE `pet_items` (
+ `pet_id` integer NOT NULL
+, `item_id` integer NOT NULL
+);
+CREATE TABLE `pet_vocals` (
+ `pet_id` integer NOT NULL DEFAULT 0
+, `type` text NOT NULL DEFAULT 'GENERIC_HAPPY'
+, `message` varchar(100) NOT NULL
+);
+INSERT INTO `pet_vocals` VALUES (0,'GENERIC_HAPPY','Yay, lets play!'),(0,'GENERIC_HAPPY','*Whistles*'),(0,'DISOBEY','Nope, ain''t gonna do that for you.'),(0,'DISOBEY','Who do you think I am?'),(0,'DISOBEY','That ain''t gonna happen mate.');
+CREATE TABLE `polls` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `title` varchar(255) NOT NULL DEFAULT 'Hey! We''d appreciate it if you could take some time to answer these questions. It will help improve our hotel.'
+, `thanks_message` varchar(255) NOT NULL
+, `reward_badge` varchar(10) NOT NULL DEFAULT ''
+);
+CREATE TABLE `polls_answers` (
+ `poll_id` integer NOT NULL
+, `user_id` integer NOT NULL
+, `question_id` integer NOT NULL
+, `answer` varchar(255) NOT NULL
+, UNIQUE (`poll_id`,`user_id`,`question_id`)
+);
+CREATE TABLE `polls_questions` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `parent_id` integer NOT NULL DEFAULT 0
+, `poll_id` integer NOT NULL
+, `order` integer NOT NULL
+, `question` varchar(255) NOT NULL
+, `type` integer NOT NULL DEFAULT 2
+, `min_selections` integer NOT NULL DEFAULT 1
+, `options` varchar(255) NOT NULL
+);
+CREATE TABLE `recycler_prizes` (
+ `rarity` integer NOT NULL
+, `item_id` integer NOT NULL
+);
+CREATE TABLE `room_bans` (
+ `room_id` integer NOT NULL
+, `user_id` integer NOT NULL
+, `ends` integer NOT NULL
+);
+CREATE TABLE `room_enter_log` (
+ `room_id` integer NOT NULL
+, `user_id` integer NOT NULL
+, `timestamp` integer NOT NULL
+, `exit_timestamp` integer NOT NULL DEFAULT 0
+);
+CREATE TABLE `room_game_scores` (
+ `room_id` integer NOT NULL
+, `game_start_timestamp` integer NOT NULL
+, `game_name` varchar(64) NOT NULL DEFAULT ''
+, `user_id` integer NOT NULL
+, `team_id` integer NOT NULL
+, `score` integer NOT NULL
+, `team_score` integer NOT NULL
+);
+CREATE TABLE `room_models` (
+ `name` varchar(100) NOT NULL
+, `door_x` integer NOT NULL
+, `door_y` integer NOT NULL
+, `door_dir` integer NOT NULL DEFAULT 2
+, `heightmap` text NOT NULL
+, `public_items` text NOT NULL
+, `club_only` text NOT NULL DEFAULT '0'
+, PRIMARY KEY (`name`)
+);
+INSERT INTO `room_models` VALUES ('model_basa',0,15,2,'xxxxxxxxxxxxxxxxxxxxxx
+x22222222222222222222x
+x22222222222222222222x
+x22222222222222222222x
+x22222222222222222222x
+x22222222222222222222x
+x22222222222222222222x
+x22222222222222222222x
+x000x11xxxxxxxx11x000x
+x00000000000000000000x
+x00000000000000000000x
+x00000000000000000000x
+x00000000000000000000x
+x00000000000000000000x
+x00000000000000000000x
+x00000000000000000000x
+x00000000000000000000x
+x00000000000000000000x
+xxxxxxxxxxxxxxxxxxxxxx','','0'),('model_4',0,12,2,'xxxxxxxxxxxxxxxxxxxxxxx
+xXXXXXXXX9999999999999x
+xXXXXXXXX9999999999999x
+xXXXXXXXX9999999999999x
+xXXXXXXXX9999999999999x
+x00000000XXXXXXX999999x
+x00000000XXXXXXX999999x
+x00000000XXXXXXX999999x
+x00000000XXXXXXX999999x
+x000000000000000999999x
+x000000000000000999999x
+x000000000000000999999x
+0000000000000000999999x
+x000000000000000XXXXXXx
+x000000000000000XXXXXXx
+x000000000000000XXXXXXx
+x000000000000000XXXXXXx
+x000000000000000XXXXXXx
+x000000000000000XXXXXXx
+xxxxxxxxxxxxxxxxxxxxxxx','','1'),('model_3',0,10,2,'XXXXXXXXXXXXXXXXX
+XXX0000000000000X
+XXX0000000000000X
+XXX0000000000000X
+XXX0000000000000X
+XXX0000000000000X
+XXX0000000000000X
+X000000000000000X
+X000000000000000X
+X000000000000000X
+0000000000000000X
+X000000000000000X
+X000000000000000X
+X000000000000000X
+XXXXXXXXXXXXXXXXX','','1'),('model_b2g',0,0,2,'xxxxxxxxxxxxxx
+x00000x000000x
+x000000000000x
+x00000x000000x
+x00000x000000x
+x00000x000000x
+x00000x000000x
+xxx0xxx000000x
+x000000000000x
+x000000000000x
+x000000000000x
+x000000000000x
+x000000000000x
+x000000000000x
+x000000000000x
+x000000000000x
+x000000000000x
+x00000xx00000x
+xxxxxxxxxxxxxx','','1'),('model_opening',0,23,2,'xxxxxxxxxxxxxxxxxxx
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x2222xx111111111111
+x2222xx000000000000
+x2222xx000000000000
+x2222xx000000000000
+x2222xx000000000000
+x2222xx000000000000
+22222xx000000000000
+x2222xx000000000000
+xxxxxxxxxxxxxxxxxxx','','1'),('model_y',0,3,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x00000000xx0000000000xx0000x
+x00000000xx0000000000xx0000x
+000000000xx0000000000xx0000x
+x00000000xx0000000000xx0000x
+x00000000xx0000xx0000xx0000x
+x00000000xx0000xx0000xx0000x
+x00000000xx0000xx0000000000x
+x00000000xx0000xx0000000000x
+xxxxx0000xx0000xx0000000000x
+xxxxx0000xx0000xx0000000000x
+xxxxx0000xx0000xxxxxxxxxxxxx
+xxxxx0000xx0000xxxxxxxxxxxxx
+x00000000xx0000000000000000x
+x00000000xx0000000000000000x
+x00000000xx0000000000000000x
+x00000000xx0000000000000000x
+x0000xxxxxxxxxxxxxxxxxx0000x
+x0000xxxxxxxxxxxxxxxxxx0000x
+x00000000000000000000000000x
+x00000000000000000000000000x
+x00000000000000000000000000x
+x00000000000000000000000000x
+xxxxxxxxxxxxxxxxxxxxxxxxxxxx','','1'),('model_oscar',0,15,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','1'),('model_u',0,17,2,'xxxxxxxxxxxxxxxxxxxxxxxx
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+11111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+x1111100000000000000000x
+xxxxxxxxxxxxxxxxxxxxxxxx','','1'),('model_z',0,9,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxx00000000000000000000
+xxxxxxxxxxx00000000000000000000
+xxxxxxxxxxx00000000000000000000
+x00000000xx00000000000000000000
+x00000000xx00000000000000000000
+x00000000xx00000000000000000000
+x00000000xx00000000000000000000
+x00000000xx00000000000000000000
+000000000xx00000000000000000000
+x00000000xx00000000000000000000
+x00000000xx00000000000000000000
+x00000000xx00000000000000000000
+x00000000xx00000000000000000000
+x00000000xx00000000000000000000
+x00000000xx00000000000000000000
+xxxxxxxxxxx00000000000000000000
+xxxxxxxxxxx00000000000000000000
+xxxxxxxxxxx00000000000000000000
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','1'),('model_w',0,3,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxx
+x2222xx1111111111xx11111111
+x2222xx1111111111xx11111111
+222222111111111111111111111
+x22222111111111111111111111
+x22222111111111111111111111
+x22222111111111111111111111
+x2222xx1111111111xx11111111
+x2222xx1111111111xx11111111
+x2222xx1111111111xxxx1111xx
+x2222xx1111111111xxxx0000xx
+xxxxxxx1111111111xx00000000
+xxxxxxx1111111111xx00000000
+x22222111111111111000000000
+x22222111111111111000000000
+x22222111111111111000000000
+x22222111111111111000000000
+x2222xx1111111111xx00000000
+x2222xx1111111111xx00000000
+x2222xxxx1111xxxxxxxxxxxxxx
+x2222xxxx0000xxxxxxxxxxxxxx
+x2222x0000000000xxxxxxxxxxx
+x2222x0000000000xxxxxxxxxxx
+x2222x0000000000xxxxxxxxxxx
+x2222x0000000000xxxxxxxxxxx
+x2222x0000000000xxxxxxxxxxx
+x2222x0000000000xxxxxxxxxxx','','1'),('model_x',0,12,2,'xxxxxxxxxxxxxxxxxxxx
+x000000000000000000x
+x000000000000000000x
+x000000000000000000x
+x000000000000000000x
+x000000000000000000x
+x000000000000000000x
+xxx00xxx0000xxx00xxx
+x000000x0000x000000x
+x000000x0000x000000x
+x000000x0000x000000x
+x000000x0000x000000x
+0000000x0000x000000x
+x000000x0000x000000x
+x000000x0000x000000x
+x000000x0000x000000x
+x000000x0000x000000x
+x000000x0000x000000x
+x000000xxxxxx000000x
+x000000000000000000x
+x000000000000000000x
+x000000000000000000x
+x000000000000000000x
+x000000000000000000x
+x000000000000000000x
+xxxxxxxxxxxxxxxxxxxx','','1'),('park_b',11,2,6,'0000x0000000
+0000xx000000
+000000000000
+00000000000x
+000000000000
+00x0000x0000','','0'),('model_0',0,4,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000
+000000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000
+x00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000
+x00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000
+x00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','1'),('model_v',0,3,2,'xxxxxxxxxxxxxxxxxxxx
+x222221111111111111x
+x222221111111111111x
+2222221111111111111x
+x222221111111111111x
+x222221111111111111x
+x222221111111111111x
+xxxxxxxx1111xxxxxxxx
+xxxxxxxx0000xxxxxxxx
+x000000x0000x000000x
+x000000x0000x000000x
+x00000000000x000000x
+x00000000000x000000x
+x000000000000000000x
+x000000000000000000x
+xxxxxxxx00000000000x
+x000000x00000000000x
+x000000x0000xxxxxxxx
+x00000000000x000000x
+x00000000000x000000x
+x00000000000x000000x
+x00000000000x000000x
+xxxxxxxx0000x000000x
+x000000x0000x000000x
+x000000x0000x000000x
+x000000000000000000x
+x000000000000000000x
+x000000000000000000x
+x000000000000000000x
+xxxxxxxxxxxxxxxxxxxx','','1'),('model_t',0,3,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x222222222222222222222222222x
+x222222222222222222222222222x
+2222222222222222222222222222x
+x222222222222222222222222222x
+x2222xxxxxx222222xxxxxxx2222x
+x2222xxxxxx111111xxxxxxx2222x
+x2222xx111111111111111xx2222x
+x2222xx111111111111111xx2222x
+x2222xx11xxx1111xxxx11xx2222x
+x2222xx11xxx0000xxxx11xx2222x
+x22222111x00000000xx11xx2222x
+x22222111x00000000xx11xx2222x
+x22222111x00000000xx11xx2222x
+x22222111x00000000xx11xx2222x
+x22222111x00000000xx11xx2222x
+x22222111x00000000xx11xx2222x
+x2222xx11xxxxxxxxxxx11xx2222x
+x2222xx11xxxxxxxxxxx11xx2222x
+x2222xx111111111111111xx2222x
+x2222xx111111111111111xx2222x
+x2222xxxxxxxxxxxxxxxxxxx2222x
+x2222xxxxxxxxxxxxxxxxxxx2222x
+x222222222222222222222222222x
+x222222222222222222222222222x
+x222222222222222222222222222x
+x222222222222222222222222222x
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','1'),('model_s',0,3,2,'xxxxxx
+x00000
+x00000
+000000
+x00000
+x00000
+x00000
+x00000','','0'),('park_a',2,15,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx
+xxxxxxxxxxxxx0x00xxxxxxxxxxx0x000xxxxxxxxxxx
+xxxxxxxxxxxx0000000000000000000000xxxxxxxxxx
+xxxxxxxxxxx000000000000000000000000xxxxxxxxx
+xxxxxxxxxxx0000000000000000000000000xxxxxxxx
+xxxxxxxxxxx00000000000000000000000000xxxxxxx
+xxxxxxxx000000000000000000000000000000xxxxxx
+xxxxxxx00000000000000000000000000000000xxxxx
+xxxxxxx000000000000000000000000000000000xxxx
+xxxxxxx0000000000000000000000000000000000xxx
+xxxxxxxxx000000000000000000000000000000000xx
+00000000000000000000xx00000000000000000000xx
+0000000000000000000xxxx00000000000xxxxxxx0xx
+0000000000000000000xxxx00000000000x00000xxxx
+xxxxx00x0000000000xxxxx0xxxxxx0000x0000000xx
+xxxxx0000000000000xxxxx0xx000x0000x000000xxx
+xxxxx0000000000000xxxxx0x000000000x00000xxxx
+xxxxx000000x0000000xxxx0x000000000xxx00xxxxx
+xxxxxxxx000x0000000xxx00xxx000000x0000xxxxxx
+xxxxxxxx000x000000xxxx0x0000000000000xxxxxxx
+xxxxxxxx000x000000011100000000000000xxxxxxxx
+xxxxxxxx000x00000001110000000000000xxxxxxxxx
+xxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx
+xxxxxxxxxx0x0000000xxx0000000xxxxxxxxxxxxxxx
+xxxxxxxxxxxx000000xxxx0000000xxxxxxxxxxxxxxx
+xxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxx0xxx0xx000x00xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxx0xxxxx00000xxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxxxxxxxxx','RPHN527parkfence2SFQAHHHN529parkfence2QGQAHHHM619parkfence1SDRAHHHO620parkfence3PERAHPAHO621parkfence3QERAHPAHO622parkfence3RERAHPAHN623parkfence2SERAHPAHO624parkfence3PFRAHPAHO625parkfence3QFRAHPAHO626parkfence3RFRAHPAHM627parkfence1SFRAHJHO629parkfence3QGRAHJHN717parkfence2QDSAHHHO719parkfence3SDSAHJHO723parkfence3SESAHJHO727parkfence3SFSAHJHO729parkfence3QGSAHJHO817parkfence3QDPBHJHO819parkfence3SDPBHJHN821parkfence2QEPBHHHO823parkfence3SEPBHJHN825parkfence2QFPBHHHO827parkfence3SFPBHJHO829parkfence3QGPBHJHL98bench2PBQBHPAHK99benchQBQBHPAHO917parkfence3QDQBHJHN919parkfence2SDQBHRAHO921parkfence3QEQBHJHN923parkfence2SEQBHRAHO925parkfence3QFQBHJHN927parkfence2SFQBHRAHO929parkfence3QGQBHJHO1017parkfence3QDRBHJHO1021parkfence3QERBHJHO1025parkfence3QFRBHJHO1029parkfence3QGRBHJHL117bench2SASBHJHM1117parkfence1QDSBHPAHO1118parkfence3RDSBHPAHO1119parkfence3SDSBHPAHO1120parkfence3PESBHPAHN1121parkfence2QESBHJHO1122parkfence3RESBHPAHO1123parkfence3SESBHPAHO1124parkfence3PFSBHPAHN1125parkfence2QFSBHJHO1126parkfence3RFSBHPAHO1127parkfence3SFSBHPAHO1128parkfence3PGSBHPAHM1129parkfence1QGSBHRAHK127benchSAPCHJHL1635bench2SHPDHJHL1637bench2QIPDHPAHK1638benchRIPDHPAHK1735benchSHQDHJHL1827bench2SFRDHPAHK1828benchPGRDHPAHL1835bench2SHRDHJHL1925bench2QFSDHJHK1935benchSHSDHJHK2025benchQFPEHJHL2925bench2QFQGHPAHK2926benchRFQGHPAHL3023bench2SERGHJHK3123benchSESGHJ@`SGSBMRDPBPA0.0I2Mqueue_tile2JMPGRAH0.0I2Mqueue_tile2SAMPFSAJ0.0I2Mqueue_tile2QBMRFSAPA0.0I2Mqueue_tile2SFMSERBJ0.0I2Mqueue_tile2SCMRFPBPA0.0I2Mqueue_tile2REMPGQBH0.0I2Mqueue_tile2PGMPFRBH0.0I2Mqueue_tile2PCMPEPBH0.0I2Mqueue_tile2QGMRFRBJ0.0I2Mqueue_tile2QDMRDQBPA0.0I2Mqueue_tile2RFMRERBJ0.0I2Mqueue_tile2PFMSDRBJ0.0I2Mqueue_tile2PDMPGPBH0.0I2Mqueue_tile2RGMSFRBJ0.0I2Mqueue_tile2RAMRESAPA0.0I2Mqueue_tile2RBMPGSAH0.0I2Mqueue_tile2SDMREQBPA0.0I2Mqueue_tile2QEMRFQBPA0.0I2Mqueue_tile2RCMPFPBH0.0I2Mqueue_tile2KMRDSAPA0.0I2Mqueue_tile2PAMPESAJ0.0I2Mqueue_tile2PBMQFSAJ0.0I2Mqueue_tile2IMPGQAH0.0I2Mqueue_tile2SEMRDRBJ0.0I2Mqueue_tile2QCMREPBPA0.0I2Mqueue_tile2SGMPGRBH0.0I2Mqueue_tile2QAMQESAJ0.0I2Mqueue_tile2QFMPERBH0.0I2Mqueue_tile2RDMPEQBH0.0I2Mqueue_tile2PEMPFQBH0.0I2Mqueue_tile2','0'),('the_den',3,22,0,'00000000xxxxxxxx
+0000000000000000
+0000000000000000
+000000000000xx00
+0000000000000000
+0000000000000000
+0000000000000000
+x000000000000000
+0000000000000000
+0000000000000000
+0000000000000000
+0000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+xxx00xxxxxxxxxxx
+xxx00xxxxxxxxxxx
+xxx00xxxxxxxxxxx
+GV00000000xxxxxxxx
+0000000000000000
+0000000000000000
+000000000000xx00
+0000000000000000
+0000000000000000
+0000000000000000
+x000000000000000
+0000000000000000
+0000000000000000
+0000000000000000
+0000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+x000000000000000
+xxx00xxxxxxxxxxx
+xxx00xxxxxxxxxxx
+xxx00xxxxxxxxxxx','','0'),('cinema_a',20,27,0,'xxxxxxx1xx11111111xxxxxx
+xxx1111111111111111xxxxx
+xxx111xxxx1111111111xxxx
+xxxx2xxxxxxxxxxxxxxxxxxx
+xx3x3x333311xxxxxxxxxx11
+xx3333333311111111111111
+xx3333333311111111111111
+xx3333333311111111122111
+xx3333333311x22222222111
+xx3333333311x22222222111
+xx3333333311xxxxxxxxx111
+xx3333333311111111111111
+xx3333333311111111111111
+xx3333333311111111111111
+xx3333333311111xxxx11111
+xx3333333311111xxxx11111
+xx3333333311111xxxx11111
+xx3333333311111xxxx11111
+xx3333333311111xxxx11111
+xx3333333311111xxxx11111
+xx3333333311111xxxx11111
+333333332111111xxxx11111
+333333332111111111111111
+333333332111111111111111
+333333332111111111111111
+xx3333332111111111111111
+xxxxxxxxxxxxxxxxxxx11111
+xxxxxxxxxxxxxxxxxxx11111
+xxxxxxxxxxxxxxxxxxx11111','PUHC42orangeJPAKHHA47loungey_chairSAPAKJHV48loungey_tablebigbPBPAKHHA49loungey_chairQBPAKRAHA52loungey_chairJQAKPAHA57loungey_chairSAQAKJHU58loungey_tablebigaPBQAKHHA59loungey_chairQBQAKRAHB62loungey_tableJRAKHHA72loungey_chairJSAKHHh713theater_chairQCSAIHHh714theater_chairRCSAIHHh715theater_chairSCSAIHHh716theater_chairPDSAIHHh717theater_chairQDSAIHHh718theater_chairRDSAIHHz721stairQESAIHHL89lightpoleQBPBKHHq813pomomaskiQCPBJJHq814pomomaskiRCPBJHHq815pomomaskiSCPBJHHq816pomomaskiPDPBJHHq817pomomaskiQDPBJHHq818pomomaskiRDPBJHHq819pomomaskiSDPBJIHz821stairQEPBIHHC92orangeJQBKHHh913theater_chairQCQBJHHh914theater_chairRCQBJHHh915theater_chairSCQBJHHh916theater_chairPDQBJHHh917theater_chairQDQBJHHh918theater_chairRDQBJHHh919theater_chairSDQBJHHh920theater_chairPEQBJHHz921stairQEQBIHHA102loungey_chairJRBKPAHA109loungey_chairQBRBKPAHB112loungey_tableJSBKHHB119loungey_tableQBSBKHHA122loungey_chairJPCKHHA129loungey_chairQBPCKHHd1217cubicb_chairQDPCIRAHc1219cubico_chairSDPCIJHd1315cubicb_chairSCQCIJHL1319lightpoleSDQCIHHd1320cubicb_chairPEQCIRAHL149lightpoleQBRCKHHA152loungey_chairJSCKPAHd1514cubicb_chairRCSCIPAHc1519cubico_chairSDSCIPAHB162loungey_tableJPDKHHA167loungey_chairSAPDKJHB168loungey_tablePBPDKJHA169loungey_chairQBPDKRAHd1613cubicb_chairQCPDIJHd1614cubicb_chairRCPDIRAHC1619orangeSDPDIHHA172loungey_chairJQDKHHA177loungey_chairSAQDKJHB178loungey_tablePBQDKJHA179loungey_chairQBQDKRAHd1719cubicb_chairSDQDIJHC182orangeJRDKHHd1814cubicb_chairRCRDIPAHK192bardesqueJSDKHHK202bardesqueJPEKIHb203bar_chairKPEKRAHL209lightpoleQBPEKHHd2014cubicb_chairRCPEIHHd2019cubicb_chairSDPEIJHc2020cubico_chairPEPEIRAHK212bardesqueJQEKIHb213bar_chairKQEKRAHd2119cubicb_chairSDQEIHHK222bardesqueJREKIHb223bar_chairKREKRAHL2216lightpolePDREIHHc2218cubico_chairRDREIHHK232bardesqueJSEKIHb233bar_chairKSEKRAHK242bardesqueJPFKIHb243bar_chairKPFKRAHK252bardesqueJQFKJ','0'),('picnic',16,5,4,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xx22222xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+22xxxxxxxxxxxxx22xxxxxxxxxxxxxxxxxxxxx
+2222222222222222222x222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222xxx222222222222222222222222
+2222222222xx33x22222222222222222222222
+222222222xx3333x2222222222222222222222
+222222222x333333x222222222222222222222
+222222222x333333x222222222222222222222
+2222222222x3332x2222222222222222222222
+22222222222x33x22222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222x22222xxxx22222222222222222222
+22222222222222xxxx22222222222222222222
+22222222222222xxx222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222
+22222222222222222222222222222222222222','PcHh710hedge7RBSAJPAHh711hedge7SBSAJPAHh712hedge7PCSAJPAHh713hedge7QCSAJPAHy714hedge8RCSAJPAHs718hedge2RDSAJPAHh719hedge7SDSAJPAHh720hedge7PESAJPAHh721hedge7QESAJPAHz814hedge9RCPBJPAHz818hedge9RDPBJPAHv93hedge5KQBJPAHz103hedge9KRBJPAHc1112picnic_dummychair1PCSBKPAHc1113picnic_dummychair1QCSBKPAHc1114picnic_dummychair1RCSB`hFFPAHc1310picnic_dummychair1RBQCKJHc1315picnic_dummychair1SCQCKRAHb1321picnic_groundQEQCJPAHb147picnic_groundSARCJPAHc1410picnic_dummychair1RBRCKJHc1415picnic_dummychair1SCRCKRAHb1519picnic_groundSDSCJJHb1523picnic_groundSESCJRAHb165picnic_groundQAPDJJHb169picnic_groundQBPDJRAHL1620picnic_cloth1PEPDJJHL176picnic_cloth1RAQDJJHb1721picnic_groundQEQDJHHb187picnic_groundSARDJHHa190picnic_redbench2HSDJJHA200picnic_redbench1HPEJJHw2011hedge6SBPEJPAHh2012hedge7PCPEJPAHh2013hedge7QCPEJPAHt2014hedge3RCPEJPAHu2017hedge4QDPEJPAHh2018hedge7RDPEJPAHh2019hedge7SDPEJPAHy2020hedge8PEPEJPAHv2111hedge5SBQEJPAHM2112picnic_bench1PCQEJPAHN2113picnic_bench2QCQEJPAHO2114picnic_bench3RCQEJPAHM2117picnic_bench1QDQEJPAHN2118picnic_bench2RDQEJPAHO2119picnic_bench3SDQEJPAHv2120hedge5PEQEJPAHa220picnic_redbench2HREJJHv2211hedge5SBREJPAHv2220hedge5PEREJPAHb2225picnic_groundQFREJPAHA230picnic_redbench1HSEJJHv2311hedge5SBSEJPAHM2312picnic_bench1PCSEJJHM2319picnic_bench1SDSEJRAHv2320hedge5PESEJPAHc246picnic_dummychair1RAPFJPAHd247picnic_dummychair4SAPFJPAHe248picnic_dummychair6PBPFJPAHv2411hedge5SBPFJPAHN2412picnic_bench2PCPFJJHN2419picnic_bench2SDPFJRAHv2420hedge5PEPFJPAHb2423picnic_groundSEPFJJHb2427picnic_groundSFPFJRAHK255picnic_stumpQAQFJJHv2511hedge5SBQFJPAHN2512picnic_bench2PCQFJJHN2519picnic_bench2SDQFJRAHv2520hedge5PEQFJPAHG2524picnic_cloth2PFQFJJHK267picnic_stumpSARFJHHv2611hedge5SBRFJPAHO2612picnic_bench3PCRFJJHH2614picnic_fireplace1RCRFJHHI2616picnic_fireplace2PDRFJJHO2619picnic_bench3SDRFJRAHv2620hedge5PERFJPAHb2625picnic_groundQFRFJHHz2711hedge9SBSFJPAHQ2712picnic_lemonadePCSFJPAHz2720hedge9PESFJPAHE298picnic_firewood2PBQGJHHa300picnic_redbench2HRGJJHD308picnic_firewood1PBRGJHHA310picnic_redbench1HSGJJHD318picnic_firewood1PBSGJHHM3112picnic_bench1PCSGJPAHN3113picnic_bench2QCSGJPAHO3114picnic_bench3RCSGJPAHM3118picnic_bench1RDSGJPAHN3119picnic_bench2SDSGJPAHO3120picnic_bench3PESGJPAHf3127picnic_carrotSFSGJHHf3128picnic_carrotPGSGJHHf3129picnic_carrotQGSGJHHf3130picnic_carrotRGSGJHHf3131picnic_carrotSGSGJHHD328picnic_firewood1PBPHJHHF3212picnic_table2PCPHJJHP3214picnic_tableRCPHJJHF3218picnic_table2RDPHJJHP3220picnic_tablePEPHJJHr333hedge1KQHJPAHD338picnic_firewood1PBQHJHHM3312picnic_bench1PCQHJHHN3313picnic_bench2QCQHJHHO3314picnic_bench3RCQHJHHM3318picnic_bench1RDQHJHHN3319picnic_bench2SDQHJHHO3320picnic_bench3PEQHJHHg3327picnic_cabbageSFQHJHHg3328picnic_cabbagePGQHJHHg3329picnic_cabbageQGQHJHHv343hedge5KRHJPAHD348picnic_firewood1PBRHJHHv353hedge5KSHJPAHD358picnic_firewood1PBSHJHHv363hedge5KPIJPAHD368picnic_firewood1PBPIJHHD378picnic_firewood1PBQIJHHM3712picnic_bench1PCQIJPAHN3713picnic_bench2QCQIJPAHO3714picnic_bench3RCQIJPAHM3718picnic_bench1RDQIJPAHN3719picnic_bench2SDQIJPAHO3720picnic_bench3PEQIJPAHD388picnic_firewood1PBRIJHHF3812picnic_table2PCRIJJHP3814picnic_tableRCRIJJHF3818picnic_table2RDRIJJHP3820picnic_tablePERIJJHJ398picnic_firewood3PBSIJHHM3912picnic_bench1PCSIJHHN3913picnic_bench2QCSIJHHO3914picnic_bench3RCSIJHHM3918picnic_bench1RDSIJHHN3919picnic_bench2SDSIJHHO3920picnic_bench3PESIJH','0'),('custom_model',0,0,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxx0000000000000xxxx
+xxxxxxxxxxx000000000000000xxx
+xxxxxxxxxx00000000000000000xx
+xxxxxxxxxx00000000000000000xx
+xxxxxxxxxx00000000000000000xx
+xxxxxxxxxx11111111111111111xx
+xxxxxxxxxx22222222222222222xx
+xxxxxxxxxx22222222222222222xx
+xxxxxxxxxx22222222222222222xx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','0'),('theater',20,27,0,'XXXXXXXXXXXXXXXXXXXXXXX
+XXXXXXXXXXXXXXXXXXXXXXX
+XXXXXXXXXXXXXXXXXXXXXXX
+XXXXXXXXXXXXXXXXXXXXXXX
+XXXXXXXXXXXXXXXXXXXXXXX
+XXXXXXXXXXXXXXXXXXXXXXX
+XXXXXXX111111111XXXXXXX
+XXXXXXX11111111100000XX
+XXXX00X11111111100000XX
+XXXX00x11111111100000XX
+4XXX00X11111111100000XX
+4440000XXXXXXXXX00000XX
+444000000000000000000XX
+4XX000000000000000000XX
+4XX0000000000000000000X
+44400000000000000000000
+44400000000000000000000
+44X00000000000000000000
+44X11111111111111111000
+44X11111111111111111000
+33X11111111111111111000
+22X11111111111111111000
+22X11111111111111111000
+22X11111111111111111000
+22X11111111111111111000
+22X11111111111111111000
+22211111111111111111000
+22211111111111111111000
+XXXXXXXXXXXXXXXXXXXX00X
+XXXXXXXXXXXXXXXXXXXX00X','QKHm1011micSBRBIHHd112thchair2JSBPAJHd122thchair2JPCPAJHd152thchair2JSCPAJHc156thchair1RASCHHHc157thchair1SASCHHHc158thchair1PBSCHHHc159thchair1QBSCHHHc1510thchair1RBSCHHHc1512thchair1PCSCHHHc1513thchair1QCSCHHHc1514thchair1RCSCHHHc1515thchair1SCSCHHHc1516thchair1PDSCHHHd162thchair2JPDPAJHc206thchair1RAPEIHHc207thchair1SAPEIHHc208thchair1PBPEIHHc209thchair1QBPEIHHc2010thchair1RBPEIHHc2012thchair1PCPEIHHc2013thchair1QCPEIHHc2014thchair1RCPEIHHc2015thchair1SCPEIHHc2016thchair1PDPEIHHc236thchair1RASEIHHc237thchair1SASEIHHc238thchair1PBSEIHHc239thchair1QBSEIHHc2310thchair1RBSEIHHc2312thchair1PCSEIHHc2313thchair1QCSEIHHc2314thchair1RCSEIHHc2315thchair1SCSEIHHc2316thchair1PDSEIHHc266thchair1RARFIHHc267thchair1SARFIHHc268thchair1PBRFIHHc269thchair1QBRFIHHc2610thchair1RBRFIHHc2612thchair1PCRFIHHc2613thchair1QCRFIHHc2614thchair1RCRFIHHc2615thchair1SCRFIHHc2616thchair1PDRFIH','0'),('orient',35,22,6,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx
+xxxxxxxxxxxxxx1000000000xxxxxxxxxxxx
+xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxx1xx000x000xx111x111xxx
+xxxxxxxxxxxxxx1xx000x000xxxxxx1111xx
+xxxxxxxxxxxxxx1xx000x000x111111111xx
+xxxxxxxxxxxxxx1xx000x000x111111111xx
+xxx111111111111xx000x000x111111111xx
+xxx1xxxxxxxxxxxxx000x000x111111111xx
+xxx1x1111111111000000000x111111111xx
+xxx1x1111111111000000000xx1111111xxx
+xxx1x11xxxxxx11000000000xx1111111100
+xxx111xxxxxxx11000000000011111111100
+xxx111xxxxxxx11000000000011111111100
+xxxxx1xxxxxxx11000000000011111111100
+xxxxx11xxxxxx11000000000xx1111111100
+xxxxx1111111111000000000xx1111111xxx
+xxxxx1111111111xx000x000x111111111xx
+xxxxxxxxxxxxxxxxx000x000x111111111xx
+xxxxxxxxxxxxxxxxx000x000x111111111xx
+xxxxxxxxxxxxxxxxx000x000x111111111xx
+xxxxxxxxxxxxxxxxx000x000x111111111xx
+xxxxxxxxxxxxxxxxx000x00xx11xxxx111xx
+xxxxxxxxxxxxxxxxxxxxxxxxxx11111111xx','SOHd1017benchQDRBHJHd1019benchSDRBHRAHd1021benchQERBHJHd1023benchSERBHRAHd1117benchQDSBHJHd1119benchSDSBHRAHd1121benchQESBHJHd1123benchSESBHRAHb1132koc_chairPHSBIPAHd1217benchQDPCHJHd1219benchSDPCHRAHd1221benchQEPCHJHd1223benchSEPCHRAHb1231koc_chairSGPCIJHa1232koc_tablePHPCIHHb1233koc_chairQHPCIRAHd1317benchQDQCHJHd1319benchSDQCHRAHd1321benchQEQCHJHd1323benchSEQCHRAHb1325koc_chairQFQCIPAHb1332koc_chairPHQCIHHd1417benchQDRCHJHd1419benchSDRCHRAHd1421benchQERCHJHd1423benchSERCHRAHa1425koc_tableQFRCIHHb1426koc_chairRFRCIRAHd1517benchQDSCHJHd1519benchSDSCHRAHd1521benchQESCHJHd1523benchSESCHRAHb1525koc_chairQFSCIHHb1529koc_chairQGSCIJHa1530koc_tableRGSCIHHb1531koc_chairSGSCIRAHb1630koc_chairRGPDIHHc2425chairf1QFPFIJHc2433chairf1QHPFIRAHd2517benchQDQFHJHd2519benchSDQFHRAHd2521benchQEQFHJHd2523benchSEQFHRAHc2525chairf1QFQFIJHc2533chairf1QHQFIRAHd2617benchQDRFHJHd2619benchSDRFHRAHd2621benchQERFHJHd2623benchSERFHRAHc2625chairf1QFRFIJHc2633chairf1QHRFIRAHd2717benchQDSFHJHd2719benchSDSFHRAHd2721benchQESFHJHd2723benchSESFHRAHd2817benchQDPGHJHd2819benchSDPGHRAHd2821benchQEPGHJHd2823benchSEPGHRAHd2917benchQDQGHJHd2919benchSDQGHRAHd2921benchQEQGHJHd2923benchSEQG`hFFRA','0'),('dusty_lounge',14,1,4,'xxxxxxxxxxxxxx22xxxxxxxxxxxxx
+xxxxxxxxxx222x222x2xxxxxxxxxx
+xxxxxxx33322222222223xxxxxxx3
+xxxxxxx33322222222223xxxxxxx3
+xxxxxxx33322222222223x33333x3
+xxxxxxx33322222222223x33333x3
+xx111xx33322222222223xxxxxxx3
+xx111xxx332222222222333333333
+xx111xxxx32222222222333333333
+xx111xxxxxx222222222333333333
+xx111xxxxxxx1111111x333333333
+xx111xxxxxxx1111111x222222222
+xx111xxxxxx111111111111111111
+xx111xxxxxx111111111111111111
+11111xxxxxx111111111111111111
+11111xxxxxx111111111111111111
+11x11xxxxxx111111111111111111
+11xxxxxxxxx11111111111111111x
+x11xxxxxxxxx1111111x1111111xx
+xx11xxxxxxx111111111111111xxx
+xxx11xxxxxx11111111111111xxxx
+xxxx11111111111111111111xxxxx
+xxxxx11111111111111xxxxxxxxxx
+xxxxxxxxxxx11111111xxxxxxxxxx
+xxxxxxxxxxx11111111xxxxxxxxxx','QHHc48greenchair2PBPAKPAHd49greenchair1QBPAKPAHc68greenchair2PBRAKHHd69greenchair1QBRAKHHa620dustylampPERAKJHa628dustylampPGRAKJHc73greenchair2KSAIPAHd74greenchair1PASAIPAHc93greenchair2KQBIHHd94greenchair1PAQBIHHb1021yellowchairQERBKJHb1023yellowchairSERBKRAHb1026yellowchairRFRBKJHb1028yellowchairPGRBKRAHc1211greenchair2SBPCIJHc133greenchair2KQCIPAHd134greenchair1PAQCIPAHd1311greenchair1SBQCIJHa1411dustylampSBRCIJHc153greenchair2KSCIHHd154greenchair1PASCIHHc1511greenchair2SBSCIJHb1524yellowchairPFSCIPAHd1611greenchair1SBPDIJHb1722yellowchairREQDIJHa1724dustylampPFQDIJHb1726yellowchairRFQDIRAHa1911dustylampSBSDIJHb1924yellowchairPFSDIHHc2312greenchair2PCSEIJHc2314greenchair2RCSEIRAHd2412greenchair1PCPFIJHd2414greenchair1RCPFIRA','0'),('netcafe',22,12,2,'xxxxx1111xxxxxxxxxxx1xxxx
+xxxxx1111111111111111xxxx
+xxxxx1111111111111111xxxx
+xxxxx1111111111111111xxxx
+xxxxxxxx0000000000000xxxx
+111111100000000000000xxxx
+111111100000000000000xxxx
+111111100000000000000xxxx
+xxxx11100000000000000xxxx
+x1xx11100000000000000xxxx
+x1xx11100000000000000xxxx
+x1xx111000000000000000000
+x1xx111000000000000000000
+xxxx111000000000000000000
+xxxx11100000000000000xxxx
+xxxx1110000000xx11111xxxx
+xxxxx111110000x111111xxxx
+xxxxxx111100001111111xxxx
+xxxxxx111100001111111xxxx
+xxxxxx111100001111111xxxx
+xxxxxx111100001111111xxxx
+xxxxxx111100001111111xxxx
+xxxxxx111100001111111xxxx
+xxxxx1111100001111111xxxx','RRHi06shift1RAHIPAHj07shift2SAHIPAHm110mRBIIHHl113lQCIIHHk116kPDIIHHk119kSDIIHHh35kukat6QAKIHHg36kukat5RAKIHHc312kukat2PCKIHHb313kukat1QCKIHHc319kukat2SDKIHHb320kukat1PEKIHHi412shift1PCPAHPAHj413shift2QCPAHPAHi419shift1SDPAHPAHj420shift2PEPAHPAHi50shift1HQAIPAHj51shift2IQAIPAHi52shift1JQAIPAHj53shift2KQAIPAHk715kSCSAHJHo716table2PDSAHRAHz717tablecornerQDSAHHHm718mRDSAHRAHl815lSCPBHJHo816table2PDPBHPAHl818lRDPBHRAHm94mPAQBIRAHk99kQBQBHJHp910table3RBQBHRAHz911tablecornerSBQBHHHm912mPCQBHRAHk915kSCQBHJHo916table2PDQBHJHk918kRDQBHRAHk104kPARBIRAHm109mQBRBHJHp1010table3RBRBHPAHm1012mPCRBHRAHm1015mSCRBHJHo1016table2PDRBHHHk1018kRDRBHRAHl114lPASBIRAHl119lQBSBHJHp1110table3RBSBHJHl1112lPCSBHRAHk124kPAPCIRAHl129lQBPCHJHp1210table3RBPCHHHk1212kPCPCHRAHm134mPAQCIRAHc165kukat2QAPDIHHb166kukat1RAPDIHHc167kukat2SAPDIHHb168kukat1PBPDIHHe169kukat3QBPDIHHd1615kukka2SCPDIHHf179kukat4QBQDIHHk186kRARDIRAHe189kukat3QBRDIHHs1820sofabig3PERDIRAHf199kukat4QBSDIHHn1917table1QDSDIPAHz1918tablecornerRDSDIHHr1920sofabig2PESDIRAHn2017table1QDPEIJHr2020sofabig2PEPEIRAHm216mRAQEIRAHn2117table1QDQEIHHq2120sofabig1PEQEIRAHv2316sofalittle3PDSEIHHu2317sofalittle2QDSEIHHt2318sofalittle1RDSEIHHa2320kukkaPESEIH','0'),('rooftop_2',4,9,2,'x0000x000
+xxxxxx000
+000000000
+000000000
+000000000
+000000000
+000000000
+000000000
+000000000
+000000000
+xxx000xxx
+xxx000xxx','RDHk08rooftop_bigchairPBHHPAHl18rooftop_bigtablePBIHHHj20rooftop_sofabHJHPAHi21rooftop_sofaIJHPAHk28rooftop_bigchairPBJHHHk38rooftop_bigchairPBKHPAHl48rooftop_bigtablePBPAHHHj50rooftop_sofabHQAHHHi51rooftop_sofaIQAHHHk58rooftop_bigchairPBQAHHHj60rooftop_sofabHRAHPAHi61rooftop_sofaIRAHPAHj67rooftop_sofabSARAHPAHi68rooftop_sofaPBRAHPAHj90rooftop_sofabHQBHHHi91rooftop_sofaIQBHHHj97rooftop_sofabSAQBHHHi98rooftop_sofaPBQBHH','0'),('star_lounge',37,36,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx2222x4444442222xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx22222x444x32222xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx22222xx4xx22222xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx
+xxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxx3333x22222222221111xxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxx3333xx2x22222220000xxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxx333333332222222000000xxxxxxxxxxxxx
+xxxxxxxxxxxxxxxx333333332222222x0000000xxxxxxxxxxx
+xxxxxxxxxxxxxxxxx33333332222222x0000000xxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxx222222000000xxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx','PXHk1521star_tableQESCJHHa1522star_sofaRESCJPAHb1523star_sofa2SESCJPAHz1524palmPFSCJHHb1621star_sofa2QEPDJJHQ1632dj1PHPDJHHW1633dj2QHPDJHHE1634dj3RHPDJHHa1721star_sofaQEQDJJHm1728star_microphonePGQDPAHHb1821star_sofa2QERDJJHa1835star_sofaSHRDJRAHa1921star_sofaQESDJJHb1935star_sofa2SHSDJRAHb2021star_sofa2QEPEJJHb2024star_sofa2PFPEJJHa2032star_sofaPHPEJRAHa2035star_sofaSHPEJRAHa2121star_sofaQEQEJJHa2124star_sofaPFQEJJHb2132star_sofa2PHQEJRAHb2135star_sofa2SHQEJRAHc2221star_sofachairQEREJJHk2224star_tablePFREJHHb2225star_sofa2QFREJHHa2226star_sofaRFREJHHb2230star_sofa2RGREJHHa2231star_sofaSGREJHHk2232star_tablePHREJHHk2235star_tableSHREJHHz2321palmQESEJHHa2335star_sofaSHSEJRAHp2422bar10REPFJHHb2435star_sofa2SHPFJRAHa2437star_sofaQIPFIPAHb2438star_sofa2RIPFIPAHa2439star_sofaSIPFIPAHb2440star_sofa2PJPFIPAHo2522bar9REQFJHHb2525star_sofa2QFQFJHHa2526star_sofaRFQFJHHb2530star_sofa2RGQFJHHa2531star_sofaSGQFJHHa2535star_sofaSHQFJRAHb2536star_sofa2PIQFIJHi2622bar8RERFJHHX2625palm1QFRFJHHV2626palm3RFRFJHHC2630palm2RGRFJHHB2631palm4SGRFJHHb2635star_sofa2SHRFJRAHa2636star_sofaPIRFIJHk2639star_tableSIRFIHHk2640star_tablePJRFIHHu2722bar7RESFJHHa2725star_sofaQFSFJPAHb2726star_sofa2RFSFJPAHa2730star_sofaRGSFJPAHb2731star_sofa2SGSFJPAHk2735star_tableSHSFJHHz2736palmPISFIHHk2737star_tableQISFIHHy2822bar6REPGJHHt2922bar5REQGJHHk2925star_tableQFQGJHHk2926star_tableRFQGJHHk3016star_tablePDRGKHHr3022bar4RERGJHHb3116star_sofa2PDSGKJHe3122bar3RESGJHHb3125star_sofa2QFSGJHHa3126star_sofaRFSGJHHa3130star_sofaRGSGJRAHa3216star_sofaPDPHKJHw3222bar2REPHJHHB3225palm4QFPHJHHX3226palm1RFPHJHHb3230star_sofa2RGPHJRAHb3316star_sofa2PDQHKJHq3322bar1REQHJHHa3325star_sofaQFQHJPAHb3326star_sofa2RFQHJPAHa3330star_sofaRGQHJRAHa3416star_sofaPDRHKJHb3430star_sofa2RGRHJRAHV3435palm3SHRHHHHC3436palm2PIRHHHHk3516star_tablePDSHKHHa3530star_sofaRGSHJRAHb3630star_sofa2RGPIJRAHc3725star_sofachairQFQIJHHb3726star_sofa2RFQIJHHa3727star_sofaSFQIJHHb3728star_sofa2PGQIJHHa3729star_sofaQGQIJHHk3730star_tableRGQIJH','0'),('tearoom',21,19,6,'xxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxx3333x33333333x
+333333xx3333x33333333x
+3333333x3333x33333333x
+3333333x3333x33333333x
+3333333xxxxxx33333333x
+333333333333333333333x
+333333333333333333333x
+333333333333333333333x
+333333333333333333333x
+33333333222x333333333x
+33333333222x333333333x
+33333333222x333333333x
+33333333222x333333333x
+33333333111x333333333x
+33333333111x333333333x
+33333333111x333333333x
+xxxxxxxx111xxxxxxxxxxx
+11111111111111111111xx
+1111111111111111111111
+1111111111111111111111
+11111111111111111111xx','QIHh113hardwoodsofa1QCIKPAHi114hardwoodsofa2RCIKPAHj115hardwoodsofa3SCIKPAHc116teabambooPDIKHHh118hardwoodsofa1RDIKPAHi119hardwoodsofa2SDIKPAHj120hardwoodsofa3PEIKPAHl313teasmalltable1QCKKHHk315teasmalltable2SCKKHHl318teasmalltable1RDKKHHk320teasmalltable2PEKKHHe62teastoolJRAKPAHe63teastoolKRAKPAHf68chinastoolredPBRAKPAHf69chinastoolredQBRAKPAHf610chinastoolredRBRAKPAHf611chinastoolredSBRAKPAHa82teatable1JPBKHHb83teatable2KPBKHHm92teastool2JQBKHHm93teastool2KQBKHHe916teastoolPDQBKPAHe917teastoolQDQBKPAHa1116teatable1PDSBKHHb1117teatable2QDSBKHHe122teastoolJPCKPAHe123teastoolKPCKPAHm1216teastool2PDPCKHHm1217teastool2QDPCKHHa142teatable1JRCKHHb143teatable2KRCKHHm152teastool2JSCKHHm153teastool2KSCKHHd180teavaseHRDIHHg190chinastoolgreenHSDIJHg200chinastoolgreenHPEIJHd210teavaseHQEIH','0'),('rooftop',17,12,2,'44xxxxxxxxxxxxxxxxxx
+444xxxxxxxxxxx444444
+4444xxxxxxxxxx444444
+44444xxxx4xxxx444444
+444444xxx44xxx444444
+44444444444444444444
+44444444444444444444
+44444444444444444444
+44444444xx44xx44xx44
+44444444xx44xx44xx44
+44444444444444444444
+44444444444444444444
+44444444444444444444
+x444444x444444xx4444
+x444444x444444xx333x
+x444444x444444xx222x
+x444444x444444xx11xx
+x444444x444444xxxxxx','PKHa10rooftop_minichairHIPAPAHd116rooftop_flatcurbPDIPAPAHe117rooftop_flatcurb2QDIPAPAHc20rooftop_rodtableHJPAHHa21rooftop_minichairIJPARAHa30rooftop_minichairHKPAHHd416rooftop_flatcurbPDPAPAHHe417rooftop_flatcurb2QDPAPAHHa62rooftop_minichairJRAPAPAHa71rooftop_minichairISAPAJHc72rooftop_rodtableJSAPAHHa73rooftop_minichairKSAPARAHa82rooftop_minichairJPBPAHHa90rooftop_minichairHQBPAPAHb100rooftop_emptytableHRBPAHHa110rooftop_minichairHSBPAHHd131rooftop_flatcurbIQCPAJHd136rooftop_flatcurbRAQCPARAHd138rooftop_flatcurbPBQCPAJHd1313rooftop_flatcurbQCQCPARAHf141rooftop_flatcurb3IRCPAJHf146rooftop_flatcurb3RARCPARAHf148rooftop_flatcurb3PBRCPAJHf1413rooftop_flatcurb3QCRCPARAHf151rooftop_flatcurb3ISCPAJHf156rooftop_flatcurb3RASCPARAHf158rooftop_flatcurb3PBSCPAJHf1513rooftop_flatcurb3QCSCPARAHf161rooftop_flatcurb3IPDPAJHf166rooftop_flatcurb3RAPDPARAHf168rooftop_flatcurb3PBPDPAJHf1613rooftop_flatcurb3QCPDPARAHg171rooftop_flatcurb4IQDPAHHf172rooftop_flatcurb3JQDPAHHf173rooftop_flatcurb3KQDPAHHf174rooftop_flatcurb3PAQDPAHHf175rooftop_flatcurb3QAQDPAHHh176rooftop_flatcurb5RAQDPAHHg178rooftop_flatcurb4PBQDPAHHf179rooftop_flatcurb3QBQDPAHHf1710rooftop_flatcurb3RBQDPAHHf1711rooftop_flatcurb3SBQDPAHHf1712rooftop_flatcurb3PCQDPAHHh1713rooftop_flatcurb5QCQDPAH','0'),('pub_a',15,25,2,'xxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxx2222222211111xxx
+xxxxxxxxx2222222211111xxx
+xxxxxxxxx2222222211111xxx
+xxxxxxxxx2222222211111xxx
+xxxxxxxxx2222222222111xxx
+xxxxxxxxx2222222222111xxx
+xxxxxxxxx2222222222000xxx
+xxxxxxxxx2222222222000xxx
+xxxxxxxxx2222222222000xxx
+xxxxxxxxx2222222222000xxx
+x333333332222222222000xxx
+x333333332222222222000xxx
+x333333332222222222000xxx
+x333333332222222222000xxx
+x333333332222222222000xxx
+x333332222222222222000xxx
+x333332222222222222000xxx
+x333332222222222222000xxx
+x333332222222222222000xxx
+x333333332222222222000xxx
+xxxxx31111112222222000xxx
+xxxxx31111111000000000xxx
+xxxxx31111111000000000xxx
+xxxxx31111111000000000xxx
+xxxxx31111111000000000xxx
+xxxxxxxxxxxxxxx00xxxxxxxx
+xxxxxxxxxxxxxxx00xxxxxxxx
+xxxxxxxxxxxxxxx00xxxxxxxx
+xxxxxxxxxxxxxxx00xxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxx','SWHS119pub_sofa2SDIIPAHs120pub_sofaPEIIPAHs121pub_sofaQEIIPAHq211bardesk1SBJJHHc212pub_chairPCJJRAHQ311bardesk2SBKJHHq411bardesk1SBPAJHHc412pub_chairPCPAJRAHQ511bardesk2SBQAJHHf518pub_fenceRDQAJIHq611bardesk1SBRAJHHc612pub_chairPCRAJRAHf618pub_fenceRDRAJHHQ711bardesk2SBSAJHHf718pub_fenceRDSAJHHq811bardesk1SBPBJHHc812pub_chairPCPBJRAHf818pub_fenceRDPBJHHw910bardesk4RBQBJHHW911bardesk3SBQBJHHf918pub_fenceRDQBJHHf1018pub_fenceRDRBJHHC112pub_chair2JSBKPAHC113pub_chair2KSBKPAHC115pub_chair2QASBKPAHC116pub_chair2RASBKPAHf118pub_fencePBSBKIHf1118pub_fenceRDSBJHHf128pub_fencePBPCKHHf1218pub_fenceRDPCJHHf138pub_fencePBQCKHHC139pub_chair2QBQCJJHk1314pub_chair3RCQCJJHT1315pub_table2SCQCJIHk1316pub_chair3PDQCJRAHf1318pub_fenceRDQCJHHf148pub_fencePBRCKJHC149pub_chair2QBRCJJHk1414pub_chair3RCRCJJHT1415pub_table2SCRCJJHk1416pub_chair3PDRCJRAHf1418pub_fenceRDRCJHHt151pub_tableISCKHHf155pub_fenceQASCKIHf1518pub_fenceRDSCJHHS161pub_sofa2IPDKJHf165pub_fenceQAPDKHHf1618pub_fenceRDPDJHHs171pub_sofaIQDKJHf175pub_fenceQAQDKHHk1713pub_chair3QCQDJPAHk1714pub_chair3RCQDJPAHk1715pub_chair3SCQDJPAHk1716pub_chair3PDQDJPAHf1718pub_fenceRDQDJHHs181pub_sofaIRDKJHf185pub_fenceQARDKHHT1813pub_table2QCRDJQAHT1814pub_table2RCRDJRAHT1815pub_table2SCRDJRAHT1816pub_table2PDRDJPAHf1818pub_fenceRDRDJHHs192pub_sofaJSDKHHS193pub_sofa2KSDKHHf195pub_fenceQASDKHHk1913pub_chair3QCSDJHHk1914pub_chair3RCSDJHHk1915pub_chair3SCSDJHHk1916pub_chair3PDSDJHHf1918pub_fenceRDSDJHHf201pub_fenceIPEKQAHf202pub_fenceJPEKRAHf203pub_fenceKPEKRAHf204pub_fencePAPEKRAHf205pub_fenceQAPEKKHf2018pub_fenceRDPEJHHS217pub_sofa2SAQEIPAHs218pub_sofaPBQEIPAHf2112pub_fencePCQEJQAHf2113pub_fenceQCQEJRAHf2114pub_fenceRCQEJRAHf2115pub_fenceSCQEJRAHf2116pub_fencePDQEJRAHf2117pub_fenceQDQEJRAHf2118pub_fenceRDQEJKHS226pub_sofa2RAREIJHt2215pub_tableSCREHHHC2216pub_chair2PDREHPAHC2217pub_chair2QDREHPAHs236pub_sofaRASEIJHT238pub_table2PBSEIIHs246pub_sofaRAPFIJHT248pub_table2PBPFIHHs256pub_sofaRAQFIJHT258pub_table2PBQFIJ','0'),('newbie_lobby',2,11,2,'xxxxxxxxxxxxxxxx000000
+xxxxx0xxxxxxxxxx000000
+xxxxx00000000xxx000000
+xxxxx000000000xx000000
+0000000000000000000000
+0000000000000000000000
+0000000000000000000000
+0000000000000000000000
+0000000000000000000000
+xxxxx000000000000000xx
+xxxxx000000000000000xx
+x0000000000000000000xx
+x0000000000000000xxxxx
+xxxxxx00000000000xxxxx
+xxxxxxx0000000000xxxxx
+xxxxxxxx000000000xxxxx
+xxxxxxxx000000000xxxxx
+xxxxxxxx000000000xxxxx
+xxxxxxxx000000000xxxxx
+xxxxxxxx000000000xxxxx
+xxxxxxxx000000000xxxxx
+xxxxxx00000000000xxxxx
+xxxxxx00000000000xxxxx
+xxxxxx00000000000xxxxx
+xxxxxx00000000000xxxxx
+xxxxxx00000000000xxxxx
+xxxxx000000000000xxxxx
+xxxxx000000000000xxxxx','SOHa016crl_lampPDHHHHy017crl_sofa2cQDHHPAHw018crl_sofa2bRDHHPAHv019crl_sofa2aSDHHPAHa020crl_lampPEHHHHb116crl_chairPDIHJHa27crl_lampSAJHHHa211crl_lampSBJHHHb216crl_chairPDJHJHc35crl_pillarQAKHHHb37crl_chairSAKHJHu39crl_table1bQBKHHHs311crl_sofa1cSBKHRAHb316crl_chairPDKHJHA319crl_table2bSDKHHHz320crl_table2aPEKHHHa40crl_lampHPAHHHy41crl_sofa2cIPAHPAHw42crl_sofa2bJPAHPAHv43crl_sofa2aKPAHPAHa44crl_lampPAPAHHHt49crl_table1aQBPAHHHr411crl_sofa1bSBPAHRAHh415crl_wall2aSCPAHHHa416crl_lampPDPAHHHb50crl_chairHQAHJHb57crl_chairSAQAHJHq511crl_sofa1aSBQAHRAHA62crl_table2bJRAHHHz63crl_table2aKRAHHHa611crl_lampSBRAHHHb70crl_chairHSAHJHa80crl_lampHPBHHHD81crl_sofa3cIPBHHHC82crl_sofa3bJPBHHHB83crl_sofa3aKPBHHHa84crl_lampPAPBHHHo819crl_barchair2SDPBHHHp820crl_tablebarPEPBHHHo821crl_barchair2QEPBHHHE95crl_pillar2QAQBHHHc99crl_pillarQBQBHHHP158crl_desk1aPBSCHHHO159crl_deskiQBSCHHHN1510crl_deskhRBSCHHHM1610crl_deskgRBPDHHHL1710crl_deskfRBQDHHHK1810crl_deskeRBRDHHHK1910crl_deskeRBSDHHHK2010crl_deskeRBPEHHHK2110crl_deskeRBQEHHHK2210crl_deskeRBREHHHK2310crl_deskeRBSEHHHG247crl_wallbSAPFHHHK2410crl_deskeRBPFHHHF257crl_wallaSAQFHHHH258crl_desk1bPBQFHHHI259crl_desk1cQBQFHHHJ2510crl_desk1dRBQFHHHd2712crl_lamp2PCSFHHHf2713crl_cabinet2QCSFHHHe2714crl_cabinet1RCSFHHHd2715crl_lamp2SCSFHH','0'),('pizza',5,27,2,'xxxxxxxxx0000000
+x11111x1xx000000
+11xxxxx111x00000
+11x1111111xx0000
+11x1111111100000
+xxx1111111100000
+1111111111100000
+1111111111100000
+1111111111100000
+1111111111100000
+1111111111100000
+1111111111100000
+1111111111100000
+1111111111100000
+1111111111100000
+1111111111100000
+1111111111100000
+11111111111xxxxx
+1111111111xxxxxx
+1111111111111111
+1111111111111111
+1111111111111111
+1111111111111111
+1111111111111111
+1111111111111111
+11xx11xx11111111
+xxxx11xxxxxxxxxx
+xxxx11xxxxxxxxxx','QGHa015pizza_plant1SCHHJHe314pizza_sofa1RCKHPAHE315pizza_sofa2SCKHPAHc515pizza_tableSCQAHJHb60pizza_plant2HRAIJHf614pizza_sofa3RCRAHHHF615pizza_sofa4SCRAHHHd81pizza_chairIPBIPAHd82pizza_chairJPBIPAHc102pizza_tableJRBIJHe1014pizza_sofa1RCRBHPAHE1015pizza_sofa2SCRBHPAHd111pizza_chairISBIHHd112pizza_chairJSBIHHc1215pizza_tableSCPCHJHf1314pizza_sofa3RCQCHHHF1315pizza_sofa4SCQCHHHd161pizza_chairIPDIPAHd162pizza_chairJPDIPAHc182pizza_tableJRDIJHd191pizza_chairISDIHHd192pizza_chairJSDIHHd2111pizza_chairSBQEIJHd2114pizza_chairRCQEIRAHd2211pizza_chairSBREIJHc2213pizza_tableQCREIHHd2214pizza_chairRCREIRAHa250pizza_plant1HQFIJHa2515pizza_plant1SCQFIJ','0'),('old_skool',2,1,2,'xx0xxxxxxxxxxxxxx
+0000000xxx00000xx
+0000000x0000000xx
+0000000xxxxxxxxxx
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+00000000000000000
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x
+0000000000000000x','SLHk49mobiles_chair3QBPAHHHk410mobiles_chair3RBPAHHHk411mobiles_chair3SBPAHHHk412mobiles_chair3PCPAHHHe101mobiles_chair1IRBHPAHe1010mobiles_chair1RBRBHPAHe110mobiles_chair1HSBHJHb111mobiles_table2ISBHHHc112mobiles_table3JSBHHHe113mobiles_chair1KSBHRAHb1110mobiles_table2RBSBHHHc1111mobiles_table3SBSBHHHa121mobiles_table1IPCHHHd122mobiles_table4JPCHHHe129mobiles_chair1QBPCHJHa1210mobiles_table1RBPCHHHd1211mobiles_table4SBPCHHHe1212mobiles_chair1PCPCHRAHe131mobiles_chair1IQCHHHe1311mobiles_chair1SBQCHHHe150mobiles_chair1HSCHPAHe170mobiles_chair1HQDHJHb171mobiles_table2IQDHHHc172mobiles_table3JQDHHHe173mobiles_chair1KQDHRAHa181mobiles_table1IRDHHHd182mobiles_table4JRDHHHe192mobiles_chair1JSDHHHe211mobiles_chair1IQEHPAHb216mobiles_table2RAQEHHHc217mobiles_table3SAQEHHHe2112mobiles_chair1PCQEHPAHe220mobiles_chair1HREHJHb221mobiles_table2IREHHHc222mobiles_table3JREHHHe223mobiles_chair1KREHRAHe225mobiles_chair1QAREHJHa226mobiles_table1RAREHHHd227mobiles_table4SAREHHHe228mobiles_chair1PBREHRAHe2211mobiles_chair1SBREHJHb2212mobiles_table2PCREHHHc2213mobiles_table3QCREHHHe2214mobiles_chair1RCREHRAHa231mobiles_table1ISEHHHd232mobiles_table4JSEHHHa2312mobiles_table1PCSEHHHd2313mobiles_table4QCSEHHHe241mobiles_chair1IPFHHHe247mobiles_chair1SAPFHPAHe2413mobiles_chair1QCPFHH','0'),('model_h',4,4,2,'xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxx111111x
+xxxxx111111x
+xxxx1111111x
+xxxxx111111x
+xxxxx111111x
+xxxxx000000x
+xxxxx000000x
+xxx00000000x
+xxx00000000x
+xxx00000000x
+xxx00000000x
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx','','1'),('model_p',0,23,2,'xxxxxxxxxxxxxxxxxxx
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx222222222222
+xxxxxxx22222222xxxx
+xxxxxxx11111111xxxx
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x222221111111111111
+x2222xx11111111xxxx
+x2222xx00000000xxxx
+x2222xx000000000000
+x2222xx000000000000
+x2222xx000000000000
+x2222xx000000000000
+22222xx000000000000
+x2222xx000000000000
+xxxxxxxxxxxxxxxxxxx','','1'),('model_r',10,4,2,'xxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxx33333333333333
+xxxxxxxxxxx33333333333333
+xxxxxxxxxxx33333333333333
+xxxxxxxxxx333333333333333
+xxxxxxxxxxx33333333333333
+xxxxxxxxxxx33333333333333
+xxxxxxx333333333333333333
+xxxxxxx333333333333333333
+xxxxxxx333333333333333333
+xxxxxxx333333333333333333
+xxxxxxx333333333333333333
+xxxxxxx333333333333333333
+x4444433333xxxxxxxxxxxxxx
+x4444433333xxxxxxxxxxxxxx
+x44444333333222xx000000xx
+x44444333333222xx000000xx
+xxx44xxxxxxxx22xx000000xx
+xxx33xxxxxxxx11xx000000xx
+xxx33322222211110000000xx
+xxx33322222211110000000xx
+xxxxxxxxxxxxxxxxx000000xx
+xxxxxxxxxxxxxxxxx000000xx
+xxxxxxxxxxxxxxxxx000000xx
+xxxxxxxxxxxxxxxxx000000xx
+xxxxxxxxxxxxxxxxxxxxxxxxx','','1'),('model_q',10,4,2,'xxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxx22222222
+xxxxxxxxxxx22222222
+xxxxxxxxxxx22222222
+xxxxxxxxxx222222222
+xxxxxxxxxxx22222222
+xxxxxxxxxxx22222222
+x222222222222222222
+x222222222222222222
+x222222222222222222
+x222222222222222222
+x222222222222222222
+x222222222222222222
+x2222xxxxxxxxxxxxxx
+x2222xxxxxxxxxxxxxx
+x2222211111xx000000
+x222221111110000000
+x222221111110000000
+x2222211111xx000000
+xx22xxx1111xxxxxxxx
+xx11xxx1111xxxxxxxx
+x1111xx1111xx000000
+x1111xx111110000000
+x1111xx111110000000
+x1111xx1111xx000000
+xxxxxxxxxxxxxxxxxxx','','1'),('model_o',0,18,2,'xxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxx11111111xxxx
+xxxxxxxxxxxxx11111111xxxx
+xxxxxxxxxxxxx11111111xxxx
+xxxxxxxxxxxxx11111111xxxx
+xxxxxxxxxxxxx11111111xxxx
+xxxxxxxxxxxxx11111111xxxx
+xxxxxxxxxxxxx11111111xxxx
+xxxxxxxxxxxxx00000000xxxx
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+x111111100000000000000000
+x111111100000000000000000
+x111111100000000000000000
+1111111100000000000000000
+x111111100000000000000000
+x111111100000000000000000
+x111111100000000000000000
+x111111100000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxxxxxxxxxxxxxxxxxx','','1'),('model_n',0,16,2,'xxxxxxxxxxxxxxxxxxxxx
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x000000xxxxxxxx000000
+x000000x000000x000000
+x000000x000000x000000
+x000000x000000x000000
+x000000x000000x000000
+x000000x000000x000000
+x000000x000000x000000
+x000000xxxxxxxx000000
+x00000000000000000000
+000000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+xxxxxxxxxxxxxxxxxxxxx','','0'),('model_g',1,7,2,'xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxx00000
+xxxxxxx00000
+xxxxxxx00000
+xx1111000000
+xx1111000000
+x11111000000
+xx1111000000
+xx1111000000
+xxxxxxx00000
+xxxxxxx00000
+xxxxxxx00000
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx','','1'),('model_l',0,16,2,'xxxxxxxxxxxxxxxxxxxxx
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000xxxx00000000
+x00000000xxxx00000000
+x00000000xxxx00000000
+x00000000xxxx00000000
+x00000000xxxx00000000
+x00000000xxxx00000000
+x00000000xxxx00000000
+000000000xxxx00000000
+x00000000xxxx00000000
+x00000000xxxx00000000
+x00000000xxxx00000000
+x00000000xxxx00000000
+xxxxxxxxxxxxxxxxxxxxx','','0'),('model_m',0,15,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+x0000000000000000000000000000
+x0000000000000000000000000000
+x0000000000000000000000000000
+x0000000000000000000000000000
+00000000000000000000000000000
+x0000000000000000000000000000
+x0000000000000000000000000000
+x0000000000000000000000000000
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxx00000000xxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','0'),('model_k',0,13,2,'xxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxx00000000
+xxxxxxxxxxxxxxxxx00000000
+xxxxxxxxxxxxxxxxx00000000
+xxxxxxxxxxxxxxxxx00000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+x000000000000000000000000
+x000000000000000000000000
+x000000000000000000000000
+x000000000000000000000000
+0000000000000000000000000
+x000000000000000000000000
+x000000000000000000000000
+x000000000000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxx0000000000000000
+xxxxxxxxxxxxxxxxxxxxxxxxx','','0'),('model_j',0,10,2,'xxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxx0000000000
+xxxxxxxxxxx0000000000
+xxxxxxxxxxx0000000000
+xxxxxxxxxxx0000000000
+xxxxxxxxxxx0000000000
+xxxxxxxxxxx0000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+000000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x00000000000000000000
+x0000000000xxxxxxxxxx
+x0000000000xxxxxxxxxx
+x0000000000xxxxxxxxxx
+x0000000000xxxxxxxxxx
+x0000000000xxxxxxxxxx
+x0000000000xxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxx','','0'),('model_i',0,10,2,'xxxxxxxxxxxxxxxxx
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+00000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+x0000000000000000
+xxxxxxxxxxxxxxxxx','','0'),('model_e',1,5,2,'xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xx0000000000
+xx0000000000
+x00000000000
+xx0000000000
+xx0000000000
+xx0000000000
+xx0000000000
+xx0000000000
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx','','0'),('model_f',2,5,2,'xxxxxxxxxxxx
+xxxxxxx0000x
+xxxxxxx0000x
+xxx00000000x
+xxx00000000x
+xx000000000x
+xxx00000000x
+x0000000000x
+x0000000000x
+x0000000000x
+x0000000000x
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx','','0'),('model_a',3,5,2,'xxxxxxxxxxxx
+xxxx00000000
+xxxx00000000
+xxxx00000000
+xxxx00000000
+xxx000000000
+xxxx00000000
+xxxx00000000
+xxxx00000000
+xxxx00000000
+xxxx00000000
+xxxx00000000
+xxxx00000000
+xxxx00000000
+xxxxxxxxxxxx
+xxxxxxxxxxxx','','0'),('model_b',0,5,2,'xxxxxxxxxxxx
+xxxxx0000000
+xxxxx0000000
+xxxxx0000000
+xxxxx0000000
+000000000000
+x00000000000
+x00000000000
+x00000000000
+x00000000000
+x00000000000
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx','','0'),('model_c',4,7,2,'xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxx000000x
+xxxxx000000x
+xxxx0000000x
+xxxxx000000x
+xxxxx000000x
+xxxxx000000x
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx
+xxxxxxxxxxxx','','0'),('model_d',4,7,2,'xxxxxxxxxxxx
+xxxxx000000x
+xxxxx000000x
+xxxxx000000x
+xxxxx000000x
+xxxxx000000x
+xxxxx000000x
+xxxx0000000x
+xxxxx000000x
+xxxxx000000x
+xxxxx000000x
+xxxxx000000x
+xxxxx000000x
+xxxxx000000x
+xxxxx000000x
+xxxxxxxxxxxx','','0'),('model_room_15',3,3,2,'xxxxxxxxxxxxxxxxxxxxxxxx
+x11111xXXXXXXXXXXXXXXXXx
+x11111xxxxxxxxxxxxxxxxxx
+x11111xYYYYYYYYYYYYYYYYx
+x11111xYYYYYYYYYYYYYYYYx
+x11111xxxxxxxxxxxxxxxxxx
+x11111xUUUUUUUUUUUUUUUUx
+x11111xUUUUUUUUUUUUUUUUx
+x11111xxxxxxxxxxxxxxxxxx
+x11111xVVVVVVVVVVVVVVVVx
+x11111xxxxxxxxxxxxxxxxxx
+x11111xWWWWWWWWWWWWWWWWx
+x11111xxxxxxxxxxxxxxxxxx
+x1111100000000000000008x
+x1111100000000000000009x
+x111110000000000000000ax
+x111110000000000000000bx
+1111110000000000000000cx
+x111110000000000000000dx
+x111110000000000000000ex
+x111110000000000000000fx
+x111110000000000000000gx
+x111110000000000000000hx
+x111110000000000000000ix
+x111110000000000000000jx
+x111110000000000000000kx
+x111110000000000000000lx
+x111110000000000000000mx
+x111110000000000000000nx
+x111110xxxxxxxxxxxxxxxxx
+x111110xzzzzzzzzzzzzzzzx
+x111110xzzzzzzzzzzzzzzzx
+x111110xzzzzzzzzzzzzzzzx
+x111110xzzzzzzzzzzzzzzzx
+x111110xzzzzzzzzzzzzzzzx
+xxxxxxxxxxxxxxxxxxxxxxxx','','0'),('model_1',0,10,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xeeeeeeeeeeeeeeeedcba9888888888888
+xeeeeeeeeeeeeeeeexxxxxx88888888888
+xeeeeeeeeeeeeeeeexxxxxx88888888888
+xeeeeeeeeeeeeeeeexxxxxx88888888888
+xeeeeeeeeeeeeeeeexxxxxx88888888888
+xdxxxxxxxxxxxxxxxxxxxxx88888888888
+xcxxxxxxxxxxxxxxxxxxxxx88888888888
+xbxxxxxxxxxxxxxxxxxxxxx88888888888
+xaxxxxxxxxxxxxxxxxxxxxx88888888888
+aaaaaaaaaaaaaaaaaxxxxxxxxxxxxxxxxx
+xaaaaaaaaaaaaaaaaxxxxxxxxxxxxxxxxx
+xaaaaaaaaaaaaaaaaxxxxxxxxxxxxxxxxx
+xaaaaaaaaaaaaaaaaxxxx6666666666666
+xaaaaaaaaaaaaaaaaxxxx6666666666666
+xaaaaaaaaaaaaaaaaxxxx6666666666666
+xaaaaaaaaaaaaaaaaxxxx6666666666666
+xaaaaaaaaaaaaaaaaxxxx6666666666666
+xaaaaaaaaaaaaaaaa98766666666666666
+xaaaaaaaaaaaaaaaaxxxxxxxxxxxx5xxxx
+xaaaaaaaaaaaaaaaaxxxxxxxxxxxx4xxxx
+xaaaaaaaaaaaaaaaaxxxxxxxxxxxx3xxxx
+xaaaaaaaaaaaaaaaaxxx3333333333xxxx
+xaaaaaaaaaaaaaaaaxxx3333333333xxxx
+xaaaaaaaaaaaaaaaaxxx3333333333xxxx
+xaaaaaaaaaaaaaaaaxxx3333333333xxxx
+xaaaaaaaaaaaaaaaaxxx3333333333xxxx
+xaaaaaaaaaaaaaaaaxxx3333333333xxxx
+xaaaaaaaaaaaaaaaaxxx3333333333xxxx
+xaaaaaaaaaaaaaaaaxxx3333333333xxxx
+xaaaaaaaaaaaaaaaaxxx3333333333xxxx
+xaaaaaaaaaaaaaaaaxxx3333333333xxxx
+xxxxxxxxxxxxxxxx9xxx3333333333xxxx
+xxxxxxxxxxxxxxxx8xxx3333333333xxxx
+xxxxxxxxxxxxxxxx7xxx3333333333xxxx
+xxx777777777xxxx6xxx3333333333xxxx
+xxx777777777xxxx5xxxxxxxxxxxxxxxxx
+xxx777777777xxxx4xxxxxxxxxxxxxxxxx
+xxx777777777xxxx3xxxxxxxxxxxxxxxxx
+xxx777777777xxxx2xxxxxxxxxxxxxxxxx
+xfffffffffxxxxxx1xxxxxxxxxxxxxxxxx
+xfffffffffxxxxxx111111111111111111
+xfffffffffxxxxxx111111111111111111
+xfffffffffxxxxxx111111111111111111
+xfffffffffxxxxxx111111111111111111
+xfffffffffxxxxxx111111111111111111
+xfffffffffxxxxxx111111111111111111
+xxxxxxxxxxxxxxxx111111111111111111
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','0'),('model_2',0,15,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xjjjjjjjjjjjjjx0000xxxxxxxxxx
+xjjjjjjjjjjjjjx0000xxxxxxxxxx
+xjjjjjjjjjjjjjx0000xxxxxxxxxx
+xjjjjjjjjjjjjjx0000xxxxxxxxxx
+xjjjjjjjjjjjjjx0000xxxxxxxxxx
+xjjjjjjjjjjjjjx0000xxxxxxxxxx
+xjjjjjjjjjjjjjx0000xxxxxxxxxx
+xjjjjjjjjjjjjjx0000xxxxxxxxxx
+xxxxxxxxxxxxiix0000xxxxxxxxxx
+xxxxxxxxxxxxhhx0000xxxxxxxxxx
+xxxxxxxxxxxxggx0000xxxxxxxxxx
+xxxxxxxxxxxxffx0000xxxxxxxxxx
+xxxxxxxxxxxxeex0000xxxxxxxxxx
+xeeeeeeeeeeeeex0000xxxxxxxxxx
+eeeeeeeeeeeeeex0000xxxxxxxxxx
+xeeeeeeeeeeeeex0000xxxxxxxxxx
+xeeeeeeeeeeeeex0000xxxxxxxxxx
+xeeeeeeeeeeeeex0000xxxxxxxxxx
+xeeeeeeeeeeeeex0000xxxxxxxxxx
+xeeeeeeeeeeeeex0000xxxxxxxxxx
+xeeeeeeeeeeeeex0000xxxxxxxxxx
+xeeeeeeeeeeeeex0000xxxxxxxxxx
+xeeeeeeeeeeeeex0000xxxxxxxxxx
+xxxxxxxxxxxxddx00000000000000
+xxxxxxxxxxxxccx00000000000000
+xxxxxxxxxxxxbbx00000000000000
+xxxxxxxxxxxxaax00000000000000
+xaaaaaaaaaaaaax00000000000000
+xaaaaaaaaaaaaax00000000000000
+xaaaaaaaaaaaaax00000000000000
+xaaaaaaaaaaaaax00000000000000
+xaaaaaaaaaaaaax00000000000000
+xaaaaaaaaaaaaax00000000000000
+xaaaaaaaaaaaaax00000000000000
+xaaaaaaaaaaaaax00000000000000
+xaaaaaaaaaaaaax00000000000000
+xaaaaaaaaaaaaax00000000000000
+xxxxxxxxxxxx99x0000xxxxxxxxxx
+xxxxxxxxxxxx88x0000xxxxxxxxxx
+xxxxxxxxxxxx77x0000xxxxxxxxxx
+xxxxxxxxxxxx66x0000xxxxxxxxxx
+xxxxxxxxxxxx55x0000xxxxxxxxxx
+xxxxxxxxxxxx44x0000xxxxxxxxxx
+x4444444444444x0000xxxxxxxxxx
+x4444444444444x0000xxxxxxxxxx
+x4444444444444x0000xxxxxxxxxx
+x4444444444444x0000xxxxxxxxxx
+x4444444444444x0000xxxxxxxxxx
+x4444444444444x0000xxxxxxxxxx
+x4444444444444x0000xxxxxxxxxx
+x4444444444444x0000xxxxxxxxxx
+x4444444444444x0000xxxxxxxxxx
+x4444444444444x0000xxxxxxxxxx
+xxxxxxxxxxxx33x0000xxxxxxxxxx
+xxxxxxxxxxxx22x0000xxxxxxxxxx
+xxxxxxxxxxxx11x0000xxxxxxxxxx
+xxxxxxxxxxxx00x0000xxxxxxxxxx
+x000000000000000000xxxxxxxxxx
+x000000000000000000xxxxxxxxxx
+x000000000000000000xxxxxxxxxx
+x000000000000000000xxxxxxxxxx
+x000000000000000000xxxxxxxxxx
+x000000000000000000xxxxxxxxxx
+x000000000000000000xxxxxxxxxx
+x000000000000000000xxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','0'),('model_5',0,10,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+000000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+x00000000000000000000000000000000x
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','0'),('model_6',0,15,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x222222222x000000000000000000000000xxxx
+x222222222x000000000000000000000000xxxx
+x222222222x000000000000000000000000xxxx
+x222222222x000000000000000000000000xxxx
+x222222222x000000000000000000000000xxxx
+x222222222x000000000000000000000000xxxx
+x222222222x000000000000000000000000xxxx
+x222222222x000000000000000000000000xxxx
+x222222222x00000000xxxxxxxx00000000xxxx
+x11xxxxxxxx00000000xxxxxxxx00000000xxxx
+x00x000000000000000xxxxxxxx00000000xxxx
+x00x000000000000000xxxxxxxx00000000xxxx
+x000000000000000000xxxxxxxx00000000xxxx
+x000000000000000000xxxxxxxx00000000xxxx
+0000000000000000000xxxxxxxx00000000xxxx
+x000000000000000000xxxxxxxx00000000xxxx
+x00x000000000000000xxxxxxxx00000000xxxx
+x00x000000000000000xxxxxxxx00000000xxxx
+x00xxxxxxxxxxxxxxxxxxxxxxxx00000000xxxx
+x00xxxxxxxxxxxxxxxxxxxxxxxx00000000xxxx
+x00x0000000000000000000000000000000xxxx
+x00x0000000000000000000000000000000xxxx
+x0000000000000000000000000000000000xxxx
+x0000000000000000000000000000000000xxxx
+x0000000000000000000000000000000000xxxx
+x0000000000000000000000000000000000xxxx
+x00x0000000000000000000000000000000xxxx
+x00x0000000000000000000000000000000xxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','0'),('model_7',0,17,2,'xxxxxxxxxxxxxxxxxxxxxxxxx
+x222222xx00000000xxxxxxxx
+x222222xx00000000xxxxxxxx
+x2222221000000000xxxxxxxx
+x2222221000000000xxxxxxxx
+x222222xx00000000xxxxxxxx
+x222222xx00000000xxxxxxxx
+x222222xxxxxxxxxxxxxxxxxx
+x222222xkkkkkkxxiiiiiiiix
+x222222xkkkkkkxxiiiiiiiix
+x222222xkkkkkkjiiiiiiiiix
+x222222xkkkkkkjiiiiiiiiix
+x222222xkkkkkkxxiiiiiiiix
+xxx11xxxkkkkkkxxiiiiiiiix
+xxx00xxxkkkkkkxxxxxxxxxxx
+x000000xkkkkkkxxxxxxxxxxx
+x000000xkkkkkkxxxxxxxxxxx
+0000000xkkkkkkxxxxxxxxxxx
+x000000xkkkkkkxxxxxxxxxxx
+x000000xkkkkkkxxxxxxxxxxx
+x000000xxxjjxxxxxxxxxxxxx
+x000000xxxiixxxxxxxxxxxxx
+x000000xiiiiiixxxxxxxxxxx
+xxxxxxxxiiiiiixxxxxxxxxxx
+xxxxxxxxiiiiiixxxxxxxxxxx
+xxxxxxxxiiiiiixxxxxxxxxxx
+xxxxxxxxiiiiiixxxxxxxxxxx
+xxxxxxxxiiiiiixxxxxxxxxxx
+xxxxxxxxiiiiiixxxxxxxxxxx
+xxxxxxxxiiiiiixxxxxxxxxxx','','0'),('model_8',0,15,2,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+x5555555555555555555555555xxxxxxxxx
+x5555555555555555555555555xxxxxxxxx
+x5555555555555555555555555xxxxxxxxx
+x5555555555555555555555555xxxxxxxxx
+x5555555555555555555555555xxxxxxxxx
+x5555555555555555555555555xxxxxxxxx
+x5555555555xxxxxxxxxxxxxxxxxxxxxxxx
+x55555555554321000000000000000000xx
+x55555555554321000000000000000000xx
+x5555555555xxxxx00000000000000000xx
+x555555x44x0000000000000000000000xx
+x555555x33x0000000000000000000000xx
+x555555x22x0000000000000000000000xx
+x555555x11x0000000000000000000000xx
+5555555x00x0000000000000000000000xx
+x555555x0000000000000000000000000xx
+x555555x0000000000000000000000000xx
+x555555x0000000000000000000000000xx
+x555555x0000000000000000000000000xx
+x555555x0000000000000000000000000xx
+x555555x0000000000000000000000000xx
+x555555x0000000000000000000000000xx
+x555555x0000000000000000000000000xx
+x555555x0000000000000000000000000xx
+x555555x0000000000000000000000000xx
+xxxxxxxx0000000000000000000000000xx
+xxxxxxxx0000000000000000000000000xx
+xxxxxxxx0000000000000000000000000xx
+xxxxxxxx0000000000000000000000000xx
+xxxxxxxx0000000000000000000000000xx
+xxxxxxxx0000000000000000000000000xx
+xxxxxxxx0000000000000000000000000xx
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx','','0'),('model_9',0,17,2,'xxxxxxxxxxxxxxxxxxxxxxxx
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+00000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+x0000000000000000000000x
+xxxxxxxxxxxxxxxxxxxxxxxx','','0'),('infobus_bus',16,11,2,'xxxxxxxxxxxxxxxxxxx
+xxxxxxxxxxxxx0xxxxx
+xxxxxxxxxxxxxxxxxxx
+xx00000000000000000
+xx00000000000000000
+xx00000000000000000
+xx00000000000000000
+xx00000000000000000
+xx00000000000000000
+xx00000000000000000
+xx00000000000000000
+xxxxxxxxxxxxxxxx0xx',' ','0');
+CREATE TABLE `room_models_custom` (
+ `id` integer NOT NULL
+, `name` varchar(100) NOT NULL
+, `door_x` integer NOT NULL
+, `door_y` integer NOT NULL
+, `door_dir` integer NOT NULL
+, `heightmap` text NOT NULL
+, UNIQUE (`id`)
+);
+CREATE TABLE `room_mutes` (
+ `room_id` integer NOT NULL
+, `user_id` integer NOT NULL
+, `ends` integer NOT NULL
+);
+CREATE TABLE `room_promotions` (
+ `room_id` integer NOT NULL
+, `title` varchar(127) NOT NULL
+, `description` varchar(1024) NOT NULL
+, `end_timestamp` integer NOT NULL DEFAULT 0
+, `start_timestamp` integer NOT NULL DEFAULT -1
+, `category` integer NOT NULL DEFAULT 0
+, UNIQUE (`room_id`)
+);
+CREATE TABLE `room_rights` (
+ `room_id` integer NOT NULL
+, `user_id` integer NOT NULL
+);
+CREATE TABLE `room_trade_log` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_one_id` integer NOT NULL
+, `user_two_id` integer NOT NULL
+, `user_one_ip` varchar(45) NOT NULL
+, `user_two_ip` varchar(45) NOT NULL
+, `timestamp` integer NOT NULL
+, `user_one_item_count` integer NOT NULL
+, `user_two_item_count` integer NOT NULL
+);
+CREATE TABLE `room_trade_log_items` (
+ `id` integer NOT NULL
+, `item_id` integer NOT NULL
+, `user_id` integer NOT NULL
+, UNIQUE (`id`,`item_id`,`user_id`)
+);
+CREATE TABLE `room_trax` (
+ `room_id` integer NOT NULL
+, `trax_item_id` integer NOT NULL
+);
+CREATE TABLE `room_trax_playlist` (
+ `room_id` integer NOT NULL
+, `item_id` integer NOT NULL
+);
+CREATE TABLE `room_votes` (
+ `user_id` integer NOT NULL
+, `room_id` integer NOT NULL
+);
+CREATE TABLE `room_wordfilter` (
+ `room_id` integer NOT NULL
+, `word` varchar(25) NOT NULL
+, UNIQUE (`room_id`,`word`)
+);
+CREATE TABLE `rooms` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `owner_id` integer NOT NULL DEFAULT 0
+, `owner_name` varchar(25) NOT NULL DEFAULT ''
+, `name` varchar(50) NOT NULL DEFAULT ''
+, `description` varchar(512) NOT NULL DEFAULT ''
+, `model` varchar(20) NOT NULL DEFAULT 'model_a'
+, `password` varchar(20) NOT NULL DEFAULT ''
+, `state` text NOT NULL DEFAULT 'open'
+, `users` integer NOT NULL DEFAULT 0
+, `users_max` integer NOT NULL DEFAULT 25
+, `guild_id` integer NOT NULL DEFAULT 0
+, `category` integer NOT NULL DEFAULT 1
+, `score` integer NOT NULL DEFAULT 0
+, `paper_floor` varchar(5) NOT NULL DEFAULT '0.0'
+, `paper_wall` varchar(5) NOT NULL DEFAULT '0.0'
+, `paper_landscape` varchar(5) NOT NULL DEFAULT '0.0'
+, `thickness_wall` integer NOT NULL DEFAULT 0
+, `wall_height` integer NOT NULL DEFAULT -1
+, `thickness_floor` integer NOT NULL DEFAULT 0
+, `moodlight_data` varchar(254) NOT NULL DEFAULT '2,1,1,#000000,255;2,3,1,#000000,255;2,3,1,#000000,255;'
+, `tags` varchar(500) NOT NULL DEFAULT ''
+, `is_public` text NOT NULL DEFAULT '0'
+, `is_staff_picked` text NOT NULL DEFAULT '0'
+, `allow_other_pets` text NOT NULL DEFAULT '0'
+, `allow_other_pets_eat` text NOT NULL DEFAULT '0'
+, `allow_walkthrough` text NOT NULL DEFAULT '1'
+, `allow_hidewall` text NOT NULL DEFAULT '0'
+, `chat_mode` integer NOT NULL DEFAULT 0
+, `chat_weight` integer NOT NULL DEFAULT 1
+, `chat_speed` integer NOT NULL DEFAULT 1
+, `chat_hearing_distance` integer NOT NULL DEFAULT 50
+, `chat_protection` integer NOT NULL DEFAULT 2
+, `override_model` text NOT NULL DEFAULT '0'
+, `who_can_mute` integer NOT NULL DEFAULT 0
+, `who_can_kick` integer NOT NULL DEFAULT 0
+, `who_can_ban` integer NOT NULL DEFAULT 0
+, `poll_id` integer NOT NULL DEFAULT 0
+, `roller_speed` integer NOT NULL DEFAULT 4
+, `promoted` text NOT NULL DEFAULT '0'
+, `trade_mode` integer NOT NULL DEFAULT 2
+, `move_diagonally` text NOT NULL DEFAULT '1'
+, `jukebox_active` text NOT NULL DEFAULT '0'
+, `hidewired` text NOT NULL DEFAULT '0'
+, `is_forsale` text NOT NULL DEFAULT '0'
+);
+CREATE TABLE `sanction_levels` (
+ `level` integer NOT NULL
+, `type` text NOT NULL
+, `hour_length` integer NOT NULL
+, `probation_days` integer NOT NULL
+, PRIMARY KEY (`level`)
+);
+INSERT INTO `sanction_levels` VALUES (1,'ALERT',0,30),(2,'MUTE',1,30),(3,'BAN',18,30),(4,'BAN',168,30),(5,'BAN',720,60),(6,'BAN',720,60),(7,'BAN',876581,876581);
+CREATE TABLE `sanctions` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `habbo_id` integer NOT NULL DEFAULT 0
+, `sanction_level` integer NOT NULL DEFAULT 0
+, `probation_timestamp` integer NOT NULL DEFAULT 0
+, `reason` varchar(255) NOT NULL DEFAULT ''
+, `trade_locked_until` integer NOT NULL DEFAULT 0
+, `is_muted` integer NOT NULL DEFAULT 0
+, `mute_duration` integer NOT NULL DEFAULT 0
+);
+CREATE TABLE `soundtracks` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `code` varchar(32) NOT NULL
+, `name` varchar(100) NOT NULL
+, `author` varchar(50) NOT NULL
+, `track` text NOT NULL
+, `length` integer NOT NULL DEFAULT 0
+);
+INSERT INTO `soundtracks` VALUES (1,'ballad_of_bonnie','The Ballad of Bonnie Blonde','Pixel! at the Disco','1:371,8;374,4;378,4;0,4;378,4;0,4;377,4;378,4;0,6;371,4;0,4;370,3;377,2;0,7:2:353,24;358,4;363,4;353,10;367,4;353,4;367,4;353,8:3:0,4;291,2;365,2;0,2;365,2;377,2;365,2;377,2;365,2;377,2;0,2;359,4;352,4;357,1;0,1;365,2;0,2;292,4;0,3;357,1;292,4;0,3;357,1;292,4;296,4:4:0,2;368,22;354,4;368,26;361,8:',124),(2,'bossa_nova','Push the Call for Help','BanzaiBabes','1:317,6;318,4;319,4;317,4;319,4;0,2:2:0,2;316,4;0,4;316,4;0,4;316,4;0,2:3:0,6;321,4;323,4;322,10:4:0,18;321,2;324,2;0,2:',48),(3,'doorman_frank','Monotone Hotel Sounds','Doorman Frank','1:4,24:2:2,24:3:0,24:4:0,24:',48),(4,'pianissimo','Haven''t Friend Request You Yet','Micheal Bauble','1:280,4;281,4;282,4;283,4;284,4;285,4;286,4;287,4;288,4:2:0,36:3:0,36:4:0,36:',72),(5,'sounds_that_fit','Sounds That Fit Double Rainbows','Kallomies','1:200,12;199,3;201,1;200,28:2:0,2;190,1;0,1;191,1;0,1;192,1;0,1;190,2;191,1;192,1;190,2;0,1;193,2;190,2;191,1;0,1;190,1;192,2;0,1;191,2;178,2;0,1;178,2;0,1;178,2;0,2;177,2;0,1;176,4:3:0,8;176,2;0,1;177,2;0,3;179,2;0,2;177,2;0,2;176,2;0,1;178,6;0,1;178,2;0,2;177,4;176,2:4:0,8;197,16;0,20:',88),(6,'gold_coin_digger','Gold Coin Digger','Kayne Quest','1:104,10;102,8;104,4;102,8;104,4:2:0,2;181,8;182,8;181,4;182,8;130,2;106,2:3:0,2;105,2;106,2;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;187,1;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;184,1;72,1;100,2;0,1:4:0,4;103,6;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;103,4;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;105,2;101,1;0,1:',68),(7,'miami_miamor','Too Lost In Lido','BanzaiBabes','1:317,4;408,7;0,1;410,16;413,4;406,4;410,8;412,4:2:0,2;321,2;443,22;91,2;317,8;443,8;412,2;0,2:3:0,3;320,2;0,7;414,4;445,4;412,2;323,2;412,4;96,2;412,2;414,4;445,7;448,1;317,4:4:0,3;324,2;0,6;448,1;0,6;96,2;322,4;96,2;99,2;322,4;412,2;0,2;322,2;96,2;322,2;0,1;324,2;0,3:',96),(8,'limber_take','Pixelrazzi','Lady BlaBla','1:0,3;167,1;163,2;0,2;142,2;163,2;142,2;163,2;142,2;163,2;142,2;0,1;88,1;142,2;163,2;142,2;163,2;142,2;163,2;142,2;163,2:2:89,16;0,2;143,4;119,4;143,4;89,2;119,4;143,4:3:0,3;121,2;0,1;164,2;140,8;141,6;0,1;168,1;141,16:4:0,2;139,2;123,4;143,8;144,2;89,2;144,2;0,1;90,1;144,2;89,2;0,2;89,2;144,2;89,2;0,2;89,2:',80),(9,'klub_haus','Touch the Skyscraper','Kayne Quest','1:274,4;275,4;276,8;274,4;276,4;274,4:2:0,4;278,4;279,4;273,12;277,3;0,1:3:0,4;429,2;0,4;430,2;429,2;340,2;342,4;429,2;261,2;342,4:4:0,2;340,2;0,3;429,2;0,1;259,2;271,4;254,12:',56),(10,'disco_extreme','About VIP Now','BanzaiBabes','1:152,20;146,1;0,1;152,4;151,4;152,20;153,4:2:0,8;145,12;146,1;0,1;145,4;0,1;151,2;0,1;145,20;0,1;150,2;0,1:3:0,10;150,2;146,1;0,1;150,2;146,1;0,1;150,2;146,1;0,7;151,2;0,2;150,2;146,1;0,1;150,2;146,1;0,1;150,2;0,1;146,1;0,1;146,1;0,1;146,3;0,4:4:0,4;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,4;147,2;148,6;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;0,4:',108),(11,'good_trade','The Good Trade','Kayne Quest','1:108,4;135,8;130,2;108,2;135,8;127,28:2:0,3;131,9;104,2;0,2;131,8;108,4;102,4;0,8;92,6;0,6:3:134,4;140,8;0,1;133,1;136,2;140,6;0,10;143,16;108,4:4:0,2;104,2;0,1;133,1;0,3;133,1;134,4;0,1;104,2;133,1;0,3;133,1;0,24;136,2;0,4:',104),(12,'haadolocknloll','I Write Bans not Tragedies','Pixel! at the Disco','1:248,4;247,4;252,4;251,8;245,4;250,4;252,4:2:359,4;250,4;359,4;345,8;0,4;359,8:3:0,3;347,1;359,4;352,8;342,4;350,4;342,4;350,4:4:0,3;357,1;334,4;246,4;343,12;334,4;340,2;0,1;347,1:',64),(13,'weirdodo','Furni Face','Lady BlaBla','1:379,4;45,4;0,1;205,2;42,5;37,4;384,2;41,4;42,5;0,2:2:0,3;199,3;0,1;383,3;519,4;515,8;519,8;39,2;0,1:3:0,2;205,2;382,4;522,2;516,12;518,8;0,3:4:0,4;386,2;0,2;43,1;0,1;207,3;202,1;520,8;44,2;0,2;520,4;207,3:',68),(14,'double_peks','Habbowood','Micheal Bauble','1:280,4;265,4;264,4;263,8;0,16:2:262,4;263,8;266,4;267,4;264,12;262,4:3:0,4;268,8;269,4;270,4;268,8;282,4;285,4:4:0,20;74,4;75,3;81,3;0,6:',72),(15,'party_trax','Party Trax','Aerokid','1:12,16;3,4;19,8;0,2;29,8;0,16:2:13,4;14,4;10,8;0,4;2,8;0,1;33,1;32,18;16,2;32,2;16,2:3:0,2;15,1;17,1;5,4;7,2;24,1;8,1;4,4;0,2;24,1;6,1;0,4;22,4;0,2;28,4;30,4;31,2;16,2;31,2;16,2;20,1;21,1;20,1;21,1;20,1;21,1;20,1;21,1:4:18,2;0,2;10,4;5,22;35,2;0,20;24,1;17,1:',100),(16,'who_dares_stacks','Who Dares Stacks','Rage Against the Fuse','1:255,4;310,7;0,9;310,14;0,4:2:0,3;309,1;308,7;309,1;308,7;309,1;308,7;309,1;308,7;309,1;0,2:3:0,4;162,7;0,1;162,7;0,1;162,15;0,3:4:0,6;135,4;135,4;135,4;0,2;135,4;135,4;135,4;135,4;0,2:5:0,14;155,2;0,2;155,2;314,1;315,1;314,1;315,1;314,1;315,1;314,1;0,1;314,1;315,1;314,1;315,1;314,1;315,1;314,1;315,1;0,2:6:0,12;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,5;155,2;311,1;0,1;311,1;0,1;311,1;0,3;311,1;0,1:',76),(17,'rnb_swat_teem','Pet Romance','Lady BlaBla','1:118,1;0,1;136,2;0,2;137,2;0,2;137,2;136,2;137,2;136,4;71,6;0,4:2:121,6;122,4;123,4;122,4;123,2;122,4;0,2;169,2;0,2:3:0,1;125,1;143,8;68,2;165,2;69,1;0,1;69,1;168,1;169,2;69,1;0,1;69,1;125,1;143,4;167,1;0,1:4:0,2;120,8;138,4;120,6;138,6;66,2;121,2:',61),(18,'park_adventure','Park Adventure','Kallomies','1:200,12;199,3;201,1;200,28:2:0,2;190,1;0,1;191,1;0,1;192,1;0,1;190,2;191,1;192,1;190,2;0,1;193,2;190,2;191,1;0,1;190,1;192,2;0,1;191,2;178,2;0,1;178,2;0,1;178,2;0,2;177,2;0,1;176,4:3:0,8;176,2;0,1;177,2;0,3;179,2;0,2;177,2;0,2;176,2;0,1;178,6;0,1;178,2;0,2;177,4;176,2:4:0,8;197,16;0,20:',90),(19,'good_trade','The Good Trade','Kayne Quest','1:108,4;135,8;130,2;108,2;135,8;127,28:2:0,3;131,9;104,2;0,2;131,8;108,4;102,4;0,8;92,6;0,6:3:134,4;140,8;0,1;133,1;136,2;140,6;0,10;143,16;108,4:4:0,2;104,2;0,1;133,1;0,3;133,1;134,4;0,1;104,2;133,1;0,3;133,1;0,24;136,2;0,4:',107),(20,'chilled_trax','Phuturistic Chilled Trax','Aerokid','1:65,2;64,16;0,1;69,1;0,4;31,8;64,12;49,4;53,2:2:0,2;66,18;70,24;75,3;0,3:3:0,6;71,4;72,10;36,4;30,4;36,4;0,4;77,8;0,6:4:0,10;68,2;65,2;68,2;67,4;73,12;0,10;81,3;0,5:',106),(21,'epic_flail','Epic Flail','Habbocalyptica','1:484,12;0,4;298,2;303,2;298,2;303,2;0,3;366,1;305,4;306,2;0,2;306,2;0,1;366,1;0,4;629,4;630,4;622,4;630,4;305,4;306,2;0,2;306,2;0,1;366,1;298,2;303,2;298,2;303,2;484,12;0,2:2:0,2;471,8;207,3;0,3;298,2;303,2;298,2;303,2;295,2;296,2;305,4;306,2;296,2;306,2;296,2;471,4;629,4;630,4;622,8;305,4;306,2;296,2;306,2;296,2;298,2;303,2;298,2;303,2;471,4;207,3;0,7:3:0,2;471,8;0,2;338,32;39,2;0,6;39,2;0,2;630,4;338,20;471,4;0,10:4:0,3;471,8;0,1;338,32;39,2;0,10;622,4;338,20;0,1;471,4;0,9:5:485,4;0,1;485,4;0,11;295,2;296,2;295,2;296,2;0,4;295,2;296,2;295,2;296,2;0,16;39,2;0,6;295,2;296,2;295,2;296,2;295,2;296,2;295,2;296,2;469,4;0,10:6:472,12;0,8;244,10;182,14;244,2;0,20;244,16;472,8;0,6:',186),(22,'alley_cat_in_trouble','Alley Cat in Trouble','Rage Against the Fuse','1:349,20;355,8;349,8;307,8;307,1;307,1;307,1;0,1;349,8;457,2:2:0,2;346,17;0,5;346,11;0,1;361,12;346,7;0,3:3:0,4;240,16;0,8;240,8;307,8;307,1;307,1;307,1;0,1;240,8;0,2:4:0,8;243,12;0,8;243,8;363,8;0,4;243,8;0,2:5:0,12;242,8;0,4;236,4;242,8;457,2;0,2;457,2;0,2;457,2;457,2;242,8;0,2:6:0,2;71,18;0,4;71,32;0,2:',119),(23,'lost_my_tapes_at_goa','Tapes from Goa','Habnosis','1:0,116;116,8;0,8;5,56;0,64:2:0,49;42,6;0,21;575,4;0,4;575,20;0,4;0,2;290,6;290,2;290,4;293,2;297,1;291,2;0,12;42,6;0,31;75,4;0,6;97,2;0,16;575,4;0,2;502,4;0,12;502,4;0,4;502,4:3:0,42;471,4;0,3;81,4;44,2;0,12;97,2;2,2;0,2;2,2;0,2;2,8;0,1;81,3;0,4;410,14;0,2;410,30;97,2;0,2;410,2;0,2;410,2;0,2;410,2;0,2;410,2;0,10;97,2;0,6;97,2;410,22;97,2;410,16:4:0,44;410,40;157,66;97,2;157,2;97,2;0,4;157,79:5:0,20;577,8;0,8;570,16;79,2;423,2;79,2;423,2;79,2;423,2;79,2;423,2;79,2;423,2;79,2;423,2;79,2;0,2;79,2;97,2;0,6;97,2;0,6;97,2;0,6;97,2;0,14;97,2;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;100,1;101,1;100,1;101,1;100,1;101,1;100,1;101,1;100,1;101,1;100,1;101,19;100,5;101,1;100,1;101,1;100,6;101,1;100,1;101,1;100,5;101,1;100,1;101,1;0,4;576,4;575,12:6:0,11;576,16;0,5;100,19;101,1;447,32;0,6;447,50;454,36;447,56:7:0,4;575,16;0,6;514,4;0,1;118,1;0,5;118,1;0,3;118,1;97,2;0,6;97,2;0,8;71,24;0,8;471,48;0,24;73,82:8:578,20;0,4;579,8;0,6;73,46;0,4;73,87;97,2;0,44;578,32;579,4:',512),(24,'galactic_disco','Galactic Disco','DJ Bobba feat. Habboway','1:214,2;95,20;0,2;260,1;0,3;260,1;0,1;407,16;95,6;0,6:2:0,14;461,2;0,2;461,2;0,10;495,2;0,2;495,2;0,2;495,2;0,2;495,2;0,2;412,2;0,5;495,2;0,3:3:0,2;413,28;458,14;0,2;86,6;0,6:4:0,2;411,42;0,2;256,1;257,5;0,6:5:0,6;465,2;0,2;465,2;0,2;465,2;0,2;465,2;0,2;531,2;0,2;531,2;0,6;461,2;0,2;461,2;0,2;461,2;0,4;92,1;93,4;0,5:6:0,6;72,2;0,2;72,2;0,2;72,2;0,2;72,2;0,2;72,2;0,1;72,3;0,2;72,2;0,2;72,2;0,2;72,2;0,2;72,2;0,4;72,2;0,8:',114),(25,'electric_pixels','Electric Pixels','Habbo de Gaia','1:73,36;435,40;565,2;566,2;468,24;0,2:2:0,1;76,2;43,1;0,1;76,2;0,2;76,2;43,1;0,1;76,2;0,2;76,2;0,21;439,8;454,2;0,2;454,2;0,2;454,20;0,6;420,2;0,2;420,2;0,2;420,2;0,2;420,2;0,2;97,2;0,6:3:0,2;76,2;0,2;76,2;0,2;76,2;0,2;76,2;0,2;76,2;0,16;73,30;434,4;420,2;434,6;435,24;0,4:4:0,1;80,16;0,19;463,6;438,2;463,2;438,2;463,2;438,2;0,2;97,2;0,4;79,2;0,2;79,2;42,6;79,2;420,2;0,4;447,20;73,2;0,4:5:52,34;97,2;0,2;420,2;0,2;420,2;0,2;420,2;439,4;0,4;456,22;0,2;456,20;0,6:6:0,7;42,6;0,1;42,6;565,2;566,2;565,2;566,2;565,2;566,2;565,2;566,2;468,38;0,2;73,4;463,2;0,2;439,4;463,2;0,2;439,4;463,2;0,8:7:0,12;577,24;52,62;0,8:8:77,20;553,4;554,4;553,4;554,4;460,32;447,10;0,2;460,18;0,8:',210),(26,'xmas_2011','Xmas Magic','Silent Aurora','1:387,4;387,3;0,5;387,4;0,23;558,8;0,8;558,8;0,8;558,4;0,4;558,4;0,4;558,4;476,1;0,3;558,4;0,3;476,2;0,2;476,2;0,14;387,6:2:0,4;484,8;484,3;0,5;61,4;0,40;481,1;482,3;481,5;482,3;481,5;482,3;481,5;482,3;481,4;0,1;482,4;0,3;476,2;0,2;476,4:3:0,4;477,2;476,2;0,2;476,2;0,2;476,2;0,3;476,4;0,1;485,4;0,43;485,4;0,7;476,3;0,2;485,4;0,1;476,4;0,5;558,4:4:0,2;485,6;0,11;485,7;0,6;498,78;0,2;473,4;474,4;473,4:5:0,16;326,12;326,3;0,1;326,68;326,2:6:0,8;476,2;0,2;476,2;0,2;476,3;0,6;325,42;0,12;325,12;0,4;325,4:7:0,27;325,3;325,2;0,14;475,1;0,1;475,4;475,4;0,22;477,2;0,5;476,4;476,3:8:0,38;474,2;0,30;486,32:meta,1;c,1',257),(27,'who_dares_stacks','Who Dares Stacks','Rage Against the Fuse','1:255,4;310,7;0,9;310,14;0,4:2:0,3;309,1;308,7;309,1;308,7;309,1;308,7;309,1;308,7;309,1;0,2:3:0,4;162,7;0,1;162,7;0,1;162,15;0,3:4:0,6;135,4;135,4;135,4;0,2;135,4;135,4;135,4;135,4;0,2:5:0,14;155,2;0,2;155,2;314,1;315,1;314,1;315,1;314,1;315,1;314,1;0,1;314,1;315,1;314,1;315,1;314,1;315,1;314,1;315,1;0,2:6:0,12;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,5;155,2;311,1;0,1;311,1;0,1;311,1;0,3;311,1;0,1:',76);
+CREATE TABLE `special_enables` (
+ `effect_id` integer NOT NULL
+, `min_rank` integer NOT NULL
+, UNIQUE (`effect_id`)
+);
+INSERT INTO `special_enables` VALUES (102,5),(178,5),(136,5);
+CREATE TABLE `support_cfh_categories` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `name_internal` varchar(255) DEFAULT NULL
+, `name_external` varchar(255) DEFAULT NULL
+);
+INSERT INTO `support_cfh_categories` VALUES (1,'cyber','Cyber sex'),(2,'scamming','Scamming'),(3,'badwords','Inappropriate words'),(4,'badbehavior','Bad behavior'),(5,'account','Account Issues'),(6,'hacking','Hacking');
+CREATE TABLE `support_cfh_topics` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `category_id` integer DEFAULT NULL
+, `name_internal` varchar(255) DEFAULT NULL
+, `name_external` varchar(255) DEFAULT NULL
+, `action` text DEFAULT 'mods'
+, `ignore_target` text NOT NULL DEFAULT '0'
+, `auto_reply` text DEFAULT NULL
+, `default_sanction` integer NOT NULL DEFAULT 0
+);
+INSERT INTO `support_cfh_topics` VALUES (1,1,'cyber.sextalk','Sexual talk','auto_ignore','0','Thank you for reporting someone for sexual talk. We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press ''Listen''. We will take a look at this.',0),(2,1,'cyber.asking','Asking for cyber sex','auto_ignore','0','Thank you for reporting someone for sexual talk. We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press ''Listen''. We will take a look at this.',0),(3,1,'cyber.offering','Offering cyber sex','auto_ignore','0','Thank you for reporting someone for sexual talk. We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press ''Listen''. We will take a look at this.',0),(4,1,'cyber.porn','Sending porn','mods','0',NULL,0),(5,2,'scamming.scamsite','Promoting scam sites','mods','0',NULL,0),(6,2,'scamming.sellingirl','Selling virtual items for real money','mods','0',NULL,0),(7,2,'scamming.stealingfurni','Stealing furni or coins','mods','0',NULL,0),(8,2,'scamming.account','Stealing account information','mods','0',NULL,0),(9,2,'scamming.casino','Casino scamming','auto_reply','0','Habbo does not get involved with the casino community due to cases being complex and hard to track. Players gamble at their own risk. When the fun stops, stop.',0),(10,3,'badwords.roomname','Room name','mods','0',NULL,0),(11,3,'badwords.roomdesc','Room description','mods','0',NULL,0),(12,3,'badwords.username','Username','mods','0',NULL,0),(13,3,'badwords.motto','Moto','mods','0',NULL,0),(14,3,'badwords.grouporevent','Group or event name','mods','0',NULL,0),(15,4,'badbehavior.trolling','Trolling','auto_reply','0','Thanks for your report. Please call a moderator to the room by following these steps.
+1. Under the Help window click on ''Get immediate help''.
+2. Then click on ''Chat to a Moderator''.
+3. Let them know that somebody is trolling in the room.
+4. A moderator will open a chat session with you to resolve the problem.',0),(16,4,'badbehavior.blocking','Blocking','auto_reply','0','Thanks for your report. Please call a moderator to the room by following these steps.
+1. Under the Help window click on ''Get immediate help''.
+2. Then click on ''Chat to a Moderator''.
+3. Let them know that somebody is blocking in the room.
+4. A moderator will open a chat session with you to resolve the problem.',0),(17,4,'badbehavior.flooding','Flooding','auto_reply','0','Thanks for your report. Please call a moderator to the room by following these steps.
+1. Under the Help window click on ''Get immediate help''.
+2. Then click on ''Chat to a Moderator''.
+3. Let them know that somebody is flooding the room.
+4. A moderator will open a chat session with you to resolve the problem.',0),(18,4,'badbehavior.young','Too young for Habbo','mods','0',NULL,0),(19,4,'badbehavior.staffimpersonation','Staff impersonation','mods','0',NULL,0),(20,4,'badbehavior.offensive','Offensive language','auto_ignore','0','We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press ''Listen''',0),(21,4,'badbehavior.hate','Hate speech','auto_ignore','0','We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press ''Listen''',0),(22,4,'badbehavior.violence','Violence','auto_ignore','0','We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press ''Listen''',0),(23,5,'account.username','Change username','auto_reply','0','It is currently not possible to change your username in Habbo. When that feature becomes available you''ll be sure to know! :)',0),(24,5,'accunt.payment','Payment issues','auto_reply','0','Thanks for your report. Unfortunately Game Moderators cannot help with payment issues. Please report your payment issue to us at the help desk on the website where our team of specialists will get back to you.',0),(25,5,'account.earn','Earn gems','auto_reply','0','Thanks for your report. Unfortunately Game Moderators cannot help with payment issues. Please report your payment issue to us at the help desk on the website where our team of specialists will get back to you.',0),(26,5,'account.other','Something else','auto_reply','0','Please use the helpdesk on the website for help with this matter.',0),(27,6,'hacking.game','Threat to hack Habbo','auto_reply','0','We work very hard to ensure that Habbo is safe for all that play. This involves using only the best security technology. We would like to thank you for reporting this to us, but we don''t think this person is capable of hacking Habbo :)',0),(28,6,'hacking.player','Threat to hack a player','auto_reply','0','There is no way that another Habbo can hack you without knowing your Habbo password or Habbo email address. Please make sure that you are using a secure password which is not easy to remember. We recommend passwords which include letters and numbers such as fl0w3rs. If you wanted to be even more secure you could include a special letter, such as fl0w3r$.
+
+To change your Habbo password go to your profile on the website.',0),(29,6,'hacking.furni','Scripted furniture','mods','0',NULL,0),(30,6,'hacking.room','Scripted room','mods','0',NULL,0),(31,6,'hacking.character','Scripted character','mods','0',NULL,0),(32,6,'hacking.other','Other hacking','mods','0',NULL,0);
+CREATE TABLE `support_issue_categories` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `name` varchar(255) NOT NULL DEFAULT 'PII'
+);
+INSERT INTO `support_issue_categories` VALUES (1,'PII'),(2,'Whatever');
+CREATE TABLE `support_issue_presets` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `category` integer NOT NULL DEFAULT 1
+, `name` varchar(100) NOT NULL DEFAULT ''
+, `message` varchar(300) NOT NULL DEFAULT ''
+, `reminder` varchar(100) NOT NULL
+, `ban_for` integer NOT NULL DEFAULT 0
+, `mute_for` integer NOT NULL DEFAULT 0
+);
+INSERT INTO `support_issue_presets` VALUES (1,1,'1 hour mute','1 hour mute','Reminder, yeah.. no',0,1),(2,1,'2 hour mute','2 hour mute','Reminder, yeah.. no',0,2),(3,1,'1 hour ban','1 hour ban','Reminder, yeah.. no',1,0),(4,1,'2 hour ban','2 hour ban','Reminder, yeah.. no',2,0),(5,1,'1 day ban','1 day ban','Reminder, yeah.. no',24,0),(6,1,'7 days ban','7 days ban','Reminder, yeah.. no',168,0),(7,1,'1 month ban','1 month ban','Reminder, yeah.. no',744,0),(8,1,'2 months ban','2 months ban','Reminder, yeah.. no',1488,0),(9,1,'1 year ban','1 year ban','Reminder, yeah.. no',8760,0),(10,1,'Perm ban','Perm ban','Reminder, yeah.. no',100000,0),(11,2,'1 day ban','1 day ban','Reminder, yeah.. no',24,0);
+CREATE TABLE `support_presets` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `type` text NOT NULL DEFAULT 'user'
+, `preset` varchar(200) NOT NULL
+);
+INSERT INTO `support_presets` VALUES (1,'user','You''re banned.'),(2,'user','Other message.'),(3,'room','Some message'),(4,'room','Configurable in support_presets table.');
+CREATE TABLE `support_tickets` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `state` integer NOT NULL DEFAULT 0
+, `type` integer NOT NULL DEFAULT 1
+, `timestamp` integer NOT NULL DEFAULT 0
+, `score` integer NOT NULL DEFAULT 0
+, `sender_id` integer NOT NULL DEFAULT 0
+, `reported_id` integer NOT NULL DEFAULT 0
+, `room_id` integer NOT NULL DEFAULT 0
+, `mod_id` integer NOT NULL DEFAULT 0
+, `issue` varchar(500) NOT NULL DEFAULT ''
+, `category` integer NOT NULL DEFAULT 0
+, `group_id` integer NOT NULL
+, `thread_id` integer NOT NULL
+, `comment_id` integer NOT NULL
+, `photo_item_id` integer NOT NULL DEFAULT -1
+, UNIQUE (`id`)
+);
+CREATE TABLE `trax_playlist` (
+ `trax_item_id` integer NOT NULL
+, `item_id` integer NOT NULL
+);
+CREATE TABLE `user_window_settings` (
+ `user_id` integer NOT NULL
+, `x` integer NOT NULL DEFAULT 100
+, `y` integer NOT NULL DEFAULT 100
+, `width` integer NOT NULL DEFAULT 435
+, `height` integer NOT NULL DEFAULT 535
+, `open_searches` text NOT NULL DEFAULT '0'
+);
+CREATE TABLE `users` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `username` varchar(25) NOT NULL
+, `real_name` varchar(25) NOT NULL DEFAULT 'KREWS DEV'
+, `password` varchar(64) NOT NULL
+, `mail` varchar(500) DEFAULT NULL
+, `mail_verified` text NOT NULL DEFAULT '0'
+, `account_created` integer NOT NULL
+, `account_day_of_birth` integer NOT NULL DEFAULT 0
+, `last_login` integer NOT NULL DEFAULT 0
+, `last_online` integer NOT NULL DEFAULT 0
+, `motto` varchar(127) NOT NULL DEFAULT ''
+, `look` varchar(256) NOT NULL DEFAULT 'hr-115-42.hd-195-19.ch-3030-82.lg-275-1408.fa-1201.ca-1804-64'
+, `gender` text NOT NULL DEFAULT 'M'
+, `rank` integer NOT NULL DEFAULT 1
+, `credits` integer NOT NULL DEFAULT 2500
+, `pixels` integer NOT NULL DEFAULT 500
+, `points` integer NOT NULL DEFAULT 10
+, `online` text NOT NULL DEFAULT '0'
+, `auth_ticket` varchar(256) NOT NULL DEFAULT ''
+, `ip_register` varchar(45) NOT NULL
+, `ip_current` varchar(45) NOT NULL
+, `machine_id` varchar(64) NOT NULL DEFAULT ''
+, `home_room` integer NOT NULL DEFAULT 0
+, UNIQUE (`username`)
+, UNIQUE (`id`)
+, UNIQUE (`id`)
+, UNIQUE (`id`)
+);
+INSERT INTO `users` VALUES (1,'Systemaccount','SYSTEMACC','','mail@hoster.de','1',1,1,1,1,'','he-3884-92-93.ch-4004-92.hr-3251-39-49.hd-3100-5.lg-3078-110','F',1,0,0,0,'0','','127.0.0.1','127.0.0.1','',0);
+CREATE TABLE `users_achievements` (
+ `user_id` integer NOT NULL
+, `achievement_name` varchar(255) NOT NULL
+, `progress` integer NOT NULL DEFAULT 1
+);
+CREATE TABLE `users_achievements_queue` (
+ `user_id` integer NOT NULL
+, `achievement_id` integer NOT NULL
+, `amount` integer NOT NULL
+, UNIQUE (`user_id`,`achievement_id`)
+, UNIQUE (`user_id`,`achievement_id`)
+);
+CREATE TABLE `users_badges` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL DEFAULT 0
+, `slot_id` integer NOT NULL DEFAULT 0
+, `badge_code` varchar(32) NOT NULL
+);
+CREATE TABLE `users_clothing` (
+ `user_id` integer NOT NULL
+, `clothing_id` integer NOT NULL
+, UNIQUE (`user_id`,`clothing_id`)
+);
+CREATE TABLE `users_currency` (
+ `user_id` integer NOT NULL
+, `type` integer NOT NULL
+, `amount` integer NOT NULL DEFAULT 0
+, PRIMARY KEY (`user_id`,`type`)
+, UNIQUE (`user_id`,`type`)
+);
+CREATE TABLE `users_effects` (
+ `user_id` integer NOT NULL
+, `effect` integer NOT NULL
+, `duration` integer NOT NULL DEFAULT 86400
+, `activation_timestamp` integer NOT NULL DEFAULT -1
+, `total` integer NOT NULL DEFAULT 1
+, UNIQUE (`user_id`,`effect`)
+);
+CREATE TABLE `users_favorite_rooms` (
+ `user_id` integer NOT NULL
+, `room_id` integer NOT NULL
+, UNIQUE (`user_id`,`room_id`)
+);
+CREATE TABLE `users_ignored` (
+ `user_id` integer NOT NULL
+, `target_id` integer NOT NULL
+);
+CREATE TABLE `users_navigator_settings` (
+ `user_id` integer NOT NULL
+, `caption` varchar(128) NOT NULL
+, `list_type` text NOT NULL DEFAULT 'list'
+, `display` text NOT NULL DEFAULT 'visible'
+, UNIQUE (`user_id`)
+);
+CREATE TABLE `users_pets` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL
+, `room_id` integer NOT NULL
+, `name` varchar(15) NOT NULL DEFAULT 'User Pet'
+, `race` integer NOT NULL
+, `type` integer NOT NULL
+, `color` varchar(6) NOT NULL
+, `happyness` integer NOT NULL DEFAULT 100
+, `experience` integer NOT NULL DEFAULT 0
+, `energy` integer NOT NULL DEFAULT 100
+, `hunger` integer NOT NULL DEFAULT 0
+, `thirst` integer NOT NULL DEFAULT 0
+, `respect` integer NOT NULL DEFAULT 0
+, `created` integer NOT NULL
+, `x` integer NOT NULL DEFAULT 0
+, `y` integer NOT NULL DEFAULT 0
+, `z` double NOT NULL DEFAULT 0
+, `rot` integer NOT NULL DEFAULT 0
+, `hair_style` integer NOT NULL DEFAULT -1
+, `hair_color` integer NOT NULL DEFAULT 0
+, `saddle` text NOT NULL DEFAULT '0'
+, `ride` text NOT NULL DEFAULT '0'
+, `mp_type` integer NOT NULL DEFAULT 0
+, `mp_color` integer NOT NULL DEFAULT 0
+, `mp_nose` integer NOT NULL DEFAULT 0
+, `mp_nose_color` integer NOT NULL DEFAULT 0
+, `mp_eyes` integer NOT NULL DEFAULT 0
+, `mp_eyes_color` integer NOT NULL DEFAULT 0
+, `mp_mouth` integer NOT NULL DEFAULT 0
+, `mp_mouth_color` integer NOT NULL DEFAULT 0
+, `mp_death_timestamp` integer NOT NULL DEFAULT 0
+, `mp_breedable` text NOT NULL DEFAULT '0'
+, `mp_allow_breed` text NOT NULL DEFAULT '0'
+, `gnome_data` varchar(80) NOT NULL DEFAULT ''
+, `mp_is_dead` integer NOT NULL DEFAULT 0
+, `saddle_item_id` integer DEFAULT NULL
+);
+CREATE TABLE `users_recipes` (
+ `user_id` integer NOT NULL
+, `recipe` integer NOT NULL
+, UNIQUE (`user_id`,`recipe`)
+);
+CREATE TABLE `users_saved_searches` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `search_code` varchar(255) NOT NULL
+, `filter` varchar(255) DEFAULT NULL
+, `user_id` integer NOT NULL
+);
+CREATE TABLE `users_settings` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL DEFAULT 0
+, `credits` integer NOT NULL DEFAULT 0
+, `achievement_score` integer NOT NULL DEFAULT 0
+, `daily_respect_points` integer NOT NULL DEFAULT 3
+, `daily_pet_respect_points` integer NOT NULL DEFAULT 3
+, `respects_given` integer NOT NULL DEFAULT 0
+, `respects_received` integer NOT NULL DEFAULT 0
+, `guild_id` integer NOT NULL DEFAULT 0
+, `can_change_name` text NOT NULL DEFAULT '0'
+, `can_trade` text NOT NULL DEFAULT '1'
+, `is_citizen` text NOT NULL DEFAULT '0'
+, `citizen_level` integer NOT NULL DEFAULT 0
+, `helper_level` integer NOT NULL DEFAULT 0
+, `tradelock_amount` integer NOT NULL DEFAULT 0
+, `cfh_send` integer NOT NULL DEFAULT 0
+, `cfh_abusive` integer NOT NULL DEFAULT 0
+, `cfh_warnings` integer NOT NULL DEFAULT 0
+, `cfh_bans` integer NOT NULL DEFAULT 0
+, `block_following` text NOT NULL DEFAULT '0'
+, `block_friendrequests` text NOT NULL DEFAULT '0'
+, `block_roominvites` text NOT NULL DEFAULT '0'
+, `volume_system` integer NOT NULL DEFAULT 100
+, `volume_furni` integer NOT NULL DEFAULT 100
+, `volume_trax` integer NOT NULL DEFAULT 100
+, `old_chat` text NOT NULL DEFAULT '0'
+, `block_camera_follow` text NOT NULL DEFAULT '0'
+, `chat_color` integer NOT NULL DEFAULT 0
+, `home_room` integer NOT NULL DEFAULT 0
+, `online_time` integer NOT NULL DEFAULT 0
+, `tags` varchar(255) NOT NULL DEFAULT 'Arcturus Emulator;'
+, `club_expire_timestamp` integer NOT NULL DEFAULT 0
+, `login_streak` integer NOT NULL DEFAULT 0
+, `rent_space_id` integer NOT NULL DEFAULT 0
+, `rent_space_endtime` integer NOT NULL DEFAULT 0
+, `hof_points` integer NOT NULL DEFAULT 0
+, `block_alerts` text NOT NULL DEFAULT '0'
+, `talent_track_citizenship_level` integer NOT NULL DEFAULT -1
+, `talent_track_helpers_level` integer NOT NULL DEFAULT -1
+, `ignore_bots` text NOT NULL DEFAULT '0'
+, `ignore_pets` text NOT NULL DEFAULT '0'
+, `nux` text NOT NULL DEFAULT '0'
+, `mute_end_timestamp` integer NOT NULL DEFAULT 0
+, `allow_name_change` text NOT NULL DEFAULT '0'
+, `perk_trade` text NOT NULL DEFAULT '0'
+, `forums_post_count` integer DEFAULT 0
+, `ui_flags` integer NOT NULL DEFAULT 1
+, `has_gotten_default_saved_searches` integer NOT NULL DEFAULT 0
+, `hc_gifts_claimed` integer DEFAULT 0
+, `last_hc_payday` integer DEFAULT 0
+, `max_rooms` integer DEFAULT 50
+, `max_friends` integer DEFAULT 300
+, UNIQUE (`user_id`)
+);
+CREATE TABLE `users_subscriptions` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer DEFAULT NULL
+, `subscription_type` varchar(255) DEFAULT NULL
+, `timestamp_start` integer DEFAULT NULL
+, `duration` integer DEFAULT NULL
+, `active` integer DEFAULT 1
+);
+CREATE TABLE `users_target_offer_purchases` (
+ `user_id` integer NOT NULL
+, `offer_id` integer NOT NULL
+, `state` integer NOT NULL DEFAULT 0
+, `amount` integer NOT NULL DEFAULT 0
+, `last_purchase` integer NOT NULL DEFAULT 0
+, UNIQUE (`user_id`,`offer_id`)
+);
+CREATE TABLE `users_wardrobe` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `user_id` integer NOT NULL DEFAULT 0
+, `slot_id` integer NOT NULL DEFAULT 0
+, `look` varchar(256) NOT NULL
+, `gender` text NOT NULL DEFAULT 'F'
+);
+CREATE TABLE `voucher_history` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `voucher_id` integer NOT NULL
+, `user_id` integer NOT NULL
+, `timestamp` integer NOT NULL
+);
+CREATE TABLE `vouchers` (
+ `id` integer NOT NULL PRIMARY KEY AUTOINCREMENT
+, `code` varchar(10) NOT NULL
+, `credits` integer NOT NULL DEFAULT 0
+, `points` integer NOT NULL DEFAULT 0
+, `points_type` integer NOT NULL DEFAULT 0
+, `catalog_item_id` integer NOT NULL DEFAULT 0
+, `amount` integer NOT NULL DEFAULT 1
+, `limit` integer NOT NULL DEFAULT -1
+);
+CREATE TABLE `wired_rewards_given` (
+ `wired_item` integer NOT NULL
+, `user_id` integer NOT NULL
+, `reward_id` integer NOT NULL
+, `timestamp` integer NOT NULL
+);
+CREATE TABLE `wordfilter` (
+ `key` varchar(256) NOT NULL
+, `replacement` varchar(16) NOT NULL
+, `hide` text NOT NULL DEFAULT '0'
+, `report` text NOT NULL DEFAULT '0'
+, `mute` integer NOT NULL DEFAULT 0
+, UNIQUE (`key`)
+);
+INSERT INTO `wordfilter` VALUES ('com','bobba','0','0',0);
+CREATE TABLE `youtube_playlists` (
+ `item_id` integer NOT NULL
+, `playlist_id` varchar(255) NOT NULL
+, `order` integer NOT NULL
+, UNIQUE (`item_id`,`playlist_id`,`order`)
+);
+CREATE INDEX "idx_users_ignored_user_id" ON "users_ignored" (`user_id`,`target_id`);
+CREATE INDEX "idx_users_currency_amount" ON "users_currency" (`amount`);
+CREATE INDEX "idx_messenger_friendrequests_users" ON "messenger_friendrequests" (`user_to_id`,`user_from_id`);
+CREATE INDEX "idx_guilds_id" ON "guilds" (`id`);
+CREATE INDEX "idx_guilds_data" ON "guilds" (`room_id`,`user_id`);
+CREATE INDEX "idx_guilds_name" ON "guilds" (`name`);
+CREATE INDEX "idx_guilds_description" ON "guilds" (`description`);
+CREATE INDEX "idx_chatlogs_private_id" ON "chatlogs_private" (`id`);
+CREATE INDEX "idx_chatlogs_private_user_from_id" ON "chatlogs_private" (`user_from_id`);
+CREATE INDEX "idx_chatlogs_private_user_to_id" ON "chatlogs_private" (`user_to_id`);
+CREATE INDEX "idx_chatlogs_private_message" ON "chatlogs_private" (`message`);
+CREATE INDEX "idx_items_room_id" ON "items" (`user_id`,`room_id`);
+CREATE INDEX "idx_items_itemsdata" ON "items" (`room_id`,`item_id`);
+CREATE INDEX "idx_items_user_id" ON "items" (`user_id`);
+CREATE INDEX "idx_items_extra_data" ON "items" (`extra_data`);
+CREATE INDEX "idx_items_wired_data" ON "items" (`wired_data`);
+CREATE INDEX "idx_items_id" ON "items" (`id`);
+CREATE INDEX "idx_catalog_items_page_id" ON "catalog_items" (`page_id`);
+CREATE INDEX "idx_catalog_items_catalog_name" ON "catalog_items" (`catalog_name`);
+CREATE INDEX "idx_catalog_items_costs" ON "catalog_items" (`cost_credits`,`cost_points`,`points_type`);
+CREATE INDEX "idx_catalog_items_id" ON "catalog_items" (`id`);
+CREATE INDEX "idx_commandlogs_user_id" ON "commandlogs" (`user_id`);
+CREATE INDEX "idx_commandlogs_user_data" ON "commandlogs" (`user_id`,`timestamp`);
+CREATE INDEX "idx_commandlogs_command" ON "commandlogs" (`command`);
+CREATE INDEX "idx_users_account_created" ON "users" (`account_created`);
+CREATE INDEX "idx_users_last_login" ON "users" (`last_login`);
+CREATE INDEX "idx_users_last_online" ON "users" (`last_online`);
+CREATE INDEX "idx_users_figure" ON "users" (`motto`,`look`,`gender`);
+CREATE INDEX "idx_users_auth_ticket" ON "users" (`auth_ticket`);
+CREATE INDEX "idx_items_teleports_teleport_one_id" ON "items_teleports" (`teleport_one_id`);
+CREATE INDEX "idx_items_teleports_teleport_two_id" ON "items_teleports" (`teleport_two_id`);
+CREATE INDEX "idx_users_subscriptions_user_id" ON "users_subscriptions" (`user_id`);
+CREATE INDEX "idx_users_subscriptions_subscription_type" ON "users_subscriptions" (`subscription_type`);
+CREATE INDEX "idx_users_subscriptions_timestamp_start" ON "users_subscriptions" (`timestamp_start`);
+CREATE INDEX "idx_users_subscriptions_active" ON "users_subscriptions" (`active`);
+CREATE INDEX "idx_camera_web_user_id" ON "camera_web" (`user_id`);
+CREATE INDEX "idx_catalog_pages_id" ON "catalog_pages" (`id`);
+CREATE INDEX "idx_users_achievements_user_id" ON "users_achievements" (`user_id`);
+CREATE INDEX "idx_users_achievements_achievement_name" ON "users_achievements" (`achievement_name`);
+CREATE INDEX "idx_users_achievements_progress" ON "users_achievements" (`progress`);
+CREATE INDEX "idx_logs_shop_purchases_timestamp" ON "logs_shop_purchases" (`timestamp`);
+CREATE INDEX "idx_logs_shop_purchases_user_id" ON "logs_shop_purchases" (`user_id`);
+CREATE INDEX "idx_users_navigator_settings_list_type" ON "users_navigator_settings" (`list_type`);
+CREATE INDEX "idx_users_navigator_settings_display" ON "users_navigator_settings" (`display`);
+CREATE INDEX "idx_room_trax_playlist_room_id" ON "room_trax_playlist" (`room_id`);
+CREATE INDEX "idx_items_highscore_data_id" ON "items_highscore_data" (`id`);
+CREATE INDEX "idx_items_highscore_data_data" ON "items_highscore_data" (`item_id`,`user_ids`);
+CREATE INDEX "idx_items_highscore_data_status" ON "items_highscore_data" (`is_win`,`score`,`timestamp`);
+CREATE INDEX "idx_marketplace_items_itemdata" ON "marketplace_items" (`item_id`,`user_id`);
+CREATE INDEX "idx_marketplace_items_price" ON "marketplace_items" (`price`);
+CREATE INDEX "idx_marketplace_items_time" ON "marketplace_items" (`timestamp`,`sold_timestamp`);
+CREATE INDEX "idx_marketplace_items_status" ON "marketplace_items" (`state`);
+CREATE INDEX "idx_users_settings_achievement_score" ON "users_settings" (`achievement_score`);
+CREATE INDEX "idx_users_settings_guild_id" ON "users_settings" (`guild_id`);
+CREATE INDEX "idx_users_settings_can_trade" ON "users_settings" (`can_trade`);
+CREATE INDEX "idx_users_settings_online_time" ON "users_settings" (`online_time`);
+CREATE INDEX "idx_rooms_name" ON "rooms" (`name`);
+CREATE INDEX "idx_rooms_owner_name" ON "rooms" (`owner_name`);
+CREATE INDEX "idx_rooms_owner_id" ON "rooms" (`owner_id`);
+CREATE INDEX "idx_rooms_guild_id" ON "rooms" (`guild_id`);
+CREATE INDEX "idx_rooms_category" ON "rooms" (`category`);
+CREATE INDEX "idx_rooms_public_status" ON "rooms" (`is_public`,`is_staff_picked`);
+CREATE INDEX "idx_rooms_togehter_data" ON "rooms" (`name`,`owner_name`,`guild_id`);
+CREATE INDEX "idx_rooms_tags" ON "rooms" (`tags`);
+CREATE INDEX "idx_rooms_state" ON "rooms" (`state`);
+CREATE INDEX "idx_rooms_description" ON "rooms" (`description`);
+CREATE INDEX "idx_rooms_users" ON "rooms" (`users`);
+CREATE INDEX "idx_room_trade_log_items_id_2" ON "room_trade_log_items" (`id`);
+CREATE INDEX "idx_room_trade_log_items_user_id" ON "room_trade_log_items" (`user_id`);
+CREATE INDEX "idx_room_trade_log_items_id_3" ON "room_trade_log_items" (`id`,`user_id`);
+CREATE INDEX "idx_logs_hc_payday_timestamp" ON "logs_hc_payday" (`timestamp`);
+CREATE INDEX "idx_logs_hc_payday_user_id" ON "logs_hc_payday" (`user_id`);
+CREATE INDEX "idx_bans_user_data" ON "bans" (`user_id`,`ip`,`machine_id`,`ban_expire`,`timestamp`,`ban_reason`);
+CREATE INDEX "idx_bans_general" ON "bans" (`id`,`type`);
+CREATE INDEX "idx_messenger_friendships_user_one_id" ON "messenger_friendships" (`user_one_id`);
+CREATE INDEX "idx_messenger_friendships_user_two_id" ON "messenger_friendships" (`user_two_id`);
+CREATE INDEX "idx_messenger_friendships_userdata" ON "messenger_friendships" (`user_one_id`,`user_two_id`);
+CREATE INDEX "idx_support_tickets_state" ON "support_tickets" (`state`);
+CREATE INDEX "idx_support_tickets_type" ON "support_tickets" (`type`);
+CREATE INDEX "idx_support_tickets_timestamp" ON "support_tickets" (`timestamp`);
+CREATE INDEX "idx_support_tickets_user_data" ON "support_tickets" (`sender_id`,`reported_id`);
+CREATE INDEX "idx_support_tickets_room_id" ON "support_tickets" (`room_id`);
+CREATE INDEX "idx_support_tickets_issue" ON "support_tickets" (`issue`);
+CREATE INDEX "idx_groups_items_type" ON "groups_items" (`type`);
+CREATE INDEX "idx_groups_items_id" ON "groups_items" (`id`);
+CREATE INDEX "idx_catalog_items_limited_user_timestamp_index" ON "catalog_items_limited" (`user_id`,`timestamp`);
+CREATE INDEX "idx_room_trade_log_user_one_id" ON "room_trade_log" (`user_one_id`);
+CREATE INDEX "idx_room_trade_log_user_two_id" ON "room_trade_log" (`user_two_id`);
+CREATE INDEX "idx_bots_general_data" ON "bots" (`id`,`user_id`,`room_id`,`name`,`motto`,`gender`);
+CREATE INDEX "idx_items_crackable_data" ON "items_crackable" (`count`,`prizes`,`achievement_tick`,`achievement_cracked`);
+CREATE INDEX "idx_chatlogs_room_user_from_id" ON "chatlogs_room" (`user_from_id`);
+CREATE INDEX "idx_chatlogs_room_timestamp" ON "chatlogs_room" (`timestamp`);
+CREATE INDEX "idx_chatlogs_room_user_to_id" ON "chatlogs_room" (`user_to_id`);
+CREATE INDEX "idx_chatlogs_room_message" ON "chatlogs_room" (`message`);
+CREATE INDEX "idx_chatlogs_room_room_id" ON "chatlogs_room" (`room_id`);
+CREATE INDEX "idx_guilds_members_id" ON "guilds_members" (`id`);
+CREATE INDEX "idx_guilds_members_user_id" ON "guilds_members" (`user_id`);
+CREATE INDEX "idx_guilds_members_guild_id" ON "guilds_members" (`guild_id`);
+CREATE INDEX "idx_guilds_members_userdata" ON "guilds_members" (`user_id`,`guild_id`);
+CREATE INDEX "idx_guilds_members_level_id" ON "guilds_members" (`level_id`);
+CREATE INDEX "idx_guilds_members_member_since" ON "guilds_members" (`member_since`);
+CREATE INDEX "idx_room_enter_log_room_enter_log_room_id" ON "room_enter_log" (`room_id`);
+CREATE INDEX "idx_room_enter_log_room_enter_log_user_entry" ON "room_enter_log" (`user_id`,`timestamp`);
+CREATE INDEX "idx_room_enter_log_room_id" ON "room_enter_log" (`room_id`);
+CREATE INDEX "idx_room_enter_log_exit_timestamp" ON "room_enter_log" (`exit_timestamp`);
+CREATE INDEX "idx_room_enter_log_timestamps" ON "room_enter_log" (`timestamp`,`exit_timestamp`);
+CREATE INDEX "idx_room_enter_log_user_id" ON "room_enter_log" (`user_id`);
+CREATE INDEX "idx_guilds_forums_comments_id" ON "guilds_forums_comments" (`id`);
+CREATE INDEX "idx_guilds_forums_comments_thread_data" ON "guilds_forums_comments" (`thread_id`,`user_id`,`created_at`,`state`);
+END TRANSACTION;
diff --git a/Updated_Cms/database/seeders/DatabaseSeeder.php b/Updated_Cms/database/seeders/DatabaseSeeder.php
new file mode 100644
index 0000000000..88c370af09
--- /dev/null
+++ b/Updated_Cms/database/seeders/DatabaseSeeder.php
@@ -0,0 +1,50 @@
+call([
+ // General seeders
+ WebsiteSettingsSeeder::class,
+ WebsiteLanguageSeeder::class,
+ WebsitePermissionSeeder::class,
+ WebsiteWordfilterSeeder::class,
+ WebsiteMaintenanceTasksSeeder::class,
+
+ WebsiteArticleSeeder::class,
+ WebsiteTeamSeeder::class,
+
+ // Shop
+ WebsiteShopCategoriesSeeder::class,
+ WebsiteShopArticleSeeder::class,
+
+ // Help center
+ WebsiteRuleCategorySeeder::class,
+ WebsiteRuleSeeder::class,
+ WebsiteHelperCenterCategorySeeder::class,
+ WebsiteHelperCenterCategorySeeder::class,
+
+ // Values
+ WebsiteRareValuesCategorySeeder::class,
+
+ // Housekeeping permissions
+ HousekeepingPermissionSeeder::class,
+ ]);
+
+ // \App\Models\User::factory(10)->create();
+
+ // \App\Models\User::factory()->create([
+ // 'name' => 'Test User',
+ // 'email' => 'test@example.com',
+ // ]);
+ }
+}
diff --git a/Updated_Cms/database/seeders/HousekeepingPermissionSeeder.php b/Updated_Cms/database/seeders/HousekeepingPermissionSeeder.php
new file mode 100644
index 0000000000..650b0a2af8
--- /dev/null
+++ b/Updated_Cms/database/seeders/HousekeepingPermissionSeeder.php
@@ -0,0 +1,168 @@
+ 'can_access_housekeeping',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to login to the housekeeping',
+ ],
+ [
+ 'permission' => 'edit_user',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to edit a user',
+ ],
+ [
+ 'permission' => 'reset_user_password',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to reset the password for a user',
+ ],
+ [
+ 'permission' => 'delete_user',
+ 'min_rank' => 7,
+ 'description' => 'The minimum rank required before being able to delete a user',
+ ],
+ [
+ 'permission' => 'write_article',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to write an article',
+ ],
+ [
+ 'permission' => 'edit_article',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to edit an article',
+ ],
+ [
+ 'permission' => 'delete_article',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to delete an article',
+ ],
+ [
+ 'permission' => 'manage_wordfilter',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to manage the wordfilter',
+ ],
+ [
+ 'permission' => 'manage_bans',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to manage the bans',
+ ],
+ [
+ 'permission' => 'manage_room_chatlogs',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to read room chatlogs',
+ ],
+ [
+ 'permission' => 'manage_private_chatlogs',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to read private chatlogs',
+ ],
+ [
+ 'permission' => 'manage_catalog_pages',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to manage catalog pages',
+ ],
+ [
+ 'permission' => 'delete_catalog_pages',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to delete catalog pages',
+ ],
+ [
+ 'permission' => 'manage_emulator_settings',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to manage emulator settings',
+ ],
+ [
+ 'permission' => 'manage_emulator_texts',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to manage emulator texts',
+ ],
+ [
+ 'permission' => 'manage_website_settings',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to manage website settings',
+ ],
+ [
+ 'permission' => 'manage_website_blacklists',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to manage website blacklists',
+ ],
+ [
+ 'permission' => 'manage_website_whitelists',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to manage website whitelists',
+ ],
+ [
+ 'permission' => 'view_activity_logs',
+ 'min_rank' => 7,
+ 'description' => 'The minimum rank required before being able to view activity logs',
+ ],
+ [
+ 'permission' => 'manage_staff_applications',
+ 'min_rank' => 7,
+ 'description' => 'The minimum rank required before being able to manage staff applications',
+ ],
+ [
+ 'permission' => 'delete_website_settings',
+ 'min_rank' => 7,
+ 'description' => 'The minimum rank required before being able to delete website settings',
+ ],
+ [
+ 'permission' => 'manage_permissions',
+ 'min_rank' => 7,
+ 'description' => 'The minimum rank required before being able to manage hotel rank permissions',
+ ],
+ [
+ 'permission' => 'delete_permissions',
+ 'min_rank' => 7,
+ 'description' => 'The minimum rank required before being able to delete hotel rank permissions',
+ ],
+ [
+ 'permission' => 'manage_article_tags',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to manage article tags',
+ ],
+ [
+ 'permission' => 'manage_teams',
+ 'min_rank' => 6,
+ 'description' => 'The minimum rank required before being able to manage teams',
+ ],
+ [
+ 'permission' => 'manage_achievements',
+ 'min_rank' => 7,
+ 'description' => 'The minimum rank required before being able to manage achievements',
+ ],
+ [
+ 'permission' => 'manage_commandlogs',
+ 'min_rank' => 7,
+ 'description' => 'The minimum rank required before being able to manage command logs',
+ ],
+ [
+ 'permission' => 'manage_camera_web',
+ 'min_rank' => 7,
+ 'description' => 'The minimum rank required before being able to manage published camera photos',
+ ],
+ [
+ 'permission' => 'manage_housekeeping_permissions',
+ 'min_rank' => 7,
+ 'description' => 'The minimum rank required before being able to manage housekeeping permissions',
+ ],
+ ];
+
+ foreach ($permissions as $permission) {
+ WebsiteHousekeepingPermission::query()->firstOrCreate(['permission' => $permission['permission']], [
+ 'permission' => $permission['permission'],
+ 'min_rank' => $permission['min_rank'],
+ 'description' => $permission['description'],
+ ]);
+ }
+ }
+}
diff --git a/Updated_Cms/database/seeders/TestingSeeder.php b/Updated_Cms/database/seeders/TestingSeeder.php
new file mode 100644
index 0000000000..ffb4d46832
--- /dev/null
+++ b/Updated_Cms/database/seeders/TestingSeeder.php
@@ -0,0 +1,23 @@
+insert(['completed' => true, 'installation_key' => 'key']);
+
+ $this->call([
+ WebsiteSettingsSeeder::class,
+ WebsiteLanguageSeeder::class,
+ WebsitePermissionSeeder::class,
+ ]);
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteArticleFeatureSeeder.php b/Updated_Cms/database/seeders/WebsiteArticleFeatureSeeder.php
new file mode 100644
index 0000000000..eec2e65a47
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteArticleFeatureSeeder.php
@@ -0,0 +1,103 @@
+ $firstArticle->id,
+ 'content' => 'Bronze VIP badge',
+ ],
+ [
+ 'article_id' => $firstArticle->id,
+ 'content' => 'Bronze VIP catalogue',
+ ],
+ [
+ 'article_id' => $firstArticle->id,
+ 'content' => 'Bronze VIP commands',
+ ],
+ [
+ 'article_id' => $firstArticle->id,
+ 'content' => '350 credits every 15 minutes',
+ ],
+ [
+ 'article_id' => $firstArticle->id,
+ 'content' => '350 duckets every 15 minutes',
+ ],
+ [
+ 'article_id' => $firstArticle->id,
+ 'content' => '1 diamond every hour',
+ ],
+
+ // Silver VIP
+ [
+ 'article_id' => $secondArticle->id,
+ 'content' => 'Silver VIP badge',
+ ],
+ [
+ 'article_id' => $secondArticle->id,
+ 'content' => 'Silver VIP catalogue',
+ ],
+ [
+ 'article_id' => $secondArticle->id,
+ 'content' => 'Silver VIP commands',
+ ],
+ [
+ 'article_id' => $secondArticle->id,
+ 'content' => '450 credits every 15 minutes',
+ ],
+ [
+ 'article_id' => $secondArticle->id,
+ 'content' => '450 duckets every 15 minutes',
+ ],
+ [
+ 'article_id' => $secondArticle->id,
+ 'content' => '3 diamond every hour',
+ ],
+
+ // Gold VIP
+ [
+ 'article_id' => $thirdArticle->id,
+ 'content' => 'Gold VIP badge',
+ ],
+ [
+ 'article_id' => $thirdArticle->id,
+ 'content' => 'Gold VIP catalogue',
+ ],
+ [
+ 'article_id' => $thirdArticle->id,
+ 'content' => 'Gold VIP commands',
+ ],
+ [
+ 'article_id' => $thirdArticle->id,
+ 'content' => '550 credits every 15 minutes',
+ ],
+ [
+ 'article_id' => $thirdArticle->id,
+ 'content' => '550 duckets every 15 minutes',
+ ],
+ [
+ 'article_id' => $thirdArticle->id,
+ 'content' => '5 diamond every hour',
+ ],
+ ];
+
+ WebsiteShopArticleFeature::insert($features, ['article_id']);
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteArticleSeeder.php b/Updated_Cms/database/seeders/WebsiteArticleSeeder.php
new file mode 100644
index 0000000000..3adc13e152
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteArticleSeeder.php
@@ -0,0 +1,30 @@
+create();
+ }
+
+ $title = 'Atom CMS has been installed';
+ $slug = Str::slug($title);
+
+ WebsiteArticle::firstOrCreate(['slug' => $slug], [
+ 'slug' => $slug,
+ 'title' => $title,
+ 'short_story' => 'Welcome to your new hotel, we are super happy that you chose to use Atom CMS!',
+ 'full_story' => sprintf('Welcome to your new hotel ! First of all thank you for using Atom CMS - it truly means a lot❤️ We built Atom CMS for you and your users to get the best possible experience when it comes to visiting %s, and we hope the journey has been a pleasure for you so far. We have used modern and industry approved technologies (Laravel & Tailwind CSS) in order to give you the most secure & robust CMS possible. Our idea of a good CMS is accessibility and just that, is what we have tried to make Atom CMS, so that you can be able to customise it without being a PHP expert or frontend guru. Some of the built in features Atom CMS comes packed with tons of features, we will however only mention a few that might help to improve your hotel further!- VPN / IP manager - Allows you to whitelist & blacklist specific IPs or ASNs - Theme system - Switch between themes easily or built your own with the simplicity of running a single command! - Google ReCaptcha - Keep bots away from your site, by simply enabling Googles recaptcha - Built in multi language support - Allow your users to browse your site in their preferred language Built in theme system! Atom CMS has its own theme system, making it an absolute breeze to brew up a new theme or switch themes between the existing ones. If you wish to build your own theme, but is a bit unsure how to start, then head over to the Our documentation site . It gives you a good idea on how to use the theming system and tons of other aspects of running your hotel✨ With everything being said it is time to wrap up the introduction, but before we do that we want to wish you the best of luck with your hotel !', setting('hotel_name')),
+ 'user_id' => User::first()->id,
+ 'image' => 'website_news_images/default.png',
+ ]);
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteHelperCenterCategorySeeder.php b/Updated_Cms/database/seeders/WebsiteHelperCenterCategorySeeder.php
new file mode 100644
index 0000000000..1913d50bed
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteHelperCenterCategorySeeder.php
@@ -0,0 +1,83 @@
+ config('habbo.site.default_name') . ' Way',
+ 'content' => 'Welcome to the ' . config('habbo.site.default_name') . " Hotel, where fun and excitement are always around the corner! 🎉 To ensure that everyone has the best experience possible, we've created The " . config('habbo.site.default_name') . " Way - our special set of rules that keeps our community safe and friendly. 🌈 It's important to know that these rules and regulations can change without notice. As a member of our awesome " . config('habbo.site.default_name') . " community, you agree to follow these terms and conditions. 😊 If you don't, there may be sanctions applied to your account. But don't worry! If you have any questions or concerns about The " . config('habbo.site.default_name') . ' Way, our friendly Hotel Staff are always here to help. 💬 Now, go ahead and click the button below to read The ' . config('habbo.site.default_name') . ' Way and join us in creating a fantastic environment for all! 🚀',
+ 'image_url' => 'safety_tips_1.png',
+ 'button_text' => config('habbo.site.default_name') . ' Way',
+ 'button_url' => '/help-center/rules',
+ 'position' => 1,
+ ],
+ [
+ 'name' => 'Ban Appeals',
+ 'content' => "If you think you've been unfairly banned from our super cool hotel, no worries - we're here to help! 🌟 All you need to do is submit a ticket 🎟️ and let us know what happened. We'll check it out and give you a fair chance to return to the awesome world of " . config('habbo.site.default_name') . "! 🕺💃 So go ahead, share your side of the story, and let's get you back in on the fun! 😄",
+ 'image_url' => 'safety_tips_5.png',
+ 'button_text' => 'Submit a ban appeal',
+ 'button_url' => '/help-center/tickets/create',
+ 'position' => 2,
+ ],
+ [
+ 'name' => 'VPN Unblock',
+ 'content' => "We know that sometimes you might need to use a VPN or proxy connection while visiting our fantastic hotel! 🏨 But since we want to keep our community safe and free from toxicity, we block these connections by default. 🛡️ However, we understand that there are exceptions, and we're here to help! 🌟 If you find yourself in one of these situations, you can request VPN unblocking:1. You're not using a VPN but still got flagged somehow. 🚩2. You're at school or university and need a VPN to access " . config('habbo.site.default_name') . ". 🏫3. You're on public connections that might be flagged as a VPN.
📱 Please note that if using a VPN is optional for you, we usually deny the request. This is just to make sure we maintain a positive and friendly environment for all our users! 😄 To request VPN unblocking, simply submit a ticket with an explanation of your situation, and we'll do our best to help you out! Together, let's keep the " . config('habbo.site.default_name') . ' Hotel experience amazing for everyone! 🎉',
+ 'image_url' => 'safety_tips_2.png',
+ 'button_text' => 'Submit Unblock request',
+ 'button_url' => '/help-center/tickets/create',
+ 'position' => 3,
+ ],
+ [
+ 'name' => 'Scam Reports',
+ 'content' => 'Hey ' . config('habbo.site.default_name') . " buddies! 🎉 We know that sometimes, unfortunately, users might try to scam others out of their coins, diamonds, or furniture. 😢 But don't worry, we've got your back! We don't tolerate this kind of behavior, and we're here to help you report it. 🌟 Have you been scammed? 😨 If so, we're here to assist! Just follow the template below and include it in a ticket under the 'Scam Reports' option:1. Scammed by:2. Date of Scam:3. Items Scammed:4. Evidence (if available):
Remember, it's important to be honest and true to yourself! 🌈 Nobody likes a trickster, and stealing won't make you rich - it makes you a criminal. 😔 By reporting scams, we can work together to keep the " . config('habbo.site.default_name') . ' Hotel a fun, safe, and amazing place for everyone! 🎊',
+ 'image_url' => 'safety_tips_7.png',
+ 'button_text' => 'Submit scam report',
+ 'position' => 4,
+ ],
+ // Left side boxes
+ /*
+ * [
+ 'name' => "GOTW Rules",
+ 'content' => "GOTW, or Gamer of the Week is all about celebrating the top events players from the past seven days. 🏆 For every hotel alerted event you win, you'll earn both GOTW points and diamonds! 💎 So put your gaming skills to the test and aim for the top! Curious about the rules? No problem! Click the link below & you'll find all the information you need to become a GOTW pro. Get ready to shine as the next Gamer of the Week! 🚀",
+ 'button_text' => "GOTW Rules",
+ 'position' => 1,
+ 'small_box' => true,
+ ],
+ * */
+
+ [
+ 'name' => 'Room Ads',
+ 'content' => 'Hey there, ' . config('habbo.site.default_name') . " friends! 🌟 Did you know that you can make your room even cooler by displaying images in it? 😮 That's right! With room background furniture, you can embed images directly into your room on the hotel! 🖼️ However, by default, you won't have the furniture access or permission to do this. But no worries, you can apply for it! 🎉 All you need to do is submit a ticket and let us know why you'd like to have these awesome room ad rights. 📝 Once you've got the permission, you'll be able to customize your room and make it truly one-of-a-kind! 🌈 So go ahead and tell us why you need those rights, and let's take your room to the next level together! 🚀",
+ 'button_text' => 'Submit a ticket',
+ 'button_url' => '/help-center/tickets/create',
+ 'position' => 1,
+ 'small_box' => true,
+ ],
+ [
+ 'name' => 'Something else?',
+ 'content' => "We know that sometimes you might have questions, concerns, or just need a little help that doesn't fit into any specific category. No worries, we've got you covered! 🌟 For anything else that you need assistance with, simply select the 'Other' option when submitting a ticket. 📝 Our friendly and helpful Hotel Staff will be more than happy to get in touch and provide the support you need. 🤗 So go ahead, reach out to us for any reason, big or small, and let's make your " . config('habbo.site.default_name') . ' experience the best it can be! 🚀',
+ 'button_text' => 'Submit a ticket',
+ 'button_url' => '/help-center/tickets/create',
+ 'position' => 2,
+ 'small_box' => true,
+ ],
+ ];
+
+ foreach ($categories as $category) {
+ $attributes = [];
+
+ foreach ($category as $key => $value) {
+ $attributes[$key] = $value;
+ }
+
+ WebsiteHelpCenterCategory::updateOrCreate(['name' => $category['name']], $attributes);
+ }
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteLanguageSeeder.php b/Updated_Cms/database/seeders/WebsiteLanguageSeeder.php
new file mode 100644
index 0000000000..6e37d9c6e4
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteLanguageSeeder.php
@@ -0,0 +1,29 @@
+ 'en', 'language' => 'English'],
+ ['country_code' => 'da', 'language' => 'Danish'],
+ ['country_code' => 'fi', 'language' => 'Finnish'],
+ ['country_code' => 'de', 'language' => 'German'],
+ ['country_code' => 'fr', 'language' => 'French'],
+ ['country_code' => 'tr', 'language' => 'Turkish'],
+ ['country_code' => 'se', 'language' => 'Swedish'],
+ ['country_code' => 'nl', 'language' => 'Netherland'],
+ ['country_code' => 'br', 'language' => 'Portuguese (Brazil)'],
+ ['country_code' => 'it', 'language' => 'Italy'],
+ ['country_code' => 'es', 'language' => 'Spain'],
+ ['country_code' => 'no', 'language' => 'Norwegian'],
+ ];
+
+ WebsiteLanguage::query()->upsert($languages, ['country_code']);
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteMaintenanceTasksSeeder.php b/Updated_Cms/database/seeders/WebsiteMaintenanceTasksSeeder.php
new file mode 100644
index 0000000000..7e58b40a31
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteMaintenanceTasksSeeder.php
@@ -0,0 +1,42 @@
+first();
+ $user = User::where('rank', $permission->id)->first();
+
+ if ($user === null) {
+ $user = User::create([
+ 'username' => 'Admin',
+ 'mail' => 'admin@example.com',
+ 'password' => Hash::make(Str::password()),
+ 'account_created' => time(),
+ 'last_login' => time(),
+ 'motto' => 'Atom',
+ 'look' => 'fa-201407-1324.hr-828-1035.ch-3001-1261-1408.sh-3068-92-1408.cp-9032-1308.lg-270-1281.hd-209-3',
+ 'credits' => 0,
+ 'ip_register' => '127.0.0.1',
+ 'ip_current' => '127.0.0.1',
+ 'auth_ticket' => '',
+ 'home_room' => 0,
+ 'rank' => $permission?->id ?? 1,
+ ]);
+ }
+
+ WebsiteMaintenanceTask::firstOrCreate(['task' => 'Working on the hotel'], [
+ 'user_id' => $user->id,
+ 'completed' => false,
+ ]);
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsitePermissionSeeder.php b/Updated_Cms/database/seeders/WebsitePermissionSeeder.php
new file mode 100644
index 0000000000..ac6b2d6433
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsitePermissionSeeder.php
@@ -0,0 +1,63 @@
+ 'bypass_vpn',
+ 'min_rank' => '6',
+ 'description' => 'Min rank to bypass vpn blocker check',
+ ],
+ [
+ 'permission' => 'view_server_logs',
+ 'min_rank' => '7',
+ 'description' => 'Minimum required rank to access the log viewer',
+ ],
+ [
+ 'permission' => 'housekeeping_access',
+ 'min_rank' => '7',
+ 'description' => 'Minimum required rank to access the log viewer',
+ ],
+ [
+ 'permission' => 'delete_article_comments',
+ 'min_rank' => '7',
+ 'description' => 'Minimum required rank to delete article comments without being the author',
+ ],
+ [
+ 'permission' => 'manage_website_tickets',
+ 'min_rank' => '7',
+ 'description' => 'Minimum required rank to view and reply to others tickets',
+ ],
+ [
+ 'permission' => 'delete_website_tickets',
+ 'min_rank' => '7',
+ 'description' => 'Minimum required rank to delete others tickets',
+ ],
+ [
+ 'permission' => 'delete_website_ticket_replies',
+ 'min_rank' => '7',
+ 'description' => 'Minimum required rank to delete replies on a ticket',
+ ],
+ [
+ 'permission' => 'generate_logo',
+ 'min_rank' => '7',
+ 'description' => 'Minimum required rank to use the logo generator',
+ ],
+ ];
+
+ foreach ($permissions as $permission) {
+ WebsitePermission::firstOrCreate(['permission' => $permission['permission']], [
+ 'permission' => $permission['permission'],
+ 'min_rank' => $permission['min_rank'],
+ 'description' => $permission['description'],
+ ]);
+ }
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteRareValuesCategorySeeder.php b/Updated_Cms/database/seeders/WebsiteRareValuesCategorySeeder.php
new file mode 100644
index 0000000000..e2ab1adbde
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteRareValuesCategorySeeder.php
@@ -0,0 +1,37 @@
+ 'Limited Edition',
+ 'badge' => 'hotel-icon',
+ 'priority' => 1,
+ ],
+ [
+ 'name' => 'Ultra rares',
+ 'badge' => 'hotel-icon',
+ 'priority' => 2,
+ ],
+ [
+ 'name' => 'Super rares',
+ 'badge' => 'hotel-icon',
+ 'priority' => 3,
+ ],
+ [
+ 'name' => 'Regulars',
+ 'badge' => 'hotel-icon',
+ 'priority' => 4,
+ ],
+ ];
+
+ WebsiteRareValueCategory::upsert($categories, ['name'], ['name', 'badge', 'priority']);
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteRuleCategorySeeder.php b/Updated_Cms/database/seeders/WebsiteRuleCategorySeeder.php
new file mode 100644
index 0000000000..fa81d915ba
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteRuleCategorySeeder.php
@@ -0,0 +1,38 @@
+ 'General Rules',
+ 'description' => 'The general rules of the hotel',
+ 'badge' => 'hotel-icon',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'name' => 'Account Rules',
+ 'description' => 'The general account rules on Habbo',
+ 'badge' => 'hotel-icon',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'name' => 'Hotel',
+ 'description' => 'Hotel rules & guidelines',
+ 'badge' => 'hotel-icon',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ ];
+
+ WebsiteRuleCategory::upsert($categories, ['name']);
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteRuleSeeder.php b/Updated_Cms/database/seeders/WebsiteRuleSeeder.php
new file mode 100644
index 0000000000..8ad834ed2c
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteRuleSeeder.php
@@ -0,0 +1,202 @@
+pluck('id');
+
+ $rules = [
+ // General rules
+ [
+ 'category_id' => $categories[0],
+ 'paragraph' => '1.1',
+ 'rule' => 'Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[0],
+ 'paragraph' => '1.2',
+ 'rule' => 'Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[0],
+ 'paragraph' => '1.3',
+ 'rule' => 'Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[0],
+ 'paragraph' => '1.4',
+ 'rule' => 'Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[0],
+ 'paragraph' => '1.5',
+ 'rule' => 'Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[0],
+ 'paragraph' => '1.6',
+ 'rule' => 'Do not excessively repeat identical or similar statements (spamming).',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[0],
+ 'paragraph' => '1.7',
+ 'rule' => 'Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[0],
+ 'paragraph' => '1.8',
+ 'rule' => 'Do not make rooms with inappropriate or abusive names.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[0],
+ 'paragraph' => '1.9',
+ 'rule' => 'Do not attempt to or successfully harm a user’s home internet connection.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[0],
+ 'paragraph' => '1.10',
+ 'rule' => 'Do not disrupt events with explicit language or negative behavior.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+
+ // Accounts rules
+ [
+ 'category_id' => $categories[1],
+ 'paragraph' => '2.1',
+ 'rule' => 'Do not attempt to or give away, buy, sell, or trade your Habbo account and/or items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading furniture/currency for Habbo furniture/currency or vice versa. ',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[1],
+ 'paragraph' => '2.2',
+ 'rule' => 'Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[1],
+ 'paragraph' => '2.3',
+ 'rule' => 'Do not evade an IP Address ban.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[1],
+ 'paragraph' => '2.4',
+ 'rule' => 'Do not share your account with other users.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[1],
+ 'paragraph' => '2.5',
+ 'rule' => 'Do not threaten to, attempt to, or hack other users accounts.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[1],
+ 'paragraph' => '2.6',
+ 'rule' => 'Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[1],
+ 'paragraph' => '2.7',
+ 'rule' => 'Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[1],
+ 'paragraph' => '2.8',
+ 'rule' => 'Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+
+ // Hotel rules
+ [
+ 'category_id' => $categories[2],
+ 'paragraph' => '3.1',
+ 'rule' => 'Do not attempt to or exploit errors of Habbo; report it to the Administration immediately.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[2],
+ 'paragraph' => '3.2',
+ 'rule' => 'Do not attempt to or refund your VIP Membership or donation to Habbo at any given time; all payments are final.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[2],
+ 'paragraph' => '3.3',
+ 'rule' => 'Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[2],
+ 'paragraph' => '3.4',
+ 'rule' => 'Do not make false statements against Habbo or any other part of its services.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[2],
+ 'paragraph' => '3.5',
+ 'rule' => 'Do not pretend to be a representative of Habbo. This includes mimicing, acting like them, and or claim to have staff powers.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[2],
+ 'paragraph' => '3.6',
+ 'rule' => 'Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify Habbo.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ [
+ 'category_id' => $categories[2],
+ 'paragraph' => '3.7',
+ 'rule' => 'Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.',
+ 'created_at' => now(),
+ 'updated_at' => now(),
+ ],
+ ];
+
+ if (WebsiteRule::doesntExist()) {
+ WebsiteRule::insert($rules);
+ }
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteSettingsSeeder.php b/Updated_Cms/database/seeders/WebsiteSettingsSeeder.php
new file mode 100644
index 0000000000..029417a723
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteSettingsSeeder.php
@@ -0,0 +1,312 @@
+ 'theme',
+ 'value' => 'dusk',
+ 'comment' => 'Specifies the active CMS theme (dusk, atom)',
+ ],
+ [
+ 'key' => 'hotel_name',
+ 'value' => 'Atom',
+ 'comment' => 'Specifies the name of the hotel',
+ ],
+ [
+ 'key' => 'rcon_ip',
+ 'value' => '127.0.0.1',
+ 'comment' => 'Specifies the RCON IP used for the CMS to perform RCON commands',
+ ],
+ [
+ 'key' => 'rcon_port',
+ 'value' => '3001',
+ 'comment' => 'Specifies the RCON port used for the CMS to perform RCON commands',
+ ],
+ [
+ 'key' => 'start_motto',
+ 'value' => sprintf('I love %s hotel', setting('hotel_name') ?? config('habbo.site.default_name')),
+ 'comment' => 'Specifies the start motto the user gets assigned upon registration',
+ ],
+ [
+ 'key' => 'start_credits',
+ 'value' => '5000',
+ 'comment' => 'Specifies the amount of credits a user receives upon registration',
+ ],
+ [
+ 'key' => 'start_duckets',
+ 'value' => '5000',
+ 'comment' => 'Specifies the amount of duckets a user receives upon registration',
+ ],
+ [
+ 'key' => 'start_diamonds',
+ 'value' => '100',
+ 'comment' => 'Specifies the amount of diamonds a user receives upon registration',
+ ],
+ [
+ 'key' => 'start_points',
+ 'value' => '0',
+ 'comment' => 'Specifies the amount of points a user receives upon registration',
+ ],
+ [
+ 'key' => 'avatar_imager',
+ 'value' => 'https://www.habbo.com/habbo-imaging/avatarimage?figure=',
+ 'comment' => 'The base url for the imager used to render avatars on the CMS',
+ ],
+ [
+ 'key' => 'start_look',
+ 'value' => 'fa-201407-1324.hr-828-1035.ch-3001-1261-1408.sh-3068-92-1408.cp-9032-1308.lg-270-1281.hd-209-3',
+ 'comment' => 'Sets the starting outfit for any new user registering',
+ ],
+ [
+ 'key' => 'referrals_needed',
+ 'value' => '5',
+ 'comment' => 'Specifies the amount of referrals needed before being able to claim the referral reward',
+ ],
+ [
+ 'key' => 'referral_reward_amount',
+ 'value' => '30',
+ 'comment' => 'Specifies the reward amount when a user claims a reward',
+ ],
+ [
+ 'key' => 'referral_reward_currency_type',
+ 'value' => 'diamonds',
+ 'comment' => 'Specify what type of currency that are given upon referral reward claim (credits, duckets, diamonds, points)',
+ ],
+ [
+ 'key' => 'point_currency_number',
+ 'value' => '101',
+ 'comment' => 'Determines what number the points currency type is',
+ ],
+ [
+ 'key' => 'discord_invitation_link',
+ 'value' => 'https://discord.gg/rX3aShUHdg',
+ 'comment' => 'The link used to invite people to your Discord server',
+ ],
+ [
+ 'key' => 'discord_widget_id',
+ 'value' => '1008150166521524264',
+ 'comment' => 'The Discord widget ID you want to show on the CMS',
+ ],
+ [
+ 'key' => 'min_staff_rank',
+ 'value' => '4',
+ 'comment' => 'The minimum rank before being considered a staff member',
+ ],
+ [
+ 'key' => 'min_rank_to_see_hidden_staff',
+ 'value' => '6',
+ 'comment' => 'The minimum rank to enable seeing hidden staff ranks & members',
+ ],
+ [
+ 'key' => 'badges_path',
+ 'value' => '/client/flash/c_images/album1584',
+ 'comment' => 'The path to the badges folder, for the frontend',
+ ],
+ [
+ 'key' => 'badge_path_filesystem',
+ 'value' => '/var/www/gamedata/c_images/album1584',
+ 'comment' => 'The path to the badges folder, for the backend',
+ ],
+ [
+ 'key' => 'group_badge_path',
+ 'value' => '/client/flash/c_images/Badgeparts/generated',
+ 'comment' => 'The path that contains all the generated group badges',
+ ],
+ [
+ 'key' => 'ads_path_filesystem',
+ 'value' => '/var/www/gamedata/custom',
+ 'comment' => 'The path for loading ADS from disk - for the Backend',
+ ],
+ [
+ 'key' => 'ads_picture_path',
+ 'value' => '/gamedata/custom',
+ 'comment' => 'The path for loading ADS from the CMS - for the Frontend',
+ ],
+ [
+ 'key' => 'nitro_external_texts_file',
+ 'value' => '/var/www/gamedata/config/ExternalTexts.json',
+ 'comment' => 'The path for loading ExternalTexts',
+ ],
+ [
+ 'key' => 'maintenance_enabled',
+ 'value' => '0',
+ 'comment' => 'Determines whether maintenance is enabled or not',
+ ],
+ [
+ 'key' => 'min_maintenance_login_rank',
+ 'value' => '5',
+ 'comment' => 'The minimum rank required to login to the hotel during maintenance',
+ ],
+ [
+ 'key' => 'maintenance_message',
+ 'value' => "We're working very hard on making " . setting('hotel_name') . ' the best possible version of itself 💛 We want to make sure ' . setting('hotel_name') . ' lives up to the standards you deserve, hence we currently have no ETA for when we can open our doors. We promise that once we feel confident that ' . setting('hotel_name') . " is ready for launch, we'll let everyone know about it. - The " . setting('hotel_name') . ' team ⭐',
+ 'comment' => 'The maintenance message displayed to users while maintenance is activated',
+ ],
+ [
+ 'key' => 'username_regex',
+ 'value' => '/^[a-zA-Z0-9_.-]+$/u',
+ 'comment' => 'The regex used to validate username input fields',
+ ],
+ [
+ 'key' => 'min_housekeeping_rank',
+ 'value' => '6',
+ 'comment' => 'The minimum rank required to see the housekeeping button',
+ ],
+ [
+ 'key' => 'housekeeping_url',
+ 'value' => '/housekeeping',
+ 'comment' => 'The url to the housekeeping page',
+ ],
+ [
+ 'key' => 'max_accounts_per_ip',
+ 'value' => '2',
+ 'comment' => 'The maximum allowed accounts registered per IP address',
+ ],
+ [
+ 'key' => 'google_recaptcha_enabled',
+ 'value' => '0',
+ 'comment' => 'Toggles whether google recaptcha is enabled or not - Do not enable if turnstile is enabled',
+ ],
+ [
+ 'key' => 'cloudflare_turnstile_enabled',
+ 'value' => '1',
+ 'comment' => 'Determines whether cloudflare turnstile is enabled or not - Do not enable if google recaptche is enabled',
+ ],
+ [
+ 'key' => 'vpn_block_enabled',
+ 'value' => '0',
+ 'comment' => 'Toggles whether the VPN blocker is enabled or not',
+ ],
+ [
+ 'key' => 'ipdata_api_key',
+ 'value' => 'ADD-API-KEY-HERE',
+ 'comment' => 'The API key needed from ipdata.co to block VPNs (Only necessary if vpn block is enabled)',
+ ],
+ [
+ 'key' => 'cms_logo',
+ 'value' => '/assets/images/kasja_atomlogo.png',
+ 'comment' => 'Default logo for the cms',
+ ],
+ [
+ 'key' => 'cms_header',
+ 'value' => '/assets/images/kasja_mepage_header.png',
+ 'comment' => 'Default header for the me page',
+ ],
+ [
+ 'key' => 'cms_me_backdrop',
+ 'value' => '/assets/images/kasja_mepage_image.png',
+ 'comment' => 'Default backdrop header for the me page',
+ ],
+ [
+ 'key' => 'room_thumbnail_path',
+ 'value' => '/client/flash/c_images/rooms',
+ 'comment' => 'Path to room thumbnails',
+ ],
+ [
+ 'key' => 'hotel_home_room',
+ 'value' => '0',
+ 'comment' => 'The homeroom every new users will be assigned to, leave as 0 if you do not wish to assign any home room',
+ ],
+ [
+ 'key' => 'cms_color_mode',
+ 'value' => 'light',
+ 'comment' => 'Determines the color mode of the CMS (light = normal, dark = dark mode)',
+ ],
+ [
+ 'key' => 'force_staff_2fa',
+ 'value' => '0',
+ 'comment' => 'If set to 1 every staff will be forced to apply 2FA before being able to visit any other page',
+ ],
+ [
+ 'key' => 'website_wordfilter_enabled',
+ 'value' => '1',
+ 'comment' => 'Determines whether the wordfilter on the CMS will be enabled or not',
+ ],
+ [
+ 'key' => 'requires_beta_code',
+ 'value' => '0',
+ 'comment' => 'Determines whether users need a beta code to register or not (0 for no & 1 for yes)',
+ ],
+ [
+ 'key' => 'disable_registration',
+ 'value' => '0',
+ 'comment' => 'Determines whether registration is enabled or not (0 for no & 1 for yes)',
+ ],
+ [
+ 'key' => 'give_hc_on_register',
+ 'value' => '0',
+ 'comment' => 'Determines whether the registered user will receive HC upon registration',
+ ],
+ [
+ 'key' => 'hc_on_register_duration',
+ 'value' => '315569260',
+ 'comment' => 'Specifies the amount of time a user receives their HC subscription for (The default amount is 10 years)',
+ ],
+ [
+ 'key' => 'max_comment_per_article',
+ 'value' => '2',
+ 'comment' => 'Specifies the amount of times a user can comment per article',
+ ],
+ [
+ 'key' => 'furniture_icons_path',
+ 'value' => '/client/flash/dcr/hof_furni/icons',
+ 'comment' => 'The path used to display furniture icons - eg. on rare values',
+ ],
+ [
+ 'key' => 'nitro_path',
+ 'value' => '/client/nitro/nitro-react/dist',
+ 'comment' => 'The path in which your index.html for nitro is located',
+ ],
+ [
+ 'key' => 'enable_discord_webhook',
+ 'value' => '0',
+ 'comment' => 'Specify whether Discord webhooks will be sent or not (0 for disabled, 1 for enabled)',
+ ],
+ [
+ 'key' => 'discord_webhook_url',
+ 'value' => '',
+ 'comment' => 'The URL provided by discord to send a webhook request',
+ ],
+ [
+ 'key' => 'max_guestbook_posts_per_profile',
+ 'value' => '3',
+ 'comment' => 'The amount of guestbook posts a user can post on each user profile',
+ ],
+ [
+ 'key' => 'tinymce_api_key',
+ 'value' => 'API-KEY-HERE',
+ 'comment' => 'The API key necessary in order to use TinyMCE',
+ ],
+ ];
+
+ foreach ($settings as $setting) {
+ WebsiteSetting::firstOrCreate(['key' => $setting['key']], [
+ 'key' => $setting['key'],
+ 'value' => $setting['value'],
+ 'comment' => $setting['comment'],
+ ]);
+ }
+
+ $recaptchaEnabled = WebsiteSetting::where('key', 'google_recaptcha_enabled')->first();
+
+ // This is done to update the rare values key for existing applications
+ WebsiteSetting::where('key', 'rare_values_icons_path')->update([
+ 'key' => 'furniture_icons_path',
+ ]);
+
+ // Disables cloudflare turnstile if the seeder is run while having google recaptcha enabled.
+ if ($recaptchaEnabled->value === '1') {
+ WebsiteSetting::where('key', 'cloudflare_turnstile_enabled')->update([
+ 'value' => '0',
+ ]);
+ }
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteShopArticleSeeder.php b/Updated_Cms/database/seeders/WebsiteShopArticleSeeder.php
new file mode 100644
index 0000000000..b3875075f7
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteShopArticleSeeder.php
@@ -0,0 +1,130 @@
+firstOrCreate(['slug' => 'vip'], [
+ 'name' => 'VIP',
+ 'icon_url' => 'https://i.imgur.com/5NBdR0z.gif',
+ ]);
+
+ $articles = [
+ [
+ 'website_shop_category_id' => $vipCategory->id,
+ 'name' => 'Bronze Package',
+ 'info' => 'Embark on your Habbo adventure with the Bronze Package – your essential starter kit for the virtual world. Start building your dream rooms, customize your avatar, and get access to basic perks that will make your stay more enjoyable.',
+ 'icon_url' => 'https://i.imgur.com/1VGFYSL.gif',
+ 'color' => '#c5630f',
+ 'costs' => 500,
+ 'give_rank' => 2,
+ 'credits' => 5000,
+ 'duckets' => 5000,
+ 'diamonds' => 100,
+ 'badges' => 'VipParties2',
+ 'furniture' => null,
+ ],
+ [
+ 'website_shop_category_id' => $vipCategory->id,
+ 'name' => 'Silver Package',
+ 'info' => 'The Silver Package is designed for Habbos who are ready to take their experience up a notch. Enjoy a substantial boost of in-game currency and exclusive access to items that will set you apart from the crowd.',
+ 'icon_url' => 'https://i.imgur.com/5NBdR0z.gif',
+ 'color' => '#dddddd',
+ 'costs' => 1000,
+ 'give_rank' => 3,
+ 'credits' => 10000,
+ 'duckets' => 10000,
+ 'diamonds' => 300,
+ 'badges' => 'VipParties2_Top100',
+ 'furniture' => null,
+ ],
+ [
+ 'website_shop_category_id' => $vipCategory->id,
+ 'name' => 'Gold VIP',
+ 'info' => 'The Gold VIP package is the epitome of Habbo luxury, reserved for those who crave the ultimate in virtual prestige. Enjoy unparalleled access to exclusive items, premium features, and a status symbol that will make heads turn wherever you go in the Hotel.',
+ 'icon_url' => 'https://i.imgur.com/NiVvRrs.gif',
+ 'color' => '#E4A317FF',
+ 'costs' => 1500,
+ 'give_rank' => 4,
+ 'credits' => 15000,
+ 'duckets' => 15000,
+ 'diamonds' => 500,
+ 'badges' => 'VipParties2_Top10',
+ 'furniture' => null,
+ ],
+ // Example for furniture pack
+ /*
+ [
+ 'name' => 'Furniture Pack #1',
+ 'info' => 'The perfect pack for the casino builder',
+ 'icon' => 'gold',
+ 'color' => '#E4A317FF',
+ 'costs' => 750,
+ 'badges' => 'VipParties2_Top100',
+ 'furniture' => json_encode([
+ [
+ 'item_id' => 202,
+ 'amount' => 5,
+ ],
+ [
+ 'item_id' => 212,
+ 'amount' => 2,
+ ],
+ [
+ 'item_id' => 230,
+ 'amount' => 2,
+ ],
+ ]),
+ ],
+ */
+ // Example for badge pack
+ /*
+ [
+ 'name' => 'Badge Pack #1',
+ 'info' => 'The perfect pack for the badge collector',
+ 'icon' => 'gold',
+ 'color' => '#E4A317FF',
+ 'costs' => 250,
+ 'badges' => 'BADGE_CODE_1;BADGE_CODE_2;BADGE_CODE_3;BADGE_CODE_4;BADGE_CODE_5',
+ ],
+ */
+
+ // Example for currency pack
+ /*
+ [
+ 'name' => 'Currency Pack #1',
+ 'info' => 'The perfect pack to boost your account',
+ 'icon' => 'gold',
+ 'color' => '#E4A317FF',
+ 'costs' => 250,
+ 'credits' => 25000,
+ 'duckets' => 35000,
+ 'diamonds' => 2500,
+ ],
+ */
+ ];
+
+ foreach ($articles as $article) {
+ WebsiteShopArticle::updateOrCreate(['name' => $article['name']], [
+ 'website_shop_category_id' => $vipCategory->id,
+ 'name' => $article['name'],
+ 'info' => $article['info'],
+ 'icon_url' => $article['icon_url'],
+ 'color' => $article['color'],
+ 'costs' => $article['costs'],
+ 'give_rank' => $article['give_rank'] ?? null,
+ 'credits' => $article['credits'] ?? null,
+ 'duckets' => $article['duckets'] ?? null,
+ 'diamonds' => $article['diamonds'] ?? null,
+ 'badges' => $article['badges'] ?? null,
+ 'furniture' => $article['furniture'] ?? null,
+ ]);
+ }
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteShopCategoriesSeeder.php b/Updated_Cms/database/seeders/WebsiteShopCategoriesSeeder.php
new file mode 100644
index 0000000000..b4984b789c
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteShopCategoriesSeeder.php
@@ -0,0 +1,37 @@
+ 'VIP',
+ 'slug' => 'vip',
+ 'icon' => 'https://i.imgur.com/YiI0I1i.png',
+ ],
+ [
+ 'name' => 'Currency',
+ 'slug' => 'currency',
+ 'icon' => 'https://i.imgur.com/YiI0I1i.png',
+ ],
+ [
+ 'name' => 'Badges',
+ 'slug' => 'badges',
+ 'icon' => 'https://i.imgur.com/YiI0I1i.png',
+ ],
+ [
+ 'name' => 'Rares',
+ 'slug' => 'rares',
+ 'icon' => 'https://i.imgur.com/YiI0I1i.png',
+ ],
+ ];
+
+ WebsiteShopCategory::upsert($categories, ['slug'], ['name', 'icon']);
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteTeamSeeder.php b/Updated_Cms/database/seeders/WebsiteTeamSeeder.php
new file mode 100644
index 0000000000..3fd2976275
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteTeamSeeder.php
@@ -0,0 +1,20 @@
+ 'DJ'],
+ ['rank_name' => 'Wired Expert'],
+ ['rank_name' => 'Event planner'],
+ ];
+
+ WebsiteTeam::query()->upsert($teams, ['rank_name']);
+ }
+}
diff --git a/Updated_Cms/database/seeders/WebsiteWordfilterSeeder.php b/Updated_Cms/database/seeders/WebsiteWordfilterSeeder.php
new file mode 100644
index 0000000000..1e9f0b3b4e
--- /dev/null
+++ b/Updated_Cms/database/seeders/WebsiteWordfilterSeeder.php
@@ -0,0 +1,78 @@
+ 'fuck',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'idiot',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'hotel',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'nigger',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'nigga',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'retard',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'faggot',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'tranny',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'bitch',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'cunt',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'cock',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ [
+ 'word' => 'pussy',
+ 'created_at' => Carbon::now(),
+ 'updated_at' => Carbon::now(),
+ ],
+ ];
+
+ WebsiteWordfilter::query()->upsert($words, ['word']);
+ }
+}
diff --git a/Updated_Cms/lang/br.json b/Updated_Cms/lang/br.json
new file mode 100644
index 0000000000..239abad1fb
--- /dev/null
+++ b/Updated_Cms/lang/br.json
@@ -0,0 +1,341 @@
+{
+ "Home": "Início",
+ "Community": "Comunidade",
+ "Leaderboards": "Hall da Fama",
+ "Shop": "Loja",
+ "Rules": "Regras",
+ "Articles": "Notícias",
+ "Staff": "Equipe",
+ "Photos": "Fotos",
+ "My Profile": "Meu Perfil",
+ "Administration": "Administração",
+ "Error logs": "Logs de Erro",
+ "Housekeeping": "Painel de Controle",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "Um mundo virtual online onde você pode criar seu próprio avatar, fazer amigos, conversar, criar salas e muito mais!",
+ "Create your account!": "Crie sua conta!",
+ "Create a free account, and be a part of a fun online world!": "Crie uma conta grátis, e faça parte de um mundo online divertido!",
+ "Login": "Entrar",
+ "Register": "Registrar",
+ "Create an account": "Criar Conta",
+ "Or": "Ou",
+ "Latest news": "Últimas Notícias",
+ "Keep up to date with the latest hotel gossip.": "Mantenha-se atualizado com as últimas fofocas do hotel.",
+ "Latest Photos": "Últimas Fotos",
+ "Have a look at some of the great moments captured by users around the hotel.": "Dê uma olhada em alguns dos grandes momentos capturados pelos usuários ao redor do hotel.",
+ "Username": "Usuário",
+ "Password": "Senha",
+ "Confirm Password": "Confirme sua senha",
+ "Repeat Password": "Repita sua senha",
+ "Email": "Email",
+ "Remember me": "Lembrar-me",
+ "Go to :hotel": "Ir para :hotel",
+ "User Referrals": "Referências de Usuários",
+ "Credits": "Moedas",
+ "Duckets": "Duckets",
+ "Diamonds": "Diamantes",
+ "Logout": "Sair",
+ "User settings": "Configurações",
+ "User Referrals (%s/%s)": "Referências de Usuários (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Referencie novos usuários e seja recompensado por bens no jogo",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "Aqui no :hotel, adicionamos um sistema de referência, permitindo que você obtenha um bônus por cada :needed usuários que se registra através do seu link de referência permitirá que você reivindique uma recompensa de :amount diamantes!",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Aumentar as referências fazendo contas próprias levará à remoção de todo o progresso, moeda, inventário e um possível banimento",
+ "Copy code": "Copiar código",
+ "You need to refer :needed more users, before being able to claim your reward": "Você precisa chamar mais :needed usuários, antes de poder reivindicar sua recompensa",
+ "Other articles": "Outras notícias",
+ "Our most recent articles": "As notícias mais recentes",
+ "There is currently no other articles": "Atualmente não há outras notícias",
+ ":hotel Shop": ":hotel Loja",
+ "Purchase :hotel items": "Compre itens do :hotel",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Aqui no :hotel Hotel estamos aceitando doações para manter o hotel funcionando e como agradecimento, você receberá em troca produtos do jogo.",
+ "Why are donations important?": "Por que as doações são importantes?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "As doações são importantes, pois ajudarão a pagar nossas contas mensais necessárias para manter o hotel funcionando e, além disso, adicionar novos e emocionantes recursos para você e outros usuários desfrutarem!",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "Para comprar itens da loja do :hotel, visite nosso Discord e entre em contato com o proprietário do :hotel Hotel para fazer sua compra",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Certifique-se de usar um e-mail que você lembre, se você perder sua senha, seu e-mail será necessário.",
+ "Your username is what you and others will see in-game": "Seu nome de usuário é o que você e outros verão no jogo",
+ "Spice up your profile with a nice motto": "Aumente o seu perfil com uma boa missão",
+ "Update settings": "Atualizar configurações",
+ "Current password": "Senha atual",
+ "Enter your current password": "Digite sua senha atual",
+ "New password": "Nova senha",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Digite uma nova senha segura. Não se esqueça de salvá-la em algum lugar seguro",
+ "Confirm new password": "Confirme a nova senha",
+ "Please confirm your new password": "Por favor, confirme sua nova senha",
+ "Update password": "Atualizar senha",
+ "Account settings": "Minha conta",
+ "Password settings": "Minha senha",
+ "Dont have an account? Join now!": "Não tem uma conta? Junte-se agora!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Seu nome de usuário é o que você terá que usar, ao fazer login no :hotel. Também é o que os outros usuários saberão sobre você, então certifique-se de selecionar um nome de usuário que você goste!",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "Você precisará de seu e-mail se você esquecer sua senha, então certifique-se de que é algo que você lembra.",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Sua senha deve conter pelo menos 8 caracteres. Certifique-se de usar uma senha única e segura.",
+ "I accept the :hotel terms & rules.": "Eu aceito os termos e regras do :hotel.",
+ "Create a free account today!": "Crie uma conta gratuita hoje!",
+ ":hotel is a not for profit educational project": ":hotel é um projeto educacional sem fins lucrativos",
+ "Made with": "Feito com",
+ "By": "Por",
+ "We currently have no staff in this position": "Atualmente não temos funcionários nesta posição",
+ "My name is,": "Meu nome é,",
+ "Badges": "Emblemas",
+ "Groups": "Grupos",
+ "Rooms": "Quartos",
+ "Friends": "Amigos",
+ "It seems like :user has no badges.": "Parece que :user não tem emblemas.",
+ "It seems like :user is not a member of any groups.": "Parece que :user não é membro de nenhum grupo.",
+ "It seems like :user got no rooms.": "Parece que :user não tem quartos.",
+ "It seems like :user has no friends.": "Parece que :user não tem amigos.",
+ "Hello!": "Olá!",
+ "There is currently :online users online": "Atualmente há :online usuários onlines",
+ "Top credits": "Moedas",
+ "Top duckets": "Duckets",
+ "Top diamonds": "Diamantes",
+ "Hours online": "Horas Online",
+ "Respects received": "Respeitos Recebidos",
+ "Achievement score": "Pontos de Conquistas",
+ ":credits credits": ":credits moedas",
+ ":duckets duckets": ":duckets moedas",
+ ":diamonds diamonds": ":diamonds moedas",
+ ":online hours": ":online horas",
+ ":respect respects received": ":respect respeitos",
+ ":achievement achievement score": ":achievement pontos de conquistas",
+ "Nitro client": "Jogar (HTML)",
+ "Insert Reaction": "Adicionar Reação",
+ "Add": "Adicionar",
+ "Browser": "Navegador",
+ "Date": "Data de Acesso",
+ "Enter your email": "Enter your email",
+ "Choose a secure password": "Choose a secure password",
+ "Repeat your chosen password": "Repeat your chosen password",
+ "You are nearly in Habbo!": "You are nearly in Habbo!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!",
+ "Get flash": "Get flash",
+ "Whoops! It seems like you have been disconnected...": "Whoops! It seems like you have been disconnected...",
+ "Reload client": "Reload client",
+ "Reactions with": "Reactions with",
+ "Close modal": "Close modal",
+ "Unknown": "Unknown",
+ "Open main menu": "Open main menu",
+ "Discord": "Discord",
+ "Session logs": "Session logs",
+ ":online :hotel online": ":online :hotel online",
+ "Flash client": "Flash client",
+ "Ban type:": "Ban type:",
+ "Ban reason:": "Ban reason:",
+ "Ban expiration:": "Ban expiration:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!",
+ "Join discord": "Join discord",
+ "There is currently no articles": "There is currently no articles",
+ "Staff login": "Staff login",
+ "General Rules": "General Rules",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.",
+ "The general rules of :hotel": "The general rules of :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.",
+ "Do not excessively repeat identical or similar statements (spamming).": "Do not excessively repeat identical or similar statements (spamming).",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.",
+ "Do not make rooms with inappropriate or abusive names.": "Do not make rooms with inappropriate or abusive names.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "Do not attempt to or successfully harm a user’s home internet connection.",
+ "Do not disrupt events with explicit language or negative behavior.": "Do not disrupt events with explicit language or negative behavior.",
+ "Account Rules": "Account Rules",
+ "The general account rules on :hotel": "The general account rules on :hotel",
+ "Do not attempt to or give away, buy, sell, or trade your": "Do not attempt to or give away, buy, sell, or trade your",
+ "account and/or": "account and/or",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "furniture/currency for Habbo furniture/currency or vice versa.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.",
+ "Do not evade an IP Address ban.": "Do not evade an IP Address ban.",
+ "Do not share your account with other users.": "Do not share your account with other users.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Do not threaten to, attempt to, or hack other users accounts.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.",
+ ":hotel rules & guidelines": ":hotel rules & guidelines",
+ "Do not attempt to or exploit errors of": "Do not attempt to or exploit errors of",
+ "report it to the Administration immediately.": "report it to the Administration immediately.",
+ "Do not attempt to or refund your VIP Membership or donation to": "Do not attempt to or refund your VIP Membership or donation to",
+ "at any given time; all payments are final.": "at any given time; all payments are final.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.",
+ "Do not make false statements against": "Do not make false statements against",
+ "or any other part of its services.": "or any other part of its services.",
+ "Do not pretend to be a representative of": "Do not pretend to be a representative of",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "This includes mimicing, acting like them, and or claim to have staff powers.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.",
+ "You have reached the limit of maximum allowed accounts": "You have reached the limit of maximum allowed accounts",
+ "Only staff can login during maintenance!": "Only staff can login during maintenance!",
+ "The Google recaptcha must be completed": "The Google recaptcha must be completed",
+ "The google recaptcha was submitted with an invalid type": "The google recaptcha was submitted with an invalid type",
+ "Your account settings has been updated": "Your account settings has been updated",
+ "The language selected is not supported": "The language selected is not supported",
+ "Your password has been changed!": "Your password has been changed!",
+ "You do not have enough referrals to claim your reward": "You do not have enough referrals to claim your reward",
+ "Please logout to claim your reward": "Please logout to claim your reward",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Woah! You have successfully claimed your reward - Keep up the good work!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.",
+ "It seems like your current password is wrong.": "It seems like your current password is wrong.",
+ "The Google recaptcha was not successful.": "The Google recaptcha was not successful.",
+ "Online Friends": "Amigos Online",
+ "Mission": "Missão",
+ "Online Since": "Entrou em",
+ "The beta code is invalid.": "The beta code is invalid.",
+ ":hotel staff": ":hotel staff",
+ "": "About the :hotel staff",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!",
+ "Apply for staff": "Apply for staff",
+ "How to join the staff team": "How to join the staff team",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.",
+ "You entered something that is not allowed on :hotel": "You entered something that is not allowed on :hotel",
+ "Post a comment": "Post a comment",
+ "Post a comment on the article, to let us know what you think about it": "Post a comment on the article, to let us know what you think about it",
+ "Post comment": "Post comment",
+ "Comments": "Comments",
+ "Below you will see all the comments, written on this article": "Below you will see all the comments, written on this article",
+ "You can only comment :amount times per article": "You can only comment :amount times per article",
+ "You comment has been posted!": "You comment has been posted!",
+ "You can only delete your own comments": "You can only delete your own comments",
+ "You comment has been deleted!": "You comment has been deleted!",
+ "Join server": "Join server",
+ "About the :hotel staff": "About the :hotel staff",
+ "Confirm your password": "Confirm your password",
+ "You must confirm your password to continue": "You must confirm your password to continue",
+ "You must confirm your current password before being able to toggle 2FA.": "You must confirm your current password before being able to toggle 2FA.",
+ "Confirm password": "Confirm password",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
+ "Email Password Reset Link": "Email Password Reset Link",
+ "Reset Password": "Reset Password",
+ "Login to :hotel": "Login to :hotel",
+ "Login to :hotel and take part in the most wonderful online world!": "Login to :hotel and take part in the most wonderful online world!",
+ "Enter the beta code you have been provided with": "Enter the beta code you have been provided with",
+ "Enter your beta code": "Enter your beta code",
+ "Two-factor verification": "Two-factor verification",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.",
+ "Enter the code from your authentication app": "Enter the code from your authentication app",
+ "Recovery code": "Recovery code",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.",
+ "Confirm 2FA": "Confirm 2FA",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you did not receive the email, we will gladly send you another.": "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you did not receive the email, we will gladly send you another.",
+ "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.",
+ "Resend Verification Email": "Resend Verification Email",
+ "Log Out": "Log Out",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "You have already applied for :position",
+ "Apply for :position": "Apply for :position",
+ "No positions open": "No positions open",
+ "There is currently no positions open": "There is currently no positions open",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.",
+ "Apply for :hotel staff": "Apply for :hotel staff",
+ "Select position to get started": "Select position to get started",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.",
+ "About you": "About you",
+ "Applying for :position": "Applying for :position",
+ "Read before applying": "Read before applying",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.",
+ "Teams": "Teams",
+ "Staff applications": "Staff applications",
+ "Rare values": "Rare values",
+ "You will receive:": "You will receive:",
+ "Buy for $:cost": "Buy for $:cost",
+ "Two factor": "Two factor",
+ "No published articles": "No published articles",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.",
+ ":hotel is driven by Atom CMS made by:": ":hotel is driven by Atom CMS made by:",
+ "Credits:": "Credits:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "With everything being said we just want to wish you a warm welcome to the Atom CMS family!",
+ "Installation key": "Installation key",
+ "Start the setup": "Start the setup",
+ "Welcome to Atom CMS": "Welcome to Atom CMS",
+ "We are delighted of having you trying Atom CMS": "We are delighted of having you trying Atom CMS",
+ "Continue to step 2": "Continue to step 2",
+ "Restart installation": "Restart installation",
+ "Continue to step 3": "Continue to step 3",
+ "Previous step": "Previous step",
+ "Continue to step 4": "Continue to step 4",
+ "Continue to step 5": "Continue to step 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Once again, congratulations and best of wishes for you & your hotel!",
+ "Take me to :hotel": "Take me to :hotel",
+ "Description:": "Description:",
+ "Room details": "Room details",
+ "Max users:": "Max users:",
+ "The room guild": "The room guild",
+ "Please make sure to read our shop": "Please make sure to read our shop",
+ "Terms & Conditions": "Terms & Conditions",
+ "before making a purchase.": "before making a purchase.",
+ "Shop Terms & Conditions": "Shop Terms & Conditions",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.",
+ "Notice": "Notice",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.",
+ "Top up account": "Top up account",
+ "Donate to :hotel": "Donate to :hotel",
+ "Current balance: $:balance": "Current balance: $:balance",
+ "Donate": "Donate",
+ "Please setup the paypal credentials to allow for top ups.": "Please setup the paypal credentials to allow for top ups.",
+ "Voucher": "Voucher",
+ "Use a voucher for free credit": "Use a voucher for free credit",
+ "Use voucher": "Use voucher",
+ "Manage your account settings": "Manage your account settings",
+ "E-mail": "E-mail",
+ "Motto": "Motto",
+ "Change your password by filling out the fields below": "Change your password by filling out the fields below",
+ "Keep an eye on all your active sessions": "Keep an eye on all your active sessions",
+ "IP": "IP",
+ "IP Current Device": "IP Current Device",
+ "Is Desktop": "Is Desktop",
+ "Platform": "Platform",
+ "Last Activity": "Last Activity",
+ "No session logs found": "No session logs found",
+ "Two factor authentication": "Two factor authentication",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Add an extra layer of security to your account by enabling two-factor authentication",
+ "Disable 2FA": "Disable 2FA",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.",
+ "Recovery codes:": "Recovery codes:",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.",
+ "Code": "Code",
+ "Verify 2FA": "Verify 2FA",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.",
+ "Activate 2FA": "Activate 2FA",
+ "Claim your referrals reward!": "Claim your referrals reward!",
+ "It seems like you are banned off :hotel": "It seems like you are banned off :hotel",
+ "All the :category rares": "All the :category rares",
+ "Get an overview of all of the rares on :hotel": "Get an overview of all of the rares on :hotel",
+ "We currently have no rares listed here": "We currently have no rares listed here",
+ "Search": "Search",
+ "Search for rares": "Search for rares",
+ "Rare categories": "Rare categories",
+ "Select a category below": "Select a category below",
+ "All values": "All values",
+ "Go back to values": "Go back to values",
+ "Here is a list of all the owned :value`s": "Here is a list of all the owned :value`s",
+ "owned": "owned",
+ "The captcha failed, please try again.": "The captcha failed, please try again.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/br/auth.php b/Updated_Cms/lang/br/auth.php
new file mode 100644
index 0000000000..6598e2c060
--- /dev/null
+++ b/Updated_Cms/lang/br/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+ 'password' => 'The provided password is incorrect.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/Updated_Cms/lang/br/pagination.php b/Updated_Cms/lang/br/pagination.php
new file mode 100644
index 0000000000..d481411877
--- /dev/null
+++ b/Updated_Cms/lang/br/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+ 'next' => 'Next »',
+
+];
diff --git a/Updated_Cms/lang/br/passwords.php b/Updated_Cms/lang/br/passwords.php
new file mode 100644
index 0000000000..2345a56b5a
--- /dev/null
+++ b/Updated_Cms/lang/br/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
+ 'token' => 'This password reset token is invalid.',
+ 'user' => "We can't find a user with that email address.",
+
+];
diff --git a/Updated_Cms/lang/br/validation.php b/Updated_Cms/lang/br/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/br/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/da.json b/Updated_Cms/lang/da.json
new file mode 100644
index 0000000000..daaf279ae3
--- /dev/null
+++ b/Updated_Cms/lang/da.json
@@ -0,0 +1,341 @@
+{
+ "Home": "Hjem",
+ "Community": "Fællesskab",
+ "Shop": "Butik",
+ "Rules": "Regler",
+ "Articles": "Artikler",
+ "Staff": "Ansatte",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "En online virtuel verden, hvor du kan oprette din egen avatar, få nye venner, lave rum og meget mere!",
+ "Login": "Log ind",
+ "Register": "Oprettelse",
+ "Create an account": "Opret bruger",
+ "Or": "Eller",
+ "Latest news": "Seneste nyheder",
+ "Keep up to date with the latest hotel gossip.": "Hold dig opdateret med det seneste sladder.",
+ "Latest Photos": "Seneste billeder",
+ "Have a look at some of the great moments captured by users around the hotel.": "Tag et kig på nogle af de tidspunkter, taget af forskellige brugere på hotellet",
+ "Username": "Brugernavn",
+ "Password": "Adgangskode",
+ "Confirm Password": "Bekræft adgangskode",
+ "Repeat Password": "Gentag adgangskode",
+ "Email": "Email",
+ "Remember me": "Husk mig",
+ "Go to :hotel": "Gå til :hotel",
+ "Credits": "Mønter",
+ "Duckets": "Ænder",
+ "Diamonds": "Diamanter",
+ "Logout": "Log ud",
+ "User settings": "Brugerindstillinger",
+ "User Referrals (%s/%s)": "Brugerhenvisninger (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Henvis nye brugere, og bliv belønnet i form af ting i spillet",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "Her på :hotel har vi implementeret et henvisningssystem, som giver dig en belønninger. For hver :needed bruger der opretter sig via. dit henvisningslink får du :amount diamanter!",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Snyd med henvisning f.eks. ved selv at oprette brugere via dit henvisningslink, vil dine genstande og værdier blive fjernet, samt mulighed for udelukkelse",
+ "Copy code": "Kopier kode",
+ "You need to refer :needed more users, before being able to claim your reward": "Du mangler at henvise :needed brugere før du kan modtage din belønning",
+ "Other articles": "Andre nyheder",
+ "There is currently no other articles": "Der er i øjeblikket inden andre nyheder",
+ ":hotel Shop": ":hotel Butik",
+ "Purchase :hotel items": "Køb :hotel genstande",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Her på :hotel Hotel tager vi imod donationer som en hjælp til at holde hotellet oppe og køre. Du vil til gengæld modtage in-game genstande.",
+ "Why are donations important?": "Hvorfor er donationer vigtige?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Donationer er vigtige fordi, det vil hjælpe os med at betale vores månedlige omkostninger, samt give os mulighed for at implementer nye og spændende funktioner som du og andre kan nyde!",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "For at købe genstande fra :hotel butikken, bedes du besøge vores Discord server og kontakte en af ejerne for at gennemføre dit køb",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Vælg en email som du kan huske, hvis du glemmer din kode vil vi bede om din email for at nulstille den",
+ "Your username is what you and others will see in-game": "Dit brugernavn er det som du og andre vil se på hotellet",
+ "Spice up your profile with a nice motto": "Pift din profil op med et motto",
+ "Update settings": "Opdater indstillinger",
+ "Current password": "Nuværende adgangskode",
+ "Enter your current password": "Angiv din nuværende adgangskode",
+ "New password": "Ny adgangskode",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Angiv en ny sikker adgangskode. Sørg for at gemme den et sikkert sted",
+ "Confirm new password": "Bekræft ny adgangskode",
+ "Please confirm your new password": "Bekræft venligst din nye adgangskode",
+ "Update password": "Opdater adgangskode",
+ "Account settings": "Brugerindstillinger",
+ "Password settings": "Kode indstillinger",
+ "Dont have an account? Join now!": "Har du ikke en bruger? Opret dig nu!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Dit brugernavn er det som du skal bruge når du logger ind på :hotel. Det er også det som andre brugere vil kende dig som, så sørg for at vælge et brugernavn du kan lide!",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "Du skal bruge din email hvis du glemmer din adgangskode, så sørg for det er noget som du kan huske.",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Din adgangskode skal indeholde mindst 8 tegn. Sørg for den er sikker & unik.",
+ "I accept the :hotel terms & rules.": "Jeg accepterer :hotel vilkår og regler.",
+ "Create a free account today!": "Opret en gratis bruger i dag!",
+ ":hotel is a not for profit educational project": ":hotel er et non profit uddannelsesprojekt",
+ "Made with": "Lavet med",
+ "By": "Af",
+ "We currently have no staff in this position": "Vi har i øjeblikket ingen ansatte på denne position",
+ "My name is,": "Mit navn er,",
+ "Badges": "Skilte",
+ "Groups": "Grupper",
+ "Rooms": "Rum",
+ "Friends": "Venner",
+ "It seems like :user has no badges.": "Det ser ud til at :user ingen skilte har.",
+ "It seems like :user is not a member of any groups.": "Det ser ud til at :user ikke er medlem af nogle grupper",
+ "It seems like :user got no rooms.": "Det ser ud til at :user ingen rum har.",
+ "It seems like :user has no friends.": "Det ser ud til at :user ingen venner har.",
+ "Hello!": "Hej!",
+ "There is currently :online users online": "Der er i øjeblikket :online brugere online",
+ "Leaderboards": "Leaderboards",
+ "Photos": "Photos",
+ "Error logs": "Error logs",
+ "Housekeeping": "Housekeeping",
+ "Create your account!": "Create your account!",
+ "Create a free account, and be a part of a fun online world!": "Create a free account, and be a part of a fun online world!",
+ "User Referrals": "User Referrals",
+ "Our most recent articles": "Our most recent articles",
+ "Top credits": "Top credits",
+ "Top duckets": "Top duckets",
+ "Top diamonds": "Top diamonds",
+ "Hours online": "Hours online",
+ "Respects received": "Respects received",
+ "Achievement score": "Achievement score",
+ ":credits credits": ":credits credits",
+ ":duckets duckets": ":duckets duckets",
+ ":diamonds diamonds": ":diamonds diamonds",
+ ":online hours": ":online hours",
+ ":respect respects received": ":respect respects received",
+ ":achievement achievement score": ":achievement achievement score",
+ "Nitro client": "Nitro client",
+ "Insert Reaction": "Insert Reaction",
+ "Add": "Add",
+ "Browser": "Browser",
+ "Date": "Date",
+ "Enter your email": "Enter your email",
+ "Choose a secure password": "Choose a secure password",
+ "Repeat your chosen password": "Repeat your chosen password",
+ "You are nearly in Habbo!": "You are nearly in Habbo!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!",
+ "Get flash": "Get flash",
+ "Whoops! It seems like you have been disconnected...": "Whoops! It seems like you have been disconnected...",
+ "Reload client": "Reload client",
+ "Reactions with": "Reactions with",
+ "Close modal": "Close modal",
+ "Unknown": "Unknown",
+ "Open main menu": "Open main menu",
+ "Discord": "Discord",
+ "Session logs": "Session logs",
+ ":online :hotel online": ":online :hotel online",
+ "Flash client": "Flash client",
+ "Ban type:": "Ban type:",
+ "Ban reason:": "Ban reason:",
+ "Ban expiration:": "Ban expiration:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!",
+ "Join discord": "Join discord",
+ "There is currently no articles": "There is currently no articles",
+ "Staff login": "Staff login",
+ "General Rules": "General Rules",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.",
+ "The general rules of :hotel": "The general rules of :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.",
+ "Do not excessively repeat identical or similar statements (spamming).": "Do not excessively repeat identical or similar statements (spamming).",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.",
+ "Do not make rooms with inappropriate or abusive names.": "Do not make rooms with inappropriate or abusive names.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "Do not attempt to or successfully harm a user’s home internet connection.",
+ "Do not disrupt events with explicit language or negative behavior.": "Do not disrupt events with explicit language or negative behavior.",
+ "Account Rules": "Account Rules",
+ "The general account rules on :hotel": "The general account rules on :hotel",
+ "Do not attempt to or give away, buy, sell, or trade your": "Do not attempt to or give away, buy, sell, or trade your",
+ "account and/or": "account and/or",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "furniture/currency for Habbo furniture/currency or vice versa.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.",
+ "Do not evade an IP Address ban.": "Do not evade an IP Address ban.",
+ "Do not share your account with other users.": "Do not share your account with other users.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Do not threaten to, attempt to, or hack other users accounts.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.",
+ ":hotel rules & guidelines": ":hotel rules & guidelines",
+ "Do not attempt to or exploit errors of": "Do not attempt to or exploit errors of",
+ "report it to the Administration immediately.": "report it to the Administration immediately.",
+ "Do not attempt to or refund your VIP Membership or donation to": "Do not attempt to or refund your VIP Membership or donation to",
+ "at any given time; all payments are final.": "at any given time; all payments are final.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.",
+ "Do not make false statements against": "Do not make false statements against",
+ "or any other part of its services.": "or any other part of its services.",
+ "Do not pretend to be a representative of": "Do not pretend to be a representative of",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "This includes mimicing, acting like them, and or claim to have staff powers.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.",
+ "You have reached the limit of maximum allowed accounts": "You have reached the limit of maximum allowed accounts",
+ "Only staff can login during maintenance!": "Only staff can login during maintenance!",
+ "The Google recaptcha must be completed": "The Google recaptcha must be completed",
+ "The google recaptcha was submitted with an invalid type": "The google recaptcha was submitted with an invalid type",
+ "Your account settings has been updated": "Your account settings has been updated",
+ "The language selected is not supported": "The language selected is not supported",
+ "Your password has been changed!": "Your password has been changed!",
+ "You do not have enough referrals to claim your reward": "You do not have enough referrals to claim your reward",
+ "Please logout to claim your reward": "Please logout to claim your reward",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Woah! You have successfully claimed your reward - Keep up the good work!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.",
+ "It seems like your current password is wrong.": "It seems like your current password is wrong.",
+ "The Google recaptcha was not successful.": "The Google recaptcha was not successful.",
+ "Online Friends": "Online Friends",
+ "Mission": "Mission",
+ "Online Since": "Online Since",
+ "The beta code is invalid.": "The beta code is invalid.",
+ ":hotel staff": ":hotel staff",
+ "": "About the :hotel staff",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!",
+ "Apply for staff": "Apply for staff",
+ "How to join the staff team": "How to join the staff team",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.",
+ "You entered something that is not allowed on :hotel": "You entered something that is not allowed on :hotel",
+ "Post a comment": "Post a comment",
+ "Post a comment on the article, to let us know what you think about it": "Post a comment on the article, to let us know what you think about it",
+ "Post comment": "Post comment",
+ "Comments": "Comments",
+ "Below you will see all the comments, written on this article": "Below you will see all the comments, written on this article",
+ "You can only comment :amount times per article": "You can only comment :amount times per article",
+ "You comment has been posted!": "You comment has been posted!",
+ "You can only delete your own comments": "You can only delete your own comments",
+ "You comment has been deleted!": "You comment has been deleted!",
+ "My Profile": "My Profile",
+ "Administration": "Administration",
+ "Join server": "Join server",
+ "About the :hotel staff": "About the :hotel staff",
+ "Confirm your password": "Confirm your password",
+ "You must confirm your password to continue": "You must confirm your password to continue",
+ "You must confirm your current password before being able to toggle 2FA.": "You must confirm your current password before being able to toggle 2FA.",
+ "Confirm password": "Confirm password",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
+ "Email Password Reset Link": "Email Password Reset Link",
+ "Reset Password": "Reset Password",
+ "Login to :hotel": "Login to :hotel",
+ "Login to :hotel and take part in the most wonderful online world!": "Login to :hotel and take part in the most wonderful online world!",
+ "Enter the beta code you have been provided with": "Enter the beta code you have been provided with",
+ "Enter your beta code": "Enter your beta code",
+ "Two-factor verification": "Two-factor verification",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.",
+ "Enter the code from your authentication app": "Enter the code from your authentication app",
+ "Recovery code": "Recovery code",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.",
+ "Confirm 2FA": "Confirm 2FA",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.": "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.",
+ "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.",
+ "Resend Verification Email": "Resend Verification Email",
+ "Log Out": "Log Out",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "You have already applied for :position",
+ "Apply for :position": "Apply for :position",
+ "No positions open": "No positions open",
+ "There is currently no positions open": "There is currently no positions open",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.",
+ "Apply for :hotel staff": "Apply for :hotel staff",
+ "Select position to get started": "Select position to get started",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.",
+ "About you": "About you",
+ "Applying for :position": "Applying for :position",
+ "Read before applying": "Read before applying",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.",
+ "Teams": "Teams",
+ "Staff applications": "Staff applications",
+ "Rare values": "Rare values",
+ "You will receive:": "You will receive:",
+ "Buy for $:cost": "Buy for $:cost",
+ "Two factor": "Two factor",
+ "No published articles": "No published articles",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.",
+ ":hotel is driven by Atom CMS made by:": ":hotel is driven by Atom CMS made by:",
+ "Credits:": "Credits:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "With everything being said we just want to wish you a warm welcome to the Atom CMS family!",
+ "Installation key": "Installation key",
+ "Start the setup": "Start the setup",
+ "Welcome to Atom CMS": "Welcome to Atom CMS",
+ "We are delighted of having you trying Atom CMS": "We are delighted of having you trying Atom CMS",
+ "Continue to step 2": "Continue to step 2",
+ "Restart installation": "Restart installation",
+ "Continue to step 3": "Continue to step 3",
+ "Previous step": "Previous step",
+ "Continue to step 4": "Continue to step 4",
+ "Continue to step 5": "Continue to step 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Once again, congratulations and best of wishes for you & your hotel!",
+ "Take me to :hotel": "Take me to :hotel",
+ "Description:": "Description:",
+ "Room details": "Room details",
+ "Max users:": "Max users:",
+ "The room guild": "The room guild",
+ "Please make sure to read our shop": "Please make sure to read our shop",
+ "Terms & Conditions": "Terms & Conditions",
+ "before making a purchase.": "before making a purchase.",
+ "Shop Terms & Conditions": "Shop Terms & Conditions",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.",
+ "Notice": "Notice",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.",
+ "Top up account": "Top up account",
+ "Donate to :hotel": "Donate to :hotel",
+ "Current balance: $:balance": "Current balance: $:balance",
+ "Donate": "Donate",
+ "Please setup the paypal credentials to allow for top ups.": "Please setup the paypal credentials to allow for top ups.",
+ "Voucher": "Voucher",
+ "Use a voucher for free credit": "Use a voucher for free credit",
+ "Use voucher": "Use voucher",
+ "Manage your account settings": "Manage your account settings",
+ "E-mail": "E-mail",
+ "Motto": "Motto",
+ "Change your password by filling out the fields below": "Change your password by filling out the fields below",
+ "Keep an eye on all your active sessions": "Keep an eye on all your active sessions",
+ "IP": "IP",
+ "IP Current Device": "IP Current Device",
+ "Is Desktop": "Is Desktop",
+ "Platform": "Platform",
+ "Last Activity": "Last Activity",
+ "No session logs found": "No session logs found",
+ "Two factor authentication": "Two factor authentication",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Add an extra layer of security to your account by enabling two-factor authentication",
+ "Disable 2FA": "Disable 2FA",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.",
+ "Recovery codes:": "Recovery codes:",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.",
+ "Code": "Code",
+ "Verify 2FA": "Verify 2FA",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.",
+ "Activate 2FA": "Activate 2FA",
+ "Claim your referrals reward!": "Claim your referrals reward!",
+ "It seems like you are banned off :hotel": "It seems like you are banned off :hotel",
+ "All the :category rares": "All the :category rares",
+ "Get an overview of all of the rares on :hotel": "Get an overview of all of the rares on :hotel",
+ "We currently have no rares listed here": "We currently have no rares listed here",
+ "Search": "Search",
+ "Search for rares": "Search for rares",
+ "Rare categories": "Rare categories",
+ "Select a category below": "Select a category below",
+ "All values": "All values",
+ "Go back to values": "Go back to values",
+ "Here is a list of all the owned :value`s": "Here is a list of all the owned :value`s",
+ "owned": "owned",
+ "The captcha failed, please try again.": "Capthaen fejlede, prøv venligst igen.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/da/auth.php b/Updated_Cms/lang/da/auth.php
new file mode 100644
index 0000000000..6598e2c060
--- /dev/null
+++ b/Updated_Cms/lang/da/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+ 'password' => 'The provided password is incorrect.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/Updated_Cms/lang/da/pagination.php b/Updated_Cms/lang/da/pagination.php
new file mode 100644
index 0000000000..d481411877
--- /dev/null
+++ b/Updated_Cms/lang/da/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+ 'next' => 'Next »',
+
+];
diff --git a/Updated_Cms/lang/da/passwords.php b/Updated_Cms/lang/da/passwords.php
new file mode 100644
index 0000000000..2345a56b5a
--- /dev/null
+++ b/Updated_Cms/lang/da/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
+ 'token' => 'This password reset token is invalid.',
+ 'user' => "We can't find a user with that email address.",
+
+];
diff --git a/Updated_Cms/lang/da/validation.php b/Updated_Cms/lang/da/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/da/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/de.json b/Updated_Cms/lang/de.json
new file mode 100644
index 0000000000..8f56a6e9c9
--- /dev/null
+++ b/Updated_Cms/lang/de.json
@@ -0,0 +1,341 @@
+{
+ "Home": "Startseite",
+ "My Profile": "Mein Profil",
+ "Community": "Community",
+ "Shop": "Shop",
+ "Rules": "Regeln",
+ "Articles": "News",
+ "Staff": "Mitarbeiter",
+ "Teams": "Teams",
+ "Staff applications": "Bewerbungen",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "Eine virtuelle Online-Welt, in der du deinen eigenen Avatar erstellen, Freunde finden, chatten, Räume erstellen und vieles mehr machen kannst!",
+ "Login": "Anmelden",
+ "Register": "Registrieren",
+ "Create an account": "Erstelle einen",
+ "Or": "oder",
+ "Latest news": "Aktuellste News",
+ "Keep up to date with the latest hotel gossip.": "Bleiben Sie auf dem Laufenden mit dem neuesten Hotelklatsch.",
+ "Latest Photos": "Neueste Fotos",
+ "Have a look at some of the great moments captured by users around the hotel.": "Wirf einen Blick auf einige der grossartigen Momente, die von den Nutzern rund um das Hotel eingefangen wurden.",
+ "Username": "Username",
+ "Password": "Passwort",
+ "Confirm Password": "Passwort wiederholen",
+ "Email": "E-Mail",
+ "Remember me": "Angemeldet bleiben",
+ "Go to :hotel": "Ab ins :hotel",
+ "User Referrals": "Dein Werbelink",
+ "Credits": "Taler",
+ "Duckets": "Duckets",
+ "Diamonds": "Diamanten",
+ "Logout": "Abmelden",
+ "User settings": "Profileinstellungen",
+ "User Referrals (%s/%s)": "User anwerben (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Werbe neue Spieler an und erhalte dafür Diamanten als Belohnung!",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "Hier im :hotel Hotel, haben wir ein Empfehlungssystem, mit dem du für jeden :needed. :hotel der sich über deinen Empfehlungslink registriert, eine Belohnung bekommst.",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Es ist strengstens verboten, Doppelaccounts mit diesem Link zu erstellen. Sollte dies dennoch passieren, wird der Doppelaccount gebannt und der Anwerber verliert alle Belohnungen.",
+ "Copy code": "Link kopieren",
+ "You need to refer :needed more users, before being able to claim your reward": "Du musst noch :needed weitere Spieler anwerben, um deine Belohnung zu erhalten.",
+ "Other articles": "Weitere News",
+ "There is currently no other articles": "Es gibt derzeit keine weiteren Artikel",
+ ":hotel Shop": ":hotel Shop",
+ "Purchase :hotel items": "Kaufe :hotel Artikel",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Hier im :hotel Hotel nehmen wir Spenden entgegen, um das Hotel am Laufen zu halten und unsere Serverkosten zu decken.",
+ "Why are donations important?": "Wozu Spenden?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Spenden sind wichtig, da sie dazu beitragen, unsere monatlichen Server- sowie Wartungskosten zu finanzieren, die notwendig sind, um das Hotel am Laufen zu halten und neue, aufregende Funktionen hinzuzufügen, die du mit deinen Freunden genießen kannst!",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "Um Artikel aus dem :hotel Shop zu kaufen, besuche bitte unseren Discord und kontaktiere die Hotelleitung, um deinen Kauf abzuschließen.",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Achte darauf, eine E-Mail zu verwenden, an die du dich erinnerst, wenn du jemals dein Passwort vergessen solltest, wird diese E-Mail benötigt.",
+ "Your username is what you and others will see in-game": "Dein Benutzername ist der Name, deines :hotel's. So sehen dich alle anderen :hotel's.",
+ "Spice up your profile with a nice motto": "Würze dein Profil mit einem coolen Motto",
+ "Update settings": "Einstellungen übernehmen",
+ "Current password": "Aktuelles Passwort",
+ "Enter your current password": "Gib dein Aktuelles Passwort ein",
+ "New password": "Neues Passwort",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Gib ein neues sicheres Passwort ein. Vergiss nicht, es an einem sicheren Ort aufzubewahren und es keinesfalls jemand anderen zu geben.",
+ "Confirm new password": "Neues Passwort wiederholen",
+ "Please confirm your new password": "Bitte bestätige dein neues Passwort",
+ "Update password": "Passwort übernehmen",
+ "Account settings": "Account Einstellungen",
+ "Password settings": "Passwort Einstellungen",
+ "Dont have an account? Join now!": "Du hast noch keinen Account? Dann registriere dich jetzt!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Dein Benutzername ist der, den du verwenden musst, wenn du dich in :hotel einloggst. Der Benutzername ist dein Name, mit welchem dich alle ansprechen, also stell sicher, dass er dir wirklich gefällt.",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "Du benötigst deine E-Mail, wenn du jemals dein Passwort vergessen solltest, also stell sicher, dass es eine gültige E-Mail ist und du diese nicht vergisst.",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Dein Passwort muss mindestens 8 Zeichen enthalten. Achte darauf, ein eindeutiges & sicheres Passwort zu verwenden.",
+ "I accept the :hotel terms & rules.": "Ich akzeptiere die Allgemeinen Geschäftsbedingungen des Hotels.",
+ "Create a free account today!": "Erstellen Sie noch heute ein kostenlosen :hotel!",
+ ":hotel is a not for profit educational project": ":hotel ist ein gemeinnütziges Bildungsprojekt",
+ "Made with": "gemacht mit",
+ "By": "von",
+ "We currently have no staff in this position": "Wir haben derzeit keine Mitarbeiter in dieser Position.",
+ "My name is,": "Mein Name ist,",
+ "Badges": "Badges",
+ "Groups": "Gruppen",
+ "Rooms": "Räume",
+ "Friends": "Freunde",
+ "It seems like :user has no badges.": "Es sieht so aus als hätte :user noch keine Badges.",
+ "It seems like :user is not a member of any groups.": "Es sieht so aus als wäre :user noch kein Mitglied einer Gruppe.",
+ "It seems like :user got no rooms.": "Es sieht so aus als hätte :user noch keine eigenen Räume.",
+ "It seems like :user has no friends.": "Es sieht so aus als hätte :user noch keine Freunde.",
+ "Hello!": "Hallo!",
+ "There is currently :online users online": "Derzeit sind :online Nutzer online",
+ "Leaderboards": "Bestenliste",
+ "Photos": "Fotos",
+ "Error logs": "Error Logs",
+ "Housekeeping": "Housekeeping",
+ "Create your account!": "Erstelle deinen Account!",
+ "Create a free account, and be a part of a fun online world!": "Erstelle einen neuen Account, und sei Teil einer spaßigen Onlinewelt!",
+ "Our most recent articles": "Unsere neuesten Artikel",
+ "Top credits": "Top Taler",
+ "Top duckets": "Top Duckets",
+ "Top diamonds": "Top Diamanten",
+ "Hours online": "Stunden online",
+ "Respects received": "Lobe erhalten",
+ "Achievement score": "Erfahrungspunkte",
+ ":credits credits": ":credits Taler",
+ ":duckets duckets": ":duckets Duckets",
+ ":diamonds diamonds": ":diamonds Diamanten",
+ ":online hours": ":online Stunden",
+ ":respect respects received": ":respect Lobe erhalten",
+ ":achievement achievement score": ":achievement Erfahrungspunkte",
+ "Nitro client": "Nitro client",
+ "Insert Reaction": "Reagiere",
+ "Add": "Hinzufügen",
+ "Browser": "Browser",
+ "Date": "Datum",
+ "Enter your email": "Gib deine E-Mail ein",
+ "Choose a secure password": "Wähle ein Passwort aus",
+ "Repeat your chosen password": "Wiederhole dein Passwort",
+ "You are nearly in Habbo!": "Du hast es fast geschafft!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Klicke unten auf den gelben Button, dann auf 'Flash ausführen'. Wir sehen uns im Hotel!",
+ "Get flash": "Hol dir Flash",
+ "Whoops! It seems like you have been disconnected...": "Whoops! Sieht so aus als hättest du die Verbindung verloren...",
+ "Reload client": "Client neustarten",
+ "Reactions with": "Reagiere mit",
+ "Close modal": "Fenster schließen",
+ "Unknown": "Unbekannt",
+ "Open main menu": "Hauptmenü öffnen",
+ "Discord": "Discord",
+ "Session logs": "Session Logs",
+ ":online :hotel online": ":online :hotel online",
+ "Flash client": "Flash Client",
+ "Ban type:": "Typ des Banns:",
+ "Ban reason:": "Grund des Banns:",
+ "Ban expiration:": "Ende des Banns:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "Wenn du glaubst, dass dies ein Fehler ist, melde dich bitte bei einem unserer Mitarbeiter im Discord server!",
+ "Join discord": "Discord beitreten",
+ "There is currently no articles": "Es wurden keine Artikel veröffentlicht",
+ "Staff login": "Staff Login",
+ "General Rules": "Allgemeine Regeln",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Regeln und Vorschriften können ohne Vorankündigung geändert werden. Als Mitglied der :hotel-Community stimmen Sie hiermit den oben genannten Bedingungen zu und verstehen sie. Bei Nichteinhaltung dieser Regeln und Vorschriften werden die erforderlichen Sanktionen auf Ihrem Konto umgesetzt. Wenn Sie Fragen oder Bedenken bezüglich des :hotel-Weges haben, zögern Sie bitte nicht, ein Mitglied des Hotel-Personals zu fragen.",
+ "The general rules of :hotel": "Allgemeine Hotelregeln",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "Missbrauche nicht das Hilferuf-System; es sollte nur in Notfällen verwendet werden.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Werbung für andere Hotels, Hotel-Links oder die Erwähnung des Namens eines anderen Hotels mit dem Ziel der Werbung ist nicht gestattet.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Versuche nicht, Credits oder Möbel von anderen Benutzern durch Wetten, Spielen oder Handeln zu betrügen.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Schikanieren, belästigen oder missbrauche keine anderen Benutzer. Vermeide gewalttätiges oder aggressives Verhalten." ,
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Geben ohne Einwilligung des Benutzers keine persönlichen Informationen eines anderen Benutzers preis (z. B. Adresse, IP-Adresse, Telefonnummer, Schule, private Bilder usw.).",
+ "Do not excessively repeat identical or similar statements (spamming).": "Wiederhole identische oder ähnliche Aussagen nicht übermäßig (Spamming).",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Benutzer dürfen ohne vorherige Zustimmung nicht an sexuellen, unangemessenen oder allgemein objektiven Handlungen gegenüber anderen Benutzern teilnehmen.",
+ "Do not make rooms with inappropriate or abusive names.": "Erstelle keine Räume mit unangemessenen oder missbräuchlichen Namen.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "Versuche nicht, die Internetverbindung eines Benutzers zu Hause zu beeinträchtigen oder erfolgreich zu beeinträchtigen.",
+ "Do not disrupt events with explicit language or negative behavior.": "Störe keine Veranstaltungen mit expliziter Sprache oder negativem Verhalten.",
+ "Account Rules": "Accountregeln",
+ "The general account rules on :hotel": "Die allgemeinen Hotelregeln",
+ "Do not attempt to or give away, buy, sell, or trade your": "Versuche nicht, folgendes ohne Erlaubnis eines Administrators zu geben, zu kaufen, zu verkaufen oder zu handeln: Dein",
+ "account and/or": "Konto und/oder",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "deine Gegenstände für virtuelle Gegenstände aus einem anderen Spiel, Konten aus einem anderen Spiel, Bargeld oder umgekehrt. Dies schließt das Verschenken, Kaufen, Verkaufen oder Handeln von",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "Möbel/Währung für Pixo-Möbel/Währung oder umgekehrt ein.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Erstelle keinen Benutzernamen mit einem beleidigenden Namen, der beleidigend, rassistisch, belästigend oder allgemein anstößig ist.",
+ "Do not evade an IP Address ban.": "Versuche nicht, ein IP-Adressen-Verbot zu umgehen.",
+ "Do not share your account with other users.": "Teile dein Konto nicht mit anderen Benutzern.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Drohe nicht und versuche nicht andere andere Benutzerkonten zu hacken.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Erstelle keine mehreren Konten mit dem Ziel, einen Vorteil gegenüber dem Erhalt von mehr Ingame-Währung und/oder Rares jeder Art zu erlangen.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Appealiere dein Verbot nicht erneut, es sei denn, es wird anders angegeben. Dies bedeutet, dass wenn du dein Verbot in 2 Tagen nach deinem ersten Einspruch ablehnst und du aufgefordert wurdest, in 2-3 Wochen erneut zu appellieren, du sowohl vom Forum als auch vom Hotel verbannt wirst.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Accounts sind auf 2 pro Person begrenzt. Das bedeutet, dass nur 1 Alt-Account akzeptabel ist. Alles was darüber hinausgeht, führt zu einer vollständigen Kontolöschung einschließlich Guthaben und Rares.",
+ ":hotel rules & guidelines": ":hotel Regeln & Richtlinien",
+ "Do not attempt to or exploit errors of": "Versuche nicht das Ausnutzen von Fehlern von",
+ "report it to the Administration immediately.": "Melde sie sofort der Administration.",
+ "Do not attempt to or refund your VIP Membership or donation to": "Versuche nicht, deine",
+ "at any given time; all payments are final.": "VIP-Mitgliedschaft oder Spende zurückzufordern; alle Zahlungen sind endgültig.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Gib den Mitarbeitern keine falschen oder irreführenden Informationen in Berichten über Regelverstöße, Beschwerden, Fehlerberichte oder Supportanfragen.",
+ "Do not make false statements against": "Mache keine falschen Aussagen gegenüber",
+ "or any other part of its services.": "oder einen anderen Teil seiner Dienste.",
+ "Do not pretend to be a representative of": "Gebe dich nicht aus als ein Vertreter von",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "Dazu gehört das Nachahmen, das Verhalten wie sie und das Behaupten, Mitarbeiterrechte zu haben.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Versuche nicht, damit zu drohen oder es zu versuchen, Skripte oder Drittanbieter-Software zu nutzen, um einzutreten, zu stören oder zu ändern",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Nicht schädliche Auto-Typing-, Auto-Clicking- und andere Programme dürfen nur verwendet werden, wenn du der Raumbesitzer bist oder die Erlaubnis des Raumbesitzers hast.",
+ "You have reached the limit of maximum allowed accounts": "Du hast das Limit der Anzahl von maximalen Accounts erreicht",
+ "Only staff can login during maintenance!": "Nur Habbo Staffs können sich währen Wartungsarbeiten einloggen!",
+ "The Google recaptcha must be completed": "Fülle das Google Captcha aus",
+ "The google recaptcha was submitted with an invalid type": "Invalid Type Error",
+ "Your account settings has been updated": "Deine Profileinstellungen wurden geupdatet",
+ "The language selected is not supported": "Die ausgewählte Sprache wird nicht unterstützt",
+ "Your password has been changed!": "Dein Passwort wurde geändert",
+ "You do not have enough referrals to claim your reward": "Du hast nicht genug Spieler angeworben, um eine Belohnung zu erhalten",
+ "Please logout to claim your reward": "Logge dich aus, um deine Belohnung zu erhalten",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Woah! Du hast eine Belohnung erhalten - Weiter so!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Deine IP Adresse ist eingeschränkt - Wenn du denkst, dass das ein Fehler ist, kontaktiere uns auf Discord.",
+ "It seems like your current password is wrong.": "Sieht so aus als wäre dein aktuelles Passwort falsch.",
+ "The Google recaptcha was not successful.": "Das Google Captcha war nicht erfolgreich.",
+ "Online Friends": "Online Freunde",
+ "Mission": "Mission",
+ "Online Since": "Online seit",
+ "The beta code is invalid.": "Der Beta Code ist ungültig.",
+ ":hotel staff": ":hotel Staff",
+ "": "Über unsere Staffs",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "Unser Team ist wie eine große, glückliche Familie, in der jeder Mitarbeiter eine andere Rolle und Aufgabe hat.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "Der Großteil unseres Teams besteht aus Spielern, die schon länger im :hotel sind, aber das bedeutet nicht, dass wir nur alte und bekannte Spieler rekrutieren, wir rekrutieren diejenigen, die uns auffallen!",
+ "Apply for staff": "Bewerbe dich als Staff",
+ "How to join the staff team": "Wie du unserem Team beitreten kannst?",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Von Zeit zu Zeit starten wir Bewerbungsrunden. Sobald das der Fall ist, stellen wir sicher, dass wir einen Artikel veröffentlichen, in dem wir das Verfahren erläutern - halte also die Augen offen, wenn du an einer Mitarbeit im :hotel-Team interessiert bist.",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "Gelegentlich kannst du auch auf der Seite :startTag Bewerbungsrunden :endTag nachsehen, wo du alle unsere aktuellen Stellenangebote finden.",
+ "You entered something that is not allowed on :hotel": "You entered something that is not allowed on :hotel",
+ "Post a comment": "Einen Kommentar verfassen",
+ "Post a comment on the article, to let us know what you think about it": "Post a comment on the article, to let us know what you think about it",
+ "Post comment": "Kommentar versenden",
+ "Comments": "Kommentare",
+ "Below you will see all the comments, written on this article": "Unten wirst du alle Kommentare, die zu diesem Artikel geschrieben wurden, sehen",
+ "You can only comment :amount times per article": "Du kannst nur :amount Mal pro Artikel kommentieren",
+ "You comment has been posted!": "Dein Kommentar wurde versendet!",
+ "You can only delete your own comments": "Du kannst nur deine eigenen Kommentare löschen",
+ "You comment has been deleted!": "Dein Kommentar wurde gelöscht!",
+ "Administration": "Administration",
+ "Repeat Password": "Repeat Password",
+ "Join server": "Server beitreten",
+ "About the :hotel staff": "Über die :hotel staff",
+ "Confirm your password": "Bestätige dein Passwort",
+ "You must confirm your password to continue": "Du musst dein Passwort bestätigen um fortzufahren",
+ "You must confirm your current password before being able to toggle 2FA.": "Du musst dein aktuelles Passwort bestätigen, bevor du 2FA umschalten können.",
+ "Confirm password": "Bestätige das Passwort",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Du hast dein Passwort vergessen? Kein Problem. Teile uns einfach deine E-Mail-Adresse mit und wir senden dir per E-Mail einen Link zum Zurücksetzen deines Passworts, mit dem du ein neues Passwort auswählen können.",
+ "Email Password Reset Link": "Link zum Zurücksetzen des Passworts per E-Mail senden",
+ "Reset Password": "Passwort zurücksetzen",
+ "Login to :hotel": "Melde dich bei :hotel an",
+ "Login to :hotel and take part in the most wonderful online world!": "Melde dich bei :hotel an und nehme an der schönsten Online-Welt teil!",
+ "Enter the beta code you have been provided with": "Gib den Beta-Code ein, den du erhalten hast",
+ "Enter your beta code": "Gib deinen Beta-Code ein",
+ "Two-factor verification": "Zwei-Faktor-Verifizierung",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Gib deinen 2-Faktor-Authentifizierungscode ein, den du von der Authentifizierungs-App auf deinem Smartphone erhalten hast.",
+ "Enter the code from your authentication app": "Gib den Code deiner Authentifizierungs-App ein",
+ "Recovery code": "Wiederherstellungscode",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "Falls du keinen Zugriff auf deinen Zwei-Faktor-Authentifizierungscode hast, kannst du einen deiner Wiederherstellungscodes verwenden.",
+ "Confirm 2FA": "2FA bestätigen",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.": "Danke für's Registrieren! Bevor du beginnst, musst du deine E-Mail-Adresse verifizieren, indem du auf den Link klickst, welchen wir dir gerade per E-Mail zugesandt haben. Solltest du die E-Mail nicht erhalten haben, senden wir dir gerne eine weitere zu.",
+ "A new verification link has been sent to the email address you provided during registration.": "Ein neuer Bestätigungslink wurde an die E-Mail-Adresse gesendet, die du bei der Registrierung angegeben haben.",
+ "Resend Verification Email": "Bestätigungsmail erneut senden",
+ "Log Out": "Ausloggen",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "Du hast dich bereits für :position beworben",
+ "Apply for :position": "Bewerbe dich als :position",
+ "No positions open": "Keine offenen Stellen",
+ "There is currently no positions open": "Derzeit sind keine Stellen offen",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Bitte komm zu einem späteren Zeitpunkt noch einmal vorbei, um zu prüfen, ob bis dahin noch offene Stellen verfügbar sind! Danke für dein Interesse.",
+ "Apply for :hotel staff": "Bewerbe dich als :hotel staff",
+ "Select position to get started": "Wähle die Position aus, um zu beginnen",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": "Hier bei :hotel nehmen wir von Zeit zu Zeit Bewerbungen für Staff entgegen. Manchmal ist diese Seite leer, manchmal ist sie mit Stellen gefüllt. Wenn du jemals auf eine Stelle stößt, auf die du perfekt passen würdest, zögere nicht, dich darauf zu bewerben.",
+ "About you": "Über dich",
+ "Applying for :position": "Bewerben als :position",
+ "Read before applying": "Vor der Bewerbung lesen",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Bitte fülle alle Felder aus, um dich als :position zu bewerben. Denk daran, dass du bei deiner Bewerbung für eine Stelle hier bei :hotel völlig transparent und ehrlich sein musst. Wenn sich herausstellt, dass die bereitgestellten Informationen falsch sind, riskierst du im Falle einer Einstellung den Verlust deiner Stelle.",
+ "Rare values": "Rare values",
+ "You will receive:": "Du wirst erhalten:",
+ "Buy for $:cost": "Für $:cost kaufen",
+ "Two factor": "Zwei Faktor",
+ "No published articles": "Keine veröffentlichten Artikel",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Vielen Dank, dass du :hotel gespielt hast. Wir haben große Anstrengungen unternommen, um das Hotel zu dem zu machen, was es ist, und wir wissen es wirklich zu schätzen, dass du hier bist.",
+ ":hotel is driven by Atom CMS made by:": ":hotel wird von Atom CMS betrieben. Hergestellt von:",
+ "Credits:": "Credits:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "Eine virtuelle Online-Welt, in der du deinen eigenen Avatar erstellen, Freunde finden, chatten, Räume erstellen und vieles mehr kannst!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hallo! Wir sind wirklich dankbar, dass du Atom CMS für dein Hotel entschieden hast.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS wurde mit Blick auf die Community entwickelt, was bedeutet, dass wir den Input der Community sehr schätzen. Wir geben nicht nur unsere eigenen Ideen und Visionen in das CMS ein, sondern geben unser Bestes, um die Vorschläge unserer geliebten Community umzusetzen. Wir möchten, dass jeder in der Lage ist, Atom CMS beizutragen oder an seine Bedürfnisse anzupassen, ohne einen Bachelor in Programmierung zu haben.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Der einzige Zweck von Atom CMS besteht darin, Hotelbesitzern wie dir mehr Möglichkeiten zu bieten. Wir möchten, dass du dein Hotel problemlos führen kannst. Unsere benutzerfreundliche Oberfläche, leistungsstarke Funktionen und unsere hilfreiche Community sorgen dafür, dass deine Erfahrung mit Atom CMS einfach außergewöhnlich ist!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "Wenn du in Atom CMS eintauchst, empfehlen wir dir, die umfangreiche Palette an Funktionen zu erkunden, die wir zusammengestellt haben, um dir dabei zu helfen, deine Vision zum Leben zu erwecken. Von anpassbaren Vorlagen bis hin zu nahtlosen Integrationen mit Kunden wie Nitro – wir sorgen für die Einrichtung im Handumdrehen.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Nochmals vielen Dank, dass du dich für Atom CMS entschieden hast und wir können es kaum erwarten, das unglaubliche Projekt zu sehen, das du erstellen wirst.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "Nach alledem möchten wir dir nur ein herzliches Willkommen in der Atom CMS-Familie wünschen!",
+ "Installation key": "Installationsschlüssel",
+ "Start the setup": "Starte die Einrichtung",
+ "Welcome to Atom CMS": "Willkommen zu Atom CMS",
+ "We are delighted of having you trying Atom CMS": "Wir freuen uns, dass du Atom CMS ausprobierst",
+ "Continue to step 2": "Fahre mit Schritt 2 fort",
+ "Restart installation": "Installation neu starten",
+ "Continue to step 3": "Fahre mit Schritt 3 fort",
+ "Previous step": "Vorheriger Schritt",
+ "Continue to step 4": "Fahre mit Schritt 4 fort",
+ "Continue to step 5": "Fahre mit Schritt 5 fort",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Herzlichen Glückwunsch zum erfolgreichen Abschluss der Atom CMS-Einrichtung! Du hast nun die ersten Schritte auf dem Weg zu einer aufregenden neuen Reise getan. Mit Atom CMS kannst du verschiedene Aspekte deines Hotels mühelos verwalten und gleichzeitig deinen neuen Besuchern einen einfachen Einstieg in eine Welt voller Freude ermöglichen.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Abschließend möchten wir dir unsere Dankbarkeit zum Ausdruck bringen, indem wir dir mitteilen, wie sehr wir uns freuen, Teil deiner Reise zu sein und hoffen, dass du einige tolle Erinnerungen sammeln wirst. Also, hier ist dein neues Hotel, die grenzenlose Kreativität, die es inspirieren wird, und die endlosen Möglichkeiten, die vor dir liegen.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Nochmals herzlichen Glückwunsch und alles Gute für dich und dein Hotel!",
+ "Take me to :hotel": "Bring mich zu :hotel",
+ "Description:": "Beschreibung:",
+ "Room details": "Raum Details",
+ "Max users:": "Max. Benutzer:",
+ "The room guild": "Die Raum Gilde",
+ "Please make sure to read our shop": "Bitte stelle sicher das du unseren Shop gelesen hast",
+ "Terms & Conditions": "Geschäftsbedingungen",
+ "before making a purchase.": "before making a purchase.",
+ "Shop Terms & Conditions": "Shop Geschäftsbedingungen",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Sobald eine Spende getätigt und bei uns eingegangen ist, ist sie unter keinen Umständen erstattungsfähig. Der gespendete Betrag, der in ein Website-Guthaben umgewandelt wird, kann nicht wieder in Bargeld oder andere Geldformen umgewandelt werden. Indem du eine Spende tätigst, erkennst du diese Bedingungen an und akzeptierst sie und stimmst zu, keine Rückbuchungen oder Streitigkeiten mit deiner Bank oder deinen Kartenaussteller einzuleiten.",
+ "Notice": "Notiz",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "Es ist wichtig, die Konsequenzen unseres Ausgabeverhaltens zu berücksichtigen, insbesondere wenn es um finanzielle Entscheidungen geht. Wenn du versucht bist, Geld auszugeben, das du nicht hast, nimm dir einen Moment Zeit zum Nachdenken.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Denke daran, dass dein finanzielles Wohlergehen von entscheidender Bedeutung ist und verantwortungsvolle Entscheidungen von entscheidender Bedeutung sind. Wenn du Schwierigkeiten hast, dein Ausgabeverhalten zu kontrollieren, zögere nicht, dich freundlich und professionell beraten zu lassen. Es stehen Ressourcen zur Verfügung, die wertvolle Ratschläge und Unterstützung bieten können.",
+ "Top up account": "Konto aufladen",
+ "Donate to :hotel": "Spende an :hotel",
+ "Current balance: $:balance": "Aktueller Kontostand: $:balance",
+ "Donate": "Spenden",
+ "Please setup the paypal credentials to allow for top ups.": "Bitte richte die PayPal-Zugangsdaten ein, um Aufladungen zu ermöglichen.",
+ "Voucher": "Gutschein",
+ "Use a voucher for free credit": "Nutze einen Gutschein für kostenloses Guthaben",
+ "Use voucher": "Gutschein verwenden",
+ "Manage your account settings": "Verwalte deine Kontoeinstellungen",
+ "E-mail": "Email",
+ "Motto": "Motto",
+ "Change your password by filling out the fields below": "Ändere dein Passwort, indem du die folgenden Felder ausfüllst",
+ "Keep an eye on all your active sessions": "Behalten alle deine aktiven Sitzungen im Auge",
+ "IP": "IP",
+ "IP Current Device": "Aktuelles IP-Gerät",
+ "Is Desktop": "Ist Desktop",
+ "Platform": "Plattform",
+ "Last Activity": "Letzte Aktivität",
+ "No session logs found": "Keine Sitzungsprotokolle gefunden",
+ "Two factor authentication": "Zwei-Faktor-Authentifizierung",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Füge deinem Konto eine zusätzliche Sicherheitsebene hinzu, indem du die Zwei-Faktor-Authentifizierung aktivierst",
+ "Disable 2FA": "2FA deaktivieren",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Bestätige die Zwei-Faktor-Aktivierung, indem du den folgenden QR-Code scannen und deinen automatisch generierten 2-Faktor-Code auf deinem Telefon eingibst.",
+ "Recovery codes:": "Wiederherstellungscodes:",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Bitte bewahre deine Wiederherstellungscodes an einem sicheren Ort auf! Wenn du den Zugriff auf deine 2FA-Codes verlierst, werden diese Wiederherstellungscodes benötigt, um wieder Zugriff auf dein Konto zu erhalten.",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Bitte scanne den obigen QR-Code mit deinem Smartphone, um deinen Zwei-Faktor-Authentifizierungscode abzurufen.",
+ "Code": "Code",
+ "Verify 2FA": "2FA verifizieren",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Hier bei :hotel nehmen wir die Sicherheit sehr ernst und bieten dir als Nutzer daher eine Möglichkeit, dein geliebtes Konto noch weiter zu schützen, indem wir dir die Aktivierung der 2-Faktor-Authentifizierung von Google ermöglichen!",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "Die 2-Faktor-Authentifizierung fügt deinem Konto eine zusätzliche Sicherheitsebene hinzu und macht es physisch unmöglich darauf zuzugreifen, ohne Zugriff auf dein Smartphone zu haben, da nur dein Smartphone den 2-Faktor-Authentifizierungscode enthält, der alle 30 Sekunden automatisch neu generiert wird.",
+ "Activate 2FA": "2FA aktivieren",
+ "Claim your referrals reward!": "Fordere deine Empfehlungsprämie an!",
+ "It seems like you are banned off :hotel": "Es sieht so aus, als ob du aus :hotel verbannt wurdest",
+ "All the :category rares": "Alle :category Rares",
+ "Get an overview of all of the rares on :hotel": "Verschaffe dir einen Überblick über alle Rares auf :hotel",
+ "We currently have no rares listed here": "Derzeit sind hier keine Rares aufgeführt",
+ "Search": "Suchen",
+ "Search for rares": "Suche nach Rares",
+ "Rare categories": "Rares Kategorien",
+ "Select a category below": "Wähle unten eine Kategorie aus",
+ "All values": "Alle Werte",
+ "Go back to values": "Gehe zurück zu den Werten",
+ "Here is a list of all the owned :value`s": "Hier ist eine Liste aller eigenen :value`s",
+ "owned": "besitz",
+ "The captcha failed, please try again.": "The captcha failed, please try again.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/de/auth.php b/Updated_Cms/lang/de/auth.php
new file mode 100644
index 0000000000..6598e2c060
--- /dev/null
+++ b/Updated_Cms/lang/de/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+ 'password' => 'The provided password is incorrect.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/Updated_Cms/lang/de/pagination.php b/Updated_Cms/lang/de/pagination.php
new file mode 100644
index 0000000000..d481411877
--- /dev/null
+++ b/Updated_Cms/lang/de/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+ 'next' => 'Next »',
+
+];
diff --git a/Updated_Cms/lang/de/passwords.php b/Updated_Cms/lang/de/passwords.php
new file mode 100644
index 0000000000..2345a56b5a
--- /dev/null
+++ b/Updated_Cms/lang/de/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
+ 'token' => 'This password reset token is invalid.',
+ 'user' => "We can't find a user with that email address.",
+
+];
diff --git a/Updated_Cms/lang/de/validation.php b/Updated_Cms/lang/de/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/de/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/en.json b/Updated_Cms/lang/en.json
new file mode 100644
index 0000000000..bd92a7f1f0
--- /dev/null
+++ b/Updated_Cms/lang/en.json
@@ -0,0 +1,340 @@
+{
+ "Home": "Home",
+ "Community": "Community",
+ "Leaderboards": "Leaderboards",
+ "Shop": "Shop",
+ "Rules": "Rules",
+ "Articles": "Articles",
+ "Staff": "Staff",
+ "Photos": "Photos",
+ "My Profile": "My Profile",
+ "Administration": "Administration",
+ "Error logs": "Error logs",
+ "Housekeeping": "Housekeeping",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!",
+ "Create your account!": "Create your account!",
+ "Create a free account, and be a part of a fun online world!": "Create a free account, and be a part of a fun online world!",
+ "Login": "Login",
+ "Register": "Register",
+ "Create an account": "Create an account",
+ "Or": "Or",
+ "Latest news": "Latest news",
+ "Keep up to date with the latest hotel gossip.": "Keep up to date with the latest hotel gossip.",
+ "Latest Photos": "Latest Photos",
+ "Have a look at some of the great moments captured by users around the hotel.": "Have a look at some of the great moments captured by users around the hotel.",
+ "Username": "Username",
+ "Password": "Password",
+ "Confirm Password": "Confirm Password",
+ "Repeat Password": "Repeat Password",
+ "Email": "Email",
+ "Remember me": "Remember me",
+ "Go to :hotel": "Go to :hotel",
+ "User Referrals": "User Referrals",
+ "Credits": "Credits",
+ "Duckets": "Duckets",
+ "Diamonds": "Diamonds",
+ "Logout": "Logout",
+ "User settings": "User settings",
+ "User Referrals (%s/%s)": "User Referrals (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Referral new users and be rewarded by in-game goods",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban",
+ "Copy code": "Copy code",
+ "You need to refer :needed more users, before being able to claim your reward": "You need to refer :needed more users, before being able to claim your reward",
+ "Other articles": "Other articles",
+ "Our most recent articles": "Our most recent articles",
+ "There is currently no other articles": "There is currently no other articles",
+ ":hotel Shop": ":hotel Shop",
+ "Purchase :hotel items": "Purchase :hotel items",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.",
+ "Why are donations important?": "Why are donations important?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Make sure to use an email that you remember, if you ever lose your password, your email will be required.",
+ "Your username is what you and others will see in-game": "Your username is what you and others will see in-game",
+ "Spice up your profile with a nice motto": "Spice up your profile with a nice motto",
+ "Update settings": "Update settings",
+ "Current password": "Current password",
+ "Enter your current password": "Enter your current password",
+ "New password": "New password",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Enter a new secure password. Do not forget to save it somewhere safe",
+ "Confirm new password": "Confirm new password",
+ "Please confirm your new password": "Please confirm your new password",
+ "Update password": "Update password",
+ "Account settings": "Account settings",
+ "Password settings": "Password settings",
+ "Dont have an account? Join now!": "Dont have an account? Join now!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "You will need your email if you were to ever forget your password, so make sure it is something that you remember.",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.",
+ "I accept the :hotel terms & rules.": "I accept the :hotel terms & rules.",
+ "Create a free account today!": "Create a free account today!",
+ ":hotel is a not for profit educational project": ":hotel is a not for profit educational project",
+ "Made with": "Made with",
+ "By": "By",
+ "We currently have no staff in this position": "We currently have no staff in this position",
+ "My name is,": "My name is,",
+ "Badges": "Badges",
+ "Groups": "Groups",
+ "Rooms": "Rooms",
+ "Friends": "Friends",
+ "It seems like :user has no badges.": "It seems like :user has no badges.",
+ "It seems like :user is not a member of any groups.": "It seems like :user is not a member of any groups.",
+ "It seems like :user got no rooms.": "It seems like :user got no rooms.",
+ "It seems like :user has no friends.": "It seems like :user has no friends.",
+ "Hello!": "Hello!",
+ "There is currently :online users online": "There is currently :online users online",
+ "Top credits": "Top credits",
+ "Top duckets": "Top duckets",
+ "Top diamonds": "Top diamonds",
+ "Hours online": "Hours online",
+ "Respects received": "Respects received",
+ "Achievement score": "Achievement score",
+ ":credits credits": ":credits credits",
+ ":duckets duckets": ":duckets duckets",
+ ":diamonds diamonds": ":diamonds diamonds",
+ ":online hours": ":online hours",
+ ":respect respects received": ":respect respects received",
+ ":achievement achievement score": ":achievement achievement score",
+ "Nitro client": "Nitro client",
+ "Insert Reaction": "Insert Reaction",
+ "Add": "Add",
+ "Browser": "Browser",
+ "Date": "Date",
+ "Enter your email": "Enter your email",
+ "Choose a secure password": "Choose a secure password",
+ "Repeat your chosen password": "Repeat your chosen password",
+ "You are nearly in Habbo!": "You are nearly in Habbo!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!",
+ "Get flash": "Get flash",
+ "Whoops! It seems like you have been disconnected...": "Whoops! It seems like you have been disconnected...",
+ "Reload client": "Reload client",
+ "Reactions with": "Reactions with",
+ "Close modal": "Close modal",
+ "Unknown": "Unknown",
+ "Open main menu": "Open main menu",
+ "Discord": "Discord",
+ "Join server": "Join server",
+ "Session logs": "Session logs",
+ ":online :hotel online": ":online :hotel online",
+ "Flash client": "Flash client",
+ "Ban type:": "Ban type:",
+ "Ban reason:": "Ban reason:",
+ "Ban expiration:": "Ban expiration:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!",
+ "Join discord": "Join discord",
+ "There is currently no articles": "There is currently no articles",
+ "Staff login": "Staff login",
+ "General Rules": "General Rules",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.",
+ "The general rules of :hotel": "The general rules of :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.",
+ "Do not excessively repeat identical or similar statements (spamming).": "Do not excessively repeat identical or similar statements (spamming).",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.",
+ "Do not make rooms with inappropriate or abusive names.": "Do not make rooms with inappropriate or abusive names.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "Do not attempt to or successfully harm a user’s home internet connection.",
+ "Do not disrupt events with explicit language or negative behavior.": "Do not disrupt events with explicit language or negative behavior.",
+ "Account Rules": "Account Rules",
+ "The general account rules on :hotel": "The general account rules on :hotel",
+ "Do not attempt to or give away, buy, sell, or trade your": "Do not attempt to or give away, buy, sell, or trade your",
+ "account and/or": "account and/or",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "furniture/currency for Habbo furniture/currency or vice versa.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.",
+ "Do not evade an IP Address ban.": "Do not evade an IP Address ban.",
+ "Do not share your account with other users.": "Do not share your account with other users.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Do not threaten to, attempt to, or hack other users accounts.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.",
+ ":hotel rules & guidelines": ":hotel rules & guidelines",
+ "Do not attempt to or exploit errors of": "Do not attempt to or exploit errors of",
+ "report it to the Administration immediately.": "report it to the Administration immediately.",
+ "Do not attempt to or refund your VIP Membership or donation to": "Do not attempt to or refund your VIP Membership or donation to",
+ "at any given time; all payments are final.": "at any given time; all payments are final.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.",
+ "Do not make false statements against": "Do not make false statements against",
+ "or any other part of its services.": "or any other part of its services.",
+ "Do not pretend to be a representative of": "Do not pretend to be a representative of",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "This includes mimicing, acting like them, and or claim to have staff powers.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.",
+ "You have reached the limit of maximum allowed accounts": "You have reached the limit of maximum allowed accounts",
+ "Only staff can login during maintenance!": "Only staff can login during maintenance!",
+ "The Google recaptcha must be completed": "The Google recaptcha must be completed",
+ "The google recaptcha was submitted with an invalid type": "The google recaptcha was submitted with an invalid type",
+ "Your account settings has been updated": "Your account settings has been updated",
+ "The language selected is not supported": "The language selected is not supported",
+ "Your password has been changed!": "Your password has been changed!",
+ "You do not have enough referrals to claim your reward": "You do not have enough referrals to claim your reward",
+ "Please logout to claim your reward": "Please logout to claim your reward",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Woah! You have successfully claimed your reward - Keep up the good work!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.",
+ "It seems like your current password is wrong.": "It seems like your current password is wrong.",
+ "The Google recaptcha was not successful.": "The Google recaptcha was not successful.",
+ "Online Friends": "Online Friends",
+ "Mission": "Mission",
+ "Online Since": "Online Since",
+ "The beta code is invalid.": "The beta code is invalid.",
+ ":hotel staff": ":hotel staff",
+ "About the :hotel staff": "About the :hotel staff",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!",
+ "Apply for staff": "Apply for staff",
+ "How to join the staff team": "How to join the staff team",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.",
+ "You entered something that is not allowed on :hotel": "You entered something that is not allowed on :hotel",
+ "Post a comment": "Post a comment",
+ "Post a comment on the article, to let us know what you think about it": "Post a comment on the article, to let us know what you think about it",
+ "Post comment": "Post comment",
+ "Comments": "Comments",
+ "Below you will see all the comments, written on this article": "Below you will see all the comments, written on this article",
+ "You can only comment :amount times per article": "You can only comment :amount times per article",
+ "You comment has been posted!": "You comment has been posted!",
+ "You can only delete your own comments": "You can only delete your own comments",
+ "You comment has been deleted!": "You comment has been deleted!",
+ "Confirm your password": "Confirm your password",
+ "You must confirm your password to continue": "You must confirm your password to continue",
+ "You must confirm your current password before being able to toggle 2FA.": "You must confirm your current password before being able to toggle 2FA.",
+ "Confirm password": "Confirm password",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
+ "Email Password Reset Link": "Email Password Reset Link",
+ "Reset Password": "Reset Password",
+ "Login to :hotel": "Login to :hotel",
+ "Login to :hotel and take part in the most wonderful online world!": "Login to :hotel and take part in the most wonderful online world!",
+ "Enter the beta code you have been provided with": "Enter the beta code you have been provided with",
+ "Enter your beta code": "Enter your beta code",
+ "Two-factor verification": "Two-factor verification",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.",
+ "Enter the code from your authentication app": "Enter the code from your authentication app",
+ "Recovery code": "Recovery code",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.",
+ "Confirm 2FA": "Confirm 2FA",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\\'t receive the email, we will gladly send you another.": "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\\'t receive the email, we will gladly send you another.",
+ "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.",
+ "Resend Verification Email": "Resend Verification Email",
+ "Log Out": "Log Out",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "You have already applied for :position",
+ "Apply for :position": "Apply for :position",
+ "No positions open": "No positions open",
+ "There is currently no positions open": "There is currently no positions open",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.",
+ "Apply for :hotel staff": "Apply for :hotel staff",
+ "Select position to get started": "Select position to get started",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.",
+ "About you": "About you",
+ "Applying for :position": "Applying for :position",
+ "Read before applying": "Read before applying",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.",
+ "Teams": "Teams",
+ "Staff applications": "Staff applications",
+ "Rare values": "Rare values",
+ "You will receive:" : "You will receive:",
+ "Buy for $:cost" : "Buy for $:cost",
+ "Two factor": "Two factor",
+ "No published articles": "No published articles",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.",
+ ":hotel is driven by Atom CMS made by:": ":hotel is driven by Atom CMS made by:",
+ "Credits:": "Credits:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "With everything being said we just want to wish you a warm welcome to the Atom CMS family!",
+ "Installation key": "Installation key",
+ "Start the setup": "Start the setup",
+ "Welcome to Atom CMS": "Welcome to Atom CMS",
+ "We are delighted of having you trying Atom CMS": "We are delighted of having you trying Atom CMS",
+ "Continue to step 2": "Continue to step 2",
+ "Restart installation": "Restart installation",
+ "Continue to step 3": "Continue to step 3",
+ "Previous step": "Previous step",
+ "Continue to step 4": "Continue to step 4",
+ "Continue to step 5": "Continue to step 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Once again, congratulations and best of wishes for you & your hotel!",
+ "Take me to :hotel": "Take me to :hotel",
+ "Description:": "Description:",
+ "Room details": "Room details",
+ "Max users:": "Max users:",
+ "The room guild": "The room guild",
+ "Please make sure to read our shop": "Please make sure to read our shop",
+ "Terms & Conditions": "Terms & Conditions",
+ "before making a purchase.": "before making a purchase.",
+ "Shop Terms & Conditions": "Shop Terms & Conditions",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.",
+ "Notice": "Notice",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.",
+ "Top up account": "Top up account",
+ "Donate to :hotel": "Donate to :hotel",
+ "Current balance: $:balance": "Current balance: $:balance",
+ "Donate": "Donate",
+ "Please setup the paypal credentials to allow for top ups.": "Please setup the paypal credentials to allow for top ups.",
+ "Voucher": "Voucher",
+ "Use a voucher for free credit": "Use a voucher for free credit",
+ "Use voucher": "Use voucher",
+ "Manage your account settings": "Manage your account settings",
+ "E-mail": "E-mail",
+ "Motto": "Motto",
+ "Change your password by filling out the fields below": "Change your password by filling out the fields below",
+ "Keep an eye on all your active sessions": "Keep an eye on all your active sessions",
+ "IP": "IP",
+ "IP Current Device": "IP Current Device",
+ "Is Desktop": "Is Desktop",
+ "Platform": "Platform",
+ "Last Activity": "Last Activity",
+ "No session logs found": "No session logs found",
+ "Two factor authentication": "Two factor authentication",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Add an extra layer of security to your account by enabling two-factor authentication",
+ "Disable 2FA": "Disable 2FA",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.",
+ "Recovery codes:": "Recovery codes:",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.",
+ "Code": "Code",
+ "Verify 2FA": "Verify 2FA",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.",
+ "Activate 2FA": "Activate 2FA",
+ "Claim your referrals reward!": "Claim your referrals reward!",
+ "It seems like you are banned off :hotel": "It seems like you are banned off :hotel",
+ "All the :category rares": "All the :category rares",
+ "Get an overview of all of the rares on :hotel": "Get an overview of all of the rares on :hotel",
+ "We currently have no rares listed here": "We currently have no rares listed here",
+ "Search": "Search",
+ "Search for rares": "Search for rares",
+ "Rare categories": "Rare categories",
+ "Select a category below": "Select a category below",
+ "All values": "All values",
+ "Go back to values": "Go back to values",
+ "Here is a list of all the owned :value`s": "Here is a list of all the owned :value`s",
+ "owned": "owned",
+ "The captcha failed, please try again.": "The captcha failed, please try again.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/en/auth.php b/Updated_Cms/lang/en/auth.php
new file mode 100644
index 0000000000..6598e2c060
--- /dev/null
+++ b/Updated_Cms/lang/en/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+ 'password' => 'The provided password is incorrect.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/Updated_Cms/lang/en/pagination.php b/Updated_Cms/lang/en/pagination.php
new file mode 100644
index 0000000000..d481411877
--- /dev/null
+++ b/Updated_Cms/lang/en/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+ 'next' => 'Next »',
+
+];
diff --git a/Updated_Cms/lang/en/passwords.php b/Updated_Cms/lang/en/passwords.php
new file mode 100644
index 0000000000..2345a56b5a
--- /dev/null
+++ b/Updated_Cms/lang/en/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
+ 'token' => 'This password reset token is invalid.',
+ 'user' => "We can't find a user with that email address.",
+
+];
diff --git a/Updated_Cms/lang/en/validation.php b/Updated_Cms/lang/en/validation.php
new file mode 100644
index 0000000000..70407c9d97
--- /dev/null
+++ b/Updated_Cms/lang/en/validation.php
@@ -0,0 +1,184 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'ascii' => 'The :attribute must only contain single-byte alphanumeric characters and symbols.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'decimal' => 'The :attribute must have :decimal decimal places.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lowercase' => 'The :attribute must be lowercase.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'max_digits' => 'The :attribute must not have more than :max digits.',
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'min_digits' => 'The :attribute must have at least :min digits.',
+ 'missing' => 'The :attribute field must be missing.',
+ 'missing_if' => 'The :attribute field must be missing when :other is :value.',
+ 'missing_unless' => 'The :attribute field must be missing unless :other is :value.',
+ 'missing_with' => 'The :attribute field must be missing when :values is present.',
+ 'missing_with_all' => 'The :attribute field must be missing when :values are present.',
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'uppercase' => 'The :attribute must be uppercase.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'ulid' => 'The :attribute must be a valid ULID.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/es.json b/Updated_Cms/lang/es.json
new file mode 100644
index 0000000000..bbd1e30db0
--- /dev/null
+++ b/Updated_Cms/lang/es.json
@@ -0,0 +1,341 @@
+{
+ "Home": "Inicio",
+ "Community": "Comunidad",
+ "Leaderboards": "Salón de la Fama",
+ "Shop": "Tienda",
+ "Rules": "Reglas",
+ "Articles": "Noticias",
+ "Staff": "Staff",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "¡Un mundo virtual donde puedes crear tu propio avatar, hacer amigos, chatear, crear salas y mucho más!",
+ "Create your account!": "'¡Crea tu cuenta!",
+ "Create a free account, and be a part of a fun online world!": "¡Crea una cuenta gratis, y sé parte de un mundo divertido en línea!",
+ "Login": "Entrar",
+ "Register": "Registrase",
+ "Create an account": "Crear Cuenta",
+ "Or": "O",
+ "Latest news": "Últimas Noticias",
+ "Keep up to date with the latest hotel gossip.": "Mantente al día con las últimas novedades de :hotel.",
+ "Latest Photos": "Últimas Fotos",
+ "Have a look at some of the great moments captured by users around the hotel.": "Echa un vistazo a algunos de los mejores momentos capturados por los usuarios del hotel.",
+ "Username": "Nombre de Usuario",
+ "Password": "Contraseña",
+ "Confirm Password": "Confirma tu contraseña",
+ "Repeat Password": "Repite tu contraseña",
+ "Email": "Email",
+ "Remember me": "Recuérdame",
+ "Go to :hotel": "Entrar a :hotel",
+ "User Referrals": "Referencias",
+ "Credits": "Créditos",
+ "Duckets": "Duckets",
+ "Diamonds": "Diamantes",
+ "Logout": "Salir",
+ "User settings": "Configuraciones",
+ "User Referrals (%s/%s)": "Número de Referencias (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Refiere a nuevos usuarios y se recompensado con objetos dentro del juego",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "En :hotel hemos agregado un sistema de referencia, lo que te permitirá obtener una bonificación por cada :needed usuarios que se registren a través de su link de referencia y te permitirá reclamar una recompensa de :amount diamantes.",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Crear cuentas para obtener más renferencias conducirá a la eliminación del progreso, el inventario, los diamantes o hasta un posible baneo de la cuenta. ",
+ "Copy code": "Copiar código",
+ "You need to refer :needed more users, before being able to claim your reward": "Necesitas :needed referencias más para reclamar tu recompensa",
+ "Other articles": "Otras noticias",
+ "Our most recent articles": "Noticias más recientes",
+ "There is currently no other articles": "Actualmente no hay más noticias",
+ ":hotel Shop": ":hotel Tienda",
+ "Purchase :hotel items": "Compra items para :hotel",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Aquí en :hotel Hotel aceptamos donaciones para mantener el hotel en funcionamiento, además de que como agradecimiento recibirás artículos dentro del juego.",
+ "Why are donations important?": "¿Por qué son importantes las donaciones?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Las donaciones son importantes, ya que gracias a ellas ayudarán a pagar nuestras facturas necesarias para mantener el hotel en funcionamiento, además de agregar emocionantes nuevas funciones para que tú y otros podáis disfrutar.",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "Para comprar artículos de :hotel, visita nuestro Discord y pongase en contacto con el dueño de :hotel Hotel para realizar tu compra",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Asegúrate de usar un correo electrónico que recuerdes, ya que si alguna vez pierdes la contraseña te será necesario.",
+ "Your username is what you and others will see in-game": "Tu nombre de usuario es lo que tú y los demás veréis dentro del juego",
+ "Spice up your profile with a nice motto": "¡Dale un toque único a tu perfil con una buena misión!",
+ "Update settings": "Actualizar configuración",
+ "Current password": "Contraseña actual",
+ "Enter your current password": "Ingresa tu contraseña actual",
+ "New password": "Nueva contraseña",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Ingresa una contraseña nueva segura. No olvides guardarlo en un lugar seguro",
+ "Confirm new password": "Confirma tu nueva contraseña",
+ "Please confirm your new password": "Por favor, confirma tu nueva contraseña",
+ "Update password": "Actualizar contraseña",
+ "Account settings": "Configuración de la cuenta",
+ "Password settings": "Configuración de contraseña",
+ "Dont have an account? Join now!": "¿No tienes una cuenta? ¡Únete ahora!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Tu nombre de usuario es lo que tendrás que usar al iniciar sesión en :hotel. También es como otros usuarios te conocerán, ¡así que asegúrate de seleccionar un nombre de usuario que te guste!",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "Necesitarás tu correo electrónico si alguna vez te olvidas de tu contraseña, así que asegúrate de que exista.",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Tu contraseña debe tener al menos 8 caracteres. Asegúrate de utilizar una contraseña única y segura.",
+ "I accept the :hotel terms & rules.": "Estoy de acuerdo con los términos y condiciones de :hotel.",
+ "Create a free account today!": "¡Crea una cuenta gratis hoy!",
+ ":hotel is a not for profit educational project": ":hotel es un proyecto educativo sin fines de lucro",
+ "Made with": "Hecho con",
+ "By": "Por",
+ "We currently have no staff in this position": "Actualmente no tenemos equipo en este rango",
+ "My name is,": "Mi nombre es,",
+ "Badges": "Placas",
+ "Groups": "Grupos",
+ "Rooms": "Salas",
+ "Friends": "Amigos",
+ "It seems like :user has no badges.": "Parece que :user no tiene placas.",
+ "It seems like :user is not a member of any groups.": "Parece que :user se ha unido a ningún grupo.",
+ "It seems like :user got no rooms.": "Parece que :user no tiene salas.",
+ "It seems like :user has no friends.": "Parece que :user no tiene amigos.",
+ "Hello!": "¡Hola!",
+ "There is currently :online users online": "Actualmente hay :online usuarios conectados",
+ "Top credits": "Créditos",
+ "Top duckets": "Duckets",
+ "Top diamonds": "Diamantes",
+ "Hours online": "Horas Online",
+ "Respects received": "Respetos recibidos",
+ "Achievement score": "Puntuación de logros",
+ ":credits credits": ":credits Créditos",
+ ":duckets duckets": ":duckets Duckets",
+ ":diamonds diamonds": ":diamonds Diamantes",
+ ":online hours": ":online horas",
+ ":respect respects received": ":respect respetos",
+ ":achievement achievement score": ":achievement de puntuación de logros",
+ "Nitro client": "Jugar con Nitro",
+ "Photos": "Fotos",
+ "Error logs": "Registro de errores",
+ "Housekeeping": "Panel",
+ "Insert Reaction": "Agregar una reacción",
+ "Add": "Añadir",
+ "Browser": "Buscador",
+ "Date": "Fecha",
+ "Enter your email": "Introduce tu email",
+ "Choose a secure password": "Elige una contraseña segura",
+ "Repeat your chosen password": "Repite la contraseña que has elegido",
+ "You are nearly in Habbo!": "¡Ya casi estás en Habbo!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Haz clic en el botón amarillo del Hotel, a continuación, haz clic en `ejecutar flash` cuando se te solicite. ¡Nos vemos en el Hotel!",
+ "Get flash": "Obtener flash",
+ "Whoops! It seems like you have been disconnected...": "¡Ups! Parece que te han desconectado...",
+ "Reload client": "Recargar cliente",
+ "Reactions with": "Reacciones con",
+ "Close modal": "Cerrar moadl",
+ "Unknown": "Desconocido",
+ "Open main menu": "Abrir menú principal",
+ "Discord": "Discord",
+ "Session logs": "Logs de sesión",
+ ":online :hotel online": ":online :hotel conectados",
+ "Flash client": "Jugar con Flash",
+ "Ban type:": "Tipo de baneo:",
+ "Ban reason:": "Razón de baneo:",
+ "Ban expiration:": "Expiración de baneo:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "Si crees que se trata de un error, ponte en contacto con uno de nuestros Staffs a través de nuestro servidor Discord.",
+ "Join discord": "Entrar al Discord",
+ "There is currently no articles": "No hay noticias actualmente",
+ "Staff login": "Inicio de sesión Staff",
+ "General Rules": "Normas generales",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Las normas y reglamentos están sujetos a cambios sin previo aviso. Como miembro de la comunidad :hotel, por la presente acepta y entiende los siguientes términos y condiciones. El incumplimiento de estas normas y reglamentos dará lugar a la aplicación de las sanciones necesarias en su cuenta. Si tiene alguna pregunta o duda en relación con :hotel, no dude en preguntar a un miembro del Staff del hotel.",
+ "The general rules of :hotel": "The general rules of :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "No abuse del sistema de Llamada de Socorro (LDA); sólo debe utilizarse en caso de emergencia.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "No hagas publicidad de otros Retros; los enlaces a hoteles o mencionar a propósito el nombre de otro hotel con intenciones publicitarias no está permitido.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "No intente ni estafe créditos o muebles a otros usuarios mediante apuestas, juegos o intercambios comerciales..",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "No intimide, acose ni abuse de otros usuarios; evite comportamientos violentos o agresivos..",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "No revele información personal de otro usuario (por ejemplo, dirección, dirección IP, número de teléfono, escuela, imágenes privadas, etc.) sin su consentimiento.",
+ "Do not excessively repeat identical or similar statements (spamming).": "No repita excesivamente frases idénticas o similares (spamming).",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Los usuarios no participarán en ningún acto sexual, inapropiado o, en general, objetivo hacia otros usuarios sin su consentimiento previo..",
+ "Do not make rooms with inappropriate or abusive names.": "No cree salas con nombres inapropiados o abusivos.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "No intente dañar la conexión a Internet doméstica de un usuario.",
+ "Do not disrupt events with explicit language or negative behavior.": "No interrumpa los actos con un lenguaje explícito o un comportamiento negativo.",
+ "Account Rules": "Normas de la cuenta",
+ "The general account rules on :hotel": "Las normas generales de su :hotel cuenta",
+ "Do not attempt to or give away, buy, sell, or trade your": "No intente ni regale, compre, venda o intercambie su",
+ "account and/or": "cuenta y/o",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "artículos por objetos virtuales de otro juego, cuentas de otro juego, dinero en efectivo o viceversa sin el permiso de un Administrador. Esto incluye regalar, comprar, vender o intercambiar",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "muebles/moneda para muebles/moneda de Habbo o viceversa.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "No cree un nombre de usuario con un nombre ofensivo que sea insultante, racista, acosador o, en general, censurable.",
+ "Do not evade an IP Address ban.": "No evada un baneo de dirección IP.",
+ "Do not share your account with other users.": "No comparta su cuenta con otros usuarios.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "No amenaces, intentes ni piratees las cuentas de otros usuarios.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "No crees varias cuentas con el fin de obtener ventaja para ganar más dinero del juego y/o rares de cualquier tipo.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "No vuelvas a apelar tu expulsión a menos que se indique lo contrario. Esto significa que si vuelves a apelar en 2 días después de que tu primera apelación fuera denegada y te dijeran que volvieras a apelar en 2-3 semanas, serás expulsado tanto del foro como del hotel.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Las cuentas están limitadas a 2 por persona. Esto significa que sólo se acepta 1 cuenta. Si se supera este límite, se borrará toda la cuenta, incluidos los créditos y las raras.",
+ ":hotel rules & guidelines": "Normas y directrices de :hotel",
+ "Do not attempt to or exploit errors of": "No intente ni aproveche los errores de :hotel",
+ "report it to the Administration immediately.": "comuníquelo inmediatamente a la Administración.",
+ "Do not attempt to or refund your VIP Membership or donation to": "No intente reembolsar su suscripción VIP ni su donación a",
+ "at any given time; all payments are final.": "en cualquier momento; todos los pagos son definitivos.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "No proporcione intencionadamente información errónea o engañosa a los miembros del personal en los informes sobre infracciones de normas, quejas, informes de errores o solicitudes de asistencia.",
+ "Do not make false statements against": "No haga declaraciones falsas contra :hotel",
+ "or any other part of its services.": "o cualquier otra parte de sus servicios.",
+ "Do not pretend to be a representative of": "No se haga pasar por un representante de :hotel",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "Esto incluye imitarlos, actuar como ellos, y o pretender tener poderes de personal.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "No amenace, intente ni utilice secuencias de comandos o software de terceros para entrar, interrumpir o modificar",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Los programas no perjudiciales de auto-escritura, auto-clic y otros sólo se pueden utilizar si usted es el propietario de la sala o con el permiso del propietario de la sala.",
+ "You have reached the limit of maximum allowed accounts": "Has alcanzado el límite de cuentas máximas permitidas.",
+ "Only staff can login during maintenance!": "Sólo el Staff puede conectarse durante el mantenimiento!",
+ "The Google recaptcha must be completed": "Debe completar el recaptcha de Google",
+ "The google recaptcha was submitted with an invalid type": "El recaptcha de google se ha enviado con un tipo no válido",
+ "Your account settings has been updated": "Se ha actualizado la configuración de su cuenta",
+ "The language selected is not supported": "El idioma seleccionado no es compatible",
+ "Your password has been changed!": "¡Tu contraseña ha sido modificada!",
+ "You do not have enough referrals to claim your reward": "No tienes suficientes referidos para reclamar la recompensa",
+ "Please logout to claim your reward": "Porfavor, cierra sesión para reclamar tu recompensa",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "¡Vaya! Has reclamado con éxito tu recompensa. - ¡Sigue así!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Tu IP ha sido baneada - Si crees que se trata de un error, puedes ponerte en contacto con nosotros en nuestro Discord.",
+ "It seems like your current password is wrong.": "Parece que tu contraseña actual es incorrecta.",
+ "The Google recaptcha was not successful.": "El recaptcha de Google no tuvo éxito.",
+ "Online Friends": "Online Friends",
+ "Mission": "Mission",
+ "Online Since": "Online Since",
+ "The beta code is invalid.": "The beta code is invalid.",
+ ":hotel staff": ":hotel staff",
+ "": "About the :hotel staff",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!",
+ "Apply for staff": "Apply for staff",
+ "How to join the staff team": "How to join the staff team",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.",
+ "You entered something that is not allowed on :hotel": "You entered something that is not allowed on :hotel",
+ "Post a comment": "Post a comment",
+ "Post a comment on the article, to let us know what you think about it": "Post a comment on the article, to let us know what you think about it",
+ "Post comment": "Post comment",
+ "Comments": "Comments",
+ "Below you will see all the comments, written on this article": "Below you will see all the comments, written on this article",
+ "You can only comment :amount times per article": "You can only comment :amount times per article",
+ "You comment has been posted!": "You comment has been posted!",
+ "You can only delete your own comments": "You can only delete your own comments",
+ "You comment has been deleted!": "You comment has been deleted!",
+ "My Profile": "My Profile",
+ "Administration": "Administration",
+ "Join server": "Join server",
+ "About the :hotel staff": "About the :hotel staff",
+ "Confirm your password": "Confirm your password",
+ "You must confirm your password to continue": "You must confirm your password to continue",
+ "You must confirm your current password before being able to toggle 2FA.": "You must confirm your current password before being able to toggle 2FA.",
+ "Confirm password": "Confirm password",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
+ "Email Password Reset Link": "Email Password Reset Link",
+ "Reset Password": "Reset Password",
+ "Login to :hotel": "Login to :hotel",
+ "Login to :hotel and take part in the most wonderful online world!": "Login to :hotel and take part in the most wonderful online world!",
+ "Enter the beta code you have been provided with": "Enter the beta code you have been provided with",
+ "Enter your beta code": "Enter your beta code",
+ "Two-factor verification": "Two-factor verification",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.",
+ "Enter the code from your authentication app": "Enter the code from your authentication app",
+ "Recovery code": "Recovery code",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.",
+ "Confirm 2FA": "Confirm 2FA",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you did not receive the email, we will gladly send you another.": "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you did not receive the email, we will gladly send you another.",
+ "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.",
+ "Resend Verification Email": "Resend Verification Email",
+ "Log Out": "Log Out",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "You have already applied for :position",
+ "Apply for :position": "Apply for :position",
+ "No positions open": "No positions open",
+ "There is currently no positions open": "There is currently no positions open",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.",
+ "Apply for :hotel staff": "Apply for :hotel staff",
+ "Select position to get started": "Select position to get started",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.",
+ "About you": "About you",
+ "Applying for :position": "Applying for :position",
+ "Read before applying": "Read before applying",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.",
+ "Teams": "Teams",
+ "Staff applications": "Staff applications",
+ "Rare values": "Rare values",
+ "You will receive:": "You will receive:",
+ "Buy for $:cost": "Buy for $:cost",
+ "Two factor": "Two factor",
+ "No published articles": "No published articles",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.",
+ ":hotel is driven by Atom CMS made by:": ":hotel is driven by Atom CMS made by:",
+ "Credits:": "Credits:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "With everything being said we just want to wish you a warm welcome to the Atom CMS family!",
+ "Installation key": "Installation key",
+ "Start the setup": "Start the setup",
+ "Welcome to Atom CMS": "Welcome to Atom CMS",
+ "We are delighted of having you trying Atom CMS": "We are delighted of having you trying Atom CMS",
+ "Continue to step 2": "Continue to step 2",
+ "Restart installation": "Restart installation",
+ "Continue to step 3": "Continue to step 3",
+ "Previous step": "Previous step",
+ "Continue to step 4": "Continue to step 4",
+ "Continue to step 5": "Continue to step 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Once again, congratulations and best of wishes for you & your hotel!",
+ "Take me to :hotel": "Take me to :hotel",
+ "Description:": "Description:",
+ "Room details": "Room details",
+ "Max users:": "Max users:",
+ "The room guild": "The room guild",
+ "Please make sure to read our shop": "Please make sure to read our shop",
+ "Terms & Conditions": "Terms & Conditions",
+ "before making a purchase.": "before making a purchase.",
+ "Shop Terms & Conditions": "Shop Terms & Conditions",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.",
+ "Notice": "Notice",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.",
+ "Top up account": "Top up account",
+ "Donate to :hotel": "Donate to :hotel",
+ "Current balance: $:balance": "Current balance: $:balance",
+ "Donate": "Donate",
+ "Please setup the paypal credentials to allow for top ups.": "Please setup the paypal credentials to allow for top ups.",
+ "Voucher": "Voucher",
+ "Use a voucher for free credit": "Use a voucher for free credit",
+ "Use voucher": "Use voucher",
+ "Manage your account settings": "Manage your account settings",
+ "E-mail": "E-mail",
+ "Motto": "Motto",
+ "Change your password by filling out the fields below": "Change your password by filling out the fields below",
+ "Keep an eye on all your active sessions": "Keep an eye on all your active sessions",
+ "IP": "IP",
+ "IP Current Device": "IP Current Device",
+ "Is Desktop": "Is Desktop",
+ "Platform": "Platform",
+ "Last Activity": "Last Activity",
+ "No session logs found": "No session logs found",
+ "Two factor authentication": "Two factor authentication",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Add an extra layer of security to your account by enabling two-factor authentication",
+ "Disable 2FA": "Disable 2FA",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.",
+ "Recovery codes:": "Recovery codes:",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.",
+ "Code": "Code",
+ "Verify 2FA": "Verify 2FA",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.",
+ "Activate 2FA": "Activate 2FA",
+ "Claim your referrals reward!": "Claim your referrals reward!",
+ "It seems like you are banned off :hotel": "It seems like you are banned off :hotel",
+ "All the :category rares": "All the :category rares",
+ "Get an overview of all of the rares on :hotel": "Get an overview of all of the rares on :hotel",
+ "We currently have no rares listed here": "We currently have no rares listed here",
+ "Search": "Search",
+ "Search for rares": "Search for rares",
+ "Rare categories": "Rare categories",
+ "Select a category below": "Select a category below",
+ "All values": "All values",
+ "Go back to values": "Go back to values",
+ "Here is a list of all the owned :value`s": "Here is a list of all the owned :value`s",
+ "owned": "owned",
+ "The captcha failed, please try again.": "The captcha failed, please try again.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/es/auth.php b/Updated_Cms/lang/es/auth.php
new file mode 100644
index 0000000000..038fee1417
--- /dev/null
+++ b/Updated_Cms/lang/es/auth.php
@@ -0,0 +1,20 @@
+ 'Estas credenciales no coinciden con nuestros registros.',
+ 'password' => 'La contraseña proporcionada es incorrecta.',
+ 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtelo de nuevo en :seconds segundos.',
+
+];
diff --git a/Updated_Cms/lang/es/pagination.php b/Updated_Cms/lang/es/pagination.php
new file mode 100644
index 0000000000..f8f044e19c
--- /dev/null
+++ b/Updated_Cms/lang/es/pagination.php
@@ -0,0 +1,19 @@
+ '« Anterior',
+ 'next' => 'Siguiente »',
+
+];
diff --git a/Updated_Cms/lang/es/passwords.php b/Updated_Cms/lang/es/passwords.php
new file mode 100644
index 0000000000..b2fb1c27aa
--- /dev/null
+++ b/Updated_Cms/lang/es/passwords.php
@@ -0,0 +1,22 @@
+ '¡Tu contraseña ha sido restablecida!',
+ 'sent' => '¡Te hemos enviado un enlace por correo electrónico para restablecer tu contraseña!',
+ 'throttled' => 'Por favor, espere antes de volver a intentarlo.',
+ 'token' => 'Este token de restablecimiento de contraseña no es válido.',
+ 'user' => 'No pudimos encontrar un usuario con esa dirección de correo electrónico.',
+
+];
diff --git a/Updated_Cms/lang/es/validation.php b/Updated_Cms/lang/es/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/es/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/fi.json b/Updated_Cms/lang/fi.json
new file mode 100644
index 0000000000..665396d8a7
--- /dev/null
+++ b/Updated_Cms/lang/fi.json
@@ -0,0 +1,341 @@
+{
+ "Home": "Etusivu",
+ "Community": "Yhteisö",
+ "Shop": "Ostotavat",
+ "Rules": "Säännöt",
+ "Articles": "Uutiset",
+ "Staff": "Henkilökunta",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "Virtuaalinen yhteisö, jossa voit tavata muita ihmisiä, toteuttaa itseäsi ja paljon muuta!",
+ "Login": "Kirjaudu",
+ "Register": "Rekisteröidy",
+ "Create an account": "Luo uusi käyttäjä",
+ "Or": "Tai",
+ "Latest news": "Kuumimmat uutiset",
+ "Keep up to date with the latest hotel gossip.": "Pysy ajantasalla Hotellin kuumimmista lööpeistä.",
+ "Latest Photos": "Latest Photos",
+ "Have a look at some of the great moments captured by users around the hotel.": "Vilkaise Hotellin huikeita ikuistettuja hetkiä pelaajiemme silmistä.",
+ "Username": "Käyttäjänimi",
+ "Password": "Salasana",
+ "Confirm Password": "Varmista Salasana",
+ "Email": "Sähköposti",
+ "Remember me": "Muista minut",
+ "Go to :hotel": "Astu :hotel Hotelliin",
+ "User Referrals": "Pelaajakutsut",
+ "Credits": "Kolikot",
+ "Duckets": "Ducketit",
+ "Diamonds": "Timantit",
+ "Logout": "Kirjaudu ulos",
+ "User settings": "Hahmon asetukset",
+ "User Referrals (%s/%s)": "Pelaajakutsut (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Kutsu pelaajia linkilläsi ja ansaitse palkintoja Hotellin sisällä",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "Täällä :hotel Hotellissa olemme lisänneet kutsujärjestelmän, jonka avulla jokaisesta :needed kutsumastasi pelaajasta saat :amount timanttia!",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Huijaamalla kutsujärjestelmässä voit saada mahdollisen porttikiellon.",
+ "Copy code": "Kopioi koodi",
+ "You need to refer :needed more users, before being able to claim your reward": "Sinun pitää kutsua :needed lisää pelaajia saadaksesi palkinnon.",
+ "Other articles": "Muut uutiset",
+ "There is currently no other articles": "Tällä hetkellä ei ole muita uutisia",
+ ":hotel Shop": ":hotel Ostotavat",
+ "Purchase :hotel items": "Osta :hotel tuotteita",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Täällä :hotel Hotellissa hyväksymme lahjoituksia jatkaaksemme Hotellin toimintaa sekä päivittämistä.",
+ "Why are donations important?": "Miksi lahjoitukset ovat tärkeitä?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Lahjoitukset ovat tärkeitä, sillä Hotellimme tarvitsee niitä uusien toimintojen ja päivityksien vuoksi. Mitä enemmän päivityksiä tulee, sitä enemmän nautittavaa Hotellissa on!",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "Ostaaksesi tuotteita :hotel ostotavoista, viertailethan Discordissamme sekä otat yhteyttä :hotel Hotellin omistajaan varmistaaksesi.",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Käytäthän sähköpostia, jonka muistat, sillä saatat tarvita sitä salasanasi palautuksessa.",
+ "Your username is what you and others will see in-game": "Käyttäjänimesi on, mitä muut pelaajat näkevät Hotellissa.",
+ "Spice up your profile with a nice motto": "Piristä vähän upealla motolla! Voit vaihtaa tämän myöhemminkin.",
+ "Update settings": "Päivitä asetukseni",
+ "Current password": "Nykyinen salasana",
+ "Enter your current password": "Laita tähän salasana, jolla kirjauduit sisään.",
+ "New password": "Uusi salasana",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Laita tähän turvallinen salasana. Ethän käytä sitä muualla!",
+ "Confirm new password": "Varmista salasanasi",
+ "Please confirm your new password": "Toista uusi salasanasi tässä - kirjoitusvirheiden varalta!",
+ "Update password": "Tallenna salasana",
+ "Account settings": "Hahmon asetukset",
+ "Password settings": "Salasana asetukset",
+ "Dont have an account? Join now!": "Etkö vielä ole pelaaja? Liity heti!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Käyttäjänimesi on mitä käytät astuessasi :hotel Hotelliin. Muut käyttäjät näkevät sinut tällä nimellä, joten varmista että pidät siitä!",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "Tarvitset sähköpostiasi, mikäli unohdat käyttäjätietosi.",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Salasanasi tulee olla vähintään 8 kirjainta. Sisälläthän numeroita sekä muita kirjainyhdistelmiä.",
+ "I accept the :hotel terms & rules.": "Hyväksyn :hotel Hotellin käyttöehdot.",
+ "Create a free account today!": "Luo uusi käyttäjä tänään!",
+ ":hotel is a not for profit educational project": ":hotel Hotelli on opettava projekti.",
+ "Made with": "Tehty",
+ "By": "By",
+ "We currently have no staff in this position": "Meillä ei tällä hetkellä ole henkilökuntaa tällä tasolla.",
+ "My name is,": "Nimeni on,",
+ "Badges": "Merkit",
+ "Groups": "Ryhmät",
+ "Rooms": "Huoneet",
+ "Friends": "Kaverit",
+ "It seems like :user has no badges.": "Vaikuttaisi siltä, ettei :user omista merkkejä.",
+ "It seems like :user is not a member of any groups.": "Vaikuttaisi siltä, ettei :user ole ryhmien jäsen.",
+ "It seems like :user got no rooms.": "Vaikuttaisi siltä, ettei :user omista huoenita.",
+ "It seems like :user has no friends.": "Vaikuttaisi siltä, ettei :user omista kavereita.",
+ "Hello!": "Tervehdys!",
+ "There is currently :online users online": ":online hahmoa on paikalla",
+ "Leaderboards": "Tilastot",
+ "Photos": "Kuvat",
+ "Error logs": "Virheet",
+ "Housekeeping": "Hallintapaneeli",
+ "Create your account!": "Luo oma hahmosi!",
+ "Create a free account, and be a part of a fun online world!": "Luo oma hahmosi ja liity hauskaan virtuaalimaailmaamme!",
+ "Our most recent articles": "Kuumimmat lööppimme",
+ "Top credits": "Eniten kolikoita",
+ "Top duckets": "Eniten Ducketteja",
+ "Top diamonds": "Eniten timantteja",
+ "Hours online": "Tunteja paikalla",
+ "Respects received": "Respektejä ansaittu",
+ "Achievement score": "Tasopisteet",
+ ":credits credits": ":credits kolikkoa",
+ ":duckets duckets": ":duckets Duckettia",
+ ":diamonds diamonds": ":diamonds timanttia",
+ ":online hours": ":online tuntia",
+ ":respect respects received": ":respect respektiä",
+ ":achievement achievement score": ":achievement tasopistettä",
+ "Nitro client": "Nitro",
+ "Insert Reaction": "Reagoi",
+ "Add": "Lisää",
+ "Browser": "Selain",
+ "Date": "Päivä",
+ "Enter your email": "Sähköpostisi",
+ "Choose a secure password": "Valitse turvallinen salasana",
+ "Repeat your chosen password": "Toista valitsemasi salasana",
+ "You are nearly in Habbo!": "Olet melkein Habbossa!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Klikkaa keltaista Hotelli-painiketta alapuolella, sitten klikkaa Flash-painiketta kysyttäessä. Nähdään Hotellissa!",
+ "Get flash": "Hommaa Flash",
+ "Whoops! It seems like you have been disconnected...": "Hups! Näyttäisi siltä, että yhteytesi katkesi...",
+ "Reload client": "Astu uudelleen",
+ "Reactions with": "Reagoinnit",
+ "Close modal": "Sulje",
+ "Unknown": "Unknown",
+ "Open main menu": "Avaa päävalikko",
+ "Discord": "Discord",
+ "Session logs": "Kirjautumiset",
+ ":online :hotel online": ":online hahmoa paikalla",
+ "Flash client": "Flash",
+ "Ban type:": "Porttikiellon tyyppi:",
+ "Ban reason:": "Porttikiellon syy:",
+ "Ban expiration:": "Porttikielto umpeutuu:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "Jos epäilet, että tämä oli virhe ota meihin yhteyttä Discordissa!",
+ "Join discord": "Liity Discord-palvelimellemme",
+ "There is currently no articles": "Meillä ei ole uutisia viellä",
+ "Staff login": "Henkilökunnan kirjautuminen",
+ "General Rules": "Yleiset säännöt",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.",
+ "The general rules of :hotel": "The general rules of :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.",
+ "Do not excessively repeat identical or similar statements (spamming).": "Do not excessively repeat identical or similar statements (spamming).",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.",
+ "Do not make rooms with inappropriate or abusive names.": "Do not make rooms with inappropriate or abusive names.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "Do not attempt to or successfully harm a user’s home internet connection.",
+ "Do not disrupt events with explicit language or negative behavior.": "Do not disrupt events with explicit language or negative behavior.",
+ "Account Rules": "Account Rules",
+ "The general account rules on :hotel": "The general account rules on :hotel",
+ "Do not attempt to or give away, buy, sell, or trade your": "Do not attempt to or give away, buy, sell, or trade your",
+ "account and/or": "account and/or",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "furniture/currency for Habbo furniture/currency or vice versa.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.",
+ "Do not evade an IP Address ban.": "Do not evade an IP Address ban.",
+ "Do not share your account with other users.": "Do not share your account with other users.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Do not threaten to, attempt to, or hack other users accounts.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.",
+ ":hotel rules & guidelines": ":hotel rules & guidelines",
+ "Do not attempt to or exploit errors of": "Do not attempt to or exploit errors of",
+ "report it to the Administration immediately.": "report it to the Administration immediately.",
+ "Do not attempt to or refund your VIP Membership or donation to": "Do not attempt to or refund your VIP Membership or donation to",
+ "at any given time; all payments are final.": "at any given time; all payments are final.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.",
+ "Do not make false statements against": "Do not make false statements against",
+ "or any other part of its services.": "or any other part of its services.",
+ "Do not pretend to be a representative of": "Do not pretend to be a representative of",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "This includes mimicing, acting like them, and or claim to have staff powers.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.",
+ "You have reached the limit of maximum allowed accounts": "You have reached the limit of maximum allowed accounts",
+ "Only staff can login during maintenance!": "Vain Henkilökunnan jäsenet voivat kirjautua päivityskatkolla!",
+ "The Google recaptcha must be completed": "Googlen varmennus pitää täyttää!",
+ "The google recaptcha was submitted with an invalid type": "Googlen varmennus epäonnistui.",
+ "Your account settings has been updated": "Käyttäjäasetuksesi päivitettiin!",
+ "The language selected is not supported": "Valitsemaasi kieltä ei tueta.",
+ "Your password has been changed!": "Salasanasi päivitettiin!",
+ "You do not have enough referrals to claim your reward": "Sinulla ei ole tarpeeksi kutsuja hyväksyäksesi palkintoa.",
+ "Please logout to claim your reward": "Kirjaudu ulos hyväksyäksi palkinnon.",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Vautsi! Onnistuit keräämään palkinnon - jatka tätä mallia!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Sinun IP-osoitteesi on rajattu - jos uskot tämän olevan virhe, ota meihin yhteyttä.",
+ "It seems like your current password is wrong.": "Salasana näyttäisi olevan väärin.",
+ "The Google recaptcha was not successful.": "Googlen varmennus epäonnistui.",
+ "Online Friends": "Online Friends",
+ "Mission": "Mission",
+ "Online Since": "Online Since",
+ "The beta code is invalid.": "The beta code is invalid.",
+ ":hotel staff": ":hotel staff",
+ "": "About the :hotel staff",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!",
+ "Apply for staff": "Apply for staff",
+ "How to join the staff team": "How to join the staff team",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.",
+ "You entered something that is not allowed on :hotel": "You entered something that is not allowed on :hotel",
+ "Post a comment": "Post a comment",
+ "Post a comment on the article, to let us know what you think about it": "Post a comment on the article, to let us know what you think about it",
+ "Post comment": "Post comment",
+ "Comments": "Comments",
+ "Below you will see all the comments, written on this article": "Below you will see all the comments, written on this article",
+ "You can only comment :amount times per article": "You can only comment :amount times per article",
+ "You comment has been posted!": "You comment has been posted!",
+ "You can only delete your own comments": "You can only delete your own comments",
+ "You comment has been deleted!": "You comment has been deleted!",
+ "My Profile": "My Profile",
+ "Administration": "Administration",
+ "Repeat Password": "Repeat Password",
+ "Join server": "Join server",
+ "About the :hotel staff": "About the :hotel staff",
+ "Confirm your password": "Confirm your password",
+ "You must confirm your password to continue": "You must confirm your password to continue",
+ "You must confirm your current password before being able to toggle 2FA.": "You must confirm your current password before being able to toggle 2FA.",
+ "Confirm password": "Confirm password",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
+ "Email Password Reset Link": "Email Password Reset Link",
+ "Reset Password": "Reset Password",
+ "Login to :hotel": "Login to :hotel",
+ "Login to :hotel and take part in the most wonderful online world!": "Login to :hotel and take part in the most wonderful online world!",
+ "Enter the beta code you have been provided with": "Enter the beta code you have been provided with",
+ "Enter your beta code": "Enter your beta code",
+ "Two-factor verification": "Two-factor verification",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.",
+ "Enter the code from your authentication app": "Enter the code from your authentication app",
+ "Recovery code": "Recovery code",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.",
+ "Confirm 2FA": "Confirm 2FA",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.": "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.",
+ "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.",
+ "Resend Verification Email": "Resend Verification Email",
+ "Log Out": "Log Out",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "You have already applied for :position",
+ "Apply for :position": "Apply for :position",
+ "No positions open": "No positions open",
+ "There is currently no positions open": "There is currently no positions open",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.",
+ "Apply for :hotel staff": "Apply for :hotel staff",
+ "Select position to get started": "Select position to get started",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.",
+ "About you": "About you",
+ "Applying for :position": "Applying for :position",
+ "Read before applying": "Read before applying",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.",
+ "Teams": "Teams",
+ "Staff applications": "Staff applications",
+ "Rare values": "Rare values",
+ "You will receive:": "You will receive:",
+ "Buy for $:cost": "Buy for $:cost",
+ "Two factor": "Two factor",
+ "No published articles": "No published articles",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.",
+ ":hotel is driven by Atom CMS made by:": ":hotel is driven by Atom CMS made by:",
+ "Credits:": "Credits:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "With everything being said we just want to wish you a warm welcome to the Atom CMS family!",
+ "Installation key": "Installation key",
+ "Start the setup": "Start the setup",
+ "Welcome to Atom CMS": "Welcome to Atom CMS",
+ "We are delighted of having you trying Atom CMS": "We are delighted of having you trying Atom CMS",
+ "Continue to step 2": "Continue to step 2",
+ "Restart installation": "Restart installation",
+ "Continue to step 3": "Continue to step 3",
+ "Previous step": "Previous step",
+ "Continue to step 4": "Continue to step 4",
+ "Continue to step 5": "Continue to step 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Once again, congratulations and best of wishes for you & your hotel!",
+ "Take me to :hotel": "Take me to :hotel",
+ "Description:": "Description:",
+ "Room details": "Room details",
+ "Max users:": "Max users:",
+ "The room guild": "The room guild",
+ "Please make sure to read our shop": "Please make sure to read our shop",
+ "Terms & Conditions": "Terms & Conditions",
+ "before making a purchase.": "before making a purchase.",
+ "Shop Terms & Conditions": "Shop Terms & Conditions",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.",
+ "Notice": "Notice",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.",
+ "Top up account": "Top up account",
+ "Donate to :hotel": "Donate to :hotel",
+ "Current balance: $:balance": "Current balance: $:balance",
+ "Donate": "Donate",
+ "Please setup the paypal credentials to allow for top ups.": "Please setup the paypal credentials to allow for top ups.",
+ "Voucher": "Voucher",
+ "Use a voucher for free credit": "Use a voucher for free credit",
+ "Use voucher": "Use voucher",
+ "Manage your account settings": "Manage your account settings",
+ "E-mail": "E-mail",
+ "Motto": "Motto",
+ "Change your password by filling out the fields below": "Change your password by filling out the fields below",
+ "Keep an eye on all your active sessions": "Keep an eye on all your active sessions",
+ "IP": "IP",
+ "IP Current Device": "IP Current Device",
+ "Is Desktop": "Is Desktop",
+ "Platform": "Platform",
+ "Last Activity": "Last Activity",
+ "No session logs found": "No session logs found",
+ "Two factor authentication": "Two factor authentication",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Add an extra layer of security to your account by enabling two-factor authentication",
+ "Disable 2FA": "Disable 2FA",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.",
+ "Recovery codes:": "Recovery codes:",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.",
+ "Code": "Code",
+ "Verify 2FA": "Verify 2FA",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.",
+ "Activate 2FA": "Activate 2FA",
+ "Claim your referrals reward!": "Claim your referrals reward!",
+ "It seems like you are banned off :hotel": "It seems like you are banned off :hotel",
+ "All the :category rares": "All the :category rares",
+ "Get an overview of all of the rares on :hotel": "Get an overview of all of the rares on :hotel",
+ "We currently have no rares listed here": "We currently have no rares listed here",
+ "Search": "Search",
+ "Search for rares": "Search for rares",
+ "Rare categories": "Rare categories",
+ "Select a category below": "Select a category below",
+ "All values": "All values",
+ "Go back to values": "Go back to values",
+ "Here is a list of all the owned :value`s": "Here is a list of all the owned :value`s",
+ "owned": "owned",
+ "The captcha failed, please try again.": "The captcha failed, please try again.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/fi/auth.php b/Updated_Cms/lang/fi/auth.php
new file mode 100644
index 0000000000..6598e2c060
--- /dev/null
+++ b/Updated_Cms/lang/fi/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+ 'password' => 'The provided password is incorrect.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/Updated_Cms/lang/fi/pagination.php b/Updated_Cms/lang/fi/pagination.php
new file mode 100644
index 0000000000..d481411877
--- /dev/null
+++ b/Updated_Cms/lang/fi/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+ 'next' => 'Next »',
+
+];
diff --git a/Updated_Cms/lang/fi/passwords.php b/Updated_Cms/lang/fi/passwords.php
new file mode 100644
index 0000000000..2345a56b5a
--- /dev/null
+++ b/Updated_Cms/lang/fi/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
+ 'token' => 'This password reset token is invalid.',
+ 'user' => "We can't find a user with that email address.",
+
+];
diff --git a/Updated_Cms/lang/fi/validation.php b/Updated_Cms/lang/fi/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/fi/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/fr.json b/Updated_Cms/lang/fr.json
new file mode 100644
index 0000000000..6ee51b7154
--- /dev/null
+++ b/Updated_Cms/lang/fr.json
@@ -0,0 +1,341 @@
+{
+ "Home": "Accueil",
+ "Community": "Communauté",
+ "Shop": "Boutique",
+ "Rules": "Règlement",
+ "Articles": "Articles",
+ "Staff": "Membres d'équipe",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "Un monde virtuel en ligne où vous pouvez créer votre propre avatar, vous faire des amis, chatter, créer des salles et bien plus encore !",
+ "Login": "Connexion",
+ "Register": "Inscription",
+ "Create an account": "Créer un compte",
+ "Or": "Ou",
+ "Latest news": "Dernières actualités",
+ "Keep up to date with the latest hotel gossip.": "Tenez-vous au courant des derniers potins sur les hôtels.",
+ "Latest Photos": "Dernières photos",
+ "Have a look at some of the great moments captured by users around the hotel.": "Jetez un coup d'œil à certains des grands moments capturés par les utilisateurs autour de l'hôtel.",
+ "Username": "Pseudo",
+ "Password": "Mot de passe",
+ "Confirm Password": "Confirmer mot de passe",
+ "Email": "Email",
+ "Remember me": "Souviens moi",
+ "Go to :hotel": "Aller sur :hotel",
+ "User Referrals": "Références d'utilisateurs",
+ "Credits": "Credits",
+ "Duckets": "Duckets",
+ "Diamonds": "Diamonts",
+ "Logout": "Déconnexion",
+ "User settings": "Préferences d'utilisateur",
+ "User Referrals (%s/%s)": "Références d'utilisateurs (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Recommandez de nouveaux utilisateurs et soyez récompensé par des biens en jeu.",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "Chez :hotel, nous avons ajouté un système de parrainage qui vous permet d'obtenir un bonus pour chaque utilisateur :nécessaire qui s'inscrit par le biais de votre lien de parrainage, ce qui vous permettra de réclamer une récompense de :montant en diamants !",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Manipulation des parrainages en créant des comptes personnels entraînera la suppression de toute progression, monnaie, inventaire et un bannissement potentiel.",
+ "Copy code": "Copier code",
+ "You need to refer :needed more users, before being able to claim your reward": "Vous devez parrainer :needed plus d'utilisateurs, avant de pouvoir réclamer votre récompense.",
+ "Other articles": "Autres articles",
+ "There is currently no other articles": "Il n'y a actuellement pas d'autres articles",
+ ":hotel Shop": "Boutique :hotel",
+ "Purchase :hotel items": "Acheter mobis :hotel",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Ici, à l'hôtel :hotel, nous acceptons les dons pour maintenir l'hôtel en activité et, en guise de remerciement, vous recevrez en retour des biens en jeu.",
+ "Why are donations important?": "Pourquoi les dons sont-ils importants ?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Les dons sont importants, car ils nous aideront à payer les factures mensuelles nécessaires pour maintenir l'hôtel en état de marche, ainsi qu'à ajouter de nouvelles fonctionnalités passionnantes pour vous et les autres !",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "Pour acheter des articles de la boutique :hotel, veuillez vous rendre sur notre Discord et contacter le propriétaire de l'hôtel :hotel pour effectuer votre achat.",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Veillez à utiliser une adresse électronique dont vous vous souvenez, car si vous perdez votre mot de passe, votre adresse électronique vous sera demandée.",
+ "Your username is what you and others will see in-game": "Votre nom d'utilisateur est ce que vous et les autres verront dans le jeu.",
+ "Spice up your profile with a nice motto": "Pimentez votre profil avec une belle biographie",
+ "Update settings": "Actualiser préferences",
+ "Current password": "Mot de passe actuel",
+ "Enter your current password": "Entrez votre mot de passe actuel",
+ "New password": "Nouveau mot de passe",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Saisissez un nouveau mot de passe sécurisé. N'oubliez pas de le sauvegarder dans un endroit sûr.",
+ "Confirm new password": "Confirmer nouveau mot de passe",
+ "Please confirm your new password": "Veuillez confirmer votre nouveau mot de passe",
+ "Update password": "Actualisier mot de passe",
+ "Account settings": "Préferences de compte",
+ "Password settings": "Préferences mot de passe",
+ "Dont have an account? Join now!": "Pas de compte? Rejoinds-nous maintenant!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Votre nom d'utilisateur est celui que vous devrez utiliser pour vous connecter à :hotel. C'est également sous ce nom que les autres utilisateurs vous reconnaîtront, alors assurez-vous de choisir un nom d'utilisateur qui vous plaît !",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "Vous aurez besoin de votre adresse électronique si vous oubliez votre mot de passe, alors assurez-vous que vous vous en souvenez.",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Votre mot de passe doit contenir au moins 8 caractères. Veillez à utiliser un mot de passe unique et sécurisé.",
+ "I accept the :hotel terms & rules.": "J'accepte les conditions et règles de l'hôtel.",
+ "Create a free account today!": "Créez un compte gratuit aujourd'hui !",
+ ":hotel is a not for profit educational project": ":hotel est un projet éducatif à but non lucratif",
+ "Made with": "Crée avec",
+ "By": "Par",
+ "We currently have no staff in this position": "Nous n'avons actuellement aucun personnel dans cette position",
+ "My name is,": "Mon prénom est,",
+ "Badges": "Badges",
+ "Groups": "Groupes",
+ "Rooms": "Apparts",
+ "Friends": "Amis",
+ "It seems like :user has no badges.": "Il semble que :user n'a pas de badges.",
+ "It seems like :user is not a member of any groups.": "Il semble que l'utilisateur ne soit membre d'aucun groupe.",
+ "It seems like :user got no rooms.": "Il semble que :user n'ait pas de chambre.",
+ "It seems like :user has no friends.": "Il semble que :user n'a pas encore d'amis.",
+ "Hello!": "Salut!",
+ "There is currently :online users online": "Il y a actuellement :online membres en ligne",
+ "Leaderboards": "Classements",
+ "Photos": "Photos",
+ "Error logs": "Journaux d'erreurs",
+ "Housekeeping": "Entretien",
+ "Create your account!": "Créez votre compte !",
+ "Create a free account, and be a part of a fun online world!": "Créez un compte gratuit et faites partie d'un monde en ligne amusant !",
+ "Our most recent articles": "Nos articles les plus récents",
+ "Top credits": "Meilleurs crédits",
+ "Top duckets": "Meilleurs duckets",
+ "Top diamonds": "Meilleurs diamants",
+ "Hours online": "Heures en ligne",
+ "Respects received": "Respect reçu",
+ "Achievement score": "Score d'accomplissement",
+ ":credits credits": ":credits crédits",
+ ":duckets duckets": ":duckets duckets",
+ ":diamonds diamonds": ":diamonds diamants",
+ ":online hours": ":online heures",
+ ":respect respects received": ":respect respect reçu",
+ ":achievement achievement score": ":achievement score d'accomplissement",
+ "Nitro client": "Client Nitro",
+ "Insert Reaction": "Insérer une réaction",
+ "Add": "Ajouter",
+ "Browser": "Navigateur",
+ "Date": "Date",
+ "Enter your email": "Entrez votre email",
+ "Choose a secure password": "Choisissez un mot de passe sécurisé",
+ "Repeat your chosen password": "Répétez votre mot de passe",
+ "You are nearly in Habbo!": "Vous êtes presque dans Habbo !",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Cliquez sur le bouton jaune Hôtel ci-dessous, puis cliquez sur `exécuter le flash` lorsqu'on vous le demande. À bientôt dans l'Hôtel !",
+ "Get flash": "Obtenez Flash",
+ "Whoops! It seems like you have been disconnected...": "Oups ! Il semble que vous ayez été déconnecté...",
+ "Reload client": "Recharger le client",
+ "Reactions with": "Réactions avec",
+ "Close modal": "Fermer la fenêtre",
+ "Unknown": "Inconnu",
+ "Open main menu": "Ouvrir le menu principal",
+ "Discord": "Discord",
+ "Session logs": "Journaux de session",
+ ":online :hotel online": ":online :hotel en ligne",
+ "Flash client": "Client Flash",
+ "Ban type:": "Type de bannissement :",
+ "Ban reason:": "Raison du bannissement :",
+ "Ban expiration:": "Expiration du bannissement :",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "Si vous pensez qu'il s'agit d'une erreur, veuillez contacter un membre de notre équipe via notre serveur Discord !",
+ "Join discord": "Rejoindre Discord",
+ "There is currently no articles": "Il n'y a actuellement aucun article",
+ "Staff login": "Connexion du personnel",
+ "General Rules": "Règles générales",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Les règles et réglementations sont sujettes à changement sans préavis. En tant que membre de la communauté :hotel, vous acceptez et comprenez les termes et conditions ci-dessus. Le non-respect de ces règles et réglementations entraînera les sanctions nécessaires sur votre compte. Si vous avez des questions ou des préoccupations concernant le mode de fonctionnement de :hotel, n'hésitez pas à demander à un membre du personnel de l'hôtel.",
+ "The general rules of :hotel": "Les règles générales de :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "N'abusez pas du système d'appel à l'aide (CFH) ; il ne doit être utilisé qu'en cas d'urgence.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Ne faites pas de publicité pour d'autres Habbo Retros ; les liens vers d'autres hôtels ou la mention intentionnelle du nom d'un autre hôtel dans le but de faire de la publicité ne sont pas autorisés.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Ne tentez pas d'escroquer des crédits ou des meubles d'autres utilisateurs par le biais de paris, de jeux ou d'échanges.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Ne harcelez pas, n'intimidez pas et n'abusez pas des autres utilisateurs ; évitez les comportements violents ou agressifs.",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Ne divulguez aucune information personnelle d'un autre utilisateur (par exemple, adresse, adresse IP, numéro de téléphone, école, images privées, etc.) sans son consentement.",
+ "Do not excessively repeat identical or similar statements (spamming).": "Ne répétez pas excessivement des déclarations identiques ou similaires (spamming).",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Les utilisateurs ne doivent pas participer à des actes sexuels, inappropriés ou généralement objectivables envers d'autres utilisateurs sans leur consentement préalable.",
+ "Do not make rooms with inappropriate or abusive names.": "Ne créez pas de pièces avec des noms inappropriés ou abusifs.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "Ne tentez pas de nuire ou ne réussissez pas à nuire à la connexion internet domestique d'un utilisateur.",
+ "Do not disrupt events with explicit language or negative behavior.": "Ne perturbez pas les événements avec un langage explicite ou un comportement négatif.",
+ "Account Rules": "Règles de compte",
+ "The general account rules on :hotel": "Les règles générales du compte sur :hotel",
+ "Do not attempt to or give away, buy, sell, or trade your": "N'essayez pas de donner, acheter, vendre ou échanger votre",
+ "account and/or": "compte et/ou",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "objets contre des objets virtuels d'un autre jeu, des comptes d'un autre jeu, de l'argent, ou vice versa sans la permission d'un administrateur. Cela inclut le don, l'achat, la vente ou l'échange de",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "meubles/monnaie contre des meubles/monnaie de Habbo ou vice versa.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Ne créez pas un nom d'utilisateur offensant, insultant, raciste, harcelant ou généralement inacceptable.",
+ "Do not evade an IP Address ban.": "Ne contournez pas une interdiction d'adresse IP.",
+ "Do not share your account with other users.": "Ne partagez pas votre compte avec d'autres utilisateurs.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Ne menacez pas, n'essayez pas de pirater les comptes des autres utilisateurs.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Ne créez pas plusieurs comptes dans le but de gagner plus de monnaie en jeu et/ou des objets rares de toute sorte.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Ne faites pas appel de votre bannissement sauf indication contraire. Cela signifie que si vous faites appel 2 jours après que votre premier appel ait été refusé et qu'on vous ait dit de faire appel dans 2-3 semaines, vous serez banni du forum ainsi que de l'hôtel.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Les comptes sont limités à 2 par personne. Cela signifie qu'un seul compte alternatif est acceptable. Tout dépassement entraînera une suppression complète du compte, y compris des crédits et des objets rares.",
+ ":hotel rules & guidelines": "Règles et directives de :hotel",
+ "Do not attempt to or exploit errors of": "N'essayez pas d'exploiter les erreurs de",
+ "report it to the Administration immediately.": "signalez-le immédiatement à l'administration.",
+ "Do not attempt to or refund your VIP Membership or donation to": "N'essayez pas de rembourser votre adhésion VIP ou votre don à",
+ "at any given time; all payments are final.": "à tout moment ; tous les paiements sont définitifs.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Ne fournissez pas intentionnellement des informations incorrectes ou trompeuses aux membres du personnel dans les rapports de violations des règles, plaintes, rapports de bogues ou demandes de support.",
+ "Do not make false statements against": "Ne faites pas de fausses déclarations contre",
+ "or any other part of its services.": "ou toute autre partie de ses services.",
+ "Do not pretend to be a representative of": "Ne prétendez pas être un représentant de",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "Cela inclut l'imitation, le fait d'agir comme eux ou de prétendre avoir des pouvoirs de membre du personnel.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Ne menacez pas, n'essayez pas d'utiliser des scripts ou des logiciels tiers pour entrer, perturber ou modifier",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Les programmes non nuisibles de saisie automatique, de clic automatique et autres ne peuvent être utilisés que si vous êtes le propriétaire de la pièce ou avec la permission du propriétaire de la pièce.",
+ "You have reached the limit of maximum allowed accounts": "Vous avez atteint la limite maximale de comptes autorisés",
+ "Only staff can login during maintenance!": "Seul le personnel peut se connecter pendant la maintenance !",
+ "The Google recaptcha must be completed": "Le recaptcha Google doit être complété",
+ "The google recaptcha was submitted with an invalid type": "Le recaptcha Google a été soumis avec un type invalide",
+ "Your account settings has been updated": "Les paramètres de votre compte ont été mis à jour",
+ "The language selected is not supported": "La langue sélectionnée n'est pas prise en charge",
+ "Your password has been changed!": "Votre mot de passe a été changé !",
+ "You do not have enough referrals to claim your reward": "Vous n'avez pas assez de parrainages pour réclamer votre récompense",
+ "Please logout to claim your reward": "Veuillez vous déconnecter pour réclamer votre récompense",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Waouh ! Vous avez réussi à réclamer votre récompense - Continuez comme ça !",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Votre IP a été restreinte - Si vous pensez qu'il s'agit d'une erreur, vous pouvez nous contacter sur notre Discord.",
+ "It seems like your current password is wrong.": "Il semble que votre mot de passe actuel soit incorrect.",
+ "The Google recaptcha was not successful.": "Le recaptcha Google n'a pas réussi.",
+ "Online Friends": "Amis en ligne",
+ "Mission": "Mission",
+ "Online Since": "En ligne depuis",
+ "The beta code is invalid.": "Le code bêta est invalide.",
+ ":hotel staff": "Équipe de :hotel",
+ "About the :hotel staff": "À propos de l'équipe de :hotel",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "L'équipe du personnel de :hotel est une grande famille heureuse, chaque membre du personnel a un rôle et des devoirs différents à accomplir.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "La plupart de notre équipe se compose généralement de joueurs qui sont présents sur :hotel depuis un certain temps, mais cela ne signifie pas que nous recrutons uniquement des joueurs anciens et connus, nous recrutons ceux qui se démarquent !",
+ "Apply for staff": "Postuler pour le personnel",
+ "How to join the staff team": "Comment rejoindre l'équipe du personnel",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "De temps en temps, les candidatures pour le personnel peuvent s'ouvrir. Une fois qu'elles le sont, nous veillons toujours à publier un article expliquant le processus - Alors assurez-vous de rester attentif si vous êtes intéressé à rejoindre l'équipe de :hotel.",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "Vous pouvez également consulter occasionnellement la page de candidature pour le personnel :startTag qui vous montrera tous nos postes ouverts actuellement.",
+ "You entered something that is not allowed on :hotel": "Vous avez saisi quelque chose qui n'est pas autorisé sur :hotel",
+ "Post a comment": "Poster un commentaire",
+ "Post a comment on the article, to let us know what you think about it": "Postez un commentaire sur l'article pour nous faire savoir ce que vous en pensez",
+ "Post comment": "Poster un commentaire",
+ "Comments": "Commentaires",
+ "Below you will see all the comments, written on this article": "Ci-dessous, vous verrez tous les commentaires écrits sur cet article",
+ "You can only comment :amount times per article": "Vous ne pouvez commenter que :amount fois par article",
+ "You comment has been posted!": "Votre commentaire a été posté !",
+ "You can only delete your own comments": "Vous ne pouvez supprimer que vos propres commentaires",
+ "You comment has been deleted!": "Votre commentaire a été supprimé !",
+ "My Profile": "Mon profil",
+ "Administration": "Administration",
+ "Repeat Password": "Répéter le mot de passe",
+ "Join server": "Rejoindre le serveur",
+ "About the :hotel staff": "À propos de l'équipe de :hotel",
+ "Confirm your password": "Confirmez votre mot de passe",
+ "You must confirm your password to continue": "Vous devez confirmer votre mot de passe pour continuer",
+ "You must confirm your current password before being able to toggle 2FA.": "Vous devez confirmer votre mot de passe actuel avant de pouvoir activer la vérification en deux étapes.",
+ "Confirm password": "Confirmer le mot de passe",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Vous avez oublié votre mot de passe ? Pas de problème. Indiquez-nous simplement votre adresse e-mail et nous vous enverrons un lien de réinitialisation du mot de passe qui vous permettra d'en choisir un nouveau.",
+ "Email Password Reset Link": "Envoyer le lien de réinitialisation du mot de passe par e-mail",
+ "Reset Password": "Réinitialiser le mot de passe",
+ "Login to :hotel": "Se connecter à :hotel",
+ "Login to :hotel and take part in the most wonderful online world!": "Connectez-vous à :hotel et participez au monde en ligne le plus merveilleux !",
+ "Enter the beta code you have been provided with": "Entrez le code bêta qui vous a été fourni",
+ "Enter your beta code": "Entrez votre code bêta",
+ "Two-factor verification": "Vérification en deux étapes",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Entrez votre code d'authentification à deux facteurs fourni par l'application d'authentification sur votre téléphone mobile.",
+ "Enter the code from your authentication app": "Entrez le code de votre application d'authentification",
+ "Recovery code": "Code de récupération",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "Si vous n'avez pas accès à votre code d'authentification à deux facteurs, vous pouvez utiliser l'un de vos codes de récupération.",
+ "Confirm 2FA": "Confirmer la vérification en deux étapes",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.": "Merci de vous être inscrit ! Avant de commencer, pourriez-vous vérifier votre adresse e-mail en cliquant sur le lien que nous venons de vous envoyer par e-mail ? Si vous n'avez pas reçu l'e-mail, nous vous en enverrons un autre avec plaisir.",
+ "A new verification link has been sent to the email address you provided during registration.": "Un nouveau lien de vérification a été envoyé à l'adresse e-mail que vous avez fournie lors de l'inscription.",
+ "Resend Verification Email": "Renvoyer l'e-mail de vérification",
+ "Log Out": "Se déconnecter",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "Vous avez déjà postulé pour :position",
+ "Apply for :position": "Postuler pour :position",
+ "No positions open": "Aucun poste ouvert",
+ "There is currently no positions open": "Il n'y a actuellement aucun poste ouvert",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Revenez plus tard pour vérifier si nous avons des postes ouverts à ce moment-là ! Merci pour votre intérêt.",
+ "Apply for :hotel staff": "Postuler pour le personnel de :hotel",
+ "Select position to get started": "Sélectionnez un poste pour commencer",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": "Ici à :hotel, nous ouvrons parfois des candidatures pour le personnel. Parfois, cette page peut être vide, d'autres fois elle peut être remplie de postes. Si vous trouvez un poste qui vous conviendrait parfaitement, n'hésitez pas à postuler.",
+ "About you": "À propos de vous",
+ "Applying for :position": "Postuler pour :position",
+ "Read before applying": "Lisez avant de postuler",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Veuillez remplir tous les champs pour postuler à :position. Rappelez-vous que lorsque vous postulez pour un poste ici à :hotel, vous devez être totalement transparent et honnête. Si l'information fournie est fausse ou incorrecte, vous pourriez risquer de perdre votre poste si vous êtes embauché.",
+ "Teams": "Équipes",
+ "Staff applications": "Candidatures pour le personnel",
+ "Rare values": "Valeurs rares",
+ "You will receive:": "Vous recevrez :",
+ "Buy for $:cost": "Acheter pour $:cost",
+ "Two factor": "Double facteur",
+ "No published articles": "Aucun article publié",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Merci d'avoir joué à :hotel. Nous avons mis beaucoup d'efforts pour faire de l'hôtel ce qu'il est, et nous vous sommes vraiment reconnaissants d'être ici.",
+ ":hotel is driven by Atom CMS made by:": ":hotel est propulsé par Atom CMS créé par :",
+ "Credits:": "Crédits :",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "Un monde virtuel en ligne où vous pouvez créer votre propre avatar, vous faire des amis, discuter, créer des salles et bien plus encore !",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Bonjour ! Nous sommes vraiment reconnaissants que vous ayez choisi Atom CMS pour votre hôtel.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS est conçu en tenant compte de la communauté, ce qui signifie que nous apprécions beaucoup les contributions de la communauté, plutôt que de n'apporter que nos propres idées et visions au CMS, nous essayons de mettre en œuvre les suggestions faites par notre communauté bien-aimée. Nous voulons que chacun puisse contribuer ou personnaliser Atom CMS selon ses besoins, sans avoir besoin d'un diplôme en programmation.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Le seul but d'Atom CMS est d'habiliter les propriétaires d'hôtels comme vous. Nous voulons que vous puissiez gérer votre hôtel facilement. Notre interface conviviale, nos fonctionnalités robustes et notre communauté serviable sont là pour garantir que votre expérience avec Atom CMS soit rien de moins qu'exceptionnelle !",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "En plongeant dans Atom CMS, nous vous encourageons à explorer la vaste gamme de fonctionnalités que nous avons conçues pour vous aider à donner vie à votre vision. Des modèles personnalisables aux intégrations transparentes avec des clients comme Nitro, nous vous aurons prêt en un rien de temps.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Encore une fois, merci d'avoir choisi Atom CMS, et nous sommes impatients de voir le projet incroyable que vous allez créer.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "Avec tout cela, nous voulons juste vous souhaiter une chaleureuse bienvenue dans la famille Atom CMS !",
+ "Installation key": "Clé d'installation",
+ "Start the setup": "Démarrer la configuration",
+ "Welcome to Atom CMS": "Bienvenue dans Atom CMS",
+ "We are delighted of having you trying Atom CMS": "Nous sommes ravis de vous voir essayer Atom CMS",
+ "Continue to step 2": "Continuer à l'étape 2",
+ "Restart installation": "Redémarrer l'installation",
+ "Continue to step 3": "Continuer à l'étape 3",
+ "Previous step": "Étape précédente",
+ "Continue to step 4": "Continuer à l'étape 4",
+ "Continue to step 5": "Continuer à l'étape 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspects of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Félicitations pour avoir terminé avec succès la configuration d'Atom CMS ! Vous avez maintenant fait les premiers pas vers un nouveau voyage passionnant. Avec Atom CMS, vous pouvez gérer facilement différents aspects de votre hôtel, tout en offrant à vos nouveaux visiteurs une passerelle facile vers un monde de joie.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Enfin, nous voulons simplement vous montrer notre gratitude en vous faisant savoir combien nous sommes ravis de faire partie de votre voyage et nous espérons que vous gagnerez d'incroyables souvenirs. Donc, voici pour votre nouvel hôtel, la créativité illimitée qu'il inspirera et les possibilités infinies qui vous attendent.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Encore une fois, félicitations et meilleurs vœux pour vous et votre hôtel !",
+ "Take me to :hotel": "Menez-moi à :hotel",
+ "Description:": "Description :",
+ "Room details": "Détails de la chambre",
+ "Max users:": "Utilisateurs max :",
+ "The room guild": "La guilde de la chambre",
+ "Please make sure to read our shop": "Veuillez vous assurer de lire notre boutique",
+ "Terms & Conditions": "Conditions générales",
+ "before making a purchase.": "avant de faire un achat.",
+ "Shop Terms & Conditions": "Conditions générales de la boutique",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Une fois qu'un don a été effectué et reçu par nous, il est non remboursable en aucune circonstance. Le montant donné qui est converti en solde du site web ne peut pas être converti en espèces ou autres formes d'argent. En faisant un don, vous reconnaissez et acceptez ces termes et vous vous engagez à ne pas initier de rétrofacturation ou de litige auprès de votre banque ou de l'émetteur de votre carte.",
+ "Notice": "Avis",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "Il est important de considérer les conséquences de nos habitudes de dépenses, en particulier lorsqu'il s'agit de décisions financières. Si vous vous trouvez tenté de dépenser de l'argent que vous n'avez pas, prenez un moment pour réfléchir.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Rappelez-vous, votre bien-être financier est crucial, et faire des choix responsables est essentiel. Si vous rencontrez des difficultés à contrôler vos habitudes de dépenses, n'hésitez pas à rechercher des conseils amicaux et professionnels. Il existe des ressources disponibles qui peuvent fournir des conseils précieux et un soutien.",
+ "Top up account": "Recharger le compte",
+ "Donate to :hotel": "Faire un don à :hotel",
+ "Current balance: $:balance": "Solde actuel : $:balance",
+ "Donate": "Faire un don",
+ "Please setup the paypal credentials to allow for top ups.": "Veuillez configurer les informations d'identification PayPal pour permettre les recharges.",
+ "Voucher": "Coupon",
+ "Use a voucher for free credit": "Utiliser un coupon pour du crédit gratuit",
+ "Use voucher": "Utiliser le coupon",
+ "Manage your account settings": "Gérer les paramètres de votre compte",
+ "E-mail": "E-mail",
+ "Motto": "Devise",
+ "Change your password by filling out the fields below": "Changez votre mot de passe en remplissant les champs ci-dessous",
+ "Keep an eye on all your active sessions": "Surveillez toutes vos sessions actives",
+ "IP": "IP",
+ "IP Current Device": "IP appareil actuel",
+ "Is Desktop": "Est un ordinateur de bureau",
+ "Platform": "Plateforme",
+ "Last Activity": "Dernière activité",
+ "No session logs found": "Aucun journal de session trouvé",
+ "Two factor authentication": "Authentification à deux facteurs",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Ajoutez une couche supplémentaire de sécurité à votre compte en activant l'authentification à deux facteurs",
+ "Disable 2FA": "Désactiver 2FA",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Validez l'activation de votre double authentification en scannant le QR-code suivant et en entrant le code à deux facteurs généré automatiquement sur votre téléphone.",
+ "Recovery codes:": "Codes de récupération :",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Veuillez sauvegarder vos codes de récupération dans un endroit sûr ! Si vous perdez l'accès à vos codes 2FA, ces codes de récupération seront nécessaires pour regagner l'accès à votre compte.",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Veuillez scanner le QR-code ci-dessus avec votre téléphone pour récupérer votre code d'authentification à deux facteurs.",
+ "Code": "Code",
+ "Verify 2FA": "Vérifier 2FA",
+ "Here at :hotel we take security very seriously and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Google's 2-factor authentication!": "Ici à :hotel, nous prenons la sécurité très au sérieux et c'est pourquoi nous vous offrons, en tant qu'utilisateur, un moyen de sécuriser encore plus votre compte bien-aimé, en vous permettant d'activer l'authentification à deux facteurs de Google !",
+ "2-factor authentication adds an extra layer of security to your account, making it physically impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "L'authentification à deux facteurs ajoute une couche supplémentaire de sécurité à votre compte, le rendant physiquement inaccessible sans avoir accès à votre téléphone mobile, car seul votre téléphone contiendra le code d'authentification à deux facteurs qui sera régénéré toutes les 30 secondes automatiquement.",
+ "Activate 2FA": "Activer 2FA",
+ "Claim your referrals reward!": "Réclamez votre récompense de parrainage !",
+ "It seems like you are banned off :hotel": "Il semble que vous soyez banni de :hotel",
+ "All the :category rares": "Tous les rares de la catégorie :category",
+ "Get an overview of all of the rares on :hotel": "Obtenez un aperçu de tous les rares sur :hotel",
+ "We currently have no rares listed here": "Nous n'avons actuellement aucun rare répertorié ici",
+ "Search": "Rechercher",
+ "Search for rares": "Rechercher des rares",
+ "Rare categories": "Catégories de rares",
+ "Select a category below": "Sélectionnez une catégorie ci-dessous",
+ "All values": "Toutes les valeurs",
+ "Go back to values": "Revenir aux valeurs",
+ "Here is a list of all the owned :value`s": "Voici une liste de tous les :value`s possédés",
+ "owned": "owned",
+ "The captcha failed, please try again.": "The captcha failed, please try again.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/fr/auth.php b/Updated_Cms/lang/fr/auth.php
new file mode 100644
index 0000000000..6598e2c060
--- /dev/null
+++ b/Updated_Cms/lang/fr/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+ 'password' => 'The provided password is incorrect.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/Updated_Cms/lang/fr/pagination.php b/Updated_Cms/lang/fr/pagination.php
new file mode 100644
index 0000000000..d481411877
--- /dev/null
+++ b/Updated_Cms/lang/fr/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+ 'next' => 'Next »',
+
+];
diff --git a/Updated_Cms/lang/fr/passwords.php b/Updated_Cms/lang/fr/passwords.php
new file mode 100644
index 0000000000..2345a56b5a
--- /dev/null
+++ b/Updated_Cms/lang/fr/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
+ 'token' => 'This password reset token is invalid.',
+ 'user' => "We can't find a user with that email address.",
+
+];
diff --git a/Updated_Cms/lang/fr/validation.php b/Updated_Cms/lang/fr/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/fr/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/it.json b/Updated_Cms/lang/it.json
new file mode 100644
index 0000000000..7a69c8fc86
--- /dev/null
+++ b/Updated_Cms/lang/it.json
@@ -0,0 +1,350 @@
+{
+ "Home": "Home",
+ "Community": "Community",
+ "Leaderboards": "Classifiche",
+ "Leaderboard": "Classifiche",
+ "Shop": "Shop",
+ "Rules": "Regolamento",
+ "Articles": "News",
+ "Staff": "Staff",
+ "Photos": "foto",
+ "Photo": "Foto",
+ "Welcome to the best hotel on the web!": "Un mondo virtuale online dove puoi creare il tuo avatar, fare amicizia, chattare, creare stanze e molto altro!",
+ "My Profile": "il mio profilo",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "Un mondo virtuale online dove puoi creare il tuo avatar, fare amicizia, chattare, creare stanze e molto altro!",
+ "Create your account!": "Crea il tuo account!",
+ "Create a free account, and be a part of a fun online world!": "Crea il tuo accaount Gratuito ed entra in un fantastico mondo virtuale!",
+ "Login": "Entra",
+ "Register": "Registrazione",
+ "Create an account": "Iscriviti gratuitamente!",
+ "Or": "Oppure",
+ "Latest news": "Ultime notizie",
+ "Keep up to date with the latest hotel gossip.": "Resta aggiornato per sapere cosa succede in hotel.",
+ "Latest Photos": "Ultime foto",
+ "Have a look at some of the great moments captured by users around the hotel.": "Dai un'occhiata ad alcuni dei grandi momenti catturati dagli utenti in giro per l'hotel.",
+ "Username": "Username",
+ "Password": "Password",
+ "Confirm Password": "Conferma Password",
+ "Repeat Password": "Ripeti Password",
+ "Email": "Email",
+ "Remember me": "Ricordami!",
+ "Go to :hotel": "Entra in :hotel!",
+ "User Referrals": "User Referrals",
+ "Credits": "Crediti",
+ "Duckets": "Duckets",
+ "Diamonds": "Diamanti",
+ "Logout": "Esci",
+ "User settings": "Impostazioni",
+ "User Referrals (%s/%s)": "Amici invitati (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Invita i tuoi amici e ricevi fantastici premi!",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "In :hotel Abbiamo aggiunto un sistema di referral, ti permette di ottenere un Bonus invitanto :needed Amici, falli registrare con il tuo codice e ricevi :amount Diamanti Gratuitamente!",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Creare cloni usando il tuo referral per ritirare il premio potrebbe causare il Ban!",
+ "Copy code": "Copia codice",
+ "You need to refer :needed more users, before being able to claim your reward": "Devi invitare :needed amici per ritirare il premio!",
+ "Other articles": "Altri articoli",
+ "Our most recent articles": "Articoli recenti",
+ "There is currently no other articles": "Al momento non ci sono altri articoli",
+ ":hotel Shop": ":hotel Shop",
+ "Purchase :hotel items": "Perchè Comprare i pacchetti di :hotel ?",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": ":hotel Hotel accetta donazioni per mantenere l'hotel attivo e funzionante e come ringraziamento, riceverai in cambio tutto il contenuto del pacchetto selezionato.",
+ "Why are donations important?": "Perché le donazioni sono importanti?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Le donazioni sono importanti, in quanto aiuteranno a pagare le nostre bollette mensili necessarie per mantenere l'hotel attivo e funzionante, oltre ad aggiungere nuove ed entusiasmanti funzionalità per il tuo divertimento e per gli altri!",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "Per acquistare articoli dal negozio :hotel, visita il nostro Discord e contatta il proprietario di :hotel Hotel per effettuare l'acquisto",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Assicurati di utilizzare un'e-mail che ricordi, in caso di smarrimento della password, la tua e-mail sarà richiesta.",
+ "Your username is what you and others will see in-game": "Your username is what you and others will see in-game",
+ "Spice up your profile with a nice motto": "Qual'è il tuo motto?",
+ "Update settings": "Aggiorna impostazioni",
+ "Current password": "Password attuale",
+ "Enter your current password": "Inserisci la tua password attuale",
+ "New password": "Nuova password",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Inserisci una nuova password sicura. Non dimenticare di salvarla in un posto sicuro",
+ "Confirm new password": "Conferma la nuova password",
+ "Please confirm your new password": "Si prega di confermare la nuova password",
+ "Update password": "Aggiorna password",
+ "Account settings": "Impostazioni account",
+ "Password settings": "Impostazioni password",
+ "Dont have an account? Join now!": "Non hai un account? Iscriviti adesso!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Il nome utente è quello che dovrai usare per accedi ad :hotel. È anche il nome che userai in gioco, quindi assicurati di selezionare un nome utente che ti piace! non sarà possibile cambiarlo!",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "Avrai bisogno della tua email se dovessi dimenticare la tua password, quindi inserisci una email reale!",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "La tua password deve contenere almeno 8 caratteri. Assicurati di utilizzare una password univoca e sicura.",
+ "I accept the :hotel terms & rules.": "Accetto i Termini e le Condizioni di :hotel hotel.",
+ "Create a free account today!": "Crea un account gratuito!",
+ ":hotel is a not for profit educational project": ":hotel è un progetto educativo senza fini di lucro",
+ "Made with": "Fatto con",
+ "By": "Da",
+ "We currently have no staff in this position": "Al momento non abbiamo personale in questo Ruolo",
+ "My name is,": "Ciao, sono",
+ "Badges": "Distintivi",
+ "Groups": "Gruppi",
+ "Rooms": "Stanze",
+ "Friends": "Amici",
+ "It seems like :user has no badges.": "Sembra che :user non abbia distintivi.",
+ "It seems like :user is not a member of any groups.": "Sembra che :user non faccia parte di nessun gruppo.",
+ "It seems like :user got no rooms.": "Sembra che :user non abbia stanze.",
+ "It seems like :user has no friends.": "Sembra che :user non abbia amici.",
+ "Hello!": "Ehy!",
+ "There is currently :online users online": "Attualmente ci sono :online utenti online",
+ "Top credits": "Utenti con più crediti",
+ "Top duckets": "Utenti con più duckets",
+ "Top diamonds": "Utenti con più diamanti",
+ "Hours online": "Utenti più attivi",
+ "Respects received": "Utenti con più rispetti",
+ "Achievement score": "Achievement score",
+ ":credits credits": ":credits crediti",
+ ":duckets duckets": ":duckets duckets",
+ ":diamonds diamonds": ":diamonds diamanti",
+ ":online hours": ":online ore",
+ ":respect respects received": ":respect Rispetti ricevuti",
+ ":achievement achievement score": ":achievement achievement score",
+ "Nitro client": "Entra in hotel",
+ "Error logs": "Error logs",
+ "Housekeeping": "Housekeeping",
+ "Insert Reaction": "Inserisci reazione",
+ "Add": "Reagisci",
+ "Browser": "Browser",
+ "Date": "Data",
+ "Enter your email": "inserisci la tua email",
+ "Choose a secure password": "Scegli una password sicura",
+ "Repeat your chosen password": "Ripeti password",
+ "You are nearly in Habbo!": "Sei quasi in HaBBz!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!",
+ "Get flash": "Get flash",
+ "Whoops! It seems like you have been disconnected...": "Ops! Sembra che tu sia stato disconnesso...",
+ "Reload client": "Ricarica client",
+ "Reactions with": "Ha reagino con:",
+ "Close modal": "Close modal",
+ "Unknown": "Unknown",
+ "Open main menu": "Open main menu",
+ "Discord": "Discord",
+ "Session logs": "Sessioni utente",
+ ":online :hotel online": ":online :hotel online",
+ "Flash client": "Flash client",
+ "Ban type:": "Tipo di Ban:",
+ "Ban reason:": "Motivo del Ban:",
+ "Ban expiration:": "Scadenza del Ban:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "Se ritieni che si tratti di un errore, contatta uno dei membri del nostro staff tramite il nostro server Discord!",
+ "Join discord": "Join discord",
+ "There is currently no articles": "Al momento non ci sono news!",
+ "Staff login": "Staff login",
+ "General Rules": "Regole generali",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Norme e regolamenti sono soggetti a modifiche senza preavviso. Come membro della comunità :hotel, con la presente accetti e comprendi i seguenti termini e condizioni. Il mancato rispetto di queste regole e regolamenti comporterà le necessarie sanzioni implementate sul tuo account. Se hai domande o dubbi riguardanti le :hotel way, non esitare a chiedere a un membro dello staff!",
+ "The general rules of :hotel": "Regolamento generale di :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "Non abusare del sistema Call for Help (CFH); dovrebbe essere usato solo durante le emergenze.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Non pubblicizzare altri Habbo Retros; non è consentito inserire link di hotel o menzionare intenzionalmente il nome di un altro hotel con intenzioni pubblicitarie.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Non tentare di truffare crediti o furni di altri utenti tramite scommesse, giochi o scambi.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Non fare il prepotente, molestare o abusare di altri utenti; evitare comportamenti violenti o aggressivi.",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Non divulgare alcuna informazione personale di un altro utente (ad es. indirizzo, indirizzo IP, numero di telefono, scuola, immagini private ecc.) senza il suo consenso.",
+ "Do not excessively repeat identical or similar statements (spamming).": "Non ripetere eccessivamente affermazioni identiche o simili (spamming).",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Gli utenti non devono partecipare ad atti sessuali, inappropriati o generalmente obiettivi nei confronti di altri utenti senza il consenso.",
+ "Do not make rooms with inappropriate or abusive names.": "Non fare stanze con nomi inappropriati o offensivi.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "Non tentare di danneggiare o danneggiare con successo la connessione Internet domestica di un utente. (DDOS)",
+ "Do not disrupt events with explicit language or negative behavior.": "Non interrompere gli eventi con un linguaggio esplicito o un comportamento negativo.",
+ "Account Rules": "Regole dell'account",
+ "The general account rules on :hotel": "regolamento generale dell'account in :hotel",
+ "Do not attempt to or give away, buy, sell, or trade your": "Non regalare, acquistare, vendere o scambiare il tuo account",
+ "account and/or": "per",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "oggetti virtuali di un altro gioco, account di un altro gioco, contanti o viceversa.",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "vale anche per Furni, Rari e Valuta.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Non creare un nome utente con un nome offensivo che sia offensivo, razzista, molesto o generalmente discutibile.",
+ "Do not evade an IP Address ban.": "Do not evade an IP Address ban.",
+ "Do not share your account with other users.": "Non condividere il tuo account con altri utenti.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Non minacciare, tentare o hackerare gli account di altri utenti.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Non creare più account allo scopo di trarre vantaggio dall'ottenere più valuta di gioco e/o rari di qualsiasi tipo.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Non ricorrere nuovamente al divieto se non diversamente indicato. Ciò significa che se fai nuovamente ricorso entro 2 giorni dal rifiuto del tuo primo ricorso e ti è stato detto di presentare nuovamente ricorso entro 2-3 settimane, sarai bandito dal forum e dall'hotel.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Gli account sono limitati a 2 a persona. Ciò significa che è accettato solo 1 Clone. Qualsiasi clone in più, comporterà una cancellazione completa dell'account inclusi crediti e rari.",
+ ":hotel rules & guidelines": ":hotel Regole e linee guida",
+ "Do not attempt to or exploit errors of": "Non sfruttare i BUG di",
+ "report it to the Administration immediately.": "segnalali immediatamente ad un membro dello staff.",
+ "Do not attempt to or refund your VIP Membership or donation to": "Non è previsto il rimborso sulle donazioni per quanto riguarda i paccheti VIP, RARI O VALUTA di",
+ "at any given time; all payments are final.": "tutti i pagamenti sono definitivi.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Non fornire intenzionalmente informazioni sbagliate ai membri dello staff quanto riguarda Bug, Segnalazioni O Richieste di supporto",
+ "Do not make false statements against": "Non diffondere false informazioni su",
+ "or any other part of its services.": "e i suoi membri dello staff.",
+ "Do not pretend to be a representative of": "Non fingerti membro dello staff di",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "facendo credere agli utendi di avere gli stessi poteri",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Non minacciare, tentare o utilizzare script o software di terze parti per interrompere o modificare",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "La digitazione automatica, il clic automatico e altri programmi non dannosi possono essere utilizzati solo se sei il proprietario della stanza o con il permesso del proprietario della stanza.",
+ "You have reached the limit of maximum allowed accounts": "Hai raggiunto il limite massimo di account consentiti",
+ "Only staff can login during maintenance!": "Solo lo staff può accedere durante la manutenzione!",
+ "The Google recaptcha must be completed": "Il recaptcha deve essere completo",
+ "The google recaptcha was submitted with an invalid type": "Recaptcha non valido, riprova!",
+ "Your account settings has been updated": "Le impostazioni dell'account sono state aggiornate",
+ "The language selected is not supported": "La lingua selezionata non è supportata",
+ "Your password has been changed!": "La tua password è stata modificata!",
+ "You do not have enough referrals to claim your reward": "Non hai abbastanza referral per richiedere la tua ricompensa",
+ "Please logout to claim your reward": "Esci per richiedere il tuo premio",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Woah! Hai reclamato con successo la tua ricompensa - Continua così!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Il tuo IP è stato limitato - Se ritieni che questo sia un errore, puoi contattarci sul nostro Discord.",
+ "It seems like your current password is wrong.": "Password errata!",
+ "The Google recaptcha was not successful.": "il recaptcha non è andato a buon fine.",
+ "Online Friends": "Amici Online",
+ "These credentials do not match our records.": "Le credenziali inserite non sono corrette!",
+ "Mission": "Motto",
+ "Online Since": "Online dal",
+ "The beta code is invalid.": "il tuo codice Beta non è valido.",
+ "Login to :hotel": "Entra in :hotel",
+ "Login to :hotel and take part in the most wonderful online world!": ":hotel Un mondo virtuale fantastico!",
+ "Manage your account settings": "Gestisci le impostazioni del tuo account",
+ "Change your password by filling out the fields below": "Modifica la password compilando i campi sottostanti",
+ "Two factor authentication": "Autenticazione a 2 Fattori",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Aggiungi un ulteriore livello di sicurezza al tuo account abilitando l'autenticazione a due fattori",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Noi di :hotel prendiamo la sicurezza molto sul serio e quindi ti offriamo un modo per proteggere ulteriormente il tuo amato account, consentendoti di abilitare l'autenticazione a 2 fattori di Google!",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically": "L'autenticazione a 2 fattori aggiunge un ulteriore livello di sicurezza al tuo account, rendendo fisicamente impossibile accedervi senza avere accesso al tuo telefono cellulare in quanto solo il tuo telefono conterrà il codice di autenticazione a 2 fattori che verrà rigenerato automaticamente ogni 30 secondi",
+ "Activate 2FA": "Attiva 2FA",
+ "Confirm your password": "Conferma Password",
+ "You must confirm your password to continue": "Devi confermare la password per continuare",
+ "You must confirm your current password before being able to toggle 2FA.": "Devi confermare la tua password attuale prima di poter attivare la 2FA.",
+ "Confirm password": "Conferma Password",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Convalida la tua abilitazione a due fattori scansionando il seguente codice QR e inserisci il codice a 2 fattori generato automaticamente dal telefono.",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Salva i tuoi codici di ripristino in un posto sicuro! Se perdi l'accesso ai tuoi codici 2FA, questi codici di ripristino saranno necessari per riottenere l'accesso al tuo account.",
+ "Code": "Codice",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Scansiona il codice QR qui sopra con il tuo telefono per recuperare il tuo codice di autenticazione a due fattori.",
+ "Verify 2FA": "Verifica 2FA",
+ "Recovery codes:": "Codice di recupero",
+ "Two factor": "Autenticazione 2FA",
+ "Disable 2FA": "Disabilita 2FA",
+ "Two factor challenge": "Autenticzione a due fattori",
+ "Two-factor verification": "Verifica a due fattori",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Inserisci il codice di autenticazione a 2 fattori fornito dall'app di autenticazione sul tuo telefono cellulare.",
+ "Enter the code from your authentication app": "Inserisci il codice dalla tua app di autenticazione",
+ "Lost access to your 2FA codes? Click here to use a recovery code": "Hai perso l'accesso ai tuoi codici 2FA? Fai clic qui per utilizzare un codice di recupero",
+ "Recovery code": "Codice di recupero",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "Nel caso in cui non hai accesso al tuo codice di autenticazione a due fattori, puoi utilizzare uno dei tuoi codici di recupero.",
+ "Regained access to your 2FA codes? Click here to use your authentication app": "Hai riacquistato l'accesso ai tuoi codici 2FA? Clicca qui per usare la tua app di autenticazione",
+ "Confirm 2FA": "Conferma 2FA",
+ "Your referral code has been copied to your clipbord!": "Il tuo codice di riferimento è stato copiato negli appunti!",
+ "Invalid Two Factor Authentication code": "Codice di autenticazione a due fattori non valido",
+ ":hotel staff": ":hotel staff",
+ "About the :hotel staff": "A proposito dello staff di :hotel...",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "Il team dello staff di :hotel è una grande famiglia, ogni membro dello staff ha un ruolo diverso e doveri da svolgere.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "La maggior parte del nostro team di solito è composta da giocatori che sono in giro per :hotel da un po' di tempo, ma questo non significa che reclutiamo solo giocatori vecchi e conosciuti, Cerchiamo persone con tanta voglia di fare, ridere e scherzare!",
+ "Apply for staff": "Diventa staff!",
+ "How to join the staff team": "Entra a far parte del team Staff!",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Di tanto in tanto ampliamo il nostro staff, abbiamo creato una pagina apposita in cui puoi mandarci il tuo curriculum, puoi trovarla nella categoria Community. controlla la pagina ogni giorno, forse cerchiamo proprio te...",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "Oh! Guarda, la pagina di cui ti parlavo poco fa! :startTag Candidatura staff :endTag",
+ "No positions open": "Non ci sono posizioni aperte",
+ "There is currently no positions open": "Al momento non cerchiamo personale!",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Ehy, non demoralizzarti, prova a passare più tardi...",
+ "Apply for :hotel staff": "Diventa staff",
+ "Select position to get started": "Seleziona la posizione per Candidarti",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": ":hotel è un mondo fantastico anche grazie allo Staff. il Divertimento e la Sicurezza per noi sono molto importanti. Ti ricordiamo di candidarti solamente per il lavoro che sai svolgere meglio.",
+ "You entered something that is not allowed on :hotel": "You entered something that is not allowed on :hotel",
+ "Post a comment": "Post a comment",
+ "Post a comment on the article, to let us know what you think about it": "Post a comment on the article, to let us know what you think about it",
+ "Post comment": "Post comment",
+ "Comments": "Comments",
+ "Below you will see all the comments, written on this article": "Below you will see all the comments, written on this article",
+ "You can only comment :amount times per article": "You can only comment :amount times per article",
+ "You comment has been posted!": "You comment has been posted!",
+ "You can only delete your own comments": "You can only delete your own comments",
+ "You comment has been deleted!": "You comment has been deleted!",
+ "Administration": "Administration",
+ "Join server": "Join server",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
+ "Email Password Reset Link": "Email Password Reset Link",
+ "Reset Password": "Reset Password",
+ "Enter the beta code you have been provided with": "Enter the beta code you have been provided with",
+ "Enter your beta code": "Enter your beta code",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.": "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.",
+ "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.",
+ "Resend Verification Email": "Resend Verification Email",
+ "Log Out": "Log Out",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "You have already applied for :position",
+ "Apply for :position": "Apply for :position",
+ "About you": "About you",
+ "Applying for :position": "Applying for :position",
+ "Read before applying": "Read before applying",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.",
+ "Teams": "Teams",
+ "Staff applications": "Staff applications",
+ "Rare values": "Rare values",
+ "You will receive:": "You will receive:",
+ "Buy for $:cost": "Buy for $:cost",
+ "No published articles": "No published articles",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.",
+ ":hotel is driven by Atom CMS made by:": ":hotel is driven by Atom CMS made by:",
+ "Credits:": "Credits:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "With everything being said we just want to wish you a warm welcome to the Atom CMS family!",
+ "Installation key": "Installation key",
+ "Start the setup": "Start the setup",
+ "Welcome to Atom CMS": "Welcome to Atom CMS",
+ "We are delighted of having you trying Atom CMS": "We are delighted of having you trying Atom CMS",
+ "Continue to step 2": "Continue to step 2",
+ "Restart installation": "Restart installation",
+ "Continue to step 3": "Continue to step 3",
+ "Previous step": "Previous step",
+ "Continue to step 4": "Continue to step 4",
+ "Continue to step 5": "Continue to step 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Once again, congratulations and best of wishes for you & your hotel!",
+ "Take me to :hotel": "Take me to :hotel",
+ "Description:": "Description:",
+ "Room details": "Room details",
+ "Max users:": "Max users:",
+ "The room guild": "The room guild",
+ "Please make sure to read our shop": "Please make sure to read our shop",
+ "Terms & Conditions": "Terms & Conditions",
+ "before making a purchase.": "before making a purchase.",
+ "Shop Terms & Conditions": "Shop Terms & Conditions",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.",
+ "Notice": "Notice",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.",
+ "Top up account": "Top up account",
+ "Donate to :hotel": "Donate to :hotel",
+ "Current balance: $:balance": "Current balance: $:balance",
+ "Donate": "Donate",
+ "Please setup the paypal credentials to allow for top ups.": "Please setup the paypal credentials to allow for top ups.",
+ "Voucher": "Voucher",
+ "Use a voucher for free credit": "Use a voucher for free credit",
+ "Use voucher": "Use voucher",
+ "E-mail": "E-mail",
+ "Motto": "Motto",
+ "Keep an eye on all your active sessions": "Keep an eye on all your active sessions",
+ "IP": "IP",
+ "IP Current Device": "IP Current Device",
+ "Is Desktop": "Is Desktop",
+ "Platform": "Platform",
+ "Last Activity": "Last Activity",
+ "No session logs found": "No session logs found",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.",
+ "Claim your referrals reward!": "Claim your referrals reward!",
+ "It seems like you are banned off :hotel": "It seems like you are banned off :hotel",
+ "All the :category rares": "All the :category rares",
+ "Get an overview of all of the rares on :hotel": "Get an overview of all of the rares on :hotel",
+ "We currently have no rares listed here": "We currently have no rares listed here",
+ "Search": "Search",
+ "Search for rares": "Search for rares",
+ "Rare categories": "Rare categories",
+ "Select a category below": "Select a category below",
+ "All values": "All values",
+ "Go back to values": "Go back to values",
+ "Here is a list of all the owned :value`s": "Here is a list of all the owned :value`s",
+ "owned": "owned",
+ "The captcha failed, please try again.": "The captcha failed, please try again.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/it/auth.php b/Updated_Cms/lang/it/auth.php
new file mode 100644
index 0000000000..6598e2c060
--- /dev/null
+++ b/Updated_Cms/lang/it/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+ 'password' => 'The provided password is incorrect.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/Updated_Cms/lang/it/pagination.php b/Updated_Cms/lang/it/pagination.php
new file mode 100644
index 0000000000..d481411877
--- /dev/null
+++ b/Updated_Cms/lang/it/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+ 'next' => 'Next »',
+
+];
diff --git a/Updated_Cms/lang/it/passwords.php b/Updated_Cms/lang/it/passwords.php
new file mode 100644
index 0000000000..2345a56b5a
--- /dev/null
+++ b/Updated_Cms/lang/it/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
+ 'token' => 'This password reset token is invalid.',
+ 'user' => "We can't find a user with that email address.",
+
+];
diff --git a/Updated_Cms/lang/it/validation.php b/Updated_Cms/lang/it/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/it/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/nl.json b/Updated_Cms/lang/nl.json
new file mode 100644
index 0000000000..0781185c9b
--- /dev/null
+++ b/Updated_Cms/lang/nl.json
@@ -0,0 +1,379 @@
+{
+ "Home": "Home Pagina",
+ "Community": "Community",
+ "Shop": "Shop",
+ "Rules": "Regels",
+ "Articles": "Nieuws",
+ "Staff": "Staff",
+ "Photos": "Fotos",
+ "Leaderboards": "Statistieken",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "Een online virtuele wereld waar je je eigen avatar kunt maken, vrienden kunt maken, chatten, kamers kunt maken en nog veel meer!",
+ "Login": "Login",
+ "Register": "Registreer",
+ "Create an account": "Maak profiel",
+ "Or": "Of",
+ "Latest news": "Laatste Nieuws",
+ "Keep up to date with the latest hotel gossip.": "Blijf op de hoogte van alle laatste updates",
+ "Latest Photos": "Laatste Foto's",
+ "Have a look at some of the great moments captured by users around the hotel.": "Bekijk enkele van de geweldige momenten die zijn vastgelegd door gebruikers rond het hotel.",
+ "Username": "Gebruiksnaam",
+ "Password": "Wachtwoord",
+ "Confirm Password": "Bevestig wachtwoord",
+ "Email": "Email",
+ "Remember me": "Onthoud mij",
+ "Go to :hotel": "Ga naar :hotel",
+ "User Referrals": "Gebruikers Referenties",
+ "Credits": "Credits",
+ "Duckets": "Duckets",
+ "Diamonds": "Diamanten",
+ "User settings": "Instellingen",
+ "User Referrals (%s/%s)": "Gebruikers Referenties (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Verwijs nieuwe gebruikers en word beloond met in-game goederen.",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "Bij :hotel, hebben we een verwijzingssysteem toegevoegd waarmee je een bonus kunt krijgen voor elke :needed gebruikers die zich aanmeldt via jouw verwijzingslink, waarmee je een beloning van :amount diamanten kunt claimen.",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Door verwijzingen te manipuleren door persoonlijke accounts aan te maken, worden alle voortgang, valuta, inventaris en mogelijke verbanning verwijderd.",
+ "Copy code": "Kopieer code",
+ "You need to refer :needed more users, before being able to claim your reward": "U moet meer gebruikers doorverwijzen voordat u uw beloning kunt claimen.",
+ "Other articles": "Ander nieuws",
+ "There is currently no other articles": "Er zijn momenteel geen andere artikelen",
+ "Purchase :hotel items": "Meubels kopen :hotel",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Hier in het hotel :hotel, accepteren we donaties om het hotel draaiende te houden en als dank ontvang je in-game goederen in ruil.",
+ "Why are donations important?": "Waarom zijn donaties belangrijk?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Donaties zijn belangrijk omdat ze ons helpen om de maandelijkse rekeningen te betalen die nodig zijn om het hotel draaiende te houden, en om spannende nieuwe functies voor jou en anderen toe te voegen!",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "Om VIP te kopen, Ga naar onze Discord en neem contact op met de :hotel staff om uw aankoop te doen.",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Zorg ervoor dat u een e-mailadres gebruikt dat u zich herinnert, want als u uw wachtwoord verliest, wordt u om uw e-mailadres gevraagd.",
+ "Your username is what you and others will see in-game": "Je gebruikersnaam is wat jij en anderen in de game zullen zien.",
+ "Spice up your profile with a nice motto": "Geef je profiel wat pit met een geweldige biografie",
+ "Update settings": "Voorkeuren vernieuwen",
+ "Current password": "Huidig wachtwoord",
+ "Enter your current password": "Voer uw huidige wachtwoord in",
+ "New password": "Nieuw wachtwoord",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Voer een nieuw veilig wachtwoord in. Vergeet deze niet op een veilige plaats te bewaren.",
+ "Confirm new password": "Bevestig je nieuw wachtwoord",
+ "Please confirm your new password": "Bevestig je nieuw wachtwoord",
+ "Update password": "Wachtwoord vernieuwen",
+ "Account settings": "Profiel Instellingen",
+ "Password settings": "Wachtwoord instellingen",
+ "Dont have an account? Join now!": "Geen account? Maak er één aan!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Uw gebruikersnaam is degene die u moet gebruiken om in te loggen op :hotel. Dit is ook hoe andere gebruikers je zullen herkennen, dus zorg ervoor dat je een gebruikersnaam kiest die je leuk vindt!",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "U heeft uw e-mailadres nodig als u uw wachtwoord vergeet, dus zorg ervoor dat u het onthoudt.",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Uw wachtwoord moet minimaal 8 tekens bevatten. Zorg ervoor dat u een uniek en veilig wachtwoord gebruikt.",
+ "I accept the :hotel terms & rules.": "Ik accepteer de :hotel voorwaarden & regels.",
+ "Create a free account today!": "Maak vandaag nog een gratis account aan!",
+ ":hotel is a not for profit educational project": ":hotel is een educatief project zonder winstoogmerk",
+ "Made with": "Gemaakt met",
+ "By": "Door",
+ "We currently have no staff in this position": "We hebben momenteel geen personeel in deze functie",
+ "My name is,": "Mijn naam is,",
+ "Badges": "Badges",
+ "Groups": "Groep",
+ "Rooms": "Kamers",
+ "Friends": "Vrienden",
+ "Logout": "Uitloggen",
+ "It seems like :user has no badges.": "Het lijkt erop dat :user geen badges heeft.",
+ "It seems like :user is not a member of any groups.": "Het lijkt erop dat de gebruiker geen lid is van een groep.",
+ "It seems like :user got no rooms.": "Het lijkt erop dat :user geen kamer heeft.",
+ "It seems like :user has no friends.": "Het lijkt erop dat :user nog geen vrienden heeft.",
+ "Hello!": "Hallo!",
+ "There is currently :online users online": "Er zijn momenteel :online leden online",
+ "Top credits": "Top Credits",
+ "Top duckets": "Top Duckets",
+ "Top diamonds": "Top Diamanten",
+ "Hours online": "Uur Online",
+ "Respects received": "Ontvangen Respect",
+ "Take me to the :hotel Discord": "Klik hier om naar :hotel Discord te gaan",
+ ":hotel Shop": ":hotel Winkel",
+ "You will receive:": "Je ontvangt:",
+ ":online hours": ":online Uur",
+ ":duckets duckets": ":duckets Duckets",
+ ":diamonds diamonds": ":diamonds Diamanten",
+ ":respect respects received": ":respect respects ontvangen",
+ "Bronze VIP": "VIP Brons",
+ "Our lowest VIP rank": "Stage 1 VIP",
+ "Silver VIP": "VIP Silver",
+ "Our middle ground VIP rank": "Stage 2 VIP",
+ "Gold VIP": "VIP Goud",
+ "Our highest VIP rank": "Stage 3 VIP",
+ "Bronze VIP badge": "Bronzen VIP badge",
+ "Bronze VIP catalogue": "Bronzen VIP winkel",
+ "Bronze VIP commands": "Bronzen VIP commando's",
+ "350 credits every 15 minutes": "Elke 15 minuten 350 credits",
+ "350 duckets every 15 minutes": "Elke 15 minuten 350 duckets",
+ "1 diamond every hour": "Elk uur 1 diamant",
+ "Everything from Bronze VIP": "Alles van VIP Brons",
+ "Silver VIP badge": "Silveren VIP badge",
+ "Silver VIP catalogue": "Silveren VIP winkel",
+ "Silver VIP commands": "Silveren VIP commando's",
+ "450 credits every 15 minutes": "Elke 15 minuten 450 credits",
+ "450 duckets every 15 minutes": "Elke 15 minuten 450 duckets",
+ "2 diamonds every hour": "Elk uur 2 diamanten",
+ "Everything from Silver VIP": "Alles van VIP Silver",
+ "Gold VIP badge": "Gouden VIP badge",
+ "Gold VIP catalogue": "Gouden VIP winkel",
+ "Gold VIP commands": "Gouden VIP commando's",
+ "550 credits every 15 minutes": "Elke 15 minuten 550 credits",
+ "550 duckets every 15 minutes": "Elke 15 minuten 550 duckets",
+ "3 diamonds every hour": "Elk uur 3 diamanten",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Regels en voorschriften kunnen zonder kennisgeving worden gewijzigd. Als lid van de :hotel gemeenschap, gaat u hierbij akkoord met de voorwaarden. Het niet naleven van deze regels en voorschriften zal resulteren in de nodige sancties op uw account. Als u vragen heeft met betrekking tot de :hotel regels, aarzel dan niet om een lid van het hotelpersoneel te vragen.",
+ "General Rules": "Algemene regels",
+ "The general rules of :hotel": "De algemene regels van :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "Maak geen misbruik van het help systeem; het dient alleen gebruikt te worden voor noodgevallen.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Het adverteren van andere Habbo Retros is niet toegestaan. Hotel links of bewust namen noemen van een andere retro is strict verboden op Rain.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Het scammen van credits of meubi van andere gebruikers is verboden.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Het pesten en beledigen van andere gebruikers is niet gewenst. Voorkom agressief en geweldadig gedrag.",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Maak geen persoonlijke informatie van een gebruiker openbaar, zonder de toestemming van de gebruiker.",
+ "Do not excessively repeat identical or similar statements (spamming).": "Spammen is niet toegestaan.",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Gebruikers mogen niet deelnemen aan seksuele, ongepaste of algemeen objectieve handelingen jegens andere gebruikers zonder hun voorafgaande toestemming.",
+ "Do not make rooms with inappropriate or abusive names.": "Maak geen kamers met ongepaste of beledigende namen.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "Probeer de internetverbinding van een gebruiker thuis niet te beschadigen.",
+ "Do not disrupt events with explicit language or negative behavior.": "Verstoor evenementen niet met expliciet taalgebruik of negatief gedrag.",
+ "Account Rules": "Account Regels",
+ "The general account rules on :hotel": "De algemene account regels op :hotel",
+ "Do not attempt to or give away, buy, sell, or trade your :hotel account and/or items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading furniture/currency for Habbo furniture/currency or vice versa.": "Probeer niet uw :hotel account en/of items weg te geven, te kopen, te verkopen of te ruilen voor virtuele items van een ander spel, accounts van een ander spel, cash, of andersom zonder toestemming van een Administrator. Dit omvat het weggeven, kopen, verkopen of ruilen van meubels/valuta voor Habbo meubels/valuta of omgekeerd.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Maak geen gebruikersnaam aan met een beledigende, racistische, intimiderende of algemeen verwerpelijke naam.",
+ "Do not evade an IP Address ban.": "Ontwijk een IP-adres verbod niet.",
+ "Do not share your account with other users.": "Deel je account niet met andere gebruikers.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Bedreigen of hacken van accounts van andere gebruikers is verboden.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Maak geen meerdere accounts aan om voordeel te halen uit het verkrijgen van meer in-game valuta en/of rares van welke aard dan ook.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Ga niet opnieuw in beroep na een ban, tenzij anders vermeld. Dit betekent dat als je binnen 2 dagen opnieuw in beroep gaat nadat je eerste beroep is afgewezen en je te horen kreeg dat je binnen 2-3 weken opnieuw in beroep moest gaan, je zowel van het forum als van het hotel wordt verbannen.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Accounts zijn beperkt tot 2 per persoon. Dit betekent dat slechts 1 Alt account aanvaardbaar is.",
+ "Do not attempt to or exploit errors of :hotel; report it to the Administration immediately.": "Probeer geen exploits van :hotel te maken of uit te buiten; meld dit onmiddellijk aan de administratie.",
+ "Do not attempt to or refund your VIP Membership or donation to :hotel at any given time; all payments are final.": "Probeer uw VIP-lidmaatschap of donatie aan :hotel op geen enkel moment terug te vragen; alle betalingen zijn definitief.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Geef niet opzettelijk verkeerde of misleidende informatie aan medewerkers in rapporten over regelovertredingen, klachten, bugrapporten of ondersteuningsverzoeken.",
+ "Do not make false statements against :hotel or any other part of its services.": "Doe geen valse verklaringen tegen :hotel of een ander deel van haar diensten.",
+ "Do not pretend to be a representative of :hotel. This includes mimicing, acting like them, and or claim to have staff powers.": "Doe je niet voor als een vertegenwoordiger van :hotel. Dit omvat nabootsen, je gedragen als hen, en of beweren dat je stafrechten hebt.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify.": "Dreig niet met scripts of software van derden en probeer deze niet te gebruiken om binnen te dringen.",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Niet-schadelijke auto-typers, auto-klikkers en andere programma's kunnen alleen worden gebruikt als je de kamer eigenaar bent of met toestemming van de kamer eigenaar.",
+ "Create a free account, and be a part of a fun online world!": "Maak een gratis account aan en maak deel uit van een leuke online wereld!",
+ "Create your account!": "Maak een account aan!",
+ "Date": "Datum",
+ "Session logs": "Sessie Logboek",
+ "Our most recent articles": "Onze meest recente artikelen",
+ "Add": "Toevoegen",
+ "Insert Reaction": "Reactie toevoegen",
+ "Enter your email": "Vul je e-mailadres in",
+ "Choose a secure password": "Kies een veilig wachtwoord",
+ "Repeat your chosen password": "Herhaal je gekozen wachtwoord",
+ "Online Friends": "Online Vrienden",
+ "My Profile": "Mijn Profiel",
+ "Manage your account settings": "Beheer je account instellingen",
+ "Activate 2FA": "Activeer 2FA",
+ "Two factor": "Twee Staps Verificatie",
+ "Two factor authentication": "Twee Staps Verificatie",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Voeg een extra beveiligingslaag toe aan uw account door twee staps verificatie in te schakelen",
+ "Last Activity": "Laatst Ingelogd",
+ "Change your password by filling out the fields below": "Wijzig uw wachtwoord door onderstaande velden in te vullen",
+ "Join server": "Neem Deel",
+ "Online Since": "Online Sinds",
+ "Mission": "Status",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Hier bij :hotel nemen we beveiliging zeer serieus en daarom bieden we jou als gebruiker een manier om je geliefde account nog beter te beveiligen, door je toe te staan Googles 2-factor authenticatie in te schakelen!",
+ "Keep an eye on all your active sessions": "Houd al je actieve sessies in de gaten",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically": "2-factor authenticatie voegt een extra beveiligingslaag toe aan uw account, waardoor het fysiek onmogelijk is om toegang te krijgen zonder toegang tot uw mobiele telefoon, aangezien alleen uw telefoon de 2-factor authenticatiecode zal bevatten die elke 30 seconden automatisch opnieuw wordt gegenereer",
+ "Confirm your password": "Bevestig uw wachtwoord",
+ "You must confirm your password to continue": "U moet uw wachtwoord bevestigen om door te gaan",
+ "You must confirm your current password before being able to toggle 2FA.": "U moet uw huidige wachtwoord bevestigen voordat u 2FA kunt inschakelen.",
+ "Confirm password": "Bevestig Wachtwoord",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here❤️": "Bedankt voor het spelen van :hotel. We hebben veel energie gestoken in het maken van het hotel tot wat het is, en we stellen het zeer op prijs dat u hier bent❤️",
+ ":hotel is driven by Atom CMS made by:": ":hotel wordt aangestuurd door Atom CMS gemaakt door:",
+ ":hotel rules & guidelines": ":hotel Regels & Richtlijnen",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Scan de QR-code hierboven met uw telefoon om uw tweefactorauthenticatiecode op te halen.",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Bewaar uw herstelcodes op een veilige plek! Als u de toegang tot uw 2FA-codes verliest, zijn die herstelcodes nodig om weer toegang te krijgen tot uw account.",
+ "Login to :hotel and take part in the most wonderful online world!": "Log in op :hotel en neem deel aan de mooiste online wereld!",
+ "Do not attempt to or give away, buy, sell, or trade your": "Probeer of geef niet weg, koop, verkoop of ruil uw",
+ "account and/or": "Account en/of",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "items voor virtuele items uit een ander spel, accounts uit een ander spel, contant geld of vice versa zonder toestemming van een beheerder. Dit omvat weggeven, kopen, verkopen of verhandelen",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "meubels/valuta voor Habbo meubels/valuta of vice versa.",
+ "Do not attempt to or exploit errors of": "Probeer of misbruik geen fouten van",
+ "report it to the Administration immediately.": "meld dit dan direct bij de administratie.",
+ "Do not attempt to or refund your VIP Membership or donation to": "Probeer uw VIP-lidmaatschap of donatie niet terug te betalen aan:",
+ "at any given time; all payments are final.": "op elk moment; alle betalingen zijn definitief.",
+ "Do not make false statements agains": "Leg geen valse verklaringen af tegen",
+ "or any other part of its services.": "of enig ander onderdeel van haar diensten.",
+ "Do not pretend to be a representative of": "Doe niet alsof u een vertegenwoordiger bent van",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "Dit omvat het nabootsen, zich als hen gedragen en/of beweren stafbevoegdheden te hebben.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Bedreig, probeer of gebruik geen scripts of software van derden om binnen te komen, te verstoren of te wijzigen",
+ "You have reached the limit of maximum allowed accounts": "You have reached the limit of maximum allowed accounts",
+ "Only staff can login during maintenance!": "Only staff can login during maintenance!",
+ "The Google recaptcha must be completed": "The Google recaptcha must be completed",
+ "The google recaptcha was submitted with an invalid type": "The google recaptcha was submitted with an invalid type",
+ "Your account settings has been updated": "Your account settings has been updated",
+ "The language selected is not supported": "The language selected is not supported",
+ "Your password has been changed!": "Your password has been changed!",
+ "You do not have enough referrals to claim your reward": "You do not have enough referrals to claim your reward",
+ "Please logout to claim your reward": "Please logout to claim your reward",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Woah! You have successfully claimed your reward - Keep up the good work!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.",
+ "It seems like your current password is wrong.": "It seems like your current password is wrong.",
+ "The Google recaptcha was not successful.": "The Google recaptcha was not successful.",
+ "The beta code is invalid.": "The beta code is invalid.",
+ ":hotel staff": ":hotel staff",
+ "": "About the :hotel staff",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!",
+ "Apply for staff": "Apply for staff",
+ "How to join the staff team": "How to join the staff team",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.",
+ "You entered something that is not allowed on :hotel": "You entered something that is not allowed on :hotel",
+ "Post a comment": "Post a comment",
+ "Post a comment on the article, to let us know what you think about it": "Post a comment on the article, to let us know what you think about it",
+ "Post comment": "Post comment",
+ "Comments": "Comments",
+ "Below you will see all the comments, written on this article": "Below you will see all the comments, written on this article",
+ "You can only comment :amount times per article": "You can only comment :amount times per article",
+ "You comment has been posted!": "You comment has been posted!",
+ "You can only delete your own comments": "You can only delete your own comments",
+ "You comment has been deleted!": "You comment has been deleted!",
+ "Administration": "Administration",
+ "Error logs": "Error logs",
+ "Housekeeping": "Housekeeping",
+ "Repeat Password": "Repeat Password",
+ "Achievement score": "Achievement score",
+ ":credits credits": ":credits credits",
+ ":achievement achievement score": ":achievement achievement score",
+ "Nitro client": "Nitro client",
+ "Browser": "Browser",
+ "You are nearly in Habbo!": "You are nearly in Habbo!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!",
+ "Get flash": "Get flash",
+ "Whoops! It seems like you have been disconnected...": "Whoops! It seems like you have been disconnected...",
+ "Reload client": "Reload client",
+ "Reactions with": "Reactions with",
+ "Close modal": "Close modal",
+ "Unknown": "Unknown",
+ "Open main menu": "Open main menu",
+ "Discord": "Discord",
+ ":online :hotel online": ":online :hotel online",
+ "Flash client": "Flash client",
+ "Ban type:": "Ban type:",
+ "Ban reason:": "Ban reason:",
+ "Ban expiration:": "Ban expiration:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!",
+ "Join discord": "Join discord",
+ "There is currently no articles": "There is currently no articles",
+ "Staff login": "Staff login",
+ "Do not make false statements against": "Do not make false statements against",
+ "About the :hotel staff": "About the :hotel staff",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
+ "Email Password Reset Link": "Email Password Reset Link",
+ "Reset Password": "Reset Password",
+ "Login to :hotel": "Login to :hotel",
+ "Enter the beta code you have been provided with": "Enter the beta code you have been provided with",
+ "Enter your beta code": "Enter your beta code",
+ "Two-factor verification": "Two-factor verification",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.",
+ "Enter the code from your authentication app": "Enter the code from your authentication app",
+ "Recovery code": "Recovery code",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.",
+ "Confirm 2FA": "Confirm 2FA",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.": "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.",
+ "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.",
+ "Resend Verification Email": "Resend Verification Email",
+ "Log Out": "Log Out",
+ "Application Deadline :date": "Deadline voor :date",
+ "You have already applied for :position": "You have already applied for :position",
+ "Apply for :position": "Apply for :position",
+ "No positions open": "No positions open",
+ "There is currently no positions open": "There is currently no positions open",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.",
+ "Apply for :hotel staff": "Apply for :hotel staff",
+ "Select position to get started": "Select position to get started",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.",
+ "About you": "About you",
+ "Applying for :position": "Applying for :position",
+ "Read before applying": "Read before applying",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.",
+ "Teams": "Teams",
+ "Staff applications": "Staff applications",
+ "Rare values": "Rare values",
+ "Buy for $:cost": "Buy for $:cost",
+ "No published articles": "No published articles",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.",
+ "Credits:": "Credits:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "With everything being said we just want to wish you a warm welcome to the Atom CMS family!",
+ "Installation key": "Installation key",
+ "Start the setup": "Start the setup",
+ "Welcome to Atom CMS": "Welcome to Atom CMS",
+ "We are delighted of having you trying Atom CMS": "We are delighted of having you trying Atom CMS",
+ "Continue to step 2": "Continue to step 2",
+ "Restart installation": "Restart installation",
+ "Continue to step 3": "Continue to step 3",
+ "Previous step": "Previous step",
+ "Continue to step 4": "Continue to step 4",
+ "Continue to step 5": "Continue to step 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Once again, congratulations and best of wishes for you & your hotel!",
+ "Take me to :hotel": "Take me to :hotel",
+ "Description:": "Description:",
+ "Room details": "Room details",
+ "Max users:": "Max users:",
+ "The room guild": "The room guild",
+ "Please make sure to read our shop": "Please make sure to read our shop",
+ "Terms & Conditions": "Terms & Conditions",
+ "before making a purchase.": "before making a purchase.",
+ "Shop Terms & Conditions": "Shop Terms & Conditions",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.",
+ "Notice": "Notice",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.",
+ "Top up account": "Top up account",
+ "Donate to :hotel": "Donate to :hotel",
+ "Current balance: $:balance": "Current balance: $:balance",
+ "Donate": "Donate",
+ "Please setup the paypal credentials to allow for top ups.": "Please setup the paypal credentials to allow for top ups.",
+ "Voucher": "Voucher",
+ "Use a voucher for free credit": "Use a voucher for free credit",
+ "Use voucher": "Use voucher",
+ "E-mail": "E-mail",
+ "Motto": "Motto",
+ "IP": "IP",
+ "IP Current Device": "IP Current Device",
+ "Is Desktop": "Is Desktop",
+ "Platform": "Platform",
+ "No session logs found": "No session logs found",
+ "Disable 2FA": "Disable 2FA",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.",
+ "Recovery codes:": "Recovery codes:",
+ "Code": "Code",
+ "Verify 2FA": "Verify 2FA",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.",
+ "Claim your referrals reward!": "Claim your referrals reward!",
+ "It seems like you are banned off :hotel": "It seems like you are banned off :hotel",
+ "All the :category rares": "All the :category rares",
+ "Get an overview of all of the rares on :hotel": "Get an overview of all of the rares on :hotel",
+ "We currently have no rares listed here": "We currently have no rares listed here",
+ "Search": "Search",
+ "Search for rares": "Search for rares",
+ "Rare categories": "Rare categories",
+ "Select a category below": "Select a category below",
+ "All values": "All values",
+ "Go back to values": "Go back to values",
+ "Here is a list of all the owned :value`s": "Here is a list of all the owned :value`s",
+ "owned": "owned",
+ "The captcha failed, please try again.": "De captcha is mislukt. Probeer het opnieuw.",
+ "Badge Drawer": "Badge maken",
+ "Draw your very own badge": "Teken hier je eigen badge",
+ "Preview": "Voorbeeld",
+ "Recent color": "Laatst gekozen kleur",
+ "Palette": "Palet",
+ "Copy color:": "Kopieer kleur:",
+ "Choose Color": "Kies kleur",
+ "Show Grid:": "Raster tonen:",
+ "Erase mode:": "Wissen:",
+ "Import Picture:": "Afbeelding importeren:",
+ "Badge Name:": "Badge naam:",
+ "Badge Description:": "Badge omschrijving:",
+ "Clear All": "Verwijder alles",
+ "Download badge": "Download badge",
+ "Buy Badge": "Koop de badge",
+ "badge_purchase_confirmation": "Weet je zeker dat je deze badge wilt kopen voor :cost :currency?\nEr vindt geen restitutie plaats als de badge niet voldoet aan de hotelrichtlijnen.",
+ "badge_purchase_success": "Badge succesvol gekocht en we hebben de :currency van je balans gehaald.\nDe badge is nu naar het personeel gestuurd ter inspectie.",
+ "badge_purchase_error_insufficient": "Error: Onvoldoende :currency of de aankoop is mislukt.",
+ "badge_purchase_error_general": "Er is een fout opgetreden tijdens de aankoop. neem contact op met de beheerder!"
+}
diff --git a/Updated_Cms/lang/nl/auth.php b/Updated_Cms/lang/nl/auth.php
new file mode 100644
index 0000000000..e5b3d64aa9
--- /dev/null
+++ b/Updated_Cms/lang/nl/auth.php
@@ -0,0 +1,20 @@
+ 'Deze inloggegevens komen niet overeen met onze gegevens.',
+ 'password' => 'Het opgegeven wachtwoord is onjuist.',
+ 'throttle' => 'Te veel inlogpogingen. Probeer het over :seconds seconden opnieuw.',
+
+];
diff --git a/Updated_Cms/lang/nl/pagination.php b/Updated_Cms/lang/nl/pagination.php
new file mode 100644
index 0000000000..7382e2e8e7
--- /dev/null
+++ b/Updated_Cms/lang/nl/pagination.php
@@ -0,0 +1,19 @@
+ '« Vorige',
+ 'next' => 'Volgende »',
+
+];
diff --git a/Updated_Cms/lang/nl/passwords.php b/Updated_Cms/lang/nl/passwords.php
new file mode 100644
index 0000000000..73c240008f
--- /dev/null
+++ b/Updated_Cms/lang/nl/passwords.php
@@ -0,0 +1,22 @@
+ 'Je wachtwoord is reset!',
+ 'sent' => 'We hebben de link voor het opnieuw instellen van uw wachtwoord per e-mail verzonden!',
+ 'throttled' => 'Wacht alstublieft voordat u het opnieuw probeert.',
+ 'token' => 'Dit wachtwoordhersteltoken is ongeldig.',
+ 'user' => 'We kunnen geen gebruiker met dat e-mailadres vinden.',
+
+];
diff --git a/Updated_Cms/lang/nl/validation.php b/Updated_Cms/lang/nl/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/nl/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/no.json b/Updated_Cms/lang/no.json
new file mode 100644
index 0000000000..b6de2f2ecf
--- /dev/null
+++ b/Updated_Cms/lang/no.json
@@ -0,0 +1,341 @@
+{
+ "Home": "Hjem",
+ "Community": "Samfunn",
+ "Leaderboards": "Topplister",
+ "Shop": "Butikk",
+ "Rules": "Regler",
+ "Articles": "Nyheter",
+ "Staff": "Staff",
+ "Photos": "Bilder",
+ "My Profile": "Min profil",
+ "Administration": "Administrasjon",
+ "Error logs": "Error logs",
+ "Housekeeping": "Housekeeping",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "En online virtuell verden hvor du kan lage din egen avatar, få nye venner, chatte, lage rom og mye mer!",
+ "Create your account!": "Lag din konto!",
+ "Create a free account, and be a part of a fun online world!": "Opprett en gratis konto, og bli en del av en morsom online verden!",
+ "Login": "Logg inn",
+ "Register": "Registrer",
+ "Create an account": "Opprett konto",
+ "Or": "Eller",
+ "Latest news": "Siste nyheter",
+ "Keep up to date with the latest hotel gossip.": "Hold deg oppdatert med de ferskeste nyhetene",
+ "Latest Photos": "Siste bilder",
+ "Have a look at some of the great moments captured by users around the hotel.": "Ta en titt på de flotte øyeblikkene tatt av brukere på hotellet",
+ "Username": "Brukernavn",
+ "Password": "Passord",
+ "Confirm Password": "Bekreft Passord",
+ "Repeat Password": "Gjenta Password",
+ "Email": "Epost",
+ "Remember me": "Husk meg",
+ "Go to :hotel": "Gå til :hotel",
+ "User Referrals": "Vervinger",
+ "Credits": "Mynter",
+ "Duckets": "Pixler",
+ "Diamonds": "Diamanter",
+ "Logout": "Logg ut",
+ "User settings": "Bruker innstillinger",
+ "User Referrals (%s/%s)": "Verving (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Verv nye spillere og få belønning!",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "Her på :hotel har vi et vervesystem som gjør at du blir belønnet med :amount diamanter for hver :needed bruker som registrerer seg med din vervelenke.",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Boosting ved å selv opprette nye kontoer vil føre til permanent utestenging.",
+ "Copy code": "Kopier kode",
+ "You need to refer :needed more users, before being able to claim your reward": "Du må verve :needed flere brukere, før du kan utløse belønningen din",
+ "Other articles": "Andre nyheter",
+ "Our most recent articles": "Våre nyeste nyheter",
+ "There is currently no other articles": "Det er for øyeblikket ingen andre nyheter",
+ ":hotel Shop": ":hotel Butikk",
+ "Purchase :hotel items": "Kjøp :hotel varer",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Her på :hotel Hotel aksepterer vi donasjoner for å holde hotellet åpent og som takk vil du motta disse varene på hotellet.",
+ "Why are donations important?": "Hvorfor er donasjoner viktig?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Donasjoner er viktig, det hjelper oss å betale for server kostnader for å hotellet åpent, samt å legge til nye funksjoner så du og andre kan bruke",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "For å kjøpe varer fra :hotel butikken, vennligst besøkt vår Discord og kontakt eieren av :hotel Hotell for å kjøpee",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Sørg for å bruke en ekte e-post, da du trenger den hvis du noen gang skulle glemme passordet ditt.",
+ "Your username is what you and others will see in-game": "Ditt brukernavn er det du og andre vil se på hotellet",
+ "Spice up your profile with a nice motto": "Spice opp profilen din med et motto",
+ "Update settings": "Oppdater innstillinger",
+ "Current password": "Nåværende passord",
+ "Enter your current password": "Fyll inn ditt nåværende passord",
+ "New password": "Nytt passord",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Fyll ut et nytt, sikkert passord. Ikke glem å lagre den et trygt sted",
+ "Confirm new password": "Bekreft nytt passord",
+ "Please confirm your new password": "Vennligst bekreft ditt nye passord",
+ "Update password": "Oppdater passord",
+ "Account settings": "Bruker innstillinger",
+ "Password settings": "Passord innstillinger",
+ "Dont have an account? Join now!": "Har du ikke en bruker? Bli med nå!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Brukernavnet ditt brukes for å logge inn på :hotel. Det er også hva andre brukere vil se, så sørg for å velge et navn du liker!",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "Du trenger e-postadressen din i telfelle du glemmer passordet ditt, så sørg for at det er noe du husker.",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Passordet må inneholde minst 8 tegn. Sørg for å bruke et unikt og sikkert passord.",
+ "I accept the :hotel terms & rules.": "Jeg godtar :hotel sine vilkår & regler.",
+ "Create a free account today!": "Opprett en gratis bruker i dag!",
+ ":hotel is a not for profit educational project": ":hotel er et ikke-kommersielt utdanningsprosjekt",
+ "Made with": "Laget med",
+ "By": "Av",
+ "We currently have no staff in this position": "Vi har for øyeblikket ingen ansatte i denne stillingen.",
+ "My name is,": "Mitt navn er,",
+ "Badges": "Skilt",
+ "Groups": "Grupper",
+ "Rooms": "Rom",
+ "Friends": "Venner",
+ "It seems like :user has no badges.": ":user har ikke fått noen skilt enda.",
+ "It seems like :user is not a member of any groups.": ":user er ikke medlem i noen grupper.",
+ "It seems like :user got no rooms.": ":user har ikke laget seg et rom enda.",
+ "It seems like :user has no friends.": ":user har ingen venner enda.",
+ "Hello!": "Hei!",
+ "There is currently :online users online": "Det er for øyeblikket :online brukere pålogget",
+ "Top credits": "Topp mynter",
+ "Top duckets": "Topp duckets",
+ "Top diamonds": "Topp diamanter",
+ "Hours online": "Timer online",
+ "Respects received": "Respekt motatt",
+ "Achievement score": "Achievement score",
+ ":credits credits": ":credits mynter",
+ ":duckets duckets": ":duckets duckets",
+ ":diamonds diamonds": ":diamonds diamanter",
+ ":online hours": ":online timer",
+ ":respect respects received": ":respect respekt motatt",
+ ":achievement achievement score": ":achievement achievement score",
+ "Nitro client": "Nitro client",
+ "Insert Reaction": "Sett inn Reaksjon",
+ "Add": "Legg til",
+ "Browser": "Nettleser",
+ "Date": "Dato",
+ "Enter your email": "Skriv din email",
+ "Choose a secure password": "Velg et sikkert passord",
+ "Repeat your chosen password": "Gjenta ditt valgte passord",
+ "You are nearly in Habbo!": "Du er nesten på Habbo!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Klikk på den gule Hotell knappen under, klikk på `run flash` når den dukker opp. Vi ses på hotellet!",
+ "Get flash": "Få flash",
+ "Whoops! It seems like you have been disconnected...": "Oops! Det virker som du har blitt koblet fra...",
+ "Reload client": "Last inn clienten på ny",
+ "Reactions with": "Reagerte med",
+ "Close modal": "Lukk modul",
+ "Unknown": "Ukjent",
+ "Open main menu": "Åpne hovedmeny",
+ "Discord": "Discord",
+ "Join server": "Bli med i server",
+ "Session logs": "Økt logg",
+ ":online :hotel online": ":online :hotel pålogget",
+ "Flash client": "Flash client",
+ "Ban type:": "Utestengt type:",
+ "Ban reason:": "Utestengelse Grunnlag:",
+ "Ban expiration:": "Utestengelsen utløper:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "Hvis du mener dette er en feil, vennligst kontakt et staff medlem på vår Discord server!",
+ "Join discord": "Bli med i vår discord",
+ "There is currently no articles": "Det er for øyeblikket ingen nyheter",
+ "Staff login": "Staff innlogging",
+ "General Rules": "Generelle regler",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Regler og forskrifter kan endres når som helst uten varsel. Som bruker av :hotel godtar du følgende vilkår og betingelser nedenfor. Ved brudd på disse reglene og forskriftene vil det resultere i straff. Dette kan være mute, midlertidig, eller permanent utestenging ut ifra alvorlighetsgrad. Hvis du har noen spørsmål eller bekymringer om reglene, ikke nøl med å kontakte :hotel Staff.",
+ "The general rules of :hotel": "De generelle reglene for :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "Ikke misbruk Call for help (CFH) systemet; den skal kun brukes om det er nødvendig.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Ikke annonser andre Habbo Retros; det er ikke tillatt å bruke hotelllenker eller å med vilje nevne et annet hotells navn er ikke tillatt.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Ikke forsøk å lure mynter eller møbler fra andre brukere gjennom spill, gambling eller handel.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Ikke mobb, trakassere eller misbruk andre brukere; unngå voldelig eller aggressiv oppførsel.",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Ikke oppgi noen personlig informasjon om en annen bruker (f.eks. adresse, IP-adresse, telefonnummer, skole, private bilder osv.) uten deres samtykke.",
+ "Do not excessively repeat identical or similar statements (spamming).": "Ikke spam - det er absolutt ingen som synes det er morsomt.",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Brukere skal ikke delta i seksuelle, upassende eller generelt objektive handlinger overfor andre brukere uten deres samtykke.",
+ "Do not make rooms with inappropriate or abusive names.": "Ikke lag rom med upassende eller støtende navn.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "All form for hacking og digital sabotasje, både mot hotellet og andre brukere er strengt forbudt.",
+ "Do not disrupt events with explicit language or negative behavior.": "Ikke forstyrr eventer med eksplisitt språk eller negativ oppførsel.",
+ "Account Rules": "Konto regler",
+ "The general account rules on :hotel": "De generelle kontoreglene for :hotel",
+ "Do not attempt to or give away, buy, sell, or trade your": "Det er ikke lov å gi bort, kjøpe eller bytte :hotel",
+ "account and/or": "kontoer og/eller",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "Varer for virtuelle varer fra andre spill, konto fra andre spill, penger, eller omvendt uten godkjennelse fra en Administrator. Dette inkluderer gi bort, kjøp, salg og bytting",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "møbler/valutta for Habbo møbler/valutta eller omvendt.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Ikke opprett et brukernavn som er fornærmende, rasistisk, trakasserende eller generelt sett kritikkverdig.",
+ "Do not evade an IP Address ban.": "Ikke bruk VPN for å omgå IP utestengelse.",
+ "Do not share your account with other users.": "Ikke del kontoen din med andre brukere.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Det er ikke lov å true med, forsøk på eller hacke andre brukerkontoer.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Ikke opprett flere kontoer med formål å utnytte verdisystemet på noen måte.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Ikke spør om å bli unbannet igjen med mindre vi sier noe annet ved første forsøk. Hvis du blir informert om at du kan søke på nytt etter 2-3 uker og du søker etter 2 dager, vil du bli permanent utestengt uten mulighet for unban fra både Discord og hotellet.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Antall kontoer er begrenset til 2 per person. Dette betyr at kun 1 ALT-brukere er akseptabelt. Alt annet enn dette vil føre til at hele brukeren blir slettet, inkludert kreditter og rariteter.",
+ ":hotel rules & guidelines": ":hotel regler og retningslinjer",
+ "Do not attempt to or exploit errors of": "Ikke forsøk å eller utnytte feil og bugs på :hotel;",
+ "report it to the Administration immediately.": "rapporter det til en staff medlem umiddelbart.",
+ "Do not attempt to or refund your VIP Membership or donation to": "Ikke prøv å refundere ditt VIP-medlemskap eller donasjon til :hotel",
+ "at any given time; all payments are final.": "til enhver tid; alle kjøp er endelige.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Ikke gi med vilje feil eller villedende informasjon til Staff i forbindelse med rapporter om regelbrudd, klager, bug rapporter eller hjelpeforespørsler.",
+ "Do not make false statements against": "Ikke spre falsk informasjon om :hotel",
+ "or any other part of its services.": "eller noen av våre tjenester.",
+ "Do not pretend to be a representative of": "Ikke lat som om du representerer :hotel.",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "Dette inkluderer å late som eller å påstå at du er med i Staff.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Det er ikke lov å true med, forsøke eller å bruke scripts eller tredjepartsprogrammer for å forstyrre eller jukse på :hotel.",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Ikke-skadelig autoskriving, auto-clicker, og andre lignende programmer kan kun brukes hvis du er romeier eller med tillatelse fra romeieren.",
+ "You have reached the limit of maximum allowed accounts": "Du har nådd grensen for maksimalt tillatte kontoer",
+ "Only staff can login during maintenance!": "Kun ansatte kan logge inn under vedlikehold!",
+ "The Google recaptcha must be completed": "Google recaptchaen må fullføres",
+ "The google recaptcha was submitted with an invalid type": "Google recaptcha ble ikke godkjent ",
+ "Your account settings has been updated": "Brukerinstillingene er oppdatert.",
+ "The language selected is not supported": "Det valgte språket støttes ikke",
+ "Your password has been changed!": "Ditt passord har blitt endret!",
+ "You do not have enough referrals to claim your reward": "Du har ikke nok vervinger til å motta din belønning",
+ "Please logout to claim your reward": "Logg ut for å kreve belønningen din",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Woah! Du har krevd belønningen din - Fortsett med det gode arbeidet!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "IP-adressen din har blitt begrenset - Hvis du tror dette er en feil, kan du kontakte oss på vår Discord.",
+ "It seems like your current password is wrong.": "Det ser ut til at ditt nåværende passord er feil.",
+ "The Google recaptcha was not successful.": "Google recaptchaen var ikke vellykket.",
+ "Online Friends": "Online Venner",
+ "Mission": "Oppdrag",
+ "Online Since": "Online Siden",
+ "The beta code is invalid.": "Betakoden er ugyldig.",
+ ":hotel staff": ":hotel staff",
+ "": "Om :hotel staff",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": ":hotel staff teamet er en stor glad familie, alle med en ulik rolle å oppfylle.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "Meste parten av vårt staff team består av spillere som har væært på :hotel en stund, dette betyr ikke at vi bare ansetter gamle og kjente spillere, men de som skinner med oss!",
+ "Apply for staff": "Søk om å bli staff",
+ "How to join the staff team": "Hvordan bli med i staff teamet",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Fra tid til annen utlyser vi staff stillinger som er åpne. Når de gjør dette poster de alltid en artikkel som forklarer prosessen - Så hold utkikk for dette hvis du er intressert i å bli endel av :hotel staff teamet.",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "Du kan også følge med på :startTag Staff søknader siden :endtag som vil vise deg våre ledige stillinger.",
+ "You entered something that is not allowed on :hotel": "Du skrev noe som ikke var tilatt på :hotel",
+ "Post a comment": "Post en kommentar",
+ "Post a comment on the article, to let us know what you think about it": "Post en kommentar for å la oss vite hva du tenker om den",
+ "Post comment": "Post kommentaren",
+ "Comments": "Kommentarer",
+ "Below you will see all the comments, written on this article": "Under vil du se alle kommentarer skrevet på denne artikkelen",
+ "You can only comment :amount times per article": "Du kan bare kommentere :amount ganger per artikkel",
+ "You comment has been posted!": "Din kommentar ble postet!",
+ "You can only delete your own comments": "Du kan kun slette egne kommentarer",
+ "You comment has been deleted!": "Din kommentar ble slettet!",
+ "About the :hotel staff": "Om :hotel staff",
+ "Confirm your password": "Bekreft ditt passord",
+ "You must confirm your password to continue": "Du må bekrefte ditt passord for å fortsette",
+ "You must confirm your current password before being able to toggle 2FA.": "Du må bekrefte ditt nåværende passord for å slå på 2FA.",
+ "Confirm password": "Bekreft passord",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Glemt ditt passord? Ingen problem. La oss vite din epost adresse og vi vil sende deg en link som lar deg velge et nytt passord.",
+ "Email Password Reset Link": "Email Passord Reset Link",
+ "Reset Password": "Reset Passord",
+ "Login to :hotel": "Logg inn på :hotel",
+ "Login to :hotel and take part in the most wonderful online world!": "Logg inn på :hotel og ta del av en fantastisk online verden!",
+ "Enter the beta code you have been provided with": "Oppgi betakoden du har motatt",
+ "Enter your beta code": "Oppgi din betakode",
+ "Two-factor verification": "Two-factor verification",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Skriv inn din 2-factor authentication utgitt av autentiserings appen på din mobil telefon.",
+ "Enter the code from your authentication app": "Skriv inn autentiserings koden fra appen",
+ "Recovery code": "Gjenopprettings kode",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "I tilfelle du ikke har tilgang til din 2-faktor authentication kode, du kan bruke en av dine gjenopprettings koder.",
+ "Confirm 2FA": "Bekreft 2FA",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.": "Takk for din registrering! Før du starter, kan du bekrefte dinn epost adresse ved å klikke på linken vi sendte til deg? Hvis du ikke har motatt eposten sender vi deg gjerne en ny.",
+ "A new verification link has been sent to the email address you provided during registration.": "En verifikasjons link er blitt sendt til emailen du oppga under registrering.",
+ "Resend Verification Email": "Send verifikasjons emailen på ny",
+ "Log Out": "Logg Ut",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "Du har allerede søkt på :position",
+ "Apply for :position": "Søk på :position",
+ "No positions open": "Ingen ledige stillinger",
+ "There is currently no positions open": "Det er for øyeblikket ingen ledige stillinger",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Vennligst kom tilbake senere for å sjekke om vi har noen ledige stillinger. Takk for din interesse.",
+ "Apply for :hotel staff": "Send en søknad for :hotel staff",
+ "Select position to get started": "Velg stillingen du søker på",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": "Her på :hotel vi åpnner opp for staff søknader fra tid til annen. Noen ganger vil du finne denne siden tom, andre ganger fylt med ledige stillinger, kommer du over en stilling du tenker du passer perfekt inn i, så ikke nøl med å søke.",
+ "About you": "Om deg",
+ "Applying for :position": "Søker på :position",
+ "Read before applying": "Les før du søker",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Vennligst fyll ut alle feltene for å søke på :position. Husk når du søker på en stilling her på :hotel at du må være helt transperant og ærlig. Hvis informasjonen du oppgir er falsk eller feil vil du muligens miste stillingen om du blir ansatt.",
+ "Teams": "Teams",
+ "Staff applications": "Staff søknader",
+ "Rare values": "Rare verdier",
+ "You will receive:": "Du vil motta:",
+ "Buy for $:cost": "Kjøp for $:cost",
+ "Two factor": "To faktor",
+ "No published articles": "Ingen publiserte artikler",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Takk for at du spiller :hotel. Vi har lagt ned mye hardt arbeid i å lage hotellet som det er, og vi setter pris på at du er her.",
+ ":hotel is driven by Atom CMS made by:": ":hotellet er drevet av Aom CMS laget av:",
+ "Credits:": "Takk til:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "En virtuell verden hvor du kan skape din egen avatar, skape vennskap, chatte, lage egne rom og mye mer!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hallo der! Vi er takknemmelig for at du har valgt Atom CMS til ditt hotell.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS er skapt med tanke på retro-samfunnet, med det mener vi at vi setter høy pris på tilbakemeldinger, vi prøver vårt beste på å implementere forslag fra vårt samfunn, enn å bare innføre egne idèer og visjoner til CMSet. Vi ønsker at alle kan bidra og tilpasse Atom CMS uten å ha en bachelor i programmering.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Atom CMS eneste hensikt er å forsterke hotell eiere som deg. Vi ønsker at du kan kjøre hotellet på en enkel og effektiv måte. Vårt brukervennlige grensesnitt, robuste funksjoner, og hjelpsomme samfunn er her for å sikre at din opplevelse med Atom CMS er ingenting annet en eksepsjonell!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "Mens du blir kjent med Atom CMS, vi oppmuntrer deg til å utforske vårt store utvalg av funskjoner vi har skapt for å hjelpe deg å bringe din visjon til live. Fra å tilpasse maler til sømløs integrering med clienter som Nitro, vi håper du får satt det opp raskt og effektivt.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "En gang til, takk for at du valgte Atom CMS, vi kan ikke vente med å se det utrolige prosjektet du vil skape.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "Med det sagt vil vi ønske deg en varm velkomst til Atom CMS familien!",
+ "Installation key": "Installasjons nøkkel",
+ "Start the setup": "Start installering",
+ "Welcome to Atom CMS": "Velkommen til Atom CMS",
+ "We are delighted of having you trying Atom CMS": "Vi er glade for at du prøver Atom CMS",
+ "Continue to step 2": "Fortsett til steg 2",
+ "Restart installation": "Restart installasjon",
+ "Continue to step 3": "Fortsett til steg 3",
+ "Previous step": "Forrige steg",
+ "Continue to step 4": "Fortsett til steg 4",
+ "Continue to step 5": "Fortsett til steg 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Gratulerer, Atom CMS ble installert med suksess! Du kan nå ta dine første steg mot en spennende reise. Med Atom CMS, du kan uanstrengt styre ulike aspekter av ditt hotell, mens du gir dine nye brukere en enkel tilgang til en verden av glede.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Til slutt ønsker vi å vise vår største takknemmelighet for at vi får være endel av din reise og håper du får skapt noen utrolige minner. Her er ditt nye hotell, med bunnløs kreativitet som vil inspirere, og endeløse muligheter som venter på deg fremover.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "En gang til, gratulerer og våre beste ønsker for deg & ditt hotell!",
+ "Take me to :hotel": "Ta meg til :hotel",
+ "Description:": "Beskrivelse:",
+ "Room details": "Rom detaljer",
+ "Max users:": "Max brukere:",
+ "The room guild": "Rommets gruppe",
+ "Please make sure to read our shop": "Vennligst vær sikker på å lese vår shop",
+ "Terms & Conditions": "Betingelser & Vilkår",
+ "before making a purchase.": "Før du kjøper.",
+ "Shop Terms & Conditions": "Butikkens Betingelser & Vilkår",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Når en donasjon har blitt gitt og motatt av oss, den er ikke refunderbar under noen omstendigheter. Det donerte beløpet er blitt konventert til nettsidens valutta og kan ikke bli konventert tilbake til kontanter eller andre former for valutta. Ved å donere, erkjenner du og aksepterer du til å ikke starte en tilbakeføring eller kansellering ved din bank eller kort utsteder.",
+ "Notice": "Legg merke til",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "Det er viktig at du vurderer konsekvenser av å dine handlinger, spesiellt finansielle handlinger. Hvis du er fristet av å bruke penger du ikke har, ta deg tid til å reflektere.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Husk din finansielle helse er viktig, og ansvarlige valg er nøkkelen. Hvis du opplever å ha problemer med dine finansielle vaner, ikke nøl med å søke våre vennlige og profesjonelle veiledning. Det er ulike hjelpeinstanser som kan gi værdifull veiledning og støtte.",
+ "Top up account": "Fyll på konto",
+ "Donate to :hotel": "Doner til :hotel",
+ "Current balance: $:balance": "Nåværende balanse: $:balance",
+ "Donate": "Doner",
+ "Please setup the paypal credentials to allow for top ups.": "Vennligst oppgi din paypal legitimasjon for å fylle på konto.",
+ "Voucher": "Kupong",
+ "Use a voucher for free credit": "Bruk en kupong for gratis mynter",
+ "Use voucher": "Bruk kupong",
+ "Manage your account settings": "Administrer kontoinnstillingene dine",
+ "E-mail": "E-mail",
+ "Motto": "Motto",
+ "Change your password by filling out the fields below": "Bytt passord ved å fylle ut feltene under",
+ "Keep an eye on all your active sessions": "Hold et øye med alle aktive økter",
+ "IP": "IP",
+ "IP Current Device": "IP Nåværende Enhet",
+ "Is Desktop": "Is Desktop",
+ "Platform": "Plattform",
+ "Last Activity": "Siste Aktivitet",
+ "No session logs found": "Ingen økter funnet i loggen",
+ "Two factor authentication": "To faktor authentication",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Legg til ekstra beskyttelse for din konto ved å slå på to faktor autentisierings",
+ "Disable 2FA": "Slå av 2FA",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Valider din to faktor autentisiering vbed å skanne følgende QR-kode og oppgi din genererte to faktor kode fra din telefon.",
+ "Recovery codes:": "Gjenopprettings koder:",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Vennligst lagre dine gjennopprettings koder et trygt sted. Hvis du mister tilgang til dine 2FA koder, disse kan gjennopprette tilgangen til din konto.",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Vennligst scan QR-koden over med din telefon for å motta din to-faktor autentikasjons kode.",
+ "Code": "Kode",
+ "Verify 2FA": "Bekreft 2FA",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Her på :hotel tar vi sikkerheten seriøst, derfor ønsker vi å tilby deg som bruker en måte å sikre din konto enda bedre, ved å la deg aktivere Googles 2-faktorerings autentikasjon!",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "2-faktor autentikasjon gir kontoen din sterkere beskyttelse, ved å gjøre det umulig for andre å logge seg inn på din konto uten tilgang til din telefon, ettersom kun din telefon vil inneholde 2-faktos autentikasjons koder som vil bli generert på ny hvert 30. sekund automatisk.",
+ "Activate 2FA": "Aktiver 2FA",
+ "Claim your referrals reward!": "Hent dine verve premier!",
+ "It seems like you are banned off :hotel": "Det ser ut til at du er bannet fra :hotel",
+ "All the :category rares": "Alle :category rariteter",
+ "Get an overview of all of the rares on :hotel": "Få en oversikt over alle rariteter på :hotel :hotel",
+ "We currently have no rares listed here": "Ingen rariteter er oppført her",
+ "Search": "Søk",
+ "Search for rares": "Søk for rariteter",
+ "Rare categories": "Raritets kategorier",
+ "Select a category below": "Velg en kategori under",
+ "All values": "Alle verdier",
+ "Go back to values": "Gå tilbake til verdier",
+ "Here is a list of all the owned :value`s": "Her er en liste over alle eide :value`s",
+ "owned": "eid",
+ "The captcha failed, please try again.": "The captcha failed, please try again.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/no/auth.php b/Updated_Cms/lang/no/auth.php
new file mode 100644
index 0000000000..6598e2c060
--- /dev/null
+++ b/Updated_Cms/lang/no/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+ 'password' => 'The provided password is incorrect.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/Updated_Cms/lang/no/pagination.php b/Updated_Cms/lang/no/pagination.php
new file mode 100644
index 0000000000..d481411877
--- /dev/null
+++ b/Updated_Cms/lang/no/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+ 'next' => 'Next »',
+
+];
diff --git a/Updated_Cms/lang/no/passwords.php b/Updated_Cms/lang/no/passwords.php
new file mode 100644
index 0000000000..2345a56b5a
--- /dev/null
+++ b/Updated_Cms/lang/no/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
+ 'token' => 'This password reset token is invalid.',
+ 'user' => "We can't find a user with that email address.",
+
+];
diff --git a/Updated_Cms/lang/no/validation.php b/Updated_Cms/lang/no/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/no/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/se.json b/Updated_Cms/lang/se.json
new file mode 100644
index 0000000000..b98040baf1
--- /dev/null
+++ b/Updated_Cms/lang/se.json
@@ -0,0 +1,347 @@
+{
+ "Home": "Hem",
+ "Community": "Gemenskap",
+ "Leaderboards": "Topplista",
+ "Shop": "Shoppen",
+ "Rules": "Regler",
+ "Articles": "Nyheter",
+ "Staff": "Personal",
+ "Photos": "Bilder",
+ "Error logs": "Felloggar",
+ "Housekeeping": "Housekeeping",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "En virtuell värld online där du kan skapa din egen avatar, få vänner, chatta, skapa rum och mycket mer!",
+ "Create your account!": "Skapa ditt konto!",
+ "Create a free account, and be a part of a fun online world!": "Skapa ett gratis konto och bli en del av en rolig onlinevärld!",
+ "Login": "Logga in",
+ "Register": "Registrera",
+ "Create an account": "Skapa ett konto",
+ "Or": "Eller",
+ "Latest news": "Senaste nyheterna",
+ "Keep up to date with the latest hotel gossip.": "Håll dig uppdaterad med det senaste skvallret på hotellet.",
+ "Latest Photos": "Senaste bilderna",
+ "Have a look at some of the great moments captured by users around the hotel.": "Ta en titt på några av de fantastiska ögonblick som användare har fångat runt om på hotellet.",
+ "Username": "Användarnamn",
+ "Password": "Lösenord",
+ "Confirm Password": "Bekräfta lösenord",
+ "Repeat Password": "Upprepa lösenord",
+ "Email": "E-post",
+ "Remember me": "Kom ihåg mig",
+ "Go to :hotel": "Gå till :hotel",
+ "User Referrals": "Inbjudningar",
+ "Credits": "Mynt",
+ "Duckets": "Pixlar",
+ "Diamonds": "Diamanter",
+ "Logout": "Logga ut",
+ "User settings": "Inställningar",
+ "User Referrals (%s/%s)": "Inbjudningar (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Bjud in nya användare och bli belönad i spelet.",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "Här på :hotel Vi har lagt till ett belöningingssystem som gör det möjligt för dig att få en bonus för varje :needed användare som registrerar sig via din länk ger dig möjlighet att få en belöning på :amount diamanter!",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Om du ökar inbjudningar genom att skapa egna konton så kommer det att leda till att alla belöningar, valutor och rariteter tas bort och leda till en potentiell bannlysning.",
+ "Copy code": "Kopiera länk",
+ "You need to refer :needed more users, before being able to claim your reward": "Du måste bjuda in :needed fler användare, innan du kan få din belöning.",
+ "Other articles": "Andra nyheter",
+ "Our most recent articles": "Våra senaste nyheter",
+ "There is currently no other articles": "Det finns för närvarande inga andra nyheter",
+ ":hotel Shop": ":hotel Shoppen",
+ "Purchase :hotel items": "Köp :hotel förmåner",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Här på :hotel Hotel tar vi emot donationer för att hålla hotellet igång och som tack får du i gengäld förmåner i spelet.",
+ "Why are donations important?": "Varför är donationer viktiga?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Donationer är viktiga, eftersom de hjälper oss att betala våra månatliga räkningar som behövs för att hålla hotellet igång, samt att lägga till nya och spännande funktioner som du och andra kan njuta av!",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": "Om du vill köpa förmåner från :hotel shoppen, besök vår Discord och kontakta ägaren av :hotel Hotell för att genomföra ditt köp",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Se till att du använder en e-postadress som du kommer ihåg, om du någon gång förlorar ditt lösenord kommer din e-postadress att krävas.",
+ "Your username is what you and others will see in-game": "Ditt användarnamn är det som du och andra kommer att se i spelet.",
+ "Spice up your profile with a nice motto": "Piffa upp din profil med ett trevligt motto",
+ "Update settings": "Uppdatera inställningar",
+ "Current password": "Aktuellt lösenord",
+ "Enter your current password": "Ange ditt aktuella lösenord",
+ "New password": "Nytt lösenord",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Ange ett nytt säkert lösenord. Glöm inte att spara det på en säker plats.",
+ "Confirm new password": "Bekräfta nytt lösenord",
+ "Please confirm your new password": "Bekräfta det nya lösenordet",
+ "Update password": "Uppdatera lösenordet",
+ "Account settings": "Kontoinställningar",
+ "Password settings": "Byt Lösenord",
+ "Dont have an account? Join now!": "Har du inget konto? Gå med nu!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Ditt användarnamn är det som du måste använda när du loggar in på :hotel. Det är också vad andra användare kommer att känna igen dig som, så se till att du väljer ett användarnamn som du gillar!",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "Du behöver din e-postadress om du skulle glömma ditt lösenord, så se till att det är något du kommer ihåg.",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Lösenordet måste innehålla minst 8 tecken. Se till att använda ett unikt och säkert lösenord.",
+ "I accept the :hotel terms & rules.": "Jag accepterar :hotel villkor och regler.",
+ "Create a free account today!": "Skapa konto!",
+ ":hotel is a not for profit educational project": ":hotel är ett icke-vinstdrivande utbildningsprojekt",
+ "Made with": "Skapad med",
+ "By": "Av",
+ "We currently have no staff in this position": "Vi har för närvarande ingen personal i denna tjänst.",
+ "My name is,": "Mitt namn är,",
+ "Badges": "Emblem",
+ "Groups": "Grupper",
+ "Rooms": "Rum",
+ "Friends": "Vänner",
+ "It seems like :user has no badges.": "Det verkar som om :user inte har några emblems.",
+ "It seems like :user is not a member of any groups.": "Det verkar som om :user inte är med i några grupper.",
+ "It seems like :user got no rooms.": "Det verkar som om :user inte har några rum.",
+ "It seems like :user has no friends.": "Det verkar som om :user inte har några friends.",
+ "Hello!": "Välkommen!",
+ "There is currently :online users online": "Det är just nu :online användare online",
+ "Top credits": "Flest Mynt",
+ "Top duckets": "Flest Pixels",
+ "Top diamonds": "Flest Diamanter",
+ "Hours online": "Timmar online",
+ "Respects received": "Flest respekt",
+ "Achievement score": "Flest Prestations poäng",
+ ":credits credits": ":credits Mynt",
+ ":duckets duckets": ":duckets Pixels",
+ ":diamonds diamonds": ":diamonds Diamanter",
+ ":online hours": ":online Timmar",
+ ":respect respects received": ":respect respekt",
+ ":achievement achievement score": ":achievement Prestations poäng",
+ "Nitro client": "Nitro client",
+ "Insert Reaction": "Reagera med emoji",
+ "Add": "Reagera",
+ "Browser": "Webbläsare",
+ "Date": "Datum",
+ "Enter your email": "Ange din e-postadress",
+ "Choose a secure password": "Välj ett säkert lösenord",
+ "Repeat your chosen password": "Upprepa det lösenord du har valt",
+ "You are nearly in Habbo!": "Du är nästan i Habbo!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Klicka på den gula hotellknappen nedan och klicka sedan på `kör flash` när du uppmanas att göra det. Vi ses på hotellet!",
+ "Get flash": "Hämta Flash",
+ "Whoops! It seems like you have been disconnected...": "Hoppsan! Det verkar som om du har blivit bortkopplad...",
+ "Reload client": "Ladda om klienten",
+ "Reactions with": "Reagera",
+ "Close modal": "Stäng",
+ "Unknown": "Okänd",
+ "Open main menu": "Öppna huvudmenyn",
+ "Discord": "Discord",
+ "Session logs": "Sessionsloggar",
+ ":online :hotel online": ":online :hotel online",
+ "Flash client": "Flash client",
+ "Ban type:": "Ban typ:",
+ "Ban reason:": "Ban anledning:",
+ "Ban expiration:": "Ban går ut:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "Om du tror att detta är ett misstag kan du kontakta en av våra medarbetare via vår Discord-server!",
+ "Join discord": "Gå med discord",
+ "There is currently no articles": "Det finns för närvarande inga nyheter",
+ "Staff login": "Staff login",
+ "General Rules": "Allmänna regler",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Regler och bestämmelser kan ändras utan föregående meddelande. Som medlem av :hotel community godkänner och förstår du härmed följande villkor nedan. Om du inte följer dessa regler och bestämmelser kommer nödvändiga sanktioner att genomföras på ditt konto. Om du har några frågor eller funderingar om :hotel tveka inte att fråga en medlem av hotellets personal.",
+ "The general rules of :hotel": "De allmänna bestämmelserna för :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "Missbruka inte systemet Call for Help (CFH).; Det bör endast användas i nödsituationer.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Gör inte reklam för andra Habbo Retros; Det är inte tillåtet att använda hotelllänkar eller att avsiktligt nämna ett annat hotells namn i reklamsyfte.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Försök inte att lura till dig valutor eller möbler från andra användare genom vadslagning, spel eller handel.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Mobba, trakassera eller misshandla inte andra användare; undvik våldsamt eller aggressivt beteende.",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Lämna inte ut någon personlig information om en annan användare (t.ex. adress, IP-adress, telefonnummer, skola, privata bilder etc.) utan deras samtycke.",
+ "Do not excessively repeat identical or similar statements (spamming).": "Upprepa inte identiska eller liknande uttalanden i alltför stor utsträckning (spamming).",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Användarna får inte delta i sexuella, olämpliga eller allmänt objektiva handlingar mot andra användare utan deras föregående samtycke.",
+ "Do not make rooms with inappropriate or abusive names.": "Skapa inte rum med olämpliga eller kränkande namn.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "Försök inte att skada en användares heminternetanslutning och lyckas inte heller med det.",
+ "Do not disrupt events with explicit language or negative behavior.": "Stör inte evenemanget med uttryckligt språk eller negativt beteende.",
+ "Account Rules": "Account Rules",
+ "The general account rules on :hotel": "De allmänna kontobestämmelserna för :hotel",
+ "Do not attempt to or give away, buy, sell, or trade your": "Försök inte att ge bort, köpa, sälja eller byta",
+ "account and/or": "konto och/eller",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "föremål mot virtuella föremål från ett annat spel, konton från ett annat spel, kontanter eller tvärtom utan tillstånd från en administratör. Detta inkluderar att ge bort, köpa, sälja eller byta.",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "möbler/valuta för Habbo-möbler/valuta eller vice versa.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Skapa inte ett användarnamn med ett stötande namn som är förolämpande, rasistiskt, trakasserande eller allmänt stötande.",
+ "Do not evade an IP Address ban.": "Undvik inte ett IP-förbud.",
+ "Do not share your account with other users.": "Dela inte ditt konto med andra användare.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Hota inte, försök inte eller hacka andra användares konton.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Skapa inte flera konton i syfte att få en fördel för att få mer spelvaluta och/eller rariteter av något slag.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Om inget annat anges ska du inte överklaga ditt förbud på nytt. Detta innebär att om du överklagar på nytt inom två dagar efter det att din första överklagan avslogs och du fick veta att du skulle göra en ny överklagan inom 2-3 veckor, kommer du att bannlysas från både forumet och hotellet.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Antalet konton är begränsat till 2 per person. Detta innebär att endast 1 Alt-acco är godtagbart. Allt annat än detta kommer att leda till att hela kontot raderas, inklusive krediter och rariteter.",
+ ":hotel rules & guidelines": ":hotel regler och riktlinjer",
+ "Do not attempt to or exploit errors of": "Försök inte att utnyttja eller utnyttja fel i",
+ "report it to the Administration immediately.": "rapportera det omedelbart till administrationen.",
+ "Do not attempt to or refund your VIP Membership or donation to": "Försök inte att återbetala ditt VIP-medlemskap eller din donation till",
+ "at any given time; all payments are final.": "vid varje given tidpunkt; alla betalningar är slutgiltiga.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Ge inte avsiktligt felaktig eller vilseledande information till personalen i rapporter om regelbrott, klagomål, felrapporter eller supportförfrågningar.",
+ "Do not make false statements against": "Gör inga falska påståenden mot",
+ "or any other part of its services.": "eller någon annan del av dess tjänster.",
+ "Do not pretend to be a representative of": "Utge dig inte för att vara en representant för",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "Detta inbegriper att de efterliknar dem, beter sig som dem och hävdar att de har personalens rättigheter.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Hot inte mot, försök inte att eller använd inga skript eller programvara från tredje part för att ta dig in i, störa eller modifiera",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Icke-skadliga program för automatisk maskinskrivning, automatiskt klickande och andra program kan endast användas om du är rummets ägare eller om du har tillåtelse från rummets ägare.",
+ "You have reached the limit of maximum allowed accounts": "Du har nått gränsen för antalet tillåtna konton",
+ "Only staff can login during maintenance!": "Endast personal kan logga in under underhållet!",
+ "The Google recaptcha must be completed": "Google recaptcha måste fyllas i",
+ "The google recaptcha was submitted with an invalid type": "Google recaptcha skickades in med en ogiltig typ.",
+ "Your account settings has been updated": "Dina kontoinställningar har uppdaterats",
+ "The language selected is not supported": "Det valda språket stöds inte",
+ "Your password has been changed!": "Ditt lösenord har ändrats!",
+ "You do not have enough referrals to claim your reward": "Du har inte tillräckligt många hänvisningar för att få din belöning.",
+ "Please logout to claim your reward": "Logga ut för att hämta din belöning",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Woah! Du har framgångsrikt hämtat din belöning - fortsätt med det goda arbetet!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Din IP har begränsats - Om du tror att det är ett misstag kan du kontakta oss på vår Discord.",
+ "It seems like your current password is wrong.": "Det verkar som om ditt nuvarande lösenord är fel.",
+ "The Google recaptcha was not successful.": "Googles recaptcha fungerade inte.",
+ "Online Friends": "Inloggade vänner",
+ "These credentials do not match our records.": "Det angivna användarnamnet eller lösenord är felaktigt.",
+ "Mission": "Motto",
+ "Online Since": "Loggade in senast",
+ "The beta code is invalid.": "din betakod är ogiltig.",
+ "Login to :hotel": "Checka in på :hotel",
+ "Login to :hotel and take part in the most wonderful online world!": ":hotel En fantastisk virtuell värld!",
+ "Manage your account settings": "Hantera dina kontoinställningar",
+ "Change your password by filling out the fields below": "Ändra lösenordet genom att fylla i fälten nedan",
+ "Two factor authentication": "2-faktors autentisering",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Lägg till ett extra säkerhet för ditt konto genom att aktivera tvåfaktorsautentisering.",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Vi på :hotel tar säkerheten på största allvar och erbjuder dig därför ett sätt att skydda ditt älskade konto ytterligare genom att aktivera Googles 2-faktorsautentisering!",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically": "2-faktorsautentisering lägger till ett extra säkerhet för ditt konto, vilket gör det fysiskt omöjligt att komma åt det utan att ha tillgång till din mobiltelefon, eftersom endast din telefon innehåller koden för 2-faktorsautentisering som automatiskt förnyas var 30:e sekund.",
+ "Activate 2FA": "Aktivera 2FA",
+ "Confirm your password": "Bekräfta lösenord",
+ "You must confirm your password to continue": "Du måste bekräfta lösenordet för att fortsätta",
+ "You must confirm your current password before being able to toggle 2FA.": "Du måste bekräfta ditt nuvarande lösenord innan du kan aktivera 2FA.",
+ "Confirm password": "Bekräfta lösenord",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Validera din tvåfaktorautentisering genom att skanna följande QR-kod och ange den automatiskt genererade tvåfaktorkoden från din telefon.",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Spara dina återställningskoder på en säker plats! Om du förlorar tillgången till dina 2FA-koder behöver du dessa återställningskoder för att återfå tillgång till ditt konto.",
+ "Code": "Kod",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Skanna QR-koden ovan med din telefon för att hämta din kod för tvåfaktorsautentisering.",
+ "Verify 2FA": "Verifiera 2FA",
+ "Recovery codes:": "Återställningskoder",
+ "Two factor": "2FA-autentisering",
+ "Disable 2FA": "Inaktivera 2FA",
+ "Two factor challenge": "Tvåfaktorsautentisering",
+ "Two-factor verification": "Verifiering med Tvåfaktorsautentisering",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Ange koden för 2-faktorsautentisering som tillhandahålls av autentiseringsappen på din mobiltelefon.",
+ "Enter the code from your authentication app": "Ange koden från din autentiseringsapp",
+ "Lost access to your 2FA codes? Click here to use a recovery code": "Har du förlorat tillgången till dina 2FA-koder? Klicka här för att använda en återställningskod",
+ "Recovery code": "Återställningskod",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "Om du inte har tillgång till din kod för tvåfaktorsautentisering kan du använda en av dina återkallningskoder.",
+ "Regained access to your 2FA codes? Click here to use your authentication app": "Har du återfått tillgång till dina 2FA-koder? Klicka här för att använda din autentiseringsapp",
+ "Confirm 2FA": "Bekräfta 2FA",
+ "Your referral code has been copied to your clipbord!": "Din referenskod har kopierats till klippbordet!",
+ "Invalid Two Factor Authentication code": "Ogiltig kod för tvåfaktorsautentisering",
+ ":hotel staff": ":hotel personal",
+ "About the :hotel staff": "Om personalen på :hotel",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "Personalen på :hotel är som en stor familj och varje medarbetare har olika roller och uppgifter att fylla.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "De flesta av vår personal består vanligtvis av spelare som har spelat :hotel under en längre tid, men det betyder inte att vi bara rekryterar gamla och kända spelare, vi rekryterar dem som lyser upp för oss!",
+ "Apply for staff": "Ansök till personal",
+ "How to join the staff team": "Gå med i Staff-teamet!",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Då och då utökar vi vår personal, vi har skapat en särskild sida där du kan skicka in din ansökan till oss, du hittar den i kategorin Gemenskap. Kolla sidan varje dag, kanske söker vi dig!",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "Titta, sidan som jag berättade om tidigare! :startTag Ansök till staff :endTag",
+ "No positions open": "Det finns inga lediga tjänster",
+ "There is currently no positions open": "Vi söker för närvarande ingen personal!",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Vi söker för närvarande ingen personal men håll gärna utkik!",
+ "Apply for :hotel staff": "Ansök till personal",
+ "Select position to get started": "Välj en tjänst för att ansöka",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": ":hotel är en fantastisk värld, även tack vare personalen. Skoj och säkerhet är mycket viktigt för oss. Vill du vara med och bidra till en ännu mer skojsam och säkrare miljö här på :hotel? Ta steget och ansök.",
+ "You entered something that is not allowed on :hotel": "Du skrev in något som inte är tillåtet :hotel",
+ "Post a comment": "Skriv en kommentar",
+ "Post a comment on the article, to let us know what you think about it": "Skriv en kommentar på artikeln för att låta oss veta vad du tycker om den",
+ "Post comment": "Skriv en kommentar",
+ "Comments": "Kommentarer",
+ "Below you will see all the comments, written on this article": "Nedan ser du alla kommentarer, skrivna på den här artikeln",
+ "You can only comment :amount times per article": "Du kan bara kommentera :amount gånger per artikel",
+ "You comment has been posted!": "Din kommentar har postats!",
+ "You can only delete your own comments": "Du kan bara ta bort dina egna kommentarer",
+ "You comment has been deleted!": "Din kommentar har tagits bort!",
+ "My Profile": "Min Profil",
+ "Administration": "Administrering",
+ "Join server": "Gå med i servern",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Glömt ditt lösenord? Inga problem. Meddela oss bara din e-postadress så skickar vi en länk för återställning av lösenordet till dig via e-post som gör att du kan välja en ny.",
+ "Email Password Reset Link": "Länk för återställning av lösenord för e-post",
+ "Reset Password": "Återställ lösenord",
+ "Enter the beta code you have been provided with": "Ange betakoden som du har försetts med",
+ "Enter your beta code": "Ange din betakod",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.": "Tack för att du registrerade dig! Innan du börjar, kan du verifiera din e-postadress genom att klicka på länken vi just skickade till dig via e-post? Om du inte får e-postmeddelandet skickar vi dig gärna ett nytt.",
+ "A new verification link has been sent to the email address you provided during registration.": "En ny verifieringslänk har skickats till den e-postadress du angav vid registreringen.",
+ "Resend Verification Email": "Skicka verifieringsemail igen",
+ "Log Out": "Logga ut",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "Du har redan ansökt om :position",
+ "Apply for :position": "Ansöka om :position",
+ "About you": "Om dig",
+ "Applying for :position": "Ansöker om :position",
+ "Read before applying": "Läs innan du ansöker",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Fyll i alla fält för att ansöka om :position. Kom ihåg att när du söker en tjänst här på :hotel måste du vara helt öppen och ärlig. Om vi får reda på att informationen som tillhandahålls är falsk eller felaktig kan du riskera att förlora din position om du anställs.",
+ "Teams": "Teams",
+ "Staff applications": "Personalansökningar",
+ "Rare values": "Värden",
+ "You will receive:": "Du kommer att få:",
+ "Buy for $:cost": "Köp för $:cost",
+ "No published articles": "Inga publicerade artiklar",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Tack för att du spelar :hotel. Vi har lagt mycket tid på att göra hotellet till vad det är idag, och vi uppskattar verkligen att du är här.",
+ ":hotel is driven by Atom CMS made by:": ":hotel drivs av Atom CMS, som är skapat av:",
+ "Credits:": "Credits:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "En virtuell värld online där du kan skapa din egen användare, skaffa vänner, chatta, skapa rum och mycket mer!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hej där! Vi är verkligen tacksamma för att du har valt Atom CMS för ditt hotell.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS är byggt med gemenskapen i åtanke, vilket innebär att vi värdesätter gemenskapsinsatser, snarare än att bara föra med oss våra egna idéer och visioner till Atom CMS, vi gör vårt bästa för att implementera förslag från vår älskade gemenskap. Vi vill att alla ska kunna bidra med eller anpassa Atom CMS efter deras behov utan att ha en kandidatexamen i programmering.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Atom CMS enda syfte är att stärka hotellägare som du. Vi vill att du ska kunna driva ditt hotell med lätthet. Vårt användarvänliga gränssnitt, robusta funktioner och hjälpsamma community är här för att säkerställa att din upplevelse med Atom CMS är inget annat än exceptionell!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "När du dyker in i Atom CMS, uppmuntrar vi dig att utforska det omfattande utbudet av funktioner som vi har tagit fram för att hjälpa dig att ge din vision liv. Från anpassningsbara mallar till sömlösa integrationer med kunder som Nitro, vi kommer att ha dig uppsatt & klar på nolltid.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Än en gång, tack för att du valde Atom CMS, och vi kan inte vänta med att se det otroliga projektet du kommer att skapa.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "Med allt sagt vill vi bara önska dig varmt välkommen till Atom CMS-familjen!",
+ "Installation key": "Installationsnyckel",
+ "Start the setup": "Starta installationen",
+ "Welcome to Atom CMS": "Välkommen till Atom CMS",
+ "We are delighted of having you trying Atom CMS": "Vi är glada över att du provar Atom CMS",
+ "Continue to step 2": "Fortsätt till steg 2",
+ "Restart installation": "Starta om installationen",
+ "Continue to step 3": "Fortsätt till steg 3",
+ "Previous step": "Föregående steg",
+ "Continue to step 4": "Fortsätt till steg 4",
+ "Continue to step 5": "Fortsätt till steg 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Grattis till att du har slutfört Atom CMS-installationen! Du har nu tagit de första stegen mot en ny spännande resa. Med Atom CMS kan du enkelt hantera olika aspekter av ditt hotell, samtidigt som du ger dina nya spelare en enkel väg till en värld full av glädje.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Slutligen vill vi bara visa vår tacksamhet genom att berätta för dig hur glada vi är över att få vara en del av din resa och vi hoppas att du kommer att få några fantastiska minnen. Så, här är till ditt nya hotell, den gränslösa kreativiteten det kommer att inspirera och de oändliga möjligheter som ligger framför dig.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Än en gång, grattis och stort lycka till säger vi till dig och ditt hotell!",
+ "Take me to :hotel": "Ta mig till :hotel",
+ "Description:": "Description:",
+ "Room details": "Rum detaljer",
+ "Max users:": "Max användare:",
+ "The room guild": "Rum guild",
+ "Please make sure to read our shop": "Se till att läsa vår butik",
+ "Terms & Conditions": "Allmänna Villkor",
+ "before making a purchase.": "innan du gör ett köp.",
+ "Shop Terms & Conditions": "Butiksvillkor",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "När en donation väl har gjorts och tagits emot av oss är den under inga omständigheter återbetalningsbar. Det donerade beloppet som omvandlas till webbplatssaldo kan inte konverteras tillbaka till kontanter eller andra former av pengar. Genom att göra en donation erkänner och accepterar du dessa villkor och samtycker till att inte initiera en återbetalning eller tvist med din bank eller kortutgivare.",
+ "Notice": "Lägga märke till",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "Det är viktigt att överväga konsekvenserna av våra utgiftsvanor, särskilt när det kommer till ekonomiska beslut. Om du känner dig frestad att spendera pengar du inte har, ta en stund att reflektera.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Kom ihåg att ditt ekonomiska välbefinnande är avgörande, och att göra ansvarsfulla val är nyckeln. Om du har svårt att kontrollera dina utgiftsvanor, tveka inte att sökaa professionell vägledning. Det finns resurser tillgängliga som kan ge värdefullt råd och stöd.",
+ "Top up account": "Fyll på konto",
+ "Donate to :hotel": "Donera till :hotel",
+ "Current balance: $:balance": "Aktuellt saldo: $:balance",
+ "Donate": "Donera",
+ "Please setup the paypal credentials to allow for top ups.": "Vänligen ställ in PayPal-uppgifterna för att tillåta påfyllning.",
+ "Voucher": "Kupong",
+ "Use a voucher for free credit": "Använd en kupong för gratis kredit",
+ "Use voucher": "Använd kupong",
+ "E-mail": "E-mail",
+ "Motto": "Motto",
+ "Keep an eye on all your active sessions": "Håll ett öga på alla dina aktiva sessioner",
+ "IP": "IP",
+ "IP Current Device": "IP aktuell enhet",
+ "Is Desktop": "Är Desktop",
+ "Platform": "Plattform",
+ "Last Activity": "Senaste aktivitet",
+ "No session logs found": "Inga sessionsloggar hittades",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "2-faktors autentisering lägger till ett extra lager av säkerhet till ditt konto, vilket gör det fysiskt omöjligt att komma åt kontot utan att ha tillgång till din mobiltelefon eftersom endast din telefon kommer att innehålla 2-faktors autentiseringskoden som kommer att återskapas var 30:e sekund automatiskt .",
+ "Claim your referrals reward!": "Hämta dina bonusar från belöningingssystemet!",
+ "It seems like you are banned off :hotel": "Det verkar som att du är avstängd från :hotel",
+ "All the :category rares": "Alla :category värden",
+ "Get an overview of all of the rares on :hotel": "Få en överblick över alla värden på :hotel",
+ "We currently have no rares listed here": "Vi har för närvarande inga värden listade här",
+ "Search": "Sök",
+ "Search for rares": "Sök efter värden",
+ "Rare categories": "Värden kategorier",
+ "Select a category below": "Välj en kategori nedan",
+ "All values": "Alla värden",
+ "Go back to values": "Gå tillbaka till värden",
+ "Here is a list of all the owned :value`s": "Här är en lista över alla ägda :value`en",
+ "owned": "owned",
+ "The captcha failed, please try again.": "The captcha failed, please try again.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/se/auth.php b/Updated_Cms/lang/se/auth.php
new file mode 100644
index 0000000000..6598e2c060
--- /dev/null
+++ b/Updated_Cms/lang/se/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+ 'password' => 'The provided password is incorrect.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/Updated_Cms/lang/se/pagination.php b/Updated_Cms/lang/se/pagination.php
new file mode 100644
index 0000000000..d481411877
--- /dev/null
+++ b/Updated_Cms/lang/se/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+ 'next' => 'Next »',
+
+];
diff --git a/Updated_Cms/lang/se/passwords.php b/Updated_Cms/lang/se/passwords.php
new file mode 100644
index 0000000000..2345a56b5a
--- /dev/null
+++ b/Updated_Cms/lang/se/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
+ 'token' => 'This password reset token is invalid.',
+ 'user' => "We can't find a user with that email address.",
+
+];
diff --git a/Updated_Cms/lang/se/validation.php b/Updated_Cms/lang/se/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/se/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/tr.json b/Updated_Cms/lang/tr.json
new file mode 100644
index 0000000000..57a15a2a91
--- /dev/null
+++ b/Updated_Cms/lang/tr.json
@@ -0,0 +1,341 @@
+{
+ "Home": "Ana Sayfa",
+ "Community": "Topluluk",
+ "Shop": "Mağaza",
+ "Rules": "Kurallar",
+ "Articles": "Haberler",
+ "Staff": "Personel",
+ "A online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "Kendi avatarınızı oluşturabileceğiniz, arkadaşlar edinebileceğiniz, sohbet edebileceğiniz, odalar oluşturabileceğiniz ve çok daha fazlasını yapabileceğiniz çevrimiçi bir sanal dünya!",
+ "Login": "Giriş Yap",
+ "Register": "Kayıt Ol",
+ "Create an account": "Hesap Oluştur",
+ "Or": "Ya Da",
+ "Latest news": "Son Haberler",
+ "Keep up to date with the latest hotel gossip.": "En Son Hotel Haberlerinden Haberdar Olun.",
+ "Latest Photos": "Son Fotoğraflar",
+ "Have a look at some of the great moments captured by users around the hotel.": "Hotel İçerisindeki Kullanıcılar Tarafından Yakalanan Harika Anlardan Bazılarına Göz Atın.",
+ "Username": "Kullanıcı Adı",
+ "Password": "Şifre",
+ "Confirm Password": "Şifre'yi Onayla",
+ "Email": "E-Posta",
+ "Remember me": "Beni Hatırla",
+ "Go to :hotel": "Hotele Gir",
+ "User Referrals": "Kullanıcı Referansı",
+ "Credits": "Kredi",
+ "Duckets": "Ördek",
+ "Diamonds": "Elmas",
+ "Logout": "Çıkış Yap",
+ "User settings": "Kullanıcı Ayarları",
+ "User Referrals (%s/%s)": "Kullanıcı Referansı (%s/%s)",
+ "Referral new users and be rewarded by in-game goods": "Yeni Kullanıcılara Tavsiye Edin Ve Oyun İçi Ödüllere Sahip Olun",
+ "Here at :hotel we have added a referral system, allowing you to obtain a bonus for every :needed users that registers through your referral link will allow you to claim a reward of :amount diamonds!": "Burada :hotel Her Biri için Bir Bonus Kazanmanızı Sağlayan Bir Referans Sistemi Ekledik. :needed Yönlendirme Bağlantınız Aracılığıyla Kaydolan Kullanıcılar, Bir Ödül Talep Etmenize İzin Verecektir. :amount Elmas!",
+ "Boosting referrals by making own accounts will lead to removal of all progress, currency, inventory and a potential ban": "Kendi Hesabınızı Oluşturarak İlerlemeyi Artırmak, Tüm İlerleme, Para Birimleri, Envanterin Sıfırlanması Ve Potansiyel Bir Yasaklamaya Yol Açacaktır.",
+ "Copy code": "Kodu Kopyala",
+ "You need to refer :needed more users, before being able to claim your reward": "Ödülü Alabilmek İçin :needed Kullanıcıya Daha İhtiyacınız Var",
+ "Other articles": "Diğer Haberler",
+ "There is currently no other articles": "Şu Anda Bir Haber Yok",
+ ":hotel Shop": ":hotel Mağaza",
+ "Purchase :hotel items": ":hotel İtemlerinden Satın Al",
+ "Here at :hotel Hotel we are accepting donations to keep the hotel up & running and as a thank you, you will in return receive in-game goods.": "Burada :hotel Hotel, Hoteli Aktif & Çalışır Durumda Tutmak İçin Bağışları Kabul Ediyoruz Ve Teşekkür Olarak Karşılığında Oyun İçi Ürünler Ve Olanaklar Sağlıyoruz..",
+ "Why are donations important?": "Bağışlar Neden Önemli?",
+ "Donations are important, as it will help to pay our monthly bills needed to keep the hotel up & running, as well as adding new and exciting features for you and others to enjoy!": "Hoteli Çalışır Durumda Tutmak İçin Gereken Aylık Faturalarımızı Ödememize Yardımcı Olacağı Ve Sizin Ve Diğerlerinin Keyfini Çıkarması İçin Yeni Ve Heyecan Verici Özellikler Ekleyeceği İçin Bağışlar Önemlidir.!",
+ "To purchase items from the :hotel shop, please visit our Discord and contact the owner of :hotel Hotel to make your purchase": ":hotel Mağazasından Ürün Satın Almak İçin Lütfen Discord Sunucumuzu Ziyaret Edin Ve Satın Alma İşleminizi Gerçekleştirmek İçin :hotel Hotel Sahibiyle İletişime Geçin.",
+ "Make sure to use an email that you remember, if you ever lose your password, your email will be required.": "Hatırladığınız Bir E-posta Kullandığınızdan Emin Olun, Şifrenizi Kaybederseniz E-Posta'nız Gerekli Olacaktır..",
+ "Your username is what you and others will see in-game": "Kullanıcı Adınız, Sizin Ve Diğerlerinin Oyunda Göreceği Şeydir",
+ "Spice up your profile with a nice motto": "Profilinizi Güzel Bir Motto İle Renklendirin",
+ "Update settings": "Ayarları Güncelle",
+ "Current password": "Şuanki Şifreniz",
+ "Enter your current password": "Şuan Kullandığınız Şifrenizi Giriniz",
+ "New password": "Yeni Şifre",
+ "Enter a new secure password. Do not forget to save it somewhere safe": "Yeni Bir Güvenli Şifre Girin. Güvenli Bir Yere Kaydetmeyi Unutmayın",
+ "Confirm new password": "Yeni Şifreyi Onayla",
+ "Please confirm your new password": "Lütfen Yeni Şifrenizi Onaylayınız",
+ "Update password": "Şifreyi Güncelle",
+ "Account settings": "Hesap Ayarları",
+ "Password settings": "Şifre Ayarları",
+ "Dont have an account? Join now!": "Bir Hesabın Yok Mu? Şimdi Kayıt Ol!",
+ "Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!": "Kullanıcı Adınız, :hotel Giriş Yaparken Kullanmanız Gereken Şeydir. Aynı Zamanda Diğer Kullanıcılar Sizi Böyle Tanıyacaktır, Bu Yüzden Beğendiğiniz Bir Kullanıcı Adı Seçtiğinizden Emin Olun!",
+ "You will need your email if you were to ever forget your password, so make sure it is something that you remember.": "Parolanızı Unutursanız E-Posta'nıza İhtiyacınız Olacak, Bu Yüzden Hatırladığınız Bir Şey Olduğundan Emin Olun..",
+ "Your password must contain atleast 8 characters. Make sure to use a unique & secure password.": "Şifreniz En Az 8 Karakter İçermelidir. Benzersiz Ve Güvenli Bir Şifre Kullandığınızdan Emin Olun.",
+ "I accept the :hotel terms & rules.": ":hotel Şartlarını & Kurallarını Kabul Ediyorum.",
+ "Create a free account today!": "Bugün Ücretsiz Yeni Bir Hesap Oluşturun!",
+ ":hotel is a not for profit educational project": ":hotel Kar Amacı Gütmeyen Bir Eğitim Projesidir",
+ "Made with": "Made with",
+ "By": "By",
+ "We currently have no staff in this position": "Şu Anda Bu Pozisyonda Personelimiz Yok",
+ "My name is,": "Benim Adım,",
+ "Badges": "Rozetler",
+ "Groups": "Gruplar",
+ "Rooms": "Odalar",
+ "Friends": "Arkadaşlar",
+ "It seems like :user has no badges.": "Görünüşe Göre :user Rozete Sahip Değil.",
+ "It seems like :user is not a member of any groups.": "Görünüşe Göre :user Herhangi Bir Grubun Üyesi Değil.",
+ "It seems like :user got no rooms.": "Görünüşe Göre :user Bir Odaya Sahip Değil.",
+ "It seems like :user has no friends.": "Görünüşe Göre :user Bir Arkadaşa Sahip Değil.",
+ "Hello!": "Selam!",
+ "There is currently :online users online": "Şu Anda :online Kişi Aktif",
+ "Leaderboards": "Leaderboards",
+ "Photos": "Photos",
+ "Error logs": "Error logs",
+ "Housekeeping": "Housekeeping",
+ "Create your account!": "Create your account!",
+ "Create a free account, and be a part of a fun online world!": "Create a free account, and be a part of a fun online world!",
+ "Our most recent articles": "Our most recent articles",
+ "Top credits": "Top credits",
+ "Top duckets": "Top duckets",
+ "Top diamonds": "Top diamonds",
+ "Hours online": "Hours online",
+ "Respects received": "Respects received",
+ "Achievement score": "Achievement score",
+ ":credits credits": ":credits credits",
+ ":duckets duckets": ":duckets duckets",
+ ":diamonds diamonds": ":diamonds diamonds",
+ ":online hours": ":online hours",
+ ":respect respects received": ":respect respects received",
+ ":achievement achievement score": ":achievement achievement score",
+ "Nitro client": "Nitro client",
+ "Insert Reaction": "Insert Reaction",
+ "Add": "Add",
+ "Browser": "Browser",
+ "Date": "Date",
+ "Enter your email": "Enter your email",
+ "Choose a secure password": "Choose a secure password",
+ "Repeat your chosen password": "Repeat your chosen password",
+ "You are nearly in Habbo!": "You are nearly in Habbo!",
+ "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!": "Click the yellow Hotel button below, then click on `run flash` when prompted to. See you in the Hotel!",
+ "Get flash": "Get flash",
+ "Whoops! It seems like you have been disconnected...": "Whoops! It seems like you have been disconnected...",
+ "Reload client": "Reload client",
+ "Reactions with": "Reactions with",
+ "Close modal": "Close modal",
+ "Unknown": "Unknown",
+ "Open main menu": "Open main menu",
+ "Discord": "Discord",
+ "Session logs": "Session logs",
+ ":online :hotel online": ":online :hotel online",
+ "Flash client": "Flash client",
+ "Ban type:": "Ban type:",
+ "Ban reason:": "Ban reason:",
+ "Ban expiration:": "Ban expiration:",
+ "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!": "If you believe this is a mistake, please reach out to one of our staff members through our Discord server!",
+ "Join discord": "Join discord",
+ "There is currently no articles": "There is currently no articles",
+ "Staff login": "Staff login",
+ "General Rules": "General Rules",
+ "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.": "Rules and regulations are subject to change without notice. As a member of the :hotel community, you hereby agree to and understand the following terms and conditions above. Failure to comply with these rules and regulations will result in the necessary sanctions implemented upon your account. If you have any questions or concerns in regards to The :hotel Way, please do not hesitate to ask a member of the Hotel Staff.",
+ "The general rules of :hotel": "The general rules of :hotel",
+ "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.": "Do not abuse the Call for Help (CFH) system; it should be used during emergency purposes only.",
+ "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.": "Do not advertise other Habbo Retros; hotel links or purposely mentioning the name of another hotel with the intentions of advertising is not permitted.",
+ "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.": "Do not attempt to or scam credits or furniture from other users through betting, gaming, or trading.",
+ "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.": "Do not bully, harass, or abuse other users; avoid violent or aggressive behavior.",
+ "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.": "Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school, private images etc.) without their consent.",
+ "Do not excessively repeat identical or similar statements (spamming).": "Do not excessively repeat identical or similar statements (spamming).",
+ "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.": "Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.",
+ "Do not make rooms with inappropriate or abusive names.": "Do not make rooms with inappropriate or abusive names.",
+ "Do not attempt to or successfully harm a user’s home internet connection.": "Do not attempt to or successfully harm a user’s home internet connection.",
+ "Do not disrupt events with explicit language or negative behavior.": "Do not disrupt events with explicit language or negative behavior.",
+ "Account Rules": "Account Rules",
+ "The general account rules on :hotel": "The general account rules on :hotel",
+ "Do not attempt to or give away, buy, sell, or trade your": "Do not attempt to or give away, buy, sell, or trade your",
+ "account and/or": "account and/or",
+ "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading": "items for virtual items from another game, accounts from another game, cash, or vice versa without permission from an Administrator. This includes giving away, buying, selling or trading",
+ "furniture/currency for Habbo furniture/currency or vice versa.": "furniture/currency for Habbo furniture/currency or vice versa.",
+ "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.": "Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.",
+ "Do not evade an IP Address ban.": "Do not evade an IP Address ban.",
+ "Do not share your account with other users.": "Do not share your account with other users.",
+ "Do not threaten to, attempt to, or hack other users accounts.": "Do not threaten to, attempt to, or hack other users accounts.",
+ "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.": "Do not create multiple accounts for the purpose of taking an advantage over gaining more in-game currency and/or rares of any kind.",
+ "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.": "Do not re-appeal your ban unless stated otherwise. This means if you re-appeal in 2 days after your first appeal was denied and you were told to re-appeal in 2-3 weeks, you will be banned from the forum as well as the hotel.",
+ "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.": "Accounts are limited to 2 per person. This means, only 1 Alt acc is acceptable. Anything more than this, will result in a full account wipe including credits, and rares.",
+ ":hotel rules & guidelines": ":hotel rules & guidelines",
+ "Do not attempt to or exploit errors of": "Do not attempt to or exploit errors of",
+ "report it to the Administration immediately.": "report it to the Administration immediately.",
+ "Do not attempt to or refund your VIP Membership or donation to": "Do not attempt to or refund your VIP Membership or donation to",
+ "at any given time; all payments are final.": "at any given time; all payments are final.",
+ "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.": "Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.",
+ "Do not make false statements against": "Do not make false statements against",
+ "or any other part of its services.": "or any other part of its services.",
+ "Do not pretend to be a representative of": "Do not pretend to be a representative of",
+ "This includes mimicing, acting like them, and or claim to have staff powers.": "This includes mimicing, acting like them, and or claim to have staff powers.",
+ "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify": "Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify",
+ "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.": "Non-harmful auto-typing, auto-clicking and other programs can only be used if you are the room owner or with permission from the room owner.",
+ "You have reached the limit of maximum allowed accounts": "You have reached the limit of maximum allowed accounts",
+ "Only staff can login during maintenance!": "Only staff can login during maintenance!",
+ "The Google recaptcha must be completed": "The Google recaptcha must be completed",
+ "The google recaptcha was submitted with an invalid type": "The google recaptcha was submitted with an invalid type",
+ "Your account settings has been updated": "Your account settings has been updated",
+ "The language selected is not supported": "The language selected is not supported",
+ "Your password has been changed!": "Your password has been changed!",
+ "You do not have enough referrals to claim your reward": "You do not have enough referrals to claim your reward",
+ "Please logout to claim your reward": "Please logout to claim your reward",
+ "Woah! You have successfully claimed your reward - Keep up the good work!": "Woah! You have successfully claimed your reward - Keep up the good work!",
+ "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.": "Your IP have been restricted - If you think this is a mistake, you can contact us on our Discord.",
+ "It seems like your current password is wrong.": "It seems like your current password is wrong.",
+ "The Google recaptcha was not successful.": "The Google recaptcha was not successful.",
+ "Online Friends": "Online Friends",
+ "Mission": "Mission",
+ "Online Since": "Online Since",
+ "The beta code is invalid.": "The beta code is invalid.",
+ ":hotel staff": ":hotel staff",
+ "": "About the :hotel staff",
+ "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.": "The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.",
+ "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!": "Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!",
+ "Apply for staff": "Apply for staff",
+ "How to join the staff team": "How to join the staff team",
+ "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.": "Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.",
+ "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.": "You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.",
+ "You entered something that is not allowed on :hotel": "You entered something that is not allowed on :hotel",
+ "Post a comment": "Post a comment",
+ "Post a comment on the article, to let us know what you think about it": "Post a comment on the article, to let us know what you think about it",
+ "Post comment": "Post comment",
+ "Comments": "Comments",
+ "Below you will see all the comments, written on this article": "Below you will see all the comments, written on this article",
+ "You can only comment :amount times per article": "You can only comment :amount times per article",
+ "You comment has been posted!": "You comment has been posted!",
+ "You can only delete your own comments": "You can only delete your own comments",
+ "You comment has been deleted!": "You comment has been deleted!",
+ "My Profile": "My Profile",
+ "Administration": "Administration",
+ "Repeat Password": "Repeat Password",
+ "Join server": "Join server",
+ "About the :hotel staff": "About the :hotel staff",
+ "Confirm your password": "Confirm your password",
+ "You must confirm your password to continue": "You must confirm your password to continue",
+ "You must confirm your current password before being able to toggle 2FA.": "You must confirm your current password before being able to toggle 2FA.",
+ "Confirm password": "Confirm password",
+ "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
+ "Email Password Reset Link": "Email Password Reset Link",
+ "Reset Password": "Reset Password",
+ "Login to :hotel": "Login to :hotel",
+ "Login to :hotel and take part in the most wonderful online world!": "Login to :hotel and take part in the most wonderful online world!",
+ "Enter the beta code you have been provided with": "Enter the beta code you have been provided with",
+ "Enter your beta code": "Enter your beta code",
+ "Two-factor verification": "Two-factor verification",
+ "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.": "Enter your 2-factor authentication code provided on your by the authentication app on your mobile phone.",
+ "Enter the code from your authentication app": "Enter the code from your authentication app",
+ "Recovery code": "Recovery code",
+ "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.": "In case you dont have access to your two-factor authentication code, you can use one of your recovery codes.",
+ "Confirm 2FA": "Confirm 2FA",
+ "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.": "Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you dit not receive the email, we will gladly send you another.",
+ "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.",
+ "Resend Verification Email": "Resend Verification Email",
+ "Log Out": "Log Out",
+ "Application Deadline :date": "Application Deadline :date",
+ "You have already applied for :position": "You have already applied for :position",
+ "Apply for :position": "Apply for :position",
+ "No positions open": "No positions open",
+ "There is currently no positions open": "There is currently no positions open",
+ "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.": "Please come back at a later time to check if we have any positions open by then! Thank you for your interest.",
+ "Apply for :hotel staff": "Apply for :hotel staff",
+ "Select position to get started": "Select position to get started",
+ "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.": "Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.",
+ "About you": "About you",
+ "Applying for :position": "Applying for :position",
+ "Read before applying": "Read before applying",
+ "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.": "Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.",
+ "Teams": "Teams",
+ "Staff applications": "Staff applications",
+ "Rare values": "Rare values",
+ "You will receive:": "You will receive:",
+ "Buy for $:cost": "Buy for $:cost",
+ "Two factor": "Two factor",
+ "No published articles": "No published articles",
+ "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.": "Thank you for playing :hotel. We have put a lot of effort into making the hotel what it is, and we truly appreciate you being here.",
+ ":hotel is driven by Atom CMS made by:": ":hotel is driven by Atom CMS made by:",
+ "Credits:": "Credits:",
+ "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!": "An online virtual world where you can create your own avatar, make friends, chat, create rooms and much more!",
+ "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.": "Hello there! We are truly grateful that you have chosen Atom CMS for your hotel.",
+ "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.": "Atom CMS is built with the community in mind, meaning we highly value community input, rather than only bringing our own ideas & vision to the CMS we try our very best to implement suggestions made by our beloved community. We want everyone to be able to contribute or customise Atom CMS to their needs without having a bachelor in programming.",
+ "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!": "Atom CMS sole purpose is to empower hotel owners like you. We want you to be able to run your hotel with ease. Our user-friendly interface, robust features, and helpful community are here to ensure that your experience with Atom CMS is nothing short of exceptional!",
+ "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.": "As you dive into Atom CMS, we encourage you to explore the extensive range of features we have curated to help you bring your vision to life. From customizable templates to seamless integrations with clients like Nitro, we will have you set up in no time.",
+ "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.": "Once again, thank you for choosing Atom CMS, and we cannot wait to see the incredible project you will create.",
+ "With everything being said we just want to wish you a warm welcome to the Atom CMS family!": "With everything being said we just want to wish you a warm welcome to the Atom CMS family!",
+ "Installation key": "Installation key",
+ "Start the setup": "Start the setup",
+ "Welcome to Atom CMS": "Welcome to Atom CMS",
+ "We are delighted of having you trying Atom CMS": "We are delighted of having you trying Atom CMS",
+ "Continue to step 2": "Continue to step 2",
+ "Restart installation": "Restart installation",
+ "Continue to step 3": "Continue to step 3",
+ "Previous step": "Previous step",
+ "Continue to step 4": "Continue to step 4",
+ "Continue to step 5": "Continue to step 5",
+ "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.": "Congratulations on successfully completing the Atom CMS setup! You have now taken the first steps towards an exciting new journey. With Atom CMS, you can effortlessly manage various aspect of your hotel, while giving your new visitors an easy gateway into a world of joy.",
+ "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.": "Lastly, we just want to show our gratitude by letting your know how delighted we are to be a part of your journey and we hope you will gain some amazing memories. So, here is to your new hotel, the boundless creativity it will inspire, and the endless possibilities that lie ahead.",
+ "Once again, congratulations and best of wishes for you & your hotel!": "Once again, congratulations and best of wishes for you & your hotel!",
+ "Take me to :hotel": "Take me to :hotel",
+ "Description:": "Description:",
+ "Room details": "Room details",
+ "Max users:": "Max users:",
+ "The room guild": "The room guild",
+ "Please make sure to read our shop": "Please make sure to read our shop",
+ "Terms & Conditions": "Terms & Conditions",
+ "before making a purchase.": "before making a purchase.",
+ "Shop Terms & Conditions": "Shop Terms & Conditions",
+ "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.": "Once a donation has been made and received by us, it is non-refundable under any circumstances. The donated amount which is converted into website balance cannot be converted back into cash or other forms of money. By making a donation, you acknowledge and accept these terms and agree not to initiate a chargeback or dispute with your bank or card issuer.",
+ "Notice": "Notice",
+ "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.": "It is important to consider the consequences of our spending habits, especially when it comes to financial decisions. If you find yourself tempted to spend money you do not have, take a moment to reflect.",
+ "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.": "Remember, your financial well-being is crucial, and making responsible choices is key. If you are facing difficulties in controlling your spending habits, do not hesitate to seek friendly and professional guidance. There are resources available that can provide valuable advice and support.",
+ "Top up account": "Top up account",
+ "Donate to :hotel": "Donate to :hotel",
+ "Current balance: $:balance": "Current balance: $:balance",
+ "Donate": "Donate",
+ "Please setup the paypal credentials to allow for top ups.": "Please setup the paypal credentials to allow for top ups.",
+ "Voucher": "Voucher",
+ "Use a voucher for free credit": "Use a voucher for free credit",
+ "Use voucher": "Use voucher",
+ "Manage your account settings": "Manage your account settings",
+ "E-mail": "E-mail",
+ "Motto": "Motto",
+ "Change your password by filling out the fields below": "Change your password by filling out the fields below",
+ "Keep an eye on all your active sessions": "Keep an eye on all your active sessions",
+ "IP": "IP",
+ "IP Current Device": "IP Current Device",
+ "Is Desktop": "Is Desktop",
+ "Platform": "Platform",
+ "Last Activity": "Last Activity",
+ "No session logs found": "No session logs found",
+ "Two factor authentication": "Two factor authentication",
+ "Add an extra layer of security to your account by enabling two-factor authentication": "Add an extra layer of security to your account by enabling two-factor authentication",
+ "Disable 2FA": "Disable 2FA",
+ "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.": "Validate your two-factor enabling by scanning the following QR-code and enter your auto-generated 2-factor code from your phone.",
+ "Recovery codes:": "Recovery codes:",
+ "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.": "Please save your recovery codes somewhere safe! If you lose access to your 2FA codes, those recovery codes will be needed to regain access your account.",
+ "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.": "Please scan the QR-code above with your phone to retrieve your two-factor authentication code.",
+ "Code": "Code",
+ "Verify 2FA": "Verify 2FA",
+ "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!": "Here at :hotel we take security very serious and therefore we offer you as a user a way to secure your beloved account even further, by allowing you to enable Googles 2-factor authentication!",
+ "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.": "2-factor authentication adds an extra layer of security to your account, making it physical impossible to access it without having access to your mobile phone as only your phone will contain the 2-factor authentication code which will be re-generated every 30 seconds automatically.",
+ "Activate 2FA": "Activate 2FA",
+ "Claim your referrals reward!": "Claim your referrals reward!",
+ "It seems like you are banned off :hotel": "It seems like you are banned off :hotel",
+ "All the :category rares": "All the :category rares",
+ "Get an overview of all of the rares on :hotel": "Get an overview of all of the rares on :hotel",
+ "We currently have no rares listed here": "We currently have no rares listed here",
+ "Search": "Search",
+ "Search for rares": "Search for rares",
+ "Rare categories": "Rare categories",
+ "Select a category below": "Select a category below",
+ "All values": "All values",
+ "Go back to values": "Go back to values",
+ "Here is a list of all the owned :value`s": "Here is a list of all the owned :value`s",
+ "owned": "owned",
+ "The captcha failed, please try again.": "The captcha failed, please try again.",
+ "Badge Drawer": "Badge Drawer",
+ "Draw your very own badge": "Draw your very own badge",
+ "Preview": "Preview",
+ "Recent color": "Recent color",
+ "Palette": "Palette",
+ "Copy color:": "Copy color:",
+ "Choose Color": "Choose Color",
+ "Show Grid:": "Show Grid:",
+ "Erase mode:": "Erase mode:",
+ "Import Picture:": "Import Picture:",
+ "Clear All": "Clear All",
+ "Download badge": "Download badge",
+ "Buy Badge": "Buy Badge",
+ "badge_purchase_confirmation": "Are you sure you want to buy this badge for :cost :currency?\nThere will be no refund if the badge does not follow the hotel guidelines",
+ "badge_purchase_success": "Badge purchased and saved successfully! :currency deducted.\nThe badge is now sent to the staff for inspection.",
+ "badge_purchase_error_insufficient": "Error: Insufficient :currency or purchase failed.",
+ "badge_purchase_error_general": "An error occurred during the purchase."
+}
diff --git a/Updated_Cms/lang/tr/auth.php b/Updated_Cms/lang/tr/auth.php
new file mode 100644
index 0000000000..6598e2c060
--- /dev/null
+++ b/Updated_Cms/lang/tr/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+ 'password' => 'The provided password is incorrect.',
+ 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/Updated_Cms/lang/tr/pagination.php b/Updated_Cms/lang/tr/pagination.php
new file mode 100644
index 0000000000..d481411877
--- /dev/null
+++ b/Updated_Cms/lang/tr/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+ 'next' => 'Next »',
+
+];
diff --git a/Updated_Cms/lang/tr/passwords.php b/Updated_Cms/lang/tr/passwords.php
new file mode 100644
index 0000000000..2345a56b5a
--- /dev/null
+++ b/Updated_Cms/lang/tr/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
+ 'token' => 'This password reset token is invalid.',
+ 'user' => "We can't find a user with that email address.",
+
+];
diff --git a/Updated_Cms/lang/tr/validation.php b/Updated_Cms/lang/tr/validation.php
new file mode 100644
index 0000000000..cef02f589e
--- /dev/null
+++ b/Updated_Cms/lang/tr/validation.php
@@ -0,0 +1,170 @@
+ 'The :attribute must be accepted.',
+ 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+ 'alpha' => 'The :attribute must only contain letters.',
+ 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+ 'alpha_num' => 'The :attribute must only contain letters and numbers.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
+ 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'numeric' => 'The :attribute must be between :min and :max.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ ],
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'declined' => 'The :attribute must be declined.',
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values.',
+ 'enum' => 'The selected :attribute is invalid.',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'array' => 'The :attribute must have more than :value items.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ ],
+ 'gte' => [
+ 'array' => 'The :attribute must have :value items or more.',
+ 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be greater than or equal to :value.',
+ 'string' => 'The :attribute must be greater than or equal to :value characters.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'array' => 'The :attribute must have less than :value items.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ ],
+ 'lte' => [
+ 'array' => 'The :attribute must not have more than :value items.',
+ 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+ 'numeric' => 'The :attribute must be less than or equal to :value.',
+ 'string' => 'The :attribute must be less than or equal to :value characters.',
+ ],
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
+ 'max' => [
+ 'array' => 'The :attribute must not have more than :max items.',
+ 'file' => 'The :attribute must not be greater than :max kilobytes.',
+ 'numeric' => 'The :attribute must not be greater than :max.',
+ 'string' => 'The :attribute must not be greater than :max characters.',
+ ],
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
+ 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'numeric' => 'The :attribute must be at least :min.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ ],
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => [
+ 'letters' => 'The :attribute must contain at least one letter.',
+ 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+ 'numbers' => 'The :attribute must contain at least one number.',
+ 'symbols' => 'The :attribute must contain at least one symbol.',
+ 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+ ],
+ 'present' => 'The :attribute field must be present.',
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values are present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'required_without_all' => 'The :attribute field is required when none of :values are present.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
+ 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'numeric' => 'The :attribute must be :size.',
+ 'string' => 'The :attribute must be :size characters.',
+ ],
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid timezone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute must be a valid URL.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'custom-message',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
+ |
+ */
+
+ 'attributes' => [],
+
+];
diff --git a/Updated_Cms/lang/vendor/filament-log-manager/da/translations.php b/Updated_Cms/lang/vendor/filament-log-manager/da/translations.php
new file mode 100644
index 0000000000..202c2ce9f9
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament-log-manager/da/translations.php
@@ -0,0 +1,17 @@
+ 'Logfiler',
+ 'navigation_group' => 'System',
+ 'title' => 'Logfiler',
+ 'search_placeholder' => 'Vælg eller søg efter en logfil',
+ 'no_logs' => 'Ingen logfiler at vise',
+ 'delete' => 'Slet',
+ 'download' => 'Download',
+ 'no_such_file' => 'Ingen sådan fil',
+ 'file_too_large' => 'Filen er for stor',
+ 'modal_delete_heading' => 'Slet denne logfil?',
+ 'modal_delete_subheading' => 'Er du sikker på, at du vil slette denne logfil?',
+ 'modal_delete_action_cancel' => 'Annuller',
+ 'modal_delete_action_confirm' => 'Slet',
+];
diff --git a/Updated_Cms/lang/vendor/filament-log-manager/de/translations.php b/Updated_Cms/lang/vendor/filament-log-manager/de/translations.php
new file mode 100644
index 0000000000..d047d36108
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament-log-manager/de/translations.php
@@ -0,0 +1,17 @@
+ 'Protokolle',
+ 'navigation_group' => 'System',
+ 'title' => 'Protokolle',
+ 'search_placeholder' => 'Wählen Sie eine Protokolldatei aus',
+ 'no_logs' => 'Keine Protokolle zum Anzeigen',
+ 'delete' => 'Löschen',
+ 'download' => 'Download',
+ 'no_such_file' => 'Keine solche Datei',
+ 'file_too_large' => 'Datei ist zu groß',
+ 'modal_delete_heading' => 'Diese Protokolldatei löschen?',
+ 'modal_delete_subheading' => 'Sind Sie sicher, dass Sie diese Protokolldatei löschen möchten?',
+ 'modal_delete_action_cancel' => 'Stornieren',
+ 'modal_delete_action_confirm' => 'Löschen',
+];
diff --git a/Updated_Cms/lang/vendor/filament-log-manager/en/translations.php b/Updated_Cms/lang/vendor/filament-log-manager/en/translations.php
new file mode 100644
index 0000000000..012126a1c5
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament-log-manager/en/translations.php
@@ -0,0 +1,17 @@
+ 'Logs',
+ 'navigation_group' => 'System',
+ 'title' => 'Logs',
+ 'search_placeholder' => 'Select or search a log file',
+ 'no_logs' => 'No Logs to display',
+ 'delete' => 'Delete',
+ 'download' => 'Download',
+ 'no_such_file' => 'No such file',
+ 'file_too_large' => 'File is too large',
+ 'modal_delete_heading' => 'Delete this logs file?',
+ 'modal_delete_subheading' => 'Are you sure you want to delete this logs file?',
+ 'modal_delete_action_cancel' => 'Cancel',
+ 'modal_delete_action_confirm' => 'Delete',
+];
diff --git a/Updated_Cms/lang/vendor/filament-log-manager/es/translations.php b/Updated_Cms/lang/vendor/filament-log-manager/es/translations.php
new file mode 100644
index 0000000000..346e90441d
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament-log-manager/es/translations.php
@@ -0,0 +1,17 @@
+ 'Registros',
+ 'navigation_group' => 'Sistema',
+ 'title' => 'Registros',
+ 'search_placeholder' => 'Selecciona o busca un archivo de registro',
+ 'no_logs' => 'No hay registros para mostrar',
+ 'delete' => 'Eliminar',
+ 'download' => 'Descargar',
+ 'no_such_file' => 'No hay tal archivo',
+ 'file_too_large' => 'El archivo es demasiado grande',
+ 'modal_delete_heading' => '¿Eliminar este archivo de registros?',
+ 'modal_delete_subheading' => '¿Estás seguro de que quieres eliminar este archivo de registros?',
+ 'modal_delete_action_cancel' => 'Cancelar',
+ 'modal_delete_action_confirm' => 'Eliminar',
+];
diff --git a/Updated_Cms/lang/vendor/filament-log-manager/fi/translations.php b/Updated_Cms/lang/vendor/filament-log-manager/fi/translations.php
new file mode 100644
index 0000000000..cda3fddef1
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament-log-manager/fi/translations.php
@@ -0,0 +1,17 @@
+ 'Lokit',
+ 'navigation_group' => 'Järjestelmä',
+ 'title' => 'Lokit',
+ 'search_placeholder' => 'Valitse tai etsi lokitiedosto',
+ 'no_logs' => 'Ei näytettäviä lokitietoja',
+ 'delete' => 'Poista',
+ 'download' => 'Lataa',
+ 'no_such_file' => 'Ei sellaista tiedostoa',
+ 'file_too_large' => 'Tiedosto on liian suuri',
+ 'modal_delete_heading' => 'Poista tämä lokitiedosto?',
+ 'modal_delete_subheading' => 'Oletko varma, että haluat poistaa tämän lokitiedoston?',
+ 'modal_delete_action_cancel' => 'Peruuta',
+ 'modal_delete_action_confirm' => 'Poista',
+];
diff --git a/Updated_Cms/lang/vendor/filament-log-manager/fr/translations.php b/Updated_Cms/lang/vendor/filament-log-manager/fr/translations.php
new file mode 100644
index 0000000000..94039bf769
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament-log-manager/fr/translations.php
@@ -0,0 +1,17 @@
+ 'Logs',
+ 'navigation_group' => 'Système',
+ 'title' => 'Logs',
+ 'search_placeholder' => 'Sélectionner ou rechercher un fichier de log',
+ 'no_logs' => 'Aucun Logs à afficher',
+ 'delete' => 'Supprimer',
+ 'download' => 'Télécharger',
+ 'no_such_file' => "Ce fichier n'existe pas",
+ 'file_too_large' => 'Fichier trop gros',
+ 'modal_delete_heading' => 'Supprimer ce fichier de logs?',
+ 'modal_delete_subheading' => 'Etes-vous certain de vouloir supprimer ce fichier de Logs?',
+ 'modal_delete_action_cancel' => 'Annuler',
+ 'modal_delete_action_confirm' => 'Supprimer',
+];
diff --git a/Updated_Cms/lang/vendor/filament-log-manager/nl/translations.php b/Updated_Cms/lang/vendor/filament-log-manager/nl/translations.php
new file mode 100644
index 0000000000..ddd5ccf908
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament-log-manager/nl/translations.php
@@ -0,0 +1,17 @@
+ 'Logs',
+ 'navigation_group' => 'Systeem',
+ 'title' => 'Logs',
+ 'search_placeholder' => 'Selecteer of zoek een logbestand',
+ 'no_logs' => 'Geen logs om weer te geven',
+ 'delete' => 'Verwijderen',
+ 'download' => 'Downloaden',
+ 'no_such_file' => 'Geen dergelijk bestand',
+ 'file_too_large' => 'Bestand is te groot',
+ 'modal_delete_heading' => 'Dit logbestand verwijderen?',
+ 'modal_delete_subheading' => 'Weet je zeker dat je dit logbestand wilt verwijderen?',
+ 'modal_delete_action_cancel' => 'Annuleren',
+ 'modal_delete_action_confirm' => 'Verwijderen',
+];
diff --git a/Updated_Cms/lang/vendor/filament-log-manager/pt_BR/translations.php b/Updated_Cms/lang/vendor/filament-log-manager/pt_BR/translations.php
new file mode 100644
index 0000000000..402095f4b3
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament-log-manager/pt_BR/translations.php
@@ -0,0 +1,17 @@
+ 'Registros',
+ 'navigation_group' => 'Sistema',
+ 'title' => 'Registros',
+ 'search_placeholder' => 'Selecione ou busque um arquivo de registro',
+ 'no_logs' => 'Nenhum registro para exibir',
+ 'delete' => 'Excluir',
+ 'download' => 'Baixar',
+ 'no_such_file' => 'Arquivo não encontrado',
+ 'file_too_large' => 'Arquivo é muito grande',
+ 'modal_delete_heading' => 'Excluir este arquivo de registros?',
+ 'modal_delete_subheading' => 'Tem certeza de que deseja excluir este arquivo de registros?',
+ 'modal_delete_action_cancel' => 'Cancelar',
+ 'modal_delete_action_confirm' => 'Excluir',
+];
diff --git a/Updated_Cms/lang/vendor/filament-log-manager/tr/translations.php b/Updated_Cms/lang/vendor/filament-log-manager/tr/translations.php
new file mode 100644
index 0000000000..ec8876d7e0
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament-log-manager/tr/translations.php
@@ -0,0 +1,17 @@
+ 'Kayıtlar',
+ 'navigation_group' => 'Sistem',
+ 'title' => 'Kayıtlar',
+ 'search_placeholder' => 'Bir log dosyası seçin veya arayın',
+ 'no_logs' => 'Gösterilecek log yok',
+ 'delete' => 'Sil',
+ 'download' => 'İndir',
+ 'no_such_file' => 'Böyle bir dosya yok',
+ 'file_too_large' => 'Dosya çok büyük',
+ 'modal_delete_heading' => 'Bu log dosyasını sil?',
+ 'modal_delete_subheading' => 'Bu log dosyasını silmek istediğinizden emin misiniz?',
+ 'modal_delete_action_cancel' => 'İptal',
+ 'modal_delete_action_confirm' => 'Sil',
+];
diff --git a/Updated_Cms/lang/vendor/filament/da/login.php b/Updated_Cms/lang/vendor/filament/da/login.php
new file mode 100644
index 0000000000..46cfe5d1a7
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/da/login.php
@@ -0,0 +1,42 @@
+ 'Log ind',
+
+ 'heading' => 'Log ind på din konto',
+
+ 'buttons' => [
+
+ 'submit' => [
+ 'label' => 'Log ind',
+ ],
+
+ ],
+
+ 'fields' => [
+
+ 'email' => [
+ 'label' => 'E-mail adresse',
+ ],
+
+ 'username' => [
+ 'label' => 'Brugernavn'
+ ],
+
+ 'password' => [
+ 'label' => 'Adgangskode',
+ ],
+
+ 'remember' => [
+ 'label' => 'Husk mig',
+ ],
+
+ ],
+
+ 'messages' => [
+ 'failed' => 'Disse legitimationsoplysninger matcher ikke vores optegnelser.',
+ 'throttled' => 'For mange login forsøg. Prøv igen om :seconds sekunder.',
+ ],
+
+];
diff --git a/Updated_Cms/lang/vendor/filament/da/resources.php b/Updated_Cms/lang/vendor/filament/da/resources.php
new file mode 100644
index 0000000000..323fb209b9
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/da/resources.php
@@ -0,0 +1,702 @@
+ [
+ 'Dashboard' => 'Instrumentbræt',
+ 'Hotel' => 'Hotel',
+ 'Website' => 'Hjemmeside',
+ 'Help Center' => 'Hjælpecenter',
+ 'Administration' => 'Administration',
+ 'User Management' => 'Brugeradministration',
+ 'Profile Management' => 'Profile Management',
+ 'Shop' => 'Shop',
+ 'Logs' => 'Logs',
+ ],
+
+ 'resources' => [
+ 'dashboard' => [
+ 'navigation_label' => 'Instrumentbræt'
+ ],
+ 'achievements' => [
+ 'navigation_label' => 'Administrer Præstationer',
+ 'label' => 'Præstation',
+ 'plural' => 'Præstationer',
+ ],
+ 'emulator-settings' => [
+ 'navigation_label' => 'Emulator Indstillinger',
+ 'label' => 'Indstilling',
+ 'plural' => 'Emulator Indstillinger',
+ ],
+ 'articles' => [
+ 'navigation_label' => 'Administrer Artikler',
+ 'label' => 'Artikel',
+ 'plural' => 'Artikler',
+ ],
+ 'cms-settings' => [
+ 'navigation_label' => 'CMS Indstillinger',
+ 'label' => 'Indstilling',
+ 'plural' => 'CMS Indstillinger',
+ ],
+ 'help-question-categories' => [
+ 'navigation_label' => 'Administrer Kategorier',
+ 'label' => 'Kategori',
+ 'plural' => 'Spørgsmålskategorier',
+ ],
+ 'help-questions' => [
+ 'navigation_label' => 'Administrer Spørgsmål',
+ 'label' => 'Spørgsmål',
+ 'plural' => 'Spørgsmål',
+ ],
+ 'tags' => [
+ 'navigation_label' => 'Administrer Tags',
+ 'label' => 'Tag',
+ 'plural' => 'Tags',
+ ],
+ 'bans' => [
+ 'navigation_label' => 'Administrer Spærringer',
+ 'label' => 'Spærring',
+ 'plural' => 'Spærringer',
+ ],
+ 'users' => [
+ 'navigation_label' => 'Administrer Brugere',
+ 'label' => 'Bruger',
+ 'plural' => 'Brugere',
+ ],
+ 'badge-resource' => [
+ 'navigation_label' => 'Administrer Mærker',
+ 'label' => 'Mærke',
+ 'plural' => 'Mærker',
+ ],
+ 'home-items' => [
+ 'navigation_label' => 'Manage Home Items',
+ 'label' => 'Home Item',
+ 'plural' => 'Home Items',
+ ],
+ 'home-categories' => [
+ 'navigation_label' => 'Manage Home Categories',
+ 'label' => 'Home Category',
+ 'plural' => 'Home Categories',
+ ],
+ 'navigations' => [
+ 'navigation_label' => 'Administrer Navigation',
+ 'label' => 'Navigation',
+ 'plural' => 'Navigations',
+ ],
+ 'teams' => [
+ 'navigation_label' => 'Manage Teams',
+ 'label' => 'Team',
+ 'plural' => 'Teams',
+ ],
+ 'shop-products' => [
+ 'navigation_label' => 'Manage Products',
+ 'label' => 'Product',
+ 'plural' => 'Products',
+ ],
+ 'shop-categories' => [
+ 'navigation_label' => 'Manage Categories',
+ 'label' => 'Category',
+ 'plural' => 'Categories',
+ ],
+ 'shop-orders' => [
+ 'navigation_label' => 'Manage Orders',
+ 'label' => 'Order',
+ 'plural' => 'Orders',
+ ],
+ 'command-logs' => [
+ 'navigation_label' => 'Manage Command Logs',
+ 'label' => 'Command Log',
+ 'plural' => 'Command Logs',
+ ],
+ 'word-filters' => [
+ 'navigation_label' => 'Manage Word Filter',
+ 'label' => 'Word Filter',
+ 'plural' => 'Word Filters',
+ ],
+ 'writeable-boxes' => [
+ 'navigation_label' => 'Manage Writeable Boxes',
+ 'label' => 'Writeable Box',
+ 'plural' => 'Writeable Boxes',
+ ],
+ 'permissions' => [
+ 'navigation_label' => 'Manage Permissions',
+ 'label' => 'Permission',
+ 'plural' => 'Permissions',
+ ],
+ 'emulator-texts' => [
+ 'navigation_label' => 'Manage Emulator Texts',
+ 'label' => 'Emulator Text',
+ 'plural' => 'Emulator Texts',
+ ],
+ 'chatlog-private' => [
+ 'navigation_label' => 'Manage Private Chatlogs',
+ 'label' => 'Private Chatlog',
+ 'plural' => 'Private Chatlogs',
+ ],
+ 'chatlog-rooms' => [
+ 'navigation_label' => 'Manage Room Chatlogs',
+ 'label' => 'Room Chatlog',
+ 'plural' => 'Room Chatlogs',
+ ],
+
+ // Relations
+ 'settings' => [
+ 'navigation_label' => 'Indstillinger',
+ 'label' => 'Indstilling',
+ 'plural' => 'Indstillinger',
+ ],
+ 'badges' => [
+ 'navigation_label' => 'Mærker',
+ 'label' => 'Mærke',
+ 'plural' => 'Mærker',
+ ],
+ 'product-item' => [
+ 'navigation_label' => 'Items',
+ 'label' => 'Item',
+ 'plural' => 'Items',
+ ],
+ 'dashboards' => [
+ 'navigation_label' => 'Dashboard',
+ 'label' => 'Dashboard',
+ 'plural' => 'Dashboard',
+ ],
+ 'badge-pages' => [
+ 'navigation_label' => 'Badge Page',
+ 'label' => 'Badge Page',
+ 'plural' => 'Badge Pages',
+ ],
+ 'permission-roles' => [
+ 'navigation_label' => 'Roles',
+ 'label' => 'Role',
+ 'plural' => 'Roles',
+ ],
+ ],
+
+ 'common' => [
+ 'All' => 'Alle',
+ 'Yes' => 'Ja',
+ 'No' => 'Nej',
+ 'Sucessfull' => 'Succesfuld',
+ 'Never' => 'Aldrig',
+ 'Account' => 'Konto',
+ 'IP' => 'IP',
+ 'Machine' => 'Maskine',
+ 'Super' => 'Super',
+ 'Male' => 'Mand',
+ 'Female' => 'Kvinde',
+ 'Credits' => 'Kreditter',
+ 'Duckets' => 'Duckets',
+ 'Diamonds' => 'Diamanter',
+ 'Points' => 'Point',
+ 'Update' => 'Update',
+ 'Create' => 'Create',
+ 'Open link' => 'Åben link',
+ 'Sticker' => 'Sticker',
+ 'Widget' => 'Widget',
+ 'Note' => 'Note',
+ 'Background' => 'Background',
+ ],
+
+ 'helpers' => [
+ 'achievement_points' => 'Præstationspoint, der skal belønnes',
+ 'achievement_progress_needed' => 'Fremgang der kræves for at fuldføre præstationen',
+ 'help_questions_category_icon' => 'Du kan bruge ethvert billedlink her. Vi anbefaler at bruge et billede med en størrelse på 20x20.',
+ 'change_username_description' => 'Tillad denne bruger at ændre deres brugernavn (inden for klienten)',
+ 'change_password_description' => 'Lad feltet stå tomt for at beholde den nuværende adgangskode',
+ 'badge_code_helper' => 'Enter the code and click on the magnifying glass next to the field. If the badge exists, all fields will be filled in automatically.',
+ 'home_item_limit_helper' => 'Buy limit for this item. Leave blank for unlimited.',
+ 'limit_per_user_helper' => 'Purchase limit per user, or leave blank for unlimited.',
+ 'sales_count_helper' => 'Total sales for this item. (This information is automatically updated)',
+ 'badge_item_data_helper' => 'Enter the badge code below.',
+ 'furniture_item_data_helper' => "Enter the furniture 'item_name' below. (This data can be found in the 'items_base' table in the database)",
+ 'room_item_data_helper' => 'Enter the room ID below.',
+ 'currency_item_data_helper' => 'Enter the currency name below. Can be one of: diamonds, duckets, credits or points',
+ 'rank_item_data_helper' => 'Enter the rank ID below.',
+ 'empty_item_data_helper' => 'Select an item type to view the necessary information.',
+ ],
+
+ 'tabs' => [
+ 'Home' => 'Hjem',
+ 'Main' => 'Hoved',
+ 'Configurations' => 'Konfigurationer',
+ 'General Information' => 'Generel Information',
+ 'Currencies' => 'Valutaer',
+ 'Security' => 'Sikkerhed',
+ 'Change Username' => 'Skift Brugernavn',
+ 'Change Email' => 'Skift Email',
+ 'Change Password' => 'Skift Adgangskode',
+ 'Change Rank' => 'Skift Rang',
+ 'Account Data' => 'Kontodata',
+ 'Extra Settings' => 'Ekstra Indstillinger',
+ 'Metrics' => 'Metrics',
+ 'In-game Permissions' => 'In-game Permissions',
+ ],
+
+ 'inputs' => [
+ 'key' => 'Nøgle',
+ 'value' => 'Værdi',
+ 'comment' => 'Kommentar',
+ 'name' => 'Navn',
+ 'level' => 'Niveau',
+ 'email' => 'Email',
+ 'category' => 'Kategori',
+ 'visible' => 'Synlig',
+ 'reward_type' => 'Belønnings Type',
+ 'reward_amount' => 'Belønnings Beløb',
+ 'points' => 'Point',
+ 'progress_needed' => 'Fremgang Krævet',
+ 'fixed' => 'Fast',
+ 'allow_comments' => 'Tillad Kommentarer',
+ 'title' => 'Titel',
+ 'description' => 'Beskrivelse',
+ 'image' => 'Billede',
+ 'icon' => 'Ikon',
+ 'content' => 'Indhold',
+ 'is_promotion' => 'Er denne artikel en promotion?',
+ 'promotion_ends_at' => 'Promotion slutter den',
+ 'categories' => 'Kategorier',
+ 'background_color' => 'Baggrundsfarve',
+ 'expires_at' => 'Udløber den',
+ 'reason' => 'Årsag',
+ 'type' => 'Type',
+ 'username' => 'Brugernavn',
+ 'motto' => 'Motto',
+ 'gender' => 'Køn',
+ 'created_at' => 'Oprettet den',
+ 'last_login' => 'Sidste Login',
+ 'last_online' => 'Sidst Online',
+ 'ip_register' => 'Registrerings IP',
+ 'ip_current' => 'Nuværende IP',
+ 'referral_code' => 'Henvisningskode',
+ 'referrer_code' => 'Henvisers Kode',
+ 'allow_change_username' => 'Tillad ændring af brugernavn',
+ 'new_password' => 'Ny Adgangskode',
+ 'new_password_confirmation' => 'Bekræft Ny Adgangskode',
+ 'rank' => 'Rang',
+ 'badge_code' => 'Mærkekode',
+ 'achievement_score' => 'Præstationspoint',
+ 'respects_received' => 'Modtaget Respekt',
+ 'can_trade' => 'Kan Handle?',
+ 'block_following' => 'Bloker Følgende',
+ 'block_friendrequests' => 'Bloker Venneanmodninger',
+ 'block_roominvites' => 'Bloker Værelsesinvitationer',
+ 'max_rooms' => 'Maksimalt Antal Værelser',
+ 'max_friends' => 'Maksimalt Antal Venner',
+ 'old_chat' => 'Gammel Chat',
+ 'block_camera_follow' => 'Bloker Kamerastyring',
+ 'ignore_bots' => 'Ignorer Robotter',
+ 'ignore_pets' => 'Ignorer Kæledyr',
+ 'badge_code' => 'Badge Code',
+ 'badge_title' => 'Badge Title',
+ 'badge_description' => 'Badge Description',
+ 'badge_image' => 'Badge Image',
+ 'price' => 'Price',
+ 'currency_type' => 'Currency Type',
+ 'limit' => 'Limit',
+ 'slug' => 'Slug',
+ 'order' => 'Order',
+ 'new_tab' => 'New Tab',
+ 'label' => 'Label',
+ 'team_id' => 'Team',
+ 'is_hidden' => 'Skjult?',
+ 'is_featured' => 'Is Featured?',
+ 'limit_per_user' => 'Limit Per User',
+ 'sales_count' => 'Sales Count',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'is_active' => 'Is Active?',
+ 'item_is_active' => 'Can this item be displayed and sent to other users through a purchase?',
+ 'order_id' => 'Order ID',
+ 'status' => 'Status',
+ 'paypal_fee' => 'Paypal Fee',
+ 'details' => 'Details',
+ 'is_delivered' => 'Is Delivered?',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'log_commands' => 'Log Commands',
+ 'room_effect' => 'Room Effect',
+ 'prefix' => 'Prefix',
+ 'prefix_color' => 'Prefix Color',
+ 'auto_credits_amount' => 'Auto Credits Quantity',
+ 'auto_pixels_amount' => 'Auto Pixels Quantity',
+ 'auto_gotw_amount' => 'Auto GOTW Quantity',
+ 'auto_points_amount' => 'Auto Points Quantity',
+ 'users' => 'Users',
+ 'message' => 'Message',
+ 'url' => 'URL',
+ 'as_staff' => 'Send as Hotel Staff (Anonymous)',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'columns' => [
+ 'id' => 'ID',
+ 'user_id' => 'User ID',
+ 'room_id' => 'Room ID',
+ 'badge' => 'Mærke',
+ 'name' => 'Navn',
+ 'level' => 'Niveau',
+ 'category' => 'Kategori',
+ 'visible' => 'Synlig',
+ 'key' => 'Nøgle',
+ 'value' => 'Værdi',
+ 'title' => 'Titel',
+ 'image' => 'Billede',
+ 'by' => 'Af',
+ 'fixed' => 'Fast',
+ 'allow_comments' => 'Tillad Kommentarer',
+ 'comment' => 'Kommentar',
+ 'order' => 'Rækkefølge',
+ 'icon' => 'Ikon',
+ 'questions_count' => 'Tilknyttede Spørgsmål',
+ 'background_color' => 'Baggrundsfarve',
+ 'avatar' => 'Avatar',
+ 'username' => 'Brugernavn',
+ 'reason' => 'Årsag',
+ 'type' => 'Type',
+ 'banned_at' => 'Spærret Den',
+ 'expires_at' => 'Udløber Den',
+ 'email' => 'Email',
+ 'motto' => 'Motto',
+ 'created_at' => 'Oprettet Den',
+ 'online' => 'Online?',
+ 'badge_code' => 'Mærkekode',
+ 'equipped' => 'Udstyret?',
+ 'achievement_score' => 'Præstationspoint',
+ 'respects_received' => 'Modtaget Respekt',
+ 'online_time' => 'Online Tid',
+ 'can_trade' => 'Kan Handle?',
+ 'can_change_name' => 'Kan ændre Navn?',
+ 'price' => 'Price',
+ 'slug' => 'Slug',
+ 'new_tab' => 'New Tab',
+ 'is_featured' => 'Featured?',
+ 'sales_count' => 'Sales Count',
+ 'type' => 'Type',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'order_id' => 'Order ID',
+ 'is_delivered' => 'Is Delivered?',
+ 'command' => 'Command',
+ 'success' => 'Success',
+ 'executed_at' => 'Executed At',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'is_hidden' => 'Is Hidden?',
+ 'prefix' => 'Prefix',
+ 'hidden' => 'Hidden',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'options' => [
+ 'badge' => 'Badge',
+ 'furniture' => 'Furniture',
+ 'room' => 'Room',
+ 'currency' => 'Currency',
+ 'rank' => 'Rank',
+ 'completed' => 'Completed',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'yes' => 'Yes',
+ 'no' => 'No',
+ 'staff' => 'Staff',
+ 'shop' => 'Shop',
+ 'teams' => 'Teams',
+ ],
+
+ 'widgets' => [
+ 'pending_orders' => 'Pending Orders',
+ 'completed_orders' => 'Completed Orders',
+ 'canceled_orders' => 'Canceled Orders',
+ 'were_canceled' => 'were cancelered.',
+ 'are_pending_payment' => 'are pending payment.',
+ 'were_completed' => 'have been paid and completed.',
+ ],
+
+ 'filters' => [
+ 'success' => 'Success',
+ 'page_target' => 'Page Target',
+ 'visible' => 'Visible',
+ ],
+
+ 'notifications' => [
+ 'badge_code_required' => 'Du skal angive en mærkekode.',
+ 'badge_found' => 'Mærke fundet!',
+ 'badge_updated' => 'Mærke opdateret!',
+ 'badge_update_failed' => 'Mærke opdatering mislykkedes!',
+ 'create_badge' => 'Enter the data below to create a new badge!',
+ 'badge_texts_required' => 'You need to enter the badge texts.',
+ 'badge_image_required' => 'You need to enter a badge image url.',
+ ],
+
+ 'stats' => [
+ 'users_count' => [
+ 'title' => 'Users Count',
+ 'description' => 'users registered.',
+ ],
+ 'furniture_count' => [
+ 'title' => 'Furniture Count',
+ 'description' => 'furniture items registered.',
+ ],
+ 'rooms_count' => [
+ 'title' => 'Rooms Count',
+ 'description' => 'rooms created.',
+ ],
+ 'photos_count' => [
+ 'title' => 'Photos Count',
+ 'description' => 'photos uploaded.',
+ ],
+ 'badge_count' => [
+ 'title' => 'Badge Count',
+ 'description' => 'Avalible Badges.',
+ ],
+ 'articles_chart' => [
+ 'title' => 'Articles (Monthly)',
+ 'label' => 'Articles',
+ 'description' => 'Amount of articles created this month.',
+ ],
+ 'orders_chart' => [
+ 'title' => 'Orders (Monthly)',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'completed' => 'Completed',
+ 'description' => 'Amount of orders created this month.',
+ ],
+ ],
+
+ 'permissions' => [
+ 'cmd_about' => 'About Command',
+ 'cmd_alert' => 'Alert Command',
+ 'cmd_allow_trading' => 'Allow Trading Command',
+ 'cmd_badge' => 'Badge Command',
+ 'cmd_ban' => 'Ban Command',
+ 'cmd_blockalert' => 'Block Alert Command',
+ 'cmd_bots' => 'Bots Command',
+ 'cmd_bundle' => 'Bundle Command',
+ 'cmd_calendar' => 'Calendar Command',
+ 'cmd_changename' => 'Change Name Command',
+ 'cmd_chatcolor' => 'Chat Color Command',
+ 'cmd_commands' => 'Commands Command',
+ 'cmd_connect_camera' => 'Connect Camera Command',
+ 'cmd_control' => 'Control Command',
+ 'cmd_coords' => 'Coords Command',
+ 'cmd_credits' => 'Credits Command',
+ 'cmd_subscription' => 'Subscription Command',
+ 'cmd_danceall' => 'Dance All Command',
+ 'cmd_diagonal' => 'Diagonal Command',
+ 'cmd_disconnect' => 'Disconnect Command',
+ 'cmd_duckets' => 'Duckets Command',
+ 'cmd_ejectall' => 'Eject All Command',
+ 'cmd_empty' => 'Empty Command',
+ 'cmd_empty_bots' => 'Empty Bots Command',
+ 'cmd_empty_pets' => 'Empty Pets Command',
+ 'cmd_enable' => 'Enable Command',
+ 'cmd_event' => 'Event Command',
+ 'cmd_faceless' => 'Faceless Command',
+ 'cmd_fastwalk' => 'Fastwalk Command',
+ 'cmd_filterword' => 'Filterword Command',
+ 'cmd_freeze' => 'Freeze Command',
+ 'cmd_freeze_bots' => 'Freeze Bots Command',
+ 'cmd_gift' => 'Gift Command',
+ 'cmd_give_rank' => 'Give Rank Command',
+ 'cmd_ha' => 'HA Command',
+ 'acc_can_stalk' => 'Can Stalk',
+ 'cmd_hal' => 'HAL Command',
+ 'cmd_invisible' => 'Invisible Command',
+ 'cmd_ip_ban' => 'IP Ban Command',
+ 'cmd_machine_ban' => 'Machine Ban Command',
+ 'cmd_hand_item' => 'Hand Item Command',
+ 'cmd_happyhour' => 'Happy Hour Command',
+ 'cmd_hidewired' => 'Hide Wired Command',
+ 'cmd_kickall' => 'Kick All Command',
+ 'cmd_softkick' => 'Softkick Command',
+ 'cmd_massbadge' => 'Mass Badge Command',
+ 'cmd_roombadge' => 'Room Badge Command',
+ 'cmd_masscredits' => 'Mass Credits Command',
+ 'cmd_massduckets' => 'Mass Duckets Command',
+ 'cmd_massgift' => 'Mass Gift Command',
+ 'cmd_masspoints' => 'Mass Points Command',
+ 'cmd_moonwalk' => 'Moonwalk Command',
+ 'cmd_mimic' => 'Mimic Command',
+ 'cmd_multi' => 'Multi Command',
+ 'cmd_mute' => 'Mute Command',
+ 'cmd_pet_info' => 'Pet Info Command',
+ 'cmd_pickall' => 'Pick All Command',
+ 'cmd_plugins' => 'Plugins Command',
+ 'cmd_points' => 'Points Command',
+ 'cmd_promote_offer' => 'Promote Offer Command',
+ 'cmd_pull' => 'Pull Command',
+ 'cmd_push' => 'Push Command',
+ 'cmd_redeem' => 'Redeem Command',
+ 'cmd_reload_room' => 'Reload Room Command',
+ 'cmd_roomalert' => 'Room Alert Command',
+ 'cmd_roomcredits' => 'Room Credits Command',
+ 'cmd_roomeffect' => 'Room Effect Command',
+ 'cmd_roomgift' => 'Room Gift Command',
+ 'cmd_roomitem' => 'Room Item Command',
+ 'cmd_roommute' => 'Room Mute Command',
+ 'cmd_roompixels' => 'Room Pixels Command',
+ 'cmd_roompoints' => 'Room Points Command',
+ 'cmd_say' => 'Say Command',
+ 'cmd_say_all' => 'Say All Command',
+ 'cmd_setmax' => 'Set Max Command',
+ 'cmd_set_poll' => 'Set Poll Command',
+ 'cmd_setpublic' => 'Set Public Command',
+ 'cmd_setspeed' => 'Set Speed Command',
+ 'cmd_shout' => 'Shout Command',
+ 'cmd_shout_all' => 'Shout All Command',
+ 'cmd_shutdown' => 'Shutdown Command',
+ 'cmd_sitdown' => 'Sitdown Command',
+ 'cmd_staffalert' => 'Staff Alert Command',
+ 'cmd_staffonline' => 'Staff Online Command',
+ 'cmd_summon' => 'Summon Command',
+ 'cmd_summonrank' => 'Summon Rank Command',
+ 'cmd_super_ban' => 'Super Ban Command',
+ 'cmd_stalk' => 'Stalk Command',
+ 'cmd_superpull' => 'Superpull Command',
+ 'cmd_take_badge' => 'Take Badge Command',
+ 'cmd_talk' => 'Talk Command',
+ 'cmd_teleport' => 'Teleport Command',
+ 'cmd_trash' => 'Trash Command',
+ 'cmd_transform' => 'Transform Command',
+ 'cmd_unban' => 'Unban Command',
+ 'cmd_unload' => 'Unload Command',
+ 'cmd_unmute' => 'Unmute Command',
+ 'cmd_update_achievements' => 'Update Achievements Command',
+ 'cmd_update_bots' => 'Update Bots Command',
+ 'cmd_update_catalogue' => 'Update Catalogue Command',
+ 'cmd_update_config' => 'Update Config Command',
+ 'cmd_update_guildparts' => 'Update Guildparts Command',
+ 'cmd_update_hotel_view' => 'Update Hotel View Command',
+ 'cmd_update_items' => 'Update Items Command',
+ 'cmd_update_navigator' => 'Update Navigator Command',
+ 'cmd_update_permissions' => 'Update Permissions Command',
+ 'cmd_update_pet_data' => 'Update Pet Data Command',
+ 'cmd_update_plugins' => 'Update Plugins Command',
+ 'cmd_update_polls' => 'Update Polls Command',
+ 'cmd_update_texts' => 'Update Texts Command',
+ 'cmd_update_wordfilter' => 'Update Wordfilter Command',
+ 'cmd_userinfo' => 'Userinfo Command',
+ 'cmd_word_quiz' => 'Word Quiz Command',
+ 'cmd_warp' => 'Warp Command',
+ 'acc_anychatcolor' => 'Any Chat Color',
+ 'acc_anyroomowner' => 'Any Room Owner',
+ 'acc_empty_others' => 'Empty Others',
+ 'acc_enable_others' => 'Enable Others',
+ 'acc_see_whispers' => 'See Whispers',
+ 'acc_see_tentchat' => 'See Tentchat',
+ 'acc_superwired' => 'Superwired',
+ 'acc_supporttool' => 'Support Tool',
+ 'acc_unkickable' => 'Unkickable',
+ 'acc_guildgate' => 'Guild Gate',
+ 'acc_moverotate' => 'Move Rotate',
+ 'acc_placefurni' => 'Place Furni',
+ 'acc_unlimited_bots' => 'Unlimited Bots',
+ 'acc_unlimited_pets' => 'Unlimited Pets',
+ 'acc_hide_ip' => 'Hide IP',
+ 'acc_hide_mail' => 'Hide Mail',
+ 'acc_not_mimiced' => 'Not Mimiced',
+ 'acc_chat_no_flood' => 'Chat No Flood',
+ 'acc_staff_chat' => 'Staff Chat',
+ 'acc_staff_pick' => 'Staff Pick',
+ 'acc_enteranyroom' => 'Enter Any Room',
+ 'acc_fullrooms' => 'Full Rooms',
+ 'acc_infinite_credits' => 'Infinite Credits',
+ 'acc_infinite_pixels' => 'Infinite Pixels',
+ 'acc_infinite_points' => 'Infinite Points',
+ 'acc_ambassador' => 'Ambassador',
+ 'acc_debug' => 'Debug',
+ 'acc_chat_no_limit' => 'Chat No Limit',
+ 'acc_chat_no_filter' => 'Chat No Filter',
+ 'acc_nomute' => 'No Mute',
+ 'acc_guild_admin' => 'Guild Admin',
+ 'acc_catalog_ids' => 'Catalog IDs',
+ 'acc_modtool_ticket_q' => 'Modtool Ticket Q',
+ 'acc_modtool_user_logs' => 'Modtool User Logs',
+ 'acc_modtool_user_alert' => 'Modtool User Alert',
+ 'acc_modtool_user_kick' => 'Modtool User Kick',
+ 'acc_modtool_user_ban' => 'Modtool User Ban',
+ 'acc_modtool_room_info' => 'Modtool Room Info',
+ 'acc_modtool_room_logs' => 'Modtool Room Logs',
+ 'acc_trade_anywhere' => 'Trade Anywhere',
+ 'acc_update_notifications' => 'Update Notifications',
+ 'acc_helper_use_guide_tool' => 'Helper Use Guide Tool',
+ 'acc_helper_give_guide_tours' => 'Helper Give Guide Tours',
+ 'acc_helper_judge_chat_reviews' => 'Helper Judge Chat Reviews',
+ 'acc_floorplan_editor' => 'Floorplan Editor',
+ 'acc_camera' => 'Camera',
+ 'acc_ads_background' => 'Ads Background',
+ 'cmd_wordquiz' => 'Wordquiz Command',
+ 'acc_room_staff_tags' => 'Room Staff Tags',
+ 'acc_infinite_friends' => 'Infinite Friends',
+ 'acc_mimic_unredeemed' => 'Mimic Unredeemed',
+ 'cmd_update_youtube_playlists' => 'Update Youtube Playlists Command',
+ 'cmd_add_youtube_playlist' => 'Add Youtube Playlist Command',
+ 'auto_credits_amount' => 'Auto Credits Amount',
+ 'auto_pixels_amount' => 'Auto Pixels Amount',
+ 'auto_gotw_amount' => 'Auto GOTW Amount',
+ 'auto_points_amount' => 'Auto Points Amount',
+ 'acc_mention' => 'Mention',
+ 'cmd_setstate' => 'Setstate Command',
+ 'cmd_buildheight' => 'Buildheight Command',
+ 'cmd_setrotation' => 'Setrotation Command',
+ 'cmd_sellroom' => 'Sellroom Command',
+ 'cmd_buyroom' => 'Buyroom Command',
+ 'cmd_pay' => 'Pay Command',
+ 'cmd_kill' => 'Kill Command',
+ 'cmd_hoverboard' => 'Hoverboard Command',
+ 'cmd_kiss' => 'Kiss Command',
+ 'cmd_hug' => 'Hug Command',
+ 'cmd_welcome' => 'Welcome Command',
+ 'cmd_disable_effects' => 'Disable Effects Command',
+ 'cmd_brb' => 'BRB Command',
+ 'cmd_nuke' => 'Nuke Command',
+ 'cmd_slime' => 'Slime Command',
+ 'cmd_explain' => 'Explain Command',
+ 'cmd_closedice' => 'Closedice Command',
+ 'acc_closedice_room' => 'Closedice Room',
+ 'cmd_set' => 'Set Command',
+ 'cmd_furnidata' => 'Furnidata Command',
+ 'kiss_cmd' => 'Kiss Command',
+ 'acc_calendar_force' => 'Calendar Force',
+ 'cmd_update_calendar' => 'Update Calendar Command',
+ ],
+
+ 'sections' => [
+ 'permissions' => [
+ 'title' => 'Permissions Section',
+ 'description' => "Tip: If you prefer, you can leave all the fields below empty when creating a rank. It will come with the bank's default permissions (configured by Arcturus)",
+ ]
+ ],
+
+ 'roles' => [
+ 'view_any' => 'View Any',
+ 'view' => 'View',
+ 'create' => 'Create',
+ 'update' => 'Update',
+ 'delete' => 'Delete',
+ 'delete_any' => 'Delete Any',
+ 'restore' => 'Restore',
+ 'restore_any' => 'Restore Any',
+ 'force_delete' => 'Force Delete',
+ 'force_delete_any' => 'Force Delete Any',
+ 'replicate' => 'Replicate',
+ 'reorder' => 'Reorder',
+ ],
+
+ 'actions' => [
+ 'select_all' => 'Select All',
+ 'deselect_all' => 'Deselect All',
+ 'sent_notifications' => 'Send Notifications',
+ ]
+];
diff --git a/Updated_Cms/lang/vendor/filament/de/login.php b/Updated_Cms/lang/vendor/filament/de/login.php
new file mode 100644
index 0000000000..5d6d4f0637
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/de/login.php
@@ -0,0 +1,42 @@
+ 'Anmeldung',
+
+ 'heading' => 'Melden Sie sich mit Ihrem Konto an',
+
+ 'buttons' => [
+
+ 'submit' => [
+ 'label' => 'Anmelden',
+ ],
+
+ ],
+
+ 'fields' => [
+
+ 'email' => [
+ 'label' => 'E-Mail',
+ ],
+
+ 'username' => [
+ 'label' => 'User Name'
+ ],
+
+ 'password' => [
+ 'label' => 'Passwort',
+ ],
+
+ 'remember' => [
+ 'label' => 'Hast du dein Passwort vergessen?',
+ ],
+
+ ],
+
+ 'messages' => [
+ 'failed' => 'Diese Anmeldeinformationen stimmen nicht mit unseren Unterlagen überein.',
+ 'throttled' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds Sekunden erneut.',
+ ],
+
+];
diff --git a/Updated_Cms/lang/vendor/filament/de/resources.php b/Updated_Cms/lang/vendor/filament/de/resources.php
new file mode 100644
index 0000000000..80355039a9
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/de/resources.php
@@ -0,0 +1,704 @@
+ [
+ 'Dashboard' => 'Dashboard',
+ 'Hotel' => 'Hotel',
+ 'Website' => 'Website',
+ 'Help Center' => 'Help Center',
+ 'Administration' => 'Administration',
+ 'User Management' => 'User Management',
+ 'Profile Management' => 'Profile Management',
+ 'Shop' => 'Shop',
+ 'Logs' => 'Logs'
+ ],
+
+ 'resources' => [
+ 'dashboard' => [
+ 'navigation_label' => 'Dashboard'
+ ],
+ 'achievements' => [
+ 'navigation_label' => 'Manage Achievements',
+ 'label' => 'Achievement',
+ 'plural' => 'Achievements',
+ ],
+ 'emulator-settings' => [
+ 'navigation_label' => 'Emulator Settings',
+ 'label' => 'Setting',
+ 'plural' => 'Emulator Settings',
+ ],
+ 'articles' => [
+ 'navigation_label' => 'Manage Articles',
+ 'label' => 'Article',
+ 'plural' => 'Articles',
+ ],
+ 'cms-settings' => [
+ 'navigation_label' => 'CMS Settings',
+ 'label' => 'Setting',
+ 'plural' => 'CMS Settings',
+ ],
+ 'help-question-categories' => [
+ 'navigation_label' => 'Manage Categories',
+ 'label' => 'Category',
+ 'plural' => 'Question Categories',
+ ],
+ 'help-questions' => [
+ 'navigation_label' => 'Manage Questions',
+ 'label' => 'Question',
+ 'plural' => 'Questions',
+ ],
+ 'tags' => [
+ 'navigation_label' => 'Manage Tags',
+ 'label' => 'Tag',
+ 'plural' => 'Tags',
+ ],
+ 'bans' => [
+ 'navigation_label' => 'Manage Bans',
+ 'label' => 'Ban',
+ 'plural' => 'Bans',
+ ],
+ 'users' => [
+ 'navigation_label' => 'Manage Users',
+ 'label' => 'User',
+ 'plural' => 'Users',
+ ],
+ 'badge-resource' => [
+ 'navigation_label' => 'Manage Badges',
+ 'label' => 'Badge',
+ 'plural' => 'Badges',
+ ],
+ 'home-items' => [
+ 'navigation_label' => 'Manage Home Items',
+ 'label' => 'Home Item',
+ 'plural' => 'Home Items',
+ ],
+ 'home-categories' => [
+ 'navigation_label' => 'Manage Home Categories',
+ 'label' => 'Home Category',
+ 'plural' => 'Home Categories',
+ ],
+ 'navigations' => [
+ 'navigation_label' => 'Manage Navigation',
+ 'label' => 'Navigation',
+ 'plural' => 'Navigations',
+ ],
+ 'teams' => [
+ 'navigation_label' => 'Manage Teams',
+ 'label' => 'Team',
+ 'plural' => 'Teams',
+ ],
+ 'shop-products' => [
+ 'navigation_label' => 'Manage Products',
+ 'label' => 'Product',
+ 'plural' => 'Products',
+ ],
+ 'shop-categories' => [
+ 'navigation_label' => 'Manage Categories',
+ 'label' => 'Category',
+ 'plural' => 'Categories',
+ ],
+ 'shop-orders' => [
+ 'navigation_label' => 'Manage Orders',
+ 'label' => 'Order',
+ 'plural' => 'Orders',
+ ],
+ 'command-logs' => [
+ 'navigation_label' => 'Manage Command Logs',
+ 'label' => 'Command Log',
+ 'plural' => 'Command Logs',
+ ],
+ 'word-filters' => [
+ 'navigation_label' => 'Manage Word Filter',
+ 'label' => 'Word Filter',
+ 'plural' => 'Word Filters',
+ ],
+ 'writeable-boxes' => [
+ 'navigation_label' => 'Manage Writeable Boxes',
+ 'label' => 'Writeable Box',
+ 'plural' => 'Writeable Boxes',
+ ],
+ 'permissions' => [
+ 'navigation_label' => 'Manage Permissions',
+ 'label' => 'Permission',
+ 'plural' => 'Permissions',
+ ],
+ 'emulator-texts' => [
+ 'navigation_label' => 'Manage Emulator Texts',
+ 'label' => 'Emulator Text',
+ 'plural' => 'Emulator Texts',
+ ],
+ 'chatlog-private' => [
+ 'navigation_label' => 'Manage Private Chatlogs',
+ 'label' => 'Private Chatlog',
+ 'plural' => 'Private Chatlogs',
+ ],
+ 'chatlog-rooms' => [
+ 'navigation_label' => 'Manage Room Chatlogs',
+ 'label' => 'Room Chatlog',
+ 'plural' => 'Room Chatlogs',
+ ],
+
+ // Relations
+ 'settings' => [
+ 'navigation_label' => 'Settings',
+ 'label' => 'Setting',
+ 'plural' => 'Settings',
+ ],
+ 'badges' => [
+ 'navigation_label' => 'Badges',
+ 'label' => 'Badge',
+ 'plural' => 'Badges',
+ ],
+ 'product-item' => [
+ 'navigation_label' => 'Items',
+ 'label' => 'Item',
+ 'plural' => 'Items',
+ ],
+ 'dashboards' => [
+ 'navigation_label' => 'Dashboard',
+ 'label' => 'Dashboard',
+ 'plural' => 'Dashboard',
+ ],
+ 'badge-pages' => [
+ 'navigation_label' => 'Badge Page',
+ 'label' => 'Badge Page',
+ 'plural' => 'Badge Pages',
+ ],
+ 'permission-roles' => [
+ 'navigation_label' => 'Roles',
+ 'label' => 'Role',
+ 'plural' => 'Roles',
+ ],
+ ],
+
+ 'common' => [
+ 'All' => 'All',
+ 'Yes' => 'Yes',
+ 'No' => 'No',
+ 'Sucessfull' => 'Successful',
+ 'Never' => 'Never',
+ 'Account' => 'Account',
+ 'IP' => 'IP',
+ 'Machine' => 'Machine',
+ 'Super' => 'Super',
+ 'Male' => 'Male',
+ 'Female' => 'Female',
+ 'Credits' => 'Credits',
+ 'Duckets' => 'Duckets',
+ 'Diamonds' => 'Diamonds',
+ 'Points' => 'Points',
+ 'Update' => 'Update',
+ 'Create' => 'Create',
+ 'Open link' => 'Open link',
+ 'Sticker' => 'Sticker',
+ 'Widget' => 'Widget',
+ 'Note' => 'Note',
+ 'Background' => 'Background',
+ ],
+
+ 'helpers' => [
+ 'achievement_points' => 'Achievement points to be rewarded',
+ 'achievement_progress_needed' => 'Progress needed to complete the achievement',
+ 'help_questions_category_icon' => 'You can use any image link here. We recommend using an image with a size of 20x20.',
+ 'change_username_description' => 'Allow this user to change their username (within the client)',
+ 'change_password_description' => 'Leave blank to keep the current password',
+ 'badge_code_helper' => 'Enter the code and click on the magnifying glass next to the field. If the badge exists, all fields will be filled in automatically.',
+ 'home_item_limit_helper' => 'Buy limit for this item. Leave blank for unlimited.',
+ 'limit_per_user_helper' => 'Purchase limit per user, or leave blank for unlimited.',
+ 'sales_count_helper' => 'Total sales for this item. (This information is automatically updated)',
+ 'badge_item_data_helper' => 'Enter the badge code below.',
+ 'furniture_item_data_helper' => "Enter the furniture 'item_name' below. (This data can be found in the 'items_base' table in the database)",
+ 'room_item_data_helper' => 'Enter the room ID below.',
+ 'currency_item_data_helper' => 'Enter the currency name below. Can be one of: credits, duckets, diamonds or points',
+ 'rank_item_data_helper' => 'Enter the rank ID below.',
+ 'empty_item_data_helper' => 'Select an item type to view the necessary information.',
+ ],
+
+ 'tabs' => [
+ 'Home' => 'Home',
+ 'Main' => 'Main',
+ 'Configurations' => 'Configurations',
+ 'General Information' => 'General Information',
+ 'Currencies' => 'Currencies',
+ 'Security' => 'Security',
+ 'Change Username' => 'Change Username',
+ 'Change Email' => 'Change Email',
+ 'Change Password' => 'Change Password',
+ 'Change Rank' => 'Change Rank',
+ 'Account Data' => 'Account Data',
+ 'Extra Settings' => 'Extra Settings',
+ 'Metrics' => 'Metrics',
+ 'In-game Permissions' => 'In-game Permissions',
+ ],
+
+ 'inputs' => [
+ 'key' => 'Key',
+ 'value' => 'Value',
+ 'comment' => 'Comment',
+ 'name' => 'Name',
+ 'level' => 'Level',
+ 'email' => 'Email',
+ 'category' => 'Category',
+ 'visible' => 'Visible',
+ 'reward_type' => 'Reward Type',
+ 'reward_amount' => 'Reward Amount',
+ 'points' => 'Points',
+ 'progress_needed' => 'Progress Needed',
+ 'fixed' => 'Fixed',
+ 'allow_comments' => 'Allow Comments',
+ 'title' => 'Title',
+ 'description' => 'Description',
+ 'image' => 'Image',
+ 'icon' => 'Icon',
+ 'content' => 'Content',
+ 'is_promotion' => 'Is this article a promotion?',
+ 'promotion_ends_at' => 'Promotion ends at',
+ 'categories' => 'Categories',
+ 'background_color' => 'Background Color',
+ 'expires_at' => 'Expires at',
+ 'reason' => 'Reason',
+ 'type' => 'Type',
+ 'username' => 'Username',
+ 'motto' => 'Motto',
+ 'gender' => 'Gender',
+ 'created_at' => 'Created At',
+ 'last_login' => 'Last Login',
+ 'last_online' => 'Last Online',
+ 'ip_register' => 'Registration IP',
+ 'ip_current' => 'Current IP',
+ 'referral_code' => 'Referral Code',
+ 'referrer_code' => 'Referrer Code',
+ 'allow_change_username' => 'Allow username change',
+ 'new_password' => 'New Password',
+ 'new_password_confirmation' => 'Confirm New Password',
+ 'rank' => 'Rank',
+ 'badge_code' => 'Badge Code',
+ 'achievement_score' => 'Achievement Score',
+ 'respects_received' => 'Respects Received',
+ 'can_trade' => 'Can Trade?',
+ 'block_following' => 'Block Following',
+ 'block_friendrequests' => 'Block Friend Requests',
+ 'block_roominvites' => 'Block Room Invites',
+ 'max_rooms' => 'Max Rooms',
+ 'max_friends' => 'Max Friends',
+ 'old_chat' => 'Old Chat',
+ 'block_camera_follow' => 'Block Camera Follow',
+ 'ignore_bots' => 'Ignore Bots',
+ 'ignore_pets' => 'Ignore Pets',
+ 'badge_code' => 'Badge Code',
+ 'badge_title' => 'Badge Title',
+ 'badge_description' => 'Badge Description',
+ 'badge_image' => 'Badge Image',
+ 'price' => 'Price',
+ 'currency_type' => 'Currency Type',
+ 'limit' => 'Limit',
+ 'slug' => 'Slug',
+ 'order' => 'Order',
+ 'new_tab' => 'New Tab',
+ 'label' => 'Label',
+ 'team_id' => 'Team',
+ 'is_hidden' => 'Is Hidden?',
+ 'is_featured' => 'Is Featured?',
+ 'limit_per_user' => 'Limit Per User',
+ 'sales_count' => 'Sales Count',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'is_active' => 'Is Active?',
+ 'item_is_active' => 'Can this item be displayed and sent to other users through a purchase?',
+ 'order_id' => 'Order ID',
+ 'status' => 'Status',
+ 'paypal_fee' => 'PayPal Fee',
+ 'details' => 'Details',
+ 'is_delivered' => 'Is Delivered?',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'log_commands' => 'Log Commands',
+ 'room_effect' => 'Room Effect',
+ 'prefix' => 'Prefix',
+ 'prefix_color' => 'Prefix Color',
+ 'auto_credits_amount' => 'Auto Credits Quantity',
+ 'auto_pixels_amount' => 'Auto Pixels Quantity',
+ 'auto_gotw_amount' => 'Auto GOTW Quantity',
+ 'auto_points_amount' => 'Auto Points Quantity',
+ 'users' => 'Users',
+ 'message' => 'Message',
+ 'url' => 'URL',
+ 'as_staff' => 'Send as Hotel Staff (Anonymous)',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'columns' => [
+ 'id' => 'ID',
+ 'user_id' => 'User ID',
+ 'room_id' => 'Room ID',
+ 'badge' => 'Badge',
+ 'name' => 'Name',
+ 'level' => 'Level',
+ 'category' => 'Category',
+ 'visible' => 'Visible',
+ 'key' => 'Key',
+ 'value' => 'Value',
+ 'title' => 'Title',
+ 'image' => 'Image',
+ 'by' => 'By',
+ 'fixed' => 'Fixed',
+ 'allow_comments' => 'Allow Comments',
+ 'comment' => 'Comment',
+ 'order' => 'Order',
+ 'icon' => 'Icon',
+ 'questions_count' => 'Linked Questions',
+ 'background_color' => 'Background Color',
+ 'avatar' => 'Avatar',
+ 'username' => 'Username',
+ 'reason' => 'Reason',
+ 'type' => 'Type',
+ 'banned_at' => 'Banned At',
+ 'expires_at' => 'Expires At',
+ 'email' => 'Email',
+ 'motto' => 'Motto',
+ 'created_at' => 'Created At',
+ 'online' => 'Online?',
+ 'badge_code' => 'Badge Code',
+ 'equipped' => 'Equipped?',
+ 'achievement_score' => 'Achievement Score',
+ 'respects_received' => 'Respects Received',
+ 'online_time' => 'Online Time',
+ 'can_trade' => 'Can Trade?',
+ 'can_change_name' => 'Can Change Name?',
+ 'price' => 'Price',
+ 'slug' => 'Slug',
+ 'new_tab' => 'New Tab',
+ 'is_featured' => 'Is Featured?',
+ 'sales_count' => 'Sales Count',
+ 'type' => 'Type',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'order_id' => 'Order ID',
+ 'is_delivered' => 'Is Delivered?',
+ 'command' => 'Command',
+ 'success' => 'Success',
+ 'executed_at' => 'Executed At',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'is_hidden' => 'Is Hidden?',
+ 'prefix' => 'Prefix',
+ 'hidden' => 'Hidden',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'options' => [
+ 'badge' => 'Badge',
+ 'furniture' => 'Furniture',
+ 'room' => 'Room',
+ 'currency' => 'Currency',
+ 'rank' => 'Rank',
+ 'completed' => 'Completed',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'yes' => 'Yes',
+ 'no' => 'No',
+ 'staff' => 'Staff',
+ 'shop' => 'Shop',
+ 'teams' => 'Teams',
+ 'rights' => 'Rights',
+ ],
+
+ 'widgets' => [
+ 'pending_orders' => 'Pending Orders',
+ 'completed_orders' => 'Completed Orders',
+ 'canceled_orders' => 'Canceled Orders',
+ 'were_canceled' => 'were cancelered.',
+ 'are_pending_payment' => 'are pending payment.',
+ 'were_completed' => 'have been paid and completed.',
+ ],
+
+ 'filters' => [
+ 'success' => 'Success',
+ 'page_target' => 'Page Target',
+ 'visible' => 'Visible',
+ ],
+
+ 'notifications' => [
+ 'badge_code_required' => 'You need to enter a badge code.',
+ 'badge_found' => 'Badge found!',
+ 'badge_updated' => 'Badge updated successfully!',
+ 'badge_update_failed' => 'Badge update failed.',
+ 'create_badge' => 'Enter the data below to create a new badge!',
+ 'badge_texts_required' => 'You need to enter the badge texts.',
+ 'badge_image_required' => 'You need to enter a badge image url.',
+ ],
+
+ 'stats' => [
+ 'users_count' => [
+ 'title' => 'Users Count',
+ 'description' => 'users registered.',
+ ],
+ 'furniture_count' => [
+ 'title' => 'Furniture Count',
+ 'description' => 'furniture items registered.',
+ ],
+ 'rooms_count' => [
+ 'title' => 'Rooms Count',
+ 'description' => 'rooms created.',
+ ],
+ 'photos_count' => [
+ 'title' => 'Photos Count',
+ 'description' => 'photos uploaded.',
+ ],
+ 'badge_count' => [
+ 'title' => 'Badge Count',
+ 'description' => 'Avalible Badges.',
+ ],
+ 'articles_chart' => [
+ 'title' => 'Articles (Monthly)',
+ 'label' => 'Articles',
+ 'description' => 'Amount of articles created this month.',
+ ],
+ 'orders_chart' => [
+ 'title' => 'Orders (Monthly)',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'completed' => 'Completed',
+ 'description' => 'Amount of orders created this month.',
+ ],
+ ],
+
+ 'permissions' => [
+ 'cmd_about' => 'About Command',
+ 'cmd_alert' => 'Alert Command',
+ 'cmd_allow_trading' => 'Allow Trading Command',
+ 'cmd_badge' => 'Badge Command',
+ 'cmd_ban' => 'Ban Command',
+ 'cmd_blockalert' => 'Block Alert Command',
+ 'cmd_bots' => 'Bots Command',
+ 'cmd_bundle' => 'Bundle Command',
+ 'cmd_calendar' => 'Calendar Command',
+ 'cmd_changename' => 'Change Name Command',
+ 'cmd_chatcolor' => 'Chat Color Command',
+ 'cmd_commands' => 'Commands Command',
+ 'cmd_connect_camera' => 'Connect Camera Command',
+ 'cmd_control' => 'Control Command',
+ 'cmd_coords' => 'Coords Command',
+ 'cmd_credits' => 'Credits Command',
+ 'cmd_subscription' => 'Subscription Command',
+ 'cmd_danceall' => 'Dance All Command',
+ 'cmd_diagonal' => 'Diagonal Command',
+ 'cmd_disconnect' => 'Disconnect Command',
+ 'cmd_duckets' => 'Duckets Command',
+ 'cmd_ejectall' => 'Eject All Command',
+ 'cmd_empty' => 'Empty Command',
+ 'cmd_empty_bots' => 'Empty Bots Command',
+ 'cmd_empty_pets' => 'Empty Pets Command',
+ 'cmd_enable' => 'Enable Command',
+ 'cmd_event' => 'Event Command',
+ 'cmd_faceless' => 'Faceless Command',
+ 'cmd_fastwalk' => 'Fastwalk Command',
+ 'cmd_filterword' => 'Filterword Command',
+ 'cmd_freeze' => 'Freeze Command',
+ 'cmd_freeze_bots' => 'Freeze Bots Command',
+ 'cmd_gift' => 'Gift Command',
+ 'cmd_give_rank' => 'Give Rank Command',
+ 'cmd_ha' => 'HA Command',
+ 'acc_can_stalk' => 'Can Stalk',
+ 'cmd_hal' => 'HAL Command',
+ 'cmd_invisible' => 'Invisible Command',
+ 'cmd_ip_ban' => 'IP Ban Command',
+ 'cmd_machine_ban' => 'Machine Ban Command',
+ 'cmd_hand_item' => 'Hand Item Command',
+ 'cmd_happyhour' => 'Happy Hour Command',
+ 'cmd_hidewired' => 'Hide Wired Command',
+ 'cmd_kickall' => 'Kick All Command',
+ 'cmd_softkick' => 'Softkick Command',
+ 'cmd_massbadge' => 'Mass Badge Command',
+ 'cmd_roombadge' => 'Room Badge Command',
+ 'cmd_masscredits' => 'Mass Credits Command',
+ 'cmd_massduckets' => 'Mass Duckets Command',
+ 'cmd_massgift' => 'Mass Gift Command',
+ 'cmd_masspoints' => 'Mass Points Command',
+ 'cmd_moonwalk' => 'Moonwalk Command',
+ 'cmd_mimic' => 'Mimic Command',
+ 'cmd_multi' => 'Multi Command',
+ 'cmd_mute' => 'Mute Command',
+ 'cmd_pet_info' => 'Pet Info Command',
+ 'cmd_pickall' => 'Pick All Command',
+ 'cmd_plugins' => 'Plugins Command',
+ 'cmd_points' => 'Points Command',
+ 'cmd_promote_offer' => 'Promote Offer Command',
+ 'cmd_pull' => 'Pull Command',
+ 'cmd_push' => 'Push Command',
+ 'cmd_redeem' => 'Redeem Command',
+ 'cmd_reload_room' => 'Reload Room Command',
+ 'cmd_roomalert' => 'Room Alert Command',
+ 'cmd_roomcredits' => 'Room Credits Command',
+ 'cmd_roomeffect' => 'Room Effect Command',
+ 'cmd_roomgift' => 'Room Gift Command',
+ 'cmd_roomitem' => 'Room Item Command',
+ 'cmd_roommute' => 'Room Mute Command',
+ 'cmd_roompixels' => 'Room Pixels Command',
+ 'cmd_roompoints' => 'Room Points Command',
+ 'cmd_say' => 'Say Command',
+ 'cmd_say_all' => 'Say All Command',
+ 'cmd_setmax' => 'Set Max Command',
+ 'cmd_set_poll' => 'Set Poll Command',
+ 'cmd_setpublic' => 'Set Public Command',
+ 'cmd_setspeed' => 'Set Speed Command',
+ 'cmd_shout' => 'Shout Command',
+ 'cmd_shout_all' => 'Shout All Command',
+ 'cmd_shutdown' => 'Shutdown Command',
+ 'cmd_sitdown' => 'Sitdown Command',
+ 'cmd_staffalert' => 'Staff Alert Command',
+ 'cmd_staffonline' => 'Staff Online Command',
+ 'cmd_summon' => 'Summon Command',
+ 'cmd_summonrank' => 'Summon Rank Command',
+ 'cmd_super_ban' => 'Super Ban Command',
+ 'cmd_stalk' => 'Stalk Command',
+ 'cmd_superpull' => 'Superpull Command',
+ 'cmd_take_badge' => 'Take Badge Command',
+ 'cmd_talk' => 'Talk Command',
+ 'cmd_teleport' => 'Teleport Command',
+ 'cmd_trash' => 'Trash Command',
+ 'cmd_transform' => 'Transform Command',
+ 'cmd_unban' => 'Unban Command',
+ 'cmd_unload' => 'Unload Command',
+ 'cmd_unmute' => 'Unmute Command',
+ 'cmd_update_achievements' => 'Update Achievements Command',
+ 'cmd_update_bots' => 'Update Bots Command',
+ 'cmd_update_catalogue' => 'Update Catalogue Command',
+ 'cmd_update_config' => 'Update Config Command',
+ 'cmd_update_guildparts' => 'Update Guildparts Command',
+ 'cmd_update_hotel_view' => 'Update Hotel View Command',
+ 'cmd_update_items' => 'Update Items Command',
+ 'cmd_update_navigator' => 'Update Navigator Command',
+ 'cmd_update_permissions' => 'Update Permissions Command',
+ 'cmd_update_pet_data' => 'Update Pet Data Command',
+ 'cmd_update_plugins' => 'Update Plugins Command',
+ 'cmd_update_polls' => 'Update Polls Command',
+ 'cmd_update_texts' => 'Update Texts Command',
+ 'cmd_update_wordfilter' => 'Update Wordfilter Command',
+ 'cmd_userinfo' => 'Userinfo Command',
+ 'cmd_word_quiz' => 'Word Quiz Command',
+ 'cmd_warp' => 'Warp Command',
+ 'acc_anychatcolor' => 'Any Chat Color',
+ 'acc_anyroomowner' => 'Any Room Owner',
+ 'acc_empty_others' => 'Empty Others',
+ 'acc_enable_others' => 'Enable Others',
+ 'acc_see_whispers' => 'See Whispers',
+ 'acc_see_tentchat' => 'See Tentchat',
+ 'acc_superwired' => 'Superwired',
+ 'acc_supporttool' => 'Support Tool',
+ 'acc_unkickable' => 'Unkickable',
+ 'acc_guildgate' => 'Guild Gate',
+ 'acc_moverotate' => 'Move Rotate',
+ 'acc_placefurni' => 'Place Furni',
+ 'acc_unlimited_bots' => 'Unlimited Bots',
+ 'acc_unlimited_pets' => 'Unlimited Pets',
+ 'acc_hide_ip' => 'Hide IP',
+ 'acc_hide_mail' => 'Hide Mail',
+ 'acc_not_mimiced' => 'Not Mimiced',
+ 'acc_chat_no_flood' => 'Chat No Flood',
+ 'acc_staff_chat' => 'Staff Chat',
+ 'acc_staff_pick' => 'Staff Pick',
+ 'acc_enteranyroom' => 'Enter Any Room',
+ 'acc_fullrooms' => 'Full Rooms',
+ 'acc_infinite_credits' => 'Infinite Credits',
+ 'acc_infinite_pixels' => 'Infinite Pixels',
+ 'acc_infinite_points' => 'Infinite Points',
+ 'acc_ambassador' => 'Ambassador',
+ 'acc_debug' => 'Debug',
+ 'acc_chat_no_limit' => 'Chat No Limit',
+ 'acc_chat_no_filter' => 'Chat No Filter',
+ 'acc_nomute' => 'No Mute',
+ 'acc_guild_admin' => 'Guild Admin',
+ 'acc_catalog_ids' => 'Catalog IDs',
+ 'acc_modtool_ticket_q' => 'Modtool Ticket Q',
+ 'acc_modtool_user_logs' => 'Modtool User Logs',
+ 'acc_modtool_user_alert' => 'Modtool User Alert',
+ 'acc_modtool_user_kick' => 'Modtool User Kick',
+ 'acc_modtool_user_ban' => 'Modtool User Ban',
+ 'acc_modtool_room_info' => 'Modtool Room Info',
+ 'acc_modtool_room_logs' => 'Modtool Room Logs',
+ 'acc_trade_anywhere' => 'Trade Anywhere',
+ 'acc_update_notifications' => 'Update Notifications',
+ 'acc_helper_use_guide_tool' => 'Helper Use Guide Tool',
+ 'acc_helper_give_guide_tours' => 'Helper Give Guide Tours',
+ 'acc_helper_judge_chat_reviews' => 'Helper Judge Chat Reviews',
+ 'acc_floorplan_editor' => 'Floorplan Editor',
+ 'acc_camera' => 'Camera',
+ 'acc_ads_background' => 'Ads Background',
+ 'cmd_wordquiz' => 'Wordquiz Command',
+ 'acc_room_staff_tags' => 'Room Staff Tags',
+ 'acc_infinite_friends' => 'Infinite Friends',
+ 'acc_mimic_unredeemed' => 'Mimic Unredeemed',
+ 'cmd_update_youtube_playlists' => 'Update Youtube Playlists Command',
+ 'cmd_add_youtube_playlist' => 'Add Youtube Playlist Command',
+ 'auto_credits_amount' => 'Auto Credits Amount',
+ 'auto_pixels_amount' => 'Auto Pixels Amount',
+ 'auto_gotw_amount' => 'Auto GOTW Amount',
+ 'auto_points_amount' => 'Auto Points Amount',
+ 'acc_mention' => 'Mention',
+ 'cmd_setstate' => 'Setstate Command',
+ 'cmd_buildheight' => 'Buildheight Command',
+ 'cmd_setrotation' => 'Setrotation Command',
+ 'cmd_sellroom' => 'Sellroom Command',
+ 'cmd_buyroom' => 'Buyroom Command',
+ 'cmd_pay' => 'Pay Command',
+ 'cmd_kill' => 'Kill Command',
+ 'cmd_hoverboard' => 'Hoverboard Command',
+ 'cmd_kiss' => 'Kiss Command',
+ 'cmd_hug' => 'Hug Command',
+ 'cmd_welcome' => 'Welcome Command',
+ 'cmd_disable_effects' => 'Disable Effects Command',
+ 'cmd_brb' => 'BRB Command',
+ 'cmd_nuke' => 'Nuke Command',
+ 'cmd_slime' => 'Slime Command',
+ 'cmd_explain' => 'Explain Command',
+ 'cmd_closedice' => 'Closedice Command',
+ 'acc_closedice_room' => 'Closedice Room',
+ 'cmd_set' => 'Set Command',
+ 'cmd_furnidata' => 'Furnidata Command',
+ 'kiss_cmd' => 'Kiss Command',
+ 'acc_calendar_force' => 'Calendar Force',
+ 'cmd_update_calendar' => 'Update Calendar Command',
+ ],
+
+ 'sections' => [
+ 'permissions' => [
+ 'title' => 'Permissions Section',
+ 'description' => "Tip: If you prefer, you can leave all the fields below empty when creating a rank. It will come with the bank's default permissions (configured by Arcturus)",
+ ]
+ ],
+
+ 'roles' => [
+ 'view_any' => 'View Any',
+ 'view' => 'View',
+ 'create' => 'Create',
+ 'update' => 'Update',
+ 'delete' => 'Delete',
+ 'delete_any' => 'Delete Any',
+ 'restore' => 'Restore',
+ 'restore_any' => 'Restore Any',
+ 'force_delete' => 'Force Delete',
+ 'force_delete_any' => 'Force Delete Any',
+ 'replicate' => 'Replicate',
+ 'reorder' => 'Reorder',
+ ],
+
+ 'actions' => [
+ 'select_all' => 'Select All',
+ 'deselect_all' => 'Deselect All',
+ 'send_notifications' => 'Send Notifications',
+ ]
+
+];
diff --git a/Updated_Cms/lang/vendor/filament/en/login.php b/Updated_Cms/lang/vendor/filament/en/login.php
new file mode 100644
index 0000000000..94ea924ee2
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/en/login.php
@@ -0,0 +1,42 @@
+ 'Login',
+
+ 'heading' => 'Sign in to your account',
+
+ 'buttons' => [
+
+ 'submit' => [
+ 'label' => 'Sign in',
+ ],
+
+ ],
+
+ 'fields' => [
+
+ 'email' => [
+ 'label' => 'Email address',
+ ],
+
+ 'username' => [
+ 'label' => 'Username'
+ ],
+
+ 'password' => [
+ 'label' => 'Password',
+ ],
+
+ 'remember' => [
+ 'label' => 'Remember me',
+ ],
+
+ ],
+
+ 'messages' => [
+ 'failed' => 'These credentials do not match our records.',
+ 'throttled' => 'Too many login attempts. Please try again in :seconds seconds.',
+ ],
+
+];
diff --git a/Updated_Cms/lang/vendor/filament/en/resources.php b/Updated_Cms/lang/vendor/filament/en/resources.php
new file mode 100644
index 0000000000..0bbcba5830
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/en/resources.php
@@ -0,0 +1,709 @@
+ [
+ 'Dashboard' => 'Dashboard',
+ 'Hotel' => 'Hotel',
+ 'Website' => 'Website',
+ 'Help Center' => 'Help Center',
+ 'Administration' => 'Administration',
+ 'User Management' => 'User Management',
+ 'Profile Management' => 'Profile Management',
+ 'Shop' => 'Shop',
+ 'Logs' => 'Logs'
+ ],
+
+ 'resources' => [
+ 'dashboard' => [
+ 'navigation_label' => 'Dashboard'
+ ],
+ 'achievements' => [
+ 'navigation_label' => 'Manage Achievements',
+ 'label' => 'Achievement',
+ 'plural' => 'Achievements',
+ ],
+ 'emulator-settings' => [
+ 'navigation_label' => 'Emulator Settings',
+ 'label' => 'Setting',
+ 'plural' => 'Emulator Settings',
+ ],
+ 'articles' => [
+ 'navigation_label' => 'Manage Articles',
+ 'label' => 'Article',
+ 'plural' => 'Articles',
+ ],
+ 'cms-settings' => [
+ 'navigation_label' => 'CMS Settings',
+ 'label' => 'Setting',
+ 'plural' => 'CMS Settings',
+ ],
+ 'help-question-categories' => [
+ 'navigation_label' => 'Manage Categories',
+ 'label' => 'Category',
+ 'plural' => 'Question Categories',
+ ],
+ 'help-questions' => [
+ 'navigation_label' => 'Manage Questions',
+ 'label' => 'Question',
+ 'plural' => 'Questions',
+ ],
+ 'tags' => [
+ 'navigation_label' => 'Manage Tags',
+ 'label' => 'Tag',
+ 'plural' => 'Tags',
+ ],
+ 'bans' => [
+ 'navigation_label' => 'Manage Bans',
+ 'label' => 'Ban',
+ 'plural' => 'Bans',
+ ],
+ 'users' => [
+ 'navigation_label' => 'Manage Users',
+ 'label' => 'User',
+ 'plural' => 'Users',
+ ],
+ 'badge-resource' => [
+ 'navigation_label' => 'Manage Badges',
+ 'label' => 'Badge',
+ 'plural' => 'Badges',
+ ],
+ 'home-items' => [
+ 'navigation_label' => 'Manage Home Items',
+ 'label' => 'Home Item',
+ 'plural' => 'Home Items',
+ ],
+ 'home-categories' => [
+ 'navigation_label' => 'Manage Home Categories',
+ 'label' => 'Home Category',
+ 'plural' => 'Home Categories',
+ ],
+ 'navigations' => [
+ 'navigation_label' => 'Manage Navigation',
+ 'label' => 'Navigation',
+ 'plural' => 'Navigations',
+ ],
+ 'teams' => [
+ 'navigation_label' => 'Manage Teams',
+ 'label' => 'Team',
+ 'plural' => 'Teams',
+ ],
+ 'shop-products' => [
+ 'navigation_label' => 'Manage Products',
+ 'label' => 'Product',
+ 'plural' => 'Products',
+ ],
+ 'shop-categories' => [
+ 'navigation_label' => 'Manage Categories',
+ 'label' => 'Category',
+ 'plural' => 'Categories',
+ ],
+ 'shop-orders' => [
+ 'navigation_label' => 'Manage Orders',
+ 'label' => 'Order',
+ 'plural' => 'Orders',
+ ],
+ 'command-logs' => [
+ 'navigation_label' => 'Manage Command Logs',
+ 'label' => 'Command Log',
+ 'plural' => 'Command Logs',
+ ],
+ 'word-filters' => [
+ 'navigation_label' => 'Manage Word Filter',
+ 'label' => 'Word Filter',
+ 'plural' => 'Word Filters',
+ ],
+ 'writeable-boxes' => [
+ 'navigation_label' => 'Manage Writeable Boxes',
+ 'label' => 'Writeable Box',
+ 'plural' => 'Writeable Boxes',
+ ],
+ 'permissions' => [
+ 'navigation_label' => 'Manage Permissions',
+ 'label' => 'Permission',
+ 'plural' => 'Permissions',
+ ],
+ 'emulator-texts' => [
+ 'navigation_label' => 'Manage Emulator Texts',
+ 'label' => 'Emulator Text',
+ 'plural' => 'Emulator Texts',
+ ],
+ 'chatlog-private' => [
+ 'navigation_label' => 'Manage Private Chatlogs',
+ 'label' => 'Private Chatlog',
+ 'plural' => 'Private Chatlogs',
+ ],
+ 'chatlog-rooms' => [
+ 'navigation_label' => 'Manage Room Chatlogs',
+ 'label' => 'Room Chatlog',
+ 'plural' => 'Room Chatlogs',
+ ],
+
+ // Relations
+ 'settings' => [
+ 'navigation_label' => 'Settings',
+ 'label' => 'Setting',
+ 'plural' => 'Settings',
+ ],
+ 'badges' => [
+ 'navigation_label' => 'Badges',
+ 'label' => 'Badge',
+ 'plural' => 'Badges',
+ ],
+ 'product-item' => [
+ 'navigation_label' => 'Items',
+ 'label' => 'Item',
+ 'plural' => 'Items',
+ ],
+ 'dashboards' => [
+ 'navigation_label' => 'Dashboard',
+ 'label' => 'Dashboard',
+ 'plural' => 'Dashboard',
+ ],
+ 'badge-pages' => [
+ 'navigation_label' => 'Badge Page',
+ 'label' => 'Badge Page',
+ 'plural' => 'Badge Pages',
+ ],
+ 'permission-roles' => [
+ 'navigation_label' => 'Roles',
+ 'label' => 'Role',
+ 'plural' => 'Roles',
+ ],
+ ],
+
+ 'common' => [
+ 'All' => 'All',
+ 'Yes' => 'Yes',
+ 'No' => 'No',
+ 'Sucessfull' => 'Successful',
+ 'Never' => 'Never',
+ 'Account' => 'Account',
+ 'IP' => 'IP',
+ 'Machine' => 'Machine',
+ 'Super' => 'Super',
+ 'Male' => 'Male',
+ 'Female' => 'Female',
+ 'Credits' => 'Credits',
+ 'Duckets' => 'Duckets',
+ 'Diamonds' => 'Diamonds',
+ 'Points' => 'Points',
+ 'Update' => 'Update',
+ 'Create' => 'Create',
+ 'Open link' => 'Open link',
+ 'Sticker' => 'Sticker',
+ 'Widget' => 'Widget',
+ 'Note' => 'Note',
+ 'Background' => 'Background',
+ ],
+
+ 'helpers' => [
+ 'achievement_points' => 'Achievement points to be rewarded',
+ 'achievement_progress_needed' => 'Progress needed to complete the achievement',
+ 'help_questions_category_icon' => 'You can use any image link here. We recommend using an image with a size of 20x20.',
+ 'change_username_description' => 'Allow this user to change their username (within the client)',
+ 'change_password_description' => 'Leave blank to keep the current password',
+ 'badge_code_helper' => 'Enter the code and click on the magnifying glass next to the field. If the badge exists, all fields will be filled in automatically.',
+ 'home_item_limit_helper' => 'Buy limit for this item. Leave blank for unlimited.',
+ 'limit_per_user_helper' => 'Purchase limit per user, or leave blank for unlimited.',
+ 'sales_count_helper' => 'Total sales for this item. (This information is automatically updated)',
+ 'badge_item_data_helper' => 'Enter the badge code below.',
+ 'furniture_item_data_helper' => "Enter the furniture 'item_name' below. (This data can be found in the 'items_base' table in the database)",
+ 'room_item_data_helper' => 'Enter the room ID below.',
+ 'currency_item_data_helper' => 'Enter the currency name below. Can be one of: credits, duckets, diamonds or points',
+ 'rank_item_data_helper' => 'Enter the rank ID below.',
+ 'empty_item_data_helper' => 'Select an item type to view the necessary information.',
+ ],
+
+ 'tabs' => [
+ 'Home' => 'Home',
+ 'Main' => 'Main',
+ 'Configurations' => 'Configurations',
+ 'General Information' => 'General Information',
+ 'Currencies' => 'Currencies',
+ 'Security' => 'Security',
+ 'Change Username' => 'Change Username',
+ 'Change Email' => 'Change Email',
+ 'Change Password' => 'Change Password',
+ 'Change Rank' => 'Change Rank',
+ 'Account Data' => 'Account Data',
+ 'Extra Settings' => 'Extra Settings',
+ 'Metrics' => 'Metrics',
+ 'In-game Permissions' => 'In-game Permissions',
+ ],
+
+ 'inputs' => [
+ 'key' => 'Key',
+ 'value' => 'Value',
+ 'comment' => 'Comment',
+ 'name' => 'Name',
+ 'level' => 'Level',
+ 'email' => 'Email',
+ 'category' => 'Category',
+ 'visible' => 'Visible',
+ 'reward_type' => 'Reward Type',
+ 'reward_amount' => 'Reward Amount',
+ 'points' => 'Points',
+ 'progress_needed' => 'Progress Needed',
+ 'fixed' => 'Fixed',
+ 'allow_comments' => 'Allow Comments',
+ 'title' => 'Title',
+ 'description' => 'Description',
+ 'image' => 'Image',
+ 'icon' => 'Icon',
+ 'content' => 'Content',
+ 'is_promotion' => 'Is this article a promotion?',
+ 'promotion_ends_at' => 'Promotion ends at',
+ 'categories' => 'Categories',
+ 'background_color' => 'Background Color',
+ 'expires_at' => 'Expires at',
+ 'reason' => 'Reason',
+ 'type' => 'Type',
+ 'username' => 'Username',
+ 'motto' => 'Motto',
+ 'gender' => 'Gender',
+ 'created_at' => 'Created At',
+ 'last_login' => 'Last Login',
+ 'last_online' => 'Last Online',
+ 'ip_register' => 'Registration IP',
+ 'ip_current' => 'Current IP',
+ 'referral_code' => 'Referral Code',
+ 'referrer_code' => 'Referrer Code',
+ 'allow_change_username' => 'Allow username change',
+ 'new_password' => 'New Password',
+ 'new_password_confirmation' => 'Confirm New Password',
+ 'rank' => 'Rank',
+ 'badge_code' => 'Badge Code',
+ 'achievement_score' => 'Achievement Score',
+ 'respects_received' => 'Respects Received',
+ 'can_trade' => 'Can Trade?',
+ 'block_following' => 'Block Following',
+ 'block_friendrequests' => 'Block Friend Requests',
+ 'block_roominvites' => 'Block Room Invites',
+ 'max_rooms' => 'Max Rooms',
+ 'max_friends' => 'Max Friends',
+ 'old_chat' => 'Old Chat',
+ 'block_camera_follow' => 'Block Camera Follow',
+ 'ignore_bots' => 'Ignore Bots',
+ 'ignore_pets' => 'Ignore Pets',
+ 'badge_code' => 'Badge Code',
+ 'badge_title' => 'Badge Title',
+ 'badge_description' => 'Badge Description',
+ 'badge_image' => 'Badge Image',
+ 'price' => 'Price',
+ 'currency_type' => 'Currency Type',
+ 'limit' => 'Limit',
+ 'slug' => 'Slug',
+ 'order' => 'Order',
+ 'new_tab' => 'New Tab',
+ 'label' => 'Label',
+ 'team_id' => 'Team',
+ 'is_hidden' => 'Is Hidden?',
+ 'is_featured' => 'Is Featured?',
+ 'limit_per_user' => 'Limit Per User',
+ 'sales_count' => 'Sales Count',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'is_active' => 'Is Active?',
+ 'item_is_active' => 'Can this item be displayed and sent to other users through a purchase?',
+ 'order_id' => 'Order ID',
+ 'status' => 'Status',
+ 'paypal_fee' => 'PayPal Fee',
+ 'details' => 'Details',
+ 'is_delivered' => 'Is Delivered?',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'log_commands' => 'Log Commands',
+ 'room_effect' => 'Room Effect',
+ 'prefix' => 'Prefix',
+ 'prefix_color' => 'Prefix Color',
+ 'auto_credits_amount' => 'Auto Credits Quantity',
+ 'auto_pixels_amount' => 'Auto Pixels Quantity',
+ 'auto_gotw_amount' => 'Auto GOTW Quantity',
+ 'auto_points_amount' => 'Auto Points Quantity',
+ 'users' => 'Users',
+ 'message' => 'Message',
+ 'url' => 'URL',
+ 'as_staff' => 'Send as Hotel Staff (Anonymous)',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ 'permission' => 'Permission',
+ 'min_rank' => 'Minimum Rank',
+ ],
+
+ 'columns' => [
+ 'id' => 'ID',
+ 'user_id' => 'User ID',
+ 'room_id' => 'Room ID',
+ 'badge' => 'Badge',
+ 'name' => 'Name',
+ 'level' => 'Level',
+ 'category' => 'Category',
+ 'visible' => 'Visible',
+ 'key' => 'Key',
+ 'value' => 'Value',
+ 'title' => 'Title',
+ 'image' => 'Image',
+ 'by' => 'By',
+ 'fixed' => 'Fixed',
+ 'allow_comments' => 'Allow Comments',
+ 'comment' => 'Comment',
+ 'order' => 'Order',
+ 'icon' => 'Icon',
+ 'questions_count' => 'Linked Questions',
+ 'background_color' => 'Background Color',
+ 'avatar' => 'Avatar',
+ 'username' => 'Username',
+ 'reason' => 'Reason',
+ 'type' => 'Type',
+ 'banned_at' => 'Banned At',
+ 'expires_at' => 'Expires At',
+ 'email' => 'Email',
+ 'motto' => 'Motto',
+ 'created_at' => 'Created At',
+ 'online' => 'Online?',
+ 'badge_code' => 'Badge Code',
+ 'equipped' => 'Equipped?',
+ 'achievement_score' => 'Achievement Score',
+ 'respects_received' => 'Respects Received',
+ 'online_time' => 'Online Time',
+ 'can_trade' => 'Can Trade?',
+ 'can_change_name' => 'Can Change Name?',
+ 'price' => 'Price',
+ 'slug' => 'Slug',
+ 'new_tab' => 'New Tab',
+ 'is_featured' => 'Is Featured?',
+ 'sales_count' => 'Sales Count',
+ 'type' => 'Type',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'order_id' => 'Order ID',
+ 'is_delivered' => 'Is Delivered?',
+ 'command' => 'Command',
+ 'success' => 'Success',
+ 'executed_at' => 'Executed At',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'is_hidden' => 'Is Hidden?',
+ 'prefix' => 'Prefix',
+ 'hidden' => 'Hidden',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ 'permission' => 'Permission',
+ 'min_rank' => 'Minimum Rank',
+ 'description' => 'Description',
+ ],
+
+ 'options' => [
+ 'badge' => 'Badge',
+ 'furniture' => 'Furniture',
+ 'room' => 'Room',
+ 'currency' => 'Currency',
+ 'rank' => 'Rank',
+ 'completed' => 'Completed',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'yes' => 'Yes',
+ 'no' => 'No',
+ 'staff' => 'Staff',
+ 'shop' => 'Shop',
+ 'teams' => 'Teams',
+ 'rights' => 'Rights',
+ ],
+
+ 'widgets' => [
+ 'pending_orders' => 'Pending Orders',
+ 'completed_orders' => 'Completed Orders',
+ 'canceled_orders' => 'Canceled Orders',
+ 'were_canceled' => 'were cancelered.',
+ 'are_pending_payment' => 'are pending payment.',
+ 'were_completed' => 'have been paid and completed.',
+ ],
+
+ 'filters' => [
+ 'success' => 'Success',
+ 'page_target' => 'Page Target',
+ 'visible' => 'Visible',
+ ],
+
+ 'notifications' => [
+ 'badge_code_required' => 'You need to enter a badge code.',
+ 'badge_found' => 'Badge found!',
+ 'badge_updated' => 'Badge updated successfully!',
+ 'badge_update_failed' => 'Badge update failed.',
+ 'create_badge' => 'Enter the data below to create a new badge!',
+ 'badge_texts_required' => 'You need to enter the badge texts.',
+ 'badge_image_required' => 'You need to enter a badge image url.',
+ ],
+
+ 'stats' => [
+ 'users_count' => [
+ 'title' => 'Users Count',
+ 'description' => 'users registered.',
+ ],
+ 'furniture_count' => [
+ 'title' => 'Furniture Count',
+ 'description' => 'furniture items registered.',
+ ],
+ 'rooms_count' => [
+ 'title' => 'Rooms Count',
+ 'description' => 'rooms created.',
+ ],
+ 'photos_count' => [
+ 'title' => 'Photos Count',
+ 'description' => 'photos uploaded.',
+ ],
+ 'badge_count' => [
+ 'title' => 'Badge Count',
+ 'description' => 'Avalible Badges.',
+ ],
+ 'articles_chart' => [
+ 'title' => 'Articles (Monthly)',
+ 'label' => 'Articles',
+ 'description' => 'Amount of articles created this month.',
+ ],
+ 'orders_chart' => [
+ 'title' => 'Orders (Monthly)',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'completed' => 'Completed',
+ 'description' => 'Amount of orders created this month.',
+ ],
+ ],
+
+ 'permissions' => [
+ 'cmd_about' => 'About Command',
+ 'cmd_alert' => 'Alert Command',
+ 'cmd_allow_trading' => 'Allow Trading Command',
+ 'cmd_badge' => 'Badge Command',
+ 'cmd_ban' => 'Ban Command',
+ 'cmd_blockalert' => 'Block Alert Command',
+ 'cmd_bots' => 'Bots Command',
+ 'cmd_bundle' => 'Bundle Command',
+ 'cmd_calendar' => 'Calendar Command',
+ 'cmd_changename' => 'Change Name Command',
+ 'cmd_chatcolor' => 'Chat Color Command',
+ 'cmd_commands' => 'Commands Command',
+ 'cmd_connect_camera' => 'Connect Camera Command',
+ 'cmd_control' => 'Control Command',
+ 'cmd_coords' => 'Coords Command',
+ 'cmd_credits' => 'Credits Command',
+ 'cmd_subscription' => 'Subscription Command',
+ 'cmd_danceall' => 'Dance All Command',
+ 'cmd_diagonal' => 'Diagonal Command',
+ 'cmd_disconnect' => 'Disconnect Command',
+ 'cmd_duckets' => 'Duckets Command',
+ 'cmd_ejectall' => 'Eject All Command',
+ 'cmd_empty' => 'Empty Command',
+ 'cmd_empty_bots' => 'Empty Bots Command',
+ 'cmd_empty_pets' => 'Empty Pets Command',
+ 'cmd_enable' => 'Enable Command',
+ 'cmd_event' => 'Event Command',
+ 'cmd_faceless' => 'Faceless Command',
+ 'cmd_fastwalk' => 'Fastwalk Command',
+ 'cmd_filterword' => 'Filterword Command',
+ 'cmd_freeze' => 'Freeze Command',
+ 'cmd_freeze_bots' => 'Freeze Bots Command',
+ 'cmd_gift' => 'Gift Command',
+ 'cmd_give_rank' => 'Give Rank Command',
+ 'cmd_ha' => 'HA Command',
+ 'acc_can_stalk' => 'Can Stalk',
+ 'cmd_hal' => 'HAL Command',
+ 'cmd_invisible' => 'Invisible Command',
+ 'cmd_ip_ban' => 'IP Ban Command',
+ 'cmd_machine_ban' => 'Machine Ban Command',
+ 'cmd_hand_item' => 'Hand Item Command',
+ 'cmd_happyhour' => 'Happy Hour Command',
+ 'cmd_hidewired' => 'Hide Wired Command',
+ 'cmd_kickall' => 'Kick All Command',
+ 'cmd_softkick' => 'Softkick Command',
+ 'cmd_massbadge' => 'Mass Badge Command',
+ 'cmd_roombadge' => 'Room Badge Command',
+ 'cmd_masscredits' => 'Mass Credits Command',
+ 'cmd_massduckets' => 'Mass Duckets Command',
+ 'cmd_massgift' => 'Mass Gift Command',
+ 'cmd_masspoints' => 'Mass Points Command',
+ 'cmd_moonwalk' => 'Moonwalk Command',
+ 'cmd_mimic' => 'Mimic Command',
+ 'cmd_multi' => 'Multi Command',
+ 'cmd_mute' => 'Mute Command',
+ 'cmd_pet_info' => 'Pet Info Command',
+ 'cmd_pickall' => 'Pick All Command',
+ 'cmd_plugins' => 'Plugins Command',
+ 'cmd_points' => 'Points Command',
+ 'cmd_promote_offer' => 'Promote Offer Command',
+ 'cmd_pull' => 'Pull Command',
+ 'cmd_push' => 'Push Command',
+ 'cmd_redeem' => 'Redeem Command',
+ 'cmd_reload_room' => 'Reload Room Command',
+ 'cmd_roomalert' => 'Room Alert Command',
+ 'cmd_roomcredits' => 'Room Credits Command',
+ 'cmd_roomeffect' => 'Room Effect Command',
+ 'cmd_roomgift' => 'Room Gift Command',
+ 'cmd_roomitem' => 'Room Item Command',
+ 'cmd_roommute' => 'Room Mute Command',
+ 'cmd_roompixels' => 'Room Pixels Command',
+ 'cmd_roompoints' => 'Room Points Command',
+ 'cmd_say' => 'Say Command',
+ 'cmd_say_all' => 'Say All Command',
+ 'cmd_setmax' => 'Set Max Command',
+ 'cmd_set_poll' => 'Set Poll Command',
+ 'cmd_setpublic' => 'Set Public Command',
+ 'cmd_setspeed' => 'Set Speed Command',
+ 'cmd_shout' => 'Shout Command',
+ 'cmd_shout_all' => 'Shout All Command',
+ 'cmd_shutdown' => 'Shutdown Command',
+ 'cmd_sitdown' => 'Sitdown Command',
+ 'cmd_staffalert' => 'Staff Alert Command',
+ 'cmd_staffonline' => 'Staff Online Command',
+ 'cmd_summon' => 'Summon Command',
+ 'cmd_summonrank' => 'Summon Rank Command',
+ 'cmd_super_ban' => 'Super Ban Command',
+ 'cmd_stalk' => 'Stalk Command',
+ 'cmd_superpull' => 'Superpull Command',
+ 'cmd_take_badge' => 'Take Badge Command',
+ 'cmd_talk' => 'Talk Command',
+ 'cmd_teleport' => 'Teleport Command',
+ 'cmd_trash' => 'Trash Command',
+ 'cmd_transform' => 'Transform Command',
+ 'cmd_unban' => 'Unban Command',
+ 'cmd_unload' => 'Unload Command',
+ 'cmd_unmute' => 'Unmute Command',
+ 'cmd_update_achievements' => 'Update Achievements Command',
+ 'cmd_update_bots' => 'Update Bots Command',
+ 'cmd_update_catalogue' => 'Update Catalogue Command',
+ 'cmd_update_config' => 'Update Config Command',
+ 'cmd_update_guildparts' => 'Update Guildparts Command',
+ 'cmd_update_hotel_view' => 'Update Hotel View Command',
+ 'cmd_update_items' => 'Update Items Command',
+ 'cmd_update_navigator' => 'Update Navigator Command',
+ 'cmd_update_permissions' => 'Update Permissions Command',
+ 'cmd_update_pet_data' => 'Update Pet Data Command',
+ 'cmd_update_plugins' => 'Update Plugins Command',
+ 'cmd_update_polls' => 'Update Polls Command',
+ 'cmd_update_texts' => 'Update Texts Command',
+ 'cmd_update_wordfilter' => 'Update Wordfilter Command',
+ 'cmd_userinfo' => 'Userinfo Command',
+ 'cmd_word_quiz' => 'Word Quiz Command',
+ 'cmd_warp' => 'Warp Command',
+ 'acc_anychatcolor' => 'Any Chat Color',
+ 'acc_anyroomowner' => 'Any Room Owner',
+ 'acc_empty_others' => 'Empty Others',
+ 'acc_enable_others' => 'Enable Others',
+ 'acc_see_whispers' => 'See Whispers',
+ 'acc_see_tentchat' => 'See Tentchat',
+ 'acc_superwired' => 'Superwired',
+ 'acc_supporttool' => 'Support Tool',
+ 'acc_unkickable' => 'Unkickable',
+ 'acc_guildgate' => 'Guild Gate',
+ 'acc_moverotate' => 'Move Rotate',
+ 'acc_placefurni' => 'Place Furni',
+ 'acc_unlimited_bots' => 'Unlimited Bots',
+ 'acc_unlimited_pets' => 'Unlimited Pets',
+ 'acc_hide_ip' => 'Hide IP',
+ 'acc_hide_mail' => 'Hide Mail',
+ 'acc_not_mimiced' => 'Not Mimiced',
+ 'acc_chat_no_flood' => 'Chat No Flood',
+ 'acc_staff_chat' => 'Staff Chat',
+ 'acc_staff_pick' => 'Staff Pick',
+ 'acc_enteranyroom' => 'Enter Any Room',
+ 'acc_fullrooms' => 'Full Rooms',
+ 'acc_infinite_credits' => 'Infinite Credits',
+ 'acc_infinite_pixels' => 'Infinite Pixels',
+ 'acc_infinite_points' => 'Infinite Points',
+ 'acc_ambassador' => 'Ambassador',
+ 'acc_debug' => 'Debug',
+ 'acc_chat_no_limit' => 'Chat No Limit',
+ 'acc_chat_no_filter' => 'Chat No Filter',
+ 'acc_nomute' => 'No Mute',
+ 'acc_guild_admin' => 'Guild Admin',
+ 'acc_catalog_ids' => 'Catalog IDs',
+ 'acc_modtool_ticket_q' => 'Modtool Ticket Q',
+ 'acc_modtool_user_logs' => 'Modtool User Logs',
+ 'acc_modtool_user_alert' => 'Modtool User Alert',
+ 'acc_modtool_user_kick' => 'Modtool User Kick',
+ 'acc_modtool_user_ban' => 'Modtool User Ban',
+ 'acc_modtool_room_info' => 'Modtool Room Info',
+ 'acc_modtool_room_logs' => 'Modtool Room Logs',
+ 'acc_trade_anywhere' => 'Trade Anywhere',
+ 'acc_update_notifications' => 'Update Notifications',
+ 'acc_helper_use_guide_tool' => 'Helper Use Guide Tool',
+ 'acc_helper_give_guide_tours' => 'Helper Give Guide Tours',
+ 'acc_helper_judge_chat_reviews' => 'Helper Judge Chat Reviews',
+ 'acc_floorplan_editor' => 'Floorplan Editor',
+ 'acc_camera' => 'Camera',
+ 'acc_ads_background' => 'Ads Background',
+ 'cmd_wordquiz' => 'Wordquiz Command',
+ 'acc_room_staff_tags' => 'Room Staff Tags',
+ 'acc_infinite_friends' => 'Infinite Friends',
+ 'acc_mimic_unredeemed' => 'Mimic Unredeemed',
+ 'cmd_update_youtube_playlists' => 'Update Youtube Playlists Command',
+ 'cmd_add_youtube_playlist' => 'Add Youtube Playlist Command',
+ 'auto_credits_amount' => 'Auto Credits Amount',
+ 'auto_pixels_amount' => 'Auto Pixels Amount',
+ 'auto_gotw_amount' => 'Auto GOTW Amount',
+ 'auto_points_amount' => 'Auto Points Amount',
+ 'acc_mention' => 'Mention',
+ 'cmd_setstate' => 'Setstate Command',
+ 'cmd_buildheight' => 'Buildheight Command',
+ 'cmd_setrotation' => 'Setrotation Command',
+ 'cmd_sellroom' => 'Sellroom Command',
+ 'cmd_buyroom' => 'Buyroom Command',
+ 'cmd_pay' => 'Pay Command',
+ 'cmd_kill' => 'Kill Command',
+ 'cmd_hoverboard' => 'Hoverboard Command',
+ 'cmd_kiss' => 'Kiss Command',
+ 'cmd_hug' => 'Hug Command',
+ 'cmd_welcome' => 'Welcome Command',
+ 'cmd_disable_effects' => 'Disable Effects Command',
+ 'cmd_brb' => 'BRB Command',
+ 'cmd_nuke' => 'Nuke Command',
+ 'cmd_slime' => 'Slime Command',
+ 'cmd_explain' => 'Explain Command',
+ 'cmd_closedice' => 'Closedice Command',
+ 'acc_closedice_room' => 'Closedice Room',
+ 'cmd_set' => 'Set Command',
+ 'cmd_furnidata' => 'Furnidata Command',
+ 'kiss_cmd' => 'Kiss Command',
+ 'acc_calendar_force' => 'Calendar Force',
+ 'cmd_update_calendar' => 'Update Calendar Command',
+ ],
+
+ 'sections' => [
+ 'permissions' => [
+ 'title' => 'Permissions Section',
+ 'description' => "Tip: If you prefer, you can leave all the fields below empty when creating a rank. It will come with the bank's default permissions (configured by Arcturus)",
+ ]
+ ],
+
+ 'roles' => [
+ 'view_any' => 'View Any',
+ 'view' => 'View',
+ 'create' => 'Create',
+ 'update' => 'Update',
+ 'delete' => 'Delete',
+ 'delete_any' => 'Delete Any',
+ 'restore' => 'Restore',
+ 'restore_any' => 'Restore Any',
+ 'force_delete' => 'Force Delete',
+ 'force_delete_any' => 'Force Delete Any',
+ 'replicate' => 'Replicate',
+ 'reorder' => 'Reorder',
+ ],
+
+ 'actions' => [
+ 'select_all' => 'Select All',
+ 'deselect_all' => 'Deselect All',
+ 'send_notifications' => 'Send Notifications',
+ ]
+
+];
diff --git a/Updated_Cms/lang/vendor/filament/es/login.php b/Updated_Cms/lang/vendor/filament/es/login.php
new file mode 100644
index 0000000000..eed79f877a
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/es/login.php
@@ -0,0 +1,42 @@
+ 'Iniciar sesión',
+
+ 'heading' => 'Ingresa a tu cuenta',
+
+ 'buttons' => [
+
+ 'submit' => [
+ 'label' => 'Iniciar sesión',
+ ],
+
+ ],
+
+ 'fields' => [
+
+ 'email' => [
+ 'label' => 'Dirección de correo electrónico',
+ ],
+
+ 'username' => [
+ 'label' => 'Nombre de usuario'
+ ],
+
+ 'password' => [
+ 'label' => 'Contraseña',
+ ],
+
+ 'remember' => [
+ 'label' => 'Recordarme',
+ ],
+
+ ],
+
+ 'messages' => [
+ 'failed' => 'Estas credenciales no coinciden con nuestros registros.',
+ 'throttled' => 'Demasiados intentos de inicio de sesión. Por favor, inténtalo de nuevo en :seconds segundos.',
+ ],
+
+];
diff --git a/Updated_Cms/lang/vendor/filament/es/resources.php b/Updated_Cms/lang/vendor/filament/es/resources.php
new file mode 100644
index 0000000000..8a0495112e
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/es/resources.php
@@ -0,0 +1,703 @@
+ [
+ 'Dashboard' => 'Tablero',
+ 'Hotel' => 'Hotel',
+ 'Website' => 'Sitio web',
+ 'Help Center' => 'Centro de ayuda',
+ 'Administration' => 'Administración',
+ 'User Management' => 'Gestión de usuarios',
+ 'Profile Management' => 'Profile Management',
+ 'Shop' => 'Tienda',
+ 'Logs' => 'Registros',
+ ],
+
+ 'resources' => [
+ 'dashboard' => [
+ 'navigation_label' => 'Tablero'
+ ],
+ 'achievements' => [
+ 'navigation_label' => 'Administrar Logros',
+ 'label' => 'Logro',
+ 'plural' => 'Logros',
+ ],
+ 'emulator-settings' => [
+ 'navigation_label' => 'Configuración del Emulador',
+ 'label' => 'Configuración',
+ 'plural' => 'Configuraciones del Emulador',
+ ],
+ 'articles' => [
+ 'navigation_label' => 'Administrar Artículos',
+ 'label' => 'Artículo',
+ 'plural' => 'Artículos',
+ ],
+ 'cms-settings' => [
+ 'navigation_label' => 'Configuración de CMS',
+ 'label' => 'Configuración',
+ 'plural' => 'Configuraciones de CMS',
+ ],
+ 'help-question-categories' => [
+ 'navigation_label' => 'Administrar Categorías',
+ 'label' => 'Categoría',
+ 'plural' => 'Categorías de Preguntas',
+ ],
+ 'help-questions' => [
+ 'navigation_label' => 'Administrar Preguntas',
+ 'label' => 'Pregunta',
+ 'plural' => 'Preguntas',
+ ],
+ 'tags' => [
+ 'navigation_label' => 'Administrar Etiquetas',
+ 'label' => 'Etiqueta',
+ 'plural' => 'Etiquetas',
+ ],
+ 'bans' => [
+ 'navigation_label' => 'Administrar Prohibiciones',
+ 'label' => 'Prohibición',
+ 'plural' => 'Prohibiciones',
+ ],
+ 'users' => [
+ 'navigation_label' => 'Administrar Usuarios',
+ 'label' => 'Usuario',
+ 'plural' => 'Usuarios',
+ ],
+ 'badge-resource' => [
+ 'navigation_label' => 'Administrar Insignias',
+ 'label' => 'Insignia',
+ 'plural' => 'Insignias',
+ ],
+ 'home-items' => [
+ 'navigation_label' => 'Manage Home Items',
+ 'label' => 'Home Item',
+ 'plural' => 'Home Items',
+ ],
+ 'home-categories' => [
+ 'navigation_label' => 'Manage Home Categories',
+ 'label' => 'Home Category',
+ 'plural' => 'Home Categories',
+ ],
+ 'navigations' => [
+ 'navigation_label' => 'Administrar Navegación',
+ 'label' => 'Navegación',
+ 'plural' => 'Navegación',
+ ],
+ 'teams' => [
+ 'navigation_label' => 'Administrar Equipos',
+ 'label' => 'Equipo',
+ 'plural' => 'Equipos',
+ ],
+ 'shop-products' => [
+ 'navigation_label' => 'Administrar Productos',
+ 'label' => 'Producto',
+ 'plural' => 'Productos',
+ ],
+ 'shop-categories' => [
+ 'navigation_label' => 'Administrar Categorías',
+ 'label' => 'Categoría',
+ 'plural' => 'Categorías',
+ ],
+ 'shop-orders' => [
+ 'navigation_label' => 'Manage Orders',
+ 'label' => 'Order',
+ 'plural' => 'Orders',
+ ],
+ 'command-logs' => [
+ 'navigation_label' => 'Manage Command Logs',
+ 'label' => 'Command Log',
+ 'plural' => 'Command Logs',
+ ],
+ 'word-filters' => [
+ 'navigation_label' => 'Manage Word Filter',
+ 'label' => 'Word Filter',
+ 'plural' => 'Word Filters',
+ ],
+ 'writeable-boxes' => [
+ 'navigation_label' => 'Administrar Cajas Editables',
+ 'label' => 'Caja Editable',
+ 'plural' => 'Cajas Editables',
+ ],
+ 'permissions' => [
+ 'navigation_label' => 'Manage Permissions',
+ 'label' => 'Permission',
+ 'plural' => 'Permissions',
+ ],
+ 'emulator-texts' => [
+ 'navigation_label' => 'Manage Emulator Texts',
+ 'label' => 'Emulator Text',
+ 'plural' => 'Emulator Texts',
+ ],
+ 'chatlog-private' => [
+ 'navigation_label' => 'Manage Private Chatlogs',
+ 'label' => 'Private Chatlog',
+ 'plural' => 'Private Chatlogs',
+ ],
+ 'chatlog-rooms' => [
+ 'navigation_label' => 'Manage Room Chatlogs',
+ 'label' => 'Room Chatlog',
+ 'plural' => 'Room Chatlogs',
+ ],
+
+ // Relations
+ 'settings' => [
+ 'navigation_label' => 'Configuraciones',
+ 'label' => 'Configuración',
+ 'plural' => 'Configuraciones',
+ ],
+ 'badges' => [
+ 'navigation_label' => 'Insignias',
+ 'label' => 'Insignia',
+ 'plural' => 'Insignias',
+ ],
+ 'product-item' => [
+ 'navigation_label' => 'Items',
+ 'label' => 'Item',
+ 'plural' => 'Items',
+ ],
+ 'dashboards' => [
+ 'navigation_label' => 'Dashboard',
+ 'label' => 'Dashboard',
+ 'plural' => 'Dashboard',
+ ],
+ 'badge-pages' => [
+ 'navigation_label' => 'Badge Page',
+ 'label' => 'Badge Page',
+ 'plural' => 'Badge Pages',
+ ],
+ 'permission-roles' => [
+ 'navigation_label' => 'Roles',
+ 'label' => 'Role',
+ 'plural' => 'Roles',
+ ],
+ ],
+
+ 'common' => [
+ 'All' => 'Todo',
+ 'Yes' => 'Sí',
+ 'No' => 'No',
+ 'Sucessfull' => 'Exitoso',
+ 'Never' => 'Nunca',
+ 'Account' => 'Cuenta',
+ 'IP' => 'IP',
+ 'Machine' => 'Máquina',
+ 'Super' => 'Super',
+ 'Male' => 'Masculino',
+ 'Female' => 'Femenino',
+ 'Credits' => 'Créditos',
+ 'Duckets' => 'Duckets',
+ 'Diamonds' => 'Diamantes',
+ 'Points' => 'Puntos',
+ 'Update' => 'Update',
+ 'Create' => 'Create',
+ 'Open link' => 'Abrir enlace',
+ 'Sticker' => 'Sticker',
+ 'Widget' => 'Widget',
+ 'Note' => 'Note',
+ 'Background' => 'Background'
+ ],
+
+ 'helpers' => [
+ 'achievement_points' => 'Puntos de logro a recompensar',
+ 'achievement_progress_needed' => 'Progreso necesario para completar el logro',
+ 'help_questions_category_icon' => 'Puedes usar cualquier enlace de imagen aquí. Recomendamos usar una imagen con un tamaño de 20x20.',
+ 'change_username_description' => 'Permitir que este usuario cambie su nombre de usuario (dentro del cliente)',
+ 'change_password_description' => 'Dejar en blanco para mantener la contraseña actual',
+ 'badge_code_helper' => 'Ingrese el código y haga clic en la lupa al lado del campo. Si existe la insignia, todos los campos se completarán automáticamente.',
+ 'home_item_limit_helper' => 'Buy limit for this item. Leave blank for unlimited.',
+ 'limit_per_user_helper' => 'Purchase limit per user, or leave blank for unlimited.',
+ 'sales_count_helper' => 'Total sales for this item. (This information is automatically updated)',
+ 'badge_item_data_helper' => 'Enter the badge code below.',
+ 'furniture_item_data_helper' => "Enter the furniture 'item_name' below. (This data can be found in the 'items_base' table in the database)",
+ 'room_item_data_helper' => 'Enter the room ID below.',
+ 'currency_item_data_helper' => 'Enter the currency name below. Can be one of: credits, duckets, diamonds or points',
+ 'rank_item_data_helper' => 'Enter the rank ID below.',
+ 'empty_item_data_helper' => 'Select an item type to view the necessary information.',
+ ],
+
+ 'tabs' => [
+ 'Home' => 'Inicio',
+ 'Main' => 'Principal',
+ 'Configurations' => 'Configuraciones',
+ 'General Information' => 'Información General',
+ 'Currencies' => 'Monedas',
+ 'Security' => 'Seguridad',
+ 'Change Username' => 'Cambiar Nombre de Usuario',
+ 'Change Email' => 'Cambiar Email',
+ 'Change Password' => 'Cambiar Contraseña',
+ 'Change Rank' => 'Cambiar Rango',
+ 'Account Data' => 'Datos de la Cuenta',
+ 'Extra Settings' => 'Configuraciones Adicionales',
+ 'Metrics' => 'Metrics',
+ 'In-game Permissions' => 'Permisos en el Juego',
+ ],
+
+ 'inputs' => [
+ 'key' => 'Clave',
+ 'value' => 'Valor',
+ 'comment' => 'Comentario',
+ 'name' => 'Nombre',
+ 'level' => 'Nivel',
+ 'email' => 'Email',
+ 'category' => 'Categoría',
+ 'visible' => 'Visible',
+ 'reward_type' => 'Tipo de Recompensa',
+ 'reward_amount' => 'Cantidad de Recompensa',
+ 'points' => 'Puntos',
+ 'progress_needed' => 'Progreso Necesario',
+ 'fixed' => 'Fijo',
+ 'allow_comments' => 'Permitir Comentarios',
+ 'title' => 'Título',
+ 'description' => 'Descripción',
+ 'image' => 'Imagen',
+ 'icon' => 'Icono',
+ 'content' => 'Contenido',
+ 'is_promotion' => '¿Este artículo es una promoción?',
+ 'promotion_ends_at' => 'La promoción termina el',
+ 'categories' => 'Categorías',
+ 'background_color' => 'Color de Fondo',
+ 'expires_at' => 'Caduca el',
+ 'reason' => 'Motivo',
+ 'type' => 'Tipo',
+ 'username' => 'Nombre de Usuario',
+ 'motto' => 'Motto',
+ 'gender' => 'Género',
+ 'created_at' => 'Creado en',
+ 'last_login' => 'Último Inicio de Sesión',
+ 'last_online' => 'Última Conexión',
+ 'ip_register' => 'IP de Registro',
+ 'ip_current' => 'IP Actual',
+ 'referral_code' => 'Código de Referencia',
+ 'referrer_code' => 'Código del Referente',
+ 'allow_change_username' => 'Permitir cambio de nombre de usuario',
+ 'new_password' => 'Nueva Contraseña',
+ 'new_password_confirmation' => 'Confirmar Nueva Contraseña',
+ 'rank' => 'Rango',
+ 'badge_code' => 'Código de Insignia',
+ 'achievement_score' => 'Puntuación de Logro',
+ 'respects_received' => 'Respetos Recibidos',
+ 'can_trade' => '¿Puede Comerciar?',
+ 'block_following' => 'Bloquear Seguimiento',
+ 'block_friendrequests' => 'Bloquear Solicitudes de Amistad',
+ 'block_roominvites' => 'Bloquear Invitaciones a Habitaciones',
+ 'max_rooms' => 'Máximo de Habitaciones',
+ 'max_friends' => 'Máximo de Amigos',
+ 'old_chat' => 'Chat Antiguo',
+ 'block_camera_follow' => 'Bloquear Seguimiento de Cámara',
+ 'ignore_bots' => 'Ignorar Bots',
+ 'ignore_pets' => 'Ignorar Mascotas',
+ 'badge_code' => 'Código de Insignia',
+ 'badge_title' => 'Título de Insignia',
+ 'badge_description' => 'Descripción de Insignia',
+ 'badge_image' => 'Imagen de Insignia',
+ 'price' => 'Price',
+ 'currency_type' => 'Currency Type',
+ 'limit' => 'Limit',
+ 'slug' => 'Slug',
+ 'order' => 'Order',
+ 'new_tab' => 'New Tab',
+ 'label' => 'Label',
+ 'team_id' => 'Equipos',
+ 'is_hidden' => '¿Oculto',
+ 'is_featured' => 'Is Featured?',
+ 'limit_per_user' => 'Limit Per User',
+ 'sales_count' => 'Sales Count',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'is_active' => 'Is Active?',
+ 'item_is_active' => 'Can this item be displayed and sent to other users through a purchase?',
+ 'order_id' => 'Order ID',
+ 'status' => 'Status',
+ 'paypal_fee' => 'PayPal Fee',
+ 'details' => 'Details',
+ 'is_delivered' => 'Is Delivered?',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'log_commands' => 'Log Commands',
+ 'room_effect' => 'Room Effect',
+ 'prefix' => 'Prefix',
+ 'prefix_color' => 'Prefix Color',
+ 'auto_credits_amount' => 'Auto Credits Quantity',
+ 'auto_pixels_amount' => 'Auto Pixels Quantity',
+ 'auto_gotw_amount' => 'Auto GOTW Quantity',
+ 'auto_points_amount' => 'Auto Points Quantity',
+ 'users' => 'Users',
+ 'message' => 'Message',
+ 'url' => 'URL',
+ 'as_staff' => 'Send as Hotel Staff (Anonymous)',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'columns' => [
+ 'id' => 'ID',
+ 'user_id' => 'User ID',
+ 'room_id' => 'Room ID',
+ 'badge' => 'Insignia',
+ 'name' => 'Nombre',
+ 'level' => 'Nivel',
+ 'category' => 'Categoría',
+ 'visible' => 'Visible',
+ 'key' => 'Clave',
+ 'value' => 'Valor',
+ 'title' => 'Título',
+ 'image' => 'Imagen',
+ 'by' => 'Por',
+ 'fixed' => 'Fijo',
+ 'allow_comments' => 'Permitir Comentarios',
+ 'comment' => 'Comentario',
+ 'order' => 'Orden',
+ 'icon' => 'Icono',
+ 'questions_count' => 'Preguntas Relacionadas',
+ 'background_color' => 'Color de Fondo',
+ 'avatar' => 'Avatar',
+ 'username' => 'Nombre de Usuario',
+ 'reason' => 'Motivo',
+ 'type' => 'Tipo',
+ 'banned_at' => 'Prohibido en',
+ 'expires_at' => 'Caduca en',
+ 'email' => 'Email',
+ 'motto' => 'Motto',
+ 'created_at' => 'Creado en',
+ 'online' => '¿En línea?',
+ 'badge_code' => 'Código de Insignia',
+ 'equipped' => '¿Equipado?',
+ 'achievement_score' => 'Puntuación de Logro',
+ 'respects_received' => 'Respetos Recibidos',
+ 'online_time' => 'Tiempo en Línea',
+ 'can_trade' => '¿Puede Comerciar?',
+ 'can_change_name' => '¿Puede Cambiar el Nombre?',
+ 'price' => 'Price',
+ 'slug' => 'Slug',
+ 'new_tab' => 'New Tab',
+ 'is_featured' => 'Is Featured?',
+ 'sales_count' => 'Sales Count',
+ 'type' => 'Type',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'order_id' => 'Order ID',
+ 'is_delivered' => 'Is Delivered?',
+ 'command' => 'Command',
+ 'success' => 'Success',
+ 'executed_at' => 'Executed At',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'is_hidden' => 'Is Hidden?',
+ 'prefix' => 'Prefix',
+ 'hidden' => 'Hidden',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'options' => [
+ 'badge' => 'Badge',
+ 'furniture' => 'Furniture',
+ 'room' => 'Room',
+ 'currency' => 'Currency',
+ 'rank' => 'Rank',
+ 'completed' => 'Completed',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'yes' => 'Yes',
+ 'no' => 'No',
+ 'staff' => 'Staff',
+ 'shop' => 'Shop',
+ 'teams' => 'Teams',
+ 'rights' => 'Rights',
+ ],
+
+ 'widgets' => [
+ 'pending_orders' => 'Pending Orders',
+ 'completed_orders' => 'Completed Orders',
+ 'canceled_orders' => 'Canceled Orders',
+ 'were_canceled' => 'were cancelered.',
+ 'are_pending_payment' => 'are pending payment.',
+ 'were_completed' => 'have been paid and completed.',
+ ],
+
+ 'filters' => [
+ 'success' => 'Success',
+ 'page_target' => 'Page Target',
+ 'visible' => 'Visible',
+ ],
+
+ 'notifications' => [
+ 'badge_code_required' => 'El código de la insignia es obligatorio.',
+ 'badge_found' => 'Insignia encontrada!',
+ 'badge_updated' => 'Insignia actualizada!',
+ 'badge_update_failed' => 'No se pudo actualizar la insignia.',
+ 'create_badge' => 'Enter the data below to create a new badge!',
+ 'badge_texts_required' => 'You need to enter the badge texts.',
+ 'badge_image_required' => 'You need to enter a badge image url.',
+ ],
+
+ 'stats' => [
+ 'users_count' => [
+ 'title' => 'Users Count',
+ 'description' => 'users registered.',
+ ],
+ 'furniture_count' => [
+ 'title' => 'Furniture Count',
+ 'description' => 'furniture items registered.',
+ ],
+ 'rooms_count' => [
+ 'title' => 'Rooms Count',
+ 'description' => 'rooms created.',
+ ],
+ 'photos_count' => [
+ 'title' => 'Photos Count',
+ 'description' => 'photos uploaded.',
+ ],
+ 'badge_count' => [
+ 'title' => 'Badge Count',
+ 'description' => 'Avalible Badges.',
+ ],
+ 'articles_chart' => [
+ 'title' => 'Articles (Monthly)',
+ 'label' => 'Articles',
+ 'description' => 'Amount of articles created this month.',
+ ],
+ 'orders_chart' => [
+ 'title' => 'Orders (Monthly)',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'completed' => 'Completed',
+ 'description' => 'Amount of orders created this month.',
+ ],
+ ],
+
+ 'permissions' => [
+ 'cmd_about' => 'About Command',
+ 'cmd_alert' => 'Alert Command',
+ 'cmd_allow_trading' => 'Allow Trading Command',
+ 'cmd_badge' => 'Badge Command',
+ 'cmd_ban' => 'Ban Command',
+ 'cmd_blockalert' => 'Block Alert Command',
+ 'cmd_bots' => 'Bots Command',
+ 'cmd_bundle' => 'Bundle Command',
+ 'cmd_calendar' => 'Calendar Command',
+ 'cmd_changename' => 'Change Name Command',
+ 'cmd_chatcolor' => 'Chat Color Command',
+ 'cmd_commands' => 'Commands Command',
+ 'cmd_connect_camera' => 'Connect Camera Command',
+ 'cmd_control' => 'Control Command',
+ 'cmd_coords' => 'Coords Command',
+ 'cmd_credits' => 'Credits Command',
+ 'cmd_subscription' => 'Subscription Command',
+ 'cmd_danceall' => 'Dance All Command',
+ 'cmd_diagonal' => 'Diagonal Command',
+ 'cmd_disconnect' => 'Disconnect Command',
+ 'cmd_duckets' => 'Duckets Command',
+ 'cmd_ejectall' => 'Eject All Command',
+ 'cmd_empty' => 'Empty Command',
+ 'cmd_empty_bots' => 'Empty Bots Command',
+ 'cmd_empty_pets' => 'Empty Pets Command',
+ 'cmd_enable' => 'Enable Command',
+ 'cmd_event' => 'Event Command',
+ 'cmd_faceless' => 'Faceless Command',
+ 'cmd_fastwalk' => 'Fastwalk Command',
+ 'cmd_filterword' => 'Filterword Command',
+ 'cmd_freeze' => 'Freeze Command',
+ 'cmd_freeze_bots' => 'Freeze Bots Command',
+ 'cmd_gift' => 'Gift Command',
+ 'cmd_give_rank' => 'Give Rank Command',
+ 'cmd_ha' => 'HA Command',
+ 'acc_can_stalk' => 'Can Stalk',
+ 'cmd_hal' => 'HAL Command',
+ 'cmd_invisible' => 'Invisible Command',
+ 'cmd_ip_ban' => 'IP Ban Command',
+ 'cmd_machine_ban' => 'Machine Ban Command',
+ 'cmd_hand_item' => 'Hand Item Command',
+ 'cmd_happyhour' => 'Happy Hour Command',
+ 'cmd_hidewired' => 'Hide Wired Command',
+ 'cmd_kickall' => 'Kick All Command',
+ 'cmd_softkick' => 'Softkick Command',
+ 'cmd_massbadge' => 'Mass Badge Command',
+ 'cmd_roombadge' => 'Room Badge Command',
+ 'cmd_masscredits' => 'Mass Credits Command',
+ 'cmd_massduckets' => 'Mass Duckets Command',
+ 'cmd_massgift' => 'Mass Gift Command',
+ 'cmd_masspoints' => 'Mass Points Command',
+ 'cmd_moonwalk' => 'Moonwalk Command',
+ 'cmd_mimic' => 'Mimic Command',
+ 'cmd_multi' => 'Multi Command',
+ 'cmd_mute' => 'Mute Command',
+ 'cmd_pet_info' => 'Pet Info Command',
+ 'cmd_pickall' => 'Pick All Command',
+ 'cmd_plugins' => 'Plugins Command',
+ 'cmd_points' => 'Points Command',
+ 'cmd_promote_offer' => 'Promote Offer Command',
+ 'cmd_pull' => 'Pull Command',
+ 'cmd_push' => 'Push Command',
+ 'cmd_redeem' => 'Redeem Command',
+ 'cmd_reload_room' => 'Reload Room Command',
+ 'cmd_roomalert' => 'Room Alert Command',
+ 'cmd_roomcredits' => 'Room Credits Command',
+ 'cmd_roomeffect' => 'Room Effect Command',
+ 'cmd_roomgift' => 'Room Gift Command',
+ 'cmd_roomitem' => 'Room Item Command',
+ 'cmd_roommute' => 'Room Mute Command',
+ 'cmd_roompixels' => 'Room Pixels Command',
+ 'cmd_roompoints' => 'Room Points Command',
+ 'cmd_say' => 'Say Command',
+ 'cmd_say_all' => 'Say All Command',
+ 'cmd_setmax' => 'Set Max Command',
+ 'cmd_set_poll' => 'Set Poll Command',
+ 'cmd_setpublic' => 'Set Public Command',
+ 'cmd_setspeed' => 'Set Speed Command',
+ 'cmd_shout' => 'Shout Command',
+ 'cmd_shout_all' => 'Shout All Command',
+ 'cmd_shutdown' => 'Shutdown Command',
+ 'cmd_sitdown' => 'Sitdown Command',
+ 'cmd_staffalert' => 'Staff Alert Command',
+ 'cmd_staffonline' => 'Staff Online Command',
+ 'cmd_summon' => 'Summon Command',
+ 'cmd_summonrank' => 'Summon Rank Command',
+ 'cmd_super_ban' => 'Super Ban Command',
+ 'cmd_stalk' => 'Stalk Command',
+ 'cmd_superpull' => 'Superpull Command',
+ 'cmd_take_badge' => 'Take Badge Command',
+ 'cmd_talk' => 'Talk Command',
+ 'cmd_teleport' => 'Teleport Command',
+ 'cmd_trash' => 'Trash Command',
+ 'cmd_transform' => 'Transform Command',
+ 'cmd_unban' => 'Unban Command',
+ 'cmd_unload' => 'Unload Command',
+ 'cmd_unmute' => 'Unmute Command',
+ 'cmd_update_achievements' => 'Update Achievements Command',
+ 'cmd_update_bots' => 'Update Bots Command',
+ 'cmd_update_catalogue' => 'Update Catalogue Command',
+ 'cmd_update_config' => 'Update Config Command',
+ 'cmd_update_guildparts' => 'Update Guildparts Command',
+ 'cmd_update_hotel_view' => 'Update Hotel View Command',
+ 'cmd_update_items' => 'Update Items Command',
+ 'cmd_update_navigator' => 'Update Navigator Command',
+ 'cmd_update_permissions' => 'Update Permissions Command',
+ 'cmd_update_pet_data' => 'Update Pet Data Command',
+ 'cmd_update_plugins' => 'Update Plugins Command',
+ 'cmd_update_polls' => 'Update Polls Command',
+ 'cmd_update_texts' => 'Update Texts Command',
+ 'cmd_update_wordfilter' => 'Update Wordfilter Command',
+ 'cmd_userinfo' => 'Userinfo Command',
+ 'cmd_word_quiz' => 'Word Quiz Command',
+ 'cmd_warp' => 'Warp Command',
+ 'acc_anychatcolor' => 'Any Chat Color',
+ 'acc_anyroomowner' => 'Any Room Owner',
+ 'acc_empty_others' => 'Empty Others',
+ 'acc_enable_others' => 'Enable Others',
+ 'acc_see_whispers' => 'See Whispers',
+ 'acc_see_tentchat' => 'See Tentchat',
+ 'acc_superwired' => 'Superwired',
+ 'acc_supporttool' => 'Support Tool',
+ 'acc_unkickable' => 'Unkickable',
+ 'acc_guildgate' => 'Guild Gate',
+ 'acc_moverotate' => 'Move Rotate',
+ 'acc_placefurni' => 'Place Furni',
+ 'acc_unlimited_bots' => 'Unlimited Bots',
+ 'acc_unlimited_pets' => 'Unlimited Pets',
+ 'acc_hide_ip' => 'Hide IP',
+ 'acc_hide_mail' => 'Hide Mail',
+ 'acc_not_mimiced' => 'Not Mimiced',
+ 'acc_chat_no_flood' => 'Chat No Flood',
+ 'acc_staff_chat' => 'Staff Chat',
+ 'acc_staff_pick' => 'Staff Pick',
+ 'acc_enteranyroom' => 'Enter Any Room',
+ 'acc_fullrooms' => 'Full Rooms',
+ 'acc_infinite_credits' => 'Infinite Credits',
+ 'acc_infinite_pixels' => 'Infinite Pixels',
+ 'acc_infinite_points' => 'Infinite Points',
+ 'acc_ambassador' => 'Ambassador',
+ 'acc_debug' => 'Debug',
+ 'acc_chat_no_limit' => 'Chat No Limit',
+ 'acc_chat_no_filter' => 'Chat No Filter',
+ 'acc_nomute' => 'No Mute',
+ 'acc_guild_admin' => 'Guild Admin',
+ 'acc_catalog_ids' => 'Catalog IDs',
+ 'acc_modtool_ticket_q' => 'Modtool Ticket Q',
+ 'acc_modtool_user_logs' => 'Modtool User Logs',
+ 'acc_modtool_user_alert' => 'Modtool User Alert',
+ 'acc_modtool_user_kick' => 'Modtool User Kick',
+ 'acc_modtool_user_ban' => 'Modtool User Ban',
+ 'acc_modtool_room_info' => 'Modtool Room Info',
+ 'acc_modtool_room_logs' => 'Modtool Room Logs',
+ 'acc_trade_anywhere' => 'Trade Anywhere',
+ 'acc_update_notifications' => 'Update Notifications',
+ 'acc_helper_use_guide_tool' => 'Helper Use Guide Tool',
+ 'acc_helper_give_guide_tours' => 'Helper Give Guide Tours',
+ 'acc_helper_judge_chat_reviews' => 'Helper Judge Chat Reviews',
+ 'acc_floorplan_editor' => 'Floorplan Editor',
+ 'acc_camera' => 'Camera',
+ 'acc_ads_background' => 'Ads Background',
+ 'cmd_wordquiz' => 'Wordquiz Command',
+ 'acc_room_staff_tags' => 'Room Staff Tags',
+ 'acc_infinite_friends' => 'Infinite Friends',
+ 'acc_mimic_unredeemed' => 'Mimic Unredeemed',
+ 'cmd_update_youtube_playlists' => 'Update Youtube Playlists Command',
+ 'cmd_add_youtube_playlist' => 'Add Youtube Playlist Command',
+ 'auto_credits_amount' => 'Auto Credits Amount',
+ 'auto_pixels_amount' => 'Auto Pixels Amount',
+ 'auto_gotw_amount' => 'Auto GOTW Amount',
+ 'auto_points_amount' => 'Auto Points Amount',
+ 'acc_mention' => 'Mention',
+ 'cmd_setstate' => 'Setstate Command',
+ 'cmd_buildheight' => 'Buildheight Command',
+ 'cmd_setrotation' => 'Setrotation Command',
+ 'cmd_sellroom' => 'Sellroom Command',
+ 'cmd_buyroom' => 'Buyroom Command',
+ 'cmd_pay' => 'Pay Command',
+ 'cmd_kill' => 'Kill Command',
+ 'cmd_hoverboard' => 'Hoverboard Command',
+ 'cmd_kiss' => 'Kiss Command',
+ 'cmd_hug' => 'Hug Command',
+ 'cmd_welcome' => 'Welcome Command',
+ 'cmd_disable_effects' => 'Disable Effects Command',
+ 'cmd_brb' => 'BRB Command',
+ 'cmd_nuke' => 'Nuke Command',
+ 'cmd_slime' => 'Slime Command',
+ 'cmd_explain' => 'Explain Command',
+ 'cmd_closedice' => 'Closedice Command',
+ 'acc_closedice_room' => 'Closedice Room',
+ 'cmd_set' => 'Set Command',
+ 'cmd_furnidata' => 'Furnidata Command',
+ 'kiss_cmd' => 'Kiss Command',
+ 'acc_calendar_force' => 'Calendar Force',
+ 'cmd_update_calendar' => 'Update Calendar Command',
+ ],
+
+ 'sections' => [
+ 'permissions' => [
+ 'title' => 'Permissions Section',
+ 'description' => "Tip: If you prefer, you can leave all the fields below empty when creating a rank. It will come with the bank's default permissions (configured by Arcturus)",
+ ]
+ ],
+
+ 'roles' => [
+ 'view_any' => 'View Any',
+ 'view' => 'View',
+ 'create' => 'Create',
+ 'update' => 'Update',
+ 'delete' => 'Delete',
+ 'delete_any' => 'Delete Any',
+ 'restore' => 'Restore',
+ 'restore_any' => 'Restore Any',
+ 'force_delete' => 'Force Delete',
+ 'force_delete_any' => 'Force Delete Any',
+ 'replicate' => 'Replicate',
+ 'reorder' => 'Reorder',
+ ],
+
+ 'actions' => [
+ 'select_all' => 'Select All',
+ 'deselect_all' => 'Deselect All',
+ 'send_notifications' => 'Send Notifications',
+ ]
+];
diff --git a/Updated_Cms/lang/vendor/filament/fi/login.php b/Updated_Cms/lang/vendor/filament/fi/login.php
new file mode 100644
index 0000000000..4763b8ba2c
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/fi/login.php
@@ -0,0 +1,42 @@
+ 'Kirjaudu sisään',
+
+ 'heading' => 'Kirjaudu sisään tilillesi',
+
+ 'buttons' => [
+
+ 'submit' => [
+ 'label' => 'Kirjaudu sisään',
+ ],
+
+ ],
+
+ 'fields' => [
+
+ 'email' => [
+ 'label' => 'Sähköpostiosoite',
+ ],
+
+ 'username' => [
+ 'label' => 'Käyttäjänimi'
+ ],
+
+ 'password' => [
+ 'label' => 'Salasana',
+ ],
+
+ 'remember' => [
+ 'label' => 'Muista minut',
+ ],
+
+ ],
+
+ 'messages' => [
+ 'failed' => 'Nämä tunnistetiedot eivät täsmää tietoihimme.',
+ 'throttled' => 'Liian monta kirjautumisyritystä. Yritä uudelleen :seconds sekunnin kuluttua.',
+ ],
+
+];
diff --git a/Updated_Cms/lang/vendor/filament/fi/resources.php b/Updated_Cms/lang/vendor/filament/fi/resources.php
new file mode 100644
index 0000000000..457e5a6262
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/fi/resources.php
@@ -0,0 +1,703 @@
+ [
+ 'Dashboard' => 'Kojelauta',
+ 'Hotel' => 'Hotelli',
+ 'Website' => 'Verkkosivusto',
+ 'Help Center' => 'Ohjesivusto',
+ 'Administration' => 'Hallinta',
+ 'User Management' => 'Käyttäjien hallinta',
+ 'Profile Management' => 'Profile Management',
+ 'Shop' => 'Kauppa',
+ 'Logs' => 'Logit',
+ ],
+
+ 'resources' => [
+ 'dashboard' => [
+ 'navigation_label' => 'Kojelauta'
+ ],
+ 'achievements' => [
+ 'navigation_label' => 'Hallinnoi saavutuksia',
+ 'label' => 'Saavutus',
+ 'plural' => 'Saavutukset',
+ ],
+ 'emulator-settings' => [
+ 'navigation_label' => 'Emulaattorin asetukset',
+ 'label' => 'Asetus',
+ 'plural' => 'Emulaattorin asetukset',
+ ],
+ 'articles' => [
+ 'navigation_label' => 'Hallinnoi artikkeleita',
+ 'label' => 'Artikkeli',
+ 'plural' => 'Artikkelit',
+ ],
+ 'cms-settings' => [
+ 'navigation_label' => 'CMS-asetukset',
+ 'label' => 'Asetus',
+ 'plural' => 'CMS-asetukset',
+ ],
+ 'help-question-categories' => [
+ 'navigation_label' => 'Hallinnoi kategorioita',
+ 'label' => 'Kategoria',
+ 'plural' => 'Kysymyskategoriat',
+ ],
+ 'help-questions' => [
+ 'navigation_label' => 'Hallinnoi kysymyksiä',
+ 'label' => 'Kysymys',
+ 'plural' => 'Kysymykset',
+ ],
+ 'tags' => [
+ 'navigation_label' => 'Hallinnoi tunnisteita',
+ 'label' => 'Tunniste',
+ 'plural' => 'Tunnisteet',
+ ],
+ 'bans' => [
+ 'navigation_label' => 'Hallinnoi porttikieltoja',
+ 'label' => 'Porttikielto',
+ 'plural' => 'Porttikiellot',
+ ],
+ 'users' => [
+ 'navigation_label' => 'Hallinnoi käyttäjiä',
+ 'label' => 'Käyttäjä',
+ 'plural' => 'Käyttäjät',
+ ],
+ 'badge-resource' => [
+ 'navigation_label' => 'Hallinnoi tunnuksia',
+ 'label' => 'Tunnus',
+ 'plural' => 'Tunnukset',
+ ],
+ 'home-items' => [
+ 'navigation_label' => 'Manage Home Items',
+ 'label' => 'Home Item',
+ 'plural' => 'Home Items',
+ ],
+ 'home-categories' => [
+ 'navigation_label' => 'Manage Home Categories',
+ 'label' => 'Home Category',
+ 'plural' => 'Home Categories',
+ ],
+ 'navigations' => [
+ 'navigation_label' => 'Hallinnoi navigointia',
+ 'label' => 'Navigointi',
+ 'plural' => 'Navigointi',
+ ],
+ 'teams' => [
+ 'navigation_label' => 'Manage Teams',
+ 'label' => 'Team',
+ 'plural' => 'Teams',
+ ],
+ 'shop-products' => [
+ 'navigation_label' => 'Hallinnoi kaupan tuotteita',
+ 'label' => 'Kaupan tuote',
+ 'plural' => 'Kaupan tuotteet',
+ ],
+ 'shop-categories' => [
+ 'navigation_label' => 'Hallinnoi kaupan kategorioita',
+ 'label' => 'Kaupan kategoria',
+ 'plural' => 'Kaupan kategoriat',
+ ],
+ 'shop-orders' => [
+ 'navigation_label' => 'Manage Orders',
+ 'label' => 'Order',
+ 'plural' => 'Orders',
+ ],
+ 'command-logs' => [
+ 'navigation_label' => 'Manage Command Logs',
+ 'label' => 'Command Log',
+ 'plural' => 'Command Logs',
+ ],
+ 'word-filters' => [
+ 'navigation_label' => 'Manage Word Filter',
+ 'label' => 'Word Filter',
+ 'plural' => 'Word Filters',
+ ],
+ 'writeable-boxes' => [
+ 'navigation_label' => 'Hallinnoi kirjoitettavia laatikoita',
+ 'label' => 'Kirjoitettava laatikko',
+ 'plural' => 'Kirjoitettavat laatikot',
+ ],
+ 'permissions' => [
+ 'navigation_label' => 'Manage Permissions',
+ 'label' => 'Permission',
+ 'plural' => 'Permissions',
+ ],
+ 'emulator-texts' => [
+ 'navigation_label' => 'Manage Emulator Texts',
+ 'label' => 'Emulator Text',
+ 'plural' => 'Emulator Texts',
+ ],
+ 'chatlog-private' => [
+ 'navigation_label' => 'Manage Private Chatlogs',
+ 'label' => 'Private Chatlog',
+ 'plural' => 'Private Chatlogs',
+ ],
+ 'chatlog-rooms' => [
+ 'navigation_label' => 'Manage Room Chatlogs',
+ 'label' => 'Room Chatlog',
+ 'plural' => 'Room Chatlogs',
+ ],
+
+ // Relations
+ 'settings' => [
+ 'navigation_label' => 'Asetukset',
+ 'label' => 'Asetus',
+ 'plural' => 'Asetukset',
+ ],
+ 'badges' => [
+ 'navigation_label' => 'Tunnukset',
+ 'label' => 'Tunnus',
+ 'plural' => 'Tunnukset',
+ ],
+ 'product-item' => [
+ 'navigation_label' => 'Items',
+ 'label' => 'Item',
+ 'plural' => 'Items',
+ ],
+ 'dashboards' => [
+ 'navigation_label' => 'Dashboard',
+ 'label' => 'Dashboard',
+ 'plural' => 'Dashboard',
+ ],
+ 'badge-pages' => [
+ 'navigation_label' => 'Badge Page',
+ 'label' => 'Badge Page',
+ 'plural' => 'Badge Pages',
+ ],
+ 'permission-roles' => [
+ 'navigation_label' => 'Roles',
+ 'label' => 'Role',
+ 'plural' => 'Roles',
+ ],
+ ],
+
+ 'common' => [
+ 'All' => 'Kaikki',
+ 'Yes' => 'Kyllä',
+ 'No' => 'Ei',
+ 'Sucessfull' => 'Onnistunut',
+ 'Never' => 'Ei koskaan',
+ 'Account' => 'Tili',
+ 'IP' => 'IP-osoite',
+ 'Machine' => 'Laite',
+ 'Super' => 'Supertiimi',
+ 'Male' => 'Mies',
+ 'Female' => 'Nainen',
+ 'Credits' => 'Hyvitykset',
+ 'Duckets' => 'Duckets',
+ 'Diamonds' => 'Timantit',
+ 'Points' => 'Pisteet',
+ 'Update' => 'Update',
+ 'Create' => 'Create',
+ 'Open link' => 'Avaa linkki',
+ 'Sticker' => 'Sticker',
+ 'Widget' => 'Widget',
+ 'Note' => 'Note',
+ 'Background' => 'Background',
+ ],
+
+ 'helpers' => [
+ 'achievement_points' => 'Pisteet saavutuksen suorittamiseen',
+ 'achievement_progress_needed' => 'Tarvittava edistyminen saavutuksen suorittamiseen',
+ 'help_questions_category_icon' => 'Voit käyttää mitä tahansa kuvan linkkiä tässä. Suosittelemme kuvan kokoa 20x20.',
+ 'change_username_description' => 'Salli tämän käyttäjän vaihtaa käyttäjänimensä (asiakasohjelmassa)',
+ 'change_password_description' => 'Jätä tyhjäksi pitääksesi nykyisen salasanan',
+ 'badge_code_helper' => 'Syötä koodi ja napsauta kentän vieressä olevaa suurennuslasia. Jos merkki on olemassa, kaikki kentät täytetään automaattisesti.',
+ 'home_item_limit_helper' => 'Buy limit for this item. Leave blank for unlimited.',
+ 'limit_per_user_helper' => 'Purchase limit per user, or leave blank for unlimited.',
+ 'sales_count_helper' => 'Total sales for this item. (This information is automatically updated)',
+ 'badge_item_data_helper' => 'Enter the badge code below.',
+ 'furniture_item_data_helper' => "Enter the furniture 'item_name' below. (This data can be found in the 'items_base' table in the database)",
+ 'room_item_data_helper' => 'Enter the room ID below.',
+ 'currency_item_data_helper' => 'Enter the currency name below. Can be one of: credits, duckets, diamonds or points',
+ 'rank_item_data_helper' => 'Enter the rank ID below.',
+ 'empty_item_data_helper' => 'Select an item type to view the necessary information.',
+ ],
+
+ 'tabs' => [
+ 'Home' => 'Koti',
+ 'Main' => 'Pää',
+ 'Configurations' => 'Asetukset',
+ 'General Information' => 'Yleiset tiedot',
+ 'Currencies' => 'Valuutat',
+ 'Security' => 'Turvallisuus',
+ 'Change Username' => 'Vaihda käyttäjänimi',
+ 'Change Email' => 'Vaihda sähköposti',
+ 'Change Password' => 'Vaihda salasana',
+ 'Change Rank' => 'Vaihda sijoitus',
+ 'Account Data' => 'Tilin tiedot',
+ 'Extra Settings' => 'Lisäasetukset',
+ 'Metrics' => 'Mittarit',
+ 'In-game Permissions' => 'Pelin sisäiset oikeudet',
+ ],
+
+ 'inputs' => [
+ 'key' => 'Avain',
+ 'value' => 'Arvo',
+ 'comment' => 'Kommentti',
+ 'name' => 'Nimi',
+ 'level' => 'Taso',
+ 'email' => 'Sähköposti',
+ 'category' => 'Kategoria',
+ 'visible' => 'Näkyvä',
+ 'reward_type' => 'Palkinnon tyyppi',
+ 'reward_amount' => 'Palkinnon määrä',
+ 'points' => 'Pisteet',
+ 'progress_needed' => 'Vaadittu edistyminen',
+ 'fixed' => 'Kiinteä',
+ 'allow_comments' => 'Salli kommentit',
+ 'title' => 'Otsikko',
+ 'description' => 'Kuvaus',
+ 'image' => 'Kuva',
+ 'icon' => 'Kuvake',
+ 'content' => 'Sisältö',
+ 'is_promotion' => 'Onko tämä artikkeli tarjous?',
+ 'promotion_ends_at' => 'Tarjous päättyy',
+ 'categories' => 'Kategoriat',
+ 'background_color' => 'Taustaväri',
+ 'expires_at' => 'Vanhentuu',
+ 'reason' => 'Syy',
+ 'type' => 'Tyyppi',
+ 'username' => 'Käyttäjänimi',
+ 'motto' => 'Motto',
+ 'gender' => 'Sukupuoli',
+ 'created_at' => 'Luotu',
+ 'last_login' => 'Viimeisin kirjautuminen',
+ 'last_online' => 'Viimeisin kirjautuminen',
+ 'ip_register' => 'Rekisteröinti IP',
+ 'ip_current' => 'Nykyinen IP',
+ 'referral_code' => 'Suosittelukoodi',
+ 'referrer_code' => 'Suosittelijan koodi',
+ 'allow_change_username' => 'Salli käyttäjänimen vaihto',
+ 'new_password' => 'Uusi salasana',
+ 'new_password_confirmation' => 'Vahvista uusi salasana',
+ 'rank' => 'Sijoitus',
+ 'badge_code' => 'Tunnuksen koodi',
+ 'achievement_score' => 'Saavutuspisteet',
+ 'respects_received' => 'Saadut kunnioitukset',
+ 'can_trade' => 'Voiko vaihtaa?',
+ 'block_following' => 'Estä seuraaminen',
+ 'block_friendrequests' => 'Estä kaveripyynnöt',
+ 'block_roominvites' => 'Estä huonekutsut',
+ 'max_rooms' => 'Huoneiden enimmäismäärä',
+ 'max_friends' => 'Ystävien enimmäismäärä',
+ 'old_chat' => 'Vanha chat',
+ 'block_camera_follow' => 'Estä kameran seuraaminen',
+ 'ignore_bots' => 'Ohita bottit',
+ 'ignore_pets' => 'Ohita lemmikit',
+ 'badge_code' => 'Tunnuksen koodi',
+ 'badge_title' => 'Tunnuksen otsikko',
+ 'badge_description' => 'Tunnuksen kuvaus',
+ 'badge_image' => 'Tunnuksen kuva',
+ 'price' => 'Price',
+ 'currency_type' => 'Currency Type',
+ 'limit' => 'Limit',
+ 'slug' => 'Slug',
+ 'order' => 'Order',
+ 'new_tab' => 'New Tab',
+ 'label' => 'Label',
+ 'team_id' => 'Team',
+ 'is_hidden' => 'Is Hidden?',
+ 'is_featured' => 'Is Featured?',
+ 'limit_per_user' => 'Limit Per User',
+ 'sales_count' => 'Sales Count',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'is_active' => 'Is Active?',
+ 'item_is_active' => 'Can this item be displayed and sent to other users through a purchase?',
+ 'order_id' => 'Order ID',
+ 'status' => 'Status',
+ 'paypal_fee' => 'PayPal Fee',
+ 'details' => 'Details',
+ 'is_delivered' => 'Is Delivered?',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'log_commands' => 'Log Commands',
+ 'room_effect' => 'Room Effect',
+ 'prefix' => 'Prefix',
+ 'prefix_color' => 'Prefix Color',
+ 'auto_credits_amount' => 'Auto Credits Quantity',
+ 'auto_pixels_amount' => 'Auto Pixels Quantity',
+ 'auto_gotw_amount' => 'Auto GOTW Quantity',
+ 'auto_points_amount' => 'Auto Points Quantity',
+ 'users' => 'Users',
+ 'message' => 'Message',
+ 'url' => 'URL',
+ 'as_staff' => 'Send as Hotel Staff (Anonymous)',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'columns' => [
+ 'id' => 'ID',
+ 'user_id' => 'User ID',
+ 'room_id' => 'Room ID',
+ 'badge' => 'Tunnus',
+ 'name' => 'Nimi',
+ 'level' => 'Taso',
+ 'category' => 'Kategoria',
+ 'visible' => 'Näkyvä',
+ 'key' => 'Avain',
+ 'value' => 'Arvo',
+ 'title' => 'Otsikko',
+ 'image' => 'Kuva',
+ 'by' => 'Kirjoittaja',
+ 'fixed' => 'Kiinteä',
+ 'allow_comments' => 'Salli kommentit',
+ 'comment' => 'Kommentti',
+ 'order' => 'Järjestys',
+ 'icon' => 'Kuvake',
+ 'questions_count' => 'Liitetyt kysymykset',
+ 'background_color' => 'Taustaväri',
+ 'avatar' => 'Avatar',
+ 'username' => 'Käyttäjänimi',
+ 'reason' => 'Syy',
+ 'type' => 'Tyyppi',
+ 'banned_at' => 'Porttikielto alkaen',
+ 'expires_at' => 'Vanhenee',
+ 'email' => 'Sähköposti',
+ 'motto' => 'Motto',
+ 'created_at' => 'Luotu',
+ 'online' => 'Online?',
+ 'badge_code' => 'Tunnuksen koodi',
+ 'equipped' => 'Varustettu?',
+ 'achievement_score' => 'Saavutuspisteet',
+ 'respects_received' => 'Saadut kunnioitukset',
+ 'online_time' => 'Online-aika',
+ 'can_trade' => 'Voiko vaihtaa?',
+ 'can_change_name' => 'Voiko vaihtaa nimeä?',
+ 'price' => 'Price',
+ 'slug' => 'Slug',
+ 'new_tab' => 'New Tab',
+ 'is_featured' => 'Is Featured?',
+ 'sales_count' => 'Sales Count',
+ 'type' => 'Type',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'order_id' => 'Order ID',
+ 'is_delivered' => 'Is Delivered?',
+ 'command' => 'Command',
+ 'success' => 'Success',
+ 'executed_at' => 'Executed At',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'is_hidden' => 'Is Hidden?',
+ 'prefix' => 'Prefix',
+ 'hidden' => 'Hidden',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'options' => [
+ 'badge' => 'Badge',
+ 'furniture' => 'Furniture',
+ 'room' => 'Room',
+ 'currency' => 'Currency',
+ 'rank' => 'Rank',
+ 'completed' => 'Completed',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'yes' => 'Yes',
+ 'no' => 'No',
+ 'staff' => 'Staff',
+ 'shop' => 'Shop',
+ 'teams' => 'Teams',
+ 'rights' => 'Rights',
+ ],
+
+ 'widgets' => [
+ 'pending_orders' => 'Pending Orders',
+ 'completed_orders' => 'Completed Orders',
+ 'canceled_orders' => 'Canceled Orders',
+ 'were_canceled' => 'were cancelered.',
+ 'are_pending_payment' => 'are pending payment.',
+ 'were_completed' => 'have been paid and completed.',
+ ],
+
+ 'filters' => [
+ 'success' => 'Success',
+ 'page_target' => 'Page Target',
+ 'visible' => 'Visible',
+ ],
+
+ 'notifications' => [
+ 'badge_code_required' => 'Tunnuksen koodi on pakollinen.',
+ 'badge_found' => 'Tunnus löydetty!',
+ 'badge_updated' => 'Tunnus päivitetty!',
+ 'badge_update_failed' => 'Tunnuksen päivitys epäonnistui.',
+ 'create_badge' => 'Enter the data below to create a new badge!',
+ 'badge_texts_required' => 'You need to enter the badge texts.',
+ 'badge_image_required' => 'You need to enter a badge image url.',
+ ],
+
+ 'stats' => [
+ 'users_count' => [
+ 'title' => 'Users Count',
+ 'description' => 'users registered.',
+ ],
+ 'furniture_count' => [
+ 'title' => 'Furniture Count',
+ 'description' => 'furniture items registered.',
+ ],
+ 'rooms_count' => [
+ 'title' => 'Rooms Count',
+ 'description' => 'rooms created.',
+ ],
+ 'photos_count' => [
+ 'title' => 'Photos Count',
+ 'description' => 'photos uploaded.',
+ ],
+ 'badge_count' => [
+ 'title' => 'Badge Count',
+ 'description' => 'Avalible Badges.',
+ ],
+ 'articles_chart' => [
+ 'title' => 'Articles (Monthly)',
+ 'label' => 'Articles',
+ 'description' => 'Amount of articles created this month.',
+ ],
+ 'orders_chart' => [
+ 'title' => 'Orders (Monthly)',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'completed' => 'Completed',
+ 'description' => 'Amount of orders created this month.',
+ ],
+ ],
+
+ 'permissions' => [
+ 'cmd_about' => 'About Command',
+ 'cmd_alert' => 'Alert Command',
+ 'cmd_allow_trading' => 'Allow Trading Command',
+ 'cmd_badge' => 'Badge Command',
+ 'cmd_ban' => 'Ban Command',
+ 'cmd_blockalert' => 'Block Alert Command',
+ 'cmd_bots' => 'Bots Command',
+ 'cmd_bundle' => 'Bundle Command',
+ 'cmd_calendar' => 'Calendar Command',
+ 'cmd_changename' => 'Change Name Command',
+ 'cmd_chatcolor' => 'Chat Color Command',
+ 'cmd_commands' => 'Commands Command',
+ 'cmd_connect_camera' => 'Connect Camera Command',
+ 'cmd_control' => 'Control Command',
+ 'cmd_coords' => 'Coords Command',
+ 'cmd_credits' => 'Credits Command',
+ 'cmd_subscription' => 'Subscription Command',
+ 'cmd_danceall' => 'Dance All Command',
+ 'cmd_diagonal' => 'Diagonal Command',
+ 'cmd_disconnect' => 'Disconnect Command',
+ 'cmd_duckets' => 'Duckets Command',
+ 'cmd_ejectall' => 'Eject All Command',
+ 'cmd_empty' => 'Empty Command',
+ 'cmd_empty_bots' => 'Empty Bots Command',
+ 'cmd_empty_pets' => 'Empty Pets Command',
+ 'cmd_enable' => 'Enable Command',
+ 'cmd_event' => 'Event Command',
+ 'cmd_faceless' => 'Faceless Command',
+ 'cmd_fastwalk' => 'Fastwalk Command',
+ 'cmd_filterword' => 'Filterword Command',
+ 'cmd_freeze' => 'Freeze Command',
+ 'cmd_freeze_bots' => 'Freeze Bots Command',
+ 'cmd_gift' => 'Gift Command',
+ 'cmd_give_rank' => 'Give Rank Command',
+ 'cmd_ha' => 'HA Command',
+ 'acc_can_stalk' => 'Can Stalk',
+ 'cmd_hal' => 'HAL Command',
+ 'cmd_invisible' => 'Invisible Command',
+ 'cmd_ip_ban' => 'IP Ban Command',
+ 'cmd_machine_ban' => 'Machine Ban Command',
+ 'cmd_hand_item' => 'Hand Item Command',
+ 'cmd_happyhour' => 'Happy Hour Command',
+ 'cmd_hidewired' => 'Hide Wired Command',
+ 'cmd_kickall' => 'Kick All Command',
+ 'cmd_softkick' => 'Softkick Command',
+ 'cmd_massbadge' => 'Mass Badge Command',
+ 'cmd_roombadge' => 'Room Badge Command',
+ 'cmd_masscredits' => 'Mass Credits Command',
+ 'cmd_massduckets' => 'Mass Duckets Command',
+ 'cmd_massgift' => 'Mass Gift Command',
+ 'cmd_masspoints' => 'Mass Points Command',
+ 'cmd_moonwalk' => 'Moonwalk Command',
+ 'cmd_mimic' => 'Mimic Command',
+ 'cmd_multi' => 'Multi Command',
+ 'cmd_mute' => 'Mute Command',
+ 'cmd_pet_info' => 'Pet Info Command',
+ 'cmd_pickall' => 'Pick All Command',
+ 'cmd_plugins' => 'Plugins Command',
+ 'cmd_points' => 'Points Command',
+ 'cmd_promote_offer' => 'Promote Offer Command',
+ 'cmd_pull' => 'Pull Command',
+ 'cmd_push' => 'Push Command',
+ 'cmd_redeem' => 'Redeem Command',
+ 'cmd_reload_room' => 'Reload Room Command',
+ 'cmd_roomalert' => 'Room Alert Command',
+ 'cmd_roomcredits' => 'Room Credits Command',
+ 'cmd_roomeffect' => 'Room Effect Command',
+ 'cmd_roomgift' => 'Room Gift Command',
+ 'cmd_roomitem' => 'Room Item Command',
+ 'cmd_roommute' => 'Room Mute Command',
+ 'cmd_roompixels' => 'Room Pixels Command',
+ 'cmd_roompoints' => 'Room Points Command',
+ 'cmd_say' => 'Say Command',
+ 'cmd_say_all' => 'Say All Command',
+ 'cmd_setmax' => 'Set Max Command',
+ 'cmd_set_poll' => 'Set Poll Command',
+ 'cmd_setpublic' => 'Set Public Command',
+ 'cmd_setspeed' => 'Set Speed Command',
+ 'cmd_shout' => 'Shout Command',
+ 'cmd_shout_all' => 'Shout All Command',
+ 'cmd_shutdown' => 'Shutdown Command',
+ 'cmd_sitdown' => 'Sitdown Command',
+ 'cmd_staffalert' => 'Staff Alert Command',
+ 'cmd_staffonline' => 'Staff Online Command',
+ 'cmd_summon' => 'Summon Command',
+ 'cmd_summonrank' => 'Summon Rank Command',
+ 'cmd_super_ban' => 'Super Ban Command',
+ 'cmd_stalk' => 'Stalk Command',
+ 'cmd_superpull' => 'Superpull Command',
+ 'cmd_take_badge' => 'Take Badge Command',
+ 'cmd_talk' => 'Talk Command',
+ 'cmd_teleport' => 'Teleport Command',
+ 'cmd_trash' => 'Trash Command',
+ 'cmd_transform' => 'Transform Command',
+ 'cmd_unban' => 'Unban Command',
+ 'cmd_unload' => 'Unload Command',
+ 'cmd_unmute' => 'Unmute Command',
+ 'cmd_update_achievements' => 'Update Achievements Command',
+ 'cmd_update_bots' => 'Update Bots Command',
+ 'cmd_update_catalogue' => 'Update Catalogue Command',
+ 'cmd_update_config' => 'Update Config Command',
+ 'cmd_update_guildparts' => 'Update Guildparts Command',
+ 'cmd_update_hotel_view' => 'Update Hotel View Command',
+ 'cmd_update_items' => 'Update Items Command',
+ 'cmd_update_navigator' => 'Update Navigator Command',
+ 'cmd_update_permissions' => 'Update Permissions Command',
+ 'cmd_update_pet_data' => 'Update Pet Data Command',
+ 'cmd_update_plugins' => 'Update Plugins Command',
+ 'cmd_update_polls' => 'Update Polls Command',
+ 'cmd_update_texts' => 'Update Texts Command',
+ 'cmd_update_wordfilter' => 'Update Wordfilter Command',
+ 'cmd_userinfo' => 'Userinfo Command',
+ 'cmd_word_quiz' => 'Word Quiz Command',
+ 'cmd_warp' => 'Warp Command',
+ 'acc_anychatcolor' => 'Any Chat Color',
+ 'acc_anyroomowner' => 'Any Room Owner',
+ 'acc_empty_others' => 'Empty Others',
+ 'acc_enable_others' => 'Enable Others',
+ 'acc_see_whispers' => 'See Whispers',
+ 'acc_see_tentchat' => 'See Tentchat',
+ 'acc_superwired' => 'Superwired',
+ 'acc_supporttool' => 'Support Tool',
+ 'acc_unkickable' => 'Unkickable',
+ 'acc_guildgate' => 'Guild Gate',
+ 'acc_moverotate' => 'Move Rotate',
+ 'acc_placefurni' => 'Place Furni',
+ 'acc_unlimited_bots' => 'Unlimited Bots',
+ 'acc_unlimited_pets' => 'Unlimited Pets',
+ 'acc_hide_ip' => 'Hide IP',
+ 'acc_hide_mail' => 'Hide Mail',
+ 'acc_not_mimiced' => 'Not Mimiced',
+ 'acc_chat_no_flood' => 'Chat No Flood',
+ 'acc_staff_chat' => 'Staff Chat',
+ 'acc_staff_pick' => 'Staff Pick',
+ 'acc_enteranyroom' => 'Enter Any Room',
+ 'acc_fullrooms' => 'Full Rooms',
+ 'acc_infinite_credits' => 'Infinite Credits',
+ 'acc_infinite_pixels' => 'Infinite Pixels',
+ 'acc_infinite_points' => 'Infinite Points',
+ 'acc_ambassador' => 'Ambassador',
+ 'acc_debug' => 'Debug',
+ 'acc_chat_no_limit' => 'Chat No Limit',
+ 'acc_chat_no_filter' => 'Chat No Filter',
+ 'acc_nomute' => 'No Mute',
+ 'acc_guild_admin' => 'Guild Admin',
+ 'acc_catalog_ids' => 'Catalog IDs',
+ 'acc_modtool_ticket_q' => 'Modtool Ticket Q',
+ 'acc_modtool_user_logs' => 'Modtool User Logs',
+ 'acc_modtool_user_alert' => 'Modtool User Alert',
+ 'acc_modtool_user_kick' => 'Modtool User Kick',
+ 'acc_modtool_user_ban' => 'Modtool User Ban',
+ 'acc_modtool_room_info' => 'Modtool Room Info',
+ 'acc_modtool_room_logs' => 'Modtool Room Logs',
+ 'acc_trade_anywhere' => 'Trade Anywhere',
+ 'acc_update_notifications' => 'Update Notifications',
+ 'acc_helper_use_guide_tool' => 'Helper Use Guide Tool',
+ 'acc_helper_give_guide_tours' => 'Helper Give Guide Tours',
+ 'acc_helper_judge_chat_reviews' => 'Helper Judge Chat Reviews',
+ 'acc_floorplan_editor' => 'Floorplan Editor',
+ 'acc_camera' => 'Camera',
+ 'acc_ads_background' => 'Ads Background',
+ 'cmd_wordquiz' => 'Wordquiz Command',
+ 'acc_room_staff_tags' => 'Room Staff Tags',
+ 'acc_infinite_friends' => 'Infinite Friends',
+ 'acc_mimic_unredeemed' => 'Mimic Unredeemed',
+ 'cmd_update_youtube_playlists' => 'Update Youtube Playlists Command',
+ 'cmd_add_youtube_playlist' => 'Add Youtube Playlist Command',
+ 'auto_credits_amount' => 'Auto Credits Amount',
+ 'auto_pixels_amount' => 'Auto Pixels Amount',
+ 'auto_gotw_amount' => 'Auto GOTW Amount',
+ 'auto_points_amount' => 'Auto Points Amount',
+ 'acc_mention' => 'Mention',
+ 'cmd_setstate' => 'Setstate Command',
+ 'cmd_buildheight' => 'Buildheight Command',
+ 'cmd_setrotation' => 'Setrotation Command',
+ 'cmd_sellroom' => 'Sellroom Command',
+ 'cmd_buyroom' => 'Buyroom Command',
+ 'cmd_pay' => 'Pay Command',
+ 'cmd_kill' => 'Kill Command',
+ 'cmd_hoverboard' => 'Hoverboard Command',
+ 'cmd_kiss' => 'Kiss Command',
+ 'cmd_hug' => 'Hug Command',
+ 'cmd_welcome' => 'Welcome Command',
+ 'cmd_disable_effects' => 'Disable Effects Command',
+ 'cmd_brb' => 'BRB Command',
+ 'cmd_nuke' => 'Nuke Command',
+ 'cmd_slime' => 'Slime Command',
+ 'cmd_explain' => 'Explain Command',
+ 'cmd_closedice' => 'Closedice Command',
+ 'acc_closedice_room' => 'Closedice Room',
+ 'cmd_set' => 'Set Command',
+ 'cmd_furnidata' => 'Furnidata Command',
+ 'kiss_cmd' => 'Kiss Command',
+ 'acc_calendar_force' => 'Calendar Force',
+ 'cmd_update_calendar' => 'Update Calendar Command',
+ ],
+
+ 'sections' => [
+ 'permissions' => [
+ 'title' => 'Permissions Section',
+ 'description' => "Tip: If you prefer, you can leave all the fields below empty when creating a rank. It will come with the bank's default permissions (configured by Arcturus)",
+ ]
+ ],
+
+ 'roles' => [
+ 'view_any' => 'View Any',
+ 'view' => 'View',
+ 'create' => 'Create',
+ 'update' => 'Update',
+ 'delete' => 'Delete',
+ 'delete_any' => 'Delete Any',
+ 'restore' => 'Restore',
+ 'restore_any' => 'Restore Any',
+ 'force_delete' => 'Force Delete',
+ 'force_delete_any' => 'Force Delete Any',
+ 'replicate' => 'Replicate',
+ 'reorder' => 'Reorder',
+ ],
+
+ 'actions' => [
+ 'select_all' => 'Select All',
+ 'deselect_all' => 'Deselect All',
+ 'send_notifications' => 'Send Notifications',
+ ]
+];
diff --git a/Updated_Cms/lang/vendor/filament/fr/login.php b/Updated_Cms/lang/vendor/filament/fr/login.php
new file mode 100644
index 0000000000..0d38a22cd6
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/fr/login.php
@@ -0,0 +1,42 @@
+ 'Connexion',
+
+ 'heading' => 'Connectez-vous à votre compte',
+
+ 'buttons' => [
+
+ 'submit' => [
+ 'label' => 'Se connecter',
+ ],
+
+ ],
+
+ 'fields' => [
+
+ 'email' => [
+ 'label' => 'Adresse e-mail',
+ ],
+
+ 'username' => [
+ 'label' => 'Nom d\'utilisateur',
+ ],
+
+ 'password' => [
+ 'label' => 'Mot de passe',
+ ],
+
+ 'remember' => [
+ 'label' => 'Se souvenir de moi',
+ ],
+
+ ],
+
+ 'messages' => [
+ 'failed' => 'Ces informations d\'identification ne correspondent pas à nos enregistrements.',
+ 'throttled' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.',
+ ],
+
+];
diff --git a/Updated_Cms/lang/vendor/filament/fr/resources.php b/Updated_Cms/lang/vendor/filament/fr/resources.php
new file mode 100644
index 0000000000..145eedd5f4
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/fr/resources.php
@@ -0,0 +1,703 @@
+ [
+ 'Dashboard' => 'Tableau de bord',
+ 'Hotel' => 'Hôtel',
+ 'Website' => 'Site Web',
+ 'Help Center' => 'Centre d\'aide',
+ 'Administration' => 'Administration',
+ 'User Management' => 'Gestion des utilisateurs',
+ 'Profile Management' => 'Profile Management',
+ 'Shop' => 'Boutique',
+ 'Logs' => 'Logs',
+ ],
+
+ 'resources' => [
+ 'dashboard' => [
+ 'navigation_label' => 'Tableau de bord'
+ ],
+ 'achievements' => [
+ 'navigation_label' => 'Gérer les Win-Win',
+ 'label' => 'Win-Win',
+ 'plural' => 'Win-Win',
+ ],
+ 'emulator-settings' => [
+ 'navigation_label' => 'Paramètres de l\'émulateur',
+ 'label' => 'Paramètre',
+ 'plural' => 'Paramètres de l\'émulateur',
+ ],
+ 'articles' => [
+ 'navigation_label' => 'Gérer les articles',
+ 'label' => 'Article',
+ 'plural' => 'Articles',
+ ],
+ 'cms-settings' => [
+ 'navigation_label' => 'Paramètres CMS',
+ 'label' => 'Paramètre',
+ 'plural' => 'Paramètres CMS',
+ ],
+ 'help-question-categories' => [
+ 'navigation_label' => 'Gérer les catégories de questions',
+ 'label' => 'Catégorie',
+ 'plural' => 'Catégories de questions',
+ ],
+ 'help-questions' => [
+ 'navigation_label' => 'Gérer les questions',
+ 'label' => 'Question',
+ 'plural' => 'Questions',
+ ],
+ 'tags' => [
+ 'navigation_label' => 'Gérer les tags',
+ 'label' => 'Tag',
+ 'plural' => 'Tags',
+ ],
+ 'bans' => [
+ 'navigation_label' => 'Gérer les bans',
+ 'label' => 'Banissement',
+ 'plural' => 'Banissements',
+ ],
+ 'users' => [
+ 'navigation_label' => 'Gérer les utilisateurs',
+ 'label' => 'Utilisateur',
+ 'plural' => 'Utilisateurs',
+ ],
+ 'badge-resource' => [
+ 'navigation_label' => 'Gérer les badges',
+ 'label' => 'Badge',
+ 'plural' => 'Badges',
+ ],
+ 'home-items' => [
+ 'navigation_label' => 'Manage Home Items',
+ 'label' => 'Home Item',
+ 'plural' => 'Home Items',
+ ],
+ 'home-categories' => [
+ 'navigation_label' => 'Manage Home Categories',
+ 'label' => 'Home Category',
+ 'plural' => 'Home Categories',
+ ],
+ 'navigations' => [
+ 'navigation_label' => 'Gérer les menus',
+ 'label' => 'Menu',
+ 'plural' => 'Menus',
+ ],
+ 'teams' => [
+ 'navigation_label' => 'Gérer les équipes',
+ 'label' => 'Équipe',
+ 'plural' => 'Équipes',
+ ],
+ 'shop-products' => [
+ 'navigation_label' => 'Gérer les produits',
+ 'label' => 'Produit',
+ 'plural' => 'Produits',
+ ],
+ 'shop-categories' => [
+ 'navigation_label' => 'Gérer les catégories',
+ 'label' => 'Catégorie',
+ 'plural' => 'Catégories',
+ ],
+ 'shop-orders' => [
+ 'navigation_label' => 'Manage Orders',
+ 'label' => 'Order',
+ 'plural' => 'Orders',
+ ],
+ 'command-logs' => [
+ 'navigation_label' => 'Gérer les logs de commandes',
+ 'label' => 'Command Log',
+ 'plural' => 'Command Logs',
+ ],
+ 'word-filters' => [
+ 'navigation_label' => 'Gérer les filtres de mots',
+ 'label' => 'Word Filter',
+ 'plural' => 'Word Filters',
+ ],
+ 'writeable-boxes' => [
+ 'navigation_label' => 'Gérer les boîtes éditables',
+ 'label' => 'Boîte Éditable',
+ 'plural' => 'Boîtes Éditables',
+ ],
+ 'permissions' => [
+ 'navigation_label' => 'Manage Permissions',
+ 'label' => 'Permission',
+ 'plural' => 'Permissions',
+ ],
+ 'emulator-texts' => [
+ 'navigation_label' => 'Manage Emulator Texts',
+ 'label' => 'Emulator Text',
+ 'plural' => 'Emulator Texts',
+ ],
+ 'chatlog-private' => [
+ 'navigation_label' => 'Manage Private Chatlogs',
+ 'label' => 'Private Chatlog',
+ 'plural' => 'Private Chatlogs',
+ ],
+ 'chatlog-rooms' => [
+ 'navigation_label' => 'Manage Room Chatlogs',
+ 'label' => 'Room Chatlog',
+ 'plural' => 'Room Chatlogs',
+ ],
+
+ // Relations
+ 'settings' => [
+ 'navigation_label' => 'Paramètres',
+ 'label' => 'Paramètre',
+ 'plural' => 'Paramètres',
+ ],
+ 'badges' => [
+ 'navigation_label' => 'Badges',
+ 'label' => 'Badge',
+ 'plural' => 'Badges',
+ ],
+ 'product-item' => [
+ 'navigation_label' => 'Items',
+ 'label' => 'Item',
+ 'plural' => 'Items',
+ ],
+ 'dashboards' => [
+ 'navigation_label' => 'Dashboard',
+ 'label' => 'Dashboard',
+ 'plural' => 'Dashboard',
+ ],
+ 'badge-pages' => [
+ 'navigation_label' => 'Badge Page',
+ 'label' => 'Badge Page',
+ 'plural' => 'Badge Pages',
+ ],
+ 'permission-roles' => [
+ 'navigation_label' => 'Roles',
+ 'label' => 'Role',
+ 'plural' => 'Roles',
+ ],
+ ],
+
+ 'common' => [
+ 'All' => 'Tous',
+ 'Yes' => 'Oui',
+ 'No' => 'Non',
+ 'Sucessfull' => 'Réussi',
+ 'Never' => 'Jamais',
+ 'Account' => 'Compte',
+ 'IP' => 'IP',
+ 'Machine' => 'Machine',
+ 'Super' => 'Super',
+ 'Male' => 'Homme',
+ 'Female' => 'Femme',
+ 'Credits' => 'Crédits',
+ 'Duckets' => 'Duckets',
+ 'Diamonds' => 'Diamants',
+ 'Points' => 'Points',
+ 'Update' => 'Update',
+ 'Create' => 'Create',
+ 'Open link' => 'Ouvrir le lien',
+ 'Sticker' => 'Sticker',
+ 'Widget' => 'Widget',
+ 'Note' => 'Note',
+ 'Background' => 'Background',
+ ],
+
+ 'helpers' => [
+ 'achievement_points' => 'Points Win-Win à récompenser',
+ 'achievement_progress_needed' => 'Progression nécessaire pour terminer le Win-Win',
+ 'help_questions_category_icon' => 'Vous pouvez utiliser n\'importe quel lien d\'image ici. Nous recommandons d\'utiliser une image de taille 20x20.',
+ 'change_username_description' => 'Autoriser cet utilisateur à changer son pseudo (dans le client)',
+ 'change_password_description' => 'Laissez vide pour conserver le mot de passe actuel',
+ 'badge_code_helper' => 'Entrez le code et cliquez sur la loupe à côté du champ. Si le badge existe, tous les champs seront remplis automatiquement.',
+ 'home_item_limit_helper' => 'Buy limit for this item. Leave blank for unlimited.',
+ 'limit_per_user_helper' => 'Purchase limit per user, or leave blank for unlimited.',
+ 'sales_count_helper' => 'Total sales for this item. (This information is automatically updated)',
+ 'badge_item_data_helper' => 'Enter the badge code below.',
+ 'furniture_item_data_helper' => "Enter the furniture 'item_name' below. (This data can be found in the 'items_base' table in the database)",
+ 'room_item_data_helper' => 'Enter the room ID below.',
+ 'currency_item_data_helper' => 'Enter the currency name below. Can be one of: credits, duckets, diamonds or points',
+ 'rank_item_data_helper' => 'Enter the rank ID below.',
+ 'empty_item_data_helper' => 'Select an item type to view the necessary information.',
+ ],
+
+ 'tabs' => [
+ 'Home' => 'Accueil',
+ 'Main' => 'Principal',
+ 'Configurations' => 'Configurations',
+ 'General Information' => 'Informations générales',
+ 'Currencies' => 'Monnaies',
+ 'Security' => 'Sécurité',
+ 'Change Username' => 'Changer de pseudo',
+ 'Change Email' => 'Changer d\'email',
+ 'Change Password' => 'Changer de mot de passe',
+ 'Change Rank' => 'Changer de rank',
+ 'Account Data' => 'Données du compte',
+ 'Extra Settings' => 'Paramètres supplémentaires',
+ 'Metrics' => 'Métriques',
+ 'In-game Permissions' => 'Permissions en jeu',
+ ],
+
+ 'inputs' => [
+ 'key' => 'Clé',
+ 'value' => 'Valeur',
+ 'comment' => 'Commentaire',
+ 'name' => 'Nom',
+ 'level' => 'Niveau',
+ 'email' => 'Email',
+ 'category' => 'Catégorie',
+ 'visible' => 'Visible',
+ 'reward_type' => 'Type de récompense',
+ 'reward_amount' => 'Montant de la récompense',
+ 'points' => 'Points',
+ 'progress_needed' => 'Progression nécessaire',
+ 'fixed' => 'Fixé',
+ 'allow_comments' => 'Autoriser les commentaires',
+ 'title' => 'Titre',
+ 'description' => 'Description',
+ 'image' => 'Image',
+ 'icon' => 'Icône',
+ 'content' => 'Contenu',
+ 'is_promotion' => 'Cet article est-il une promotion?',
+ 'promotion_ends_at' => 'La promotion se termine le',
+ 'categories' => 'Catégories',
+ 'background_color' => 'Couleur de fond',
+ 'expires_at' => 'Expire le',
+ 'reason' => 'Raison',
+ 'type' => 'Type',
+ 'username' => 'Nom d\'utilisateur',
+ 'motto' => 'Devise',
+ 'gender' => 'Genre',
+ 'created_at' => 'Créé le',
+ 'last_login' => 'Dernière connexion',
+ 'last_online' => 'Dernière connexion',
+ 'ip_register' => 'IP d\'inscription',
+ 'ip_current' => 'IP actuelle',
+ 'referral_code' => 'Code de parrainage',
+ 'referrer_code' => 'Code de l\'utilisateur parrain',
+ 'allow_change_username' => 'Autoriser le changement de nom d\'utilisateur',
+ 'new_password' => 'Nouveau mot de passe',
+ 'new_password_confirmation' => 'Confirmer le nouveau mot de passe',
+ 'rank' => 'Rang',
+ 'badge_code' => 'Code du badge',
+ 'achievement_score' => 'Score Win-Win',
+ 'respects_received' => 'Respects reçus',
+ 'can_trade' => 'Peut échanger',
+ 'block_following' => 'Bloquer le fait de pouvoir me suivre',
+ 'block_friendrequests' => 'Bloquer les demandes d\'ami',
+ 'block_roominvites' => 'Bloquer les invitations d\'appart',
+ 'max_rooms' => 'Nombre maximum d\'apparts',
+ 'max_friends' => 'Nombre maximum d\'amis',
+ 'old_chat' => 'Ancien chat',
+ 'block_camera_follow' => 'Bloquer le suivi de la caméra',
+ 'ignore_bots' => 'Ignorer les bots',
+ 'ignore_pets' => 'Ignorer les animaux de compagnie',
+ 'badge_code' => 'Code du badge',
+ 'badge_title' => 'Titre du badge',
+ 'badge_description' => 'Description du badge',
+ 'badge_image' => 'Image du badge',
+ 'price' => 'Price',
+ 'currency_type' => 'Currency Type',
+ 'limit' => 'Limit',
+ 'slug' => 'Slug',
+ 'order' => 'Order',
+ 'new_tab' => 'New Tab',
+ 'label' => 'Label',
+ 'team_id' => 'Team',
+ 'is_hidden' => 'Is Hidden?',
+ 'is_featured' => 'Is Featured?',
+ 'limit_per_user' => 'Limit Per User',
+ 'sales_count' => 'Sales Count',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'is_active' => 'Is Active?',
+ 'item_is_active' => 'Can this item be displayed and sent to other users through a purchase?',
+ 'order_id' => 'Order ID',
+ 'status' => 'Status',
+ 'paypal_fee' => 'PayPal Fee',
+ 'details' => 'Details',
+ 'is_delivered' => 'Is Delivered?',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'log_commands' => 'Log Commands',
+ 'room_effect' => 'Room Effect',
+ 'prefix' => 'Prefix',
+ 'prefix_color' => 'Prefix Color',
+ 'auto_credits_amount' => 'Auto Credits Quantity',
+ 'auto_pixels_amount' => 'Auto Pixels Quantity',
+ 'auto_gotw_amount' => 'Auto GOTW Quantity',
+ 'auto_points_amount' => 'Auto Points Quantity',
+ 'users' => 'Users',
+ 'message' => 'Message',
+ 'url' => 'URL',
+ 'as_staff' => 'Send as Hotel Staff (Anonymous)',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'columns' => [
+ 'id' => 'ID',
+ 'user_id' => 'User ID',
+ 'room_id' => 'Room ID',
+ 'badge' => 'Badge',
+ 'name' => 'Nom',
+ 'level' => 'Niveau',
+ 'category' => 'Catégorie',
+ 'visible' => 'Visible',
+ 'key' => 'Clé',
+ 'value' => 'Valeur',
+ 'title' => 'Titre',
+ 'image' => 'Image',
+ 'by' => 'Par',
+ 'fixed' => 'Fixé',
+ 'allow_comments' => 'Autoriser les commentaires',
+ 'comment' => 'Commentaire',
+ 'order' => 'Ordre',
+ 'icon' => 'Icône',
+ 'questions_count' => 'Questions liées',
+ 'background_color' => 'Couleur de fond',
+ 'avatar' => 'Avatar',
+ 'username' => 'Pseudo',
+ 'reason' => 'Raison',
+ 'type' => 'Type',
+ 'banned_at' => 'Banni le',
+ 'expires_at' => 'Expire le',
+ 'email' => 'Email',
+ 'motto' => 'Devise',
+ 'created_at' => 'Créé le',
+ 'online' => 'En ligne',
+ 'badge_code' => 'Code de badge',
+ 'equipped' => 'Équipé?',
+ 'achievement_score' => 'Score Win-Win',
+ 'respects_received' => 'Respects reçus',
+ 'online_time' => 'Temps en ligne',
+ 'can_trade' => 'Peut échanger',
+ 'can_change_name' => 'Peut changer de nom',
+ 'price' => 'Price',
+ 'slug' => 'Slug',
+ 'new_tab' => 'New Tab',
+ 'is_featured' => 'Is Featured?',
+ 'sales_count' => 'Sales Count',
+ 'type' => 'Type',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'order_id' => 'Order ID',
+ 'is_delivered' => 'Is Delivered?',
+ 'command' => 'Command',
+ 'success' => 'Success',
+ 'executed_at' => 'Executed At',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'is_hidden' => 'Is Hidden?',
+ 'prefix' => 'Prefix',
+ 'hidden' => 'Hidden',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'options' => [
+ 'badge' => 'Badge',
+ 'furniture' => 'Furniture',
+ 'room' => 'Room',
+ 'currency' => 'Currency',
+ 'rank' => 'Rank',
+ 'completed' => 'Completed',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'yes' => 'Yes',
+ 'no' => 'No',
+ 'staff' => 'Staff',
+ 'shop' => 'Shop',
+ 'teams' => 'Teams',
+ 'rights' => 'Rights',
+ ],
+
+ 'widgets' => [
+ 'pending_orders' => 'Pending Orders',
+ 'completed_orders' => 'Completed Orders',
+ 'canceled_orders' => 'Canceled Orders',
+ 'were_canceled' => 'were cancelered.',
+ 'are_pending_payment' => 'are pending payment.',
+ 'were_completed' => 'have been paid and completed.',
+ ],
+
+ 'filters' => [
+ 'success' => 'Success',
+ 'page_target' => 'Page Target',
+ 'visible' => 'Visible',
+ ],
+
+ 'notifications' => [
+ 'badge_code_required' => 'Vous devez fournir un code de badge.',
+ 'badge_found' => 'Badge trouvé!',
+ 'badge_updated' => 'Badge mis à jour!',
+ 'badge_update_failed' => 'Impossible de mettre à jour le badge.',
+ 'create_badge' => 'Enter the data below to create a new badge!',
+ 'badge_texts_required' => 'You need to enter the badge texts.',
+ 'badge_image_required' => 'You need to enter a badge image url.',
+ ],
+
+ 'stats' => [
+ 'users_count' => [
+ 'title' => 'Users Count',
+ 'description' => 'users registered.',
+ ],
+ 'furniture_count' => [
+ 'title' => 'Furniture Count',
+ 'description' => 'furniture items registered.',
+ ],
+ 'rooms_count' => [
+ 'title' => 'Rooms Count',
+ 'description' => 'rooms created.',
+ ],
+ 'photos_count' => [
+ 'title' => 'Photos Count',
+ 'description' => 'photos uploaded.',
+ ],
+ 'badge_count' => [
+ 'title' => 'Badge Count',
+ 'description' => 'Avalible Badges.',
+ ],
+ 'articles_chart' => [
+ 'title' => 'Articles (Monthly)',
+ 'label' => 'Articles',
+ 'description' => 'Amount of articles created this month.',
+ ],
+ 'orders_chart' => [
+ 'title' => 'Orders (Monthly)',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'completed' => 'Completed',
+ 'description' => 'Amount of orders created this month.',
+ ],
+ ],
+
+ 'permissions' => [
+ 'cmd_about' => 'About Command',
+ 'cmd_alert' => 'Alert Command',
+ 'cmd_allow_trading' => 'Allow Trading Command',
+ 'cmd_badge' => 'Badge Command',
+ 'cmd_ban' => 'Ban Command',
+ 'cmd_blockalert' => 'Block Alert Command',
+ 'cmd_bots' => 'Bots Command',
+ 'cmd_bundle' => 'Bundle Command',
+ 'cmd_calendar' => 'Calendar Command',
+ 'cmd_changename' => 'Change Name Command',
+ 'cmd_chatcolor' => 'Chat Color Command',
+ 'cmd_commands' => 'Commands Command',
+ 'cmd_connect_camera' => 'Connect Camera Command',
+ 'cmd_control' => 'Control Command',
+ 'cmd_coords' => 'Coords Command',
+ 'cmd_credits' => 'Credits Command',
+ 'cmd_subscription' => 'Subscription Command',
+ 'cmd_danceall' => 'Dance All Command',
+ 'cmd_diagonal' => 'Diagonal Command',
+ 'cmd_disconnect' => 'Disconnect Command',
+ 'cmd_duckets' => 'Duckets Command',
+ 'cmd_ejectall' => 'Eject All Command',
+ 'cmd_empty' => 'Empty Command',
+ 'cmd_empty_bots' => 'Empty Bots Command',
+ 'cmd_empty_pets' => 'Empty Pets Command',
+ 'cmd_enable' => 'Enable Command',
+ 'cmd_event' => 'Event Command',
+ 'cmd_faceless' => 'Faceless Command',
+ 'cmd_fastwalk' => 'Fastwalk Command',
+ 'cmd_filterword' => 'Filterword Command',
+ 'cmd_freeze' => 'Freeze Command',
+ 'cmd_freeze_bots' => 'Freeze Bots Command',
+ 'cmd_gift' => 'Gift Command',
+ 'cmd_give_rank' => 'Give Rank Command',
+ 'cmd_ha' => 'HA Command',
+ 'acc_can_stalk' => 'Can Stalk',
+ 'cmd_hal' => 'HAL Command',
+ 'cmd_invisible' => 'Invisible Command',
+ 'cmd_ip_ban' => 'IP Ban Command',
+ 'cmd_machine_ban' => 'Machine Ban Command',
+ 'cmd_hand_item' => 'Hand Item Command',
+ 'cmd_happyhour' => 'Happy Hour Command',
+ 'cmd_hidewired' => 'Hide Wired Command',
+ 'cmd_kickall' => 'Kick All Command',
+ 'cmd_softkick' => 'Softkick Command',
+ 'cmd_massbadge' => 'Mass Badge Command',
+ 'cmd_roombadge' => 'Room Badge Command',
+ 'cmd_masscredits' => 'Mass Credits Command',
+ 'cmd_massduckets' => 'Mass Duckets Command',
+ 'cmd_massgift' => 'Mass Gift Command',
+ 'cmd_masspoints' => 'Mass Points Command',
+ 'cmd_moonwalk' => 'Moonwalk Command',
+ 'cmd_mimic' => 'Mimic Command',
+ 'cmd_multi' => 'Multi Command',
+ 'cmd_mute' => 'Mute Command',
+ 'cmd_pet_info' => 'Pet Info Command',
+ 'cmd_pickall' => 'Pick All Command',
+ 'cmd_plugins' => 'Plugins Command',
+ 'cmd_points' => 'Points Command',
+ 'cmd_promote_offer' => 'Promote Offer Command',
+ 'cmd_pull' => 'Pull Command',
+ 'cmd_push' => 'Push Command',
+ 'cmd_redeem' => 'Redeem Command',
+ 'cmd_reload_room' => 'Reload Room Command',
+ 'cmd_roomalert' => 'Room Alert Command',
+ 'cmd_roomcredits' => 'Room Credits Command',
+ 'cmd_roomeffect' => 'Room Effect Command',
+ 'cmd_roomgift' => 'Room Gift Command',
+ 'cmd_roomitem' => 'Room Item Command',
+ 'cmd_roommute' => 'Room Mute Command',
+ 'cmd_roompixels' => 'Room Pixels Command',
+ 'cmd_roompoints' => 'Room Points Command',
+ 'cmd_say' => 'Say Command',
+ 'cmd_say_all' => 'Say All Command',
+ 'cmd_setmax' => 'Set Max Command',
+ 'cmd_set_poll' => 'Set Poll Command',
+ 'cmd_setpublic' => 'Set Public Command',
+ 'cmd_setspeed' => 'Set Speed Command',
+ 'cmd_shout' => 'Shout Command',
+ 'cmd_shout_all' => 'Shout All Command',
+ 'cmd_shutdown' => 'Shutdown Command',
+ 'cmd_sitdown' => 'Sitdown Command',
+ 'cmd_staffalert' => 'Staff Alert Command',
+ 'cmd_staffonline' => 'Staff Online Command',
+ 'cmd_summon' => 'Summon Command',
+ 'cmd_summonrank' => 'Summon Rank Command',
+ 'cmd_super_ban' => 'Super Ban Command',
+ 'cmd_stalk' => 'Stalk Command',
+ 'cmd_superpull' => 'Superpull Command',
+ 'cmd_take_badge' => 'Take Badge Command',
+ 'cmd_talk' => 'Talk Command',
+ 'cmd_teleport' => 'Teleport Command',
+ 'cmd_trash' => 'Trash Command',
+ 'cmd_transform' => 'Transform Command',
+ 'cmd_unban' => 'Unban Command',
+ 'cmd_unload' => 'Unload Command',
+ 'cmd_unmute' => 'Unmute Command',
+ 'cmd_update_achievements' => 'Update Achievements Command',
+ 'cmd_update_bots' => 'Update Bots Command',
+ 'cmd_update_catalogue' => 'Update Catalogue Command',
+ 'cmd_update_config' => 'Update Config Command',
+ 'cmd_update_guildparts' => 'Update Guildparts Command',
+ 'cmd_update_hotel_view' => 'Update Hotel View Command',
+ 'cmd_update_items' => 'Update Items Command',
+ 'cmd_update_navigator' => 'Update Navigator Command',
+ 'cmd_update_permissions' => 'Update Permissions Command',
+ 'cmd_update_pet_data' => 'Update Pet Data Command',
+ 'cmd_update_plugins' => 'Update Plugins Command',
+ 'cmd_update_polls' => 'Update Polls Command',
+ 'cmd_update_texts' => 'Update Texts Command',
+ 'cmd_update_wordfilter' => 'Update Wordfilter Command',
+ 'cmd_userinfo' => 'Userinfo Command',
+ 'cmd_word_quiz' => 'Word Quiz Command',
+ 'cmd_warp' => 'Warp Command',
+ 'acc_anychatcolor' => 'Any Chat Color',
+ 'acc_anyroomowner' => 'Any Room Owner',
+ 'acc_empty_others' => 'Empty Others',
+ 'acc_enable_others' => 'Enable Others',
+ 'acc_see_whispers' => 'See Whispers',
+ 'acc_see_tentchat' => 'See Tentchat',
+ 'acc_superwired' => 'Superwired',
+ 'acc_supporttool' => 'Support Tool',
+ 'acc_unkickable' => 'Unkickable',
+ 'acc_guildgate' => 'Guild Gate',
+ 'acc_moverotate' => 'Move Rotate',
+ 'acc_placefurni' => 'Place Furni',
+ 'acc_unlimited_bots' => 'Unlimited Bots',
+ 'acc_unlimited_pets' => 'Unlimited Pets',
+ 'acc_hide_ip' => 'Hide IP',
+ 'acc_hide_mail' => 'Hide Mail',
+ 'acc_not_mimiced' => 'Not Mimiced',
+ 'acc_chat_no_flood' => 'Chat No Flood',
+ 'acc_staff_chat' => 'Staff Chat',
+ 'acc_staff_pick' => 'Staff Pick',
+ 'acc_enteranyroom' => 'Enter Any Room',
+ 'acc_fullrooms' => 'Full Rooms',
+ 'acc_infinite_credits' => 'Infinite Credits',
+ 'acc_infinite_pixels' => 'Infinite Pixels',
+ 'acc_infinite_points' => 'Infinite Points',
+ 'acc_ambassador' => 'Ambassador',
+ 'acc_debug' => 'Debug',
+ 'acc_chat_no_limit' => 'Chat No Limit',
+ 'acc_chat_no_filter' => 'Chat No Filter',
+ 'acc_nomute' => 'No Mute',
+ 'acc_guild_admin' => 'Guild Admin',
+ 'acc_catalog_ids' => 'Catalog IDs',
+ 'acc_modtool_ticket_q' => 'Modtool Ticket Q',
+ 'acc_modtool_user_logs' => 'Modtool User Logs',
+ 'acc_modtool_user_alert' => 'Modtool User Alert',
+ 'acc_modtool_user_kick' => 'Modtool User Kick',
+ 'acc_modtool_user_ban' => 'Modtool User Ban',
+ 'acc_modtool_room_info' => 'Modtool Room Info',
+ 'acc_modtool_room_logs' => 'Modtool Room Logs',
+ 'acc_trade_anywhere' => 'Trade Anywhere',
+ 'acc_update_notifications' => 'Update Notifications',
+ 'acc_helper_use_guide_tool' => 'Helper Use Guide Tool',
+ 'acc_helper_give_guide_tours' => 'Helper Give Guide Tours',
+ 'acc_helper_judge_chat_reviews' => 'Helper Judge Chat Reviews',
+ 'acc_floorplan_editor' => 'Floorplan Editor',
+ 'acc_camera' => 'Camera',
+ 'acc_ads_background' => 'Ads Background',
+ 'cmd_wordquiz' => 'Wordquiz Command',
+ 'acc_room_staff_tags' => 'Room Staff Tags',
+ 'acc_infinite_friends' => 'Infinite Friends',
+ 'acc_mimic_unredeemed' => 'Mimic Unredeemed',
+ 'cmd_update_youtube_playlists' => 'Update Youtube Playlists Command',
+ 'cmd_add_youtube_playlist' => 'Add Youtube Playlist Command',
+ 'auto_credits_amount' => 'Auto Credits Amount',
+ 'auto_pixels_amount' => 'Auto Pixels Amount',
+ 'auto_gotw_amount' => 'Auto GOTW Amount',
+ 'auto_points_amount' => 'Auto Points Amount',
+ 'acc_mention' => 'Mention',
+ 'cmd_setstate' => 'Setstate Command',
+ 'cmd_buildheight' => 'Buildheight Command',
+ 'cmd_setrotation' => 'Setrotation Command',
+ 'cmd_sellroom' => 'Sellroom Command',
+ 'cmd_buyroom' => 'Buyroom Command',
+ 'cmd_pay' => 'Pay Command',
+ 'cmd_kill' => 'Kill Command',
+ 'cmd_hoverboard' => 'Hoverboard Command',
+ 'cmd_kiss' => 'Kiss Command',
+ 'cmd_hug' => 'Hug Command',
+ 'cmd_welcome' => 'Welcome Command',
+ 'cmd_disable_effects' => 'Disable Effects Command',
+ 'cmd_brb' => 'BRB Command',
+ 'cmd_nuke' => 'Nuke Command',
+ 'cmd_slime' => 'Slime Command',
+ 'cmd_explain' => 'Explain Command',
+ 'cmd_closedice' => 'Closedice Command',
+ 'acc_closedice_room' => 'Closedice Room',
+ 'cmd_set' => 'Set Command',
+ 'cmd_furnidata' => 'Furnidata Command',
+ 'kiss_cmd' => 'Kiss Command',
+ 'acc_calendar_force' => 'Calendar Force',
+ 'cmd_update_calendar' => 'Update Calendar Command',
+ ],
+
+ 'sections' => [
+ 'permissions' => [
+ 'title' => 'Permissions Section',
+ 'description' => "Tip: If you prefer, you can leave all the fields below empty when creating a rank. It will come with the bank's default permissions (configured by Arcturus)",
+ ]
+ ],
+
+ 'roles' => [
+ 'view_any' => 'View Any',
+ 'view' => 'View',
+ 'create' => 'Create',
+ 'update' => 'Update',
+ 'delete' => 'Delete',
+ 'delete_any' => 'Delete Any',
+ 'restore' => 'Restore',
+ 'restore_any' => 'Restore Any',
+ 'force_delete' => 'Force Delete',
+ 'force_delete_any' => 'Force Delete Any',
+ 'replicate' => 'Replicate',
+ 'reorder' => 'Reorder',
+ ],
+
+ 'actions' => [
+ 'select_all' => 'Select All',
+ 'deselect_all' => 'Deselect All',
+ 'send_notifications' => 'Send Notifications',
+ ]
+];
diff --git a/Updated_Cms/lang/vendor/filament/nl/login.php b/Updated_Cms/lang/vendor/filament/nl/login.php
new file mode 100644
index 0000000000..409f64d7ef
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/nl/login.php
@@ -0,0 +1,33 @@
+ 'Inloggen',
+
+ 'heading' => 'Log in op je account',
+
+ 'buttons' => [
+ 'submit' => [
+ 'label' => 'Inloggen',
+ ],
+ ],
+
+ 'fields' => [
+ 'email' => [
+ 'label' => 'E-mailadres',
+ ],
+ 'username' => [
+ 'label' => 'Gebruikersnaam',
+ ],
+ 'password' => [
+ 'label' => 'Wachtwoord',
+ ],
+ 'remember' => [
+ 'label' => 'Onthoud mij',
+ ],
+ ],
+
+ 'messages' => [
+ 'failed' => 'Deze inloggegevens komen niet overeen met onze gegevens.',
+ 'throttled' => 'Te veel inlogpogingen. Probeer het opnieuw in :seconds seconden.',
+ ],
+];
diff --git a/Updated_Cms/lang/vendor/filament/nl/resources.php b/Updated_Cms/lang/vendor/filament/nl/resources.php
new file mode 100644
index 0000000000..596dda1866
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/nl/resources.php
@@ -0,0 +1,704 @@
+ [
+ 'Dashboard' => 'Dashboard',
+ 'Hotel' => 'Hotel',
+ 'Website' => 'Website',
+ 'Help Center' => 'Helpcentrum',
+ 'Administration' => 'Administratie',
+ 'User Management' => 'Gebruikersbeheer',
+ 'Profile Management' => 'Profile Management',
+ 'Shop' => 'Shop',
+ 'Logs' => 'Logs',
+ ],
+
+ 'resources' => [
+ 'dashboard' => [
+ 'navigation_label' => 'Dashboard'
+ ],
+ 'achievements' => [
+ 'navigation_label' => 'Beheer Prestaties',
+ 'label' => 'Prestatie',
+ 'plural' => 'Prestaties',
+ ],
+ 'emulator-settings' => [
+ 'navigation_label' => 'Emulator instellingen',
+ 'label' => 'Instelling',
+ 'plural' => 'Emulator instellingen',
+ ],
+ 'articles' => [
+ 'navigation_label' => 'Beheer Artikelen',
+ 'label' => 'Artikel',
+ 'plural' => 'Artikelen',
+ ],
+ 'cms-settings' => [
+ 'navigation_label' => 'CMS instellingen',
+ 'label' => 'Instelling',
+ 'plural' => 'CMS instellingen',
+ ],
+ 'help-question-categories' => [
+ 'navigation_label' => 'Beheer Vraag Categorieën',
+ 'label' => 'Vraag Categorie',
+ 'plural' => 'Vraag Categorie',
+ ],
+ 'help-questions' => [
+ 'navigation_label' => 'Beheer Vragen',
+ 'label' => 'Vraag',
+ 'plural' => 'Vragen',
+ ],
+ 'tags' => [
+ 'navigation_label' => 'Beheer Tags',
+ 'label' => 'Tag',
+ 'plural' => 'Tags',
+ ],
+ 'bans' => [
+ 'navigation_label' => 'Beheer Bans',
+ 'label' => 'Bans',
+ 'plural' => 'Bans',
+ ],
+ 'users' => [
+ 'navigation_label' => 'Beheer Gebruikers',
+ 'label' => 'Gebruiker',
+ 'plural' => 'Gebruikers',
+ ],
+ 'badge-resource' => [
+ 'navigation_label' => 'Beheer Badges',
+ 'label' => 'Badge',
+ 'plural' => 'Badges',
+ ],
+ 'home-items' => [
+ 'navigation_label' => 'Beheer Home Items',
+ 'label' => 'Home Item',
+ 'plural' => 'Home Items',
+ ],
+ 'home-categories' => [
+ 'navigation_label' => 'Beheer Home Categorieën',
+ 'label' => 'Home Categorie',
+ 'plural' => 'Home Categorieën',
+ ],
+ 'navigations' => [
+ 'navigation_label' => 'Beheer Navigaties',
+ 'label' => 'Navigatie',
+ 'plural' => 'Navigaties',
+ ],
+ 'teams' => [
+ 'navigation_label' => 'Beheer Teams',
+ 'label' => 'Team',
+ 'plural' => 'Teams',
+ ],
+ 'shop-products' => [
+ 'navigation_label' => 'Beheer Producten',
+ 'label' => 'Product',
+ 'plural' => 'Producten',
+ ],
+ 'shop-categories' => [
+ 'navigation_label' => 'Beheer Categorieën',
+ 'label' => 'Categorie',
+ 'plural' => 'Categorieën',
+ ],
+ 'shop-orders' => [
+ 'navigation_label' => 'Beheer Orders',
+ 'label' => 'Order',
+ 'plural' => 'Orders',
+ ],
+ 'command-logs' => [
+ 'navigation_label' => 'Beheer Commando Logs',
+ 'label' => 'Commando Log',
+ 'plural' => 'Commando Logs',
+ ],
+ 'word-filters' => [
+ 'navigation_label' => 'Beheer woordfilters',
+ 'label' => 'Woordfilter',
+ 'plural' => 'Woordfilters',
+ ],
+ 'writeable-boxes' => [
+ 'navigation_label' => 'Beheer Schrijfbare Boxen',
+ 'label' => 'Schrijfbare Box',
+ 'plural' => 'Schrijfbare Boxen',
+ ],
+ 'permissions' => [
+ 'navigation_label' => 'Machtigingen beheren',
+ 'label' => 'Toestemming',
+ 'plural' => 'Toestemming',
+ ],
+ 'emulator-texts' => [
+ 'navigation_label' => 'Manage Emulator Texts',
+ 'label' => 'Emulator Text',
+ 'plural' => 'Emulator Texts',
+ ],
+ 'chatlog-private' => [
+ 'navigation_label' => 'Manage Private Chatlogs',
+ 'label' => 'Private Chatlog',
+ 'plural' => 'Private Chatlogs',
+ ],
+ 'chatlog-rooms' => [
+ 'navigation_label' => 'Manage Room Chatlogs',
+ 'label' => 'Room Chatlog',
+ 'plural' => 'Room Chatlogs',
+ ],
+
+ // Relations
+ 'settings' => [
+ 'navigation_label' => 'Instellingen',
+ 'label' => 'Instelling',
+ 'plural' => 'Instellingen',
+ ],
+ 'badges' => [
+ 'navigation_label' => 'Badges',
+ 'label' => 'Badge',
+ 'plural' => 'Badges',
+ ],
+ 'product-item' => [
+ 'navigation_label' => 'Artikelen',
+ 'label' => 'Item',
+ 'plural' => 'Items',
+ ],
+ 'dashboards' => [
+ 'navigation_label' => 'Dashboard',
+ 'label' => 'Dashboard',
+ 'plural' => 'Dashboard',
+ ],
+ 'badge-pages' => [
+ 'navigation_label' => 'Badge Pagina',
+ 'label' => 'Badge Pagina',
+ 'plural' => 'Badge Pagina',
+ ],
+ 'permission-roles' => [
+ 'navigation_label' => 'Rolen',
+ 'label' => 'Role',
+ 'plural' => 'Rolen',
+ ],
+ ],
+
+ 'common' => [
+ 'All' => 'Alle',
+ 'Yes' => 'Ja',
+ 'No' => 'Nee',
+ 'Sucessfull' => 'Succesvol',
+ 'Never' => 'Nooit',
+ 'Account' => 'Account',
+ 'IP' => 'IP',
+ 'Machine' => 'Machine',
+ 'Super' => 'Super',
+ 'Male' => 'Man',
+ 'Female' => 'Vrouw',
+ 'Credits' => 'Credits',
+ 'Duckets' => 'Duckets',
+ 'Diamonds' => 'Diamanten',
+ 'Points' => 'Punten',
+ 'Update' => 'Update',
+ 'Create' => 'Create',
+ 'Open link' => 'Open link',
+ 'Sticker' => 'Sticker',
+ 'Widget' => 'Widget',
+ 'Note' => 'Note',
+ 'Background' => 'Achtergrond',
+ 'Metrics' => 'Metrics',
+ ],
+
+ 'helpers' => [
+ 'achievement_points' => 'Punten voor het behalen van een prestatie',
+ 'achievement_progress_needed' => 'Voortgang nodig om de prestatie te voltooien',
+ 'help_questions_category_icon' => 'Je kunt hier elke afbeeldingslink gebruiken. We raden aan om een afbeelding met een formaat van 20x20 te gebruiken.',
+ 'change_username_description' => 'Sta deze gebruiker toe om zijn gebruikersnaam te wijzigen (binnen de client)',
+ 'change_password_description' => 'Laat leeg om het huidige wachtwoord te behouden',
+ 'badge_code_helper' => 'Voer de code in en klik op het vergrootglas naast het invoerveld. Als de badge bestaat, wordt het automatisch ingevuld.',
+ 'home_item_limit_helper' => 'Kooplimiet voor dit artikel. Laat het leeg voor onbeperkt.',
+ 'limit_per_user_helper' => 'Aankooplimiet per gebruiker, of leeg laten voor onbeperkt.',
+ 'sales_count_helper' => 'Totale verkoop voor dit artikel. (Deze informatie wordt automatisch bijgewerkt)',
+ 'badge_item_data_helper' => 'Vul hieronder de badgecode in.',
+ 'furniture_item_data_helper' => "Vul hieronder de 'item_name' van het meubel in. (Deze gegevens zijn te vinden in de tabel 'items_base' in de database)",
+ 'room_item_data_helper' => 'Vul hieronder het kamer ID in.',
+ 'currency_item_data_helper' => 'Voer hieronder de valutanaam in. Kan een van de volgende zijn: credits, duckets, diamanten of punten.',
+ 'rank_item_data_helper' => 'Voer de Rank ID in.',
+ 'empty_item_data_helper' => 'Selecteer een itemtype om de benodigde informatie te bekijken.',
+ ],
+
+ 'tabs' => [
+ 'Home' => 'Home',
+ 'Main' => 'Main',
+ 'Configurations' => 'Configuraties',
+ 'General Information' => 'Algemene Informatie',
+ 'Currencies' => 'Valuta',
+ 'Security' => 'Beveiliging',
+ 'Change Username' => 'Gebruikersnaam Wijzigen',
+ 'Change Email' => 'E-mail Wijzigen',
+ 'Change Password' => 'Wachtwoord Wijzigen',
+ 'Change Rank' => 'Rang Wijzigen',
+ 'Account Data' => 'Accountgegevens',
+ 'Extra Settings' => 'Extra Instellingen',
+ 'Metrics' => 'Metrics',
+ 'In-game Permissions' => 'In-game Permissies',
+ ],
+
+ 'inputs' => [
+ 'key' => 'Sleutel',
+ 'value' => 'Waarde',
+ 'comment' => 'Opmerking',
+ 'name' => 'Naam',
+ 'level' => 'Niveau',
+ 'email' => 'E-mail',
+ 'category' => 'Categorie',
+ 'visible' => 'Zichtbaar',
+ 'reward_type' => 'Beloningstype',
+ 'reward_amount' => 'Beloningsbedrag',
+ 'points' => 'Punten',
+ 'progress_needed' => 'Vooruitgang nodig',
+ 'fixed' => 'Vast',
+ 'allow_comments' => 'Reacties toestaan',
+ 'title' => 'Titel',
+ 'description' => 'Omschrijving',
+ 'image' => 'Afbeelding',
+ 'icon' => 'Pictogram',
+ 'content' => 'Inhoud',
+ 'is_promotion' => 'Is dit artikel een promotie?',
+ 'promotion_ends_at' => 'Promotie eindigt op',
+ 'categories' => 'Categorieën',
+ 'background_color' => 'Achtergrondkleur',
+ 'expires_at' => 'Verloopt op',
+ 'reason' => 'Reden',
+ 'type' => 'Type',
+ 'username' => 'Gebruikersnaam',
+ 'motto' => 'Motto',
+ 'gender' => 'Geslacht',
+ 'created_at' => 'Aangemaakt op',
+ 'last_login' => 'Laatste login',
+ 'last_online' => 'Laatst online',
+ 'ip_register' => 'Registratie-IP',
+ 'ip_current' => 'Huidige IP',
+ 'referral_code' => 'Verwijzingscode',
+ 'referrer_code' => 'Verwijscode',
+ 'allow_change_username' => 'Gebruikersnaam wijzigen toestaan',
+ 'new_password' => 'Nieuw wachtwoord',
+ 'new_password_confirmation' => 'Bevestig nieuw wachtwoord',
+ 'rank' => 'Rang',
+ 'badge_code' => 'Badge code',
+ 'achievement_score' => 'Prestatiescore',
+ 'respects_received' => 'Ontvangen respect',
+ 'can_trade' => 'Kan handelen?',
+ 'block_following' => 'Volgen blokkeren',
+ 'block_friendrequests' => 'Vriendverzoeken blokkeren',
+ 'block_roominvites' => 'Kameruitnodigingen blokkeren',
+ 'max_rooms' => 'Maximale kamers',
+ 'max_friends' => 'Maximale vrienden',
+ 'old_chat' => 'Oude chat',
+ 'block_camera_follow' => 'Camera volgen blokkeren',
+ 'ignore_bots' => 'Bots negeren',
+ 'ignore_pets' => 'Huisdieren negeren',
+ 'badge_code' => 'Badge code',
+ 'badge_title' => 'Badge titel',
+ 'badge_description' => 'Badge beschrijving',
+ 'badge_image' => 'Badge afbeelding',
+ 'price' => 'Price',
+ 'currency_type' => 'Valuta soort',
+ 'limit' => 'Limiet',
+ 'slug' => 'Slug',
+ 'order' => 'Order',
+ 'new_tab' => 'Nieuw tabblad',
+ 'label' => 'Label',
+ 'team_id' => 'Team',
+ 'is_hidden' => 'Is Verborgen?',
+ 'is_featured' => 'Is Featured?',
+ 'limit_per_user' => 'Limiet per gebruiker',
+ 'sales_count' => 'Sales Aantal',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Hoeveelheid',
+ 'is_active' => 'Is Actief?',
+ 'item_is_active' => 'Kan dit artikel via een aankoop worden weergegeven en naar andere gebruikers worden verzonden?',
+ 'order_id' => 'Order ID',
+ 'status' => 'Status',
+ 'paypal_fee' => 'PayPal kosten',
+ 'details' => 'Details',
+ 'is_delivered' => 'Is Bezorgd?',
+ 'replacement' => 'Vervanging',
+ 'hideable' => 'Verbergbaar',
+ 'reportable' => 'Rapporteerbaar',
+ 'mute_time' => 'Mute Tijd',
+ 'page_target' => 'Paginadoel',
+ 'log_commands' => 'Log Commands',
+ 'room_effect' => 'Kamer Effect',
+ 'prefix' => 'Prefix',
+ 'prefix_color' => 'Prefix kleur',
+ 'auto_credits_amount' => 'Auto Credits hoeveelheid',
+ 'auto_pixels_amount' => 'Auto Pixels hoeveelheid',
+ 'auto_gotw_amount' => 'Auto GOTW hoeveelheid',
+ 'auto_points_amount' => 'Auto Points hoeveelheid',
+ 'users' => 'Users',
+ 'message' => 'Message',
+ 'url' => 'URL',
+ 'as_staff' => 'Send as Hotel Staff (Anonymous)',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'columns' => [
+ 'id' => 'ID',
+ 'user_id' => 'User ID',
+ 'room_id' => 'Room ID',
+ 'badge' => 'Badge',
+ 'name' => 'Naam',
+ 'level' => 'Niveau',
+ 'category' => 'Categorie',
+ 'visible' => 'Zichtbaar',
+ 'key' => 'Sleutel',
+ 'value' => 'Waarde',
+ 'title' => 'Titel',
+ 'image' => 'Afbeelding',
+ 'by' => 'Door',
+ 'fixed' => 'Vast',
+ 'allow_comments' => 'Reacties toestaan',
+ 'comment' => 'Opmerking',
+ 'order' => 'Volgorde',
+ 'icon' => 'Pictogram',
+ 'questions_count' => 'Gekoppelde Vragen',
+ 'background_color' => 'Achtergrondkleur',
+ 'avatar' => 'Avatar',
+ 'username' => 'Gebruikersnaam',
+ 'reason' => 'Reden',
+ 'type' => 'Type',
+ 'banned_at' => 'Verbannen Op',
+ 'expires_at' => 'Verloopt Op',
+ 'email' => 'E-mail',
+ 'motto' => 'Motto',
+ 'created_at' => 'Aangemaakt Op',
+ 'online' => 'Online?',
+ 'badge_code' => 'Badge Code',
+ 'equipped' => 'Uitgerust?',
+ 'achievement_score' => 'Prestatiescore',
+ 'respects_received' => 'Ontvangen Respect',
+ 'online_time' => 'Online Tijd',
+ 'can_trade' => 'Kan Handelen?',
+ 'can_change_name' => 'Kan Naam Wijzigen?',
+ 'price' => 'Price',
+ 'slug' => 'Slug',
+ 'new_tab' => 'Nieuw Tabblad',
+ 'is_featured' => 'Is Featured?',
+ 'sales_count' => 'Sales Aantal',
+ 'type' => 'Type',
+ 'item_data' => 'Item Data',
+ 'quantity' => 'Quantity',
+ 'order_id' => 'Order ID',
+ 'is_delivered' => 'Is Delivered?',
+ 'command' => 'Command',
+ 'success' => 'Success',
+ 'executed_at' => 'Executed At',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'is_hidden' => 'Is Hidden?',
+ 'prefix' => 'Prefix',
+ 'hidden' => 'Hidden',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'options' => [
+ 'badge' => 'Badge',
+ 'furniture' => 'Meubi',
+ 'room' => 'Room',
+ 'currency' => 'Valuta',
+ 'rank' => 'Rank',
+ 'completed' => 'Compleet',
+ 'pending' => 'Afwachting',
+ 'cancelled' => 'Gecanceld',
+ 'yes' => 'Ja',
+ 'no' => 'Nee',
+ 'staff' => 'Staff',
+ 'shop' => 'Shop',
+ 'teams' => 'Teams',
+ 'rights' => 'Rights',
+ ],
+
+ 'widgets' => [
+ 'pending_orders' => 'Openstaande Orders',
+ 'completed_orders' => 'Complete Orders',
+ 'canceled_orders' => 'Gecancelde Orders',
+ 'were_canceled' => 'Zijn canceled.',
+ 'are_pending_payment' => 'In afwachting van betaling.',
+ 'were_completed' => 'Betaald en afgerond.',
+ ],
+
+ 'filters' => [
+ 'success' => 'Success',
+ 'page_target' => 'Page Target',
+ 'visible' => 'Visible',
+ ],
+
+ 'notifications' => [
+ 'badge_code_required' => 'Je moet een embleemcode invoeren!',
+ 'badge_found' => 'Embleem gevonden!',
+ 'badge_updated' => 'Embleem bijgewerkt!',
+ 'badge_update_failed' => 'Embleem bijwerken mislukt!',
+ 'create_badge' => 'Vul onderstaande gegevens in om een nieuwe badge aan te maken!',
+ 'badge_texts_required' => 'Je dient de badgeteksten in te voeren.',
+ 'badge_image_required' => 'Je moet een badge-afbeeldings-URL invoeren.',
+ ],
+
+ 'stats' => [
+ 'users_count' => [
+ 'title' => 'Aantal leden',
+ 'description' => 'Geregistreerde leden',
+ ],
+ 'furniture_count' => [
+ 'title' => 'Aantal meubilair',
+ 'description' => 'Meubi items geregistreerd.',
+ ],
+ 'rooms_count' => [
+ 'title' => 'Aantal kamers',
+ 'description' => 'Kamers aangemaakt',
+ ],
+ 'photos_count' => [
+ 'title' => 'Aantal fotos',
+ 'description' => 'Geüploade fotos',
+ ],
+ 'badge_count' => [
+ 'title' => 'Badge Aantal',
+ 'description' => 'Beschikbare Badges.',
+ ],
+ 'articles_chart' => [
+ 'title' => 'Artikelen (Maandelijks)',
+ 'label' => 'Artikelen',
+ 'description' => 'Aantal artikelen aangemaakt deze maand',
+ ],
+ 'orders_chart' => [
+ 'title' => 'Orders (Maandelijks)',
+ 'pending' => 'Afwachting',
+ 'cancelled' => 'Gecanceld',
+ 'completed' => 'Compleet',
+ 'description' => 'Aantal orders aangemaakt deze maand',
+ ],
+ ],
+
+ 'permissions' => [
+ 'cmd_about' => 'About Command',
+ 'cmd_alert' => 'Alert Command',
+ 'cmd_allow_trading' => 'Allow Trading Command',
+ 'cmd_badge' => 'Badge Command',
+ 'cmd_ban' => 'Ban Command',
+ 'cmd_blockalert' => 'Block Alert Command',
+ 'cmd_bots' => 'Bots Command',
+ 'cmd_bundle' => 'Bundle Command',
+ 'cmd_calendar' => 'Calendar Command',
+ 'cmd_changename' => 'Change Name Command',
+ 'cmd_chatcolor' => 'Chat Color Command',
+ 'cmd_commands' => 'Commands Command',
+ 'cmd_connect_camera' => 'Connect Camera Command',
+ 'cmd_control' => 'Control Command',
+ 'cmd_coords' => 'Coords Command',
+ 'cmd_credits' => 'Credits Command',
+ 'cmd_subscription' => 'Subscription Command',
+ 'cmd_danceall' => 'Dance All Command',
+ 'cmd_diagonal' => 'Diagonal Command',
+ 'cmd_disconnect' => 'Disconnect Command',
+ 'cmd_duckets' => 'Duckets Command',
+ 'cmd_ejectall' => 'Eject All Command',
+ 'cmd_empty' => 'Empty Command',
+ 'cmd_empty_bots' => 'Empty Bots Command',
+ 'cmd_empty_pets' => 'Empty Pets Command',
+ 'cmd_enable' => 'Enable Command',
+ 'cmd_event' => 'Event Command',
+ 'cmd_faceless' => 'Faceless Command',
+ 'cmd_fastwalk' => 'Fastwalk Command',
+ 'cmd_filterword' => 'Filterword Command',
+ 'cmd_freeze' => 'Freeze Command',
+ 'cmd_freeze_bots' => 'Freeze Bots Command',
+ 'cmd_gift' => 'Gift Command',
+ 'cmd_give_rank' => 'Give Rank Command',
+ 'cmd_ha' => 'HA Command',
+ 'acc_can_stalk' => 'Can Stalk',
+ 'cmd_hal' => 'HAL Command',
+ 'cmd_invisible' => 'Invisible Command',
+ 'cmd_ip_ban' => 'IP Ban Command',
+ 'cmd_machine_ban' => 'Machine Ban Command',
+ 'cmd_hand_item' => 'Hand Item Command',
+ 'cmd_happyhour' => 'Happy Hour Command',
+ 'cmd_hidewired' => 'Hide Wired Command',
+ 'cmd_kickall' => 'Kick All Command',
+ 'cmd_softkick' => 'Softkick Command',
+ 'cmd_massbadge' => 'Mass Badge Command',
+ 'cmd_roombadge' => 'Room Badge Command',
+ 'cmd_masscredits' => 'Mass Credits Command',
+ 'cmd_massduckets' => 'Mass Duckets Command',
+ 'cmd_massgift' => 'Mass Gift Command',
+ 'cmd_masspoints' => 'Mass Points Command',
+ 'cmd_moonwalk' => 'Moonwalk Command',
+ 'cmd_mimic' => 'Mimic Command',
+ 'cmd_multi' => 'Multi Command',
+ 'cmd_mute' => 'Mute Command',
+ 'cmd_pet_info' => 'Pet Info Command',
+ 'cmd_pickall' => 'Pick All Command',
+ 'cmd_plugins' => 'Plugins Command',
+ 'cmd_points' => 'Points Command',
+ 'cmd_promote_offer' => 'Promote Offer Command',
+ 'cmd_pull' => 'Pull Command',
+ 'cmd_push' => 'Push Command',
+ 'cmd_redeem' => 'Redeem Command',
+ 'cmd_reload_room' => 'Reload Room Command',
+ 'cmd_roomalert' => 'Room Alert Command',
+ 'cmd_roomcredits' => 'Room Credits Command',
+ 'cmd_roomeffect' => 'Room Effect Command',
+ 'cmd_roomgift' => 'Room Gift Command',
+ 'cmd_roomitem' => 'Room Item Command',
+ 'cmd_roommute' => 'Room Mute Command',
+ 'cmd_roompixels' => 'Room Pixels Command',
+ 'cmd_roompoints' => 'Room Points Command',
+ 'cmd_say' => 'Say Command',
+ 'cmd_say_all' => 'Say All Command',
+ 'cmd_setmax' => 'Set Max Command',
+ 'cmd_set_poll' => 'Set Poll Command',
+ 'cmd_setpublic' => 'Set Public Command',
+ 'cmd_setspeed' => 'Set Speed Command',
+ 'cmd_shout' => 'Shout Command',
+ 'cmd_shout_all' => 'Shout All Command',
+ 'cmd_shutdown' => 'Shutdown Command',
+ 'cmd_sitdown' => 'Sitdown Command',
+ 'cmd_staffalert' => 'Staff Alert Command',
+ 'cmd_staffonline' => 'Staff Online Command',
+ 'cmd_summon' => 'Summon Command',
+ 'cmd_summonrank' => 'Summon Rank Command',
+ 'cmd_super_ban' => 'Super Ban Command',
+ 'cmd_stalk' => 'Stalk Command',
+ 'cmd_superpull' => 'Superpull Command',
+ 'cmd_take_badge' => 'Take Badge Command',
+ 'cmd_talk' => 'Talk Command',
+ 'cmd_teleport' => 'Teleport Command',
+ 'cmd_trash' => 'Trash Command',
+ 'cmd_transform' => 'Transform Command',
+ 'cmd_unban' => 'Unban Command',
+ 'cmd_unload' => 'Unload Command',
+ 'cmd_unmute' => 'Unmute Command',
+ 'cmd_update_achievements' => 'Update Achievements Command',
+ 'cmd_update_bots' => 'Update Bots Command',
+ 'cmd_update_catalogue' => 'Update Catalogue Command',
+ 'cmd_update_config' => 'Update Config Command',
+ 'cmd_update_guildparts' => 'Update Guildparts Command',
+ 'cmd_update_hotel_view' => 'Update Hotel View Command',
+ 'cmd_update_items' => 'Update Items Command',
+ 'cmd_update_navigator' => 'Update Navigator Command',
+ 'cmd_update_permissions' => 'Update Permissions Command',
+ 'cmd_update_pet_data' => 'Update Pet Data Command',
+ 'cmd_update_plugins' => 'Update Plugins Command',
+ 'cmd_update_polls' => 'Update Polls Command',
+ 'cmd_update_texts' => 'Update Texts Command',
+ 'cmd_update_wordfilter' => 'Update Wordfilter Command',
+ 'cmd_userinfo' => 'Userinfo Command',
+ 'cmd_word_quiz' => 'Word Quiz Command',
+ 'cmd_warp' => 'Warp Command',
+ 'acc_anychatcolor' => 'Any Chat Color',
+ 'acc_anyroomowner' => 'Any Room Owner',
+ 'acc_empty_others' => 'Empty Others',
+ 'acc_enable_others' => 'Enable Others',
+ 'acc_see_whispers' => 'See Whispers',
+ 'acc_see_tentchat' => 'See Tentchat',
+ 'acc_superwired' => 'Superwired',
+ 'acc_supporttool' => 'Support Tool',
+ 'acc_unkickable' => 'Unkickable',
+ 'acc_guildgate' => 'Guild Gate',
+ 'acc_moverotate' => 'Move Rotate',
+ 'acc_placefurni' => 'Place Furni',
+ 'acc_unlimited_bots' => 'Unlimited Bots',
+ 'acc_unlimited_pets' => 'Unlimited Pets',
+ 'acc_hide_ip' => 'Hide IP',
+ 'acc_hide_mail' => 'Hide Mail',
+ 'acc_not_mimiced' => 'Not Mimiced',
+ 'acc_chat_no_flood' => 'Chat No Flood',
+ 'acc_staff_chat' => 'Staff Chat',
+ 'acc_staff_pick' => 'Staff Pick',
+ 'acc_enteranyroom' => 'Enter Any Room',
+ 'acc_fullrooms' => 'Full Rooms',
+ 'acc_infinite_credits' => 'Infinite Credits',
+ 'acc_infinite_pixels' => 'Infinite Pixels',
+ 'acc_infinite_points' => 'Infinite Points',
+ 'acc_ambassador' => 'Ambassador',
+ 'acc_debug' => 'Debug',
+ 'acc_chat_no_limit' => 'Chat No Limit',
+ 'acc_chat_no_filter' => 'Chat No Filter',
+ 'acc_nomute' => 'No Mute',
+ 'acc_guild_admin' => 'Guild Admin',
+ 'acc_catalog_ids' => 'Catalog IDs',
+ 'acc_modtool_ticket_q' => 'Modtool Ticket Q',
+ 'acc_modtool_user_logs' => 'Modtool User Logs',
+ 'acc_modtool_user_alert' => 'Modtool User Alert',
+ 'acc_modtool_user_kick' => 'Modtool User Kick',
+ 'acc_modtool_user_ban' => 'Modtool User Ban',
+ 'acc_modtool_room_info' => 'Modtool Room Info',
+ 'acc_modtool_room_logs' => 'Modtool Room Logs',
+ 'acc_trade_anywhere' => 'Trade Anywhere',
+ 'acc_update_notifications' => 'Update Notifications',
+ 'acc_helper_use_guide_tool' => 'Helper Use Guide Tool',
+ 'acc_helper_give_guide_tours' => 'Helper Give Guide Tours',
+ 'acc_helper_judge_chat_reviews' => 'Helper Judge Chat Reviews',
+ 'acc_floorplan_editor' => 'Floorplan Editor',
+ 'acc_camera' => 'Camera',
+ 'acc_ads_background' => 'Ads Background',
+ 'cmd_wordquiz' => 'Wordquiz Command',
+ 'acc_room_staff_tags' => 'Room Staff Tags',
+ 'acc_infinite_friends' => 'Infinite Friends',
+ 'acc_mimic_unredeemed' => 'Mimic Unredeemed',
+ 'cmd_update_youtube_playlists' => 'Update Youtube Playlists Command',
+ 'cmd_add_youtube_playlist' => 'Add Youtube Playlist Command',
+ 'auto_credits_amount' => 'Auto Credits Amount',
+ 'auto_pixels_amount' => 'Auto Pixels Amount',
+ 'auto_gotw_amount' => 'Auto GOTW Amount',
+ 'auto_points_amount' => 'Auto Points Amount',
+ 'acc_mention' => 'Mention',
+ 'cmd_setstate' => 'Setstate Command',
+ 'cmd_buildheight' => 'Buildheight Command',
+ 'cmd_setrotation' => 'Setrotation Command',
+ 'cmd_sellroom' => 'Sellroom Command',
+ 'cmd_buyroom' => 'Buyroom Command',
+ 'cmd_pay' => 'Pay Command',
+ 'cmd_kill' => 'Kill Command',
+ 'cmd_hoverboard' => 'Hoverboard Command',
+ 'cmd_kiss' => 'Kiss Command',
+ 'cmd_hug' => 'Hug Command',
+ 'cmd_welcome' => 'Welcome Command',
+ 'cmd_disable_effects' => 'Disable Effects Command',
+ 'cmd_brb' => 'BRB Command',
+ 'cmd_nuke' => 'Nuke Command',
+ 'cmd_slime' => 'Slime Command',
+ 'cmd_explain' => 'Explain Command',
+ 'cmd_closedice' => 'Closedice Command',
+ 'acc_closedice_room' => 'Closedice Room',
+ 'cmd_set' => 'Set Command',
+ 'cmd_furnidata' => 'Furnidata Command',
+ 'kiss_cmd' => 'Kiss Command',
+ 'acc_calendar_force' => 'Calendar Force',
+ 'cmd_update_calendar' => 'Update Calendar Command',
+ ],
+
+ 'sections' => [
+ 'permissions' => [
+ 'title' => 'Permissions Section',
+ 'description' => "Tip: Als u wilt, kunt je bij het aanmaken van een rang alle onderstaande velden leeg laten. Het wordt geleverd met de standaardmachtigingen in de database (geconfigureerd door Arcturus)",
+ ]
+ ],
+
+ 'roles' => [
+ 'view_any' => 'Bekijk alle',
+ 'view' => 'Weergave',
+ 'create' => 'Creëren',
+ 'update' => 'Update',
+ 'delete' => 'Verwijder',
+ 'delete_any' => 'Verwijder alles',
+ 'restore' => 'Herstellen',
+ 'restore_any' => 'Herstel alles',
+ 'force_delete' => 'Forceer verwijderen',
+ 'force_delete_any' => 'Forceer alles verwijderen',
+ 'replicate' => 'Repliceren',
+ 'reorder' => 'Opnieuw ordenen',
+ ],
+
+ 'actions' => [
+ 'select_all' => 'Selecteer alles',
+ 'deselect_all' => 'Deselecteer alles',
+ 'send_notifications' => 'Stuur notificaties',
+ ]
+];
diff --git a/Updated_Cms/lang/vendor/filament/pt_BR/login.php b/Updated_Cms/lang/vendor/filament/pt_BR/login.php
new file mode 100644
index 0000000000..4ed9dd22ee
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/pt_BR/login.php
@@ -0,0 +1,42 @@
+ 'Login',
+
+ 'heading' => 'Faça login em sua conta',
+
+ 'buttons' => [
+
+ 'submit' => [
+ 'label' => 'Login',
+ ],
+
+ ],
+
+ 'fields' => [
+
+ 'email' => [
+ 'label' => 'E-mail',
+ ],
+
+ 'username' => [
+ 'label' => 'Usuário'
+ ],
+
+ 'password' => [
+ 'label' => 'Senha',
+ ],
+
+ 'remember' => [
+ 'label' => 'Lembre de mim',
+ ],
+
+ ],
+
+ 'messages' => [
+ 'failed' => 'Essas credenciais não correspondem aos com nossos registros.',
+ 'throttled' => 'Muitas tentativas de login. Por favor, aguarde :seconds segundos para tentar novamente.',
+ ],
+
+];
diff --git a/Updated_Cms/lang/vendor/filament/pt_BR/resources.php b/Updated_Cms/lang/vendor/filament/pt_BR/resources.php
new file mode 100644
index 0000000000..199b6bcfa3
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/pt_BR/resources.php
@@ -0,0 +1,703 @@
+ [
+ 'Dashboard' => 'Painel',
+ 'Hotel' => 'Hotel',
+ 'Website' => 'Site',
+ 'Help Center' => 'Centro de Ajuda',
+ 'Administration' => 'Administração',
+ 'User Management' => 'Gerenciamento de Usuários',
+ 'Profile Management' => 'Gerenciamento de Perfil',
+ 'Shop' => 'Loja',
+ 'Logs' => 'Logs',
+ ],
+
+ 'resources' => [
+ 'dashboard' => [
+ 'navigation_label' => 'Início'
+ ],
+ 'achievements' => [
+ 'navigation_label' => 'Gerenciar Conquistas',
+ 'label' => 'Conquista',
+ 'plural' => 'Conquistas',
+ ],
+ 'emulator-settings' => [
+ 'navigation_label' => 'Configurações do Emulador',
+ 'label' => 'Configuração',
+ 'plural' => 'Configurações do Emulador',
+ ],
+ 'articles' => [
+ 'navigation_label' => 'Gerenciar Artigos',
+ 'label' => 'Artigo',
+ 'plural' => 'Artigos',
+ ],
+ 'cms-settings' => [
+ 'navigation_label' => 'Configurações da CMS',
+ 'label' => 'Configuração',
+ 'plural' => 'Configurações da CMS',
+ ],
+ 'help-question-categories' => [
+ 'navigation_label' => 'Gerenciar Categorias',
+ 'label' => 'Categoria',
+ 'plural' => 'Categorias de Perguntas',
+ ],
+ 'help-questions' => [
+ 'navigation_label' => 'Gerenciar Perguntas',
+ 'label' => 'Pergunta',
+ 'plural' => 'Perguntas',
+ ],
+ 'tags' => [
+ 'navigation_label' => 'Gerenciar Tags',
+ 'label' => 'Tag',
+ 'plural' => 'Tags',
+ ],
+ 'bans' => [
+ 'navigation_label' => 'Gerenciar Banimentos',
+ 'label' => 'Banimento',
+ 'plural' => 'Banimentos',
+ ],
+ 'users' => [
+ 'navigation_label' => 'Gerenciar Usuários',
+ 'label' => 'Usuário',
+ 'plural' => 'Usuários',
+ ],
+ 'badge-resource' => [
+ 'navigation_label' => 'Gerenciar Emblemas',
+ 'label' => 'Emblema',
+ 'plural' => 'Emblemas',
+ ],
+ 'home-items' => [
+ 'navigation_label' => 'Gerenciar Itens',
+ 'label' => 'Item',
+ 'plural' => 'Itens',
+ ],
+ 'home-categories' => [
+ 'navigation_label' => 'Gerenciar Categorias',
+ 'label' => 'Categoria',
+ 'plural' => 'Categorias',
+ ],
+ 'navigations' => [
+ 'navigation_label' => 'Gerenciar Menu Principal',
+ 'label' => 'Menu',
+ 'plural' => 'Menus',
+ ],
+ 'teams' => [
+ 'navigation_label' => 'Gerenciar Equipes',
+ 'label' => 'Equipe',
+ 'plural' => 'Equipes',
+ ],
+ 'shop-products' => [
+ 'navigation_label' => 'Gerenciar Produtos',
+ 'label' => 'Produto',
+ 'plural' => 'Produtos',
+ ],
+ 'shop-categories' => [
+ 'navigation_label' => 'Gerenciar Categorias',
+ 'label' => 'Categoria',
+ 'plural' => 'Categorias',
+ ],
+ 'shop-orders' => [
+ 'navigation_label' => 'Gerenciar Pedidos',
+ 'label' => 'Pedido',
+ 'plural' => 'Pedidos',
+ ],
+ 'command-logs' => [
+ 'navigation_label' => 'Gerenciar Logs de Comandos',
+ 'label' => 'Log de Comando',
+ 'plural' => 'Logs de Comandos',
+ ],
+ 'word-filters' => [
+ 'navigation_label' => 'Gerenciar Filtros de Palavras',
+ 'label' => 'Filtro de Palavra',
+ 'plural' => 'Filtros de Palavras',
+ ],
+ 'writeable-boxes' => [
+ 'navigation_label' => 'Gerenciar Caixas Editáveis',
+ 'label' => 'Caixa Editável',
+ 'plural' => 'Caixas Editáveis',
+ ],
+ 'permissions' => [
+ 'navigation_label' => 'Gerenciar Permissões',
+ 'label' => 'Permissão',
+ 'plural' => 'Permissões',
+ ],
+ 'emulator-texts' => [
+ 'navigation_label' => 'Gerenciar Textos do Emulador',
+ 'label' => 'Texto',
+ 'plural' => 'Textos',
+ ],
+ 'chatlog-private' => [
+ 'navigation_label' => 'Gerenciar Mensagens Privadas',
+ 'label' => 'Mensagem',
+ 'plural' => 'Mensagens',
+ ],
+ 'chatlog-rooms' => [
+ 'navigation_label' => 'Gerenciar Mensagens de Quartos',
+ 'label' => 'Mensagem',
+ 'plural' => 'Mensagens',
+ ],
+
+ // Relations
+ 'settings' => [
+ 'navigation_label' => 'Configurações',
+ 'label' => 'Configuração',
+ 'plural' => 'Configurações',
+ ],
+ 'badges' => [
+ 'navigation_label' => 'Emblemas',
+ 'label' => 'Emblema',
+ 'plural' => 'Emblemas',
+ ],
+ 'product-item' => [
+ 'navigation_label' => 'Itens',
+ 'label' => 'Item',
+ 'plural' => 'Itens',
+ ],
+ 'dashboards' => [
+ 'navigation_label' => 'Dashboard',
+ 'label' => 'Dashboard',
+ 'plural' => 'Dashboard',
+ ],
+ 'badge-pages' => [
+ 'navigation_label' => 'Emblemas',
+ 'label' => 'Emblema',
+ 'plural' => 'Emblemas',
+ ],
+ 'permission-roles' => [
+ 'navigation_label' => 'Funções',
+ 'label' => 'Funçã',
+ 'plural' => 'Funções',
+ ],
+ ],
+
+ 'common' => [
+ 'All' => 'Todos',
+ 'Yes' => 'Sim',
+ 'No' => 'Não',
+ 'Sucessfull' => 'Sucesso',
+ 'Never' => 'Nunca',
+ 'Account' => 'Conta',
+ 'IP' => 'IP',
+ 'Machine' => 'Máquina',
+ 'Super' => 'Super',
+ 'Male' => 'Masculino',
+ 'Female' => 'Feminino',
+ 'Credits' => 'Créditos',
+ 'Duckets' => 'Duckets',
+ 'Diamonds' => 'Diamantes',
+ 'Points' => 'Pontos',
+ 'Update' => 'Atualizar',
+ 'Create' => 'Criar',
+ 'Open link' => 'Abrir link',
+ 'Sticker' => 'Adesivo',
+ 'Widget' => 'Widget',
+ 'Note' => 'Nota',
+ 'Background' => 'Fundo',
+ ],
+
+ 'helpers' => [
+ 'achievement_points' => 'Pontos de conquista a serem recompensados',
+ 'achievement_progress_needed' => 'Progresso necessário para completar a conquista',
+ 'help_questions_category_icon' => 'Você pode usar qualquer link de imagem aqui. Recomendamos usar uma imagem com tamanho 20x20.',
+ 'change_username_description' => 'Permitir que este usuário altere seu nome de usuário (dentro do cliente)',
+ 'change_password_description' => 'Deixe vazio para manter a senha atual',
+ 'badge_code_helper' => 'Digite o código e clique na lupa ao lado do campo. Se o emblema existir, ele será preenchido automaticamente.',
+ 'home_item_limit_helper' => 'Limite de compras para esse item, ou deixe vazio para ilimitado.',
+ 'limit_per_user_helper' => 'Limite de compras por usuário, ou deixe vazio para ilimitado.',
+ 'sales_count_helper' => 'Total de vendas para esse item. (Essa informação é atualizada automaticamente)',
+ 'badge_item_data_helper' => 'Digite abaixo o código do emblema.',
+ 'furniture_item_data_helper' => "Digite abaixo o 'item_name' do mobi. Essa informação pode ser encontrada na tabela 'items_base' do seu banco de dados.",
+ 'room_item_data_helper' => 'Digite abaixo o ID do quarto.',
+ 'currency_item_data_helper' => 'Digite abaixo o nome da moeda. Exemplo: credits, duckets, diamonds ou points.',
+ 'rank_item_data_helper' => 'Digite abaixo o ID do rank.',
+ 'empty_item_data_helper' => 'Selecione um tipo de item para ver as informações necessárias.',
+ ],
+
+ 'tabs' => [
+ 'Home' => 'Início',
+ 'Main' => 'Principal',
+ 'Configurations' => 'Configurações',
+ 'General Information' => 'Informações gerais',
+ 'Currencies' => 'Moedas',
+ 'Security' => 'Segurança',
+ 'Change Username' => 'Alterar nome do usuário',
+ 'Change Email' => 'Alterar e-mail',
+ 'Change Password' => 'Alterar senha',
+ 'Change Rank' => 'Alterar rank',
+ 'Account Data' => 'Dados da conta',
+ 'Extra Settings' => 'Configurações extras',
+ 'Metrics' => 'Métricas',
+ 'In-game Permissions' => 'Permissões in-game',
+ ],
+
+ 'inputs' => [
+ 'key' => 'Chave',
+ 'value' => 'Valor',
+ 'comment' => 'Comentário',
+ 'name' => 'Nome',
+ 'level' => 'Nível',
+ 'email' => 'E-mail',
+ 'category' => 'Categoria',
+ 'visible' => 'Visível',
+ 'reward_type' => 'Tipo de recompensa',
+ 'reward_amount' => 'Quantidade da recompensa',
+ 'points' => 'Pontos',
+ 'progress_needed' => 'Progresso necessário',
+ 'fixed' => 'Fixo',
+ 'allow_comments' => 'Permitir comentários',
+ 'title' => 'Título',
+ 'description' => 'Descrição',
+ 'image' => 'Imagem',
+ 'icon' => 'Ícone',
+ 'content' => 'Conteúdo',
+ 'is_promotion' => 'Esse artigo é uma promoção?',
+ 'promotion_ends_at' => 'Promoção termina em',
+ 'categories' => 'Categorias',
+ 'background_color' => 'Cor de fundo',
+ 'expires_at' => 'Expira em',
+ 'reason' => 'Motivo',
+ 'type' => 'Tipo',
+ 'username' => 'Usuário',
+ 'motto' => 'Missão',
+ 'gender' => 'Gênero',
+ 'created_at' => 'Criado em',
+ 'last_login' => 'Último login em',
+ 'last_online' => 'Último vez online em',
+ 'ip_register' => 'IP de registro',
+ 'ip_current' => 'IP atual',
+ 'referral_code' => 'Código referenciado',
+ 'referrer_code' => 'Código de referência',
+ 'allow_change_username' => 'Permitir alteração do nome de usuário',
+ 'new_password' => 'Nova senha',
+ 'new_password_confirmation' => 'Confirmação da nova senha',
+ 'rank' => 'Rank',
+ 'badge_code' => 'Código do emblema',
+ 'achievement_score' => 'Pontos de conquista',
+ 'respects_received' => 'Respeitos recebidos',
+ 'can_trade' => 'Pode negociar?',
+ 'block_following' => 'Bloquear seguir',
+ 'block_friendrequests' => 'Bloquear solicitações de amizade',
+ 'block_roominvites' => 'Bloquear convites de quarto',
+ 'max_rooms' => 'Máximo de quartos',
+ 'max_friends' => 'Máximo de amigos',
+ 'old_chat' => 'Chat antigo',
+ 'block_camera_follow' => 'Bloquear a câmera de seguir o avatar',
+ 'ignore_bots' => 'Ignorar bots',
+ 'ignore_pets' => 'Ignorar mascotes',
+ 'badge_code' => 'Código do emblema',
+ 'badge_title' => 'Título do emblema',
+ 'badge_description' => 'Descrição do emblema',
+ 'badge_image' => 'Imagem do emblema',
+ 'price' => 'Preço',
+ 'currency_type' => 'Tipo de moeda',
+ 'limit' => 'Limite',
+ 'slug' => 'Slug',
+ 'order' => 'Ordem',
+ 'new_tab' => 'Abrir em nova aba',
+ 'label' => 'Nome',
+ 'team_id' => 'Equipe',
+ 'is_hidden' => 'Oculto?',
+ 'is_featured' => 'Em Destaque',
+ 'limit_per_user' => 'Limite por usuário',
+ 'sales_count' => 'Total de Vendas',
+ 'item_data' => 'Informação do Item',
+ 'quantity' => 'Quantidade',
+ 'is_active' => 'Ativo?',
+ 'item_is_active' => 'Esse item pode ser mostrado e enviado para outros usuários através de uma compra?',
+ 'order_id' => 'ID do Pedido',
+ 'status' => 'Status',
+ 'paypal_fee' => 'Taxa do PayPal',
+ 'details' => 'Detalhes',
+ 'is_delivered' => 'Entregue?',
+ 'replacement' => 'Substituição',
+ 'hideable' => 'Ocultável',
+ 'reportable' => 'Reportável',
+ 'mute_time' => 'Tempo Mudo',
+ 'page_target' => 'Página Alvo',
+ 'log_commands' => 'Log de comandos',
+ 'room_effect' => 'Efeito do quarto',
+ 'prefix' => 'Prefixo',
+ 'prefix_color' => 'Cor do prefixo',
+ 'auto_credits_amount' => 'Quantidade de Créditos Automático',
+ 'auto_pixels_amount' => 'Quantidade de Pixels Automático',
+ 'auto_gotw_amount' => 'Quantidade de GOTW Pontos Automático',
+ 'auto_points_amount' => 'Quantidade de Pontos Automático',
+ 'users' => 'Usuários',
+ 'message' => 'Mensagem',
+ 'url' => 'URL',
+ 'as_staff' => 'Enviar como Staff do Hotel (Anônimo)',
+ 'sender' => 'Remetente',
+ 'receiver' => 'Destinatário',
+ 'message' => 'Mensagem',
+ 'room' => 'Quarto',
+ ],
+
+ 'columns' => [
+ 'id' => 'ID',
+ `'user_id' => 'User ID',
+ 'room_id' => 'Room ID',
+ 'badge' => 'Emblema',
+ 'name' => 'Nome',
+ 'level' => 'Nível',
+ 'category' => 'Categoria',
+ 'visible' => 'Visível',
+ 'key' => 'Chave',
+ 'value' => 'Valor',
+ 'title' => 'Título',
+ 'image' => 'Imagem',
+ 'by' => 'Por',
+ 'fixed' => 'Fixo',
+ 'allow_comments' => 'Permitir Comentários',
+ 'comment' => 'Comentário',
+ 'order' => 'Ordem',
+ 'icon' => 'Ícone',
+ 'questions_count' => 'Perguntas Vinculadas',
+ 'background_color' => 'Cor de Fundo',
+ 'avatar' => 'Avatar',
+ 'username' => 'Usuário',
+ 'reason' => 'Motivo',
+ 'type' => 'Tipo',
+ 'banned_at' => 'Banido em',
+ 'expires_at' => 'Expira em',
+ 'email' => 'E-mail',
+ 'motto' => 'Missão',
+ 'created_at' => 'Criado em',
+ 'online' => 'Online?',
+ 'badge_code' => 'Código do Emblema',
+ 'equipped' => 'Equipado?',
+ 'achievement_score' => 'Pontos de conquista',
+ 'respects_received' => 'Respeitos recebidos',
+ 'online_time' => 'Tempo online',
+ 'can_trade' => 'Pode negociar?',
+ 'can_change_name' => 'Pode alterar o nome?',
+ 'price' => 'Preço',
+ 'slug' => 'Slug',
+ 'new_tab' => 'Abrir em nova aba',
+ 'is_featured' => 'Em Destaque',
+ 'sales_count' => 'Total de Vendas',
+ 'type' => 'Tipo',
+ 'item_data' => 'Informação do Item',
+ 'quantity' => 'Quantidade',
+ 'order_id' => 'ID do Pedido',
+ 'is_delivered' => 'Entregue?',
+ 'command' => 'Comando',
+ 'success' => 'Sucesso',
+ 'executed_at' => 'Executado em',
+ 'replacement' => 'Substituição',
+ 'hideable' => 'Ocultável',
+ 'reportable' => 'Reportável',
+ 'mute_time' => 'Tempo Mudo',
+ 'page_target' => 'Página Alvo',
+ 'is_hidden' => 'Oculto?',
+ 'prefix' => 'Prefixo',
+ 'hidden' => 'Oculto',
+ 'sender' => 'Remetente',
+ 'receiver' => 'Destinatário',
+ 'message' => 'Mensagem',
+ 'room' => 'Quarto',
+ ],
+
+ 'options' => [
+ 'badge' => 'Emblema',
+ 'furniture' => 'Mobi',
+ 'room' => 'Quarto',
+ 'currency' => 'Moeda',
+ 'rank' => 'Rank',
+ 'completed' => 'Completo',
+ 'pending' => 'Pendente',
+ 'cancelled' => 'Cancelado',
+ 'yes' => 'Sim',
+ 'no' => 'Não',
+ 'staff' => 'Staff',
+ 'shop' => 'Loja',
+ 'teams' => 'Equipes',
+ 'rights' => 'Direitos',
+ ],
+
+ 'filters' => [
+ 'success' => 'Sucesso',
+ 'page_target' => 'Página Alvo',
+ 'visible' => 'Visível',
+ ],
+
+ 'widgets' => [
+ 'pending_orders' => 'Pedidos Pendentes',
+ 'completed_orders' => 'Pedidos Completos',
+ 'canceled_orders' => 'Pedidos Cancelados',
+ 'were_canceled' => 'foram cancelados.',
+ 'are_pending_payment' => 'estão pendentes de pagamento.',
+ 'were_completed' => 'foram pagos e entregues.',
+ ],
+
+ 'stats' => [
+ 'users_count' => [
+ 'title' => 'Quantidade de Usuários',
+ 'description' => 'usuários registrados.',
+ ],
+ 'furniture_count' => [
+ 'title' => 'Contagem de Mobis',
+ 'description' => 'mobis registrados.',
+ ],
+ 'rooms_count' => [
+ 'title' => 'Contagem de Quartos',
+ 'description' => 'quartos criados.',
+ ],
+ 'photos_count' => [
+ 'title' => 'Fotos Postadas',
+ 'description' => 'fotos compradas.',
+ ],
+ 'badge_count' => [
+ 'title' => 'Contagem de emblemas',
+ 'description' => 'Emblemas disponíveis.',
+ ],
+ 'articles_chart' => [
+ 'title' => 'Artigos (Mensal)',
+ 'label' => 'Artigos',
+ 'description' => 'Quantidade de posts feitos esse mês.',
+ ],
+ 'orders_chart' => [
+ 'title' => 'Pedidos (Mensal)',
+ 'pending' => 'Pendentes',
+ 'cancelled' => 'Cancelados',
+ 'completed' => 'Completos',
+ 'description' => 'Quantidade de pedidos feitos esse mês.',
+ ],
+ ],
+
+ 'notifications' => [
+ 'badge_code_required' => 'Você precisa inserir um código de emblema.',
+ 'badge_found' => 'Emblema encontrado!',
+ 'create_badge' => 'Insira os dados abaixo para criar um novo emblema!',
+ 'badge_updated' => 'Emblema atualizado com sucesso!',
+ 'badge_update_failed' => 'Não foi possível atualizar o emblema.',
+ 'badge_texts_required' => 'Você precisa inserir os textos do emblema.',
+ 'badge_image_required' => 'Você precisa inserir uma imagem para o emblema.',
+ ],
+
+ 'permissions' => [
+ 'cmd_about' => 'About Command',
+ 'cmd_alert' => 'Alert Command',
+ 'cmd_allow_trading' => 'Allow Trading Command',
+ 'cmd_badge' => 'Badge Command',
+ 'cmd_ban' => 'Ban Command',
+ 'cmd_blockalert' => 'Block Alert Command',
+ 'cmd_bots' => 'Bots Command',
+ 'cmd_bundle' => 'Bundle Command',
+ 'cmd_calendar' => 'Calendar Command',
+ 'cmd_changename' => 'Change Name Command',
+ 'cmd_chatcolor' => 'Chat Color Command',
+ 'cmd_commands' => 'Commands Command',
+ 'cmd_connect_camera' => 'Connect Camera Command',
+ 'cmd_control' => 'Control Command',
+ 'cmd_coords' => 'Coords Command',
+ 'cmd_credits' => 'Credits Command',
+ 'cmd_subscription' => 'Subscription Command',
+ 'cmd_danceall' => 'Dance All Command',
+ 'cmd_diagonal' => 'Diagonal Command',
+ 'cmd_disconnect' => 'Disconnect Command',
+ 'cmd_duckets' => 'Duckets Command',
+ 'cmd_ejectall' => 'Eject All Command',
+ 'cmd_empty' => 'Empty Command',
+ 'cmd_empty_bots' => 'Empty Bots Command',
+ 'cmd_empty_pets' => 'Empty Pets Command',
+ 'cmd_enable' => 'Enable Command',
+ 'cmd_event' => 'Event Command',
+ 'cmd_faceless' => 'Faceless Command',
+ 'cmd_fastwalk' => 'Fastwalk Command',
+ 'cmd_filterword' => 'Filterword Command',
+ 'cmd_freeze' => 'Freeze Command',
+ 'cmd_freeze_bots' => 'Freeze Bots Command',
+ 'cmd_gift' => 'Gift Command',
+ 'cmd_give_rank' => 'Give Rank Command',
+ 'cmd_ha' => 'HA Command',
+ 'acc_can_stalk' => 'Can Stalk',
+ 'cmd_hal' => 'HAL Command',
+ 'cmd_invisible' => 'Invisible Command',
+ 'cmd_ip_ban' => 'IP Ban Command',
+ 'cmd_machine_ban' => 'Machine Ban Command',
+ 'cmd_hand_item' => 'Hand Item Command',
+ 'cmd_happyhour' => 'Happy Hour Command',
+ 'cmd_hidewired' => 'Hide Wired Command',
+ 'cmd_kickall' => 'Kick All Command',
+ 'cmd_softkick' => 'Softkick Command',
+ 'cmd_massbadge' => 'Mass Badge Command',
+ 'cmd_roombadge' => 'Room Badge Command',
+ 'cmd_masscredits' => 'Mass Credits Command',
+ 'cmd_massduckets' => 'Mass Duckets Command',
+ 'cmd_massgift' => 'Mass Gift Command',
+ 'cmd_masspoints' => 'Mass Points Command',
+ 'cmd_moonwalk' => 'Moonwalk Command',
+ 'cmd_mimic' => 'Mimic Command',
+ 'cmd_multi' => 'Multi Command',
+ 'cmd_mute' => 'Mute Command',
+ 'cmd_pet_info' => 'Pet Info Command',
+ 'cmd_pickall' => 'Pick All Command',
+ 'cmd_plugins' => 'Plugins Command',
+ 'cmd_points' => 'Points Command',
+ 'cmd_promote_offer' => 'Promote Offer Command',
+ 'cmd_pull' => 'Pull Command',
+ 'cmd_push' => 'Push Command',
+ 'cmd_redeem' => 'Redeem Command',
+ 'cmd_reload_room' => 'Reload Room Command',
+ 'cmd_roomalert' => 'Room Alert Command',
+ 'cmd_roomcredits' => 'Room Credits Command',
+ 'cmd_roomeffect' => 'Room Effect Command',
+ 'cmd_roomgift' => 'Room Gift Command',
+ 'cmd_roomitem' => 'Room Item Command',
+ 'cmd_roommute' => 'Room Mute Command',
+ 'cmd_roompixels' => 'Room Pixels Command',
+ 'cmd_roompoints' => 'Room Points Command',
+ 'cmd_say' => 'Say Command',
+ 'cmd_say_all' => 'Say All Command',
+ 'cmd_setmax' => 'Set Max Command',
+ 'cmd_set_poll' => 'Set Poll Command',
+ 'cmd_setpublic' => 'Set Public Command',
+ 'cmd_setspeed' => 'Set Speed Command',
+ 'cmd_shout' => 'Shout Command',
+ 'cmd_shout_all' => 'Shout All Command',
+ 'cmd_shutdown' => 'Shutdown Command',
+ 'cmd_sitdown' => 'Sitdown Command',
+ 'cmd_staffalert' => 'Staff Alert Command',
+ 'cmd_staffonline' => 'Staff Online Command',
+ 'cmd_summon' => 'Summon Command',
+ 'cmd_summonrank' => 'Summon Rank Command',
+ 'cmd_super_ban' => 'Super Ban Command',
+ 'cmd_stalk' => 'Stalk Command',
+ 'cmd_superpull' => 'Superpull Command',
+ 'cmd_take_badge' => 'Take Badge Command',
+ 'cmd_talk' => 'Talk Command',
+ 'cmd_teleport' => 'Teleport Command',
+ 'cmd_trash' => 'Trash Command',
+ 'cmd_transform' => 'Transform Command',
+ 'cmd_unban' => 'Unban Command',
+ 'cmd_unload' => 'Unload Command',
+ 'cmd_unmute' => 'Unmute Command',
+ 'cmd_update_achievements' => 'Update Achievements Command',
+ 'cmd_update_bots' => 'Update Bots Command',
+ 'cmd_update_catalogue' => 'Update Catalogue Command',
+ 'cmd_update_config' => 'Update Config Command',
+ 'cmd_update_guildparts' => 'Update Guildparts Command',
+ 'cmd_update_hotel_view' => 'Update Hotel View Command',
+ 'cmd_update_items' => 'Update Items Command',
+ 'cmd_update_navigator' => 'Update Navigator Command',
+ 'cmd_update_permissions' => 'Update Permissions Command',
+ 'cmd_update_pet_data' => 'Update Pet Data Command',
+ 'cmd_update_plugins' => 'Update Plugins Command',
+ 'cmd_update_polls' => 'Update Polls Command',
+ 'cmd_update_texts' => 'Update Texts Command',
+ 'cmd_update_wordfilter' => 'Update Wordfilter Command',
+ 'cmd_userinfo' => 'Userinfo Command',
+ 'cmd_word_quiz' => 'Word Quiz Command',
+ 'cmd_warp' => 'Warp Command',
+ 'acc_anychatcolor' => 'Any Chat Color',
+ 'acc_anyroomowner' => 'Any Room Owner',
+ 'acc_empty_others' => 'Empty Others',
+ 'acc_enable_others' => 'Enable Others',
+ 'acc_see_whispers' => 'See Whispers',
+ 'acc_see_tentchat' => 'See Tentchat',
+ 'acc_superwired' => 'Superwired',
+ 'acc_supporttool' => 'Support Tool',
+ 'acc_unkickable' => 'Unkickable',
+ 'acc_guildgate' => 'Guild Gate',
+ 'acc_moverotate' => 'Move Rotate',
+ 'acc_placefurni' => 'Place Furni',
+ 'acc_unlimited_bots' => 'Unlimited Bots',
+ 'acc_unlimited_pets' => 'Unlimited Pets',
+ 'acc_hide_ip' => 'Hide IP',
+ 'acc_hide_mail' => 'Hide Mail',
+ 'acc_not_mimiced' => 'Not Mimiced',
+ 'acc_chat_no_flood' => 'Chat No Flood',
+ 'acc_staff_chat' => 'Staff Chat',
+ 'acc_staff_pick' => 'Staff Pick',
+ 'acc_enteranyroom' => 'Enter Any Room',
+ 'acc_fullrooms' => 'Full Rooms',
+ 'acc_infinite_credits' => 'Infinite Credits',
+ 'acc_infinite_pixels' => 'Infinite Pixels',
+ 'acc_infinite_points' => 'Infinite Points',
+ 'acc_ambassador' => 'Ambassador',
+ 'acc_debug' => 'Debug',
+ 'acc_chat_no_limit' => 'Chat No Limit',
+ 'acc_chat_no_filter' => 'Chat No Filter',
+ 'acc_nomute' => 'No Mute',
+ 'acc_guild_admin' => 'Guild Admin',
+ 'acc_catalog_ids' => 'Catalog IDs',
+ 'acc_modtool_ticket_q' => 'Modtool Ticket Q',
+ 'acc_modtool_user_logs' => 'Modtool User Logs',
+ 'acc_modtool_user_alert' => 'Modtool User Alert',
+ 'acc_modtool_user_kick' => 'Modtool User Kick',
+ 'acc_modtool_user_ban' => 'Modtool User Ban',
+ 'acc_modtool_room_info' => 'Modtool Room Info',
+ 'acc_modtool_room_logs' => 'Modtool Room Logs',
+ 'acc_trade_anywhere' => 'Trade Anywhere',
+ 'acc_update_notifications' => 'Update Notifications',
+ 'acc_helper_use_guide_tool' => 'Helper Use Guide Tool',
+ 'acc_helper_give_guide_tours' => 'Helper Give Guide Tours',
+ 'acc_helper_judge_chat_reviews' => 'Helper Judge Chat Reviews',
+ 'acc_floorplan_editor' => 'Floorplan Editor',
+ 'acc_camera' => 'Camera',
+ 'acc_ads_background' => 'Ads Background',
+ 'cmd_wordquiz' => 'Wordquiz Command',
+ 'acc_room_staff_tags' => 'Room Staff Tags',
+ 'acc_infinite_friends' => 'Infinite Friends',
+ 'acc_mimic_unredeemed' => 'Mimic Unredeemed',
+ 'cmd_update_youtube_playlists' => 'Update Youtube Playlists Command',
+ 'cmd_add_youtube_playlist' => 'Add Youtube Playlist Command',
+ 'auto_credits_amount' => 'Auto Credits Amount',
+ 'auto_pixels_amount' => 'Auto Pixels Amount',
+ 'auto_gotw_amount' => 'Auto GOTW Amount',
+ 'auto_points_amount' => 'Auto Points Amount',
+ 'acc_mention' => 'Mention',
+ 'cmd_setstate' => 'Setstate Command',
+ 'cmd_buildheight' => 'Buildheight Command',
+ 'cmd_setrotation' => 'Setrotation Command',
+ 'cmd_sellroom' => 'Sellroom Command',
+ 'cmd_buyroom' => 'Buyroom Command',
+ 'cmd_pay' => 'Pay Command',
+ 'cmd_kill' => 'Kill Command',
+ 'cmd_hoverboard' => 'Hoverboard Command',
+ 'cmd_kiss' => 'Kiss Command',
+ 'cmd_hug' => 'Hug Command',
+ 'cmd_welcome' => 'Welcome Command',
+ 'cmd_disable_effects' => 'Disable Effects Command',
+ 'cmd_brb' => 'BRB Command',
+ 'cmd_nuke' => 'Nuke Command',
+ 'cmd_slime' => 'Slime Command',
+ 'cmd_explain' => 'Explain Command',
+ 'cmd_closedice' => 'Closedice Command',
+ 'acc_closedice_room' => 'Closedice Room',
+ 'cmd_set' => 'Set Command',
+ 'cmd_furnidata' => 'Furnidata Command',
+ 'kiss_cmd' => 'Kiss Command',
+ 'acc_calendar_force' => 'Calendar Force',
+ 'cmd_update_calendar' => 'Update Calendar Command',
+ ],
+
+ 'sections' => [
+ 'permissions' => [
+ 'title' => 'Permissões',
+ 'description' => "Dica: Se preferir, você pode deixar todos os campos abaixo vazios ao criar uma classificação. Ela terá as permissões padrão do banco (configuradas pelo Arcturus)",
+ ]
+ ],
+
+ 'roles' => [
+ 'view_any' => 'Ver Qualquer',
+ 'view' => 'Ver',
+ 'create' => 'Criar',
+ 'update' => 'Atualizar',
+ 'delete' => 'Deletar',
+ 'delete_any' => 'Deletar Qualquer',
+ 'restore' => 'Restaurar',
+ 'restore_any' => 'Restaurar Qualquer',
+ 'force_delete' => 'Forçar Deletar',
+ 'force_delete_any' => 'Forçar Deletar Qualquer',
+ 'replicate' => 'Replicar',
+ 'reorder' => 'Reordenar',
+ ],
+
+ 'actions' => [
+ 'select_all' => 'Selecionar Todos',
+ 'deselect_all' => 'Desmarcar Todos',
+ 'send_notifications' => 'Enviar Notificações',
+ ]
+];
diff --git a/Updated_Cms/lang/vendor/filament/tr/login.php b/Updated_Cms/lang/vendor/filament/tr/login.php
new file mode 100644
index 0000000000..ac606a0276
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/tr/login.php
@@ -0,0 +1,42 @@
+ 'Giriş Yap',
+
+ 'heading' => 'Hesabınıza giriş yapın',
+
+ 'buttons' => [
+
+ 'submit' => [
+ 'label' => 'Giriş yap',
+ ],
+
+ ],
+
+ 'fields' => [
+
+ 'email' => [
+ 'label' => 'E-posta adresi',
+ ],
+
+ 'username' => [
+ 'label' => 'Kullanıcı adı'
+ ],
+
+ 'password' => [
+ 'label' => 'Şifre',
+ ],
+
+ 'remember' => [
+ 'label' => 'Beni hatırla',
+ ],
+
+ ],
+
+ 'messages' => [
+ 'failed' => 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.',
+ 'throttled' => 'Çok fazla giriş denemesi. Lütfen :seconds saniye sonra tekrar deneyin.',
+ ],
+
+];
diff --git a/Updated_Cms/lang/vendor/filament/tr/resources.php b/Updated_Cms/lang/vendor/filament/tr/resources.php
new file mode 100644
index 0000000000..69845c707d
--- /dev/null
+++ b/Updated_Cms/lang/vendor/filament/tr/resources.php
@@ -0,0 +1,711 @@
+ [
+ 'Dashboard' => 'Pano',
+ 'Hotel' => 'Otel',
+ 'Website' => 'Web Sitesi',
+ 'Help Center' => 'Yardım Merkezi',
+ 'Administration' => 'Yönetim',
+ 'User Management' => 'Kullanıcı Yönetimi',
+ 'Profile Management' => 'Profil Yönetimi',
+ 'Shop' => 'Mağaza',
+ 'Logs' => 'Kayıtlar',
+ ],
+
+ 'resources' => [
+ 'dashboard' => [
+ 'navigation_label' => 'Pano'
+ ],
+ 'achievements' => [
+ 'navigation_label' => 'Başarıları Yönet',
+ 'label' => 'Başarı',
+ 'plural' => 'Başarılar',
+ ],
+ 'emulator-settings' => [
+ 'navigation_label' => 'Emülatör Ayarları',
+ 'label' => 'Ayar',
+ 'plural' => 'Emülatör Ayarları',
+ ],
+ 'articles' => [
+ 'navigation_label' => 'Makaleleri Yönet',
+ 'label' => 'Makale',
+ 'plural' => 'Makaleler',
+ ],
+ 'cms-settings' => [
+ 'navigation_label' => 'CMS Ayarları',
+ 'label' => 'Ayar',
+ 'plural' => 'CMS Ayarları',
+ ],
+ 'help-question-categories' => [
+ 'navigation_label' => 'Kategorileri Yönet',
+ 'label' => 'Kategori',
+ 'plural' => 'Soru Kategorileri',
+ ],
+ 'help-questions' => [
+ 'navigation_label' => 'Soruları Yönet',
+ 'label' => 'Soru',
+ 'plural' => 'Sorular',
+ ],
+ 'tags' => [
+ 'navigation_label' => 'Etiketleri Yönet',
+ 'label' => 'Etiket',
+ 'plural' => 'Etiketler',
+ ],
+ 'bans' => [
+ 'navigation_label' => 'Yasaklamaları Yönet',
+ 'label' => 'Yasaklama',
+ 'plural' => 'Yasaklamalar',
+ ],
+ 'users' => [
+ 'navigation_label' => 'Kullanıcıları Yönet',
+ 'label' => 'Kullanıcı',
+ 'plural' => 'Kullanıcılar',
+ ],
+ 'badge-resource' => [
+ 'navigation_label' => 'Rozetleri Yönet',
+ 'label' => 'Rozet',
+ 'plural' => 'Rozetler',
+ ],
+ 'home-items' => [
+ 'navigation_label' => 'Profil Öğelerini Yönet',
+ 'label' => 'Profil Öğesi',
+ 'plural' => 'Profil Öğeleri',
+ ],
+ 'home-categories' => [
+ 'navigation_label' => 'Profil Kategorilerini Yönet',
+ 'label' => 'Profil Kategorisi',
+ 'plural' => 'Profil Kategorileri',
+ ],
+ 'navigations' => [
+ 'navigation_label' => 'Menüleri Yönet',
+ 'label' => 'Menü',
+ 'plural' => 'Menüler',
+ ],
+ 'teams' => [
+ 'navigation_label' => 'Takımları Yönet',
+ 'label' => 'Takım',
+ 'plural' => 'Takımlar',
+ ],
+ 'shop-products' => [
+ 'navigation_label' => 'Ürünleri Yönet',
+ 'label' => 'Ürün',
+ 'plural' => 'Ürünler',
+ ],
+ 'shop-categories' => [
+ 'navigation_label' => 'Kategorileri Yönet',
+ 'label' => 'Kategori',
+ 'plural' => 'Kategoriler',
+ ],
+ 'shop-orders' => [
+ 'navigation_label' => 'Siparişleri Yönet',
+ 'label' => 'Sipariş',
+ 'plural' => 'Siparişler',
+ ],
+ 'command-logs' => [
+ 'navigation_label' => 'Komut Kayıtlarını Yönet',
+ 'label' => 'Komut Kaydı',
+ 'plural' => 'Komut Kayıtları',
+ ],
+ 'word-filters' => [
+ 'navigation_label' => 'Kelime Filtresini Yönet',
+ 'label' => 'Kelime Filtresi',
+ 'plural' => 'Kelime Filtreleri',
+ ],
+ 'writeable-boxes' => [
+ 'navigation_label' => 'Kutuları Yönet',
+ 'label' => 'Kutu',
+ 'plural' => 'Kutular',
+ ],
+ 'permissions' => [
+ 'navigation_label' => 'Manage Permissions',
+ 'label' => 'Permission',
+ 'plural' => 'Permissions',
+ ],
+ 'emulator-texts' => [
+ 'navigation_label' => 'Manage Emulator Texts',
+ 'label' => 'Emulator Text',
+ 'plural' => 'Emulator Texts',
+ ],
+ 'chatlog-private' => [
+ 'navigation_label' => 'Manage Private Chatlogs',
+ 'label' => 'Private Chatlog',
+ 'plural' => 'Private Chatlogs',
+ ],
+ 'chatlog-rooms' => [
+ 'navigation_label' => 'Manage Room Chatlogs',
+ 'label' => 'Room Chatlog',
+ 'plural' => 'Room Chatlogs',
+ ],
+
+ // Relations
+ 'settings' => [
+ 'navigation_label' => 'Ayarlar',
+ 'label' => 'Ayar',
+ 'plural' => 'Ayarlar',
+ ],
+ 'badges' => [
+ 'navigation_label' => 'Rozetler',
+ 'label' => 'Rozet',
+ 'plural' => 'Rozetler',
+ ],
+ 'product-item' => [
+ 'navigation_label' => 'Eşyalar',
+ 'label' => 'Eşya',
+ 'plural' => 'Eşyalar',
+ ],
+ 'dashboards' => [
+ 'navigation_label' => 'Dashboard',
+ 'label' => 'Dashboard',
+ 'plural' => 'Dashboard',
+ ],
+ 'badge-pages' => [
+ 'navigation_label' => 'Badge Page',
+ 'label' => 'Badge Page',
+ 'plural' => 'Badge Pages',
+ ],
+ 'permission-roles' => [
+ 'navigation_label' => 'Roles',
+ 'label' => 'Role',
+ 'plural' => 'Roles',
+ ],
+ ],
+
+ 'common' => [
+ 'All' => 'Hepsi',
+ 'Yes' => 'Evet',
+ 'No' => 'Hayır',
+ 'Sucessfull' => 'Başarılı',
+ 'Never' => 'Hiçbir zaman',
+ 'Account' => 'Hesap',
+ 'IP' => 'IP',
+ 'Machine' => 'Makine',
+ 'Super' => 'Süper',
+ 'Male' => 'Erkek',
+ 'Female' => 'Kadın',
+ 'Credits' => 'Krediler',
+ 'Duckets' => 'Ördekler',
+ 'Diamonds' => 'Elmaslar',
+ 'Points' => 'Puanlar',
+ 'Update' => 'Güncelle',
+ 'Create' => 'Oluştur',
+ 'Open link' => 'Bağlantıyı Aç',
+ 'Sticker' => 'Çıkartma',
+ 'Widget' => 'Widget',
+ 'Note' => 'Not',
+ 'Background' => 'Arkaplan',
+ ],
+
+ 'helpers' => [
+ 'achievement_points' => 'Ödüllendirilecek başarı puanı',
+ 'achievement_progress_needed' => 'Başarıyı tamamlamak için gereken ilerleme',
+ 'help_questions_category_icon' => 'Burada herhangi bir resim bağlantısı kullanabilirsiniz. 20x20 boyutunda bir resim kullanmanızı öneririz.',
+ 'change_username_description' => 'Bu kullanıcının kullanıcı adını değiştirmesine izin ver',
+ 'change_password_description' => 'Mevcut şifreyi korumak için boş bırakın',
+ 'badge_code_helper' => 'Kodu girin ve alanın yanındaki büyütece tıklayın. Rozet mevcutsa, tüm alanlar otomatik olarak doldurulacaktır',
+ 'home_item_limit_helper' => 'Ürün için satın alma limiti, sınırsız için boş bırakın.',
+ 'limit_per_user_helper' => 'Kullanıcı başına satın alma limiti, veya sınırsız için boş bırakın.',
+ 'sales_count_helper' => 'Bu ürün için toplam satış sayısı (Bu bilgi otomatik olarak güncellenir)',
+ 'badge_item_data_helper' => 'Rozet kodunu aşağıya giriniz..',
+ 'furniture_item_data_helper' => "Aşağıya 'item_name' mobilyasını girin. (Bu veri veritabanındaki 'items_base' tablosunda bulunabilir)",
+ 'room_item_data_helper' => "Oda ID'sini' aşağıya giriniz",
+ 'currency_item_data_helper' => 'Para birimi adını aşağıya girin. Şunlardan biri olabilir: credits, duckets, diamonds or points',
+ 'rank_item_data_helper' => 'Rütbe adını aşağıya girin.',
+ 'empty_item_data_helper' => ' Gerekli bilgileri görüntülemek için bir eşya türü seçin.',
+
+ ],
+
+ 'tabs' => [
+ 'Home' => 'Anasayfa',
+ 'Main' => 'Ana',
+ 'Configurations' => 'Yapılandırmalar',
+ 'General Information' => 'Genel Bilgi',
+ 'Currencies' => 'Para Birimleri',
+ 'Security' => 'Güvenlik',
+ 'Change Username' => 'Kullanıcı Adını Değiştir',
+ 'Change Email' => 'E-posta Adresini Değiştir',
+ 'Change Password' => 'Şifreyi Değiştir',
+ 'Change Rank' => 'Rütbe Değiştir',
+ 'Account Data' => 'Hesap Verileri',
+ 'Extra Settings' => 'Ek Ayarlar',
+ 'Metrics' => 'Metrikler',
+ 'In-game Permissions' => 'Oyun İçi İzinler',
+ 'log_commands' => 'Log Commands',
+ 'room_effect' => 'Room Effect',
+ 'prefix' => 'Prefix',
+ 'prefix_color' => 'Prefix Color',
+ 'auto_credits_amount' => 'Auto Credits Quantity',
+ 'auto_pixels_amount' => 'Auto Pixels Quantity',
+ 'auto_gotw_amount' => 'Auto GOTW Quantity',
+ 'auto_points_amount' => 'Auto Points Quantity',
+ ],
+
+ 'inputs' => [
+ 'key' => 'Anahtar',
+ 'value' => 'Değer',
+ 'comment' => 'Yorum',
+ 'name' => 'Ad',
+ 'level' => 'Seviye',
+ 'email' => 'E-posta',
+ 'category' => 'Kategori',
+ 'visible' => 'Görünür',
+ 'reward_type' => 'Ödül Türü',
+ 'reward_amount' => 'Ödül Miktarı',
+ 'points' => 'Puanlar',
+ 'progress_needed' => 'Gerekli İlerleme',
+ 'fixed' => 'Sabitle',
+ 'allow_comments' => 'Yorumlara İzin Ver',
+ 'title' => 'Başlık',
+ 'description' => 'Açıklama',
+ 'image' => 'Resim',
+ 'icon' => 'İkon',
+ 'content' => 'İçerik',
+ 'is_promotion' => 'Bu makale bir tanıtım mı?',
+ 'promotion_ends_at' => 'Tanıtımın sona erme tarihi',
+ 'categories' => 'Kategoriler',
+ 'background_color' => 'Arka Plan Rengi',
+ 'expires_at' => 'Sona Erme Tarihi',
+ 'reason' => 'Sebep',
+ 'type' => 'Tür',
+ 'username' => 'Kullanıcı Adı',
+ 'motto' => 'Söz',
+ 'gender' => 'Cinsiyet',
+ 'created_at' => 'Oluşturulma Tarihi',
+ 'last_login' => 'Son Giriş',
+ 'last_online' => 'Son Çevrimiçi',
+ 'ip_register' => 'Kayıt IP',
+ 'ip_current' => 'Geçerli IP',
+ 'referral_code' => 'Yönlendirme Kodu',
+ 'referrer_code' => 'Yönlendiren Kodu',
+ 'allow_change_username' => 'Kullanıcı adı değişikliğine izin ver',
+ 'new_password' => 'Yeni Şifre',
+ 'new_password_confirmation' => 'Yeni Şifreyi Onayla',
+ 'rank' => 'Rütbe',
+ 'badge_code' => 'Rozet Kodu',
+ 'achievement_score' => 'Başarı Skoru',
+ 'respects_received' => 'Alınan Saygılar',
+ 'can_trade' => 'Takas Yapabilir mi?',
+ 'block_following' => 'Takip Engelle',
+ 'block_friendrequests' => 'Arkadaşlık İsteklerini Engelle',
+ 'block_roominvites' => 'Oda Davetlerini Engelle',
+ 'max_rooms' => 'Maksimum Oda Sayısı',
+ 'max_friends' => 'Maksimum Arkadaş Sayısı',
+ 'old_chat' => 'Eski Sohbet',
+ 'block_camera_follow' => 'Kamera Takibini Engelle',
+ 'ignore_bots' => 'Botları Yoksay',
+ 'ignore_pets' => 'Evcil Hayvanları Yoksay',
+ 'badge_code' => 'Rozet Kodu',
+ 'badge_title' => 'Rozet Başlığı',
+ 'badge_description' => 'Rozet Açıklaması',
+ 'badge_image' => 'Rozet Resmi',
+ 'price' => 'Price',
+ 'currency_type' => 'Para birimi türü',
+ 'limit' => 'Limit',
+ 'slug' => 'Slug',
+ 'order' => 'Order',
+ 'new_tab' => 'Yeni sekme',
+ 'label' => 'Etiket',
+ 'team_id' => 'Takım',
+ 'is_hidden' => 'Gizli mi?',
+ 'is_featured' => 'Önerilen mi?',
+ 'limit_per_user' => 'Kullanıcı Başına Limit',
+ 'sales_count' => 'Satış Sayısı',
+ 'item_data' => 'Eşya Bilgisi',
+ 'quantity' => 'Miktar',
+ 'is_active' => 'Çevrim içi mi?',
+ 'item_is_active' => 'Bu ürün satın alma yoluyla diğer kullanıcılara gösterilebilir ve gönderilebilir mi?',
+ 'order_id' => 'Sipariş ID',
+ 'status' => 'Durum',
+ 'paypal_fee' => 'PayPal Ücreti',
+ 'details' => 'Detaylar',
+ 'is_delivered' => 'Teslim Edildi mi?',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'log_commands' => 'Log Commands',
+ 'room_effect' => 'Room Effect',
+ 'prefix' => 'Prefix',
+ 'prefix_color' => 'Prefix Color',
+ 'auto_credits_amount' => 'Auto Credits Quantity',
+ 'auto_pixels_amount' => 'Auto Pixels Quantity',
+ 'auto_gotw_amount' => 'Auto GOTW Quantity',
+ 'auto_points_amount' => 'Auto Points Quantity',
+ 'users' => 'Users',
+ 'message' => 'Message',
+ 'url' => 'URL',
+ 'as_staff' => 'Send as Hotel Staff (Anonymous)',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'room' => 'Room',
+ ],
+
+ 'columns' => [
+ 'id' => 'ID',
+ 'user_id' => 'User ID',
+ 'room_id' => 'Room ID',
+ 'badge' => 'Rozet',
+ 'name' => 'Ad',
+ 'level' => 'Seviye',
+ 'category' => 'Kategori',
+ 'visible' => 'Görünür',
+ 'key' => 'Anahtar',
+ 'value' => 'Değer',
+ 'title' => 'Başlık',
+ 'image' => 'Resim',
+ 'by' => 'Tarafından',
+ 'fixed' => 'Sabitle',
+ 'allow_comments' => 'Yorumlara İzin Ver',
+ 'comment' => 'Yorum',
+ 'order' => 'Sıralama',
+ 'icon' => 'İkon',
+ 'questions_count' => 'Bağlantılı Sorular',
+ 'background_color' => 'Arka Plan Rengi',
+ 'avatar' => 'Avatar',
+ 'username' => 'Kullanıcı Adı',
+ 'reason' => 'Sebep',
+ 'type' => 'Tür',
+ 'banned_at' => 'Yasaklanma Tarihi',
+ 'expires_at' => 'Sona Erme Tarihi',
+ 'email' => 'E-posta',
+ 'motto' => 'Söz',
+ 'created_at' => 'Oluşturulma Tarihi',
+ 'online' => 'Çevrimiçi?',
+ 'badge_code' => 'Rozet Kodu',
+ 'equipped' => 'Ekipmanlı?',
+ 'achievement_score' => 'Başarı Skoru',
+ 'respects_received' => 'Alınan Saygılar',
+ 'online_time' => 'Çevrimiçi Süre',
+ 'can_trade' => 'Takas Yapabilir mi?',
+ 'can_change_name' => 'İsim Değiştirebilir mi?',
+ 'price' => 'Fiyat',
+ 'slug' => 'Slug',
+ 'new_tab' => 'Yeni Sekme',
+ 'is_featured' => 'Önerilen mi?',
+ 'sales_count' => 'Satış Sayısı',
+ 'type' => 'Tür',
+ 'item_data' => 'Eşya Bilgisi',
+ 'quantity' => 'Miktar',
+ 'order_id' => 'Sipariş ID',
+ 'is_delivered' => 'Teslim Edildi mi?',
+ 'command' => 'Command',
+ 'success' => 'Success',
+ 'executed_at' => 'Executed At',
+ 'replacement' => 'Replacement',
+ 'hideable' => 'Hideable',
+ 'reportable' => 'Reportable',
+ 'mute_time' => 'Mute Time',
+ 'page_target' => 'Page Target',
+ 'is_hidden' => 'Is Hidden?',
+ 'prefix' => 'Prefix',
+ 'hidden' => 'Hidden',
+ 'sender' => 'Sender',
+ 'receiver' => 'Receiver',
+ 'message' => 'Message',
+ 'room' => 'Room',
+ ],
+
+ 'options' => [
+ 'badge' => 'Rozet',
+ 'furniture' => 'Eşya',
+ 'room' => 'Oda',
+ 'currency' => 'Para Birimi',
+ 'rank' => 'Rütbe',
+ 'completed' => 'Tamamlandı',
+ 'pending' => 'Beklemede',
+ 'cancelled' => 'İptal Edildi',
+ 'yes' => 'Yes',
+ 'no' => 'No',
+ 'staff' => 'Staff',
+ 'shop' => 'Shop',
+ 'teams' => 'Teams',
+ 'rights' => 'Rights',
+ ],
+
+ 'widgets' => [
+ 'pending_orders' => 'Bekleyen Siparişler',
+ 'completed_orders' => 'Tamamlanan Siparişler',
+ 'canceled_orders' => 'İptal Edilen Siparişler',
+ 'were_canceled' => 'iptal edildi.',
+ 'are_pending_payment' => 'ödeme bekliyor.',
+ 'were_completed' => 'ödendi ve tamamlandı.',
+ ],
+
+ 'filters' => [
+ 'success' => 'Success',
+ 'page_target' => 'Page Target',
+ 'visible' => 'Görünür',
+ ],
+
+ 'notifications' => [
+ 'badge_code_required' => 'Rozet kodu gereklidir.',
+ 'badge_found' => 'Rozet bulundu!',
+ 'badge_updated' => 'Rozet güncellendi!',
+ 'badge_update_failed' => 'Rozet güncellenemedi!',
+ 'create_badge' => 'Enter the data below to create a new badge!',
+ 'badge_texts_required' => 'You need to enter the badge texts.',
+ 'badge_image_required' => 'You need to enter a badge image url.',
+ ],
+
+ 'stats' => [
+ 'users_count' => [
+ 'title' => 'Users Count',
+ 'description' => 'users registered.',
+ ],
+ 'furniture_count' => [
+ 'title' => 'Furniture Count',
+ 'description' => 'furniture items registered.',
+ ],
+ 'rooms_count' => [
+ 'title' => 'Rooms Count',
+ 'description' => 'rooms created.',
+ ],
+ 'photos_count' => [
+ 'title' => 'Photos Count',
+ 'description' => 'photos uploaded.',
+ ],
+ 'badge_count' => [
+ 'title' => 'Badge Count',
+ 'description' => 'Avalible Badges.',
+ ],
+ 'articles_chart' => [
+ 'title' => 'Articles (Monthly)',
+ 'label' => 'Articles',
+ 'description' => 'Amount of articles created this month.',
+ ],
+ 'orders_chart' => [
+ 'title' => 'Orders (Monthly)',
+ 'pending' => 'Pending',
+ 'cancelled' => 'Cancelled',
+ 'completed' => 'Completed',
+ 'description' => 'Amount of orders created this month.',
+ ],
+ ],
+
+ 'permissions' => [
+ 'cmd_about' => 'About Command',
+ 'cmd_alert' => 'Alert Command',
+ 'cmd_allow_trading' => 'Allow Trading Command',
+ 'cmd_badge' => 'Badge Command',
+ 'cmd_ban' => 'Ban Command',
+ 'cmd_blockalert' => 'Block Alert Command',
+ 'cmd_bots' => 'Bots Command',
+ 'cmd_bundle' => 'Bundle Command',
+ 'cmd_calendar' => 'Calendar Command',
+ 'cmd_changename' => 'Change Name Command',
+ 'cmd_chatcolor' => 'Chat Color Command',
+ 'cmd_commands' => 'Commands Command',
+ 'cmd_connect_camera' => 'Connect Camera Command',
+ 'cmd_control' => 'Control Command',
+ 'cmd_coords' => 'Coords Command',
+ 'cmd_credits' => 'Credits Command',
+ 'cmd_subscription' => 'Subscription Command',
+ 'cmd_danceall' => 'Dance All Command',
+ 'cmd_diagonal' => 'Diagonal Command',
+ 'cmd_disconnect' => 'Disconnect Command',
+ 'cmd_duckets' => 'Duckets Command',
+ 'cmd_ejectall' => 'Eject All Command',
+ 'cmd_empty' => 'Empty Command',
+ 'cmd_empty_bots' => 'Empty Bots Command',
+ 'cmd_empty_pets' => 'Empty Pets Command',
+ 'cmd_enable' => 'Enable Command',
+ 'cmd_event' => 'Event Command',
+ 'cmd_faceless' => 'Faceless Command',
+ 'cmd_fastwalk' => 'Fastwalk Command',
+ 'cmd_filterword' => 'Filterword Command',
+ 'cmd_freeze' => 'Freeze Command',
+ 'cmd_freeze_bots' => 'Freeze Bots Command',
+ 'cmd_gift' => 'Gift Command',
+ 'cmd_give_rank' => 'Give Rank Command',
+ 'cmd_ha' => 'HA Command',
+ 'acc_can_stalk' => 'Can Stalk',
+ 'cmd_hal' => 'HAL Command',
+ 'cmd_invisible' => 'Invisible Command',
+ 'cmd_ip_ban' => 'IP Ban Command',
+ 'cmd_machine_ban' => 'Machine Ban Command',
+ 'cmd_hand_item' => 'Hand Item Command',
+ 'cmd_happyhour' => 'Happy Hour Command',
+ 'cmd_hidewired' => 'Hide Wired Command',
+ 'cmd_kickall' => 'Kick All Command',
+ 'cmd_softkick' => 'Softkick Command',
+ 'cmd_massbadge' => 'Mass Badge Command',
+ 'cmd_roombadge' => 'Room Badge Command',
+ 'cmd_masscredits' => 'Mass Credits Command',
+ 'cmd_massduckets' => 'Mass Duckets Command',
+ 'cmd_massgift' => 'Mass Gift Command',
+ 'cmd_masspoints' => 'Mass Points Command',
+ 'cmd_moonwalk' => 'Moonwalk Command',
+ 'cmd_mimic' => 'Mimic Command',
+ 'cmd_multi' => 'Multi Command',
+ 'cmd_mute' => 'Mute Command',
+ 'cmd_pet_info' => 'Pet Info Command',
+ 'cmd_pickall' => 'Pick All Command',
+ 'cmd_plugins' => 'Plugins Command',
+ 'cmd_points' => 'Points Command',
+ 'cmd_promote_offer' => 'Promote Offer Command',
+ 'cmd_pull' => 'Pull Command',
+ 'cmd_push' => 'Push Command',
+ 'cmd_redeem' => 'Redeem Command',
+ 'cmd_reload_room' => 'Reload Room Command',
+ 'cmd_roomalert' => 'Room Alert Command',
+ 'cmd_roomcredits' => 'Room Credits Command',
+ 'cmd_roomeffect' => 'Room Effect Command',
+ 'cmd_roomgift' => 'Room Gift Command',
+ 'cmd_roomitem' => 'Room Item Command',
+ 'cmd_roommute' => 'Room Mute Command',
+ 'cmd_roompixels' => 'Room Pixels Command',
+ 'cmd_roompoints' => 'Room Points Command',
+ 'cmd_say' => 'Say Command',
+ 'cmd_say_all' => 'Say All Command',
+ 'cmd_setmax' => 'Set Max Command',
+ 'cmd_set_poll' => 'Set Poll Command',
+ 'cmd_setpublic' => 'Set Public Command',
+ 'cmd_setspeed' => 'Set Speed Command',
+ 'cmd_shout' => 'Shout Command',
+ 'cmd_shout_all' => 'Shout All Command',
+ 'cmd_shutdown' => 'Shutdown Command',
+ 'cmd_sitdown' => 'Sitdown Command',
+ 'cmd_staffalert' => 'Staff Alert Command',
+ 'cmd_staffonline' => 'Staff Online Command',
+ 'cmd_summon' => 'Summon Command',
+ 'cmd_summonrank' => 'Summon Rank Command',
+ 'cmd_super_ban' => 'Super Ban Command',
+ 'cmd_stalk' => 'Stalk Command',
+ 'cmd_superpull' => 'Superpull Command',
+ 'cmd_take_badge' => 'Take Badge Command',
+ 'cmd_talk' => 'Talk Command',
+ 'cmd_teleport' => 'Teleport Command',
+ 'cmd_trash' => 'Trash Command',
+ 'cmd_transform' => 'Transform Command',
+ 'cmd_unban' => 'Unban Command',
+ 'cmd_unload' => 'Unload Command',
+ 'cmd_unmute' => 'Unmute Command',
+ 'cmd_update_achievements' => 'Update Achievements Command',
+ 'cmd_update_bots' => 'Update Bots Command',
+ 'cmd_update_catalogue' => 'Update Catalogue Command',
+ 'cmd_update_config' => 'Update Config Command',
+ 'cmd_update_guildparts' => 'Update Guildparts Command',
+ 'cmd_update_hotel_view' => 'Update Hotel View Command',
+ 'cmd_update_items' => 'Update Items Command',
+ 'cmd_update_navigator' => 'Update Navigator Command',
+ 'cmd_update_permissions' => 'Update Permissions Command',
+ 'cmd_update_pet_data' => 'Update Pet Data Command',
+ 'cmd_update_plugins' => 'Update Plugins Command',
+ 'cmd_update_polls' => 'Update Polls Command',
+ 'cmd_update_texts' => 'Update Texts Command',
+ 'cmd_update_wordfilter' => 'Update Wordfilter Command',
+ 'cmd_userinfo' => 'Userinfo Command',
+ 'cmd_word_quiz' => 'Word Quiz Command',
+ 'cmd_warp' => 'Warp Command',
+ 'acc_anychatcolor' => 'Any Chat Color',
+ 'acc_anyroomowner' => 'Any Room Owner',
+ 'acc_empty_others' => 'Empty Others',
+ 'acc_enable_others' => 'Enable Others',
+ 'acc_see_whispers' => 'See Whispers',
+ 'acc_see_tentchat' => 'See Tentchat',
+ 'acc_superwired' => 'Superwired',
+ 'acc_supporttool' => 'Support Tool',
+ 'acc_unkickable' => 'Unkickable',
+ 'acc_guildgate' => 'Guild Gate',
+ 'acc_moverotate' => 'Move Rotate',
+ 'acc_placefurni' => 'Place Furni',
+ 'acc_unlimited_bots' => 'Unlimited Bots',
+ 'acc_unlimited_pets' => 'Unlimited Pets',
+ 'acc_hide_ip' => 'Hide IP',
+ 'acc_hide_mail' => 'Hide Mail',
+ 'acc_not_mimiced' => 'Not Mimiced',
+ 'acc_chat_no_flood' => 'Chat No Flood',
+ 'acc_staff_chat' => 'Staff Chat',
+ 'acc_staff_pick' => 'Staff Pick',
+ 'acc_enteranyroom' => 'Enter Any Room',
+ 'acc_fullrooms' => 'Full Rooms',
+ 'acc_infinite_credits' => 'Infinite Credits',
+ 'acc_infinite_pixels' => 'Infinite Pixels',
+ 'acc_infinite_points' => 'Infinite Points',
+ 'acc_ambassador' => 'Ambassador',
+ 'acc_debug' => 'Debug',
+ 'acc_chat_no_limit' => 'Chat No Limit',
+ 'acc_chat_no_filter' => 'Chat No Filter',
+ 'acc_nomute' => 'No Mute',
+ 'acc_guild_admin' => 'Guild Admin',
+ 'acc_catalog_ids' => 'Catalog IDs',
+ 'acc_modtool_ticket_q' => 'Modtool Ticket Q',
+ 'acc_modtool_user_logs' => 'Modtool User Logs',
+ 'acc_modtool_user_alert' => 'Modtool User Alert',
+ 'acc_modtool_user_kick' => 'Modtool User Kick',
+ 'acc_modtool_user_ban' => 'Modtool User Ban',
+ 'acc_modtool_room_info' => 'Modtool Room Info',
+ 'acc_modtool_room_logs' => 'Modtool Room Logs',
+ 'acc_trade_anywhere' => 'Trade Anywhere',
+ 'acc_update_notifications' => 'Update Notifications',
+ 'acc_helper_use_guide_tool' => 'Helper Use Guide Tool',
+ 'acc_helper_give_guide_tours' => 'Helper Give Guide Tours',
+ 'acc_helper_judge_chat_reviews' => 'Helper Judge Chat Reviews',
+ 'acc_floorplan_editor' => 'Floorplan Editor',
+ 'acc_camera' => 'Camera',
+ 'acc_ads_background' => 'Ads Background',
+ 'cmd_wordquiz' => 'Wordquiz Command',
+ 'acc_room_staff_tags' => 'Room Staff Tags',
+ 'acc_infinite_friends' => 'Infinite Friends',
+ 'acc_mimic_unredeemed' => 'Mimic Unredeemed',
+ 'cmd_update_youtube_playlists' => 'Update Youtube Playlists Command',
+ 'cmd_add_youtube_playlist' => 'Add Youtube Playlist Command',
+ 'auto_credits_amount' => 'Auto Credits Amount',
+ 'auto_pixels_amount' => 'Auto Pixels Amount',
+ 'auto_gotw_amount' => 'Auto GOTW Amount',
+ 'auto_points_amount' => 'Auto Points Amount',
+ 'acc_mention' => 'Mention',
+ 'cmd_setstate' => 'Setstate Command',
+ 'cmd_buildheight' => 'Buildheight Command',
+ 'cmd_setrotation' => 'Setrotation Command',
+ 'cmd_sellroom' => 'Sellroom Command',
+ 'cmd_buyroom' => 'Buyroom Command',
+ 'cmd_pay' => 'Pay Command',
+ 'cmd_kill' => 'Kill Command',
+ 'cmd_hoverboard' => 'Hoverboard Command',
+ 'cmd_kiss' => 'Kiss Command',
+ 'cmd_hug' => 'Hug Command',
+ 'cmd_welcome' => 'Welcome Command',
+ 'cmd_disable_effects' => 'Disable Effects Command',
+ 'cmd_brb' => 'BRB Command',
+ 'cmd_nuke' => 'Nuke Command',
+ 'cmd_slime' => 'Slime Command',
+ 'cmd_explain' => 'Explain Command',
+ 'cmd_closedice' => 'Closedice Command',
+ 'acc_closedice_room' => 'Closedice Room',
+ 'cmd_set' => 'Set Command',
+ 'cmd_furnidata' => 'Furnidata Command',
+ 'kiss_cmd' => 'Kiss Command',
+ 'acc_calendar_force' => 'Calendar Force',
+ 'cmd_update_calendar' => 'Update Calendar Command',
+ ],
+
+ 'sections' => [
+ 'permissions' => [
+ 'title' => 'Permissions Section',
+ 'description' => "Tip: If you prefer, you can leave all the fields below empty when creating a rank. It will come with the bank's default permissions (configured by Arcturus)",
+ ]
+ ],
+
+ 'roles' => [
+ 'view_any' => 'View Any',
+ 'view' => 'View',
+ 'create' => 'Create',
+ 'update' => 'Update',
+ 'delete' => 'Delete',
+ 'delete_any' => 'Delete Any',
+ 'restore' => 'Restore',
+ 'restore_any' => 'Restore Any',
+ 'force_delete' => 'Force Delete',
+ 'force_delete_any' => 'Force Delete Any',
+ 'replicate' => 'Replicate',
+ 'reorder' => 'Reorder',
+ ],
+
+ 'actions' => [
+ 'select_all' => 'Select All',
+ 'deselect_all' => 'Deselect All',
+ 'send_notifications' => 'Send Notifications',
+ ]
+];
diff --git a/Updated_Cms/package.json b/Updated_Cms/package.json
new file mode 100644
index 0000000000..76f7c9b628
--- /dev/null
+++ b/Updated_Cms/package.json
@@ -0,0 +1,40 @@
+{
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "dev:atom": "vite --config resources/themes/atom/vite.config.js",
+ "build:atom": "vite build --config resources/themes/atom/vite.config.js",
+ "dev:dusk": "vite --config resources/themes/dusk/vite.config.js",
+ "build:dusk": "vite build --config resources/themes/dusk/vite.config.js",
+ "format": "prettier \"resources/**/*.{js,ts,vue,blade}\" --write"
+ },
+ "devDependencies": {
+ "@alpinejs/focus": "^3.15.3",
+ "@prettier/plugin-php": "^0.24.0",
+ "@shufo/prettier-plugin-blade": "^1.16.1",
+ "@tailwindcss/forms": "^0.5.11",
+ "@tailwindcss/typography": "^0.5.19",
+ "alpinejs": "^3.15.3",
+ "autoprefixer": "^10.4.23",
+ "axios": "^1.13.2",
+ "bootstrap": "^5.3.8",
+ "jquery": "^3.7.1",
+ "laravel-vite-plugin": "^2.0.1",
+ "lodash": "^4.17.19",
+ "popper.js": "^1.16",
+ "postcss": "^8.4.14",
+ "postcss-import": "^16.1.1",
+ "prettier": "^3.0.0",
+ "sass-loader": "^16.0.6",
+ "tailwindcss": "^3.1.6",
+ "turbolinks": "^5.2.0",
+ "vite": "^7.3.1"
+ },
+ "dependencies": {
+ "-": "^0.0.1",
+ "@popperjs/core": "^2.11.8",
+ "postcss-nesting": "^13.0.2",
+ "sass": "^1.97.2",
+ "swiper": "^12.0.3"
+ }
+}
diff --git a/Updated_Cms/phpunit.xml b/Updated_Cms/phpunit.xml
new file mode 100644
index 0000000000..7471f9c63f
--- /dev/null
+++ b/Updated_Cms/phpunit.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ ./tests/Unit
+
+
+ ./tests/Feature
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./app
+
+
+
diff --git a/Updated_Cms/pint.json b/Updated_Cms/pint.json
new file mode 100644
index 0000000000..706cec34e2
--- /dev/null
+++ b/Updated_Cms/pint.json
@@ -0,0 +1,51 @@
+{
+ "preset": "laravel",
+ "rules": {
+ "simplified_null_return": true,
+ "braces_position": {
+ "control_structures_opening_brace": "same_line",
+ "functions_opening_brace": "next_line_unless_newline_at_signature_end",
+ "anonymous_functions_opening_brace": "same_line",
+ "classes_opening_brace": "next_line_unless_newline_at_signature_end",
+ "anonymous_classes_opening_brace": "next_line_unless_newline_at_signature_end",
+ "allow_single_line_empty_anonymous_classes": false,
+ "allow_single_line_anonymous_functions": false
+ },
+ "concat_space": {
+ "spacing": "one"
+ },
+ "method_chaining_indentation": true,
+ "multiline_whitespace_before_semicolons": {
+ "strategy": "no_multi_line"
+ },
+ "single_line_after_imports": true,
+ "no_unused_imports": true,
+ "ordered_imports": {
+ "sort_algorithm": "alpha",
+ "imports_order": ["const", "class", "function"]
+ },
+ "no_superfluous_phpdoc_tags": {
+ "allow_mixed": true,
+ "allow_unused_params": false,
+ "remove_inheritdoc": false
+ },
+ "phpdoc_order": true,
+ "phpdoc_separation": true,
+ "phpdoc_trim": true,
+ "return_type_declaration": {
+ "space_before": "none"
+ },
+ "trailing_comma_in_multiline": {
+ "elements": ["arrays", "arguments", "parameters"]
+ },
+ "visibility_required": {
+ "elements": ["property", "method", "const"]
+ }
+ },
+ "exclude": [
+ "bootstrap/cache",
+ "storage",
+ "vendor",
+ "node_modules"
+ ]
+}
\ No newline at end of file
diff --git a/Updated_Cms/postcss.config.cjs b/Updated_Cms/postcss.config.cjs
new file mode 100644
index 0000000000..e03dc2dfb4
--- /dev/null
+++ b/Updated_Cms/postcss.config.cjs
@@ -0,0 +1,8 @@
+module.exports = {
+ plugins: {
+ 'postcss-import': {},
+ 'tailwindcss/nesting': require('postcss-nesting'),
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+}
diff --git a/Updated_Cms/public/.htaccess b/Updated_Cms/public/.htaccess
new file mode 100644
index 0000000000..3aec5e27e5
--- /dev/null
+++ b/Updated_Cms/public/.htaccess
@@ -0,0 +1,21 @@
+
+
+ Options -MultiViews -Indexes
+
+
+ RewriteEngine On
+
+ # Handle Authorization Header
+ RewriteCond %{HTTP:Authorization} .
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
+
+ # Redirect Trailing Slashes If Not A Folder...
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteCond %{REQUEST_URI} (.+)/$
+ RewriteRule ^ %1 [L,R=301]
+
+ # Send Requests To Front Controller...
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteRule ^ index.php [L]
+
diff --git a/Updated_Cms/public/assets/css/client.css b/Updated_Cms/public/assets/css/client.css
new file mode 100644
index 0000000000..034fcf4136
--- /dev/null
+++ b/Updated_Cms/public/assets/css/client.css
@@ -0,0 +1 @@
+html{font-familysans-serif;-ms-text-size-adjust100%;-webkit-text-size-adjust100%;height100%}body{height100%;margin0;background-color#000;color#7ecaee;display-ms-flexbox;display-webkit-box;displayflex;-ms-flex-directioncolumn;-webkit-box-orientvertical;-webkit-box-directionnormal;flex-directioncolumn;font-familyUbuntu,trebuchet ms,lucida grande,lucida sans unicode,lucida sans,Tahoma,sans-serif;font-size16px;-webkit-font-variant-ligaturescommon-ligatures;font-variant-ligaturescommon-ligatures;line-height1.4;min-height100vh}object{z-index100}{-webkit-box-sizingborder-box;box-sizingborder-box;-moz-osx-font-smoothinggrayscale;-webkit-font-smoothingantialiased}a{color#fff;cursorpointer;outline0;text-decorationnone}a{background-colortransparent}blockquotefirst-child,h1first-child,h2first-child,h3first-child,h4first-child,h5first-child,h6first-child,pfirst-child{margin-top0}h1{font-size36px}h1,h2,h3,h4,h5,h6{color#fff;font-familyubuntu condensed,trebuchet ms,lucida grande,lucida sans unicode,lucida sans,Tahoma,sans-serif;font-weight400;margin.6em 0;line-height1.2}h1,h2,h3,h4,h5{text-transformuppercase}blockquotelast-child,plast-child{margin-bottom0}p{margin.75em 0}.hotel-button,h5,h6,p{font-size16px}blockquote,p,small{line-height1.4}habbo-client-closed,habbo-client-error{-ms-flex-aligncenter;-webkit-box-aligncenter;align-itemscenter;display-webkit-box;displayflex;-ms-flex-directioncolumn;-webkit-box-orientvertical;-webkit-box-directionnormal;flex-directioncolumn;-ms-flex-packcenter;-webkit-box-packcenter;justify-contentcenter;height100%;positionabsolute;top0;width100%;display-ms-flexbox;padding48px 12px;z-index610;left0}habbo-client-closed .client-error__background-frank,habbo-client-error .client-error__background-frank{background-imageurl(httpsimages.habbo.comhabbo-webamericaenassetsimagesbackgroundsflash_error_bg.57539aa2.png);displayblock;height368px;padding80px 17px 35px 242px;positionrelative;width639px}habbo-client-closed .client-error__background-frank .client-error__text-contents,habbo-client-error .client-error__background-frank .client-error__text-contents{height253px;positionabsolute;text-alignleft}habbo-client-closed .client-error__background-frank .client-error__text-contents .client-error__title,habbo-client-error .client-error__background-frank .client-error__text-contents .client-error__title{text-alignleft}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div,habbo-client-error .client-error__background-frank .client-error__hotel-button-div{bottom30px;floatright;positionabsolute;right30px}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-button,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-button{displayinline-block;line-height1.2;text-aligncenter;background-color#ffb900;border-color#ffea00;color#000;border-radius5px 0 0 5px;border-width2px 1px 2px 2px;border-stylesolid;margin-bottom4px;text-transformuppercase;-webkit-box-shadownone;box-shadownone;positionrelative;margin-right20px;margin-top-3px;padding6px 12px 6px 24px}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-buttonactive,habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-buttonhover,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-buttonactive,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-buttonhover{border-bottom-stylesolid;border-bottom-width2px}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-buttonhover,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-buttonhover{background-color#ffd400;border-color#fffd70}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-buttonhoverafter,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-buttonhoverafter{border-colortransparent transparent transparent #ffd400}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-button h5,habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-button h6,habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-button p,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-button h5,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-button h6,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-button p{font-size16px}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-buttonbefore,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-buttonbefore{border-width21px;top-2px;border-colortransparent transparent transparent #ffea00;right-43px}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-buttonafter,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-buttonafter{border-width19px;top0;border-colortransparent transparent transparent #ffb900;right-38px}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-buttonafter,habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-buttonbefore,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-buttonafter,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-buttonbefore{border-stylesolid;positionabsolute;displayblock;content''}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-button .hotel-button__text,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-button .hotel-button__text{positionrelative;padding-right27px;text-alignright;line-height26px}habbo-client-closed .client-error__background-frank .client-error__hotel-button-div .hotel-button .hotel-button__textbefore,habbo-client-error .client-error__background-frank .client-error__hotel-button-div .hotel-button .hotel-button__textbefore{background-imageurl(httpsimages.habbo.comhabbo-webamericaenassetsimagessprite.541175ea.png);background-position-242px -434px;width21px;height26px;content'';displayblock;margin-top-13px;positionabsolute;top50%;right0}#advert-container{displayinline-block;left50%;margin-left-370px;margin-top-30px;positionfixed;height195px;width740px;background-imageurl(web-galleryclientclient_container.png);background-repeatno-repeat no-repeat;z-index899}#advert-container #timer{positionabsolute;left6px;top76px;color#fff;font-size10px;font-familyVerdana,sans-serif;visibilityvisible;floatleft}#advert-container #close{positionabsolute;right6px;top76px;color#fff;font-size10px;font-familyVerdana,sans-serif;visibilityvisible;floatright}#advert-container #close a{color#fff;font-weight700}#advert-container .ad-holder{positionabsolute;left6px;top91px}.client-disconnect-overlay{z-index9990!important;positionabsolute;left0;top0;bottom0;right0;background-imageurl(web-gallerydisconnectedlanding_super_bg.png);text-aligncenter}.client-disconnect-overlay .client-landing-image,.client-loading-overlay .client-landing-image{z-index9991!important;positionabsolute;bottom0}.client-loading-overlay .client-landing-left,.client-disconnect-overlay .client-landing-left{left0;height500px;width400px;backgroundurl(web-gallerydisconnectedlanding_super_left.png);background-repeatno-repeat}.client-loading-overlay .client-landing-right,.client-disconnect-overlay .client-landing-right{right0;height700px;width388px;backgroundurl(web-gallerydisconnectedlanding_super_right.png);background-repeatno-repeat}.client-loading-overlay .client-loading-logo,.client-disconnect-overlay .client-disconnect-logo{backgroundurl(web-gallerydisconnectedlanding_logo_new.png);background-positiontop center;background-repeatno-repeat;width220px;height431px;margin-leftauto;margin-rightauto;margin-top5px}.client-loading-overlay .client-loading-info,.client-disconnect-overlay .client-disconnect-info{z-index9999!important;positionabsolute;width300px;heightauto;margin-leftauto;margin-rightauto;bottom10px;left0;right0}.client-disconnect-overlay .disconnect-boxfirst-child,.client-loading-overlay .loading-boxfirst-child{margin-top0}.client-loading-overlay .loading-text,.client-disconnect-overlay .disconnect-text{font-familyTahoma,Helvetica,Arial,sans-serif;font-size12px;font-weight400;margin-top0;color#fff}.client-disconnect-overlay .disconnect-button{font-familyTahoma,Helvetica,Arial,sans-serif;font-weight400;font-size22px;displayblock;width100%}.client-loading-overlay .loading-box,.client-disconnect-overlay .disconnect-box{backgroundrgba(0,0,0,.2);padding-left10px;padding-right10px;padding-top5px;padding-bottom5px;margin-top5px;border-bottom2px solid rgba(0,0,0,.4)}.client-loading-overlay .client-loading-info,.client-disconnect-overlay .client-disconnect-info{z-index9999!important;positionabsolute;width300px;heightauto;margin-leftauto;margin-rightauto;bottomauto;left0;right0}.client-loading-overlay .loading-text-massive,.client-disconnect-overlay .disconnect-text-massive{font-size40px!important}.client-disconnect-overlay .disconnect-boxfirst-child,.client-loading-overlay .loading-boxfirst-child{margin-top0}.client-disconnect-overlay .spacer-tiny{margin-top5px}.client-disconnect-overlay .uppercase{text-transformuppercase!important}.client-disconnect-overlay .button-green,.client-disconnect-overlay .button-success,.client-disconnect-overlay .button-login{background#00813e;border2px solid #8eda55;padding10px;displayinline-block;color#fff;-webkit-box-shadow0 0 0 1px #323232;box-shadow0 0 0 1px #323232}.client-disconnect-overlay .button-loginhover,.client-disconnect-overlay .button-greenhover,.client-disconnect-overlay .button-successhover{background#00ab54;border2px solid #b9f373}.client-disconnect-overlay .spacer{margin-top20px}.client-disconnect-overlay div.rounded,.client-disconnect-overlay div.rounded-done{padding10px!important}.client-disconnect-overlay .centered{text-aligncenter!important}.client-disconnect-overlay .btn-hoverhover{opacity.8;cursorpointer}.client-disconnect-overlay .button{cursorpointer;font-size25px}.client-disconnect-overlay .button-green,.client-disconnect-overlay .button-success,.client-disconnect-overlay .button-login{background#00813e;border2px solid #8eda55;padding10px;displayinline-block;color#fff;-webkit-box-shadow0 0 0 1px #323232;box-shadow0 0 0 1px #323232}.client-disconnect-overlay .button-loginhover,.client-disconnect-overlay .button-greenhover,.client-disconnect-overlay .button-successhover{background#00ab54;border2px solid #b9f373}.client-disconnect-overlay .black-outline{-webkit-box-shadow0 0 0 1px #323232;box-shadow0 0 0 1px #323232}.client-disconnect-overlay .rounded{border-radius4px 4px 4px 4px;-webkit-border-radius4px 4px 4px 4px;-moz-border-radius4px 4px 4px 4px;-o-border-radius4px 4px 4px 4px}#notification-center{positionabsolute;right5px;top80px;z-index903}#notification-center .alert{z-index904;color#fff;width300px;background-color#5cb864;padding10px;border-radius5px;text-aligncenter;margin-bottom10px;-webkit-transitionbackground .2s;transitionbackground .2s}#notification-center .alerthover{background-color#4cae55;cursorpointer}#staff-tools{positionfixed;right200px;z-index901}#staff-tools .response{background-color#ffb900;border-color#ffea00;color#fff;border-radius5px;padding5px 10px;margin-bottom10px;displaynone}#staff-tools #navigation{background-colorrgba(11,11,10,.7);border2px solid #4d4b46;width280px;z-index901;border-radius0 0 5px 5px;border-top0;height69px;text-aligncenter;-webkit-box-aligncenter;-ms-flex-aligncenter;align-itemscenter;-webkit-box-packcenter;-ms-flex-packcenter;justify-contentcenter;vertical-alignmiddle;display-webkit-box;display-ms-flexbox;displayflex}#staff-tools #navigation ul{margin0;padding0;list-stylenone;text-aligncenter;-webkit-box-aligncenter;-ms-flex-aligncenter;align-itemscenter;-webkit-box-packcenter;-ms-flex-packcenter;justify-contentcenter;vertical-alignmiddle;display-webkit-box;display-ms-flexbox;displayflex}#staff-tools #navigation ul li{displayinline-block;width50px}#staff-tools .habbo-box{displaynone;margin-top50px;z-index902;width400px;positionabsolute;top80px;right220px}#staff-tools .habbo-box.chatlog-container{width600px}#staff-tools .habbo-box.chatlog-container .body{padding0!important}#staff-tools .habbo-box.chatlog-container .body #chatlogs{max-height400px;overflowscroll}#staff-tools .habbo-box.chatlog-container .body #chatlogs .chat{padding3px 5px}#staff-tools .habbo-box.chatlog-container .body #chatlogs .chatnth-child(odd){background-color#cbebf8}#staff-tools .habbo-box.chatlog-container .body #chatlogs .chatnth-child(even){background-color#fff}#staff-tools .habbo-box .title{font-size14px;font-weight600;background#477794;border1px solid #2b4758;text-aligncenter;padding8px;border-radius5px 5px 0 0;text-transforminherit;margin-bottom0;cursorpointer}#staff-tools .habbo-box .title .close{floatright;height20px;width20px;background-color#b8483a;border-radius3px;border1px solid #000;display-webkit-box;display-ms-flexbox;displayflex;-webkit-box-aligncenter;-ms-flex-aligncenter;align-itemscenter;vertical-alignmiddle;-webkit-box-packcenter;-ms-flex-packcenter;justify-contentcenter;-webkit-transitionborder .2s;transitionborder .2s}#staff-tools .habbo-box .title .closehover{border1px solid #fff}#staff-tools .habbo-box .body{color#000;background#e9e9e2;padding10px;border1px solid #000;border-top0;border-radius0 0 5px 5px;border-bottom2px solid #000}#staff-tools .habbo-box .body p{font-size14px}#staff-tools .habbo-box .body input[type=text]{padding5px 10px;border1px solid #000;outlinenone;height31px;width50%}#staff-tools .habbo-box .body #clones{margin-top10px}#staff-tools .habbo-box .body #user{padding10px 0}#staff-tools .habbo-box .body #user p{margin-bottom0}#staff-tools .habbo-box .body #staff,#staff-tools .habbo-box .body #clones,#staff-tools .habbo-box .body #user-clones{width100%;max-height400px;overflowscroll}#staff-tools .habbo-box .body #staff .user,#staff-tools .habbo-box .body #clones .user,#staff-tools .habbo-box .body #user-clones .user{cursorpointer;width32%;background-image-webkit-gradient(linear,left bottom,left top,from(#eeeeee),color-stop(50%,#eeeeee),color-stop(51%,white));background-imagelinear-gradient(0deg,#eeeeee 0%,#eeeeee 50%,white 51%);-webkit-box-packcenter;-ms-flex-packcenter;justify-contentcenter;display-webkit-inline-box;display-ms-inline-flexbox;displayinline-flex;-webkit-box-aligncenter;-ms-flex-aligncenter;align-itemscenter;vertical-alignmiddle;border-radius3px;border1px solid #000;margin2px}#staff-tools .habbo-box .body #staff .user .username,#staff-tools .habbo-box .body #clones .user .username,#staff-tools .habbo-box .body #user-clones .user .username{margin-bottom0;margin-top10px;font-weight600;text-aligncenter}#staff-tools .habbo-box .body #staff .user img,#staff-tools .habbo-box .body #clones .user img,#staff-tools .habbo-box .body #user-clones .user img{margin-top-10px}#staff-tools .habbo-box .body #staff .userhover,#staff-tools .habbo-box .body #clones .userhover,#staff-tools .habbo-box .body #user-clones .userhover{background-image-webkit-gradient(linear,left bottom,left top,from(white),color-stop(50%,#eeeeee),color-stop(51%,#eeeeee));background-imagelinear-gradient(0deg,white 0%,#eeeeee 50%,#eeeeee 51%)}#staff-tools .habbo-box .body #inventory{max-height400px;overflowscroll}#staff-tools .habbo-box .body #inventory .item{display-webkit-inline-box;display-ms-inline-flexbox;displayinline-flex;width53px;border1px solid #000;border-radius5px;height49px;background-color#cbcbcb;margin5px;vertical-alignmiddle;-webkit-box-packcenter;-ms-flex-packcenter;justify-contentcenter;-webkit-box-aligncenter;-ms-flex-aligncenter;align-itemscenter}#staff-tools .habbo-box .body #inventory .item div{positionrelative}#staff-tools .habbo-box .body #inventory .item div .amount{right-10px;top-7px;positionabsolute;background#fff;border1px solid #3e687f;padding0 1px;color#3e687f;font-size12px}#staff-tools .actions{margin-top10px}#staff-tools .actions .button{border2px solid #000;width100px;text-aligncenter;padding5px;border-radius4px;font-size14px;displayinline-block}#staff-tools .actions .buttonhover{cursorpointer}#staff-tools .actions .button.button-silver{color#000;background-image-webkit-gradient(linear,left bottom,left top,from(#eeeeee),color-stop(50%,#eeeeee),color-stop(51%,white));background-imagelinear-gradient(0deg,#eeeeee 0%,#eeeeee 50%,white 51%)}#staff-tools .actions .button.button-silverhover{background-image-webkit-gradient(linear,left bottom,left top,from(white),color-stop(50%,#eeeeee),color-stop(51%,#eeeeee));background-imagelinear-gradient(0deg,white 0%,#eeeeee 50%,#eeeeee 51%)}#staff-tools .actions .button.button-green{color#fff;background-image-webkit-gradient(linear,left bottom,left top,from(#3f8d27),color-stop(50%,#3f8d27),color-stop(0%,#479e2d));background-imagelinear-gradient(0deg,#3f8d27 0%,#3f8d27 50%,#479e2d 0%)}#staff-tools .actions .button.button-greenhover{background-image-webkit-gradient(linear,left bottom,left top,from(#479e2d),color-stop(50%,#479e2d),color-stop(0%,#3f8d27));background-imagelinear-gradient(0deg,#479e2d 0%,#479e2d 50%,#3f8d27 0%)}#client-player{positionabsolute;widthcalc(100% - 200px)}#client-player #container{background-colorred;width320px;floatleft}#client-player #container.minimize .player-min{top0}#client-player #container.minimize .player{top-110px}#client-player #container .player-min{background-colorrgba(11,11,10,.7);border2px solid #4d4b46;border-radius0 0 5px 5px;border-top0;width160px;height45px;positionabsolute;left80px;top-45px;-webkit-transitionall .5s;transitionall .5s;z-index999}#client-player #container .player-min .guy{background-imageurl(imgradioguy.png);width31px;height30px;floatleft;margin10px 8px;margin-bottom0}#client-player #container .player-min .txt{height40px;line-height40px;color#fff;font-size12px;text-shadow0 1px 2px rgba(0,0,0,.3)}#client-player #container .player-min .handle{background-imageurl(imgradiohandle.png);width22px;height17px;positionabsolute;right34px;top11px;cursore-resize}#client-player #container .player-min .open{background-imageurl(imgradioopen.png);width19px;height20px;positionabsolute;right12px;top10px;cursorpointer}#client-player #container .player-min .openhover{background-positioncenter}#client-player #container .player-min .openactive{height19px;top11px;background-positionbottom}#client-player #container .player{background-colorrgba(11,11,10,.7);border2px solid #4d4b46;border-radius0 0 5px 5px;border-top0;width320px;height110px;positionabsolute;floatleft;-webkit-transitionall .5s;transitionall .5s;top0;z-index999}#client-player #container .player .controls{width100%;display-webkit-box;display-ms-flexbox;displayflex;-webkit-box-packcenter;-ms-flex-packcenter;justify-contentcenter}#client-player #container .player .controls input[type=range]{-webkit-appearancenone;background0 0}#client-player #container .player .controls input[type=range]-webkit-slider-thumb{-webkit-appearancenone}#client-player #container .player .controls input[type=range]focus{outlinenone}#client-player #container .player .controls input[type=range]-ms-track{width100%;cursorpointer;background0 0;border-colortransparent;colortransparent}#client-player #container .player .controls input[type=range]-webkit-slider-thumb{-webkit-appearancenone;border1px solid #000;height24px;width10px;border-radius3px;background#fff;cursorpointer;margin-top-8px;-webkit-box-shadow1px 1px 1px #000,0 0 1px #0d0d0d;box-shadow1px 1px 1px #000,0 0 1px #0d0d0d}#client-player #container .player .controls input[type=range]-moz-range-thumb{box-shadow1px 1px 1px #000,0 0 1px #0d0d0d;border1px solid #000;height36px;width16px;border-radius3px;background#fff;cursorpointer}#client-player #container .player .controls input[type=range]-ms-thumb{box-shadow1px 1px 1px #000,0 0 1px #0d0d0d;border1px solid #000;height36px;width16px;border-radius3px;background#fff;cursorpointer}#client-player #container .player .controls input[type=range]-webkit-slider-runnable-track{width100%;height8.4px;cursorpointer;-webkit-box-shadow1px 1px 1px #000,0 0 1px #0d0d0d;box-shadow1px 1px 1px #000,0 0 1px #0d0d0d;background#3071a9;border-radius1.3px;border.2px solid #010101}#client-player #container .player .controls input[type=range]focus-webkit-slider-runnable-track{background#367ebd}#client-player #container .player .controls input[type=range]-moz-range-track{width100%;height8.4px;cursorpointer;box-shadow1px 1px 1px #000,0 0 1px #0d0d0d;background#3071a9;border-radius1.3px;border.2px solid #010101}#client-player #container .player .controls input[type=range]-ms-track{width100%;height8.4px;cursorpointer;background0 0;border-colortransparent;border-width16px 0;colortransparent}#client-player #container .player .controls input[type=range]-ms-fill-lower{background#2a6495;border.2px solid #010101;border-radius2.6px;box-shadow1px 1px 1px #000,0 0 1px #0d0d0d}#client-player #container .player .controls input[type=range]focus-ms-fill-lower{background#3071a9}#client-player #container .player .controls input[type=range]-ms-fill-upper{background#3071a9;border.2px solid #010101;border-radius2.6px;box-shadow1px 1px 1px #000,0 0 1px #0d0d0d}#client-player #container .player .controls input[type=range]focus-ms-fill-upper{background#367ebd}#client-player #container .player .controls #volume-control{margin-top10px}#client-player #container .player .habbo{margin-top4px;floatleft;positionrelative;overflowhidden;height65px}#client-player #container .player .btn{background-imageurl(imgradiobutton.png);width52px;height52px;floatleft;margin-left18px;margin-top16px}#client-player #container .player .btn .play{background-imageurl(imgradioplay_pause.png);background-positionleft top;width20px;height30px;floatleft;margin-left17px;margin-top11px}#client-player #container .player .btn .playhover{background-positionleft bottom}#client-player #container .player .btn .pause{background-imageurl(imgradioplay_pause.png);background-positionright top;width22px;height30px;floatleft;margin-left15px;margin-top11px}#client-player #container .player .btn .pausehover{background-positionright bottom}#client-player #container .player .split{background-color#bbb;width1px;height52px;floatleft;margin-left16px;margin-top16px;margin-right12px;opacity.4}#client-player #container .player .info{background-repeatno-repeat;background-position2px center;width100px;padding-left24px;height19px;line-height19px;color#fff;font-size12px;text-shadow0 1px 2px rgba(0,0,0,.3);white-spacenowrap;overflowhidden;text-overflowellipsis;floatleft;margin-top4px}#client-player #container .player .info.music{background-imageurl(imgradiomusic.png);margin-top10px}#client-player #container .player .info.room{background-imageurl(imgradioroom.png);background-positionleft center}#client-player #container .player .info.listeners{background-imageurl(imgradiolisteners.png)}#client-player #container .player .handle{background-imageurl(imgradiohandle.png);width22px;height17px;positionabsolute;right12px;bottom12px;cursore-resize}#client-player #container .player .close-button{background-imageurl(imgradioclose.png);width19px;height20px;positionabsolute;right12px;top10px;cursorpointer}#client-player #container .player .close-buttonhover{background-positioncenter}#client-player #container .player .close-buttonactive{height19px;top11px;background-positionbottom}#client-alerts{height100%;width100%;display-webkit-box;display-ms-flexbox;displayflex;vertical-alignmiddle;-webkit-box-aligncenter;-ms-flex-aligncenter;align-itemscenter;-webkit-box-packcenter;-ms-flex-packcenter;justify-contentcenter;positionabsolute}#client-alerts .hotel-alert{z-index902;width350px;positionabsolute}#client-alerts .hotel-alert .title{font-size14px;font-weight600;background#477794;border1px solid #2b4758;text-aligncenter;padding8px;border-radius5px 5px 0 0;text-transforminherit;margin-bottom0;cursorpointer}#client-alerts .hotel-alert .title .close{floatright;height20px;width20px;background-color#b8483a;border-radius3px;border1px solid #000;display-webkit-box;display-ms-flexbox;displayflex;-webkit-box-aligncenter;-ms-flex-aligncenter;align-itemscenter;vertical-alignmiddle;-webkit-box-packcenter;-ms-flex-packcenter;justify-contentcenter;-webkit-transitionborder .2s;transitionborder .2s}#client-alerts .hotel-alert .title .closehover{border1px solid #fff}#client-alerts .hotel-alert .body{color#000;background#e9e9e2;padding10px;border1px solid #000;border-top0;border-radius0 0 5px 5px;border-bottom2px solid #000}#client-alerts .hotel-alert .body p{font-size13px}
\ No newline at end of file
diff --git a/Updated_Cms/public/assets/css/clientnew.css b/Updated_Cms/public/assets/css/clientnew.css
new file mode 100644
index 0000000000..56be8a6e18
--- /dev/null
+++ b/Updated_Cms/public/assets/css/clientnew.css
@@ -0,0 +1,1291 @@
+html {
+ font-family: sans-serif;
+ -ms-text-size-adjust: 100%;
+ -webkit-text-size-adjust: 100%;
+ height: 100%;
+}
+body {
+ height: 100%;
+ margin: 0;
+ background-color: #000;
+ color: #7ecaee;
+ display: -ms-flexbox;
+ display: -webkit-box;
+ display: flex;
+ -ms-flex-direction: column;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ flex-direction: column;
+ font-family: Ubuntu, trebuchet ms, lucida grande, lucida sans unicode,
+ lucida sans, Tahoma, sans-serif;
+ font-size: 16px;
+ -webkit-font-variant-ligatures: common-ligatures;
+ font-variant-ligatures: common-ligatures;
+ line-height: 1.4;
+ min-height: 100vh;
+}
+object {
+ z-index: 100;
+}
+* {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ -moz-osx-font-smoothing: grayscale;
+ -webkit-font-smoothing: antialiased;
+}
+a {
+ color: #fff;
+ cursor: pointer;
+ outline: 0;
+ text-decoration: none;
+}
+a {
+ background-color: transparent;
+}
+blockquote:first-child,
+h1:first-child,
+h2:first-child,
+h3:first-child,
+h4:first-child,
+h5:first-child,
+h6:first-child,
+p:first-child {
+ margin-top: 0;
+}
+h1 {
+ font-size: 36px;
+}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ color: #fff;
+ font-family: ubuntu condensed, trebuchet ms, lucida grande,
+ lucida sans unicode, lucida sans, Tahoma, sans-serif;
+ font-weight: 400;
+ margin: 0.6em 0;
+ line-height: 1.2;
+}
+h1,
+h2,
+h3,
+h4,
+h5 {
+ text-transform: uppercase;
+}
+blockquote:last-child,
+p:last-child {
+ margin-bottom: 0;
+}
+p {
+ margin: 0.75em 0;
+}
+.hotel-button,
+h5,
+h6,
+p {
+ font-size: 16px;
+}
+blockquote,
+p,
+small {
+ line-height: 1.4;
+}
+habbo-client-closed,
+habbo-client-error {
+ -ms-flex-align: center;
+ -webkit-box-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: flex;
+ -ms-flex-direction: column;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ flex-direction: column;
+ -ms-flex-pack: center;
+ -webkit-box-pack: center;
+ justify-content: center;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ width: 100%;
+ display: -ms-flexbox;
+ padding: 48px 12px;
+ z-index: 610;
+ left: 0;
+}
+habbo-client-closed .client-error__background-frank,
+habbo-client-error .client-error__background-frank {
+ background-image: url(https://images.habbo.com/habbo-web/america/en/assets/images/backgrounds/flash_error_bg.57539aa2.png);
+ display: block;
+ height: 368px;
+ padding: 80px 17px 35px 242px;
+ position: relative;
+ width: 639px;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__text-contents,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__text-contents {
+ height: 253px;
+ position: absolute;
+ text-align: left;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__text-contents
+ .client-error__title,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__text-contents
+ .client-error__title {
+ text-align: left;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div {
+ bottom: 30px;
+ float: right;
+ position: absolute;
+ right: 30px;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button {
+ display: inline-block;
+ line-height: 1.2;
+ text-align: center;
+ background-color: #ffb900;
+ border-color: #ffea00;
+ color: #000;
+ border-radius: 5px 0 0 5px;
+ border-width: 2px 1px 2px 2px;
+ border-style: solid;
+ margin-bottom: 4px;
+ text-transform: uppercase;
+ -webkit-box-shadow: none;
+ box-shadow: none;
+ position: relative;
+ margin-right: 20px;
+ margin-top: -3px;
+ padding: 6px 12px 6px 24px;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:active,
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:hover,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:active,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:hover {
+ border-bottom-style: solid;
+ border-bottom-width: 2px;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:hover,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:hover {
+ background-color: #ffd400;
+ border-color: #fffd70;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:hover:after,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:hover:after {
+ border-color: transparent transparent transparent #ffd400;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button
+ h5,
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button
+ h6,
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button
+ p,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button
+ h5,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button
+ h6,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button
+ p {
+ font-size: 16px;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:before,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:before {
+ border-width: 21px;
+ top: -2px;
+ border-color: transparent transparent transparent #ffea00;
+ right: -43px;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:after,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:after {
+ border-width: 19px;
+ top: 0;
+ border-color: transparent transparent transparent #ffb900;
+ right: -38px;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:after,
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:before,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:after,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button:before {
+ border-style: solid;
+ position: absolute;
+ display: block;
+ content: "";
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button
+ .hotel-button__text,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button
+ .hotel-button__text {
+ position: relative;
+ padding-right: 27px;
+ text-align: right;
+ line-height: 26px;
+}
+habbo-client-closed
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button
+ .hotel-button__text:before,
+habbo-client-error
+ .client-error__background-frank
+ .client-error__hotel-button-div
+ .hotel-button
+ .hotel-button__text:before {
+ background-image: url(https://images.habbo.com/habbo-web/america/en/assets/images/sprite.541175ea.png);
+ background-position: -242px -434px;
+ width: 21px;
+ height: 26px;
+ content: "";
+ display: block;
+ margin-top: -13px;
+ position: absolute;
+ top: 50%;
+ right: 0;
+}
+#advert-container {
+ display: inline-block;
+ left: 50%;
+ margin-left: -370px;
+ margin-top: -30px;
+ position: fixed;
+ height: 195px;
+ width: 740px;
+ background-image: url(/web-gallery/client/client_container.png);
+ background-repeat: no-repeat no-repeat;
+ z-index: 899;
+}
+#advert-container #timer {
+ position: absolute;
+ left: 6px;
+ top: 76px;
+ color: #fff;
+ font-size: 10px;
+ font-family: Verdana, sans-serif;
+ visibility: visible;
+ float: left;
+}
+#advert-container #close {
+ position: absolute;
+ right: 6px;
+ top: 76px;
+ color: #fff;
+ font-size: 10px;
+ font-family: Verdana, sans-serif;
+ visibility: visible;
+ float: right;
+}
+#advert-container #close a {
+ color: #fff;
+ font-weight: 700;
+}
+#advert-container .ad-holder {
+ position: absolute;
+ left: 6px;
+ top: 91px;
+}
+.client-disconnect-overlay {
+ z-index: 9990 !important;
+ position: absolute;
+ left: 0;
+ top: 0;
+ bottom: 0;
+ right: 0;
+ background-image: url(/web-gallery/disconnected/landing_super_bg.png);
+ text-align: center;
+}
+.client-disconnect-overlay .client-landing-image,
+.client-loading-overlay .client-landing-image {
+ z-index: 9991 !important;
+ position: absolute;
+ bottom: 0;
+}
+.client-loading-overlay .client-landing-left,
+.client-disconnect-overlay .client-landing-left {
+ left: 0;
+ height: 500px;
+ width: 400px;
+ background: url(/web-gallery/disconnected/landing_super_left.png);
+ background-repeat: no-repeat;
+}
+.client-loading-overlay .client-landing-right,
+.client-disconnect-overlay .client-landing-right {
+ right: 0;
+ height: 700px;
+ width: 388px;
+ background: url(/web-gallery/disconnected/landing_super_right.png);
+ background-repeat: no-repeat;
+}
+.client-loading-overlay .client-loading-logo,
+.client-disconnect-overlay .client-disconnect-logo {
+ background: url(/web-gallery/disconnected/landing_logo_new.png);
+ background-position: top center;
+ background-repeat: no-repeat;
+ width: 220px;
+ height: 431px;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 5px;
+}
+.client-loading-overlay .client-loading-info,
+.client-disconnect-overlay .client-disconnect-info {
+ z-index: 9999 !important;
+ position: absolute;
+ width: 300px;
+ height: auto;
+ margin-left: auto;
+ margin-right: auto;
+ bottom: 10px;
+ left: 0;
+ right: 0;
+}
+.client-disconnect-overlay .disconnect-box:first-child,
+.client-loading-overlay .loading-box:first-child {
+ margin-top: 0;
+}
+.client-loading-overlay .loading-text,
+.client-disconnect-overlay .disconnect-text {
+ font-family: Tahoma, Helvetica, Arial, sans-serif;
+ font-size: 12px;
+ font-weight: 400;
+ margin-top: 0;
+ color: #fff;
+}
+.client-disconnect-overlay .disconnect-button {
+ font-family: Tahoma, Helvetica, Arial, sans-serif;
+ font-weight: 400;
+ font-size: 22px;
+ display: block;
+ width: 100%;
+}
+.client-loading-overlay .loading-box,
+.client-disconnect-overlay .disconnect-box {
+ background: rgba(0, 0, 0, 0.2);
+ padding-left: 10px;
+ padding-right: 10px;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ margin-top: 5px;
+ border-bottom: 2px solid rgba(0, 0, 0, 0.4);
+}
+.client-loading-overlay .client-loading-info,
+.client-disconnect-overlay .client-disconnect-info {
+ z-index: 9999 !important;
+ position: absolute;
+ width: 300px;
+ height: auto;
+ margin-left: auto;
+ margin-right: auto;
+ bottom: auto;
+ left: 0;
+ right: 0;
+}
+.client-loading-overlay .loading-text-massive,
+.client-disconnect-overlay .disconnect-text-massive {
+ font-size: 40px !important;
+}
+.client-disconnect-overlay .disconnect-box:first-child,
+.client-loading-overlay .loading-box:first-child {
+ margin-top: 0;
+}
+.client-disconnect-overlay .spacer-tiny {
+ margin-top: 5px;
+}
+.client-disconnect-overlay .uppercase {
+ text-transform: uppercase !important;
+}
+.client-disconnect-overlay .button-green,
+.client-disconnect-overlay .button-success,
+.client-disconnect-overlay .button-login {
+ background: #00813e;
+ border: 2px solid #8eda55;
+ padding: 10px;
+ display: inline-block;
+ color: #fff;
+ -webkit-box-shadow: 0 0 0 1px #323232;
+ box-shadow: 0 0 0 1px #323232;
+}
+.client-disconnect-overlay .button-login:hover,
+.client-disconnect-overlay .button-green:hover,
+.client-disconnect-overlay .button-success:hover {
+ background: #00ab54;
+ border: 2px solid #b9f373;
+}
+.client-disconnect-overlay .spacer {
+ margin-top: 20px;
+}
+.client-disconnect-overlay div.rounded,
+.client-disconnect-overlay div.rounded-done {
+ padding: 10px !important;
+}
+.client-disconnect-overlay .centered {
+ text-align: center !important;
+}
+.client-disconnect-overlay .btn-hover:hover {
+ opacity: 0.8;
+ cursor: pointer;
+}
+.client-disconnect-overlay .button {
+ cursor: pointer;
+ font-size: 25px;
+}
+.client-disconnect-overlay .button-green,
+.client-disconnect-overlay .button-success,
+.client-disconnect-overlay .button-login {
+ background: #00813e;
+ border: 2px solid #8eda55;
+ padding: 10px;
+ display: inline-block;
+ color: #fff;
+ -webkit-box-shadow: 0 0 0 1px #323232;
+ box-shadow: 0 0 0 1px #323232;
+}
+.client-disconnect-overlay .button-login:hover,
+.client-disconnect-overlay .button-green:hover,
+.client-disconnect-overlay .button-success:hover {
+ background: #00ab54;
+ border: 2px solid #b9f373;
+}
+.client-disconnect-overlay .black-outline {
+ -webkit-box-shadow: 0 0 0 1px #323232;
+ box-shadow: 0 0 0 1px #323232;
+}
+.client-disconnect-overlay .rounded {
+ border-radius: 4px 4px 4px 4px;
+ -webkit-border-radius: 4px 4px 4px 4px;
+ -moz-border-radius: 4px 4px 4px 4px;
+ -o-border-radius: 4px 4px 4px 4px;
+}
+#notification-center {
+ position: absolute;
+ right: 5px;
+ top: 80px;
+ z-index: 903;
+}
+#notification-center .alert {
+ z-index: 904;
+ color: #fff;
+ width: 300px;
+ background-color: #5cb864;
+ padding: 10px;
+ border-radius: 5px;
+ text-align: center;
+ margin-bottom: 10px;
+ -webkit-transition: background 0.2s;
+ transition: background 0.2s;
+}
+#notification-center .alert:hover {
+ background-color: #4cae55;
+ cursor: pointer;
+}
+#staff-tools {
+ position: fixed;
+ right: 200px;
+ z-index: 901;
+}
+#staff-tools .response {
+ background-color: #ffb900;
+ border-color: #ffea00;
+ color: #fff;
+ border-radius: 5px;
+ padding: 5px 10px;
+ margin-bottom: 10px;
+ display: none;
+}
+#staff-tools #navigation {
+ background-color: rgba(11, 11, 10, 0.7);
+ border: 2px solid #4d4b46;
+ width: 280px;
+ z-index: 901;
+ border-radius: 0 0 5px 5px;
+ border-top: 0;
+ height: 69px;
+ text-align: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ vertical-align: middle;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+}
+#staff-tools #navigation ul {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ text-align: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ vertical-align: middle;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+}
+#staff-tools #navigation ul li {
+ display: inline-block;
+ width: 50px;
+}
+#staff-tools .habbo-box {
+ display: none;
+ margin-top: 50px;
+ z-index: 902;
+ width: 400px;
+ position: absolute;
+ top: 80px;
+ right: 220px;
+}
+#staff-tools .habbo-box.chatlog-container {
+ width: 600px;
+}
+#staff-tools .habbo-box.chatlog-container .body {
+ padding: 0 !important;
+}
+#staff-tools .habbo-box.chatlog-container .body #chatlogs {
+ max-height: 400px;
+ overflow: scroll;
+}
+#staff-tools .habbo-box.chatlog-container .body #chatlogs .chat {
+ padding: 3px 5px;
+}
+#staff-tools .habbo-box.chatlog-container .body #chatlogs .chat:nth-child(odd) {
+ background-color: #cbebf8;
+}
+#staff-tools
+ .habbo-box.chatlog-container
+ .body
+ #chatlogs
+ .chat:nth-child(even) {
+ background-color: #fff;
+}
+#staff-tools .habbo-box .title {
+ font-size: 14px;
+ font-weight: 600;
+ background: #477794;
+ border: 1px solid #2b4758;
+ text-align: center;
+ padding: 8px;
+ border-radius: 5px 5px 0 0;
+ text-transform: inherit;
+ margin-bottom: 0;
+ cursor: pointer;
+}
+#staff-tools .habbo-box .title .close {
+ float: right;
+ height: 20px;
+ width: 20px;
+ background-color: #b8483a;
+ border-radius: 3px;
+ border: 1px solid #000;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ vertical-align: middle;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ -webkit-transition: border 0.2s;
+ transition: border 0.2s;
+}
+#staff-tools .habbo-box .title .close:hover {
+ border: 1px solid #fff;
+}
+#staff-tools .habbo-box .body {
+ color: #000;
+ background: #e9e9e2;
+ padding: 10px;
+ border: 1px solid #000;
+ border-top: 0;
+ border-radius: 0 0 5px 5px;
+ border-bottom: 2px solid #000;
+}
+#staff-tools .habbo-box .body p {
+ font-size: 14px;
+}
+#staff-tools .habbo-box .body input[type="text"] {
+ padding: 5px 10px;
+ border: 1px solid #000;
+ outline: none;
+ height: 31px;
+ width: 50%;
+}
+#staff-tools .habbo-box .body #clones {
+ margin-top: 10px;
+}
+#staff-tools .habbo-box .body #user {
+ padding: 10px 0;
+}
+#staff-tools .habbo-box .body #user p {
+ margin-bottom: 0;
+}
+#staff-tools .habbo-box .body #staff,
+#staff-tools .habbo-box .body #clones,
+#staff-tools .habbo-box .body #user-clones {
+ width: 100%;
+ max-height: 400px;
+ overflow: scroll;
+}
+#staff-tools .habbo-box .body #staff .user,
+#staff-tools .habbo-box .body #clones .user,
+#staff-tools .habbo-box .body #user-clones .user {
+ cursor: pointer;
+ width: 32%;
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ from(#eeeeee),
+ color-stop(50%, #eeeeee),
+ color-stop(51%, white)
+ );
+ background-image: linear-gradient(0deg, #eeeeee 0%, #eeeeee 50%, white 51%);
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
+ display: inline-flex;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ vertical-align: middle;
+ border-radius: 3px;
+ border: 1px solid #000;
+ margin: 2px;
+}
+#staff-tools .habbo-box .body #staff .user .username,
+#staff-tools .habbo-box .body #clones .user .username,
+#staff-tools .habbo-box .body #user-clones .user .username {
+ margin-bottom: 0;
+ margin-top: 10px;
+ font-weight: 600;
+ text-align: center;
+}
+#staff-tools .habbo-box .body #staff .user img,
+#staff-tools .habbo-box .body #clones .user img,
+#staff-tools .habbo-box .body #user-clones .user img {
+ margin-top: -10px;
+}
+#staff-tools .habbo-box .body #staff .user:hover,
+#staff-tools .habbo-box .body #clones .user:hover,
+#staff-tools .habbo-box .body #user-clones .user:hover {
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ from(white),
+ color-stop(50%, #eeeeee),
+ color-stop(51%, #eeeeee)
+ );
+ background-image: linear-gradient(0deg, white 0%, #eeeeee 50%, #eeeeee 51%);
+}
+#staff-tools .habbo-box .body #inventory {
+ max-height: 400px;
+ overflow: scroll;
+}
+#staff-tools .habbo-box .body #inventory .item {
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
+ display: inline-flex;
+ width: 53px;
+ border: 1px solid #000;
+ border-radius: 5px;
+ height: 49px;
+ background-color: #cbcbcb;
+ margin: 5px;
+ vertical-align: middle;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+}
+#staff-tools .habbo-box .body #inventory .item div {
+ position: relative;
+}
+#staff-tools .habbo-box .body #inventory .item div .amount {
+ right: -10px;
+ top: -7px;
+ position: absolute;
+ background: #fff;
+ border: 1px solid #3e687f;
+ padding: 0 1px;
+ color: #3e687f;
+ font-size: 12px;
+}
+#staff-tools .actions {
+ margin-top: 10px;
+}
+#staff-tools .actions .button {
+ border: 2px solid #000;
+ width: 100px;
+ text-align: center;
+ padding: 5px;
+ border-radius: 4px;
+ font-size: 14px;
+ display: inline-block;
+}
+#staff-tools .actions .button:hover {
+ cursor: pointer;
+}
+#staff-tools .actions .button.button-silver {
+ color: #000;
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ from(#eeeeee),
+ color-stop(50%, #eeeeee),
+ color-stop(51%, white)
+ );
+ background-image: linear-gradient(0deg, #eeeeee 0%, #eeeeee 50%, white 51%);
+}
+#staff-tools .actions .button.button-silver:hover {
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ from(white),
+ color-stop(50%, #eeeeee),
+ color-stop(51%, #eeeeee)
+ );
+ background-image: linear-gradient(0deg, white 0%, #eeeeee 50%, #eeeeee 51%);
+}
+#staff-tools .actions .button.button-green {
+ color: #fff;
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ from(#3f8d27),
+ color-stop(50%, #3f8d27),
+ color-stop(0%, #479e2d)
+ );
+ background-image: linear-gradient(
+ 0deg,
+ #3f8d27 0%,
+ #3f8d27 50%,
+ #479e2d 0%
+ );
+}
+#staff-tools .actions .button.button-green:hover {
+ background-image: -webkit-gradient(
+ linear,
+ left bottom,
+ left top,
+ from(#479e2d),
+ color-stop(50%, #479e2d),
+ color-stop(0%, #3f8d27)
+ );
+ background-image: linear-gradient(
+ 0deg,
+ #479e2d 0%,
+ #479e2d 50%,
+ #3f8d27 0%
+ );
+}
+#client-player {
+ position: absolute;
+ width: calc(100% - 200px);
+}
+#client-player #container {
+ background-color: red;
+ width: 320px;
+ float: left;
+}
+#client-player #container.minimize .player-min {
+ top: 0;
+}
+#client-player #container.minimize .player {
+ top: -110px;
+}
+#client-player #container .player-min {
+ background-color: rgba(11, 11, 10, 0.7);
+ border: 2px solid #4d4b46;
+ border-radius: 0 0 5px 5px;
+ border-top: 0;
+ width: 160px;
+ height: 45px;
+ position: absolute;
+ left: 80px;
+ top: -45px;
+ -webkit-transition: all 0.5s;
+ transition: all 0.5s;
+ z-index: 999;
+}
+#client-player #container .player-min .guy {
+ background-image: url(/img/radio/guy.png);
+ width: 31px;
+ height: 30px;
+ float: left;
+ margin: 10px 8px;
+ margin-bottom: 0;
+}
+#client-player #container .player-min .txt {
+ height: 40px;
+ line-height: 40px;
+ color: #fff;
+ font-size: 12px;
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
+}
+#client-player #container .player-min .handle {
+ background-image: url(/img/radio/handle.png);
+ width: 22px;
+ height: 17px;
+ position: absolute;
+ right: 34px;
+ top: 11px;
+ cursor: e-resize;
+}
+#client-player #container .player-min .open {
+ background-image: url(/img/radio/open.png);
+ width: 19px;
+ height: 20px;
+ position: absolute;
+ right: 12px;
+ top: 10px;
+ cursor: pointer;
+}
+#client-player #container .player-min .open:hover {
+ background-position: center;
+}
+#client-player #container .player-min .open:active {
+ height: 19px;
+ top: 11px;
+ background-position: bottom;
+}
+#client-player #container .player {
+ background-color: rgba(11, 11, 10, 0.7);
+ border: 2px solid #4d4b46;
+ border-radius: 0 0 5px 5px;
+ border-top: 0;
+ width: 320px;
+ height: 110px;
+ position: absolute;
+ float: left;
+ -webkit-transition: all 0.5s;
+ transition: all 0.5s;
+ top: 0;
+ z-index: 999;
+}
+#client-player #container .player .controls {
+ width: 100%;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+}
+#client-player #container .player .controls input[type="range"] {
+ -webkit-appearance: none;
+ background: 0 0;
+}
+#client-player
+ #container
+ .player
+ .controls
+ input[type="range"]::-webkit-slider-thumb {
+ -webkit-appearance: none;
+}
+#client-player #container .player .controls input[type="range"]:focus {
+ outline: none;
+}
+#client-player #container .player .controls input[type="range"]::-ms-track {
+ width: 100%;
+ cursor: pointer;
+ background: 0 0;
+ border-color: transparent;
+ color: transparent;
+}
+#client-player
+ #container
+ .player
+ .controls
+ input[type="range"]::-webkit-slider-thumb {
+ -webkit-appearance: none;
+ border: 1px solid #000;
+ height: 24px;
+ width: 10px;
+ border-radius: 3px;
+ background: #fff;
+ cursor: pointer;
+ margin-top: -8px;
+ -webkit-box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
+}
+#client-player
+ #container
+ .player
+ .controls
+ input[type="range"]::-moz-range-thumb {
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
+ border: 1px solid #000;
+ height: 36px;
+ width: 16px;
+ border-radius: 3px;
+ background: #fff;
+ cursor: pointer;
+}
+#client-player #container .player .controls input[type="range"]::-ms-thumb {
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
+ border: 1px solid #000;
+ height: 36px;
+ width: 16px;
+ border-radius: 3px;
+ background: #fff;
+ cursor: pointer;
+}
+#client-player
+ #container
+ .player
+ .controls
+ input[type="range"]::-webkit-slider-runnable-track {
+ width: 100%;
+ height: 8.4px;
+ cursor: pointer;
+ -webkit-box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
+ background: #3071a9;
+ border-radius: 1.3px;
+ border: 0.2px solid #010101;
+}
+#client-player
+ #container
+ .player
+ .controls
+ input[type="range"]:focus::-webkit-slider-runnable-track {
+ background: #367ebd;
+}
+#client-player
+ #container
+ .player
+ .controls
+ input[type="range"]::-moz-range-track {
+ width: 100%;
+ height: 8.4px;
+ cursor: pointer;
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
+ background: #3071a9;
+ border-radius: 1.3px;
+ border: 0.2px solid #010101;
+}
+#client-player #container .player .controls input[type="range"]::-ms-track {
+ width: 100%;
+ height: 8.4px;
+ cursor: pointer;
+ background: 0 0;
+ border-color: transparent;
+ border-width: 16px 0;
+ color: transparent;
+}
+#client-player
+ #container
+ .player
+ .controls
+ input[type="range"]::-ms-fill-lower {
+ background: #2a6495;
+ border: 0.2px solid #010101;
+ border-radius: 2.6px;
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
+}
+#client-player
+ #container
+ .player
+ .controls
+ input[type="range"]:focus::-ms-fill-lower {
+ background: #3071a9;
+}
+#client-player
+ #container
+ .player
+ .controls
+ input[type="range"]::-ms-fill-upper {
+ background: #3071a9;
+ border: 0.2px solid #010101;
+ border-radius: 2.6px;
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
+}
+#client-player
+ #container
+ .player
+ .controls
+ input[type="range"]:focus::-ms-fill-upper {
+ background: #367ebd;
+}
+#client-player #container .player .controls #volume-control {
+ margin-top: 10px;
+}
+#client-player #container .player .habbo {
+ margin-top: 4px;
+ float: left;
+ position: relative;
+ overflow: hidden;
+ height: 65px;
+}
+#client-player #container .player .btn {
+ background-image: url(/img/radio/button.png);
+ width: 52px;
+ height: 52px;
+ float: left;
+ margin-left: 18px;
+ margin-top: 16px;
+}
+#client-player #container .player .btn .play {
+ background-image: url(/img/radio/play_pause.png);
+ background-position: left top;
+ width: 20px;
+ height: 30px;
+ float: left;
+ margin-left: 17px;
+ margin-top: 11px;
+}
+#client-player #container .player .btn .play:hover {
+ background-position: left bottom;
+}
+#client-player #container .player .btn .pause {
+ background-image: url(/img/radio/play_pause.png);
+ background-position: right top;
+ width: 22px;
+ height: 30px;
+ float: left;
+ margin-left: 15px;
+ margin-top: 11px;
+}
+#client-player #container .player .btn .pause:hover {
+ background-position: right bottom;
+}
+#client-player #container .player .split {
+ background-color: #bbb;
+ width: 1px;
+ height: 52px;
+ float: left;
+ margin-left: 16px;
+ margin-top: 16px;
+ margin-right: 12px;
+ opacity: 0.4;
+}
+#client-player #container .player .info {
+ background-repeat: no-repeat;
+ background-position: 2px center;
+ width: 100px;
+ padding-left: 24px;
+ height: 19px;
+ line-height: 19px;
+ color: #fff;
+ font-size: 12px;
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ float: left;
+ margin-top: 4px;
+}
+#client-player #container .player .info.music {
+ background-image: url(/img/radio/music.png);
+ margin-top: 10px;
+}
+#client-player #container .player .info.room {
+ background-image: url(/img/radio/room.png);
+ background-position: left center;
+}
+#client-player #container .player .info.listeners {
+ background-image: url(/img/radio/listeners.png);
+}
+#client-player #container .player .handle {
+ background-image: url(/img/radio/handle.png);
+ width: 22px;
+ height: 17px;
+ position: absolute;
+ right: 12px;
+ bottom: 12px;
+ cursor: e-resize;
+}
+#client-player #container .player .close-button {
+ background-image: url(/img/radio/close.png);
+ width: 19px;
+ height: 20px;
+ position: absolute;
+ right: 12px;
+ top: 10px;
+ cursor: pointer;
+}
+#client-player #container .player .close-button:hover {
+ background-position: center;
+}
+#client-player #container .player .close-button:active {
+ height: 19px;
+ top: 11px;
+ background-position: bottom;
+}
+#client-alerts {
+ height: 100%;
+ width: 100%;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ vertical-align: middle;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ position: absolute;
+}
+#client-alerts .hotel-alert {
+ z-index: 902;
+ width: 350px;
+ position: absolute;
+}
+#client-alerts .hotel-alert .title {
+ font-size: 14px;
+ font-weight: 600;
+ background: #477794;
+ border: 1px solid #2b4758;
+ text-align: center;
+ padding: 8px;
+ border-radius: 5px 5px 0 0;
+ text-transform: inherit;
+ margin-bottom: 0;
+ cursor: pointer;
+}
+#client-alerts .hotel-alert .title .close {
+ float: right;
+ height: 20px;
+ width: 20px;
+ background-color: #b8483a;
+ border-radius: 3px;
+ border: 1px solid #000;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ vertical-align: middle;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ -webkit-transition: border 0.2s;
+ transition: border 0.2s;
+}
+#client-alerts .hotel-alert .title .close:hover {
+ border: 1px solid #fff;
+}
+#client-alerts .hotel-alert .body {
+ color: #000;
+ background: #e9e9e2;
+ padding: 10px;
+ border: 1px solid #000;
+ border-top: 0;
+ border-radius: 0 0 5px 5px;
+ border-bottom: 2px solid #000;
+}
+#client-alerts .hotel-alert .body p {
+ font-size: 13px;
+}
diff --git a/Updated_Cms/public/assets/css/flowbite.min.css b/Updated_Cms/public/assets/css/flowbite.min.css
new file mode 100644
index 0000000000..3d500b79e9
--- /dev/null
+++ b/Updated_Cms/public/assets/css/flowbite.min.css
@@ -0,0 +1 @@
+/*! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#1c64f2;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#1c64f2;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}select{print-color-adjust:exact;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}[multiple]{print-color-adjust:unset;background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem}[type=checkbox],[type=radio]{print-color-adjust:exact;--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#1c64f2;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#1c64f2;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.dark [type=checkbox]:checked,.dark [type=radio]:checked,[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}[type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}[type=file]:focus{outline:1px auto inherit}input[type=file]::-webkit-file-upload-button{-webkit-margin-start:-1rem;-webkit-margin-end:1rem;background:#1f2937;border:0;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;margin-inline-end:1rem;margin-inline-start:-1rem;padding:.625rem 1rem .625rem 2rem}input[type=file]::file-selector-button{-webkit-margin-start:-1rem;-webkit-margin-end:1rem;background:#1f2937;border:0;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;margin-inline-end:1rem;margin-inline-start:-1rem;padding:.625rem 1rem .625rem 2rem}input[type=file]::-webkit-file-upload-button:hover{background:#374151}input[type=file]::file-selector-button:hover{background:#374151}.dark input[type=file]::-webkit-file-upload-button{background:#4b5563;color:#fff}.dark input[type=file]::file-selector-button{background:#4b5563;color:#fff}.dark input[type=file]::-webkit-file-upload-button:hover{background:#6b7280}.dark input[type=file]::file-selector-button:hover{background:#6b7280}input[type=range]::-webkit-slider-thumb{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#1c64f2;border:0;border-radius:9999px;cursor:pointer;height:1.25rem;width:1.25rem}input[type=range]:disabled::-webkit-slider-thumb{background:#9ca3af}.dark input[type=range]:disabled::-webkit-slider-thumb{background:#6b7280}input[type=range]:focus::-webkit-slider-thumb{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1px;--tw-ring-color:rgb(164 202 254/var(--tw-ring-opacity));box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);outline:2px solid transparent;outline-offset:2px}input[type=range]::-moz-range-thumb{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#1c64f2;border:0;border-radius:9999px;cursor:pointer;height:1.25rem;width:1.25rem}input[type=range]:disabled::-moz-range-thumb{background:#9ca3af}.dark input[type=range]:disabled::-moz-range-thumb{background:#6b7280}input[type=range]::-moz-range-progress{background:#3f83f8}input[type=range]::-ms-fill-lower{background:#3f83f8}input[type=range].range-sm::-webkit-slider-thumb{height:1rem;width:1rem}input[type=range].range-lg::-webkit-slider-thumb{height:1.5rem;width:1.5rem}input[type=range].range-sm::-moz-range-thumb{height:1rem;width:1rem}input[type=range].range-lg::-moz-range-thumb{height:1.5rem;width:1.5rem}.toggle-bg:after{background:#fff;border-color:#d1d5db;border-radius:9999px;border-width:1px;box-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);content:"";height:1.25rem;left:.125rem;position:absolute;top:.125rem;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;width:1.25rem}input:checked+.toggle-bg:after{border-color:#fff;transform:translateX(100%);}input:checked+.toggle-bg{background:#1c64f2;border-color:#1c64f2}.tooltip-arrow,.tooltip-arrow:before{background:inherit;height:8px;position:absolute;width:8px}.tooltip-arrow{visibility:hidden}.tooltip-arrow:before{content:"";transform:rotate(45deg);visibility:visible}[data-tooltip-style^=light]+.tooltip>.tooltip-arrow:before{border-color:#e5e7eb;border-style:solid}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=top]>.tooltip-arrow:before{border-bottom-width:1px;border-right-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=right]>.tooltip-arrow:before{border-bottom-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=bottom]>.tooltip-arrow:before{border-left-width:1px;border-top-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=left]>.tooltip-arrow:before{border-right-width:1px;border-top-width:1px}.tooltip[data-popper-placement^=top]>.tooltip-arrow{bottom:-4px}.tooltip[data-popper-placement^=bottom]>.tooltip-arrow{top:-4px}.tooltip[data-popper-placement^=left]>.tooltip-arrow{right:-4px}.tooltip[data-popper-placement^=right]>.tooltip-arrow{left:-4px}.tooltip.invisible>.tooltip-arrow:before{visibility:hidden}[data-popper-arrow],[data-popper-arrow]:before{background:inherit;height:8px;position:absolute;width:8px}[data-popper-arrow]{visibility:hidden}[data-popper-arrow]:after,[data-popper-arrow]:before{content:"";transform:rotate(45deg);visibility:visible}[data-popper-arrow]:after{background:inherit;height:9px;position:absolute;width:9px}[role=tooltip]>[data-popper-arrow]:before{border-color:#e5e7eb;border-style:solid}.dark [role=tooltip]>[data-popper-arrow]:before{border-color:#4b5563;border-style:solid}[role=tooltip]>[data-popper-arrow]:after{border-color:#e5e7eb;border-style:solid}.dark [role=tooltip]>[data-popper-arrow]:after{border-color:#4b5563;border-style:solid}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before{border-left-width:1px;border-top-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before{border-right-width:1px;border-top-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]{bottom:-5px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]{top:-5px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]{right:-5px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]{left:-5px}[role=tooltip].invisible>[data-popper-arrow]:after,[role=tooltip].invisible>[data-popper-arrow]:before{visibility:hidden}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(63,131,248,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(63,131,248,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(63,131,248,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{left:0;right:0}.inset-0,.inset-y-0{bottom:0;top:0}.left-0{left:0}.top-28{top:7rem}.right-5{right:1.25rem}.bottom-5{bottom:1.25rem}.left-5{left:1.25rem}.top-0{top:0}.-top-\[140px\]{top:-140px}.-left-1{left:-.25rem}.left-7{left:1.75rem}.left-8{left:2rem}.bottom-0{bottom:0}.-top-2{top:-.5rem}.-right-2{right:-.5rem}.top-1\/2{top:50%}.left-1\/2{left:50%}.right-0{right:0}.top-2\.5{top:.625rem}.right-2\.5{right:.625rem}.top-2{top:.5rem}.right-2{right:.5rem}.bottom-2{bottom:.5rem}.bottom-\[\*px\]{bottom:*px}.bottom-\[60px\]{bottom:60px}.top-3{top:.75rem}.right-3{right:.75rem}.-left-1\.5{left:-.375rem}.-left-3{left:-.75rem}.top-5{top:1.25rem}.top-4{top:1rem}.left-2\.5{left:.625rem}.left-2{left:.5rem}.left-1{left:.25rem}.top-1{top:.25rem}.bottom-2\.5{bottom:.625rem}.bottom-6{bottom:1.5rem}.z-20{z-index:20}.z-10{z-index:10}.z-50{z-index:50}.z-40{z-index:40}.z-30{z-index:30}.z-0{z-index:0}.-z-10{z-index:-10}.col-span-2{grid-column:span 2/span 2}.col-span-1{grid-column:span 1/span 1}.col-span-3{grid-column:span 3/span 3}.col-span-6{grid-column:span 6/span 6}.m-5{margin:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-bottom:2rem;margin-top:2rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-7{margin-bottom:1.75rem;margin-top:1.75rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-my-1\.5{margin-bottom:-.375rem;margin-top:-.375rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-my-1{margin-bottom:-.25rem;margin-top:-.25rem}.my-4{margin-bottom:1rem;margin-top:1rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-12{margin-bottom:3rem;margin-top:3rem}.mb-8{margin-bottom:2rem}.mb-5{margin-bottom:1.25rem}.mr-3{margin-right:.75rem}.ml-2{margin-left:.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-6{margin-top:1.5rem}.mr-8{margin-right:2rem}.mr-2{margin-right:.5rem}.ml-auto{margin-left:auto}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-6{margin-left:1.5rem}.mr-1{margin-right:.25rem}.ml-3{margin-left:.75rem}.mb-0{margin-bottom:0}.mt-8{margin-top:2rem}.mb-2\.5{margin-bottom:.625rem}.mb-7{margin-bottom:1.75rem}.mt-7{margin-top:1.75rem}.mt-1\.5{margin-top:.375rem}.ml-4{margin-left:1rem}.mt-1{margin-top:.25rem}.-mb-5{margin-bottom:-1.25rem}.mt-2{margin-top:.5rem}.-ml-0\.5{margin-left:-.125rem}.-ml-0{margin-left:0}.-ml-1{margin-left:-.25rem}.-mr-1{margin-right:-.25rem}.mb-1{margin-bottom:.25rem}.mt-4{margin-top:1rem}.mt-2\.5{margin-top:.625rem}.-mt-1{margin-top:-.25rem}.-mt-5{margin-top:-1.25rem}.mb-1\.5{margin-bottom:.375rem}.mt-3{margin-top:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mt-0{margin-top:0}.ml-0{margin-left:0}.mr-1\.5{margin-right:.375rem}.mb-10{margin-bottom:2.5rem}.-mb-px{margin-bottom:-1px}.mr-5{margin-right:1.25rem}.mr-auto{margin-right:auto}.mt-10{margin-top:2.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.flow-root{display:flow-root}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-6{height:1.5rem}.h-9{height:2.25rem}.h-full{height:100%}.h-4{height:1rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-\[calc\(100vh-5rem\)\]{height:calc(100vh - 5rem)}.h-8{height:2rem}.h-2\.5{height:.625rem}.h-2{height:.5rem}.h-48{height:12rem}.h-12{height:3rem}.h-0{height:0}.h-3{height:.75rem}.h-10{height:2.5rem}.h-3\.5{height:.875rem}.h-20{height:5rem}.h-36{height:9rem}.h-96{height:24rem}.h-24{height:6rem}.h-56{height:14rem}.h-screen{height:100vh}.h-1{height:.25rem}.h-11{height:2.75rem}.h-modal{height:calc(100% - 2rem)}.h-14{height:3.5rem}.h-1\.5{height:.375rem}.h-72{height:18rem}.h-64{height:16rem}.h-80{height:20rem}.h-0\.5{height:.125rem}.h-auto{height:auto}.h-px{height:1px}.w-64{width:16rem}.w-1\/2{width:50%}.w-full{width:100%}.w-72{width:18rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-7{width:1.75rem}.w-6{width:1.5rem}.w-48{width:12rem}.w-12{width:3rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-3\.5{width:.875rem}.w-3{width:.75rem}.w-44{width:11rem}.w-20{width:5rem}.w-36{width:9rem}.w-24{width:6rem}.w-9{width:2.25rem}.w-80{width:20rem}.w-60{width:15rem}.w-11{width:2.75rem}.w-auto{width:auto}.w-14{width:3.5rem}.w-96{width:24rem}.w-1{width:.25rem}.w-2\/4{width:50%}.w-32{width:8rem}.w-2\.5{width:.625rem}.w-2{width:.5rem}.min-w-0{min-width:0}.min-w-max{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.max-w-8xl{max-width:90rem}.max-w-4xl{max-width:56rem}.max-w-lg{max-width:32rem}.max-w-2xs{max-width:16rem}.max-w-\[460px\]{max-width:460px}.max-w-\[500px\]{max-width:500px}.max-w-\[450px\]{max-width:450px}.max-w-\[380px\]{max-width:380px}.max-w-sm{max-width:24rem}.max-w-screen-xl{max-width:1280px}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-\[48px\]{max-width:48px}.max-w-xl{max-width:36rem}.max-w-7xl{max-width:80rem}.max-w-\[360px\]{max-width:360px}.max-w-\[330px\]{max-width:330px}.max-w-\[300px\]{max-width:300px}.max-w-\[480px\]{max-width:480px}.max-w-\[440px\]{max-width:440px}.max-w-\[400px\]{max-width:400px}.max-w-\[640px\]{max-width:640px}.max-w-\[540px\]{max-width:540px}.max-w-xs{max-width:20rem}.max-w-none{max-width:none}.max-w-full{max-width:100%}.max-w-screen-md{max-width:768px}.flex-none{flex:none}.flex-auto{flex:1 1 auto}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.origin-\[0\]{transform-origin:0}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.translate-y-1\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/4{--tw-translate-y:25%}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-6{--tw-translate-y:-1.5rem}.-translate-y-4{--tw-translate-y:-1rem}.-translate-y-3,.-translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-3{--tw-translate-y:-0.75rem}.-translate-x-full{--tw-translate-x:-100%}.-translate-x-full,.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%}.translate-x-0{--tw-translate-x:0px}.-translate-y-full,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y:-100%}.translate-y-full{--tw-translate-y:100%}.rotate-180,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-75{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}.animate-pulse{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.list-decimal{list-style-type:decimal}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-12{gap:3rem}.gap-8{gap:2rem}.gap-4{gap:1rem}.gap-2{gap:.5rem}.gap-6{gap:1.5rem}.gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.gap-y-3{row-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1rem*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1px*var(--tw-space-x-reverse))}.-space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-.75rem*var(--tw-space-x-reverse))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.25rem*var(--tw-space-x-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.625rem*var(--tw-space-y-reverse));margin-top:calc(.625rem*(1 - var(--tw-space-y-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(2px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(2px*var(--tw-divide-x-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.divide-gray-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(107 114 128/var(--tw-divide-opacity))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 213 219/var(--tw-divide-opacity))}.place-self-center{place-self:center}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded{border-radius:.25rem}.rounded-sm{border-radius:.125rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-l-lg{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.rounded-r-lg{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-t-md{border-top-left-radius:.375rem}.rounded-r-md,.rounded-t-md{border-top-right-radius:.375rem}.rounded-r-md{border-bottom-right-radius:.375rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-l-md{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem}.rounded-b,.rounded-l{border-bottom-left-radius:.25rem}.rounded-l{border-top-left-radius:.25rem}.rounded-r{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-0{border-width:0}.border-x{border-left-width:1px;border-right-width:1px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-r{border-right-width:1px}.border-l{border-left-width:1px}.border-b-0{border-bottom-width:0}.border-t-0{border-top-width:0}.border-t-4{border-top-width:4px}.border-t{border-top-width:1px}.border-b-2{border-bottom-width:2px}.border-r-0{border-right-width:0}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-dashed{border-style:dashed}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(63 131 248/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(240 82 82/var(--tw-border-opacity))}.border-green-500{--tw-border-opacity:1;border-color:rgb(14 159 110/var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(194 120 3/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(164 202 254/var(--tw-border-opacity))}.border-blue-900{--tw-border-opacity:1;border-color:rgb(35 56 118/var(--tw-border-opacity))}.border-red-300{--tw-border-opacity:1;border-color:rgb(248 180 180/var(--tw-border-opacity))}.border-red-900{--tw-border-opacity:1;border-color:rgb(119 29 29/var(--tw-border-opacity))}.border-green-300{--tw-border-opacity:1;border-color:rgb(132 225 188/var(--tw-border-opacity))}.border-green-700{--tw-border-opacity:1;border-color:rgb(4 108 78/var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(250 202 21/var(--tw-border-opacity))}.border-yellow-700{--tw-border-opacity:1;border-color:rgb(142 75 16/var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity:1;border-color:rgb(26 86 219/var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.border-red-700{--tw-border-opacity:1;border-color:rgb(200 30 30/var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(227 160 8/var(--tw-border-opacity))}.border-purple-700{--tw-border-opacity:1;border-color:rgb(108 43 217/var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(118 169 250/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-blue-600{--tw-border-opacity:1;border-color:rgb(28 100 242/var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(5 122 85/var(--tw-border-opacity))}.border-red-600{--tw-border-opacity:1;border-color:rgb(224 36 36/var(--tw-border-opacity))}.\!border-blue-700{--tw-border-opacity:1!important;border-color:rgb(26 86 219/var(--tw-border-opacity))!important}.border-l-gray-100{--tw-border-opacity:1;border-left-color:rgb(243 244 246/var(--tw-border-opacity))}.border-l-gray-50{--tw-border-opacity:1;border-left-color:rgb(249 250 251/var(--tw-border-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-900\/50{background-color:rgba(17,24,39,.5)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(14 159 110/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(26 86 219/var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(225 239 254/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(222 247 236/var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(253 246 178/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(235 245 255/var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity:1;background-color:rgb(35 56 118/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(253 242 242/var(--tw-bg-opacity))}.bg-red-900{--tw-bg-opacity:1;background-color:rgb(119 29 29/var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(243 250 247/var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(4 108 78/var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(253 253 234/var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(142 75 16/var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(49 196 141/var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(249 128 128/var(--tw-bg-opacity))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(229 237 255/var(--tw-bg-opacity))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(237 235 254/var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 232 243/var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(240 82 82/var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(195 221 253/var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(200 30 30/var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(227 160 8/var(--tw-bg-opacity))}.bg-purple-700{--tw-bg-opacity:1;background-color:rgb(108 43 217/var(--tw-bg-opacity))}.bg-\[\#3b5998\]{--tw-bg-opacity:1;background-color:rgb(59 89 152/var(--tw-bg-opacity))}.bg-\[\#1da1f2\]{--tw-bg-opacity:1;background-color:rgb(29 161 242/var(--tw-bg-opacity))}.bg-\[\#24292F\]{--tw-bg-opacity:1;background-color:rgb(36 41 47/var(--tw-bg-opacity))}.bg-\[\#4285F4\]{--tw-bg-opacity:1;background-color:rgb(66 133 244/var(--tw-bg-opacity))}.bg-\[\#050708\]{--tw-bg-opacity:1;background-color:rgb(5 7 8/var(--tw-bg-opacity))}.bg-\[\#FF9119\]{--tw-bg-opacity:1;background-color:rgb(255 145 25/var(--tw-bg-opacity))}.bg-\[\#F7BE38\]{--tw-bg-opacity:1;background-color:rgb(247 190 56/var(--tw-bg-opacity))}.bg-\[\#2557D6\]{--tw-bg-opacity:1;background-color:rgb(37 87 214/var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(118 169 250/var(--tw-bg-opacity))}.bg-white\/30{background-color:hsla(0,0%,100%,.3)}.bg-white\/50{background-color:hsla(0,0%,100%,.5)}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(144 97 249/var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(63 131 248/var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity:1;background-color:rgb(253 186 140/var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(5 122 85/var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(88 80 236/var(--tw-bg-opacity))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(126 58 242/var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(254 236 220/var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(251 213 213/var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(248 180 180/var(--tw-bg-opacity))}.bg-red-800{--tw-bg-opacity:1;background-color:rgb(155 28 28/var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(252 233 106/var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(250 202 21/var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(194 120 3/var(--tw-bg-opacity))}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(159 88 10/var(--tw-bg-opacity))}.bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(114 59 19/var(--tw-bg-opacity))}.bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(99 49 18/var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(188 240 218/var(--tw-bg-opacity))}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(132 225 188/var(--tw-bg-opacity))}.bg-green-800{--tw-bg-opacity:1;background-color:rgb(3 84 63/var(--tw-bg-opacity))}.bg-green-900{--tw-bg-opacity:1;background-color:rgb(1 71 55/var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(164 202 254/var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity:1;background-color:rgb(30 66 159/var(--tw-bg-opacity))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(240 245 255/var(--tw-bg-opacity))}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(205 219 254/var(--tw-bg-opacity))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(180 198 252/var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(141 162 251/var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(104 117 245/var(--tw-bg-opacity))}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgb(81 69 205/var(--tw-bg-opacity))}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgb(66 56 157/var(--tw-bg-opacity))}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgb(54 47 120/var(--tw-bg-opacity))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(246 245 255/var(--tw-bg-opacity))}.bg-purple-200{--tw-bg-opacity:1;background-color:rgb(220 215 254/var(--tw-bg-opacity))}.bg-purple-300{--tw-bg-opacity:1;background-color:rgb(202 191 253/var(--tw-bg-opacity))}.bg-purple-400{--tw-bg-opacity:1;background-color:rgb(172 148 250/var(--tw-bg-opacity))}.bg-purple-800{--tw-bg-opacity:1;background-color:rgb(85 33 181/var(--tw-bg-opacity))}.bg-purple-900{--tw-bg-opacity:1;background-color:rgb(74 29 150/var(--tw-bg-opacity))}.bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity))}.bg-pink-200{--tw-bg-opacity:1;background-color:rgb(250 209 232/var(--tw-bg-opacity))}.bg-pink-300{--tw-bg-opacity:1;background-color:rgb(248 180 217/var(--tw-bg-opacity))}.bg-pink-400{--tw-bg-opacity:1;background-color:rgb(241 126 184/var(--tw-bg-opacity))}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(231 70 148/var(--tw-bg-opacity))}.bg-pink-600{--tw-bg-opacity:1;background-color:rgb(214 31 105/var(--tw-bg-opacity))}.bg-pink-700{--tw-bg-opacity:1;background-color:rgb(191 18 93/var(--tw-bg-opacity))}.bg-pink-800{--tw-bg-opacity:1;background-color:rgb(153 21 75/var(--tw-bg-opacity))}.bg-pink-900{--tw-bg-opacity:1;background-color:rgb(117 26 61/var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from:#3f83f8;--tw-gradient-to:rgba(63,131,248,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-400{--tw-gradient-from:#31c48d;--tw-gradient-to:rgba(49,196,141,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cyan-400{--tw-gradient-from:#22d3ee;--tw-gradient-to:rgba(34,211,238,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-teal-400{--tw-gradient-from:#16bdca;--tw-gradient-to:rgba(22,189,202,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-lime-200{--tw-gradient-from:#d9f99d;--tw-gradient-to:hsla(81,88%,80%,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400{--tw-gradient-from:#f98080;--tw-gradient-to:hsla(0,91%,74%,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-pink-400{--tw-gradient-from:#f17eb8;--tw-gradient-to:rgba(241,126,184,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from:#9061f9;--tw-gradient-to:rgba(144,97,249,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from:#7e3af2;--tw-gradient-to:rgba(126,58,242,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from:#06b6d4;--tw-gradient-to:rgba(6,182,212,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from:#e74694;--tw-gradient-to:rgba(231,70,148,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-teal-200{--tw-gradient-from:#afecef;--tw-gradient-to:rgba(175,236,239,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-200{--tw-gradient-from:#fbd5d5;--tw-gradient-to:hsla(0,83%,91%,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-teal-300{--tw-gradient-from:#7edce2;--tw-gradient-to:rgba(126,220,226,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-400{--tw-gradient-from:#38bdf8;--tw-gradient-to:rgba(56,189,248,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-blue-600{--tw-gradient-to:rgba(28,100,242,0);--tw-gradient-stops:var(--tw-gradient-from),#1c64f2,var(--tw-gradient-to)}.via-green-500{--tw-gradient-to:rgba(14,159,110,0);--tw-gradient-stops:var(--tw-gradient-from),#0e9f6e,var(--tw-gradient-to)}.via-cyan-500{--tw-gradient-to:rgba(6,182,212,0);--tw-gradient-stops:var(--tw-gradient-from),#06b6d4,var(--tw-gradient-to)}.via-teal-500{--tw-gradient-to:rgba(6,148,162,0);--tw-gradient-stops:var(--tw-gradient-from),#0694a2,var(--tw-gradient-to)}.via-lime-400{--tw-gradient-to:rgba(163,230,53,0);--tw-gradient-stops:var(--tw-gradient-from),#a3e635,var(--tw-gradient-to)}.via-red-500{--tw-gradient-to:rgba(240,82,82,0);--tw-gradient-stops:var(--tw-gradient-from),#f05252,var(--tw-gradient-to)}.via-pink-500{--tw-gradient-to:rgba(231,70,148,0);--tw-gradient-stops:var(--tw-gradient-from),#e74694,var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to:rgba(126,58,242,0);--tw-gradient-stops:var(--tw-gradient-from),#7e3af2,var(--tw-gradient-to)}.via-red-300{--tw-gradient-to:hsla(0,83%,84%,0);--tw-gradient-stops:var(--tw-gradient-from),#f8b4b4,var(--tw-gradient-to)}.to-blue-700{--tw-gradient-to:#1a56db}.to-green-600{--tw-gradient-to:#057a55}.to-cyan-600{--tw-gradient-to:#0891b2}.to-teal-600{--tw-gradient-to:#047481}.to-lime-500{--tw-gradient-to:#84cc16}.to-red-600{--tw-gradient-to:#e02424}.to-pink-600{--tw-gradient-to:#d61f69}.to-purple-700{--tw-gradient-to:#6c2bd9}.to-blue-500{--tw-gradient-to:#3f83f8}.to-blue-600{--tw-gradient-to:#1c64f2}.to-pink-500{--tw-gradient-to:#e74694}.to-orange-400{--tw-gradient-to:#ff8a4c}.to-lime-200{--tw-gradient-to:#d9f99d}.to-yellow-200{--tw-gradient-to:#fce96a}.to-lime-300{--tw-gradient-to:#bef264}.to-emerald-600{--tw-gradient-to:#059669}.bg-cover{background-size:cover}.bg-local{background-attachment:local}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-blue-600{fill:#1c64f2}.fill-current{fill:currentColor}.fill-gray-600{fill:#4b5563}.fill-green-500{fill:#0e9f6e}.fill-red-600{fill:#e02424}.fill-yellow-400{fill:#e3a008}.fill-pink-600{fill:#d61f69}.fill-purple-600{fill:#7e3af2}.object-cover{-o-object-fit:cover;object-fit:cover}.p-4{padding:1rem}.p-2\.5{padding:.625rem}.p-2{padding:.5rem}.p-0{padding:0}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-1\.5{padding:.375rem}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-0\.5{padding:.125rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-px{padding-bottom:1px;padding-top:1px}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-0{padding-bottom:0;padding-top:0}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-40{padding-bottom:10rem;padding-top:10rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.px-0{padding-left:0;padding-right:0}.py-24{padding-bottom:6rem;padding-top:6rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pt-6{padding-top:1.5rem}.pr-4{padding-right:1rem}.pl-3{padding-left:.75rem}.pl-10{padding-left:2.5rem}.pl-8{padding-left:2rem}.pt-10{padding-top:2.5rem}.pb-6{padding-bottom:1.5rem}.pl-2\.5{padding-left:.625rem}.pl-2{padding-left:.5rem}.pt-16{padding-top:4rem}.pb-10{padding-bottom:2.5rem}.pl-5{padding-left:1.25rem}.pt-8{padding-top:2rem}.pb-5{padding-bottom:1.25rem}.pt-3{padding-top:.75rem}.pb-0{padding-bottom:0}.pl-11{padding-left:2.75rem}.pb-3{padding-bottom:.75rem}.pt-24{padding-top:6rem}.pt-52{padding-top:13rem}.pt-80{padding-top:20rem}.pt-64{padding-top:16rem}.pb-96{padding-bottom:24rem}.pt-36{padding-top:9rem}.pb-16{padding-bottom:4rem}.pt-32{padding-top:8rem}.pl-4{padding-left:1rem}.pt-5{padding-top:1.25rem}.pb-2\.5{padding-bottom:.625rem}.pb-2{padding-bottom:.5rem}.pb-1\.5{padding-bottom:.375rem}.pb-1{padding-bottom:.25rem}.pr-3{padding-right:.75rem}.pl-0{padding-left:0}.pb-8{padding-bottom:2rem}.pt-60{padding-top:15rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.font-sans{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-2xs{font-size:.625rem}.text-5xl{font-size:3rem;line-height:1}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.font-medium{font-weight:500}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.font-normal{font-weight:400}.font-light{font-weight:300}.font-bold{font-weight:700}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-black{font-weight:900}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-6{line-height:1.5rem}.leading-9{line-height:2.25rem}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-normal{letter-spacing:0}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[\#ff2d20\]{--tw-text-opacity:1;color:rgb(255 45 32/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgb(4 108 78/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 66 159/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(200 30 30/var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity:1;color:rgb(142 75 16/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(63 131 248/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(240 82 82/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(14 159 110/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(194 120 3/var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity:1;color:rgb(35 56 118/var(--tw-text-opacity))}.text-red-900{--tw-text-opacity:1;color:rgb(119 29 29/var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity:1;color:rgb(126 58 242/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(155 28 28/var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgb(3 84 63/var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity:1;color:rgb(114 59 19/var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity:1;color:rgb(66 56 157/var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity:1;color:rgb(85 33 181/var(--tw-text-opacity))}.text-pink-800{--tw-text-opacity:1;color:rgb(153 21 75/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(118 169 250/var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(249 128 128/var(--tw-text-opacity))}.text-green-400{--tw-text-opacity:1;color:rgb(49 196 141/var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgb(227 160 8/var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity:1;color:rgb(141 162 251/var(--tw-text-opacity))}.text-purple-400{--tw-text-opacity:1;color:rgb(172 148 250/var(--tw-text-opacity))}.text-pink-400{--tw-text-opacity:1;color:rgb(241 126 184/var(--tw-text-opacity))}.text-\[\#626890\]{--tw-text-opacity:1;color:rgb(98 104 144/var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity:1;color:rgb(108 43 217/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(224 36 36/var(--tw-text-opacity))}.text-yellow-300{--tw-text-opacity:1;color:rgb(250 202 21/var(--tw-text-opacity))}.text-green-900{--tw-text-opacity:1;color:rgb(1 71 55/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(5 122 85/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity:1;color:rgb(225 239 254/var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity:1;color:rgb(81 69 205/var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity:1;color:rgb(138 44 13/var(--tw-text-opacity))}.text-blue-50{--tw-text-opacity:1;color:rgb(235 245 255/var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity:1;color:rgb(255 90 31/var(--tw-text-opacity))}.text-teal-600{--tw-text-opacity:1;color:rgb(4 116 129/var(--tw-text-opacity))}.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.text-transparent{color:transparent}.text-blue-600\/100{color:#1c64f2}.text-blue-600\/75{color:rgba(28,100,242,.75)}.text-blue-600\/50{color:rgba(28,100,242,.5)}.text-blue-600\/25{color:rgba(28,100,242,.25)}.\!text-blue-700{--tw-text-opacity:1!important;color:rgb(26 86 219/var(--tw-text-opacity))!important}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.no-underline{-webkit-text-decoration-line:none;text-decoration-line:none}.decoration-gray-500{-webkit-text-decoration-color:#6b7280;text-decoration-color:#6b7280}.decoration-blue-400{-webkit-text-decoration-color:#76a9fa;text-decoration-color:#76a9fa}.decoration-indigo-500{-webkit-text-decoration-color:#6875f5;text-decoration-color:#6875f5}.decoration-blue-500{-webkit-text-decoration-color:#3f83f8;text-decoration-color:#3f83f8}.decoration-green-500{-webkit-text-decoration-color:#0e9f6e;text-decoration-color:#0e9f6e}.decoration-red-500{-webkit-text-decoration-color:#f05252;text-decoration-color:#f05252}.decoration-sky-500{-webkit-text-decoration-color:#0ea5e9;text-decoration-color:#0ea5e9}.decoration-double{-webkit-text-decoration-style:double;text-decoration-style:double}.decoration-dotted{-webkit-text-decoration-style:dotted;text-decoration-style:dotted}.decoration-dashed{-webkit-text-decoration-style:dashed;text-decoration-style:dashed}.decoration-wavy{-webkit-text-decoration-style:wavy;text-decoration-style:wavy}.decoration-8{text-decoration-thickness:8px}.placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(4 108 78/var(--tw-placeholder-opacity))}.placeholder-green-700:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(4 108 78/var(--tw-placeholder-opacity))}.placeholder-green-700::placeholder{--tw-placeholder-opacity:1;color:rgb(4 108 78/var(--tw-placeholder-opacity))}.placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(200 30 30/var(--tw-placeholder-opacity))}.placeholder-red-700:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(200 30 30/var(--tw-placeholder-opacity))}.placeholder-red-700::placeholder{--tw-placeholder-opacity:1;color:rgb(200 30 30/var(--tw-placeholder-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.bg-blend-multiply{background-blend-mode:multiply}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-blue-500\/50{--tw-shadow-color:rgba(63,131,248,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-green-500\/50{--tw-shadow-color:rgba(14,159,110,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-cyan-500\/50{--tw-shadow-color:rgba(6,182,212,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-teal-500\/50{--tw-shadow-color:rgba(6,148,162,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-lime-500\/50{--tw-shadow-color:rgba(132,204,22,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-500\/50{--tw-shadow-color:rgba(240,82,82,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-pink-500\/50{--tw-shadow-color:rgba(231,70,148,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-purple-500\/50{--tw-shadow-color:rgba(144,97,249,.5);--tw-shadow:var(--tw-shadow-colored)}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-2,.ring-8{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-0,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-inset{--tw-ring-inset:inset}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))}.ring-opacity-0{--tw-ring-opacity:0}.blur{--tw-blur:blur(8px)}.blur,.blur-sm{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-sm{--tw-blur:blur(4px)}.grayscale{--tw-grayscale:grayscale(100%)}.grayscale,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert:invert(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.duration-700{transition-duration:.7s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.first-letter\:float-left:first-letter{float:left}.first-letter\:mr-3:first-letter{margin-right:.75rem}.first-letter\:text-7xl:first-letter{font-size:4.5rem;line-height:1}.first-letter\:font-bold:first-letter{font-weight:700}.first-letter\:text-gray-900:first-letter{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.first-line\:uppercase:first-line{text-transform:uppercase}.first-line\:tracking-widest:first-line{letter-spacing:.1em}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-0\.5:after{content:var(--tw-content);top:.125rem}.after\:top-0:after{content:var(--tw-content);top:0}.after\:left-\[4px\]:after{content:var(--tw-content);left:4px}.after\:h-4:after{content:var(--tw-content);height:1rem}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:h-6:after{content:var(--tw-content);height:1.5rem}.after\:w-4:after{content:var(--tw-content);width:1rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:w-6:after{content:var(--tw-content);width:1.5rem}.after\:rounded-full:after{border-radius:9999px;content:var(--tw-content)}.after\:border:after{border-width:1px;content:var(--tw-content)}.after\:border-gray-300:after{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));content:var(--tw-content)}.after\:bg-white:after{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));content:var(--tw-content)}.after\:transition-all:after{content:var(--tw-content);transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 66 159/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(225 239 254/var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(195 221 253/var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(251 213 213/var(--tw-bg-opacity))}.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgb(188 240 218/var(--tw-bg-opacity))}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgb(252 233 106/var(--tw-bg-opacity))}.hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgb(35 56 118/var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgb(155 28 28/var(--tw-bg-opacity))}.hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgb(119 29 29/var(--tw-bg-opacity))}.hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgb(3 84 63/var(--tw-bg-opacity))}.hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgb(114 59 19/var(--tw-bg-opacity))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgb(205 219 254/var(--tw-bg-opacity))}.hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgb(220 215 254/var(--tw-bg-opacity))}.hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgb(250 209 232/var(--tw-bg-opacity))}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgb(194 120 3/var(--tw-bg-opacity))}.hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgb(85 33 181/var(--tw-bg-opacity))}.hover\:bg-\[\#3b5998\]\/90:hover{background-color:rgba(59,89,152,.9)}.hover\:bg-\[\#1da1f2\]\/90:hover{background-color:rgba(29,161,242,.9)}.hover\:bg-\[\#24292F\]\/90:hover{background-color:rgba(36,41,47,.9)}.hover\:bg-\[\#4285F4\]\/90:hover{background-color:rgba(66,133,244,.9)}.hover\:bg-\[\#050708\]\/90:hover{background-color:rgba(5,7,8,.9)}.hover\:bg-\[\#FF9119\]\/80:hover{background-color:rgba(255,145,25,.8)}.hover\:bg-\[\#F7BE38\]\/90:hover{background-color:rgba(247,190,56,.9)}.hover\:bg-\[\#050708\]\/80:hover{background-color:rgba(5,7,8,.8)}.hover\:bg-\[\#2557D6\]\/90:hover{background-color:rgba(37,87,214,.9)}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(26 86 219/var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(63 131 248/var(--tw-bg-opacity))}.hover\:bg-gradient-to-br:hover{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.hover\:bg-gradient-to-bl:hover{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.hover\:bg-gradient-to-l:hover{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.hover\:from-teal-200:hover{--tw-gradient-from:#afecef;--tw-gradient-to:rgba(175,236,239,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-lime-200:hover{--tw-gradient-to:#d9f99d}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 66 159/var(--tw-text-opacity))}.hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(155 28 28/var(--tw-text-opacity))}.hover\:text-green-800:hover{--tw-text-opacity:1;color:rgb(3 84 63/var(--tw-text-opacity))}.hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgb(114 59 19/var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgb(35 56 118/var(--tw-text-opacity))}.hover\:text-red-900:hover{--tw-text-opacity:1;color:rgb(119 29 29/var(--tw-text-opacity))}.hover\:text-green-900:hover{--tw-text-opacity:1;color:rgb(1 71 55/var(--tw-text-opacity))}.hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgb(99 49 18/var(--tw-text-opacity))}.hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgb(54 47 120/var(--tw-text-opacity))}.hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgb(74 29 150/var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:no-underline:hover{-webkit-text-decoration-line:none;text-decoration-line:none}.hover\:bg-blend-soft-light:hover{background-blend-mode:soft-light}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:blur-none:hover{--tw-blur:blur(0)}.hover\:blur-none:hover,.hover\:grayscale-0:hover{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:grayscale-0:hover{--tw-grayscale:grayscale(0)}.focus\:z-10:focus{z-index:10}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(63 131 248/var(--tw-border-opacity))}.focus\:border-blue-600:focus{--tw-border-opacity:1;border-color:rgb(28 100 242/var(--tw-border-opacity))}.focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgb(14 159 110/var(--tw-border-opacity))}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(240 82 82/var(--tw-border-opacity))}.focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgb(5 122 85/var(--tw-border-opacity))}.focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgb(224 36 36/var(--tw-border-opacity))}.focus\:border-gray-200:focus{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.focus\:bg-gray-900:focus{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity))}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-2:focus,.focus\:ring-4:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(63 131 248/var(--tw-ring-opacity))}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(164 202 254/var(--tw-ring-opacity))}.focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(195 221 253/var(--tw-ring-opacity))}.focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(118 169 250/var(--tw-ring-opacity))}.focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 128 128/var(--tw-ring-opacity))}.focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(49 196 141/var(--tw-ring-opacity))}.focus\:ring-yellow-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(227 160 8/var(--tw-ring-opacity))}.focus\:ring-gray-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(156 163 175/var(--tw-ring-opacity))}.focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 180 180/var(--tw-ring-opacity))}.focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(132 225 188/var(--tw-ring-opacity))}.focus\:ring-yellow-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(250 202 21/var(--tw-ring-opacity))}.focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity))}.focus\:ring-blue-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(26 86 219/var(--tw-ring-opacity))}.focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity))}.focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(202 191 253/var(--tw-ring-opacity))}.focus\:ring-cyan-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(103 232 249/var(--tw-ring-opacity))}.focus\:ring-teal-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(126 220 226/var(--tw-ring-opacity))}.focus\:ring-lime-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(190 242 100/var(--tw-ring-opacity))}.focus\:ring-pink-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 180 217/var(--tw-ring-opacity))}.focus\:ring-green-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(188 240 218/var(--tw-ring-opacity))}.focus\:ring-purple-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(220 215 254/var(--tw-ring-opacity))}.focus\:ring-pink-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(250 209 232/var(--tw-ring-opacity))}.focus\:ring-lime-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(217 249 157/var(--tw-ring-opacity))}.focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(253 232 232/var(--tw-ring-opacity))}.focus\:ring-cyan-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(165 243 252/var(--tw-ring-opacity))}.focus\:ring-\[\#3b5998\]\/50:focus{--tw-ring-color:rgba(59,89,152,.5)}.focus\:ring-\[\#1da1f2\]\/50:focus{--tw-ring-color:rgba(29,161,242,.5)}.focus\:ring-\[\#24292F\]\/50:focus{--tw-ring-color:rgba(36,41,47,.5)}.focus\:ring-\[\#4285F4\]\/50:focus{--tw-ring-color:rgba(66,133,244,.5)}.focus\:ring-\[\#050708\]\/50:focus{--tw-ring-color:rgba(5,7,8,.5)}.focus\:ring-\[\#FF9119\]\/50:focus{--tw-ring-color:rgba(255,145,25,.5)}.focus\:ring-\[\#F7BE38\]\/50:focus{--tw-ring-color:rgba(247,190,56,.5)}.focus\:ring-\[\#2557D6\]\/50:focus{--tw-ring-color:rgba(37,87,214,.5)}.focus\:ring-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 250 251/var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 159 110/var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82/var(--tw-ring-opacity))}.focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity))}.focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(28 100 242/var(--tw-ring-opacity))}.focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(144 97 249/var(--tw-ring-opacity))}.focus\:ring-teal-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 148 162/var(--tw-ring-opacity))}.focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(194 120 3/var(--tw-ring-opacity))}.focus\:ring-orange-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 90 31/var(--tw-ring-opacity))}.group:hover .group-hover\:bg-white\/50{background-color:hsla(0,0%,100%,.5)}.group:hover .group-hover\:bg-opacity-0{--tw-bg-opacity:0}.group:hover .group-hover\:from-purple-600{--tw-gradient-from:#7e3af2;--tw-gradient-to:rgba(126,58,242,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.group:hover .group-hover\:from-cyan-500{--tw-gradient-from:#06b6d4;--tw-gradient-to:rgba(6,182,212,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.group:hover .group-hover\:from-green-400{--tw-gradient-from:#31c48d;--tw-gradient-to:rgba(49,196,141,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.group:hover .group-hover\:from-purple-500{--tw-gradient-from:#9061f9;--tw-gradient-to:rgba(144,97,249,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.group:hover .group-hover\:from-pink-500{--tw-gradient-from:#e74694;--tw-gradient-to:rgba(231,70,148,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.group:hover .group-hover\:from-teal-300{--tw-gradient-from:#7edce2;--tw-gradient-to:rgba(126,220,226,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.group:hover .group-hover\:from-red-200{--tw-gradient-from:#fbd5d5;--tw-gradient-to:hsla(0,83%,91%,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.group:hover .group-hover\:via-red-300{--tw-gradient-to:hsla(0,83%,84%,0);--tw-gradient-stops:var(--tw-gradient-from),#f8b4b4,var(--tw-gradient-to)}.group:hover .group-hover\:to-blue-500{--tw-gradient-to:#3f83f8}.group:hover .group-hover\:to-blue-600{--tw-gradient-to:#1c64f2}.group:hover .group-hover\:to-pink-500{--tw-gradient-to:#e74694}.group:hover .group-hover\:to-orange-400{--tw-gradient-to:#ff8a4c}.group:hover .group-hover\:to-lime-300{--tw-gradient-to:#bef264}.group:hover .group-hover\:to-yellow-200{--tw-gradient-to:#fce96a}.group:hover .group-hover\:text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.group:hover .group-hover\:opacity-100{opacity:1}.group:focus .group-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.group:focus .group-focus\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.group:focus .group-focus\:ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.peer:checked~.peer-checked\:border-blue-600{--tw-border-opacity:1;border-color:rgb(28 100 242/var(--tw-border-opacity))}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity))}.peer:checked~.peer-checked\:bg-red-600{--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity))}.peer:checked~.peer-checked\:bg-green-600{--tw-bg-opacity:1;background-color:rgb(5 122 85/var(--tw-bg-opacity))}.peer:checked~.peer-checked\:bg-purple-600{--tw-bg-opacity:1;background-color:rgb(126 58 242/var(--tw-bg-opacity))}.peer:checked~.peer-checked\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(227 160 8/var(--tw-bg-opacity))}.peer:checked~.peer-checked\:bg-teal-600{--tw-bg-opacity:1;background-color:rgb(4 116 129/var(--tw-bg-opacity))}.peer:checked~.peer-checked\:bg-orange-500{--tw-bg-opacity:1;background-color:rgb(255 90 31/var(--tw-bg-opacity))}.peer:checked~.peer-checked\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.peer:checked~.peer-checked\:text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity))}.peer:checked~.peer-checked\:after\:translate-x-full:after{--tw-translate-x:100%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity));content:var(--tw-content)}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:top-1\/2{top:50%}.peer:-ms-input-placeholder~.peer-placeholder-shown\:top-1\/2{top:50%}.peer:placeholder-shown~.peer-placeholder-shown\:top-1\/2{top:50%}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:-ms-input-placeholder~.peer-placeholder-shown\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:placeholder-shown~.peer-placeholder-shown\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:-ms-input-placeholder~.peer-placeholder-shown\:-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:placeholder-shown~.peer-placeholder-shown\:-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:-ms-input-placeholder~.peer-placeholder-shown\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:placeholder-shown~.peer-placeholder-shown\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:focus~.peer-focus\:left-0{left:0}.peer:focus~.peer-focus\:top-2{top:.5rem}.peer:focus~.peer-focus\:top-1{top:.25rem}.peer:focus~.peer-focus\:-translate-y-6{--tw-translate-y:-1.5rem}.peer:focus~.peer-focus\:-translate-y-4,.peer:focus~.peer-focus\:-translate-y-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:focus~.peer-focus\:-translate-y-4{--tw-translate-y:-1rem}.peer:focus~.peer-focus\:-translate-y-3{--tw-translate-y:-0.75rem}.peer:focus~.peer-focus\:-translate-y-3,.peer:focus~.peer-focus\:scale-75{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:focus~.peer-focus\:scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.peer:focus~.peer-focus\:px-2{padding-left:.5rem;padding-right:.5rem}.peer:focus~.peer-focus\:font-medium{font-weight:500}.peer:focus~.peer-focus\:text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(164 202 254/var(--tw-ring-opacity))}.peer:focus~.peer-focus\:ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgb(248 180 180/var(--tw-ring-opacity))}.peer:focus~.peer-focus\:ring-green-300{--tw-ring-opacity:1;--tw-ring-color:rgb(132 225 188/var(--tw-ring-opacity))}.peer:focus~.peer-focus\:ring-purple-300{--tw-ring-opacity:1;--tw-ring-color:rgb(202 191 253/var(--tw-ring-opacity))}.peer:focus~.peer-focus\:ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgb(250 202 21/var(--tw-ring-opacity))}.peer:focus~.peer-focus\:ring-teal-300{--tw-ring-opacity:1;--tw-ring-color:rgb(126 220 226/var(--tw-ring-opacity))}.peer:focus~.peer-focus\:ring-orange-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 186 140/var(--tw-ring-opacity))}.dark .dark\:divide-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(75 85 99/var(--tw-divide-opacity))}.dark .dark\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(55 65 81/var(--tw-divide-opacity))}.dark .dark\:border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.dark .dark\:border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.dark .dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark .dark\:border-blue-800{--tw-border-opacity:1;border-color:rgb(30 66 159/var(--tw-border-opacity))}.dark .dark\:border-red-800{--tw-border-opacity:1;border-color:rgb(155 28 28/var(--tw-border-opacity))}.dark .dark\:border-green-800{--tw-border-opacity:1;border-color:rgb(3 84 63/var(--tw-border-opacity))}.dark .dark\:border-yellow-800{--tw-border-opacity:1;border-color:rgb(114 59 19/var(--tw-border-opacity))}.dark .dark\:border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.dark .dark\:border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.dark .dark\:border-blue-500{--tw-border-opacity:1;border-color:rgb(63 131 248/var(--tw-border-opacity))}.dark .dark\:border-green-500{--tw-border-opacity:1;border-color:rgb(14 159 110/var(--tw-border-opacity))}.dark .dark\:border-red-500{--tw-border-opacity:1;border-color:rgb(240 82 82/var(--tw-border-opacity))}.dark .dark\:border-yellow-300{--tw-border-opacity:1;border-color:rgb(250 202 21/var(--tw-border-opacity))}.dark .dark\:border-purple-400{--tw-border-opacity:1;border-color:rgb(172 148 250/var(--tw-border-opacity))}.dark .dark\:border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.dark .dark\:border-green-400{--tw-border-opacity:1;border-color:rgb(49 196 141/var(--tw-border-opacity))}.dark .dark\:border-red-400{--tw-border-opacity:1;border-color:rgb(249 128 128/var(--tw-border-opacity))}.dark .dark\:\!border-blue-500{--tw-border-opacity:1!important;border-color:rgb(63 131 248/var(--tw-border-opacity))!important}.dark .dark\:border-transparent{border-color:transparent}.dark .dark\:border-l-gray-700{--tw-border-opacity:1;border-left-color:rgb(55 65 81/var(--tw-border-opacity))}.dark .dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark .dark\:bg-gray-900\/60{background-color:rgba(17,24,39,.6)}.dark .dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark .dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark .dark\:bg-blue-600{--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity))}.dark .dark\:bg-blue-200{--tw-bg-opacity:1;background-color:rgb(195 221 253/var(--tw-bg-opacity))}.dark .dark\:bg-red-200{--tw-bg-opacity:1;background-color:rgb(251 213 213/var(--tw-bg-opacity))}.dark .dark\:bg-green-200{--tw-bg-opacity:1;background-color:rgb(188 240 218/var(--tw-bg-opacity))}.dark .dark\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(252 233 106/var(--tw-bg-opacity))}.dark .dark\:bg-blue-300{--tw-bg-opacity:1;background-color:rgb(164 202 254/var(--tw-bg-opacity))}.dark .dark\:bg-blue-800{--tw-bg-opacity:1;background-color:rgb(30 66 159/var(--tw-bg-opacity))}.dark .dark\:bg-red-800{--tw-bg-opacity:1;background-color:rgb(155 28 28/var(--tw-bg-opacity))}.dark .dark\:bg-green-800{--tw-bg-opacity:1;background-color:rgb(3 84 63/var(--tw-bg-opacity))}.dark .dark\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(114 59 19/var(--tw-bg-opacity))}.dark .dark\:bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.dark .dark\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(205 219 254/var(--tw-bg-opacity))}.dark .dark\:bg-purple-200{--tw-bg-opacity:1;background-color:rgb(220 215 254/var(--tw-bg-opacity))}.dark .dark\:bg-pink-200{--tw-bg-opacity:1;background-color:rgb(250 209 232/var(--tw-bg-opacity))}.dark .dark\:bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.dark .dark\:bg-green-600{--tw-bg-opacity:1;background-color:rgb(5 122 85/var(--tw-bg-opacity))}.dark .dark\:bg-red-600{--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity))}.dark .dark\:bg-purple-600{--tw-bg-opacity:1;background-color:rgb(126 58 242/var(--tw-bg-opacity))}.dark .dark\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.dark .dark\:bg-blue-500{--tw-bg-opacity:1;background-color:rgb(63 131 248/var(--tw-bg-opacity))}.dark .dark\:bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.dark .dark\:bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.dark .dark\:bg-blue-900{--tw-bg-opacity:1;background-color:rgb(35 56 118/var(--tw-bg-opacity))}.dark .dark\:bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.dark .dark\:bg-green-100{--tw-bg-opacity:1;background-color:rgb(222 247 236/var(--tw-bg-opacity))}.dark .dark\:bg-red-100{--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity))}.dark .dark\:bg-blue-400{--tw-bg-opacity:1;background-color:rgb(118 169 250/var(--tw-bg-opacity))}.dark .dark\:bg-orange-400{--tw-bg-opacity:1;background-color:rgb(255 138 76/var(--tw-bg-opacity))}.dark .dark\:bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.dark .dark\:bg-red-500{--tw-bg-opacity:1;background-color:rgb(240 82 82/var(--tw-bg-opacity))}.dark .dark\:bg-green-500{--tw-bg-opacity:1;background-color:rgb(14 159 110/var(--tw-bg-opacity))}.dark .dark\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(104 117 245/var(--tw-bg-opacity))}.dark .dark\:bg-purple-500{--tw-bg-opacity:1;background-color:rgb(144 97 249/var(--tw-bg-opacity))}.dark .dark\:bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.dark .dark\:bg-orange-200{--tw-bg-opacity:1;background-color:rgb(252 217 189/var(--tw-bg-opacity))}.dark .dark\:bg-orange-700{--tw-bg-opacity:1;background-color:rgb(180 52 3/var(--tw-bg-opacity))}.dark .dark\:bg-opacity-80{--tw-bg-opacity:0.8}.dark .dark\:fill-gray-300{fill:#d1d5db}.dark .dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark .dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark .dark\:text-blue-500{--tw-text-opacity:1;color:rgb(63 131 248/var(--tw-text-opacity))}.dark .dark\:text-green-600{--tw-text-opacity:1;color:rgb(5 122 85/var(--tw-text-opacity))}.dark .dark\:text-blue-800{--tw-text-opacity:1;color:rgb(30 66 159/var(--tw-text-opacity))}.dark .dark\:text-blue-900{--tw-text-opacity:1;color:rgb(35 56 118/var(--tw-text-opacity))}.dark .dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.dark .dark\:text-blue-400{--tw-text-opacity:1;color:rgb(118 169 250/var(--tw-text-opacity))}.dark .dark\:text-red-800{--tw-text-opacity:1;color:rgb(155 28 28/var(--tw-text-opacity))}.dark .dark\:text-green-800{--tw-text-opacity:1;color:rgb(3 84 63/var(--tw-text-opacity))}.dark .dark\:text-yellow-800{--tw-text-opacity:1;color:rgb(114 59 19/var(--tw-text-opacity))}.dark .dark\:text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity))}.dark .dark\:text-red-600{--tw-text-opacity:1;color:rgb(224 36 36/var(--tw-text-opacity))}.dark .dark\:text-yellow-600{--tw-text-opacity:1;color:rgb(159 88 10/var(--tw-text-opacity))}.dark .dark\:text-purple-400{--tw-text-opacity:1;color:rgb(172 148 250/var(--tw-text-opacity))}.dark .dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark .dark\:text-red-900{--tw-text-opacity:1;color:rgb(119 29 29/var(--tw-text-opacity))}.dark .dark\:text-green-900{--tw-text-opacity:1;color:rgb(1 71 55/var(--tw-text-opacity))}.dark .dark\:text-yellow-900{--tw-text-opacity:1;color:rgb(99 49 18/var(--tw-text-opacity))}.dark .dark\:text-indigo-900{--tw-text-opacity:1;color:rgb(54 47 120/var(--tw-text-opacity))}.dark .dark\:text-purple-900{--tw-text-opacity:1;color:rgb(74 29 150/var(--tw-text-opacity))}.dark .dark\:text-pink-900{--tw-text-opacity:1;color:rgb(117 26 61/var(--tw-text-opacity))}.dark .dark\:text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.dark .dark\:text-indigo-800{--tw-text-opacity:1;color:rgb(66 56 157/var(--tw-text-opacity))}.dark .dark\:text-purple-800{--tw-text-opacity:1;color:rgb(85 33 181/var(--tw-text-opacity))}.dark .dark\:text-pink-800{--tw-text-opacity:1;color:rgb(153 21 75/var(--tw-text-opacity))}.dark .dark\:text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.dark .dark\:text-green-500{--tw-text-opacity:1;color:rgb(14 159 110/var(--tw-text-opacity))}.dark .dark\:text-red-500{--tw-text-opacity:1;color:rgb(240 82 82/var(--tw-text-opacity))}.dark .dark\:text-yellow-300{--tw-text-opacity:1;color:rgb(250 202 21/var(--tw-text-opacity))}.dark .dark\:text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark .dark\:text-blue-200{--tw-text-opacity:1;color:rgb(195 221 253/var(--tw-text-opacity))}.dark .dark\:text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .dark\:text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.dark .dark\:text-yellow-500{--tw-text-opacity:1;color:rgb(194 120 3/var(--tw-text-opacity))}.dark .dark\:text-indigo-500{--tw-text-opacity:1;color:rgb(104 117 245/var(--tw-text-opacity))}.dark .dark\:text-purple-500{--tw-text-opacity:1;color:rgb(144 97 249/var(--tw-text-opacity))}.dark .dark\:text-orange-900{--tw-text-opacity:1;color:rgb(119 29 29/var(--tw-text-opacity))}.dark .dark\:text-blue-100{--tw-text-opacity:1;color:rgb(225 239 254/var(--tw-text-opacity))}.dark .dark\:text-blue-300{--tw-text-opacity:1;color:rgb(164 202 254/var(--tw-text-opacity))}.dark .dark\:text-green-200{--tw-text-opacity:1;color:rgb(188 240 218/var(--tw-text-opacity))}.dark .dark\:text-red-200{--tw-text-opacity:1;color:rgb(251 213 213/var(--tw-text-opacity))}.dark .dark\:text-orange-200{--tw-text-opacity:1;color:rgb(252 217 189/var(--tw-text-opacity))}.dark .dark\:text-green-400{--tw-text-opacity:1;color:rgb(49 196 141/var(--tw-text-opacity))}.dark .dark\:text-red-400{--tw-text-opacity:1;color:rgb(249 128 128/var(--tw-text-opacity))}.dark .dark\:text-blue-500\/100{color:#3f83f8}.dark .dark\:text-blue-500\/75{color:rgba(63,131,248,.75)}.dark .dark\:text-blue-500\/50{color:rgba(63,131,248,.5)}.dark .dark\:text-blue-500\/25{color:rgba(63,131,248,.25)}.dark .dark\:\!text-blue-500{--tw-text-opacity:1!important;color:rgb(63 131 248/var(--tw-text-opacity))!important}.dark .dark\:decoration-blue-600{-webkit-text-decoration-color:#1c64f2;text-decoration-color:#1c64f2}.dark .dark\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-gray-400:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(14 159 110/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-green-500:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(14 159 110/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-green-500::placeholder{--tw-placeholder-opacity:1;color:rgb(14 159 110/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(240 82 82/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-red-500:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(240 82 82/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-red-500::placeholder{--tw-placeholder-opacity:1;color:rgb(240 82 82/var(--tw-placeholder-opacity))}.dark .dark\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.dark .dark\:shadow-lg,.dark .dark\:shadow-sm-light{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .dark\:shadow-sm-light{--tw-shadow:0 2px 5px 0px hsla(0,0%,100%,.08);--tw-shadow-colored:0 2px 5px 0px var(--tw-shadow-color)}.dark .dark\:shadow-blue-800\/80{--tw-shadow-color:rgba(30,66,159,.8);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-green-800\/80{--tw-shadow-color:rgba(3,84,63,.8);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-cyan-800\/80{--tw-shadow-color:rgba(21,94,117,.8);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-teal-800\/80{--tw-shadow-color:rgba(5,80,92,.8);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-lime-800\/80{--tw-shadow-color:rgba(63,98,18,.8);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-red-800\/80{--tw-shadow-color:rgba(155,28,28,.8);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-pink-800\/80{--tw-shadow-color:rgba(153,21,75,.8);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-purple-800\/80{--tw-shadow-color:rgba(85,33,181,.8);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-gray-800{--tw-shadow-color:#1f2937;--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity))}.dark .dark\:ring-gray-900{--tw-ring-opacity:1;--tw-ring-color:rgb(17 24 39/var(--tw-ring-opacity))}.dark .dark\:ring-offset-gray-800{--tw-ring-offset-color:#1f2937}.dark .dark\:ring-offset-gray-700{--tw-ring-offset-color:#374151}.dark .dark\:first-letter\:text-gray-100:first-letter{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.dark .dark\:hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark .dark\:hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.dark .dark\:hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.dark .dark\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(26 86 219/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgb(164 202 254/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgb(248 180 180/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgb(132 225 188/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgb(250 202 21/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgb(35 56 118/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgb(119 29 29/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgb(1 71 55/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgb(99 49 18/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgb(180 198 252/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgb(202 191 253/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgb(248 180 217/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(4 108 78/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(200 30 30/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(108 43 217/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-\[\#050708\]\/30:hover{background-color:rgba(5,7,8,.3)}.dark .dark\:hover\:bg-\[\#FF9119\]\/80:hover{background-color:rgba(255,145,25,.8)}.dark .dark\:hover\:bg-\[\#050708\]\/40:hover{background-color:rgba(5,7,8,.4)}.dark .dark\:hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(5 122 85/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgb(227 160 8/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgb(144 97 249/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 66 159/var(--tw-bg-opacity))}.dark .dark\:hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(63 131 248/var(--tw-text-opacity))}.dark .dark\:hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgb(35 56 118/var(--tw-text-opacity))}.dark .dark\:hover\:text-red-900:hover{--tw-text-opacity:1;color:rgb(119 29 29/var(--tw-text-opacity))}.dark .dark\:hover\:text-green-900:hover{--tw-text-opacity:1;color:rgb(1 71 55/var(--tw-text-opacity))}.dark .dark\:hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgb(99 49 18/var(--tw-text-opacity))}.dark .dark\:hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.dark .dark\:hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgb(54 47 120/var(--tw-text-opacity))}.dark .dark\:hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgb(74 29 150/var(--tw-text-opacity))}.dark .dark\:hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgb(117 26 61/var(--tw-text-opacity))}.dark .dark\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark .dark\:hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity))}.dark .dark\:hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity))}.dark .dark\:hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(164 202 254/var(--tw-text-opacity))}.dark .dark\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgb(118 169 250/var(--tw-text-opacity))}.dark .dark\:hover\:bg-blend-darken:hover{background-blend-mode:darken}.dark .dark\:focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(63 131 248/var(--tw-border-opacity))}.dark .dark\:focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgb(14 159 110/var(--tw-border-opacity))}.dark .dark\:focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(240 82 82/var(--tw-border-opacity))}.dark .dark\:focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark .dark\:focus\:bg-blue-600:focus{--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity))}.dark .dark\:focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(63 131 248/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(30 66 159/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-gray-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(31 41 55/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(3 84 63/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-red-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(119 29 29/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-yellow-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 49 18/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-purple-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(74 29 150/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-cyan-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(21 94 117/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-teal-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(5 80 92/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-lime-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(63 98 18/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-red-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(155 28 28/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-pink-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(153 21 75/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-purple-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(85 33 181/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-teal-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(3 102 114/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 128 128/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-\[\#050708\]\/50:focus{--tw-ring-color:rgba(5,7,8,.5)}.dark .dark\:focus\:ring-\[\#FF9119\]\/40:focus{--tw-ring-color:rgba(255,145,25,.4)}.dark .dark\:focus\:ring-\[\#F7BE38\]\/50:focus{--tw-ring-color:rgba(247,190,56,.5)}.dark .dark\:focus\:ring-\[\#2557D6\]\/50:focus{--tw-ring-color:rgba(37,87,214,.5)}.dark .dark\:focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(28 100 242/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-blue-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(35 56 118/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(224 36 36/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(5 122 85/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(126 58 242/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-teal-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(4 116 129/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-yellow-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(159 88 10/var(--tw-ring-opacity))}.dark .dark\:focus\:ring-orange-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(208 56 1/var(--tw-ring-opacity))}.dark .group:hover .dark\:group-hover\:bg-gray-800\/60{background-color:rgba(31,41,55,.6)}.dark .group:hover .dark\:group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .group:hover .dark\:group-hover\:text-blue-500{--tw-text-opacity:1;color:rgb(63 131 248/var(--tw-text-opacity))}.dark .group:hover .dark\:group-hover\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark .group:focus .dark\:group-focus\:ring-gray-800\/70{--tw-ring-color:rgba(31,41,55,.7)}.dark .peer:checked~.dark\:peer-checked\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark .peer:checked~.dark\:peer-checked\:text-blue-500,.peer:focus~.dark .peer-focus\:dark\:text-blue-500{--tw-text-opacity:1;color:rgb(63 131 248/var(--tw-text-opacity))}.dark .peer:focus~.dark\:peer-focus\:ring-blue-800{--tw-ring-opacity:1;--tw-ring-color:rgb(30 66 159/var(--tw-ring-opacity))}.dark .peer:focus~.dark\:peer-focus\:ring-red-800{--tw-ring-opacity:1;--tw-ring-color:rgb(155 28 28/var(--tw-ring-opacity))}.dark .peer:focus~.dark\:peer-focus\:ring-green-800{--tw-ring-opacity:1;--tw-ring-color:rgb(3 84 63/var(--tw-ring-opacity))}.dark .peer:focus~.dark\:peer-focus\:ring-purple-800{--tw-ring-opacity:1;--tw-ring-color:rgb(85 33 181/var(--tw-ring-opacity))}.dark .peer:focus~.dark\:peer-focus\:ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgb(114 59 19/var(--tw-ring-opacity))}.dark .peer:focus~.dark\:peer-focus\:ring-teal-800{--tw-ring-opacity:1;--tw-ring-color:rgb(5 80 92/var(--tw-ring-opacity))}.dark .peer:focus~.dark\:peer-focus\:ring-orange-800{--tw-ring-opacity:1;--tw-ring-color:rgb(138 44 13/var(--tw-ring-opacity))}@media (min-width:640px){.sm\:order-last{order:9999}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mt-0{margin-top:0}.sm\:mb-0{margin-bottom:0}.sm\:mb-4{margin-bottom:1rem}.sm\:ml-auto{margin-left:auto}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-6{height:1.5rem}.sm\:h-64{height:16rem}.sm\:h-9{height:2.25rem}.sm\:h-7{height:1.75rem}.sm\:w-auto{width:auto}.sm\:w-10{width:2.5rem}.sm\:w-6{width:1.5rem}.sm\:w-96{width:24rem}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-6{gap:1.5rem}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.sm\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.sm\:rounded-lg{border-radius:.5rem}.sm\:border-b-0{border-bottom-width:0}.sm\:border-r{border-right-width:1px}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:pt-4{padding-top:1rem}.sm\:pr-8{padding-right:2rem}.sm\:pr-4{padding-right:1rem}.sm\:pl-4{padding-left:1rem}.sm\:pl-2{padding-left:.5rem}.sm\:pb-4{padding-bottom:1rem}.sm\:text-center{text-align:center}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}}@media (min-width:768px){.md\:inset-0{bottom:0;left:0;right:0;top:0}.md\:order-2{order:2}.md\:order-1{order:1}.md\:my-0{margin-bottom:0;margin-top:0}.md\:my-10{margin-bottom:2.5rem;margin-top:2.5rem}.md\:my-12{margin-bottom:3rem;margin-top:3rem}.md\:ml-2{margin-left:.5rem}.md\:mt-6{margin-top:1.5rem}.md\:mb-12{margin-bottom:3rem}.md\:mr-0{margin-right:0}.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:mr-6{margin-right:1.5rem}.md\:mr-2{margin-right:.5rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-auto{height:auto}.md\:h-96{height:24rem}.md\:h-4{height:1rem}.md\:h-full{height:100%}.md\:w-48{width:12rem}.md\:w-auto{width:auto}.md\:w-4{width:1rem}.md\:max-w-xl{max-width:36rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.md\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.md\:rounded-none{border-radius:0}.md\:rounded-l-lg{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.md\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.md\:rounded-tl-lg{border-top-left-radius:.5rem}.md\:rounded-br-lg{border-bottom-right-radius:.5rem}.md\:border-0{border-width:0}.md\:border-r{border-right-width:1px}.md\:border-b-0{border-bottom-width:0}.md\:bg-transparent{background-color:transparent}.md\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.md\:p-8{padding:2rem}.md\:p-0{padding:0}.md\:p-6{padding:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.md\:py-2{padding-bottom:.5rem;padding-top:.5rem}.md\:pb-4{padding-bottom:1rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:font-medium{font-weight:500}.md\:text-blue-700{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity))}.md\:text-green-700{--tw-text-opacity:1;color:rgb(4 108 78/var(--tw-text-opacity))}.md\:hover\:bg-transparent:hover{background-color:transparent}.md\:hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity))}.md\:hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity))}.md\:hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(4 108 78/var(--tw-text-opacity))}.dark .md\:dark\:bg-transparent{background-color:transparent}.dark .md\:dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark .md\:dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .md\:dark\:hover\:bg-transparent:hover{background-color:transparent}.dark .md\:dark\:hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(63 131 248/var(--tw-text-opacity))}.dark .md\:dark\:hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}}@media (min-width:1024px){.lg\:static{position:static}.lg\:sticky{position:-webkit-sticky;position:sticky}.lg\:top-28{top:7rem}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:my-12{margin-bottom:3rem;margin-top:3rem}.lg\:my-8{margin-bottom:2rem;margin-top:2rem}.lg\:mb-0{margin-bottom:0}.lg\:mr-0{margin-right:0}.lg\:mb-8{margin-bottom:2rem}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-auto{height:auto}.lg\:h-\[calc\(100vh-3rem\)\]{height:calc(100vh - 3rem)}.lg\:max-h-full{max-height:100%}.lg\:w-48{width:12rem}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:gap-8{gap:2rem}.lg\:self-center{align-self:center}.lg\:overflow-visible{overflow:visible}.lg\:overflow-y-visible{overflow-y:visible}.lg\:p-8{padding:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-4{padding-bottom:1rem;padding-top:1rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:py-0{padding-bottom:0;padding-top:0}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:py-16{padding-bottom:4rem;padding-top:4rem}.lg\:pt-0{padding-top:0}.lg\:pt-8{padding-top:2rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pl-0{padding-left:0}.lg\:pt-2{padding-top:.5rem}.lg\:pb-20{padding-bottom:5rem}.lg\:text-xs{font-size:.75rem;line-height:1rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width:1280px){.xl\:ml-16{margin-left:4rem}.xl\:block{display:block}.xl\:h-80{height:20rem}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:gap-24{gap:6rem}.xl\:gap-0{gap:0}.xl\:py-24{padding-bottom:6rem;padding-top:6rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:px-48{padding-left:12rem;padding-right:12rem}.xl\:pb-24{padding-bottom:6rem}.xl\:pl-4{padding-left:1rem}.xl\:text-sm{font-size:.875rem;line-height:1.25rem}.xl\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width:1536px){.\32xl\:block{display:block}.\32xl\:h-96{height:24rem}.\32xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.\32xl\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.\32xl\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}}
\ No newline at end of file
diff --git a/Updated_Cms/public/assets/css/no-flash.css b/Updated_Cms/public/assets/css/no-flash.css
new file mode 100644
index 0000000000..17b7acccb8
--- /dev/null
+++ b/Updated_Cms/public/assets/css/no-flash.css
@@ -0,0 +1,223 @@
+#flash-container,
+body {
+ width: 100%;
+ height: 100%;
+ margin: 0;
+}
+
+body {
+ background-color: #000;
+}
+
+#client-ui {
+ height: 100%;
+}
+
+#flash-container {
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ overflow: hidden;
+}
+
+.interstitial,
+Rabbo-client-reload {
+ height: 100%;
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
+
+Rabbo-client-reload {
+ left: 0;
+ -ms-flex-align: center;
+ align-items: center;
+ background: rgba(0, 0, 0, 0.9);
+ display: flex;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -ms-flex-pack: center;
+ justify-content: center;
+ z-index: 620;
+}
+
+.client-reload__button {
+ box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.3);
+ display: inline-block;
+ line-height: 1.2;
+ text-align: center;
+ background-color: #00813e;
+ color: #fff;
+ font-size: 16px;
+ border-radius: 5px;
+ margin-bottom: 4px;
+ text-transform: uppercase;
+ border-color: #8eda55;
+ border-style: solid;
+ border-width: 2px;
+ padding: 12px 24px;
+}
+
+.client-reload__button:hover {
+ background-color: #00ab54;
+ border-color: #b9f373;
+}
+
+.client-reload__button:active,
+.client-reload__button:disabled {
+ background-color: #006743;
+ border-color: #5abb37;
+}
+
+.client-reload__button:active,
+.client-reload__button:hover {
+ border-bottom-style: solid;
+ border-bottom-width: 2px;
+}
+
+.client-reload__button:active {
+ box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
+ transform: translate(0, 2px);
+}
+
+.client-reload__button:disabled,
+.client__buttons .client__close:disabled,
+.client__buttons button:disabled,
+.discussions__reply:disabled,
+.register-banner__button:disabled {
+ opacity: 0.4;
+}
+
+.text {
+ text-transform: uppercase;
+ font-size: 36px;
+ color: #fff;
+ font-family: "Ubuntu Condensed", "Trebuchet MS", "Lucida Grande",
+ "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
+ font-weight: 400;
+ line-height: 1.2;
+ margin: 0.6em 0;
+}
+
+#adsbanner120,
+#flash-container {
+ position: absolute;
+ overflow: hidden;
+}
+
+#adsbanner120 {
+ color: #000;
+ width: 173px;
+ font-family: "Exo 2", sans-serif;
+ font-size: 15px;
+ z-index: 70000;
+ top: 47px;
+ right: 5px;
+ display: block;
+ min-height: 20px;
+ background-position: 0 214px;
+ padding: 8px;
+}
+
+.hb-container {
+ max-width: 600px;
+ background-color: #111524;
+ border-radius: 10px;
+ overflow: hidden;
+ color: #96b9ee;
+ display: block;
+ font-family: Ubuntu, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
+ "Lucida Sans", Tahoma, sans-serif;
+ margin: 80px auto 0;
+ padding: 12px 24px;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-weight: 400;
+ line-height: 1.2;
+ text-transform: uppercase;
+ color: #fff;
+ margin: 0.6em 0;
+}
+
+.hb-container p {
+ font-size: 16px;
+ margin: 0.75em 0;
+}
+
+.hb-container ul {
+ list-style-type: disc;
+ padding-left: 26px;
+ margin: 12px 0;
+}
+
+a {
+ color: #fff;
+ cursor: pointer;
+ outline: 0;
+ text-decoration: none;
+}
+
+.frank {
+ float: right;
+}
+
+.hb-button_nav {
+ position: fixed;
+ top: 15px;
+ left: 15px;
+}
+
+.hb-button_nav .button-left {
+ background-color: #ffb900;
+ border: 2px solid #ffea00;
+ font-size: 12px;
+ border-radius: 5px 0 0 5px;
+ display: inline-block;
+ padding: 5px;
+}
+
+.hb-button_nav .button-center {
+ background-color: #ffb900;
+ border: 2px solid #ffea00;
+ font-size: 12px;
+ border-radius: 0;
+ display: inline-block;
+ padding: 5px;
+}
+
+.hb-button_nav .button-right {
+ background-color: #ffb900;
+ border: 2px solid #ffea00;
+ font-size: 12px;
+ border-radius: 0 5px 5px 0;
+ display: inline-block;
+ padding: 5px;
+}
+
+.hb-button_nav .button-left:hover,
+.hb-button_nav .button-center:hover,
+.hb-button_nav .button-right:hover {
+ background-color: #ffd400;
+ border: 2px solid #fffd70;
+}
+
+.hb-button_nav .button-left img,
+.hb-button_nav .button-center img,
+.hb-button_nav .button-right img {
+ vertical-align: top;
+}
+
+.hb-button_nav .button-left a,
+.hb-button_nav .button-center a,
+.hb-button_nav .button-right a {
+ color: #000;
+ text-transform: uppercase;
+}
diff --git a/Updated_Cms/public/assets/css/scale.min.css b/Updated_Cms/public/assets/css/scale.min.css
new file mode 100644
index 0000000000..b321447496
--- /dev/null
+++ b/Updated_Cms/public/assets/css/scale.min.css
@@ -0,0 +1 @@
+.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}
\ No newline at end of file
diff --git a/Updated_Cms/public/assets/images/angry_frank.png b/Updated_Cms/public/assets/images/angry_frank.png
new file mode 100644
index 0000000000..96d774d5ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/angry_frank.png differ
diff --git a/Updated_Cms/public/assets/images/articles/10yrsofhabboween_l_promo.png b/Updated_Cms/public/assets/images/articles/10yrsofhabboween_l_promo.png
new file mode 100644
index 0000000000..79d7b98ab8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/10yrsofhabboween_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/2015ny_l_promo.png b/Updated_Cms/public/assets/images/articles/2015ny_l_promo.png
new file mode 100644
index 0000000000..29ab19607f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/2015ny_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ABBOBADOS_P01.png b/Updated_Cms/public/assets/images/articles/ABBOBADOS_P01.png
new file mode 100644
index 0000000000..a8176d7cc6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ABBOBADOS_P01.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ABOBBADOS_P03.png b/Updated_Cms/public/assets/images/articles/ABOBBADOS_P03.png
new file mode 100644
index 0000000000..61f160da7b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ABOBBADOS_P03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ABOBBADOS_P04.png b/Updated_Cms/public/assets/images/articles/ABOBBADOS_P04.png
new file mode 100644
index 0000000000..4d4001d067
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ABOBBADOS_P04.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Abobbados_largepromo.png b/Updated_Cms/public/assets/images/articles/Abobbados_largepromo.png
new file mode 100644
index 0000000000..a3f47557d1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Abobbados_largepromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Abobbados_promo.png b/Updated_Cms/public/assets/images/articles/Abobbados_promo.png
new file mode 100644
index 0000000000..bb2166856b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Abobbados_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Abobbados_webpromofixa.png b/Updated_Cms/public/assets/images/articles/Abobbados_webpromofixa.png
new file mode 100644
index 0000000000..8893c88951
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Abobbados_webpromofixa.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Amnesty_webpromo.png b/Updated_Cms/public/assets/images/articles/Amnesty_webpromo.png
new file mode 100644
index 0000000000..9e19e809a2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Amnesty_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Amnesty_webpromo_2.png b/Updated_Cms/public/assets/images/articles/Amnesty_webpromo_2.png
new file mode 100644
index 0000000000..c8f11bad1e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Amnesty_webpromo_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BAW_Camp_Habbo_2.png b/Updated_Cms/public/assets/images/articles/BAW_Camp_Habbo_2.png
new file mode 100644
index 0000000000..81c9bdbbc3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BAW_Camp_Habbo_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BAW_Camp_Habbo_3.png b/Updated_Cms/public/assets/images/articles/BAW_Camp_Habbo_3.png
new file mode 100644
index 0000000000..7640a21015
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BAW_Camp_Habbo_3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BAW_DiaDoM_gico.png b/Updated_Cms/public/assets/images/articles/BAW_DiaDoM_gico.png
new file mode 100644
index 0000000000..09feda11f7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BAW_DiaDoM_gico.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BAW_Indipendence_day.png b/Updated_Cms/public/assets/images/articles/BAW_Indipendence_day.png
new file mode 100644
index 0000000000..e4e20091f9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BAW_Indipendence_day.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BAW_Wizard_and_Dragon_Kingdoms.png b/Updated_Cms/public/assets/images/articles/BAW_Wizard_and_Dragon_Kingdoms.png
new file mode 100644
index 0000000000..7acf6f2fd5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BAW_Wizard_and_Dragon_Kingdoms.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BAW_amigosecreto.png b/Updated_Cms/public/assets/images/articles/BAW_amigosecreto.png
new file mode 100644
index 0000000000..0a6b3e8f0f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BAW_amigosecreto.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BAW_lpromo_banzai.png b/Updated_Cms/public/assets/images/articles/BAW_lpromo_banzai.png
new file mode 100644
index 0000000000..e6ae75a7a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BAW_lpromo_banzai.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BAW_week26_creature_bibliche.png b/Updated_Cms/public/assets/images/articles/BAW_week26_creature_bibliche.png
new file mode 100644
index 0000000000..35de06026d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BAW_week26_creature_bibliche.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BAWenn_02.png b/Updated_Cms/public/assets/images/articles/BAWenn_02.png
new file mode 100644
index 0000000000..640c744b50
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BAWenn_02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Cantina02.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Cantina02.png
new file mode 100644
index 0000000000..bc371bd18f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Cantina02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Capivara.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Capivara.png
new file mode 100644
index 0000000000..4598466c7b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Capivara.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_CartoesHabbPP.png b/Updated_Cms/public/assets/images/articles/BR_Promo_CartoesHabbPP.png
new file mode 100644
index 0000000000..042b14d9c4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_CartoesHabbPP.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_CrrAlgrcCmpttn.png b/Updated_Cms/public/assets/images/articles/BR_Promo_CrrAlgrcCmpttn.png
new file mode 100644
index 0000000000..8c03528c14
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_CrrAlgrcCmpttn.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Emblemama.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Emblemama.png
new file mode 100644
index 0000000000..b3acd95030
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Emblemama.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid01.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid01.png
new file mode 100644
index 0000000000..ac0588ae8d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid01.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid02.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid02.png
new file mode 100644
index 0000000000..40a9031583
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid03.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid03.png
new file mode 100644
index 0000000000..3f95f28841
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid04.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid04.png
new file mode 100644
index 0000000000..a39405877a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Habbid04.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz01.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz01.png
new file mode 100644
index 0000000000..59fe95adbb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz01.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz02.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz02.png
new file mode 100644
index 0000000000..51800e0676
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz03.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz03.png
new file mode 100644
index 0000000000..f957e72c02
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz04.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz04.png
new file mode 100644
index 0000000000..ae65405b1c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Habboz04.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds01.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds01.png
new file mode 100644
index 0000000000..9a2f6b59b9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds01.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds02.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds02.png
new file mode 100644
index 0000000000..f7690e3920
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds03.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds03.png
new file mode 100644
index 0000000000..f0a7e950e1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds04.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds04.png
new file mode 100644
index 0000000000..08673a8dff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbnds04.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbngt01.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbngt01.png
new file mode 100644
index 0000000000..96dbaf9ef7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbngt01.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbngt02.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbngt02.png
new file mode 100644
index 0000000000..360db29dfa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbngt02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbngt03.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbngt03.png
new file mode 100644
index 0000000000..0098090169
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Hbbngt03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_HbweenVideo.png b/Updated_Cms/public/assets/images/articles/BR_Promo_HbweenVideo.png
new file mode 100644
index 0000000000..d3b9f8be8c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_HbweenVideo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Pirata.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Pirata.png
new file mode 100644
index 0000000000..13ea2854d4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Pirata.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Prom.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Prom.png
new file mode 100644
index 0000000000..6607387504
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Prom.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_SID2014.png b/Updated_Cms/public/assets/images/articles/BR_Promo_SID2014.png
new file mode 100644
index 0000000000..26697e0282
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_SID2014.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_SorveteiraRaro.png b/Updated_Cms/public/assets/images/articles/BR_Promo_SorveteiraRaro.png
new file mode 100644
index 0000000000..6e14caef5d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_SorveteiraRaro.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi01.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi01.png
new file mode 100644
index 0000000000..5fe22a4a9e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi01.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi02.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi02.png
new file mode 100644
index 0000000000..c19e31a734
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi03.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi03.png
new file mode 100644
index 0000000000..6af52ce1ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi04.png b/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi04.png
new file mode 100644
index 0000000000..ba54baae87
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_Tropi04.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_VisuCine.png b/Updated_Cms/public/assets/images/articles/BR_Promo_VisuCine.png
new file mode 100644
index 0000000000..1b030d6539
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_VisuCine.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_WWWDuelo.png b/Updated_Cms/public/assets/images/articles/BR_Promo_WWWDuelo.png
new file mode 100644
index 0000000000..c062f86ed5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_WWWDuelo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/BR_Promo_WWWtrain.png b/Updated_Cms/public/assets/images/articles/BR_Promo_WWWtrain.png
new file mode 100644
index 0000000000..bb32c4f32f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/BR_Promo_WWWtrain.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Baccons_BR.png b/Updated_Cms/public/assets/images/articles/Baccons_BR.png
new file mode 100644
index 0000000000..80178d56ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Baccons_BR.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Banner_BAW.png b/Updated_Cms/public/assets/images/articles/Banner_BAW.png
new file mode 100644
index 0000000000..28d456df41
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Banner_BAW.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Catrina_Large_promo.png b/Updated_Cms/public/assets/images/articles/Catrina_Large_promo.png
new file mode 100644
index 0000000000..5152187b81
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Catrina_Large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ChristmasPromo_2.png b/Updated_Cms/public/assets/images/articles/ChristmasPromo_2.png
new file mode 100644
index 0000000000..cc98988788
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ChristmasPromo_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/CyberPunk_BonusRares_Lpromo.png b/Updated_Cms/public/assets/images/articles/CyberPunk_BonusRares_Lpromo.png
new file mode 100644
index 0000000000..451199bf25
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/CyberPunk_BonusRares_Lpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/DE_Promo_Marchen.png b/Updated_Cms/public/assets/images/articles/DE_Promo_Marchen.png
new file mode 100644
index 0000000000..afef5ba308
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/DE_Promo_Marchen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/DE_Promo_RDW.png b/Updated_Cms/public/assets/images/articles/DE_Promo_RDW.png
new file mode 100644
index 0000000000..86297da44d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/DE_Promo_RDW.png differ
diff --git a/Updated_Cms/public/assets/images/articles/DE_RDW_Valentine.png b/Updated_Cms/public/assets/images/articles/DE_RDW_Valentine.png
new file mode 100644
index 0000000000..24a562673a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/DE_RDW_Valentine.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Day_of_the_Dead_Bundle_large_promo.png b/Updated_Cms/public/assets/images/articles/Day_of_the_Dead_Bundle_large_promo.png
new file mode 100644
index 0000000000..b4d7bedd0e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Day_of_the_Dead_Bundle_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/DormRoomBundleLpromo.png b/Updated_Cms/public/assets/images/articles/DormRoomBundleLpromo.png
new file mode 100644
index 0000000000..a65bced345
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/DormRoomBundleLpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/F_rmula_Habbum.png b/Updated_Cms/public/assets/images/articles/F_rmula_Habbum.png
new file mode 100644
index 0000000000..5381ed7547
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/F_rmula_Habbum.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Furnimatic_Large_webpromo.png b/Updated_Cms/public/assets/images/articles/Furnimatic_Large_webpromo.png
new file mode 100644
index 0000000000..ed652cee2c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Furnimatic_Large_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/GenericPromo.png b/Updated_Cms/public/assets/images/articles/GenericPromo.png
new file mode 100644
index 0000000000..caea339137
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/GenericPromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HABBANG_PROMO_XMAS14.png b/Updated_Cms/public/assets/images/articles/HABBANG_PROMO_XMAS14.png
new file mode 100644
index 0000000000..c85a60a277
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HABBANG_PROMO_XMAS14.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HB_Promo.png b/Updated_Cms/public/assets/images/articles/HB_Promo.png
new file mode 100644
index 0000000000..23c715c9ff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HB_Promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HC_Arab_large_promo.png b/Updated_Cms/public/assets/images/articles/HC_Arab_large_promo.png
new file mode 100644
index 0000000000..199b411999
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HC_Arab_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HFWfurni_l_promo.png b/Updated_Cms/public/assets/images/articles/HFWfurni_l_promo.png
new file mode 100644
index 0000000000..63104f6eed
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HFWfurni_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HFWhc_l_promo.png b/Updated_Cms/public/assets/images/articles/HFWhc_l_promo.png
new file mode 100644
index 0000000000..8b6e86dcd7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HFWhc_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HFWroom_l_promo.png b/Updated_Cms/public/assets/images/articles/HFWroom_l_promo.png
new file mode 100644
index 0000000000..0a5cc87a11
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HFWroom_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HFunAdventskalender.png b/Updated_Cms/public/assets/images/articles/HFunAdventskalender.png
new file mode 100644
index 0000000000..f42d495782
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HFunAdventskalender.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HS_promo_newyear.png b/Updated_Cms/public/assets/images/articles/HS_promo_newyear.png
new file mode 100644
index 0000000000..6e28f122ba
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HS_promo_newyear.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HS_promo_stickies.png b/Updated_Cms/public/assets/images/articles/HS_promo_stickies.png
new file mode 100644
index 0000000000..3bd8f0271c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HS_promo_stickies.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HSwebpromo.png b/Updated_Cms/public/assets/images/articles/HSwebpromo.png
new file mode 100644
index 0000000000..67f308de46
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HSwebpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HW1_webPromo.png b/Updated_Cms/public/assets/images/articles/HW1_webPromo.png
new file mode 100644
index 0000000000..5a8d403ea6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HW1_webPromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HW2_webPromo.png b/Updated_Cms/public/assets/images/articles/HW2_webPromo.png
new file mode 100644
index 0000000000..1339c9407a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HW2_webPromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HWEEN13_Promo01.png b/Updated_Cms/public/assets/images/articles/HWEEN13_Promo01.png
new file mode 100644
index 0000000000..7a7f6a75de
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HWEEN13_Promo01.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HWEEN13_Promo02.png b/Updated_Cms/public/assets/images/articles/HWEEN13_Promo02.png
new file mode 100644
index 0000000000..217fdceaa4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HWEEN13_Promo02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HWEEN13_Promo03.png b/Updated_Cms/public/assets/images/articles/HWEEN13_Promo03.png
new file mode 100644
index 0000000000..b5db82f8e2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HWEEN13_Promo03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HabView_Promo.png b/Updated_Cms/public/assets/images/articles/HabView_Promo.png
new file mode 100644
index 0000000000..28635526cc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HabView_Promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HabbacePromo.png b/Updated_Cms/public/assets/images/articles/HabbacePromo.png
new file mode 100644
index 0000000000..898ab274e8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HabbacePromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Habbacr_LargePromo_Carnaval.png b/Updated_Cms/public/assets/images/articles/Habbacr_LargePromo_Carnaval.png
new file mode 100644
index 0000000000..564d80aa3c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Habbacr_LargePromo_Carnaval.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Habbid_promo.png b/Updated_Cms/public/assets/images/articles/Habbid_promo.png
new file mode 100644
index 0000000000..b12adabb45
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Habbid_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Habbo15bundle2_lpromo.png b/Updated_Cms/public/assets/images/articles/Habbo15bundle2_lpromo.png
new file mode 100644
index 0000000000..461cc676a7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Habbo15bundle2_lpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/HabboTropicalNL_3.png b/Updated_Cms/public/assets/images/articles/HabboTropicalNL_3.png
new file mode 100644
index 0000000000..61ac6a3472
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/HabboTropicalNL_3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Habbofun_Promo.png b/Updated_Cms/public/assets/images/articles/Habbofun_Promo.png
new file mode 100644
index 0000000000..0039a9e3d3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Habbofun_Promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Habbonados.png b/Updated_Cms/public/assets/images/articles/Habbonados.png
new file mode 100644
index 0000000000..22fbd261d9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Habbonados.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Habbonight_banner_gen_rico.png b/Updated_Cms/public/assets/images/articles/Habbonight_banner_gen_rico.png
new file mode 100644
index 0000000000..b17f53b273
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Habbonight_banner_gen_rico.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Habbonight_promoferias.png b/Updated_Cms/public/assets/images/articles/Habbonight_promoferias.png
new file mode 100644
index 0000000000..4c4ad84a89
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Habbonight_promoferias.png differ
diff --git a/Updated_Cms/public/assets/images/articles/IT_mothersday_promo.png b/Updated_Cms/public/assets/images/articles/IT_mothersday_promo.png
new file mode 100644
index 0000000000..f8655affcb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/IT_mothersday_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ITpromo_hlf_evilvsgood.png b/Updated_Cms/public/assets/images/articles/ITpromo_hlf_evilvsgood.png
new file mode 100644
index 0000000000..01ad056f48
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ITpromo_hlf_evilvsgood.png differ
diff --git a/Updated_Cms/public/assets/images/articles/KlusserLargePromo.png b/Updated_Cms/public/assets/images/articles/KlusserLargePromo.png
new file mode 100644
index 0000000000..b371055682
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/KlusserLargePromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/LTD_l_promo.png b/Updated_Cms/public/assets/images/articles/LTD_l_promo.png
new file mode 100644
index 0000000000..eb6c1d4bb6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/LTD_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Large-promo-5.png b/Updated_Cms/public/assets/images/articles/Large-promo-5.png
new file mode 100644
index 0000000000..7c38b1f75b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Large-promo-5.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Large-promo-5_thumb.png b/Updated_Cms/public/assets/images/articles/Large-promo-5_thumb.png
new file mode 100644
index 0000000000..08a97d19f9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Large-promo-5_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Large-promo-6.png b/Updated_Cms/public/assets/images/articles/Large-promo-6.png
new file mode 100644
index 0000000000..d1c2fb81dc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Large-promo-6.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Large-promo-6_thumb.png b/Updated_Cms/public/assets/images/articles/Large-promo-6_thumb.png
new file mode 100644
index 0000000000..cad0e3c497
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Large-promo-6_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Large-promo-game-1.png b/Updated_Cms/public/assets/images/articles/Large-promo-game-1.png
new file mode 100644
index 0000000000..de0f820ef0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Large-promo-game-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Large-promo-game-1_thumb.png b/Updated_Cms/public/assets/images/articles/Large-promo-game-1_thumb.png
new file mode 100644
index 0000000000..efa4028098
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Large-promo-game-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/LargePromoAppleAirLaunchIT.png b/Updated_Cms/public/assets/images/articles/LargePromoAppleAirLaunchIT.png
new file mode 100644
index 0000000000..d5a2710d99
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/LargePromoAppleAirLaunchIT.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Large_promo_wildwest_ltd.png b/Updated_Cms/public/assets/images/articles/Large_promo_wildwest_ltd.png
new file mode 100644
index 0000000000..cbf34bd0fe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Large_promo_wildwest_ltd.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Mangirpromo_TR.png b/Updated_Cms/public/assets/images/articles/Mangirpromo_TR.png
new file mode 100644
index 0000000000..ce4131989b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Mangirpromo_TR.png differ
diff --git a/Updated_Cms/public/assets/images/articles/MovieMagic_Bundle2LgPromo.png b/Updated_Cms/public/assets/images/articles/MovieMagic_Bundle2LgPromo.png
new file mode 100644
index 0000000000..34d9fcaaf4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/MovieMagic_Bundle2LgPromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Moviemagic_bundle1_large_promo.png b/Updated_Cms/public/assets/images/articles/Moviemagic_bundle1_large_promo.png
new file mode 100644
index 0000000000..7125067b17
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Moviemagic_bundle1_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Moviemagic_posters_large_promo.png b/Updated_Cms/public/assets/images/articles/Moviemagic_posters_large_promo.png
new file mode 100644
index 0000000000..327aa88bb4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Moviemagic_posters_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Mr_Wallinga_TopStory.png b/Updated_Cms/public/assets/images/articles/Mr_Wallinga_TopStory.png
new file mode 100644
index 0000000000..777979e6d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Mr_Wallinga_TopStory.png differ
diff --git a/Updated_Cms/public/assets/images/articles/MuseumInvestigationLargewebpromo.png b/Updated_Cms/public/assets/images/articles/MuseumInvestigationLargewebpromo.png
new file mode 100644
index 0000000000..bdc74b06e4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/MuseumInvestigationLargewebpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/NO10_years_promo.png b/Updated_Cms/public/assets/images/articles/NO10_years_promo.png
new file mode 100644
index 0000000000..2bd2a94fd4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/NO10_years_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/OfficialPromo_Habbang.png b/Updated_Cms/public/assets/images/articles/OfficialPromo_Habbang.png
new file mode 100644
index 0000000000..563b590024
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/OfficialPromo_Habbang.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Palooza_Hoopla_Bundle_Large.png b/Updated_Cms/public/assets/images/articles/Palooza_Hoopla_Bundle_Large.png
new file mode 100644
index 0000000000..8c766d2e09
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Palooza_Hoopla_Bundle_Large.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ParisLTDRare_lpromo.png b/Updated_Cms/public/assets/images/articles/ParisLTDRare_lpromo.png
new file mode 100644
index 0000000000..3bb575ba42
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ParisLTDRare_lpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Promo_1.png b/Updated_Cms/public/assets/images/articles/Promo_1.png
new file mode 100644
index 0000000000..2ba8adc56e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Promo_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Promo_2.png b/Updated_Cms/public/assets/images/articles/Promo_2.png
new file mode 100644
index 0000000000..24af419745
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Promo_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Promo_BundleNY15.png b/Updated_Cms/public/assets/images/articles/Promo_BundleNY15.png
new file mode 100644
index 0000000000..f7dce481bf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Promo_BundleNY15.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Promo_Bundle_japanese.png b/Updated_Cms/public/assets/images/articles/Promo_Bundle_japanese.png
new file mode 100644
index 0000000000..33a6646033
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Promo_Bundle_japanese.png differ
diff --git a/Updated_Cms/public/assets/images/articles/RaumlayoutFS.png b/Updated_Cms/public/assets/images/articles/RaumlayoutFS.png
new file mode 100644
index 0000000000..85dfd6ce81
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/RaumlayoutFS.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Respect_large_promo.png b/Updated_Cms/public/assets/images/articles/Respect_large_promo.png
new file mode 100644
index 0000000000..ef6e9e7926
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Respect_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Room_comp_large_promo.png b/Updated_Cms/public/assets/images/articles/Room_comp_large_promo.png
new file mode 100644
index 0000000000..33846fc21a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Room_comp_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Sinterklaas_large_promo.png b/Updated_Cms/public/assets/images/articles/Sinterklaas_large_promo.png
new file mode 100644
index 0000000000..34decc0636
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Sinterklaas_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/SlideBAW2015.png b/Updated_Cms/public/assets/images/articles/SlideBAW2015.png
new file mode 100644
index 0000000000..c2075451fa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/SlideBAW2015.png differ
diff --git a/Updated_Cms/public/assets/images/articles/StoriesShakespeare_MidsummerEvent_promo_2.png b/Updated_Cms/public/assets/images/articles/StoriesShakespeare_MidsummerEvent_promo_2.png
new file mode 100644
index 0000000000..fb58d2149d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/StoriesShakespeare_MidsummerEvent_promo_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Stories_Airyfairy_promo_3.png b/Updated_Cms/public/assets/images/articles/Stories_Airyfairy_promo_3.png
new file mode 100644
index 0000000000..58ffcd5b01
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Stories_Airyfairy_promo_3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/TPMPRomo.png b/Updated_Cms/public/assets/images/articles/TPMPRomo.png
new file mode 100644
index 0000000000..6aea7c3cfd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/TPMPRomo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/TPMPRomo_thumb.png b/Updated_Cms/public/assets/images/articles/TPMPRomo_thumb.png
new file mode 100644
index 0000000000..2ea96be9c8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/TPMPRomo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Tropi_promo.png b/Updated_Cms/public/assets/images/articles/Tropi_promo.png
new file mode 100644
index 0000000000..fdd4e99747
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Tropi_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Tropi_webpromo.png b/Updated_Cms/public/assets/images/articles/Tropi_webpromo.png
new file mode 100644
index 0000000000..fb668e4dc0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Tropi_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/UGotM-July.png b/Updated_Cms/public/assets/images/articles/UGotM-July.png
new file mode 100644
index 0000000000..c419a24618
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/UGotM-July.png differ
diff --git a/Updated_Cms/public/assets/images/articles/UGotM-July_thumb.png b/Updated_Cms/public/assets/images/articles/UGotM-July_thumb.png
new file mode 100644
index 0000000000..faa3d0b006
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/UGotM-July_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Uni_BonusRare2_LargePromo.png b/Updated_Cms/public/assets/images/articles/Uni_BonusRare2_LargePromo.png
new file mode 100644
index 0000000000..7f8ea79e93
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Uni_BonusRare2_LargePromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Usergame-of-the-month-March-2016.png b/Updated_Cms/public/assets/images/articles/Usergame-of-the-month-March-2016.png
new file mode 100644
index 0000000000..0607068a22
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Usergame-of-the-month-March-2016.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Usergame-of-the-month-March-2016_thumb.png b/Updated_Cms/public/assets/images/articles/Usergame-of-the-month-March-2016_thumb.png
new file mode 100644
index 0000000000..8ff239a7e6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Usergame-of-the-month-March-2016_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Usergame_of_the_month_April_2016.png b/Updated_Cms/public/assets/images/articles/Usergame_of_the_month_April_2016.png
new file mode 100644
index 0000000000..15a34288bf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Usergame_of_the_month_April_2016.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Usergame_of_the_month_April_2016_thumb.png b/Updated_Cms/public/assets/images/articles/Usergame_of_the_month_April_2016_thumb.png
new file mode 100644
index 0000000000..ee4e7d06d3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Usergame_of_the_month_April_2016_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Val15_Rares_Lpromo.png b/Updated_Cms/public/assets/images/articles/Val15_Rares_Lpromo.png
new file mode 100644
index 0000000000..f92d036b6b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Val15_Rares_Lpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Valentines_Promo1.png b/Updated_Cms/public/assets/images/articles/Valentines_Promo1.png
new file mode 100644
index 0000000000..00d3426425
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Valentines_Promo1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Valentines_Promo2.png b/Updated_Cms/public/assets/images/articles/Valentines_Promo2.png
new file mode 100644
index 0000000000..e8d37ebc67
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Valentines_Promo2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Vikings_roombundle_large_promo.png b/Updated_Cms/public/assets/images/articles/Vikings_roombundle_large_promo.png
new file mode 100644
index 0000000000..4c8a1fbce7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Vikings_roombundle_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/WebPromo_Acampamento.png b/Updated_Cms/public/assets/images/articles/WebPromo_Acampamento.png
new file mode 100644
index 0000000000..b0176a4e84
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/WebPromo_Acampamento.png differ
diff --git a/Updated_Cms/public/assets/images/articles/WebPromo_HabbSoft.png b/Updated_Cms/public/assets/images/articles/WebPromo_HabbSoft.png
new file mode 100644
index 0000000000..2faca3e26c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/WebPromo_HabbSoft.png differ
diff --git a/Updated_Cms/public/assets/images/articles/WebPromo_Prohabbo.png b/Updated_Cms/public/assets/images/articles/WebPromo_Prohabbo.png
new file mode 100644
index 0000000000..29d540d0a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/WebPromo_Prohabbo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/WebPromo_Usergame_26_9.png b/Updated_Cms/public/assets/images/articles/WebPromo_Usergame_26_9.png
new file mode 100644
index 0000000000..c715d7c86a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/WebPromo_Usergame_26_9.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Webpromo_Idhabbo.png b/Updated_Cms/public/assets/images/articles/Webpromo_Idhabbo.png
new file mode 100644
index 0000000000..63f6d0724f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Webpromo_Idhabbo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/Webpromo_iBobba.png b/Updated_Cms/public/assets/images/articles/Webpromo_iBobba.png
new file mode 100644
index 0000000000..e5440906a7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/Webpromo_iBobba.png differ
diff --git a/Updated_Cms/public/assets/images/articles/airplane_webpromo.png b/Updated_Cms/public/assets/images/articles/airplane_webpromo.png
new file mode 100644
index 0000000000..cd75b73651
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/airplane_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/army15bundle4_lpromo_oldweb.png b/Updated_Cms/public/assets/images/articles/army15bundle4_lpromo_oldweb.png
new file mode 100644
index 0000000000..55d291e6db
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/army15bundle4_lpromo_oldweb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromo_ChineseNY14.png b/Updated_Cms/public/assets/images/articles/article_webPromo_ChineseNY14.png
new file mode 100644
index 0000000000..52b15e14fb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromo_ChineseNY14.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromo_ChineseNY14bundle.png b/Updated_Cms/public/assets/images/articles/article_webPromo_ChineseNY14bundle.png
new file mode 100644
index 0000000000..bc5cae3c3b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromo_ChineseNY14bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromo_aprilfools14_fr.png b/Updated_Cms/public/assets/images/articles/article_webPromo_aprilfools14_fr.png
new file mode 100644
index 0000000000..4fb7c7f98d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromo_aprilfools14_fr.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromo_boxingbundle.png b/Updated_Cms/public/assets/images/articles/article_webPromo_boxingbundle.png
new file mode 100644
index 0000000000..eb1f23329f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromo_boxingbundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromo_easter14.png b/Updated_Cms/public/assets/images/articles/article_webPromo_easter14.png
new file mode 100644
index 0000000000..665730afee
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromo_easter14.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromo_memorialday.png b/Updated_Cms/public/assets/images/articles/article_webPromo_memorialday.png
new file mode 100644
index 0000000000..aebb81fd5b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromo_memorialday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromo_organic_bundle.png b/Updated_Cms/public/assets/images/articles/article_webPromo_organic_bundle.png
new file mode 100644
index 0000000000..05875423e0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromo_organic_bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromo_school.png b/Updated_Cms/public/assets/images/articles/article_webPromo_school.png
new file mode 100644
index 0000000000..7030d18aef
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromo_school.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromo_uni_bonusrare1.png b/Updated_Cms/public/assets/images/articles/article_webPromo_uni_bonusrare1.png
new file mode 100644
index 0000000000..b00bac1ed0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromo_uni_bonusrare1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromo_uni_generic2.png b/Updated_Cms/public/assets/images/articles/article_webPromo_uni_generic2.png
new file mode 100644
index 0000000000..742a341c06
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromo_uni_generic2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webPromohorse.png b/Updated_Cms/public/assets/images/articles/article_webPromohorse.png
new file mode 100644
index 0000000000..e1fab7374d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webPromohorse.png differ
diff --git a/Updated_Cms/public/assets/images/articles/article_webpromo_boutiquebundle.png b/Updated_Cms/public/assets/images/articles/article_webpromo_boutiquebundle.png
new file mode 100644
index 0000000000..46df219ba4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/article_webpromo_boutiquebundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/attic15_cabinet_bonusrare_promo.png b/Updated_Cms/public/assets/images/articles/attic15_cabinet_bonusrare_promo.png
new file mode 100644
index 0000000000..6f4072b8a5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/attic15_cabinet_bonusrare_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/attic15_furni_promo.png b/Updated_Cms/public/assets/images/articles/attic15_furni_promo.png
new file mode 100644
index 0000000000..748a41c11c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/attic15_furni_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/attic15_furnibundle_promo.png b/Updated_Cms/public/assets/images/articles/attic15_furnibundle_promo.png
new file mode 100644
index 0000000000..97be51d807
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/attic15_furnibundle_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/attic15_rares_promo.png b/Updated_Cms/public/assets/images/articles/attic15_rares_promo.png
new file mode 100644
index 0000000000..6499742fc8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/attic15_rares_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bannerhabbid.png b/Updated_Cms/public/assets/images/articles/bannerhabbid.png
new file mode 100644
index 0000000000..fe7a11ff39
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bannerhabbid.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bathroom_l_promo.png b/Updated_Cms/public/assets/images/articles/bathroom_l_promo.png
new file mode 100644
index 0000000000..429948e0e7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bathroom_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/baw_generic_large_promo.png b/Updated_Cms/public/assets/images/articles/baw_generic_large_promo.png
new file mode 100644
index 0000000000..67e3ed7beb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/baw_generic_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/baw_promo.png b/Updated_Cms/public/assets/images/articles/baw_promo.png
new file mode 100644
index 0000000000..433b6c3f1b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/baw_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bawparty_web_promo.png b/Updated_Cms/public/assets/images/articles/bawparty_web_promo.png
new file mode 100644
index 0000000000..da2ef4ad99
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bawparty_web_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bc_furni_dump_large_promo.png b/Updated_Cms/public/assets/images/articles/bc_furni_dump_large_promo.png
new file mode 100644
index 0000000000..62d40600ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bc_furni_dump_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/belem_promo_BAWBR.png b/Updated_Cms/public/assets/images/articles/belem_promo_BAWBR.png
new file mode 100644
index 0000000000..b73f93aed3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/belem_promo_BAWBR.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bjgames_promo1.png b/Updated_Cms/public/assets/images/articles/bjgames_promo1.png
new file mode 100644
index 0000000000..1dae9dc09b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bjgames_promo1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/block_l_promo.png b/Updated_Cms/public/assets/images/articles/block_l_promo.png
new file mode 100644
index 0000000000..bc608970dd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/block_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bonusrare1_l_promo.png b/Updated_Cms/public/assets/images/articles/bonusrare1_l_promo.png
new file mode 100644
index 0000000000..e43d998747
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bonusrare1_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bonusrare2_l_promo.png b/Updated_Cms/public/assets/images/articles/bonusrare2_l_promo.png
new file mode 100644
index 0000000000..ec2775d161
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bonusrare2_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bonusrare_bunny_l_promo.png b/Updated_Cms/public/assets/images/articles/bonusrare_bunny_l_promo.png
new file mode 100644
index 0000000000..164c8848af
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bonusrare_bunny_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bonusrare_large_promo.png b/Updated_Cms/public/assets/images/articles/bonusrare_large_promo.png
new file mode 100644
index 0000000000..06063ac4c1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bonusrare_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bonusrarehorse_webpromo.png b/Updated_Cms/public/assets/images/articles/bonusrarehorse_webpromo.png
new file mode 100644
index 0000000000..d330edc7c3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bonusrarehorse_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bonusraretree_l_promo.png b/Updated_Cms/public/assets/images/articles/bonusraretree_l_promo.png
new file mode 100644
index 0000000000..12f729df97
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bonusraretree_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/breatcancer_l_promo.png b/Updated_Cms/public/assets/images/articles/breatcancer_l_promo.png
new file mode 100644
index 0000000000..9087efd1fe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/breatcancer_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bubblejuice_largepromo.png b/Updated_Cms/public/assets/images/articles/bubblejuice_largepromo.png
new file mode 100644
index 0000000000..21125b9f3a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bubblejuice_largepromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/build_rdw.png b/Updated_Cms/public/assets/images/articles/build_rdw.png
new file mode 100644
index 0000000000..9ba597305d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/build_rdw.png differ
diff --git a/Updated_Cms/public/assets/images/articles/bullying04_habboBRPT.png b/Updated_Cms/public/assets/images/articles/bullying04_habboBRPT.png
new file mode 100644
index 0000000000..c05e14b04b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/bullying04_habboBRPT.png differ
diff --git a/Updated_Cms/public/assets/images/articles/candy_stall_bonus_rare_large_promo.png b/Updated_Cms/public/assets/images/articles/candy_stall_bonus_rare_large_promo.png
new file mode 100644
index 0000000000..f8ee440da4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/candy_stall_bonus_rare_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/candyland_clothing_Lpromo.png b/Updated_Cms/public/assets/images/articles/candyland_clothing_Lpromo.png
new file mode 100644
index 0000000000..b0fa1b4c54
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/candyland_clothing_Lpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/candylandbc_large_promo.png b/Updated_Cms/public/assets/images/articles/candylandbc_large_promo.png
new file mode 100644
index 0000000000..77a720872f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/candylandbc_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/carnival_l_promo.png b/Updated_Cms/public/assets/images/articles/carnival_l_promo.png
new file mode 100644
index 0000000000..9470ac506e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/carnival_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/carnivalgeneric_l_promo.png b/Updated_Cms/public/assets/images/articles/carnivalgeneric_l_promo.png
new file mode 100644
index 0000000000..e485c30b66
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/carnivalgeneric_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/castle_largepromo.png b/Updated_Cms/public/assets/images/articles/castle_largepromo.png
new file mode 100644
index 0000000000..10420d3e48
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/castle_largepromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/cfh_promo_big2.png b/Updated_Cms/public/assets/images/articles/cfh_promo_big2.png
new file mode 100644
index 0000000000..6bfc9c684e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/cfh_promo_big2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/chocchest_bonus_l_promo.png b/Updated_Cms/public/assets/images/articles/chocchest_bonus_l_promo.png
new file mode 100644
index 0000000000..ef8ee3f2e3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/chocchest_bonus_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/cleanhabbo_newspromo1.png b/Updated_Cms/public/assets/images/articles/cleanhabbo_newspromo1.png
new file mode 100644
index 0000000000..31c5dd2f70
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/cleanhabbo_newspromo1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/cleanhabbo_newspromo2.png b/Updated_Cms/public/assets/images/articles/cleanhabbo_newspromo2.png
new file mode 100644
index 0000000000..1a4264e901
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/cleanhabbo_newspromo2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/clearasil_webPromo.png b/Updated_Cms/public/assets/images/articles/clearasil_webPromo.png
new file mode 100644
index 0000000000..714d2390be
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/clearasil_webPromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/cpunk15_Ltd_Lpromo.png b/Updated_Cms/public/assets/images/articles/cpunk15_Ltd_Lpromo.png
new file mode 100644
index 0000000000..3c4a9c2a33
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/cpunk15_Ltd_Lpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/creditskull_webpromo.png b/Updated_Cms/public/assets/images/articles/creditskull_webpromo.png
new file mode 100644
index 0000000000..28816cb694
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/creditskull_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/diamondraresandcf_l_promo.png b/Updated_Cms/public/assets/images/articles/diamondraresandcf_l_promo.png
new file mode 100644
index 0000000000..a718e15c09
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/diamondraresandcf_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/donnie.png b/Updated_Cms/public/assets/images/articles/donnie.png
new file mode 100644
index 0000000000..a975a67670
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/donnie.png differ
diff --git a/Updated_Cms/public/assets/images/articles/dragonsday_large_promo.png b/Updated_Cms/public/assets/images/articles/dragonsday_large_promo.png
new file mode 100644
index 0000000000..051d0f3111
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/dragonsday_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/dtlforgamersunitepmg.png b/Updated_Cms/public/assets/images/articles/dtlforgamersunitepmg.png
new file mode 100644
index 0000000000..872657aa8f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/dtlforgamersunitepmg.png differ
diff --git a/Updated_Cms/public/assets/images/articles/dtlforgamersunitepmg_thumb.png b/Updated_Cms/public/assets/images/articles/dtlforgamersunitepmg_thumb.png
new file mode 100644
index 0000000000..4af72b0e6f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/dtlforgamersunitepmg_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/easter14rares_l_promo.png b/Updated_Cms/public/assets/images/articles/easter14rares_l_promo.png
new file mode 100644
index 0000000000..9143947b28
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/easter14rares_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/easter_webpromo.png b/Updated_Cms/public/assets/images/articles/easter_webpromo.png
new file mode 100644
index 0000000000..f2f1941731
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/easter_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/easterdoublecred_l_promo.png b/Updated_Cms/public/assets/images/articles/easterdoublecred_l_promo.png
new file mode 100644
index 0000000000..a9d27cea74
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/easterdoublecred_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/enjoyhabbode_promo.png b/Updated_Cms/public/assets/images/articles/enjoyhabbode_promo.png
new file mode 100644
index 0000000000..d6ff28d08b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/enjoyhabbode_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/erasmas_large_promo2.png b/Updated_Cms/public/assets/images/articles/erasmas_large_promo2.png
new file mode 100644
index 0000000000..f90922b94f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/erasmas_large_promo2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/erasmas_large_promo3.png b/Updated_Cms/public/assets/images/articles/erasmas_large_promo3.png
new file mode 100644
index 0000000000..b6efa7e347
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/erasmas_large_promo3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/erasmas_large_promo4.png b/Updated_Cms/public/assets/images/articles/erasmas_large_promo4.png
new file mode 100644
index 0000000000..13c35c51f4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/erasmas_large_promo4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/event_ambahelpers_fr.png b/Updated_Cms/public/assets/images/articles/event_ambahelpers_fr.png
new file mode 100644
index 0000000000..46b6bf32d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/event_ambahelpers_fr.png differ
diff --git a/Updated_Cms/public/assets/images/articles/executioner1.png b/Updated_Cms/public/assets/images/articles/executioner1.png
new file mode 100644
index 0000000000..83698a62ac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/executioner1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/fansite_birthday_anniversary_large_promo.png b/Updated_Cms/public/assets/images/articles/fansite_birthday_anniversary_large_promo.png
new file mode 100644
index 0000000000..4f0864adaa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/fansite_birthday_anniversary_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/fansite_templateQuack123.png b/Updated_Cms/public/assets/images/articles/fansite_templateQuack123.png
new file mode 100644
index 0000000000..c9d82f11d1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/fansite_templateQuack123.png differ
diff --git a/Updated_Cms/public/assets/images/articles/fathersday_l_promo.png b/Updated_Cms/public/assets/images/articles/fathersday_l_promo.png
new file mode 100644
index 0000000000..655ae12f2b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/fathersday_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/fballbonusrare2014_l_promo.png b/Updated_Cms/public/assets/images/articles/fballbonusrare2014_l_promo.png
new file mode 100644
index 0000000000..d7c0e14f36
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/fballbonusrare2014_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/fballbonusrare2_l_promo.png b/Updated_Cms/public/assets/images/articles/fballbonusrare2_l_promo.png
new file mode 100644
index 0000000000..563a147149
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/fballbonusrare2_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/fballroombundle_l_promo.png b/Updated_Cms/public/assets/images/articles/fballroombundle_l_promo.png
new file mode 100644
index 0000000000..d577d1b016
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/fballroombundle_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/flyhabbocanadaday.png b/Updated_Cms/public/assets/images/articles/flyhabbocanadaday.png
new file mode 100644
index 0000000000..fa0c04b797
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/flyhabbocanadaday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/freakyfairground_webpromo.png b/Updated_Cms/public/assets/images/articles/freakyfairground_webpromo.png
new file mode 100644
index 0000000000..c4ffb1203f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/freakyfairground_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/friendathonpromob.gif b/Updated_Cms/public/assets/images/articles/friendathonpromob.gif
new file mode 100644
index 0000000000..bfc9bc5fd1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/friendathonpromob.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/game_promo_fr.png b/Updated_Cms/public/assets/images/articles/game_promo_fr.png
new file mode 100644
index 0000000000..b6ded13d67
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/game_promo_fr.png differ
diff --git a/Updated_Cms/public/assets/images/articles/getthepicture_large_promo.png b/Updated_Cms/public/assets/images/articles/getthepicture_large_promo.png
new file mode 100644
index 0000000000..6b1e73bdb8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/getthepicture_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/gnomexmas14_l_promo.png b/Updated_Cms/public/assets/images/articles/gnomexmas14_l_promo.png
new file mode 100644
index 0000000000..f1d7b567aa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/gnomexmas14_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habbanados_vacation.png b/Updated_Cms/public/assets/images/articles/habbanados_vacation.png
new file mode 100644
index 0000000000..9d24d2ea68
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbanados_vacation.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habbelle_habbonight.png b/Updated_Cms/public/assets/images/articles/habbelle_habbonight.png
new file mode 100644
index 0000000000..ebf32b4439
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbelle_habbonight.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habbo_mall_furni.gif b/Updated_Cms/public/assets/images/articles/habbo_mall_furni.gif
new file mode 100644
index 0000000000..74180bca1d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbo_mall_furni.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/habbo_safetyquiz.png b/Updated_Cms/public/assets/images/articles/habbo_safetyquiz.png
new file mode 100644
index 0000000000..e15796c987
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbo_safetyquiz.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habboaura_promo_image.png b/Updated_Cms/public/assets/images/articles/habboaura_promo_image.png
new file mode 100644
index 0000000000..9b82d4f369
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habboaura_promo_image.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habbofun_battlefield_fansiteweek_2.png b/Updated_Cms/public/assets/images/articles/habbofun_battlefield_fansiteweek_2.png
new file mode 100644
index 0000000000..3620badecf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbofun_battlefield_fansiteweek_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habbonados_generic.png b/Updated_Cms/public/assets/images/articles/habbonados_generic.png
new file mode 100644
index 0000000000..0c08783a4c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbonados_generic.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habbonados_promobday.png b/Updated_Cms/public/assets/images/articles/habbonados_promobday.png
new file mode 100644
index 0000000000..3902d7ff5c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbonados_promobday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habbonight_niver9.png b/Updated_Cms/public/assets/images/articles/habbonight_niver9.png
new file mode 100644
index 0000000000..0a9acc20e0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbonight_niver9.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habbonight_promo.png b/Updated_Cms/public/assets/images/articles/habbonight_promo.png
new file mode 100644
index 0000000000..9ad2858dfd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbonight_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habbovision.png b/Updated_Cms/public/assets/images/articles/habbovision.png
new file mode 100644
index 0000000000..a9ca5294ea
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbovision.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habbox_halloween.png b/Updated_Cms/public/assets/images/articles/habbox_halloween.png
new file mode 100644
index 0000000000..1aa391627d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habbox_halloween.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habby_generic_large_promo.png b/Updated_Cms/public/assets/images/articles/habby_generic_large_promo.png
new file mode 100644
index 0000000000..6961931dd4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habby_generic_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habhomeBTSbanner.png b/Updated_Cms/public/assets/images/articles/habhomeBTSbanner.png
new file mode 100644
index 0000000000..d9d76737a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habhomeBTSbanner.png differ
diff --git a/Updated_Cms/public/assets/images/articles/habtium_promo.png b/Updated_Cms/public/assets/images/articles/habtium_promo.png
new file mode 100644
index 0000000000..e9d09d5808
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/habtium_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/halloweenNO.png b/Updated_Cms/public/assets/images/articles/halloweenNO.png
new file mode 100644
index 0000000000..9c17f3be8f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/halloweenNO.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hangskull_webpromo.png b/Updated_Cms/public/assets/images/articles/hangskull_webpromo.png
new file mode 100644
index 0000000000..44a58a10e4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hangskull_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hanukkah_l_promo.png b/Updated_Cms/public/assets/images/articles/hanukkah_l_promo.png
new file mode 100644
index 0000000000..585c0831a5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hanukkah_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hbibthesailoraugust201712.png b/Updated_Cms/public/assets/images/articles/hbibthesailoraugust201712.png
new file mode 100644
index 0000000000..560b25f7c0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hbibthesailoraugust201712.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hbibthesailoraugust201712_thumb.png b/Updated_Cms/public/assets/images/articles/hbibthesailoraugust201712_thumb.png
new file mode 100644
index 0000000000..5fa6f5561f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hbibthesailoraugust201712_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hbt_topstory.png b/Updated_Cms/public/assets/images/articles/hbt_topstory.png
new file mode 100644
index 0000000000..e6c581277e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hbt_topstory.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hffm_fansite_template.png b/Updated_Cms/public/assets/images/articles/hffm_fansite_template.png
new file mode 100644
index 0000000000..44274f1f2a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hffm_fansite_template.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hffmpromoapril.png b/Updated_Cms/public/assets/images/articles/hffmpromoapril.png
new file mode 100644
index 0000000000..19fc9ed9d7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hffmpromoapril.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hfpromo_large.png b/Updated_Cms/public/assets/images/articles/hfpromo_large.png
new file mode 100644
index 0000000000..2c9a3feccc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hfpromo_large.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hlf_12m_promo.png b/Updated_Cms/public/assets/images/articles/hlf_12m_promo.png
new file mode 100644
index 0000000000..28b50c2fd3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hlf_12m_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hlf_lpromo_nonsense.png b/Updated_Cms/public/assets/images/articles/hlf_lpromo_nonsense.png
new file mode 100644
index 0000000000..4f881f0347
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hlf_lpromo_nonsense.png differ
diff --git a/Updated_Cms/public/assets/images/articles/homealone_baw.png b/Updated_Cms/public/assets/images/articles/homealone_baw.png
new file mode 100644
index 0000000000..077bf06790
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/homealone_baw.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hspromoimg.png b/Updated_Cms/public/assets/images/articles/hspromoimg.png
new file mode 100644
index 0000000000..29f03adf5d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hspromoimg.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hween14_dolls_large_promo.png b/Updated_Cms/public/assets/images/articles/hween14_dolls_large_promo.png
new file mode 100644
index 0000000000..37b72e5f17
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hween14_dolls_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hween14_fansite_large_promo.png b/Updated_Cms/public/assets/images/articles/hween14_fansite_large_promo.png
new file mode 100644
index 0000000000..21a1913fba
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hween14_fansite_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hween14_ltd_rare_large_promo.png b/Updated_Cms/public/assets/images/articles/hween14_ltd_rare_large_promo.png
new file mode 100644
index 0000000000..e5ee7e685b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hween14_ltd_rare_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hween14_new_furni_large_promo.png b/Updated_Cms/public/assets/images/articles/hween14_new_furni_large_promo.png
new file mode 100644
index 0000000000..c82d9c0d67
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hween14_new_furni_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hween14generic_l_promo.png b/Updated_Cms/public/assets/images/articles/hween14generic_l_promo.png
new file mode 100644
index 0000000000..c66b6de0b0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hween14generic_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/hween_hnews.gif b/Updated_Cms/public/assets/images/articles/hween_hnews.gif
new file mode 100644
index 0000000000..3a447e0389
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hween_hnews.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/hweencastlebundle_webpromo.png b/Updated_Cms/public/assets/images/articles/hweencastlebundle_webpromo.png
new file mode 100644
index 0000000000..ed572f9ef8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/hweencastlebundle_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/iBweb.png b/Updated_Cms/public/assets/images/articles/iBweb.png
new file mode 100644
index 0000000000..2bb5e7639c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/iBweb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ibobba_generic.png b/Updated_Cms/public/assets/images/articles/ibobba_generic.png
new file mode 100644
index 0000000000..be1af998c5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ibobba_generic.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ice_palace_large_promo.png b/Updated_Cms/public/assets/images/articles/ice_palace_large_promo.png
new file mode 100644
index 0000000000..f379706e36
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ice_palace_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/icecreamday_l_promo.png b/Updated_Cms/public/assets/images/articles/icecreamday_l_promo.png
new file mode 100644
index 0000000000..43aea84457
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/icecreamday_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/international_picnic_day.png b/Updated_Cms/public/assets/images/articles/international_picnic_day.png
new file mode 100644
index 0000000000..1624cd8ec2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/international_picnic_day.png differ
diff --git a/Updated_Cms/public/assets/images/articles/japanvalclothing_l_promo.png b/Updated_Cms/public/assets/images/articles/japanvalclothing_l_promo.png
new file mode 100644
index 0000000000..222d109626
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/japanvalclothing_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/julyhabbo18.png b/Updated_Cms/public/assets/images/articles/julyhabbo18.png
new file mode 100644
index 0000000000..5629a1df8d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/julyhabbo18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/julyhabbo18_thumb.png b/Updated_Cms/public/assets/images/articles/julyhabbo18_thumb.png
new file mode 100644
index 0000000000..be6b0488b5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/julyhabbo18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/kick_bawar_green.png b/Updated_Cms/public/assets/images/articles/kick_bawar_green.png
new file mode 100644
index 0000000000..1bd2e80f8e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/kick_bawar_green.png differ
diff --git a/Updated_Cms/public/assets/images/articles/kick_bawar_orange.png b/Updated_Cms/public/assets/images/articles/kick_bawar_orange.png
new file mode 100644
index 0000000000..8e08533901
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/kick_bawar_orange.png differ
diff --git a/Updated_Cms/public/assets/images/articles/kindnessdaypromo_hqfh.png b/Updated_Cms/public/assets/images/articles/kindnessdaypromo_hqfh.png
new file mode 100644
index 0000000000..02bf00d713
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/kindnessdaypromo_hqfh.png differ
diff --git a/Updated_Cms/public/assets/images/articles/large-promo-game-4.png b/Updated_Cms/public/assets/images/articles/large-promo-game-4.png
new file mode 100644
index 0000000000..82728894ea
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/large-promo-game-4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/large-promo-game-4_thumb.png b/Updated_Cms/public/assets/images/articles/large-promo-game-4_thumb.png
new file mode 100644
index 0000000000..fd71f6c532
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/large-promo-game-4_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/large_movie_generic_promo.png b/Updated_Cms/public/assets/images/articles/large_movie_generic_promo.png
new file mode 100644
index 0000000000..87edae270f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/large_movie_generic_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/large_promo_bonus_rare_mine_cart.png b/Updated_Cms/public/assets/images/articles/large_promo_bonus_rare_mine_cart.png
new file mode 100644
index 0000000000..ae2d5ee37b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/large_promo_bonus_rare_mine_cart.png differ
diff --git a/Updated_Cms/public/assets/images/articles/large_promo_mothers_day.png b/Updated_Cms/public/assets/images/articles/large_promo_mothers_day.png
new file mode 100644
index 0000000000..de30351f98
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/large_promo_mothers_day.png differ
diff --git a/Updated_Cms/public/assets/images/articles/large_promo_slide_reismagos.png b/Updated_Cms/public/assets/images/articles/large_promo_slide_reismagos.png
new file mode 100644
index 0000000000..7f9ec0e7c9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/large_promo_slide_reismagos.png differ
diff --git a/Updated_Cms/public/assets/images/articles/largepromo_HLF_wk5.png b/Updated_Cms/public/assets/images/articles/largepromo_HLF_wk5.png
new file mode 100644
index 0000000000..0ef91046b3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/largepromo_HLF_wk5.png differ
diff --git a/Updated_Cms/public/assets/images/articles/largepromo_camera.png b/Updated_Cms/public/assets/images/articles/largepromo_camera.png
new file mode 100644
index 0000000000..2c30779883
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/largepromo_camera.png differ
diff --git a/Updated_Cms/public/assets/images/articles/largepromo_carnivalbundle.png b/Updated_Cms/public/assets/images/articles/largepromo_carnivalbundle.png
new file mode 100644
index 0000000000..afd60a719d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/largepromo_carnivalbundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lovelock_l_promo.png b/Updated_Cms/public/assets/images/articles/lovelock_l_promo.png
new file mode 100644
index 0000000000..8d7a2b400f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lovelock_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo-habbo2020.png b/Updated_Cms/public/assets/images/articles/lpromo-habbo2020.png
new file mode 100644
index 0000000000..5685180d14
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo-habbo2020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo-habbo2020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo-habbo2020_thumb.png
new file mode 100644
index 0000000000..b1ac79c77d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo-habbo2020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_010220.png b/Updated_Cms/public/assets/images/articles/lpromo_010220.png
new file mode 100644
index 0000000000..ad082f8366
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_010220.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_010220_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_010220_thumb.png
new file mode 100644
index 0000000000..c32a04496d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_010220_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_010420.png b/Updated_Cms/public/assets/images/articles/lpromo_010420.png
new file mode 100644
index 0000000000..f25e13dce7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_010420.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_010420_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_010420_thumb.png
new file mode 100644
index 0000000000..cd35303d1e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_010420_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_020320.png b/Updated_Cms/public/assets/images/articles/lpromo_020320.png
new file mode 100644
index 0000000000..97ff168c9b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_020320.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_020320_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_020320_thumb.png
new file mode 100644
index 0000000000..b4ecd4eced
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_020320_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_02062019.png b/Updated_Cms/public/assets/images/articles/lpromo_02062019.png
new file mode 100644
index 0000000000..c0905ff4cc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_02062019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_02062019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_02062019_thumb.png
new file mode 100644
index 0000000000..5f082cc31a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_02062019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_02082019.png b/Updated_Cms/public/assets/images/articles/lpromo_02082019.png
new file mode 100644
index 0000000000..98a8d1cef7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_02082019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_02082019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_02082019_thumb.png
new file mode 100644
index 0000000000..fcc5afba77
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_02082019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_030220.png b/Updated_Cms/public/assets/images/articles/lpromo_030220.png
new file mode 100644
index 0000000000..b06e76955f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_030220.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_030220_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_030220_thumb.png
new file mode 100644
index 0000000000..32f113f084
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_030220_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_030420.png b/Updated_Cms/public/assets/images/articles/lpromo_030420.png
new file mode 100644
index 0000000000..2acee10ba3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_030420.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_030420_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_030420_thumb.png
new file mode 100644
index 0000000000..f500463710
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_030420_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_040420.png b/Updated_Cms/public/assets/images/articles/lpromo_040420.png
new file mode 100644
index 0000000000..25f527437d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_040420.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_040420_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_040420_thumb.png
new file mode 100644
index 0000000000..86fc10d863
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_040420_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_0502019.png b/Updated_Cms/public/assets/images/articles/lpromo_0502019.png
new file mode 100644
index 0000000000..cd1007ed6c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_0502019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_0502019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_0502019_thumb.png
new file mode 100644
index 0000000000..69f20e7d86
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_0502019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_050420.png b/Updated_Cms/public/assets/images/articles/lpromo_050420.png
new file mode 100644
index 0000000000..0f3bcf6905
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_050420.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_050420_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_050420_thumb.png
new file mode 100644
index 0000000000..638c821ede
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_050420_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_060420.png b/Updated_Cms/public/assets/images/articles/lpromo_060420.png
new file mode 100644
index 0000000000..c94dc0402e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_060420.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_060420_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_060420_thumb.png
new file mode 100644
index 0000000000..c7f217e74a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_060420_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_07012020.png b/Updated_Cms/public/assets/images/articles/lpromo_07012020.png
new file mode 100644
index 0000000000..af290b9910
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_07012020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_07012020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_07012020_thumb.png
new file mode 100644
index 0000000000..a486a7ce2d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_07012020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_07082019.png b/Updated_Cms/public/assets/images/articles/lpromo_07082019.png
new file mode 100644
index 0000000000..2a8469c3ca
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_07082019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_07082019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_07082019_thumb.png
new file mode 100644
index 0000000000..2847cb5b1e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_07082019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_08072019.png b/Updated_Cms/public/assets/images/articles/lpromo_08072019.png
new file mode 100644
index 0000000000..4679493ab3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_08072019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_08072019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_08072019_thumb.png
new file mode 100644
index 0000000000..dfe262a8e9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_08072019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_09012020.png b/Updated_Cms/public/assets/images/articles/lpromo_09012020.png
new file mode 100644
index 0000000000..2e04e480bd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_09012020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_09012020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_09012020_thumb.png
new file mode 100644
index 0000000000..6c8e61d586
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_09012020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_100120.png b/Updated_Cms/public/assets/images/articles/lpromo_100120.png
new file mode 100644
index 0000000000..5bf97f55e3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_100120.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_100120_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_100120_thumb.png
new file mode 100644
index 0000000000..3e34521d80
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_100120_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_100202.png b/Updated_Cms/public/assets/images/articles/lpromo_100202.png
new file mode 100644
index 0000000000..1f2077b810
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_100202.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_100202_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_100202_thumb.png
new file mode 100644
index 0000000000..b5964823a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_100202_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_100220.png b/Updated_Cms/public/assets/images/articles/lpromo_100220.png
new file mode 100644
index 0000000000..5e26f035da
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_100220.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_100220_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_100220_thumb.png
new file mode 100644
index 0000000000..776be90965
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_100220_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_12janeventcom.png b/Updated_Cms/public/assets/images/articles/lpromo_12janeventcom.png
new file mode 100644
index 0000000000..708122094b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_12janeventcom.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_12janeventcom_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_12janeventcom_thumb.png
new file mode 100644
index 0000000000..5bc96fc978
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_12janeventcom_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_130120.png b/Updated_Cms/public/assets/images/articles/lpromo_130120.png
new file mode 100644
index 0000000000..da32e994ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_130120.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_130120_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_130120_thumb.png
new file mode 100644
index 0000000000..c26c1fbc15
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_130120_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_140220.png b/Updated_Cms/public/assets/images/articles/lpromo_140220.png
new file mode 100644
index 0000000000..889c51eaec
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_140220.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_140220_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_140220_thumb.png
new file mode 100644
index 0000000000..4a701f8e0a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_140220_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_15012020.png b/Updated_Cms/public/assets/images/articles/lpromo_15012020.png
new file mode 100644
index 0000000000..c1ed557b42
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_15012020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_15012020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_15012020_thumb.png
new file mode 100644
index 0000000000..3abbc41cbf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_15012020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_1505_hosp.png b/Updated_Cms/public/assets/images/articles/lpromo_1505_hosp.png
new file mode 100644
index 0000000000..f4b734e8a0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_1505_hosp.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_1506_fball.png b/Updated_Cms/public/assets/images/articles/lpromo_1506_fball.png
new file mode 100644
index 0000000000..525aa615cb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_1506_fball.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_1506_fball2.png b/Updated_Cms/public/assets/images/articles/lpromo_1506_fball2.png
new file mode 100644
index 0000000000..5acf655d5c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_1506_fball2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_1506_jur2.png b/Updated_Cms/public/assets/images/articles/lpromo_1506_jur2.png
new file mode 100644
index 0000000000..0218ad23c3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_1506_jur2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_1506_jur3.png b/Updated_Cms/public/assets/images/articles/lpromo_1506_jur3.png
new file mode 100644
index 0000000000..6743417b71
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_1506_jur3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_1506_lib.png b/Updated_Cms/public/assets/images/articles/lpromo_1506_lib.png
new file mode 100644
index 0000000000..4668f28b5a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_1506_lib.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_1506_wed.png b/Updated_Cms/public/assets/images/articles/lpromo_1506_wed.png
new file mode 100644
index 0000000000..1c642dfe17
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_1506_wed.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_16012020.png b/Updated_Cms/public/assets/images/articles/lpromo_16012020.png
new file mode 100644
index 0000000000..0a8fb5ad22
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_16012020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_16012020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_16012020_thumb.png
new file mode 100644
index 0000000000..d1da0449c3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_16012020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_160122.png b/Updated_Cms/public/assets/images/articles/lpromo_160122.png
new file mode 100644
index 0000000000..d18c158959
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_160122.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_160122_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_160122_thumb.png
new file mode 100644
index 0000000000..d7d79dfbad
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_160122_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_17012020.png b/Updated_Cms/public/assets/images/articles/lpromo_17012020.png
new file mode 100644
index 0000000000..1c2431a69f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_17012020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_17012020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_17012020_thumb.png
new file mode 100644
index 0000000000..34f464c71a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_17012020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_170220.png b/Updated_Cms/public/assets/images/articles/lpromo_170220.png
new file mode 100644
index 0000000000..31a22e0868
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_170220.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_170220_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_170220_thumb.png
new file mode 100644
index 0000000000..446093b949
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_170220_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_171219.png b/Updated_Cms/public/assets/images/articles/lpromo_171219.png
new file mode 100644
index 0000000000..7f2eb26393
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_171219.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_171219_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_171219_thumb.png
new file mode 100644
index 0000000000..0c5cc0b6ae
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_171219_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_17Jun19.png b/Updated_Cms/public/assets/images/articles/lpromo_17Jun19.png
new file mode 100644
index 0000000000..664c380796
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_17Jun19.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_17Jun19_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_17Jun19_thumb.png
new file mode 100644
index 0000000000..aa26042bff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_17Jun19_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_17olympicsjuly.png b/Updated_Cms/public/assets/images/articles/lpromo_17olympicsjuly.png
new file mode 100644
index 0000000000..d021352232
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_17olympicsjuly.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_17olympicsjuly_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_17olympicsjuly_thumb.png
new file mode 100644
index 0000000000..aa86dc1b34
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_17olympicsjuly_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_180202.png b/Updated_Cms/public/assets/images/articles/lpromo_180202.png
new file mode 100644
index 0000000000..35529cf58e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_180202.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_180202_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_180202_thumb.png
new file mode 100644
index 0000000000..121f246a0c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_180202_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_180220.png b/Updated_Cms/public/assets/images/articles/lpromo_180220.png
new file mode 100644
index 0000000000..f3fe22df3e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_180220.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_180220_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_180220_thumb.png
new file mode 100644
index 0000000000..dcc29f2cf0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_180220_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_200120-1.png b/Updated_Cms/public/assets/images/articles/lpromo_200120-1.png
new file mode 100644
index 0000000000..dab452ce40
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_200120-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_200120-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_200120-1_thumb.png
new file mode 100644
index 0000000000..99ace0bca3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_200120-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits-1.png b/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits-1.png
new file mode 100644
index 0000000000..b48b5bfad7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits-1_thumb.png
new file mode 100644
index 0000000000..7cac99bf30
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits.png b/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits.png
new file mode 100644
index 0000000000..b48b5bfad7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits_thumb.png
new file mode 100644
index 0000000000..7cac99bf30
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2016doublecredits_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2016jungle1.png b/Updated_Cms/public/assets/images/articles/lpromo_2016jungle1.png
new file mode 100644
index 0000000000..79c25bb232
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2016jungle1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2016jungle1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_2016jungle1_thumb.png
new file mode 100644
index 0000000000..4219564cc1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2016jungle1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2019_flashupdate.png b/Updated_Cms/public/assets/images/articles/lpromo_2019_flashupdate.png
new file mode 100644
index 0000000000..c6d9bdf711
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2019_flashupdate.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2019_flashupdate_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_2019_flashupdate_thumb.png
new file mode 100644
index 0000000000..fcebd13b34
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2019_flashupdate_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020-1.png b/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020-1.png
new file mode 100644
index 0000000000..5685180d14
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020-1_thumb.png
new file mode 100644
index 0000000000..b1ac79c77d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020.png b/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020.png
new file mode 100644
index 0000000000..5685180d14
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020_thumb.png
new file mode 100644
index 0000000000..b1ac79c77d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2019_habbo2020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2019janbobitesbund.png b/Updated_Cms/public/assets/images/articles/lpromo_2019janbobitesbund.png
new file mode 100644
index 0000000000..fc53fa57fa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2019janbobitesbund.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2019janbobitesbund_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_2019janbobitesbund_thumb.png
new file mode 100644
index 0000000000..2b68952991
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2019janbobitesbund_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_210120.png b/Updated_Cms/public/assets/images/articles/lpromo_210120.png
new file mode 100644
index 0000000000..cea0615511
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_210120.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_210120_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_210120_thumb.png
new file mode 100644
index 0000000000..eb1dabd132
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_210120_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_210220.png b/Updated_Cms/public/assets/images/articles/lpromo_210220.png
new file mode 100644
index 0000000000..509defe7ea
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_210220.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_210220_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_210220_thumb.png
new file mode 100644
index 0000000000..501d5d4b49
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_210220_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_220220.png b/Updated_Cms/public/assets/images/articles/lpromo_220220.png
new file mode 100644
index 0000000000..f05fee43c1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_220220.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_220220_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_220220_thumb.png
new file mode 100644
index 0000000000..209f13766d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_220220_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_23012020.png b/Updated_Cms/public/assets/images/articles/lpromo_23012020.png
new file mode 100644
index 0000000000..0cf8c8c0d1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_23012020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_23012020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_23012020_thumb.png
new file mode 100644
index 0000000000..9dad4d124a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_23012020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_24012020.png b/Updated_Cms/public/assets/images/articles/lpromo_24012020.png
new file mode 100644
index 0000000000..70347bb664
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_24012020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_24012020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_24012020_thumb.png
new file mode 100644
index 0000000000..513dbd3cc1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_24012020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_24Jun2019.png b/Updated_Cms/public/assets/images/articles/lpromo_24Jun2019.png
new file mode 100644
index 0000000000..ecd98603c5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_24Jun2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_24Jun2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_24Jun2019_thumb.png
new file mode 100644
index 0000000000..deccc74d91
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_24Jun2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_250220-1.png b/Updated_Cms/public/assets/images/articles/lpromo_250220-1.png
new file mode 100644
index 0000000000..b614f30aa5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_250220-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_250220-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_250220-1_thumb.png
new file mode 100644
index 0000000000..b4784bfb2d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_250220-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_250320.png b/Updated_Cms/public/assets/images/articles/lpromo_250320.png
new file mode 100644
index 0000000000..1a89688063
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_250320.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_250320_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_250320_thumb.png
new file mode 100644
index 0000000000..f0f1809e29
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_250320_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_260320.png b/Updated_Cms/public/assets/images/articles/lpromo_260320.png
new file mode 100644
index 0000000000..5b21d97437
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_260320.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_260320_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_260320_thumb.png
new file mode 100644
index 0000000000..2b12f04fee
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_260320_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_26082019.png b/Updated_Cms/public/assets/images/articles/lpromo_26082019.png
new file mode 100644
index 0000000000..a24ea98c32
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_26082019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_26082019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_26082019_thumb.png
new file mode 100644
index 0000000000..8db0d19a4a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_26082019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_27012020.png b/Updated_Cms/public/assets/images/articles/lpromo_27012020.png
new file mode 100644
index 0000000000..3a15ca7ed6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_27012020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_27012020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_27012020_thumb.png
new file mode 100644
index 0000000000..566146baf9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_27012020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_270320.png b/Updated_Cms/public/assets/images/articles/lpromo_270320.png
new file mode 100644
index 0000000000..3f900a1953
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_270320.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_270320_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_270320_thumb.png
new file mode 100644
index 0000000000..7a74e0d1c1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_270320_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2722.png b/Updated_Cms/public/assets/images/articles/lpromo_2722.png
new file mode 100644
index 0000000000..37fec4f91d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2722.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2722_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_2722_thumb.png
new file mode 100644
index 0000000000..9bea080b3d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2722_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_290120.png b/Updated_Cms/public/assets/images/articles/lpromo_290120.png
new file mode 100644
index 0000000000..5e18ab2db9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_290120.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_290120_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_290120_thumb.png
new file mode 100644
index 0000000000..25e4e83ec3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_290120_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_290320-1.png b/Updated_Cms/public/assets/images/articles/lpromo_290320-1.png
new file mode 100644
index 0000000000..bf9e67c559
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_290320-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_290320-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_290320-1_thumb.png
new file mode 100644
index 0000000000..7d8ce39ae2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_290320-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2kareokebarbaunlemarch20109.png b/Updated_Cms/public/assets/images/articles/lpromo_2kareokebarbaunlemarch20109.png
new file mode 100644
index 0000000000..eeb71d60fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2kareokebarbaunlemarch20109.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_2kareokebarbaunlemarch20109_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_2kareokebarbaunlemarch20109_thumb.png
new file mode 100644
index 0000000000..4496a15167
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_2kareokebarbaunlemarch20109_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_300120.png b/Updated_Cms/public/assets/images/articles/lpromo_300120.png
new file mode 100644
index 0000000000..a219b2f219
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_300120.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_300120_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_300120_thumb.png
new file mode 100644
index 0000000000..ecefd3d866
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_300120_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_300320.png b/Updated_Cms/public/assets/images/articles/lpromo_300320.png
new file mode 100644
index 0000000000..10a6a8cc7a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_300320.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_300320_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_300320_thumb.png
new file mode 100644
index 0000000000..a07f644a36
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_300320_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_30secondsgame2.png b/Updated_Cms/public/assets/images/articles/lpromo_30secondsgame2.png
new file mode 100644
index 0000000000..1b5a010081
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_30secondsgame2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_30secondsgame2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_30secondsgame2_thumb.png
new file mode 100644
index 0000000000..39f482a3f1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_30secondsgame2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_310120.png b/Updated_Cms/public/assets/images/articles/lpromo_310120.png
new file mode 100644
index 0000000000..9566027ee4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_310120.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_310120_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_310120_thumb.png
new file mode 100644
index 0000000000..3a29089033
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_310120_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_310320.png b/Updated_Cms/public/assets/images/articles/lpromo_310320.png
new file mode 100644
index 0000000000..7ba3eeea3f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_310320.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_310320_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_310320_thumb.png
new file mode 100644
index 0000000000..94aad74bc3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_310320_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_3476.png b/Updated_Cms/public/assets/images/articles/lpromo_3476.png
new file mode 100644
index 0000000000..b495955c5e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_3476.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_3476_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_3476_thumb.png
new file mode 100644
index 0000000000..4119a23d8e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_3476_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_4thdaystoryjuly2017.png b/Updated_Cms/public/assets/images/articles/lpromo_4thdaystoryjuly2017.png
new file mode 100644
index 0000000000..3977491b5f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_4thdaystoryjuly2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_4thdaystoryjuly2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_4thdaystoryjuly2017_thumb.png
new file mode 100644
index 0000000000..5cf97e6fcb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_4thdaystoryjuly2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_4thjuly2017.png b/Updated_Cms/public/assets/images/articles/lpromo_4thjuly2017.png
new file mode 100644
index 0000000000..ea7fb0e861
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_4thjuly2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_4thjuly2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_4thjuly2017_thumb.png
new file mode 100644
index 0000000000..98656f1343
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_4thjuly2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_4thjulypromo2018.png b/Updated_Cms/public/assets/images/articles/lpromo_4thjulypromo2018.png
new file mode 100644
index 0000000000..fd843ab629
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_4thjulypromo2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_4thjulypromo2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_4thjulypromo2018_thumb.png
new file mode 100644
index 0000000000..e512d7d139
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_4thjulypromo2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ALICEWONDERLANDMARCH2018.png b/Updated_Cms/public/assets/images/articles/lpromo_ALICEWONDERLANDMARCH2018.png
new file mode 100644
index 0000000000..fe57bb0e6e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ALICEWONDERLANDMARCH2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ALICEWONDERLANDMARCH2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ALICEWONDERLANDMARCH2018_thumb.png
new file mode 100644
index 0000000000..265d2d2c60
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ALICEWONDERLANDMARCH2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ASG.png b/Updated_Cms/public/assets/images/articles/lpromo_ASG.png
new file mode 100644
index 0000000000..9026804711
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ASG.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ASG_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ASG_thumb.png
new file mode 100644
index 0000000000..7bc64086c7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ASG_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_AgnesBingo.png b/Updated_Cms/public/assets/images/articles/lpromo_AgnesBingo.png
new file mode 100644
index 0000000000..31d78f1e01
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_AgnesBingo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_AgnesBingo_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_AgnesBingo_thumb.png
new file mode 100644
index 0000000000..bd9bce04ba
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_AgnesBingo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Ambassador_Hub.png b/Updated_Cms/public/assets/images/articles/lpromo_Ambassador_Hub.png
new file mode 100644
index 0000000000..45ae9dc618
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Ambassador_Hub.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Ambassador_Hub_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Ambassador_Hub_thumb.png
new file mode 100644
index 0000000000..87036feef2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Ambassador_Hub_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Ambassadors.png b/Updated_Cms/public/assets/images/articles/lpromo_Ambassadors.png
new file mode 100644
index 0000000000..70a3ddd63d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Ambassadors.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Ambsroom.png b/Updated_Cms/public/assets/images/articles/lpromo_Ambsroom.png
new file mode 100644
index 0000000000..7e7b2029b4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Ambsroom.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Ambsroom_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Ambsroom_thumb.png
new file mode 100644
index 0000000000..d13e835d8f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Ambsroom_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ArtComp.png b/Updated_Cms/public/assets/images/articles/lpromo_ArtComp.png
new file mode 100644
index 0000000000..24c7f2799a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ArtComp.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ArtComp_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ArtComp_thumb.png
new file mode 100644
index 0000000000..26dd6bcf14
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ArtComp_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ArtistLookComp13Jun-1.png b/Updated_Cms/public/assets/images/articles/lpromo_ArtistLookComp13Jun-1.png
new file mode 100644
index 0000000000..e45f74ee95
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ArtistLookComp13Jun-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ArtistLookComp13Jun-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ArtistLookComp13Jun-1_thumb.png
new file mode 100644
index 0000000000..4de9ead4d3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ArtistLookComp13Jun-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_AustraliaDay.png b/Updated_Cms/public/assets/images/articles/lpromo_AustraliaDay.png
new file mode 100644
index 0000000000..60205e4ef5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_AustraliaDay.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_AustraliaDay_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_AustraliaDay_thumb.png
new file mode 100644
index 0000000000..095a7a828a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_AustraliaDay_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_BAWFACTIONS.png b/Updated_Cms/public/assets/images/articles/lpromo_BAWFACTIONS.png
new file mode 100644
index 0000000000..85266a7135
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_BAWFACTIONS.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_BAWFACTIONS_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_BAWFACTIONS_thumb.png
new file mode 100644
index 0000000000..984a5b663c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_BAWFACTIONS_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_BAWjune2019.png b/Updated_Cms/public/assets/images/articles/lpromo_BAWjune2019.png
new file mode 100644
index 0000000000..700aede245
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_BAWjune2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_BAWjune2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_BAWjune2019_thumb.png
new file mode 100644
index 0000000000..96dc6b3f8a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_BAWjune2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_BC_HC_Gifts.png b/Updated_Cms/public/assets/images/articles/lpromo_BC_HC_Gifts.png
new file mode 100644
index 0000000000..5e5adb6191
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_BC_HC_Gifts.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_BC_HC_Gifts_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_BC_HC_Gifts_thumb.png
new file mode 100644
index 0000000000..e1329327b9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_BC_HC_Gifts_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_BaW.png b/Updated_Cms/public/assets/images/articles/lpromo_BaW.png
new file mode 100644
index 0000000000..4c3ef3f559
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_BaW.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_BaW_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_BaW_thumb.png
new file mode 100644
index 0000000000..1f4eafe136
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_BaW_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bawlentine.png b/Updated_Cms/public/assets/images/articles/lpromo_Bawlentine.png
new file mode 100644
index 0000000000..78307c0234
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bawlentine.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bawlentine_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Bawlentine_thumb.png
new file mode 100644
index 0000000000..d1de703fc7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bawlentine_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bawundertheblood.png b/Updated_Cms/public/assets/images/articles/lpromo_Bawundertheblood.png
new file mode 100644
index 0000000000..242e72268b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bawundertheblood.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bawundertheblood_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Bawundertheblood_thumb.png
new file mode 100644
index 0000000000..b033eccac2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bawundertheblood_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bcosuybundlebacks.png b/Updated_Cms/public/assets/images/articles/lpromo_Bcosuybundlebacks.png
new file mode 100644
index 0000000000..384b34a5ec
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bcosuybundlebacks.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bcosuybundlebacks_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Bcosuybundlebacks_thumb.png
new file mode 100644
index 0000000000..3a37ea3067
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bcosuybundlebacks_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bilyschristmas2017.png b/Updated_Cms/public/assets/images/articles/lpromo_Bilyschristmas2017.png
new file mode 100644
index 0000000000..0720628c40
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bilyschristmas2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bilyschristmas2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Bilyschristmas2017_thumb.png
new file mode 100644
index 0000000000..750608bd6b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bilyschristmas2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Blog_Images.png b/Updated_Cms/public/assets/images/articles/lpromo_Blog_Images.png
new file mode 100644
index 0000000000..cc7f86bff0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Blog_Images.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Blog_Images_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Blog_Images_thumb.png
new file mode 100644
index 0000000000..786e5a9c3e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Blog_Images_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Blog_Promo.png b/Updated_Cms/public/assets/images/articles/lpromo_Blog_Promo.png
new file mode 100644
index 0000000000..0ff5c7ef26
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Blog_Promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Blog_Promo_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Blog_Promo_thumb.png
new file mode 100644
index 0000000000..ab1f10a8b7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Blog_Promo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bohostreetmarketbundle2019Jun10.png b/Updated_Cms/public/assets/images/articles/lpromo_Bohostreetmarketbundle2019Jun10.png
new file mode 100644
index 0000000000..702049353d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bohostreetmarketbundle2019Jun10.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bohostreetmarketbundle2019Jun10_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Bohostreetmarketbundle2019Jun10_thumb.png
new file mode 100644
index 0000000000..81372402bc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bohostreetmarketbundle2019Jun10_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bonus_Bags.png b/Updated_Cms/public/assets/images/articles/lpromo_Bonus_Bags.png
new file mode 100644
index 0000000000..7840dc8ff8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bonus_Bags.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bonus_Bags_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Bonus_Bags_thumb.png
new file mode 100644
index 0000000000..58b0dc1f47
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bonus_Bags_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Boutique_Shop.png b/Updated_Cms/public/assets/images/articles/lpromo_Boutique_Shop.png
new file mode 100644
index 0000000000..23ec04d9fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Boutique_Shop.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bsuperheroesbundle.png b/Updated_Cms/public/assets/images/articles/lpromo_Bsuperheroesbundle.png
new file mode 100644
index 0000000000..4eee2716d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bsuperheroesbundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bsuperheroesbundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Bsuperheroesbundle_thumb.png
new file mode 100644
index 0000000000..40e80af510
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bsuperheroesbundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bundle242_May2019.png b/Updated_Cms/public/assets/images/articles/lpromo_Bundle242_May2019.png
new file mode 100644
index 0000000000..cf6aa0a8d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bundle242_May2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bundle242_May2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Bundle242_May2019_thumb.png
new file mode 100644
index 0000000000..1c54d13c37
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bundle242_May2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Name-2.png b/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Name-2.png
new file mode 100644
index 0000000000..efa18ae0e9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Name-2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Name-2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Name-2_thumb.png
new file mode 100644
index 0000000000..428123b7d6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Name-2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Namedfsdfsfsfe334234rw354w3rwersdrfsddfsdfsdfsd.png b/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Namedfsdfsfsfe334234rw354w3rwersdrfsddfsdfsdfsd.png
new file mode 100644
index 0000000000..d95c73c44a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Namedfsdfsfsfe334234rw354w3rwersdrfsddfsdfsdfsd.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Namedfsdfsfsfe334234rw354w3rwersdrfsddfsdfsdfsd_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Namedfsdfsfsfe334234rw354w3rwersdrfsddfsdfsdfsd_thumb.png
new file mode 100644
index 0000000000..1b48c24fb1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Bundle_Namedfsdfsfsfe334234rw354w3rwersdrfsddfsdfsdfsd_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Byebyeundercovermay2017.png b/Updated_Cms/public/assets/images/articles/lpromo_Byebyeundercovermay2017.png
new file mode 100644
index 0000000000..7ee86a1578
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Byebyeundercovermay2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Byebyeundercovermay2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Byebyeundercovermay2017_thumb.png
new file mode 100644
index 0000000000..3ccb06bea4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Byebyeundercovermay2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CNY2017.png b/Updated_Cms/public/assets/images/articles/lpromo_CNY2017.png
new file mode 100644
index 0000000000..93df6b21e5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CNY2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CNY2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_CNY2017_thumb.png
new file mode 100644
index 0000000000..4d1d85a28f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CNY2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_COSYCOMPAMAIA.png b/Updated_Cms/public/assets/images/articles/lpromo_COSYCOMPAMAIA.png
new file mode 100644
index 0000000000..bcb78b698a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_COSYCOMPAMAIA.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_COSYCOMPAMAIA_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_COSYCOMPAMAIA_thumb.png
new file mode 100644
index 0000000000..3fec95321d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_COSYCOMPAMAIA_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CTF.png b/Updated_Cms/public/assets/images/articles/lpromo_CTF.png
new file mode 100644
index 0000000000..5e3a59de36
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CTF.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CTF_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_CTF_thumb.png
new file mode 100644
index 0000000000..91cc24c7d7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CTF_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CancerBreastSessionPark.png b/Updated_Cms/public/assets/images/articles/lpromo_CancerBreastSessionPark.png
new file mode 100644
index 0000000000..c5af125566
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CancerBreastSessionPark.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CancerBreastSessionPark_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_CancerBreastSessionPark_thumb.png
new file mode 100644
index 0000000000..8cdafe2e4c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CancerBreastSessionPark_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Cardiojun19.png b/Updated_Cms/public/assets/images/articles/lpromo_Cardiojun19.png
new file mode 100644
index 0000000000..968a00df5e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Cardiojun19.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Cardiojun19_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Cardiojun19_thumb.png
new file mode 100644
index 0000000000..6db8e9df26
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Cardiojun19_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Classic_Tea_Room.png b/Updated_Cms/public/assets/images/articles/lpromo_Classic_Tea_Room.png
new file mode 100644
index 0000000000..63230d7bab
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Classic_Tea_Room.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CleoFinalEvent.png b/Updated_Cms/public/assets/images/articles/lpromo_CleoFinalEvent.png
new file mode 100644
index 0000000000..c02ef068b3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CleoFinalEvent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CleoFinalEvent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_CleoFinalEvent_thumb.png
new file mode 100644
index 0000000000..d53107c66d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CleoFinalEvent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CocoKart.png b/Updated_Cms/public/assets/images/articles/lpromo_CocoKart.png
new file mode 100644
index 0000000000..78163cb7f4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CocoKart.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CocoKart_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_CocoKart_thumb.png
new file mode 100644
index 0000000000..fc4fb7ec9b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CocoKart_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ComingOutDay2.png b/Updated_Cms/public/assets/images/articles/lpromo_ComingOutDay2.png
new file mode 100644
index 0000000000..0b2e60286a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ComingOutDay2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ComingOutDay2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ComingOutDay2_thumb.png
new file mode 100644
index 0000000000..43d14a67ee
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ComingOutDay2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Competitiom10102018.png b/Updated_Cms/public/assets/images/articles/lpromo_Competitiom10102018.png
new file mode 100644
index 0000000000..13da8864a9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Competitiom10102018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Competitiom10102018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Competitiom10102018_thumb.png
new file mode 100644
index 0000000000..30819b4cda
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Competitiom10102018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Compeundernumber1.png b/Updated_Cms/public/assets/images/articles/lpromo_Compeundernumber1.png
new file mode 100644
index 0000000000..ab35d2c7cc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Compeundernumber1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Compeundernumber1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Compeundernumber1_thumb.png
new file mode 100644
index 0000000000..6a8bedc577
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Compeundernumber1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Cosybundlenovember2019.png b/Updated_Cms/public/assets/images/articles/lpromo_Cosybundlenovember2019.png
new file mode 100644
index 0000000000..3d9b034fba
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Cosybundlenovember2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Cosybundlenovember2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Cosybundlenovember2019_thumb.png
new file mode 100644
index 0000000000..9a5932ec68
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Cosybundlenovember2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Cow_Pet_Article.png b/Updated_Cms/public/assets/images/articles/lpromo_Cow_Pet_Article.png
new file mode 100644
index 0000000000..7bf6e144b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Cow_Pet_Article.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Cow_Pet_Article_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Cow_Pet_Article_thumb.png
new file mode 100644
index 0000000000..be943961b9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Cow_Pet_Article_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CreepyDressingBundle.png b/Updated_Cms/public/assets/images/articles/lpromo_CreepyDressingBundle.png
new file mode 100644
index 0000000000..0edd1d8988
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CreepyDressingBundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_CreepyDressingBundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_CreepyDressingBundle_thumb.png
new file mode 100644
index 0000000000..0667846c2f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_CreepyDressingBundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Dec03.png b/Updated_Cms/public/assets/images/articles/lpromo_Dec03.png
new file mode 100644
index 0000000000..ca2e1ea94a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Dec03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Dec03_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Dec03_thumb.png
new file mode 100644
index 0000000000..da10b1364a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Dec03_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Earn_HC_Credits.png b/Updated_Cms/public/assets/images/articles/lpromo_Earn_HC_Credits.png
new file mode 100644
index 0000000000..c613ef2844
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Earn_HC_Credits.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Earn_HC_Credits_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Earn_HC_Credits_thumb.png
new file mode 100644
index 0000000000..d87d54fe76
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Earn_HC_Credits_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Easter_Comeback.png b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Comeback.png
new file mode 100644
index 0000000000..b92273ea70
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Comeback.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Easter_Comeback_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Comeback_thumb.png
new file mode 100644
index 0000000000..c901c204f7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Comeback_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog-1.png b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog-1.png
new file mode 100644
index 0000000000..1b55910dda
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog-1_thumb.png
new file mode 100644
index 0000000000..abddcc9fb5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog2019.png b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog2019.png
new file mode 100644
index 0000000000..8020feaf77
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog2019_thumb.png
new file mode 100644
index 0000000000..222e173ff4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Easter_Design_Blog2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Engagement.png b/Updated_Cms/public/assets/images/articles/lpromo_Engagement.png
new file mode 100644
index 0000000000..67daee9154
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Engagement.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Engagement_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Engagement_thumb.png
new file mode 100644
index 0000000000..e590437446
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Engagement_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Envieuxsroom.png b/Updated_Cms/public/assets/images/articles/lpromo_Envieuxsroom.png
new file mode 100644
index 0000000000..9ba6da017c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Envieuxsroom.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Envieuxsroom_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Envieuxsroom_thumb.png
new file mode 100644
index 0000000000..6087ff18bf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Envieuxsroom_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_FINAL_blog_image.png b/Updated_Cms/public/assets/images/articles/lpromo_FINAL_blog_image.png
new file mode 100644
index 0000000000..1bbfd1d10d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_FINAL_blog_image.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_FINAL_blog_image_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_FINAL_blog_image_thumb.png
new file mode 100644
index 0000000000..46c203f673
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_FINAL_blog_image_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_FSwknds.png b/Updated_Cms/public/assets/images/articles/lpromo_FSwknds.png
new file mode 100644
index 0000000000..abdb1bd7e6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_FSwknds.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_FSwknds_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_FSwknds_thumb.png
new file mode 100644
index 0000000000..08efed7239
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_FSwknds_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Firabundlejune2017.png b/Updated_Cms/public/assets/images/articles/lpromo_Firabundlejune2017.png
new file mode 100644
index 0000000000..e598d5c72d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Firabundlejune2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Firabundlejune2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Firabundlejune2017_thumb.png
new file mode 100644
index 0000000000..a152ad6d36
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Firabundlejune2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GFE302019.png b/Updated_Cms/public/assets/images/articles/lpromo_GFE302019.png
new file mode 100644
index 0000000000..ab02cc6fee
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GFE302019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GFE302019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GFE302019_thumb.png
new file mode 100644
index 0000000000..d11cc45e2b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GFE302019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GFEFEB2018.png b/Updated_Cms/public/assets/images/articles/lpromo_GFEFEB2018.png
new file mode 100644
index 0000000000..3c7508747c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GFEFEB2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GFEFEB2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GFEFEB2018_thumb.png
new file mode 100644
index 0000000000..ba1fd90b0c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GFEFEB2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GFELEGENDSOFTHESEA.png b/Updated_Cms/public/assets/images/articles/lpromo_GFELEGENDSOFTHESEA.png
new file mode 100644
index 0000000000..a60d75b63f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GFELEGENDSOFTHESEA.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GFELEGENDSOFTHESEA_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GFELEGENDSOFTHESEA_thumb.png
new file mode 100644
index 0000000000..b205cd6276
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GFELEGENDSOFTHESEA_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GFEevent22may18.png b/Updated_Cms/public/assets/images/articles/lpromo_GFEevent22may18.png
new file mode 100644
index 0000000000..1bbae64df9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GFEevent22may18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GFEevent22may18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GFEevent22may18_thumb.png
new file mode 100644
index 0000000000..aef9386796
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GFEevent22may18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GOTAPRIL2019.png b/Updated_Cms/public/assets/images/articles/lpromo_GOTAPRIL2019.png
new file mode 100644
index 0000000000..4f3a5fa428
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GOTAPRIL2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GOTAPRIL2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GOTAPRIL2019_thumb.png
new file mode 100644
index 0000000000..226516aaee
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GOTAPRIL2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GOTBUNDLE2019amaynotbundlegame.png b/Updated_Cms/public/assets/images/articles/lpromo_GOTBUNDLE2019amaynotbundlegame.png
new file mode 100644
index 0000000000..0473b56d13
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GOTBUNDLE2019amaynotbundlegame.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GOTBUNDLE2019amaynotbundlegame_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GOTBUNDLE2019amaynotbundlegame_thumb.png
new file mode 100644
index 0000000000..d44cfc5b3e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GOTBUNDLE2019amaynotbundlegame_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GiftScam.png b/Updated_Cms/public/assets/images/articles/lpromo_GiftScam.png
new file mode 100644
index 0000000000..4ad9aa8199
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GiftScam.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GiftScam_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GiftScam_thumb.png
new file mode 100644
index 0000000000..9db0f96b14
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GiftScam_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Goonies_June04062019.png b/Updated_Cms/public/assets/images/articles/lpromo_Goonies_June04062019.png
new file mode 100644
index 0000000000..e635b73527
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Goonies_June04062019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Goonies_June04062019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Goonies_June04062019_thumb.png
new file mode 100644
index 0000000000..39ecca2f43
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Goonies_June04062019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GotGame_SnowballFight.png b/Updated_Cms/public/assets/images/articles/lpromo_GotGame_SnowballFight.png
new file mode 100644
index 0000000000..377c85fdc8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GotGame_SnowballFight.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GotGame_SnowballFight_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GotGame_SnowballFight_thumb.png
new file mode 100644
index 0000000000..65b1a0e2d4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GotGame_SnowballFight_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GreekGame1May2019.png b/Updated_Cms/public/assets/images/articles/lpromo_GreekGame1May2019.png
new file mode 100644
index 0000000000..00f56b0b9b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GreekGame1May2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GreekGame1May2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GreekGame1May2019_thumb.png
new file mode 100644
index 0000000000..ad54406faa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GreekGame1May2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GreekGamesMay282019.png b/Updated_Cms/public/assets/images/articles/lpromo_GreekGamesMay282019.png
new file mode 100644
index 0000000000..330a71ddd7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GreekGamesMay282019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GreekGamesMay282019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GreekGamesMay282019_thumb.png
new file mode 100644
index 0000000000..1c19ebf839
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GreekGamesMay282019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Greenhouse_Bundle.png b/Updated_Cms/public/assets/images/articles/lpromo_Greenhouse_Bundle.png
new file mode 100644
index 0000000000..3bdc108080
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Greenhouse_Bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GrumpyKong.png b/Updated_Cms/public/assets/images/articles/lpromo_GrumpyKong.png
new file mode 100644
index 0000000000..c4a3f72096
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GrumpyKong.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_GrumpyKong_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_GrumpyKong_thumb.png
new file mode 100644
index 0000000000..c4e7ddb85e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_GrumpyKong_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HBC_Fansite_March62020.png b/Updated_Cms/public/assets/images/articles/lpromo_HBC_Fansite_March62020.png
new file mode 100644
index 0000000000..10221749fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HBC_Fansite_March62020.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HBC_Fansite_March62020_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HBC_Fansite_March62020_thumb.png
new file mode 100644
index 0000000000..a06cd0db16
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HBC_Fansite_March62020_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HBCgamemarch2018.png b/Updated_Cms/public/assets/images/articles/lpromo_HBCgamemarch2018.png
new file mode 100644
index 0000000000..97a0319516
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HBCgamemarch2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HBCgamemarch2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HBCgamemarch2018_thumb.png
new file mode 100644
index 0000000000..6b5b838833
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HBCgamemarch2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HCgifts17.png b/Updated_Cms/public/assets/images/articles/lpromo_HCgifts17.png
new file mode 100644
index 0000000000..5e4ecec86b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HCgifts17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HCgifts17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HCgifts17_thumb.png
new file mode 100644
index 0000000000..3e755e67d9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HCgifts17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HCreboot.png b/Updated_Cms/public/assets/images/articles/lpromo_HCreboot.png
new file mode 100644
index 0000000000..1c609e5ed7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HCreboot.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HCreboot_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HCreboot_thumb.png
new file mode 100644
index 0000000000..ef7d7e9b14
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HCreboot_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HFFMEVENTMAY18.png b/Updated_Cms/public/assets/images/articles/lpromo_HFFMEVENTMAY18.png
new file mode 100644
index 0000000000..accf1ea6a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HFFMEVENTMAY18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HFFMEVENTMAY18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HFFMEVENTMAY18_thumb.png
new file mode 100644
index 0000000000..3c55c987ad
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HFFMEVENTMAY18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HFFMtreasurequestevent18.png b/Updated_Cms/public/assets/images/articles/lpromo_HFFMtreasurequestevent18.png
new file mode 100644
index 0000000000..e9959fc8b3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HFFMtreasurequestevent18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HFFMtreasurequestevent18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HFFMtreasurequestevent18_thumb.png
new file mode 100644
index 0000000000..c4dd73e60e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HFFMtreasurequestevent18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HQghoststory.png b/Updated_Cms/public/assets/images/articles/lpromo_HQghoststory.png
new file mode 100644
index 0000000000..755c14646c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HQghoststory.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HQghoststory_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HQghoststory_thumb.png
new file mode 100644
index 0000000000..5920df0b55
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HQghoststory_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HQold.png b/Updated_Cms/public/assets/images/articles/lpromo_HQold.png
new file mode 100644
index 0000000000..20ffa3db74
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HQold.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HQold_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HQold_thumb.png
new file mode 100644
index 0000000000..24c1353c8f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HQold_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HSE.png b/Updated_Cms/public/assets/images/articles/lpromo_HSE.png
new file mode 100644
index 0000000000..be22484675
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HSE.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Habbington_Village_Bundle.png b/Updated_Cms/public/assets/images/articles/lpromo_Habbington_Village_Bundle.png
new file mode 100644
index 0000000000..e3efc596b3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Habbington_Village_Bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Habbington_Village_Bundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Habbington_Village_Bundle_thumb.png
new file mode 100644
index 0000000000..e1f436f4d6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Habbington_Village_Bundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboBites_AdventureAroundtheWorld_20th23rd_September.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboBites_AdventureAroundtheWorld_20th23rd_September.png
new file mode 100644
index 0000000000..b8b29d602e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboBites_AdventureAroundtheWorld_20th23rd_September.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboBites_AdventureAroundtheWorld_20th23rd_September_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboBites_AdventureAroundtheWorld_20th23rd_September_thumb.png
new file mode 100644
index 0000000000..b6406a5061
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboBites_AdventureAroundtheWorld_20th23rd_September_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboCreator.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboCreator.png
new file mode 100644
index 0000000000..1677b1b53e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboCreator.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboCreator_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboCreator_thumb.png
new file mode 100644
index 0000000000..14bcd8d108
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboCreator_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboDramaHospital.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboDramaHospital.png
new file mode 100644
index 0000000000..f862a19a7a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboDramaHospital.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboDramaHospital_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboDramaHospital_thumb.png
new file mode 100644
index 0000000000..f2338bc3bf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboDramaHospital_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboHIST.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboHIST.png
new file mode 100644
index 0000000000..91f654e136
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboHIST.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboHIST_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboHIST_thumb.png
new file mode 100644
index 0000000000..caf1940144
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboHIST_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboQuests_Event_Plantet_26092019-1.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboQuests_Event_Plantet_26092019-1.png
new file mode 100644
index 0000000000..8653d6007d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboQuests_Event_Plantet_26092019-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboQuests_Event_Plantet_26092019-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboQuests_Event_Plantet_26092019-1_thumb.png
new file mode 100644
index 0000000000..e13cfea8bf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboQuests_Event_Plantet_26092019-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG08112019.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG08112019.png
new file mode 100644
index 0000000000..b4b1fec777
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG08112019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG08112019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG08112019_thumb.png
new file mode 100644
index 0000000000..947a6ccd1c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG08112019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG21Jun.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG21Jun.png
new file mode 100644
index 0000000000..ecbdd0cd08
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG21Jun.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG21Jun_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG21Jun_thumb.png
new file mode 100644
index 0000000000..86e83e3b92
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPG21Jun_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboRPGHabdewValley-1.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPGHabdewValley-1.png
new file mode 100644
index 0000000000..953e232bb7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPGHabdewValley-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboRPGHabdewValley-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPGHabdewValley-1_thumb.png
new file mode 100644
index 0000000000..55d4a4d680
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboRPGHabdewValley-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboServerComp.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboServerComp.png
new file mode 100644
index 0000000000..673d8c8659
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboServerComp.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboServerComp_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboServerComp_thumb.png
new file mode 100644
index 0000000000..e9d10a76b5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboServerComp_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Habbo_Mall_Entrance.png b/Updated_Cms/public/assets/images/articles/lpromo_Habbo_Mall_Entrance.png
new file mode 100644
index 0000000000..f8954234b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Habbo_Mall_Entrance.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Habboelections123.png b/Updated_Cms/public/assets/images/articles/lpromo_Habboelections123.png
new file mode 100644
index 0000000000..033802331e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Habboelections123.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Habboelections123_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Habboelections123_thumb.png
new file mode 100644
index 0000000000..ab7beb7913
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Habboelections123_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Habboween_teaser.png b/Updated_Cms/public/assets/images/articles/lpromo_Habboween_teaser.png
new file mode 100644
index 0000000000..c14007d1af
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Habboween_teaser.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Habboween_teaser_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Habboween_teaser_thumb.png
new file mode 100644
index 0000000000..e87ab27280
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Habboween_teaser_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Habbox11Jun2019.png b/Updated_Cms/public/assets/images/articles/lpromo_Habbox11Jun2019.png
new file mode 100644
index 0000000000..4ec2ad8b8a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Habbox11Jun2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Habbox11Jun2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Habbox11Jun2019_thumb.png
new file mode 100644
index 0000000000..2816e03cf1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Habbox11Jun2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboxPetShop.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboxPetShop.png
new file mode 100644
index 0000000000..d585a28e8f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboxPetShop.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HabboxPetShop_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HabboxPetShop_thumb.png
new file mode 100644
index 0000000000..1b2d9f0a54
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HabboxPetShop_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Habburger.png b/Updated_Cms/public/assets/images/articles/lpromo_Habburger.png
new file mode 100644
index 0000000000..2b229da9f7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Habburger.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HablantisEntrance.png b/Updated_Cms/public/assets/images/articles/lpromo_HablantisEntrance.png
new file mode 100644
index 0000000000..a4761df2ec
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HablantisEntrance.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HablantisEntrance_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HablantisEntrance_thumb.png
new file mode 100644
index 0000000000..8d2a0575d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HablantisEntrance_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HauntedHotelRoomBundle.png b/Updated_Cms/public/assets/images/articles/lpromo_HauntedHotelRoomBundle.png
new file mode 100644
index 0000000000..fbd1da2439
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HauntedHotelRoomBundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_HauntedHotelRoomBundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_HauntedHotelRoomBundle_thumb.png
new file mode 100644
index 0000000000..71c57a67dc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_HauntedHotelRoomBundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Hookaduck.png b/Updated_Cms/public/assets/images/articles/lpromo_Hookaduck.png
new file mode 100644
index 0000000000..cb0b819902
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Hookaduck.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Hookaduck_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Hookaduck_thumb.png
new file mode 100644
index 0000000000..dc1b380a81
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Hookaduck_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Instagram_Room.png b/Updated_Cms/public/assets/images/articles/lpromo_Instagram_Room.png
new file mode 100644
index 0000000000..43a0350cbc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Instagram_Room.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Instagram_Room_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Instagram_Room_thumb.png
new file mode 100644
index 0000000000..bdac77bcf4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Instagram_Room_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_JAMACIADAY2017.png b/Updated_Cms/public/assets/images/articles/lpromo_JAMACIADAY2017.png
new file mode 100644
index 0000000000..116e3385af
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_JAMACIADAY2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_JAMACIADAY2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_JAMACIADAY2017_thumb.png
new file mode 100644
index 0000000000..3cb3aa475b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_JAMACIADAY2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_JanuarySafetyCampaign.png b/Updated_Cms/public/assets/images/articles/lpromo_JanuarySafetyCampaign.png
new file mode 100644
index 0000000000..47090a8cc0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_JanuarySafetyCampaign.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_JanuarySafetyCampaign_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_JanuarySafetyCampaign_thumb.png
new file mode 100644
index 0000000000..aa9726ac8f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_JanuarySafetyCampaign_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_June072019-1.png b/Updated_Cms/public/assets/images/articles/lpromo_June072019-1.png
new file mode 100644
index 0000000000..487dec0458
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_June072019-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_June072019-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_June072019-1_thumb.png
new file mode 100644
index 0000000000..19eca786bd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_June072019-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Kreditsgame17012018.png b/Updated_Cms/public/assets/images/articles/lpromo_Kreditsgame17012018.png
new file mode 100644
index 0000000000..2f2c34e1ab
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Kreditsgame17012018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Kreditsgame17012018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Kreditsgame17012018_thumb.png
new file mode 100644
index 0000000000..e55836591b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Kreditsgame17012018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Lastroom.png b/Updated_Cms/public/assets/images/articles/lpromo_Lastroom.png
new file mode 100644
index 0000000000..39c70d961e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Lastroom.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Lastroom_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Lastroom_thumb.png
new file mode 100644
index 0000000000..7b996a37ab
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Lastroom_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Liveevent2019Jun.png b/Updated_Cms/public/assets/images/articles/lpromo_Liveevent2019Jun.png
new file mode 100644
index 0000000000..f52b1925eb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Liveevent2019Jun.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Liveevent2019Jun_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Liveevent2019Jun_thumb.png
new file mode 100644
index 0000000000..9e7ca11d19
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Liveevent2019Jun_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_LuckyLoo.png b/Updated_Cms/public/assets/images/articles/lpromo_LuckyLoo.png
new file mode 100644
index 0000000000..5756eebb46
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_LuckyLoo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_LuckyLoo_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_LuckyLoo_thumb.png
new file mode 100644
index 0000000000..3ae36cf352
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_LuckyLoo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Matchmaker.png b/Updated_Cms/public/assets/images/articles/lpromo_Matchmaker.png
new file mode 100644
index 0000000000..d8e255742c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Matchmaker.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Matchmaker_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Matchmaker_thumb.png
new file mode 100644
index 0000000000..20ce7a31cd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Matchmaker_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_May202019.png b/Updated_Cms/public/assets/images/articles/lpromo_May202019.png
new file mode 100644
index 0000000000..54c9b21534
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_May202019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_May202019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_May202019_thumb.png
new file mode 100644
index 0000000000..06a69a707e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_May202019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_May_special_packs.png b/Updated_Cms/public/assets/images/articles/lpromo_May_special_packs.png
new file mode 100644
index 0000000000..c28f200a78
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_May_special_packs.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_May_special_packs_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_May_special_packs_thumb.png
new file mode 100644
index 0000000000..54cbf5f8a5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_May_special_packs_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Memorygamejan2018.png b/Updated_Cms/public/assets/images/articles/lpromo_Memorygamejan2018.png
new file mode 100644
index 0000000000..c5d0bce0ea
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Memorygamejan2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Memorygamejan2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Memorygamejan2018_thumb.png
new file mode 100644
index 0000000000..7cc673230d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Memorygamejan2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Minigame1.png b/Updated_Cms/public/assets/images/articles/lpromo_Minigame1.png
new file mode 100644
index 0000000000..49893e913a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Minigame1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Minigame1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Minigame1_thumb.png
new file mode 100644
index 0000000000..d861f096c4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Minigame1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Minigame2-1.png b/Updated_Cms/public/assets/images/articles/lpromo_Minigame2-1.png
new file mode 100644
index 0000000000..ca7060ebe8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Minigame2-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Minigame2-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Minigame2-1_thumb.png
new file mode 100644
index 0000000000..746d0dab3a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Minigame2-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Minigame2.png b/Updated_Cms/public/assets/images/articles/lpromo_Minigame2.png
new file mode 100644
index 0000000000..ca7060ebe8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Minigame2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Minigame2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Minigame2_thumb.png
new file mode 100644
index 0000000000..746d0dab3a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Minigame2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Monsterinvasion20Jun2019.png b/Updated_Cms/public/assets/images/articles/lpromo_Monsterinvasion20Jun2019.png
new file mode 100644
index 0000000000..48c6c96a63
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Monsterinvasion20Jun2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Monsterinvasion20Jun2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Monsterinvasion20Jun2019_thumb.png
new file mode 100644
index 0000000000..ea79b96c5c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Monsterinvasion20Jun2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_MusicDaBeach_june32019.png b/Updated_Cms/public/assets/images/articles/lpromo_MusicDaBeach_june32019.png
new file mode 100644
index 0000000000..1f3697ed63
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_MusicDaBeach_june32019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_MusicDaBeach_june32019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_MusicDaBeach_june32019_thumb.png
new file mode 100644
index 0000000000..6db6c96e8b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_MusicDaBeach_june32019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_NBC_event.png b/Updated_Cms/public/assets/images/articles/lpromo_NBC_event.png
new file mode 100644
index 0000000000..99864ff0a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_NBC_event.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_NBC_event_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_NBC_event_thumb.png
new file mode 100644
index 0000000000..c01600bea1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_NBC_event_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_NYE.png b/Updated_Cms/public/assets/images/articles/lpromo_NYE.png
new file mode 100644
index 0000000000..b138c16aa1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_NYE.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_NYE_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_NYE_thumb.png
new file mode 100644
index 0000000000..74eec461bf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_NYE_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_NativeIndian.png b/Updated_Cms/public/assets/images/articles/lpromo_NativeIndian.png
new file mode 100644
index 0000000000..2af05b09b3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_NativeIndian.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Olympics.png b/Updated_Cms/public/assets/images/articles/lpromo_Olympics.png
new file mode 100644
index 0000000000..a23edd9a9f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Olympics.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Olympics_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Olympics_thumb.png
new file mode 100644
index 0000000000..ddbacf2415
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Olympics_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PAris.png b/Updated_Cms/public/assets/images/articles/lpromo_PAris.png
new file mode 100644
index 0000000000..ecc54fb280
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PAris.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PAris_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_PAris_thumb.png
new file mode 100644
index 0000000000..2dc48334f4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PAris_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PDBlue_COMP.png b/Updated_Cms/public/assets/images/articles/lpromo_PDBlue_COMP.png
new file mode 100644
index 0000000000..df613b674f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PDBlue_COMP.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PDBlue_COMP_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_PDBlue_COMP_thumb.png
new file mode 100644
index 0000000000..68604d462a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PDBlue_COMP_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Parade.png b/Updated_Cms/public/assets/images/articles/lpromo_Parade.png
new file mode 100644
index 0000000000..4785044004
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Parade.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Parade_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Parade_thumb.png
new file mode 100644
index 0000000000..74ab42756d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Parade_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PastelBundleMay212019.png b/Updated_Cms/public/assets/images/articles/lpromo_PastelBundleMay212019.png
new file mode 100644
index 0000000000..c3fa2c4ee7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PastelBundleMay212019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PastelBundleMay212019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_PastelBundleMay212019_thumb.png
new file mode 100644
index 0000000000..49b417a7f1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PastelBundleMay212019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PetPromo1.png b/Updated_Cms/public/assets/images/articles/lpromo_PetPromo1.png
new file mode 100644
index 0000000000..feb6df93cd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PetPromo1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PetPromo1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_PetPromo1_thumb.png
new file mode 100644
index 0000000000..d65c610f01
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PetPromo1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Pet_Store.png b/Updated_Cms/public/assets/images/articles/lpromo_Pet_Store.png
new file mode 100644
index 0000000000..6f57a93709
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Pet_Store.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PixelHabbo.png b/Updated_Cms/public/assets/images/articles/lpromo_PixelHabbo.png
new file mode 100644
index 0000000000..51e8be4656
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PixelHabbo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PixelHabbo_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_PixelHabbo_thumb.png
new file mode 100644
index 0000000000..2b2c7bee41
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PixelHabbo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Popular_Rooms.png b/Updated_Cms/public/assets/images/articles/lpromo_Popular_Rooms.png
new file mode 100644
index 0000000000..66f8634c57
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Popular_Rooms.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Popular_Rooms_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Popular_Rooms_thumb.png
new file mode 100644
index 0000000000..97cd7dc2eb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Popular_Rooms_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Pro_Gamer_Bundle.png b/Updated_Cms/public/assets/images/articles/lpromo_Pro_Gamer_Bundle.png
new file mode 100644
index 0000000000..724d016a26
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Pro_Gamer_Bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Pro_Gamer_Bundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Pro_Gamer_Bundle_thumb.png
new file mode 100644
index 0000000000..8115086dd1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Pro_Gamer_Bundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PulxDreamrOOMS.png b/Updated_Cms/public/assets/images/articles/lpromo_PulxDreamrOOMS.png
new file mode 100644
index 0000000000..aea81b3a61
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PulxDreamrOOMS.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_PulxDreamrOOMS_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_PulxDreamrOOMS_thumb.png
new file mode 100644
index 0000000000..e2cfd4fc48
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_PulxDreamrOOMS_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_RING_PROMO.png b/Updated_Cms/public/assets/images/articles/lpromo_RING_PROMO.png
new file mode 100644
index 0000000000..ea2a54aedb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_RING_PROMO.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_RING_PROMO_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_RING_PROMO_thumb.png
new file mode 100644
index 0000000000..bc4b0459cb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_RING_PROMO_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_RedBeachMay272019.png b/Updated_Cms/public/assets/images/articles/lpromo_RedBeachMay272019.png
new file mode 100644
index 0000000000..94fd2d7608
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_RedBeachMay272019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_RedBeachMay272019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_RedBeachMay272019_thumb.png
new file mode 100644
index 0000000000..17638380ac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_RedBeachMay272019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Reindee_Antlers-1.png b/Updated_Cms/public/assets/images/articles/lpromo_Reindee_Antlers-1.png
new file mode 100644
index 0000000000..6d99013633
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Reindee_Antlers-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Reindee_Antlers-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Reindee_Antlers-1_thumb.png
new file mode 100644
index 0000000000..c8d46f8011
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Reindee_Antlers-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_RentyGame17052019.png b/Updated_Cms/public/assets/images/articles/lpromo_RentyGame17052019.png
new file mode 100644
index 0000000000..cdce68da86
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_RentyGame17052019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_RentyGame17052019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_RentyGame17052019_thumb.png
new file mode 100644
index 0000000000..c810d2ef94
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_RentyGame17052019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_RoomHomepages.png b/Updated_Cms/public/assets/images/articles/lpromo_RoomHomepages.png
new file mode 100644
index 0000000000..3e2a8d058e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_RoomHomepages.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_RoomHomepages_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_RoomHomepages_thumb.png
new file mode 100644
index 0000000000..ad82538885
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_RoomHomepages_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SH1_escaping_exposure.png b/Updated_Cms/public/assets/images/articles/lpromo_SH1_escaping_exposure.png
new file mode 100644
index 0000000000..9c424fe939
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SH1_escaping_exposure.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SH1_escaping_exposure_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_SH1_escaping_exposure_thumb.png
new file mode 100644
index 0000000000..15ca0b67e8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SH1_escaping_exposure_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SH2_the_natural_disaster.png b/Updated_Cms/public/assets/images/articles/lpromo_SH2_the_natural_disaster.png
new file mode 100644
index 0000000000..5fe3926075
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SH2_the_natural_disaster.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SH2_the_natural_disaster_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_SH2_the_natural_disaster_thumb.png
new file mode 100644
index 0000000000..ab8f04d023
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SH2_the_natural_disaster_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SH3_sewerage_man.png b/Updated_Cms/public/assets/images/articles/lpromo_SH3_sewerage_man.png
new file mode 100644
index 0000000000..74f99a6699
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SH3_sewerage_man.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SH3_sewerage_man_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_SH3_sewerage_man_thumb.png
new file mode 100644
index 0000000000..64ec96acb6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SH3_sewerage_man_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SH4_the_kidnapped_journalists.png b/Updated_Cms/public/assets/images/articles/lpromo_SH4_the_kidnapped_journalists.png
new file mode 100644
index 0000000000..3a71690b5b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SH4_the_kidnapped_journalists.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SH4_the_kidnapped_journalists_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_SH4_the_kidnapped_journalists_thumb.png
new file mode 100644
index 0000000000..d4a9096512
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SH4_the_kidnapped_journalists_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SafetyCampaign_IT.png b/Updated_Cms/public/assets/images/articles/lpromo_SafetyCampaign_IT.png
new file mode 100644
index 0000000000..6228e0adbf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SafetyCampaign_IT.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SafetyCampaign_IT_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_SafetyCampaign_IT_thumb.png
new file mode 100644
index 0000000000..18ad78efc7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SafetyCampaign_IT_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Safety_Campaing_July.png b/Updated_Cms/public/assets/images/articles/lpromo_Safety_Campaing_July.png
new file mode 100644
index 0000000000..985d805647
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Safety_Campaing_July.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Safety_Campaing_July_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Safety_Campaing_July_thumb.png
new file mode 100644
index 0000000000..16c45257c0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Safety_Campaing_July_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SantaWorkshop.png b/Updated_Cms/public/assets/images/articles/lpromo_SantaWorkshop.png
new file mode 100644
index 0000000000..9f5f0eb3a0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SantaWorkshop.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SantaWorkshop_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_SantaWorkshop_thumb.png
new file mode 100644
index 0000000000..3f81a4eb9d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SantaWorkshop_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Sleepcation.png b/Updated_Cms/public/assets/images/articles/lpromo_Sleepcation.png
new file mode 100644
index 0000000000..2a289ea067
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Sleepcation.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Sleepcation_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Sleepcation_thumb.png
new file mode 100644
index 0000000000..be2c3a6f81
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Sleepcation_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Slimey_Ghosts.png b/Updated_Cms/public/assets/images/articles/lpromo_Slimey_Ghosts.png
new file mode 100644
index 0000000000..9972729506
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Slimey_Ghosts.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Slimey_Ghosts_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Slimey_Ghosts_thumb.png
new file mode 100644
index 0000000000..af1ade53b5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Slimey_Ghosts_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Social_Media_GFB.png b/Updated_Cms/public/assets/images/articles/lpromo_Social_Media_GFB.png
new file mode 100644
index 0000000000..841c874124
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Social_Media_GFB.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Social_Media_GFB_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Social_Media_GFB_thumb.png
new file mode 100644
index 0000000000..a9eaddbecb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Social_Media_GFB_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SportswearStoreBundle.png b/Updated_Cms/public/assets/images/articles/lpromo_SportswearStoreBundle.png
new file mode 100644
index 0000000000..6679201de3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SportswearStoreBundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Star_Lounge.png b/Updated_Cms/public/assets/images/articles/lpromo_Star_Lounge.png
new file mode 100644
index 0000000000..56283dcdc3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Star_Lounge.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_State_Economy.png b/Updated_Cms/public/assets/images/articles/lpromo_State_Economy.png
new file mode 100644
index 0000000000..e38817a407
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_State_Economy.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_State_Economy_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_State_Economy_thumb.png
new file mode 100644
index 0000000000..62a73bfbec
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_State_Economy_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Storytime.png b/Updated_Cms/public/assets/images/articles/lpromo_Storytime.png
new file mode 100644
index 0000000000..02e9849891
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Storytime.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Storytime_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Storytime_thumb.png
new file mode 100644
index 0000000000..4982d9041f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Storytime_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC-1.png b/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC-1.png
new file mode 100644
index 0000000000..f83a5f5c86
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC-1_thumb.png
new file mode 100644
index 0000000000..3cf4a84e06
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC.png b/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC.png
new file mode 100644
index 0000000000..f83a5f5c86
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC_thumb.png
new file mode 100644
index 0000000000..3cf4a84e06
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Stranded_Jungle_HC_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SummerFunRun2May312019.png b/Updated_Cms/public/assets/images/articles/lpromo_SummerFunRun2May312019.png
new file mode 100644
index 0000000000..970bae999f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SummerFunRun2May312019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_SummerFunRun2May312019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_SummerFunRun2May312019_thumb.png
new file mode 100644
index 0000000000..ec682faecc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_SummerFunRun2May312019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_TMCP.png b/Updated_Cms/public/assets/images/articles/lpromo_TMCP.png
new file mode 100644
index 0000000000..886b134ee1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_TMCP.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_TMCP_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_TMCP_thumb.png
new file mode 100644
index 0000000000..de788ca1a1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_TMCP_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Tea_Talk17052019.png b/Updated_Cms/public/assets/images/articles/lpromo_Tea_Talk17052019.png
new file mode 100644
index 0000000000..65b844ec59
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Tea_Talk17052019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Tea_Talk17052019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Tea_Talk17052019_thumb.png
new file mode 100644
index 0000000000..e3770c70eb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Tea_Talk17052019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ThanksGiving.png b/Updated_Cms/public/assets/images/articles/lpromo_ThanksGiving.png
new file mode 100644
index 0000000000..c5525adf33
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ThanksGiving.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ThanksGiving_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ThanksGiving_thumb.png
new file mode 100644
index 0000000000..fe1eb6603f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ThanksGiving_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_TheYearinReview.png b/Updated_Cms/public/assets/images/articles/lpromo_TheYearinReview.png
new file mode 100644
index 0000000000..45dded40ef
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_TheYearinReview.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_TheYearinReview_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_TheYearinReview_thumb.png
new file mode 100644
index 0000000000..3e1e70d2b5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_TheYearinReview_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ThelegendofFrank.png b/Updated_Cms/public/assets/images/articles/lpromo_ThelegendofFrank.png
new file mode 100644
index 0000000000..ad4387b5cd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ThelegendofFrank.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ThelegendofFrank_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ThelegendofFrank_thumb.png
new file mode 100644
index 0000000000..2f4009f23b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ThelegendofFrank_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Thepollsareopen.png b/Updated_Cms/public/assets/images/articles/lpromo_Thepollsareopen.png
new file mode 100644
index 0000000000..a742396a0d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Thepollsareopen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Thepollsareopen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Thepollsareopen_thumb.png
new file mode 100644
index 0000000000..cf808ef97c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Thepollsareopen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_TimeTravel.png b/Updated_Cms/public/assets/images/articles/lpromo_TimeTravel.png
new file mode 100644
index 0000000000..b504d01ec5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_TimeTravel.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_TimeTravel_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_TimeTravel_thumb.png
new file mode 100644
index 0000000000..622acd2055
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_TimeTravel_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Tokyo_Blog_Promos.png b/Updated_Cms/public/assets/images/articles/lpromo_Tokyo_Blog_Promos.png
new file mode 100644
index 0000000000..ae8fc8ab55
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Tokyo_Blog_Promos.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Tokyo_Blog_Promos_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Tokyo_Blog_Promos_thumb.png
new file mode 100644
index 0000000000..19ec38cfe3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Tokyo_Blog_Promos_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_UAloyaltycrowns.png b/Updated_Cms/public/assets/images/articles/lpromo_UAloyaltycrowns.png
new file mode 100644
index 0000000000..ffbf39fd72
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_UAloyaltycrowns.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_UAloyaltycrowns_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_UAloyaltycrowns_thumb.png
new file mode 100644
index 0000000000..1cfd48d3b5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_UAloyaltycrowns_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_USindi.png b/Updated_Cms/public/assets/images/articles/lpromo_USindi.png
new file mode 100644
index 0000000000..e7a490bfed
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_USindi.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_USindi_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_USindi_thumb.png
new file mode 100644
index 0000000000..588fde0003
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_USindi_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_VIP.png b/Updated_Cms/public/assets/images/articles/lpromo_VIP.png
new file mode 100644
index 0000000000..72b0a82524
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_VIP.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_VIP_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_VIP_thumb.png
new file mode 100644
index 0000000000..73e41e4a85
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_VIP_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Event.png b/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Event.png
new file mode 100644
index 0000000000..f048e6166f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Event.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Event_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Event_thumb.png
new file mode 100644
index 0000000000..318af7840e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Event_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Lovelock.png b/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Lovelock.png
new file mode 100644
index 0000000000..8cdaf67920
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Lovelock.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Lovelock_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Lovelock_thumb.png
new file mode 100644
index 0000000000..090f7fdf48
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Valentines_Lovelock_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Wedding_Banquet_Bundle.png b/Updated_Cms/public/assets/images/articles/lpromo_Wedding_Banquet_Bundle.png
new file mode 100644
index 0000000000..abbbe451fb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Wedding_Banquet_Bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Wedding_Ceremony_Bundle.png b/Updated_Cms/public/assets/images/articles/lpromo_Wedding_Ceremony_Bundle.png
new file mode 100644
index 0000000000..8b6157a09d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Wedding_Ceremony_Bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Wedding_Ceremony_Bundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Wedding_Ceremony_Bundle_thumb.png
new file mode 100644
index 0000000000..4f943c5b49
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Wedding_Ceremony_Bundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Winners231312undervcvoerstory.png b/Updated_Cms/public/assets/images/articles/lpromo_Winners231312undervcvoerstory.png
new file mode 100644
index 0000000000..4a86c7a377
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Winners231312undervcvoerstory.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_Winners231312undervcvoerstory_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_Winners231312undervcvoerstory_thumb.png
new file mode 100644
index 0000000000..51c7627ff2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_Winners231312undervcvoerstory_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_WiredCompetitionWinners.png b/Updated_Cms/public/assets/images/articles/lpromo_WiredCompetitionWinners.png
new file mode 100644
index 0000000000..6d9da53f28
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_WiredCompetitionWinners.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_WiredCompetitionWinners_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_WiredCompetitionWinners_thumb.png
new file mode 100644
index 0000000000..334449a402
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_WiredCompetitionWinners_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_WiredContest.png b/Updated_Cms/public/assets/images/articles/lpromo_WiredContest.png
new file mode 100644
index 0000000000..13d563e8a9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_WiredContest.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_WiredContest_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_WiredContest_thumb.png
new file mode 100644
index 0000000000..b25f0d355e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_WiredContest_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_YearinReviewJuly.png b/Updated_Cms/public/assets/images/articles/lpromo_YearinReviewJuly.png
new file mode 100644
index 0000000000..768d8140db
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_YearinReviewJuly.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_YearinReviewJuly_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_YearinReviewJuly_thumb.png
new file mode 100644
index 0000000000..b944f4139e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_YearinReviewJuly_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_adhb.png b/Updated_Cms/public/assets/images/articles/lpromo_adhb.png
new file mode 100644
index 0000000000..7ee6b91dfb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_adhb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_adhb_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_adhb_thumb.png
new file mode 100644
index 0000000000..fe1cab435b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_adhb_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_advent.png b/Updated_Cms/public/assets/images/articles/lpromo_advent.png
new file mode 100644
index 0000000000..3fd5fbc92b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_advent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_alice-1.png b/Updated_Cms/public/assets/images/articles/lpromo_alice-1.png
new file mode 100644
index 0000000000..a4a2b3b4f3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_alice-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_alice-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_alice-1_thumb.png
new file mode 100644
index 0000000000..4d4052e494
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_alice-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_alienglossroomaseaewa.png b/Updated_Cms/public/assets/images/articles/lpromo_alienglossroomaseaewa.png
new file mode 100644
index 0000000000..d7c5d0eb58
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_alienglossroomaseaewa.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_alienglossroomaseaewa_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_alienglossroomaseaewa_thumb.png
new file mode 100644
index 0000000000..2a1b2d7634
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_alienglossroomaseaewa_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_allisright.png b/Updated_Cms/public/assets/images/articles/lpromo_allisright.png
new file mode 100644
index 0000000000..95d1c6429e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_allisright.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_allisright_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_allisright_thumb.png
new file mode 100644
index 0000000000..7325839355
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_allisright_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_amaiacomp.png b/Updated_Cms/public/assets/images/articles/lpromo_amaiacomp.png
new file mode 100644
index 0000000000..521b7d95b0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_amaiacomp.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_amaiacomp_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_amaiacomp_thumb.png
new file mode 100644
index 0000000000..5754682b70
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_amaiacomp_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_amazonrun.png b/Updated_Cms/public/assets/images/articles/lpromo_amazonrun.png
new file mode 100644
index 0000000000..467b550f3b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_amazonrun.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_amazonrun_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_amazonrun_thumb.png
new file mode 100644
index 0000000000..7194ad2504
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_amazonrun_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_amb1yr.png b/Updated_Cms/public/assets/images/articles/lpromo_amb1yr.png
new file mode 100644
index 0000000000..fcb7865b35
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_amb1yr.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ambassador_infobus_park.png b/Updated_Cms/public/assets/images/articles/lpromo_ambassador_infobus_park.png
new file mode 100644
index 0000000000..e2bf3d9489
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ambassador_infobus_park.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ambassador_infobus_park_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ambassador_infobus_park_thumb.png
new file mode 100644
index 0000000000..455e597600
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ambassador_infobus_park_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ambassadorday.png b/Updated_Cms/public/assets/images/articles/lpromo_ambassadorday.png
new file mode 100644
index 0000000000..20678e7fe1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ambassadorday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ambassadorday_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ambassadorday_thumb.png
new file mode 100644
index 0000000000..4d2e579d50
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ambassadorday_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ambhangfeb2019.png b/Updated_Cms/public/assets/images/articles/lpromo_ambhangfeb2019.png
new file mode 100644
index 0000000000..c0b9dd5c27
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ambhangfeb2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ambhangfeb2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ambhangfeb2019_thumb.png
new file mode 100644
index 0000000000..06f84e9a95
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ambhangfeb2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_america17_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_america17_gen.png
new file mode 100644
index 0000000000..0c7c27ccdd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_america17_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_america17_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_america17_gen_thumb.png
new file mode 100644
index 0000000000..e14c74510c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_america17_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_animalcrossingjanhabboquests2018.png b/Updated_Cms/public/assets/images/articles/lpromo_animalcrossingjanhabboquests2018.png
new file mode 100644
index 0000000000..5e7b47fff4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_animalcrossingjanhabboquests2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_animalcrossingjanhabboquests2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_animalcrossingjanhabboquests2018_thumb.png
new file mode 100644
index 0000000000..f170d479a3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_animalcrossingjanhabboquests2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_aprilfools19_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_aprilfools19_thumb.png
new file mode 100644
index 0000000000..6234cef83b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_aprilfools19_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_LTD1.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_LTD1.png
new file mode 100644
index 0000000000..ecd514d097
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_LTD1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_LTD2.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_LTD2.png
new file mode 100644
index 0000000000..781344f192
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_LTD2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_assaultcourse.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_assaultcourse.png
new file mode 100644
index 0000000000..e67f581716
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_assaultcourse.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_basecampbundle.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_basecampbundle.png
new file mode 100644
index 0000000000..fa30456408
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_basecampbundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_bonusrare.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_bonusrare.png
new file mode 100644
index 0000000000..6045e561c8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_bonusrare.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_clothing.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_clothing.png
new file mode 100644
index 0000000000..0a65a98117
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_clothing.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_credit.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_credit.png
new file mode 100644
index 0000000000..61ec52f5e3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_credit.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_generic1.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_generic1.png
new file mode 100644
index 0000000000..039e82a5d9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_generic1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_generic2.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_generic2.png
new file mode 100644
index 0000000000..45220f04f6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_generic2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_hqbundle.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_hqbundle.png
new file mode 100644
index 0000000000..ba1fe20ac4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_hqbundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_army15_newfurni.png b/Updated_Cms/public/assets/images/articles/lpromo_army15_newfurni.png
new file mode 100644
index 0000000000..448d7588e8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_army15_newfurni.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_artcompundercoverpres2017.png b/Updated_Cms/public/assets/images/articles/lpromo_artcompundercoverpres2017.png
new file mode 100644
index 0000000000..91c841ef18
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_artcompundercoverpres2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_artcompundercoverpres2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_artcompundercoverpres2017_thumb.png
new file mode 100644
index 0000000000..65d47e3026
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_artcompundercoverpres2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_articlewinners12121221212121212wdwedfwe.png b/Updated_Cms/public/assets/images/articles/lpromo_articlewinners12121221212121212wdwedfwe.png
new file mode 100644
index 0000000000..4895822582
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_articlewinners12121221212121212wdwedfwe.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_articlewinners12121221212121212wdwedfwe_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_articlewinners12121221212121212wdwedfwe_thumb.png
new file mode 100644
index 0000000000..376944f93f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_articlewinners12121221212121212wdwedfwe_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_artistlookwinner.png b/Updated_Cms/public/assets/images/articles/lpromo_artistlookwinner.png
new file mode 100644
index 0000000000..c518541f7f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_artistlookwinner.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_artistlookwinner_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_artistlookwinner_thumb.png
new file mode 100644
index 0000000000..b081ab0d0f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_artistlookwinner_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_atcg.png b/Updated_Cms/public/assets/images/articles/lpromo_atcg.png
new file mode 100644
index 0000000000..2c1ab36ca1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_atcg.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_atlanticbaweventfeb18.png b/Updated_Cms/public/assets/images/articles/lpromo_atlanticbaweventfeb18.png
new file mode 100644
index 0000000000..8f557d8351
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_atlanticbaweventfeb18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_atlanticbaweventfeb18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_atlanticbaweventfeb18_thumb.png
new file mode 100644
index 0000000000..0ee1fb34ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_atlanticbaweventfeb18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_audemarseventjan18.png b/Updated_Cms/public/assets/images/articles/lpromo_audemarseventjan18.png
new file mode 100644
index 0000000000..eeee61c586
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_audemarseventjan18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_audemarseventjan18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_audemarseventjan18_thumb.png
new file mode 100644
index 0000000000..d65e0c92bd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_audemarseventjan18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_aug17_flipflop.png b/Updated_Cms/public/assets/images/articles/lpromo_aug17_flipflop.png
new file mode 100644
index 0000000000..6695d57e9d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_aug17_flipflop.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_aug17_flipflop_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_aug17_flipflop_thumb.png
new file mode 100644
index 0000000000..02655ca300
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_aug17_flipflop_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_august2017fansiteeventall.png b/Updated_Cms/public/assets/images/articles/lpromo_august2017fansiteeventall.png
new file mode 100644
index 0000000000..4fdcb2058c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_august2017fansiteeventall.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_august2017fansiteeventall_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_august2017fansiteeventall_thumb.png
new file mode 100644
index 0000000000..00122d2e37
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_august2017fansiteeventall_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_august2018steetroomcompstaffpick2018.png b/Updated_Cms/public/assets/images/articles/lpromo_august2018steetroomcompstaffpick2018.png
new file mode 100644
index 0000000000..779b710a30
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_august2018steetroomcompstaffpick2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_august2018steetroomcompstaffpick2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_august2018steetroomcompstaffpick2018_thumb.png
new file mode 100644
index 0000000000..ed5c2a122a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_august2018steetroomcompstaffpick2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_augustjapanesebundle2018.png b/Updated_Cms/public/assets/images/articles/lpromo_augustjapanesebundle2018.png
new file mode 100644
index 0000000000..fda5c3375c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_augustjapanesebundle2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_augustjapanesebundle2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_augustjapanesebundle2018_thumb.png
new file mode 100644
index 0000000000..1b4cd57c2c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_augustjapanesebundle2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_australiaevent19.png b/Updated_Cms/public/assets/images/articles/lpromo_australiaevent19.png
new file mode 100644
index 0000000000..41d99596a3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_australiaevent19.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_australiaevent19_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_australiaevent19_thumb.png
new file mode 100644
index 0000000000..2c42bd75f2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_australiaevent19_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_autumnrunevent18sept.png b/Updated_Cms/public/assets/images/articles/lpromo_autumnrunevent18sept.png
new file mode 100644
index 0000000000..b9e6e40852
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_autumnrunevent18sept.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_autumnrunevent18sept_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_autumnrunevent18sept_thumb.png
new file mode 100644
index 0000000000..a975a7e32b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_autumnrunevent18sept_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_backtoschoolbundle1.png b/Updated_Cms/public/assets/images/articles/lpromo_backtoschoolbundle1.png
new file mode 100644
index 0000000000..7198e09894
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_backtoschoolbundle1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_backtoschooljudgementseptember2019.png b/Updated_Cms/public/assets/images/articles/lpromo_backtoschooljudgementseptember2019.png
new file mode 100644
index 0000000000..b8dca8ac2c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_backtoschooljudgementseptember2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_backtoschooljudgementseptember2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_backtoschooljudgementseptember2019_thumb.png
new file mode 100644
index 0000000000..4fe45b5b17
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_backtoschooljudgementseptember2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_band19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_band19_gen.png
new file mode 100644
index 0000000000..d4d9522b33
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_band19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_band19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_band19_gen_thumb.png
new file mode 100644
index 0000000000..239ee8a617
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_band19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bannercomp2018jan.png b/Updated_Cms/public/assets/images/articles/lpromo_bannercomp2018jan.png
new file mode 100644
index 0000000000..040992d06a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bannercomp2018jan.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bannercomp2018jan_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bannercomp2018jan_thumb.png
new file mode 100644
index 0000000000..690a81cf62
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bannercomp2018jan_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_basicroomhint.png b/Updated_Cms/public/assets/images/articles/lpromo_basicroomhint.png
new file mode 100644
index 0000000000..c995eb6e90
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_basicroomhint.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_basicroomhint_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_basicroomhint_thumb.png
new file mode 100644
index 0000000000..64d8cf7772
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_basicroomhint_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bathtubsitting.png b/Updated_Cms/public/assets/images/articles/lpromo_bathtubsitting.png
new file mode 100644
index 0000000000..135c9b3af9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bathtubsitting.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bathtubsitting_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bathtubsitting_thumb.png
new file mode 100644
index 0000000000..601ce6716a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bathtubsitting_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_battle.png b/Updated_Cms/public/assets/images/articles/lpromo_battle.png
new file mode 100644
index 0000000000..9bc96fc8d5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_battle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_battle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_battle_thumb.png
new file mode 100644
index 0000000000..b5f6190d1b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_battle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baw2ndgamefranconstruction2017.png b/Updated_Cms/public/assets/images/articles/lpromo_baw2ndgamefranconstruction2017.png
new file mode 100644
index 0000000000..ee75fc4bfe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baw2ndgamefranconstruction2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baw2ndgamefranconstruction2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_baw2ndgamefranconstruction2017_thumb.png
new file mode 100644
index 0000000000..3c4e4eea80
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baw2ndgamefranconstruction2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baw31102016.png b/Updated_Cms/public/assets/images/articles/lpromo_baw31102016.png
new file mode 100644
index 0000000000..2db0f0594b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baw31102016.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baw31102016_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_baw31102016_thumb.png
new file mode 100644
index 0000000000..914e635fc1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baw31102016_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baw_alex.png b/Updated_Cms/public/assets/images/articles/lpromo_baw_alex.png
new file mode 100644
index 0000000000..42be7c232b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baw_alex.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baw_alex_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_baw_alex_thumb.png
new file mode 100644
index 0000000000..9b7d7dafe4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baw_alex_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baw_generic.png b/Updated_Cms/public/assets/images/articles/lpromo_baw_generic.png
new file mode 100644
index 0000000000..92ed3c9e97
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baw_generic.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baw_knarf_final.png b/Updated_Cms/public/assets/images/articles/lpromo_baw_knarf_final.png
new file mode 100644
index 0000000000..76170c45fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baw_knarf_final.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baw_knarf_final_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_baw_knarf_final_thumb.png
new file mode 100644
index 0000000000..f82d235619
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baw_knarf_final_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawaugust2017123.png b/Updated_Cms/public/assets/images/articles/lpromo_bawaugust2017123.png
new file mode 100644
index 0000000000..3bdb861f1d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawaugust2017123.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawaugust2017123_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawaugust2017123_thumb.png
new file mode 100644
index 0000000000..2800b955f6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawaugust2017123_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweastereventlast.png b/Updated_Cms/public/assets/images/articles/lpromo_baweastereventlast.png
new file mode 100644
index 0000000000..94cecbcf4f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweastereventlast.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweastereventlast_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_baweastereventlast_thumb.png
new file mode 100644
index 0000000000..7b02c2d8ea
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweastereventlast_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweventbattle2017.png b/Updated_Cms/public/assets/images/articles/lpromo_baweventbattle2017.png
new file mode 100644
index 0000000000..5060b0d4ed
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweventbattle2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweventbattle2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_baweventbattle2017_thumb.png
new file mode 100644
index 0000000000..d5c1bf9adc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweventbattle2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweventeastertown.png b/Updated_Cms/public/assets/images/articles/lpromo_baweventeastertown.png
new file mode 100644
index 0000000000..d975cbe7b6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweventeastertown.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweventeastertown_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_baweventeastertown_thumb.png
new file mode 100644
index 0000000000..4fa4902462
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweventeastertown_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweventjan18.png b/Updated_Cms/public/assets/images/articles/lpromo_baweventjan18.png
new file mode 100644
index 0000000000..39672dd08a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweventjan18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweventjan18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_baweventjan18_thumb.png
new file mode 100644
index 0000000000..6b7275af01
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweventjan18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweventoct17.png b/Updated_Cms/public/assets/images/articles/lpromo_baweventoct17.png
new file mode 100644
index 0000000000..c24673b13f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweventoct17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweventoct17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_baweventoct17_thumb.png
new file mode 100644
index 0000000000..5388c2aa07
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweventoct17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweventteschan19.png b/Updated_Cms/public/assets/images/articles/lpromo_baweventteschan19.png
new file mode 100644
index 0000000000..be3a7591f9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweventteschan19.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_baweventteschan19_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_baweventteschan19_thumb.png
new file mode 100644
index 0000000000..8cb2328815
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_baweventteschan19_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawgamelast.png b/Updated_Cms/public/assets/images/articles/lpromo_bawgamelast.png
new file mode 100644
index 0000000000..ea859e9c61
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawgamelast.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawgamelast_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawgamelast_thumb.png
new file mode 100644
index 0000000000..80a6d3889d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawgamelast_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawhopefulpressurepoint19.png b/Updated_Cms/public/assets/images/articles/lpromo_bawhopefulpressurepoint19.png
new file mode 100644
index 0000000000..36cb763424
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawhopefulpressurepoint19.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawhopefulpressurepoint19_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawhopefulpressurepoint19_thumb.png
new file mode 100644
index 0000000000..be85c285ac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawhopefulpressurepoint19_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawjungle.png b/Updated_Cms/public/assets/images/articles/lpromo_bawjungle.png
new file mode 100644
index 0000000000..31efe6fe4b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawjungle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawjungle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawjungle_thumb.png
new file mode 100644
index 0000000000..df4e001120
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawjungle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawjungleroom.png b/Updated_Cms/public/assets/images/articles/lpromo_bawjungleroom.png
new file mode 100644
index 0000000000..8fe9c6906e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawjungleroom.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawjungleroom_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawjungleroom_thumb.png
new file mode 100644
index 0000000000..94570a847e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawjungleroom_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawliveevent.png b/Updated_Cms/public/assets/images/articles/lpromo_bawliveevent.png
new file mode 100644
index 0000000000..2ac1ae8443
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawliveevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawliveevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawliveevent_thumb.png
new file mode 100644
index 0000000000..a4204a8645
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawliveevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawmoralchoice.png b/Updated_Cms/public/assets/images/articles/lpromo_bawmoralchoice.png
new file mode 100644
index 0000000000..fbcd41126f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawmoralchoice.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawmoralchoice_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawmoralchoice_thumb.png
new file mode 100644
index 0000000000..4fd198aac7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawmoralchoice_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawosmjan.png b/Updated_Cms/public/assets/images/articles/lpromo_bawosmjan.png
new file mode 100644
index 0000000000..39a1fc4da1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawosmjan.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawosmjan_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawosmjan_thumb.png
new file mode 100644
index 0000000000..d00b95b76c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawosmjan_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawtruth.png b/Updated_Cms/public/assets/images/articles/lpromo_bawtruth.png
new file mode 100644
index 0000000000..f94f3ce1ff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawtruth.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawtruth_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawtruth_thumb.png
new file mode 100644
index 0000000000..35adb9da5b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawtruth_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawvikinggame.png b/Updated_Cms/public/assets/images/articles/lpromo_bawvikinggame.png
new file mode 100644
index 0000000000..c7512d7a99
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawvikinggame.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawvikinggame_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawvikinggame_thumb.png
new file mode 100644
index 0000000000..b1d52a15e3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawvikinggame_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawwalleeventfeb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawwalleeventfeb.png
new file mode 100644
index 0000000000..8bd3732b50
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawwalleeventfeb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawwalleeventfeb_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawwalleeventfeb_thumb.png
new file mode 100644
index 0000000000..1dc17a7585
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawwalleeventfeb_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawxmas.png b/Updated_Cms/public/assets/images/articles/lpromo_bawxmas.png
new file mode 100644
index 0000000000..d216af23cf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawxmas.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawxmas_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawxmas_thumb.png
new file mode 100644
index 0000000000..efe533a76e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawxmas_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawxmasevetn.png b/Updated_Cms/public/assets/images/articles/lpromo_bawxmasevetn.png
new file mode 100644
index 0000000000..8332c9fcc5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawxmasevetn.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bawxmasevetn_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bawxmasevetn_thumb.png
new file mode 100644
index 0000000000..743edc6a6b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bawxmasevetn_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen1.png b/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen1.png
new file mode 100644
index 0000000000..01fcc4e13b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen1_thumb.png
new file mode 100644
index 0000000000..8b1a2c9feb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen2.png b/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen2.png
new file mode 100644
index 0000000000..f406a99590
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen2_thumb.png
new file mode 100644
index 0000000000..80353caedc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bazaar17_gen2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bazaargame2.png b/Updated_Cms/public/assets/images/articles/lpromo_bazaargame2.png
new file mode 100644
index 0000000000..c015c4e78d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bazaargame2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bazaargame2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bazaargame2_thumb.png
new file mode 100644
index 0000000000..655675e488
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bazaargame2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bazaargame4.png.png b/Updated_Cms/public/assets/images/articles/lpromo_bazaargame4.png.png
new file mode 100644
index 0000000000..210cc73883
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bazaargame4.png.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bazaargame6.png b/Updated_Cms/public/assets/images/articles/lpromo_bazaargame6.png
new file mode 100644
index 0000000000..b9c9341cbc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bazaargame6.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bazaargame6_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bazaargame6_thumb.png
new file mode 100644
index 0000000000..21945af5bc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bazaargame6_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bbbqpartyseptember2017.png b/Updated_Cms/public/assets/images/articles/lpromo_bbbqpartyseptember2017.png
new file mode 100644
index 0000000000..224b7ed1c8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bbbqpartyseptember2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bbbqpartyseptember2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bbbqpartyseptember2017_thumb.png
new file mode 100644
index 0000000000..fc5110e123
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bbbqpartyseptember2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bcfurni.png b/Updated_Cms/public/assets/images/articles/lpromo_bcfurni.png
new file mode 100644
index 0000000000..7b6c354199
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bcfurni.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bdayparty.png b/Updated_Cms/public/assets/images/articles/lpromo_bdayparty.png
new file mode 100644
index 0000000000..06635645d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bdayparty.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bdayparty_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bdayparty_thumb.png
new file mode 100644
index 0000000000..4258c8d566
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bdayparty_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_beecheslair.png b/Updated_Cms/public/assets/images/articles/lpromo_beecheslair.png
new file mode 100644
index 0000000000..8b62e57e99
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_beecheslair.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_beecheslair_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_beecheslair_thumb.png
new file mode 100644
index 0000000000..4bb2995999
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_beecheslair_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bigeasterbundle.png b/Updated_Cms/public/assets/images/articles/lpromo_bigeasterbundle.png
new file mode 100644
index 0000000000..c872546856
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bigeasterbundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bighosiptaljan2019.png b/Updated_Cms/public/assets/images/articles/lpromo_bighosiptaljan2019.png
new file mode 100644
index 0000000000..262606259a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bighosiptaljan2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bighosiptaljan2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bighosiptaljan2019_thumb.png
new file mode 100644
index 0000000000..a025b0e05c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bighosiptaljan2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_boardgameaugust2017.png b/Updated_Cms/public/assets/images/articles/lpromo_boardgameaugust2017.png
new file mode 100644
index 0000000000..2c142f9db9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_boardgameaugust2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_boardgameaugust2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_boardgameaugust2017_thumb.png
new file mode 100644
index 0000000000..8b96ace17d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_boardgameaugust2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bohoarticlegeorge2019mayjune.png b/Updated_Cms/public/assets/images/articles/lpromo_bohoarticlegeorge2019mayjune.png
new file mode 100644
index 0000000000..dd35ba48db
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bohoarticlegeorge2019mayjune.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bohoarticlegeorge2019mayjune_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bohoarticlegeorge2019mayjune_thumb.png
new file mode 100644
index 0000000000..fd66830207
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bohoarticlegeorge2019mayjune_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bonfire.png b/Updated_Cms/public/assets/images/articles/lpromo_bonfire.png
new file mode 100644
index 0000000000..af48b49ee9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bonfire.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bonfire_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bonfire_thumb.png
new file mode 100644
index 0000000000..8518c9a9eb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bonfire_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bonfirenight.png b/Updated_Cms/public/assets/images/articles/lpromo_bonfirenight.png
new file mode 100644
index 0000000000..45ae8423f4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bonfirenight.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bonfirenight_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bonfirenight_thumb.png
new file mode 100644
index 0000000000..6d4f184dac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bonfirenight_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bonniecompfansiteeventt.png b/Updated_Cms/public/assets/images/articles/lpromo_bonniecompfansiteeventt.png
new file mode 100644
index 0000000000..0d02d7aed5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bonniecompfansiteeventt.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bonniecompfansiteeventt_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bonniecompfansiteeventt_thumb.png
new file mode 100644
index 0000000000..58c5dae4ec
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bonniecompfansiteeventt_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bonniehbcfansiteevent.png b/Updated_Cms/public/assets/images/articles/lpromo_bonniehbcfansiteevent.png
new file mode 100644
index 0000000000..e0d0f6075a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bonniehbcfansiteevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bonniehbcfansiteevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bonniehbcfansiteevent_thumb.png
new file mode 100644
index 0000000000..b55955d132
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bonniehbcfansiteevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bonusr16_1.png b/Updated_Cms/public/assets/images/articles/lpromo_bonusr16_1.png
new file mode 100644
index 0000000000..5919fc96ab
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bonusr16_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bonusr16_2.png b/Updated_Cms/public/assets/images/articles/lpromo_bonusr16_2.png
new file mode 100644
index 0000000000..8e93dc93fb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bonusr16_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_boxingdayeventlod2017.png b/Updated_Cms/public/assets/images/articles/lpromo_boxingdayeventlod2017.png
new file mode 100644
index 0000000000..bdb1394e81
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_boxingdayeventlod2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_boxingdayeventlod2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_boxingdayeventlod2017_thumb.png
new file mode 100644
index 0000000000..63e854e73f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_boxingdayeventlod2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bundebazzaretahouseaugust2017.png b/Updated_Cms/public/assets/images/articles/lpromo_bundebazzaretahouseaugust2017.png
new file mode 100644
index 0000000000..7bd26153a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bundebazzaretahouseaugust2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bundebazzaretahouseaugust2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bundebazzaretahouseaugust2017_thumb.png
new file mode 100644
index 0000000000..9d9db0c6a0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bundebazzaretahouseaugust2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bundlenov17.png b/Updated_Cms/public/assets/images/articles/lpromo_bundlenov17.png
new file mode 100644
index 0000000000..b560661028
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bundlenov17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bundlenov17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bundlenov17_thumb.png
new file mode 100644
index 0000000000..7a3126bc48
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bundlenov17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bundlevictdic17.png b/Updated_Cms/public/assets/images/articles/lpromo_bundlevictdic17.png
new file mode 100644
index 0000000000..cd9be240a5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bundlevictdic17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bundlevictdic17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bundlevictdic17_thumb.png
new file mode 100644
index 0000000000..c7b1c8f3ab
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bundlevictdic17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bundlleasternmarch.png b/Updated_Cms/public/assets/images/articles/lpromo_bundlleasternmarch.png
new file mode 100644
index 0000000000..1a6c693e79
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bundlleasternmarch.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bundlleasternmarch_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bundlleasternmarch_thumb.png
new file mode 100644
index 0000000000..f2afc34599
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bundlleasternmarch_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bunnycafemarch2018.png b/Updated_Cms/public/assets/images/articles/lpromo_bunnycafemarch2018.png
new file mode 100644
index 0000000000..dff70d194b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bunnycafemarch2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_bunnycafemarch2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_bunnycafemarch2018_thumb.png
new file mode 100644
index 0000000000..5c5141bc72
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_bunnycafemarch2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_caffescreenshotevent.png b/Updated_Cms/public/assets/images/articles/lpromo_caffescreenshotevent.png
new file mode 100644
index 0000000000..f5d8b5c5b3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_caffescreenshotevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_caffescreenshotevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_caffescreenshotevent_thumb.png
new file mode 100644
index 0000000000..9855188066
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_caffescreenshotevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_canadaday1062019.png b/Updated_Cms/public/assets/images/articles/lpromo_canadaday1062019.png
new file mode 100644
index 0000000000..69e074819e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_canadaday1062019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_canadaday1062019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_canadaday1062019_thumb.png
new file mode 100644
index 0000000000..11dc5996d4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_canadaday1062019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_canadaday2017.png b/Updated_Cms/public/assets/images/articles/lpromo_canadaday2017.png
new file mode 100644
index 0000000000..1c4459cdae
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_canadaday2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_canadaday2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_canadaday2017_thumb.png
new file mode 100644
index 0000000000..8b7bdc0265
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_canadaday2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_canal.png b/Updated_Cms/public/assets/images/articles/lpromo_canal.png
new file mode 100644
index 0000000000..8842abe082
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_canal.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_canal_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_canal_thumb.png
new file mode 100644
index 0000000000..7fd5869a73
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_canal_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_candylandmarch2018.png b/Updated_Cms/public/assets/images/articles/lpromo_candylandmarch2018.png
new file mode 100644
index 0000000000..6253163be3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_candylandmarch2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_candylandmarch2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_candylandmarch2018_thumb.png
new file mode 100644
index 0000000000..4cab4a9379
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_candylandmarch2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_carnivalcosval16.png b/Updated_Cms/public/assets/images/articles/lpromo_carnivalcosval16.png
new file mode 100644
index 0000000000..883da16069
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_carnivalcosval16.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_carnivalcosval16_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_carnivalcosval16_thumb.png
new file mode 100644
index 0000000000..c1aa92c8b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_carnivalcosval16_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_carolbundledec17.png b/Updated_Cms/public/assets/images/articles/lpromo_carolbundledec17.png
new file mode 100644
index 0000000000..c73d736a9c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_carolbundledec17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_carolbundledec17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_carolbundledec17_thumb.png
new file mode 100644
index 0000000000..7f95f80019
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_carolbundledec17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_carrerhffmmarch2019.png b/Updated_Cms/public/assets/images/articles/lpromo_carrerhffmmarch2019.png
new file mode 100644
index 0000000000..e762d48f9c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_carrerhffmmarch2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_carrerhffmmarch2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_carrerhffmmarch2019_thumb.png
new file mode 100644
index 0000000000..cbc5c1b706
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_carrerhffmmarch2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_catch_the_ducks.png b/Updated_Cms/public/assets/images/articles/lpromo_catch_the_ducks.png
new file mode 100644
index 0000000000..6f1f0416c1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_catch_the_ducks.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_catch_the_ducks_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_catch_the_ducks_thumb.png
new file mode 100644
index 0000000000..335b16c871
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_catch_the_ducks_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cavejailoctober2017.png b/Updated_Cms/public/assets/images/articles/lpromo_cavejailoctober2017.png
new file mode 100644
index 0000000000..2f708ae7bf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cavejailoctober2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cavejailoctober2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_cavejailoctober2017_thumb.png
new file mode 100644
index 0000000000..aab1ec0428
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cavejailoctober2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_chickenshit.png b/Updated_Cms/public/assets/images/articles/lpromo_chickenshit.png
new file mode 100644
index 0000000000..4b686663d3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_chickenshit.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_chickenshit_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_chickenshit_thumb.png
new file mode 100644
index 0000000000..a7305c44db
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_chickenshit_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_chinesenewyeargamefeb2019.png b/Updated_Cms/public/assets/images/articles/lpromo_chinesenewyeargamefeb2019.png
new file mode 100644
index 0000000000..f415a13f43
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_chinesenewyeargamefeb2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_chinesenewyeargamefeb2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_chinesenewyeargamefeb2019_thumb.png
new file mode 100644
index 0000000000..e3bdeb9e00
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_chinesenewyeargamefeb2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cland15_1.png b/Updated_Cms/public/assets/images/articles/lpromo_cland15_1.png
new file mode 100644
index 0000000000..63e199f68f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cland15_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cland15_bonusrare.png b/Updated_Cms/public/assets/images/articles/lpromo_cland15_bonusrare.png
new file mode 100644
index 0000000000..d82bb04731
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cland15_bonusrare.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cland15_selfie.png b/Updated_Cms/public/assets/images/articles/lpromo_cland15_selfie.png
new file mode 100644
index 0000000000..c7d6e0aa85
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cland15_selfie.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cland_bundle.png b/Updated_Cms/public/assets/images/articles/lpromo_cland_bundle.png
new file mode 100644
index 0000000000..26c9a7335a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cland_bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_classiclibrarybundle2018jan.png b/Updated_Cms/public/assets/images/articles/lpromo_classiclibrarybundle2018jan.png
new file mode 100644
index 0000000000..4a21636e9e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_classiclibrarybundle2018jan.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_classiclibrarybundle2018jan_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_classiclibrarybundle2018jan_thumb.png
new file mode 100644
index 0000000000..1cccaca9d4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_classiclibrarybundle2018jan_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_classicstories.png b/Updated_Cms/public/assets/images/articles/lpromo_classicstories.png
new file mode 100644
index 0000000000..f48d5637d2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_classicstories.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_classicstories_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_classicstories_thumb.png
new file mode 100644
index 0000000000..6894b3c24c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_classicstories_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_clubalienold.png b/Updated_Cms/public/assets/images/articles/lpromo_clubalienold.png
new file mode 100644
index 0000000000..5de69646c9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_clubalienold.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cnadianthanksgiving2017.png b/Updated_Cms/public/assets/images/articles/lpromo_cnadianthanksgiving2017.png
new file mode 100644
index 0000000000..8ef26ca4bf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cnadianthanksgiving2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cnadianthanksgiving2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_cnadianthanksgiving2017_thumb.png
new file mode 100644
index 0000000000..11f94dfc96
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cnadianthanksgiving2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cnybundle.png b/Updated_Cms/public/assets/images/articles/lpromo_cnybundle.png
new file mode 100644
index 0000000000..95676e9ccf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cnybundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_complookeaster19.png b/Updated_Cms/public/assets/images/articles/lpromo_complookeaster19.png
new file mode 100644
index 0000000000..240d7065f2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_complookeaster19.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_complookeaster19_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_complookeaster19_thumb.png
new file mode 100644
index 0000000000..b11e4679be
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_complookeaster19_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_comptjanevent.png b/Updated_Cms/public/assets/images/articles/lpromo_comptjanevent.png
new file mode 100644
index 0000000000..a05dc0cd93
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_comptjanevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_comptjanevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_comptjanevent_thumb.png
new file mode 100644
index 0000000000..3edd516be9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_comptjanevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_compwin.png b/Updated_Cms/public/assets/images/articles/lpromo_compwin.png
new file mode 100644
index 0000000000..61651921ca
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_compwin.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_compwin_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_compwin_thumb.png
new file mode 100644
index 0000000000..d662fc0f68
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_compwin_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_coralking18_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_coralking18_gen.png
new file mode 100644
index 0000000000..745555c394
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_coralking18_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_coralking18_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_coralking18_gen_thumb.png
new file mode 100644
index 0000000000..edbb2d8ff0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_coralking18_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_coralkingdom_games.png b/Updated_Cms/public/assets/images/articles/lpromo_coralkingdom_games.png
new file mode 100644
index 0000000000..132e207ac2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_coralkingdom_games.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_coralkingdom_games_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_coralkingdom_games_thumb.png
new file mode 100644
index 0000000000..01f89aaff5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_coralkingdom_games_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_coralkingdomjunecomp.png b/Updated_Cms/public/assets/images/articles/lpromo_coralkingdomjunecomp.png
new file mode 100644
index 0000000000..a76ff76a27
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_coralkingdomjunecomp.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_coralkingdomjunecomp_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_coralkingdomjunecomp_thumb.png
new file mode 100644
index 0000000000..14f1dbde8a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_coralkingdomjunecomp_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cosylivingroombundle2017.png b/Updated_Cms/public/assets/images/articles/lpromo_cosylivingroombundle2017.png
new file mode 100644
index 0000000000..383005a988
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cosylivingroombundle2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cosylivingroombundle2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_cosylivingroombundle2017_thumb.png
new file mode 100644
index 0000000000..b4db8edf58
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cosylivingroombundle2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_generic1.png b/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_generic1.png
new file mode 100644
index 0000000000..4a396bcb5b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_generic1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_generic2.png b/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_generic2.png
new file mode 100644
index 0000000000..cd27f37ebb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_generic2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_grungebundle.png b/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_grungebundle.png
new file mode 100644
index 0000000000..8062310684
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_grungebundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_selfie.png b/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_selfie.png
new file mode 100644
index 0000000000..1ad9349211
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cpunk15_selfie.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_creepybundlejan2019.png b/Updated_Cms/public/assets/images/articles/lpromo_creepybundlejan2019.png
new file mode 100644
index 0000000000..9ab3b84838
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_creepybundlejan2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_creepybundlejan2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_creepybundlejan2019_thumb.png
new file mode 100644
index 0000000000..8c587456ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_creepybundlejan2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_crocodilegamemarch2018.png b/Updated_Cms/public/assets/images/articles/lpromo_crocodilegamemarch2018.png
new file mode 100644
index 0000000000..8c8ccb82f7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_crocodilegamemarch2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_crocodilegamemarch2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_crocodilegamemarch2018_thumb.png
new file mode 100644
index 0000000000..9b32fddaf7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_crocodilegamemarch2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_crypticadventeure1232easdasds.png b/Updated_Cms/public/assets/images/articles/lpromo_crypticadventeure1232easdasds.png
new file mode 100644
index 0000000000..9c9b4c812a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_crypticadventeure1232easdasds.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_crypticadventeure1232easdasds_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_crypticadventeure1232easdasds_thumb.png
new file mode 100644
index 0000000000..1beceaed42
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_crypticadventeure1232easdasds_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_crystalquest3.png b/Updated_Cms/public/assets/images/articles/lpromo_crystalquest3.png
new file mode 100644
index 0000000000..6f9f70ba90
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_crystalquest3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_crystalquest3_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_crystalquest3_thumb.png
new file mode 100644
index 0000000000..f9cecd5e27
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_crystalquest3_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cursedcavesbundle2017october.png b/Updated_Cms/public/assets/images/articles/lpromo_cursedcavesbundle2017october.png
new file mode 100644
index 0000000000..788548b4ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cursedcavesbundle2017october.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cursedcavesbundle2017october_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_cursedcavesbundle2017october_thumb.png
new file mode 100644
index 0000000000..10e7a4741e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cursedcavesbundle2017october_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cursedlandhabbobitesoct18.png b/Updated_Cms/public/assets/images/articles/lpromo_cursedlandhabbobitesoct18.png
new file mode 100644
index 0000000000..9f91c0b58e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cursedlandhabbobitesoct18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cursedlandhabbobitesoct18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_cursedlandhabbobitesoct18_thumb.png
new file mode 100644
index 0000000000..0e20949251
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cursedlandhabbobitesoct18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cybderreality.png b/Updated_Cms/public/assets/images/articles/lpromo_cybderreality.png
new file mode 100644
index 0000000000..90e446b880
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cybderreality.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cybderreality_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_cybderreality_thumb.png
new file mode 100644
index 0000000000..c5c449c831
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cybderreality_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cyberbanzai.png b/Updated_Cms/public/assets/images/articles/lpromo_cyberbanzai.png
new file mode 100644
index 0000000000..8c1347d013
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cyberbanzai.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cypunk15_clothing.png b/Updated_Cms/public/assets/images/articles/lpromo_cypunk15_clothing.png
new file mode 100644
index 0000000000..d679b416fc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cypunk15_clothing.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_cypunk15_cproombundle.png b/Updated_Cms/public/assets/images/articles/lpromo_cypunk15_cproombundle.png
new file mode 100644
index 0000000000..1e2cfdf348
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_cypunk15_cproombundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dancewiththepresse23.png b/Updated_Cms/public/assets/images/articles/lpromo_dancewiththepresse23.png
new file mode 100644
index 0000000000..9c881b20f7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dancewiththepresse23.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dancewiththepresse23_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_dancewiththepresse23_thumb.png
new file mode 100644
index 0000000000..ae03ac045c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dancewiththepresse23_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_danishbundlenov2018.png b/Updated_Cms/public/assets/images/articles/lpromo_danishbundlenov2018.png
new file mode 100644
index 0000000000..d65a9155a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_danishbundlenov2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_danishbundlenov2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_danishbundlenov2018_thumb.png
new file mode 100644
index 0000000000..58d62d1f9a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_danishbundlenov2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day10july2017.png b/Updated_Cms/public/assets/images/articles/lpromo_day10july2017.png
new file mode 100644
index 0000000000..40d109788f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day10july2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day10july2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_day10july2017_thumb.png
new file mode 100644
index 0000000000..9ea0c19c23
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day10july2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day11storyjuly2017.png b/Updated_Cms/public/assets/images/articles/lpromo_day11storyjuly2017.png
new file mode 100644
index 0000000000..7ae644e722
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day11storyjuly2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day11storyjuly2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_day11storyjuly2017_thumb.png
new file mode 100644
index 0000000000..d3a60fcc53
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day11storyjuly2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day3july2017story.png b/Updated_Cms/public/assets/images/articles/lpromo_day3july2017story.png
new file mode 100644
index 0000000000..b6e88ab408
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day3july2017story.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day3july2017story_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_day3july2017story_thumb.png
new file mode 100644
index 0000000000..725d792353
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day3july2017story_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day5storyjuly2017.png b/Updated_Cms/public/assets/images/articles/lpromo_day5storyjuly2017.png
new file mode 100644
index 0000000000..30480807ae
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day5storyjuly2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day5storyjuly2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_day5storyjuly2017_thumb.png
new file mode 100644
index 0000000000..8a2bbf103b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day5storyjuly2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day8frankresuce.png b/Updated_Cms/public/assets/images/articles/lpromo_day8frankresuce.png
new file mode 100644
index 0000000000..e72f2dc7b0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day8frankresuce.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day8frankresuce_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_day8frankresuce_thumb.png
new file mode 100644
index 0000000000..93f730bc7a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day8frankresuce_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day9picturefranklake.png b/Updated_Cms/public/assets/images/articles/lpromo_day9picturefranklake.png
new file mode 100644
index 0000000000..f920674a41
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day9picturefranklake.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_day9picturefranklake_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_day9picturefranklake_thumb.png
new file mode 100644
index 0000000000..12afb34ca1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_day9picturefranklake_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_deathrun2019.png b/Updated_Cms/public/assets/images/articles/lpromo_deathrun2019.png
new file mode 100644
index 0000000000..9fba5fcb24
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_deathrun2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_deathrun2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_deathrun2019_thumb.png
new file mode 100644
index 0000000000..7c1e76df04
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_deathrun2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dfb.png b/Updated_Cms/public/assets/images/articles/lpromo_dfb.png
new file mode 100644
index 0000000000..b6a8a842df
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dfb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dfb_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_dfb_thumb.png
new file mode 100644
index 0000000000..7e365e206d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dfb_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_diagal15_01.png b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_01.png
new file mode 100644
index 0000000000..bdff9eaab1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_01.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_diagal15_02.png b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_02.png
new file mode 100644
index 0000000000..f8d17d1642
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_diagal15_03.png b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_03.png
new file mode 100644
index 0000000000..3a8ae51bd5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_diagal15_03_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_03_thumb.png
new file mode 100644
index 0000000000..2c62856bcb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_03_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_diagal15_04.png b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_04.png
new file mode 100644
index 0000000000..0b8a7d9ac8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_04.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_diagal15_05.png b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_05.png
new file mode 100644
index 0000000000..817f8de4f2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_diagal15_05.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_diamond.png b/Updated_Cms/public/assets/images/articles/lpromo_diamond.png
new file mode 100644
index 0000000000..6f99b2e42f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_diamond.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dinerdashhospita.png b/Updated_Cms/public/assets/images/articles/lpromo_dinerdashhospita.png
new file mode 100644
index 0000000000..9e8a0922b0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dinerdashhospita.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dinerdashhospita_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_dinerdashhospita_thumb.png
new file mode 100644
index 0000000000..9940f24c31
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dinerdashhospita_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dino15_LTD.png b/Updated_Cms/public/assets/images/articles/lpromo_dino15_LTD.png
new file mode 100644
index 0000000000..fef41b4a94
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dino15_LTD.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dino_clothes.png b/Updated_Cms/public/assets/images/articles/lpromo_dino_clothes.png
new file mode 100644
index 0000000000..234bb4e895
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dino_clothes.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dino_furni.png b/Updated_Cms/public/assets/images/articles/lpromo_dino_furni.png
new file mode 100644
index 0000000000..597337d661
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dino_furni.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dino_pets.png b/Updated_Cms/public/assets/images/articles/lpromo_dino_pets.png
new file mode 100644
index 0000000000..817bddf1b7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dino_pets.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_disneyadventure.png b/Updated_Cms/public/assets/images/articles/lpromo_disneyadventure.png
new file mode 100644
index 0000000000..44e9bf1d63
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_disneyadventure.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_disneyadventure_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_disneyadventure_thumb.png
new file mode 100644
index 0000000000..a4fbba468b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_disneyadventure_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ditl2august2018.png b/Updated_Cms/public/assets/images/articles/lpromo_ditl2august2018.png
new file mode 100644
index 0000000000..0eb252c98c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ditl2august2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ditl2august2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ditl2august2018_thumb.png
new file mode 100644
index 0000000000..0262d26cbd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ditl2august2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dmunduruk.png b/Updated_Cms/public/assets/images/articles/lpromo_dmunduruk.png
new file mode 100644
index 0000000000..26ddcc061d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dmunduruk.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dog.png b/Updated_Cms/public/assets/images/articles/lpromo_dog.png
new file mode 100644
index 0000000000..52294895c4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dog.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dog_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_dog_thumb.png
new file mode 100644
index 0000000000..fd5cb648c6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dog_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_donnieappearsddsd.png b/Updated_Cms/public/assets/images/articles/lpromo_donnieappearsddsd.png
new file mode 100644
index 0000000000..f5b3826cef
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_donnieappearsddsd.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_donnieappearsddsd_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_donnieappearsddsd_thumb.png
new file mode 100644
index 0000000000..4117df3b24
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_donnieappearsddsd_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dracco.png b/Updated_Cms/public/assets/images/articles/lpromo_dracco.png
new file mode 100644
index 0000000000..d2c6c5761b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dracco.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dracco_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_dracco_thumb.png
new file mode 100644
index 0000000000..2d0f81c584
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dracco_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dtl2016_1.png b/Updated_Cms/public/assets/images/articles/lpromo_dtl2016_1.png
new file mode 100644
index 0000000000..97ecce705e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dtl2016_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dtl2016_1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_dtl2016_1_thumb.png
new file mode 100644
index 0000000000..591ab778ff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dtl2016_1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dungeonseventoct17.png b/Updated_Cms/public/assets/images/articles/lpromo_dungeonseventoct17.png
new file mode 100644
index 0000000000..6c0e633db8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dungeonseventoct17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_dungeonseventoct17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_dungeonseventoct17_thumb.png
new file mode 100644
index 0000000000..33b98b16ff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_dungeonseventoct17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen1.png b/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen1.png
new file mode 100644
index 0000000000..813a39477f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen1_thumb.png
new file mode 100644
index 0000000000..160e9420c6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen2.png b/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen2.png
new file mode 100644
index 0000000000..bc7c907fa1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen2_thumb.png
new file mode 100644
index 0000000000..9bc0053edd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easter17_gen2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easter18gen.png b/Updated_Cms/public/assets/images/articles/lpromo_easter18gen.png
new file mode 100644
index 0000000000..526c015702
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easter18gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easter18gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_easter18gen_thumb.png
new file mode 100644
index 0000000000..df0ad4f05d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easter18gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easter19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_easter19_gen.png
new file mode 100644
index 0000000000..7b5ed701d4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easter19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easter19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_easter19_gen_thumb.png
new file mode 100644
index 0000000000..ac3fbed681
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easter19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easter20_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_easter20_gen.png
new file mode 100644
index 0000000000..85e5e4a533
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easter20_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easter20_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_easter20_gen_thumb.png
new file mode 100644
index 0000000000..969d20e0d5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easter20_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric1-1.png b/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric1-1.png
new file mode 100644
index 0000000000..6ce24da13c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric1-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric1-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric1-1_thumb.png
new file mode 100644
index 0000000000..bfead4a45e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric1-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric2.png b/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric2.png
new file mode 100644
index 0000000000..cf231f8295
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric2_thumb.png
new file mode 100644
index 0000000000..6e47418435
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_eastergeneric2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easterhuntgame.png b/Updated_Cms/public/assets/images/articles/lpromo_easterhuntgame.png
new file mode 100644
index 0000000000..8c3249574c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easterhuntgame.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_easterhuntgame_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_easterhuntgame_thumb.png
new file mode 100644
index 0000000000..f0271cb2bb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_easterhuntgame_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_eastertresshousebundlemarch2018.png b/Updated_Cms/public/assets/images/articles/lpromo_eastertresshousebundlemarch2018.png
new file mode 100644
index 0000000000..413062b154
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_eastertresshousebundlemarch2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_eastertresshousebundlemarch2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_eastertresshousebundlemarch2018_thumb.png
new file mode 100644
index 0000000000..49e9e10411
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_eastertresshousebundlemarch2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_elegantbundlefeb2018.png b/Updated_Cms/public/assets/images/articles/lpromo_elegantbundlefeb2018.png
new file mode 100644
index 0000000000..9456136d64
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_elegantbundlefeb2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_elegantbundlefeb2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_elegantbundlefeb2018_thumb.png
new file mode 100644
index 0000000000..4b5f53eb1a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_elegantbundlefeb2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_elfhangoutbundle.png b/Updated_Cms/public/assets/images/articles/lpromo_elfhangoutbundle.png
new file mode 100644
index 0000000000..2797398eef
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_elfhangoutbundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_elfhangoutbundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_elfhangoutbundle_thumb.png
new file mode 100644
index 0000000000..9ec8def9c8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_elfhangoutbundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_enchantebundlemarch2018.png b/Updated_Cms/public/assets/images/articles/lpromo_enchantebundlemarch2018.png
new file mode 100644
index 0000000000..e3c6707167
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_enchantebundlemarch2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_enchantebundlemarch2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_enchantebundlemarch2018_thumb.png
new file mode 100644
index 0000000000..ac7acd9156
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_enchantebundlemarch2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_endofbaw10.png b/Updated_Cms/public/assets/images/articles/lpromo_endofbaw10.png
new file mode 100644
index 0000000000..42fa898682
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_endofbaw10.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_endofbaw10_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_endofbaw10_thumb.png
new file mode 100644
index 0000000000..cf78259e2c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_endofbaw10_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_entrancfun.png b/Updated_Cms/public/assets/images/articles/lpromo_entrancfun.png
new file mode 100644
index 0000000000..316aac7f5e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_entrancfun.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_entrancfun_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_entrancfun_thumb.png
new file mode 100644
index 0000000000..3c4dfd0ea9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_entrancfun_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ep3.png b/Updated_Cms/public/assets/images/articles/lpromo_ep3.png
new file mode 100644
index 0000000000..ea92140f08
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ep3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ep3_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ep3_thumb.png
new file mode 100644
index 0000000000..500a0323a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ep3_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_escapefrankevent.png b/Updated_Cms/public/assets/images/articles/lpromo_escapefrankevent.png
new file mode 100644
index 0000000000..5f2a365141
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_escapefrankevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_escapefrankevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_escapefrankevent_thumb.png
new file mode 100644
index 0000000000..c575e7e669
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_escapefrankevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_eventfeb2019.png b/Updated_Cms/public/assets/images/articles/lpromo_eventfeb2019.png
new file mode 100644
index 0000000000..ea60f44820
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_eventfeb2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_eventfeb2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_eventfeb2019_thumb.png
new file mode 100644
index 0000000000..9ce68c24c6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_eventfeb2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_eventundercovr.png b/Updated_Cms/public/assets/images/articles/lpromo_eventundercovr.png
new file mode 100644
index 0000000000..71322adbb9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_eventundercovr.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_eventundercovr_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_eventundercovr_thumb.png
new file mode 100644
index 0000000000..468c905553
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_eventundercovr_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_evilsfrank.png b/Updated_Cms/public/assets/images/articles/lpromo_evilsfrank.png
new file mode 100644
index 0000000000..c8fb5f03ad
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_evilsfrank.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_evilsfrank_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_evilsfrank_thumb.png
new file mode 100644
index 0000000000..2984a01b9c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_evilsfrank_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_evnetdecn1818.png b/Updated_Cms/public/assets/images/articles/lpromo_evnetdecn1818.png
new file mode 100644
index 0000000000..c34479f969
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_evnetdecn1818.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_evnetdecn1818_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_evnetdecn1818_thumb.png
new file mode 100644
index 0000000000..f3b06610d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_evnetdecn1818_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fallbundle.png b/Updated_Cms/public/assets/images/articles/lpromo_fallbundle.png
new file mode 100644
index 0000000000..a3d1c460ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fallbundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fansiteroomhq14052019-1.png b/Updated_Cms/public/assets/images/articles/lpromo_fansiteroomhq14052019-1.png
new file mode 100644
index 0000000000..977713da37
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fansiteroomhq14052019-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fansiteroomhq14052019-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_fansiteroomhq14052019-1_thumb.png
new file mode 100644
index 0000000000..8e8c18a7e9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fansiteroomhq14052019-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fansiteselection.png b/Updated_Cms/public/assets/images/articles/lpromo_fansiteselection.png
new file mode 100644
index 0000000000..7a7a748095
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fansiteselection.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fansiteselection_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_fansiteselection_thumb.png
new file mode 100644
index 0000000000..15ee8cf1c6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fansiteselection_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fansiteventmarch18quest.png b/Updated_Cms/public/assets/images/articles/lpromo_fansiteventmarch18quest.png
new file mode 100644
index 0000000000..fc55cc6e84
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fansiteventmarch18quest.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fansiteventmarch18quest_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_fansiteventmarch18quest_thumb.png
new file mode 100644
index 0000000000..ea3b2a5df1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fansiteventmarch18quest_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fantasticcreaturesandwheretofindthemapril2019.png b/Updated_Cms/public/assets/images/articles/lpromo_fantasticcreaturesandwheretofindthemapril2019.png
new file mode 100644
index 0000000000..968dbd668c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fantasticcreaturesandwheretofindthemapril2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fantasticcreaturesandwheretofindthemapril2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_fantasticcreaturesandwheretofindthemapril2019_thumb.png
new file mode 100644
index 0000000000..a81fda18bf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fantasticcreaturesandwheretofindthemapril2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_farmbindlkishherwlove.png b/Updated_Cms/public/assets/images/articles/lpromo_farmbindlkishherwlove.png
new file mode 100644
index 0000000000..8a14822a0a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_farmbindlkishherwlove.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_farmbindlkishherwlove_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_farmbindlkishherwlove_thumb.png
new file mode 100644
index 0000000000..487909c92a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_farmbindlkishherwlove_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_feb20_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_feb20_gen.png
new file mode 100644
index 0000000000..b18bdbd7de
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_feb20_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_feb20_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_feb20_gen_thumb.png
new file mode 100644
index 0000000000..7b8a268577
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_feb20_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen-1.png b/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen-1.png
new file mode 100644
index 0000000000..d9b860067f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen-1_thumb.png
new file mode 100644
index 0000000000..caa1a0db0a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen.png
new file mode 100644
index 0000000000..d9b860067f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen_thumb.png
new file mode 100644
index 0000000000..caa1a0db0a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fest19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_festiposter.png b/Updated_Cms/public/assets/images/articles/lpromo_festiposter.png
new file mode 100644
index 0000000000..e283f64ec9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_festiposter.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_festiposter_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_festiposter_thumb.png
new file mode 100644
index 0000000000..cb76b0b6de
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_festiposter_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fhhabbofebevent18.png b/Updated_Cms/public/assets/images/articles/lpromo_fhhabbofebevent18.png
new file mode 100644
index 0000000000..425fd0b8e1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fhhabbofebevent18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fhhabbofebevent18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_fhhabbofebevent18_thumb.png
new file mode 100644
index 0000000000..85a0c848db
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fhhabbofebevent18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fhjanevent18.png b/Updated_Cms/public/assets/images/articles/lpromo_fhjanevent18.png
new file mode 100644
index 0000000000..c3e66e9d9d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fhjanevent18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fhjanevent18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_fhjanevent18_thumb.png
new file mode 100644
index 0000000000..8d1d382fbd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fhjanevent18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_finalbundelhaboween20182510.png b/Updated_Cms/public/assets/images/articles/lpromo_finalbundelhaboween20182510.png
new file mode 100644
index 0000000000..c3c5601f21
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_finalbundelhaboween20182510.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_finalbundelhaboween20182510_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_finalbundelhaboween20182510_thumb.png
new file mode 100644
index 0000000000..6efa5c0781
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_finalbundelhaboween20182510_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_finalcountdownvotesosjd.png b/Updated_Cms/public/assets/images/articles/lpromo_finalcountdownvotesosjd.png
new file mode 100644
index 0000000000..2bee68c547
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_finalcountdownvotesosjd.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_finalcountdownvotesosjd_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_finalcountdownvotesosjd_thumb.png
new file mode 100644
index 0000000000..f99de5a1c7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_finalcountdownvotesosjd_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_finnishsauna2017.png b/Updated_Cms/public/assets/images/articles/lpromo_finnishsauna2017.png
new file mode 100644
index 0000000000..79e3154c84
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_finnishsauna2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_finnishsauna2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_finnishsauna2017_thumb.png
new file mode 100644
index 0000000000..13f2f9db53
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_finnishsauna2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fireplacechaltebundle.png b/Updated_Cms/public/assets/images/articles/lpromo_fireplacechaltebundle.png
new file mode 100644
index 0000000000..0cea8dfaf5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fireplacechaltebundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fireplacechaltebundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_fireplacechaltebundle_thumb.png
new file mode 100644
index 0000000000..91812a260e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fireplacechaltebundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_firsthabboween01102018.png b/Updated_Cms/public/assets/images/articles/lpromo_firsthabboween01102018.png
new file mode 100644
index 0000000000..e6a8ef5dac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_firsthabboween01102018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_firsthabboween01102018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_firsthabboween01102018_thumb.png
new file mode 100644
index 0000000000..fa36185290
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_firsthabboween01102018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fishtanks.png b/Updated_Cms/public/assets/images/articles/lpromo_fishtanks.png
new file mode 100644
index 0000000000..89f6548c16
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fishtanks.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_fishtanks_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_fishtanks_thumb.png
new file mode 100644
index 0000000000..13f09ff9f5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_fishtanks_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_flappybird2018feb.png b/Updated_Cms/public/assets/images/articles/lpromo_flappybird2018feb.png
new file mode 100644
index 0000000000..aa0e2a147a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_flappybird2018feb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_flappybird2018feb_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_flappybird2018feb_thumb.png
new file mode 100644
index 0000000000..fede1a433b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_flappybird2018feb_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_flwpwbund15.png b/Updated_Cms/public/assets/images/articles/lpromo_flwpwbund15.png
new file mode 100644
index 0000000000..781b12ca02
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_flwpwbund15.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventdec.png b/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventdec.png
new file mode 100644
index 0000000000..f061217aaf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventdec.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventdec_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventdec_thumb.png
new file mode 100644
index 0000000000..fd3c5d6992
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventdec_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventnov17.png b/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventnov17.png
new file mode 100644
index 0000000000..fb78db6f5e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventnov17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventnov17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventnov17_thumb.png
new file mode 100644
index 0000000000..69b23eacbe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_flyhabboeventnov17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_foodmarketbundleaugust2018.png b/Updated_Cms/public/assets/images/articles/lpromo_foodmarketbundleaugust2018.png
new file mode 100644
index 0000000000..ee621641aa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_foodmarketbundleaugust2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_foodmarketbundleaugust2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_foodmarketbundleaugust2018_thumb.png
new file mode 100644
index 0000000000..e6ab57aa3e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_foodmarketbundleaugust2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_forcebundlejan19.png b/Updated_Cms/public/assets/images/articles/lpromo_forcebundlejan19.png
new file mode 100644
index 0000000000..fce05b864b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_forcebundlejan19.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_forcebundlejan19_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_forcebundlejan19_thumb.png
new file mode 100644
index 0000000000..4abc25f876
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_forcebundlejan19_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_forpeopletmeettsas.png b/Updated_Cms/public/assets/images/articles/lpromo_forpeopletmeettsas.png
new file mode 100644
index 0000000000..c3850bcf27
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_forpeopletmeettsas.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_forpeopletmeettsas_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_forpeopletmeettsas_thumb.png
new file mode 100644
index 0000000000..eca7ea46a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_forpeopletmeettsas_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_forsatuandmaranal.png b/Updated_Cms/public/assets/images/articles/lpromo_forsatuandmaranal.png
new file mode 100644
index 0000000000..f1bc5bba76
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_forsatuandmaranal.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_forsatuandmaranal_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_forsatuandmaranal_thumb.png
new file mode 100644
index 0000000000..9f76a94c0b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_forsatuandmaranal_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_frank_office_bundle.png b/Updated_Cms/public/assets/images/articles/lpromo_frank_office_bundle.png
new file mode 100644
index 0000000000..00406c590e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_frank_office_bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_frank_office_bundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_frank_office_bundle_thumb.png
new file mode 100644
index 0000000000..e5ee758261
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_frank_office_bundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_freezebattlebundle.png b/Updated_Cms/public/assets/images/articles/lpromo_freezebattlebundle.png
new file mode 100644
index 0000000000..1ec201b942
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_freezebattlebundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_friday13thhbcevent.png b/Updated_Cms/public/assets/images/articles/lpromo_friday13thhbcevent.png
new file mode 100644
index 0000000000..f905752773
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_friday13thhbcevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_friday13thhbcevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_friday13thhbcevent_thumb.png
new file mode 100644
index 0000000000..4bc6768c3b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_friday13thhbcevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_frissioeventsepteber2017.png b/Updated_Cms/public/assets/images/articles/lpromo_frissioeventsepteber2017.png
new file mode 100644
index 0000000000..09988ffddb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_frissioeventsepteber2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_frissioeventsepteber2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_frissioeventsepteber2017_thumb.png
new file mode 100644
index 0000000000..3aad703a71
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_frissioeventsepteber2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_frissionlast.png b/Updated_Cms/public/assets/images/articles/lpromo_frissionlast.png
new file mode 100644
index 0000000000..bd8888334b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_frissionlast.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_frissionlast_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_frissionlast_thumb.png
new file mode 100644
index 0000000000..bc634a57b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_frissionlast_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_frissionroomcompapril2018www.png b/Updated_Cms/public/assets/images/articles/lpromo_frissionroomcompapril2018www.png
new file mode 100644
index 0000000000..f7a2f36e70
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_frissionroomcompapril2018www.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_frissionroomcompapril2018www_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_frissionroomcompapril2018www_thumb.png
new file mode 100644
index 0000000000..c59c93d584
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_frissionroomcompapril2018www_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_frissionwave.png b/Updated_Cms/public/assets/images/articles/lpromo_frissionwave.png
new file mode 100644
index 0000000000..8108fc4ee2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_frissionwave.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_frissionwave_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_frissionwave_thumb.png
new file mode 100644
index 0000000000..ebb70aa70a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_frissionwave_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ftt.png b/Updated_Cms/public/assets/images/articles/lpromo_ftt.png
new file mode 100644
index 0000000000..611aed7b5a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ftt.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ftt_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ftt_thumb.png
new file mode 100644
index 0000000000..00a8e147b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ftt_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_funeral.png b/Updated_Cms/public/assets/images/articles/lpromo_funeral.png
new file mode 100644
index 0000000000..91dff08b52
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_funeral.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_funeral_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_funeral_thumb.png
new file mode 100644
index 0000000000..8fe7b73fa8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_funeral_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_funlections12345sadsadwaed.png b/Updated_Cms/public/assets/images/articles/lpromo_funlections12345sadsadwaed.png
new file mode 100644
index 0000000000..cafee08f4b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_funlections12345sadsadwaed.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_funlections12345sadsadwaed_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_funlections12345sadsadwaed_thumb.png
new file mode 100644
index 0000000000..8e73959c30
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_funlections12345sadsadwaed_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_game2.png b/Updated_Cms/public/assets/images/articles/lpromo_game2.png
new file mode 100644
index 0000000000..6d06b1bbe3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_game2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_game2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_game2_thumb.png
new file mode 100644
index 0000000000..0ea4b7a38a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_game2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_07.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_07.png
new file mode 100644
index 0000000000..b4dfea14fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_07.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_07_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_07_thumb.png
new file mode 100644
index 0000000000..711b301cf8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_07_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_10.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_10.png
new file mode 100644
index 0000000000..e3e92911de
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_10.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_10_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_10_thumb.png
new file mode 100644
index 0000000000..9cf46eb0b4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_10_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_16.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_16.png
new file mode 100644
index 0000000000..2422cf3d62
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_16.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_16_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_16_thumb.png
new file mode 100644
index 0000000000..58905d2268
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_16_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_25.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_25.png
new file mode 100644
index 0000000000..b614209e5a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_25.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_25_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_25_thumb.png
new file mode 100644
index 0000000000..7f89e5a227
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_25_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_50.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_50.png
new file mode 100644
index 0000000000..ec46e12a92
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_50.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_50_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_50_thumb.png
new file mode 100644
index 0000000000..4a9a0daa90
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_50_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_51.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_51.png
new file mode 100644
index 0000000000..85add5654c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_51.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_51_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_51_thumb.png
new file mode 100644
index 0000000000..b2c1ad8ebd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_51_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_58.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_58.png
new file mode 100644
index 0000000000..6091d6f083
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_58.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_58_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_58_thumb.png
new file mode 100644
index 0000000000..d5d5675e4e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_58_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_77.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_77.png
new file mode 100644
index 0000000000..7b55c451b4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_77.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_77_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_77_thumb.png
new file mode 100644
index 0000000000..bffbbc50e0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_77_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_78.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_78.png
new file mode 100644
index 0000000000..8035a9142c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_78.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_78_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_78_thumb.png
new file mode 100644
index 0000000000..5348cd8417
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_78_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_79.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_79.png
new file mode 100644
index 0000000000..a57287529b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_79.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_79_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_79_thumb.png
new file mode 100644
index 0000000000..6405015e33
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_79_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_80.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_80.png
new file mode 100644
index 0000000000..7cb3b50d04
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_80.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_80_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_80_thumb.png
new file mode 100644
index 0000000000..07eafc0f6f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_80_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_82.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_82.png
new file mode 100644
index 0000000000..85b94bff66
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_82.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_82_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_82_thumb.png
new file mode 100644
index 0000000000..8f332c0c16
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_82_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_86.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_86.png
new file mode 100644
index 0000000000..83358e23d7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_86.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen15_86_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen15_86_thumb.png
new file mode 100644
index 0000000000..8ee988e183
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen15_86_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb.png
new file mode 100644
index 0000000000..de4f3441e0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1-1.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1-1.png
new file mode 100644
index 0000000000..5751510def
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1-1_thumb.png
new file mode 100644
index 0000000000..6152965f89
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1.png
new file mode 100644
index 0000000000..72221a499d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1_thumb.png
new file mode 100644
index 0000000000..6152965f89
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_2.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_2.png
new file mode 100644
index 0000000000..73e63e83a3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_2_thumb.png
new file mode 100644
index 0000000000..c9bc761c6c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_3.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_3.png
new file mode 100644
index 0000000000..fca7f93a93
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_3_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_3_thumb.png
new file mode 100644
index 0000000000..2aa3fbd0e6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_3_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_4.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_4.png
new file mode 100644
index 0000000000..3fc57ab769
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_4_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_4_thumb.png
new file mode 100644
index 0000000000..dd38582856
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_amb_4_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_baw4.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw4.png
new file mode 100644
index 0000000000..9f8766de4e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_baw4_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw4_thumb.png
new file mode 100644
index 0000000000..11737b6b4c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw4_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_1.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_1.png
new file mode 100644
index 0000000000..62a34182d9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_1_thumb.png
new file mode 100644
index 0000000000..9be35309d7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_2.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_2.png
new file mode 100644
index 0000000000..c48de2d786
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_2_thumb.png
new file mode 100644
index 0000000000..d45ede9cdd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_3.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_3.png
new file mode 100644
index 0000000000..cdda3aa9ea
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_baw_3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_1.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_1.png
new file mode 100644
index 0000000000..3d7edfc3da
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_2.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_2.png
new file mode 100644
index 0000000000..7f54a3d2e0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_2_thumb.png
new file mode 100644
index 0000000000..5c83abedbe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_3.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_3.png
new file mode 100644
index 0000000000..b291acbeff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_4.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_4.png
new file mode 100644
index 0000000000..f916262246
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_bday_4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_1.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_1.png
new file mode 100644
index 0000000000..73f9b6f931
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_2.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_2.png
new file mode 100644
index 0000000000..ecbc3cb29b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_3.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_3.png
new file mode 100644
index 0000000000..510dc995a3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_4.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_4.png
new file mode 100644
index 0000000000..32bdb3480a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_5.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_5.png
new file mode 100644
index 0000000000..1d921c34af
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_5.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_6.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_6.png
new file mode 100644
index 0000000000..23f9805dde
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_fan_6.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_1.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_1.png
new file mode 100644
index 0000000000..a44bfe824b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_2.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_2.png
new file mode 100644
index 0000000000..dc968afaab
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_2_thumb.png
new file mode 100644
index 0000000000..e43351186f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_3.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_3.png
new file mode 100644
index 0000000000..3d5bf005bb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_4.png b/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_4.png
new file mode 100644
index 0000000000..70e9204a97
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gen_staff_4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_generaleventhabbolodeon.png b/Updated_Cms/public/assets/images/articles/lpromo_generaleventhabbolodeon.png
new file mode 100644
index 0000000000..13110e45c0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_generaleventhabbolodeon.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_generaleventhabbolodeon_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_generaleventhabbolodeon_thumb.png
new file mode 100644
index 0000000000..d016ea47cd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_generaleventhabbolodeon_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_generic_android.png b/Updated_Cms/public/assets/images/articles/lpromo_generic_android.png
new file mode 100644
index 0000000000..0b6d55be7d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_generic_android.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_generic_doublecredits.png b/Updated_Cms/public/assets/images/articles/lpromo_generic_doublecredits.png
new file mode 100644
index 0000000000..75f89deacc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_generic_doublecredits.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfaoct.png b/Updated_Cms/public/assets/images/articles/lpromo_gfaoct.png
new file mode 100644
index 0000000000..521d0f85fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfaoct.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfaoct_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gfaoct_thumb.png
new file mode 100644
index 0000000000..7373006725
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfaoct_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfe2019.png b/Updated_Cms/public/assets/images/articles/lpromo_gfe2019.png
new file mode 100644
index 0000000000..ecedf0604d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfe2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfe2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gfe2019_thumb.png
new file mode 100644
index 0000000000..76c4e918b6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfe2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfeenopv17.png b/Updated_Cms/public/assets/images/articles/lpromo_gfeenopv17.png
new file mode 100644
index 0000000000..239151f59c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfeenopv17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfeenopv17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gfeenopv17_thumb.png
new file mode 100644
index 0000000000..6254a93ba1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfeenopv17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfeeventfoxnov.png b/Updated_Cms/public/assets/images/articles/lpromo_gfeeventfoxnov.png
new file mode 100644
index 0000000000..ca50ec67c7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfeeventfoxnov.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfeeventfoxnov_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gfeeventfoxnov_thumb.png
new file mode 100644
index 0000000000..b3589886a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfeeventfoxnov_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfeeventjan18.png b/Updated_Cms/public/assets/images/articles/lpromo_gfeeventjan18.png
new file mode 100644
index 0000000000..e74b46709b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfeeventjan18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfeeventjan18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gfeeventjan18_thumb.png
new file mode 100644
index 0000000000..ac3467c21e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfeeventjan18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfeoctober201826102018.png b/Updated_Cms/public/assets/images/articles/lpromo_gfeoctober201826102018.png
new file mode 100644
index 0000000000..9a3ef3a4d9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfeoctober201826102018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfeoctober201826102018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gfeoctober201826102018_thumb.png
new file mode 100644
index 0000000000..e638dab5cf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfeoctober201826102018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfetriptojapanevent.png b/Updated_Cms/public/assets/images/articles/lpromo_gfetriptojapanevent.png
new file mode 100644
index 0000000000..9848b51d0f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfetriptojapanevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfetriptojapanevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gfetriptojapanevent_thumb.png
new file mode 100644
index 0000000000..e3a3820a1d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfetriptojapanevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfeventdec.png b/Updated_Cms/public/assets/images/articles/lpromo_gfeventdec.png
new file mode 100644
index 0000000000..415bae1a7b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfeventdec.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gfeventdec_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gfeventdec_thumb.png
new file mode 100644
index 0000000000..8c6b10e35b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gfeventdec_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gifted.png b/Updated_Cms/public/assets/images/articles/lpromo_gifted.png
new file mode 100644
index 0000000000..e1395b7845
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gifted.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gifted_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gifted_thumb.png
new file mode 100644
index 0000000000..2f89295ced
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gifted_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_giraffe.png b/Updated_Cms/public/assets/images/articles/lpromo_giraffe.png
new file mode 100644
index 0000000000..01488907d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_giraffe.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_giraffe_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_giraffe_thumb.png
new file mode 100644
index 0000000000..405aaa1323
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_giraffe_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_global_safety_campaigns.png b/Updated_Cms/public/assets/images/articles/lpromo_global_safety_campaigns.png
new file mode 100644
index 0000000000..b0e9abc663
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_global_safety_campaigns.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_goodbye.png b/Updated_Cms/public/assets/images/articles/lpromo_goodbye.png
new file mode 100644
index 0000000000..02190fcd47
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_goodbye.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_goodbye_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_goodbye_thumb.png
new file mode 100644
index 0000000000..b15cab64d3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_goodbye_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_goodbyemack.png b/Updated_Cms/public/assets/images/articles/lpromo_goodbyemack.png
new file mode 100644
index 0000000000..d34c3cd3cc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_goodbyemack.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_goodbyemack_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_goodbyemack_thumb.png
new file mode 100644
index 0000000000..79f3cdfb7e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_goodbyemack_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gotgamecomption.png b/Updated_Cms/public/assets/images/articles/lpromo_gotgamecomption.png
new file mode 100644
index 0000000000..29703a3c16
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gotgamecomption.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_gotgamecomption_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_gotgamecomption_thumb.png
new file mode 100644
index 0000000000..e209711957
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_gotgamecomption_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_greekbundlemay2019sdasdawdasda.png b/Updated_Cms/public/assets/images/articles/lpromo_greekbundlemay2019sdasdawdasda.png
new file mode 100644
index 0000000000..27a7e359aa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_greekbundlemay2019sdasdawdasda.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_greekbundlemay2019sdasdawdasda_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_greekbundlemay2019sdasdawdasda_thumb.png
new file mode 100644
index 0000000000..9bc08d2ecb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_greekbundlemay2019sdasdawdasda_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_grotto.png b/Updated_Cms/public/assets/images/articles/lpromo_grotto.png
new file mode 100644
index 0000000000..e811809c4a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_grotto.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_grotto_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_grotto_thumb.png
new file mode 100644
index 0000000000..e4471e167b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_grotto_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_h15_bonusrare1.png b/Updated_Cms/public/assets/images/articles/lpromo_h15_bonusrare1.png
new file mode 100644
index 0000000000..6b589cb330
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_h15_bonusrare1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_h15_bonusrare2.png b/Updated_Cms/public/assets/images/articles/lpromo_h15_bonusrare2.png
new file mode 100644
index 0000000000..f7608069d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_h15_bonusrare2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_h15_bundle1.png b/Updated_Cms/public/assets/images/articles/lpromo_h15_bundle1.png
new file mode 100644
index 0000000000..d9c6a5a206
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_h15_bundle1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_h15_bundle3.png b/Updated_Cms/public/assets/images/articles/lpromo_h15_bundle3.png
new file mode 100644
index 0000000000..cfa1664dbb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_h15_bundle3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_h15_planebonusrare.png b/Updated_Cms/public/assets/images/articles/lpromo_h15_planebonusrare.png
new file mode 100644
index 0000000000..0144f7220c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_h15_planebonusrare.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_h15generic1.png b/Updated_Cms/public/assets/images/articles/lpromo_h15generic1.png
new file mode 100644
index 0000000000..451b42092c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_h15generic1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_h15generic2.png b/Updated_Cms/public/assets/images/articles/lpromo_h15generic2.png
new file mode 100644
index 0000000000..ca77e5f7b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_h15generic2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_h15rareballoon.png b/Updated_Cms/public/assets/images/articles/lpromo_h15rareballoon.png
new file mode 100644
index 0000000000..0e5cf65f6f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_h15rareballoon.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbace.png b/Updated_Cms/public/assets/images/articles/lpromo_habbace.png
new file mode 100644
index 0000000000..5da7011c33
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbace.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbcreatenov17.png b/Updated_Cms/public/assets/images/articles/lpromo_habbcreatenov17.png
new file mode 100644
index 0000000000..f9e25e349e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbcreatenov17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbcreatenov17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbcreatenov17_thumb.png
new file mode 100644
index 0000000000..006bcc2cb5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbcreatenov17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbcrsummer.png b/Updated_Cms/public/assets/images/articles/lpromo_habbcrsummer.png
new file mode 100644
index 0000000000..6bc67169de
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbcrsummer.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbcrsummer_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbcrsummer_thumb.png
new file mode 100644
index 0000000000..0d9db307d3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbcrsummer_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbo18gfefansiteevent.png b/Updated_Cms/public/assets/images/articles/lpromo_habbo18gfefansiteevent.png
new file mode 100644
index 0000000000..413685c452
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbo18gfefansiteevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbo18gfefansiteevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbo18gfefansiteevent_thumb.png
new file mode 100644
index 0000000000..97416782f9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbo18gfefansiteevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker-1.png b/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker-1.png
new file mode 100644
index 0000000000..65f00bd412
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker-1_thumb.png
new file mode 100644
index 0000000000..d41bb16375
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker.png b/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker.png
new file mode 100644
index 0000000000..65f00bd412
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker_thumb.png
new file mode 100644
index 0000000000..d41bb16375
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbo_clicker_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobites26042019.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobites26042019.png
new file mode 100644
index 0000000000..5160932862
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobites26042019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobites26042019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobites26042019_thumb.png
new file mode 100644
index 0000000000..7f88ff2a1c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobites26042019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobites2nd.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobites2nd.png
new file mode 100644
index 0000000000..f2849024b6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobites2nd.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobites2nd_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobites2nd_thumb.png
new file mode 100644
index 0000000000..1de82f4331
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobites2nd_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobitesendangeredspeciesevent.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesendangeredspeciesevent.png
new file mode 100644
index 0000000000..fc120a2e55
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesendangeredspeciesevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobitesendangeredspeciesevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesendangeredspeciesevent_thumb.png
new file mode 100644
index 0000000000..7b818a863e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesendangeredspeciesevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjapanfeb18.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjapanfeb18.png
new file mode 100644
index 0000000000..19d6741689
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjapanfeb18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjapanfeb18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjapanfeb18_thumb.png
new file mode 100644
index 0000000000..b83e928995
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjapanfeb18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjuly2017sharkweek.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjuly2017sharkweek.png
new file mode 100644
index 0000000000..5bb4762eef
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjuly2017sharkweek.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjuly2017sharkweek_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjuly2017sharkweek_thumb.png
new file mode 100644
index 0000000000..1f77f4bffc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesjuly2017sharkweek_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobitesoctober2017habboween.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesoctober2017habboween.png
new file mode 100644
index 0000000000..75a38c5917
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesoctober2017habboween.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobitesoctober2017habboween_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesoctober2017habboween_thumb.png
new file mode 100644
index 0000000000..f863bcc6e0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesoctober2017habboween_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobitesummerrun1june.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesummerrun1june.png
new file mode 100644
index 0000000000..cce0dc8456
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesummerrun1june.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbobitesummerrun1june_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesummerrun1june_thumb.png
new file mode 100644
index 0000000000..cdcc9d8bef
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbobitesummerrun1june_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbocreatecgamenewplanet.png b/Updated_Cms/public/assets/images/articles/lpromo_habbocreatecgamenewplanet.png
new file mode 100644
index 0000000000..6bfcb22d96
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbocreatecgamenewplanet.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbocreatecgamenewplanet_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbocreatecgamenewplanet_thumb.png
new file mode 100644
index 0000000000..3fa263f91c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbocreatecgamenewplanet_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbocreategamefamil2017christmas.png b/Updated_Cms/public/assets/images/articles/lpromo_habbocreategamefamil2017christmas.png
new file mode 100644
index 0000000000..3afcdf8a54
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbocreategamefamil2017christmas.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbocreategamefamil2017christmas_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbocreategamefamil2017christmas_thumb.png
new file mode 100644
index 0000000000..30dc1b222b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbocreategamefamil2017christmas_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbocreateoctober2017habboweeparty.png b/Updated_Cms/public/assets/images/articles/lpromo_habbocreateoctober2017habboweeparty.png
new file mode 100644
index 0000000000..ac271e4c7a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbocreateoctober2017habboweeparty.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbocreateoctober2017habboweeparty_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbocreateoctober2017habboweeparty_thumb.png
new file mode 100644
index 0000000000..59671e297e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbocreateoctober2017habboweeparty_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbofansieaugust2017.png b/Updated_Cms/public/assets/images/articles/lpromo_habbofansieaugust2017.png
new file mode 100644
index 0000000000..cf0aa30ab1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbofansieaugust2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbofansieaugust2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbofansieaugust2017_thumb.png
new file mode 100644
index 0000000000..e29334719a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbofansieaugust2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbohistories_gen1.png b/Updated_Cms/public/assets/images/articles/lpromo_habbohistories_gen1.png
new file mode 100644
index 0000000000..96b3734101
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbohistories_gen1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbohistories_gen1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbohistories_gen1_thumb.png
new file mode 100644
index 0000000000..c7fc45b463
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbohistories_gen1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbohistroy.png b/Updated_Cms/public/assets/images/articles/lpromo_habbohistroy.png
new file mode 100644
index 0000000000..05dabd81ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbohistroy.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbohistroy_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbohistroy_thumb.png
new file mode 100644
index 0000000000..d2b6701a4c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbohistroy_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboinhabbo.png b/Updated_Cms/public/assets/images/articles/lpromo_habboinhabbo.png
new file mode 100644
index 0000000000..7edd2d98a2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboinhabbo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboinhabboapril2018.png b/Updated_Cms/public/assets/images/articles/lpromo_habboinhabboapril2018.png
new file mode 100644
index 0000000000..ce207723f6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboinhabboapril2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboinhabboapril2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboinhabboapril2018_thumb.png
new file mode 100644
index 0000000000..72e398284b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboinhabboapril2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboloungebundlejan2018.png b/Updated_Cms/public/assets/images/articles/lpromo_habboloungebundlejan2018.png
new file mode 100644
index 0000000000..90b79f489b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboloungebundlejan2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboloungebundlejan2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboloungebundlejan2018_thumb.png
new file mode 100644
index 0000000000..83aeefe73d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboloungebundlejan2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestevent1feb2018.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestevent1feb2018.png
new file mode 100644
index 0000000000..89a8569d48
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestevent1feb2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestevent1feb2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestevent1feb2018_thumb.png
new file mode 100644
index 0000000000..66d90f287f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestevent1feb2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestevetnmay18.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestevetnmay18.png
new file mode 100644
index 0000000000..a92218f96e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestevetnmay18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestevetnmay18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestevetnmay18_thumb.png
new file mode 100644
index 0000000000..b5dbb7e4b5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestevetnmay18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestoct17ev.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestoct17ev.png
new file mode 100644
index 0000000000..3cc9b53c60
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestoct17ev.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestoct17ev_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestoct17ev_thumb.png
new file mode 100644
index 0000000000..c34d8dd130
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestoct17ev_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestsaugust2018.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsaugust2018.png
new file mode 100644
index 0000000000..726867a898
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsaugust2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestsaugust2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsaugust2018_thumb.png
new file mode 100644
index 0000000000..aa87211f77
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsaugust2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestsept718.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsept718.png
new file mode 100644
index 0000000000..920768bf92
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsept718.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestsept718_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsept718_thumb.png
new file mode 100644
index 0000000000..0102391a88
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsept718_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestseventjuly0618.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestseventjuly0618.png
new file mode 100644
index 0000000000..cc379a2a92
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestseventjuly0618.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestseventjuly0618_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestseventjuly0618_thumb.png
new file mode 100644
index 0000000000..ef286a1f49
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestseventjuly0618_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestsjune18pride.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsjune18pride.png
new file mode 100644
index 0000000000..4ca36bfc84
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsjune18pride.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboquestsjune18pride_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsjune18pride_thumb.png
new file mode 100644
index 0000000000..987ee9085e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboquestsjune18pride_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboshorts.png b/Updated_Cms/public/assets/images/articles/lpromo_habboshorts.png
new file mode 100644
index 0000000000..c9178ff832
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboshorts.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbotiles1234.png b/Updated_Cms/public/assets/images/articles/lpromo_habbotiles1234.png
new file mode 100644
index 0000000000..622946102c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbotiles1234.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbotiles1234_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habbotiles1234_thumb.png
new file mode 100644
index 0000000000..5a31838cea
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbotiles1234_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbotravel.png b/Updated_Cms/public/assets/images/articles/lpromo_habbotravel.png
new file mode 100644
index 0000000000..ba659a6413
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbotravel.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbotravel_generic.png b/Updated_Cms/public/assets/images/articles/lpromo_habbotravel_generic.png
new file mode 100644
index 0000000000..edca4cbf75
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbotravel_generic.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbotravel_newyear.png b/Updated_Cms/public/assets/images/articles/lpromo_habbotravel_newyear.png
new file mode 100644
index 0000000000..954c093d40
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbotravel_newyear.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habbotravel_thelegendofagartha.png b/Updated_Cms/public/assets/images/articles/lpromo_habbotravel_thelegendofagartha.png
new file mode 100644
index 0000000000..0cfa0fab4c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habbotravel_thelegendofagartha.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboween18.png b/Updated_Cms/public/assets/images/articles/lpromo_habboween18.png
new file mode 100644
index 0000000000..4687fd1658
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboween18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboween18_comic3.png b/Updated_Cms/public/assets/images/articles/lpromo_habboween18_comic3.png
new file mode 100644
index 0000000000..062ba48f26
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboween18_comic3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboween18_comic3_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboween18_comic3_thumb.png
new file mode 100644
index 0000000000..1d496b99fe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboween18_comic3_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboween18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboween18_thumb.png
new file mode 100644
index 0000000000..e25c1166b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboween18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboweendgameshffmoctober2017.png b/Updated_Cms/public/assets/images/articles/lpromo_habboweendgameshffmoctober2017.png
new file mode 100644
index 0000000000..c02c76c35d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboweendgameshffmoctober2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboweendgameshffmoctober2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboweendgameshffmoctober2017_thumb.png
new file mode 100644
index 0000000000..6e2a3407a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboweendgameshffmoctober2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboweengames.png b/Updated_Cms/public/assets/images/articles/lpromo_habboweengames.png
new file mode 100644
index 0000000000..a02ef8db53
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboweengames.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboweengames_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboweengames_thumb.png
new file mode 100644
index 0000000000..9405855639
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboweengames_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxanniversaryevent18.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxanniversaryevent18.png
new file mode 100644
index 0000000000..3710f9a621
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxanniversaryevent18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxanniversaryevent18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxanniversaryevent18_thumb.png
new file mode 100644
index 0000000000..d76aa45070
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxanniversaryevent18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxapril05thevent.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxapril05thevent.png
new file mode 100644
index 0000000000..a074420db6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxapril05thevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxapril05thevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxapril05thevent_thumb.png
new file mode 100644
index 0000000000..c3e3ff43b0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxapril05thevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxaugust2018.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxaugust2018.png
new file mode 100644
index 0000000000..f9163edc8e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxaugust2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxaugust2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxaugust2018_thumb.png
new file mode 100644
index 0000000000..60460b041d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxaugust2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxentrancewomenday.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxentrancewomenday.png
new file mode 100644
index 0000000000..39d475d848
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxentrancewomenday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxentrancewomenday_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxentrancewomenday_thumb.png
new file mode 100644
index 0000000000..0150bbacf0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxentrancewomenday_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxevent0918.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxevent0918.png
new file mode 100644
index 0000000000..27c5fc8a95
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxevent0918.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxevent0918_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxevent0918_thumb.png
new file mode 100644
index 0000000000..264072f807
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxevent0918_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxevent17dec.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxevent17dec.png
new file mode 100644
index 0000000000..4966d6605c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxevent17dec.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxevent17dec_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxevent17dec_thumb.png
new file mode 100644
index 0000000000..315bffccda
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxevent17dec_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxeventfairlab.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxeventfairlab.png
new file mode 100644
index 0000000000..42bc608f8e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxeventfairlab.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxeventfairlab_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxeventfairlab_thumb.png
new file mode 100644
index 0000000000..ceb12f5f54
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxeventfairlab_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxfansiteeventjune2018.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxfansiteeventjune2018.png
new file mode 100644
index 0000000000..c0be80e418
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxfansiteeventjune2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxfansiteeventjune2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxfansiteeventjune2018_thumb.png
new file mode 100644
index 0000000000..bc40e84d9f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxfansiteeventjune2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxfeb1event.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxfeb1event.png
new file mode 100644
index 0000000000..0da277a35c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxfeb1event.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxfeb1event_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxfeb1event_thumb.png
new file mode 100644
index 0000000000..46fc8fae36
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxfeb1event_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxjuly20188.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxjuly20188.png
new file mode 100644
index 0000000000..0d1091f715
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxjuly20188.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxjuly20188_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxjuly20188_thumb.png
new file mode 100644
index 0000000000..77f97a553d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxjuly20188_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxmasevent2018.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxmasevent2018.png
new file mode 100644
index 0000000000..7060fadb2e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxmasevent2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxmasevent2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxmasevent2018_thumb.png
new file mode 100644
index 0000000000..8b79880d9c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxmasevent2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxmirrordimension.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxmirrordimension.png
new file mode 100644
index 0000000000..25d5497f0c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxmirrordimension.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxmirrordimension_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxmirrordimension_thumb.png
new file mode 100644
index 0000000000..64742007f0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxmirrordimension_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxnov17.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxnov17.png
new file mode 100644
index 0000000000..7c3bf6e33d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxnov17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxnov17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxnov17_thumb.png
new file mode 100644
index 0000000000..873dd2b911
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxnov17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxofficialevent19feb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxofficialevent19feb.png
new file mode 100644
index 0000000000..e36d4d6e09
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxofficialevent19feb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxofficialevent19feb_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxofficialevent19feb_thumb.png
new file mode 100644
index 0000000000..106417a4cb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxofficialevent19feb_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxroyalweddingevent.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxroyalweddingevent.png
new file mode 100644
index 0000000000..ccb89ca22d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxroyalweddingevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxroyalweddingevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxroyalweddingevent_thumb.png
new file mode 100644
index 0000000000..7efcab552f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxroyalweddingevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxseriesofunforunatevent.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxseriesofunforunatevent.png
new file mode 100644
index 0000000000..2a5be5fc23
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxseriesofunforunatevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habboxseriesofunforunatevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habboxseriesofunforunatevent_thumb.png
new file mode 100644
index 0000000000..042c53fb50
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habboxseriesofunforunatevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habburgersjan2018.png b/Updated_Cms/public/assets/images/articles/lpromo_habburgersjan2018.png
new file mode 100644
index 0000000000..85ca4b2270
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habburgersjan2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habburgersjan2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habburgersjan2018_thumb.png
new file mode 100644
index 0000000000..554ba1891c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habburgersjan2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habclubde.png b/Updated_Cms/public/assets/images/articles/lpromo_habclubde.png
new file mode 100644
index 0000000000..8a66451360
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habclubde.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hablifxstuff.png b/Updated_Cms/public/assets/images/articles/lpromo_hablifxstuff.png
new file mode 100644
index 0000000000..0922ec9bcc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hablifxstuff.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hablifxstuff_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hablifxstuff_thumb.png
new file mode 100644
index 0000000000..f129dc16f0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hablifxstuff_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habnia.png b/Updated_Cms/public/assets/images/articles/lpromo_habnia.png
new file mode 100644
index 0000000000..7f7ad49467
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habnia.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_habnia_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_habnia_thumb.png
new file mode 100644
index 0000000000..cd3d969ef0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_habnia_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbo05.png b/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbo05.png
new file mode 100644
index 0000000000..c7df81bf29
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbo05.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbo05_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbo05_thumb.png
new file mode 100644
index 0000000000..c2f7924dc5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbo05_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbocampaign1.png b/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbocampaign1.png
new file mode 100644
index 0000000000..4f123ae783
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbocampaign1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbocampaign1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbocampaign1_thumb.png
new file mode 100644
index 0000000000..560149133d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hallofhabbocampaign1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_haloompa.png b/Updated_Cms/public/assets/images/articles/lpromo_haloompa.png
new file mode 100644
index 0000000000..0739f726c3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_haloompa.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_harrypottereventmarch2019.png b/Updated_Cms/public/assets/images/articles/lpromo_harrypottereventmarch2019.png
new file mode 100644
index 0000000000..8628c0e02c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_harrypottereventmarch2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_harrypottereventmarch2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_harrypottereventmarch2019_thumb.png
new file mode 100644
index 0000000000..ddc116ec17
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_harrypottereventmarch2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hauntedhotelroom_bundle.png b/Updated_Cms/public/assets/images/articles/lpromo_hauntedhotelroom_bundle.png
new file mode 100644
index 0000000000..24ed5a9eaa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hauntedhotelroom_bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hauntedlobby_bundle.png b/Updated_Cms/public/assets/images/articles/lpromo_hauntedlobby_bundle.png
new file mode 100644
index 0000000000..df61fa40a9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hauntedlobby_bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hauntedlobby_bundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hauntedlobby_bundle_thumb.png
new file mode 100644
index 0000000000..b4d0f1bd00
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hauntedlobby_bundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hauntehousekaelesalad.png b/Updated_Cms/public/assets/images/articles/lpromo_hauntehousekaelesalad.png
new file mode 100644
index 0000000000..75ec583969
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hauntehousekaelesalad.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hauntehousekaelesalad_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hauntehousekaelesalad_thumb.png
new file mode 100644
index 0000000000..b6cc6f5b67
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hauntehousekaelesalad_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcevent1918june.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcevent1918june.png
new file mode 100644
index 0000000000..2562e69aac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcevent1918june.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcevent1918june_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcevent1918june_thumb.png
new file mode 100644
index 0000000000..eb60355fdd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcevent1918june_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbceventfeb181.png b/Updated_Cms/public/assets/images/articles/lpromo_hbceventfeb181.png
new file mode 100644
index 0000000000..907c987ecb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbceventfeb181.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbceventfeb181_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hbceventfeb181_thumb.png
new file mode 100644
index 0000000000..7fe284ae11
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbceventfeb181_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcevnetmay.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcevnetmay.png
new file mode 100644
index 0000000000..7cbe004740
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcevnetmay.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcevnetmay_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcevnetmay_thumb.png
new file mode 100644
index 0000000000..8254c43705
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcevnetmay_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcholidaytrees18oct.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcholidaytrees18oct.png
new file mode 100644
index 0000000000..1ed6034f19
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcholidaytrees18oct.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcholidaytrees18oct_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcholidaytrees18oct_thumb.png
new file mode 100644
index 0000000000..cc82237ca0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcholidaytrees18oct_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcmagicallibraryeventmay18.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcmagicallibraryeventmay18.png
new file mode 100644
index 0000000000..5d093316e9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcmagicallibraryeventmay18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcmagicallibraryeventmay18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcmagicallibraryeventmay18_thumb.png
new file mode 100644
index 0000000000..ad3b5d88ac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcmagicallibraryeventmay18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcreindeer.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcreindeer.png
new file mode 100644
index 0000000000..2edff3eda4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcreindeer.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcreindeer_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcreindeer_thumb.png
new file mode 100644
index 0000000000..19009f328e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcreindeer_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcsaveunicorn.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcsaveunicorn.png
new file mode 100644
index 0000000000..8ffaaba9c5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcsaveunicorn.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbcsaveunicorn_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hbcsaveunicorn_thumb.png
new file mode 100644
index 0000000000..6f147cec56
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbcsaveunicorn_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbctrickortreat.png b/Updated_Cms/public/assets/images/articles/lpromo_hbctrickortreat.png
new file mode 100644
index 0000000000..17e17b18f6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbctrickortreat.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbctrickortreat_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hbctrickortreat_thumb.png
new file mode 100644
index 0000000000..58e2957999
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbctrickortreat_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbitesanivevent.png b/Updated_Cms/public/assets/images/articles/lpromo_hbitesanivevent.png
new file mode 100644
index 0000000000..f6619c88e0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbitesanivevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbitesanivevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hbitesanivevent_thumb.png
new file mode 100644
index 0000000000..b6fb75a191
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbitesanivevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbsurvivingeventsept18.png b/Updated_Cms/public/assets/images/articles/lpromo_hbsurvivingeventsept18.png
new file mode 100644
index 0000000000..916f708dbb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbsurvivingeventsept18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hbsurvivingeventsept18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hbsurvivingeventsept18_thumb.png
new file mode 100644
index 0000000000..b4cb08955e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hbsurvivingeventsept18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hcb2ndanniversary.png b/Updated_Cms/public/assets/images/articles/lpromo_hcb2ndanniversary.png
new file mode 100644
index 0000000000..93a9a0343d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hcb2ndanniversary.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hcb2ndanniversary_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hcb2ndanniversary_thumb.png
new file mode 100644
index 0000000000..c006fc187f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hcb2ndanniversary_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hcbundle20180917.png b/Updated_Cms/public/assets/images/articles/lpromo_hcbundle20180917.png
new file mode 100644
index 0000000000..48aab3a4d2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hcbundle20180917.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hcbundle20180917_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hcbundle20180917_thumb.png
new file mode 100644
index 0000000000..f5513762ac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hcbundle20180917_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hcroombundlejan2018.png b/Updated_Cms/public/assets/images/articles/lpromo_hcroombundlejan2018.png
new file mode 100644
index 0000000000..181327b2a1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hcroombundlejan2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hcroombundlejan2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hcroombundlejan2018_thumb.png
new file mode 100644
index 0000000000..b84318024c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hcroombundlejan2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmapril18event.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmapril18event.png
new file mode 100644
index 0000000000..528f4c4dff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmapril18event.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmapril18event_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmapril18event_thumb.png
new file mode 100644
index 0000000000..1a7247be8f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmapril18event_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmbday.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmbday.png
new file mode 100644
index 0000000000..9e915317e1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmbday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmbday_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmbday_thumb.png
new file mode 100644
index 0000000000..9f5a180441
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmbday_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmbirthdayaugus2018.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmbirthdayaugus2018.png
new file mode 100644
index 0000000000..d268ee5cda
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmbirthdayaugus2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmbirthdayaugus2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmbirthdayaugus2018_thumb.png
new file mode 100644
index 0000000000..cde8abad7b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmbirthdayaugus2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmevent1feb18.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmevent1feb18.png
new file mode 100644
index 0000000000..a7e49a2bf3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmevent1feb18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmevent1feb18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmevent1feb18_thumb.png
new file mode 100644
index 0000000000..220a794970
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmevent1feb18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmeventjan18.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmeventjan18.png
new file mode 100644
index 0000000000..5fb323eea7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmeventjan18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmeventjan18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmeventjan18_thumb.png
new file mode 100644
index 0000000000..6945b4247e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmeventjan18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmeventnov.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmeventnov.png
new file mode 100644
index 0000000000..fe2d61a604
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmeventnov.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmeventnov_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmeventnov_thumb.png
new file mode 100644
index 0000000000..d0e6d2a16f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmeventnov_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmmarchevent1.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmmarchevent1.png
new file mode 100644
index 0000000000..0b6a0c6ab2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmmarchevent1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmmarchevent1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmmarchevent1_thumb.png
new file mode 100644
index 0000000000..88b2fa0a6a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmmarchevent1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmnewyearsresolution.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmnewyearsresolution.png
new file mode 100644
index 0000000000..e15b6e9c3d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmnewyearsresolution.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmnewyearsresolution_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmnewyearsresolution_thumb.png
new file mode 100644
index 0000000000..756fbf9108
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmnewyearsresolution_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmpolicejudsyehgamewans.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmpolicejudsyehgamewans.png
new file mode 100644
index 0000000000..5cd355de78
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmpolicejudsyehgamewans.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmpolicejudsyehgamewans_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmpolicejudsyehgamewans_thumb.png
new file mode 100644
index 0000000000..891f9268fc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmpolicejudsyehgamewans_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmween.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmween.png
new file mode 100644
index 0000000000..53b92d8113
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmween.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmween_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmween_thumb.png
new file mode 100644
index 0000000000..24d7294489
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmween_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmxmaseventdec.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmxmaseventdec.png
new file mode 100644
index 0000000000..4eaf5c2a67
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmxmaseventdec.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hffmxmaseventdec_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hffmxmaseventdec_thumb.png
new file mode 100644
index 0000000000..9d9c366390
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hffmxmaseventdec_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hhousehabboween17.png b/Updated_Cms/public/assets/images/articles/lpromo_hhousehabboween17.png
new file mode 100644
index 0000000000..cc3eeabfe3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hhousehabboween17.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hhousehabboween17_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hhousehabboween17_thumb.png
new file mode 100644
index 0000000000..2d5ead2454
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hhousehabboween17_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hiddentreasureoctober2017.png b/Updated_Cms/public/assets/images/articles/lpromo_hiddentreasureoctober2017.png
new file mode 100644
index 0000000000..644e2bf31a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hiddentreasureoctober2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hiddentreasureoctober2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hiddentreasureoctober2017_thumb.png
new file mode 100644
index 0000000000..f6b4286314
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hiddentreasureoctober2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hipadg.png b/Updated_Cms/public/assets/images/articles/lpromo_hipadg.png
new file mode 100644
index 0000000000..776a131f83
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hipadg.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_historygame.png b/Updated_Cms/public/assets/images/articles/lpromo_historygame.png
new file mode 100644
index 0000000000..d7220bc0cf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_historygame.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_historygame_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_historygame_thumb.png
new file mode 100644
index 0000000000..38840159c3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_historygame_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hlf_5thani.png b/Updated_Cms/public/assets/images/articles/lpromo_hlf_5thani.png
new file mode 100644
index 0000000000..81348a50d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hlf_5thani.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hobbawobbamasgicjuly2019.png b/Updated_Cms/public/assets/images/articles/lpromo_hobbawobbamasgicjuly2019.png
new file mode 100644
index 0000000000..6a9f2c0b9c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hobbawobbamasgicjuly2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hobbawobbamasgicjuly2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hobbawobbamasgicjuly2019_thumb.png
new file mode 100644
index 0000000000..56be2a9509
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hobbawobbamasgicjuly2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hobbot.png b/Updated_Cms/public/assets/images/articles/lpromo_hobbot.png
new file mode 100644
index 0000000000..d3a0744459
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hobbot.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hobbot_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hobbot_thumb.png
new file mode 100644
index 0000000000..8be37c0990
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hobbot_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hogga.png b/Updated_Cms/public/assets/images/articles/lpromo_hogga.png
new file mode 100644
index 0000000000..e6c200d5cb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hogga.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hogga_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hogga_thumb.png
new file mode 100644
index 0000000000..9573b07093
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hogga_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_horrorlooks.png b/Updated_Cms/public/assets/images/articles/lpromo_horrorlooks.png
new file mode 100644
index 0000000000..f72a6105e3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_horrorlooks.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_horrorlooks_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_horrorlooks_thumb.png
new file mode 100644
index 0000000000..581ef31c32
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_horrorlooks_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_horserGFEmarch2018.png b/Updated_Cms/public/assets/images/articles/lpromo_horserGFEmarch2018.png
new file mode 100644
index 0000000000..bf14ef1bb8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_horserGFEmarch2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_horserGFEmarch2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_horserGFEmarch2018_thumb.png
new file mode 100644
index 0000000000..a43a721898
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_horserGFEmarch2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hospitaldrama_gen1.png b/Updated_Cms/public/assets/images/articles/lpromo_hospitaldrama_gen1.png
new file mode 100644
index 0000000000..ff48871bc4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hospitaldrama_gen1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hospitaldrama_gen1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hospitaldrama_gen1_thumb.png
new file mode 100644
index 0000000000..961f454cf9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hospitaldrama_gen1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hotel.png b/Updated_Cms/public/assets/images/articles/lpromo_hotel.png
new file mode 100644
index 0000000000..b6254952b2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hotel.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hotel_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hotel_thumb.png
new file mode 100644
index 0000000000..d474dfc42f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hotel_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hotelroom76160192habellina2019april.png b/Updated_Cms/public/assets/images/articles/lpromo_hotelroom76160192habellina2019april.png
new file mode 100644
index 0000000000..c999719cac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hotelroom76160192habellina2019april.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hotelroom76160192habellina2019april_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hotelroom76160192habellina2019april_thumb.png
new file mode 100644
index 0000000000..d3ce460e7f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hotelroom76160192habellina2019april_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_house18_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_house18_gen.png
new file mode 100644
index 0000000000..d15d23cda9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_house18_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_house18_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_house18_gen_thumb.png
new file mode 100644
index 0000000000..68d12cf028
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_house18_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hqaprileventgame.png b/Updated_Cms/public/assets/images/articles/lpromo_hqaprileventgame.png
new file mode 100644
index 0000000000..770ef2b9f6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hqaprileventgame.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hqaprileventgame_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hqaprileventgame_thumb.png
new file mode 100644
index 0000000000..53c658f97f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hqaprileventgame_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hqbday.png b/Updated_Cms/public/assets/images/articles/lpromo_hqbday.png
new file mode 100644
index 0000000000..c19ac603f9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hqbday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hqbday_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hqbday_thumb.png
new file mode 100644
index 0000000000..13897e2201
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hqbday_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hqeventweeknow.png b/Updated_Cms/public/assets/images/articles/lpromo_hqeventweeknow.png
new file mode 100644
index 0000000000..c868ab9dd9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hqeventweeknow.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hqeventweeknow_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hqeventweeknow_thumb.png
new file mode 100644
index 0000000000..4f2b2dc797
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hqeventweeknow_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hungryhippogamezarekjune.png b/Updated_Cms/public/assets/images/articles/lpromo_hungryhippogamezarekjune.png
new file mode 100644
index 0000000000..24a3aac7e4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hungryhippogamezarekjune.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hungryhippogamezarekjune_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hungryhippogamezarekjune_thumb.png
new file mode 100644
index 0000000000..c551d7fc5d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hungryhippogamezarekjune_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hw15_b1.png b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b1.png
new file mode 100644
index 0000000000..c5fef5d648
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hw15_b2.png b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b2.png
new file mode 100644
index 0000000000..4b20c993cc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hw15_b3.png b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b3.png
new file mode 100644
index 0000000000..120d4bd224
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hw15_b4.png b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b4.png
new file mode 100644
index 0000000000..55b32f221b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hw15_b5.png b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b5.png
new file mode 100644
index 0000000000..a32b9e7dcf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b5.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hw15_b6.png b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b6.png
new file mode 100644
index 0000000000..6805ef37af
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hw15_b6.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween15_clothing.png b/Updated_Cms/public/assets/images/articles/lpromo_hween15_clothing.png
new file mode 100644
index 0000000000..e6f9efd03a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween15_clothing.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween15_generic1.png b/Updated_Cms/public/assets/images/articles/lpromo_hween15_generic1.png
new file mode 100644
index 0000000000..aba8f148a9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween15_generic1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween15_generic2.png b/Updated_Cms/public/assets/images/articles/lpromo_hween15_generic2.png
new file mode 100644
index 0000000000..dcfd02e6fa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween15_generic2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween15_masks.png b/Updated_Cms/public/assets/images/articles/lpromo_hween15_masks.png
new file mode 100644
index 0000000000..576441c4b0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween15_masks.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween15_newfurni.png b/Updated_Cms/public/assets/images/articles/lpromo_hween15_newfurni.png
new file mode 100644
index 0000000000..9c378c5971
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween15_newfurni.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween16_gen1.png b/Updated_Cms/public/assets/images/articles/lpromo_hween16_gen1.png
new file mode 100644
index 0000000000..c5ea66aa45
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween16_gen1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween16_gen2.png b/Updated_Cms/public/assets/images/articles/lpromo_hween16_gen2.png
new file mode 100644
index 0000000000..57ca91308f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween16_gen2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween16_reaper.png b/Updated_Cms/public/assets/images/articles/lpromo_hween16_reaper.png
new file mode 100644
index 0000000000..d176b5e259
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween16_reaper.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween16_reaper_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hween16_reaper_thumb.png
new file mode 100644
index 0000000000..4335b1c147
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween16_reaper_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween17_gen2.png b/Updated_Cms/public/assets/images/articles/lpromo_hween17_gen2.png
new file mode 100644
index 0000000000..1ef893b542
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween17_gen2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween17_gen2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hween17_gen2_thumb.png
new file mode 100644
index 0000000000..a1ddb7c57f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween17_gen2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_hween19_gen.png
new file mode 100644
index 0000000000..3bb53bc6b5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hween19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hween19_gen_thumb.png
new file mode 100644
index 0000000000..684a8dbe01
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hween19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hygghousebundlenov2018.png b/Updated_Cms/public/assets/images/articles/lpromo_hygghousebundlenov2018.png
new file mode 100644
index 0000000000..fce3724637
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hygghousebundlenov2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_hygghousebundlenov2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_hygghousebundlenov2018_thumb.png
new file mode 100644
index 0000000000..84a10bc493
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_hygghousebundlenov2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_iZombieRun.png b/Updated_Cms/public/assets/images/articles/lpromo_iZombieRun.png
new file mode 100644
index 0000000000..b44a8db99c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_iZombieRun.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_iZombieRun_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_iZombieRun_thumb.png
new file mode 100644
index 0000000000..626232ebe2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_iZombieRun_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_iamreallyboredmazeevent2017.png b/Updated_Cms/public/assets/images/articles/lpromo_iamreallyboredmazeevent2017.png
new file mode 100644
index 0000000000..a9c28d01f1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_iamreallyboredmazeevent2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_iamreallyboredmazeevent2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_iamreallyboredmazeevent2017_thumb.png
new file mode 100644
index 0000000000..bd6188a8e6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_iamreallyboredmazeevent2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ice_fansite.png b/Updated_Cms/public/assets/images/articles/lpromo_ice_fansite.png
new file mode 100644
index 0000000000..28292d7c11
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ice_fansite.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_icecreamdayhffmevent18.png b/Updated_Cms/public/assets/images/articles/lpromo_icecreamdayhffmevent18.png
new file mode 100644
index 0000000000..2d31ac452e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_icecreamdayhffmevent18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_icecreamdayhffmevent18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_icecreamdayhffmevent18_thumb.png
new file mode 100644
index 0000000000..c35220f41b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_icecreamdayhffmevent18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_icehockeybundle.png b/Updated_Cms/public/assets/images/articles/lpromo_icehockeybundle.png
new file mode 100644
index 0000000000..8bc6a1053f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_icehockeybundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_iceskatebndle.png b/Updated_Cms/public/assets/images/articles/lpromo_iceskatebndle.png
new file mode 100644
index 0000000000..a0ca8f8deb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_iceskatebndle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_iceskatebndle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_iceskatebndle_thumb.png
new file mode 100644
index 0000000000..173c21a83a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_iceskatebndle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_independenceday.png b/Updated_Cms/public/assets/images/articles/lpromo_independenceday.png
new file mode 100644
index 0000000000..091c489084
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_independenceday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_independenceday_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_independenceday_thumb.png
new file mode 100644
index 0000000000..6871728b7c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_independenceday_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_indfoasapbeauidbsadloceve.png b/Updated_Cms/public/assets/images/articles/lpromo_indfoasapbeauidbsadloceve.png
new file mode 100644
index 0000000000..a5f5023c2c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_indfoasapbeauidbsadloceve.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_indfoasapbeauidbsadloceve_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_indfoasapbeauidbsadloceve_thumb.png
new file mode 100644
index 0000000000..e0941e1875
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_indfoasapbeauidbsadloceve_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_infobus15.png b/Updated_Cms/public/assets/images/articles/lpromo_infobus15.png
new file mode 100644
index 0000000000..fc5706b9ee
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_infobus15.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_infobusjuly18session.png b/Updated_Cms/public/assets/images/articles/lpromo_infobusjuly18session.png
new file mode 100644
index 0000000000..fadc18a32d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_infobusjuly18session.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_infobusjuly18session_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_infobusjuly18session_thumb.png
new file mode 100644
index 0000000000..eac1e8707c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_infobusjuly18session_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jail.png b/Updated_Cms/public/assets/images/articles/lpromo_jail.png
new file mode 100644
index 0000000000..7e109b3abe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jail.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jail_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_jail_thumb.png
new file mode 100644
index 0000000000..cea9dd57a7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jail_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jailtime.png b/Updated_Cms/public/assets/images/articles/lpromo_jailtime.png
new file mode 100644
index 0000000000..294028042c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jailtime.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jailtime_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_jailtime_thumb.png
new file mode 100644
index 0000000000..cada812fb2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jailtime_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jan18_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_jan18_gen.png
new file mode 100644
index 0000000000..023f2d1644
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jan18_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jan18_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_jan18_gen_thumb.png
new file mode 100644
index 0000000000..c8edcc7f4d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jan18_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jan19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_jan19_gen.png
new file mode 100644
index 0000000000..88d4fb6caa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jan19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jan19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_jan19_gen_thumb.png
new file mode 100644
index 0000000000..c06fc4c7b5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jan19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jan20_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_jan20_gen.png
new file mode 100644
index 0000000000..dd04ba0a48
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jan20_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jan20_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_jan20_gen_thumb.png
new file mode 100644
index 0000000000..043d0d9747
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jan20_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_janend2018battleabll.png b/Updated_Cms/public/assets/images/articles/lpromo_janend2018battleabll.png
new file mode 100644
index 0000000000..b92419f03c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_janend2018battleabll.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_janend2018battleabll_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_janend2018battleabll_thumb.png
new file mode 100644
index 0000000000..e1f7d64ec4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_janend2018battleabll_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_japaneselovebundlefeb2018.png b/Updated_Cms/public/assets/images/articles/lpromo_japaneselovebundlefeb2018.png
new file mode 100644
index 0000000000..6502c27464
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_japaneselovebundlefeb2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_japaneselovebundlefeb2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_japaneselovebundlefeb2018_thumb.png
new file mode 100644
index 0000000000..08eae9faa5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_japaneselovebundlefeb2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_joeyourpal.png b/Updated_Cms/public/assets/images/articles/lpromo_joeyourpal.png
new file mode 100644
index 0000000000..5ce4e41303
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_joeyourpal.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_joeyourpal_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_joeyourpal_thumb.png
new file mode 100644
index 0000000000..9f3c508c6a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_joeyourpal_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jsbund_1.png b/Updated_Cms/public/assets/images/articles/lpromo_jsbund_1.png
new file mode 100644
index 0000000000..fccf66d792
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jsbund_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jukeboxhero.png b/Updated_Cms/public/assets/images/articles/lpromo_jukeboxhero.png
new file mode 100644
index 0000000000..3ecaf6cfea
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jukeboxhero.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jukeboxhero_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_jukeboxhero_thumb.png
new file mode 100644
index 0000000000..8010d10324
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jukeboxhero_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jurrasicjunglebundle2018april.png b/Updated_Cms/public/assets/images/articles/lpromo_jurrasicjunglebundle2018april.png
new file mode 100644
index 0000000000..a9b57db804
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jurrasicjunglebundle2018april.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_jurrasicjunglebundle2018april_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_jurrasicjunglebundle2018april_thumb.png
new file mode 100644
index 0000000000..4277bbd665
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_jurrasicjunglebundle2018april_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_kindness.png b/Updated_Cms/public/assets/images/articles/lpromo_kindness.png
new file mode 100644
index 0000000000..3ded89e4a7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_kindness.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_kindness_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_kindness_thumb.png
new file mode 100644
index 0000000000..0e3f13bc07
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_kindness_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_kitchen2015.png b/Updated_Cms/public/assets/images/articles/lpromo_kitchen2015.png
new file mode 100644
index 0000000000..00cda7afaa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_kitchen2015.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle1.png b/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle1.png
new file mode 100644
index 0000000000..a2b790fe35
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle2.png b/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle2.png
new file mode 100644
index 0000000000..3bcf149b5f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle3.png b/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle3.png
new file mode 100644
index 0000000000..205c75510f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle4.png b/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle4.png
new file mode 100644
index 0000000000..378d9d211b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_kitchenbundle4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_knarfsrevenge.png b/Updated_Cms/public/assets/images/articles/lpromo_knarfsrevenge.png
new file mode 100644
index 0000000000..21e4f19087
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_knarfsrevenge.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_knarfsrevenge_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_knarfsrevenge_thumb.png
new file mode 100644
index 0000000000..eb8706c4b8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_knarfsrevenge_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_kreditsevent.png b/Updated_Cms/public/assets/images/articles/lpromo_kreditsevent.png
new file mode 100644
index 0000000000..061a5c427c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_kreditsevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_kreditsevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_kreditsevent_thumb.png
new file mode 100644
index 0000000000..9dd88a00a5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_kreditsevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_lastthing.png b/Updated_Cms/public/assets/images/articles/lpromo_lastthing.png
new file mode 100644
index 0000000000..2ccaeb18f8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_lastthing.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_lastthing_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_lastthing_thumb.png
new file mode 100644
index 0000000000..53b1409398
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_lastthing_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_lbgtqpride.png b/Updated_Cms/public/assets/images/articles/lpromo_lbgtqpride.png
new file mode 100644
index 0000000000..a858d681c0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_lbgtqpride.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_lbgtqpride_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_lbgtqpride_thumb.png
new file mode 100644
index 0000000000..e43e6e8be8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_lbgtqpride_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_lepbund15.png b/Updated_Cms/public/assets/images/articles/lpromo_lepbund15.png
new file mode 100644
index 0000000000..72a83136b5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_lepbund15.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_liveevent.png b/Updated_Cms/public/assets/images/articles/lpromo_liveevent.png
new file mode 100644
index 0000000000..a57ac1930b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_liveevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_liveevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_liveevent_thumb.png
new file mode 100644
index 0000000000..d9e4890832
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_liveevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_log.png b/Updated_Cms/public/assets/images/articles/lpromo_log.png
new file mode 100644
index 0000000000..f01c78d5dc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_log.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_log_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_log_thumb.png
new file mode 100644
index 0000000000..6c3bed615c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_log_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_lordpixelsilvermustard.png b/Updated_Cms/public/assets/images/articles/lpromo_lordpixelsilvermustard.png
new file mode 100644
index 0000000000..0c3357573e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_lordpixelsilvermustard.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_lordpixelsilvermustard_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_lordpixelsilvermustard_thumb.png
new file mode 100644
index 0000000000..69d8b23c51
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_lordpixelsilvermustard_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_lostgrimoire.png b/Updated_Cms/public/assets/images/articles/lpromo_lostgrimoire.png
new file mode 100644
index 0000000000..05a080cf7a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_lostgrimoire.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_lostgrimoire_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_lostgrimoire_thumb.png
new file mode 100644
index 0000000000..18dc59c53a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_lostgrimoire_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_loveyourpetdayfeb2019.png b/Updated_Cms/public/assets/images/articles/lpromo_loveyourpetdayfeb2019.png
new file mode 100644
index 0000000000..e77f951355
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_loveyourpetdayfeb2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_loveyourpetdayfeb2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_loveyourpetdayfeb2019_thumb.png
new file mode 100644
index 0000000000..5d2230c9ac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_loveyourpetdayfeb2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_magicxmasbundle03122018.png b/Updated_Cms/public/assets/images/articles/lpromo_magicxmasbundle03122018.png
new file mode 100644
index 0000000000..913ff057fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_magicxmasbundle03122018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_magicxmasbundle03122018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_magicxmasbundle03122018_thumb.png
new file mode 100644
index 0000000000..680a7b1d63
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_magicxmasbundle03122018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday18.png b/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday18.png
new file mode 100644
index 0000000000..7f5fc98b6d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday18_thumb.png
new file mode 100644
index 0000000000..8dfae2cacd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday2017.png b/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday2017.png
new file mode 100644
index 0000000000..355aa12f2c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday2017_thumb.png
new file mode 100644
index 0000000000..949afc6e93
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_malaysiaday2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen1.png b/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen1.png
new file mode 100644
index 0000000000..4f5892aaec
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen1_thumb.png
new file mode 100644
index 0000000000..5036681e80
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen2.png b/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen2.png
new file mode 100644
index 0000000000..a8edb26506
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen2_thumb.png
new file mode 100644
index 0000000000..9979f77ab1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mall17_gen2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mannychallenge.png b/Updated_Cms/public/assets/images/articles/lpromo_mannychallenge.png
new file mode 100644
index 0000000000..2f0713fd73
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mannychallenge.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mannychallenge_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_mannychallenge_thumb.png
new file mode 100644
index 0000000000..dff3f8b528
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mannychallenge_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_march18UA.png b/Updated_Cms/public/assets/images/articles/lpromo_march18UA.png
new file mode 100644
index 0000000000..642b952135
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_march18UA.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_march18UA_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_march18UA_thumb.png
new file mode 100644
index 0000000000..67a25e211a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_march18UA_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_march20_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_march20_gen.png
new file mode 100644
index 0000000000..68b51c09e7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_march20_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_march20_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_march20_gen_thumb.png
new file mode 100644
index 0000000000..688adfc8f1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_march20_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_marioHFFseptember2017.png b/Updated_Cms/public/assets/images/articles/lpromo_marioHFFseptember2017.png
new file mode 100644
index 0000000000..bc68e9ae2a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_marioHFFseptember2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_marioHFFseptember2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_marioHFFseptember2017_thumb.png
new file mode 100644
index 0000000000..bdc0eebc44
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_marioHFFseptember2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_may19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_may19_gen.png
new file mode 100644
index 0000000000..59d8329eb3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_may19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_may19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_may19_gen_thumb.png
new file mode 100644
index 0000000000..cf5625126a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_may19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mazemazeeventsept18.png b/Updated_Cms/public/assets/images/articles/lpromo_mazemazeeventsept18.png
new file mode 100644
index 0000000000..189ac6a635
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mazemazeeventsept18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mazemazeeventsept18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_mazemazeeventsept18_thumb.png
new file mode 100644
index 0000000000..4d740b6e11
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mazemazeeventsept18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mazepokemongameapril.png b/Updated_Cms/public/assets/images/articles/lpromo_mazepokemongameapril.png
new file mode 100644
index 0000000000..ccd7d30726
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mazepokemongameapril.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mazepokemongameapril_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_mazepokemongameapril_thumb.png
new file mode 100644
index 0000000000..c53c0c90a9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mazepokemongameapril_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mct2019.png b/Updated_Cms/public/assets/images/articles/lpromo_mct2019.png
new file mode 100644
index 0000000000..e19ca0d3be
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mct2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mct2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_mct2019_thumb.png
new file mode 100644
index 0000000000..f23b276fb9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mct2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_meet1and2candisates2017.png b/Updated_Cms/public/assets/images/articles/lpromo_meet1and2candisates2017.png
new file mode 100644
index 0000000000..174e7ab56b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_meet1and2candisates2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_meet1and2candisates2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_meet1and2candisates2017_thumb.png
new file mode 100644
index 0000000000..fe0f1f3ff7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_meet1and2candisates2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_meetcandidate2017round2.png b/Updated_Cms/public/assets/images/articles/lpromo_meetcandidate2017round2.png
new file mode 100644
index 0000000000..fa0c7641a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_meetcandidate2017round2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_meetcandidate2017round2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_meetcandidate2017round2_thumb.png
new file mode 100644
index 0000000000..c29b1f09a3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_meetcandidate2017round2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_meltingcarperts.png b/Updated_Cms/public/assets/images/articles/lpromo_meltingcarperts.png
new file mode 100644
index 0000000000..3e299a4c33
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_meltingcarperts.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_meltingcarperts_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_meltingcarperts_thumb.png
new file mode 100644
index 0000000000..cc652097f4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_meltingcarperts_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mermaid.png b/Updated_Cms/public/assets/images/articles/lpromo_mermaid.png
new file mode 100644
index 0000000000..552eee2570
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mermaid.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mermaid_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_mermaid_thumb.png
new file mode 100644
index 0000000000..bea25a12ae
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mermaid_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mermaidlbundlejune.png b/Updated_Cms/public/assets/images/articles/lpromo_mermaidlbundlejune.png
new file mode 100644
index 0000000000..d2cecd81b5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mermaidlbundlejune.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mermaidlbundlejune_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_mermaidlbundlejune_thumb.png
new file mode 100644
index 0000000000..5268d63a1a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mermaidlbundlejune_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mermaiseptember2017.png b/Updated_Cms/public/assets/images/articles/lpromo_mermaiseptember2017.png
new file mode 100644
index 0000000000..cc64f85831
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mermaiseptember2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mermaiseptember2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_mermaiseptember2017_thumb.png
new file mode 100644
index 0000000000..f305a7eff3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mermaiseptember2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_militarybundleiamge.png b/Updated_Cms/public/assets/images/articles/lpromo_militarybundleiamge.png
new file mode 100644
index 0000000000..d7e9a58b3b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_militarybundleiamge.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_militarybundleiamge_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_militarybundleiamge_thumb.png
new file mode 100644
index 0000000000..c6d26a4886
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_militarybundleiamge_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_minigame3-1.png b/Updated_Cms/public/assets/images/articles/lpromo_minigame3-1.png
new file mode 100644
index 0000000000..7002822baa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_minigame3-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_minigame3-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_minigame3-1_thumb.png
new file mode 100644
index 0000000000..191c374ae1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_minigame3-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_moana.png b/Updated_Cms/public/assets/images/articles/lpromo_moana.png
new file mode 100644
index 0000000000..de6fc31802
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_moana.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_moana_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_moana_thumb.png
new file mode 100644
index 0000000000..9a04311582
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_moana_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_modcleo.png b/Updated_Cms/public/assets/images/articles/lpromo_modcleo.png
new file mode 100644
index 0000000000..d08eb23b7a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_modcleo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_modcleo_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_modcleo_thumb.png
new file mode 100644
index 0000000000..4306d02919
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_modcleo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_moviecompesadae232e2.png b/Updated_Cms/public/assets/images/articles/lpromo_moviecompesadae232e2.png
new file mode 100644
index 0000000000..03a3a77992
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_moviecompesadae232e2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_moviecompesadae232e2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_moviecompesadae232e2_thumb.png
new file mode 100644
index 0000000000..1db3f260c9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_moviecompesadae232e2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_moviecompsadaweq2324ev.png b/Updated_Cms/public/assets/images/articles/lpromo_moviecompsadaweq2324ev.png
new file mode 100644
index 0000000000..cd5bd1eb80
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_moviecompsadaweq2324ev.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_moviecompsadaweq2324ev_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_moviecompsadaweq2324ev_thumb.png
new file mode 100644
index 0000000000..48ccf26711
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_moviecompsadaweq2324ev_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_moviemagic18_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_moviemagic18_gen.png
new file mode 100644
index 0000000000..8660b29c6c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_moviemagic18_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_moviemagic18_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_moviemagic18_gen_thumb.png
new file mode 100644
index 0000000000..1a336b4318
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_moviemagic18_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mythcomp2017winner.png b/Updated_Cms/public/assets/images/articles/lpromo_mythcomp2017winner.png
new file mode 100644
index 0000000000..b060cedb1d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mythcomp2017winner.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_mythcomp2017winner_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_mythcomp2017winner_thumb.png
new file mode 100644
index 0000000000..654360f243
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_mythcomp2017winner_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_nachoday07112018.png b/Updated_Cms/public/assets/images/articles/lpromo_nachoday07112018.png
new file mode 100644
index 0000000000..500a987ef2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_nachoday07112018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_nachoday07112018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_nachoday07112018_thumb.png
new file mode 100644
index 0000000000..0562a6a24c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_nachoday07112018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_naturewalkseptemberbaw2017.png b/Updated_Cms/public/assets/images/articles/lpromo_naturewalkseptemberbaw2017.png
new file mode 100644
index 0000000000..16fec86660
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_naturewalkseptemberbaw2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_naturewalkseptemberbaw2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_naturewalkseptemberbaw2017_thumb.png
new file mode 100644
index 0000000000..5a86e05aab
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_naturewalkseptemberbaw2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_nebawleaderkreditssept2017.png b/Updated_Cms/public/assets/images/articles/lpromo_nebawleaderkreditssept2017.png
new file mode 100644
index 0000000000..1342a91c6d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_nebawleaderkreditssept2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_nebawleaderkreditssept2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_nebawleaderkreditssept2017_thumb.png
new file mode 100644
index 0000000000..8589233f65
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_nebawleaderkreditssept2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_newbaw.png b/Updated_Cms/public/assets/images/articles/lpromo_newbaw.png
new file mode 100644
index 0000000000..5a8011eb15
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_newbaw.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_newbaw_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_newbaw_thumb.png
new file mode 100644
index 0000000000..af60e0c2b2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_newbaw_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_newcomerseffect.png b/Updated_Cms/public/assets/images/articles/lpromo_newcomerseffect.png
new file mode 100644
index 0000000000..cd0704e9cd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_newcomerseffect.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_newcomerseffect_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_newcomerseffect_thumb.png
new file mode 100644
index 0000000000..cee118a336
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_newcomerseffect_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_newfansiteannouncmentjuly2017.png b/Updated_Cms/public/assets/images/articles/lpromo_newfansiteannouncmentjuly2017.png
new file mode 100644
index 0000000000..3cfaa0b1ba
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_newfansiteannouncmentjuly2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_newfansiteannouncmentjuly2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_newfansiteannouncmentjuly2017_thumb.png
new file mode 100644
index 0000000000..7ea0f71849
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_newfansiteannouncmentjuly2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_newyeargame.png b/Updated_Cms/public/assets/images/articles/lpromo_newyeargame.png
new file mode 100644
index 0000000000..98a1caa737
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_newyeargame.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_newyeargame_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_newyeargame_thumb.png
new file mode 100644
index 0000000000..e4cf4b6180
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_newyeargame_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_newyearsresolution.png b/Updated_Cms/public/assets/images/articles/lpromo_newyearsresolution.png
new file mode 100644
index 0000000000..af0d9e5e31
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_newyearsresolution.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_newyearsresolution_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_newyearsresolution_thumb.png
new file mode 100644
index 0000000000..2128233642
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_newyearsresolution_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_nextstopday22017july.png b/Updated_Cms/public/assets/images/articles/lpromo_nextstopday22017july.png
new file mode 100644
index 0000000000..67b78acd36
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_nextstopday22017july.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_nextstopday22017july_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_nextstopday22017july_thumb.png
new file mode 100644
index 0000000000..d5079b14c5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_nextstopday22017july_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_nov18_gen2.png b/Updated_Cms/public/assets/images/articles/lpromo_nov18_gen2.png
new file mode 100644
index 0000000000..4164994eb6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_nov18_gen2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_nov18_gen2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_nov18_gen2_thumb.png
new file mode 100644
index 0000000000..340ea78b8f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_nov18_gen2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_nov19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_nov19_gen.png
new file mode 100644
index 0000000000..3e75a5cd13
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_nov19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_nov19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_nov19_gen_thumb.png
new file mode 100644
index 0000000000..0549af7f18
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_nov19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ny2020_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_ny2020_gen.png
new file mode 100644
index 0000000000..a1fc3f737b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ny2020_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ny2020_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ny2020_gen_thumb.png
new file mode 100644
index 0000000000..dd4bc73cf0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ny2020_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ocotbehabboweenevent2017.png b/Updated_Cms/public/assets/images/articles/lpromo_ocotbehabboweenevent2017.png
new file mode 100644
index 0000000000..b36efbb20e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ocotbehabboweenevent2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_ocotbehabboweenevent2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_ocotbehabboweenevent2017_thumb.png
new file mode 100644
index 0000000000..dd6357d236
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_ocotbehabboweenevent2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_octbaw17event.png b/Updated_Cms/public/assets/images/articles/lpromo_octbaw17event.png
new file mode 100644
index 0000000000..1153ac92e2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_octbaw17event.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_octbaw17event_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_octbaw17event_thumb.png
new file mode 100644
index 0000000000..52f70b66ae
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_octbaw17event_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_octhabcompetition.png b/Updated_Cms/public/assets/images/articles/lpromo_octhabcompetition.png
new file mode 100644
index 0000000000..dd40997edc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_octhabcompetition.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_octhabcompetition_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_octhabcompetition_thumb.png
new file mode 100644
index 0000000000..3fee34056b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_octhabcompetition_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_octoberfansitecc2017.png b/Updated_Cms/public/assets/images/articles/lpromo_octoberfansitecc2017.png
new file mode 100644
index 0000000000..ad325351c5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_octoberfansitecc2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_octoberfansitecc2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_octoberfansitecc2017_thumb.png
new file mode 100644
index 0000000000..a8507b268b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_octoberfansitecc2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_old_newweb2_15.png b/Updated_Cms/public/assets/images/articles/lpromo_old_newweb2_15.png
new file mode 100644
index 0000000000..088664a82d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_old_newweb2_15.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_oldweb_c15_candyland_generic1.png b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_c15_candyland_generic1.png
new file mode 100644
index 0000000000..1b43162271
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_c15_candyland_generic1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_oldweb_c15_candyland_generic2.png b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_c15_candyland_generic2.png
new file mode 100644
index 0000000000..6c95f9e8b2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_c15_candyland_generic2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_oldweb_dino_selfiestickers.png b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_dino_selfiestickers.png
new file mode 100644
index 0000000000..71dcea0e21
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_dino_selfiestickers.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_oldweb_habbo15_bundle4.png b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_habbo15_bundle4.png
new file mode 100644
index 0000000000..99cd642628
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_habbo15_bundle4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_oldweb_habbo15_cakebonusrare.png b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_habbo15_cakebonusrare.png
new file mode 100644
index 0000000000..7d8471991c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_habbo15_cakebonusrare.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_oldweb_summerinparisfurni.png b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_summerinparisfurni.png
new file mode 100644
index 0000000000..6bb254b280
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_oldweb_summerinparisfurni.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_olympics16_newfurni.png b/Updated_Cms/public/assets/images/articles/lpromo_olympics16_newfurni.png
new file mode 100644
index 0000000000..be11c43669
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_olympics16_newfurni.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_olympics16_newfurni_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_olympics16_newfurni_thumb.png
new file mode 100644
index 0000000000..caedccca31
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_olympics16_newfurni_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_olympix_village.png b/Updated_Cms/public/assets/images/articles/lpromo_olympix_village.png
new file mode 100644
index 0000000000..b87a1c8b2a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_olympix_village.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_olympix_village_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_olympix_village_thumb.png
new file mode 100644
index 0000000000..356afa5ae2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_olympix_village_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_onsaturady43q43.png b/Updated_Cms/public/assets/images/articles/lpromo_onsaturady43q43.png
new file mode 100644
index 0000000000..0200315ec3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_onsaturady43q43.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_onsaturady43q43_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_onsaturady43q43_thumb.png
new file mode 100644
index 0000000000..7f8b249a8e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_onsaturady43q43_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_outfitcompetitionoctober2017.png b/Updated_Cms/public/assets/images/articles/lpromo_outfitcompetitionoctober2017.png
new file mode 100644
index 0000000000..2a4f849241
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_outfitcompetitionoctober2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_outfitcompetitionoctober2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_outfitcompetitionoctober2017_thumb.png
new file mode 100644
index 0000000000..01d787006a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_outfitcompetitionoctober2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pacmanmarch2019.png b/Updated_Cms/public/assets/images/articles/lpromo_pacmanmarch2019.png
new file mode 100644
index 0000000000..d1e8db0639
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pacmanmarch2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pacmanmarch2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_pacmanmarch2019_thumb.png
new file mode 100644
index 0000000000..a191bead4a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pacmanmarch2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pancakedayhabbocreate.png b/Updated_Cms/public/assets/images/articles/lpromo_pancakedayhabbocreate.png
new file mode 100644
index 0000000000..c2f20d7cc4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pancakedayhabbocreate.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pancakedayhabbocreate_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_pancakedayhabbocreate_thumb.png
new file mode 100644
index 0000000000..4574a20f53
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pancakedayhabbocreate_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_paris_clothes.png b/Updated_Cms/public/assets/images/articles/lpromo_paris_clothes.png
new file mode 100644
index 0000000000..bad072548b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_paris_clothes.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_paris_generic1.png b/Updated_Cms/public/assets/images/articles/lpromo_paris_generic1.png
new file mode 100644
index 0000000000..75558e7ec8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_paris_generic1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_paris_generic2.png b/Updated_Cms/public/assets/images/articles/lpromo_paris_generic2.png
new file mode 100644
index 0000000000..b5d89b4785
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_paris_generic2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_parisbundle1.png b/Updated_Cms/public/assets/images/articles/lpromo_parisbundle1.png
new file mode 100644
index 0000000000..7bdf7e049d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_parisbundle1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_parisbundleseptember2017.png b/Updated_Cms/public/assets/images/articles/lpromo_parisbundleseptember2017.png
new file mode 100644
index 0000000000..d9fefbc2d1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_parisbundleseptember2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_parisbundleseptember2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_parisbundleseptember2017_thumb.png
new file mode 100644
index 0000000000..3db1a1a651
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_parisbundleseptember2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_party_4.png b/Updated_Cms/public/assets/images/articles/lpromo_party_4.png
new file mode 100644
index 0000000000..54080269bc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_party_4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_party_4_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_party_4_thumb.png
new file mode 100644
index 0000000000..2bc7635faa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_party_4_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_partyboat1.png b/Updated_Cms/public/assets/images/articles/lpromo_partyboat1.png
new file mode 100644
index 0000000000..37f2068464
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_partyboat1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_partyboat1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_partyboat1_thumb.png
new file mode 100644
index 0000000000..93ed7576e8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_partyboat1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_partyboat2.png b/Updated_Cms/public/assets/images/articles/lpromo_partyboat2.png
new file mode 100644
index 0000000000..875c05d709
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_partyboat2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_partyboat2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_partyboat2_thumb.png
new file mode 100644
index 0000000000..30e94aa15d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_partyboat2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_partyboat_5.png b/Updated_Cms/public/assets/images/articles/lpromo_partyboat_5.png
new file mode 100644
index 0000000000..5842fe053c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_partyboat_5.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_partyboat_5_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_partyboat_5_thumb.png
new file mode 100644
index 0000000000..f2e36323a0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_partyboat_5_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pettylittleliarsjune14062019.png b/Updated_Cms/public/assets/images/articles/lpromo_pettylittleliarsjune14062019.png
new file mode 100644
index 0000000000..f7e69d0b2a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pettylittleliarsjune14062019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pettylittleliarsjune14062019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_pettylittleliarsjune14062019_thumb.png
new file mode 100644
index 0000000000..5803cf6861
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pettylittleliarsjune14062019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_piccoloroombundlemay18.png b/Updated_Cms/public/assets/images/articles/lpromo_piccoloroombundlemay18.png
new file mode 100644
index 0000000000..aa9e514f25
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_piccoloroombundlemay18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_piccoloroombundlemay18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_piccoloroombundlemay18_thumb.png
new file mode 100644
index 0000000000..13c9abcfbb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_piccoloroombundlemay18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_picniceventhfffmfansite.png b/Updated_Cms/public/assets/images/articles/lpromo_picniceventhfffmfansite.png
new file mode 100644
index 0000000000..e68b0eea71
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_picniceventhfffmfansite.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_picniceventhfffmfansite_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_picniceventhfffmfansite_thumb.png
new file mode 100644
index 0000000000..c9fa64ab9f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_picniceventhfffmfansite_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pineeventnov18.png b/Updated_Cms/public/assets/images/articles/lpromo_pineeventnov18.png
new file mode 100644
index 0000000000..42da181f16
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pineeventnov18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pineeventnov18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_pineeventnov18_thumb.png
new file mode 100644
index 0000000000..316e87ac63
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pineeventnov18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_piratedayeventhbcsept18.png b/Updated_Cms/public/assets/images/articles/lpromo_piratedayeventhbcsept18.png
new file mode 100644
index 0000000000..c0664b8886
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_piratedayeventhbcsept18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_piratedayeventhbcsept18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_piratedayeventhbcsept18_thumb.png
new file mode 100644
index 0000000000..cd654e5c11
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_piratedayeventhbcsept18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_piratefday.png b/Updated_Cms/public/assets/images/articles/lpromo_piratefday.png
new file mode 100644
index 0000000000..dcf5b822a9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_piratefday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_piratefday_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_piratefday_thumb.png
new file mode 100644
index 0000000000..223e46f496
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_piratefday_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pirates.png b/Updated_Cms/public/assets/images/articles/lpromo_pirates.png
new file mode 100644
index 0000000000..e2fc8af157
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pirates.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pirates_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_pirates_thumb.png
new file mode 100644
index 0000000000..581ef44890
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pirates_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_piratevsviking1-1.png b/Updated_Cms/public/assets/images/articles/lpromo_piratevsviking1-1.png
new file mode 100644
index 0000000000..62d399d688
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_piratevsviking1-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_piratevsviking1-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_piratevsviking1-1_thumb.png
new file mode 100644
index 0000000000..2bb323c7fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_piratevsviking1-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_plastochair.png b/Updated_Cms/public/assets/images/articles/lpromo_plastochair.png
new file mode 100644
index 0000000000..ac68a8d5f9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_plastochair.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_plastochair_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_plastochair_thumb.png
new file mode 100644
index 0000000000..543072fb98
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_plastochair_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_policebundleapril18.png b/Updated_Cms/public/assets/images/articles/lpromo_policebundleapril18.png
new file mode 100644
index 0000000000..cf668c9b94
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_policebundleapril18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_policebundleapril18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_policebundleapril18_thumb.png
new file mode 100644
index 0000000000..3a4e1bfc80
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_policebundleapril18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_policedogs_new.png b/Updated_Cms/public/assets/images/articles/lpromo_policedogs_new.png
new file mode 100644
index 0000000000..f55248fe9b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_policedogs_new.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_poolpartyseptember2017.png b/Updated_Cms/public/assets/images/articles/lpromo_poolpartyseptember2017.png
new file mode 100644
index 0000000000..2d027bd84e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_poolpartyseptember2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_poolpartyseptember2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_poolpartyseptember2017_thumb.png
new file mode 100644
index 0000000000..5999a5373d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_poolpartyseptember2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_posterwinner2019.png b/Updated_Cms/public/assets/images/articles/lpromo_posterwinner2019.png
new file mode 100644
index 0000000000..b3d8464ee2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_posterwinner2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_posterwinner2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_posterwinner2019_thumb.png
new file mode 100644
index 0000000000..3428f5f81b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_posterwinner2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pridehabbo.png b/Updated_Cms/public/assets/images/articles/lpromo_pridehabbo.png
new file mode 100644
index 0000000000..6e4f2d0729
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pridehabbo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pridehabbo_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_pridehabbo_thumb.png
new file mode 100644
index 0000000000..f364e0b71d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pridehabbo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_princess1612.png b/Updated_Cms/public/assets/images/articles/lpromo_princess1612.png
new file mode 100644
index 0000000000..bbdd85f2e6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_princess1612.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_princess1612_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_princess1612_thumb.png
new file mode 100644
index 0000000000..753bb6a3d5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_princess1612_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_princessbundlefeb2018.png b/Updated_Cms/public/assets/images/articles/lpromo_princessbundlefeb2018.png
new file mode 100644
index 0000000000..542900683e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_princessbundlefeb2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_princessbundlefeb2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_princessbundlefeb2018_thumb.png
new file mode 100644
index 0000000000..d36af83fe7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_princessbundlefeb2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_promo17octbundlebatcave.png b/Updated_Cms/public/assets/images/articles/lpromo_promo17octbundlebatcave.png
new file mode 100644
index 0000000000..ff66b45bea
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_promo17octbundlebatcave.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_promo17octbundlebatcave_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_promo17octbundlebatcave_thumb.png
new file mode 100644
index 0000000000..6dbb6574e8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_promo17octbundlebatcave_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_promoimage14092018.png b/Updated_Cms/public/assets/images/articles/lpromo_promoimage14092018.png
new file mode 100644
index 0000000000..a1cc8c393c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_promoimage14092018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_promoimage14092018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_promoimage14092018_thumb.png
new file mode 100644
index 0000000000..eb0172df9e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_promoimage14092018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pt_out1.png b/Updated_Cms/public/assets/images/articles/lpromo_pt_out1.png
new file mode 100644
index 0000000000..57e045282e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pt_out1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pt_out1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_pt_out1_thumb.png
new file mode 100644
index 0000000000..4f545533ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pt_out1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pubquiz123.png b/Updated_Cms/public/assets/images/articles/lpromo_pubquiz123.png
new file mode 100644
index 0000000000..9b698e2c61
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pubquiz123.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pubquiz123_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_pubquiz123_thumb.png
new file mode 100644
index 0000000000..add505bf3c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pubquiz123_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pumpkingeventkreditsoct18.png b/Updated_Cms/public/assets/images/articles/lpromo_pumpkingeventkreditsoct18.png
new file mode 100644
index 0000000000..bbd23064b7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pumpkingeventkreditsoct18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pumpkingeventkreditsoct18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_pumpkingeventkreditsoct18_thumb.png
new file mode 100644
index 0000000000..9da974d35a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pumpkingeventkreditsoct18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pyramidofdoomhbc18.png b/Updated_Cms/public/assets/images/articles/lpromo_pyramidofdoomhbc18.png
new file mode 100644
index 0000000000..f33c9a99aa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pyramidofdoomhbc18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_pyramidofdoomhbc18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_pyramidofdoomhbc18_thumb.png
new file mode 100644
index 0000000000..7189de4f82
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_pyramidofdoomhbc18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_queenofhearsjuly2017.png b/Updated_Cms/public/assets/images/articles/lpromo_queenofhearsjuly2017.png
new file mode 100644
index 0000000000..73672f88ec
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_queenofhearsjuly2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_queenofhearsjuly2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_queenofhearsjuly2017_thumb.png
new file mode 100644
index 0000000000..4037094026
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_queenofhearsjuly2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_raiinydaroombundle2019.png b/Updated_Cms/public/assets/images/articles/lpromo_raiinydaroombundle2019.png
new file mode 100644
index 0000000000..0198a10bb8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_raiinydaroombundle2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_raiinydaroombundle2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_raiinydaroombundle2019_thumb.png
new file mode 100644
index 0000000000..74b55a2873
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_raiinydaroombundle2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_raindbow01072019.png b/Updated_Cms/public/assets/images/articles/lpromo_raindbow01072019.png
new file mode 100644
index 0000000000..b158a95bd0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_raindbow01072019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_raindbow01072019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_raindbow01072019_thumb.png
new file mode 100644
index 0000000000..d9dc446009
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_raindbow01072019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rainy19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_rainy19_gen.png
new file mode 100644
index 0000000000..8c57277957
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rainy19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rainy19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_rainy19_gen_thumb.png
new file mode 100644
index 0000000000..b71a2316c4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rainy19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rbow19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_rbow19_gen.png
new file mode 100644
index 0000000000..f6630d1a94
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rbow19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rbow19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_rbow19_gen_thumb.png
new file mode 100644
index 0000000000..4a5c3da177
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rbow19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_referral.png b/Updated_Cms/public/assets/images/articles/lpromo_referral.png
new file mode 100644
index 0000000000..e501bc8a7a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_referral.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_referral_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_referral_thumb.png
new file mode 100644
index 0000000000..9bdcc66c3d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_referral_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_resturantforhabboween.png b/Updated_Cms/public/assets/images/articles/lpromo_resturantforhabboween.png
new file mode 100644
index 0000000000..8f81f0b6f2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_resturantforhabboween.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_resturantforhabboween_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_resturantforhabboween_thumb.png
new file mode 100644
index 0000000000..5c791dcb38
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_resturantforhabboween_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_roleplayhabbo.png b/Updated_Cms/public/assets/images/articles/lpromo_roleplayhabbo.png
new file mode 100644
index 0000000000..f6bf7bdede
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_roleplayhabbo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_roleplayhabbo_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_roleplayhabbo_thumb.png
new file mode 100644
index 0000000000..ac023db400
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_roleplayhabbo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_romcompwiiner2309.png b/Updated_Cms/public/assets/images/articles/lpromo_romcompwiiner2309.png
new file mode 100644
index 0000000000..48b2db218b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_romcompwiiner2309.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_romcompwiiner2309_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_romcompwiiner2309_thumb.png
new file mode 100644
index 0000000000..2b70c49c6d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_romcompwiiner2309_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_roombundleaugust2018.png b/Updated_Cms/public/assets/images/articles/lpromo_roombundleaugust2018.png
new file mode 100644
index 0000000000..64a94240ad
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_roombundleaugust2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_roombundleaugust2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_roombundleaugust2018_thumb.png
new file mode 100644
index 0000000000..c32959e2ec
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_roombundleaugust2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_roomcomp.png b/Updated_Cms/public/assets/images/articles/lpromo_roomcomp.png
new file mode 100644
index 0000000000..9001e60d17
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_roomcomp.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_roomcomp_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_roomcomp_thumb.png
new file mode 100644
index 0000000000..a313ca26ed
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_roomcomp_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_roomcompjuly2017.png b/Updated_Cms/public/assets/images/articles/lpromo_roomcompjuly2017.png
new file mode 100644
index 0000000000..e1b358943d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_roomcompjuly2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_roomcompjuly2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_roomcompjuly2017_thumb.png
new file mode 100644
index 0000000000..41735755e4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_roomcompjuly2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_roomocomp201802102018.png b/Updated_Cms/public/assets/images/articles/lpromo_roomocomp201802102018.png
new file mode 100644
index 0000000000..75d08c77fe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_roomocomp201802102018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_roomocomp201802102018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_roomocomp201802102018_thumb.png
new file mode 100644
index 0000000000..53672a9030
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_roomocomp201802102018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rpg.png b/Updated_Cms/public/assets/images/articles/lpromo_rpg.png
new file mode 100644
index 0000000000..5c1340bd94
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rpg.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rpg_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_rpg_thumb.png
new file mode 100644
index 0000000000..5a55048f1c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rpg_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rpgeventFeb2019.png b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventFeb2019.png
new file mode 100644
index 0000000000..ced7805f0a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventFeb2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rpgeventFeb2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventFeb2019_thumb.png
new file mode 100644
index 0000000000..d3ff4a79e6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventFeb2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rpgeventdec18.png b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventdec18.png
new file mode 100644
index 0000000000..2bdeac4f07
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventdec18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rpgeventdec18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventdec18_thumb.png
new file mode 100644
index 0000000000..d89ebd62d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventdec18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rpgeventjanuary.png b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventjanuary.png
new file mode 100644
index 0000000000..32d2b38071
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventjanuary.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_rpgeventjanuary_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventjanuary_thumb.png
new file mode 100644
index 0000000000..a0e72c6ba1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_rpgeventjanuary_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_safetfebruName.png b/Updated_Cms/public/assets/images/articles/lpromo_safetfebruName.png
new file mode 100644
index 0000000000..cde6cf6d4f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_safetfebruName.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_safetfebruName_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_safetfebruName_thumb.png
new file mode 100644
index 0000000000..f7560aabc7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_safetfebruName_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_safety-1.png b/Updated_Cms/public/assets/images/articles/lpromo_safety-1.png
new file mode 100644
index 0000000000..99e5d99245
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_safety-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_safety-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_safety-1_thumb.png
new file mode 100644
index 0000000000..2123e17a5a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_safety-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_safeytmeassagefromundercoverpresiden.png b/Updated_Cms/public/assets/images/articles/lpromo_safeytmeassagefromundercoverpresiden.png
new file mode 100644
index 0000000000..3ab70d210b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_safeytmeassagefromundercoverpresiden.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_safeytmeassagefromundercoverpresiden_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_safeytmeassagefromundercoverpresiden_thumb.png
new file mode 100644
index 0000000000..9be98d67de
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_safeytmeassagefromundercoverpresiden_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_santagrotto1812.png b/Updated_Cms/public/assets/images/articles/lpromo_santagrotto1812.png
new file mode 100644
index 0000000000..655643a1c2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_santagrotto1812.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_santagrotto1812_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_santagrotto1812_thumb.png
new file mode 100644
index 0000000000..5df41c0915
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_santagrotto1812_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_santahelpxmas18.png b/Updated_Cms/public/assets/images/articles/lpromo_santahelpxmas18.png
new file mode 100644
index 0000000000..d8877ce8be
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_santahelpxmas18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_santahelpxmas18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_santahelpxmas18_thumb.png
new file mode 100644
index 0000000000..517d790d42
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_santahelpxmas18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_santastart.png b/Updated_Cms/public/assets/images/articles/lpromo_santastart.png
new file mode 100644
index 0000000000..9ca171144e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_santastart.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_santastart_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_santastart_thumb.png
new file mode 100644
index 0000000000..6d4c4d1f95
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_santastart_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_santo17_stoneillu-1.png b/Updated_Cms/public/assets/images/articles/lpromo_santo17_stoneillu-1.png
new file mode 100644
index 0000000000..24166fc03a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_santo17_stoneillu-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_santo17_stoneillu-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_santo17_stoneillu-1_thumb.png
new file mode 100644
index 0000000000..68e93a7edd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_santo17_stoneillu-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_santorini17_gen1.png b/Updated_Cms/public/assets/images/articles/lpromo_santorini17_gen1.png
new file mode 100644
index 0000000000..b9fcb53895
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_santorini17_gen1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_santorini17_gen1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_santorini17_gen1_thumb.png
new file mode 100644
index 0000000000..1036ea38ad
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_santorini17_gen1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sawgame.png b/Updated_Cms/public/assets/images/articles/lpromo_sawgame.png
new file mode 100644
index 0000000000..6ec455d999
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sawgame.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sawgame_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_sawgame_thumb.png
new file mode 100644
index 0000000000..500353a456
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sawgame_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_scifi17_gen1-1.png b/Updated_Cms/public/assets/images/articles/lpromo_scifi17_gen1-1.png
new file mode 100644
index 0000000000..a5590ef5fc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_scifi17_gen1-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_scifi17_gen1-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_scifi17_gen1-1_thumb.png
new file mode 100644
index 0000000000..133e38d641
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_scifi17_gen1-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_seashorewars2017july.png b/Updated_Cms/public/assets/images/articles/lpromo_seashorewars2017july.png
new file mode 100644
index 0000000000..eaea3d5dd5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_seashorewars2017july.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_seashorewars2017july_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_seashorewars2017july_thumb.png
new file mode 100644
index 0000000000..7deed04346
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_seashorewars2017july_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_seaside_gen1.png b/Updated_Cms/public/assets/images/articles/lpromo_seaside_gen1.png
new file mode 100644
index 0000000000..a708f957db
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_seaside_gen1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_seaside_gen1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_seaside_gen1_thumb.png
new file mode 100644
index 0000000000..36d1ee2bb7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_seaside_gen1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_secondseventcom.png b/Updated_Cms/public/assets/images/articles/lpromo_secondseventcom.png
new file mode 100644
index 0000000000..d9a55d453d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_secondseventcom.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_secondseventcom_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_secondseventcom_thumb.png
new file mode 100644
index 0000000000..25cbc45656
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_secondseventcom_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sept17_gen1.png b/Updated_Cms/public/assets/images/articles/lpromo_sept17_gen1.png
new file mode 100644
index 0000000000..b83da0b1d9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sept17_gen1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sept17_gen1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_sept17_gen1_thumb.png
new file mode 100644
index 0000000000..ffbe5f30a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sept17_gen1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sept18_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_sept18_gen.png
new file mode 100644
index 0000000000..d7cbf935fe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sept18_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sept18_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_sept18_gen_thumb.png
new file mode 100644
index 0000000000..89c7bfaa4a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sept18_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_september2017cleaninghouse.png b/Updated_Cms/public/assets/images/articles/lpromo_september2017cleaninghouse.png
new file mode 100644
index 0000000000..1579aa83d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_september2017cleaninghouse.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_september2017cleaninghouse_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_september2017cleaninghouse_thumb.png
new file mode 100644
index 0000000000..6e312b6a3c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_september2017cleaninghouse_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_septemberusethis122017.png b/Updated_Cms/public/assets/images/articles/lpromo_septemberusethis122017.png
new file mode 100644
index 0000000000..26d7156901
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_septemberusethis122017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_septemberusethis122017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_septemberusethis122017_thumb.png
new file mode 100644
index 0000000000..5771fc704d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_septemberusethis122017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sevendwarvesbundleapril2019.png b/Updated_Cms/public/assets/images/articles/lpromo_sevendwarvesbundleapril2019.png
new file mode 100644
index 0000000000..74ca098e09
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sevendwarvesbundleapril2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sevendwarvesbundleapril2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_sevendwarvesbundleapril2019_thumb.png
new file mode 100644
index 0000000000..1f053b3f5f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sevendwarvesbundleapril2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sh16_2.png b/Updated_Cms/public/assets/images/articles/lpromo_sh16_2.png
new file mode 100644
index 0000000000..43aa879520
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sh16_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sh16_2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_sh16_2_thumb.png
new file mode 100644
index 0000000000..24b5da123d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sh16_2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sigaporday2017.png b/Updated_Cms/public/assets/images/articles/lpromo_sigaporday2017.png
new file mode 100644
index 0000000000..df94019fa1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sigaporday2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sigaporday2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_sigaporday2017_thumb.png
new file mode 100644
index 0000000000..5cc53bccbd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sigaporday2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_singaporeday5320018.png b/Updated_Cms/public/assets/images/articles/lpromo_singaporeday5320018.png
new file mode 100644
index 0000000000..14015f5ede
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_singaporeday5320018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_singaporeday5320018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_singaporeday5320018_thumb.png
new file mode 100644
index 0000000000..9826a12f7e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_singaporeday5320018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_slcgames.png b/Updated_Cms/public/assets/images/articles/lpromo_slcgames.png
new file mode 100644
index 0000000000..72c3d39c46
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_slcgames.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_slcgames_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_slcgames_thumb.png
new file mode 100644
index 0000000000..2044ee2b0f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_slcgames_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_smallarcadehffmmay2019.png b/Updated_Cms/public/assets/images/articles/lpromo_smallarcadehffmmay2019.png
new file mode 100644
index 0000000000..8aa917af89
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_smallarcadehffmmay2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_smallarcadehffmmay2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_smallarcadehffmmay2019_thumb.png
new file mode 100644
index 0000000000..1b52e1c111
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_smallarcadehffmmay2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_snakeday.png b/Updated_Cms/public/assets/images/articles/lpromo_snakeday.png
new file mode 100644
index 0000000000..1b793d3105
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_snakeday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_snakeday_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_snakeday_thumb.png
new file mode 100644
index 0000000000..4aaec2b5e0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_snakeday_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_snowstorm.png b/Updated_Cms/public/assets/images/articles/lpromo_snowstorm.png
new file mode 100644
index 0000000000..c4863d2adf
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_snowstorm.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_snowstorm_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_snowstorm_thumb.png
new file mode 100644
index 0000000000..7bb58b70ba
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_snowstorm_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_spaceattackahabbo.png b/Updated_Cms/public/assets/images/articles/lpromo_spaceattackahabbo.png
new file mode 100644
index 0000000000..bacc162185
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_spaceattackahabbo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_spaceattackahabbo_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_spaceattackahabbo_thumb.png
new file mode 100644
index 0000000000..74d29203f9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_spaceattackahabbo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_spacebattleforhabbomay2017.png b/Updated_Cms/public/assets/images/articles/lpromo_spacebattleforhabbomay2017.png
new file mode 100644
index 0000000000..31ce74d6ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_spacebattleforhabbomay2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_spacebattleforhabbomay2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_spacebattleforhabbomay2017_thumb.png
new file mode 100644
index 0000000000..cc6cc38250
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_spacebattleforhabbomay2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_spacestaffpick.png b/Updated_Cms/public/assets/images/articles/lpromo_spacestaffpick.png
new file mode 100644
index 0000000000..68ec77c541
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_spacestaffpick.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_spacestaffpick_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_spacestaffpick_thumb.png
new file mode 100644
index 0000000000..d122b8175e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_spacestaffpick_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_staffpic2017april.png b/Updated_Cms/public/assets/images/articles/lpromo_staffpic2017april.png
new file mode 100644
index 0000000000..8c2762215b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_staffpic2017april.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_staffpic2017april_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_staffpic2017april_thumb.png
new file mode 100644
index 0000000000..7791bc08b7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_staffpic2017april_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_staffpickfeb2018.png b/Updated_Cms/public/assets/images/articles/lpromo_staffpickfeb2018.png
new file mode 100644
index 0000000000..b0ed53ca63
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_staffpickfeb2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_staffpickfeb2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_staffpickfeb2018_thumb.png
new file mode 100644
index 0000000000..7f0f104f06
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_staffpickfeb2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_staffpickhabboween16.png b/Updated_Cms/public/assets/images/articles/lpromo_staffpickhabboween16.png
new file mode 100644
index 0000000000..ee11738ef6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_staffpickhabboween16.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_staffpickhabboween16_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_staffpickhabboween16_thumb.png
new file mode 100644
index 0000000000..bbf5c8a15b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_staffpickhabboween16_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_staffpicks_city.png b/Updated_Cms/public/assets/images/articles/lpromo_staffpicks_city.png
new file mode 100644
index 0000000000..9189d82c77
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_staffpicks_city.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_staffpicks_city_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_staffpicks_city_thumb.png
new file mode 100644
index 0000000000..ace60e4bc6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_staffpicks_city_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_starbundlejan2018.png b/Updated_Cms/public/assets/images/articles/lpromo_starbundlejan2018.png
new file mode 100644
index 0000000000..85b6069477
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_starbundlejan2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_starbundlejan2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_starbundlejan2018_thumb.png
new file mode 100644
index 0000000000..f191119cb7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_starbundlejan2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_stargazerbundle18.png b/Updated_Cms/public/assets/images/articles/lpromo_stargazerbundle18.png
new file mode 100644
index 0000000000..89b7411326
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_stargazerbundle18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_stargazerbundle18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_stargazerbundle18_thumb.png
new file mode 100644
index 0000000000..35edc13577
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_stargazerbundle18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_storyday6july2017.png b/Updated_Cms/public/assets/images/articles/lpromo_storyday6july2017.png
new file mode 100644
index 0000000000..33dca25766
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_storyday6july2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_storyday6july2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_storyday6july2017_thumb.png
new file mode 100644
index 0000000000..f8dcc1498a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_storyday6july2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_storypromo1summerstorry2017.png b/Updated_Cms/public/assets/images/articles/lpromo_storypromo1summerstorry2017.png
new file mode 100644
index 0000000000..4b924f828e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_storypromo1summerstorry2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_storypromo1summerstorry2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_storypromo1summerstorry2017_thumb.png
new file mode 100644
index 0000000000..e50bfb7e92
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_storypromo1summerstorry2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_stpaticksday2019.png b/Updated_Cms/public/assets/images/articles/lpromo_stpaticksday2019.png
new file mode 100644
index 0000000000..eb411ca907
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_stpaticksday2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_stpaticksday2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_stpaticksday2019_thumb.png
new file mode 100644
index 0000000000..073187d148
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_stpaticksday2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_stptricksday2018march.png b/Updated_Cms/public/assets/images/articles/lpromo_stptricksday2018march.png
new file mode 100644
index 0000000000..c0cf49e1eb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_stptricksday2018march.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_stptricksday2018march_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_stptricksday2018march_thumb.png
new file mode 100644
index 0000000000..89723caabd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_stptricksday2018march_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_strangerhabbo.png b/Updated_Cms/public/assets/images/articles/lpromo_strangerhabbo.png
new file mode 100644
index 0000000000..9eb5d43e51
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_strangerhabbo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_strangerhabbo_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_strangerhabbo_thumb.png
new file mode 100644
index 0000000000..a2bcc18236
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_strangerhabbo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_studiobhibiaugust2017.png b/Updated_Cms/public/assets/images/articles/lpromo_studiobhibiaugust2017.png
new file mode 100644
index 0000000000..c2820cdf59
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_studiobhibiaugust2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_studiobhibiaugust2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_studiobhibiaugust2017_thumb.png
new file mode 100644
index 0000000000..bfb54e7b6e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_studiobhibiaugust2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_summer18.png b/Updated_Cms/public/assets/images/articles/lpromo_summer18.png
new file mode 100644
index 0000000000..6ed3818794
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_summer18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_summer18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_summer18_thumb.png
new file mode 100644
index 0000000000..73121b71a1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_summer18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_summercamp.png b/Updated_Cms/public/assets/images/articles/lpromo_summercamp.png
new file mode 100644
index 0000000000..71ce739b1d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_summercamp.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_summercamp_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_summercamp_thumb.png
new file mode 100644
index 0000000000..4fdb705111
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_summercamp_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_summerfestivalbundlemarch2019.png b/Updated_Cms/public/assets/images/articles/lpromo_summerfestivalbundlemarch2019.png
new file mode 100644
index 0000000000..2c9eddab40
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_summerfestivalbundlemarch2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_summerfestivalbundlemarch2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_summerfestivalbundlemarch2019_thumb.png
new file mode 100644
index 0000000000..4cc548f7b3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_summerfestivalbundlemarch2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_summerjuly2017.png b/Updated_Cms/public/assets/images/articles/lpromo_summerjuly2017.png
new file mode 100644
index 0000000000..b194a29af9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_summerjuly2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_summerjuly2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_summerjuly2017_thumb.png
new file mode 100644
index 0000000000..839ceeb5e8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_summerjuly2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_summersong.png b/Updated_Cms/public/assets/images/articles/lpromo_summersong.png
new file mode 100644
index 0000000000..68ebdb461d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_summersong.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_summersong_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_summersong_thumb.png
new file mode 100644
index 0000000000..ad2cafc57e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_summersong_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_suncity19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_suncity19_gen.png
new file mode 100644
index 0000000000..bce1563b40
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_suncity19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_suncity19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_suncity19_gen_thumb.png
new file mode 100644
index 0000000000..c6675f6431
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_suncity19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sunkenshipjunblejune18.png b/Updated_Cms/public/assets/images/articles/lpromo_sunkenshipjunblejune18.png
new file mode 100644
index 0000000000..2c12e8cefe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sunkenshipjunblejune18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sunkenshipjunblejune18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_sunkenshipjunblejune18_thumb.png
new file mode 100644
index 0000000000..b9205ceab4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sunkenshipjunblejune18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_super_comic.png b/Updated_Cms/public/assets/images/articles/lpromo_super_comic.png
new file mode 100644
index 0000000000..66238765a9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_super_comic.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_super_comic_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_super_comic_thumb.png
new file mode 100644
index 0000000000..93e01eedfc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_super_comic_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_supermarket.png b/Updated_Cms/public/assets/images/articles/lpromo_supermarket.png
new file mode 100644
index 0000000000..6332f4d24c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_supermarket.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_supermarket_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_supermarket_thumb.png
new file mode 100644
index 0000000000..8de633599e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_supermarket_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_superstition.png b/Updated_Cms/public/assets/images/articles/lpromo_superstition.png
new file mode 100644
index 0000000000..d471b77630
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_superstition.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_superstition_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_superstition_thumb.png
new file mode 100644
index 0000000000..4371473aea
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_superstition_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_swanbundlejanuary18.png b/Updated_Cms/public/assets/images/articles/lpromo_swanbundlejanuary18.png
new file mode 100644
index 0000000000..11d412907d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_swanbundlejanuary18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_swanbundlejanuary18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_swanbundlejanuary18_thumb.png
new file mode 100644
index 0000000000..d6d1645894
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_swanbundlejanuary18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_swanlek.png b/Updated_Cms/public/assets/images/articles/lpromo_swanlek.png
new file mode 100644
index 0000000000..1f3d81046f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_swanlek.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_swanlek_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_swanlek_thumb.png
new file mode 100644
index 0000000000..e29c545fbb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_swanlek_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sweet16.png b/Updated_Cms/public/assets/images/articles/lpromo_sweet16.png
new file mode 100644
index 0000000000..98134081ca
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sweet16.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_sweet16_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_sweet16_thumb.png
new file mode 100644
index 0000000000..00e3e41418
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_sweet16_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_teddypicnicfansiteeventjuly18.png b/Updated_Cms/public/assets/images/articles/lpromo_teddypicnicfansiteeventjuly18.png
new file mode 100644
index 0000000000..6bbbcfb211
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_teddypicnicfansiteeventjuly18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_teddypicnicfansiteeventjuly18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_teddypicnicfansiteeventjuly18_thumb.png
new file mode 100644
index 0000000000..ddd1048f61
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_teddypicnicfansiteeventjuly18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_theatre.png b/Updated_Cms/public/assets/images/articles/lpromo_theatre.png
new file mode 100644
index 0000000000..352f81a287
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_theatre.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_theatre_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_theatre_thumb.png
new file mode 100644
index 0000000000..3e24066393
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_theatre_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_theblackholemarch2018.png b/Updated_Cms/public/assets/images/articles/lpromo_theblackholemarch2018.png
new file mode 100644
index 0000000000..5afaba9d04
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_theblackholemarch2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_theblackholemarch2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_theblackholemarch2018_thumb.png
new file mode 100644
index 0000000000..ae6df5c04e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_theblackholemarch2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_theendofitall1.png b/Updated_Cms/public/assets/images/articles/lpromo_theendofitall1.png
new file mode 100644
index 0000000000..a6ac8d10c0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_theendofitall1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_theendofitall1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_theendofitall1_thumb.png
new file mode 100644
index 0000000000..76c21f8cd3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_theendofitall1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_thefloorislavajuly2017.png b/Updated_Cms/public/assets/images/articles/lpromo_thefloorislavajuly2017.png
new file mode 100644
index 0000000000..32ff8fbe00
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_thefloorislavajuly2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_thefloorislavajuly2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_thefloorislavajuly2017_thumb.png
new file mode 100644
index 0000000000..7f4be2a92e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_thefloorislavajuly2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_thishabboworks.png b/Updated_Cms/public/assets/images/articles/lpromo_thishabboworks.png
new file mode 100644
index 0000000000..ccbacc9809
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_thishabboworks.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_thishabboworks_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_thishabboworks_thumb.png
new file mode 100644
index 0000000000..7deea03899
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_thishabboworks_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_tokyo18_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_tokyo18_gen.png
new file mode 100644
index 0000000000..335d76e880
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_tokyo18_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_tokyo18_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_tokyo18_gen_thumb.png
new file mode 100644
index 0000000000..90cef894cc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_tokyo18_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_topbundles.png b/Updated_Cms/public/assets/images/articles/lpromo_topbundles.png
new file mode 100644
index 0000000000..292891fc39
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_topbundles.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_topbundles_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_topbundles_thumb.png
new file mode 100644
index 0000000000..df5987ac58
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_topbundles_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_tourhabbohotelfrission.png b/Updated_Cms/public/assets/images/articles/lpromo_tourhabbohotelfrission.png
new file mode 100644
index 0000000000..e313171f67
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_tourhabbohotelfrission.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_tourhabbohotelfrission_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_tourhabbohotelfrission_thumb.png
new file mode 100644
index 0000000000..d95c60cdeb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_tourhabbohotelfrission_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_tourofhabbomovieeventapril.png b/Updated_Cms/public/assets/images/articles/lpromo_tourofhabbomovieeventapril.png
new file mode 100644
index 0000000000..b779fd6c2c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_tourofhabbomovieeventapril.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_tourofhabbomovieeventapril_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_tourofhabbomovieeventapril_thumb.png
new file mode 100644
index 0000000000..4c99d9f80f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_tourofhabbomovieeventapril_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_townhall.png b/Updated_Cms/public/assets/images/articles/lpromo_townhall.png
new file mode 100644
index 0000000000..4695520cff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_townhall.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_townhall_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_townhall_thumb.png
new file mode 100644
index 0000000000..cc42bba0eb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_townhall_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_toytoy.png b/Updated_Cms/public/assets/images/articles/lpromo_toytoy.png
new file mode 100644
index 0000000000..195a31da4a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_toytoy.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_toytoy_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_toytoy_thumb.png
new file mode 100644
index 0000000000..64f6e24a98
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_toytoy_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_trapdoorbawmarch2019.png b/Updated_Cms/public/assets/images/articles/lpromo_trapdoorbawmarch2019.png
new file mode 100644
index 0000000000..1b8c11df3a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_trapdoorbawmarch2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_trapdoorbawmarch2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_trapdoorbawmarch2019_thumb.png
new file mode 100644
index 0000000000..1fc8ce2382
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_trapdoorbawmarch2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_twistedbundlejan219-10.png b/Updated_Cms/public/assets/images/articles/lpromo_twistedbundlejan219-10.png
new file mode 100644
index 0000000000..5280281cf0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_twistedbundlejan219-10.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_twistedbundlejan219-10_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_twistedbundlejan219-10_thumb.png
new file mode 100644
index 0000000000..291c39644a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_twistedbundlejan219-10_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_undercoverpresident.png b/Updated_Cms/public/assets/images/articles/lpromo_undercoverpresident.png
new file mode 100644
index 0000000000..69b6b3158d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_undercoverpresident.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_undercoverpresident_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_undercoverpresident_thumb.png
new file mode 100644
index 0000000000..9d0300be64
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_undercoverpresident_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_underwaterbundle15072019.png b/Updated_Cms/public/assets/images/articles/lpromo_underwaterbundle15072019.png
new file mode 100644
index 0000000000..57eca76a67
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_underwaterbundle15072019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_underwaterbundle15072019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_underwaterbundle15072019_thumb.png
new file mode 100644
index 0000000000..5cff47c517
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_underwaterbundle15072019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_underwaterjune20181stbundle.png b/Updated_Cms/public/assets/images/articles/lpromo_underwaterjune20181stbundle.png
new file mode 100644
index 0000000000..68cdf1648d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_underwaterjune20181stbundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_underwaterjune20181stbundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_underwaterjune20181stbundle_thumb.png
new file mode 100644
index 0000000000..6305806211
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_underwaterjune20181stbundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_usergame_of_the_month_may2016.png b/Updated_Cms/public/assets/images/articles/lpromo_usergame_of_the_month_may2016.png
new file mode 100644
index 0000000000..c7f4f24e35
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_usergame_of_the_month_may2016.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_usergame_of_the_month_may2016_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_usergame_of_the_month_may2016_thumb.png
new file mode 100644
index 0000000000..c5fcf0f6c6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_usergame_of_the_month_may2016_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_val17_generic1.png b/Updated_Cms/public/assets/images/articles/lpromo_val17_generic1.png
new file mode 100644
index 0000000000..517ccc2dc4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_val17_generic1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_val17_generic1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_val17_generic1_thumb.png
new file mode 100644
index 0000000000..06e86e4da2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_val17_generic1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_val17_generic2.png b/Updated_Cms/public/assets/images/articles/lpromo_val17_generic2.png
new file mode 100644
index 0000000000..54757092f7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_val17_generic2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_val18gen.png b/Updated_Cms/public/assets/images/articles/lpromo_val18gen.png
new file mode 100644
index 0000000000..d1eb8c0f4b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_val18gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_val18gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_val18gen_thumb.png
new file mode 100644
index 0000000000..e684a4ae88
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_val18gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_val19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_val19_gen.png
new file mode 100644
index 0000000000..dd07b3f002
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_val19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_val19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_val19_gen_thumb.png
new file mode 100644
index 0000000000..2bd48fe5d6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_val19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_valentinegame.png b/Updated_Cms/public/assets/images/articles/lpromo_valentinegame.png
new file mode 100644
index 0000000000..0d12aff9ae
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_valentinegame.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_valentinegame_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_valentinegame_thumb.png
new file mode 100644
index 0000000000..c030d47f72
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_valentinegame_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_vd.png b/Updated_Cms/public/assets/images/articles/lpromo_vd.png
new file mode 100644
index 0000000000..83078ada3f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_vd.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_vd_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_vd_thumb.png
new file mode 100644
index 0000000000..f4462bf750
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_vd_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_vdayeventfansite18.png b/Updated_Cms/public/assets/images/articles/lpromo_vdayeventfansite18.png
new file mode 100644
index 0000000000..e5013c9696
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_vdayeventfansite18.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_vdayeventfansite18_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_vdayeventfansite18_thumb.png
new file mode 100644
index 0000000000..8901b11a79
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_vdayeventfansite18_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_victorianchrismasbundle2018december.png b/Updated_Cms/public/assets/images/articles/lpromo_victorianchrismasbundle2018december.png
new file mode 100644
index 0000000000..d5582d1078
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_victorianchrismasbundle2018december.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_victorianchrismasbundle2018december_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_victorianchrismasbundle2018december_thumb.png
new file mode 100644
index 0000000000..4388017645
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_victorianchrismasbundle2018december_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_vikingraiderbundlejan-1.png b/Updated_Cms/public/assets/images/articles/lpromo_vikingraiderbundlejan-1.png
new file mode 100644
index 0000000000..012ad02f82
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_vikingraiderbundlejan-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_vikingraiderbundlejan-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_vikingraiderbundlejan-1_thumb.png
new file mode 100644
index 0000000000..c5a28c9b0b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_vikingraiderbundlejan-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_votinground2sassddsdda.png b/Updated_Cms/public/assets/images/articles/lpromo_votinground2sassddsdda.png
new file mode 100644
index 0000000000..7e88bcacfd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_votinground2sassddsdda.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_votinground2sassddsdda_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_votinground2sassddsdda_thumb.png
new file mode 100644
index 0000000000..ffb41d05f8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_votinground2sassddsdda_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_waltzfifthanniversayevent.png b/Updated_Cms/public/assets/images/articles/lpromo_waltzfifthanniversayevent.png
new file mode 100644
index 0000000000..5ee45c3554
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_waltzfifthanniversayevent.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_waltzfifthanniversayevent_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_waltzfifthanniversayevent_thumb.png
new file mode 100644
index 0000000000..5bb79c2e77
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_waltzfifthanniversayevent_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_waltzgoodbyebyebye2019.png b/Updated_Cms/public/assets/images/articles/lpromo_waltzgoodbyebyebye2019.png
new file mode 100644
index 0000000000..5ffac26156
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_waltzgoodbyebyebye2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_waltzgoodbyebyebye2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_waltzgoodbyebyebye2019_thumb.png
new file mode 100644
index 0000000000..634a5deed1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_waltzgoodbyebyebye2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_wand.png b/Updated_Cms/public/assets/images/articles/lpromo_wand.png
new file mode 100644
index 0000000000..e77550366a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_wand.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_wand_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_wand_thumb.png
new file mode 100644
index 0000000000..3f3db5b44c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_wand_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_weddingbanquetbundle2019.png b/Updated_Cms/public/assets/images/articles/lpromo_weddingbanquetbundle2019.png
new file mode 100644
index 0000000000..40bc513bd1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_weddingbanquetbundle2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_weddingbanquetbundle2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_weddingbanquetbundle2019_thumb.png
new file mode 100644
index 0000000000..f0cb0dfbda
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_weddingbanquetbundle2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_weddingbundlesfordayz.png b/Updated_Cms/public/assets/images/articles/lpromo_weddingbundlesfordayz.png
new file mode 100644
index 0000000000..a93ca1e029
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_weddingbundlesfordayz.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_weddingbundlesfordayz_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_weddingbundlesfordayz_thumb.png
new file mode 100644
index 0000000000..ecba17edba
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_weddingbundlesfordayz_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_who.png b/Updated_Cms/public/assets/images/articles/lpromo_who.png
new file mode 100644
index 0000000000..8ccaa33284
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_who.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_who_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_who_thumb.png
new file mode 100644
index 0000000000..d2d380a24a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_who_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_wicthsabbath.png b/Updated_Cms/public/assets/images/articles/lpromo_wicthsabbath.png
new file mode 100644
index 0000000000..52f5d29b7b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_wicthsabbath.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_wicthsabbath_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_wicthsabbath_thumb.png
new file mode 100644
index 0000000000..b0d5d87a58
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_wicthsabbath_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_wildwestbundleapril2018.png b/Updated_Cms/public/assets/images/articles/lpromo_wildwestbundleapril2018.png
new file mode 100644
index 0000000000..eab5c73120
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_wildwestbundleapril2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_wildwestbundleapril2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_wildwestbundleapril2018_thumb.png
new file mode 100644
index 0000000000..b3aab3c83a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_wildwestbundleapril2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_wildwestcompapril2018.png b/Updated_Cms/public/assets/images/articles/lpromo_wildwestcompapril2018.png
new file mode 100644
index 0000000000..a5882a1824
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_wildwestcompapril2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_wildwestcompapril2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_wildwestcompapril2018_thumb.png
new file mode 100644
index 0000000000..c98f99b177
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_wildwestcompapril2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_winnerofpixelcompmay2017.png b/Updated_Cms/public/assets/images/articles/lpromo_winnerofpixelcompmay2017.png
new file mode 100644
index 0000000000..7994fafa0b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_winnerofpixelcompmay2017.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_winnerofpixelcompmay2017_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_winnerofpixelcompmay2017_thumb.png
new file mode 100644
index 0000000000..5c8ff6793f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_winnerofpixelcompmay2017_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_winnershscomp.png b/Updated_Cms/public/assets/images/articles/lpromo_winnershscomp.png
new file mode 100644
index 0000000000..89f776685e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_winnershscomp.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_winnershscomp_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_winnershscomp_thumb.png
new file mode 100644
index 0000000000..5b84786e93
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_winnershscomp_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_wintersports18event.png b/Updated_Cms/public/assets/images/articles/lpromo_wintersports18event.png
new file mode 100644
index 0000000000..4ddc85abc8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_wintersports18event.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_wintersports18event_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_wintersports18event_thumb.png
new file mode 100644
index 0000000000..e559b85713
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_wintersports18event_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_witch.png b/Updated_Cms/public/assets/images/articles/lpromo_witch.png
new file mode 100644
index 0000000000..d9079689d2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_witch.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_witch3.png b/Updated_Cms/public/assets/images/articles/lpromo_witch3.png
new file mode 100644
index 0000000000..bf6ea67059
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_witch3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_witch3_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_witch3_thumb.png
new file mode 100644
index 0000000000..81bfa2d574
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_witch3_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_witch_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_witch_thumb.png
new file mode 100644
index 0000000000..1fd03be373
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_witch_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_witchcomp.png b/Updated_Cms/public/assets/images/articles/lpromo_witchcomp.png
new file mode 100644
index 0000000000..0cf19237c2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_witchcomp.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_witchcomp_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_witchcomp_thumb.png
new file mode 100644
index 0000000000..5784e996a1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_witchcomp_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_workingclassman.png b/Updated_Cms/public/assets/images/articles/lpromo_workingclassman.png
new file mode 100644
index 0000000000..5aabe209d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_workingclassman.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_workingclassman_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_workingclassman_thumb.png
new file mode 100644
index 0000000000..da7e6e3e26
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_workingclassman_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_worldstorytellingdaymarch2018.png b/Updated_Cms/public/assets/images/articles/lpromo_worldstorytellingdaymarch2018.png
new file mode 100644
index 0000000000..acb85fd614
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_worldstorytellingdaymarch2018.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_worldstorytellingdaymarch2018_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_worldstorytellingdaymarch2018_thumb.png
new file mode 100644
index 0000000000..30d69209d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_worldstorytellingdaymarch2018_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_writingcomp-1.png b/Updated_Cms/public/assets/images/articles/lpromo_writingcomp-1.png
new file mode 100644
index 0000000000..67315ec05c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_writingcomp-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_writingcomp-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_writingcomp-1_thumb.png
new file mode 100644
index 0000000000..d4efeece35
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_writingcomp-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bonus_rare2.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bonus_rare2.png
new file mode 100644
index 0000000000..88555f2c0d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bonus_rare2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle2.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle2.png
new file mode 100644
index 0000000000..e0f5a64cb0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle3.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle3.png
new file mode 100644
index 0000000000..f556bf443f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle4.gif b/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle4.gif
new file mode 100644
index 0000000000..3e171c01e1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle4.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle5.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle5.png
new file mode 100644
index 0000000000..20953b7afb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas14_bundle5.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas15LTDs.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas15LTDs.png
new file mode 100644
index 0000000000..bc2c2a663d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas15LTDs.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas15_furni.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas15_furni.png
new file mode 100644
index 0000000000..2cec72b040
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas15_furni.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas15bundle2.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas15bundle2.png
new file mode 100644
index 0000000000..816825cd22
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas15bundle2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas15generic1.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas15generic1.png
new file mode 100644
index 0000000000..cbae3ace18
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas15generic1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas15generic2.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas15generic2.png
new file mode 100644
index 0000000000..9cdc748d49
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas15generic2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas16_creatures.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_creatures.png
new file mode 100644
index 0000000000..dcc05d5566
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_creatures.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas16_creatures_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_creatures_thumb.png
new file mode 100644
index 0000000000..5179d94bda
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_creatures_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen1-1.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen1-1.png
new file mode 100644
index 0000000000..435cc2d7e7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen1-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen1-1_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen1-1_thumb.png
new file mode 100644
index 0000000000..50dc5a2cc6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen1-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen1.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen1.png
new file mode 100644
index 0000000000..09e97e4c11
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen2.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen2.png
new file mode 100644
index 0000000000..e95ffd50d6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen2_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen2_thumb.png
new file mode 100644
index 0000000000..7274ce51b3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas16_gen2_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas17_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas17_gen.png
new file mode 100644
index 0000000000..6c34b22e7e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas17_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas17_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas17_gen_thumb.png
new file mode 100644
index 0000000000..ad66020959
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas17_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas18_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas18_gen.png
new file mode 100644
index 0000000000..460a933b81
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas18_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas18_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas18_gen_thumb.png
new file mode 100644
index 0000000000..eaca743a4e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas18_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas19_gen.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas19_gen.png
new file mode 100644
index 0000000000..67f18110f9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas19_gen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas19_gen_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas19_gen_thumb.png
new file mode 100644
index 0000000000..a9bd7d6b95
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas19_gen_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmas_bundle1.png b/Updated_Cms/public/assets/images/articles/lpromo_xmas_bundle1.png
new file mode 100644
index 0000000000..63dbd7166f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmas_bundle1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmasrundec.png b/Updated_Cms/public/assets/images/articles/lpromo_xmasrundec.png
new file mode 100644
index 0000000000..c7ae39459a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmasrundec.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xmasrundec_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_xmasrundec_thumb.png
new file mode 100644
index 0000000000..191ef91cd9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xmasrundec_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xxzxs.png b/Updated_Cms/public/assets/images/articles/lpromo_xxzxs.png
new file mode 100644
index 0000000000..8a20276efb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xxzxs.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_xxzxs_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_xxzxs_thumb.png
new file mode 100644
index 0000000000..80ace9f4a7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_xxzxs_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_zen2019.png b/Updated_Cms/public/assets/images/articles/lpromo_zen2019.png
new file mode 100644
index 0000000000..7cbf77a6a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_zen2019.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_zen2019_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_zen2019_thumb.png
new file mode 100644
index 0000000000..fd10f7051a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_zen2019_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_zenclassicbundle.png b/Updated_Cms/public/assets/images/articles/lpromo_zenclassicbundle.png
new file mode 100644
index 0000000000..04b2a8abec
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_zenclassicbundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_zenclassicbundle_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_zenclassicbundle_thumb.png
new file mode 100644
index 0000000000..8e26e3e372
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_zenclassicbundle_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_zodiaceventhbc.png b/Updated_Cms/public/assets/images/articles/lpromo_zodiaceventhbc.png
new file mode 100644
index 0000000000..4f123b0bde
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_zodiaceventhbc.png differ
diff --git a/Updated_Cms/public/assets/images/articles/lpromo_zodiaceventhbc_thumb.png b/Updated_Cms/public/assets/images/articles/lpromo_zodiaceventhbc_thumb.png
new file mode 100644
index 0000000000..7ddb811384
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/lpromo_zodiaceventhbc_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/luna_park_BAW_large_promo.png b/Updated_Cms/public/assets/images/articles/luna_park_BAW_large_promo.png
new file mode 100644
index 0000000000..e054df2200
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/luna_park_BAW_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/mansionbundle_webpromo.png b/Updated_Cms/public/assets/images/articles/mansionbundle_webpromo.png
new file mode 100644
index 0000000000..57ee11e494
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/mansionbundle_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/mastercard_article_webPromo.png b/Updated_Cms/public/assets/images/articles/mastercard_article_webPromo.png
new file mode 100644
index 0000000000..732da0ed63
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/mastercard_article_webPromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/miniapartment_l_promo.png b/Updated_Cms/public/assets/images/articles/miniapartment_l_promo.png
new file mode 100644
index 0000000000..fe1e1c2d59
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/miniapartment_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/monkeyrecolour_l_promo.png b/Updated_Cms/public/assets/images/articles/monkeyrecolour_l_promo.png
new file mode 100644
index 0000000000..e29a8b7ce5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/monkeyrecolour_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/moonlight.png b/Updated_Cms/public/assets/images/articles/moonlight.png
new file mode 100644
index 0000000000..70b2436e2e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/moonlight.png differ
diff --git a/Updated_Cms/public/assets/images/articles/movieroom_large_promo.png b/Updated_Cms/public/assets/images/articles/movieroom_large_promo.png
new file mode 100644
index 0000000000..60c1231b0f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/movieroom_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/murdermystery_l_promo.png b/Updated_Cms/public/assets/images/articles/murdermystery_l_promo.png
new file mode 100644
index 0000000000..04c577f10c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/murdermystery_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/mystics_L_promo.png b/Updated_Cms/public/assets/images/articles/mystics_L_promo.png
new file mode 100644
index 0000000000..56f981d3c3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/mystics_L_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/new_promo_habbox.png b/Updated_Cms/public/assets/images/articles/new_promo_habbox.png
new file mode 100644
index 0000000000..bef1f4057c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/new_promo_habbox.png differ
diff --git a/Updated_Cms/public/assets/images/articles/newyear15_promo.png b/Updated_Cms/public/assets/images/articles/newyear15_promo.png
new file mode 100644
index 0000000000..a3626c6924
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/newyear15_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/nomorebadges1_promo.png b/Updated_Cms/public/assets/images/articles/nomorebadges1_promo.png
new file mode 100644
index 0000000000..a55c02a2b2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/nomorebadges1_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/nomorebadges2_promo.png b/Updated_Cms/public/assets/images/articles/nomorebadges2_promo.png
new file mode 100644
index 0000000000..13fbb1ab2b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/nomorebadges2_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/noob_room_bundle_webpromo.png b/Updated_Cms/public/assets/images/articles/noob_room_bundle_webpromo.png
new file mode 100644
index 0000000000..b9c45e817f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/noob_room_bundle_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ny15_rare_largepromo.png b/Updated_Cms/public/assets/images/articles/ny15_rare_largepromo.png
new file mode 100644
index 0000000000..94f966fe96
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ny15_rare_largepromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ny_large_promo.png b/Updated_Cms/public/assets/images/articles/ny_large_promo.png
new file mode 100644
index 0000000000..ffd146566f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ny_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ny_large_promo_thumb.png b/Updated_Cms/public/assets/images/articles/ny_large_promo_thumb.png
new file mode 100644
index 0000000000..8c0e1d49b2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ny_large_promo_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/nylpromo_LTDrare.png b/Updated_Cms/public/assets/images/articles/nylpromo_LTDrare.png
new file mode 100644
index 0000000000..489d0b2c08
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/nylpromo_LTDrare.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ohnoasnagfansite.png b/Updated_Cms/public/assets/images/articles/ohnoasnagfansite.png
new file mode 100644
index 0000000000..1a30371138
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ohnoasnagfansite.png differ
diff --git a/Updated_Cms/public/assets/images/articles/ohnoasnagfansite_thumb.png b/Updated_Cms/public/assets/images/articles/ohnoasnagfansite_thumb.png
new file mode 100644
index 0000000000..81e181ef7c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/ohnoasnagfansite_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/oink_largepromo.png b/Updated_Cms/public/assets/images/articles/oink_largepromo.png
new file mode 100644
index 0000000000..04c9a27492
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/oink_largepromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/oudennieuwspel.png b/Updated_Cms/public/assets/images/articles/oudennieuwspel.png
new file mode 100644
index 0000000000..736298e277
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/oudennieuwspel.png differ
diff --git a/Updated_Cms/public/assets/images/articles/palooza_2014_large_promo_1.png b/Updated_Cms/public/assets/images/articles/palooza_2014_large_promo_1.png
new file mode 100644
index 0000000000..9d42923f01
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/palooza_2014_large_promo_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/palooza_2014_large_promo_2.png b/Updated_Cms/public/assets/images/articles/palooza_2014_large_promo_2.png
new file mode 100644
index 0000000000..595c7404d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/palooza_2014_large_promo_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/palooza_2014_large_promo_3.png b/Updated_Cms/public/assets/images/articles/palooza_2014_large_promo_3.png
new file mode 100644
index 0000000000..84add7a3ac
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/palooza_2014_large_promo_3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/permia_birthday_habbo.png b/Updated_Cms/public/assets/images/articles/permia_birthday_habbo.png
new file mode 100644
index 0000000000..ebc673dda8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/permia_birthday_habbo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/permiapromo.png b/Updated_Cms/public/assets/images/articles/permiapromo.png
new file mode 100644
index 0000000000..7c079399da
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/permiapromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/pet_week_bundle_large_promo.png b/Updated_Cms/public/assets/images/articles/pet_week_bundle_large_promo.png
new file mode 100644
index 0000000000..d63305c547
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/pet_week_bundle_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/pirateroombundle_l_promo.png b/Updated_Cms/public/assets/images/articles/pirateroombundle_l_promo.png
new file mode 100644
index 0000000000..0b7d8c80fb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/pirateroombundle_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/professor_lpromo.png b/Updated_Cms/public/assets/images/articles/professor_lpromo.png
new file mode 100644
index 0000000000..7db80af106
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/professor_lpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promoHABBO_wk8.png b/Updated_Cms/public/assets/images/articles/promoHABBO_wk8.png
new file mode 100644
index 0000000000..43c55d4db5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promoHABBO_wk8.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_FR_fansite_2.gif b/Updated_Cms/public/assets/images/articles/promo_FR_fansite_2.gif
new file mode 100644
index 0000000000..5f121c8d19
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_FR_fansite_2.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_FR_fansite_3.gif b/Updated_Cms/public/assets/images/articles/promo_FR_fansite_3.gif
new file mode 100644
index 0000000000..2f90e96e5f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_FR_fansite_3.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_HB_december2.png b/Updated_Cms/public/assets/images/articles/promo_HB_december2.png
new file mode 100644
index 0000000000..1c221ed7ee
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_HB_december2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_HS.png b/Updated_Cms/public/assets/images/articles/promo_HS.png
new file mode 100644
index 0000000000..a6875a4f94
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_HS.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_Tropi.png b/Updated_Cms/public/assets/images/articles/promo_Tropi.png
new file mode 100644
index 0000000000..c0e9d84c7d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_Tropi.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_baw_pet.png b/Updated_Cms/public/assets/images/articles/promo_baw_pet.png
new file mode 100644
index 0000000000..de7d002c86
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_baw_pet.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_bday_it.gif b/Updated_Cms/public/assets/images/articles/promo_bday_it.gif
new file mode 100644
index 0000000000..428cfe0c06
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_bday_it.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_carnaval.png b/Updated_Cms/public/assets/images/articles/promo_carnaval.png
new file mode 100644
index 0000000000..78a2478fce
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_carnaval.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_carnaval_onh2.png b/Updated_Cms/public/assets/images/articles/promo_carnaval_onh2.png
new file mode 100644
index 0000000000..4b3d9c47fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_carnaval_onh2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_cleanhabbo1.png b/Updated_Cms/public/assets/images/articles/promo_cleanhabbo1.png
new file mode 100644
index 0000000000..6ef9583c97
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_cleanhabbo1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_cleanhabbo2.png b/Updated_Cms/public/assets/images/articles/promo_cleanhabbo2.png
new file mode 100644
index 0000000000..c127c37eda
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_cleanhabbo2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_conferenza_stampa_hwc2014.png b/Updated_Cms/public/assets/images/articles/promo_conferenza_stampa_hwc2014.png
new file mode 100644
index 0000000000..e11f2b8799
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_conferenza_stampa_hwc2014.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_de_game_003.png b/Updated_Cms/public/assets/images/articles/promo_de_game_003.png
new file mode 100644
index 0000000000..63d7343042
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_de_game_003.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_de_toleranz5.png b/Updated_Cms/public/assets/images/articles/promo_de_toleranz5.png
new file mode 100644
index 0000000000..559babe730
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_de_toleranz5.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_de_usergame.png b/Updated_Cms/public/assets/images/articles/promo_de_usergame.png
new file mode 100644
index 0000000000..4d1741fae1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_de_usergame.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_dueldestaffs_cdm.png b/Updated_Cms/public/assets/images/articles/promo_dueldestaffs_cdm.png
new file mode 100644
index 0000000000..9f42eafdc7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_dueldestaffs_cdm.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_fansiteeventHabbang.png b/Updated_Cms/public/assets/images/articles/promo_fansiteeventHabbang.png
new file mode 100644
index 0000000000..118f3f5d9b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_fansiteeventHabbang.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_fr_questions.png b/Updated_Cms/public/assets/images/articles/promo_fr_questions.png
new file mode 100644
index 0000000000..605afa3dc2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_fr_questions.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_games_hwc2014.png b/Updated_Cms/public/assets/images/articles/promo_games_hwc2014.png
new file mode 100644
index 0000000000..cdc6565b6c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_games_hwc2014.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_groups.png b/Updated_Cms/public/assets/images/articles/promo_groups.png
new file mode 100644
index 0000000000..c9cf9795b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_groups.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_habbid_paixao.png b/Updated_Cms/public/assets/images/articles/promo_habbid_paixao.png
new file mode 100644
index 0000000000..c0b7ea1c1d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_habbid_paixao.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_habbolife_forum_brownie2.png b/Updated_Cms/public/assets/images/articles/promo_habbolife_forum_brownie2.png
new file mode 100644
index 0000000000..0439521a98
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_habbolife_forum_brownie2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_habbolifeforum.png b/Updated_Cms/public/assets/images/articles/promo_habbolifeforum.png
new file mode 100644
index 0000000000..9c54b4dd3d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_habbolifeforum.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_habbosphere.png b/Updated_Cms/public/assets/images/articles/promo_habbosphere.png
new file mode 100644
index 0000000000..56acba0415
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_habbosphere.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_hb_wk13.png b/Updated_Cms/public/assets/images/articles/promo_hb_wk13.png
new file mode 100644
index 0000000000..b0ab51b583
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_hb_wk13.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_hc.png b/Updated_Cms/public/assets/images/articles/promo_hc.png
new file mode 100644
index 0000000000..f2051e8c9d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_hc.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_hlf_puffi.png b/Updated_Cms/public/assets/images/articles/promo_hlf_puffi.png
new file mode 100644
index 0000000000..3c0fe84b31
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_hlf_puffi.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_horrorhotel.png b/Updated_Cms/public/assets/images/articles/promo_horrorhotel.png
new file mode 100644
index 0000000000..f1ccb3b883
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_horrorhotel.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_image_habboheights.png b/Updated_Cms/public/assets/images/articles/promo_image_habboheights.png
new file mode 100644
index 0000000000..e65fdfbffe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_image_habboheights.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_imagehq.png b/Updated_Cms/public/assets/images/articles/promo_imagehq.png
new file mode 100644
index 0000000000..150937765e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_imagehq.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_koningsweek_algemeen.png b/Updated_Cms/public/assets/images/articles/promo_koningsweek_algemeen.png
new file mode 100644
index 0000000000..2e56f4efb0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_koningsweek_algemeen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_koningsweek_algemeen2.png b/Updated_Cms/public/assets/images/articles/promo_koningsweek_algemeen2.png
new file mode 100644
index 0000000000..3d372385ff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_koningsweek_algemeen2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_life_ang.gif b/Updated_Cms/public/assets/images/articles/promo_life_ang.gif
new file mode 100644
index 0000000000..35ff4346e7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_life_ang.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_lovehabbo.png b/Updated_Cms/public/assets/images/articles/promo_lovehabbo.png
new file mode 100644
index 0000000000..58164ae75e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_lovehabbo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_museum.png b/Updated_Cms/public/assets/images/articles/promo_museum.png
new file mode 100644
index 0000000000..eceae70123
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_museum.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_nl_sint.png b/Updated_Cms/public/assets/images/articles/promo_nl_sint.png
new file mode 100644
index 0000000000..ce455b3e6e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_nl_sint.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_nordics.png b/Updated_Cms/public/assets/images/articles/promo_nordics.png
new file mode 100644
index 0000000000..3ffcc86244
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_nordics.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_nordics_raceway.png b/Updated_Cms/public/assets/images/articles/promo_nordics_raceway.png
new file mode 100644
index 0000000000..e92cb125c2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_nordics_raceway.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_parliamentroom.png b/Updated_Cms/public/assets/images/articles/promo_parliamentroom.png
new file mode 100644
index 0000000000..8699404229
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_parliamentroom.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_pet_discount2.png b/Updated_Cms/public/assets/images/articles/promo_pet_discount2.png
new file mode 100644
index 0000000000..2dfd00ea97
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_pet_discount2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_pet_discount20p.png b/Updated_Cms/public/assets/images/articles/promo_pet_discount20p.png
new file mode 100644
index 0000000000..46ad799439
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_pet_discount20p.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_pirate_1.png b/Updated_Cms/public/assets/images/articles/promo_pirate_1.png
new file mode 100644
index 0000000000..a73195b8f3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_pirate_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_pirate_2.png b/Updated_Cms/public/assets/images/articles/promo_pirate_2.png
new file mode 100644
index 0000000000..cbb15ba5df
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_pirate_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_pirate_3.png b/Updated_Cms/public/assets/images/articles/promo_pirate_3.png
new file mode 100644
index 0000000000..906415c789
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_pirate_3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_pirate_4.png b/Updated_Cms/public/assets/images/articles/promo_pirate_4.png
new file mode 100644
index 0000000000..9c2667a272
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_pirate_4.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_pirates.png b/Updated_Cms/public/assets/images/articles/promo_pirates.png
new file mode 100644
index 0000000000..9c1f384632
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_pirates.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_pirates2.png b/Updated_Cms/public/assets/images/articles/promo_pirates2.png
new file mode 100644
index 0000000000..0e769ed850
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_pirates2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_roombuilding.png b/Updated_Cms/public/assets/images/articles/promo_roombuilding.png
new file mode 100644
index 0000000000..6fd48b86ae
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_roombuilding.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_schoolyard.png b/Updated_Cms/public/assets/images/articles/promo_schoolyard.png
new file mode 100644
index 0000000000..362df52ece
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_schoolyard.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_se_fire.png b/Updated_Cms/public/assets/images/articles/promo_se_fire.png
new file mode 100644
index 0000000000..59dd4cea80
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_se_fire.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_shalimar.png b/Updated_Cms/public/assets/images/articles/promo_shalimar.png
new file mode 100644
index 0000000000..48e251fa5b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_shalimar.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_stop_bullying.png b/Updated_Cms/public/assets/images/articles/promo_stop_bullying.png
new file mode 100644
index 0000000000..e3fdd249e5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_stop_bullying.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_stories_shakespeare.png b/Updated_Cms/public/assets/images/articles/promo_stories_shakespeare.png
new file mode 100644
index 0000000000..281b7ffd81
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_stories_shakespeare.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_turtle.png b/Updated_Cms/public/assets/images/articles/promo_turtle.png
new file mode 100644
index 0000000000..fa7abbd98b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_turtle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_us_confcup.png b/Updated_Cms/public/assets/images/articles/promo_us_confcup.png
new file mode 100644
index 0000000000..6eb58964c8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_us_confcup.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_wallinga.png b/Updated_Cms/public/assets/images/articles/promo_wallinga.png
new file mode 100644
index 0000000000..2e71466f2c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_wallinga.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_wk9_hb.png b/Updated_Cms/public/assets/images/articles/promo_wk9_hb.png
new file mode 100644
index 0000000000..2ae198893a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_wk9_hb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_womansday.gif b/Updated_Cms/public/assets/images/articles/promo_womansday.gif
new file mode 100644
index 0000000000..facb7b3179
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_womansday.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_xmas13_bonus.png b/Updated_Cms/public/assets/images/articles/promo_xmas13_bonus.png
new file mode 100644
index 0000000000..22fb03e4a2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_xmas13_bonus.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_xmas13_bonus_new2.png b/Updated_Cms/public/assets/images/articles/promo_xmas13_bonus_new2.png
new file mode 100644
index 0000000000..31a8c04a74
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_xmas13_bonus_new2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_xmas13_generic.png b/Updated_Cms/public/assets/images/articles/promo_xmas13_generic.png
new file mode 100644
index 0000000000..02efe1f9f0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_xmas13_generic.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_xmas13_hlf.gif b/Updated_Cms/public/assets/images/articles/promo_xmas13_hlf.gif
new file mode 100644
index 0000000000..4222eb4b80
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_xmas13_hlf.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_xmas13_treeadorn.png b/Updated_Cms/public/assets/images/articles/promo_xmas13_treeadorn.png
new file mode 100644
index 0000000000..68893e38e0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_xmas13_treeadorn.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promo_zoo.png b/Updated_Cms/public/assets/images/articles/promo_zoo.png
new file mode 100644
index 0000000000..1dccd5ca5f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promo_zoo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promoarticle_10compleannoHabboIT.png b/Updated_Cms/public/assets/images/articles/promoarticle_10compleannoHabboIT.png
new file mode 100644
index 0000000000..144ca06631
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promoarticle_10compleannoHabboIT.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promoarticlefortheeventhaboween-1.png b/Updated_Cms/public/assets/images/articles/promoarticlefortheeventhaboween-1.png
new file mode 100644
index 0000000000..bb132e3289
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promoarticlefortheeventhaboween-1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promoarticlefortheeventhaboween-1_thumb.png b/Updated_Cms/public/assets/images/articles/promoarticlefortheeventhaboween-1_thumb.png
new file mode 100644
index 0000000000..02b3d5da23
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promoarticlefortheeventhaboween-1_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/promocumple.png b/Updated_Cms/public/assets/images/articles/promocumple.png
new file mode 100644
index 0000000000..3a87e3a837
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/promocumple.png differ
diff --git a/Updated_Cms/public/assets/images/articles/punch_promo2.png b/Updated_Cms/public/assets/images/articles/punch_promo2.png
new file mode 100644
index 0000000000..8c442d94a1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/punch_promo2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/puppipromo_habcat.png b/Updated_Cms/public/assets/images/articles/puppipromo_habcat.png
new file mode 100644
index 0000000000..7cb2052889
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/puppipromo_habcat.png differ
diff --git a/Updated_Cms/public/assets/images/articles/rare_webPromo2.gif b/Updated_Cms/public/assets/images/articles/rare_webPromo2.gif
new file mode 100644
index 0000000000..b1ee1330b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/rare_webPromo2.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/redbus.png b/Updated_Cms/public/assets/images/articles/redbus.png
new file mode 100644
index 0000000000..a436b851d6
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/redbus.png differ
diff --git a/Updated_Cms/public/assets/images/articles/redbus_homosexuality_lpromo_1.png b/Updated_Cms/public/assets/images/articles/redbus_homosexuality_lpromo_1.png
new file mode 100644
index 0000000000..c85010eebb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/redbus_homosexuality_lpromo_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/restaurant_week_large_promo.png b/Updated_Cms/public/assets/images/articles/restaurant_week_large_promo.png
new file mode 100644
index 0000000000..43eb49086f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/restaurant_week_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/roomcomxmas2013.png b/Updated_Cms/public/assets/images/articles/roomcomxmas2013.png
new file mode 100644
index 0000000000..b103e35d2b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/roomcomxmas2013.png differ
diff --git a/Updated_Cms/public/assets/images/articles/safety.promo_.png b/Updated_Cms/public/assets/images/articles/safety.promo_.png
new file mode 100644
index 0000000000..f950805d43
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/safety.promo_.png differ
diff --git a/Updated_Cms/public/assets/images/articles/safety.promo__thumb.png b/Updated_Cms/public/assets/images/articles/safety.promo__thumb.png
new file mode 100644
index 0000000000..cd6044efbd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/safety.promo__thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/santaworkshop.png b/Updated_Cms/public/assets/images/articles/santaworkshop.png
new file mode 100644
index 0000000000..575e60694f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/santaworkshop.png differ
diff --git a/Updated_Cms/public/assets/images/articles/searoombundle_l_promo.png b/Updated_Cms/public/assets/images/articles/searoombundle_l_promo.png
new file mode 100644
index 0000000000..43b783954c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/searoombundle_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/slide01.png b/Updated_Cms/public/assets/images/articles/slide01.png
new file mode 100644
index 0000000000..7345c23bf8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/slide01.png differ
diff --git a/Updated_Cms/public/assets/images/articles/slide02.png b/Updated_Cms/public/assets/images/articles/slide02.png
new file mode 100644
index 0000000000..22ba338d0c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/slide02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/slide03.png b/Updated_Cms/public/assets/images/articles/slide03.png
new file mode 100644
index 0000000000..6c868a355f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/slide03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/snowboard_es.gif b/Updated_Cms/public/assets/images/articles/snowboard_es.gif
new file mode 100644
index 0000000000..6902f4f4ab
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/snowboard_es.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/spromo_xmas14_hlf.gif b/Updated_Cms/public/assets/images/articles/spromo_xmas14_hlf.gif
new file mode 100644
index 0000000000..5d6e29b221
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/spromo_xmas14_hlf.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/st_candyskull_rare_promo.png b/Updated_Cms/public/assets/images/articles/st_candyskull_rare_promo.png
new file mode 100644
index 0000000000..167b13dc14
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_candyskull_rare_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_felipe_promo1.png b/Updated_Cms/public/assets/images/articles/st_felipe_promo1.png
new file mode 100644
index 0000000000..e085c41482
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_felipe_promo1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_felipe_promo2.png b/Updated_Cms/public/assets/images/articles/st_felipe_promo2.png
new file mode 100644
index 0000000000..61a8861394
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_felipe_promo2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_felipe_promo3.png b/Updated_Cms/public/assets/images/articles/st_felipe_promo3.png
new file mode 100644
index 0000000000..c2e438e651
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_felipe_promo3.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_fireplacerare_promo.png b/Updated_Cms/public/assets/images/articles/st_fireplacerare_promo.png
new file mode 100644
index 0000000000..f0366ec4b3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_fireplacerare_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_habbo_university_promo.png b/Updated_Cms/public/assets/images/articles/st_habbo_university_promo.png
new file mode 100644
index 0000000000..4f4c54fe43
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_habbo_university_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_habboweenchannel_promo.png b/Updated_Cms/public/assets/images/articles/st_habboweenchannel_promo.png
new file mode 100644
index 0000000000..6ea4afb297
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_habboweenchannel_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_habboweenselfie_promo.png b/Updated_Cms/public/assets/images/articles/st_habboweenselfie_promo.png
new file mode 100644
index 0000000000..eb46ddb323
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_habboweenselfie_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_hweenfurni_promo.png b/Updated_Cms/public/assets/images/articles/st_hweenfurni_promo.png
new file mode 100644
index 0000000000..d6170e60a7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_hweenfurni_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_icebucket_promo.png b/Updated_Cms/public/assets/images/articles/st_icebucket_promo.png
new file mode 100644
index 0000000000..43db91805d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_icebucket_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_labtable_promo.png b/Updated_Cms/public/assets/images/articles/st_labtable_promo.png
new file mode 100644
index 0000000000..3843bae856
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_labtable_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_movember_promo.png b/Updated_Cms/public/assets/images/articles/st_movember_promo.png
new file mode 100644
index 0000000000..e7f092b644
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_movember_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_moviemagic_promo.png b/Updated_Cms/public/assets/images/articles/st_moviemagic_promo.png
new file mode 100644
index 0000000000..f78d9a1c50
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_moviemagic_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_movieselfie_promo.png b/Updated_Cms/public/assets/images/articles/st_movieselfie_promo.png
new file mode 100644
index 0000000000..e1f9aa279c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_movieselfie_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_palooza_1st_furnis_02.png b/Updated_Cms/public/assets/images/articles/st_palooza_1st_furnis_02.png
new file mode 100644
index 0000000000..131a337000
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_palooza_1st_furnis_02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_palooza_2nd_furnis.png b/Updated_Cms/public/assets/images/articles/st_palooza_2nd_furnis.png
new file mode 100644
index 0000000000..1d6e47c26d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_palooza_2nd_furnis.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_palooza_carni_selfie_promo.png b/Updated_Cms/public/assets/images/articles/st_palooza_carni_selfie_promo.png
new file mode 100644
index 0000000000..12a3f496b9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_palooza_carni_selfie_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_palooza_rare_furni_02.png b/Updated_Cms/public/assets/images/articles/st_palooza_rare_furni_02.png
new file mode 100644
index 0000000000..692b6eb7a2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_palooza_rare_furni_02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_palooza_rare_screen_furni.png b/Updated_Cms/public/assets/images/articles/st_palooza_rare_screen_furni.png
new file mode 100644
index 0000000000..8b8772262c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_palooza_rare_screen_furni.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_palooza_roomcomp_promo.png b/Updated_Cms/public/assets/images/articles/st_palooza_roomcomp_promo.png
new file mode 100644
index 0000000000..90e899eacd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_palooza_roomcomp_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_palooza_selfie_assets.png b/Updated_Cms/public/assets/images/articles/st_palooza_selfie_assets.png
new file mode 100644
index 0000000000..26d9a6c6dd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_palooza_selfie_assets.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_pstr_felipe_promo.png b/Updated_Cms/public/assets/images/articles/st_pstr_felipe_promo.png
new file mode 100644
index 0000000000..4b81051bed
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_pstr_felipe_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_selfie_university_promo.png b/Updated_Cms/public/assets/images/articles/st_selfie_university_promo.png
new file mode 100644
index 0000000000..5d8ad681a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_selfie_university_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_solarsystem_promo.png b/Updated_Cms/public/assets/images/articles/st_solarsystem_promo.png
new file mode 100644
index 0000000000..b585b859c3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_solarsystem_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_summerschooll_promo2.png b/Updated_Cms/public/assets/images/articles/st_summerschooll_promo2.png
new file mode 100644
index 0000000000..6419831feb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_summerschooll_promo2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_thanksgivingselfie_promo.png b/Updated_Cms/public/assets/images/articles/st_thanksgivingselfie_promo.png
new file mode 100644
index 0000000000..6c73440983
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_thanksgivingselfie_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_thisisme_promo.png b/Updated_Cms/public/assets/images/articles/st_thisisme_promo.png
new file mode 100644
index 0000000000..83669adcc4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_thisisme_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_university_promo.png b/Updated_Cms/public/assets/images/articles/st_university_promo.png
new file mode 100644
index 0000000000..485f09e72b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_university_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_vippixelart_promo.png b/Updated_Cms/public/assets/images/articles/st_vippixelart_promo.png
new file mode 100644
index 0000000000..ef00518ae8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_vippixelart_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_wildwest_barrel_cards_promo.png b/Updated_Cms/public/assets/images/articles/st_wildwest_barrel_cards_promo.png
new file mode 100644
index 0000000000..9913a37dd8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_wildwest_barrel_cards_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_wildwest_rarefurni_promo.png b/Updated_Cms/public/assets/images/articles/st_wildwest_rarefurni_promo.png
new file mode 100644
index 0000000000..7e363fc599
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_wildwest_rarefurni_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_wildwestselfie_promo.png b/Updated_Cms/public/assets/images/articles/st_wildwestselfie_promo.png
new file mode 100644
index 0000000000..e95abb15d9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_wildwestselfie_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_xmasselfie_beach_promo.png b/Updated_Cms/public/assets/images/articles/st_xmasselfie_beach_promo.png
new file mode 100644
index 0000000000..93bbf0e5da
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_xmasselfie_beach_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/st_xmasselfie_traditional_promo.png b/Updated_Cms/public/assets/images/articles/st_xmasselfie_traditional_promo.png
new file mode 100644
index 0000000000..e38cf3b165
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/st_xmasselfie_traditional_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stadsplein_promo.png b/Updated_Cms/public/assets/images/articles/stadsplein_promo.png
new file mode 100644
index 0000000000..4364be6786
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stadsplein_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/staff-promo.png b/Updated_Cms/public/assets/images/articles/staff-promo.png
new file mode 100644
index 0000000000..e70a632577
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/staff-promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/staffNL_L_promo.png b/Updated_Cms/public/assets/images/articles/staffNL_L_promo.png
new file mode 100644
index 0000000000..38ef3c0d10
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/staffNL_L_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_FHF_promo.png b/Updated_Cms/public/assets/images/articles/stories_FHF_promo.png
new file mode 100644
index 0000000000..baea8f9450
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_FHF_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_ancientempire_promo.png b/Updated_Cms/public/assets/images/articles/stories_ancientempire_promo.png
new file mode 100644
index 0000000000..83e4515fad
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_ancientempire_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_easterroom_promo.png b/Updated_Cms/public/assets/images/articles/stories_easterroom_promo.png
new file mode 100644
index 0000000000..2a8a0c5c3b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_easterroom_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_easterselfie_promo.png b/Updated_Cms/public/assets/images/articles/stories_easterselfie_promo.png
new file mode 100644
index 0000000000..815fbcba31
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_easterselfie_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_fashionweek_promo.png b/Updated_Cms/public/assets/images/articles/stories_fashionweek_promo.png
new file mode 100644
index 0000000000..84e8e02afe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_fashionweek_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_football_wcroomrally_wk1_promo.png b/Updated_Cms/public/assets/images/articles/stories_football_wcroomrally_wk1_promo.png
new file mode 100644
index 0000000000..a76f8792fa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_football_wcroomrally_wk1_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_football_wcroomrally_wk2_promo.png b/Updated_Cms/public/assets/images/articles/stories_football_wcroomrally_wk2_promo.png
new file mode 100644
index 0000000000..e2d56cded5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_football_wcroomrally_wk2_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_football_wives_promo.png b/Updated_Cms/public/assets/images/articles/stories_football_wives_promo.png
new file mode 100644
index 0000000000..d05f01c6f8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_football_wives_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_footballfurni_promo01.png b/Updated_Cms/public/assets/images/articles/stories_footballfurni_promo01.png
new file mode 100644
index 0000000000..597d17aafc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_footballfurni_promo01.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_footballfurni_promo02.png b/Updated_Cms/public/assets/images/articles/stories_footballfurni_promo02.png
new file mode 100644
index 0000000000..4f153b4f59
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_footballfurni_promo02.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_footballselfie2_promo.png b/Updated_Cms/public/assets/images/articles/stories_footballselfie2_promo.png
new file mode 100644
index 0000000000..cff04feb7d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_footballselfie2_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_footballselfie_promo.png b/Updated_Cms/public/assets/images/articles/stories_footballselfie_promo.png
new file mode 100644
index 0000000000..4b9896ac18
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_footballselfie_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_hallofselfies_promo.png b/Updated_Cms/public/assets/images/articles/stories_hallofselfies_promo.png
new file mode 100644
index 0000000000..96d280ef90
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_hallofselfies_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_juninas_postit_promo.png b/Updated_Cms/public/assets/images/articles/stories_juninas_postit_promo.png
new file mode 100644
index 0000000000..60a11fc8b7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_juninas_postit_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_juninasselfie_promo.png b/Updated_Cms/public/assets/images/articles/stories_juninasselfie_promo.png
new file mode 100644
index 0000000000..abf49d4dda
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_juninasselfie_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_mothersday_promo.png b/Updated_Cms/public/assets/images/articles/stories_mothersday_promo.png
new file mode 100644
index 0000000000..b259ce38cd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_mothersday_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_oldschoolmusic_eurovision_promo.png b/Updated_Cms/public/assets/images/articles/stories_oldschoolmusic_eurovision_promo.png
new file mode 100644
index 0000000000..058bafa03f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_oldschoolmusic_eurovision_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_oldschoolmusic_eurovisioncolor_promo_001.png b/Updated_Cms/public/assets/images/articles/stories_oldschoolmusic_eurovisioncolor_promo_001.png
new file mode 100644
index 0000000000..533aefbef4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_oldschoolmusic_eurovisioncolor_promo_001.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_oldschoolmusic_furnis_promo.png b/Updated_Cms/public/assets/images/articles/stories_oldschoolmusic_furnis_promo.png
new file mode 100644
index 0000000000..fe1091038a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_oldschoolmusic_furnis_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_shakespeare_gardenbundle_promo_03.png b/Updated_Cms/public/assets/images/articles/stories_shakespeare_gardenbundle_promo_03.png
new file mode 100644
index 0000000000..672ee791cb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_shakespeare_gardenbundle_promo_03.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_vikinggossip_promo_br_es.png b/Updated_Cms/public/assets/images/articles/stories_vikinggossip_promo_br_es.png
new file mode 100644
index 0000000000..5cd2987d72
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_vikinggossip_promo_br_es.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_vikingselfie_nr2_promo.png b/Updated_Cms/public/assets/images/articles/stories_vikingselfie_nr2_promo.png
new file mode 100644
index 0000000000..daa7749ae3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_vikingselfie_nr2_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_vikingselfie_nr3_promo.png b/Updated_Cms/public/assets/images/articles/stories_vikingselfie_nr3_promo.png
new file mode 100644
index 0000000000..c5d1182708
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_vikingselfie_nr3_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_vikingselfie_nr_4_promo.png b/Updated_Cms/public/assets/images/articles/stories_vikingselfie_nr_4_promo.png
new file mode 100644
index 0000000000..15a435c2db
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_vikingselfie_nr_4_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/stories_womansday_promo.png b/Updated_Cms/public/assets/images/articles/stories_womansday_promo.png
new file mode 100644
index 0000000000..ed7c6bf5d7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/stories_womansday_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/storiesshakespeare_ballinvitation_promo.png b/Updated_Cms/public/assets/images/articles/storiesshakespeare_ballinvitation_promo.png
new file mode 100644
index 0000000000..64b6972c1a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/storiesshakespeare_ballinvitation_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/storiesshakespeare_liveball_promo.png b/Updated_Cms/public/assets/images/articles/storiesshakespeare_liveball_promo.png
new file mode 100644
index 0000000000..fe4cc20125
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/storiesshakespeare_liveball_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/submarine_promo.png b/Updated_Cms/public/assets/images/articles/submarine_promo.png
new file mode 100644
index 0000000000..efb5360ba4
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/submarine_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/summer_solstice_large_promo.png b/Updated_Cms/public/assets/images/articles/summer_solstice_large_promo.png
new file mode 100644
index 0000000000..455e600bb9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/summer_solstice_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/trophy_largepromo.png b/Updated_Cms/public/assets/images/articles/trophy_largepromo.png
new file mode 100644
index 0000000000..4a768c009c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/trophy_largepromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/usergame_misterodellacasa.png b/Updated_Cms/public/assets/images/articles/usergame_misterodellacasa.png
new file mode 100644
index 0000000000..ea000df8d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/usergame_misterodellacasa.png differ
diff --git a/Updated_Cms/public/assets/images/articles/usergamehlf_habboween13.png b/Updated_Cms/public/assets/images/articles/usergamehlf_habboween13.png
new file mode 100644
index 0000000000..1e4e5dedc3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/usergamehlf_habboween13.png differ
diff --git a/Updated_Cms/public/assets/images/articles/val15_BC_furni_large_promo.png b/Updated_Cms/public/assets/images/articles/val15_BC_furni_large_promo.png
new file mode 100644
index 0000000000..224f9b03a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/val15_BC_furni_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/val15_bonus_rare_1_large_promo.png b/Updated_Cms/public/assets/images/articles/val15_bonus_rare_1_large_promo.png
new file mode 100644
index 0000000000..0624f5c44a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/val15_bonus_rare_1_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/val15_bonus_rare_2_large_promo.png b/Updated_Cms/public/assets/images/articles/val15_bonus_rare_2_large_promo.png
new file mode 100644
index 0000000000..cc40fc756b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/val15_bonus_rare_2_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/val15_generic_large_promo.png b/Updated_Cms/public/assets/images/articles/val15_generic_large_promo.png
new file mode 100644
index 0000000000..88260f1685
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/val15_generic_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/val15_generic_large_promo2.png b/Updated_Cms/public/assets/images/articles/val15_generic_large_promo2.png
new file mode 100644
index 0000000000..15af9f637f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/val15_generic_large_promo2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/val15promo_L.png b/Updated_Cms/public/assets/images/articles/val15promo_L.png
new file mode 100644
index 0000000000..4860c99b03
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/val15promo_L.png differ
diff --git a/Updated_Cms/public/assets/images/articles/venice_L_promo.png b/Updated_Cms/public/assets/images/articles/venice_L_promo.png
new file mode 100644
index 0000000000..d1905c7034
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/venice_L_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/viking_village_large_promo.png b/Updated_Cms/public/assets/images/articles/viking_village_large_promo.png
new file mode 100644
index 0000000000..6fb4f649a2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/viking_village_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/vikings_credit_furni_large_promo.png b/Updated_Cms/public/assets/images/articles/vikings_credit_furni_large_promo.png
new file mode 100644
index 0000000000..e8d2758c4b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/vikings_credit_furni_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/voodoobundle_webpromo.png b/Updated_Cms/public/assets/images/articles/voodoobundle_webpromo.png
new file mode 100644
index 0000000000..d04e9b520d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/voodoobundle_webpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webPromo_2014_1.png b/Updated_Cms/public/assets/images/articles/webPromo_2014_1.png
new file mode 100644
index 0000000000..64f0b739e1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webPromo_2014_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webPromo_2014_2.png b/Updated_Cms/public/assets/images/articles/webPromo_2014_2.png
new file mode 100644
index 0000000000..8518f6ce24
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webPromo_2014_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webPromo_hc13.png b/Updated_Cms/public/assets/images/articles/webPromo_hc13.png
new file mode 100644
index 0000000000..760727f2a3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webPromo_hc13.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webPromo_palooza_bundle.png b/Updated_Cms/public/assets/images/articles/webPromo_palooza_bundle.png
new file mode 100644
index 0000000000..c6328f8bc0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webPromo_palooza_bundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/web_Habbang_11_2014.png b/Updated_Cms/public/assets/images/articles/web_Habbang_11_2014.png
new file mode 100644
index 0000000000..b54be7b17f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/web_Habbang_11_2014.png differ
diff --git a/Updated_Cms/public/assets/images/articles/web_promo_habblindados.png b/Updated_Cms/public/assets/images/articles/web_promo_habblindados.png
new file mode 100644
index 0000000000..4139a13911
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/web_promo_habblindados.png differ
diff --git a/Updated_Cms/public/assets/images/articles/web_promo_helpstaff.png b/Updated_Cms/public/assets/images/articles/web_promo_helpstaff.png
new file mode 100644
index 0000000000..0b664ce8c5
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/web_promo_helpstaff.png differ
diff --git a/Updated_Cms/public/assets/images/articles/web_promo_royal.png b/Updated_Cms/public/assets/images/articles/web_promo_royal.png
new file mode 100644
index 0000000000..6a84a1dfab
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/web_promo_royal.png differ
diff --git a/Updated_Cms/public/assets/images/articles/web_promo_wieisdestoorzender.png b/Updated_Cms/public/assets/images/articles/web_promo_wieisdestoorzender.png
new file mode 100644
index 0000000000..f508d2a8f0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/web_promo_wieisdestoorzender.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webjapa.png b/Updated_Cms/public/assets/images/articles/webjapa.png
new file mode 100644
index 0000000000..4521ca5499
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webjapa.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo2NL.png b/Updated_Cms/public/assets/images/articles/webpromo2NL.png
new file mode 100644
index 0000000000..2a0f386706
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo2NL.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_2015bcupdate.png b/Updated_Cms/public/assets/images/articles/webpromo_2015bcupdate.png
new file mode 100644
index 0000000000..83129c9379
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_2015bcupdate.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_BAW_live_event.png b/Updated_Cms/public/assets/images/articles/webpromo_BAW_live_event.png
new file mode 100644
index 0000000000..b936e4c3df
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_BAW_live_event.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_BaW_FR.png b/Updated_Cms/public/assets/images/articles/webpromo_BaW_FR.png
new file mode 100644
index 0000000000..ac730764e9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_BaW_FR.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_HTbirthday.png b/Updated_Cms/public/assets/images/articles/webpromo_HTbirthday.png
new file mode 100644
index 0000000000..3aae1d5182
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_HTbirthday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_SID14_1.png b/Updated_Cms/public/assets/images/articles/webpromo_SID14_1.png
new file mode 100644
index 0000000000..a6066efe9d
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_SID14_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_SID14_2.png b/Updated_Cms/public/assets/images/articles/webpromo_SID14_2.png
new file mode 100644
index 0000000000..4d6e972913
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_SID14_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_birthday_adaara.png b/Updated_Cms/public/assets/images/articles/webpromo_birthday_adaara.png
new file mode 100644
index 0000000000..147552bdff
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_birthday_adaara.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_blocks_1.png b/Updated_Cms/public/assets/images/articles/webpromo_blocks_1.png
new file mode 100644
index 0000000000..ac001009d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_blocks_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_bundle_pool_2.png b/Updated_Cms/public/assets/images/articles/webpromo_bundle_pool_2.png
new file mode 100644
index 0000000000..176388c968
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_bundle_pool_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_bundvenice15.png b/Updated_Cms/public/assets/images/articles/webpromo_bundvenice15.png
new file mode 100644
index 0000000000..a91cef481e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_bundvenice15.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_bwchange.png b/Updated_Cms/public/assets/images/articles/webpromo_bwchange.png
new file mode 100644
index 0000000000..ee2614964b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_bwchange.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_cartaoamigo.png b/Updated_Cms/public/assets/images/articles/webpromo_cartaoamigo.png
new file mode 100644
index 0000000000..9cb86dc074
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_cartaoamigo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_catsale15.png b/Updated_Cms/public/assets/images/articles/webpromo_catsale15.png
new file mode 100644
index 0000000000..4c9d8a35aa
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_catsale15.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_coolpolitics2014.png b/Updated_Cms/public/assets/images/articles/webpromo_coolpolitics2014.png
new file mode 100644
index 0000000000..6fc3169b26
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_coolpolitics2014.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_drinkstallbonus.png b/Updated_Cms/public/assets/images/articles/webpromo_drinkstallbonus.png
new file mode 100644
index 0000000000..7f2f44963b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_drinkstallbonus.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_e14_1.gif b/Updated_Cms/public/assets/images/articles/webpromo_e14_1.gif
new file mode 100644
index 0000000000..337089dd82
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_e14_1.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_e14_2.gif b/Updated_Cms/public/assets/images/articles/webpromo_e14_2.gif
new file mode 100644
index 0000000000..4a4c92ba92
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_e14_2.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_easteroldfurni.png b/Updated_Cms/public/assets/images/articles/webpromo_easteroldfurni.png
new file mode 100644
index 0000000000..987b49bba0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_easteroldfurni.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_generic_habbstars.png b/Updated_Cms/public/assets/images/articles/webpromo_generic_habbstars.png
new file mode 100644
index 0000000000..cab8e00e72
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_generic_habbstars.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_goodgames.png b/Updated_Cms/public/assets/images/articles/webpromo_goodgames.png
new file mode 100644
index 0000000000..661a3d289e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_goodgames.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbang_usergame.png b/Updated_Cms/public/assets/images/articles/webpromo_habbang_usergame.png
new file mode 100644
index 0000000000..ffe35d07b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbang_usergame.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbogold.png b/Updated_Cms/public/assets/images/articles/webpromo_habbogold.png
new file mode 100644
index 0000000000..a67f598e01
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbogold.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbopalooza2014_itfansite.png b/Updated_Cms/public/assets/images/articles/webpromo_habbopalooza2014_itfansite.png
new file mode 100644
index 0000000000..20e67fd155
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbopalooza2014_itfansite.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel10.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel10.png
new file mode 100644
index 0000000000..0aa66d8a06
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel10.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel11.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel11.png
new file mode 100644
index 0000000000..0df6d8b0bb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel11.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel11_2.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel11_2.png
new file mode 100644
index 0000000000..8abc9ad083
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel11_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel12.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel12.png
new file mode 100644
index 0000000000..30b2e103cd
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel12.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel5.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel5.png
new file mode 100644
index 0000000000..b85a107003
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel5.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel5_2.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel5_2.png
new file mode 100644
index 0000000000..0ab9aa685f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel5_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel6.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel6.png
new file mode 100644
index 0000000000..282049bbcc
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel6.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel7.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel7.png
new file mode 100644
index 0000000000..42ac5ecc58
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel7.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel7_2.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel7_2.png
new file mode 100644
index 0000000000..306ef0b3f2
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel7_2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel8.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel8.png
new file mode 100644
index 0000000000..af01b71c15
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel8.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel9.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel9.png
new file mode 100644
index 0000000000..c3ca09b61e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel9.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel_underwater.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel_underwater.png
new file mode 100644
index 0000000000..955d975fbe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel_underwater.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_habbotravel_zoo.png b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel_zoo.png
new file mode 100644
index 0000000000..8f50b99872
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_habbotravel_zoo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_hlf_leonardo.png b/Updated_Cms/public/assets/images/articles/webpromo_hlf_leonardo.png
new file mode 100644
index 0000000000..6e02e5d568
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_hlf_leonardo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_icedcastle.png b/Updated_Cms/public/assets/images/articles/webpromo_icedcastle.png
new file mode 100644
index 0000000000..feebbd7481
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_icedcastle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_image_Habbang_15.png b/Updated_Cms/public/assets/images/articles/webpromo_image_Habbang_15.png
new file mode 100644
index 0000000000..381f6b72a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_image_Habbang_15.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_junina14.png b/Updated_Cms/public/assets/images/articles/webpromo_junina14.png
new file mode 100644
index 0000000000..fe78e65490
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_junina14.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_mansionRB.png b/Updated_Cms/public/assets/images/articles/webpromo_mansionRB.png
new file mode 100644
index 0000000000..8021f7c7b9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_mansionRB.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_memegen.png b/Updated_Cms/public/assets/images/articles/webpromo_memegen.png
new file mode 100644
index 0000000000..6a6dba1cba
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_memegen.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_mom14daything.png b/Updated_Cms/public/assets/images/articles/webpromo_mom14daything.png
new file mode 100644
index 0000000000..33ad275118
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_mom14daything.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_nl_petswalk.png b/Updated_Cms/public/assets/images/articles/webpromo_nl_petswalk.png
new file mode 100644
index 0000000000..d956f66001
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_nl_petswalk.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_nl_skatetrack.png b/Updated_Cms/public/assets/images/articles/webpromo_nl_skatetrack.png
new file mode 100644
index 0000000000..5ab4adcefe
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_nl_skatetrack.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_p2bday.png b/Updated_Cms/public/assets/images/articles/webpromo_p2bday.png
new file mode 100644
index 0000000000..de1b06f6c8
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_p2bday.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_permeffects.png b/Updated_Cms/public/assets/images/articles/webpromo_permeffects.png
new file mode 100644
index 0000000000..7f20422330
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_permeffects.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_pirate_1.png b/Updated_Cms/public/assets/images/articles/webpromo_pirate_1.png
new file mode 100644
index 0000000000..742b51958a
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_pirate_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_quiz_generic.png b/Updated_Cms/public/assets/images/articles/webpromo_quiz_generic.png
new file mode 100644
index 0000000000..8c76313abb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_quiz_generic.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_selfmoderation.png b/Updated_Cms/public/assets/images/articles/webpromo_selfmoderation.png
new file mode 100644
index 0000000000..dfe48a7868
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_selfmoderation.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_sint2.png b/Updated_Cms/public/assets/images/articles/webpromo_sint2.png
new file mode 100644
index 0000000000..f9965ca2b3
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_sint2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_sinterklaas1.png b/Updated_Cms/public/assets/images/articles/webpromo_sinterklaas1.png
new file mode 100644
index 0000000000..378b9e9fb7
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_sinterklaas1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_tradeableclothing.png b/Updated_Cms/public/assets/images/articles/webpromo_tradeableclothing.png
new file mode 100644
index 0000000000..8d9c7bcf42
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_tradeableclothing.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_trainBundle.png b/Updated_Cms/public/assets/images/articles/webpromo_trainBundle.png
new file mode 100644
index 0000000000..c95e2e8e8e
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_trainBundle.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_universityltd.png b/Updated_Cms/public/assets/images/articles/webpromo_universityltd.png
new file mode 100644
index 0000000000..cf34f94095
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_universityltd.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_universityrares.png b/Updated_Cms/public/assets/images/articles/webpromo_universityrares.png
new file mode 100644
index 0000000000..2073868724
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_universityrares.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_vikinggeneric.png b/Updated_Cms/public/assets/images/articles/webpromo_vikinggeneric.png
new file mode 100644
index 0000000000..a88e8033d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_vikinggeneric.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromo_wildwestfurni.png b/Updated_Cms/public/assets/images/articles/webpromo_wildwestfurni.png
new file mode 100644
index 0000000000..8ff9ad468b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromo_wildwestfurni.png differ
diff --git a/Updated_Cms/public/assets/images/articles/webpromolma2.png b/Updated_Cms/public/assets/images/articles/webpromolma2.png
new file mode 100644
index 0000000000..f768164d06
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/webpromolma2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/wildwest_large_promo2.png b/Updated_Cms/public/assets/images/articles/wildwest_large_promo2.png
new file mode 100644
index 0000000000..eaf8022a4c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/wildwest_large_promo2.png differ
diff --git a/Updated_Cms/public/assets/images/articles/wintersport_topstory.gif b/Updated_Cms/public/assets/images/articles/wintersport_topstory.gif
new file mode 100644
index 0000000000..6faebf232b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/wintersport_topstory.gif differ
diff --git a/Updated_Cms/public/assets/images/articles/wm_football.png b/Updated_Cms/public/assets/images/articles/wm_football.png
new file mode 100644
index 0000000000..3f183a00d9
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/wm_football.png differ
diff --git a/Updated_Cms/public/assets/images/articles/wpid-lpromo_atcg.png b/Updated_Cms/public/assets/images/articles/wpid-lpromo_atcg.png
new file mode 100644
index 0000000000..247b7c2956
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/wpid-lpromo_atcg.png differ
diff --git a/Updated_Cms/public/assets/images/articles/wpid-lpromo_atcg_thumb.png b/Updated_Cms/public/assets/images/articles/wpid-lpromo_atcg_thumb.png
new file mode 100644
index 0000000000..3d503bc1cb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/wpid-lpromo_atcg_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/wpid-lpromo_gen_fan_5.png b/Updated_Cms/public/assets/images/articles/wpid-lpromo_gen_fan_5.png
new file mode 100644
index 0000000000..e0a19c332b
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/wpid-lpromo_gen_fan_5.png differ
diff --git a/Updated_Cms/public/assets/images/articles/wpid-lpromo_gen_fan_5_thumb.png b/Updated_Cms/public/assets/images/articles/wpid-lpromo_gen_fan_5_thumb.png
new file mode 100644
index 0000000000..9322c5ef01
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/wpid-lpromo_gen_fan_5_thumb.png differ
diff --git a/Updated_Cms/public/assets/images/articles/xmas13_room_bundle_large_promo.png b/Updated_Cms/public/assets/images/articles/xmas13_room_bundle_large_promo.png
new file mode 100644
index 0000000000..3c5e07235c
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/xmas13_room_bundle_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/xmas14_baw_large_promo.png b/Updated_Cms/public/assets/images/articles/xmas14_baw_large_promo.png
new file mode 100644
index 0000000000..a20edd5776
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/xmas14_baw_large_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/xmas14_generic_lpromo.png b/Updated_Cms/public/assets/images/articles/xmas14_generic_lpromo.png
new file mode 100644
index 0000000000..0128131c2f
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/xmas14_generic_lpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/xmas14_habbotravel_largepromo_1.png b/Updated_Cms/public/assets/images/articles/xmas14_habbotravel_largepromo_1.png
new file mode 100644
index 0000000000..55e4104ffb
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/xmas14_habbotravel_largepromo_1.png differ
diff --git a/Updated_Cms/public/assets/images/articles/xmas14_newfurni_lpromo.png b/Updated_Cms/public/assets/images/articles/xmas14_newfurni_lpromo.png
new file mode 100644
index 0000000000..9835035743
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/xmas14_newfurni_lpromo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/xmas14ltd_l_promo.png b/Updated_Cms/public/assets/images/articles/xmas14ltd_l_promo.png
new file mode 100644
index 0000000000..8beb969233
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/xmas14ltd_l_promo.png differ
diff --git a/Updated_Cms/public/assets/images/articles/zombierun_promo.png b/Updated_Cms/public/assets/images/articles/zombierun_promo.png
new file mode 100644
index 0000000000..ee6f63f670
Binary files /dev/null and b/Updated_Cms/public/assets/images/articles/zombierun_promo.png differ
diff --git a/Updated_Cms/public/assets/images/background-dark.jpg b/Updated_Cms/public/assets/images/background-dark.jpg
new file mode 100644
index 0000000000..28639d33cc
Binary files /dev/null and b/Updated_Cms/public/assets/images/background-dark.jpg differ
diff --git a/Updated_Cms/public/assets/images/background-light.jpg b/Updated_Cms/public/assets/images/background-light.jpg
new file mode 100644
index 0000000000..7707bc6ee6
Binary files /dev/null and b/Updated_Cms/public/assets/images/background-light.jpg differ
diff --git a/Updated_Cms/public/assets/images/background.png b/Updated_Cms/public/assets/images/background.png
new file mode 100644
index 0000000000..adbf86444c
Binary files /dev/null and b/Updated_Cms/public/assets/images/background.png differ
diff --git a/Updated_Cms/public/assets/images/badgecreator/avatarbox.png b/Updated_Cms/public/assets/images/badgecreator/avatarbox.png
new file mode 100644
index 0000000000..9842e1ef1e
Binary files /dev/null and b/Updated_Cms/public/assets/images/badgecreator/avatarbox.png differ
diff --git a/Updated_Cms/public/assets/images/default-background.png b/Updated_Cms/public/assets/images/default-background.png
new file mode 100644
index 0000000000..676a2deef8
Binary files /dev/null and b/Updated_Cms/public/assets/images/default-background.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/ADM.gif b/Updated_Cms/public/assets/images/dusk/ADM.gif
new file mode 100644
index 0000000000..4c961e2f89
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/ADM.gif differ
diff --git a/Updated_Cms/public/assets/images/dusk/author_camera_icon.png b/Updated_Cms/public/assets/images/dusk/author_camera_icon.png
new file mode 100644
index 0000000000..ceeb68d6f1
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/author_camera_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/background_image.png b/Updated_Cms/public/assets/images/dusk/background_image.png
new file mode 100644
index 0000000000..adda77b464
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/background_image.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/camera_icon.png b/Updated_Cms/public/assets/images/dusk/camera_icon.png
new file mode 100644
index 0000000000..63b1301857
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/camera_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/community_icon.png b/Updated_Cms/public/assets/images/dusk/community_icon.png
new file mode 100644
index 0000000000..cad0f727ee
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/community_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/events_icon.png b/Updated_Cms/public/assets/images/dusk/events_icon.png
new file mode 100644
index 0000000000..5310f508fb
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/events_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/exclamation-mark_icon.png b/Updated_Cms/public/assets/images/dusk/exclamation-mark_icon.png
new file mode 100644
index 0000000000..ba26cb989c
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/exclamation-mark_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/ghost.png b/Updated_Cms/public/assets/images/dusk/ghost.png
new file mode 100644
index 0000000000..617c9dc6f1
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/ghost.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/home_icon.png b/Updated_Cms/public/assets/images/dusk/home_icon.png
new file mode 100644
index 0000000000..7e34e635a7
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/home_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/hotel_icon.png b/Updated_Cms/public/assets/images/dusk/hotel_icon.png
new file mode 100644
index 0000000000..4878403f9e
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/hotel_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/image1.png b/Updated_Cms/public/assets/images/dusk/image1.png
new file mode 100644
index 0000000000..5fe851cdf9
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/image1.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/leaderboard_bronze_icon.png b/Updated_Cms/public/assets/images/dusk/leaderboard_bronze_icon.png
new file mode 100644
index 0000000000..8c83b94f7d
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/leaderboard_bronze_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/leaderboard_circle_image.png b/Updated_Cms/public/assets/images/dusk/leaderboard_circle_image.png
new file mode 100644
index 0000000000..4645a014da
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/leaderboard_circle_image.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/leaderboard_gold_icon.png b/Updated_Cms/public/assets/images/dusk/leaderboard_gold_icon.png
new file mode 100644
index 0000000000..681c2d9c75
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/leaderboard_gold_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/leaderboard_icon.png b/Updated_Cms/public/assets/images/dusk/leaderboard_icon.png
new file mode 100644
index 0000000000..8b4847e0f1
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/leaderboard_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/leaderboard_silver_icon.png b/Updated_Cms/public/assets/images/dusk/leaderboard_silver_icon.png
new file mode 100644
index 0000000000..e4033d8e9f
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/leaderboard_silver_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/me_circle_image.png b/Updated_Cms/public/assets/images/dusk/me_circle_image.png
new file mode 100644
index 0000000000..ceae9d9653
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/me_circle_image.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/news_icon.png b/Updated_Cms/public/assets/images/dusk/news_icon.png
new file mode 100644
index 0000000000..fd4aced364
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/news_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/profile_heart_icon.png b/Updated_Cms/public/assets/images/dusk/profile_heart_icon.png
new file mode 100644
index 0000000000..100a8b04e6
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/profile_heart_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/profile_skull_icon.png b/Updated_Cms/public/assets/images/dusk/profile_skull_icon.png
new file mode 100644
index 0000000000..e3dc25c83b
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/profile_skull_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/profile_smiley_icon.png b/Updated_Cms/public/assets/images/dusk/profile_smiley_icon.png
new file mode 100644
index 0000000000..8482f339c6
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/profile_smiley_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/rules_icon.png b/Updated_Cms/public/assets/images/dusk/rules_icon.png
new file mode 100644
index 0000000000..f258a3ceeb
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/rules_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/speechbubble_icon.png b/Updated_Cms/public/assets/images/dusk/speechbubble_icon.png
new file mode 100644
index 0000000000..176134ccfc
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/speechbubble_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/staff_background_image.png b/Updated_Cms/public/assets/images/dusk/staff_background_image.png
new file mode 100644
index 0000000000..b616fd691a
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/staff_background_image.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/staff_circle_image.png b/Updated_Cms/public/assets/images/dusk/staff_circle_image.png
new file mode 100644
index 0000000000..3a703140cc
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/staff_circle_image.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/staff_offline_icon.png b/Updated_Cms/public/assets/images/dusk/staff_offline_icon.png
new file mode 100644
index 0000000000..347131d9e9
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/staff_offline_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/staff_online_icon.png b/Updated_Cms/public/assets/images/dusk/staff_online_icon.png
new file mode 100644
index 0000000000..27d7e3ddc1
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/staff_online_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/store_icon.png b/Updated_Cms/public/assets/images/dusk/store_icon.png
new file mode 100644
index 0000000000..dc155a90ea
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/store_icon.png differ
diff --git a/Updated_Cms/public/assets/images/dusk/usersettings_wheel_icon.png b/Updated_Cms/public/assets/images/dusk/usersettings_wheel_icon.png
new file mode 100644
index 0000000000..9573be69da
Binary files /dev/null and b/Updated_Cms/public/assets/images/dusk/usersettings_wheel_icon.png differ
diff --git a/Updated_Cms/public/assets/images/help-center/safety_tips_1.png b/Updated_Cms/public/assets/images/help-center/safety_tips_1.png
new file mode 100644
index 0000000000..abc2311008
Binary files /dev/null and b/Updated_Cms/public/assets/images/help-center/safety_tips_1.png differ
diff --git a/Updated_Cms/public/assets/images/help-center/safety_tips_2.png b/Updated_Cms/public/assets/images/help-center/safety_tips_2.png
new file mode 100644
index 0000000000..6bd5003663
Binary files /dev/null and b/Updated_Cms/public/assets/images/help-center/safety_tips_2.png differ
diff --git a/Updated_Cms/public/assets/images/help-center/safety_tips_5.png b/Updated_Cms/public/assets/images/help-center/safety_tips_5.png
new file mode 100644
index 0000000000..0ed90f74ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/help-center/safety_tips_5.png differ
diff --git a/Updated_Cms/public/assets/images/help-center/safety_tips_6.png b/Updated_Cms/public/assets/images/help-center/safety_tips_6.png
new file mode 100644
index 0000000000..d6aef952c8
Binary files /dev/null and b/Updated_Cms/public/assets/images/help-center/safety_tips_6.png differ
diff --git a/Updated_Cms/public/assets/images/help-center/safety_tips_7.png b/Updated_Cms/public/assets/images/help-center/safety_tips_7.png
new file mode 100644
index 0000000000..21227b3528
Binary files /dev/null and b/Updated_Cms/public/assets/images/help-center/safety_tips_7.png differ
diff --git a/Updated_Cms/public/assets/images/home_icon.gif b/Updated_Cms/public/assets/images/home_icon.gif
new file mode 100644
index 0000000000..a8425cbccb
Binary files /dev/null and b/Updated_Cms/public/assets/images/home_icon.gif differ
diff --git a/Updated_Cms/public/assets/images/hotel.png b/Updated_Cms/public/assets/images/hotel.png
new file mode 100644
index 0000000000..8a70d2081e
Binary files /dev/null and b/Updated_Cms/public/assets/images/hotel.png differ
diff --git a/Updated_Cms/public/assets/images/icons/amount.png b/Updated_Cms/public/assets/images/icons/amount.png
new file mode 100644
index 0000000000..da46d4d4d2
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/amount.png differ
diff --git a/Updated_Cms/public/assets/images/icons/article.gif b/Updated_Cms/public/assets/images/icons/article.gif
new file mode 100644
index 0000000000..591af3566c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/article.gif differ
diff --git a/Updated_Cms/public/assets/images/icons/camera.png b/Updated_Cms/public/assets/images/icons/camera.png
new file mode 100644
index 0000000000..e5163ecb8a
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/camera.png differ
diff --git a/Updated_Cms/public/assets/images/icons/catalog.png b/Updated_Cms/public/assets/images/icons/catalog.png
new file mode 100644
index 0000000000..907d147341
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/catalog.png differ
diff --git a/Updated_Cms/public/assets/images/icons/chat.png b/Updated_Cms/public/assets/images/icons/chat.png
new file mode 100644
index 0000000000..0f1d209b22
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/chat.png differ
diff --git a/Updated_Cms/public/assets/images/icons/clock.gif b/Updated_Cms/public/assets/images/icons/clock.gif
new file mode 100644
index 0000000000..23c903874a
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/clock.gif differ
diff --git a/Updated_Cms/public/assets/images/icons/credits.png b/Updated_Cms/public/assets/images/icons/credits.png
new file mode 100644
index 0000000000..c5b84b2ecf
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/credits.png differ
diff --git a/Updated_Cms/public/assets/images/icons/currency.png b/Updated_Cms/public/assets/images/icons/currency.png
new file mode 100644
index 0000000000..6cde28dad5
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/currency.png differ
diff --git a/Updated_Cms/public/assets/images/icons/currency/credits.png b/Updated_Cms/public/assets/images/icons/currency/credits.png
new file mode 100644
index 0000000000..40285c982d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/currency/credits.png differ
diff --git a/Updated_Cms/public/assets/images/icons/currency/diamonds.png b/Updated_Cms/public/assets/images/icons/currency/diamonds.png
new file mode 100644
index 0000000000..ecf1b2fe40
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/currency/diamonds.png differ
diff --git a/Updated_Cms/public/assets/images/icons/currency/duckets.png b/Updated_Cms/public/assets/images/icons/currency/duckets.png
new file mode 100644
index 0000000000..631ace6b99
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/currency/duckets.png differ
diff --git a/Updated_Cms/public/assets/images/icons/diamond.png b/Updated_Cms/public/assets/images/icons/diamond.png
new file mode 100644
index 0000000000..c73eb7f6d4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/diamond.png differ
diff --git a/Updated_Cms/public/assets/images/icons/discord.png b/Updated_Cms/public/assets/images/icons/discord.png
new file mode 100644
index 0000000000..0eb82bf287
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/discord.png differ
diff --git a/Updated_Cms/public/assets/images/icons/duckets.png b/Updated_Cms/public/assets/images/icons/duckets.png
new file mode 100644
index 0000000000..ccc9cf3aa1
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/duckets.png differ
diff --git a/Updated_Cms/public/assets/images/icons/due-chat.png b/Updated_Cms/public/assets/images/icons/due-chat.png
new file mode 100644
index 0000000000..0fd0e8f169
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/due-chat.png differ
diff --git a/Updated_Cms/public/assets/images/icons/feeds.png b/Updated_Cms/public/assets/images/icons/feeds.png
new file mode 100644
index 0000000000..455b52a613
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/feeds.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ad.png b/Updated_Cms/public/assets/images/icons/flags/ad.png
new file mode 100644
index 0000000000..95d7190751
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ad.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ae.png b/Updated_Cms/public/assets/images/icons/flags/ae.png
new file mode 100644
index 0000000000..986e0fa1d9
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ae.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/af.png b/Updated_Cms/public/assets/images/icons/flags/af.png
new file mode 100644
index 0000000000..da81f5ab08
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/af.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ag.png b/Updated_Cms/public/assets/images/icons/flags/ag.png
new file mode 100644
index 0000000000..a161c06902
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ag.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ai.png b/Updated_Cms/public/assets/images/icons/flags/ai.png
new file mode 100644
index 0000000000..867026236b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ai.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/al.png b/Updated_Cms/public/assets/images/icons/flags/al.png
new file mode 100644
index 0000000000..f8a76fb979
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/al.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/am.png b/Updated_Cms/public/assets/images/icons/flags/am.png
new file mode 100644
index 0000000000..262e0146a6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/am.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/an.png b/Updated_Cms/public/assets/images/icons/flags/an.png
new file mode 100644
index 0000000000..17efa7c99d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/an.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ao.png b/Updated_Cms/public/assets/images/icons/flags/ao.png
new file mode 100644
index 0000000000..4a5754aac6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ao.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ar.png b/Updated_Cms/public/assets/images/icons/flags/ar.png
new file mode 100644
index 0000000000..586c084421
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ar.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/as.png b/Updated_Cms/public/assets/images/icons/flags/as.png
new file mode 100644
index 0000000000..598b5e6c51
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/as.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/at.png b/Updated_Cms/public/assets/images/icons/flags/at.png
new file mode 100644
index 0000000000..e4e9233e5f
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/at.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/au.png b/Updated_Cms/public/assets/images/icons/flags/au.png
new file mode 100644
index 0000000000..218e7b4bf2
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/au.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/aw.png b/Updated_Cms/public/assets/images/icons/flags/aw.png
new file mode 100644
index 0000000000..cc25143060
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/aw.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ax.png b/Updated_Cms/public/assets/images/icons/flags/ax.png
new file mode 100644
index 0000000000..e989326020
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ax.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/az.png b/Updated_Cms/public/assets/images/icons/flags/az.png
new file mode 100644
index 0000000000..18f7c0268d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/az.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ba.png b/Updated_Cms/public/assets/images/icons/flags/ba.png
new file mode 100644
index 0000000000..8d17436e58
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ba.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bb.png b/Updated_Cms/public/assets/images/icons/flags/bb.png
new file mode 100644
index 0000000000..659ff6a551
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bb.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bd.png b/Updated_Cms/public/assets/images/icons/flags/bd.png
new file mode 100644
index 0000000000..c1916593fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bd.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/be.png b/Updated_Cms/public/assets/images/icons/flags/be.png
new file mode 100644
index 0000000000..b879bb496c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/be.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bf.png b/Updated_Cms/public/assets/images/icons/flags/bf.png
new file mode 100644
index 0000000000..56f27020b4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bf.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bg.png b/Updated_Cms/public/assets/images/icons/flags/bg.png
new file mode 100644
index 0000000000..8c9c2282e8
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bg.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bh.png b/Updated_Cms/public/assets/images/icons/flags/bh.png
new file mode 100644
index 0000000000..d08cbf1509
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bh.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bi.png b/Updated_Cms/public/assets/images/icons/flags/bi.png
new file mode 100644
index 0000000000..f7c3d9a687
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bi.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bj.png b/Updated_Cms/public/assets/images/icons/flags/bj.png
new file mode 100644
index 0000000000..4e24f29eea
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bj.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bm.png b/Updated_Cms/public/assets/images/icons/flags/bm.png
new file mode 100644
index 0000000000..14771d55bb
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bn.png b/Updated_Cms/public/assets/images/icons/flags/bn.png
new file mode 100644
index 0000000000..5929ae8293
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bn.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bo.png b/Updated_Cms/public/assets/images/icons/flags/bo.png
new file mode 100644
index 0000000000..a8ad3a71a6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bo.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/br.png b/Updated_Cms/public/assets/images/icons/flags/br.png
new file mode 100644
index 0000000000..171fd2f0d4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/br.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bs.png b/Updated_Cms/public/assets/images/icons/flags/bs.png
new file mode 100644
index 0000000000..7f7e1a71f5
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bs.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bt.png b/Updated_Cms/public/assets/images/icons/flags/bt.png
new file mode 100644
index 0000000000..869da25308
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bt.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bv.png b/Updated_Cms/public/assets/images/icons/flags/bv.png
new file mode 100644
index 0000000000..f6ec205aa4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bv.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bw.png b/Updated_Cms/public/assets/images/icons/flags/bw.png
new file mode 100644
index 0000000000..2c89e460ad
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bw.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/by.png b/Updated_Cms/public/assets/images/icons/flags/by.png
new file mode 100644
index 0000000000..a1b3101e55
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/by.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/bz.png b/Updated_Cms/public/assets/images/icons/flags/bz.png
new file mode 100644
index 0000000000..c4cc2c40f8
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/bz.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ca.png b/Updated_Cms/public/assets/images/icons/flags/ca.png
new file mode 100644
index 0000000000..0845b563df
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ca.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/catalonia.png b/Updated_Cms/public/assets/images/icons/flags/catalonia.png
new file mode 100644
index 0000000000..d397802578
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/catalonia.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cc.png b/Updated_Cms/public/assets/images/icons/flags/cc.png
new file mode 100644
index 0000000000..34be8d5285
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cc.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cd.png b/Updated_Cms/public/assets/images/icons/flags/cd.png
new file mode 100644
index 0000000000..e92f5599fa
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cd.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cf.png b/Updated_Cms/public/assets/images/icons/flags/cf.png
new file mode 100644
index 0000000000..e77f78251a
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cf.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cg.png b/Updated_Cms/public/assets/images/icons/flags/cg.png
new file mode 100644
index 0000000000..bd8b3e34d6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cg.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ch.png b/Updated_Cms/public/assets/images/icons/flags/ch.png
new file mode 100644
index 0000000000..323bdaf984
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ch.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ci.png b/Updated_Cms/public/assets/images/icons/flags/ci.png
new file mode 100644
index 0000000000..fb35303739
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ci.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ck.png b/Updated_Cms/public/assets/images/icons/flags/ck.png
new file mode 100644
index 0000000000..e0eece2a68
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ck.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cl.png b/Updated_Cms/public/assets/images/icons/flags/cl.png
new file mode 100644
index 0000000000..223168e0cf
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cl.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cm.png b/Updated_Cms/public/assets/images/icons/flags/cm.png
new file mode 100644
index 0000000000..f41c55ff11
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cn.png b/Updated_Cms/public/assets/images/icons/flags/cn.png
new file mode 100644
index 0000000000..a3465597b6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cn.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/co.png b/Updated_Cms/public/assets/images/icons/flags/co.png
new file mode 100644
index 0000000000..eb144c65bb
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/co.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cr.png b/Updated_Cms/public/assets/images/icons/flags/cr.png
new file mode 100644
index 0000000000..ce1a3cbfd8
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cs.png b/Updated_Cms/public/assets/images/icons/flags/cs.png
new file mode 100644
index 0000000000..ad3f716720
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cs.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cu.png b/Updated_Cms/public/assets/images/icons/flags/cu.png
new file mode 100644
index 0000000000..fdf853e9b4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cu.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cv.png b/Updated_Cms/public/assets/images/icons/flags/cv.png
new file mode 100644
index 0000000000..76c0faacf9
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cv.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cx.png b/Updated_Cms/public/assets/images/icons/flags/cx.png
new file mode 100644
index 0000000000..896255edc7
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cx.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cy.png b/Updated_Cms/public/assets/images/icons/flags/cy.png
new file mode 100644
index 0000000000..41df001989
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cy.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/cz.png b/Updated_Cms/public/assets/images/icons/flags/cz.png
new file mode 100644
index 0000000000..3cd58d802c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/cz.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/da.png b/Updated_Cms/public/assets/images/icons/flags/da.png
new file mode 100644
index 0000000000..d985c1357a
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/da.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/de.png b/Updated_Cms/public/assets/images/icons/flags/de.png
new file mode 100644
index 0000000000..46a1de197d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/de.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/dj.png b/Updated_Cms/public/assets/images/icons/flags/dj.png
new file mode 100644
index 0000000000..99d8f13898
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/dj.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/dm.png b/Updated_Cms/public/assets/images/icons/flags/dm.png
new file mode 100644
index 0000000000..14e5c61340
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/dm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/do.png b/Updated_Cms/public/assets/images/icons/flags/do.png
new file mode 100644
index 0000000000..2d600f7937
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/do.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/dz.png b/Updated_Cms/public/assets/images/icons/flags/dz.png
new file mode 100644
index 0000000000..3a4e6d33a3
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/dz.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ec.png b/Updated_Cms/public/assets/images/icons/flags/ec.png
new file mode 100644
index 0000000000..9c5461d82c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ec.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ee.png b/Updated_Cms/public/assets/images/icons/flags/ee.png
new file mode 100644
index 0000000000..c7186f08c5
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ee.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/eg.png b/Updated_Cms/public/assets/images/icons/flags/eg.png
new file mode 100644
index 0000000000..5db808688d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/eg.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/eh.png b/Updated_Cms/public/assets/images/icons/flags/eh.png
new file mode 100644
index 0000000000..e2a4056be0
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/eh.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/en.png b/Updated_Cms/public/assets/images/icons/flags/en.png
new file mode 100644
index 0000000000..bac1608289
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/en.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/england.png b/Updated_Cms/public/assets/images/icons/flags/england.png
new file mode 100644
index 0000000000..a70b942933
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/england.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/er.png b/Updated_Cms/public/assets/images/icons/flags/er.png
new file mode 100644
index 0000000000..cd2367980c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/er.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/es.png b/Updated_Cms/public/assets/images/icons/flags/es.png
new file mode 100644
index 0000000000..e634103e82
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/es.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/et.png b/Updated_Cms/public/assets/images/icons/flags/et.png
new file mode 100644
index 0000000000..dc7fcbefac
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/et.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/eu.png b/Updated_Cms/public/assets/images/icons/flags/eu.png
new file mode 100644
index 0000000000..5359e80388
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/eu.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/fi.png b/Updated_Cms/public/assets/images/icons/flags/fi.png
new file mode 100644
index 0000000000..31e041b2fa
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/fi.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/fj.png b/Updated_Cms/public/assets/images/icons/flags/fj.png
new file mode 100644
index 0000000000..192ad73fd2
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/fj.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/fk.png b/Updated_Cms/public/assets/images/icons/flags/fk.png
new file mode 100644
index 0000000000..7229ac15f6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/fk.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/fm.png b/Updated_Cms/public/assets/images/icons/flags/fm.png
new file mode 100644
index 0000000000..869ce21016
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/fm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/fo.png b/Updated_Cms/public/assets/images/icons/flags/fo.png
new file mode 100644
index 0000000000..4b3de560ae
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/fo.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/fr.png b/Updated_Cms/public/assets/images/icons/flags/fr.png
new file mode 100644
index 0000000000..618b7d4e5c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/fr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ga.png b/Updated_Cms/public/assets/images/icons/flags/ga.png
new file mode 100644
index 0000000000..66cb5853d4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ga.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/galicia.png b/Updated_Cms/public/assets/images/icons/flags/galicia.png
new file mode 100644
index 0000000000..6479fd6b36
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/galicia.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gb.png b/Updated_Cms/public/assets/images/icons/flags/gb.png
new file mode 100644
index 0000000000..bf378e5787
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gb.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gd.png b/Updated_Cms/public/assets/images/icons/flags/gd.png
new file mode 100644
index 0000000000..ab7d346849
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gd.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ge.png b/Updated_Cms/public/assets/images/icons/flags/ge.png
new file mode 100644
index 0000000000..00952e7672
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ge.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gf.png b/Updated_Cms/public/assets/images/icons/flags/gf.png
new file mode 100644
index 0000000000..b5d14a5c8a
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gf.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gg.png b/Updated_Cms/public/assets/images/icons/flags/gg.png
new file mode 100644
index 0000000000..29ad6a7297
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gg.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gh.png b/Updated_Cms/public/assets/images/icons/flags/gh.png
new file mode 100644
index 0000000000..ab6eaf8b50
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gh.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gi.png b/Updated_Cms/public/assets/images/icons/flags/gi.png
new file mode 100644
index 0000000000..b08cc00c82
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gi.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gl.png b/Updated_Cms/public/assets/images/icons/flags/gl.png
new file mode 100644
index 0000000000..7eea179383
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gl.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gm.png b/Updated_Cms/public/assets/images/icons/flags/gm.png
new file mode 100644
index 0000000000..8ba97facf8
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gn.png b/Updated_Cms/public/assets/images/icons/flags/gn.png
new file mode 100644
index 0000000000..24e08c7f7c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gn.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gp.png b/Updated_Cms/public/assets/images/icons/flags/gp.png
new file mode 100644
index 0000000000..da69f05db4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gp.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gq.png b/Updated_Cms/public/assets/images/icons/flags/gq.png
new file mode 100644
index 0000000000..374dd67344
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gq.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gr.png b/Updated_Cms/public/assets/images/icons/flags/gr.png
new file mode 100644
index 0000000000..190c66cc41
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gs.png b/Updated_Cms/public/assets/images/icons/flags/gs.png
new file mode 100644
index 0000000000..0c75fc2a68
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gs.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gt.png b/Updated_Cms/public/assets/images/icons/flags/gt.png
new file mode 100644
index 0000000000..f57c197cdd
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gt.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gu.png b/Updated_Cms/public/assets/images/icons/flags/gu.png
new file mode 100644
index 0000000000..49c2f6a1f6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gu.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gw.png b/Updated_Cms/public/assets/images/icons/flags/gw.png
new file mode 100644
index 0000000000..293643f556
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gw.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/gy.png b/Updated_Cms/public/assets/images/icons/flags/gy.png
new file mode 100644
index 0000000000..8bc67162a6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/gy.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/hk.png b/Updated_Cms/public/assets/images/icons/flags/hk.png
new file mode 100644
index 0000000000..779ffe0c15
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/hk.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/hm.png b/Updated_Cms/public/assets/images/icons/flags/hm.png
new file mode 100644
index 0000000000..7acea00bf2
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/hm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/hn.png b/Updated_Cms/public/assets/images/icons/flags/hn.png
new file mode 100644
index 0000000000..661e214e3b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/hn.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/hr.png b/Updated_Cms/public/assets/images/icons/flags/hr.png
new file mode 100644
index 0000000000..2e2d536eb5
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/hr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ht.png b/Updated_Cms/public/assets/images/icons/flags/ht.png
new file mode 100644
index 0000000000..c0aa7fc1b8
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ht.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/hu.png b/Updated_Cms/public/assets/images/icons/flags/hu.png
new file mode 100644
index 0000000000..b8f3b550d3
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/hu.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/id.png b/Updated_Cms/public/assets/images/icons/flags/id.png
new file mode 100644
index 0000000000..fe10b2d098
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/id.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ie.png b/Updated_Cms/public/assets/images/icons/flags/ie.png
new file mode 100644
index 0000000000..60ab24c964
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ie.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/il.png b/Updated_Cms/public/assets/images/icons/flags/il.png
new file mode 100644
index 0000000000..4b33b69288
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/il.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/im.png b/Updated_Cms/public/assets/images/icons/flags/im.png
new file mode 100644
index 0000000000..ca0f3cab2d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/im.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/in.png b/Updated_Cms/public/assets/images/icons/flags/in.png
new file mode 100644
index 0000000000..f9413a2ab6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/in.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/io.png b/Updated_Cms/public/assets/images/icons/flags/io.png
new file mode 100644
index 0000000000..fe16688f60
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/io.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/iq.png b/Updated_Cms/public/assets/images/icons/flags/iq.png
new file mode 100644
index 0000000000..4421c3c602
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/iq.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ir.png b/Updated_Cms/public/assets/images/icons/flags/ir.png
new file mode 100644
index 0000000000..231b8c8b83
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ir.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/is.png b/Updated_Cms/public/assets/images/icons/flags/is.png
new file mode 100644
index 0000000000..b76edc02fd
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/is.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/it.png b/Updated_Cms/public/assets/images/icons/flags/it.png
new file mode 100644
index 0000000000..db299ac355
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/it.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/je.png b/Updated_Cms/public/assets/images/icons/flags/je.png
new file mode 100644
index 0000000000..53b830b4a5
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/je.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/jm.png b/Updated_Cms/public/assets/images/icons/flags/jm.png
new file mode 100644
index 0000000000..225344cbd0
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/jm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/jo.png b/Updated_Cms/public/assets/images/icons/flags/jo.png
new file mode 100644
index 0000000000..a07b32921b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/jo.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/jp.png b/Updated_Cms/public/assets/images/icons/flags/jp.png
new file mode 100644
index 0000000000..9ed43631ec
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/jp.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ke.png b/Updated_Cms/public/assets/images/icons/flags/ke.png
new file mode 100644
index 0000000000..226cfdb492
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ke.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/kg.png b/Updated_Cms/public/assets/images/icons/flags/kg.png
new file mode 100644
index 0000000000..b74ac10761
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/kg.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/kh.png b/Updated_Cms/public/assets/images/icons/flags/kh.png
new file mode 100644
index 0000000000..e59066399a
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/kh.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ki.png b/Updated_Cms/public/assets/images/icons/flags/ki.png
new file mode 100644
index 0000000000..3ca82eea0d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ki.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/km.png b/Updated_Cms/public/assets/images/icons/flags/km.png
new file mode 100644
index 0000000000..8514d60289
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/km.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/kn.png b/Updated_Cms/public/assets/images/icons/flags/kn.png
new file mode 100644
index 0000000000..433a28bd2c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/kn.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/kp.png b/Updated_Cms/public/assets/images/icons/flags/kp.png
new file mode 100644
index 0000000000..ed52c9f9b8
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/kp.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/kr.png b/Updated_Cms/public/assets/images/icons/flags/kr.png
new file mode 100644
index 0000000000..fbfa7f9e87
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/kr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/kw.png b/Updated_Cms/public/assets/images/icons/flags/kw.png
new file mode 100644
index 0000000000..8ce5aa6a05
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/kw.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ky.png b/Updated_Cms/public/assets/images/icons/flags/ky.png
new file mode 100644
index 0000000000..1d30363532
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ky.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/kz.png b/Updated_Cms/public/assets/images/icons/flags/kz.png
new file mode 100644
index 0000000000..fd5c8c8952
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/kz.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/la.png b/Updated_Cms/public/assets/images/icons/flags/la.png
new file mode 100644
index 0000000000..b82bd70f50
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/la.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/lb.png b/Updated_Cms/public/assets/images/icons/flags/lb.png
new file mode 100644
index 0000000000..0ce0fb7afe
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/lb.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/lc.png b/Updated_Cms/public/assets/images/icons/flags/lc.png
new file mode 100644
index 0000000000..63662428ef
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/lc.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/li.png b/Updated_Cms/public/assets/images/icons/flags/li.png
new file mode 100644
index 0000000000..b7ef975227
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/li.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/lk.png b/Updated_Cms/public/assets/images/icons/flags/lk.png
new file mode 100644
index 0000000000..4137f15db4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/lk.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/lr.png b/Updated_Cms/public/assets/images/icons/flags/lr.png
new file mode 100644
index 0000000000..85207d8ce3
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/lr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ls.png b/Updated_Cms/public/assets/images/icons/flags/ls.png
new file mode 100644
index 0000000000..8c8f9dbc62
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ls.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/lt.png b/Updated_Cms/public/assets/images/icons/flags/lt.png
new file mode 100644
index 0000000000..d13d7c7f9d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/lt.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/lu.png b/Updated_Cms/public/assets/images/icons/flags/lu.png
new file mode 100644
index 0000000000..9b54ede301
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/lu.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/lv.png b/Updated_Cms/public/assets/images/icons/flags/lv.png
new file mode 100644
index 0000000000..dd8ac24518
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/lv.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ly.png b/Updated_Cms/public/assets/images/icons/flags/ly.png
new file mode 100644
index 0000000000..4203d0b059
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ly.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ma.png b/Updated_Cms/public/assets/images/icons/flags/ma.png
new file mode 100644
index 0000000000..3df339e6eb
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ma.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mc.png b/Updated_Cms/public/assets/images/icons/flags/mc.png
new file mode 100644
index 0000000000..a3aaa02833
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mc.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/md.png b/Updated_Cms/public/assets/images/icons/flags/md.png
new file mode 100644
index 0000000000..e16169e942
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/md.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/me.png b/Updated_Cms/public/assets/images/icons/flags/me.png
new file mode 100644
index 0000000000..8432a68d19
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/me.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mf.png b/Updated_Cms/public/assets/images/icons/flags/mf.png
new file mode 100644
index 0000000000..4db7bd7476
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mf.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mg.png b/Updated_Cms/public/assets/images/icons/flags/mg.png
new file mode 100644
index 0000000000..b6fa2c1626
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mg.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mh.png b/Updated_Cms/public/assets/images/icons/flags/mh.png
new file mode 100644
index 0000000000..ce7a13a15f
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mh.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mk.png b/Updated_Cms/public/assets/images/icons/flags/mk.png
new file mode 100644
index 0000000000..c364c077b2
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mk.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ml.png b/Updated_Cms/public/assets/images/icons/flags/ml.png
new file mode 100644
index 0000000000..557e2e7f2e
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ml.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mm.png b/Updated_Cms/public/assets/images/icons/flags/mm.png
new file mode 100644
index 0000000000..4785b77597
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mn.png b/Updated_Cms/public/assets/images/icons/flags/mn.png
new file mode 100644
index 0000000000..2e33dcbfd1
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mn.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mo.png b/Updated_Cms/public/assets/images/icons/flags/mo.png
new file mode 100644
index 0000000000..5620bb57ae
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mo.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mp.png b/Updated_Cms/public/assets/images/icons/flags/mp.png
new file mode 100644
index 0000000000..c0a8843302
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mp.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mq.png b/Updated_Cms/public/assets/images/icons/flags/mq.png
new file mode 100644
index 0000000000..84751ae8f7
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mq.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mr.png b/Updated_Cms/public/assets/images/icons/flags/mr.png
new file mode 100644
index 0000000000..89228a4f53
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ms.png b/Updated_Cms/public/assets/images/icons/flags/ms.png
new file mode 100644
index 0000000000..59bc5e4853
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ms.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mt.png b/Updated_Cms/public/assets/images/icons/flags/mt.png
new file mode 100644
index 0000000000..7b381c4651
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mt.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mu.png b/Updated_Cms/public/assets/images/icons/flags/mu.png
new file mode 100644
index 0000000000..12e8aade50
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mu.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mv.png b/Updated_Cms/public/assets/images/icons/flags/mv.png
new file mode 100644
index 0000000000..b1981c79e4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mv.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mw.png b/Updated_Cms/public/assets/images/icons/flags/mw.png
new file mode 100644
index 0000000000..02f501f279
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mw.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mx.png b/Updated_Cms/public/assets/images/icons/flags/mx.png
new file mode 100644
index 0000000000..8335b47912
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mx.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/my.png b/Updated_Cms/public/assets/images/icons/flags/my.png
new file mode 100644
index 0000000000..b2654ef3f4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/my.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/mz.png b/Updated_Cms/public/assets/images/icons/flags/mz.png
new file mode 100644
index 0000000000..5b30a20fd5
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/mz.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/na.png b/Updated_Cms/public/assets/images/icons/flags/na.png
new file mode 100644
index 0000000000..c91353f416
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/na.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/nc.png b/Updated_Cms/public/assets/images/icons/flags/nc.png
new file mode 100644
index 0000000000..e288d9cdd7
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/nc.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/nc2.png b/Updated_Cms/public/assets/images/icons/flags/nc2.png
new file mode 100644
index 0000000000..86b1efcbfe
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/nc2.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ne.png b/Updated_Cms/public/assets/images/icons/flags/ne.png
new file mode 100644
index 0000000000..404db8e919
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ne.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/nf.png b/Updated_Cms/public/assets/images/icons/flags/nf.png
new file mode 100644
index 0000000000..cafe0af2f7
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/nf.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ng.png b/Updated_Cms/public/assets/images/icons/flags/ng.png
new file mode 100644
index 0000000000..f00ce672fe
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ng.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ni.png b/Updated_Cms/public/assets/images/icons/flags/ni.png
new file mode 100644
index 0000000000..dcc285dd11
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ni.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/nl.png b/Updated_Cms/public/assets/images/icons/flags/nl.png
new file mode 100644
index 0000000000..d48e0cb0a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/nl.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/no.png b/Updated_Cms/public/assets/images/icons/flags/no.png
new file mode 100644
index 0000000000..261d18dda1
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/no.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/np.png b/Updated_Cms/public/assets/images/icons/flags/np.png
new file mode 100644
index 0000000000..60ea9678a0
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/np.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/nr.png b/Updated_Cms/public/assets/images/icons/flags/nr.png
new file mode 100644
index 0000000000..e584ca9666
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/nr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/nu.png b/Updated_Cms/public/assets/images/icons/flags/nu.png
new file mode 100644
index 0000000000..a91652e584
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/nu.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/nz.png b/Updated_Cms/public/assets/images/icons/flags/nz.png
new file mode 100644
index 0000000000..b7d48fd753
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/nz.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/om.png b/Updated_Cms/public/assets/images/icons/flags/om.png
new file mode 100644
index 0000000000..f4003f2414
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/om.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pa.png b/Updated_Cms/public/assets/images/icons/flags/pa.png
new file mode 100644
index 0000000000..49f0d0a1e7
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pa.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pe.png b/Updated_Cms/public/assets/images/icons/flags/pe.png
new file mode 100644
index 0000000000..50a111f12b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pe.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pf.png b/Updated_Cms/public/assets/images/icons/flags/pf.png
new file mode 100644
index 0000000000..baa4ef0983
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pf.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pg.png b/Updated_Cms/public/assets/images/icons/flags/pg.png
new file mode 100644
index 0000000000..92414c2ccc
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pg.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ph.png b/Updated_Cms/public/assets/images/icons/flags/ph.png
new file mode 100644
index 0000000000..ab72701966
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ph.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pk.png b/Updated_Cms/public/assets/images/icons/flags/pk.png
new file mode 100644
index 0000000000..11abd3928f
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pk.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pl.png b/Updated_Cms/public/assets/images/icons/flags/pl.png
new file mode 100644
index 0000000000..5667be1961
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pl.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pm.png b/Updated_Cms/public/assets/images/icons/flags/pm.png
new file mode 100644
index 0000000000..944ae253df
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pn.png b/Updated_Cms/public/assets/images/icons/flags/pn.png
new file mode 100644
index 0000000000..d42edf23f7
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pn.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pr.png b/Updated_Cms/public/assets/images/icons/flags/pr.png
new file mode 100644
index 0000000000..cc1047da25
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ps.png b/Updated_Cms/public/assets/images/icons/flags/ps.png
new file mode 100644
index 0000000000..0f5e90df96
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ps.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pt.png b/Updated_Cms/public/assets/images/icons/flags/pt.png
new file mode 100644
index 0000000000..83f4ca463b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pt.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/pw.png b/Updated_Cms/public/assets/images/icons/flags/pw.png
new file mode 100644
index 0000000000..2c5a1c5330
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/pw.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/py.png b/Updated_Cms/public/assets/images/icons/flags/py.png
new file mode 100644
index 0000000000..1744bf7eb2
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/py.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/qa.png b/Updated_Cms/public/assets/images/icons/flags/qa.png
new file mode 100644
index 0000000000..08c75c0ddf
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/qa.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/re.png b/Updated_Cms/public/assets/images/icons/flags/re.png
new file mode 100644
index 0000000000..a0d83aacc1
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/re.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ro.png b/Updated_Cms/public/assets/images/icons/flags/ro.png
new file mode 100644
index 0000000000..447dacf444
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ro.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/rs.png b/Updated_Cms/public/assets/images/icons/flags/rs.png
new file mode 100644
index 0000000000..a324a6f383
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/rs.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ru.png b/Updated_Cms/public/assets/images/icons/flags/ru.png
new file mode 100644
index 0000000000..41618173cb
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ru.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/rw.png b/Updated_Cms/public/assets/images/icons/flags/rw.png
new file mode 100644
index 0000000000..b972d22bba
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/rw.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sa.png b/Updated_Cms/public/assets/images/icons/flags/sa.png
new file mode 100644
index 0000000000..826881495d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sa.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sb.png b/Updated_Cms/public/assets/images/icons/flags/sb.png
new file mode 100644
index 0000000000..7811c665a1
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sb.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sc.png b/Updated_Cms/public/assets/images/icons/flags/sc.png
new file mode 100644
index 0000000000..4686d5ed37
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sc.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/scotland.png b/Updated_Cms/public/assets/images/icons/flags/scotland.png
new file mode 100644
index 0000000000..11c91256da
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/scotland.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sd.png b/Updated_Cms/public/assets/images/icons/flags/sd.png
new file mode 100644
index 0000000000..b44b53c2f6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sd.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/se.png b/Updated_Cms/public/assets/images/icons/flags/se.png
new file mode 100644
index 0000000000..a1a1097234
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/se.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sg.png b/Updated_Cms/public/assets/images/icons/flags/sg.png
new file mode 100644
index 0000000000..8dddc6a0aa
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sg.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sh.png b/Updated_Cms/public/assets/images/icons/flags/sh.png
new file mode 100644
index 0000000000..65f3c9d0ca
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sh.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/si.png b/Updated_Cms/public/assets/images/icons/flags/si.png
new file mode 100644
index 0000000000..39099dc55a
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/si.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sj.png b/Updated_Cms/public/assets/images/icons/flags/sj.png
new file mode 100644
index 0000000000..fd34da29a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sj.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sk.png b/Updated_Cms/public/assets/images/icons/flags/sk.png
new file mode 100644
index 0000000000..f0b90bc300
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sk.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sl.png b/Updated_Cms/public/assets/images/icons/flags/sl.png
new file mode 100644
index 0000000000..d5639f8e1d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sl.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sm.png b/Updated_Cms/public/assets/images/icons/flags/sm.png
new file mode 100644
index 0000000000..d8d3416ddf
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sn.png b/Updated_Cms/public/assets/images/icons/flags/sn.png
new file mode 100644
index 0000000000..0632187bd3
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sn.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/so.png b/Updated_Cms/public/assets/images/icons/flags/so.png
new file mode 100644
index 0000000000..93748b7bda
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/so.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sr.png b/Updated_Cms/public/assets/images/icons/flags/sr.png
new file mode 100644
index 0000000000..b77f934181
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/st.png b/Updated_Cms/public/assets/images/icons/flags/st.png
new file mode 100644
index 0000000000..cbdcf1bf97
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/st.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sv.png b/Updated_Cms/public/assets/images/icons/flags/sv.png
new file mode 100644
index 0000000000..545add4557
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sv.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sy.png b/Updated_Cms/public/assets/images/icons/flags/sy.png
new file mode 100644
index 0000000000..e48cb67428
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sy.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/sz.png b/Updated_Cms/public/assets/images/icons/flags/sz.png
new file mode 100644
index 0000000000..fb4c316caa
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/sz.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tc.png b/Updated_Cms/public/assets/images/icons/flags/tc.png
new file mode 100644
index 0000000000..394c834284
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tc.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/td.png b/Updated_Cms/public/assets/images/icons/flags/td.png
new file mode 100644
index 0000000000..57b2572cf9
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/td.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tf.png b/Updated_Cms/public/assets/images/icons/flags/tf.png
new file mode 100644
index 0000000000..9a846ae888
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tf.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tg.png b/Updated_Cms/public/assets/images/icons/flags/tg.png
new file mode 100644
index 0000000000..f0282c8da4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tg.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/th.png b/Updated_Cms/public/assets/images/icons/flags/th.png
new file mode 100644
index 0000000000..3c101c3fb4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/th.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tj.png b/Updated_Cms/public/assets/images/icons/flags/tj.png
new file mode 100644
index 0000000000..1d2b14a456
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tj.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tk.png b/Updated_Cms/public/assets/images/icons/flags/tk.png
new file mode 100644
index 0000000000..06a758cd6b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tk.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tl.png b/Updated_Cms/public/assets/images/icons/flags/tl.png
new file mode 100644
index 0000000000..e9c3842569
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tl.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tm.png b/Updated_Cms/public/assets/images/icons/flags/tm.png
new file mode 100644
index 0000000000..17dd17aa0a
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tn.png b/Updated_Cms/public/assets/images/icons/flags/tn.png
new file mode 100644
index 0000000000..dac5ec76c1
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tn.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/to.png b/Updated_Cms/public/assets/images/icons/flags/to.png
new file mode 100644
index 0000000000..f08c6231a1
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/to.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tr.png b/Updated_Cms/public/assets/images/icons/flags/tr.png
new file mode 100644
index 0000000000..84fe3f4608
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tr.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tt.png b/Updated_Cms/public/assets/images/icons/flags/tt.png
new file mode 100644
index 0000000000..00e9d34ce8
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tt.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tv.png b/Updated_Cms/public/assets/images/icons/flags/tv.png
new file mode 100644
index 0000000000..a383b58416
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tv.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tw.png b/Updated_Cms/public/assets/images/icons/flags/tw.png
new file mode 100644
index 0000000000..23486fe479
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tw.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/tz.png b/Updated_Cms/public/assets/images/icons/flags/tz.png
new file mode 100644
index 0000000000..91bd65698f
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/tz.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ua.png b/Updated_Cms/public/assets/images/icons/flags/ua.png
new file mode 100644
index 0000000000..585ad13f59
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ua.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ug.png b/Updated_Cms/public/assets/images/icons/flags/ug.png
new file mode 100644
index 0000000000..b5e6a93b01
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ug.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/um.png b/Updated_Cms/public/assets/images/icons/flags/um.png
new file mode 100644
index 0000000000..55badfda1f
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/um.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/uy.png b/Updated_Cms/public/assets/images/icons/flags/uy.png
new file mode 100644
index 0000000000..49a8eb03ab
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/uy.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/uz.png b/Updated_Cms/public/assets/images/icons/flags/uz.png
new file mode 100644
index 0000000000..269fc0ad73
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/uz.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/va.png b/Updated_Cms/public/assets/images/icons/flags/va.png
new file mode 100644
index 0000000000..9ab3aeff5f
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/va.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/vc.png b/Updated_Cms/public/assets/images/icons/flags/vc.png
new file mode 100644
index 0000000000..f5a1538994
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/vc.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ve.png b/Updated_Cms/public/assets/images/icons/flags/ve.png
new file mode 100644
index 0000000000..b13f96cbea
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ve.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/vg.png b/Updated_Cms/public/assets/images/icons/flags/vg.png
new file mode 100644
index 0000000000..612253fa07
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/vg.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/vi.png b/Updated_Cms/public/assets/images/icons/flags/vi.png
new file mode 100644
index 0000000000..a9f3b5cf59
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/vi.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/vn.png b/Updated_Cms/public/assets/images/icons/flags/vn.png
new file mode 100644
index 0000000000..10f031436b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/vn.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/vu.png b/Updated_Cms/public/assets/images/icons/flags/vu.png
new file mode 100644
index 0000000000..53658133ea
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/vu.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/wales.png b/Updated_Cms/public/assets/images/icons/flags/wales.png
new file mode 100644
index 0000000000..83bb3bd4c7
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/wales.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/wf.png b/Updated_Cms/public/assets/images/icons/flags/wf.png
new file mode 100644
index 0000000000..d68082cc7d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/wf.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ws.png b/Updated_Cms/public/assets/images/icons/flags/ws.png
new file mode 100644
index 0000000000..5301e4cd1c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ws.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/ye.png b/Updated_Cms/public/assets/images/icons/flags/ye.png
new file mode 100644
index 0000000000..599eebf8a7
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/ye.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/yt.png b/Updated_Cms/public/assets/images/icons/flags/yt.png
new file mode 100644
index 0000000000..d43430cf3f
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/yt.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/za.png b/Updated_Cms/public/assets/images/icons/flags/za.png
new file mode 100644
index 0000000000..06eaf2e067
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/za.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/zm.png b/Updated_Cms/public/assets/images/icons/flags/zm.png
new file mode 100644
index 0000000000..17cb73fa1b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/zm.png differ
diff --git a/Updated_Cms/public/assets/images/icons/flags/zw.png b/Updated_Cms/public/assets/images/icons/flags/zw.png
new file mode 100644
index 0000000000..b9cb4b043d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/flags/zw.png differ
diff --git a/Updated_Cms/public/assets/images/icons/friends.png b/Updated_Cms/public/assets/images/icons/friends.png
new file mode 100644
index 0000000000..4560eaa9ea
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/friends.png differ
diff --git a/Updated_Cms/public/assets/images/icons/heart.gif b/Updated_Cms/public/assets/images/icons/heart.gif
new file mode 100644
index 0000000000..fdbcdd1b1e
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/heart.gif differ
diff --git a/Updated_Cms/public/assets/images/icons/inventory.png b/Updated_Cms/public/assets/images/icons/inventory.png
new file mode 100644
index 0000000000..d848586ae3
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/inventory.png differ
diff --git a/Updated_Cms/public/assets/images/icons/lighthouse.png b/Updated_Cms/public/assets/images/icons/lighthouse.png
new file mode 100644
index 0000000000..6cd2d65f54
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/lighthouse.png differ
diff --git a/Updated_Cms/public/assets/images/icons/ltd.png b/Updated_Cms/public/assets/images/icons/ltd.png
new file mode 100644
index 0000000000..4df36111e4
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/ltd.png differ
diff --git a/Updated_Cms/public/assets/images/icons/navigation/community.png b/Updated_Cms/public/assets/images/icons/navigation/community.png
new file mode 100644
index 0000000000..8483fa04e6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/navigation/community.png differ
diff --git a/Updated_Cms/public/assets/images/icons/navigation/home.png b/Updated_Cms/public/assets/images/icons/navigation/home.png
new file mode 100644
index 0000000000..ca42556bfd
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/navigation/home.png differ
diff --git a/Updated_Cms/public/assets/images/icons/navigation/leaderboards.png b/Updated_Cms/public/assets/images/icons/navigation/leaderboards.png
new file mode 100644
index 0000000000..d1ed5165a2
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/navigation/leaderboards.png differ
diff --git a/Updated_Cms/public/assets/images/icons/navigation/rules.gif b/Updated_Cms/public/assets/images/icons/navigation/rules.gif
new file mode 100644
index 0000000000..edd01cb5fc
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/navigation/rules.gif differ
diff --git a/Updated_Cms/public/assets/images/icons/navigation/shop.png b/Updated_Cms/public/assets/images/icons/navigation/shop.png
new file mode 100644
index 0000000000..65f3abd6d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/navigation/shop.png differ
diff --git a/Updated_Cms/public/assets/images/icons/online-friends.png b/Updated_Cms/public/assets/images/icons/online-friends.png
new file mode 100644
index 0000000000..92df3a957c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/online-friends.png differ
diff --git a/Updated_Cms/public/assets/images/icons/rank.png b/Updated_Cms/public/assets/images/icons/rank.png
new file mode 100644
index 0000000000..12fd587053
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/rank.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/angry.png b/Updated_Cms/public/assets/images/icons/reactions/angry.png
new file mode 100644
index 0000000000..07b0a803b0
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/angry.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/bad.png b/Updated_Cms/public/assets/images/icons/reactions/bad.png
new file mode 100644
index 0000000000..058e9541ca
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/bad.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/bobba.png b/Updated_Cms/public/assets/images/icons/reactions/bobba.png
new file mode 100644
index 0000000000..0c8f4001a1
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/bobba.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/crown.png b/Updated_Cms/public/assets/images/icons/reactions/crown.png
new file mode 100644
index 0000000000..ece5836a54
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/crown.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/crying.png b/Updated_Cms/public/assets/images/icons/reactions/crying.png
new file mode 100644
index 0000000000..8f4a7f459d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/crying.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/disgusted.png b/Updated_Cms/public/assets/images/icons/reactions/disgusted.png
new file mode 100644
index 0000000000..71d917ddbf
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/disgusted.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/eyes.png b/Updated_Cms/public/assets/images/icons/reactions/eyes.png
new file mode 100644
index 0000000000..8a75c7df7a
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/eyes.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/fire.png b/Updated_Cms/public/assets/images/icons/reactions/fire.png
new file mode 100644
index 0000000000..eb6d5ba587
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/fire.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/good.png b/Updated_Cms/public/assets/images/icons/reactions/good.png
new file mode 100644
index 0000000000..472985e93d
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/good.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/happy.png b/Updated_Cms/public/assets/images/icons/reactions/happy.png
new file mode 100644
index 0000000000..60bdd353fb
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/happy.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/heart.png b/Updated_Cms/public/assets/images/icons/reactions/heart.png
new file mode 100644
index 0000000000..28cec38ddb
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/heart.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/heart2.png b/Updated_Cms/public/assets/images/icons/reactions/heart2.png
new file mode 100644
index 0000000000..5a0b27fce8
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/heart2.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/impatient.png b/Updated_Cms/public/assets/images/icons/reactions/impatient.png
new file mode 100644
index 0000000000..5fc34b6018
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/impatient.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/inlove.png b/Updated_Cms/public/assets/images/icons/reactions/inlove.png
new file mode 100644
index 0000000000..4f1e1a0412
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/inlove.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/laugh.png b/Updated_Cms/public/assets/images/icons/reactions/laugh.png
new file mode 100644
index 0000000000..e77ab8f50b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/laugh.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/lgbt.png b/Updated_Cms/public/assets/images/icons/reactions/lgbt.png
new file mode 100644
index 0000000000..4fa06a937a
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/lgbt.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/like.png b/Updated_Cms/public/assets/images/icons/reactions/like.png
new file mode 100644
index 0000000000..d7823e845b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/like.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/poop.png b/Updated_Cms/public/assets/images/icons/reactions/poop.png
new file mode 100644
index 0000000000..0de9657995
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/poop.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/proud.png b/Updated_Cms/public/assets/images/icons/reactions/proud.png
new file mode 100644
index 0000000000..3ff3f9b694
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/proud.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/shameful.png b/Updated_Cms/public/assets/images/icons/reactions/shameful.png
new file mode 100644
index 0000000000..42f2c61b0e
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/shameful.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/shameless.png b/Updated_Cms/public/assets/images/icons/reactions/shameless.png
new file mode 100644
index 0000000000..610dded0b9
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/shameless.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/sleeping.png b/Updated_Cms/public/assets/images/icons/reactions/sleeping.png
new file mode 100644
index 0000000000..3b7ad20494
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/sleeping.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/smile.png b/Updated_Cms/public/assets/images/icons/reactions/smile.png
new file mode 100644
index 0000000000..0f428ed2a6
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/smile.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/star.png b/Updated_Cms/public/assets/images/icons/reactions/star.png
new file mode 100644
index 0000000000..c9c71580a9
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/star.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/taut.png b/Updated_Cms/public/assets/images/icons/reactions/taut.png
new file mode 100644
index 0000000000..7d3b4c1f6b
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/taut.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/tongue.png b/Updated_Cms/public/assets/images/icons/reactions/tongue.png
new file mode 100644
index 0000000000..9fa30685f0
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/tongue.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/unlike.png b/Updated_Cms/public/assets/images/icons/reactions/unlike.png
new file mode 100644
index 0000000000..9578c1ca2f
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/unlike.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/wink.png b/Updated_Cms/public/assets/images/icons/reactions/wink.png
new file mode 100644
index 0000000000..6a561d1fcb
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/wink.png differ
diff --git a/Updated_Cms/public/assets/images/icons/reactions/wow.png b/Updated_Cms/public/assets/images/icons/reactions/wow.png
new file mode 100644
index 0000000000..5fd8f28c90
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/reactions/wow.png differ
diff --git a/Updated_Cms/public/assets/images/icons/star.gif b/Updated_Cms/public/assets/images/icons/star.gif
new file mode 100644
index 0000000000..dffcabd09c
Binary files /dev/null and b/Updated_Cms/public/assets/images/icons/star.gif differ
diff --git a/Updated_Cms/public/assets/images/kasja_atomlogo.png b/Updated_Cms/public/assets/images/kasja_atomlogo.png
new file mode 100644
index 0000000000..7576094e8a
Binary files /dev/null and b/Updated_Cms/public/assets/images/kasja_atomlogo.png differ
diff --git a/Updated_Cms/public/assets/images/kasja_mepage_header.png b/Updated_Cms/public/assets/images/kasja_mepage_header.png
new file mode 100644
index 0000000000..bd8c10f7f6
Binary files /dev/null and b/Updated_Cms/public/assets/images/kasja_mepage_header.png differ
diff --git a/Updated_Cms/public/assets/images/kasja_mepage_image.png b/Updated_Cms/public/assets/images/kasja_mepage_image.png
new file mode 100644
index 0000000000..5a0f5c30f3
Binary files /dev/null and b/Updated_Cms/public/assets/images/kasja_mepage_image.png differ
diff --git a/Updated_Cms/public/assets/images/leaderboards/trophy-bronze.png b/Updated_Cms/public/assets/images/leaderboards/trophy-bronze.png
new file mode 100644
index 0000000000..63970312d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/leaderboards/trophy-bronze.png differ
diff --git a/Updated_Cms/public/assets/images/leaderboards/trophy-gold.png b/Updated_Cms/public/assets/images/leaderboards/trophy-gold.png
new file mode 100644
index 0000000000..f13ec3f523
Binary files /dev/null and b/Updated_Cms/public/assets/images/leaderboards/trophy-gold.png differ
diff --git a/Updated_Cms/public/assets/images/leaderboards/trophy-silver.png b/Updated_Cms/public/assets/images/leaderboards/trophy-silver.png
new file mode 100644
index 0000000000..50c432c681
Binary files /dev/null and b/Updated_Cms/public/assets/images/leaderboards/trophy-silver.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/a.png b/Updated_Cms/public/assets/images/logo-generator/atom/a.png
new file mode 100644
index 0000000000..6b9446873c
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/a.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/b.png b/Updated_Cms/public/assets/images/logo-generator/atom/b.png
new file mode 100644
index 0000000000..73a9d5d06c
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/b.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/c.png b/Updated_Cms/public/assets/images/logo-generator/atom/c.png
new file mode 100644
index 0000000000..9e3e8df442
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/c.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/d.png b/Updated_Cms/public/assets/images/logo-generator/atom/d.png
new file mode 100644
index 0000000000..d412552643
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/d.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/e.png b/Updated_Cms/public/assets/images/logo-generator/atom/e.png
new file mode 100644
index 0000000000..6e118cefbe
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/e.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/f.png b/Updated_Cms/public/assets/images/logo-generator/atom/f.png
new file mode 100644
index 0000000000..cca4d477bb
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/f.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/g.png b/Updated_Cms/public/assets/images/logo-generator/atom/g.png
new file mode 100644
index 0000000000..39e0e2ebd0
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/g.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/h.png b/Updated_Cms/public/assets/images/logo-generator/atom/h.png
new file mode 100644
index 0000000000..912d5e92ae
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/h.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/i.png b/Updated_Cms/public/assets/images/logo-generator/atom/i.png
new file mode 100644
index 0000000000..a45d20e393
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/i.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/j.png b/Updated_Cms/public/assets/images/logo-generator/atom/j.png
new file mode 100644
index 0000000000..fccd75008f
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/j.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/k.png b/Updated_Cms/public/assets/images/logo-generator/atom/k.png
new file mode 100644
index 0000000000..54eed37e56
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/k.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/l.png b/Updated_Cms/public/assets/images/logo-generator/atom/l.png
new file mode 100644
index 0000000000..1cec339341
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/l.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/m.png b/Updated_Cms/public/assets/images/logo-generator/atom/m.png
new file mode 100644
index 0000000000..af98a40f50
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/m.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/n.png b/Updated_Cms/public/assets/images/logo-generator/atom/n.png
new file mode 100644
index 0000000000..3966b1c6f0
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/n.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/o.png b/Updated_Cms/public/assets/images/logo-generator/atom/o.png
new file mode 100644
index 0000000000..9873a1a4f9
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/o.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/p.png b/Updated_Cms/public/assets/images/logo-generator/atom/p.png
new file mode 100644
index 0000000000..1ae3f60320
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/p.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/q.png b/Updated_Cms/public/assets/images/logo-generator/atom/q.png
new file mode 100644
index 0000000000..855c3f8fba
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/q.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/r.png b/Updated_Cms/public/assets/images/logo-generator/atom/r.png
new file mode 100644
index 0000000000..73e2aaa0ac
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/r.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/s.png b/Updated_Cms/public/assets/images/logo-generator/atom/s.png
new file mode 100644
index 0000000000..3f192f7199
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/s.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/t.png b/Updated_Cms/public/assets/images/logo-generator/atom/t.png
new file mode 100644
index 0000000000..4d38ce6453
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/t.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/u.png b/Updated_Cms/public/assets/images/logo-generator/atom/u.png
new file mode 100644
index 0000000000..1242e871dd
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/u.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/v.png b/Updated_Cms/public/assets/images/logo-generator/atom/v.png
new file mode 100644
index 0000000000..cd8ad43345
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/v.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/w.png b/Updated_Cms/public/assets/images/logo-generator/atom/w.png
new file mode 100644
index 0000000000..cca85fbc2e
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/w.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/x.png b/Updated_Cms/public/assets/images/logo-generator/atom/x.png
new file mode 100644
index 0000000000..29fa858aad
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/x.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/y.png b/Updated_Cms/public/assets/images/logo-generator/atom/y.png
new file mode 100644
index 0000000000..1e54dc366d
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/y.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/atom/z.png b/Updated_Cms/public/assets/images/logo-generator/atom/z.png
new file mode 100644
index 0000000000..69b2ead32f
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/atom/z.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/a.png b/Updated_Cms/public/assets/images/logo-generator/danlie/a.png
new file mode 100644
index 0000000000..52c5ef29e6
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/a.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/b.png b/Updated_Cms/public/assets/images/logo-generator/danlie/b.png
new file mode 100644
index 0000000000..d0a09e66a9
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/b.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/c.png b/Updated_Cms/public/assets/images/logo-generator/danlie/c.png
new file mode 100644
index 0000000000..e3360afd98
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/c.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/d.png b/Updated_Cms/public/assets/images/logo-generator/danlie/d.png
new file mode 100644
index 0000000000..e7f20bf277
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/d.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/e.png b/Updated_Cms/public/assets/images/logo-generator/danlie/e.png
new file mode 100644
index 0000000000..7ae2aebf75
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/e.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/f.png b/Updated_Cms/public/assets/images/logo-generator/danlie/f.png
new file mode 100644
index 0000000000..db59b67b8e
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/f.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/g.png b/Updated_Cms/public/assets/images/logo-generator/danlie/g.png
new file mode 100644
index 0000000000..60d4afad88
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/g.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/h.png b/Updated_Cms/public/assets/images/logo-generator/danlie/h.png
new file mode 100644
index 0000000000..9d4bee9aab
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/h.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/i.png b/Updated_Cms/public/assets/images/logo-generator/danlie/i.png
new file mode 100644
index 0000000000..ba7a458986
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/i.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/j.png b/Updated_Cms/public/assets/images/logo-generator/danlie/j.png
new file mode 100644
index 0000000000..78232e29b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/j.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/k.png b/Updated_Cms/public/assets/images/logo-generator/danlie/k.png
new file mode 100644
index 0000000000..d233aef614
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/k.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/l.png b/Updated_Cms/public/assets/images/logo-generator/danlie/l.png
new file mode 100644
index 0000000000..0e1cac3387
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/l.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/m.png b/Updated_Cms/public/assets/images/logo-generator/danlie/m.png
new file mode 100644
index 0000000000..7dbcc60c7b
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/m.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/n.png b/Updated_Cms/public/assets/images/logo-generator/danlie/n.png
new file mode 100644
index 0000000000..d9f2958c42
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/n.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/o.png b/Updated_Cms/public/assets/images/logo-generator/danlie/o.png
new file mode 100644
index 0000000000..eed53029e0
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/o.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/p.png b/Updated_Cms/public/assets/images/logo-generator/danlie/p.png
new file mode 100644
index 0000000000..5470180ab2
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/p.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/q.png b/Updated_Cms/public/assets/images/logo-generator/danlie/q.png
new file mode 100644
index 0000000000..302782303f
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/q.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/r.png b/Updated_Cms/public/assets/images/logo-generator/danlie/r.png
new file mode 100644
index 0000000000..33e5a74b26
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/r.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/s.png b/Updated_Cms/public/assets/images/logo-generator/danlie/s.png
new file mode 100644
index 0000000000..5371d2c966
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/s.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/t.png b/Updated_Cms/public/assets/images/logo-generator/danlie/t.png
new file mode 100644
index 0000000000..0d85dc282b
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/t.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/u.png b/Updated_Cms/public/assets/images/logo-generator/danlie/u.png
new file mode 100644
index 0000000000..d316bf2f8b
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/u.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/v.png b/Updated_Cms/public/assets/images/logo-generator/danlie/v.png
new file mode 100644
index 0000000000..db79cbd3d8
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/v.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/w.png b/Updated_Cms/public/assets/images/logo-generator/danlie/w.png
new file mode 100644
index 0000000000..3785e1017a
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/w.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/x.png b/Updated_Cms/public/assets/images/logo-generator/danlie/x.png
new file mode 100644
index 0000000000..e7b2d9704d
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/x.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/y.png b/Updated_Cms/public/assets/images/logo-generator/danlie/y.png
new file mode 100644
index 0000000000..39d237eec7
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/y.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/danlie/z.png b/Updated_Cms/public/assets/images/logo-generator/danlie/z.png
new file mode 100644
index 0000000000..13e4baf12e
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/danlie/z.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/a.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/a.png
new file mode 100644
index 0000000000..ec94b3ddb3
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/a.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/b.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/b.png
new file mode 100644
index 0000000000..cd8da05fd5
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/b.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/c.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/c.png
new file mode 100644
index 0000000000..30c1841c6e
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/c.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/d.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/d.png
new file mode 100644
index 0000000000..5297042ba7
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/d.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/e.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/e.png
new file mode 100644
index 0000000000..ee4be9f015
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/e.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/f.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/f.png
new file mode 100644
index 0000000000..a73302f6b4
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/f.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/g.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/g.png
new file mode 100644
index 0000000000..f2a1aec954
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/g.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/h.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/h.png
new file mode 100644
index 0000000000..7dc3f89e67
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/h.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/i.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/i.png
new file mode 100644
index 0000000000..fffaade0ba
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/i.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/j.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/j.png
new file mode 100644
index 0000000000..4595489d4d
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/j.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/k.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/k.png
new file mode 100644
index 0000000000..511484fdbe
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/k.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/l.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/l.png
new file mode 100644
index 0000000000..fb7305179b
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/l.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/m.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/m.png
new file mode 100644
index 0000000000..2eed97983d
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/m.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/n.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/n.png
new file mode 100644
index 0000000000..10e7364b51
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/n.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/o.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/o.png
new file mode 100644
index 0000000000..30bdf4d2d6
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/o.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/p.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/p.png
new file mode 100644
index 0000000000..335e1adeb7
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/p.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/q.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/q.png
new file mode 100644
index 0000000000..972efe0720
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/q.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/r.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/r.png
new file mode 100644
index 0000000000..195495efea
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/r.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/s.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/s.png
new file mode 100644
index 0000000000..71200b7817
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/s.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/t.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/t.png
new file mode 100644
index 0000000000..c765b24364
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/t.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/u.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/u.png
new file mode 100644
index 0000000000..728200a2e4
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/u.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/v.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/v.png
new file mode 100644
index 0000000000..41580b3f41
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/v.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/w.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/w.png
new file mode 100644
index 0000000000..574d14ab74
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/w.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/x.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/x.png
new file mode 100644
index 0000000000..64d4b40988
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/x.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/y.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/y.png
new file mode 100644
index 0000000000..a063234a9d
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/y.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habbo_modern/z.png b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/z.png
new file mode 100644
index 0000000000..01c7aa28cd
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habbo_modern/z.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/a.png b/Updated_Cms/public/assets/images/logo-generator/habton/a.png
new file mode 100644
index 0000000000..61a77fb1d6
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/a.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/b.png b/Updated_Cms/public/assets/images/logo-generator/habton/b.png
new file mode 100644
index 0000000000..2c48ea51e8
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/b.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/c.png b/Updated_Cms/public/assets/images/logo-generator/habton/c.png
new file mode 100644
index 0000000000..553d43c711
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/c.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/d.png b/Updated_Cms/public/assets/images/logo-generator/habton/d.png
new file mode 100644
index 0000000000..61fbc1b306
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/d.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/e.png b/Updated_Cms/public/assets/images/logo-generator/habton/e.png
new file mode 100644
index 0000000000..66efc73f11
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/e.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/f.png b/Updated_Cms/public/assets/images/logo-generator/habton/f.png
new file mode 100644
index 0000000000..67e8637414
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/f.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/g.png b/Updated_Cms/public/assets/images/logo-generator/habton/g.png
new file mode 100644
index 0000000000..610e8129f3
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/g.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/h.png b/Updated_Cms/public/assets/images/logo-generator/habton/h.png
new file mode 100644
index 0000000000..699a1e5cf5
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/h.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/i.png b/Updated_Cms/public/assets/images/logo-generator/habton/i.png
new file mode 100644
index 0000000000..008dd9aaf4
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/i.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/j.png b/Updated_Cms/public/assets/images/logo-generator/habton/j.png
new file mode 100644
index 0000000000..d6655897f3
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/j.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/k.png b/Updated_Cms/public/assets/images/logo-generator/habton/k.png
new file mode 100644
index 0000000000..a5c6a5b051
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/k.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/l.png b/Updated_Cms/public/assets/images/logo-generator/habton/l.png
new file mode 100644
index 0000000000..561d0ca5f8
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/l.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/m.png b/Updated_Cms/public/assets/images/logo-generator/habton/m.png
new file mode 100644
index 0000000000..5e53004e93
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/m.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/n.png b/Updated_Cms/public/assets/images/logo-generator/habton/n.png
new file mode 100644
index 0000000000..840ece2d36
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/n.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/o.png b/Updated_Cms/public/assets/images/logo-generator/habton/o.png
new file mode 100644
index 0000000000..e940e29961
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/o.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/p.png b/Updated_Cms/public/assets/images/logo-generator/habton/p.png
new file mode 100644
index 0000000000..9756c0ce71
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/p.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/q.png b/Updated_Cms/public/assets/images/logo-generator/habton/q.png
new file mode 100644
index 0000000000..c4ae550bb2
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/q.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/r.png b/Updated_Cms/public/assets/images/logo-generator/habton/r.png
new file mode 100644
index 0000000000..fdde9e10a4
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/r.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/s.png b/Updated_Cms/public/assets/images/logo-generator/habton/s.png
new file mode 100644
index 0000000000..f74a653096
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/s.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/t.png b/Updated_Cms/public/assets/images/logo-generator/habton/t.png
new file mode 100644
index 0000000000..b680f9c467
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/t.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/u.png b/Updated_Cms/public/assets/images/logo-generator/habton/u.png
new file mode 100644
index 0000000000..47b56811d9
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/u.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/v.png b/Updated_Cms/public/assets/images/logo-generator/habton/v.png
new file mode 100644
index 0000000000..3793fdcc79
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/v.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/w.png b/Updated_Cms/public/assets/images/logo-generator/habton/w.png
new file mode 100644
index 0000000000..d38aa4f12e
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/w.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/x.png b/Updated_Cms/public/assets/images/logo-generator/habton/x.png
new file mode 100644
index 0000000000..1eee31707a
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/x.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/y.png b/Updated_Cms/public/assets/images/logo-generator/habton/y.png
new file mode 100644
index 0000000000..25ca913709
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/y.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton/z.png b/Updated_Cms/public/assets/images/logo-generator/habton/z.png
new file mode 100644
index 0000000000..b8d1ecd71e
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton/z.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/a.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/a.png
new file mode 100644
index 0000000000..0981f60535
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/a.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/b.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/b.png
new file mode 100644
index 0000000000..9b5f3f006d
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/b.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/c.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/c.png
new file mode 100644
index 0000000000..2327aaab1d
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/c.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/d.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/d.png
new file mode 100644
index 0000000000..183414f504
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/d.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/e.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/e.png
new file mode 100644
index 0000000000..39f7f3365f
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/e.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/f.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/f.png
new file mode 100644
index 0000000000..32d27e3d0b
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/f.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/g.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/g.png
new file mode 100644
index 0000000000..e25b4159b8
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/g.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/h.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/h.png
new file mode 100644
index 0000000000..39fd128ddb
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/h.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/i.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/i.png
new file mode 100644
index 0000000000..bfd5acada8
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/i.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/j.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/j.png
new file mode 100644
index 0000000000..05931a5ca7
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/j.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/k.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/k.png
new file mode 100644
index 0000000000..9faa3e6079
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/k.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/l.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/l.png
new file mode 100644
index 0000000000..2b42fd59a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/l.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/m.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/m.png
new file mode 100644
index 0000000000..732b65593e
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/m.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/n.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/n.png
new file mode 100644
index 0000000000..fffd93a276
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/n.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/o.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/o.png
new file mode 100644
index 0000000000..5a72b46dbf
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/o.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/p.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/p.png
new file mode 100644
index 0000000000..e1be2e9044
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/p.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/q.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/q.png
new file mode 100644
index 0000000000..3553c10bf4
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/q.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/r.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/r.png
new file mode 100644
index 0000000000..57521a909d
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/r.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/s.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/s.png
new file mode 100644
index 0000000000..067c29ec63
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/s.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/t.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/t.png
new file mode 100644
index 0000000000..828e43d2a2
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/t.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/u.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/u.png
new file mode 100644
index 0000000000..f41f16713b
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/u.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/v.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/v.png
new file mode 100644
index 0000000000..3226586b16
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/v.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/w.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/w.png
new file mode 100644
index 0000000000..5dc236b3d2
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/w.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/x.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/x.png
new file mode 100644
index 0000000000..a50f82e49a
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/x.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/y.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/y.png
new file mode 100644
index 0000000000..6a7043e280
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/y.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/z.png b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/z.png
new file mode 100644
index 0000000000..dcdd5e85d0
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/habton_capitalized/z.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/a.png b/Updated_Cms/public/assets/images/logo-generator/marine/a.png
new file mode 100644
index 0000000000..125ff8cc8c
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/a.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/b.png b/Updated_Cms/public/assets/images/logo-generator/marine/b.png
new file mode 100644
index 0000000000..b7b858aa3d
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/b.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/c.png b/Updated_Cms/public/assets/images/logo-generator/marine/c.png
new file mode 100644
index 0000000000..812c598e5f
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/c.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/d.png b/Updated_Cms/public/assets/images/logo-generator/marine/d.png
new file mode 100644
index 0000000000..b3e191cdc2
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/d.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/e.png b/Updated_Cms/public/assets/images/logo-generator/marine/e.png
new file mode 100644
index 0000000000..71b2923cd0
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/e.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/f.png b/Updated_Cms/public/assets/images/logo-generator/marine/f.png
new file mode 100644
index 0000000000..601fb9a3e9
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/f.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/g.png b/Updated_Cms/public/assets/images/logo-generator/marine/g.png
new file mode 100644
index 0000000000..35aae93246
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/g.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/h.png b/Updated_Cms/public/assets/images/logo-generator/marine/h.png
new file mode 100644
index 0000000000..daf78c656c
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/h.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/i.png b/Updated_Cms/public/assets/images/logo-generator/marine/i.png
new file mode 100644
index 0000000000..5bab026cb2
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/i.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/j.png b/Updated_Cms/public/assets/images/logo-generator/marine/j.png
new file mode 100644
index 0000000000..bd894c5872
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/j.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/k.png b/Updated_Cms/public/assets/images/logo-generator/marine/k.png
new file mode 100644
index 0000000000..44950b9dca
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/k.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/l.png b/Updated_Cms/public/assets/images/logo-generator/marine/l.png
new file mode 100644
index 0000000000..c9fb1eb162
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/l.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/m.png b/Updated_Cms/public/assets/images/logo-generator/marine/m.png
new file mode 100644
index 0000000000..7e3cfe7417
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/m.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/n.png b/Updated_Cms/public/assets/images/logo-generator/marine/n.png
new file mode 100644
index 0000000000..de1f79047f
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/n.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/o.png b/Updated_Cms/public/assets/images/logo-generator/marine/o.png
new file mode 100644
index 0000000000..f2ab01acea
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/o.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/p.png b/Updated_Cms/public/assets/images/logo-generator/marine/p.png
new file mode 100644
index 0000000000..70583a603c
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/p.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/q.png b/Updated_Cms/public/assets/images/logo-generator/marine/q.png
new file mode 100644
index 0000000000..12a51b318b
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/q.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/r.png b/Updated_Cms/public/assets/images/logo-generator/marine/r.png
new file mode 100644
index 0000000000..e9dd9a5078
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/r.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/s.png b/Updated_Cms/public/assets/images/logo-generator/marine/s.png
new file mode 100644
index 0000000000..b7d9430650
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/s.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/t.png b/Updated_Cms/public/assets/images/logo-generator/marine/t.png
new file mode 100644
index 0000000000..2b99130f62
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/t.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/u.png b/Updated_Cms/public/assets/images/logo-generator/marine/u.png
new file mode 100644
index 0000000000..d7f7567cdb
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/u.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/v.png b/Updated_Cms/public/assets/images/logo-generator/marine/v.png
new file mode 100644
index 0000000000..73a47b1d49
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/v.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/w.png b/Updated_Cms/public/assets/images/logo-generator/marine/w.png
new file mode 100644
index 0000000000..cfa1a7ad57
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/w.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/x.png b/Updated_Cms/public/assets/images/logo-generator/marine/x.png
new file mode 100644
index 0000000000..8e6cab0545
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/x.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/y.png b/Updated_Cms/public/assets/images/logo-generator/marine/y.png
new file mode 100644
index 0000000000..8205ff8934
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/y.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/marine/z.png b/Updated_Cms/public/assets/images/logo-generator/marine/z.png
new file mode 100644
index 0000000000..9ccd9b7b75
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/marine/z.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/a.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/a.png
new file mode 100644
index 0000000000..e010bdb7a6
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/a.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/b.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/b.png
new file mode 100644
index 0000000000..63939c841c
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/b.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/c.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/c.png
new file mode 100644
index 0000000000..c04f61776c
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/c.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/d.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/d.png
new file mode 100644
index 0000000000..cad8774bdf
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/d.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/e.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/e.png
new file mode 100644
index 0000000000..cfccaebad5
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/e.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/f.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/f.png
new file mode 100644
index 0000000000..6f53df4c9a
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/f.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/g.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/g.png
new file mode 100644
index 0000000000..e1035f3d08
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/g.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/h.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/h.png
new file mode 100644
index 0000000000..d9a4eca5dd
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/h.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/i.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/i.png
new file mode 100644
index 0000000000..6d314e7f3d
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/i.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/j.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/j.png
new file mode 100644
index 0000000000..af8e953977
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/j.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/k.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/k.png
new file mode 100644
index 0000000000..3b415b9055
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/k.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/l.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/l.png
new file mode 100644
index 0000000000..744b9136b1
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/l.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/m.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/m.png
new file mode 100644
index 0000000000..4f8aa3d086
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/m.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/n.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/n.png
new file mode 100644
index 0000000000..ac56751df0
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/n.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/o.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/o.png
new file mode 100644
index 0000000000..a1c55bcb3a
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/o.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/p.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/p.png
new file mode 100644
index 0000000000..bb633beab1
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/p.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/q.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/q.png
new file mode 100644
index 0000000000..d6459a556f
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/q.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/r.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/r.png
new file mode 100644
index 0000000000..87948847a8
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/r.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/s.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/s.png
new file mode 100644
index 0000000000..1d7746c6d4
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/s.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/t.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/t.png
new file mode 100644
index 0000000000..ac5b6c2483
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/t.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/u.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/u.png
new file mode 100644
index 0000000000..d553cd0ea8
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/u.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/v.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/v.png
new file mode 100644
index 0000000000..08eec36ec5
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/v.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/w.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/w.png
new file mode 100644
index 0000000000..e4adf6e54c
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/w.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/x.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/x.png
new file mode 100644
index 0000000000..891da32fd9
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/x.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/y.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/y.png
new file mode 100644
index 0000000000..bffcf609ad
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/y.png differ
diff --git a/Updated_Cms/public/assets/images/logo-generator/sunrise/z.png b/Updated_Cms/public/assets/images/logo-generator/sunrise/z.png
new file mode 100644
index 0000000000..29cf03b1a7
Binary files /dev/null and b/Updated_Cms/public/assets/images/logo-generator/sunrise/z.png differ
diff --git a/Updated_Cms/public/assets/images/maintenance/background.png b/Updated_Cms/public/assets/images/maintenance/background.png
new file mode 100644
index 0000000000..5f85b15519
Binary files /dev/null and b/Updated_Cms/public/assets/images/maintenance/background.png differ
diff --git a/Updated_Cms/public/assets/images/maintenance/fireman.png b/Updated_Cms/public/assets/images/maintenance/fireman.png
new file mode 100644
index 0000000000..0d797661ea
Binary files /dev/null and b/Updated_Cms/public/assets/images/maintenance/fireman.png differ
diff --git a/Updated_Cms/public/assets/images/maintenance/hotelview.png b/Updated_Cms/public/assets/images/maintenance/hotelview.png
new file mode 100644
index 0000000000..8a9286cd5c
Binary files /dev/null and b/Updated_Cms/public/assets/images/maintenance/hotelview.png differ
diff --git a/Updated_Cms/public/assets/images/maintenance/pictures.png b/Updated_Cms/public/assets/images/maintenance/pictures.png
new file mode 100644
index 0000000000..dcc67c8162
Binary files /dev/null and b/Updated_Cms/public/assets/images/maintenance/pictures.png differ
diff --git a/Updated_Cms/public/assets/images/profile/badges.png b/Updated_Cms/public/assets/images/profile/badges.png
new file mode 100644
index 0000000000..faffd1660b
Binary files /dev/null and b/Updated_Cms/public/assets/images/profile/badges.png differ
diff --git a/Updated_Cms/public/assets/images/profile/credits.png b/Updated_Cms/public/assets/images/profile/credits.png
new file mode 100644
index 0000000000..6ace4c207b
Binary files /dev/null and b/Updated_Cms/public/assets/images/profile/credits.png differ
diff --git a/Updated_Cms/public/assets/images/profile/diamonds.png b/Updated_Cms/public/assets/images/profile/diamonds.png
new file mode 100644
index 0000000000..d051d819a2
Binary files /dev/null and b/Updated_Cms/public/assets/images/profile/diamonds.png differ
diff --git a/Updated_Cms/public/assets/images/profile/duckets.png b/Updated_Cms/public/assets/images/profile/duckets.png
new file mode 100644
index 0000000000..44169eb3bf
Binary files /dev/null and b/Updated_Cms/public/assets/images/profile/duckets.png differ
diff --git a/Updated_Cms/public/assets/images/profile/friends.png b/Updated_Cms/public/assets/images/profile/friends.png
new file mode 100644
index 0000000000..216f8dd964
Binary files /dev/null and b/Updated_Cms/public/assets/images/profile/friends.png differ
diff --git a/Updated_Cms/public/assets/images/profile/groups.png b/Updated_Cms/public/assets/images/profile/groups.png
new file mode 100644
index 0000000000..f91ccca2ce
Binary files /dev/null and b/Updated_Cms/public/assets/images/profile/groups.png differ
diff --git a/Updated_Cms/public/assets/images/profile/profile-bg.png b/Updated_Cms/public/assets/images/profile/profile-bg.png
new file mode 100644
index 0000000000..90a6d941e7
Binary files /dev/null and b/Updated_Cms/public/assets/images/profile/profile-bg.png differ
diff --git a/Updated_Cms/public/assets/images/profile/room_placeholder.png b/Updated_Cms/public/assets/images/profile/room_placeholder.png
new file mode 100644
index 0000000000..be26f84767
Binary files /dev/null and b/Updated_Cms/public/assets/images/profile/room_placeholder.png differ
diff --git a/Updated_Cms/public/assets/images/profile/rooms.png b/Updated_Cms/public/assets/images/profile/rooms.png
new file mode 100644
index 0000000000..83ee269c7d
Binary files /dev/null and b/Updated_Cms/public/assets/images/profile/rooms.png differ
diff --git a/Updated_Cms/public/assets/images/staff-bg.png b/Updated_Cms/public/assets/images/staff-bg.png
new file mode 100644
index 0000000000..447115caa2
Binary files /dev/null and b/Updated_Cms/public/assets/images/staff-bg.png differ
diff --git a/Updated_Cms/public/assets/js/alpine-focus.js b/Updated_Cms/public/assets/js/alpine-focus.js
new file mode 100644
index 0000000000..ba2af16fb8
--- /dev/null
+++ b/Updated_Cms/public/assets/js/alpine-focus.js
@@ -0,0 +1,9 @@
+(()=>{var j=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],_=j.join(","),A=typeof Element=="undefined"?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,G=function(e,t,a){var u=Array.prototype.slice.apply(e.querySelectorAll(_));return t&&A.call(e,_)&&u.unshift(e),u=u.filter(a),u},Z=function(e){return e.contentEditable==="true"},M=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return isNaN(t)?Z(e)||(e.nodeName==="AUDIO"||e.nodeName==="VIDEO"||e.nodeName==="DETAILS")&&e.getAttribute("tabindex")===null?0:e.tabIndex:t},$=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},C=function(e){return e.tagName==="INPUT"},ee=function(e){return C(e)&&e.type==="hidden"},te=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(a){return a.tagName==="SUMMARY"});return t},re=function(e,t){for(var a=0;asummary:first-of-type"),u=a?e.parentElement:e;if(A.call(u,"details:not([open]) *"))return!0;if(!t||t==="full")for(;e;){if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}else if(t==="non-zero-area"){var r=e.getBoundingClientRect(),s=r.width,l=r.height;return s===0&&l===0}return!1},oe=function(e){if(C(e)||e.tagName==="SELECT"||e.tagName==="TEXTAREA"||e.tagName==="BUTTON")for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var a=0;a0){var a=i[i.length-1];a!==t&&a.pause()}var u=i.indexOf(t);u===-1||i.splice(u,1),i.push(t)},deactivateTrap:function(t){var a=i.indexOf(t);a!==-1&&i.splice(a,1),i.length>0&&i[i.length-1].unpause()}}}(),de=function(e){return e.tagName&&e.tagName.toLowerCase()==="input"&&typeof e.select=="function"},be=function(e){return e.key==="Escape"||e.key==="Esc"||e.keyCode===27},ve=function(e){return e.key==="Tab"||e.keyCode===9},U=function(e){return setTimeout(e,0)},L=function(e,t){var a=-1;return e.every(function(u,r){return t(u)?(a=r,!1):!0}),a},D=function(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),u=1;u0)return{container:n,firstTabbableNode:o[0],lastTabbableNode:o[o.length-1]}}).filter(function(n){return!!n}),r.tabbableGroups.length<=0&&!b("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},p=function f(n){if(n!==!1&&n!==a.activeElement){if(!n||!n.focus){f(v());return}n.focus({preventScroll:!!u.preventScroll}),r.mostRecentlyFocusedNode=n,de(n)&&n.select()}},E=function(n){var o=b("setReturnFocus");return o||n},y=function(n){if(!h(n.target)){if(D(u.clickOutsideDeactivates,n)){s.deactivate({returnFocus:u.returnFocusOnDeactivate&&!k(n.target)});return}D(u.allowOutsideClick,n)||n.preventDefault()}},w=function(n){var o=h(n.target);o||n.target instanceof Document?o&&(r.mostRecentlyFocusedNode=n.target):(n.stopImmediatePropagation(),p(r.mostRecentlyFocusedNode||v()))},Q=function(n){m();var o=null;if(r.tabbableGroups.length>0){var c=L(r.tabbableGroups,function(S){var N=S.container;return N.contains(n.target)});if(c<0)n.shiftKey?o=r.tabbableGroups[r.tabbableGroups.length-1].lastTabbableNode:o=r.tabbableGroups[0].firstTabbableNode;else if(n.shiftKey){var d=L(r.tabbableGroups,function(S){var N=S.firstTabbableNode;return n.target===N});if(d<0&&r.tabbableGroups[c].container===n.target&&(d=c),d>=0){var g=d===0?r.tabbableGroups.length-1:d-1,F=r.tabbableGroups[g];o=F.lastTabbableNode}}else{var T=L(r.tabbableGroups,function(S){var N=S.lastTabbableNode;return n.target===N});if(T<0&&r.tabbableGroups[c].container===n.target&&(T=c),T>=0){var X=T===r.tabbableGroups.length-1?0:T+1,J=r.tabbableGroups[X];o=J.firstTabbableNode}}}else o=b("fallbackFocus");o&&(n.preventDefault(),p(o))},R=function(n){if(be(n)&&D(u.escapeDeactivates)!==!1){n.preventDefault(),s.deactivate();return}if(ve(n)){Q(n);return}},x=function(n){D(u.clickOutsideDeactivates,n)||h(n.target)||D(u.allowOutsideClick,n)||(n.preventDefault(),n.stopImmediatePropagation())},I=function(){if(!!r.active)return H.activateTrap(s),r.delayInitialFocusTimer=u.delayInitialFocus?U(function(){p(v())}):p(v()),a.addEventListener("focusin",w,!0),a.addEventListener("mousedown",y,{capture:!0,passive:!1}),a.addEventListener("touchstart",y,{capture:!0,passive:!1}),a.addEventListener("click",x,{capture:!0,passive:!1}),a.addEventListener("keydown",R,{capture:!0,passive:!1}),s},P=function(){if(!!r.active)return a.removeEventListener("focusin",w,!0),a.removeEventListener("mousedown",y,!0),a.removeEventListener("touchstart",y,!0),a.removeEventListener("click",x,!0),a.removeEventListener("keydown",R,!0),s};return s={activate:function(n){if(r.active)return this;var o=l(n,"onActivate"),c=l(n,"onPostActivate"),d=l(n,"checkCanFocusTrap");d||m(),r.active=!0,r.paused=!1,r.nodeFocusedBeforeActivation=a.activeElement,o&&o();var g=function(){d&&m(),I(),c&&c()};return d?(d(r.containers.concat()).then(g,g),this):(g(),this)},deactivate:function(n){if(!r.active)return this;clearTimeout(r.delayInitialFocusTimer),r.delayInitialFocusTimer=void 0,P(),r.active=!1,r.paused=!1,H.deactivateTrap(s);var o=l(n,"onDeactivate"),c=l(n,"onPostDeactivate"),d=l(n,"checkCanReturnFocus");o&&o();var g=l(n,"returnFocus","returnFocusOnDeactivate"),F=function(){U(function(){g&&p(E(r.nodeFocusedBeforeActivation)),c&&c()})};return g&&d?(d(E(r.nodeFocusedBeforeActivation)).then(F,F),this):(F(),this)},pause:function(){return r.paused||!r.active?this:(r.paused=!0,P(),this)},unpause:function(){return!r.paused||!r.active?this:(r.paused=!1,m(),I(),this)},updateContainerElements:function(n){var o=[].concat(n).filter(Boolean);return r.containers=o.map(function(c){return typeof c=="string"?a.querySelector(c):c}),r.active&&m(),this}},s.updateContainerElements(e),s};function Y(i){let e,t;window.addEventListener("focusin",()=>{e=t,t=document.activeElement}),i.magic("focus",a=>{let u=a;return{__noscroll:!1,__wrapAround:!1,within(r){return u=r,this},withoutScrolling(){return this.__noscroll=!0,this},noscroll(){return this.__noscroll=!0,this},withWrapAround(){return this.__wrapAround=!0,this},wrap(){return this.withWrapAround()},focusable(r){return k(r)},previouslyFocused(){return e},lastFocused(){return e},focused(){return t},focusables(){return Array.isArray(u)?u:W(u,{displayCheck:"none"})},all(){return this.focusables()},isFirst(r){let s=this.all();return s[0]&&s[0].isSameNode(r)},isLast(r){let s=this.all();return s.length&&s.slice(-1)[0].isSameNode(r)},getFirst(){return this.all()[0]},getLast(){return this.all().slice(-1)[0]},getNext(){let r=this.all(),s=document.activeElement;if(r.indexOf(s)!==-1)return this.__wrapAround&&r.indexOf(s)===r.length-1?r[0]:r[r.indexOf(s)+1]},getPrevious(){let r=this.all(),s=document.activeElement;if(r.indexOf(s)!==-1)return this.__wrapAround&&r.indexOf(s)===0?r.slice(-1)[0]:r[r.indexOf(s)-1]},first(){this.focus(this.getFirst())},last(){this.focus(this.getLast())},next(){this.focus(this.getNext())},previous(){this.focus(this.getPrevious())},prev(){return this.previous()},focus(r){!r||setTimeout(()=>{r.hasAttribute("tabindex")||r.setAttribute("tabindex","0"),r.focus({preventScroll:this._noscroll})})}}}),i.directive("trap",i.skipDuringClone((a,{expression:u,modifiers:r},{effect:s,evaluateLater:l,cleanup:h})=>{let b=l(u),v=!1,m=K(a,{escapeDeactivates:!1,allowOutsideClick:!0,fallbackFocus:()=>a,initialFocus:a.querySelector("[autofocus]")}),p=()=>{},E=()=>{},y=()=>{p(),p=()=>{},E(),E=()=>{},m.deactivate({returnFocus:!r.includes("noreturn")})};s(()=>b(w=>{v!==w&&(w&&!v&&setTimeout(()=>{r.includes("inert")&&(p=V(a)),r.includes("noscroll")&&(E=pe()),m.activate()}),!w&&v&&y(),v=!!w)})),h(y)},(a,{expression:u,modifiers:r},{evaluate:s})=>{r.includes("inert")&&s(u)&&V(a)}))}function V(i){let e=[];return z(i,t=>{let a=t.hasAttribute("aria-hidden");t.setAttribute("aria-hidden","true"),e.push(()=>a||t.removeAttribute("aria-hidden"))}),()=>{for(;e.length;)e.pop()()}}function z(i,e){i.isSameNode(document.body)||!i.parentNode||Array.from(i.parentNode.children).forEach(t=>{t.isSameNode(i)||e(t),z(i.parentNode,e)})}function pe(){let i=document.documentElement.style.overflow,e=document.documentElement.style.paddingRight,t=window.innerWidth-document.documentElement.clientWidth;return document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight=`${t}px`,()=>{document.documentElement.style.overflow=i,document.documentElement.style.paddingRight=e}}document.addEventListener("alpine:init",()=>{window.Alpine.plugin(Y)});})();
+/*!
+* focus-trap 6.6.1
+* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
+*/
+/*!
+* tabbable 5.2.1
+* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
+*/
diff --git a/Updated_Cms/public/assets/js/alpine-ui.js b/Updated_Cms/public/assets/js/alpine-ui.js
new file mode 100644
index 0000000000..fbc848a3ea
--- /dev/null
+++ b/Updated_Cms/public/assets/js/alpine-ui.js
@@ -0,0 +1,5 @@
+(()=>{function vt(t){t.directive("dialog",(e,i)=>{i.value==="overlay"?Me(e,t):i.value==="panel"?Fe(e,t):i.value==="title"?Re(e,t):i.value==="description"?Ve(e,t):Le(e,t)}),t.magic("dialog",e=>{let i=t.$data(e);return{get open(){return i.__isOpen},get isOpen(){return i.__isOpen},close(){i.__close()}}})}function Le(t,e){e.bind(t,{"x-data"(){return{init(){e.bound(t,"open")!==void 0&&e.effect(()=>{this.__isOpenState=e.bound(t,"open")}),e.bound(t,"initial-focus")!==void 0&&this.$watch("__isOpenState",()=>{!this.__isOpenState||setTimeout(()=>{e.bound(t,"initial-focus").focus()},0)})},__isOpenState:!1,__close(){e.bound(t,"open")?this.$dispatch("close"):this.__isOpenState=!1},get __isOpen(){return e.bound(t,"static",this.__isOpenState)}}},"x-modelable":"__isOpenState","x-id"(){return["alpine-dialog-title","alpine-dialog-description"]},"x-show"(){return this.__isOpen},"x-trap.inert.noscroll"(){return this.__isOpen},"@keydown.escape"(){this.__close()},":aria-labelledby"(){return this.$id("alpine-dialog-title")},":aria-describedby"(){return this.$id("alpine-dialog-description")},role:"dialog","aria-modal":"true"})}function Me(t,e){e.bind(t,{"x-init"(){this.$data.__isOpen===void 0&&console.warn('"x-dialog:overlay" is missing a parent element with "x-dialog".')},"x-show"(){return this.__isOpen},"@click.prevent.stop"(){this.$data.__close()}})}function Fe(t,e){e.bind(t,{"@click.outside"(){this.$data.__close()},"x-show"(){return this.$data.__isOpen}})}function Re(t,e){e.bind(t,{"x-init"(){this.$data.__isOpen===void 0&&console.warn('"x-dialog:title" is missing a parent element with "x-dialog".')},":id"(){return this.$id("alpine-dialog-title")}})}function Ve(t,e){e.bind(t,{":id"(){return this.$id("alpine-dialog-description")}})}function gt(t){t.directive("disclosure",(e,i)=>{i.value?i.value==="panel"?qe(e,t):i.value==="button"&&je(e,t):Ae(e,t)}),t.magic("disclosure",e=>{let i=t.$data(e);return{get isOpen(){return i.__isOpen},close(){i.__close()}}})}function Ae(t,e){e.bind(t,{"x-modelable":"__isOpen","x-data"(){return{init(){queueMicrotask(()=>{let i=Boolean(e.bound(this.$el,"default-open",!1));i&&(this.__isOpen=i)})},__isOpen:!1,__close(){this.__isOpen=!1},__toggle(){this.__isOpen=!this.__isOpen}}},"x-id"(){return["alpine-disclosure-panel"]}})}function je(t,e){e.bind(t,{"x-init"(){this.$el.tagName.toLowerCase()==="button"&&!this.$el.hasAttribute("type")&&(this.$el.type="button")},"@click"(){this.$data.__isOpen=!this.$data.__isOpen},":aria-expanded"(){return this.$data.__isOpen},":aria-controls"(){return this.$data.$id("alpine-disclosure-panel")},"@keydown.space.prevent.stop"(){this.$data.__toggle()},"@keydown.enter.prevent.stop"(){this.$data.__toggle()},"@keyup.space.prevent"(){}})}function qe(t,e){e.bind(t,{"x-show"(){return this.$data.__isOpen},":id"(){return this.$data.$id("alpine-disclosure-panel")}})}var H=!1,U=!1,S=[];function $t(t){We(t)}function We(t){S.includes(t)||S.push(t),He()}function He(){!U&&!H&&(H=!0,queueMicrotask(Ue))}function Ue(){H=!1,U=!0;for(let t=0;tt.effect(e,{scheduler:i=>{Q?$t(i):i()}}),z=t.raw}function G(t){h=t}function wt(t){let e=()=>{};return[n=>{let s=h(n);return t._x_effects||(t._x_effects=new Set,t._x_runEffects=()=>{t._x_effects.forEach(r=>r())}),t._x_effects.add(s),e=()=>{s!==void 0&&(t._x_effects.delete(s),m(s))},s},()=>{e()}]}var St=[],kt=[],Dt=[];function Kt(t){Dt.push(t)}function N(t,e){typeof e=="function"?(t._x_cleanups||(t._x_cleanups=[]),t._x_cleanups.push(e)):(e=t,kt.push(e))}function Ct(t){St.push(t)}function Tt(t,e,i){t._x_attributeCleanups||(t._x_attributeCleanups={}),t._x_attributeCleanups[e]||(t._x_attributeCleanups[e]=[]),t._x_attributeCleanups[e].push(i)}function J(t,e){!t._x_attributeCleanups||Object.entries(t._x_attributeCleanups).forEach(([i,n])=>{(e===void 0||e.includes(i))&&(n.forEach(s=>s()),delete t._x_attributeCleanups[i])})}var X=new MutationObserver(Z),Y=!1;function tt(){X.observe(document,{subtree:!0,childList:!0,attributes:!0,attributeOldValue:!0}),Y=!0}function Qe(){ze(),X.disconnect(),Y=!1}var k=[],et=!1;function ze(){k=k.concat(X.takeRecords()),k.length&&!et&&(et=!0,queueMicrotask(()=>{Ge(),et=!1}))}function Ge(){Z(k),k.length=0}function p(t){if(!Y)return t();Qe();let e=t();return tt(),e}var it=!1,P=[];function Nt(){it=!0}function Pt(){it=!1,Z(P),P=[]}function Z(t){if(it){P=P.concat(t);return}let e=[],i=[],n=new Map,s=new Map;for(let r=0;ra.nodeType===1&&e.push(a)),t[r].removedNodes.forEach(a=>a.nodeType===1&&i.push(a))),t[r].type==="attributes")){let a=t[r].target,o=t[r].attributeName,l=t[r].oldValue,u=()=>{n.has(a)||n.set(a,[]),n.get(a).push({name:o,value:a.getAttribute(o)})},f=()=>{s.has(a)||s.set(a,[]),s.get(a).push(o)};a.hasAttribute(o)&&l===null?u():a.hasAttribute(o)?(f(),u()):f()}s.forEach((r,a)=>{J(a,r)}),n.forEach((r,a)=>{St.forEach(o=>o(a,r))});for(let r of i)if(!e.includes(r)&&(kt.forEach(a=>a(r)),r._x_cleanups))for(;r._x_cleanups.length;)r._x_cleanups.pop()();e.forEach(r=>{r._x_ignoreSelf=!0,r._x_ignore=!0});for(let r of e)i.includes(r)||!r.isConnected||(delete r._x_ignoreSelf,delete r._x_ignore,Dt.forEach(a=>a(r)),r._x_ignore=!0,r._x_ignoreSelf=!0);e.forEach(r=>{delete r._x_ignoreSelf,delete r._x_ignore}),e=null,i=null,n=null,s=null}function It(t){return y(c(t))}function Bt(t,e,i){return t._x_dataStack=[e,...c(i||t)],()=>{t._x_dataStack=t._x_dataStack.filter(n=>n!==e)}}function c(t){return t._x_dataStack?t._x_dataStack:typeof ShadowRoot=="function"&&t instanceof ShadowRoot?c(t.host):t.parentNode?c(t.parentNode):[]}function y(t){let e=new Proxy({},{ownKeys:()=>Array.from(new Set(t.flatMap(i=>Object.keys(i)))),has:(i,n)=>t.some(s=>s.hasOwnProperty(n)),get:(i,n)=>(t.find(s=>{if(s.hasOwnProperty(n)){let r=Object.getOwnPropertyDescriptor(s,n);if(r.get&&r.get._x_alreadyBound||r.set&&r.set._x_alreadyBound)return!0;if((r.get||r.set)&&r.enumerable){let a=r.get,o=r.set,l=r;a=a&&a.bind(e),o=o&&o.bind(e),a&&(a._x_alreadyBound=!0),o&&(o._x_alreadyBound=!0),Object.defineProperty(s,n,{...l,get:a,set:o})}return!0}return!1})||{})[n],set:(i,n,s)=>{let r=t.find(a=>a.hasOwnProperty(n));return r?r[n]=s:t[t.length-1][n]=s,!0}});return e}function Lt(t){let e=n=>typeof n=="object"&&!Array.isArray(n)&&n!==null,i=(n,s="")=>{Object.entries(Object.getOwnPropertyDescriptors(n)).forEach(([r,{value:a,enumerable:o}])=>{if(o===!1||a===void 0)return;let l=s===""?r:`${s}.${r}`;typeof a=="object"&&a!==null&&a._x_interceptor?n[r]=a.initialize(t,l,r):e(a)&&a!==n&&!(a instanceof Element)&&i(a,l)})};return i(t)}function I(t,e=()=>{}){let i={initialValue:void 0,_x_interceptor:!0,initialize(n,s,r){return t(this.initialValue,()=>Je(n,s),a=>nt(n,s,a),s,r)}};return e(i),n=>{if(typeof n=="object"&&n!==null&&n._x_interceptor){let s=i.initialize.bind(i);i.initialize=(r,a,o)=>{let l=n.initialize(r,a,o);return i.initialValue=l,s(r,a,o)}}else i.initialValue=n;return i}}function Je(t,e){return e.split(".").reduce((i,n)=>i[n],t)}function nt(t,e,i){if(typeof e=="string"&&(e=e.split(".")),e.length===1)t[e[0]]=i;else{if(e.length===0)throw error;return t[e[0]]||(t[e[0]]={}),nt(t[e[0]],e.slice(1),i)}}var Mt={};function Ft(t,e){Mt[t]=e}function Rt(t,e){return Object.entries(Mt).forEach(([i,n])=>{Object.defineProperty(t,`$${i}`,{get(){let[s,r]=st(e);return s={interceptor:I,...s},N(e,r),n(e,s)},enumerable:!1})}),t}function Vt(t,e,i,...n){try{return i(...n)}catch(s){v(s,t,e)}}function v(t,e,i=void 0){Object.assign(t,{el:e,expression:i}),console.warn(`Alpine Expression Error: ${t.message}
+
+${i?'Expression: "'+i+`"
+
+`:""}`,e),setTimeout(()=>{throw t},0)}var B=!0;function At(t){let e=B;B=!1,t(),B=e}function D(t,e,i={}){let n;return g(t,e)(s=>n=s,i),n}function g(...t){return jt(...t)}var jt=Ze;function qt(t){jt=t}function Ze(t,e){let i={};Rt(i,t);let n=[i,...c(t)];if(typeof e=="function")return Xe(n,e);let s=Ye(n,e,t);return Vt.bind(null,t,e,s)}function Xe(t,e){return(i=()=>{},{scope:n={},params:s=[]}={})=>{let r=e.apply(y([n,...t]),s);L(i,r)}}var rt={};function ti(t,e){if(rt[t])return rt[t];let i=Object.getPrototypeOf(async function(){}).constructor,n=/^[\n\s]*if.*\(.*\)/.test(t)||/^(let|const)\s/.test(t)?`(() => { ${t} })()`:t,r=(()=>{try{return new i(["__self","scope"],`with (scope) { __self.result = ${n} }; __self.finished = true; return __self.result;`)}catch(a){return v(a,e,t),Promise.resolve()}})();return rt[t]=r,r}function Ye(t,e,i){let n=ti(e,i);return(s=()=>{},{scope:r={},params:a=[]}={})=>{n.result=void 0,n.finished=!1;let o=y([r,...t]);if(typeof n=="function"){let l=n(n,o).catch(u=>v(u,i,e));n.finished?(L(s,n.result,o,a,i),n.result=void 0):l.then(u=>{L(s,u,o,a,i)}).catch(u=>v(u,i,e)).finally(()=>n.result=void 0)}}}function L(t,e,i,n,s){if(B&&typeof e=="function"){let r=e.apply(i,n);r instanceof Promise?r.then(a=>L(t,a,i,n)).catch(a=>v(a,s,e)):t(r)}else t(e)}var at="x-";function Wt(t=""){return at+t}function Ht(t){at=t}var Ut={};function M(t,e){Ut[t]=e}function K(t,e,i){if(e=Array.from(e),t._x_virtualDirectives){let r=Object.entries(t._x_virtualDirectives).map(([o,l])=>({name:o,value:l})),a=ot(r);r=r.map(o=>a.find(l=>l.name===o.name)?{name:`x-bind:${o.name}`,value:`"${o.value}"`}:o),e=e.concat(r)}let n={};return e.map(zt((r,a)=>n[r]=a)).filter(Qt).map(ii(n,i)).sort(ni).map(r=>ei(t,r))}function ot(t){return Array.from(t).map(zt()).filter(e=>!Qt(e))}var lt=!1,C=new Map,Gt=Symbol();function Jt(t){lt=!0;let e=Symbol();Gt=e,C.set(e,[]);let i=()=>{for(;C.get(e).length;)C.get(e).shift()();C.delete(e)},n=()=>{lt=!1,i()};t(i),n()}function st(t){let e=[],i=o=>e.push(o),[n,s]=wt(t);return e.push(s),[{Alpine:b,effect:n,cleanup:i,evaluateLater:g.bind(g,t),evaluate:D.bind(D,t)},()=>e.forEach(o=>o())]}function ei(t,e){let i=()=>{},n=Ut[e.type]||i,[s,r]=st(t);Tt(t,e.original,r);let a=()=>{t._x_ignore||t._x_ignoreSelf||(n.inline&&n.inline(t,e,s),n=n.bind(n,t,e,s),lt?C.get(Gt).push(n):n())};return a.runCleanups=r,a}function zt(t=()=>{}){return({name:e,value:i})=>{let{name:n,value:s}=Zt.reduce((r,a)=>a(r),{name:e,value:i});return n!==e&&t(n,e),{name:n,value:s}}}var Zt=[];function Xt(t){Zt.push(t)}function Qt({name:t}){return Yt().test(t)}var Yt=()=>new RegExp(`^${at}([^:^.]+)\\b`);function ii(t,e){return({name:i,value:n})=>{let s=i.match(Yt()),r=i.match(/:([a-zA-Z0-9\-:]+)/),a=i.match(/\.[^.\]]+(?=[^\]]*$)/g)||[],o=e||t[i]||i;return{type:s?s[1]:null,value:r?r[1]:null,modifiers:a.map(l=>l.replace(".","")),expression:n,original:o}}}var ut="DEFAULT",F=["ignore","ref","data","id","radio","tabs","switch","disclosure","menu","listbox","combobox","bind","init","for","mask","model","modelable","transition","show","if",ut,"teleport"];function ni(t,e){let i=F.indexOf(t.type)===-1?ut:t.type,n=F.indexOf(e.type)===-1?ut:e.type;return F.indexOf(i)-F.indexOf(n)}function R(t,e,i={}){t.dispatchEvent(new CustomEvent(e,{detail:i,bubbles:!0,composed:!0,cancelable:!0}))}var dt=[],ct=!1;function te(t=()=>{}){return queueMicrotask(()=>{ct||setTimeout(()=>{V()})}),new Promise(e=>{dt.push(()=>{t(),e()})})}function V(){for(ct=!1;dt.length;)dt.shift()()}function ee(){ct=!0}function _(t,e){if(typeof ShadowRoot=="function"&&t instanceof ShadowRoot){Array.from(t.children).forEach(s=>_(s,e));return}let i=!1;if(e(t,()=>i=!0),i)return;let n=t.firstElementChild;for(;n;)_(n,e,!1),n=n.nextElementSibling}function ie(t,...e){console.warn(`Alpine Warning: ${t}`,...e)}function se(){document.body||ie("Unable to initialize. Trying to load Alpine before `` is available. Did you forget to add `defer` in Alpine's `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ __('You are nearly in Habbo!') }}
+
{{ __('Click the yellow Hotel button below, then click on run flash` when prompted to. See you in the Hotel!') }}
+
+
+
+
+
+
+
+
+